@charset "UTF-8";

.pc{
	display: block;
}
.sp{
	display: none;
}

:target {
  scroll-margin-top: 120px;
}

.section-common-detail {
	padding: 140px 0 70px;
}
/* .parts_contents直下に.heroがある場合、padding-topを0にする */
.section-common-detail:has(> .wrapper > .parts_contents > .hero:first-child) {
	padding-top: 0;
}

.section-common-detail .section-common-detail{
	margin:0 0 60px 0;
	padding: 0;
}
.section-common-detail .section-common-detail:last-child{
	margin: 0;
}
.section-block-template{
	margin: 0 0 50px 0;
}
@media only screen and (max-width: 767.98px) {
	
    .section-block-template{
	margin: 0 0 30px 0;
}
}
.section-common-template{
	margin-bottom: 60px;
}

header.l-header-maker{
	background-color: #000;
	padding: 0;
}
header.l-header-maker::before{
	display: none;
}
.l-header-insert{
	padding: 10px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
.l-wrap{
	display: flex;
	align-items: center;
	gap:50px;
}
.l-logo{
	width: 135px;
}
.g-logo{
	width: auto;
	height: 55px;
	text-align: center;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.g-logo .group{
	text-align: center;
	margin: 0 0 0 0;
}
.g-logo .group a{
	display: inline-block;
	height: auto;
}
.g-logo .group a img{
	width: auto;
	height: 22px;
}
.g-logo .group p{
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	text-align: left;
	line-height: 150%;
}
.l-globalmenu > ul{
	display: flex;
	justify-content: center;
	gap:0 30px;
}
.l-footer{
	background-color: #060920;
}
.l-footer-insert{
	padding: 30px 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap:10px;
}
.l-footer-insert .l-mark.xgrid{
	width: 135px;
}
.l-footer-insert .l-mark{
	width: 170px;
}
.l-footer-insert .l-mark p{
	font-size: 9px;
	margin: 0;
}
.l-footer-insert img{
	height: auto;
	width: 100%;
    margin-top: -10px;
}
.l-footer i{
	color: #fff;
	line-height: 1;
    margin-bottom: 5px;
}
.l-footer p{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 13px;
	margin: 0px 0 0 0;
}
.l-footer p.note{
	margin: 0px 0;
	color: #777;
}

body main{
	background-color: #000;
	color: #fff;
}
@media only screen and (max-width: 767.98px) {
    body main{
        padding-top: 40px;
    }
}

    
.section-common-heading{
	position: relative;
}
.section-common-heading::before {
	content: '';
	display: inline-block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
    background: linear-gradient(
	135deg,
	rgba(20, 20, 22, 0.90) 0%,
	rgba(72, 72, 76, 0.90) 18%,
	rgba(28, 28, 30, 0.90) 36%,
	rgba(110, 110, 116, 0.90) 52%,
	rgba(24, 24, 26, 0.90) 68%,
	rgba(78, 78, 82, 0.90) 84%,
	rgba(16, 16, 18, 0.90) 100%
);
}
.section-common-heading .heading-title{
	position: relative;z-index: 5;
}
.breadcrumb-list,
.breadcrumb-list a{
	color: #fff;
}
.post-content{
	line-height: 270%;
	letter-spacing: 0.04em;
}
h1.post-title{
	position: relative;
	letter-spacing: 0.05em;
	background: linear-gradient(90deg, #009dff -1%, #2600ff 94%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}
.post-content h2 {
    color: #fff;
    font-size: 0.22rem;
    padding: 0 0 0px 15px;
    margin-bottom: 20px;
    border-left: 4px solid #009dff;
}
/*.post-content h2::before{
	content: '';
	width: 5px;
	height: 26px;
	background-color: #009dff;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}*/
.post-content h2::after{
	display: none;
}

.title-common-tertiary {
    color: #fff;
    background: linear-gradient(90deg, #009dff -1%, #2600ff 94%);
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
    font-size: 0.22rem;
    padding: 50px 0 0 0;
    position: relative;
    overflow: hidden;
}
.title-common-tertiary::before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, #009dff -1%, #2600ff 94%);
}
.title-common-tertiary::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -120px;
	bottom: auto;
	width: 120px;
	height: 1px;
	background: linear-gradient(
		90deg,
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,1) 50%,
		rgba(255,255,255,0) 100%
	);
	animation: line-shine 5.5s linear infinite;
}

@keyframes line-shine{
	0%{
		left: -120px;
	}
	100%{
		left: 100%;
	}
}
.arrow-list .arrow-title {
        margin-bottom: 14px;
        padding-left: 20px;
        font-size: 0.19rem;
        color: #fff;
    }
.arrow-list .arrow-title::before {
    width: 20px;
    height: 28px;
    background: url(../img/common/arrow.svg) no-repeat center / contain;
}

.arrow-item p{
	font-size: 0.160rem;
}
table{
	
	font-size: 0.145rem;
}
table p{
	margin: 0;
}

table tr {
    background: #282a33;
}
table tr:first-child{
	background: #2b4ebf;
}
table tr:nth-child(2n) {
    background: #000;
}
table tr td,
table tr th{
    padding: 0.8em 1.2em;
}


.school-table-wrapper p{
	color: #fff;
}
.section-common-detail .post-content ul{
	margin-bottom: 20px;
}
.post-content ul > li::before {
    top: 19px;
}
.post-content a {
    color: #fff;
    text-decoration: underline;
}
.list-common-news{
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 2%;
}

.list-common-news > li{
	width: 32%;
	padding: 0;
}
@media only screen and (max-width: 767.98px) {
    .list-common-news > li{
        width: 100%;
    }
}
.list-common-news:has(> li:nth-child(3)){
	justify-content: space-between;
	gap: 0;
}

.list-common-news .news-name, .list-common-topic .topic-name {
	font-size: 0.16rem;
    font-weight: normal;
    color: #848899;
}
.list-common-news .news-name:after {
    background: url(../img/common/arrow.svg) no-repeat center / contain;
    top: 0;
    width: 20px;
    height: 25px;
}
.button-tertiary {
    font-size: 0.18rem;
    width: auto;
    min-height: 60px;
    padding: 5px 60px 6px;
}
.button-tertiary:after,
.button-tertiary:before {
    right: 15px;
}
.button-tertiary.is-light {
    border: 1px solid rgb(43, 78, 191);
    background-color: rgb(43, 78, 191);
    color: #fff;
}
.button-tertiary.is-light:hover {
  color: #fff;
  border-color: #282a33!important;
  background-color: #282a33!important;
}
.button-tertiary.is-light:before {
    background-image: url(../img/common/icn_arrow_04.svg);
}
.button-tertiary.is-light:after {
    background-image: url(../img/common/icn_arrow_04.svg);
}
.post-content table th, .post-content table td {
    border: 1px solid #000;
    padding: 0.8em 1.2em;
}
.post-content table p{
	margin: 0!important;
    line-height: 180%;
}


/* ===== Dropdown Menu ===== */
.l-globalmenu ul > li {
	position: relative;
}
.l-globalmenu ul > li > a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	font-size: 0.15rem;
	white-space: nowrap;
}
.has-dropdown .dropdown-menu a{
	padding: 10px 20px!important;
}
.l-globalmenu ul > li > a .nav-arrow {
	display: inline-block;
	margin-left: 4px;
	transition: transform 0.25s ease;
	vertical-align: middle;
}
.l-globalmenu ul > li.has-dropdown:hover > a .nav-arrow {
	transform: rotate(180deg);
}

/* Dropdown panel */
.dropdown-menu {
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(8px);
	min-width: 220px;
	background-color: #1a1c25;
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
	padding: 8px 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
	z-index: 100;
	list-style: none;
}
/* Invisible bridge area */
.dropdown-menu::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
}
.l-globalmenu ul > li.has-dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}
.dropdown-menu li {
	padding: 0;
	list-style: none;
}
.dropdown-menu li a {
	display: block;
	padding: 10px 20px;
	color: #c8cad0;
	font-size: 0.14rem;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease;
}
.dropdown-menu li a:hover {
	background-color: rgba(0, 157, 255, 0.15);
	color: #009dff;
}

