@charset "utf-8";

/***********************************************************************
ベーススタイル
***********************************************************************/
html,
body {
	font-family: var(--fontFamily-yugo);
}
html {
	overflow: auto;
	font-size: 62.5%;
}
body {
	font-size: 1.7em;
	counter-reset: number;
}
header a:link,
header a:hover,
header a:visited,
footer a:link,
footer a:hover,
footer a:visited {
	text-decoration: none;
	color: inherit;
}
a:hover {
	opacity: 0.7;
}
p {
	margin-bottom: 1.2em;
	line-height: 1.8;
}
strong {
	font-weight: bold;
	color: var(--colorOrange);
}
input,
select,
textarea {
	border: 1px solid #dedede;
	background: #ffeeee;
	border-radius: 3px;
	margin: 0 5px 0 0;
	padding: 5px;
}
input:checked {
	background: #444;
}
input[type='radio'] {
	border-radius: 30px;
}
input[type='radio'],
input[type='checkbox'] {
	vertical-align: middle;
}
input[type='submit'] {
	cursor: pointer;
}
label {
	margin: 0 5px 0 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
.taC {
	text-align: center;
	margin: auto;
}
.fs90 {
	font-size: 90%;
}
.fs120 {
	font-size: 120%;
}
.fwB {
	font-weight: 700;
}

/* レスポンシブ
----------------------------------------- */
.under834,
.under600 {
	display: none;
}
@media screen and (max-width: 834px) {
	.under834 {
		display: block;
	}
	.over835 {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.under600 {
		display: block;
	}
	.over601 {
		display: none;
	}
}

/* 変数定義
----------------------------------------- */
:root {
	--colorLogoBlue: #22396c;
	--colorDarkBlue: #1a294a;
	--colorMidNightBlue: #02395b;
	--colorLightBlue: #0038a8;
	--colorOrange: #ff5900;
	--colorRed: #d90000;
	--colorYellow: #fff33f;
	--fontFamily-zen-kaku: 'Zen Kaku Gothic New', sans-serif;
}

a {
	text-decoration: underline;
	color: #036eb8;
}
a:hover {
	text-decoration: none;
}

/***********************************************************************
ヘッダー
***********************************************************************/
header {
	display: flex;
	padding-block: 15px 10px;
}
.logo {
	font-size: 2.6rem;
	font-family: var(--fontFamily-sans-noto);
	font-weight: 800;
	color: var(--colorLogoBlue);
	line-height: 1;
	margin-inline: 0 auto;
	padding-block: 6px 4px;
	padding-inline: 28px 0;
	transition: 0.2s;
	cursor: pointer;
	word-break: keep-all;
}
.logo:hover {
	opacity: 0.75;
}
.logo img {
	display: inline;
	width: 194px;
	height: auto;
	aspect-ratio: 194/53;
	font-size: 0;
	vertical-align: bottom;
	margin-right: 0.5em;
}
#ctaHeader {
	display: flex;
	padding-inline: 0 16px;
	font-family: var(--fontFamily-sans-noto);
	gap: 1.4rem;
}
.faq {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 126px;
	max-height: 63px;
	background-color: #e3ecf5;
	border: 2px solid #fff;
	color: var(--colorLogoBlue) !important;
	font-size: clamp(1.2rem, var(--sp-12px), 1.5rem);
	font-weight: 500;
	font-feature-settings: 'halt';
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 3px 2px rgba(36, 57, 123, 0.3);
	transition: 0.2s;
	line-height: 1.2;
	margin-block: -2px 0;
}
.faq:hover {
	opacity: 0.6;
	transform: translateY(2px);
	box-shadow: 0 1px 2px rgba(36, 57, 123, 0.3);
}
.tel {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: end;
	min-width: 260px;
	max-height: 63px;
	background: url(/area/assets/images/icon_footerTel.svg) 10px 50% no-repeat var(--colorRed);
	background-size: 34px 46px;
	color: #fff;
	padding-inline: 0 10px;
	border-radius: 5px;
	gap: 3px;
}
@media screen and (min-width: 835px) {
	.tel {
		pointer-events: none;
	}
}
.tel span {
	color: #fff;
}
.tel .telText,
.tel .telNumb {
	display: block;
}
.tel .telText {
	font-size: clamp(1.1rem, var(--sp-11px), 1.3rem);
	line-height: 1;
}
.tel .telText span {
	font-size: 1rem;
	background: #fff;
	border-radius: 30px;
	color: var(--colorLogoBlue);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.1em;
	vertical-align: bottom;
	margin-inline: 0 3px;
	padding-inline: 6px 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.tel .telNumb {
	font-family: 'Oswald';
	font-size: clamp(1.8rem, var(--sp-18px), 3.5rem);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05rem;
}
.entry {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: var(--colorYellow);
	border: solid 2px var(--colorMidNightBlue);
	border-radius: 64px;
	min-width: 264px;
	max-height: 63px;
	padding-block: 0 3px;
	padding-inline: 33px 0;
	font-size: 2.4rem;
	font-weight: 600;
	color: var(--colorDarkBlue);
	box-shadow: 0 3px 2px rgba(36, 57, 123, 0.3);
	transition: 0.2s;
	margin-block: -2px 0;
}
.entry:hover {
	opacity: 0.6;
	transform: translateY(2px);
	box-shadow: 0 1px 2px rgba(36, 57, 123, 0.3);
}
.entry span {
	font-size: 2rem;
}
.entry div {
	position: relative;
}
.entry div::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -34px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background: url(/area/assets/images/offerBtn_arrow.svg) 50% 50% no-repeat #fff;
}
@media screen and (max-width: 1030px) and (min-width: 1000px) {
	.logo {
		font-size: 2.3vw;
	}
	#ctaHeader {
		gap: 0.4vw;
	}
}
@media screen and (max-width: 999px) {
	header {
		padding-block: 7px;
		height: clamp(6rem, var(--sp-60px), 7.7rem);
	}
	#ctaHeader {
		gap: 4px;
		padding-inline: 4px;
		margin-left: 4px;
	}
	.logo {
		padding-inline: 6px 0;
		padding-block: 9px;
		font-size: clamp(1.5rem, var(--sp-15px), 2.4rem);
	}
	.logo img {
		width: clamp(110px, var(--sp-110px), 180px);
	}
	.faq {
		flex-direction: column;
		min-width: 48px;
		border-width: 1px;
		letter-spacing: -0.01em;
		box-shadow: 0 1px 3px rgba(36, 57, 123, 0.3);
		margin-block-start: 0;
		padding-inline: var(--sp-1px);
		font-size: clamp(1.2rem, var(--sp-12px), 2rem);
	}
	.faq span {
		letter-spacing: -0.12em;
	}
	.entry {
		border-width: 1px;
		border-radius: 6px;
		min-width: 67px;
		padding-block: 4px;
		padding-inline: var(--sp-3px);
		box-shadow: 0 1px 3px rgba(36, 57, 123, 0.3);
		line-height: 1.2;
		font-size: clamp(1.4rem, var(--sp-14px), 2rem);
		margin-block-start: 0;
	}
	.entry span {
		font-size: clamp(1.4rem, var(--sp-14px), 2rem);
	}
	.entry div::before {
		display: none;
	}
}
@media screen and (max-width: 740px) {
	.tel {
		background-image: unset;
		min-width: fit-content;
		padding-inline: 1vw;
	}
}
@media screen and (max-width: 683px) and (min-width: 601px) {
	.logo {
		font-size: 3vw;
		padding-block: 1.4rem;
	}
	.logo img {
		width: 14rem;
	}
	.faq {
		font-size: clamp(1.4rem, var(--sp-14px) 1.98rem);
	}
	.tel {
		align-items: center;
	}
	.entry {
		font-size: clamp(1.4rem, var(--sp-14px) 1.98rem);
	}
	.entry span {
		font-size: clamp(1.4rem, var(--sp-14px) 1.98rem);
	}
}
@media screen and (max-width: 600px) {
	.logo {
		font-size: 3.65vw;
	}
	.tel {
		min-width: 66px;
		background: url(/area/assets/images/icon_footerTel.svg) 7px 50% no-repeat var(--colorRed);
		background-size: var(--sp-20px) var(--sp-26px);
		padding-inline: var(--sp-27px) 0.6rem;
		box-shadow: 0 1px 3px rgba(36, 57, 123, 0.3);
		transition: 0.2s;
	}
	.tel .telText_sp {
		font-size: clamp(1.5rem, var(--sp-15px), 2rem);
		font-weight: 700;
		line-height: 1.2;
	}
	.tel:hover {
		opacity: 0.6;
		transform: translateY(2px);
		box-shadow: 0 1px 2px rgba(36, 57, 123, 0.3);
	}
}

