@charset "UTF-8";

/* 全体
---------------------------------------------- */
/* [整理済み] フォントサイズ系ユーティリティはtypography-unify.cssで統一管理 */
/* 装飾系（border / color / margin等）は維持 */
b {/*background: linear-gradient(transparent 50%, yellow 50%); color:#2C0002; font-weight:bold; font-size:15px;*/}
u {text-decoration: none; border-bottom: 1px #000000 dotted;}
hr {border-top: 1px dashed #bbb; border-bottom: 1px dashed #fff; margin:50px 0;}
a.links   {color:#001BA0; text-decoration:none; border-bottom:3px dotted #001BA0;}
.link_hover {transition: 0.3s;display: block;box-sizing: border-box;}
.link_hover:hover {opacity: 0.7;}
.benefit {line-height:1;}
.h30 {margin:30px 0;}
.cnt {text-align: center;}
.end {text-align: end;}
.fRed {color: #f03838;}
.bl {font-weight: bold;}
.spc {letter-spacing: 0.1em;}
.orange {color: #ff6600;}

/* [削除済み] #main h1 / h2 / h4 のフォントサイズ指定はtypography-unify.cssで統一管理 */
/* h2の画像高さ調整・h4の装飾デザイン（背景・padding・吹き出し）は維持 */
#main h2 img {width:auto; height:1.167em; vertical-align:text-top;}
#main h4 {margin-bottom: 25px; position: relative; padding: 1.2em; background: #e0edff;}
#main h4:after {position: absolute; content: ''; top: 100%; left: 30px; border: 15px solid transparent; border-top: 15px solid #e0edff; width: 0; height: 0;}


#main .button {
	width: 60%;
	text-align: center;
	margin: 10px auto;
	padding: 20px 12px;
	background-color: #ffab33;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 1.4615;
	vertical-align: middle;
}

.btn-accordion,
.order-accordion,
.order-accordion-lodge,
.btn_rakusyo,
.btn_auto,
.btn_line_attend,
.btn_line_lodge {
	display:block;
	text-align:center;
	margin:20px;
}

.btn-accordion button,
.order-accordion button,
.order-accordion-lodge button,
.btn_rakusyo button,
.btn_auto button,
.btn_line_attend button,
.btn_line_lodge button {
	position:relative;
	display:inline-block;
	color:#fff;
	line-height:1;
	border:0;
}

.btn-accordion button:before,
.order-accordion button:before,
.order-accordion-lodge button:before {
	content: "";
	position:absolute;
	top:calc(50% - .5em);
	left:1.85em;
	width:1em;
	height:1em;
	vertical-align:middle;
	-webkit-transition-duration:.4s;
	transition-duration:.4s;
	/*background-image:url(/img/svg/ico-chevron-right.svg);*/
	background-image:url(/img/svg/ico-chevron-bottom-w.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

.btn-accordion button {font-size:1.286em; min-width:284px; height:2.666em; white-space:nowrap; letter-spacing:.05em; background:#ffab33; padding:.3em 3.5em; border-radius:10em;}
.btn-accordion button .txt:before {content:'詳細ページを表示';}

.order-accordion button {
	font-size: 1.286em;
	min-width: 284px;
	height: 2.666em;
	white-space: nowrap;
	letter-spacing: .05em;
	background: #FA436E;
	padding: .3em 3.5em;
	border-radius: 10em;
}

.order-accordion button .txt:before {
	content: '仮申込みをする(通学)';
}

.order-accordion button:hover {
	opacity: 0.7;
}

.order-accordion-lodge button {
	font-size: 1.286em;
	min-width: 284px;
	height: 2.666em;
	white-space: nowrap;
	letter-spacing: .05em;
	background: #FA436E;
	padding: .3em 3.5em;
	border-radius: 10em;
}

.order-accordion-lodge button .txt:before {
	content: '申し込みをする(合宿)';
}

.order-accordion-lodge button:hover {
	opacity: 0.7;
}

.btn_rakusyo button {
	font-size: 1.286em;
	min-width: 284px;
	height: 2.666em;
	white-space: nowrap;
	letter-spacing: .05em;
	background: #ffab33;
	padding: .3em 3.5em;
	border-radius: 10em;
}

.btn_rakusyo button:hover {
	opacity: 0.7;
}

.btn_auto button {
	font-size: 1.286em;
	min-width: 284px;
	height: 2.666em;
	white-space: nowrap;
	letter-spacing: .05em;
	background: #ffab33;
	padding: .3em 3.5em;
	border-radius: 10em;
}

.btn_auto button .txt:before {
	content: 'ログイン画面を開く';
}

.btn_auto button:hover {
	opacity: 0.7;
}

.btn_line_attend button {font-size:1.286em; min-width:284px; height:2.666em; white-space:nowrap; letter-spacing:.05em; background:#ffab33; padding:.3em 3.5em; border-radius:10em;}
.btn_line_attend button .txt:before {content:'LINEで問い合わせを始める(通学)';}
.btn_line_attend button:hover {
	opacity: 0.7;
}

.btn_line_lodge button {font-size:1.286em; min-width:284px; height:2.666em; white-space:nowrap; letter-spacing:.05em; background:#ffab33; padding:.3em 3.5em; border-radius:10em;}
.btn_line_lodge button .txt:before {content:'LINEで問い合わせを始める(合宿)';}
.btn_line_lodge button:hover {
	opacity: 0.7;
}

@media screen and (max-width:767px)
{
	.btn-accordion,
	.order-accordion,
	.order-accordion-lodge,
	.btn_rakusyo,
	.btn_auto,
	.btn_line_attend,
	.btn_line_lodge {
		margin:20px 0;
	}
	.btn-accordion button,
	.order-accordion button,
	.order-accordion-lodge button,
	.btn_rakusyo button,
	.btn_auto button,
	.btn_line_attend button,
	.btn_line_lodge button {
		width:100%;
		white-space: normal;
	}
}

.download {
	text-align: center;
	border-radius: 10px;
}

.download li {
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 25px;
	vertical-align: middle;
	background: url(/img/icon_dl.png) 0 center no-repeat;
}

.download li:hover {
	opacity: 0.7;
}

.download.pdf li:after {
	content: url(/img/icon_pdf.png);
	padding-left: 10px;
	vertical-align: -2px;
}

.panel {
	margin: 1em auto;
	padding: 1em;
	background: #f6f4e8;
}

.panel_gray {
	margin: 1em auto;
	padding: 1em 1.5em 1px;
	background: #f4f4f4;
}

.yellow_line {
	background: -webkit-linear-gradient(transparent 60%, #ffc926 60%);
	background: -o-linear-gradient(transparent 60%, #ffc926 60%);
	background: linear-gradient(transparent 60%, #ffc926 60%);
}

.line {
	background: linear-gradient(transparent 50%, #ffe4e1 0%);
}

.line2 {
	background: -webkit-linear-gradient(transparent 60%, #ffc926 60%);
	background: -o-linear-gradient(transparent 60%, #ffc926 60%);
	background: linear-gradient(transparent 60%, #ffc926 60%);
}

ol.list {
	counter-reset: number;
	list-style-type: none!important;
	padding: 0.5em;
}

ol.list li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}

ol.list li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: #0aa0e7;
	color: white;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 13px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.leftandright .item {
	overflow: hidden;
	list-style-type: none;
}

.leftandright .item:not(:last-child) {
	margin-bottom: 40px;
}

.leftandright .img {
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 24px;
	width: 380px;
	vertical-align: top;
	text-align: left;
	float: left;
}

.leftandright .img a {
	width: 100%;
	height: 100%;
}

.leftandright .text {
	display: inline-block;
	width: calc(100% - 380px - 28px);
	vertical-align: top;
}

.leftandright .text h4 {
	position: relative;
	margin-bottom: 18px;
	color: #333;
}

.leftandright .text h4:not([class])::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	width: 32px;
	height: 2px;
	background-color: #38bdef;
	content: "";
}

.leftandright .text h4:not([class]) a::after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(/img/svg/arw-text.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

@media screen and (max-width: 640px) {
	.leftandright .item:not(:last-child) {
		margin-bottom: 24px;
	}
	.leftandright .img {
		display: block;
		margin-right: 0;
		margin-bottom: 16px;
		width: 100%;
		text-align: center;
	}
	.leftandright .text {
		/*display: block;*/
		width: 100%;
	}
	.leftandright .text h4 {
		font-size: 18px;
	}
	.leftandright .img a img {
		transition: all .3s ease;
	}
	.leftandright .img a:hover img {
		opacity: .6;
	}
}

.cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-gap: 30px;
}

.cards {
	max-width: 960px;
	margin: 0 auto 30px;
}

article {
	position: relative;
}

.article-img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.article-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.6);
}

.ribbon1 {
	display: block;
	position: relative;
	margin: 15px auto;
	padding: 10px 20px;
	width: 100%;
	background: #f1f1f1;
	box-sizing: border-box;
}

.ribbon1 .star {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 10px;
	margin: 0;
	padding: 10px 0;
	z-index: 2;
	width: 40px;
	text-align: center;
	font-size: 17px;
	color: white;
	background: #F58E7E;
}

.ribbon1 .star:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 20px solid #F58E7E;
	border-right: 20px solid #F58E7E;
	border-bottom: 10px solid transparent;
}

.ribbon2 {
	display: block;
	position: relative;
	margin: 15px auto;
	padding: 10px 20px;
	width: 100%;
	background: #f1f1f1;
	box-sizing: border-box;
}

.ribbon2 .star {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 10px;
	margin: 0;
	padding: 10px 0;
	z-index: 2;
	width: 40px;
	text-align: center;
	font-size: 17px;
	color: white;
	background: #8DCF3F;
}

.ribbon2 .star:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 20px solid #8DCF3F;
	border-right: 20px solid #8DCF3F;
	border-bottom: 10px solid transparent;
}

.ribbon3 {
	display: block;
	position: relative;
	margin: 15px auto;
	padding: 10px 20px;
	width: 100%;
	background: #f1f1f1;
	box-sizing: border-box;
}

.ribbon3 .star {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 10px;
	margin: 0;
	padding: 10px 0;
	z-index: 2;
	width: 40px;
	text-align: center;
	font-size: 17px;
	color: white;
	background: #FDC44F;
}

.ribbon3 .star:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 20px solid #FDC44F;
	border-right: 20px solid #FDC44F;
	border-bottom: 10px solid transparent;
}

.ribbon1, .ribbon2, .ribbon3 p {
	text-align: right;
}

.flowlist {
	width: 100%;
}

.flowlist .box {
	position: relative;
	padding: 48px 50px 50px 222px;
	background: #F5F5F5;
	min-height: 236px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #000;
}

.flowlist>li:first-child {
	padding-top: 0;
}

.flowlist>li {
	padding-top: 40px;
}

.flowlist .step {
	position: absolute;
	top: 50px;
	left: 50px;
	display: block;
	width: 120px;
	height: 120px;
	background: #0059E9;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
}

.flowlist .step>span.text {
	padding-top: 27px;
	font-size: 16px;
	line-height: 1.5;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
}

.flowlist .step>span {
	display: block;
}

.flowlist .step>span.no {
	margin-top: -0.15em;
	font-size: 40px;
	line-height: 1.5;
	letter-spacing: 0;
}

.flowlist .title .area2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

.flowlist li .box>.textblock {
	margin-top: 13px;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0;
}

.flowlist .box::after {
	content: " ";
	position: absolute;
	top: 190px;
	left: 94px;
	display: block;
	width: 34px;
	height: 17px;
	background: url(/img/svg/flow.svg) no-repeat;
	background-size: auto auto;
	background-size: 34px 17px;
}

.flowlist>li:last-child .box:after {
	display: none;
}

@media screen and (max-width: 799px) {
	.flowlist {
		margin-top: 17px;
		width: auto;
	}
	.flowlist>li {
		padding-top: 37px;
		background: url(/img/svg/flow.svg) no-repeat 50% 10px;
		background-size: 32px 16px;
	}
	.flowlist>li:first-child {
		padding-top: 0;
	}
	.flowlist .box {
		padding: 19px 20px 15px 20px;
		min-height: 0;
		background: #F5F5F5;
	}
	.flowlist .box:after {
		display: none;
	}
	.flowlist .step {
		position: relative;
		top: 0;
		left: 0;
		width: 60px;
		height: 60px;
	}
	.flowlist .step>span.text {
		padding-top: 7px;
		font-size: 12px;
	}
	.flowlist .step>span.no {
		margin-top: -0.2em;
		font-size: 24px;
	}
	.flowlist .title {
		display: table;
		width: 100%;
	}
	.flowlist .title .area2, .flowlist .title .area1 {
		display: table-cell;
		vertical-align: middle;
	}
	.flowlist .title .area1 {
		width: 82px;
	}
	.flowlist li .box>.textblock {
		margin-top: 17px;
	}
}

#stage {
	position: relative;
	max-width: 890px;
	margin: 10px auto;
	overflow: hidden;
}

#photos {
	position: absolute;
	top: 0;
	width: 100%;
	animation: imgPassToLeft0 30s infinite;
	-webkit-animation: imgPassToLeft0 30s infinite;
}

#photo0 {
	left: 0%;
}

#photo1 {
	left: 100%;
}

#photo2 {
	left: 200%;
}

#photo3 {
	left: 300%;
}

#photo4 {
	left: 400%;
}

#photo5 {
	left: 500%;
}

#photo6 {
	left: 600%;
}

.pic {
	position: absolute;
	top: 0;
	width: 100%;
}

.pic img {
	width: 100%;
}

#back1, #back2, #back3, #back4, #back5, #next1, #next2, #next3, #next4, #next5 {
	display: none;
}

.pic:hover>label div span {
	opacity: 1;
	color: #EEE;
}

.pic label div span:hover {
	color: #f00;
	cursor: pointer;
}

@keyframes imgPassToLeft0 {
	0% {
		left: -100%;
	}
	16% {
		left: -100%;
	}
	20% {
		left: -200%;
	}
	36% {
		left: -200%;
	}
	40% {
		left: -300%;
	}
	56% {
		left: -300%;
	}
	60% {
		left: -400%;
	}
	76% {
		left: -400%;
	}
	80% {
		left: -500%;
	}
	96% {
		left: -500%;
	}
	100% {
		left: -600%;
	}
}

@-webkit-keyframes imgPassToLeft0 {
	0% {
		left: -100%;
	}
	16% {
		left: -100%;
	}
	20% {
		left: -200%;
	}
	36% {
		left: -200%;
	}
	40% {
		left: -300%;
	}
	56% {
		left: -300%;
	}
	60% {
		left: -400%;
	}
	76% {
		left: -400%;
	}
	80% {
		left: -500%;
	}
	96% {
		left: -500%;
	}
	100% {
		left: -600%;
	}
}

.cssgrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 1fr;
	grid-gap: 0.8em;
	padding: 0.8em;
	margin: 0 0 2em;
}

.cssgrid>div {
	background: #f6f4e8;
	overflow: auto;
	min-width: 0;
	padding: 1em;
}

#wrap ul li:last-child {
	margin-right: 0;
}

@media all and (-ms-high-contrast:none) {
	#demo-wrap ul.column2 li {
		width: calc((100% - 61px) / 2);
	}
}

@media screen and (max-width: 640px) {
	#wrap ul li {
		float: none;
		width: 100%;
	}
}

.btn {
	margin: 25px 0 0;
	text-align: center;
}

.btn a {
	display: inline-block;
	position: relative;
	background: #E64176;
	border-radius: 25px;
	padding: 7px 60px 7px 40px;
	text-decoration: none;
	color: #fff;
}

#timetable .flex>div p {
	text-align: center;
}

/* ▼テキスト装飾系 */

/* ----------------------------------------------------- */

.ul_none {
	list-style: none;
}

/* ▼卒業生の声（通学・合宿共通）-voice */

/* ----------------------------------------------------- */

hr.hr1 {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.dl_voice dt {
	height: 1em;
	font-size: 1.5em;
	color: #000000;
	margin: 10px 0 0 0;
	padding: 0;
}

.dl_voice dd {
	border-top: 1px dashed #8c8b8b;
	font-size: 1em;
	color: #181818;
	margin: 0;
}

/* 選べるコース
---------------------------------------------- */

table.plans {
	width: 100%;
}

table.plans th {
	background: #e9727e;
	border: solid 1px #ccc;
	color: #fff;
	padding: 10px;
}

table.plans td {
	background: #fff;
	border: solid 1px #ccc;
	padding: 10px;
}

@media screen and (max-width: 640px) {
	table.plans {
		width: 100%;
	}
	table.plans tr {
		display: block;
		float: left;
	}
	table.plans tr td, table.plans tr th {
		border-left: none;
		display: block;
		height: 50px;
	}
	table.plans thead {
		display: block;
		float: left;
		width: 30%;
	}
	table.plans thead tr {
		width: 100%;
	}
	table.plans tbody {
		display: block;
		float: left;
		width: 70%;
	}
	table.plans tbody tr {
		width: 50%;
	}
	table.plans tr td+td {
		border-left: none;
	}
	table.plans tbody td:last-child {
		border-bottom: solid 1px #ccc;
	}
}

/*給付金制度*/

.step_list li {
	margin-left: 10px;
	margin-bottom: 0;
}

.step_list li::marker {
	content: "";
}

.step_list li::before {
	content: "●";
	margin-right: 5px;
}

.step_tit_sub {
	margin-bottom: 0 !important;
	font-weight: bold;
}

/* フォーム
---------------------------------------------- */

/*================ テキストスタイル ================*/

.textRed {
	color: #f2242f !important;
}

.txtSmall {
	font-size: 85.7% !important;
}

.form_title {
	background: #00ab8c;
	color: #fff;
	font-size: 142.9%;
	font-weight: 700;
	padding: 9px 10px;
	margin-bottom: 12px;
	line-height: 1.35;
}

/* ================ 入力フォームスタイル ================ */

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

/*changed! */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: none;
	/*changed*/
	margin: 0;
	/*changed*/
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

.btnMiddle40>span {
	margin: 0 40px;
}

/* ----------------------------------------

- Stopgap Class
(以下は暫定的、又はイレギュラーな場合のみ使用。通常は使用しない)

---------------------------------------- */

.mgt10 {
	margin-top: 10px !important;
}

.mgt15 {
	margin-top: 15px !important;
}

.mgt20 {
	margin-top: 20px !important;
}

.mgt25 {
	margin-top: 25px !important;
}

.mgt30 {
	margin-top: 30px !important;
}

.mgb0 {
	margin-bottom: 0 !important;
}

.mgb5 {
	margin-bottom: 5px !important;
}

.mgb10 {
	margin-bottom: 10px !important;
}

.mgb15 {
	margin-bottom: 15px !important;
}

.mgb20 {
	margin-bottom: 20px !important;
}

.mgb25 {
	margin-bottom: 25px !important;
}

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

.mgb40 {
	margin-bottom: 40px !important;
}

.mgb50 {
	margin-bottom: 50px !important;
}

.s_img {}

.s_img .s_ttl {
	background: url("/img/school/facility_1.png") no-repeat center 20%/cover;
	position: relative;
	padding: 20px;
	color: #fff;
	text-align: center;
}

.s_img .s_ttl .inr {
	display: block;
	border: 5px solid #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 85px 0 110px;
}

.s_img .s_ttl img {
	width: 365px;
	height: auto;
	opacity: 0;
}

@media screen and (max-width: 600px) {
	.s_img .s_ttl {
		background: url("/img/school/facility_1.png") no-repeat center 20%/cover;
		padding: 18px;
	}
	.s_img .s_ttl .inr {
		border: 5px solid #fff;
		padding: 22px 0 25px;
	}
	.s_img .s_ttl img {
		width: 180px;
	}
}

.dlimg__item {
	overflow: hidden;
	list-style-type: none;
}

.dlimg__item:not(:last-child) {
	margin-bottom: 40px;
}

.dlimg__img {
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 24px;
	width: 50%;
	vertical-align: top;
	text-align: left;
	float: left;
}

.dlimg__img a {
	width: 100%;
	height: 100%;
}

.dlimg__text {
	display: inline-block;
	width: calc(100% - 50% - 28px);
	vertical-align: top;
}

.dlimg__text h3 {
	position: relative;
	margin-bottom: 18px;
	color: #333;
}

.dlimg__text h3:not([class])::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	width: 32px;
	height: 2px;
	background-color: #38bdef;
	content: "";
}

