/*@charset "UTF-8";*/
@charset "shift_jis";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

.font-jp {
	font-family:
		"Hiragino Sans", "Hiragino Kaku Gothic Pro", "Meiryo", "Osaka",
		"MS PGothic", sans-serif;
}

.txt-link a {
	text-decoration: underline;
}

.txt-link a:hover {
	text-decoration: none;
}

.inner--990 {
	max-width: 1020px;
	padding: 0 15px;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

.breadcumb {
	padding: 30px 0;
}

.breadcumb .inner {
	max-width: 1000px;
}

@media screen and (max-width: 768px) {
	.breadcumb {
		padding: 15px 5px;
	}
}

/*
.breadcumb span {
	display: inline-block;
	color: black;
	font-size: 1.4rem;
	letter-spacing: 0.22em;
}
@media screen and (max-width: 768px) {
	.breadcumb span {
		font-size: 1.2rem;
		line-height: 1.5;
		letter-spacing: 0.17em;
	}
}*/
/*
.breadcumb a {
	position: relative;
	display: inline-block;
	color: black;
	margin-right: 28px;
	text-decoration: unset;
}
.breadcumb a::after {
	content: '\FF1E';
	position: absolute;
	top: 1px;
	right: -25px;
}*/

.c-fc--pink {
	color: #fc7d9a;
}

.txt-link {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.4444444444;
}

@media screen and (max-width: 768px) {
	.txt-link {
		font-size: 1.4rem;
		line-height: 1.2857142857;
	}
}

.txt-link a {
	text-underline-position: under;
	color: #79c7e4;
	-webkit-transition: 0.3s opacity ease;
	-o-transition: 0.3s opacity ease;
	transition: 0.3s opacity ease;
}

@media (any-hover: hover) {
	.txt-link a:hover {
		opacity: 0.7;
	}
}

.c-ttl__01 {
	display: block;
	text-align: center;
	background: #73bfdf;
	font-size: 4rem;
	line-height: 1.5;
	font-weight: bold;
	color: white;
	padding: 20px;
	letter-spacing: 2.5px;
	margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
	.c-ttl__01 {
		font-size: 2rem;
		padding: 13px 15px 14px;
		margin-bottom: 21px;
	}
}

.c-txt__01 {
	font-size: 1.8rem;
	line-height: 1.5714285714;
}

@media screen and (max-width: 768px) {
	.c-txt__01 {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

.c-txt__02 {
	font-size: 1.8rem;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.c-txt__02 {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

.c-btn__01 {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	height: 50px;
	background: #fabc8b;
	color: #393939;
	-webkit-box-shadow: #ecb570 0 6px 0;
	box-shadow: #ecb570 0 6px 0;
	border-radius: 20px;
	padding: 10px 38px 12px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-size: 1.8rem;
	text-decoration: unset;
	letter-spacing: 0.07em;
	width: 100%;
	max-width: 870px;
	margin: auto;
	-webkit-transition: 0.3s opacity ease;
	-o-transition: 0.3s opacity ease;
	transition: 0.3s opacity ease;
}

@media screen and (max-width: 768px) {
	.c-btn__01 {
		width: 100%;
		height: auto;
		font-size: 1.2rem;
		border-radius: 11px;
		-webkit-box-shadow: #ecb570 0 3px 0;
		box-shadow: #ecb570 0 3px 0;
		padding: 8px 38px;
	}
}

@media (any-hover: hover) {
	.c-btn__01:hover {
		opacity: 0.7;
	}
}

.c-btn__01::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 62px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 2px;
	height: 2px;
	border: solid #393939;
	border-width: 2px 2px 0 0;
	padding: 3px;
}

@media screen and (max-width: 768px) {
	.c-btn__01::after {
		right: 16px;
		border-width: 1px 1px 0 0;
		padding: 2px;
	}
}

.c-btn__01--pink {
	background: #fc7d9a;
	color: white;
	-webkit-box-shadow: #c4697e 0 6px 0;
	box-shadow: #c4697e 0 6px 0;
}

@media screen and (max-width: 768px) {
	.c-btn__01--pink {
		-webkit-box-shadow: #c4697e 0 3px 0;
		box-shadow: #c4697e 0 3px 0;
	}
}

.c-btn__01--pink::after {
	border-color: white;
}

.sec-ranked {
	padding: 103px 0 96px;
	font-family:
		"Hiragino Sans", "?? f??????????   f?? L Pro W3", "Hiragino Kaku Gothic Pro",
		"????????????", "Meiryo", "Osaka", "?????? ??  ?? L?????????", "MS PGothic",
		sans-serif;
}

@media screen and (max-width: 768px) {
	.sec-ranked {
		padding: 15px 0 7px;
	}
}

@media screen and (max-width: 768px) {
	.sec-ranked .c-btn__01 {
		margin-bottom: 16px;
	}
}

.ranked-ttl {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	gap: 15px;
	background: #79c7e4;
	color: white;
	padding: 20px 10px;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.ranked-ttl {
		gap: 10px;
		padding: 8px 10px 7px;
		margin-bottom: 15px;
	}
}

.ranked-ttl__label {
	background: white;
	color: #79c7e4;
	font-size: 3.6rem;
	line-height: 1.1666666667;
	font-weight: bold;
	padding: 9px 20px;
	letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
	.ranked-ttl__label {
		font-size: 1.6rem;
		line-height: 1.3125;
		padding: 8px 12px 6px;
	}
}

.ranked-ttl__num {
	font-size: 4.6rem;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.ranked-ttl__num {
		font-size: 2.5rem;
		line-height: 1;
	}
}

.ranked-ttl__num .number {
	font-size: 5.6rem;
	font-style: normal;
}

@media screen and (max-width: 768px) {
	.ranked-ttl__num .number {
		font-size: 3rem;
	}
}

.ranked-features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2px;
	padding: 2px;
	background: #79c7e4;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.ranked-features {
		gap: 1px;
		padding: 1px;
		margin-bottom: 13px;
	}
}

.ranked-features__item {
	background: white;
	color: #79c7e4;
	border-radius: 13px;
	padding: 18px 15px 12px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.ranked-features__item {
		padding: 9px 10px 1px;
		border-radius: 7px;
	}
}

.ranked-features__icon {
	margin-bottom: 12px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.ranked-features__icon {
		margin-bottom: 8px;
	}
}

.ranked-features__icon img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

@media screen and (min-width: 769px) {
	.ranked-features__info {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 5px;
	}
}

.ranked-features__txt {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	.ranked-features__txt {
		font-size: 1.2rem;
		line-height: 1.75;
	}
}

.ranked-features__label {
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.ranked-features__label {
		font-size: 1.4rem;
		line-height: 1.5;
	}
}

.ranked-support {
	background: #eff9fa;
	padding: 37px 60px;
	text-align: center;
	margin-bottom: 61px;
}

@media screen and (max-width: 768px) {
	.ranked-support {
		padding: 9px 15px 6px;
		margin-bottom: 12px;
	}
}

.ranked-support__catch {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	color: #79c7e4;
	font-size: 2.4rem;
	line-height: 1.75;
	font-weight: 600;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.ranked-support__catch {
		font-size: 1.4rem;
		line-height: 1.5;
	}
}

.ranked-support__catch span {
	padding: 0 84px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.ranked-support__catch span {
		padding: 0 19px;
	}
}

.ranked-support__catch span::before,
.ranked-support__catch span::after {
	content: "";
	position: absolute;
	top: -4px;
	bottom: 7px;
	width: 3px;
	background: #79c7e4;
}

@media screen and (max-width: 768px) {

	.ranked-support__catch span::before,
	.ranked-support__catch span::after {
		width: 2px;
		top: -1px;
		bottom: 3px;
	}
}

.ranked-support__catch span::before {
	left: 0;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.ranked-support__catch span::after {
	right: 0;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.ranked-support__ttl {
	font-size: 3.6rem;
	line-height: 1.6666666667;
	font-weight: bold;
	padding: 0;
	margin: -10px 0 13px;
	color: #fc7d9a;
	letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
	.ranked-support__ttl {
		font-size: 1.6rem;
		line-height: 1.5;
		margin-bottom: 7px;
		padding: 7px 0 0 !important;
		letter-spacing: 0.13em;
	}
}

.ranked-support__ttl small {
	font-size: 77.7777777778%;
	line-height: 2.1428571429;
	color: #2f2f2f;
	letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
	.ranked-support__ttl small {
		font-size: 87.5%;
		line-height: 1.6;
	}
}

.ranked-support__img {
	aspect-ratio: 870 / 230;
}

@media screen and (max-width: 768px) {
	.ranked-support__img {
		aspect-ratio: 315 / 90;
	}
}

.ranked-support__img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.ranked-support__info {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	gap: 30px;
	background: white;
	margin-bottom: 30px;
	padding: 30px 15px;
}

@media screen and (max-width: 768px) {
	.ranked-support__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 9px;
		padding: 15px 15px 13px;
		margin-bottom: 16px;
	}
}

.ranked-support__badge {
	border-radius: 2em;
	background: #d8f6ea;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	padding: 1em;
	width: 100%;
	max-width: 300px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.3rem;
}

.ranked-support__badge img {
	max-width: 100px;
}

@media screen and (max-width: 768px) {
	.ranked-support__badge {
		flex-direction: row;
		gap: 1.5em;
		text-align: left;
		font-size: 1.2rem;
	}

	.ranked-support__badge img {
		max-width: 60px;
	}
}

.ranked-support__badge img {
	display: block;
	width: 100%;
}

.ranked-support__price {
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 420px;
	padding: 8px 0px 0 0;
}

@media screen and (max-width: 768px) {
	.ranked-support__price {
		padding: 0;
	}
}

.ranked-support__price-catch {
	font-size: 3.2rem;
	line-height: 1;
	font-weight: 600;
	color: #79c7e4;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.ranked-support__price-catch {
		font-size: 1.6rem;
	}
}

.ranked-support__price-catch small {
	font-size: 75%;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.ranked-support__price-catch small {
		font-size: 87.5%;
	}
}

.ranked-support__price-num {
	font-size: 2.4rem;
	line-height: 1.75;
	font-weight: bold;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.ranked-support__price-num {
		font-size: 1.4rem;
		line-height: 1.2;
	}
}

.ranked-support__price-num .lg {
	font-size: 175%;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.ranked-support__price-num .lg {
		font-size: 2rem;
	}
}

.ranked-support__price-num small {
	font-size: 58.3333333333%;
	font-weight: normal;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.ranked-support__price-num small {
		font-size: 1.2rem;
	}
}

.ranked-support__price-note {
	font-size: 1.4rem;
	line-height: 1.5714285714;
	color: #a9a9a9;
	letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
	.ranked-support__price-note {
		font-size: 1rem;
		line-height: 1.5;
	}
}

.ranked-simulation {
	padding-bottom: 10px;
}

.ranked-simulation__ttl {
	font-size: 2.4rem;
	line-height: 1.4166666667;
	font-weight: 600;
	color: #79c7e4;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 0 !important;
	margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
	.ranked-simulation__ttl {
		font-size: 1.6rem;
		line-height: 1.3125;
		margin-bottom: 10px;
	}
}

.ranked-simulation__desc {
	letter-spacing: 0.03em;
}

.ranked-simulation__list {
	background: #fafafa;
	padding: 35px 50px 33px 60px;
	margin: 34px 0 40px;
	letter-spacing: 0.03em;
	display: grid;
	gap: 15px;
}

@media screen and (max-width: 768px) {
	.ranked-simulation__list {
		padding: 11px 12px 11px 15px;
		margin: 16px 0 15px;
		gap: 10px;
	}
}

.ranked-simulation__list li {
	padding-left: 16px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.ranked-simulation__list li {
		padding-left: 11px;
	}
}

.ranked-simulation__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #414141;
}

@media screen and (max-width: 768px) {
	.ranked-simulation__list li::before {
		top: 7px;
		width: 4px;
		height: 4px;
	}
}

.sec-benefits {
	padding: 0 0 52px;
}

@media screen and (max-width: 768px) {
	.sec-benefits {
		padding: 0 0 6px;
	}
}

.sec-benefits .c-ttl__01 {
	margin-bottom: 62px;
}

@media screen and (max-width: 768px) {
	.sec-benefits .c-ttl__01 {
		margin-bottom: 15px;
	}
}

.sec-benefits .ranked-simulation .c-btn__01 {
	margin-bottom: 47px;
}

@media screen and (max-width: 768px) {
	.sec-benefits .ranked-simulation .c-btn__01 {
		margin-bottom: 24px;
	}
}

.benefits-box {
	margin-bottom: 33px;
}

@media screen and (max-width: 768px) {
	.benefits-box {
		margin-bottom: 21px;
	}
}

.benefits-box__head {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	font-size: 2.4rem;
	line-height: 1.75;
	font-weight: bold;
	text-align: center;
	font-family:
		"Hiragino Sans", "?? f??????????   f?? L Pro W3", "Hiragino Kaku Gothic Pro",
		"????????????", "Meiryo", "Osaka", "?????? ??  ?? L?????????", "MS PGothic",
		sans-serif;
}

@media screen and (max-width: 768px) {
	.benefits-box__head {
		font-size: 1.2rem;
		line-height: 1.75;
	}
}

.benefits-box__head>* {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	z-index: 1;
	padding: 28px 10px 12px;
	-webkit-transition:
		0.3s opacity ease,
		0.3s color ease,
		0.3s padding ease;
	-o-transition:
		0.3s opacity ease,
		0.3s color ease,
		0.3s padding ease;
	transition:
		0.3s opacity ease,
		0.3s color ease,
		0.3s padding ease;
}

@media screen and (max-width: 768px) {
	.benefits-box__head>* {
		padding: 15px 10px 3px;
	}
}

.benefits-box__head>*:not(.is-active) {
	cursor: pointer;
}

@media (any-hover: hover) {
	.benefits-box__head>*:hover:not(.is-active) {
		opacity: 0.7;
	}
}

.benefits-box__head>*::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 20px;
	z-index: -1;
	border: 4px solid #6bc09f;
	border-bottom-width: 6px;
	background: #f4f4f4;
	border-radius: 20px 20px 0 0;
	-webkit-transition:
		0.3s background ease,
		0.3s top ease;
	-o-transition:
		0.3s background ease,
		0.3s top ease;
	transition:
		0.3s background ease,
		0.3s top ease;
}

