@charset "utf-8";
/* CSS Document */

/* フォントサイズ早見表 [ 1rem = 16px の場合 ] */
/* font-size:0.63rem; => 10px */
/* font-size:0.69rem; => 11px */
/* font-size:0.75rem; => 12px */
/* font-size:0.81rem; => 13px */
/* font-size:0.88rem; => 14px */
/* font-size:0.94rem; => 15px */
/* font-size:1.00rem; => 16px */ /*★*/
/* font-size:1.06rem; => 17px */
/* font-size:1.13rem; => 18px */
/* font-size:1.19rem; => 19px */
/* font-size:1.25rem; => 20px */
/* font-size:1.31rem; => 21px */
/* font-size:1.38rem; => 22px */
/* font-size:1.44rem; => 23px */
/* font-size:1.50rem; => 24px */
/* font-size:1.56rem; => 25px */
/* font-size:1.63rem; => 26px */
/* font-size:1.69rem; => 27px */
/* font-size:1.75rem; => 28px */
/* font-size:1.81rem; => 29px */
/* font-size:1.88rem; => 30px */
/* font-size:1.94rem; => 31px */
/* font-size:2.00rem; => 32px */
/* font-size:2.06rem; => 33px */
/* font-size:2.13rem; => 34px */
/* font-size:2.19rem; => 35px */
/* font-size:2.25rem; => 36px */
/* font-size:2.31rem; => 37px */
/* font-size:2.38rem; => 38px */
/* font-size:2.44rem; => 39px */
/* font-size:2.50rem; => 40px */

/*reset.css の後に読み込む 調整用のCSS*/

img {
	height: auto;
	max-width: 100%;
}

html {
 	line-height: 1.6;
	font-size:100%;
	font-family: 'Noto Sans JP', sans-serif;
}
body {
	background-color: #fff;
}
header,
main,
footer {
  container-type: inline-size;
	margin-inline: auto;
	max-width: 780px;
}
main {
	background-color: #f7f7f7;
}
.inner {
	padding-inline: min(40px, 5.1282cqw);
}

