/* ==================================================
page-2027lp1.css
2027年LP1用スタイル
================================================== */
/* ----------------------------------------
共通
---------------------------------------- */
/* フォントサイズ */
.has-sm-xl-font-size {
	font-size: 16px!important;
}
.has-sm-2-xl-font-size {
	font-size: 18px!important;
}
.has-sm-3-xl-font-size {
	font-size: 24px!important;
}
.has-sm-4-xl-font-size {
	font-size: 24px!important;
}
.smb-section__title {
	font-size: 22px;
}
@media (min-width: 768px) {
	.has-sm-xl-font-size {
		font-size: 18px!important;
	}
	.has-sm-2-xl-font-size {
		font-size: 20px!important;
	}
	.has-sm-3-xl-font-size {
		font-size: 28px!important;
	}
	.has-sm-4-xl-font-size {
		font-size: 32px!important;
	}
	.smb-section__title {
		font-size: 26px;
	}
}
@media (min-width: 1024px) {
	.has-sm-xl-font-size {
		font-size: 22px!important;
	}
	.has-sm-2-xl-font-size {
		font-size: 24px!important;
	}
	.has-sm-3-xl-font-size {
		font-size: 34px!important;
	}
	.has-sm-4-xl-font-size {
		font-size: 42px!important;
	}
	.smb-section__title {
		font-size: 32px;
	}
}

/* セクション（背景画像） */
.bg-section {
    box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.15);
}
.bg-section h2,
.bg-section p,
.bg-section ul li {
	text-shadow:
		0 0 8px #fff,
		0 0 8px #fff,
		0 0 8px #fff,
		0 0 8px #fff,
		0 0 8px #fff,
		0 0 8px #fff,
		0 0 8px #fff,
		0 0 8px #fff,
		0 0 8px #fff,
		0 0 8px #fff;
}

/* セクション（吹き出しタイトル） */
.sect-balloon .smb-section__title:not(div.smb-section .smb-section__title) {
    padding: var(--_padding-2);
    background-color: #fcee21;
    position: relative;
}
.sect-balloon .smb-section__title:not(div.smb-section .smb-section__title)::before {
	content: "";
    width: 0;
	height: 0;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 35px solid #fcee21;
	position: absolute;
	left: 50%;
	bottom: -35px;
	transform: translateX(-50%);
}
.sect-balloon .smb-section__title strong {
    border-bottom: 2px solid #333;
}

/* セクション（背景斜線） */
.diagonal-bg {
	background-color: #dcf3fc;
	background-image: repeating-linear-gradient(
		-45deg,
		#c3eafa 0,
		#c3eafa 2px,
		transparent 2px,
		transparent 12px
	);
}

/* パネル */
.info-panel .smb-panels__item {
    border: 1px solid var(--accent-color);
}
.info-panel .smb-panels__item__body {
    padding: 0;
}
.info-panel .smb-panels__item__body .wp-block-group {
    padding: var(--_padding-2);
}
.info-panel .smb-panels__item__body .smb-box__body {
    text-align: center;
}

/* リスト（丸数字） */
.circle-number {
	margin: 0;
	padding: 0;
	list-style: none;
    display: inline-block;
}
.circle-number li {
	position: relative;
	padding-left: 1em;
    text-align: left;
}
.circle-number li::before {
	position: absolute;
	left: 0;
	top: 0;
}
.circle-number li:nth-child(1)::before {
	content: "①";
}
.circle-number li:nth-child(2)::before {
	content: "②";
}
.circle-number li:nth-child(3)::before {
	content: "③";
}

/* ボタン（動画リンク） */
.link-video .smb-btn .smb-btn__label {
	display: flex;
	align-items: center;
}
.link-video .smb-btn .smb-btn__label::after {
	content: "";
	width: 30px;
	height: 30px;
	margin-left: 0.5em;
	background: url(../img/2027/lp1/arrow-btn.svg) no-repeat 50% / contain;
	display: block;
}