/* ===== SP Hamburger Button (hidden on PC) ===== */
.sp-hamburger {
	display: none;
}
.sp-nav-overlay {
	display: none;
}

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

	/* Header layout adjustments */
	.l-header-insert {
		padding: 15px 20px;
	}
	.l-logo {
		width: 140px;
	}
	.l-globalmenu {
		display: none;
	}
	.g-logo {
		display: none;
	}

	/* ===== Hamburger Button ===== */
	.sp-hamburger {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 6px;
		width: 44px;
		height: 44px;
		background: none;
		border: none;
		cursor: pointer;
		z-index: 1100;
		position: fixed;
		top: 7px;
		right: 10px;
		padding: 0;
	}
	.sp-hamburger__line {
		display: block;
		width: 26px;
		height: 2px;
		background-color: #fff;
		border-radius: 2px;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}
	/* Open state - X shape */
	.sp-hamburger.is-active .sp-hamburger__line:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}
	.sp-hamburger.is-active .sp-hamburger__line:nth-child(2) {
		opacity: 0;
	}
	.sp-hamburger.is-active .sp-hamburger__line:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}

	/* ===== SP Navigation Overlay ===== */
	.sp-nav-overlay {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.97);
		z-index: 1050;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.35s ease, visibility 0.35s ease;
		overflow-y: auto;
	}
	.sp-nav-overlay.is-open {
		opacity: 1;
		visibility: visible;
	}

	.sp-nav-inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		min-height: 100%;
		padding: 80px 30px 40px;
	}

	/* Nav list */
	.sp-nav-list {
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
		max-width: 320px;
	}
	.sp-nav-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}
	.sp-nav-link-wrap {
		display: flex;
		align-items: center;
		border-bottom: none;
	}
	.sp-nav-link {
		flex: 1;
		display: block;
		padding: 18px 5px;
		color: #fff;
		font-size: 15px;
		text-decoration: none;
		letter-spacing: 0.04em;
		transition: color 0.2s ease;
	}
	.sp-nav-link:hover {
		color: #009dff;
	}
	/* Arrow toggle button */
	.sp-dropdown-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		background: none;
		border: none;
		cursor: pointer;
		padding: 0;
		-webkit-tap-highlight-color: transparent;
	}
	.sp-nav-arrow {
		font-size: 18px;
		transition: transform 0.3s ease;
		color: #009dff;
	}
	.sp-nav-item--has-dropdown.is-open .sp-nav-arrow {
		transform: rotate(180deg);
	}

	/* SP Accordion Dropdown */
	.sp-dropdown {
		list-style: none;
		padding: 0;
		margin: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.35s ease;
	}
	.sp-nav-item--has-dropdown.is-open .sp-dropdown {
		max-height: 300px;
	}
	.sp-dropdown li {
		list-style: none;
	}
	.sp-dropdown li a {
		display: block;
		padding: 12px 5px 12px 20px;
		color: #a0a3b1;
		font-size: 13px;
		text-decoration: none;
		position: relative;
		transition: color 0.2s ease;
	}
	.sp-dropdown li a::before {
		content: "";
		display: inline-block;
		width: 6px;
		height: 1px;
		background-color: #009dff;
		position: absolute;
		left: 5px;
		top: 50%;
		transform: translateY(-50%);
	}
	.sp-dropdown li a:hover {
		color: #009dff;
	}

	/* SP Nav Footer */
	.sp-nav-footer {
		margin-top: 40px;
		text-align: center;
	}
	.sp-nav-footer__logos {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
	}
	.sp-nav-footer__logo {
		width: 140px;
		height: auto;
	}
	.sp-nav-footer__x {
		color: #fff;
		font-size: 16px;
		opacity: 0.4;
	}
	.sp-nav-footer__text {
		color: #848899;
		font-size: 11px;
		margin: 10px 0 0 0;
		width: auto;
	}

	/* Footer adjustments */
	.l-footer-insert {
		padding: 30px 20px;
	}
	.l-footer-insert .l-mark {
		width: 150px;
	}
	.section-common-detail {
	    padding: 30px 0 25px;
	}
	.section-common-detail:has(> .wrapper > .parts_contents > .hero:first-child) {
		padding-top: 0;
	}
	.pc{
	display: none!important;
}
.sp{
	display: block!important;
}
.section-common-detail .section-common-detail {
    margin: 0 0 30px 0;
    padding: 0;
}
.post-content h2 {
    font-size: 0.20rem;
}
    .post-content ul {
	    margin-bottom: 10px;
    }
