@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
body {
	min-width: 320px;
}

/* article {
	font-weight: 400;
	 -moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
} */

article .pc,
article .sp {
	display: unset;
}

/* フレックスコンテナ */
.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.flex-item {
	width: 100%;
}

/* カラー */
.bg-white {
	background-color: #fff;
}

.bg-english {
	background-color: #6445AA;
}

.bg-study {
	background-color: #0A78C9;
}

.bg-search {
	background-color: #228000;
}

.bg-english,
.bg-english sup,
.bg-study,
.bg-study sup,
.bg-search,
.bg-search sup {
	color: #fff;
}

.color-gray {
	color: #5C5C5C;
}

/* 共通フッター */
ul.list-footer li a {
	display: block;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
	background-color: #ccc;
	text-decoration: none;
}

ul.list-footer a[href$="/brain_english/"] {
	background-image: url(../images/banner-english.jpg);
}

ul.list-footer a[href$="/study/"] {
	background-image: url(../images/banner-study.jpg);
}

ul.list-footer a[href$="/search/"] {
	background-image: url(../images/banner-search.jpg);
}

/* メインビジュアル */
.mv-text-container {
	background-color: rgba(255, 255, 255, .5);
}

/* ====================================
	1023px以下専用スタイル
===================================== */
@media only screen and (max-width: 1023px) {
	article .pc {
		display: none;
	}

	.pc-large {
		display: none;
	}

	.pc-small {
		display: none;
	}

	article .base-width-sp,
	article .base-width {
		padding-left: 5%;
		padding-right: 5%;
	}

	article .outer-base-width {
		padding-left: 0;
		padding-right: 0;
	}

	.font-viewport-sp {
		font-size: 2.667vw;
	}

	.sp-ma {
		margin-left: auto;
		margin-right: auto;
	}

	.spmaxw320 {
		max-width: 320px;
	}

	.spmaxw480 {
		max-width: 480px;
	}

	.spmaxw540 {
		max-width: 540px;
	}

	.spmaxw768 {
		max-width: 768px;
	}

	.mts {
		margin-top: 3rem;
	}

	.mtm {
		margin-top: 5rem;
	}

	article {
		padding-bottom: 4rem;
	}

	.mv-caption {
		text-shadow: #fff 1px 1px 5px, #fff -1px 1px 5px,
			#fff 1px -1px 5px, #fff -1px -1px 5px,
			#fff 1px 1px 1px, #fff -1px 1px 1px,
			#fff 1px -1px 1px, #fff -1px -1px 1px;
	}

	/* 追尾ページナビ */
	ul.list-page-navi a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		padding: .2em 1.8em .2em .5em;
		line-height: 1.4;
		font-weight: bold;
		background-color: #fff;
		border: solid 1px #3E3789;
		border-radius: 10px;
		text-decoration: none;
		position: relative;
	}

	ul.list-page-navi a::before {
		content: '';
		width: 16px;
		height: 16px;
		background-color: #3E3789;
		background-image: url(/products/common/images/chevron-down-solid-w.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 50% auto;
		border-radius: 10px;
		position: absolute;
		top: 50%;
		right: .5em;
		transform: translate(0, -50%);
	}

}

/* ====================================
	568px以上1023px以下専用スタイル
===================================== */
@media only screen and (min-width: 568px) and (max-width: 1023px) {
	.sp-small {
		display: none;
	}

	/* メインビジュアル */
	#mainVisual {
		height: 54vw;
		padding-top: 3rem;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position: relative;
	}

	.mv-text-container {
		width: 440px;
		padding: 2rem 0 2rem 5%;
		font-size: 1.4rem;
	}

	.mv-caption {
		padding: 0 0 2rem 5%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.mv-copy {
		margin-bottom: .25em;

	}

	.mv-title {
		font-size: 2.5em;
	}

	/* 追尾ページナビ */
	#pageNavi {
		padding: 4rem 0 0;
	}

	ul.list-page-navi {
		display: flex;
		flex-wrap: wrap;
	}

	ul.list-page-navi li {
		width: 32%;
		margin-top: 10px;
		margin-left: 2%;
	}

	ul.list-page-navi li:nth-child(3n-2) {
		margin-left: 0;
	}

	ul.list-page-navi li:nth-child(-n+3) {
		margin-top: 0;
	}

	/* 共通フッター */
	#footerNavi {
		margin-top: 10rem;
	}

	ul.list-footer {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	ul.list-footer li {
		width: 215px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	ul.list-footer a {
		height: 58px;
		padding-left: 40%;
		font-size: 1.6rem;
		font-weight: bold;
	}

	ul.list-footer div {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		padding: .5em;
	}

}

/* ====================================
	567px以下専用スタイル
===================================== */
@media only screen and (max-width: 567px) {
	.sp-large {
		display: none;
	}

	.sps-mts {
		margin-top: 3rem;
	}

	/* メインビジュアル */
	#mainVisual {
		height: 100vw;
		padding-top: 5%;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		position: relative;
	}

	.mv-text-container {
		width: 90%;
		padding: 3% 0 3% 5%;
		font-size: 1.1em;
	}

	.mv-caption {
		padding: 0 5% 5% 5%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.mv-copy {
		margin-bottom: .25em;

	}

	.mv-title {
		font-size: 2.5em;
	}

	/* 追尾ページナビ */
	#pageNavi {
		padding: 4rem 0 0;
	}

	ul.list-page-navi li {
		margin-top: 5px;
	}

	ul.list-page-navi li:first-child {
		margin-top: 0;
	}

	/* 共通フッター */
	#footerNavi {
		margin-top: 6rem;
	}

	ul.list-footer li {
		margin-top: 10px;
	}

	ul.list-footer li:first-child {
		margin-top: 0;
	}

	ul.list-footer a {
		height: 70px;
		padding-left: 100px;
		font-size: 2rem;
		font-weight: bold;
	}

	ul.list-footer div {
		display: flex;
		align-items: center;
		height: 100%;
		padding-left: 1em;
	}

}