/***********************************************************************
グローバルナビ
***********************************************************************/
#gnav {
	background: var(--colorLogoBlue);
	position: sticky;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 65px;
	transition: transform 0.1s;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.gNavWrap {
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: repeat(10, 1fr);
	gap: 1px;
	margin: 0 auto;
	width: 1141px;
	height: 100%;
	background-color: #607196;
	border: solid #607196;
	border-width: 0 1px;
}
#gnav a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	font: 600 clamp(1.1rem, var(--sp-11px), 1.5rem) / 1.2 var(--fontFamily-yugo);
	font-feature-settings: 'halt';
	text-align: center;
	line-height: 1.3;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	height: 100%;
	background-color: var(--colorLogoBlue);
}
#gnav li a.gnav-active {
	background: linear-gradient(to bottom, #fff, #e6e6e6);
	color: #1a294a;
}
#gnav li a.gnav-active::before {
	display: none;
}
.gNavWrap > li > a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: scale(1, 0);
	transform-origin: left bottom;
	transition: transform 0.2s;
	background: linear-gradient(to bottom, #fff, #e6e6e6);
	width: 100%;
	height: 100%;
}
.gNavWrap > li:hover > a::before {
	transform: scale(1, 1);
	transform-origin: center top;
}
#gnav li:hover a {
	color: #1a294a;
	opacity: 1;
}
#gnav .gNavWrap li.has-dropdown {
	position: relative;
}
#gnav .gNavWrap li.has-dropdown a::after {
	content: '';
	position: absolute;
	transform: translate(50%, 6px);
	right: 50%;
	bottom: 4px;
	border: 6px solid rgba(0, 0, 0, 0);
	border-top-color: rgba(255, 255, 255, 1);
}
#gnav .gNavWrap li.has-dropdown:hover > a::after,
#gnav .gNavWrap li.has-dropdown a.gnav-active::after,
#gnav .gNavWrap li.has-dropdown.open::after {
	border-top-color: var(--colorLogoBlue);
}
#gnav .gNavWrap .dropdown {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	min-width: 226px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	opacity: 0;
	transform: translateY(-16px);
	transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
	z-index: 1;
}
#gnav .gNavWrap .dropdown.right_side {
	left: auto;
	right: 0;
}
#gnav .gNavWrap li.has-dropdown {
	position: relative;
}
#gnav .gNavWrap li.has-dropdown .dropdown li a {
	height: 65px;
	color: #444;
	font: 600 clamp(1.1rem, var(--sp-15px), 1.5rem) / 1.2 var(--fontFamily-yugo);
	background: #fff;
	pointer-events: auto;
}
#gnav .gNavWrap li.has-dropdown.open .dropdown {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	display: block;
}
#gnav .gNavWrap li.has-dropdown.open .dropdown li:first-of-type a {
	border-bottom: solid 1px #c4d9e5;
}