@media screen and (max-width: 768px) {
	.benefits-box__head>*::before {
		border-width: 2px 2px 1px 2px;
		border-radius: 10px 10px 0 0;
		top: 10px;
	}
}

.benefits-box__head>*.is-active {
	color: white;
	padding: 18px 10px 22px;
}

@media screen and (max-width: 768px) {
	.benefits-box__head>*.is-active {
		padding: 10px 10px 8px;
	}
}

.benefits-box__head>*.is-active::before {
	top: 0;
	background: #6bc09f;
}

.benefits-box__item {
	padding: 42px 56px 45px;
	border: 4px solid #6bc09f;
	background: #f2f9fc;
	display: none;
}

@media screen and (max-width: 768px) {
	.benefits-box__item {
		border-width: 2px;
		padding: 25px 13px 13px;
	}
}

.benefits-box__item.is-active {
	display: block;
}

.benefits-box__ttl {
	font-size: 2.4rem;
	line-height: 1.4166666667;
	font-weight: bold;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
	gap: 30px;
	letter-spacing: 0.1em;
	color: #79c7e4;
	margin-bottom: 30px !important;
}

@media screen and (max-width: 768px) {
	.benefits-box__ttl {
		font-size: 1.8rem;
		line-height: 1.1666666667;
		gap: 14px;
		margin-bottom: 15px !important;
	}
}