.dlimg__text h3:not([class]) a::after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(/img/svg/arw-text.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

ul.list-ast {
	padding-left: 0;
}

ul.list-ast>li {
	padding-left: 1.25em;
	list-style: none;
}

ul.list-ast>li:before {
	display: inline-block;
	margin-left: -1.25em;
	width: 1.25em;
	content: "※";
	vertical-align: top;
}

.list-ast {
	color: #666;
}

.u-fz-sm {
	font-size: .875rem !important;
	line-height: 1.5714 !important;
}

@media screen and (max-width: 640px) {
	.dlimg__item:not(:last-child) {
		margin-bottom: 24px;
	}
	.dlimg__img {
		display: block;
		margin-right: 0;
		margin-bottom: 16px;
		width: 100%;
		text-align: center;
	}
	.dlimg__text {
		display: block;
		width: 100%;
	}
	.dlimg__text h3 {
		font-size: 18px;
	}
	.dlimg__img a img {
		transition: all .3s ease;
	}
	.dlimg__img a:hover img {
		opacity: .6;
	}
}

/*吹き出し*/

.fukidashi {
	margin-top: 16px;
}

.fukidashi .tit {
	text-align: left;
	font-weight: bold;
	background: url(/img/bg-fukidashi.png) no-repeat left;
	background-size: contain;
	padding: 20px 0 15px 100px;
	position: relative;
	bottom: -15px;
	margin: 0px;
	background-position: left 30px center;
	border: none;
}

.fukidashi .inner {
	margin-top: 0;
	background: #f3f5f7;
	padding: 30px 40px 24px;
	border-radius: 10px;
}

/*お知らせ*/

table.news {
	width: 100%;
	border-collapse: collapse;
}

table.news tr {
	border-bottom: solid 2px white;
}

table.news tr:last-child {
	border-bottom: none;
}

table.news th {
	position: relative;
	text-align: left;
	width: 28%;
	background-color: #0AA0E7;
	color: white;
	text-align: center;
	padding: 10px 0;
	font-size: 90%;
}

table.news td {
	padding-left: 10px;
}

.news {
	padding: .5em 10px .5em 0;
	background: #d5f4ff;
}

.news ul {
	padding-right: 10px;
}

.news li {
	margin-bottom: 0;
	list-style: none;
	border-top: dotted 1px #34b4e2;
}

.news li:nth-child(1) {
	border: 0;
}

.news li {
	display: block;
	padding: 1.429em 1.429em 1.429em 2.5em;
	background-image: url(/img/svg/ico-triangle.svg);
	background-repeat: no-repeat;
	background-position: 1.5em 1.8em;
	background-size: 7px auto;
}

.news li dl {
	min-height: 3em;
}

.news li dl:after {
	position: absolute;
	display: block;
	clear: both;
	content: '';
}

.news li dt {
	position: relative;
	float: left;
	width: 8.5em;
}

.news li dd {
	margin-left: 9.5em;
}

.news li .date {
	display: inline-block;
	width: 7em;
	letter-spacing: 0;
}

.news li .category {
	display: inline-block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 8.5em;
	text-align: center;
	vertical-align: text-bottom;
	white-space: nowrap;
	letter-spacing: 0;
	text-overflow: ellipsis;
	border-radius: .2em;
	background-color: #00a0e9;
}

.news li .category:before {
	font-size: .714em;
	content: attr(data-category);
	color: #fff;
}

.news li .category[data-category=インフォメーション] {
	background-color: #16b701;
}

.news li .category[data-category=キャンペーン] {
	background-color: #ff8400;
}

.news li .category[data-category=イベント] {
	background-color: #fa436e;
}

.news li .category[data-category=お知らせ] {
	background-color: #a55b9a;
}

/*内部リンク調整*/

.link-t-a {
	position: relative;
	top: -170px;
	display: block;
}

/* ▼通学教習料金 */

/* ----------------------------------------------------- */

@media only screen and (max-width: 480px) {
	section table.attend-fee-table thead {
		display: none;
	}
	section table.attend-fee-table th {
		text-align: center;
	}
	section table.attend-fee-table th.target {
		display: none;
	}
	section table.attend-fee-table td.disc-license:before {
		content: "所持免許：";
	}
	section table.attend-fee-table td.student:before {
		content: "学生の方：";
	}
	section table.attend-fee-table td.general:before {
		content: "一般の方：";
	}
	section table.time-table th {
		width: 100px;
		display: table-cell;
	}
	section table.time-table td {
		width: auto;
		display: table-cell;
		border-top: 1px solid #ddd;
	}
}

/* ▼スタッフ紹介 staff */

/* ----------------------------------------------------- */

section#staff h2 {
	width: 1040px;
	margin: 0 0 2em 0;
}

section#staff {
	margin: 10px auto 60px auto;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

section#staff div.member {
	width: 50%;
	border-bottom: 1px dotted #a9a9a9;
	margin: 0 0 2em 0;
	padding: 0 0 1em 0;
}

section#staff div.member div.img {
	float: left;
	width: 37.03%;
	max-width: 200px;
}

section#staff div.member div.data {
	float: right;
	width: 50%;
	max-width: 260px;
	margin: 0 40px 0 0;
}

section#staff div.member div.data p.name {
	font-size: 22px;
	margin: 0;
}

section#staff div.member div.data p.name span {
	font-size: 13px;
	color: #666666;
	font-weight: normal;
}

section#staff div.member div.data p.comment {
	font-size: 13px;
}

section#staff div.member div.data ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

section#staff div.member div.data ul li {
	border-bottom: 1px solid #dcdcdc;
	list-style: none;
	padding: 3px 0 3px 0;
	margin: 0;
}

section#staff div.member div.data ul li span {
	color: #ff597c;
	font-weight: bold;
}

section#staff div.member div.data ul li :last-child {
	border: none;
}

@media screen and (max-width:767px) {
	/* ▼スタッフ紹介 */
	/* ----------------------------------------------------- */
	section#staff h2 {
		width: 100%;
		margin: 0 0 2em 0;
	}
	section#staff {
		margin: 0;
	}
	section#staff div.member {
		width: 100%;
		border-bottom: 1px dotted #a9a9a9;
		margin: 0 0 2em 0;
		padding: 0 0 1em 0;
		display: table;
	}
	section#staff div.member div.img {
		display: table-cell;
		width: 30%;
	}
	section#staff div.member div.data {
		display: table-cell;
		width: 60%;
		margin: 0;
		padding: 0 2% 0 2%;
		vertical-align: top;
	}
	section#staff div.member div.data p.name {
		font-size: 20px!important;
		margin: 0;
	}
	section#staff div.member div.data p.name span {
		color: #666666;
		font-weight: normal;
		font-size: 14px!important;
		margin: 0 0 0 10px;
	}
	section#staff div.member div.data p.comment {
		font-size: 13px;
	}
	section#staff div.member div.data ul {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	section#staff div.member div.data ul li {
		border-bottom: 1px solid #dcdcdc;
		list-style: none;
		padding: 3px 0 3px 0;
		margin: 0;
	}
	section#staff div.member div.data ul li span {
		color: #ff597c;
		font-weight: bold;
	}
	section#staff div.member div.data ul li :last-child {
		border: none;
	}
}

/* ▼求人情報  */

/* ----------------------------------------------------- */

.jobFont {
	font-size: 36px;
}

.recruit-order-accordion {
	display: block;
	text-align: center;
	margin: 20px;
}

.recruit-order-accordion button {
	font-size: 1.286em;
	width: 700px;
	height: 2.666em;
	white-space: nowrap;
	letter-spacing: .05em;
	background: #FA436E;
	padding: .3em 3.5em;
	border-radius: 10em;
}

.recruit-order-accordion button, [class*="btn-link"] a {
	line-height: 1;
	position: relative;
	display: inline-block;
	color: #fff;
	border: 0;
}

.recruit-order-accordion button::after, .recruit-order-accordion button::before, [class*="btn-link"] a::after {
	display: inline-block;
	content: '';
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}

.recruit-order-accordion button::before {
	position: absolute;
	top: calc(50% - .5em);
	left: 1.85em;
	width: 1em;
	height: 1em;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	background-image: url(/img/svg/ico-chevron-right.svg);
	background-size: contain;
}

.recruit-order-accordion button {
	font-size: 1.286em;
	white-space: nowrap;
	letter-spacing: .05em;
}

.recruit-order-accordion button, [class*="btn-link"] a {
	line-height: 1;
	color: #fff;
}

.recruit-order-accordion button:hover {
	opacity: 0.7;
}

@media screen and (max-width:767px) {
	.jobFont {
		font-size: 20px;
	}
	.recruit-order-accordion {
		margin: 20px 0;
	}
	.recruit-order-accordion button {
		width: 100%;
		white-space: normal;
	}
}
ul.recruit_li {
  font-family: Roboto;
  /*font-size: 12px;*/
  line-height: 1.3em;
  margin: 5px 0 15px;
  padding: 0;
}

ul.recruit_li li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
}

ul.recruit_li li::marker {
  display: none;
}

ul.recruit_li li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  width: 3px;
  height: 6px;
  border: solid #ff6600;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 559px) {
	ul.recruit_li li::before {
	  content: "";
	  position: absolute;
	  left: 2px;
	  top: 2px;
	  width: 3px;
	  height: 6px;
	  border: solid #ff6600;
	  border-top-width: medium;
	  border-right-width: medium;
	  border-bottom-width: medium;
	  border-left-width: medium;
	  border-width: 0 2px 2px 0;
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
}

dl.recruit{
	padding-bottom:5px;
}
.recruit dt{  
  background-color : #e3edf4;
  padding : 5px;
  /*padding-top : 10px;    
  padding-bottom : 10px;
  padding-left : 10px;*/
  width : 210px;
  float : left;/* 左に寄せる */
  clear : both;/* フロートの解除 */
  border-bottom: dotted 1px #0AA0E7;
}
.recruit dd{    
  padding : 5px;
  /*background-color : #9999ff;*/
  /*padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;*/
  width : auto;
  margin-left : 210px;/* DTの幅分の設定 */
  border-bottom: dotted 1px #0AA0E7;
}
.recruit_tbl dl {
	font-size: 0.9em;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.recruit_tbl dt {
	flex-basis: 220px;
	padding: 10px;
	background-color: #e3edf4;
	border-bottom: dotted 1px #0AA0E7;
}
.recruit_tbl dd {
	flex-basis: 450px;
	padding: 10px;
	background-color: #fff;
	border-bottom: dotted 1px #0AA0E7;
}
@media screen and (max-width: 559px) {
	.company dl {
	flex-flow: column;
	}
	.recruit_tbl dt {
	flex-basis: 100%;
	}
	.recruit_tbl dd {
	border-bottom: none;
	}
}

/* ▼交通安全教室 -job */

/* ----------------------------------------------------- */

section#safety {
	margin: 10px 0;
	padding: 10px;
}

section#safety div.container h2 {
	font-size: 1.8em;
	padding: 0.25em 0.5em;
	background: transparent;
	border-left: solid 6px #0AA0E7;
	margin: 0 0 1em 0;
}

section#safety .safety {
	display: inline;
	float: left;
	width: 90%;
	max-width: 300px;
}

.new {
	font-size: 75%;
	color: #ff0000;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc_img { display: block !important; }
.sp_img { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc_img { display: none !important; }
    .sp_img { display: block !important; }
}

/* LINE */
.qr_line {
  width: 200px;
}

.line_info::before {
	position: relative;
	top: .2em;
	left: -.5em;
	display: inline-block;
	width: 1px;
	height: 1.125em;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #000;
}

.line_info::after {
	position: relative;
	top: .2em;
	left: .5em;
	display: inline-block;
	width: 1px;
	height: 1.125em;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #000;
}

.btn_line {
	display: flex;
	margin: 0 auto;
	width: 770px;
}

@media only screen and (max-width:480px){
	.btn_line {
		display: block;
		width: 100%;
	}
}

.order-line_attend {display:block; text-align:center; margin:0 20px 20px;}
.order-line_attend button,[class*=btn-link] a {line-height:1; position:relative; display:inline-block; color:#fff; border:0;}
.order-line_attend button {font-size:1.1em; min-width:240px; height:2.3em; white-space:nowrap; letter-spacing:.05em; background:#F58E7E; padding:.3em 3.5em; border-radius:10em;}
.order-line_attend button:before {position:absolute; top:calc(50% - .5em); left:1.85em; width:1em; height:1em; -webkit-transition-duration:.4s; transition-duration:.4s; background-image:url(/img/svg/ico-chevron-bottom-w.svg); background-size:contain;}
.order-line_attend button:after,.order-accordion button:before,[class*=btn-link] a:after{ display:inline-block; content:''; vertical-align:middle; background-repeat:no-repeat; background-position:center;}

.order-line_lodge {display:block; text-align:center; margin:0 20px 20px;}
.order-line_lodge button,[class*=btn-link] a {line-height:1; position:relative; display:inline-block; color:#fff; border:0;}
.order-line_lodge button {font-size:1.1em; min-width:240px; height:2.3em; white-space:nowrap; letter-spacing:.05em; background:#8DCF3F; padding:.3em 3.5em; border-radius:10em;}
.order-line_lodge button:before {position:absolute; top:calc(50% - .5em); left:1.85em; width:1em; height:1em; -webkit-transition-duration:.4s; transition-duration:.4s; background-image:url(/img/svg/ico-chevron-bottom-w.svg); background-size:contain;}
.order-line_lodge button:after,.order-accordion button:before,[class*=btn-link] a:after{ display:inline-block; content:''; vertical-align:middle; background-repeat:no-repeat; background-position:center;}

.order-line_lodge button:hover { cursor: pointer; opacity: 0.7 ;}
.order-line_attend button:hover { cursor: pointer; opacity: 0.7 ;}



/* =============================================
   改善CSS追記（既存スタイル変更なし）
   ① ヒーローCTA（PC:左側オーバーレイ / SP:画像下）
   ② 中間CTAセクション
   ③ フローティングCTAバー
============================================= */

/* --- ① ヒーローCTA --- */

.hero-cta-overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.78);
  padding: 12px 16px 16px;
  text-align: center;
}

.hero-catchcopy {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
  margin: 0 0 8px;
  font-family: 'Noto Sans JP', sans-serif;
}
.hero-accent {
  color: #fa436e;
  font-size: 24px;
}
.hero-blue {
  color: #11A0E5;
}

.hero-badges {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(255,255,255,0.9);
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 11px;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}
.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
.badge-dot--pink { background: #fa436e; }
.badge-dot--blue { background: #11A0E5; }
.badge-dot--green { background: #4CAF50; }

.hero-cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 300px;
  margin: 0 auto;
}
.hero-cta-primary {
  display: block;
  width: 100%;
  padding: 13px 20px;
  background: #fa436e;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 32px;
  text-decoration: none;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 8px rgba(250,67,110,0.3);
  transition: opacity 0.3s;
}
.hero-cta-primary:hover { opacity: 0.85; }
.hero-cta-primary small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin-top: 2px;
  opacity: 0.9;
}
.hero-cta-secondary {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: rgba(255,255,255,0.95);
  color: #11A0E5;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-radius: 32px;
  border: 2px solid #11A0E5;
  text-decoration: none;
  transition: opacity 0.3s;
}
.hero-cta-secondary:hover { opacity: 0.8; }

/* ---- SP版: ヒーロー画像の下にCTAを配置（重ねない） ---- */
@media (max-width: 768px) {
  #visual {
    max-height: none !important;
    overflow: visible !important;
  }
  #visual #creative {
    position: relative;
    overflow: visible;
    min-height: 0;
    height: auto;
    /* SP背景画像（img-creative_sp.png）の縦全体を表示するため
       padding-topでアスペクト比を確保。
       画像比率に合わせて調整してください（現在 75% = 4:3 相当） */
    /*padding-top: 0;*/
    padding-top: 75%;
    background-size: contain;
    background-position: center top;
  }

  .hero-cta-overlay {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 2;
    background: #fff;
    padding: 20px 16px 24px;
    text-align: center;
  }
  .hero-catchcopy {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .hero-accent {
    font-size: 24px;
  }
  .hero-badges {
    margin-bottom: 12px;
    gap: 6px;
  }
  .hero-badge {
    font-size: 11px;
    padding: 3px 10px;
  }
  .hero-cta-buttons {
    max-width: 320px;
    gap: 8px;
  }
  .hero-cta-primary {
    padding: 13px 20px;
    font-size: 16px;
  }
  .hero-cta-primary small {
    font-size: 11px;
  }
  .hero-cta-secondary {
    padding: 10px 20px;
    font-size: 14px;
    background: #fff;
  }
}

/* ---- PC版: ヒーロー画像左側に大きく表示（背景なし） ---- */
@media print, screen and (min-width: 769px) {
  #visual #creative {
    position: relative;
  }
  .hero-cta-overlay {
    position: absolute;
    left: 35px;
    top: 60%;
    bottom: auto;
    right: auto;
    transform: translateY(-50%);
    z-index: 3;
    background: none;
    padding: 0;
    text-align: left;
    max-width: 550px;
    width: 50%;
  }
  .hero-catchcopy {
    font-size: 46px;
    text-align: left;
    margin-bottom: 16px;
    color: #222;
    text-shadow:
      0 0 10px rgba(255,255,255,0.95),
      0 0 20px rgba(255,255,255,0.8),
      0 0 40px rgba(255,255,255,0.6);
  }
  .hero-accent {
    font-size: 42px;
  }
  .hero-badges {
    justify-content: flex-start;
    margin-bottom: 20px;
    gap: 8px;
  }
  .hero-badge {
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(200,200,200,0.6);
    font-size: 14px;
    padding: 6px 16px;
  }
  .badge-dot {
    width: 9px;
    height: 9px;
  }
  .hero-cta-buttons {
    flex-direction: row;
    max-width: none;
    margin: 0;
    gap: 14px;
  }
  .hero-cta-primary,
  .hero-cta-secondary {
    width: auto;
    min-width: 210px;
    flex-shrink: 0;
  }
  .hero-cta-primary {
    font-size: 18px;
    padding: 15px 32px;
    box-shadow: 0 3px 12px rgba(250,67,110,0.35);
  }
  .hero-cta-primary small {
    font-size: 12px;
  }
  .hero-cta-secondary {
    font-size: 16px;
    padding: 13px 32px;
    background: rgba(255,255,255,0.92);
  }
}


/* --- ② 中間CTAセクション --- */
.mid-cta-section {
  background: linear-gradient(135deg, #fce4ec 0%, #e3f2fd 100%);
  padding: 40px 20px;
  text-align: center;
}
.mid-cta-inner {
  max-width: 600px;
  margin: 0 auto;
}
.mid-cta-lead {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 0 0 6px;
  font-family: 'Noto Sans JP', sans-serif;
}
.mid-cta-sub {
  font-size: 13px;
  color: #666;
  margin: 0 0 20px;
}
.mid-cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.mid-cta-primary {
  display: block;
  width: 100%;
  max-width: 340px;
  padding: 14px 20px;
  background: #fa436e;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  border-radius: 32px;
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(250,67,110,0.3);
  transition: opacity 0.3s;
}
.mid-cta-primary:hover { opacity: 0.85; }
.mid-cta-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
}
.mid-cta-tel-label {
  font-size: 12px;
  color: #888;
}
.mid-cta-tel-number {
  font-size: 22px;
  font-weight: 700;
  color: #11A0E5;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 769px) {
  .mid-cta-section { padding: 50px 40px; }
  .mid-cta-lead { font-size: 24px; }
  .mid-cta-buttons {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .mid-cta-primary { width: auto; min-width: 280px; }
}


/* --- ③ フローティングCTAバー --- */
.floating-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,0.97);
  border-top: 1px solid #e0e0e0;
  padding: 10px 16px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
  flex-direction: column;
  gap: 5px;
}
.floating-cta-bar.is-visible {
  transform: translateY(0);
}
.floating-tel {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #11A0E5;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}
.floating-tel svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.floating-cta-btn {
  display: inline-block;
  background: #fa436e;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s;
}
.floating-cta-btn:hover { opacity: 0.85; }

#footer { padding-bottom: 80px; }

@media print, screen and (min-width: 769px) {
  .floating-cta-bar {
    max-width: 600px;
    left: 50%;
    transform: translate(-50%, 100%);
    border-radius: 12px 12px 0 0;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    flex-direction: unset;
    gap: 0;
  }
  .floating-cta-bar.is-visible {
    transform: translate(-50%, 0);
  }
}

#contents .table-02 {
  border-bottom-width: 0;
  border-collapse: collapse;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  font-size: 14px;
  line-height: 1.6em;
  vertical-align: middle;
  width: 100%;
  text-align: left;
}
    
#contents .license-flow-box li.yellow {
  background-color: #fffbea;
  border-color: #FCD419;
}

#contents .license-flow-box li .look-blue {
  color: #0e81b5;
}

#contents .flow-notes {
  border: 5px solid #EF7B8D;
  border-radius: 15px;
  font-size: 110%;
  line-height: 1.9em;
  max-width: 840px;
  margin: 0 auto 30px;
  padding: 30px;
  text-align: center;
}

#contents .flow-notes p {
  margin-bottom: 0;
}

#contents .flow-notes .line-txt {
  background: linear-gradient(transparent 60%, #ffff7f 40%);
  font-size: 120%;
  font-weight: 500;
  margin: 0 4px;
}

#contents #class2 .catch-text p {
  color: #2999CB;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.8em;
  margin: auto auto 60px;
  max-width: 790px;
  text-align: center;
}

#contents #class2 .license-area .license-item {
  width: calc(100% / 4 - 30px);
  margin-right: 30px;
}

#contents #class2 .price-item:nth-child(3), #contents #class2 .price-item:nth-child(4) {
  grid-column-end: 3;
  grid-column-start: 1;
}