#gnav .gNavWrap li.has-dropdown.open .dropdown li:hover a {
	color: var(--colorLogoBlue);
	background: #e3ecf5;
	transition: all 0.3s ease;
	opacity: 1;
}
#gnav .gNavWrap li.has-dropdown.open .dropdown li a::after {
	content: '';
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 5%;
	bottom: auto;
	border: 6px solid rgba(0, 0, 0, 0);
	border-left-color: var(--colorLogoBlue);
}
@media screen and (max-width: 1140px) {
	#gnav {
		height: fit-content;
	}
	.gNavWrap {
		grid-template-columns: repeat(5, 1fr);
		grid-auto-flow: row;
		width: 100%;
		border: unset;
	}
	#gnav a {
		min-height: 4.8rem;
		padding-block: 0.8em;
	}
	#gnav .gNavWrap .dropdown {
		position: fixed;
		left: 0;
		width: 100vw;
		min-width: 0;
		border-radius: 0;
		z-index: 1000;
		transform: translateY(0px);
	}
	.gNavWrap > li.js-reset > a::before {
		background: var(--colorLogoBlue) !important;
	}
	.gNavWrap > li.js-reset > a {
		color: #fff !important;
	}
	#gnav .gNavWrap li.js-reset:hover > a::after {
		border-top-color: #fff;
	}
}
@media screen and (max-width: 1140px) {
	#gnav .ffs a {
		font-feature-settings: "palt";
	}
}
/***********************************************************************
パンくずリンク
***********************************************************************/
.breadcrumb {
	width: 100%;
	max-width: 1141px;
	font-size: clamp(1.3rem, var(--sp-13px), 1.5rem);
	margin: 0.5em auto;
}
@media screen and (max-width: 834px) {
	.breadcrumb {
		width: calc(100% - 20px);
		margin: 0.5em 10px;
		white-space: pre;
		overflow-x: scroll;
		scrollbar-width: thin;
	}
}
/***********************************************************************
ボタンデザイン
***********************************************************************/
.buttonWrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}
.middleCTA {
	width: 500px;
	font-family: var(--fontFamily-sans-noto);
	font-weight: 700;
	font-size: clamp(1.8rem, var(--sp-18px), 2.2rem);
	letter-spacing: 0.02em;
	color: #fff;
	background-color: var(--colorLightBlue);
	border-radius: 50em;
	transition: 0.2s all;
	box-shadow: 0 3px 2px rgba(36, 57, 123, 0.3);
	line-height: 1;
	display: block;
	text-align: center;
	text-decoration: unset;
	padding-block: 3rem;
	margin: 0 auto;
	position: relative;
}
.middleCTA span {
	font-size: 85%;
}
.middleCTA::before {
	position: relative;
	content: '';
	background-image: url(/area/assets/images/middleCTAarrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	display: inline-block;
	width: 2.2rem;
	aspect-ratio: 1/1;
	left: -0.5rem;
	vertical-align: bottom;
}
.middleCTA:hover {
	transform: translateY(3px);
	box-shadow: 0 0 2px rgba(36, 57, 123, 0.3);
	color: #fff;
}
@media screen and (max-width: 600px) {
	.buttonWrap {
		gap: 1rem;
	}
	.middleCTA {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 95%;
		height: 7rem;
		padding-right: 1.5rem;
		line-height: 1.2;
	}
	.middleCTA::before {
		position: absolute;
		width: 3rem;
		left: unset;
		right: 3vw;
		top: 50%;
		transform: translateY(-50%);
	}
	.middleCTA span {
		display: contents;
		font-size: 100%;
	}
}

/***********************************************************************
動画
***********************************************************************/
.onlineMovie_box {
	text-align: center;
}
.onlineMovie_box a {
	position: relative;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}
.onlineMovie_box .imgLazy {
	padding-block: unset;
}
.onlineMovie_box img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	border: 2px solid var(--colorOrange);
}
.onlineMovie_box a::before {
	content: '';
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 22%;
	height: 28%;
	background: url(/koukousei/site_wp/wp-content/themes/site/images/pass/pass_movIcon.svg) 0 0 / contain no-repeat;
}
.onlineMovie_box .video_note {
	font-size: 70%;
	color: #555;
	margin-top: 4px;
	display: flex;
	justify-content: center;
	line-height: 1.1;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}
