@charset "utf-8";
/* ------------------------------
 リセット
------------------------------ */
* {
border:0;
margin:0;
/* outline:0; */
padding:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}
html {font-size:62.5%; width:100%; height:100%;}
body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
-webkit-text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}
article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}
hr {display:block;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:""; content:none;}
input, select {vertical-align:middle;}
table {border-collapse:collapse; border-spacing:0; empty-cells:show;}

/* focus outline */
/* a:focus,
input:focus,
button:focus {
	outline: solid 2px var(--main-font-color);
} */
:root {
	/* カラ */
	--main-font-color: #000;
	--ad-red: #e50012;
	--ad-gray: #b0b4b8;
	--ad-gray-20: #eff0f1;
	--ad-gray-15: #f3f4f4;
	--h2-eng: #eeeef0;
	--footer-font-color: #717071;
	/* 点線 */
	--dotline: 1px dotted #333;
	/* headerの高さ */;
	--header-height-pc: 110px;	/* PC時 */
	--header-height-sp: 50px;	/* SP時 */
}

/* ------------------------------
 サイト全体
------------------------------ */
html, body {
	margin: 0 auto;
	background-color: #fff;
	color: var(--main-font-color);
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.75;
	font-weight: 400;
	font-feature-settings: "palt";
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
.site {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	text-align: left;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.fl { float: left; }
.fr { float: right; }
.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }
.vat { vertical-align: top; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }
strong, .bold { font-weight: bold; }
.nobold { font-weight: 400 !important; }
.auto {
	margin-left: auto;
	margin-right: auto;
}
/* 行スペース */
.t1 { margin-top: 1.75em; }
.b1 { margin-bottom: 1.75em; }
.b2 { margin-bottom: 3.5em; }
.b3 { margin-bottom: 5.25em; }
/* スペース */
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb120 { margin-bottom: 120px !important; }
.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.nopd { padding: 0 !important; }
/* リンク */
a {
	color: var(--main-font-color);
	text-decoration: none;
	transition: .3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
	a:hover {
		opacity: .7;
	}
}
.cms_text a {
	color: var(--ad-red);
	text-decoration: underline;
}
/* カラー */
.red { color: var(--ad-red) }
/* フォントサイズ */
.f11 { font-size: 1.1rem; }
.f12 { font-size: 1.2rem; }
.f13 { font-size: 1.3rem; }
.small, small,
.f14 { font-size: 1.4rem; }
.f15 { font-size: 1.5rem; }
.f16 { font-size: 1.6rem; }
.big,
.f18 { font-size: 1.8rem; }
.f20 { font-size: 2rem; }
.f22 { font-size: 2.2rem; }
/* .f24 { font-size: 2.4rem; }
.f25 { font-size: 2.5rem; } */
.f28 { font-size: 2.8rem; }
/* .f30 { font-size: 3rem; }
.f35 { font-size: 3.5rem; } */
/* 上付き */
sup {
	font-size: 1.3rem;
	vertical-align:top;
}
/* 下付き */
sub {
	font-size: 1.3rem;
	vertical-align:bottom;
}
/* 強調 */
em { font-style: italic; }
/* 打消し */
del { text-decoration: line-through; }
/* 引用・転用 */
blockquote { margin: 1em 3em; }
/* 非表示 */
.hide { display: none; }
/* インラインブロック */
.inline-block {
	display: inline-block;
}
/* インデント */
.ti1c {
	padding-left: 1em;
	text-indent: -1em;
}
.ti2c {
	padding-left: 2em;
	text-indent: -2em;
}
/* ------------------------------
 サイト全体（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.site {
		min-width: 1240px;
		margin: 0 auto;
	}
	.pc { display: block !important; }
	.sp { display: none !important;}
	.pc_tal { text-align: left; }
	.pc_tac { text-align: center; }
	.pc_tar { text-align: right; }
	.pc_bold { font-weight: bold;}
	.pc_nobr br { display: none; }
	/* スペース */
	.pc_mb0 { margin-bottom: 0 !important }
	.pc_mb10 { margin-bottom: 10px !important; }
	.pc_mb20 { margin-bottom: 20px !important; }
	.pc_mb30 { margin-bottom: 30px !important; }
	.pc_mb45 { margin-bottom: 40px !important; }
	.pc_mb40 { margin-bottom: 40px !important; }
	.pc_mb50 { margin-bottom: 50px !important; }
	.pc_mb60 { margin-bottom: 60px !important; }
	.pc_mb70 { margin-bottom: 70px !important; }
	.pc_mb80 { margin-bottom: 80px !important; }
	.pc_mb90 { margin-bottom: 90px !important; }
	.pc_mb100 { margin-bottom: 100px !important; }
	/* TEL Link */
	a[href^="tel:"] {
		color: #1a1a1a;
		text-decoration: none !important;
		pointer-events: none;
		cursor: default;
	}
	/* PCのみインラインブロック */
	.pc_inline-block {
		display: inline-block;
	}
}
/* ------------------------------
 サイト全体（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	html, body {
		min-width: 100%;
		max-width: 100%;
	}
	.site {
		min-width: 320px;
		font-size: 1.5rem;
	}
	.pc { display: none !important; }
	.sp { display: block !important; }
	.sp_db { display: block !important; }
	.sp_tac { text-align: center !important; }
	.sp_tal { text-align: left !important; }
	.sp_nobr br { display: none; }
	.fl, .fr { float: none; }
	/* スペース */
	.mt15 { margin-top: 10px !important; }
	.mt20 { margin-top: 10px !important; }
	.mt25 { margin-top: 15px !important; }
	.mb15 { margin-bottom: 10px !important; }
	.mb20 { margin-bottom: 10px !important; }
	.mb25 { margin-bottom: 15px !important; }
	.mb30 { margin-bottom: 20px !important; }
	.mb40 { margin-bottom: 25px !important; }
	.mb50 { margin-bottom: 30px !important; }
	.mb60 { margin-bottom: 35px !important; }
	.mb70 { margin-bottom: 40px !important; }
	.mb80 { margin-bottom: 45px !important; }
	.mb90 { margin-bottom: 50px !important; }
	.mb100 { margin-bottom: 60px !important; }
	.mb120 { margin-bottom: 70px !important; }
	.sp_mb0 { margin-bottom: 0 !important; }
	.sp_mb5 { margin-bottom: 5px !important; }
	.sp_mb10 { margin-bottom: 10px !important; }
	.sp_mb15 { margin-bottom: 15px !important; }
	.sp_mb20 { margin-bottom: 20px !important; }
	.sp_mb25 { margin-bottom: 25px !important; }
	.sp_mb30 { margin-bottom: 30px !important; }
	.sp_mb40 { margin-bottom: 40px !important; }
	.sp_mb50 { margin-bottom: 50px !important; }
	.sp_mb60 { margin-bottom: 60px !important; }
	.sp_mb70 { margin-bottom: 70px !important; }
	/* フォントサイズ */
	.f11 { font-size: 1rem; }
	.f12 { font-size: 1.1rem; }
	.f13 { font-size: 1.2rem; }
	.small, small,
	.f14 { font-size: 1.3rem; }
	.f15 { font-size: 1.4rem; }
	.f16 { font-size: 1.5rem; }
	.f18 { font-size: 1.6rem; }
	.f20 { font-size: 1.8rem; }
	.f22 { font-size: 2rem; }
	/* .f24 { font-size: 2rem; }
	.f25 { font-size: 2rem; } */
	.f28 { font-size: 2.4rem; }
	/* .f30 { font-size: 2.3rem; }
	.f35 { font-size: 2.7rem; } */
	.nobr br { display: none; }
	/* PCのみインラインブロックのスマホ表示 */
	.pc_inline-block {
		display: block;
		margin-bottom: 5px;
	}
	/* spのみインラインブロック */
	.sp_inline-block {
		display: inline-block;
	}
	/* spのみ文字詰め */
	.sp_ls_shorten {
		letter-spacing: -.03em;;
	}
	.sp_auto {
		margin-left: auto;
		margin-right: auto;
	}
}