#contents h5 {
  color: #F07587;
  font-size: 19px;
}

#contents .txt-2box {
  margin-right: 4%;
  width: 46%;
  text-align: left;
}

#contents #mt, #contents #small {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #contents .anchor-link .txt-3box {
    width: 100%;
    margin-bottom: 15px;
  }
  #contents .car-type .table-02 th {
    width: 100px;
  }
  #contents .license-area .license-item, #contents #class2 .license-area .license-item {
    margin: 20px 0 0;
    padding: 20px 15px 13px;
    width: 100%;
  }
  
  #contents .feature-area, #contents .document-area, .price-main {
    margin-bottom: 30px;
    padding: 25px 15px 30px;
    width: 100%;
  }
  #contents .car-type {
  	width: 100%;
  }
  #contents .document-list {
    flex-wrap: wrap;
    gap: 0;
  }
  
  #contents .document-list .document-item {
    border-top: 1px dashed #AAA;
    padding: 20px 0 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  
  #contents .document-list .document-item:first-child {
    border-top: none;
    padding-top: 0;
  }
  
   #contents h3 {
    font-size: 19px;
    margin-bottom: 25px;
    padding: 6px 15px 7px;
  }
  
  #contents .price-list {
    gap: 30px;
    grid-template-columns: 100%;
  }
  #contents .table-over table {
    min-width: 450px;
  }
  
  #contents #class2 .price-item:nth-child(3), #contents #class2 .price-item:nth-child(4) {
    grid-column-end: unset;
    grid-column-start: unset;
  }
  
  #contents .price-detail .flex .txt-2box {
    margin: 0;
    width: 100%;
  }
  
   #contents .license-flow-box li .ttl {
    order: 1;
    padding: 0;
    margin: 0 auto;
  }
   #contents .license-flow-box li::after {
    right: 0;
    bottom: -36px;
    margin: auto;
    left: 8px;
  }
  #contents .license-flow-box li .ttl + p {
    order: 2;
  }
  #contents .license-flow-box li p, #contents .license-flow-box li {
    font-size: 16px;
  }
}

/* 原付 */
#contents .schooters-fv {
  background-image: url(/img/plans/btn_bg_blue.png);
  border-radius: 15px;
  color: #FFF;
  display: grid;
  font-size: 130%;
  gap: 40px;
  grid-template-columns: calc(45% - 40px) 55%;
  line-height: 2em;
  margin-bottom: 60px;
  padding: 20px;
}

#contents .fv-text {
  align-items: center;
  display: flex;
}

#contents .time-bg {
  background-color: #E1F0F7;
  padding: 70px 0;
}

#contents .schooters-time {
  display: grid;
  gap: 20px;
  justify-content: center;
  margin: auto auto 60px;
  max-width: 1140px;
}

#contents .schooters-time.col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#contents .schooters-time .time-item {
  background-color: #FFF;
  border-radius: 10px;
  padding: 30px 10px;
}

#contents .schooters-time h3 {
  border: 0;
  color: #333;
  font-size: 125%;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  font-weight: 600;
}

#contents .schooters-time .time-text p {
  color: #F0798B;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

#contents .schooters-time.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

#contents .ico-list {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#contents .ico-item {
  align-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #FFF;
  border-radius: 200px;
  color: #39A1CF;
  display: flex;
  flex-wrap: wrap;
  font-size: 80%;
  height: auto;
  justify-content: center;
  padding: 30px 0;
  text-align: center;
}

#contents .ico-item h4 {
  border: 0;
  color: #39A1CF;
  font-size: 125%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  font-weight: 600;
}

#contents .request-bg {
  background-color: #F3F3F3;
  padding: 70px 0;
}

#contents .notes-area {
  background-color: #FFF;
  border-radius: 15px;
  margin: auto auto 70px;
  max-width: 800px;
  padding: 20px;
  width: 90%;
}

#contents .txt-4box {
  margin-right: 20px;
  width: calc(100% / 4 - 20px);
}

#contents .request-bg .txt-4box {
  background-color: #FFF;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 20px;
}

#contents .document-ico {
  height: 60px;
  text-align: center;
}

#contents .document-ico img {
  width: auto;
}

#contents .other-list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: auto;
  max-width: max-content;
  padding: 0;
}

#contents li.other-item {
  background-color: #F3F3F3;
  border-radius: 15px;
  list-style: none;
  margin-bottom: 30px;
  padding: 20px;
}

#contents li.other-item .bold {
  display: block;
  font-size: 110%;
  margin-bottom: 10px;
  text-align: center;
}
#contents .bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #contents .schooters-fv {
    grid-template-columns: 100%;
    line-height: 1.2em;
    gap: 20px;
    padding: 20px 15px;
  }
  #contents .time-bg .txt-2box {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  #contents .schooters-time.col-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
  }
  
  #contents .schooters-time.col-3 .time-item {
    margin-right: 10px;
    width: calc(97% / 2 - 5px);
  }
  #contents .ico-list {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 15px;
  }
  
  #contents .request-bg .txt-4box {
    margin-right: 0;
    padding-bottom: 10px;
    width: 100%;
  }
  
  #contents .other-list {
    grid-template-columns: 100%;
  }
}

/* ドライビングサポートコース */
.support-bg {
  background-image: url(/img/plans/point_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

#contents .support-bg h3 {
  border: 0;
  color: #FFF;
  font-size: 30px;
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
}

#contents .support-bg p {
  color: #FFF;
}

#contents .support-3point {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: auto;
}

#contents .point-item {
  background-color: #FFF;
  border-radius: 15px;
}

#contents .support-3point .point-item {
  display: block;
  border: none;
  padding: 0 20px;
}

#contents .support-3point .point-item::before {
  display: none;
}

#contents .support-3point h4 {
  border: 0;
  font-size: 24px;
  margin: 30px auto 20px;
  text-align: center;
}

#contents .support-3point .point-photo {
  margin-bottom: 30px;
  text-align: center;
}

#contents .support-3point .point-photo img {
  width: auto;
}

#contents .link-btn.paper {
  background-image: url(/img/plans/bg_bubble.png);
  border-radius: 15px;
  color: #333;
  font-size: 23px;
  font-weight: 600;
  margin: 60px auto 0;
  padding: 40px 30px;
  width: 600px;
}

#contents .link-btn.paper::after {
  display: none;
}

#paper #contents .check-box ul.no-mt {
  grid-template-columns: 1fr 1fr 1fr;
}

#contents .bg-area.plan-area {
  margin-bottom: 80px;
}

#contents .plan-box h2 {
  color: #2999CB;
  font-size: 30px;
  line-height: 1.5em;
  text-align: left;
}

#contents .flow-box .flow-item {
  background-color: #FFF;
  border: 5px solid #3DA0CE;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 150px;
  position: relative;
}

#contents .flow-box .flow-item::before {
  background-image: url(/img/plans/photo_flow_01.png);
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 144px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 170px;
}

#contents .flow-box .flow-item:nth-child(2)::before {
  background-image: url(/img/plans/photo_flow_02.png);
  height: 140px;
  width: 210px;
}

#contents .flow-box .flow-item:nth-child(3)::before {
  background-image: url(/img/plans/photo_flow_03.png);
  height: 144px;
  width: 230px;
}

#contents .flow-box .flow-item h3 {
  background-color: #3DA0CE;
  border: none;
  color: #FFF;
  margin: 0 0 15px 0;
  padding: 15px;
  text-align: center;
}

#contents .flow-box .flow-item p {
  color: #333;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #contents .support-3point {
      grid-template-columns: 1fr;
      gap: 15px;
  }
  #contents .support-3point .point-item {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
  }
  #contents .support-3point h4 {
      text-align: left;
      font-size: 18px;
      margin-left: 30px;
      padding-bottom: 0;
  }
  
  #contents .support-3point .point-item .point-photo {
      width: 30%;
      margin: 0;
  }
  
  #paper #contents .check-box ul.no-mt {
  	  grid-template-columns: 1fr;
  }
  
  #contents .plan-box .img-2box {
      width: 100%;
      max-width: 450px;
      margin: 0 auto 20px;
  }
  
  #contents .plan-box .img-2box-txt {
      width: 100%;
      margin-left: 0;
  }
  
  #contents .flex.flow-box {
      justify-content: center;
  }
  
  #contents .flow-box .flow-item, & .flow-box .flow-item:first-child {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
  }
}

/* 運転リハビリサポートコース */
#rehabilitation #contents .notes-bg {
    background-color: #FFF;
    padding: 200px 0 0 0;
}

#rehabilitation #contents .check-box {
    margin-bottom: 50px;
}

#rehabilitation #contents .notes-bg .sub-txt {
    text-align: center;
    font-size: 20px;
}

#rehabilitation #contents .notes-bg .sub-txt.bold {
    font-size: 22px;
}

#rehabilitation #contents .flow-area {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

#rehabilitation #contents .flow-item {
    width: 100%;
    max-width: 1100px;
    background-image: url(/img/plans/bg_border.png);
    background-color: #fff;
    border-radius: 20px;
    padding: 6px;
    position: relative;
    margin: 0 auto 50px;
}

#rehabilitation #contents .flow-item .flex {
    background-color: #fff;
    border-radius: 15px;
}

#rehabilitation #contents .flow-item .img-2box {
    width: auto;
    position: absolute;
    top: -10px;
    left: 40px;
    width: 100%;
    max-width: 210px;
}

#rehabilitation #contents .flow-item .img-2box-txt {
    width: 100%;
    margin-left: 0;
    padding: 30px 20px 30px 280px;
}

#rehabilitation #contents .flow-item .img-2box-txt h3 {
    position: relative;
    border-left: 0;
    padding-left: 50px;
}

#rehabilitation #contents .flow-item .img-2box-txt h3 .num {
    position: absolute;
    left: 0;
    background-color: #39A1CF;
    color: #fff;
    padding: 5px 12px 5px 13px;
    border-radius: 50px;
    top: 3px;
}

#contents .important-point {
  background-color: #FFF;
  border: 5px solid #FCD419;
  border-radius: 25px;
  padding: 50px 55px;
}

#contents .important-point .point {
  padding: 0;
}

#contents .important-point .point li {
  position: relative;
  list-style: none;
  padding-left: 40px;
  margin-bottom: 10px;
}

#contents .important-point .alignment-box {
  background-color: #eef6fc;
  border-radius: 15px;
  padding: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #rehabilitation #contents .flow-item {
      margin: 0 auto 20px;
  }
  
  #rehabilitation #contents .flow-item .img-2box {
      display: none;
  }
  
  #rehabilitation #contents .flow-item .img-2box-txt {
      padding: 20px 15px 21px 15px;
  }
  
  #rehabilitation #contents .flow-item .img-2box-txt h3 {
      margin-bottom: 15px;
      padding: 0 0 0 45px;
  }
  
  #rehabilitation #contents .flow-item .img-2box-txt p {
      margin-bottom: 0;
  }
  
  #rehabilitation #contents .flow-item .img-2box-txt h3 .num {
      top: -2px;
      font-size: 19px;
      padding: 3px 11px 3px 12px;
  }
  
  #rehabilitation #contents .important-point {
      padding: 30px 15px 15px;
  }
  
  #rehabilitation #contents .important-point .alignment-box {
      padding: 20px 15px 10px;
  }
}

/* 学生向けサポートコース */
#sc_training #contents .notes-bg {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #sc_training .notes-bg {
    background-color: #fff;
    padding: 170px 0 0 0;
  }
  
  #sc_training #contents .notes-bg .flex {
      display: flex;
      flex-direction: column-reverse;
  }

  #sc_training #contents .notes-bg .flex .img-2box {
      width: 100%;
      max-width: 450px;
      margin: 30px auto 30px;
  }
  
  #sc_training #contents .img-2box-txt {
  	margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

/* 運行管理者等指導講習 */
#contents #about .training-area {
    margin-bottom: 60px;
}

#manager #contents .training-area h3, #manager  #contents .kinds-area h3 {
    text-align: center;
    border: none;
}

#contents #about .training-area .txt-2box {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 25px;
}

#contents #about .training-area .txt-2box.end .link-btn {
    width: 450px;
    margin: auto;
    border-radius: 10px;
    padding: 20px;
    font-size: 19px;
}

#contents #about .kinds-area {
    background-color: #fff;
    padding: 50px 55px;
    border-radius: 25px;
}

#contents .kinds-area h3 {
    text-align: center;
    border: none;
}

#manager #contents .flow-item {
    width: 100%;
    background-image: url(/img/plans/bg_border.png);
    background-color: #fff;
    border-radius: 20px;
    padding: 6px;
    position: relative;
    margin: 0 auto 50px;
}

#manager #contents .flow-item .flex {
    background-color: #fff;
    border-radius: 15px;
}

#manager #contents .flow-item .img-2box {
    width: auto;
    position: absolute;
    top: -10px;
    left: 40px;
    width: 100%;
    max-width: 210px;
}

#manager #contents .flow-item .img-2box-txt {
    width: 100%;
    margin-left: 0;
    padding: 30px 20px 30px 280px;
}

#manager #contents .flow-item .img-2box-txt h3 {
    position: relative;
    border-left: 0;
    padding-left: 50px;
}

#manager #contents .flow-item .img-2box-txt h3 .num {
    position: absolute;
    left: 0;
    background-color: #39A1CF;
    color: #fff;
    padding: 5px 12px 5px 13px;
    border-radius: 50px;
    top: 3px;
}

#manager #contents .info-area {
    background-color: #e1f0f7;
    padding: 20px 30px;
    border-radius: 15px;
    width: 100%;
    max-width: 400px;
}

#manager #contents .info-area h4 {
	text-align: center;
}

#manager #contents .info-area p.tel, #manager #contents p.fax {
    margin: auto;
    justify-content: center;
    align-items: center;
    color: #248DC3;
    display: flex;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0;
    width: auto;
}

#manager #contents .flex.download {
	background-color: #e1f0f7;
}

#manager #contents .flow-item:nth-child(2) .img-2box-txt .fax-list .txt-2box {
    width: 30%;
    background-color: #e1f0f7;
    padding: 20px 30px;
    border-radius: 15px;
}

#manager #contents .flow-item:nth-child(2) .img-2box-txt .fax-list .txt-2box h4 {
    text-align: center;
}

#manager #contents .flow-item:nth-child(2) .img-2box-txt .fax-list .txt-2box.fax p.fax {
    margin: auto;
    justify-content: center;
}

#manager #contents .flow-item:nth-child(2) .img-2box-txt .fax-list .txt-2box.end {
    max-width: 100%;
    width: 62%;
}

#manager #contents .flow-item:nth-child(2) .img-2box-txt .fax-list .txt-2box.end .flex.download .txt-2box {
    width: calc(96% / 2 - 15px);
    padding: 0;
}

#manager #contents .document-area {
    background-color: #FFF;
    border: 5px solid #3DA0CE;
    border-radius: 25px;
    margin-bottom: 65px;
    padding: 50px 55px;
}

#manager #contents .document-area h3, #manager #contents .important-point h3 {
    text-align: center;
    border: 0;
    padding: 0;
}

#manager #contents .document-area .document-list {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#manager #contents .document-area .document-list .document-item {
    width: calc(94% / 3 - 10px);
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

#contents .important-point .point li .num {
  background-color: #FCD419;
  border-radius: 50px;
  content: "";
  left: 0;
  position: absolute;
  top: 1px;
  z-index: 0;
  padding: 0px 10px 0 10px;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #manager #contents .training-area {
      margin-bottom: 30px;
  }
  #manager #contents .training-area .txt-2box, & #manager #contents .kinds-area {
      padding: 20px 15px;
      margin-bottom: 30px;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
  }
  
  #manager #contents .kinds-area .txt-2box {
      margin-bottom: 20px;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
  }
  
  #manager #contents .flow-item .img-2box {
      display: none;
  }
  
  #manager #contents .flow-item .img-2box-txt {
      padding: 20px 15px 20px 15px;
  }
  
  #manager #contents .flow-item:nth-child(2) .img-2box-txt .fax-list .txt-2box {
      padding: 15px 15px;
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0;
  }
  
  #manager #contents .flow-item:nth-child(2) .img-2box-txt .fax-list .txt-2box.end {
  	width: 100%;
  }
  
  #manager #contents .flow-item:nth-child(2) .img-2box-txt .fax-list .txt-2box.end .flex.download .txt-2box {
      width: 100%;
      margin-right: 0;
      max-width: 100%;
  }
  
  #manager #contents .document-area {
      padding: 20px 15px 10px;
      margin-bottom: 40px;
  }
  
  #manager #contents .document-area .document-list .document-item {
      width: calc(100% / 2 - 5px);
      margin-bottom: 10px;
      padding: 15px;
  }
  
  #manager #contents .document-area .document-list .document-item:nth-child(5), #manager #contents .document-area .document-list .document-item:last-child {
      width: 100%;
  }
  
  #manager #contents .important-point {
      padding: 20px 15px;
  }
}

/* 講習日程 */
#schedule #contents #page-ttl .inner h1 .sub-txt, #schedule #contents h2 .sub-txt {
    font-size: 70%;
    line-height: 1.9em;
    border-left: 0;
}

#schedule #contents .training-item {
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 25px;
}

#schedule #contents .training-item h3 {
    text-align: center;
    border: 0;
    color: #2999CB;
}

#schedule #contents .download a.link-btn {
    border-radius: 10px;
    margin: auto;
    width: 450px;
}

#schedule #contents .access-area {
    background-color: #f0f7fb;
    border-radius: 25px;
    padding: 40px;
}

#schedule #contents .contact-area {
    border: 5px solid #3da0ce;
    border-radius: 25px;
    padding: 40px 50px;
    width: 100%;
    max-width: 750px;
    margin: auto;
}

#schedule #contents  .contact-area p.bold {
    text-align: center;
    font-size: 20px;
}

#schedule #contents p.tel {
    align-items: center;
    color: #248DC3;
    display: flex;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    margin-right: 15px;
    padding: 0;
    width: auto;
    justify-content: center;
}

#schedule #contents p.tel a.tel .sub-txt {
    font-size: 74%;
}

@media screen and (max-width: 768px) {
  #schedule #contents .training-item .txt-2box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px;
  }
  #schedule #contents .training-item {
      padding: 20px 15px;
  }
  
  #schedule #contents .access-area {
      padding: 20px 15px;
  }
  
  #schedule #contents .access-area .flex {
      flex-direction: column-reverse;
  }
  
  #schedule #contents .access-area .txt-2box {
      margin-bottom: 20px;
      width: 100%;
  }
  
  #schedule #contents .contact-area {
      padding: 25px 15px;
  }
}

/* メインコンテンツ */
.content-wrapper {
    /*display: flex;*/
    justify-content: center;
    padding: 20px;
    font-size: 16px;
	line-height: 1.8;
}

.main-content-card {
    width: 100%;
    max-width: 900px; /* コンテンツの幅を制限 */
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 5%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.content-wrapper {
		font-size: 15px;
	}
	.main-content-card {
		width: 92%;
	}
}

/* シェアボタンエリア */
.social-share {
    text-align: right;
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: #777;
}

.social-share a {
    text-decoration: none;
    color: #555;
    margin-left: 8px;
    font-weight: bold;
}

/* セクションと見出し */
.section-container {
    margin-bottom: 30px;
}

.main-content-card h2 {
    /*font-size: 1.5rem;*/
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #ddd; /* セクションの区切り線 */
}

.main-content-card h3 {
    /*font-size: 1.2rem;*/
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #333;
}

.main-content-card h4 {
    /*font-size: 1.1rem;*/
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #333;
}

.main-content-card p {
    margin-bottom: 1em;
    /*font-size: 1rem;*/
}

.main-content-card ul {
    margin-left: 20px;
    padding-left: 0;
    list-style: none; /* リストマークを消去 */
}

.main-content-card ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 15px;
}

.main-content-card ul li::before {
    content: "・"; /* リストマークを「・」にする */
    position: absolute;
    left: 0;
    color: #333;
}

/* 区切り線 */
.section-divider {
    border: none;
    border-top: 1px solid #eee;
    margin: 40px 0;
}

/* 画像プレースホルダー */
.image-placeholder {
    text-align: center;
    margin-top: 30px;
    padding: 20px 0;
    border: 1px dashed #ccc; /* 枠線を模倣 */
    border-radius: 10px;
}

.placeholder-caption {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 10px;
}