@media screen and (min-width: 481px) {
	.onlineMovie_box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.onlineMovie_box a::before {
		width: 12%;
		height: 14%;
	}
}
@media screen and (min-width: 769px) {
	.onlineMovie_box img {
		width: 750px;
	}
}
@media screen and (max-width: 834px) {
	.onlineMovie_box {
		padding: 0;
	}
}

/***********************************************************************
チェックリスト
***********************************************************************/
.checkList {
	margin-block: 3.6rem;
	margin-inline: 2.8rem;
}
.checkList li {
	font-family: var(--fontFamily-serif-noto);
	font-weight: 700;
	font-size: clamp(1.9rem, var(--sp-19px), 2rem);
	line-height: 1.2;
	position: relative;
	padding-left: 4rem;
}
.checkList li:not(:last-child) {
	margin-bottom: 1.25em;
}
.checkList li::before {
	position: absolute;
	content: '';
	background-image: url(/area/assets/images/checkList_icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 3rem;
	aspect-ratio: 26/25;
	left: 0;
	top: -0.25em;
}
@media screen and (max-width: 1024px) {
	.checkList {
		margin-inline: 1rem;
	}
}

/***********************************************************************
クロージング
***********************************************************************/
/* オファー */
#offerArea {
	width: 100%;
	margin: 0 auto;
	background-image: linear-gradient(90deg, #ebf9ff, #ebf5ff);
	padding-inline: 2rem;
	padding-block: 8rem;
}
#offerArea h2 {
	font-family: var(--fontFamily-sans-noto);
	font-weight: 900;
	font-size: clamp(2.8rem, var(--sp-28px), 4.6rem);
	line-height: 1.2;
	color: var(--colorLightBlue);
	text-align: center;
	position: relative;
	margin: 0 0 0.75em 6.5rem;
}
#offerArea h2 span {
	font-size: 123%;
}
#offerArea h2::before,
#offerArea h2::after {
	position: absolute;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	transform: translateY(-50%);
}
#offerArea h2::before {
	background-image: url(/area/assets/images/offerImg_left.svg);
	width: 194px;
	aspect-ratio: 194/148;
	top: calc(50% + 10px);
	left: calc(50% - 510px);
}
#offerArea h2::after {
	background-image: url(/area/assets/images/offerImg_right.svg);
	width: 123px;
	aspect-ratio: 123/136;
	top: 50%;
	right: calc(50% - 440px);
}
#offerArea .CTAwrap {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
}
#offerArea .CTAwrap a {
	display: block;
	width: 100%;
	background-image: var(--offer-back-img), linear-gradient(90deg, #fff, #f5f7ff);
	border-radius: 2rem;
	padding: 3.5rem 3.5rem 29rem;
	border: 0.4rem solid;
	box-shadow: 0 4px 8px rgba(36, 56, 123, 0.3);
	text-decoration: unset;
	background-repeat: no-repeat, repeat;
	background-position: 50% 101%, 50% 50%;
	background-size: contain;
	transition: 0.2s;
}
#offerArea .CTAwrap a h3 {
	font-family: var(--fontFamily-sans-noto);
	font-weight: 700;
	font-size: clamp(2.6rem, var(--sp-26px), 3.6rem);
	line-height: 1;
	color: var(--colorMidNightBlue);
	text-align: center;
	margin-bottom: 2rem;
}
#offerArea .CTAwrap a h3 span {
	font-weight: 900;
	font-size: 124%;
	color: var(--colorOrange);
}
#offerArea .CTAwrap p {
	color: var(--colorMidNightBlue);
	text-align: center;
	margin-bottom: 3rem;
}
#offerArea #tel_offer {
	border-color: var(--colorRed);
	--offer-back-img: url(/area/assets/images/tel_backImg.png);
	@media screen and (min-width: 601px) {
		pointer-events: none;
	}
}
#offerArea #entry_offer {
	border-color: #f7af00;
	--offer-back-img: url(/area/assets/images/entry_backImg.png);
}
#offerArea #entry_offer:hover {
	transform: translateY(4px);
	box-shadow: 0 0px 8px rgba(36, 56, 123, 0.3);
}
#offerArea #telBtn:hover,
#offerArea #entryBtn:hover {
	transform: unset;
	box-shadow: 0 3px 2px rgba(36, 57, 123, 0.3);
}