/* ------------------------------
 ヘッダー
------------------------------ */
.header-area {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	box-shadow: rgba(0,0,0,.2) 0 5px 5px -5px;
	text-align: center;
}
.header-block {
	text-align: left;
}
/* ロゴ */
.header-logo {
	display: flex;
	height: 100%;
	align-items: center;
}
.header-logo a {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.header-logo a:hover img {
	opacity: 1;
}
.header-logo p {
	line-height: 1;
	font-weight: 500;
}
/* グローバルナビ 開閉ボタン */
.slidemenu-btn {
	display: block;
	position: absolute;
	right: 27px;
	top: 0;
	z-index: 1001;
	width: 110px;
	height: 110px;
	cursor: pointer;
	/* background-color: #ffff00; */
	background-color: #fff;
	transition: .3s ease-in-out;
}
.menu-icon,
.menu-icon:before,
.menu-icon:after {
	display: block;
	position: absolute;
	width: 64px;
	height: 4px;
	background-color: var(--main-font-color);
}
.menu-icon:before,
.menu-icon:after {
	transition: color .25s ease;
}
.menu-icon:before,
.menu-icon:after {
	content: "";
	transform-origin: 50% 50%;
}
.menu-icon {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.menu-icon:before {
	top: -14px;
	transition: transform .05s ease-out;
}
.menu-icon:after {
	bottom: -14px;
	transition: transform .05s ease-out;
}
body.page-open-slidemenu {
	height: 100%;
	overflow: hidden;
}
.page-open-slidemenu .menu-icon {
	background-color: transparent !important;
}
.page-open-slidemenu .menu-icon:before {
	transform: translateY(14px) rotate(45deg);
}
.page-open-slidemenu .menu-icon:after {
	transform: translateY(-14px) rotate(-45deg);
}
/* グローバルナビ */
.header-block .gnav {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 110px;
	right: 0;
	width: 480px;
	padding: 40px 70px 70px;
	background-color: var(--ad-gray-15);
	box-shadow: inset rgba(0,0,0,.2) 0 5px 5px -5px;
	transition: .5s;
}
/* 開いたら */
.page-open-slidemenu .header-block {
	/* position: fixed;
	top: 0;
	background: #fff; */
}
.page-open-slidemenu .header-block .gnav {
	visibility: visible;
	opacity: 1;
	overflow-y: auto;
	max-height: calc(100vh - 110px);
	/* top: 50px;
	height: 100vh;
	max-height: calc(100vh - 50px);
	transition: .3s ease-in-out; */
}
/* .header-block .gnav .header-menu {
	margin-bottom: 40px;
} */
.header-block .gnav .header-menu > li > p {
	position: relative;
	border-bottom: var(--dotline);
}
.header-block .gnav .header-menu > li a {
	display: block;
	padding: 26px 0 25px;
	font-weight: 700;
}
/* ------------------------------
 ヘッダー（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header-area {
		min-width: 1240px;
	}
	.header-block {
		position: relative;
		width: 100%;
		height: 110px;
		margin: 0 auto;
		background-color: #fff;
	}
	.header-block::after {
		content: "";
		display: block;
		clear: both;
	}
	/* ロゴ */
	.header-logo {
		width: 50%;
		float: left;
		padding-left: 50px;
	}
	.header-logo img {
		width: 270px;
	}
	/* ボタン */
	.header-btn {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		column-gap: 20px;
		float: right;
		width: 50%;
		height: 100%;
		padding-right: 157px;
	}
	.header-btn a {
		display: block;
		width: 170px;
		height: 44px;
		background-color: var(--ad-red);
		color: #fff;
		line-height: 44px;
		font-weight: 700;
		text-align: center;
		transform: skewX(-12.8deg);
	}
	.header-btn a:first-child {
		background-color: var(--main-font-color);
	}
	.header-btn a span {
		display: block;
		transform: skewX(12.8deg);
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-rendering: optimizeLegibility;
	}
}
/* ------------------------------
 ヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.header-area {
		min-width: 100%;
		box-shadow: rgba(0,0,0,.15) 0 3px 4px -3px;
	}
	.header-block {
		width: 100%;
		height: 50px;
		margin: 0 auto;
		background-color: #fff;
		transition: 0s all !important;
	}
	/* ロゴ */
	.header-logo {
		padding-left: 4%;
	}
	.header-logo a {
		column-gap: 10px;
	}
	.header-logo img {
		width: 157px;
	}
	.header-logo p {
		font-size: 1rem;
	}
	/* ボタン */
	.header-btn {
		display: none;
	}
	/* グローバルナビ 開閉ボタン */
	.slidemenu-btn {
		display: block;
		position: absolute;
		right: 0;
		width: 50px;
		height: 50px;
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		width: 28px;
		height: 2px;
	}
	.menu-icon:before {
		top: -9px;
	}
	.menu-icon:after {
		bottom: -9px;
	}
	.page-open-slidemenu .menu-icon:before {
		transform: translateY(9px) rotate(45deg);
	}
	.page-open-slidemenu .menu-icon:after {
		transform: translateY(-9px) rotate(-45deg);
	}
	/* グローバルナビ */
	.header-block .gnav {
		top: 50px;
		right: 0;
		width: 100%;
		padding:  0 5% 40px;
	}
	/* 開いたら */
	.page-open-slidemenu .header-block .gnav {
		max-height: calc(100vh - 50px);
	}
	.header-block .gnav .header-menu {
		font-size: 1.6rem;
	}
	.header-block .gnav .header-menu > li a {
		padding: 19px 0;
	}
	.header-block .gnav .header-menu > li:nth-last-child(-n+2) > p {
		border-bottom: none;
		text-align: center;
	}
	.header-block .gnav .header-menu > li:nth-last-child(-n+2) > p a {
		display: inline-block;
		position: relative;
		min-width: 264px;
		height: 68px;
		margin-top: 40px;
		padding: 0;
		background-color: var(--main-font-color);
		color: #fff;
		font-size: 1.8rem;
		line-height: 68px;
		font-weight: 700;
		text-align: center;
		transform: skewX(-12.8deg);
	}
	.header-block .gnav .header-menu > li:last-child > p a:first-child {
		margin-top: 20px;
		background-color: var(--ad-red);
	}
	.header-block .gnav .header-menu > li:nth-last-child(-n+2) > p a::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 18px;
		width: 14px;
		height: 14px;
		margin: auto 0;
		background: url(../../img/highschool/icon_blank_btn.svg) no-repeat 0 0 /cover;
		transform: skewX(12.8deg);
	}
	.header-block .gnav .header-menu > li:nth-last-child(-n+2) > p a span {
		display: block;
		transform: skewX(12.8deg);
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-rendering: optimizeLegibility;
	}
}