.table-image-mockup {
    width: 90%; /* 画像の幅を調整 */
    height: auto;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* モバイル対応の調整 */
@media (max-width: 600px) {
    .main-content-card {
        padding: 30px 4%;
    }
}

/* レスポンシブ調整（スマートフォン対応） */
@media (max-width: 768px) {
    .header-container {
        padding-top: 20px; /* スマホでは画面いっぱいに広げる */
    }
    
    .header-image-wrapper {
    	position: relative;
        border-radius: 0; /* スマホでは角丸をなくすか、トップのみにする */
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding-bottom: 75%; /* モバイルでは高めに (例: 4:3) */
        max-height: none; /* 最大高さを解除 */
    }

    /* キャプションボックスを画像の下端全体を覆うように調整 */
    .caption-box {
        position: absolute; /* 絶対配置を解除して通常フローに戻す */
        width: 90%; /* 幅いっぱい */
        max-width: none;
        /*padding: 30px 20px 20px;*/ /* パディングを調整 */
        
        /* 角丸の変更 */
        border-top-left-radius: 40px; 
        border-top-right-radius: 40px; /* 上部を大きく丸める */
        border-bottom-right-radius: 0; /* 下部は角丸にしない */
        border-bottom-left-radius: 0;
        margin-top: 0; /* 画像と重なる部分を調整 */
        text-align: left; /* テキストを左寄せにする */
        height: 90px;
    }
    
    .service-title {
        font-size: 1.5rem;
        margin-bottom: 15px;
        text-align: left; /* タイトルを左寄せ */
    }
    
    .meta-info {
        flex-direction: row; /* 日付とタグを横並びに維持 */
        justify-content: flex-start; /* 左寄せ */
        align-items: center;
        gap: 10px;
    }
    
    .date {
        font-size: 0.85rem;
        order: -1; /* 日付を左端に移動 */
        margin-right: 5px; /* スペース調整 */
    }
    
    .tags-container {
        display: flex;
        flex-wrap: wrap; /* タグが多すぎる場合に折り返す */
        gap: 8px;
    }
    
    .tag {
        font-size: 10.5px;
        padding: 5px;
    }
}

/* パンくずリストのスマホ調整を上記メディアクエリ内に追記 */
@media (max-width: 768px) {
    /* ... ヘッダー調整に続けて以下を追加 ... */

    .breadcrumbs-section {
        padding: 10px 20px;
        width: 100%;
    }

    .breadcrumb-list {
        /* 右寄せから左寄せに変更 */
        justify-content: flex-start; 
        font-size: 0.8rem;
        /* スマホで1行に収まらない場合は、折り返しを許可 */
        flex-wrap: wrap; 
    }

    .breadcrumb-list li {
        margin-left: 0; 
        margin-right: 8px; /* li間のスペース調整 */
    }

    /* 矢印を左に配置し、li間の間隔を調整 */
    .breadcrumb-list li:not(:first-child)::before {
        margin-right: 8px;
    }

    .breadcrumb-list a {
        color: #666; /* リンクの色を少し薄く */
    }

    .breadcrumb-list li[aria-current="page"] {
        color: #333;
        font-weight: 700;
    }
}

/* 問い合わせ窓口・関連リンクセクションのスタイル追記 */

.section-contact-links h3.contact-title {
    /*font-size: 1rem;*/
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px;
}

.section-contact-links .contact-info {
    /*font-size: 0.95rem;*/
    margin-bottom: 25px;
}

.link-description {
    /*font-size: 0.95rem;*/
    margin-bottom: 20px;
}

.link-source-name {
    /*font-size: 0.9rem;*/
    color: #666;
    margin-bottom: 5px;
    margin-top: 15px;
}

/* リンクURLのボックススタイル */

.link-url a {
    color: #39b38d; /* 標準的なリンクの色 */
    text-decoration: none;
    margin-right: auto; /* リンクアイコンを右に寄せる */
}

.link-icon {
    font-size: 0.8em;
    color: #39b38d; /* 緑色のアイコンを再現 */
    font-weight: bold;
    margin-left: 10px;
}

.pdf-icon::after {
    content: 'PDF'; /* PDFアイコンのテキスト */
    font-size: 0.6em;
    font-weight: 700;
    color: white;
    background-color: #f97155; /* オレンジ色の背景 */
    padding: 2px 4px;
    border-radius: 3px;
    margin-left: 5px;
}

/* ==================================== */
/* 5. 非固定フッターボタン */
/* ==================================== */
.page-footer {
    position: relative; /* 固定解除 */
    /*background-color: #fcf6ee; */
    padding: 40px 0 20px; /* 上部のスペースを大きく取る */
}

.footer-actions {
    display: flex;
    justify-content: center;
    gap: 15px; 
    padding: 10px 10px;
}

.footer-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 25px;
    border-radius: 12px;
    font-size: 1.52rem;
    font-weight: 700;
    width: 48%; 
    max-width: 250px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}

.list-back-button {
    background-color: #00a88e; 
    color: white;
}

.top-button {
    background-color: #00a88e; 
    color: white;
}

.list-back2-button {
    background-color: #2c2c2c; 
    color: white;
}

.top2-button {
    background-color: #2c2c2c; 
    color: white;
}

.list-back3-button {
    background-color: #f97155; 
    color: white;
}

.top3-button {
    background-color: #f97155; 
    color: white;
}

.driver-button {
    background-color: #fa436e; 
    color: white;
}

.button-icon {
    width: 24px;
    height: 24px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    background-color: white; /* 白い丸の背景 */
}

.arrow-right-icon::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
}

.list-back-button .arrow-right-icon::after {
    border-color: #00a88e; 
}

.top-button .arrow-right-icon::after {
    border-color: #00a88e; 
}

.list-back2-button .arrow-right-icon::after {
    border-color: #2c2c2c; 
}

.top2-button .arrow-right-icon::after {
    border-color: #2c2c2c; 
}

.list-back3-button .arrow-right-icon::after {
    border-color: #FA9983; 
}

.top3-button .arrow-right-icon::after {
    border-color: #FA9983; 
}

.driver-button .arrow-right-icon::after {
    border-color: #fa436e; 
}


/* ==================================== */
/* 6. モバイル調整 (768px以下) */
/* ==================================== */
@media (max-width: 768px) {
	.footer-actions {
	  display: flex;
	  flex-direction: column;
	  text-align: center;
	}

    .main-article-card {
        margin: 10px;
        padding: 20px;
        border-radius: 15px;
    }

    .service-title {
        font-size: 1.4rem;
    }

    .footer-button {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    padding: 15px 25px;
	    border-radius: 12px;
	    font-size: 1.52rem;
	    font-weight: 700;
	    width: 90%; 
	    max-width: 250px;
	    text-decoration: none;
	    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    }
}

/* 既存の交互配置のメディアブロック (変更なし) */
.media-block {
    display: flex;
    align-items: center;
    min-height: 400px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden; /* 子要素の食み出しを隠す */
    max-width: 1000px;
	margin: 0 auto;
}

.image-right {
    flex-direction: row;
}

.image-left {
    flex-direction: row-reverse;
}

.block-image {
    flex: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.block-content {
    flex: 1;
    position: relative;
    padding: 40px;
    z-index: 2;
}

.content-inner {
    background-color: white;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.image-right .block-content {
    margin-right: -15%;
    text-align: left;
}

.image-left .block-content {
    margin-left: -7%;
    text-align: left;
}

.block-content h3 {
    font-size: 1.8em;
    font-weight: bold;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
}

h3.ttl:before {
	content: url("/img/recruit/icon_d.png");
	margin-right:20px;  /*画像右の余白*/
	position:relative;
	top:5px;      /*上からの位置*/
	left:0;       /*左からの位置*/
	width: 23px;
	height: 30px;
}

.block-content .icon {
    font-size: 1.2em;
    color: #E91E63;
    margin-right: 10px;
}

.block-content p {
    line-height: 1.8;
    margin-bottom: 30px;
}

.view-more-link {
    display: flex;
    align-items: center;
    width: fit-content; /* 内容の幅に合わせる */
    color: #333; /* テキストの色を黒系に */
    font-weight: bold;
    font-size: 1.1em; /* フォントサイズを少し大きく */
    transition: color 0.3s;
}

.view-more-link:hover {
    color: #E91E63; /* ホバーでテキストの色変更 */
}

.view-more-text {
    margin-right: 15px; /* テキストとボタンの間に余白 */
    white-space: nowrap; /* テキストが改行されないように */
    font-size: 2.8rem;
}

.view-more-arrow-button {
    display: flex; /* 矢印を中央に配置するためにFlexboxを使用 */
    align-items: center;
    justify-content: center;
    width: 50px; /* ボタンの幅 */
    height: 50px; /* ボタンの高さ */
    background-color: #E91E63; /* ピンク色の背景 */
    color: white; /* 矢印の色 */
    border-radius: 50%; /* 円形にする */
    font-size: 1.5em; /* 矢印のサイズ */
    transition: background-color 0.3s, transform 0.3s;
}

.view-more-link:hover .view-more-arrow-button {
    background-color: #C2185B; /* ホバーで少し濃いピンクに */
    transform: translateX(5px); /* ホバーで右に少し移動 */
}

/* レスポンシブ対応 (既存のメディアクエリ内にも調整が必要な場合は適用) */
@media (max-width: 992px) {
    .view-more-arrow-button {
        width: 45px; /* モバイルでは少し小さく */
        height: 45px;
        font-size: 1.3em;
    }
    .view-more-text {
        font-size: 1em; /* モバイルでのフォントサイズ */
        margin-right: 10px;
    }
}

/* --- レスポンシブ対応 (モバイル・タブレット) --- */
@media (max-width: 992px) {
    .media-block {
        flex-direction: column !important;
        min-height: auto;
        margin-bottom: 20px; /* モバイルでの間隔調整 */
    }
    
    .block-image {
        order: 1;
        height: 100%; /* モバイルでの画像高さ */
        width: 100%; /* モバイルでの画像高さ */
    }

    .block-content {
        order: 2;
        width: 100%;
        padding: 15px; /* モバイルでのパディング調整 */
        margin-left: 0 !important;
        margin-right: 0 !important;
        transform: translateY(-40px); /* 被せる量を調整 */
    }

    .content-inner {
        padding: 25px 15px; /* モバイルでのパディング調整 */
    }
}

/* テーブル全体を囲むコンテナ */
.company-table-container {
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

/* 会社概要テーブルの基本スタイル */
.company-table-container table {
    width: 100%;
    border-collapse: collapse; /* セルの境界線を重ねる */
    background-color: white;
}

/* すべてのセル（thとtd）の共通スタイル */
.company-table-container th,
.company-table-container td {
    padding: 15px 20px;
    border-bottom: 1px solid #eee; /* 薄い水平罫線 */
    text-align: left;
    vertical-align: top; /* 縦方向の上揃え */
    line-height: 1.6;
}

/* テーブルヘッダー（左側の項目名）のスタイル */
.company-table-container th {
    width: 30%; /* 項目名の列幅 */
    min-width: 120px;
    background-color: #f9f9f9; /* わずかに灰色がかった背景色 */
    font-weight: 700;
    color: #333;
}

/* テーブルデータ（右側の内容）のスタイル */
.company-table-container td {
    width: 70%;
    color: #444;
}

/* プロフィールなどのデータが多いセルの内側の段落 */
.company-table-container td p {
    margin-bottom: 1em;
}

.company-table-container td p:last-child {
    margin-bottom: 0;
}

/* 沿革の見出し（<th>）スタイル */
.table-row-history th {
    width: 30%; /* 項目名の列幅 */
    min-width: 120px;
    background-color: white; /* 左側は白（画像では他の行と異なり背景なしに見える） */
    font-weight: 700;
    color: #333;
    /* 縦ラインを<td>側に寄せるため、ここでは右側の罫線を削除 */
    border-bottom: none;
}

/* 沿革のデータセル（<td>）スタイル */
.table-row-history td {
    width: 70%;
    color: #444;
    padding: 0; /* 沿革の項目自体がパディングを持つため、ここではリセット */
    border-bottom: none; /* 最終的な罫線は不要 */
}

/* 沿革の各項目 (history-item) の内部レイアウト */
.history-item {
    display: flex; /* 年と出来事を横並びにする */
    margin-bottom: 15px; /* 各項目の間のスペース */
    padding-left: 10px; 
}

.history-item:first-child {
    margin-top: 15px; /* テーブルセルの上部パディング分を補う */
}

.history-item:last-child {
    margin-bottom: 15px; /* テーブルセルの下部パディング分を補う */
}

/* 沿革の「年」の列 */
.history-year {
    width: 100px; 
    flex-shrink: 0; 
    font-weight: 700;
    color: #444;
}

/* 沿革の「出来事」の列 */
.history-event {
    flex-grow: 1;
    padding-left: 20px; /* 年号と出来事の間のスペース */
    border-left: 1px solid #ccc;
}

/* 最後の行の罫線を消す (画像には最後の罫線がないため) */
.company-table-container table tr:last-child {
    border-bottom: none;
}


/* レスポンシブ調整（モバイル向け） */
@media (max-width: 600px) {
	.company-table-container {
		padding: 0;
	}

    .company-table-container th,
    .company-table-container td {
        display: block; /* thとtdを縦に積み重ねる */
        width: 91%; /* 幅をいっぱいに広げる */
        padding: 10px 15px;
    }
    
    .company-table-container th {
        background-color: #f0f0f0; /* 見出しを少し暗く */
        border-bottom: none; /* thとtdの間の罫線はなし */
        padding-bottom: 5px;
    }

    .company-table-container td {
        border-bottom: 1px solid #eee; /* データの下に罫線 */
        padding-top: 5px;
    }

    /* 沿革セクションのレイアウト調整 */
    .table-row-history th {
        /* thとtdが分かれるため、「沿革」の見出しと内容も分かれる */
        border-bottom: none;
    }
    
    .table-row-history td {
        border-bottom: 1px solid #eee; 
    }

    .table-row-history .history-item {
        flex-direction: column; /* 縦積み */
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #ddd; /* 沿革項目間の点線 */
    }

    .table-row-history .history-item:last-child {
        border-bottom: none; /* 最後の点線はなし */
    }

    .history-year {
        width: auto;
        margin-bottom: 5px;
    }
}

/* --------------------------
 * 2. モーダル本体 (初期設定: 非表示)
 * -------------------------- */
.modal-overlay {
    /* 最前面に固定表示 */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000; /* 確実に最前面に来るよう高い値を設定 */
    
    /* 画面全体を覆う */
    width: 100%;
    height: 100%;
    
    /* 背景を半透明の黒にする */
    background-color: rgba(0, 0, 0, 0.6);
    
    /* 初期状態は非表示 */
    display: none; 
    
    /* 中身の要素を中央に配置するための設定 */
    align-items: center;
    justify-content: center;
}

/* JavaScriptで付与され、モーダルを表示させるクラス */
.modal-overlay.is-active {
    display: flex;
}

/* --------------------------
 * 3. モーダルの白い枠 (コンテンツラッパー)
 * -------------------------- */
.modal-wrapper {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh; /* 画面の高さの90%に制限 */
    overflow-y: auto; /* コンテンツがはみ出したら縦スクロール可能にする */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* --------------------------
 * 4. 閉じるボタン
 * -------------------------- */
.modal-close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #999999;
    text-decoration: none;
    cursor: pointer;
    line-height: 1; /* 高さを調整 */
}

.modal-close-button:hover {
    color: #333333;
}

/* --------------------------
 * 5. コンテンツのスタイル
 * -------------------------- */
.modal-content h1 {
    font-size: 28px; /* 大きすぎるフォントサイズを修正 */
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.modal-content p {
    line-height: 1.6;
    margin-bottom: 10px;
}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line);backdrop-filter:saturate(130%) blur(4px)}
.nav{display:flex;align-items:center;gap:20px;min-height:68px}
.brand{display:flex;align-items:center;gap:10px;font-weight:900}
.brand img{height:24px;width:auto}
.nav-primary,.nav-secondary{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.nav-spacer{flex:1}
.nav a{font-size:14px;color:#242633}
.cta{background:var(--primary);color:#fff;border:none;padding:12px 18px;border-radius:12px;font-weight:700;display:inline-flex;align-items:center;gap:.4em}
.cta svg{width:16px;height:16px;fill:currentColor}
.cta:hover{background:var(--primary-2)}

/* ---------- Hero（PC） ---------- */
.hero{position:relative;padding:0 0 8px}
.hero-wrap{position:relative;overflow:visible;padding:0;background:transparent;box-shadow:none;border-radius:0}

/* 横スクロール（PC/SP共通） */
.reel{position:relative;overflow:hidden;border-radius:0}
.reel::after{display:none}
.reel-track{display:flex;animation:reel-scroll var(--duration,36s) linear infinite;will-change:transform}
.reel:hover .reel-track{animation-play-state:paused}

.mosaic{
  flex:0 0 100%;
  padding:24px 18px;
  display:grid;gap:12px;
  grid-template-columns:1.8fr 1fr 1fr;
  grid-template-rows:minmax(220px,32vh) minmax(220px,32vh);
}
.mosaic>figure,.mosaic .hero-d figure{margin:0;overflow:hidden;border-radius:14px;background:#e9ebf7}
.mosaic img{width:100%;height:100%;object-fit:cover;display:block}

.hero-a{grid-column:1/2;grid-row:1/3}
.hero-b{grid-column:2/3;grid-row:1/2}
.hero-c{grid-column:3/4;grid-row:1/2}
.hero-d{grid-column:2/4;grid-row:2/3;display:block}
.hero-d figure+figure{display:none}

@keyframes reel-scroll{from{transform:translateX(0)} to{transform:translateX(-100%)}}

/* 見出し（PC）：2行の白帯＋左下配置 */
.speech{
  position:absolute;left:28px;bottom:28px;top:auto;
  max-width:min(680px,58%);z-index:2;background:transparent;border-radius:0;box-shadow:none;padding:0;
}
.speech:after{display:none}
.headline{display:flex;flex-direction:column;gap:14px;margin:0 0 14px}
.headline .line{
  display:inline-block;font-weight:900;font-size:clamp(26px,3.6vw,44px);
  letter-spacing:.02em;line-height:1.2;color:#111;
  background:rgba(255,255,255,.92);backdrop-filter:saturate(120%) blur(4px);
  border-radius:18px;padding:18px 22px;box-shadow:0 6px 24px rgba(22,24,35,.08),0 1px 2px rgba(22,24,35,.06);
}

/* CTAボタン（ヒーロー内） */
.btn-entry{
  display:inline-flex;align-items:center;gap:16px;
  padding:14px 16px 14px 18px;border-radius:16px;
  background:linear-gradient(180deg,#6e66ff 0%,#5a4be7 100%);
  color:#fff;font-weight:800;
  box-shadow:0 8px 24px rgba(68,54,201,.28),0 2px 4px rgba(68,54,201,.18);
  transition:transform .12s ease,box-shadow .12s ease,filter .12s ease;
}
.btn-entry .icon-circle{width:36px;height:36px;border-radius:999px;background:#fff;color:#5a4be7;display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(90,75,231,.12)}
.btn-entry:hover{transform:translateY(-1px);filter:saturate(110%);box-shadow:0 10px 28px rgba(68,54,201,.34),0 2px 6px rgba(68,54,201,.2)}
.btn-entry:active{transform:translateY(0)}
.btn-entry:focus-visible{outline:3px solid color-mix(in srgb,#ffd15c 60%,white);outline-offset:2px}

/* ---------- Notice ---------- */
.notice{margin-top:18px}
.notice-inner{
  background:#fff;border-radius:14px;box-shadow:var(--shadow-soft);
  padding:14px 18px;display:grid;grid-template-columns:110px 1fr auto;gap:14px;align-items:center;border:1px solid var(--line)
}
.notice .label{font-weight:700}
.notice .date{font-variant-numeric:tabular-nums;color:var(--muted)}
.notice .link{display:inline-flex;align-items:center;gap:.4em;font-weight:700}
.notice .link svg{width:16px;height:16px;fill:currentColor}

/* ---------- About ---------- */
.section{padding:64px 0}
.eyebrow{display:flex;align-items:center;gap:10px;color:var(--muted);font-weight:700}
.eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:#7c80ff}
.h2{font-weight:900;font-size:clamp(22px,3vw,36px);line-height:1.3;margin:.3em 0 .6em}
.lead{color:#3a3d4a;max-width:760px}
.cards{display:grid;gap:18px;grid-template-columns:1fr 1fr 1fr;margin-top:22px}

.about-cta:hover{background:var(--primary-2)}

/* ---------- A11y & 操作性 ---------- */
.skip{position:absolute;left:-9999px;top:auto}
.skip:focus{left:16px;top:16px;z-index:1000;background:#fff;padding:10px 14px;border-radius:10px;box-shadow:var(--shadow);outline:2px solid var(--primary)}
:focus-visible{outline:3px solid var(--accent);outline-offset:2px}
.cta,.ghost,.notice .link{min-height:44px}
.cta:focus-visible,.ghost:focus-visible,.notice .link:focus-visible{box-shadow:0 0 0 3px color-mix(in oklab,var(--accent) 60%,white)}

/* ---------- Responsive ---------- */
@media (max-width:1024px){
  .mosaic{grid-template-rows:minmax(200px,30vh) minmax(200px,30vh)}
}
@media (max-width:900px){
  .nav-primary{display:none}
  .notice-inner{grid-template-columns:90px 1fr auto}
}

/* ===== SP（参考サイト準拠） ===== */

@media (max-width: 768px){
  .mosaic{
  	grid-template-rows: minmax(10px,10vh) minmax(10px,15vh);
  }
}

/* 動きを減らす設定 */
@media (prefers-reduced-motion:reduce){
  .reel-track{animation:none}
}

.representative {
	text-align: center;
}

.representative span {
	font-weight: 700;
	font-size: 2.4em;
}

.recruit-order-accordion {
	display: block;
	text-align: center;
	margin: 20px;
}

.recruit-order-accordion button {
	font-size: 1.286em;
	width: 700px;
	height: 2.666em;
	white-space: nowrap;
	letter-spacing: .05em;
	background: #FA436E;
	padding: .3em 3.5em;
	border-radius: 10em;
}

.recruit-order-accordion button, [class*="btn-link"] a {
	line-height: 1;
	position: relative;
	display: inline-block;
	color: #fff;
	border: 0;
}

.recruit-order-accordion button::after, .recruit-order-accordion button::before, [class*="btn-link"] a::after {
	display: inline-block;
	content: '';
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}

.recruit-order-accordion button::before {
	position: absolute;
	top: calc(50% - .5em);
	left: 1.85em;
	width: 1em;
	height: 1em;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	background-image: url(/img/svg/ico-chevron-right.svg);
	background-size: contain;
}

.recruit-order-accordion button {
	font-size: 1.286em;
	white-space: nowrap;
	letter-spacing: .05em;
}

.recruit-order-accordion button, [class*="btn-link"] a {
	line-height: 1;
	color: #fff;
}

.recruit-order-accordion button:hover {
	opacity: 0.7;
}

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

	.recruit-order-accordion {
		margin: 20px 0;
	}

	.recruit-order-accordion button {
		width: 100%;
		white-space: normal;
	}
}

/* 1. 画像のフル幅表示 */
.hero-image-top {
    /* 画像を囲むラッパーが必要なら */
    overflow: hidden; 
}
.hero-image-top img {
    width: 50%; /* 画像を親要素（画面幅）いっぱいに広げる */
    height: auto;
    display: block;
}

/* 2. コンテンツの最大幅制限と中央寄せ */
.interview-section .container {
    max-width: 900px; /* コンテンツエリアの最大幅を設定 */
    margin: 0 auto;    /* 左右マージンをautoにして中央寄せ */
    padding: 0 20px 20px;   /* 画面端に余裕を持たせる */
    background: #fff;
  	position: relative;
}

/* 3. セクション全体の中央揃えと余白 */
.interview-section {
    padding: 40px 0;   /* 上下に大きな余白を確保 */
    text-align: center; /* タイトルと、コンテナ内の要素を中央寄せ */
    /* 注: content-body のテキストは左寄せに戻す */
}

.section-1 {
  z-index: 9999;
  position: relative;
  background: #fff;
  width: 900px;
  margin: 0 auto;
  padding: 0;
}

/* セクションタイトル */
.section-title {
    font-weight: bold;
    margin-top: -60px;  /* **重要: 画像に少し被せるための調整** */
    margin-bottom: 40px;
    line-height: 1.4;
    color: #333;
    /* 背景色を白にして、画像に被った部分の文字が見えるようにする */
    padding: 30px 20px;
    background-color: white;
    border-radius: 8px; /* 角丸でデザイン性を出す */
    text-align: center;
}

/* 本文エリアの調整 */
.content-body {
    max-width: 800px; /* 本文の最大幅をコンテナより少し狭くして読みやすくする */
    margin: 0 auto;   /* 中央寄せ */
    text-align: left; /* **重要: 本文のテキストを左寄せに戻す** */
}

/* 本文段落のスタイル */
.content-body p {
    margin-bottom: 80px;
}

@media screen and (max-width:767px) {
	.content-body p {
	    margin-bottom: 40px;
	}
}

.section-3 .section-image-wrapper {
	text-align: right;
}

.section-3 img {
	width: 50%;
}

/* スケジュールセクション */
.schedule-section {
    padding: 80px 0;
    background-color: #fff; /* 薄い灰色背景を再現 */
}

/* スケジュールセクション全体の設定 */
.schedule-section {
    padding: 80px 0;
    background-color: #fff; 
}

/* 画像とリストを並べるコンテナに Flexbox を適用 */
.schedule-flex-container {
    display: flex; /* ★画像をリストを横並びにする */
    gap: 40px; /* 画像とリストの間の隙間 */
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    flex-wrap: wrap; /* 説明文を下に折り返すため */
    position: relative;
}

/* 画像エリアの設定 */
.schedule-image {
}

/* リストエリアの設定 */
.schedule-list {
    position: absolute;
	right: 20px;
	top: 250px;
	background: #fff;
	padding: 20px;
}

.schedule-list ul {
    list-style: none;
    padding-left: 0; /* paddingをリセット */
    margin: 0;
}

.schedule-list li {
    display: flex;
    position: relative; /* 擬似要素の位置の基準にする */
    border-left: 2px solid #ddd; /* ★垂直線（リスト全体を囲む線） */
    padding: 10px 0 10px 30px; /* 左側にタイムライン用の余白を確保 */
    margin-bottom: 5px;
}

/* ★各リスト項目の左側にある丸い点を追加 */
.schedule-list li::before {
    content: '';
    position: absolute;
    left: -11px; /* 線の中心にくるように調整 */
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: white; /* 内側の色 */
    border: 3px solid #0076a3; /* 外側の枠（青色） */
    z-index: 1;
}

/* 時刻と活動内容のスタイル */
.schedule-list .time {
    font-weight: bold;
    color: #333;
    margin-right: 20px;
    flex-shrink: 0; 
    width: 60px; /* 時刻の幅を固定 */
}

.schedule-list .activity {
    color: #333;
}

/* 説明文のエリア設定 */
.schedule-description {
    /* ★Flexboxで次の行に移動させる */
    flex-basis: 100%; 
    order: 3; /* 一番下に配置する */
    
    /* ★回り込みのように見せるため、画像と同じ幅に収まるように制限 */
    max-width: 500px; /* 画像の flex: 50% に合わせた具体的な最大幅を設定 */
    
    padding-left: 20px; /* 左側への余白調整 */
}

/* レスポンシブデザイン（モバイル対応） */
@media (max-width: 768px) {
	.hero {
		padding: 0;
	}
	.hero-image-top img {
	    width: 100%; /* 画像を親要素（画面幅）いっぱいに広げる */
	}
	.section-1 {
		width: 100%;
	}
	.interview-section .container {
		padding: 10px 20px;
		width: 88%;
	}
    .interview-section {
        padding: 40px 0;
    }
    .section-title {
        font-size: 2.1rem;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .section-3 img {
	  width: 100%;
	}
    
    .schedule-section {
    	padding: 0;
    }

    .schedule-flex-container {
        flex-direction: column; /* 要素を縦に並べる */
    }
    .schedule-image, .schedule-list {
        flex-basis: 100%; /* 幅を100%に */
        margin-top: 0;
    }
    
    .schedule-list {
    	position: unset;
    }
    
    .schedule-description {
    	margin-top: 0;
    	padding-bottom: 20px;
    }
}

/* お申込みボタンお知らせ */
.orderBox {
	margin-top:50px;
	text-align: center;
}

.order_info::before {
	position: relative;
	top: .2em;
	left: -.5em;
	display: inline-block;
	width: 1px;
	height: 1.125em;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #000;
}

.order_info::after {
	position: relative;
	top: .2em;
	left: .5em;
	display: inline-block;
	width: 1px;
	height: 1.125em;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #000;
}

.orderBox p {
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.order_info::before,
	.order_info::after {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	#school {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    padding: 30px 0 15px;
  }
  #school .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #school .bg {
    background: #fff;
    padding: 25px 6% 15px;
  }
  #school .bg .name {
    font-size: 17px;
    font-weight: bold;
  }
  #school .bg .parking {
    font-size: 16px;
    font-weight: 500;
    color: #01aded;
	margin: 10px 0 20px;
  }
  #school .bg .car-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6%;
    margin: 15px 0;
  }
  #school .bg .car-type li {
    list-style: none;
    width: 29%;
    font-size: 15px;
    color: #000;
    background: #d5f4ff;
    padding: 3px 0;
    border-radius: 4px;
    font-weight: 400;
    text-align: center;
  }
  #school .bg .evaluation-title {
    font-size: 18px;
    font-weight: 500;
  }
  #school .bg .evaluation {
    display: block;
  }
  #school .bg .evaluation .star .material-symbols-sharp {
    color: #ebbf5a;
    font-size: 16px;
    margin-right: -6px;
    margin-top: 4px;
  }
  #school .bg .reviews-average {
	display: block;
  }
  #school .bg .reviews {
  	text-align: left;
  	padding-bottom: 10px;
  }
  #school .bg .reviews .reviews-img img {
  	width: 24%;
  }
  #school .bg .school-comment {
  	text-align: left;
  	background-color: #ffefcc;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #school .bg .evaluation .number {
    font-size: 24px;
    font-weight: 500;
  }
  #school .bg .evaluation .number .small {
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
  }
  #school .bg .baloon {
    font-size: 13px;
    background: #eff4f6;
    padding: 10px;
    position: relative;
    width: 90%;
    margin: auto;
  }
  #school .bg .baloon::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 10px 0 10px;
    border-color: #eff4f6 transparent transparent transparent;
  }
  #school .bg .btn {
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0;
    color: #01aded;
    border-radius: 30px;
    border: 1px solid #01aded;
    width: 90%;
    margin: 20px auto 30px;
    -webkit-box-shadow: 0 4px 0 0 rgba(51, 51, 51, 0.2);
            box-shadow: 0 4px 0 0 rgba(51, 51, 51, 0.2);
  }
  #school .bg .address-title {
    font-size: 14px;
    font-weight: 700;
    background: #01aded;
    color: #fff;
    border-radius: 4px;
    padding: 2px 0;
  }
  #school .bg .address {
    font-size: 14px;
    margin: 5px 0 10px;
    text-align: left;
  }
  #school .bg iframe {
    width: 100%;
    height: 275px;
    margin-top: 10px;
  }
  #school .bg .tel-text {
    font-size: 16px;
    margin: 20px 0 5px;
  }
  #school .bg .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
  #school .bg .tel .tel-icon {
    width: 15px;
  }
  #school .bg .tel .tel-number {
    font-size: 30px;
    font-weight: bold;
  }
  #school .bg .tel-time {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  #school {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    padding: 30px 0 50px;
    width: 940px;
    margin: 0 auto;
  }
  #school .title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #school .bg {
    background: #fff;
    padding: 30px 130px;
  }
  #school .bg .name {
    font-size: 24px;
    font-weight: bold;
  }
  #school .bg .parking {
    font-size: 20px;
    font-weight: 500;
    color: #01aded;
    margin: 10px 0 20px;
  }
  #school .bg .car-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 15px 0;
  }
  #school .bg .car-type li {
    width: 116px;
    list-style: none;
    font-size: 15px;
    color: #000;
    background: #d5f4ff;
    padding: 3px 0;
    border-radius: 4px;
    font-weight: 400;
    text-align: center;
  }
  #school .bg .evaluation-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 530px;
    margin: 0 auto 40px;
  }
  #school .bg .evaluation-title {
    font-size: 24px;
    font-weight: 500;
  }
  #school .bg .evaluation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin: 5px 0 0;
  }
  #school .bg .reviews {
  	text-align: left;
  	padding-bottom: 10px;
  }
  #school .bg .reviews .reviews-img img {
  	width: 24%;
  }
  #school .bg .reviews-average {
	display: flex;
  }
  #school .bg .reviews-average .star {
	width: 120px;
  }
  #school .bg .evaluation .star .material-symbols-sharp {
    color: #ebbf5a;
    font-size: 16px;
    font-variation-settings: "FILL" 1;
    margin-right: -6px;
    margin-top: 4px;
  }
  #school .bg .reviews {
  	text-align: left;
  	padding-bottom: 10px;
  }
  #school .bg .school-comment {
  	text-align: left;
  	background-color: #ffefcc;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #school .bg .evaluation .number {
    font-size: 24px;
    font-weight: 500;
  }
  #school .bg .evaluation .number .small {
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
  }
  #school .bg .evaluation-block .evaluation-right {
    width: 280px;
  }
  #school .bg .baloon {
    font-size: 13px;
    background: #eff4f6;
    padding: 10px;
    position: relative;
  }
  #school .bg .baloon::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 10px 0 10px;
    border-color: #eff4f6 transparent transparent transparent;
  }
  #school .bg .btn {
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0;
    color: #01aded;
    border-radius: 35px;
    border: 1px solid #01aded;
    margin: 20px 0;
    -webkit-box-shadow: 0 4px 0 0 rgba(51, 51, 51, 0.2);
            box-shadow: 0 4px 0 0 rgba(51, 51, 51, 0.2);
  }
  #school .bg .address-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #school .bg .address-list .address-block {
    width: 300px;
  }
  #school .bg .address-list .address-block .address-title {
    font-size: 14px;
    font-weight: 700;
    background: #01aded;
    color: #fff;
    border-radius: 4px;
    padding: 2px 0;
  }
  #school .bg .address-list .address-block .address {
    font-size: 16px;
    margin: 5px 0 10px;
    text-align: left;
  }
  #school .bg iframe {
    width: 100%;
    height: 354px;
    margin: 5px 0 10px;
  }
  #school .bg .tel-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 500px;
    margin: auto;
  }
  #school .bg .tel-block .tel-text {
    font-size: 18px;
    text-align: left;
  }
  #school .bg .tel-block .tel-info .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
  #school .bg .tel-block .tel-info .tel .tel-icon {
    width: 15px;
  }
  #school .bg .tel-block .tel-info .tel .tel-number {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
  }
  #school .bg .tel-block .tel-info .tel-time {
    font-size: 16px;
	letter-spacing: 2px;
	margin-left: 30px
  }
}