@media screen and (max-width: 1024px) {
	#offerArea {
		padding-block: 4rem 5rem;
	}
	#offerArea h2 {
		margin: 0 0 16rem 0;
	}
	#offerArea h2::before {
		display: none;
	}
	#offerArea h2::after {
		background-image: url(/area/assets/images/offerImg_sp.svg);
		width: 30rem;
		aspect-ratio: 203/84;
		top: unset;
		bottom: -14rem;
		left: 50%;
		right: unset;
		transform: translate(-50%, 0);
	}
	#offerArea .CTAwrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 2rem;
	}
	#offerArea .CTAwrap p {
		text-align: left;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	#offerArea .CTAwrap a {
		padding-bottom: 3.5rem;
	}
	#offerArea .CTAwrap a h3 {
		text-align: left;
	}
	#offerArea .CTAwrap p {
		margin-bottom: 1em;
	}
	#offerArea #tel_offer {
		background-position: calc(50% + 25vw) 50%, 50% 50%;
	}
	#offerArea #entry_offer {
		background-position: calc(50% + 35vw) 50%, 50% 50%;
		padding-bottom: 5.5rem;
	}
	#offerArea :is(#telBtn, #entryBtn) {
		margin-inline: 0 auto;
	}
}
@media screen and (max-width: 767px) and (min-width: 601px) {
	#offerArea .CTAwrap p {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	#offerArea h2 {
		margin-bottom: 31vw;
	}
	#offerArea h2::after {
		width: 54.5vw;
		bottom: -26vw;
	}
	#offerArea .CTAwrap {
		gap: 4.25vw;
	}
	#offerArea .CTAwrap a {
		padding: 3rem 2.5rem 51vw;
	}
	#offerArea .CTAwrap p {
		margin-bottom: 1em;
	}
}
@media screen and (max-width: 600px) {
	#offerArea .CTAwrap p {
		text-align: left;
	}
}

/* 返金保証・お友達紹介バナー */
#bannerArea {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding-block: 50px;
	padding-inline: 2rem;
}
#cashback_bnr,
#friend_bnr {
	position: relative;
	max-width: 1100px;
	width: 100%;
	cursor: pointer;
	line-height: 0;
}
#cashback_bnr:hover {
	opacity: 0.7;
}
#cashback_bnr {
	padding: 7px;
	background: linear-gradient(56deg, #ae7946 0%, #e7c598 32%, #ae7946 68%, #e7c598 100%);
}
#cashback_bnr a {
	display: block;
	background: #ffffff;
	font-size: 0;
}
#cashback_bnr a:hover {
	opacity: 1;
}
#cashback_bnr a:hover img {
	opacity: 0.95;
}
@media screen and (max-width: 834px) {
	#bannerArea {
		gap: 10px;
		padding-block: 30px;
	}
	#cashback_bnr {
		padding: 4px;
	}
}

/***********************************************************************
電話・資料請求ボタン
***********************************************************************/
#telBtn,
#entryBtn {
	width: 36rem;
	aspect-ratio: 360/88;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
	font-family: var(--fontFamily-sans-noto);
	box-shadow: 0 3px 2px rgba(36, 57, 123, 0.3);
	text-decoration: unset;
}
#telBtn:hover,
#entryBtn:hover {
	transform: translateY(3px);
	box-shadow: 0 0 2px rgba(36, 57, 123, 0.3);
}
@media screen and (min-width: 601px) {
	#telBtn {
		box-shadow: unset !important;
		pointer-events: none;
	}
	#telBtn:hover {
		transform: unset;
		box-shadow: 0 3px 2px rgba(36, 57, 123, 0.3);
	}
}
#telBtn {
	background-color: var(--colorRed);
	color: #fff;
	border-radius: 0.6rem;
	gap: 6px;
}
#telBtn div {
	width: fit-content;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 2px;
}
#telBtn div > span {
	line-height: 1;
	display: block;
}
#telBtn div .telText {
	font-size: clamp(1.1rem, var(--sp-11px), 1.75rem);
}
#telBtn div .telText span {
	font-size: 75%;
	background: #fff;
	border-radius: 30px;
	color: var(--colorLogoBlue);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.1em;
	vertical-align: bottom;
	margin-inline: 0 3px;
	padding-inline: 8px 6px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
#telBtn div .telNumb {
	font-family: 'Oswald';
	font-size: 4.7rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05rem;
}
#entryBtn {
	flex-direction: column;
	background-color: var(--colorYellow);
	color: var(--colorMidNightBlue);
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1;
	border-radius: 50em;
	border: 2px solid var(--colorDarkBlue);
	position: relative;
}
#entryBtn div {
	position: relative;
	margin-left: 30px;
}
#entryBtn div::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -34px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background: url(/area/assets/images/offerBtn_arrow.svg) 50% 50% no-repeat #fff;
}
#entryBtn div span {
	font-size: 90%;
}
#entryBtn .smallText {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1;
	margin-top: 0.5em;
}
#entryBtn::after {
	position: absolute;
	content: '※後日、郵送資料も届きます';
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	left: 50%;
	bottom: -1.6em;
	transform: translateX(-50%);
	width: 100%;
	color: var(--colorMidNightBlue);
	text-align: center;
}
@media screen and (max-width: 600px) {
	#telBtn,
	#entryBtn {
		width: 100%;
		max-width: 45rem;
		aspect-ratio: 277/90;
	}
	#telBtn {
		border-radius: 50em;
		border: 2px solid #fff;
	}
	#telBtn img {
		width: 9.5vw;
	}
	#telBtn div {
		align-items: flex-start;
	}
	#telBtn .telText_sp {
		font-weight: 900;
		font-size: 8vw;
	}
	#telBtn .telTextbottom_sp {
		font-size: 4vw;
		margin-top: 0.25em;
	}
	#entryBtn {
		font-size: 7vw;
	}
	#entryBtn div {
		margin-left: unset;
	}
	#entryBtn div::before {
		display: none;
	}
	#entryBtn .smallText,
	#entryBtn::after {
		font-size: 4vw;
	}
}