.arrow-item p {
    font-size: 0.140rem;
    line-height: 240%;
}
}

.form-section{
	width: 1050px;
	margin: 0 auto;
}

/* ===== フォームステップインジケーター ===== */
.form-step {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 50px;
}

/* ステップアイテム（矢印をアイテム間に::afterで挿入） */
.form-step__item {
	position: relative;
}

/* ラベルバッジ */
.form-step__label {
	display: inline-block;
	padding: 8px 28px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	white-space: nowrap;
	/* デフォルト：非アクティブ（ゴーストバッジ） */
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.35);
	background: transparent;
}

/* アクティブ：グラデーション塗りつぶし */
.form-step__item.is-active .form-step__label {
	background: #2600ff;
	border-color: transparent;
	color: #fff;
}

/* ===== SP対応 ===== */
@media only screen and (max-width: 767.98px) {
	.form-step {
		margin-bottom: 36px;
	}
	.form-step__label {
		padding: 7px 20px;
		font-size: 12px;
	}
	.form-step__item:not(:last-child)::after {
		margin: 0 6px;
		font-size: 16px;
	}
	.form-section {
		width: 100%;
	}
}

.p-inquiry{
	background-color: #101010;
	padding: 60px 50px;
}
.p-inquiry-inner{
	background-color: #363636;
	padding: 60px 30px;
	color: #fff;
	border-radius: 10px;
}
.p-ttl{
	margin-bottom: 50px;
	text-align: center;
}
.p-ttl .post-title{
	    position: relative;
    letter-spacing: 0.05em;
    background: linear-gradient(90deg, #009dff -1%, #2600ff 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	margin:0;
	font-size: clamp(46px, 5vw, 46px);
}
.p-ttl .jp{
	color: #fff;
	font-size: clamp(14px, 5vw, 16px);
}

/* ===== p-inquiry フォーム ===== */
.p-inquiry-inner {
	background-color: #222;
	border-radius: 10px;
	padding: 50px 60px;
	max-width: 1050px;
	margin: 0 auto;
}

/* グリッドレイアウト（2カラム） */
.p-form__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 30px;
	margin-bottom: 36px;
}