/* ====================================
	1024px以上印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) {
	article .sp {
		display: none;
	}

	.sp-small {
		display: none;
	}

	.sp-large {
		display: none;
	}

	.pc-ma {
		margin-left: auto;
		margin-right: auto;
	}

	.pcmaxw750 {
		max-width: 750px;
	}

	.pcmaxw800 {
		max-width: 800px;
	}

	.pcmaxw900 {
		max-width: 900px;
	}

	.pcmaxw960 {
		max-width: 960px;
	}

	.pcmaxw1024 {
		max-width: 1024px;
	}

	.mts {
		margin-top: 4rem;
	}

	.mtm {
		margin-top: 8rem;
	}

	article {
		padding-bottom: 6rem;
	}

	/* フレックスコンテナ：ハーフ */
	.flex-container.half {
		justify-content: space-between;
	}

	.flex-container.half>.flex-item {
		width: 48%;
	}

	/* 画像下揃え */
	.fix-bottom-img .flex-item {
		display: flex;
		flex-direction: column;
	}

	.fix-bottom-img .img-container {
		min-height: 0%;
		/* IE対応 */
		width: 100%;
		margin-top: auto;
		padding-top: 2rem;
	}

	/* メインビジュアル */
	#mainVisual {
		height: 330px;
		padding-top: 3rem;
		background-repeat: no-repeat;
		background-position: right top;
		background-size: cover;
		position: relative;
	}

	.mv-text-container {
		width: 550px;
		padding: 4rem 3rem;
	}

	.mv-caption {
		padding: 0 0 3rem 3rem;
		font-size: 1.2rem;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.mv-copy {
		font-size: 1.8rem;
	}

	.mv-title {
		font-size: 4rem;
	}

	/* 追尾ページナビ */
	.scroll-fix-wrap {
		margin-top: 3rem;
		padding-top: 60px;
		position: relative;
	}

	#pageNavi {
		width: 100%;
		padding: 10px 0;
		position: absolute;
		top: 0;
	}

	.scroll-fix-wrap.passed #pageNavi {
		position: fixed;
		z-index: 1;
	}

	.scroll-fix-wrap.passed.passed-bottom #pageNavi {
		position: absolute;
	}

	ul.list-page-navi {
		display: flex;
		justify-content: space-between;
	}

	ul.list-page-navi li {
		width: 19%;
	}

	ul.list-page-navi a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		padding: .2em 1.8em .2em .5em;
		line-height: 1.4;
		font-weight: bold;
		background-color: #fff;
		border: solid 2px #3E3789;
		border-radius: 10px;
		box-shadow: 5px 5px 0px #E5E5E5;
		text-decoration: none;
		position: relative;
	}

	ul.list-page-navi a::before {
		content: '';
		width: 16px;
		height: 16px;
		background-color: #3E3789;
		background-image: url(/products/common/images/chevron-down-solid-w.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 50% auto;
		border-radius: 10px;
		position: absolute;
		top: 50%;
		right: 1em;
		transform: translate(0, -50%);
	}

	/* 共通フッター */
	#footerNavi {
		margin-top: 10rem;
	}

	ul.list-footer {
		max-width: 960px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	ul.list-footer li {
		width: 300px;
	}

	ul.list-footer a {
		height: 80px;
		padding-left: 40%;
		font-size: 1.8rem;
		font-weight: bold;
	}

	ul.list-footer div {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}

}

/* ====================================
	1024px以上1199px以下専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) and (max-width: 1199px) {
	.pc-large {
		display: none;
	}

}

/* ====================================
	1200px以上専用スタイル
===================================== */
@media screen and (min-width: 1200px) {
	.pc-small {
		display: none;
	}

}