/***********************************************************************
追従CTA
***********************************************************************/
#fixedCTAWrap {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	background-color: #fff;
	border-radius: 2rem 0 0 2rem;
	width: 31rem;
	box-shadow: 0 0 1.6rem rgba(36, 57, 123, 0.25);
	padding-block: 3rem;
	position: fixed;
	right: 0;
	bottom: 1.5rem;
	z-index: 9999;
	transform: translateX(120%);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
}
#fixedCTAWrap.visible {
	transform: translateX(0%);
	opacity: 1;
}
#fixedCTAWrap :is(#telBtn, #entryBtn) {
	width: 25rem;
}
#fixedCTAWrap #telBtn img {
	width: 3.5rem;
}
#fixedCTAWrap #telBtn div .telText {
	font-size: 1.2rem;
}
#fixedCTAWrap #telBtn div .telNumb {
	font-size: 3.3rem;
}
#fixedCTAWrap #entryBtn {
	font-size: 2.4rem;
}
#fixedCTAWrap #entryBtn::after {
	display: none;
}
@media screen and (max-width: 600px) {
	#fixedCTAWrap {
		width: 100%;
		flex-direction: row;
		border-radius: unset;
		bottom: 0;
		gap: 0.6rem;
		padding: 0.6rem 0.6rem 1rem;
		transform: translateY(100%);
	}
	#fixedCTAWrap.visible {
		transform: translateY(0%);
		opacity: 1;
	}
	#fixedCTAWrap :is(#telBtn, #entryBtn) {
		width: 100%;
		aspect-ratio: 175/56;
		border-radius: 0.6rem;
		padding-inline: 0.8rem;
	}
	#fixedCTAWrap #telBtn {
		gap: 0.4rem;
	}
	#fixedCTAWrap #telBtn img {
		width: 6.5vw;
	}
	#fixedCTAWrap #telBtn .telText_sp {
		font-size: 5.4vw;
	}
	#fixedCTAWrap #telBtn .telTextbottom_sp {
		font-size: 2.71vw;
	}
	#fixedCTAWrap #entryBtn {
		font-size: 5.5vw;
	}
}
/***********************************************************************
指導対応エリア
***********************************************************************/
#areaList {
	background: #f5f5dc;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-block: clamp(3rem, var(--sp-30px), 3.4rem);
	padding-inline: 2rem;
}
#areaList h2 {
	background: #fff;
	font-family: var(--fontFamily-sans-noto);
	font-size: clamp(2rem, var(--sp-20px), 2.6rem);
	font-weight: 500;
	color: var(--colorMidNightBlue);
	width: 100%;
	max-width: 950px;
	padding-block: 0.35em;
	margin-block: 0 clamp(1.6rem, var(--sp-16px), 2rem);
	border-radius: 60px;
	border: solid 2px #22396c;
	display: flex;
	justify-content: center;
	align-items: center;
}
#areaList ul {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 10px;
	width: 100%;
	max-width: 950px;
	padding-inline-start: 0 !important;
	margin-bottom: 0;
}
#areaList li {
	list-style: none;
	font-family: var(--fontFamily-sans-noto);
	font-size: clamp(1.5rem, var(--sp-15px), 1.7rem);
	font-weight: 500;
	text-align: center;
	line-height: 1;
}
#areaList p {
	font-size: 1.6rem;
	font-weight: 700;
}
@media screen and (max-width: 950px) {
	#areaList ul {
		grid-template-columns: repeat(6, 1fr);
	}
}
@media screen and (max-width: 805px) {
	#areaList ul {
		grid-template-columns: repeat(5, 1fr);
	}
}
@media screen and (max-width: 675px) {
	#areaList ul {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (max-width: 600px) {
	#areaList ul {
		grid-template-columns: repeat(3, 1fr);
	}
	#areaList p {
		font-size: 1.3rem;
	}
}

/***********************************************************************
フッター
***********************************************************************/
footer {
	background: #03407c;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-block: 50px;
	padding-inline: 2rem;
}
#footerNav {
	display: flex;
	font-family: var(--fontFamily-sans-noto);
	font-size: clamp(1.3rem, var(--sp-13px), 1.5rem);
	margin-block: 0 30px;
	gap: 2.5em;
}
#footerNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	column-count: 2;
	column-gap: 5em;
	column-rule: 1px solid #fff;
}
#footerNav ul:first-of-type {
	border-right: solid 1px #fff;
	padding-right: 2.5em;
}
#footerNav li {
	margin-bottom: 1em;
}
#footerNav ul:first-of-type li:nth-child(5),
#footerNav ul li:last-child {
	margin-bottom: 0;
}
#footerNav a {
	display: block;
	color: #fff;
	transition: 0.2s;
}
#footerNav a:hover {
	opacity: 0.6;
}
#copyRight {
	background: #fff;
	font-family: var(--fontFamily-sans-noto);
	font-size: clamp(1.2rem, var(--sp-12px), 1.6rem);
	width: 100%;
	max-width: 950px;
	min-height: 78px;
	border-radius: 78px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#copyRight .logo {
	font-size: clamp(1.3rem, var(--sp-13px), 2.2rem);
	margin-inline: 0 14px;
}
#copyRight .logo img {
	width: 162px;
	height: 44px;
}
#copyRight p {
	margin-block: 20px 0;
}