/* ----------------------------------------
入試案内
---------------------------------------- */
.admission-guide .smb-section::before,
.admission-guide .smb-section::after {
	content: "";
	position: absolute;
	z-index: 1;
}
.admission-guide .smb-section::before {
	width: 100px;
	height: 116px;
	background: url(../img/2027/lp1/admission-guide-illust1.png) no-repeat 0 0 / contain;
	top: 0;
	right: 0;
}
.admission-guide .smb-section::after {
	width: 134.7px;
	height: 116px;
	background: url(../img/2027/lp1/admission-guide-illust2.png) no-repeat 0 0 / contain;
	bottom: 0;
	left: 0;
}
.admission-guide .smb-section .smb-buttons>.smb-btn-wrapper--full {
    width: 100%;
}
@media (max-width: 767px) {
	.admission-guide .smb-hero-header h2 {
		font-size: 24px;
	}
	.admission-guide .smb-hero-header__body {
		padding: var(--_padding-1);
	}
	.admission-guide .smb-hero-header {
		height: 360px;
	}
	.admission-guide .smb-section {
		margin-top: 0;
		padding-top: var(--_padding2)!important;
		padding-bottom: 106px;
	}
	.admission-guide .smb-section::before,
	.admission-guide .smb-section::after {
		content: "";
		pointer-events: none;
	}
	.admission-guide .smb-section::before {
		width: 100px;
		height: 116px;
		top: auto;
		bottom: 0;
	}
	.admission-guide .smb-section::after {
		width: 134.7px;
		height: 116px;
	}
	.admission-guide .smb-section .smb-buttons {
		gap: var(--_margin-1);
	}
}
@media (min-width: 768px) {
	.admission-guide .smb-hero-header h2 {
		font-size: 32px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.admission-guide .smb-section .smb-section__contents-wrapper {
		max-width: 480px;
	}
}
@media (min-width: 1024px) {
	.admission-guide .smb-hero-header h2 {
		font-size: 42px;
	}
	.admission-guide .smb-section {
		padding-bottom: var(--_padding3);
	}
	.admission-guide .smb-section::before {
		width: 150px;
		height: 174px;
	}
	.admission-guide .smb-section::after {
		width: 202px;
		height: 174px;
	}
}

/* ----------------------------------------
入試インフォメーション
---------------------------------------- */
@media (max-width: 767px) {
	.admission-info {
		padding-top: var(--_padding1)!important;
		padding-bottom: var(--_padding1)!important;
	}
	.admission-info .smb-section-with-bgimage__bgimage--lg img {
		object-position: 80% 0%;
	}
	.admission-info .wp-block-spacer {
		display: none;
	}
}

/* ----------------------------------------
入試タイプ
---------------------------------------- */
.type-sogo::before {
	content: "";
	width: 110px;
	height: 144px;
	background: url(../img/2027/lp1/type-sogo-illust.png) no-repeat 0 0 / contain;
	position: absolute;
	top: -20px;
	right: 30px;
}
.type-sogo .smb-section__body {
	margin-top: var(--_margin1);
}
.type-suisen::before {
	content: "";
	width: 194px;
	height: 144px;
	background: url(../img/2027/lp1/type-suisen-illust.png) no-repeat 0 0 / contain;
	position: absolute;
	top: -20px;
	right: -15px;
}
.type-suisen .smb-section__body {
	margin-top: var(--_margin1);
}
.type-suisen .info-panel .smb-panels__item {
    border: 1px solid #333;
	box-shadow: none;
}
.type-suisen .info-panel .wp-block-group {
	border-bottom: 1px solid #333;
}
.type-suisen .info-panel .wp-block-group h3 {
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.type-suisen .info-panel .adjust-height h3 {
	min-height: 2.8em;
}
@media (max-width: 767px) {
	.type-sogo::before {
		width: 88px;
		height: 115.2px;
		top: -10px;
		right: -10px;
	}
	.type-suisen::before {
		width: 155.2px;
		height: 115.2px;
	}
}
@media (min-width: 768px) {
	.type-suisen::before {
		top: -30px;
	}
}
@media (max-width: 1023px) {
	.type-sogo .smb-section__title,
	.type-suisen .smb-section__title {
		text-shadow:
			0 0 4px #fff,
			0 0 4px #fff,
			0 0 4px #fff,
			0 0 4px #fff,
			0 0 4px #fff;
	}
}
@media (min-width: 1024px) {
	.type-sogo::before {
		right: 100px;
	}
	.type-suisen::before {
		width: 194px;
		height: 144px;
		top: -15px;
		right: 30px;
	}
}

/* ----------------------------------------
入試スケジュール
---------------------------------------- */
.admission-schedule::before,
.admission-schedule::after {
	content: "";
	width: 82px;
	height: 130.5px;
	position: absolute;
	top: -15px;
	z-index: 1;
}
.admission-schedule::before {
	background: url(../img/2027/lp1/admission-schedule-illust1.png) no-repeat 0 0 / contain;
	left: -15px;
}
.admission-schedule::after {
	background: url(../img/2027/lp1/admission-schedule-illust2.png) no-repeat 0 0 / contain;
	right: -15px;
}
@media (min-width: 768px) {
	.admission-schedule::before,
	.admission-schedule::after {
		width: 117px;
		height: 219.2px;
		top: -20px;
	}
	.admission-schedule::before {
		left: -10px;
	}
	.admission-schedule::after {
		right: -10px;
	}
	.admission-schedule h3 {
		width: 400px;
	}
}
@media (min-width: 1024px) {
	.admission-schedule::before,
	.admission-schedule::after {
		width: 142px;
		height: 266px;
		top: -30px;
	}
	.admission-schedule::before {
		left: 50px;
	}
	.admission-schedule::after {
		right: 50px;
	}
}

/* ----------------------------------------
資料請求
---------------------------------------- */
.request-material .bg-section .wp-block-group {
	text-align: right;
}
.request-material .bg-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	display: inline-block;
}
.request-material .bg-section ul li {
	position: relative;
	padding-left: 44px;
    text-align: left;
}
.request-material .bg-section ul li::before {
	content: "";
	width: 38px;
	height: 32px;
	background: url(../img/2027/lp1/arrow-list.svg) no-repeat 0 0 / contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.request-material .bg-section {
		padding-top: var(--_padding1)!important;
		padding-bottom: var(--_padding1)!important;
	}
	.request-material .bg-section .smb-section-with-bgimage__bgimage--lg img {
		object-position: 70% 0%;
	}
	.request-material .bg-section .wp-block-spacer {
		height: 80px!important;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.request-material .bg-section .wp-block-spacer {
		height: 200px!important;
	}
	.request-material .smb-container {
		max-width: 480px;
	}
}

/* ----------------------------------------
よくある質問
---------------------------------------- */
.faq::before,
.faq::after {
	content: "";
	width: 85px;
	height: 111.2px;
	position: absolute;
	top: 0;
	z-index: 1;
}
.faq::before {
	background: url(../img/2027/lp1/faq-illust1.png) no-repeat 0 0 / contain;
	left: -15px;
}
.faq::after {
	background: url(../img/2027/lp1/faq-illust2.png) no-repeat 0 0 / contain;
	right: -15px;
}
.faq .smb-faq {
	border-top: none;
}
.faq .smb-faq__item {
	padding: var(--_padding2) 0;
	border-color: #333;
}
.faq .smb-faq__item:first-child {
	padding-top: var(--_padding1);
}
.faq .smb-faq__item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.faq .smb-faq__item__question__label,
.faq .smb-faq__item__answer__label {
	width: 40px;
	min-width: 40px;
	height: 40px;
	margin-top: -10px;
	margin-right: 10px;
	color: transparent;
}
.faq .smb-faq__item__question__label {
	background: url('../img/2027/lp1/faq-label-q.svg') no-repeat center / contain;
}
.faq .smb-faq__item__answer__label {
	background: url('../img/2027/lp1/faq-label-a.svg') no-repeat center / contain;
}
.faq .smb-faq__item__answer__body .smb-buttons {
	gap: var(--_margin-1);
}
@media (min-width: 768px) {
	.faq::before,
	.faq::after {
		width: 102px;
		height: 133.5px;
	}
}
@media (min-width: 1024px) {
	.faq::before,
	.faq::after {
		width: 136px;
		height: 178px;
		top: -40px;
	}
	.faq::before {
		left: 40px;
	}
	.faq::after {
		right: 40px;
	}
	.faq .smb-faq__item__question__label,
	.faq .smb-faq__item__answer__label {
		width: 50px;
		min-width: 50px;
		height: 50px;
		margin-right: 15px;
	}
}

/* ----------------------------------------
出願の流れ
---------------------------------------- */
.application-flow::before,
.application-flow::after {
	content: "";
	position: absolute;
	z-index: 1;
}
.application-flow::before {
	width: 122px;
	height: 161px;
	background: url(../img/2027/lp1/application-flow-illust1.png) no-repeat center / contain;
	top: -30px;
	right: -20px;
}
.application-flow::after {
	width: 97px;
	height: 139px;
	background: url(../img/2027/lp1/application-flow-illust2.png) no-repeat center / contain;
	bottom: 0;
	left: -20px;
	pointer-events: none;
}
.link-arrow-before .smb-btn {
	display: flex;
	align-items: center;
}
.link-arrow-before .smb-btn::before {
	content: "";
	width: 0;
	height: 0;
	margin-right: 0.5em;
	border-top: 0.7em solid transparent;
	border-bottom: 0.7em solid transparent;
	border-left: 0.9em solid #fcee21;
	display: inline-block;
}
.flow-step::before {
	content: "";
	width: 2px;
	height: calc(100% - 20px);
	margin-top: 10px;
	background: var(--accent-color);
	position: absolute;
	top: 0;
	left: calc(80px / 2);
}
.flow-step .wp-block-media-text {
	grid-template-columns: 80px auto!important;
}
.flow-step .wp-block-media-text__media img {
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.15);
	border-radius: 100%;
}
.flow-step .wp-block-media-text__content h3 {
	font-size: 20px;
}
@media (max-width: 767px) {
	.application-flow .smb-section {
		padding-top: var(--_padding1);
		padding-bottom: var(--_padding1);
	}
	.application-flow .smb-section .wp-block-media-text {
		gap: var(--_margin-1);
	}
}
@media (min-width: 768px) {
	.application-flow::before {
		width: 178px;
		height: 235px;
		top: -100px;
		right: 20px;
	}
	.application-flow::after {
		width: 141px;
		height: 202px;
		left: -15px;
	}
	.flow-step::before {
		left: calc(100px / 2);
	}
	.flow-step .wp-block-media-text {
		grid-template-columns: 100px auto!important;
	}
	.flow-step .wp-block-media-text__content h3 {
		font-size: 24px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.application-flow .smb-section {
		padding-top: var(--_padding2);
		padding-bottom: var(--_padding2);
	}
	.application-flow .smb-container {
		max-width: 480px;
	}
}
@media (min-width: 1024px) {
	.application-flow::before {
		width: 244px;
		height: 322px;
		top: -160px;
	}
	.application-flow::after {
		width: 194px;
		height: 278px;
		left: -50px;
	}
	.flow-step::before {
		left: calc(122px / 2);
	}
	.flow-step .wp-block-media-text {
		grid-template-columns: 122px auto!important;
	}
	.flow-step .wp-block-media-text__content h3 {
		font-size: 28px;
	}
}

/* ----------------------------------------
出願・資料請求
---------------------------------------- */
.admission-next::before {
	content: "";
	width: 162px;
	height: 147px;
	background: url(../img/2027/lp1/admission-next-illust.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: -20px;
	z-index: 1;
}
.admission-next .bg-section .wp-block-group {
	display: flex;
	justify-content: flex-end;
}
.admission-next .bg-section .wp-block-group p {
	margin-left: 0!important;
	margin-right: 0!important;
}
@media (max-width: 767px) {
	.admission-next .bg-section {
		padding-top: var(--_padding1)!important;
		padding-bottom: var(--_padding1)!important;
	}
	.admission-next .bg-section .smb-section-with-bgimage__bgimage--lg img {
		object-position: 20% 50%;
	}
	.admission-next .bg-section h2 {
		z-index: 2;
	}
	.admission-next .bg-section .wp-block-spacer {
		height: 80px!important;
	}
	.admission-next .smb-buttons {
		gap: var(--_margin-1);
	}
}
@media (min-width: 768px) {
	.admission-next::before {
		width: 259.2px;
		height: 235.2px;
		right: 20px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.admission-next .bg-section .wp-block-spacer {
		height: 180px!important;
	}
}
@media (min-width: 1024px) {
	.admission-next::before {
		width: 324px;
		height: 294px;
		right: 20px;
	}
}