@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background-color: #FFF;
	font-size: 16px;
	line-height: 1.4;
	color: #262626;
}

img {
	width: 100%;
	display: block;
}

h2,
h3 {
	line-height: 1.2;
}

.inner {
	max-width: 100%;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.fv-inner {
	max-width: 100%;
	width: calc(100% - 20px);
	margin: 0 auto;
}

.sp {
	display: none;
}

.abs {
	position: absolute;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.c-top {
	position: relative;
}

.fix {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
}

.top-fix {
	top: 0;
}

.bottom-fix {
	bottom: 0;
}

.roboto {
	font-family: "Roboto", sans-serif;
}

.gold {
	color: #F6DC8B !important;
}

.red {
	color: #CE0000;
}

.wrapper {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.abs-img {
	position: absolute;
}

header {
	width: 100%;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
	position: relative;
}

.header-left {
	width: 190px;
}

.header-left img {
	padding-left: 10px;
	width: 180px;
}

.header-right {
	width: 175px;
}

.btn a {
	padding: 10px;
	background: #FFDC00;
	border-radius: 5px;
	box-shadow: 0 5px 0px #EACA04;
	transition: all .7s;
	display: block;
}

.header-right .btn a {
	border-radius: 0;
	border-bottom-left-radius: 10px;
}

.btn a:hover {
	box-shadow: none;
	transform: translateY(5px);
}

.fv-cont {
	background: #0BC4F2;
	padding-bottom: 70px;
}

.fv {
	position: relative;
	z-index: 1;
}

.fv h1 {
	padding-left: 10px;
}

.fv-bottom {
	margin-bottom: 15px;
}

.cta-btn {
	margin-bottom: 15px;
}

.caution-txt {
	margin: 15px;
}

.caution-txt p {
	font-size: 16px;
	color: #fff;
}

.step,
#result-step,
#thank-you {
	text-align: center;
	display: none;
}

.step.active,
#result-step.active,
#thank-you.active {
	display: block;
}

.contact-cont-form {
	padding: 25px 15px;
	background: #fff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.step h3 {
	display: flex;
	margin-bottom: 15px;
}

.step h3 span {
	font-weight: bold;
	font-size: 24px;
	color: #f88f00;
	margin-right: 5px;
}

.step h3 p {
	font-weight: bold;
	font-size: 20px;
}

.btn-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 25px;
}

.step button.option {
	display: block;
	width: 100%;
	padding: 25px 5px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	border-radius: 5px;
	background: #FFDC00;
	cursor: pointer;
	transition: background-color 0.3s;
	border: none;
	color: #262626;
}

.step button.option.selected {
	background-color: #F88F00;
	color: white;
}

.count-num {
	text-align: center;
	margin-bottom: 20px;
}

.count-num span {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0;
}

.step .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.step.step-one .nav {
	justify-content: end;
}

.step .nav button {
	padding: 12px;
	text-align: center;
	max-width: 100px;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.step .nav button.prev {
	background: #CECECE;
	box-shadow: 0 5px 0px #B7B7B7;
	transition: all .7s;
	display: block;
	color: #262626;
}

.step .nav button.next {
	background: #F88F00;
	box-shadow: 0 5px 0px #DE8000;
	transition: all .7s;
	display: block;
	color: #fff;
}

.step .nav button:hover {
	box-shadow: none;
	transform: translateY(5px);
}

#result-step {
	padding: 0 25px;
}

#result-step h3 {
	text-align: center;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
}

.result-num {
	border-radius: 5px;
	background: rgba(255, 220, 0, .7);
	display: flex;
	justify-content: center;
	margin-bottom: 12.5px;
	align-items: baseline;
	padding: 5px 0;
}

.result-num span {
	font-size: 40px;
	color: #EA3C3C;
	font-weight: 700;
}

.result-num small {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.05em;
}

.form-input-wrap {
	margin-bottom: 12.5px;
}

.form-input-wrap label {
	display: flex;
	align-items: baseline;
}

.form-input-wrap label p {
	font-weight: bold;
	font-size: 14px;
	padding-right: 5px;
}

.form-input-wrap label span {
	font-weight: 600;
	font-size: 12px;
	color: #ea3c3c;
}