@media screen and (max-width: 834px) {
	footer {
		padding-block: 30px 10rem;
	}
	#footerNav {
		flex-direction: column;
		gap: 1.5em;
	}
	#footerNav ul {
		column-count: 3;
		column-gap: clamp(3rem, var(--sp-30px), 7.5rem);
		column-rule: unset;
	}
	#footerNav ul:first-of-type {
		border-right: unset;
		border-bottom: solid 1px #fff;
		padding-right: unset;
		padding-bottom: 1.5em;
	}
	#footerNav ul:first-of-type li:nth-child(5) {
		margin-bottom: 1em;
	}
	#copyRight {
		flex-direction: column;
		padding-block: 0.5em 1em;
	}
	#copyRight p {
		margin-block-start: -3px;
	}
}
@media screen and (max-width: 600px) {
	#footerNav ul {
		column-count: 2;
	}
}

/***********************************************************************
汎用ページ
***********************************************************************/
/***汎用FV
***********************************/
#generalFv {
	position: relative;
	width: 100%;
	height: 310px;
	background: #fffcf2;
	background: linear-gradient(120deg, rgba(255, 252, 242, 1) 0%, rgba(255, 242, 242, 1) 100%);
	overflow: hidden;
}
.generalFv_tWrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	width: 1120px;
	height: 100%;
}
.generalFvTWrap_h1 {
	margin: 0;
	font: 700 5rem/1.2 'Yu Mincho', 'YuMincho', serif;
}
.generalFvTWrap_sub {
	margin: 0;
	color: #d80014;
	font: 700 2.8rem/1.3 'YuGothic', 'Yu Gothic', sans-serif;
}
.generalFvTWrap_sub:first-of-type {
	margin-top: 20px;
}
.generalFvTWrap_sub.top {
	margin-top: 0;
}
.renewal .generalFvTWrap_h1 {
	color: #d80014;
	font-family: 'YuGothic', Yu Gothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
}
.renewal .generalFvTWrap_sub {
	color: #000;
}

@media screen and (max-width: 834px) {
	#generalFv {
		padding: 0 19px;
		height: 290px;
	}
	.generalFv_tWrap {
		width: 100%;
	}
	.generalFvTWrap_h1 {
		font-size: 4.5rem;
	}
	.generalFvTWrap_sub {
		font-size: 2.5rem;
	}
	.generalFvTWrap_sub:first-of-type {
		margin-top: 10px;
	}
	.generalFvTWrap_sub:last-of-type {
		margin-top: 5px;
	}
}

@media screen and (max-width: 480px) {
	#generalFv {
		height: 250px;
	}
	.generalFvTWrap_h1 {
		font-size: 3rem;
	}
	.generalFvTWrap_sub {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 320px) {
	.generalFvTWrap_h1 {
		font-size: 2.6rem;
	}
	.generalFvTWrap_sub {
		font-size: 1.5rem;
	}
}

/***汎用見出し
***********************************/
.general_h2_container {
	position: relative;
	width: 100%;
	margin: 50px auto 40px auto;
	border-top: solid 5px #ff5900;
	background: #ffffff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 254, 242, 1) 100%);
	box-shadow: 0px 5px 11px -8px #9e9e9e;
}
.general_h2_container::before {
	content: '';
	position: absolute;
	top: -5px;
	width: 50%;
	height: 5px;
	background: #0038a8;
}
.general_h2 {
	width: 1120px;
	padding: 35px 0 35px 116px;
	margin: 0 auto;
	font-family: var(--fontFamily-sans-noto);
	font-weight: 800;
	font-size: clamp(2.4rem, var(--sp-24px), 4.15rem);
	line-height: 1.2;
	color: #000000;
	position: relative;
}
.general_h2 > span {
	font-size: 4rem;
	display: inline-block;
}
.general_h2 span span {
	font-size: 2.8rem;
	border: none;
	padding-left: 0;
	margin-left: 0;
	display: block;
}
@media screen and (max-width: 834px) {
	.general_h2_container {
		margin: 0 auto 0 auto;
	}
	.general_h2 {
		padding: 26px 0 26px 19px;
		margin-block-end: 20px;
		width: 100%;
	}
	.general_h2 span {
		font-size: 2.3rem;
		border-left: none;
	}
	.general_h2 span span {
		font-size: 2rem;
	}
}