/* ------------------------------
 コンテンツ
------------------------------ */
.menu-layer {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	mix-blend-mode: multiply;
	background: #646d77;
}
.page-open-slidemenu .menu-layer {
	display: block;
}
.contents {
	position: relative;
	width: 100%;
	background: #fff;
}
.contents {
	text-align: left;
}
.inlineBlock {
	display: inline-block;
	width: auto !important;
}
/* ------------------------------
 コンテンツ（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.contents {
		margin-bottom: 130px;
		padding-top: 110px;
	}
	.contents .cms_block,
	.contents .cms_block.wide .cms_text,
	.contents .cms_block.wide .cms_link:not(.btn) {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.contents .cms_block.wide {
		width: 100%;
	}
}
/* ------------------------------
 コンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents {
		min-width: 320px;
		margin-bottom: 80px;
		padding-top: 50px;
	}
	.contents .cms_block,
	.contents .cms_block.wide .cms_text,
	.contents .cms_block.wide .cms_link:not(.btn) {
		margin-left: 5%;
		margin-right: 5%;
	}
	.contents .cms_block.wide {
		margin-left: 0;
		margin-right: 0;
	}
}

/* ------------------------------
 フッター
------------------------------ */
.footer {
	background-color: var(--main-font-color);
	color: var(--footer-font-color);
	line-height: 1;
}
.footerIn {
	display: flex;
}
.footer-info {
	font-size: 1.3rem;
}
.footer-info a {
	display: inline-block;
}
.copyright {
	font-family: "Hind", sans-serif;
	font-size: 1.2rem;
}
/* ------------------------------
 フッター（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.footer {
		min-width: 1240px;
		height: 165px;
		padding-top: 50px;
	}
	.footerIn {
		justify-content: space-between;
		align-items: flex-end;
		width: 1140px;
		margin: 0 auto;
	}
	.footer-info a {
		margin-bottom: 15px;
	}
	.footer-info img {
		width: 272px;
	}
	.footer-info p span {
		display: inline-block;
		margin-left: 1em;
	}
}
/* ------------------------------
 フッター（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.footer {
		padding: 30px 0 50px;
		text-align: center;
	}
	.footerIn {
		flex-direction: column;
		align-items: center;
		row-gap: 10px;
		width: 290px;
		margin: 0 auto;
	}
	.footer-info a {
		margin-bottom: 10px;
	}
	.footer-info img {
		width: 290px;
	}
	.footer-info p {
		line-height: 1.5;
	}
	.footer-info p span {
		display: inline-block;
	}
	.footer-info p span + span {
		margin-left: 2em;
	}
}

/* ------------------------------
 ページトップ（PC）
------------------------------ */
.js-btn-pagetop {
	display: block;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	bottom: 80px;
	right: 3%;
	z-index: 100;
	width: 60px;
    height: 60px;
	border-radius: 50%;
	background-color: var(--ad-red);
	transition: .2s ease 0s;
	cursor: pointer;
}
.js-btn-pagetop.is-show {
	visibility: visible;
	opacity: 1;
}
.js-btn-pagetop::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-45deg);
}
.js-btn-pagetop::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 2px;
	height: 16px;
	margin: auto;
	background-color: #fff;
}
@media print, screen and (min-width: 768px) {
	a.js-btn-pagetop.is-show:hover {
		opacity: .7;
	}
}
/* ------------------------------
 ページトップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.js-btn-pagetop {
		bottom: 5px;
		right: 3%;
		width: 40px;
		height: 40px;
	}
	.js-btn-pagetop::before {
		width: 10px;
		height: 10px;
	}
	.js-btn-pagetop::after {
		height: 12px;
		margin: auto;
	}
}

/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	html,
	body {
		background: none;
	}
	.header {
		position: absolute;
	}
	.contents {
		margin-top: 0;
	}
	.cms_block {
		page-break-inside: avoid;
	}
}
/* -- 余白 -- */
@page {
	size: A4;
	margin: 9.7mm 9.7mm;
}
/* -- IE10以上 -- */
@media print and (-ms-high-contrast: none) {
	body {
		zoom: .98;
		width: 1140px;
		transform: scale(.98);
		transform-origin: 0 0;
	}
}