/* 教習料金アコーディオン */
.plans-accordion-container {
  max-width: 600px;
  margin: 0 auto;
}

.plans-accordion-item {
  margin-bottom: 10px;
}

.plans-accordion-toggle {
  display: none;
}

.plans-accordion-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #00A3E0;
  color: #fff;
  padding: 15px 20px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
}

.plans-accordion-label::after {
  content: "▶";
  font-size: 1rem;
  margin-left: 10px;
  transition: transform 0.3s;
}

.plans-accordion-toggle:checked + .plans-accordion-label::after {
  content: "▼";
}

.plans-accordion-label:hover {
  background-color: #00A3E0;
}

.plans-accordion-content {
  max-height: 0;
  overflow: hidden;
  background-color: #fffaf0;
  border: 1px solid #B3E5F6;
  border-radius: 5px;
  padding: 0 15px;
  transition: max-height 0.4s ease, padding 0.4s ease;
  box-sizing: border-box;
}

.plans-accordion-toggle:checked + .plans-accordion-label + .plans-accordion-content {
  max-height: 5000px;
  padding: 10px 15px;
}

.plans-accordion-content .fee-box {
  margin-bottom: 15px;
  padding: 10px;
  background-color: #fef7e0;
  border-radius: 5px;
  border-left: 5px solid #d4a017;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.plans-accordion-content .license-type {
  font-weight: 600;
  margin-bottom: 5px;
  color: #5b4a00;
  text-align: left;
}

.plans-accordion-content .fee-info .fee {
  /*font-size: 1.2rem;*/
  font-weight: bold;
  color: #d9534f;
  margin-right: 10px;
}

.plans-accordion-content .fee-info .tax {
  font-size: 0.9rem;
  color: #777;
  margin-left: 5px;
}

.plans-accordion-content .fee-info .detail-link {
  padding: 5px 10px;
  background-color: #6d5900;
  color: #fff;
  text-decoration: none;
  /*font-size: 0.85rem;*/
  border-radius: 5px;
  transition: background-color 0.3s;
  white-space: nowrap;
}

.plans-accordion-content .fee-info .detail-link:hover {
  background-color: #8c7200;
}

@media (max-width: 480px) {
  .plans-accordion-content .fee-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .plans-accordion-content .fee-info .fee {
    margin-bottom: 5px;
  }

  .plans-accordion-content .fee-info .detail-link {
    margin-top: 5px;
  }
}

@media (max-width: 325px) {
	.plans-accordion-content .fee-box {
		padding: 5px;
	}
}

@media screen and (min-width: 769px) {
	.bnr_opcp {
		margin-left: 110px;
	}
}

@media screen and (max-width: 768px) {
	.bnr_opcp {
		margin-bottom: 25px;
	}
}

.plans-detail-accordion {
	display: block;
	text-align: center;
	margin: 20px;
}

.plans-detail-accordion button {
	font-size: 1.286em;
	width: 80%;
	height: 2.666em;
	white-space: nowrap;
	letter-spacing: .05em;
	background: #4CBCEF;
	padding: .3em 3.5em;
	border-radius: 10em;
}

.plans-detail-accordion button, [class*="btn-link"] a {
	line-height: 1;
	position: relative;
	display: inline-block;
	color: #fff;
	border: 0;
}

.plans-detail-accordion button::after, .plans-detail-accordion button::before, [class*="btn-link"] a::after {
	display: inline-block;
	content: '';
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}

.plans-detail-accordion button::before {
	position: absolute;
	top: calc(50% - .5em);
	left: 1.85em;
	width: 1em;
	height: 1em;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	background-image: url(/img/svg/ico-chevron-right.svg);
	background-size: contain;
}

.plans-detail-accordion button {
	font-size: 1.286em;
	white-space: nowrap;
	letter-spacing: .05em;
}

.plans-detail-accordion button, [class*="btn-link"] a {
	line-height: 1;
	color: #fff;
}

.plans-detail-accordion button:hover {
	opacity: 0.7;
	cursor : pointer;
}

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

	.plans-detail-accordion {
		margin: 20px 0;
	}

	.plans-detail-accordion button {
		width: 100%;
		white-space: normal;
	}
}

.fade-in-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px 0;
}

@media screen and (max-width:480px) {
	.fade-in-heading {
	  font-family: 'Noto Sans JP', sans-serif;
	  font-size: 3rem;
	  font-weight: bold;
	  text-align: center;
	  margin: 0 0 50px 0;
	}
}
span.star { color: #fbbc04; }

.cases-section {
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}

.cases-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 60px;
  line-height: 1.5;
}

.cases-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.case-box {
  width: 100%;
  max-width: 460px;
  background: #f7f9fb;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.case-header {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 16px;
  background: #e6f8fb;
  border-radius: 8px 8px 0 0;
}

.case-header img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.case-tag {
  background: #00abc9;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
}

.case-body {
  padding: 20px 20px 30px;
}