/***汎用closing
***********************************/
.cont_closing {
	padding-top: 70px;
	background: #fafafa url(/area/assets/images/support/closing_bg.jpg) left -1px top / 100% auto no-repeat;
}
.cont_closing h2 {
	margin-bottom: 30px;
	height: auto;
	box-shadow: none;
	text-align: center;
	color: #0d2969;
	font-family: var(--fontFamily-serif-noto);
	font-size: clamp(2.5rem, 6.66vw, 5.3rem);
	font-weight: 900;
}
.cont_closing h2,
.cont_closing p {
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.cont_closing h2 span {
	height: auto;
	overflow: visible;
	width: fit-content;
	padding-left: 0;
	font-weight: 700;
	font-family: var(--fontFamily-sans-noto);
	color: #ff5900;
	font-size: clamp(1.8rem, 4.8vw, 3.5rem);
	background-color: transparent !important;
}
.cont_closing h2::after {
	display: none;
}
.cont_closing .cont {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 85px 100px 50px;
	padding-top: 0;
	background-color: transparent;
}
.cont_closing ul {
	margin: 30px 0;
	display: grid;
	grid-template-columns: 15px 1fr 15px;
	grid-template-columns: clamp(15px, 4vw, 40px) 1fr clamp(15px, 4vw, 40px);
	grid-row-gap: min(4.8vw, 25px);
}
.cont_closing ul li {
	list-style: none;
	grid-column: 2;
	display: flex;
	font: 700 clamp(1.6rem, 4.8vw, 2rem) / 1.3 var(--fontFamily-sans-yakuhan);
}
.cont_closing ul li::before {
	content: '';
	flex-shrink: 0;
	margin: -6px 13px 0 0;
	margin: clamp(-12px, -1.333vw, -5px) clamp(5px, 1.333vw, 13px) 0 0;
	width: 28px;
	width: clamp(28px, 7.467vw, 38px);
	height: 28px;
	height: clamp(28px, 7.467vw, 38px);
	background: url(/mega/wp-content/themes/site/images/common/check_icon.svg) 0 0 / contain no-repeat;
}
@media screen and (max-width: 600px) {
	.cont_closing {
		padding-top: 54px;
	}
	.cont_closing h2 {
		margin-bottom: 0;
	}
	.cont_closing .cont {
		width: calc(100% - 40px);
		margin: 0 20px;
		padding: 0px 8px 40px;
	}
	.cont_closing ul {
		padding-left: 0;
	}
	.cont_closing ul li {
		font: 700 clamp(1.6rem, 4.266vw, 2rem) / 1.7 var(--fontFamily-sans-yakuhan);
	}
}

/***汎用チェックリスト
***********************************/
.closing_problem_list {
	margin: 48px 0 40px 0;
}
.closing_problem_list li {
	font-size: 2rem;
	padding-left: 52px;
	margin: 0 0 15px 40px;
	font-weight: bold;
	position: relative;
}
.closing_problem_list li::before {
	content: '';
	position: absolute;
	top: -8px;
	left: 0;
	width: 38px;
	height: 39px;
	background: url(/mega/wp-content/themes/site/images/common/check_icon.svg) 0 0 / contain no-repeat;
}
.txtCap {
	color: #777;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.closing_problem_list {
		margin: 38px 0 30px 0;
	}
	.closing_problem_list li {
		font-size: 1.8rem;
		padding-left: 32px;
		margin: 0 0 15px 15px;
		line-height: 1.3;
	}
	.closing_problem_list li::before {
		width: 28px;
	}
}
/***汎用メダルアコーディオン
***********************************/
.hideCont-parent {
	cursor: pointer;
}
.hideCont {
	position: relative;
	z-index: 0;
	padding-bottom: 0;
	max-height: var(--hide-height);
	overflow: hidden;
	transition: 0.2s max-height;
	--hide-color: #fff;
	--hide-height: 4em;
	--hide-after-size: 12px;
	--hide-animation: 0.2s;
}
.hideCont::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: var(--hide-animation) height;
	background: linear-gradient(to left, var(--hide-color) calc(var(--hide-after-size) + 0.8em), rgba(255, 255, 255, 0) calc(var(--hide-after-size) + 1.5em) 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, var(--hide-color) 100%);
}
.hideCont::after {
	content: '';
	position: absolute;
	transform: translateY(50%);
	right: 5px;
	bottom: 50%;
	z-index: 2;
	width: var(--hide-after-size);
	height: var(--hide-after-size);
	background-color: #acacac;
	clip-path: polygon(0 calc(50% - 0.5px), calc(50% - 0.5px) calc(50% - 0.5px), calc(50% - 0.5px) 0, calc(50% + 0.5px) 0, calc(50% + 0.5px) calc(50% - 0.5px), 100% calc(50% - 0.5px), 100% calc(50% + 0.5px), calc(50% + 0.5px) calc(50% + 0.5px), calc(50% + 0.5px) 100%, calc(50% - 0.5px) 100%, calc(50% - 0.5px) calc(50% + 0.5px), 0 calc(50% + 0.5px));
	box-shadow: 0 0 1px var(--hide-color);
	transition: var(--hide-animation);
}
.hideCont-parent.active .hideCont {
	max-height: 100vh !important;
	padding-bottom: calc(var(--hide-after-size) + 2px);
}
.hideCont-parent.active .hideCont::before {
	height: 0;
}
.hideCont-parent.active .hideCont::after {
	transform: translateY(0);
	right: 5px;
	bottom: 0;
	clip-path: polygon(0 calc(50% - 0.5px), calc(50% - 0.5px) calc(50% - 0.5px), calc(50% - 0.5px) calc(50% - 0.5px), calc(50% + 0.5px) calc(50% - 0.5px), calc(50% + 0.5px) calc(50% - 0.5px), 100% calc(50% - 0.5px), 100% calc(50% + 0.5px), calc(50% + 0.5px) calc(50% + 0.5px), calc(50% + 0.5px) calc(50% + 0.5px), calc(50% - 0.5px) calc(50% + 0.5px), calc(50% - 0.5px) calc(50% + 0.5px), 0 calc(50% + 0.5px));
}
@media screen and (max-width: 834px) {
	.hideCont {
		--hide-after-size: 10px;
	}
}
