@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

@font-face {
	font-family: 'Higure Gothic';
	src: url('../font/HigureGothic-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Higure Gothic';
	src: url('../font/HigureGothic-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Higure Gothic';
	src: url('../font/HigureGothic-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Higure Gothic';
	src: url('../font/HigureGothic-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Higure Gothic';
	src: url('../font/HigureGothic-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
	color: #333333;
	background: #fff;
}

img {
	width: 100%;
	display: block;
}

h2,
h3 {
	line-height: 1.2;
}

.wrapper {
	min-width: 1200px;
	margin: 0 auto;
}

.inner {
	max-width: 1200px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flex.reverse {
	flex-direction: row-reverse;
}

a {
	transition: all .6s;
}

a:hover {
	opacity: .7;
}

.fade-up {
	opacity: 0;
	transform: translateY(60px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.show {
	opacity: 1;
	transform: translateY(0);
}

.mont {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

.higure {
	font-family: 'Higure Gothic', sans-serif;
	font-weight: 500;
}

.header-fixed-btn {
	position: fixed;
	width: 155px;
	top: 40px;
	right: 50px;
	z-index: 10;
}

.sp {
	display: none;
}

.fv {
	padding-top: 50px;
}

.fv img {
	max-width: 1600px;
	width: calc(100% - 100px);
	display: block;
	margin: 0 auto;
	right: -40px;
	position: relative;
}

.worry {
	padding: 200px 0 80px;
	background-image: url(../img/worry_bg.webp);
	background-position: center top;
	background-size: cover;
}

.worry-title {
	max-width: 715px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.worry-img {
	margin-top: -100px;
}

.solution {
	padding: 110px 0;
	position: relative;
	background-image: url(../img/solution_bg.webp);
	background-position: center bottom;
	background-size: cover;
}

.solution-title {
	max-width: 1000px;
	margin: 0 auto 40px;
}

.solution .img-bg {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.solution .inner {
	position: relative;
	z-index: 1;
}

.solution-txt {
	margin: 0 auto 50px;
	max-width: 800px;
}

.solution-list ol {
	display: flex;
	justify-content: space-between;
}

.solution-list ol li {
	width: 33%;
}

.solution-list ol li.line {
	width: .55%;
}

.solution-list-img {
	margin-bottom: 35px;
	text-align: center;
}

.solution-list-img img {
	height: 135px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.solution-list-txt {
	text-align: center;
}

.solution-list-txt h3 {
	font-weight: 500;
	font-size: 24px;
	color: #6ecde4;
	padding-bottom: 15px;
}

.solution-list-txt p {
	font-size: 18px;
	line-height: 1.6;
}

.rec {
	position: relative;
	padding: 110px 0;
	background-image: url(../img/rec_bg.webp);
	background-position: center;
	background-size: cover;
}

.rec-title {
	max-width: 1080px;
	margin: 0 auto 40px;
}

.cmn-txt {
	text-align: center;
	margin: 0 auto 60px;
}

.cmn-txt p {
	font-size: 16px;
	line-height: 1.7;
}

.rec-list {
	margin-bottom: 100px;
}

.rec-list ul {
	display: flex;
	justify-content: space-between;
	gap: 0 80px;
}

.rec-list ul li {
	width: 50%;
	padding: 100px 40px 60px;
	background: #fff;
	border-top-left-radius: 500px;
	border-top-right-radius: 500px;
	position: relative;
}

.rec-list ul li::before {
	content: "";
	position: absolute;
	right: -7.5px;
	bottom: -7.5px;
	width: 100%;
	height: 100%;
	border-radius: 500px 500px 0 0;
	outline: 1px solid #d1ade3;
}

.rec-list-cont-img {
	width: calc(100% - 80px);
	margin: 0 auto 30px;
}

.rec-list-cont-txt {
	margin-bottom: 40px;
}

.rec-list-cont-txt h4 {
	width: 175px;
	display: block;
	margin-bottom: 15px;
}

.rec-list-cont-txt p {
	font-size: 16px;
	line-height: 1.7;
}

.rec-list-cont-txt:last-child {
	margin-bottom: 0;
}

.rec-txt {
	margin: 0 auto 40px;
	text-align: center;
}

.rec-txt p {
	font-size: 26px;
	font-weight: 700;
}

.rec-table {
	max-width: 1000px;
	margin: 0 auto;
}

.point {
	padding: 110px 0;
	position: relative;
	background-image: url(../img/point_bg.webp);
	background-position: center;
	background-size: 100%;
}

.cmn-title {
	max-width: 700px;
	margin: 0 auto 60px;
	text-align: center;
}

.cmn-title h2 {
	font-size: 40px;
	font-weight: 700;
	padding-bottom: 10px;
	line-height: 1.6;
}

.point-list ol {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 60px;
	justify-content: space-between;
}

.point-list ol li {
	width: calc(50% - 60px);
}

.point-list-cont-num p {
	font-size: 50px;
	font-weight: 100;
	color: #6ecde4;
	line-height: 1;
}

.point-list ol li:nth-child(2) .point-list-cont-num p,
.point-list ol li:nth-child(3) .point-list-cont-num p {
	color: #ff4249;
}

.point-list-cont-txt {
	padding: 50px 45px;
	position: relative;
}

.point-list-cont-txt::before {
	content: "";
	width: 80%;
	height: 40%;
	border-top: 2px solid #6ecde4;
	border-left: 2px solid #6ecde4;
	position: absolute;
	top: -7.5px;
	left: 0;
}

.point-list-cont-txt::after {
	content: "";
	width: 80%;
	height: 40%;
	border-bottom: 2px solid #6ecde4;
	border-right: 2px solid #6ecde4;
	position: absolute;
	right: 0;
	bottom: 0;
}

.point-list ol li:nth-child(2) .point-list-cont-txt::after,
.point-list ol li:nth-child(2) .point-list-cont-txt::before,
.point-list ol li:nth-child(3) .point-list-cont-txt::after,
.point-list ol li:nth-child(3) .point-list-cont-txt::before {
	border-color: #ff4249;
}

.point-list-cont-txt h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 30px;
}

.point-list ol li ul li {
	width: 100%;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0;
}

.point-list ol li ul li span {
	color: #6ecde4;
}

.point-list ol li:nth-child(2) ul li span,
.point-list ol li:nth-child(3) ul li span {
	color: #ff4249;
}

.compare {
	padding: 110px 0;
	position: relative;
	background-image: url(../img/compare_bg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.compare-title {
	max-width: 675px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.compare-table-wrap {
	margin-top: -50px;
	position: relative;
}

.compare-table {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: calc(100% - 250px);
}

.reason {
	padding: 110px 0;
	position: relative;
	background-image: url(../img/reason_bg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.reason .cmn-title {
	margin-bottom: 40px;
	position: relative;
}

.cmn-title .abs-txt {
	position: absolute;
	width: 320px;
	top: -50px;
	right: -100px;
}

.reason-list-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.reason-list-img {
	width: 50%;
}

.reason-list-txt {
	width: 45%;
	padding-top: 40px;
}

.reason-list ol li:last-child .reason-list-flex {
	margin-bottom: 0;
}

.reason-list ol li:nth-child(even) .reason-list-flex {
	flex-direction: row-reverse;
}

.reason-list-txt h3 {
	font-size: 30px;
	font-weight: 500;
	color: #6ecde4;
	padding-bottom: 25px;
}

.reason-list-txt p {
	font-size: 20px;
	padding-bottom: 20px;
}

.reason-list-txt p:last-child {
	padding-bottom: 0;
}

.guide {
	padding: 110px 0;
	position: relative;
	background-image: url(../img/point_bg.webp);
	background-position: center;
	background-size: 100%;
}

.guide .cmn-title h2 span {
	font-size: 56px;
	display: block;
}

.guide .cmn-title {
	max-width: 800px;
	margin-bottom: 50px;
}

.guide-table {
	max-width: 1000px;
	margin: 0 auto;
}

.guide-table table {
	margin-bottom: 10px;
}

.guide-table tr th,
.guide-table tr td {
	border: 1px solid #e6e6e6;
}

.guide-table tr td {
	background: #fff;
	margin-bottom: 10px;
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
	font-weight: 400;
}

.guide-table table.guide-table-cont tr:nth-child(1) th {
	background: #f2f2f2;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 20px 0;
	width: 14.5%;
}

.guide-table table.guide-table-cont tr:nth-child(1) th:nth-child(1) {
	opacity: 0;
	border: none;
	width: 17.5%;
}

.guide-table tr td {
	width: 14.5%;
}

.guide-table tr th:nth-child(6),
.guide-table tr td:nth-child(6) {
	width: 24.5%;
}

.guide-table tr th:nth-child(1) {
	background: linear-gradient(-135deg, #5dbee3 0%, #d1ade3 50%, #ff8282 100%);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
	border: none;
}

.guide-table tr th:nth-child(1) a {
	color: #fff;
	padding: 17.5px 0;
	text-decoration: underline;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	transition: all .5s;
}

.guide-table tr th:nth-child(1) a:hover {
	text-decoration: none;
	opacity: .7;
}

.intro {
	padding: 110px 0;
	position: relative;
	background-image: url(../img/reason_bg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.intro-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 50px 30px;
}

.intro-list ul li {
	width: calc(50% - 15px);
	background: #fff;
	border-radius: 20px;
}

.intro-list-box {
	background: #fff;
	border-radius: 20px;
}

.intro-list-box-title {
	background: linear-gradient(-135deg,
			#5dbee3 0%,
			#d1ade3 50%,
			#ff8282 100%);
	text-align: center;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 10px 0;
}

.intro-list-box-title img {
	display: inline-block;
	width: 37.5px;
}

.intro-list-box-title h3 {
	font-size: 24px;
	line-height: 1.45;
	color: #fff;
}

.intro-list-box-txt {
	padding: 30px;
}

.intro-list-box-txt-top {
	margin-bottom: 40px;
	text-align: center;
}

.intro-list-box-txt-top h4 {
	font-size: 24px;
	color: #5dbee3;
	font-weight: 500;
	padding-bottom: 20px;
}

.intro-list-box-txt-bottom-txt {
	margin-bottom: 25px;
	text-align: center;
}

.intro-list-box-txt-bottom-txt p {
	font-size: 20px;
	padding-bottom: 20px;
	font-weight: 700;
}

.intro-list-box-txt-bottom-list ul {
	display: block;
}

.intro-list-box-txt-bottom-list ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	width: 100%;
}

.intro-list-box-txt-bottom-list ul li:last-child {
	margin-bottom: 0;
}

.intro-list-box-txt-bottom-list ul li img {
	width: 20px;
}

.intro-list-box-txt-bottom-list ul li p {
	width: calc(100% - 30px);
	font-weight: 500;
}

.intro-list-box-txt-bottom-list {
	margin-bottom: 30px;
}

.cmn-btn a {
	max-width: 375px;
	width: 100%;
	margin: 0 auto;
	display: block;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(90deg, #6ecde4, #22b573);
	border-radius: 5px;
	box-shadow: 0 4px 0 rgba(12, 114, 65, .7);
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding: 20px 0;
	position: relative;
}

.cmn-btn a img {
	width: 30px;
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.cmn-btn a::before {
	content: "";
	width: 55px;
	height: 1px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
	background: #fff;
	;
}

.this {
	padding: 110px 0;
	position: relative;
	background-image: url(../img/this_bg.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.this-cont {
	max-width: 675px;
	margin: 0 auto 80px;
}

.this-cont-title {
	margin-bottom: 20px;
}

.this-cont-title h2 {
	font-size: 40px;
	display: block;
	line-height: 1;
	font-weight: 700;
}

.this-cont-title h2 small {
	font-size: 20px;
	display: block;
	padding-bottom: 20px;
	font-weight: 700;
}

.this-cont-title h2 span {
	font-size: 28px;
}

.this-cont-img {
	max-width: 375px;
	margin: 0 auto;
}

.this .cmn-title {
	margin-bottom: 50px;
}

.this .cmn-title h2 span {
	font-size: 30px;
}

.this .cmn-title .abs-txt {
	width: 320px;
	top: -70px;
	right: -200px;
}

.this-list ul {
	display: flex;
	gap: 0 22px;
}

.this-list ul li {
	width: 24%;
}

.this-list-cont-txt {
	text-align: center;
	margin-top: 15px;
}

.this-list-cont-txt p {
	font-size: 20px;
	font-weight: 700;
}

.voice {
	padding: 110px 0;
}

.voice-title {
	max-width: 750px;
	margin: 0 auto 50px;
}

.voice-list-cont {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 100px;
}

.voice-list ul li:nth-child(2) .voice-list-cont {
	padding-right: 0;
	padding-left: 100px;
	flex-direction: row-reverse;
}

.voice-list-img {
	width: 280px;
}

.voice-list-txt {
	width: calc(100% - 320px);
}

.voice-list-txt h3 {
	border-bottom: 1px solid #5dbee3;
	padding-bottom: 2.5px;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 500;
	color: #5dbee3;
}

.voice-list-txt p {
	font-size: 16px;
	line-height: 1.8;
}

.faq {
	background: #f2f2f2;
	padding: 110px 0;
}

.faq-title {
	margin-bottom: 45px;
	text-align: center;
	position: relative;
}

.faq-title h2 {
	font-size: 40px;
	font-weight: 700;
}

.faq-title p {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	position: absolute;
	font-size: 240px;
	color: rgba(110, 205, 228, .1);
}

.faq-list ul li {
	margin-bottom: 40px;
}

.faq-list ul li:last-child {
	margin-bottom: 0;
}

.faq-list-head {
	margin-right: 50px;
	border-top-right-radius: 30px;
	background: #6ccce4;
	display: flex;
	align-items: center;
	padding: 20px;
	z-index: 1;
	position: relative;
}

.faq-list-head span {
	margin-left: 100px;
	width: 100px;
	height: 100px;
	background: #50b0c7;
	border-radius: 50%;
	line-height: 96px;
	text-align: center;
	font-size: 60px;
	color: #fff;
	position: relative;
	margin-top: -40px;
	margin-right: 20px;
}

.faq-list-head h3 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}

.faq-list-cont {
	margin-left: 50px;
	margin-top: -50px;
	background: #fff;
	padding: 70px 50px 30px;
	display: flex;
	align-items: center;
}

.faq-list-cont span {
	font-size: 60px;
	color: #50b0c7;
	position: relative;
	margin-inline: 37.5px 20px;
}

.faq-list-cont p {
	font-size: 16px;
	line-height: 1.6;
}

footer {
	padding: 5px 0;
	text-align: center;
	background: #333333;
}

footer p {
	font-size: 12px;
	letter-spacing: 0;
	color: #fff;
}

rect.linkable:hover {
	opacity: 0.7;
	cursor: pointer;
}

.ssp {
	display: none;
}

@media screen and (max-width: 834px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.wrapper {
		min-width: 100%;
		overflow: hidden;
	}

	.fixed-btn {
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		z-index: 10;
		width: 100%;
		max-width: 400px;
		opacity: 0;
		visibility: hidden;
		transition: all .3s;
	}

	.fixed-btn.active {
		opacity: 1;
		visibility: visible;
	}

	.fixed-btn .cmn-btn a {
		width: 100%;
		border-radius: 0;
		max-width: 400px;
	}

	.fv {
		padding-top: 0px;
		position: relative;
		z-index: 1;
		margin-bottom: 30px;
	}

	.fv img {
		max-width: 100%;
		width: 100%;
		display: block;
		margin: 0 auto;
		right: 0px;
		padding-left: 3.5vw;
		position: relative;
	}

	.inner {
		max-width: 100%;
	}

	.worry {
		padding: 100px 0 80px;
		background-image: url(../img/worry_bg_sp.webp);
		margin-top: 0px;
		z-index: 1;
		position: relative;
	}

	.worry .inner {
		width: calc(100% - 10px);
	}

	.worry-title {
		max-width: 500px;
		width: calc(100% - 60px);
	}

	.worry-img {
		margin: -40px auto 0;
		max-width: 500px;
	}

	.solution {
		padding: 60px 0;
		margin-top: -100px;
		background-image: url(../img/solution_bg_sp.webp);
		background-position: center top;
		background-size: cover;
		z-index: 2;
		position: relative;
	}

	.solution-title {
		max-width: 500px;
		margin-bottom: 35px;
	}

	.solution-txt {
		margin: 0 auto 40px;
		max-width: 500px;
	}

	.solution-list ol {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.solution-list ol li {
		width: 100%;
	}

	.solution-list ol li.line {
		width: 100%;
		margin-block: 30px;
	}

	.solution-list-img {
		margin-bottom: 27.5px;
	}

	.solution-list-img img {
		height: 117.5px;
	}

	.rec {
		padding: 60px 0;
		background-image: url(../img/rec_bg_sp.webp);
	}

	.rec-title {
		max-width: 500px;
		margin: 0 auto 30px;
	}

	.cmn-txt {
		text-align: left;
		max-width: 500px;
		margin: 0 auto 40px;
	}

	.rec-list {
		margin-bottom: 45px;
	}

	.rec-list ul {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.rec-list ul li {
		width: 100%;
		padding: 90px 30px 40px;
		margin-bottom: 30px;
	}

	.rec-list ul li:last-child {
		margin-bottom: 0;
	}

	.rec-list ul li::before {
		right: -5px;
		bottom: -5px;
	}

	.rec-list-cont-img {
		margin: 0 auto 20px;
	}

	.rec-list-cont-txt {
		margin-bottom: 20px;
	}

	.rec-list-cont-txt h4 {
		width: 105px;
		margin-bottom: 10px;
	}

	.rec-list-cont-txt p {
		font-size: 14px;
		line-height: 1.6;
	}

	.rec-txt {
		margin: 0 auto 30px;
	}

	.rec-txt p {
		font-size: 16px;
	}

	.rec-table {
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
		overflow-x: scroll;
	}

	.point {
		padding: 60px 0;
		background-image: url(../img/point_bg_sp.webp);
	}

	.cmn-title {
		max-width: 500px;
		margin: 0 auto 45px;
	}

	.cmn-title h2 {
		font-size: 30px;
		padding-bottom: 5px;
		line-height: 1.5;
	}

	.point .cmn-title {
		max-width: 270px;
	}

	.point-list ol {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.point-list ol li {
		width: 100%;
		margin: 0 auto 40px;
	}

	.point-list ol li:last-child {
		margin: 0 auto;
	}

	.point-list-cont-num p {
		font-size: 40px;
	}

	.point-list ol li ul li {
		margin-bottom: 5px;
		line-height: 1.6;
	}

	.point-list-cont-txt {
		padding: 40px 10px;
	}

	.point-list-cont-txt h3 {
		letter-spacing: 0;
		padding-bottom: 20px;
	}

	.compare {
		padding: 60px 0;
		background-image: url(../img/compare_bg_sp.webp);
	}

	.compare-title {
		max-width: 500px;
		width: calc(100% - 40px);
		margin: 0 auto 20px;
	}

	.compare .inner {
		width: 100%;
	}

	.compare-table-wrap {
		max-width: 500px;
		margin: 0 auto;
	}

	.compare-table {
		width: 100%;
	}

	.compare-table img {
		padding-inline: 15px;
	}

	.reason {
		padding: 60px 0;
		background-image: url(../img/reason_bg_sp.webp);
	}

	.cmn-title .abs-txt {
		width: 180px;
		top: -45px;
		right: 0px;
	}

	.reason-list {
		max-width: 500px;
		margin: 0 auto;
	}

	.reason-list-flex {
		display: block;
		margin-bottom: 40px;
	}

	.reason-list-img {
		width: 100%;
		margin-bottom: 10px;
	}

	.reason-list-txt {
		width: 100%;
		padding-top: 0px;
	}

	.reason-list-txt h3 {
		font-size: 24px;
		line-height: 1.6;
		padding-bottom: 15px;
	}

	.reason-list-txt p {
		padding-bottom: 15px;
		font-size: 16px;
	}

	.guide {
		padding: 60px 0;
		background-image: url(../img/point_bg_sp.webp);
	}

	.guide .cmn-title h2 {
		font-size: 26px;
	}

	.guide .cmn-title h2 span {
		font-size: 30px;
	}

	.guide .cmn-title {
		max-width: 335px;
		margin-bottom: 30px;
	}

	.guide .cmn-txt p {
		text-align: center;
		line-height: 1.6;
	}

	.guide-table {
		max-width: 500px;
		width: calc(100% - 10px);
		margin: 0 auto;
	}

	.intro {
		padding: 60px 0;
		background-image: url(../img/reason_bg_sp.webp);
	}

	.intro-list ul {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.intro-list ul li {
		width: 100%;
		margin-bottom: 25px;
	}

	.intro-list ul li:last-child {
		margin-bottom: 0;
	}

	.intro-list-box-title img {
		width: 32.5px;
	}

	.intro-list-box-title h3 {
		font-size: 18px;
	}

	.intro-list-box-txt {
		padding: 20px 20px 30px;
	}

	.intro-list-box-txt-top h4 {
		font-size: 18px;
	}

	.intro-list-box-txt-top {
		margin-bottom: 20px;
	}

	.intro-list-box-txt-bottom-txt p {
		font-size: 16px;
	}

	.intro-list ul li li {
		margin-bottom: 0;
	}

	.intro-list-box-txt-bottom-list {
		margin-bottom: 25px;
	}

	.cmn-btn a {
		max-width: 275px;
		font-size: 18px;
		padding: 12.5px 0;
	}

	.cmn-btn a img {
		width: 20px;
		left: 20px;
	}

	.cmn-btn a::before {
		width: 35px;
	}

	.this {
		padding: 60px 0;
		background-image: url(../img/this_bg_sp.webp);
	}

	.this-cont {
		max-width: 500px;
		margin: 0 auto 90px;
	}

	.this-cont-title h2 {
		font-size: 30px;
		text-align: center;
	}

	.this-cont-title h2 small {
		font-size: 20px;
		line-height: 1.5;
		text-align: left;
		padding-bottom: 15px;
	}

	.this-cont-title h2 span {
		font-size: 20px;
	}

	.this .cmn-title .abs-txt {
		width: 180px;
		top: -50px;
		right: -20px;
	}

	.this .cmn-title h2 {
		line-height: 1.3;
	}

	.this .cmn-title h2 span {
		font-size: 20px;
		display: block;
		line-height: 1;
		padding-bottom: 10px;
	}

	.this-list ul {
		gap: 30px 12px;
		max-width: 500px;
		margin: 0 auto;
		flex-wrap: wrap;
	}

	.this-list ul li {
		width: calc(50% - 12px);
	}

	.this-list-cont-txt p {
		font-size: 14px;
	}

	.this-list-cont-txt {
		margin-top: 7.5px;
	}

	.voice {
		padding: 60px 0;
	}

	.voice-title {
		max-width: 500px;
		margin: 0 auto 40px;
	}

	.voice-list-cont {
		margin: 0 auto 30px;
		display: block;
		padding: 0;
		max-width: 500px;
	}

	.fade-up.show {
		opacity: 1;
		transform: translateY(0);
	}

	.voice-list-txt {
		width: 100%;
	}

	.voice-list-txt p {
		font-size: 14px;
		line-height: 1.6;
	}

	.voice-list-txt h3.pc {
		display: none !important;
	}

	.voice-list-img {
		width: 100%;
		display: flex;
		align-items: end;
		margin-bottom: 10px;
	}

	.voice-list-img img {
		width: 120px;
		position: relative;
		z-index: 1;
	}

	.voice-list-img h3 {
		width: calc(100% - 110px);
		margin-left: -10px;
		font-size: 18px;
		line-height: 1.4;
		font-weight: 500;
		color: #50b0c7;
		padding-left: 20px;
		padding-bottom: 5px;
		border-bottom: 1px solid #50b0c7;
		margin-bottom: 10px;
	}

	.voice-list ul li:nth-child(2) .voice-list-cont {
		padding-left: 0;
	}

	.voice-list ul li:nth-child(2) .voice-list-cont .voice-list-img {
		flex-direction: row-reverse;
	}

	.voice-list ul li:nth-child(2) .voice-list-cont .voice-list-img h3 {
		margin-left: 0;
		margin-right: -10px;
		padding-left: 0;
	}

	.faq {
		padding: 60px 0;
	}

	.faq-title p {
		font-size: 160px;
	}

	.faq-title h2 {
		font-size: 30px;
	}

	.faq .inner {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.faq-list-head {
		margin-right: 20px;
		padding: 15px 20px;
	}

	.faq-list-head span {
		margin-left: 0;
		width: 50px;
		height: 50px;
		line-height: 47px;
		font-size: 30px;
		margin-top: 0;
		margin-right: 10px;
	}

	.faq-list-head h3 {
		font-size: 18px;
		width: calc(100% - 60px);
	}

	.faq-list-cont {
		margin-left: 20px;
		margin-top: -40px;
		background: #fff;
		padding: 52.5px 20px 20px;
		align-items: flex-start;
	}

	.faq-list-cont span {
		font-size: 30px;
		margin-inline: 0px 10px;
		padding-right: 20px;
		line-height: 1;
	}

	.faq-list-cont p {
		font-size: 14px;
	}

	.faq-list ul li {
		margin-bottom: 20px;
	}

	.faq-title {
		margin-bottom: 40px;
	}

	footer p {
		font-size: 10px;
	}

	.point-list ol li:nth-child(4) .point-list-cont-num p {
		color: #ff4249;
	}

	.point-list ol li:nth-child(4) .point-list-cont-txt::after,
	.point-list ol li:nth-child(4) .point-list-cont-txt::before {
		border-color: #ff4249;
	}

	.point-list ol li:nth-child(3) .point-list-cont-num p {
		color: #6ecde4;
	}

	.point-list ol li:nth-child(3) .point-list-cont-txt::after,
	.point-list ol li:nth-child(3) .point-list-cont-txt::before {
		border-color: #6ecde4;
	}

	.point-list ol li:nth-child(3) ul li span {
		color: #6ecde4;
	}

	.point-list ol li:nth-child(4) ul li span {
		color: #ff4249;
	}

	.guide-table table.guide-table-cont tr:nth-child(1) th,
	.guide-table tr th:nth-child(1) a {
		font-size: 14px;
		padding-inline: 5px;
	}

	.guide-table tr td {
		padding: 15px 5px;
	}

	.guide-table tr th,
	.guide-table tr td {
		font-size: 12px;
	}

	.guide-table tr th:nth-child(6),
	.guide-table tr td:nth-child(6) {
		width: 14.5%;
	}

	.guide-table table.guide-table-cont tr:nth-child(1) th:nth-child(1) {
		width: auto;
	}
}

@media screen and (max-width: 500px) {
	.ssp {
		display: block;
	}

	.reason .cmn-title h2 {
		font-size: 28px;
	}

	.reason .cmn-title .abs-txt {
		right: -15px;
	}

	.reason .cmn-title {
		margin-bottom: 30px;
	}

	.intro-list-box-txt-bottom-txt p {
		line-height: 1.4;
	}

	.intro-list-box-txt-top {
		margin-bottom: 10px;
	}

	.intro-list-box-txt-bottom-txt p {
		padding-bottom: 10px;
	}

	.intro-list-box-txt-bottom-txt {
		margin-bottom: 15px;
	}

	.this .cmn-title {
		margin-bottom: 20px;
	}

	.guide .inner {
		width: 100%;
	}

	.rec-table {
		padding-inline: 10px;
	}

	.guide .cmn-title,
	.guide .cmn-txt,
	.rec .cmn-txt,
	.rec-list,
	.rec-txt,
	.rec-title {
		width: calc(100% - 40px);
	}

	.rec-list {
		margin: 0 auto 40px;
	}

	.rec .inner {
		width: 100%;
	}

	.voice-list-img h3 {
		font-size: 17px;
	}

	.voice-list ul li:nth-child(2) .voice-list-cont .voice-list-img h3 {
		padding-inline: 0 15px;
	}

	.guide-table tr th,
	.guide-table tr td,
	.guide-table table.guide-table-cont tr:nth-child(1) th,
	.guide-table tr th:nth-child(1) a {
		font-size: 10px;
	}

	.guide-table tr th:nth-child(1) {
		width: 21.5%;
	}

	.guide-table tr td {
		padding: 12.5px 2.5px;
	}

	.guide-table table.guide-table-cont tr:nth-child(1) th:nth-child(3),
	.guide-table tr td:nth-child(3) {
		width: 15.5%;
	}
}