.case-heading {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.case-text {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

.cstmTbl {
	width: 60%;
	margin: 0 auto;
	border-top: 1px solid #ddd;
}

@media screen and (max-width:767px) {
	.cstmTbl {
		width: 98%;
		margin: 10px 0 30px;
		margin-left: 5px;
		border-top: 1px solid #ddd;
	}
}

.cstmTbl th {
	background: #eee;
	text-align: left;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	padding: 10px;
	font-weight: bold;
}

.cstmTbl td {
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	padding: 10px;
	background: #fff;
}

.fRed {
  color: #f03838;
}

.yellow_line {
	background: -webkit-linear-gradient(transparent 60%, #ffc926 60%);
	background: -o-linear-gradient(transparent 60%, #ffc926 60%);
	background: linear-gradient(transparent 60%, #ffc926 60%);
}

.line {
	background: linear-gradient(transparent 50%, #ffe4e1 0%);
}

.blue_line {
	font-size:350%;
	font-weight: bold;
	background: linear-gradient(transparent 50%, #c8e7fa 0%);
}

.line2 {
	background: -webkit-linear-gradient(transparent 60%, #ffc926 60%);
	background: -o-linear-gradient(transparent 60%, #ffc926 60%);
	background: linear-gradient(transparent 60%, #ffc926 60%);
}

.lnk a {
	text-decoration: underline;
	color: #3E7CC9;
}
.lnk a:hover {
	text-decoration: none;
}

.btn-wrap .btn {
  display: block;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.55;
  text-align: center;
  padding: 14px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.btn-wrap .btn.callback {
  background: #00A0E9;
  border: 2px solid #00A0E9;
}

.btn-wrap .btn.order {
  background: #fa436e;
  border: 2px solid #fa436e;
}

.btn-wrap .btn.student {
  background: #ff8a00;
  border: 2px solid #ff8a00;
}

.btn-wrap .btn.senior {
  background: #fbbc04;
  border: 2px solid #fbbc04;
}

.btn-wrap .btn .icon {
    position: absolute;
	top: 10px;
	left: 30px;
	width: 20px;
}

@media screen and (min-width: 769px) {
  .btn-wrap .btn {
    font-size: 20px;
    padding: 10px;
    min-width: 200px;
    position: relative;
	padding-left: 20px;
  }
  
  .btn-wrap .btn .icon {
    position: absolute;
	top: 5px;
	left: 20px;
	width: auto;
  }
}

.telephone .txt {
	font-size: .857em;
}

.telephone .link-telephone {
	font-weight: 900;
	line-height: 1;
	display: inline-block;
	margin-bottom: 0;
	white-space: nowrap;

}

.telephone .link-telephone a {
	position: relative;
	padding-left: 1em;

}

.telephone .link-telephone a .ico {
	font-size: .775em;
	position: absolute;
	top: .15em;
	left: 0;
	width: 1em;
	height: 1em;
	border-radius: 1em;
	background-color: #00a0e9;

}

.telephone .link-telephone a .ico svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: .6em;
	margin: auto;
	fill: #fff;

}

.telephone .link-telephone a .txt {
	font-family: 'Questrial', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	display: inline-block;
	overflow: hidden;
	vertical-align: text-top;
	color: #333;

}

.telephone .link-telephone a .txt .kerning {
	letter-spacing: -.1em;

}

.orange {
  color: #ff6600;
}

.bl {
  font-weight: bold;
}

.mod-qa{
font-family:'Noto Sans JP',sans-serif;
font-size:1.043em;
margin:10px 0;
text-align: left;

}
.mod-qa dd,.mod-qa dt{
position:relative;
margin-bottom:1em;
padding-top:.4em;
padding-bottom:.4em;
padding-left:3.125em;
font-weight: 700;

}
.mod-qa dd:before,.mod-qa dt:before{
font-size:1.275em;
line-height:1.727;
position:absolute;
top:0;
left:0;
width:1.727em;
height:1.727em;
text-align:center;
color:#fff;
border-radius:100px;

}
.mod-qa dt:before{
background:#fa436e;
content:'Ｑ';

}
.mod-qa dd:before{
content:'A';
background:#6accf0;

}

/* --- 共通設定 --- */
.floating-nav {
    position: fixed;
    z-index: 9999;
    display: flex;
}

.nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
}

.nav-btn:hover {
    color: #fff;
}

/* 各ボタンの色 */
.nav-btn.tel { background-color: #00A0E9; }
.nav-btn.web { background-color: #fa436e; }
.nav-btn.line_contract { background-color: #00cc00; }

.nav-btn.tel:hover { background-color: #006699 !important; color: #fff !important; opacity: 1 !important; }
.nav-btn.web:hover { background-color: #c2185b !important; color: #fff !important; opacity: 1 !important; }
.nav-btn.line_contract:hover { background-color: #007700 !important; color: #fff !important; opacity: 1 !important; }

/* --- スマホ版のスタイル (767px以下) --- */
@media screen and (max-width: 767px) {
    .floating-nav {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px; /* スマホ時の高さ */
    }

    .nav-btn {
        flex: 1;
        flex-direction: column; /* アイコンと文字を上下に */
        font-size: 11px;
    }

    .nav-btn .icon {
        width: 20px;
        margin-bottom: 10px;
    }
}

/* --- PC版のスタイル (768px以上) --- */
@media screen and (min-width: 768px) {
    .floating-nav {
        /* 配置場所を右下に変更 */
        top: auto;
        bottom: 10px;
        right: 20px;
        left: auto;
        
        /* 縦並びにするための設定 */
        width: 800px; /* ボタンの横幅を固定 */
        gap: 12px;    /* ボタン同士の隙間 */
        background: transparent; /* 背景を透明に */
        box-shadow: none;        /* 外枠の影を消す */
    }

    .nav-btn {
        height: 55px;         /* ボタンの高さ */
        border-radius: 8px;   /* 角を丸くする */
        flex-direction: row;  /* アイコンと文字を横並びに */
        padding: 0 15px;      /* 内側の余白 */
        justify-content: flex-start; /* 左寄せ（中央ならcenter） */
        box-shadow: 0 4px 10px rgba(0,0,0,0.15); /* ボタン単体に影をつける */
    }

    .nav-btn .icon {
        margin-right: 12px;   /* アイコンと文字の間隔 */
        font-size: 30px;
        margin-bottom: 15px;
    }

    .nav-btn .label {
        font-size: 24px;      /* 文字サイズ */
    }
    
    .icon {
    	margin-bottom: 15px;
    }
    .icon img {
    	width: 20px;
    }
    
    .nav-btn.line_contract {
    	width: 190px;
    }
    
    .nav-btn.line_contract .icon {
    	margin: 0 10px 15px 30px;
    }
}

@media screen and (max-width: 768px) {
	#reason {
    font-family: "Noto Sans JP", sans-serif;
    padding: 50px 10px 20px;
    background: #fff;
  }
  #reason .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  #reason .title .large {
    font-size: 38px;
  }
  #reason .reason-list li {
    list-style: none;
    margin-bottom: 40px;
  }
  #reason .reason-list li .reason-box {
    width: 100%;
    padding: 10px 0 7px;
    background: #01aded;
    color: #fff;
    border-radius: 4px;
    text-align: center;
  }
  #reason .reason-list li .reason-box .reason-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  #reason .reason-list li .reason-box .reason-title .number {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 24px;
    color: #000;
    width: 32px;
    height: 32px;
    background: #fffd03;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #reason .reason-list li .reason-box .reason-title .type {
    font-size: 16px;
  }
  #reason .reason-list li .reason-box .reason-text {
    font-size: 22px;
    font-weight: bold;
  }
  #reason .reason-list li .reason-box .reason-text .large {
    font-size: 32px;
    margin: 0 5px;
    line-height: 1;
  }
  #reason .reason-list li p {
    line-height: 2;
    padding: 12px 0 0 10%;
  }
  #reason .reason-list li p .blue {
    color: #01aded;
    font-weight: bold;
    position: relative;
  }
  #reason .reason-list li p .blue::before {
    content: url(/img/top/check.png);
    font-weight: 900;
    position: absolute;
    left: -1.5em;
    color: #01aded;
  }
  #reason .reason-list li .image.second {
    margin-top: -41vw;
  }
  #reason .reason-list li .image.third {
    width: 80%;
    margin: auto;
  }
  #reason .reason-list li .btn {
    font-size: 18px;
    font-weight: 500;
	color: #01aded;
    padding: 7px 0;
    border: 1px solid #01aded;
    border-radius: 30px;
    position: relative;
    width: 230px;
    margin: 20px auto 0;
	-webkit-box-shadow: 0 4px 0 0 rgba(51, 51, 51, 0.2);
	box-shadow: 0 4px 0 0 rgba(51, 51, 51, 0.2);
	text-align: center;
  }
  #reason .reason-list li .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: #01aded;
    border-radius: 50%;
  }
  #reason .reason-list li .btn::before {
    content: "→";
    position: absolute;
    top: 50%;
    right: 22px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    font-size: 12px;
    z-index: 1;
  }
  #reason .reason-list li:first-child .box .reason-title .icon {
    width: 40px;
  }
  #reason .reason-list li:nth-child(2) .box .reason-title .icon {
    width: 25px;
  }
  #reason .reason-list li:last-child .box .reason-title .icon {
    width: 24px;
  }
}

@media screen and (min-width: 769px) {
  .min_sp {
  	display: none;
  }
  #reason {
    font-family: "Noto Sans JP", sans-serif;
    padding: 30px;
    background: #fff;
    
  }
  #reason .inner {
    width: 900px;
    margin: 0 auto;
  }
  #reason .title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  #reason .title .large {
    font-size: 56px;
  }
  #reason .reason-list li {
    list-style: none;
    margin-bottom: 50px;
  }
  #reason .reason-list li .reason-box {
    width: 96%;
    padding: 15px 20px;
    background: #01aded;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #reason .reason-list li .reason-box .reason-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-right: 30px;
  }
  #reason .reason-list li .reason-box .reason-title .number {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 24px;
    color: #000;
    width: 32px;
    height: 32px;
    background: #fffd03;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #reason .reason-list li .reason-box .reason-title .type {
    font-size: 18px;
  }
  #reason .reason-list li .reason-box .reason-text {
    font-size: 26px;
    font-weight: bold;
    margin: 5px 0;
  }
  #reason .reason-list li .reason-box .reason-text .large {
    font-size: 40px;
    margin: 0 4px;
    line-height: 1;
  }
  #reason .reason-list li .reason-content {
    padding: 20px 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #reason .reason-list li .reason-content p {
    font-size: 20px;
    line-height: 1.7;
  }
  #reason .reason-list li .reason-content p .blue {
    color: #01aded;
    font-weight: bold;
    position: relative;
  }
  #reason .reason-list li .reason-content p .blue::before {
    content: url(/img/top/check.png);
    font-weight: 900;
    position: absolute;
    left: -1.5em;
    color: #01aded;
  }
  #reason .reason-list li .reason-content .image {
    width: 315px;
  }
  #reason .reason-list li .reason-content .image.second {
    width: 344px;
    margin-top: -80px;
  }
  #reason .reason-list li .reason-content .image.third {
    width: 254px;
  }
  #reason .reason-list li .btn {
    font-size: 18px;
    font-weight: 500;
	color: #01aded;
    padding: 10px 0;
    border: 1px solid #01aded;
    border-radius: 30px;
    position: relative;
    width: 260px;
    margin: 20px auto 0;
    text-align: left;
    padding-left: 60px;
	-webkit-box-shadow: 0 4px 0 0 rgba(51, 51, 51, 0.2);
	box-shadow: 0 4px 0 0 rgba(51, 51, 51, 0.2);
  }
  #reason .reason-list li .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 45px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: #01aded;
    border-radius: 50%;
  }
  #reason .reason-list li .btn::before {
    content: "→";
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    font-size: 12px;
    z-index: 1;
  }
  #reason .reason-list li:first-child .box .reason-title .icon {
    width: 40px;
  }
  #reason .reason-list li:nth-child(2) .box .reason-title .icon {
    width: 25px;
  }
  #reason .reason-list li:last-child .box .reason-title .icon {
    width: 24px;
  }
}

.instagram-post iframe {
	margin-left: auto!important;
	margin-right: auto!important;
}

/* 隠すための設定 */
.is-hidden {
  display: none;
}

/* ボタンのデザイン（サイトに合わせて調整してください） */
.more-btn-wrap {
  text-align: center;
  margin-top: 20px;
}

.more-btn {
  padding: 10px 40px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.more-btn:hover {
  background-color: #e0e0e0;
}

.cnt {
	text-align: center;
}

.text-slate-400 {
  --tw-text-opacity:1;
  color:rgb(148 163 184 / var(--tw-text-opacity, 1))
}

.plan_info {
    padding-bottom: 4rem;
    padding-left: 1rem;
	padding-right: 1rem;
	/*max-width: 88rem;*/
	margin-left: auto;
	margin-right: auto;
}

.plan_info_title {
	text-align: center;
	margin-bottom: 2rem;
}

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

/* --- 2. タブシステム (ロジック) --- */
.tab-system {
    position: relative;
}

/* ラジオボタンは非表示 */
.tab-system input[type="radio"] {
    display: none;
}

/* タブの外枠 */
.tab-wrapper {
    position: relative;
    display: flex;
    background: #ddd;
    padding: 4px;
    border-radius: 100px;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
    width: 500px;
    height: 54px;
    align-items: center;
    margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
	.tab-wrapper {
		width: 100%;
	}
}

.tab-label {
    flex: 1;
    position: relative;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    color: var(--text-sub);
    transition: color 0.3s ease;
    line-height: 54px;
    user-select: none;
}

/* 動く白背景 (インジケーター) */
.selection-bar {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    background: var(--white);
    border-radius: 100px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.5s var(--easing);
    z-index: 5;
}

/* --- 3. 切り替えアクション --- */
/* 学生選択時 */
#tab-gakusei:checked ~ .tab-wrapper .selection-bar { transform: translateX(0); }
#tab-gakusei:checked ~ .tab-wrapper label[for="tab-gakusei"] { color: blue; background: #fff; border-radius: 30px; }
#tab-gakusei:checked ~ .content-group #content-gakusei { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }

#tab-gakusei:checked ~ .plans-accordion-item gakusei-1 { display: block; }
#tab-gakusei:checked ~ .plans-accordion-item ippan-1 { display: none; }

/* ★追加：学生の5枚目のカードを中央へ */
#content-gakusei .card:nth-child(5) {
    grid-column: 1 / -1; /* 2列分ぶち抜き */
    justify-self: center; /* 横方向中央 */
    width: calc(100% - 40px); /* 他のカードと余白感を合わせる */
    max-width: 800px; /* 必要に応じて上のカードと幅を揃える（任意） */
}

@media screen and (max-width: 768px) {
	#tab-gakusei:checked ~ .content-group #content-gakusei { display: block; }
	
	#content-gakusei .card:nth-child(5) {
		display: block;
	    width: 100%;
	}
}

/* 社会人選択時 */
#tab-ippan:checked ~ .tab-wrapper .selection-bar { transform: translateX(100%); }
#tab-ippan:checked ~ .tab-wrapper label[for="tab-ippan"] { color: blue; background: #fff; border-radius: 30px; }
#tab-ippan:checked ~ .content-group #content-ippan { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* ★追加：社会人の5枚目のカードを中央へ */
#content-ippan .card:nth-child(5) {
    grid-column: 1 / -1; /* 2列分ぶち抜き */
    justify-self: center; /* 横方向中央 */
    width: calc(100% - 40px); /* 他のカードと余白感を合わせる */
    max-width: 800px; /* 必要に応じて上のカードと幅を揃える（任意） */
}

@media screen and (max-width: 768px) {
	#tab-ippan:checked ~ .content-group #content-ippan { display: block; }
	
	#content-ippan .card:nth-child(5) {
		display: block;
	    width: 100%;
	}
}