/* ====================
	パーツ
==================== */
.sec_heading_type1 {
	overflow-x: hidden;
	margin-left: 9.61538cqw; 
	padding: 1.5cqw 0 5.5cqw 1.5cqw;
	position: relative;
	z-index: 1;
}
.sec_heading_type1 .sec_heading_text {
	display: block;
	padding: 2cqw 0 2cqw 8.3333cqw;
	position: relative;
	z-index: 1;
}
.sec_heading_type1 .sec_heading_text span {
	display: inline-block;
	color: #004da0;
	font-size: min(2.5rem, 5.1282cqw);/*40px*/
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2;
	position: relative;
	z-index: 1;
}
.sec_heading_type1::before,
.sec_heading_type1::after,
.sec_heading_type1 .sec_heading_text::before,
.sec_heading_type1 .sec_heading_text::after {
	content: "";
	border-radius: 100cqw 0 0 100cqw;
	display: block;
	inset: 0 0 0 auto;
	height: 100%;
	position: absolute;
	width: 100%;
}
.sec_heading_type1::before {
	background-color: #fff;
	height: calc(100% - 4cqw);
}
.sec_heading_type1::after {
	background-color: #fff;
	height: calc(100% - 4cqw);
	top: 2cqw;
	right: -3cqw;
}
.sec_heading_type1 .sec_heading_text::before {
	background-color: #004da0;
	top: 2cqw;
	right: -3cqw;
}
.sec_heading_type1 .sec_heading_text::after {
	background-color: #ffd800;
}
.sec_heading_type1_sub {
	align-items: center;
	display: flex;
	gap: 0 1.282cqw;
	margin-top: 6.4102cqw;
	margin-left: 9.61538cqw; 
}
.sec_heading_type1_sub::before {
	background-image: url(/fs/lp/lp011/img/ico_sec_heading_type1_sub.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5.25641cqw;
	width: 5.6410cqw;
}
.sec_heading_type1_sub .sec_heading_text {
	color: #004da0;
	border-bottom: clamp(3px, .76923cqw, 6px) solid #ffd800;
	flex-grow: 1;
	font-size: min(2.75rem, 5.641cqw);
	font-weight: bold;
	line-height: 1.4;
}
/* type2 */
.sec_heading_type2 {
	overflow-x: hidden;
	margin-right: 5.61538cqw; 
	padding: 1.5cqw 1.5cqw 5.5cqw 0;
	position: relative;
	z-index: 1;
}
.sec_heading_type2 .sec_heading_text {
	display: block;
	padding: 2cqw 0 2cqw 28.2051cqw;
	position: relative;
	z-index: 1;
}
.sec_heading_type2 .sec_heading_text span {
	display: inline-block;
	color: #fff;
	font-size: min(2.5rem, 5.1282cqw);/*40px*/
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2;
	position: relative;
	z-index: 1;
}
.sec_heading_type2::before,
.sec_heading_type2::after,
.sec_heading_type2 .sec_heading_text::before,
.sec_heading_type2 .sec_heading_text::after {
	content: "";
	border-radius: 0 100cqw 100cqw 0;
	display: block;
	inset: 0 0 0 auto;
	height: 100%;
	position: absolute;
	width: 100%;
}
.sec_heading_type2::before {
	background-color: #fff;
	height: calc(100% - 4cqw);
	left: -2cqw;
}
.sec_heading_type2::after {
	background-color: #fff;
	height: calc(100% - 4cqw);
	top: 2cqw;
}
.sec_heading_type2 .sec_heading_text::before {
	background-color: #ffd800;
	top: 2cqw;
}
.sec_heading_type2 .sec_heading_text::after {
	background-color: #004da0;
	left: -2cqw;
}
.sec_heading_type2_sub {
	align-items: center;
	display: flex;
	gap: 0 1.282cqw;
	margin-top: 6.4102cqw;
	margin-left: 9.61538cqw; 
}
.sec_heading_type2_sub::before {
	background-image: url(/fs/lp/lp011/img/ico_sec_heading_type2_sub.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5.25641cqw;
	width: 5.6410cqw;
}
.sec_heading_type2_sub .sec_heading_text {
	color: #004da0;
	border-bottom: clamp(3px, .76923cqw, 6px) solid #004da0;
	flex-grow: 1;
	font-size: min(2.75rem, 5.641cqw);
	font-weight: bold;
	line-height: 1.4;
}
/* type3 */
.sec_heading_type3 {
	align-items: center;
	background-image: url(/fs/lp/lp011/img/bg_sec_heading_type3.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	min-height: 21.5384cqw;
	justify-content: center;
}
.sec_heading_type3 .sec_heading_text {
	color: #fff;
	font-size: min(2.5rem, 5.1282cqw);/*40px*/
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.sec_heading_type4 {
	align-items: center;
	background-color: #fff;
	border-radius: .96153cqw .96153cqw 0 0;
	display: flex;
	justify-content: center;
	padding-block: 8.9743cqw;
}
.sec_heading_type4 .sec_heading_text {
	background-color: #004da0;
	border-radius: .64102cqw;
	color: #fff;
	font-size: min(2.13rem, 4.3589cqw);/*34px*/
	font-weight: bold;
	line-height: 1.8;
	min-width: 50%;
	text-align: center;
}
.sec_heading_type5 {
	color: #fff;
	font-size: min(2.5rem, 5.1282cqw);/*40px*/
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2;
	padding: .6em 0 2.1794cqw;
	position: relative;
	text-align: center;
}
.sec_heading_type5 .sec_heading_text {
	display: inline-block;
	margin-bottom: 2.1794cqw;
	position: relative;
	z-index: 2;
}
.sec_heading_type5::before {
	background-color: #36a3ff;
	border-radius: min(4px, 5.1282cqw);
	content: "";
	inset: 0 auto auto 0;
	height: calc(100% - 2.1794cqw);
	position: absolute;
	width: calc(100% - 1.666cqw);
	z-index: 1;
}
.sec_heading_type5::after {
	background-color: #004da0;
	border-radius: min(4px, 5.1282cqw);
	content: "";
	inset: auto 0 0 auto;
	height: calc(100% - 2.1794cqw);
	position: absolute;
	width: calc(100% - 1.667cqw);
	z-index: 0;
}

/* ====================
	CTA
==================== */
.cta {
	padding: 10cqw 0;
	text-align: center;
}
.cta_catch {
	align-items: baseline;
	display: inline-flex;
	font-size: min(2rem, 4.1025cqw);/*32px*/
	font-weight: 500;
	gap: 0 .5em;
}

.cta_catch::before,
.cta_catch::after {
	background-image: url(/fs/lp/lp011/img/ico_cta_catch.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: min(25px, 3.205cqw);
	width: min(25px, 3.205cqw);
}
.cta_catch::after {
	transform: scale(-1,1);
}
.cta_btn {
	align-items: center;
	background-color: #fff000;
	border-radius: 100px;
	box-shadow: 4px 4px 3px rgba(0,0,0,.13);
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	margin: 2cqw auto 0;
	max-width: 79.23cqw;
	min-height: 15.385cqw;
}
.cta_btn_text_sub {
	font-size: min(1.63rem, 3.334cqw);/*26px*/
	font-weight: 600;
	line-height: 1;
}
.cta_btn_text_main {
	color: #004da0;
	font-size: min(2.38rem, 4.872cqw);/*38px*/
	font-weight: bold;
	line-height: 1;
}

/* ====================
	ヘッダー
==================== */
.header_logo {
	padding-block: 3.84615cqw;
	text-align: center;
}
.header_logo img {
	width: 48.71794cqw;
}

/* ====================
	mv
==================== */
.mv {
	position: relative;
}
.page_title {
	padding-top: 2.564102cqw;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1;
}
.page_title::before {
	background-image: url(/fs/lp/lp011/img/bg_page_title.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 101% auto;
	content: "";
	display: block;
	height: 24.74358cqw;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.page_title::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 14cqw;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.page_title_catch {
	align-items: center;
	display: flex;
	font-size: min(1.88rem, 3.8461cqw);/*30px*/
	font-weight: 600;
	gap: 0 1.92307cqw;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.page_title_catch::before,
.page_title_catch::after {
	background-image: url(/fs/lp/lp011/img/ico_page_title_catch.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.07692cqw;
	width: 3.20512cqw;
}
.page_title_catch::after {
	transform: scale(-1, 1);
}
.page_title_text {
	color: #004da0;
	font-size: min(2.25rem, 5.38461cqw);/*42px*/
	font-weight: bold;
	font-weight: 800;
	line-height: 1.2;
	position: relative;
	z-index: 2;
}
.mv_video {
	height: 130cqw;
	overflow: hidden;
	width: 100%;
}
.mv_video video {
	aspect-ratio: 9/16;
	width: 100%;
}
.mv_catch {
	color: #fff;
	font-size: min(2.5rem, 5.1282cqw);/*40px*/
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.8;
	position: absolute;
	right: 6cqw;
	text-indent: -3em;
	text-orientation: upright;
	text-shadow: 0 0 5px rgba(0,0,0,1);
	top: 35cqw;
	writing-mode: vertical-rl;
}

/* ====================
	特長
==================== */
.sec_feature {
	background-color: #fff;
	padding-block: 5cqw 9.6153cqw;
	position: relative;
}
.sec_feature::before {
	background-image: url(/fs/lp/lp011/img/bg_feature.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 101% auto;
	content: "";
	display: block;
	height: 26.9231cqw;
	position: absolute;
	top: -16.1538cqw;
	width: 100%;
}
.sec_heading_feature {
	padding-inline: 2.5641cqw;
	position: relative;
	text-align: center;
	z-index: 1;
}
.sec_heading_feature .sec_heading_text {
	font-size: min(2.13rem, 4.3589cqw);/*34px*/
	font-weight: bold;
	font-weight: 800;
	letter-spacing: .1em;
}
.list_feature {
	display: grid;
	gap: 0 1.92307cqw;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 20.5128cqw;
	margin-top: 5.128205cqw;
}
.feature_item {
	align-items: center;
	background-color: #004da0;
	border-radius: 1.79487cqw;
	box-shadow: 4px 4px 3px rgba(0,0,0,.13);
	color: #fff;
	display: flex;
	font-size: min(2rem, 4.1025cqw);/*32px*/
	font-weight: bold;
	line-height: 1.3;
	justify-content: center;
	text-align: center;
}

/* ====================
	特長詳細
==================== */
.sec_feature_detail.feature1 {
	background-image: url(/fs/lp/lp011/img/img_feature1.webp), url(/fs/lp/lp011/img/bg_feature_detail.webp);
	background-position: left top 5cqw, center top;
	background-repeat: no-repeat;
	background-size: 99.743% auto, 100% auto;
	margin-top: -7cqw;
	min-height: 230.51282cqw;
	padding-block: 125.128cqw 0;
}
.sec_feature_detail.feature2 {
	background-image: url(/fs/lp/lp011/img/img_feature2.webp), url(/fs/lp/lp011/img/bg_feature_detail.webp);
	background-position: right top 7cqw, center top;
	background-repeat: no-repeat;
	background-size: 99.743% auto, 100% auto;
	min-height: 230.51282cqw;
	padding-block: 126cqw 0;
}
.sec_feature_detail.feature3 {
	background-image: url(/fs/lp/lp011/img/img_feature3.webp), url(/fs/lp/lp011/img/bg_feature_detail.webp);
	background-position: left top 8cqw, center top;
	background-repeat: no-repeat;
	background-size: 99.743% auto, 100% auto;
	min-height: 230.51282cqw;
	padding-top: 123.2cqw;
}
.sec_feature1_1 {
	margin-top: 17cqw;
}
.sec_feature2_1 {
	margin-top: 17cqw;
}
.sec_feature3_1 {
	margin-top: 17cqw;
}
.feature_text {
	font-size: min(1.88rem, 3.8461cqw);/*30px*/
	font-weight: bold;
	letter-spacing: .1em;
	margin-top: 2.5641cqw;
	padding-inline: 16.666cqw 6.4102cqw;
}

/* ====================
	動画
==================== */
.sec_video {
	background-color: #fff;
	margin-block: 10cqw;
	padding-block: 5cqw;
	position: relative;
}
.sec_video::before {
	background-image: url(/fs/lp/lp011/img/bg_sec_video_top.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	display: block;
	height: 5cqw;
	position: absolute;
	top: -5cqw;
	width: 100%;
}
.sec_video::after {
	background-image: url(/fs/lp/lp011/img/bg_sec_video_bottom.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	bottom: -5cqw;
	content: "";
	display: block;
	height: 5cqw;
	position: absolute;
	width: 100%;
}
.list_video {
	padding: .641025cqw 3.84615cqw 0;
}
.video_item {
	background-color: #004da0;
	border-radius: 1.79487cqw;
	margin-top: 8.97435cqw;
	padding-bottom: 3.84615cqw;
}
.video_title {
	color: #fff;
	font-size: min(1.75rem, 3.58974cqw);
	font-weight: bold;
	padding-block: .8cqw;
	text-align: center;
}
.video_content iframe {
	aspect-ratio: 16/9;
	display: block;
	margin: auto;
	height: auto;
	width: 100%;
}

/* ====================
	保護者様の声
==================== */
.sec_voice {
	background-color: #fff;
	margin-block: 15cqw;
	padding-block: 5cqw;
	position: relative;
}
.sec_voice::before {
	background-image: url(/fs/lp/lp011/img/bg_sec_voice_top.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	display: block;
	height: 5cqw;
	position: absolute;
	top: -5cqw;
	width: 100%;
}
.sec_voice::after {
	background-color: #fff;
	bottom: -20cqw;
	content: "";
	display: block;
	height: 20cqw;
	position: absolute;
	width: 100%;
}
.voice_info {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: auto;
	padding-inline: 3.84615cqw;
}
.voice_video {
	background-color: #004da0;
	border-radius: 1.79487cqw;
	margin-top: 10.25641cqw;
	padding-block: 3.84615cqw;
	order: 0;
}
.voice_video iframe {
	aspect-ratio: 16/9;
	display: block;
	margin: auto;
	height: auto;
	width: 100%;
}
.voice_title {
	color: #004da0;
	font-size: min(2.38rem, 4.872cqw);/*38px*/
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2;
	margin-top: 2.564102cqw;
	order: 1;
	text-align: center;
}

/* ====================
	今から始めて
==================== */
.sec_heading_start {
	background-color: #fff;
	color: #004da0;
	font-size: min(3rem, 6.15384cqw);
	font-weight: bold;
	letter-spacing: .1em;
	padding-top: 16.0256cqw;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.sec_heading_start::before {
	background-color: #e3f2ff;
	border-radius: 100%;
	content: "";
	display: block;
	height: 150cqw;
	inset: 0 auto auto 50%;
	margin-inline: auto;
	position: absolute;
	transform: translateX(-50%);
	width: 150cqw;
}
.sec_heading_start_text {
	position: relative;
	z-index: 1;
}

/* ====================
	ご入会までの流れ
==================== */
.sec_step {
	background-color: #e3f2ff;
	padding-top: 8.9743cqw;
	padding-bottom: 15.3846cqw;
}
.list_step {
	background-color: #fff;
	border-radius: 0 0 .96153cqw .96153cqw;
	padding: 0 3.3333cqw 3.3333cqw;
}
.step_item {
	position: relative;
}
.step_item:nth-child(n + 2) {
	margin-top: 10.2564cqw;
}
.step_item:nth-child(n + 2)::before {
	border-color: #36a3ff transparent;
	border-style: solid;
	border-width: 3.07692cqw 3.8461cqw 0;
	content: "";
	height: 0;
	inset: -6.4102cqw 0 auto 0;
	margin-inline: auto;
	position: absolute;
	width: 0;
}
.step_heading {
	align-items: center;
	color: #004da0;
	border-bottom: clamp(2px, .38461cqw, 3px) solid #004da0;
	display: grid;
	font-size: min(2.25rem, 4.615384cqw);/*36px*/
	font-weight: bold;
	gap: 0 1.92307cqw;
	grid-template-columns: auto 1fr;
	grid-auto-rows: auto;
	justify-content: center;
	padding: clamp(1px, .25641cqw, 2px) 1em clamp(2px, .512820512cqw, 4px);
	text-align: left;
}
.step_heading img {
	margin-inline: auto;
	max-width: 18.461538461cqw;
	max-width: 17.692307692cqw;
	padding-top: clamp(2px, .512820512cqw, 4px);
}
.step_content {
	font-size: min(1.63rem, 3.334cqw);/*26px*/
	font-weight: bold;
	letter-spacing: .1em;
	margin-top: 1.9230cqw;
}

/* ====================
	よくあるご質問
==================== */
.sec_faq {
	padding-block: 15.3846cqw 5cqw;
}
.list_faq {
	background-color: #fff;
	display: grid;
	gap: 3.20512cqw 0;
	grid-template-columns: 1fr;
	grid-auto-rows: auto;
	padding-inline: 3.3333cqw;
}
.faq_item {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto 0fr;
	overflow: hidden;
	transition: grid-template-rows .4s ease;
}
.faq_title_label {
	align-items: center;
	background-color: #e3f2ff;
	border-color: #004da0;
	border-style: solid;
	border-width: 0 0 0 min(4px, .512820512cqw);
	color: #004da0;
	cursor: pointer;
	display: flex;
	font-size: min(2.13rem, 4.3589cqw);/*34px*/
	line-height: 1.4;
	min-height: 19.2307cqw;
	padding: 4.48718cqw;
	position: relative;
}
.faq_title_label::after {
	background-image: url(/fs/lp/lp011/img/ico_faq.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	inset: 0 4.8718cqw 0 auto;
	display: block;
	height: min(20px, 2.5641cqw);
	margin-block: auto;
	padding-right: 7.69230cqw;
	position: absolute;
	transform: scale(1, -1);
	width: min(23px, 2.94871cqw);
}
.faq_title_label:has(:checked)::after {
	transform: scale(1, 1)
}
.faq_content {
	overflow: hidden;
}
.faq_content_text {
	font-size: min(1.88rem, 3.8461cqw);/*30px*/
	font-weight: bold;
	padding: 4.48718cqw;
}
.faq_item:has(:checked) {
	grid-template-rows: auto 1fr;
}
.sec_faq .cta {
	background-color: #fff;
	border-radius: 0 0 .96153cqw .96153cqw;
	padding-bottom: 15cqw;
}

/* ====================
	コース
==================== */
.sec_course {
	background-color: #fffae0;
	padding-top: 5cqw;
}
.sec_course .sec_heading_type5 {
	background-color: #fff;
}
.sec_couse_detail{
	background-color: #fff;
	padding: 8.71794cqw 3.3333cqw 0;
}
.sec_couse_detail:last-of-type {
	padding-bottom: 8.71794cqw;
}
.link_course_detail {
	display: block;
	position: relative;
}
.link_course_detail::before {
	background-color: #fff;
	border-radius: 100cqw;
	content: "";
	height: 7.692307cqw;
	inset: auto 3.846153846cqw 3.846153846cqw auto;
	position: absolute;
	width: 7.692307cqw;
}
.link_course_detail::after {
	border-color: transparent #ffab36;
	border-style: solid;
	border-width: 2.051282cqw 0 2.051282cqw 3.589743cqw;
	content: "";
	height: 0;
	inset: auto 5.641025cqw 5.641025cqw auto;
	position: absolute;
	width: 0;
}
.course_heading {
	background-color: #ffab36;
	border-radius: .89743cqw .89743cqw 0 0;
	color: #fff;
	font-size: min(2.38rem, 4.8717cqw);/*38px*/
	font-weight: bold;
	line-height: 1.2;;
	padding-block: 3.8461cqw;
	text-align: center;
}
.course_info {
	background-color: #ffab36;
	border-radius: 0 0 .89743cqw .89743cqw;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto auto;
}
.course_photo {
	order: 0;
	padding: min(4px, .51282cqw);
	text-align: center;
}
.course_title {
	display: flex;
	justify-content: center;
	order: 1;
	padding-top: 2.05128cqw;
}
.course_title_text {
	background-color: #fff;
	border-radius: .89743cqw;
	color: #ffab36;
	font-size: min(1.88rem, 3.8461cqw);/*30px*/
	font-weight: bold;
	line-height: 1;
	padding: 1.2820cqw;
	text-align: center;
	min-width: 50%;
}
.course_target {
	color: #fff;
	font-size: min(1.88rem, 3.8461cqw);/*30px*/
	font-weight: bold;
	padding-bottom: 2.05128cqw;
	text-align: center;
	order: 2;
}
.sec_couse_detail.type2 .course_heading {
	background-color: #36a3ff;
}
.sec_couse_detail.type2 .course_info {
	background-color: #36a3ff;
}
.sec_couse_detail.type2 .course_title_text {
	color: #36a3ff;
}
.sec_couse_detail.type2 .link_course_detail::after {
	border-color: transparent #36a3ff;
}

/* ====================
	送迎エリア
==================== */
.sec_area {
	background-color: #fffae0;
	padding-top: 7.9487cqw;
}
.img_area {
	margin-top: 7.6923cqw;
}
.search_box {
	margin-block: 8.9743cqw 0;
	padding-inline: 3.8461cqw;
}
.search_btn {
	align-items: center;
	background-color: #fff;
	border-color: #36a3ff;
	border-style: solid;
	border-width: min(6px, .7692cqw);
	border-radius: min(21px, 2.6923cqw);
	box-shadow: 4px 4px 3px rgba(0,0,0,.13);
	color: #004da0;
	display: flex;
	font-size: min(2.38rem, 4.8717cqw);/*38px*/
	font-weight: bold;
	justify-content: center;
	gap: 0 .2em;
	letter-spacing: .1em;
	margin: 0 auto;
	padding-block: 1.282cqw;
}
.ico_search {
	max-width: min(51px, 6.5384cqw);
}
.sec_area .cta {
	padding-bottom: 20cqw;
}

/* ====================
	フッター
==================== */
footer {
	background-color: #fff000;
}
.footer_copyright {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 17.948cqw;
}
.footer_copyright small {
	font-size: min(1.25rem, 2.564cqw);/*20px*/
	font-weight: bold;
}