.form-input-wrap input {
	width: 100%;
	margin: 0 0 10px;
	padding: 10px 15px;
	font-size: 16px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #cecece;
}

button[type="submit"] {
	background: #F88F00;
	color: white;
	border: none;
	padding: 10px;
	font-size: 18px;
	width: 100%;
	display: block;
	max-width: 300px;
	border-radius: 5px;
	margin: 0 auto 15px;
	padding: 10px 0;
	box-shadow: 0 5px 0px #DE8000;
	transition: all .7s;
	display: block;
	font-weight: 700;
	cursor: pointer;
}

button[type="submit"]:hover {
	box-shadow: none;
	transform: translateY(5px);
}

#result-step .nav button.prev,
#back-to-top {
	background: #CECECE;
	box-shadow: 0 5px 0px #B7B7B7;
	transition: all .7s;
	display: block;
	padding: 5px;
	text-align: center;
	max-width: 120px;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 auto;
	color: #262626;
}

#back-to-top {
	max-width: 140px;
}

#result-step .nav button.prev:hover,
#back-to-top:hover {
	box-shadow: none;
	transform: translateY(5px);
}

section {
	padding: 70px 0;
}

section.fv {
	padding-block: 0;
}

.cmn-title {
	margin-bottom: 50px;
	text-align: center;
}

.cmn-title.soudan-title {
	margin-bottom: 30px;
}

.cmn-title h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
}

.cmn-title h2 span {
	color: #0BC4F2;
}

.cmn-title img {
	width: 80px;
	margin: 0 auto 10px;
}

.cmn-title.soudan-title p {
	width: 255px;
	height: 36px;
	border-radius: 18px;
	background: #0bc4f2;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	position: relative;
	display: block;
	margin: 0 auto 12.5px;
}

.cmn-title.soudan-title p::before {
	content: "";
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #0bc4f2;
	position: absolute;
	bottom: -9.5px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: -1;
}

.lisk {
	background: #F5F5F5;
	padding-bottom: 150px;
}

.lisk-list ol {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 10px;
}

.list-list-txt {
	text-align: center;
	border-radius: 10px;
	background: #fff;
	border: 2px solid #0bc4f2;
	padding: 27.5px 5px;
	text-align: center;
	margin-top: -50px;
}

.list-list-txt h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.list-list-txt h3 span {
	color: #0BC4F2;
}

.lisk-list-title {
	width: 105px;
	height: 88px;
	margin: 0 auto;
	text-align: center;
	padding: 7.5px 0 0;
	background: #262626;
	border-radius: 50%;
}