/* --- 4. コンテンツ表示 --- */
.tab-content {
    display: none; /* 初期状態は非表示 */
    animation: slideUp 0.5s var(--transition) forwards;
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- 5. カードデザイン (マガジンスタイル) --- */


.meta-plan-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.plan-date { color: #7F8C8D; font-weight: 600; }

.badge {
    background: #27AE60;
    color: white;
    padding: 3px 10px;
    border-radius: 6px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

/* 特典エリア */
.benefit-box {
    background: var(--primary-blue);
    background: linear-gradient(135deg, #0054A6 0%, #0072FF 100%);
    color: white;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.benefit-label { opacity: 0.9; font-weight: 600; }

.benefit-value {
	font-size: 2rem;
    font-weight: 900;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

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

.benefit-value span {
  font-size: 1.5rem;
}

.benefit-footer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.2);
    display: flex;
    justify-content: space-between;
}

/* 問い合わせリスト */
.contact-list {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #F0F3F5;
    list-style: none;
    padding-left: 0;
}

.contact-list li {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.contact-list li b { color: #7F8C8D; font-weight: 500; }

/* 各アコーディオン項目（カード型） */
.date-accordion-item {
  background: #fff;
  border: 1px solid #d1dce7;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

/* 展開時の枠線を強調 */
.date-accordion-item[open] {
  border: 1px solid #004ea2;
}

/* ヘッダー部分のリセットと調整 */
.date-accordion-header {
  list-style: none; /* デフォルトの矢印を消す */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  background-color: #eff5fa;
}

.date-accordion-header::-webkit-details-marker {
  display: none; /* iOS/Safari用の矢印消し */
}

.month-label {
  font-weight: bold;
  color: #333333;
}

/* アイコン（＋/－） */
.date-icon-wrap {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #d1dce7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0; /* アイコンが潰れるのを防ぐ */
}

.date-icon::before, .date-icon::after {
  content: "";
  position: absolute;
  background: #004ea2;
  transition: transform 0.3s ease;
}

.date-icon::before { width: 12px; height: 2px; } /* 横線 */
.date-icon::after { width: 2px; height: 12px; }  /* 縦線 */

/* 開閉時のアイコン変化 */
.date-accordion-item[open] .date-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

/* コンテンツ内部 */
.date-accordion-content {
  padding: 20px;
  border-top: 1px solid #d1dce7;
  background-color: #fff;
}

/* 日付グリッド（スマホ2列） */
.date-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.date-card {
  padding: 15px 10px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #edf2f7;
}

.date-card.sat { background-color: #f0f7ff; border-color: #d0e3ff; }
.date-card.sun { background-color: #fff5f5; border-color: #ffdada; }

.day-num {
  font-weight: 800;
  line-height: 1;
  font-size: 32px;
}

.day-text {
  font-weight: bold;
  margin-left: 2px;
}

.date-card.sat .day-num, .date-card.sat .day-text { color: #007aff; }
.date-card.sun .day-num, .date-card.sun .day-text { color: #ff3b30; }

/* ステータスバッジ：修正ポイント */
.status-badge {
  display: block;
  margin-top: 8px;
  font-weight: bold;
}

.status-badge.available { 
  color: #333333; /* 文字色を黒に修正 */
}

.status-badge.alert { 
  color: #ef6c00; 
}

.status-badge.soldout { 
  color: #999; 
  text-decoration: line-through; 
}

.bg-blue {
  background-color: rgb(239 246 255);
}

.bg-blue .card-title {
  color: rgb(30 58 138);
}

.bg-blue .card-text {
  color: rgb(30 64 175);
}

.bg-green {
  background-color: rgb(236 253 245);
}

.bg-green .card-title {
  color: rgb(6 78 59);
}

.bg-green .card-text {
  color: rgb(6 78 59 / 0.8);
}

.bg-orange {
  background-color: rgb(255 247 237);
}

.bg-orange .card-title {
  color: rgb(124 45 18);
}

.bg-orange .card-text {
  color: rgb(154 52 18);
}

.bg-pink {
  background-color: rgb(255 241 242);
  position: relative;
}

.bg-pink .card-title {
  color: rgb(136 19 55);
}

.bg-pink .card-text {
  color: rgb(159 18 57);
}

.card-no1 {
  position: absolute;
  background-color: rgb(250 204 21);
  padding-left: 2rem;
  padding-right: 2rem;
  color: rgb(113 63 18);
  right: -30px;
  rotate: 45deg;
  top: 18px;
}

.marker-highlight {
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.7) 60%);
  display: inline-block;
}

@media screen and (max-width: 768px) {
	.marker-highlight {
	  background: none;
	}
}

.card-schedule {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.card-schedule-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
	.card-schedule-info {
		font-size: 9px;
	}
}

.card-schedule-icon {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
}

.bg-blue .card-schedule .card-schedule-info .card-schedule-badge {
  color: rgb(30 58 138);
}

.bg-blue .card-schedule .card-schedule-info .card-schedule-aki {
  color: rgb(29 78 216);
  background-color: rgb(219 234 254);
  border-radius: 9999px;
  padding: 0 10px;
}

.bg-green .card-schedule .card-schedule-info .card-schedule-badge {
  color: rgb(6 78 59);
}

.bg-green .card-schedule .card-schedule-info .card-schedule-aki {
  color: rgb(4 120 87);
  background-color: rgb(209 250 229);
  border-radius: 9999px;
  padding: 0 10px;
}

.bg-orange .card-schedule .card-schedule-info .card-schedule-badge {
  color: rgb(124 45 18);
}

.bg-orange .card-schedule .card-schedule-info .card-schedule-aki {
  color: rgb(194 65 12);
  background-color: rgb(255 237 213);
  border-radius: 9999px;
  padding: 0 10px;
}

.bg-pink .card-schedule .card-schedule-info .card-schedule-badge {
  color: rgb(136 19 55);
}

.bg-pink .card-schedule .card-schedule-info .card-schedule-aki {
  color: rgb(190 18 60);
  background-color: rgb(255 228 230);
  border-radius: 9999px;
  padding: 0 10px;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  padding-top: 20px;
  text-align: center;
}

.schedule-blue {
  color: rgb(96 165 250);
}

.schedule-green {
  color: rgb(52 211 153);
}

.schedule-orange {
  color: rgb(251 146 60);
}

.schedule-pink {
  color: rgb(251 113 133);
}

.text-gray-400 {
  color: rgb(156 163 175);
}

.schedule-waku {
  background-color: rgb(243 244 246);
  border-radius: 0.5rem;
}

.schedule-waku-blue {
  color: rgb(255 255 255);
  background-color: rgb(59 130 246);
  border-radius: 0.5rem;
}

.schedule-waku-green {
  color: rgb(255 255 255);
  background-color: rgb(16 185 129);
  border-radius: 0.5rem;
}

.schedule-waku-orange {
  color: rgb(255 255 255);
  background-color: rgb(249 115 22);
  border-radius: 0.5rem;
}

.schedule-waku-pink {
  color: rgb(255 255 255);
  background-color: rgb(244 63 94);
  border-radius: 0.5rem;
}

.card-order-box {
  padding: 20px 0 !important;
}

.card-order-box.detail {
  padding-top: 0 !important;
}

.card-order {
  background-color: rgb(15 23 42);
  color: rgb(255 255 255);
  border-radius: 0.75rem;
  width: 100%;
  font-size: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.card-order-box.detail .card-order {
  background-color: #ffab33;
}

.card-order span {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
}

.card-note {
  padding: 20px 0;
  width: 50%;
  margin: 0 auto;
  color: rgb(148 163 184);
  text-align: center;
}

.card-note span {
  color: rgb(17 24 39);
}

@media screen and (max-width: 768px) {
	.card-note {
		width: 98%;
	}
}

.card-date {
  padding: 20px 0;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.card-date {
		width: 98%;
	}
}

.panel {
	margin: 1em auto;
	padding: 1em 1.5em 1px;
	background: #f6f4e8;
}

/* 外国籍の方用電話番号 */
.other-languages {
	margin-top:30px;
	text-align:center;
}

.other-languages p {
	font-weight:bold;
}

.other-languages div {
	display:flex;
	justify-content:center;
	gap:10px;
	flex-wrap:wrap;
	margin-top:10px;
}

.other-languages a {
	 padding:10px 20px;
	 border-radius:30px;
	 text-decoration:none;
	 display:flex;
}

.other-languages img {
	 width:16px;
	 height:16px;
	 margin-top:4px;
	 margin-right:5px;
}

@media screen and (max-width: 768px) {
	.other-languages img {
		 margin-top:3px;
	}
}

.other-languages-footer {
	 width:16px;
	 height:16px;
	 margin-bottom:5px;
	 margin-right:5px;
}

/* ポップアップ */
/* --------------------------
 * 1. 開くボタンのスタイル
 * -------------------------- */
.modalNationality-open-button {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    background-color: #007BFF;
    border-radius: 5px;
    font-size: 16px;
}

/* --------------------------
 * 2. モーダル本体 (初期設定: 非表示)
 * -------------------------- */
.modalNationality-overlay {
    /* 最前面に固定表示 */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000; /* 確実に最前面に来るよう高い値を設定 */
    
    /* 画面全体を覆う */
    width: 100%;
    height: 100%;
    
    /* 背景を半透明の黒にする */
    background-color: rgba(0, 0, 0, 0.6);
    
    /* 初期状態は非表示 */
    display: none; 
    
    /* 中身の要素を中央に配置するための設定 */
    align-items: center;
    justify-content: center;
}

/* JavaScriptで付与され、モーダルを表示させるクラス */
.modalNationality-overlay.is-active {
    display: flex;
}

/* --------------------------
 * 3. モーダルの白い枠 (コンテンツラッパー)
 * -------------------------- */
.modalNationality-wrapper {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh; /* 画面の高さの90%に制限 */
    overflow-y: auto; /* コンテンツがはみ出したら縦スクロール可能にする */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* --------------------------
 * 4. 閉じるボタン
 * -------------------------- */
.modalNationality-close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #999999;
    text-decoration: none;
    cursor: pointer;
    line-height: 1; /* 高さを調整 */
}

.modalNationality-close-button:hover {
    color: #333333;
}

/* --------------------------
 * 5. コンテンツのスタイル
 * -------------------------- */
.modalNationality-content h1 {
    font-size: 28px; /* 大きすぎるフォントサイズを修正 */
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.modalNationality-content p {
    line-height: 1.6;
    margin-bottom: 10px;
}

.modalNationality-content img {
	width: 100%;
	height: auto;
}

.modalNationalityBlock a{
	margin-left: 20px;
}

@media (max-width: 768px) {
	.modalNationalityBlock a{
		margin-bottom: 20px;
	}
}

/* ギャラリー */
.gallery-list {
    max-width: 1000px;
    width: 100%;
    margin-inline: auto;
    /* 以下gridレイアウト用 */
    display: grid;
    gap: 8px;/* 画像間の余白 */
    grid-auto-flow: dense; /* 隙間を埋めながら配置 */
    grid-template-columns: repeat(7, 1fr); /* カラム数を設定 */
}

.gallery-list img:nth-child(7n+1) {
  grid-column: span 3;
  grid-row: span 2;
}
.gallery-list img:nth-child(7n+2),
.gallery-list img:nth-child(7n+3) {
  grid-column: span 4;
  grid-row: span 1;
}
.gallery-list img:nth-child(7n+4) {
  grid-column: span 4;
  grid-row: span 2;
}
.gallery-list img:nth-child(7n+5) {
  grid-column: span 4;
  grid-row: span 2;
}
.gallery-list img:nth-child(7n+6) {
  grid-column: span 3;
  grid-row: span 1;
}
.gallery-list img:nth-child(7n+7) {
  grid-column: span 3;
  grid-row: span 3;
}

/* アスペクト比設定 */
.gallery-list img {
    display: block;
    aspect-ratio: 300/200;
    width: 100%;
    height: 100%;
    object-fit: cover;	
}
.gallery-list img:first-child {
  aspect-ratio: 200/400;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-list img:nth-child(7) {
  aspect-ratio: 200/300;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*フォトギャラリーボタン*/
.button_pg {
  max-width: 300px;
  margin: 0 auto;
  padding: 5px 0;
}
a.btn_pg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  position: relative;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_pg:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
a.btn_pg:hover {
  background: #000;
  color: #fff;
}
a.btn_pg:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*フォトギャラリー2*/
/* 親要素：グリッドの設定 */
.image-grid {
  display: grid;
  /* 1列あたり最小250pxで、隙間を埋めるように自動調整 */
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px; /* 画像同士の隙間 */
  padding: 20px;
}

/* 画像自体の設定 */
.image-grid img {
  width: 100%;
  height: 200px;      /* 高さを統一する（お好みで調整） */
  object-fit: cover;  /* 縦横比を維持したまま枠いっぱいに表示 */
  border-radius: 8px; /* 角を少し丸くすると今風になります */
  transition: transform 0.3s ease; /* ホバー時の動き用 */
}

/* マウスを乗せた時に少し浮かせる演出 */
.image-grid a:hover img {
  transform: scale(1.03);
  filter: brightness(0.9);
}

.thumb_photo {

}
.thumb_photo__items {
  display: flex;
  flex-flow: wrap;
  position: relative;
  z-index: 10;
  padding-left: 0;
}
.thumb_photo__items > li {
  flex: 0 1 25%;
  list-style: none;
  cursor: pointer;
  position: relative;
}
.thumb_photo__items > li img {
  max-width: 100%;
  position: relative;
  vertical-align: bottom;
}
.thumb_photo__items > li:before {
  content: "";
  display: block;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.5s 0.3s ease;
}
.thumb_photo__items > li:hover::before {
  opacity: 1;
}
.modal_photo {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: auto;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s 0s ease;
}
.modal_photo.visible {
  display: block;
  opacity: 1;
  z-index: 999;
}
@media screen and (min-width: 980px) {
  .modal_photo {
    width: auto;
    max-width: 880px;
    margin: 10px;
    position: relative;

  }
}
.modal_photo__item {
  background: #5c5c5c;

}
.modal_photo__item img {
  max-width: 100%;
  vertical-align: bottom;
}
.modal_photo__caption {
  position: absolute;
  color: #fff;
  line-height: 1.6;
  padding: 10px;
}
@media screen and (min-width: 980px) {
  .modal_photo__caption {
    padding: 10px 0;
  }
}
.modal_photo__close {
  position: absolute;
  top: -60px;
  right: 15px;
  z-index: 9999;
}
@media screen and (min-width: 980px) {
  .modal_photo__close {
    top: -15px;
    right: -15px;
  }
}
.modal_photo__prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 20px;
  z-index: 9999;
}
@media screen and (min-width: 980px) {
  .modal_photo__prev {
    left: -30px;
  }
}
.modal_photo__next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  z-index: 9999;
}
@media screen and (min-width: 980px) {
  .modal_photo__next {
    right: -30px;
  }
}
.modal_photo-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
.modal_photo-overlay.visible {
  display: block;
  opacity: 1;
  z-index: 100;
}
.fas {
  font-size: 40px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
}
.fadein {
animation: fadein .3s;
}

.fadeout {
  animation: fadeout .3s;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@keyframes fadeout {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      display: none;
  }
}


#container-topics .slide {
	padding: 1em;
	background: #d5f4ff;
}

#container-topics .slide li {
	margin-bottom: 0;
	list-style: none;
	border-top: dotted 1px #34b4e2;
}

#container-topics .slide li:nth-child(1) {
	border: 0;
}

#container-topics .slide li {
	display: block;
	background-repeat: no-repeat;
	background-position: 0.5em 1.75em;
	background-size: 7px auto;
}

#container-topics .slide li dl {
	display: flex;
	flex-direction: column;
}

#container-topics .slide li dt {
	display: inline-block;
	letter-spacing: -.4em;
}

#container-topics .slide li dt .category[data-category=インフォメーション] {
	background-color: #16b701;
}

#container-topics .slide li dt .category[data-category=キャンペーン] {
	background-color: #ff8400;
}

#container-topics .slide li dt .category[data-category=イベント] {
	background-color: #fa436e;
}

#container-topics .slide li dt .category[data-category=お知らせ] {
	background-color: #a55b9a;
}

#container-topics .slide li dt .date {
	display: inline-block;
	width: 7em;
	letter-spacing: 0;
	vertical-align: top;
	color: #000;
}

#container-topics .slide li dt .category {
	display: inline-block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 8.5em;
	text-align: center;
	vertical-align: text-bottom;
	white-space: nowrap;
	letter-spacing: 0;
	text-overflow: ellipsis;
	border-radius: .2em;
	background-color: #00a0e9;
}

#container-topics .slide li dt .topic-image {
	display: flex;
	flex-direction: column;
}

#container-topics .slide li dt .topic-image img:not(:nth-child(1)) {
	margin-top: 1em;
}

#container-topics .slide li dt .category:before {
	font-size: .714em;
	content: attr(data-category);
	color: #fff;
}

#container-topics .slide li dd {
	display: inline-block;
	flex: 1;
	vertical-align: top;
	margin-left: 0;
}

/* クチコミ */
.cases-section .inner {
	width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.cases-section .inner {
		width: 770px;
	    margin: 0 auto;
	}
}
.cases-section .evaluation-title {
	font-size: 24px;
	font-weight: 500;
}
.cases-section .evaluation {
	display: block;
	margin: 5px 0 12px;
}
@media screen and (min-width: 769px) {
	.cases-section .evaluation .star {
		width: 200px;
	}
}
.cases-section .evaluation .star .material-symbols-sharp {
	color: #ebbf5a;
	font-size: 26px;
	margin-right: -6px;
	margin-top: 4px;
}
.cases-section .reviews-average {
	display: block;
}
@media screen and (min-width: 769px) {
  .cases-section .reviews-average {
    display: inline-flex;
  }
}
.cases-section .reviews {
	text-align: left;
	padding-bottom: 10px;
}
.cases-section .school-comment {
	text-align: left;
	background-color: #ffefcc;
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.cases-section .evaluation .number {
	font-size: 24px;
	font-weight: 500;
}
.cases-section .evaluation .number .small {
	font-size: 16px;
	font-weight: 400;
	margin-left: 5px;
}
.cases-section .baloon {
	font-size: 13px;
	background: #eff4f6;
	padding: 10px;
	position: relative;
	width: 90%;
	margin: auto;
}
.cases-section .baloon::after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 10px 0 10px;
	border-color: #eff4f6 transparent transparent transparent;
}
.cases-section .btn {
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0;
	color: #01aded;
	border-radius: 30px;
	border: 1px solid #01aded;
	width: 90%;
	margin: 20px auto 30px;
	-webkit-box-shadow: 0 4px 0 0 rgba(51, 51, 51, 0.2);
	        box-shadow: 0 4px 0 0 rgba(51, 51, 51, 0.2);
}

.pager_wrapper {
  text-align: center;
}
.pager {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .cases-section img {
    width: auto;
  }

  .link_hover img {
  	width: auto;
  }

  .section-image-wrapper img {
    width: 80%;
  }
}

/* =====================
       3. 共通コンポーネント
    ===================== */

    .container {
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 0 16px;
    }

.section { padding: 56px 0; }