.benefits-box__ttl span {
	width: 50px;
	min-width: 50px;
	height: 50px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	background: #79c7e4;
	color: white;
	border-radius: 50%;
	margin-top: -8px;
}

@media screen and (max-width: 768px) {
	.benefits-box__ttl span {
		width: 35px;
		min-width: 35px;
		height: 35px;
	}
}

.benefits-box__img {
	margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
	.benefits-box__img {
		margin-bottom: 14px;
	}
}

/*.benefits-box__img img {
	display: block;
	width: 100%;
}*/
.benefits-box__desc {
	line-height: 2.3333333333;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.benefits-box__desc {
		line-height: 1.75;
	}
}

.benefits-box__desc .line {
	padding-bottom: 7px;
	background-image: -webkit-gradient(linear,
			left top,
			right top,
			color-stop(50%, #6bc09f),
			color-stop(50%, transparent));
	background-image: -o-linear-gradient(left, #6bc09f 50%, transparent 50%);
	background-image: linear-gradient(to right, #6bc09f 50%, transparent 50%);
	background-size: 200% 4px;
	background-repeat: no-repeat;
	background-position: left 0 bottom 0;
}

@media screen and (max-width: 768px) {
	.benefits-box__desc .line {
		padding-bottom: 5px;
		background-size: 200% 2px;
	}
}

.sec-fee {
	padding: 0 0 90px;
}

@media screen and (max-width: 768px) {
	.sec-fee {
		padding: 0 0 25px;
	}
}

.sec-fee .c-ttl__01 {
	margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
	.sec-fee .c-ttl__01 {
		margin-bottom: 17px;
	}
}

.sec-fee .c-btn__01 {
	margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
	.sec-fee .c-btn__01 {
		margin-bottom: 18px;
	}
}

.fee-desc {
	letter-spacing: 0.03em;
	margin-bottom: 60px;
}

.fee-ttl {
	font-size: 2.4rem;
	line-height: 1.4166666667;
	font-weight: 600;
	color: #79c7e4;
	text-align: center;
	padding: 37px 0 53px;
}

@media screen and (max-width: 768px) {
	.fee-ttl {
		font-size: 1.6rem;
		line-height: 1.3125;
		padding: 5px 0 14px !important;
	}
}

.fee-box {
	background: #f2f9fc;
	max-width: 870px;
	margin: 0 auto 47px;
	padding: 32px 60px 40px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.fee-box {
		padding: 16px 15px 20px;
		margin: 0 auto 20px;
	}
}

.fee-box .swiper-button-next,
.fee-box .swiper-button-prev {
	position: absolute;
	width: 60px;
	height: 60px;
	top: calc(54.8% - 30px);
	background: #6bc09f;
	border-radius: 50%;
	color: white;
}

@media screen and (max-width: 768px) {

	.fee-box .swiper-button-next,
	.fee-box .swiper-button-prev {
		width: 20px;
		height: 20px;
		top: calc(56.9% - 30px);
	}
}

.fee-box .swiper-button-next::after,
.fee-box .swiper-button-prev::after {
	font-size: 2rem;
}

@media screen and (max-width: 768px) {

	.fee-box .swiper-button-next::after,
	.fee-box .swiper-button-prev::after {
		font-size: 0.8rem;
	}
}

.fee-box .swiper-button-prev {
	left: -30px;
}

@media screen and (max-width: 768px) {
	.fee-box .swiper-button-prev {
		left: -10px;
	}
}

.fee-box .swiper-button-next {
	right: -30px;
}

@media screen and (max-width: 768px) {
	.fee-box .swiper-button-next {
		right: -10px;
	}
}

.fee-box__head {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin-bottom: 26px;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 768px) {
	.fee-box__head {
		margin-bottom: 10px;
	}
}

.fee-box__head::before {
	content: "";
	position: absolute;
	width: 60px;
	aspect-ratio: 2;
	background: url(../img/before-entry/fee-arrow.png) no-repeat center / contain;
	top: calc(50% - 15px);
	left: calc(50% - 30px);
}

@media screen and (max-width: 768px) {
	.fee-box__head::before {
		width: 30px;
		top: calc(50% - 8px);
		left: calc(50% - 15px);
	}
}

.fee-box__ttl {
	display: grid;
	font-size: 3rem;
	line-height: 1.35;
	font-weight: bold;
	color: #79c7e4;
}

@media screen and (max-width: 768px) {
	.fee-box__ttl {
		font-size: 1.8rem;
	}
}

.fee-box__ttl small {
	font-size: 60%;
}

@media screen and (max-width: 768px) {
	.fee-box__ttl small {
		font-size: 66.6666666667%;
	}
}

.fee-slider {
	text-align: center;
	font-family:
		"Hiragino Sans", "?? f??????????   f?? L Pro W3", "Hiragino Kaku Gothic Pro",
		"????????????", "Meiryo", "Osaka", "?????? ??  ?? L?????????", "MS PGothic",
		sans-serif;
}

.fee-slider__ct {
	border-radius: 20px;
	overflow: hidden;
	background: white;
	color: #79c7e4;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.5;
	padding: 0 0 16px;
}

@media screen and (max-width: 768px) {
	.fee-slider__ct {
		border-radius: 10px;
		font-size: 1.5rem;
		line-height: 1.5333333333;
		padding: 0 0 12px;
	}
}

.fee-slider__price {
	color: #fc7d9a;
}

.fee-slider__price .lg {
	font-size: 160%;
	line-height: 1.2;
}

@media screen and (max-width: 768px) {
	.fee-slider__price .lg {
		font-size: 140%;
	}
}

.fee-slider__img {
	aspect-ratio: 360 / 200;
	margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
	.fee-slider__img {
		aspect-ratio: 360 / 204;
		margin-bottom: 9px;
	}
}

.fee-slider__img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.sec-option {
	padding: 0 0 110px;
}

@media screen and (max-width: 768px) {
	.sec-option {
		padding: 0 0 30px;
	}
}

.sec-option .c-ttl__01 {
	margin-bottom: 54px;
}

@media screen and (max-width: 768px) {
	.sec-option .c-ttl__01 {
		margin-bottom: 17px;
	}
}

.option-desc {
	letter-spacing: 0.03em;
	margin-bottom: 55px !important;
}

@media screen and (max-width: 768px) {
	.option-desc {
		margin-bottom: 16px !important;
	}
}

.sec-faq {
	padding: 0;
}

.sec-faq .inner {
	padding-bottom: 107px;
}

@media screen and (max-width: 768px) {
	.sec-faq .inner {
		padding-bottom: 33px;
	}
}

.faq-box {
	background: #d9f6eb;
	padding: 40px 60px 30px;
	margin-bottom: 63px;
}

@media screen and (max-width: 768px) {
	.faq-box {
		padding: 14px 15px 21px;
		margin-bottom: 21px;
	}
}

.faq-info {
	display: grid;
	gap: 30px;
	margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
	.faq-info {
		gap: 15px;
		margin-bottom: 17px;
	}
}

.faq-info__item {
	background: white;
	border: 1px solid #414141;
	border-radius: 20px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.faq-info__item {
		border-radius: 10px;
	}
}

.faq-info__q {
	position: relative;
	background: #fafafa;
	cursor: pointer;
	-webkit-transition: 0.3s opacity ease;
	-o-transition: 0.3s opacity ease;
	transition: 0.3s opacity ease;
}

@media (any-hover: hover) {
	.faq-info__q:hover {
		opacity: 0.7;
	}
}

.faq-info__q .faq-info__str {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 158px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	background: #73bfdf;
	color: white;
	padding: 0 8px 0 0;
}

@media screen and (max-width: 768px) {
	.faq-info__q .faq-info__str {
		width: 56px;
	}
}

.faq-info__q.is-open .faq-info__icon::after {
	opacity: 0;
}

.faq-info__ttl {
	font-size: 2.4rem;
	line-height: 1.3333333333;
	font-weight: bold;
	color: #79c7e4;
	padding: 14px 110px 17px 198px;
	margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
	.faq-info__ttl {
		font-size: 1.2rem;
		line-height: 1.5;
		padding: 10px 35px 9px 67px;
	}
}

.faq-info__icon {
	position: absolute;
	right: 59px;
	top: calc(50% - 19px);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #73bfdf;
}

@media screen and (max-width: 768px) {
	.faq-info__icon {
		width: 19px;
		height: 19px;
		top: calc(50% - 10px);
		right: 14px;
	}
}

.faq-info__icon::before,
.faq-info__icon::after {
	content: "";
	position: absolute;
	background: white;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.faq-info__icon::before {
	width: 16px;
	height: 4px;
}

@media screen and (max-width: 768px) {
	.faq-info__icon::before {
		width: 8px;
		height: 2px;
	}
}

.faq-info__icon::after {
	width: 4px;
	height: 16px;
	-webkit-transition: 0.3s opacity ease;
	-o-transition: 0.3s opacity ease;
	transition: 0.3s opacity ease;
}

@media screen and (max-width: 768px) {
	.faq-info__icon::after {
		width: 2px;
		height: 8px;
	}
}

.faq-info__str {
	font-size: 2.4rem;
	line-height: 1.4166666667;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 768px) {
	.faq-info__str {
		font-size: 1.8rem;
		line-height: 1.2777777778;
	}
}

.faq-info__a {
	padding: 40px 60px;
	display: none;
}

@media screen and (max-width: 768px) {
	.faq-info__a {
		padding: 11px 16px 16px;
	}
}

.faq-info__a .faq-info__desc a {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (any-hover: hover) {
	.faq-info__a .faq-info__desc a:hover {
		text-decoration: underline;
	}
}

.faq-info__a .faq-info__str {
	display: block;
	color: #73bfdf;
	margin-bottom: 30px !important;
}

@media screen and (max-width: 768px) {
	.faq-info__a .faq-info__str {
		margin-bottom: 6px !important;
	}
}

.faq-info__a.is-open {
	display: block;
}

.faq-info__desc {
	margin-bottom: 30px !important;
}

@media screen and (max-width: 768px) {
	.faq-info__desc {
		margin-bottom: 14px !important;
	}
}

.faq-info__btn {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-decoration: none;
	margin-left: auto;
	padding-right: 30px;
	position: relative;
	color: #79c7e4;
	text-decoration: underline !important;
	font-weight: 400;
	text-underline-offset: 5px;
}

@media screen and (max-width: 768px) {
	.faq-info__btn {
		padding-right: 9px;
	}
}

.faq-info__btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	height: 5px;
	border: solid #0168b7;
	border-width: 2px 2px 0 0;
}

@media screen and (max-width: 768px) {
	.faq-info__btn::after {
		width: 4px;
		height: 4px;
		border-width: 1px 1px 0 0;
	}
}

.sec-related {
	font-family:
		"Hiragino Sans", "?? f??????????   f?? L Pro W3", "Hiragino Kaku Gothic Pro",
		"????????????", "Meiryo", "Osaka", "?????? ??  ?? L?????????", "MS PGothic",
		sans-serif;
	padding: 0 0 10px;
}

@media screen and (max-width: 768px) {
	.sec-related {
		padding: 0 0 21px;
	}
}

@media screen and (max-width: 768px) {
	.sec-related .c-ttl__01 {
		margin-bottom: 20px;
	}
}

.related-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

@media screen and (max-width: 768px) {
	.related-list {
		grid-template-columns: repeat(1, 1fr);
	}
}

.related-list__link {
	display: block;
	background: #eff9fa;
	border-radius: 20px;
	padding: 15px 15px 44px;
	text-decoration: none;
	color: inherit;
	min-height: 100%;
}

@media screen and (max-width: 768px) {
	.related-list__link {
		border-radius: 10px;
		padding: 15px 15px 8px;
	}
}

@media (any-hover: hover) {
	.related-list__link:hover {
		opacity: 1;
	}

	.related-list__link:hover .related-list__img img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
}

@media screen and (max-width: 768px) {
	.related-list__link .c-txt__01 {
		line-height: 1.8;
	}
}

.related-list__img {
	aspect-ratio: 290 / 186;
	border-radius: 21px;
	overflow: hidden;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.related-list__img {
		aspect-ratio: 630 / 420;
		border-radius: 11px;
		margin-bottom: 12px;
	}
}

.related-list__img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: 0.3s -webkit-transform ease;
	transition: 0.3s -webkit-transform ease;
	-o-transition: 0.3s transform ease;
	transition: 0.3s transform ease;
	transition:
		0.3s transform ease,
		0.3s -webkit-transform ease;
}

.related-list__tags {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
	font-size: 1.2rem;
	line-height: 1.6666666667;
	font-weight: bold;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.related-list__tags {
		font-size: 1rem;
		line-height: 1.5;
		gap: 10px;
		margin-bottom: 10px;
	}
}

.related-list__tags span {
	background: #79c7e4;
	color: white;
	border-radius: 10px;
	min-width: 75px;
	min-height: 21px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.related-list__tags span {
		border-radius: 5px;
		min-width: 52px;
		min-height: 16px;
	}
}

.related-list__ttl {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.16em;
	padding: 0 !important;
	margin-bottom: 9px;
}

@media screen and (max-width: 768px) {
	.related-list__ttl {
		font-size: 1.4rem;
		line-height: 1.2857142857;
		margin-bottom: 5px;
	}
}

.related-list__desc {
	letter-spacing: 0.1em;
}

.related-list__date {
	margin-top: 10px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.related-list__date {
		margin-top: 6px;
	}
}

.related-list__date strong {
	color: #79c7e4;
	font-weight: bold;
	margin-right: 7px;
}

/* デフォルトは非表示 */
.ca-body {
	display: none;
	overflow: hidden;
}

/* is-openがついている場合は表示 */
.ca-body.is-open {
	display: block;
}

/* アイコンの動き（任意：プラスマイナスの切り替えなど） */
.ca-head {
	cursor: pointer;
	position: relative;
}

/* 開いている時のアイコン回転などの例 */
.ca-head.is-open .faq-info__icon {
	transform: rotate(180deg);
}

.ca-body {
	display: none;
}

.ca-body.is-open {
	display: block;
}

/*# sourceMappingURL=map/before-entry.css.map */