/* フルワイドグループ */
.p-form__group--full {
	grid-column: 1 / -1;
}

/* ラベル行 */
.p-form__label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: clamp(14px, 5vw, 16px);
	color: #fff;
	margin: 0 0 15px 0;
	line-height: 1.4;
}

/* 必須バッジ */
.p-form__required {
	display: inline-block;
	padding: 2px 7px;
	border-radius: 3px;
	background:#2600ff;
	color: #fff;
	font-size: clamp(14px, 5vw, 16px);
	letter-spacing: 0.05em;
	white-space: nowrap;
	flex-shrink: 0;
}

/* 任意バッジ */
.p-form__optional {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.15);
	color: rgba(255, 255, 255, 0.5);
	font-size: clamp(13px, 5vw, 15px);
	letter-spacing: 0.05em;
	white-space: nowrap;
	flex-shrink: 0;
}

/* 注記テキスト */
.p-form__note {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.4);
	margin-left: 4px;
}

/* フィールド共通（input / textarea） */
.p-form__field input[type="text"],
.p-form__field input[type="tel"],
.p-form__field input[type="email"],
.p-form__field textarea {
	width: 100%;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 2px;
	color: #fff;
	font-size: clamp(14px, 5vw, 16px);
	padding: 16px 20px;
	outline: none;
	transition: border-color 0.2s ease, background 0.2s ease;
	box-sizing: border-box;
	line-height: 1.5;
	-webkit-appearance: none;
	appearance: none;
}
.p-form__field input[type="text"]::placeholder,
.p-form__field input[type="tel"]::placeholder,
.p-form__field input[type="email"]::placeholder,
.p-form__field textarea::placeholder {
	color: rgba(255, 255, 255, 0.22);
}
.p-form__field input[type="text"]:focus,
.p-form__field input[type="tel"]:focus,
.p-form__field input[type="email"]:focus,
.p-form__field textarea:focus {
	border-color: #2600ff;
	background: rgba(0, 157, 255, 0.05);
}
.p-form__field textarea {
	resize: vertical;
	min-height: 100px;
}