/* レスポンシブデザイン（モバイル対応） */
@media (max-width: 768px) {
.section {
    padding: 10px 0;
}
}

    .section--gray { background: #F9FAFB; }

    .section-heading {
      text-align: center;
      margin-bottom: 40px;
    }
    .section-heading__label {
      display: inline-block;
      font-weight: 700;
      color: #00A3E0;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }
    .section-heading__title {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.4;
    }
    .section-heading__title em {
      font-style: normal;
      color: #00A3E0;
    }
    .section-heading__desc {
      margin-top: 10px;
      
    }

    /* ボタン */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 14px 24px;
      border-radius: 8px;
      font-weight: 700;
      line-height: 1.4;
      text-align: center;
      cursor: pointer;
      transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
      border: 2px solid transparent;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn--full { width: 100%; }

    .btn--primary {
      background: #F97316;
      color: #fff;
      box-shadow: 0 4px 12px rgba(249,115,22,0.3);
    }
    .btn--primary:hover {
      background: #EA6C0A;
      box-shadow: 0 6px 16px rgba(249,115,22,0.4);
    }
    .btn--line {
      background: var(--color-line);
      color: #fff;
      box-shadow: 0 4px 12px rgba(6,199,85,0.25);
    }
    .btn--line:hover {
      background: var(--color-line-dark);
    }
    .btn--outline {
      background: transparent;
      color: #00A3E0;
      border-color: #00A3E0;
    }
    .btn--outline:hover {
      background: #00A3E0;
      color: #fff;
    }
    .btn--white {
      background: #fff;
      color: #00A3E0;
      border-color: #fff;
    }
    .btn--white:hover { background: #f0f4ff; }
    .btn--white-outline {
      background: transparent;
      color: #fff;
      border-color: rgba(255,255,255,0.5);
    }
    .btn--white-outline:hover {
      background: rgba(255,255,255,0.1);
      border-color: #fff;
    }

    /* カード */
    .card {
      background: var(--color-bg);
      border-radius: var(--radius);
      box-shadow: 0 2px 12px rgba(0,0,0,0.07);
      padding: 24px;
      transition: box-shadow 0.25s ease, transform 0.25s ease;
    }
    .card:hover {
      box-shadow: 0 8px 24px rgba(0,0,0,0.12);
      transform: translateY(-3px);
    }

    /* =====================
       4. セクション別スタイル【モバイル】
    ===================== */

    /* ヘッダー */
    .header {
      position: sticky;
      top: 0;
      z-index: 100;
      background: #fff;
      border-bottom: 1px solid #E5E7EB;
    }
    .header__inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 16px;
      max-width: var(--max-width);
      margin: 0 auto;
    }
    .header__logo {
      font-weight: 700;
      line-height: 1.35;
    }
    .header__logo span { color: #00A3E0; }
    .header__right { display: flex; align-items: center; gap: 10px; }
    .header__tel { display: none; }
    .header__apply {
      padding: 8px 14px;
      border-radius: 6px;
    }
    .nav__toggle {
      display: flex;
      flex-direction: column;
      gap: 5px;
      padding: 4px;
      cursor: pointer;
    }
    .nav__toggle span {
      display: block;
      width: 22px;
      height: 2px;
      background: var(--color-text);
      border-radius: 2px;
      transition: transform 0.3s ease, opacity 0.3s ease;
    }
    .nav__toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav__toggle.is-open span:nth-child(2) { opacity: 0; }
    .nav__toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .nav__menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0; right: 0;
      background: #fff;
      border-bottom: 1px solid #E5E7EB;
      padding: 8px 16px 16px;
    }
    .nav__menu.is-open { display: block; }
    .nav__menu a {
      display: block;
      padding: 12px 0;
      border-bottom: 1px solid #E5E7EB;
      font-weight: 600;
    }
    .nav__menu a:last-child { border-bottom: none; }

    /* 数字帯 */
    .stats {
      background: var(--color-primary-dark);
      color: #fff;
      padding: 20px 16px;
    }
    .stats__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 4px;
      text-align: center;
      max-width: var(--max-width);
      margin: 0 auto;
    }
    .stats__num {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.2;
    }
    .stats__num sub { font-weight: 400; vertical-align: baseline; }
    .stats__label {
      opacity: 0.8;
      margin-top: 2px;
      line-height: 1.4;
    }

    /* 共感 */
    .pain__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }
    .pain__item {
      background: #fff;
      border-radius: 10px;
      border: 1px solid #E5E7EB;
      padding: 14px 12px;
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }
    .pain__icon { flex-shrink: 0; line-height: 1.3; }
    .pain__text { font-weight: 600; line-height: 1.55; }
    .pain__footer {
      margin-top: 28px;
      text-align: center;
      padding: 20px 16px;
      background: #EBF0FF;
      border-radius: var(--radius);
      border-left: 4px solid #00A3E0;
    }
    .pain__footer p {
      font-weight: 700;
      color: #00A3E0;
      line-height: 1.7;
    }

    /* 選ばれる理由 */
    .reasons__grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 14px;
    }
    .reason {
      display: flex;
      gap: 16px;
      align-items: flex-start;
    }
    .reason__num {
      flex-shrink: 0;
      width: 44px;
      height: 44px;
      background: #00A3E0;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.125rem;
      font-weight: 700;
    }
    .reason__title {
      font-weight: 700;
      margin-bottom: 6px;
      line-height: 1.4;
    }
    .reason__desc {
      font-size: 1rem;
      line-height: 1.75;
    }
    .reason__desc strong { color: #00A3E0; font-weight: 700; }

    /* コース・料金 */
    .plans__tabs {
      display: flex;
      background: #e9edf4;
      border-radius: 10px;
      padding: 4px;
      margin: 0 auto 24px;
      max-width: 320px;
    }
    .plans__tab {
      flex: 1;
      padding: 10px;
      border-radius: 8px;
      font-weight: 700;
      
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease;
      user-select: none;
    }
    .plans__tab.is-active {
      background: #fff;
      color: #00A3E0;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .plans__content { display: none; }
    .plans__content.is-active { display: block; }
    .plans__grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 14px;
    }
    .plan-card {
      background: #fff;
      border-radius: var(--radius);
      border: 2px solid #E5E7EB;
      padding: 20px;
      position: relative;
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .plan-card--recommended {
      border-color: #F97316;
      box-shadow: 0 4px 16px rgba(249,115,22,0.15);
    }
    .plan-card__badge {
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      background: #F97316;
      color: #fff;
      font-weight: 700;
      padding: 3px 14px;
      border-radius: 100px;
      white-space: nowrap;
    }
    .plan-card__name {
      font-weight: 700;
      margin-bottom: 20px;
    }
    .plan-card__duration {
      font-size: 80%;
      margin-bottom: 10px;
    }
    .plan-card__fit {
      
      background: #F9FAFB;
      border-radius: 6px;
      padding: 7px 10px;
      margin-bottom: 14px;
      line-height: 1.5;
    }
    .plan-card__price-label {
      
    }
    .plan-card__price {
      font-weight: 700;
      color: #F97316;
      line-height: 1.2;
      margin-bottom: 2px;
      font-size: 150%;
    }
    .plan-card__price sub {
      font-weight: 400;
      bottom: 0;
  	  font-size: 55%;
      
      vertical-align: baseline;
    }
    .plan-card__note {
      font-size: 80%;
      margin-bottom: 14px;
    }
    .plans__footnote {
      margin-top: 20px;
      
      text-align: center;
    }
    .plans__footnote a {
      color: #00A3E0;
      font-weight: 600;
      text-decoration: underline;
    }

    /* キャンペーン */
    .campaign {
      background: linear-gradient(135deg, #1340B0 0%, #00A3E0 100%);
      color: #fff;
      padding: 56px 16px;
    }
    .campaign__inner {
      max-width: var(--max-width);
      margin: 0 auto;
    }
    .campaign__badge {
      display: inline-block;
      background: #F97316;
      color: #fff;
      font-weight: 700;
      padding: 4px 14px;
      border-radius: 100px;
      margin-bottom: 14px;
    }
    .campaign__title {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.4;
      margin-bottom: 10px;
    }
    .campaign__desc {
      opacity: 0.88;
      margin-bottom: 28px;
      line-height: 1.75;
    }
    .campaign__items {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      margin-bottom: 28px;
    }
    .campaign__item {
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 10px;
      padding: 16px 18px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .campaign__item-icon { font-size: 1.5rem; flex-shrink: 0; }
    .campaign__item-text { font-weight: 600; line-height: 1.55; }
    .campaign__item-text strong { color: #FCD34D; }
    .campaign__btns {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .campaign__note {
      margin-top: 16px;
      opacity: 0.6;
      line-height: 1.7;
    }

    /* 卒業生の声 */
    .voices__grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .voice {
      background: #fff;
      border-radius: var(--radius);
      box-shadow: 0 2px 12px rgba(0,0,0,0.07);
      padding: 20px;
    }
    .voice__stars { color: #F59E0B; font-size: 0.875rem; margin-bottom: 10px; }
    .voice__text {
      font-size: 0.9375rem;
      line-height: 1.8;
      margin-bottom: 12px;
      color: var(--color-text);
    }
    .voice__text::before { content: '「'; }
    .voice__text::after  { content: '」'; }
    .voice__author {
      font-size: 0.8125rem;
      
      font-weight: 600;
    }
    .voice__author::before { content: '― '; }
    .voices__note {
      margin-top: 20px;
      font-size: 0.8125rem;
      
      text-align: center;
    }

    /* FAQ */
    .faq__list { max-width: 760px; margin: 0 auto; }
    .faq__item { border-bottom: 1px solid #E5E7EB; }
    .faq__item:first-child { border-top: 1px solid #E5E7EB; }
    .faq__question {
      padding: 18px 0;
      font-weight: 700;
      cursor: pointer;
      list-style: none;
      display: flex;
      align-items: center;
      gap: 12px;
      color: var(--color-text);
    }
    .faq__question::-webkit-details-marker { display: none; }
    .faq__question::before {
      content: 'Q';
      flex-shrink: 0;
      width: 26px;
      height: 26px;
      background: #00A3E0;
      color: #fff;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.8125rem;
      font-weight: 700;
    }
    .faq__question-text { flex: 1; }
    .faq__question::after {
      content: '+';
      font-size: 1.25rem;
      color: #00A3E0;
      flex-shrink: 0;
      font-weight: 300;
      line-height: 1;
    }
    details[open] .faq__question::after { content: '−'; }
    .faq__answer {
      padding: 0 0 18px 38px;
      
      line-height: 1.8;
    }

    /* 最終CTA */
    .final-cta { padding: 56px 16px; text-align: center; }
    .final-cta__title {
      font-size: 1.375rem;
      font-weight: 700;
      line-height: 1.45;
      margin-bottom: 8px;
    }
    .final-cta__desc {
      font-size: 0.9375rem;
      
      margin-bottom: 28px;
    }
    .final-cta__btns {
      display: flex;
      flex-direction: column;
      gap: 12px;
      max-width: 480px;
      margin: 0 auto;
    }
    .final-cta__note {
      margin-top: 12px;
      font-size: 0.8125rem;
      
    }
    .final-cta__tel {
      margin-top: 28px;
      padding-top: 28px;
      border-top: 1px solid #E5E7EB;
    }
    .final-cta__tel-label { font-size: 0.875rem;  margin-bottom: 4px; }
    .final-cta__tel-num {
      font-size: 1.75rem;
      font-weight: 700;
      color: var(--color-text);
    }
    .final-cta__tel-num a { color: inherit; }
    .final-cta__tel-hours { font-size: 0.8125rem;  margin-top: 4px; }

    /* キャンペーンカルーセル（NEW - 限定キャンペーン） */
    .campaigns {
      background: #FAF6F0;
      padding: 56px 0;
      overflow: hidden;
    }
    .campaigns__head {
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      gap: 12px 16px;
      margin-bottom: 24px;
      max-width: var(--max-width);
      margin-left: auto;
      margin-right: auto;
      padding: 0 16px;
    }
    .campaigns__head-left {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      min-width: 0;
    }
    .campaigns__label {
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #fff;
      color: #F97316;
      border: 1px solid #F97316;
      font-size: 0.6875rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      padding: 6px 12px;
      border-radius: 4px;
      white-space: nowrap;
    }
    .campaigns__label::before {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #F97316;
    }
    .campaigns__title {
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.4;
    }
    .campaigns__title em {
      font-style: normal;
      color: #F97316;
    }
    .campaigns__counter {
      flex-shrink: 0;
      font-size: 1.25rem;
      font-weight: 700;
      color: var(--color-text);
      line-height: 1;
      white-space: nowrap;
      align-self: center;
    }
    .campaigns__counter span {  font-size: 0.875rem; font-weight: 600; }
    .campaigns__viewport {
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 0 16px;
      position: relative;
    }
    .campaigns__window {
      overflow: hidden;
      border-radius: var(--radius);
    }
    .campaigns__track {
      display: flex;
      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      will-change: transform;
    }
    .campaign-slide {
      flex: 0 0 100%;
      min-width: 0;
      display: grid;
      grid-template-columns: 1fr;
      background: #fff;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    }
    .campaign-slide__visual {
      background: linear-gradient(135deg, #F97316 0%, #EA6C0A 100%);
      color: #fff;
      padding: 28px 24px;
      position: relative;
      overflow: hidden;
      min-height: 200px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .campaign-slide__visual::before,
    .campaign-slide__visual::after {
      content: '';
      position: absolute;
      border-radius: 50%;
      background: rgba(255,255,255,0.12);
      pointer-events: none;
    }
    .campaign-slide__visual::before {
      width: 180px; height: 180px;
      top: -60px; right: -30px;
    }
    .campaign-slide__visual::after {
      width: 120px; height: 120px;
      bottom: -40px; right: 40px;
    }
    .campaign-slide__category {
      position: relative;
      z-index: 1;
      font-weight: 700;
      letter-spacing: 0.15em;
      opacity: 0.95;
    }
    .campaign-slide__visual-title {
      position: relative;
      z-index: 1;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.4;
      margin-top: 24px;
    }
    .campaign-slide__body {
      padding: 24px 20px;
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .campaign-slide__price-wrap {
      text-align: center;
    }
    .campaign-slide__price-label {
      
      margin-bottom: 6px;
    }
    .campaign-slide__price {
      font-size: 2.25rem;
      font-weight: 700;
      color: var(--color-text);
      line-height: 1.1;
      letter-spacing: -0.02em;
    }
    .campaign-slide__price sub {
      font-weight: 700;
      vertical-align: baseline;
      margin-left: 2px;
    }
    .campaign-slide__price-note {
      margin-top: 6px;
      
      line-height: 1.6;
    }
    .campaign-slide__price-note strong {
      color: #F97316;
      font-weight: 700;
    }
    .campaign-slide__limit {
      display: inline-block;
      margin-top: 12px;
      background: #FFF4ED;
      color: #EA6C0A;
      font-weight: 700;
      padding: 5px 14px;
      border-radius: 100px;
    }
    .campaign-slide__cta {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .campaign-slide__cta-text {
      
      line-height: 1.75;
    }
    .campaigns__nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: var(--max-width);
      margin: 24px auto 0;
      padding: 0 16px;
      gap: 16px;
    }
    .campaigns__progress {
      flex: 1;
      height: 4px;
      background: rgba(0,0,0,0.08);
      border-radius: 2px;
      overflow: hidden;
    }
    .campaigns__progress-bar {
      height: 100%;
      background: #F97316;
      border-radius: 2px;
      transition: width 0.4s ease;
    }
    .campaigns__arrows {
      display: flex;
      gap: 6px;
      flex-shrink: 0;
    }
    .campaigns__arrow {
      width: 40px;
      height: 40px;
      border-radius: 6px;
      background: #fff;
      border: 1px solid #E5E7EB;
      color: var(--color-text);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.2s, border-color 0.2s, color 0.2s;
    }
    .campaigns__arrow:hover {
      background: #F97316;
      border-color: #F97316;
      color: #fff;
    }
    .campaigns__arrow:disabled {
      opacity: 0.35;
      cursor: not-allowed;
    }
    .campaigns__arrow:disabled:hover {
      background: #fff;
      border-color: #E5E7EB;
      color: var(--color-text);
    }

    /* お知らせ（NEWS） */
    .news__list {
      max-width: 880px;
      margin: 0 auto;
      background: #fff;
      border-radius: var(--radius);
      border: 1px solid #E5E7EB;
      overflow: hidden;
    }
    .news__item { border-bottom: 1px solid #E5E7EB; }
    .news__item:last-child { border-bottom: none; }
    .news__summary {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-template-areas:
        "tag toggle"
        "title toggle"
        "date toggle";
      column-gap: 12px;
      row-gap: 4px;
      padding: 16px 18px;
      cursor: pointer;
      list-style: none;
      transition: background 0.2s ease;
      align-items: center;
    }
    .news__summary::-webkit-details-marker { display: none; }
    .news__summary:hover { background: #F9FAFB; }
    .news__date {
      grid-area: date;
      
      font-weight: 600;
    }
    .news__tag {
      grid-area: tag;
      justify-self: start;
      font-weight: 700;
      padding: 3px 10px;
      border-radius: 4px;
      letter-spacing: 0.02em;
      white-space: nowrap;
    }
    .news__tag--important {
      color: #00A3E0;
      background: #EBF0FF;
    }
    .news__tag--campaign {
      color: #EA6C0A;
      background: #FFF4ED;
    }
    .news__tag--info {
      
      background: #F9FAFB;
    }
    .news__title {
      grid-area: title;
      font-weight: 600;
      line-height: 1.55;
      color: var(--color-text);
    }
    .news__toggle {
      grid-area: toggle;
      flex-shrink: 0;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #EBF0FF;
      color: #00A3E0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.25s ease, background 0.2s ease, color 0.2s ease;
      font-weight: 300;
      line-height: 1;
    }
    .news__toggle::before { content: '+'; }
    .news__item[open] .news__toggle {
      transform: rotate(45deg);
      background: #00A3E0;
      color: #fff;
    }
    .news__body {
      padding: 4px 18px 20px 18px;
      
      line-height: 1.85;
      background: #F9FAFB;
      border-top: 1px solid #E5E7EB;
    }
    .news__body p { margin: 0; padding-top: 14px; }
    .news__more { text-align: center; margin-top: 24px; }

    /* 交通アクセス（ACCESS） */
    .access__top {
      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
      margin-bottom: 20px;
    }
    .access__map {
      background: #F9FAFB;
      border: 1px solid #E5E7EB;
      border-radius: var(--radius);
      overflow: hidden;
      position: relative;
      aspect-ratio: 16 / 11;
    }
    .access__map iframe,
    .access__map svg {
      width: 100%;
      height: 100%;
      display: block;
      border: none;
    }
    .access__map-link {
      position: absolute;
      bottom: 12px;
      right: 12px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #fff;
      color: #00A3E0;
      font-weight: 700;
      padding: 8px 12px;
      border-radius: 6px;
      border: 1px solid #E5E7EB;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
      white-space: nowrap;
      line-height: 1.2;
    }
    .access__info {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .access__info-card {
      background: #fff;
      border: 1px solid #E5E7EB;
      border-radius: var(--radius);
      padding: 16px 18px;
    }
    .access__info-head {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 6px;
    }
    .access__info-icon {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #EBF0FF;
      color: #00A3E0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .access__info-label {
      font-weight: 700;
      color: var(--color-text);
    }
    .access__info-text {
      line-height: 1.7;
      color: var(--color-text);
    }
    .access__info-text--tel {
      font-size: 1.25rem;
      font-weight: 700;
      color: #00A3E0;
      letter-spacing: 0.02em;
    }
    .access__info-text--tel a { color: inherit; }
    .access__methods {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
    }
    .access__method {
      background: #fff;
      border: 1px solid #E5E7EB;
      border-left: 3px solid #00A3E0;
      border-radius: 0 var(--radius) var(--radius) 0;
      padding: 16px 18px;
    }
    .access__method-head {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 8px;
    }
    .access__method-icon {
      width: 32px;
      height: 32px;
      border-radius: 8px;
      background: #EBF0FF;
      color: #00A3E0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .access__method-title {
      font-weight: 700;
    }
    .access__method-desc {
      
      line-height: 1.75;
    }
    .access__method-desc strong { color: var(--color-text); font-weight: 700; }

    /* フッター */
    .footer {
      background: #111827;
      color: rgba(255,255,255,0.75);
      padding: 40px 16px 28px;
    }
    .footer__name { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 12px; }
    .footer__info { font-size: 0.8125rem; line-height: 1.9; margin-bottom: 20px; }
    .footer__links {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      margin-bottom: 28px;
    }
    .footer__links a {
      font-size: 0.8125rem;
      color: rgba(255,255,255,0.55);
      transition: color 0.2s;
    }
    .footer__links a:hover { color: #fff; }
    .footer__lang { font-size: 0.8125rem; color: rgba(255,255,255,0.45); margin-bottom: 28px; }
    .footer__copy {
      font-size: 0.75rem;
      color: rgba(255,255,255,0.3);
      padding-top: 20px;
      border-top: 1px solid rgba(255,255,255,0.1);
    }

    /* フローティングCTA（スマホのみ表示） */
    .float-cta {
      position: fixed;
      bottom: 0; left: 0; right: 0;
      display: flex;
      z-index: 200;
      box-shadow: 0 -2px 12px rgba(0,0,0,0.15);
    }
    .float-cta__btn {
      flex: 1;
      padding: 10px 4px 12px;
      font-size: 0.75rem;
      font-weight: 700;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2px;
      color: #fff;
      border-radius: 0;
      border: none;
    }
    .float-cta__btn:hover { transform: none; }
    .float-cta__btn-icon { font-size: 1.125rem; }
    .float-cta__tel   { background: #00A3E0; }
    .float-cta__line  { background: var(--color-line); }
    .float-cta__apply { background: #F97316; }


    /* =====================
       5. セクション別スタイル【PC】
    ===================== */
    @media (min-width: 768px) {

      body { font-size: 16px; padding-bottom: 0; }
      .container { padding: 0 24px; }
      .section { padding: 80px 0; }
      .section-heading__title { font-size: 2rem; }

      /* ヘッダー */
      .header__logo { font-size: 1rem; }
      .header__tel {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 1.0625rem;
        font-weight: 700;
      }
      .header__tel a { color: var(--color-text); }
      .header__tel svg { color: #00A3E0; }
      .header__apply { font-size: 0.9375rem; padding: 10px 20px; }
      .nav__toggle { display: none; }
      .nav__menu {
        display: flex !important;
        position: static;
        border: none;
        padding: 0;
        background: transparent;
        gap: 24px;
      }
      .nav__menu a {
        display: inline;
        padding: 0;
        border: none;
        font-size: 0.875rem;
        font-weight: 600;
        
        transition: color 0.2s;
      }
      .nav__menu a:hover { color: #00A3E0; }

      /* 数字帯 */
      .stats { padding: 28px 24px; }
      .stats__num { font-size: 1.875rem; }
      .stats__label { font-size: 0.875rem; }

      /* 共感 */
      .pain__grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
      
      /* お知らせ */
      .news__title {
      	padding-left: 50px;
      }

      /* 選ばれる理由 */
      .reasons__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; width: 1000px; margin: 0 auto; }

      /* コース・料金 */
      .plans__grid { grid-template-columns: repeat(3, 1fr); }
      
      
      .plans__content.is-active { width: 90%; margin: 0 auto; }

      /* キャンペーン */
      .campaign { padding: 80px 24px; }
      .campaign__inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 56px;
        align-items: center;
      }
      .campaign__title { font-size: 2rem; }
      .campaign__items { grid-template-columns: 1fr; }
      .campaign__btns { flex-direction: column; }

      /* 卒業生の声 */
      .voices__grid { grid-template-columns: repeat(3, 1fr); }

      /* キャンペーンカルーセル（PC） */
      .campaigns { padding: 80px 0; }
      .campaigns__head { padding: 0 24px; margin-bottom: 40px; width: 1000px; }
      .campaigns__head-left { flex-direction: row; align-items: center; gap: 14px; }
      .campaigns__label { padding: 8px 12px; }
      .campaigns__title { font-size: 1.75rem; margin: 0; }
      .campaigns__counter { font-size: 2rem; }
      .campaigns__counter span { font-size: 1.25rem; }
      .campaigns__viewport { padding: 0 24px; width: 1000px; }
      .campaign-slide {
        grid-template-columns: 1.1fr 1.3fr 1fr;
      }
      .campaign-slide__visual {
        padding: 40px 32px;
        min-height: 320px;
      }
      .campaign-slide__visual-title { font-size: 1.875rem; }
      .campaign-slide__body {
        padding: 40px 32px;
        grid-template-columns: 1fr;
        align-content: center;
        border-left: 1px solid #E5E7EB;
      }
      .campaign-slide__cta {
        padding: 40px 32px;
        justify-content: center;
        border-left: 1px solid #E5E7EB;
      }
      .campaign-slide__price { font-size: 3rem; }
      .campaigns__nav { padding: 0 24px; margin-top: 28px; width: 1000px; }

      /* お知らせ（PC） */
      .news__summary {
        grid-template-columns: 110px 90px 1fr auto;
        grid-template-areas: "date tag title toggle";
        column-gap: 20px;
        padding: 20px 24px;
      }
      .news__tag { min-width: 80px; text-align: center; justify-self: start; }
      

      /* 交通アクセス（PC） */
      #access .container {
      	width: 1000px;
      }
      
      .access__top {
        grid-template-columns: 1.2fr 1fr;
        gap: 24px;
      }
      .access__methods { grid-template-columns: repeat(3, 1fr); gap: 16px; }
      .access__info-card { padding: 18px 20px; }
      .access__info-text--tel { font-size: 1.375rem; }

      /* 最終CTA */
      .final-cta__title { font-size: 1.75rem; }
      .final-cta__btns { flex-direction: row; max-width: 580px; }

      /* フッター */
      .footer { padding: 56px 24px 32px; }
      .footer__inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        max-width: var(--max-width);
        margin: 0 auto;
      }
      .footer__copy { max-width: var(--max-width); margin: 0 auto; }

      /* フローティングCTAはPCで非表示 */
      .float-cta { display: none; }
    }

    @media (min-width: 1024px) {
      .plans__grid { grid-template-columns: repeat(5, 1fr); }
      .hero__content { padding-left: calc((100vw - var(--max-width)) / 2 + 24px); }
    }

/* 近隣のコインパーキング案内 */
/* 全体コンテナ */
.parking-container {
  max-width: 900px;
  margin: 20px auto;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #333;
}

.parking-title {
  font-size: 1.25rem;
  border-left: 5px solid #0056b3; /* 教習所のイメージカラーに合わせて変更してください */
  padding: 5px 15px;
  margin-bottom: 15px;
}

/* テーブルスタイル */
.parking-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-top: 2px solid #333;
}

.parking-table th, .parking-table td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.parking-table th {
  background-color: #f8f9fa;
  font-weight: bold;
}

.parking-table td:first-child {
  text-align: left;
  font-weight: bold;
}

.price {
  color: #d9534f; /* 料金を強調する赤系 */
  font-weight: bold;
  font-size: 1.1rem;
}

.parking-note {
  font-size: 0.85rem;
  color: #666;
  margin-top: 10px;
}

/* スマホ対応（レスポンシブ） */
@media screen and (max-width: 600px) {
  .parking-table thead {
    display: none; /* 見出しを隠す */
  }
  .parking-table tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
  }
  .parking-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    padding: 10px 15px;
  }
  .parking-table td::before {
    content: attr(data-label); /* HTMLのdata-labelを表示 */
    font-weight: bold;
    color: #0056b3;
    margin-right: 10px;
  }
  .parking-table td:first-child {
    background-color: #f0f7ff;
    justify-content: center;
    border-bottom: 2px solid #ddd;
  }
  .parking-table td:first-child::before {
    content: ""; /* 駐車場名の前にはラベルを出さない */
  }
}

/* 多言語セクション */
.lang-section {
border-top: 1px solid #eee;
padding-top: 24px;
margin-bottom: 28px;
}

.lang-toggle {
width: 100%;
background: #f5f9fc;
border: 1px solid #d8e6f0;
border-radius: 8px;
padding: 14px 16px;
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
font-size: 14px;
color: #2c5282;
transition: background 0.2s;
}

.lang-toggle:hover { background: #eaf3fa; }

.lang-toggle-left {
display: flex;
align-items: center;
gap: 10px;
}

.lang-toggle-flags {
font-size: 16px;
letter-spacing: -2px;
}

.lang-toggle-text {
font-weight: 600;
}

.lang-toggle-text small {
display: block;
font-size: 11px;
color: #7090b0;
font-weight: normal;
margin-top: 2px;
}

.arrow {
transition: transform 0.3s;
color: #2c5282;
}

.lang-section.open .arrow { transform: rotate(180deg); }

/* 言語パネル */
.lang-panel {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease, margin-top 0.4s ease;
}

.lang-section.open .lang-panel {
max-height: 1200px;
margin-top: 16px;
}

.lang-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 8px;
margin-bottom: 16px;
}

.lang-card {
background: #fff;
border: 1.5px solid #e0e8ef;
border-radius: 8px;
padding: 12px 8px;
text-align: center;
cursor: pointer;
transition: all 0.2s;
font-size: 12px;
color: #444;
}

.lang-card:hover, .lang-card.active {
border-color: #2c5282;
background: #f5f9fc;
color: #1a3a5c;
}

.lang-card .flag {
font-size: 24px;
display: block;
margin-bottom: 4px;
}

.lang-card .name {
font-weight: 600;
font-size: 12px;
}

.lang-card .badge {
display: inline-block;
background: #2c5282;
color: #fff;
font-size: 9px;
padding: 1px 5px;
border-radius: 8px;
margin-left: 3px;
font-weight: bold;
}

/* 詳細パネル */
.lang-detail {
background: #f5f9fc;
border-radius: 8px;
padding: 14px;
display: none;
}

.lang-detail.show { display: block; }

.lang-detail h4 {
font-size: 13px;
color: #2c5282;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 6px;
}

.phone-list {
list-style: none;
}

.phone-list li {
display: flex;
align-items: center;
justify-content: space-between;
padding: 8px 10px;
background: #fff;
border-radius: 6px;
margin-bottom: 6px;
font-size: 13px;
}

.phone-list li:last-child { margin-bottom: 0; }

.phone-list .label {
color: #666;
font-size: 11px;
}

.phone-list .number {
color: #2c5282;
font-weight: bold;
font-family: 'Helvetica Neue', sans-serif;
text-decoration: none;
}

.qr-note {
font-size: 11px;
color: #888;
margin-top: 8px;
padding: 6px 8px;
background: #fff8e7;
border-radius: 4px;
}

/* 営業時間外表示 */
.notice {
background: #fff8f0;
border-left: 3px solid #f5a623;
padding: 12px 14px;
border-radius: 4px;
font-size: 12px;
color: #5c4a30;
margin-bottom: 14px;
}

.notice .title {
font-weight: bold;
color: #d97706;
margin-bottom: 4px;
font-size: 12px;
}