.lisk-list-title p {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.lisk-list-title p span {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-left: 5px;
	color: #fff;
}

.cta-cont {
	position: absolute;
	top: -65px;
	width: 100%;
	max-width: 700px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.cta-cont ul {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cta-cont ul li {
	width: 49%;
}

.cta-cont ul li a {
	padding: 12.5px;
	background: #F88F00;
	border-radius: 5px;
	box-shadow: 0 5px 0px #DE8000;
	transition: all .7s;
	display: block;
}

.cta-cont ul li a.line {
	background: #00D050;
	box-shadow: 0 5px 0px #03B146;
	padding: 15.5px 12.5px;
}

.cta-cont ul li a:hover {
	box-shadow: none;
	transform: translateY(10px);
}

.cta-cont .caution-txt p {
	color: #262626;
}

.merit {
	background-image: url(../img/math_bg.webp);
	background-size: 100%;
	background-repeat: repeat;
	background-position: center;
	padding-top: 220px;
	position: relative;
}

.merit-img img {
	margin-bottom: 30px;
}

.merit-img p {
	font-size: 20px;
	text-align: center;
	line-height: 1.7;
}

.about {
	background: #0BC4F2;
}

.about .cmn-title h2 {
	color: #ffffff;
}

.about-list ol li {
	margin-bottom: 30px;
	border-radius: 20px;
}

.about-list ol li:last-child {
	margin-bottom: 0;
}

.about-list-title {
	text-align: center;
	padding: 25px 0;
	background: #F88F00;
	position: relative;
	color: rgba(255, 255, 255, .3);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.about-list-title p {
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-weight: bold;
	font-size: 75px;
	line-height: 1;
	position: absolute;
}

.about-list-title h3 {
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 0.1em;
	color: #fff;
}

.about-list-txt {
	background: #fff;
	padding: 50px 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.about-list-txt img {
	max-width: 230px;
	width: 100%;
	margin: 0 auto 30px;
}

.about-list-txt-txt {
	margin-bottom: 30px;
}

.about-list-txt-txt h4 {
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #0bc4f2;
}

.about-list-txt-txt p {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.about-list-md-cont.merit-cont {
	margin-bottom: 30px;
}

.about-list-md-cont h4 {
	width: 195px;
	height: 130px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0 0;
	border-radius: 50%;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: #F88F00;
}

.about-list-md-cont.demerit-cont h4 {
	background: #0BC4F2;
}

.about-list-md-cont ul {
	margin-top: -77.5px;
	padding: 30px 20px;
	border-radius: 10px;
	background: #fff7ed;
}

.about-list-md-cont.demerit-cont ul {
	background: #ECFBFF;
}

.about-list-md-cont ul li {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.05em;
	position: relative;
	text-indent: -1em;
	padding-left: 1em;
}

.about-list-md-cont ul li::before {
	content: "⚫︎";
	color: #F88F00;
	font-size: 12px;
	margin-right: 7.5px;
	line-height: 1;
	position: relative;
	top: -3px;
}

.about-list-md-cont.demerit-cont ul li::before {
	color: #00bdf3;
}

.about-list-md-cont ul li:last-child {
	margin-bottom: 0;
}

.ex {
	background: #F5F5F5;
}

.testimonial {
	background: #fff;
	padding: 30px 20px;
	border-radius: 30px;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}

.abs-huki {
	position: absolute;
	bottom: -21px;
	right: 0;
	width: 40px;
}

.user-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.user-icon {
	width: 80px;
	height: 80px;
	margin-right: 10px;
}

.user-text {
	width: calc(100% - 90px);
}

.user-text .title {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 7.5px;
	margin-bottom: 7.5px;
	border-bottom: 1px solid #CECECE;
}

.user-text .profile {
	font-size: 18px;
}

.amount-box {
	display: flex;
	align-items: end;
	justify-content: center;
	margin: 20px 0;
}

.amount-box .label {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
	color: #fff;
	background: #aaa;
	padding: 2.5px 35px 4.5px;
	border-radius: 20px;
	text-align: center;
}

.amount-box .after .label {
	background: #00bdf3;
}

.amount-box .amount {
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.05em;
	text-align: center;
}

.amount-box .amount span {
	font-weight: 500;
	font-size: 40px;
	letter-spacing: -0.07em;
	opacity: 0.98;
	padding-right: 10px;
}

.amount-box .amount.after-amount {
	font-size: 28px;
	line-height: 1.1;
}

.amount-box .amount.after-amount span {
	font-size: 50px;
}

.amount-box .after .amount span {
	color: #00bdf3;
}

.amount-box .arrow {
	margin: 0 15px;
	font-size: 16px;
	color: #555;
	padding-bottom: 15px;
}

.highlight {
	border: 3px solid #f0c800;
	padding: 7.5px 30px;
	margin-bottom: 20px;
	position: relative;
}

.highlight img {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.highlight p {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	color: #262626;
	line-height: 1;
}

.highlight p span {
	font-size: 60px;
	letter-spacing: -0.07em;
	color: #0bc4f2;
	opacity: 0.98;
	line-height: 1;
}

.highlight p span small {
	font-size: 30px;
	padding: 0 7.5px 0 5px;
	line-height: 1;
}

.comment {
	font-size: 14px;
	line-height: 1.5;
}

.comment .bold-blue {
	color: #00bdf3;
	font-weight: bold;
}

.swiper-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 250px;
	width: 100%;
	margin: 40px auto 0;
}

.swiper-button-next,
.swiper-button-prev {
	width: 45px;
	height: 45px;
	cursor: pointer;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: initial;
}

.swiper-pagination {
	position: relative;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #CECECE;
	opacity: 1;
	margin: 0 7.5px;
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #0BC4F2;
	border-radius: 5px;
	width: 40px;
}

.reason-list ol li {
	margin-bottom: 70px;
	border-radius: 20px;
	background: #ecfbff;
	padding: 115px 20px 30px;
	position: relative;
}

.reason-list ol li:nth-child(1) {
	margin-top: 90px;
}

.reason-list ol li:nth-child(2) {
	padding-top: 105px;
}

.reason-list ol li:last-child {
	margin-bottom: 0;
	padding-top: 140px;
}

.reason-list-title {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: calc(100% - 40px);
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.reason-list-title-img {
	width: 122px;
	margin-right: 20px;
}

.reason-list ol li:nth-child(2) .reason-list-title-img {
	width: 185px;
	margin-right: 0;
}

.reason-list ol li:nth-child(3) .reason-list-title-img {
	width: 155px;
	margin-right: 5px;
}

.reason-list-title-txt {
	text-align: center;
	width: 170px;
}

.reason-list ol li:nth-child(3) .reason-list-title-txt {
	width: 180px;
}

.reason-list-title-txt p {
	font-weight: bold;
	font-size: 64px;
	color: #0bc4f2;
	line-height: 1;
	opacity: 0.98;
}

.reason-list-title-txt h3 {
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.reason-list-title-txt h3 span {
	color: #f88f00;
}

.reason-list-txt {
	font-size: 18px;
	line-height: 1.7;
}

.last-cont {
	padding-bottom: 70px;
}

.last-cont-title {
	max-width: 250px;
	margin: 0 auto 15px;
}

.last-cont ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 7px;
	margin-bottom: 10px;
}

.last-cont ul li {
	padding: 8px 15px;
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: 700;
	border-radius: 18px;
	background: #eaeaea;
}

.last-cont ul li spam {
	font-weight: 300;
}

footer {
	padding: 10px 0;
	text-align: center;
	background: #00bdf3;
}

footer p {
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #fff;
}

.cta-btn.btn a {
	padding: 10px 20px;
}

#thank-you h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	color: #f88f00;
	padding-block: 20px 35px;
}

#thank-you p {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0;
	padding-bottom: 45px;
}

.fixed-btn {
	max-width: 500px;
	position: fixed;
	width: calc(100% - 20px);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: -5px;
	opacity: 0;
	visibility: hidden;
	transition: all .7s;
	z-index: 2;
}

.fixed-btn.active {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 500px) {
	.caution-txt p {
		font-size: 10px;
		letter-spacing: 0;
		line-height: 1.6;
	}

	.step h3 span {
		font-size: 20px;
		margin-right: 2.5px;
	}

	.step h3 p {
		font-size: 16px;
		text-align: left;
		line-height: 1.4;
	}

	.step button.option,
	.step .nav button,
	#result-step h3 {
		font-size: 16px;
	}

	.count-num span {
		font-size: 20px;
	}

	.result-num {
		padding: 0px 0 4.5px;
	}

	#result-step .nav button.prev,
	#back-to-top {
		font-size: 16px;
		line-height: 1;
	}

	.cmn-title.soudan-title p {
		font-size: 14px;
		line-height: 36px;
	}

	.cmn-title h2 {
		font-size: 26px;
	}

	.list-list-txt h3 {
		font-size: 16px;
	}

	.lisk {
		padding-bottom: 110px;
	}

	.cta-cont {
		top: -40px;
	}

	.caution-txt {
		margin: 15px 0 0;
	}

	.merit {
		padding-top: 160px;
	}

	.merit-img p {
		font-size: 16px;
	}

	.about-list-title h3 {
		font-size: 30px;
	}

	.about-list-md-cont ul li {
		font-size: 18px;
	}

	.about-list-md-cont ul li::before {
		content: "⚫︎";
		top: -2px;
	}

	.user-text .title {
		font-size: 16px;
	}

	.user-text .profile {
		font-size: 14px;
	}

	.amount-box .label {
		font-size: 18px;
		padding: 1.5px 30px 2.5px;
	}

	.highlight {
		padding: 7.5px 10px;
	}

	.comment {
		font-size: 13px;
	}

	.reason-list-title-txt h3 {
		font-size: 20px;
	}

	.reason-list-txt {
		font-size: 16px;
	}

	.last-cont-title {
		max-width: 210px;
	}

	.last-cont ul li {
		padding: 8px 0px;
		font-size: 13px;
	}

	.cta-cont ul li a.line {
		padding: 13.5px 12.5px;
	}
}