/* チェックボックスグループ（横並び折り返し） */
.p-form__field--checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}
.p-form__field--checkbox span.horizontal-item{
	margin: 0!important;
}
.p-form__field--checkbox > label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	cursor: pointer;
	font-size: clamp(14px, 5vw, 16px);
	color: #c8cad0;
	line-height: 1.4;
}
.p-form__field--checkbox > label > input[type="checkbox"] {
	width: 18px;
	height: 18px;
	cursor: pointer;
	flex-shrink: 0;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 3px;
	background: transparent;
	position: relative;
	transition: border-color 0.2s ease, background 0.2s ease;
}
/* チェック済み：背景を塗りつぶし */
.p-form__field--checkbox > label > input[type="checkbox"]:checked {
	background: #2600ff;
	border-color: #2600ff;
}
/* チェックマーク */
.p-form__field--checkbox > label > input[type="checkbox"]:checked::after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 5px;
	width: 5px;
	height: 9px;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	transform: rotate(45deg);
}

/* 送信ボタンエリア */
.p-form__submit {
	text-align: center;
}
.p-form__submit__btn {
	display: inline-block;
	padding: 14px 70px;
	border-radius: 5px;
	background: #2600ff;
	color: #fff;
	font-size: clamp(14px, 5vw, 16px);
	font-weight: 700;
	letter-spacing: 0.1em;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	transition: opacity 0.2s ease;
	text-decoration: none;
}
.p-form__submit__btn:hover {
	opacity: 0.8;
}
.p-form__submit__btn:focus {
	outline: none;
}
.p-form__submit__btn:focus-visible {
	outline: 2px solid #2600ff;
	outline-offset: 3px;
}

/* ===== p-form SP対応 ===== */
@media only screen and (max-width: 767.98px) {
	.p-inquiry {
    padding: 80px 16px 30px;
}
	.p-inquiry-inner {
		padding: 30px 20px;
	}
	.p-form__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.p-form__group--full {
		grid-column: 1;
	}
	.p-form__field--checkbox {
		gap: 10px 16px;
	}
	.p-form__submit__btn {
		width: 100%;
		padding: 14px 20px;
	}
	.p-form__field input[type="text"],
	.p-form__field input[type="tel"],
	.p-form__field input[type="email"],
	.p-form__field textarea {
    padding: 12px 20px;
}
}
.plane{
  -webkit-appearance: none;
  font-size: 15px;
  font-weight: bold;
  padding:  0px;
  background: none;
  color: #fff;
  border-style: none;
  border: none;
  text-decoration: underline;
  -webkit-appearance: none;
  cursor:pointer;
}

.contact-thanks,
.contact-info{
	text-align: center;
}
@media only screen and (max-width: 767.98px) {
    .contact-thanks p{
		text-align: left;
	}
	.contact-thanks br{display: none;}
	.p-form__submit__btn{
		text-align: ceter;
	}
	.thanks-title{
		text-align: center;
	}
	.section-common-detail .section-common-detail {
        margin: 0 0 30px 0!important;
        padding: 0;
    }
}
.arrow-list p{margin: 0;}
.arrow-list ul{
	margin-bottom: 20px;
	padding: 0 0 0 30px;
}
.arrow-list ul li::marker{
	content: '';
	display: none;
} 
.arrow-list ul li::before {
    content: "";
    border-radius: 50%;
    background: #008def;
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
        height: 6px;
}
.arrow-list ul li {
        padding-left: 14px;
        margin-bottom: 2px;
        position: relative;
    }
@media only screen and (max-width: 767.98px) {
.arrow-list ul {
    margin-bottom: 20px;
    padding: 0 0 0 0px;
}
}














