@charset "UTF-8";

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

　2階層以降（共通）

------------------------------------------------- */
/* パンくずリスト
================================================== */
.pankuzu_wrp {
	width: 100%;
	padding: 30px 0 0;
}
.pankuzu {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.pankuzu ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pankuzu ol li {
	font-weight: 400;
	font-size: 1.6rem;
	display: inline;
	position:relative;
}
.pankuzu ol li::before,
.pankuzu ol li::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #333333;
  transform-origin: calc(100% - 0.5px) 50%;
}
.pankuzu ol li::before {
  transform: rotate(30deg);
}
.pankuzu ol li::after {
  transform: rotate(-30deg);
}
.pankuzu ol li:last-child::before,
.pankuzu ol li:last-child::after {
	content: none;
}
.pankuzu ol li a {
	display: inline;
	padding: 4px 16px 4px 6px;
	text-decoration: underline;
}
.pankuzu ol li:first-child a {
	padding-left: 0;
}
.pankuzu ol li span {
	padding: 4px 16px 4px 6px;
}
.pankuzu ol li a:hover {
	text-decoration: none;
}
@media screen and (max-width: 1280px)  {
.pankuzu {
	padding: 0 2%;
}
}
@media screen and (max-width: 898px)  {
.pankuzu_wrp {
	padding: 25px 0 15px;
}
.pankuzu {
	width: 100%;
}
.pankuzu ol {
	margin: 0 auto;	
}
.pankuzu ol li {
	font-size: 1.4rem;
}
.pankuzu ol li::after {
	vertical-align: 0.1rem;
}
}
@media screen and (max-width: 480px)  {
.pankuzu_wrp {
	padding: 15px 0;
}
}

/* ページタイトル（背景色含む）
================================================== */
.PageTitle__wrp{
	margin: 0 auto;
	width: 99%;
 position: relative;
}
	/* 背景1 */
.PageTitle__Box {
	width: 96%;
	height: 240px;
	margin: auto;
	padding: 2%;
	background: #e3f6f5;
 position: relative;
}
	/* 背景2 */
.PageTitle__Box::before {
	content: "";
	z-index: -1;
	background-color:#9ddcdc;
	width: 98%;
	height: 210px;
	position: absolute;
	bottom: -7%;
	left: -2%;
}
.PageTitle__Box .title {
	position: absolute;
	top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
}

.PageTitle__Box .title__EN	{
	display: flex;
	justify-content:center;
	align-items: center;
	font-family: "Noto Serif", serif;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #272343;
	text-shadow: -3px 3px 0px rgba(157,220,220,0.8);
	margin-bottom: 20px;
}
.PageTitle__Box .title__EN02	{		/* 仮入校申し込み */
	display: flex;
	justify-content:center;
	align-items: center;
	font-family: "Noto Serif", serif;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.01em;
	color: #272343;
	text-shadow: -3px 3px 0px rgba(157,220,220,0.8);
	margin-bottom: 20px;
	white-space: nowrap;
}
.PageTitle__Box .title__JP	{	/*  テキストタイトルの場合  */
	display: flex;
	justify-content:center;
	align-items: center;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #272343;
}
.PageTitle__Box .title__JP_Img	{	/*  画像タイトルの場合  */
	display: flex;
	justify-content:center;
	align-items: center;
}
.PageTitle__Box .title__JP_Img img	{
	width: auto;
	height: 26px;
}
.PageTitle__Box .title__JP_Img img.kosyu	{
	width: auto;
	height: 22px !important;
}
.PageTitle__Box .title__JP_Img img.loan	{
	width: auto;
	height: 22px !important;
}
.PageTitle__Box .title__JP_Img img.lesson,
.PageTitle__Box .title__JP_Img img.license,
.PageTitle__Box .title__JP_Img img.access,
.PageTitle__Box .title__JP_Img img.contact,
.PageTitle__Box .title__JP_Img img.recruit,
.PageTitle__Box .title__JP_Img img.privacy,
.PageTitle__Box .title__JP_Img img.sitemap {
	width: auto;
	height: 22px !important;
}
.PageTitle__Box .title__JP_Img img.flow	{
	width: auto;
	height: 20px !important;
}

@media all and (max-width: 768px) {
	/* 背景1 */
.PageTitle__Box {
	height: 180px;
}
	/* 背景2 */
.PageTitle__Box::before {
	height: 150px;
}
.PageTitle__Box .title__EN	{
	font-size: 3rem;
	margin-bottom: 10px;
}
.PageTitle__Box .title__EN02	{
	font-size: 3rem;
	margin-bottom: 10px;
}
.PageTitle__Box .title__JP	{
	font-size: 1.6rem;
}
.PageTitle__Box .title__JP_Img img	{
	height: 18px;
}
.PageTitle__Box .title__JP_Img img.kosyu	{
	height: 14px !important;
}
.PageTitle__Box .title__JP_Img img.loan	{
	height: 14px !important;
}
.PageTitle__Box .title__JP_Img img.lesson,
.PageTitle__Box .title__JP_Img img.license,
.PageTitle__Box .title__JP_Img img.access,
.PageTitle__Box .title__JP_Img img.contact,
.PageTitle__Box .title__JP_Img img.recruit,
.PageTitle__Box .title__JP_Img img.privacy,
.PageTitle__Box .title__JP_Img img.sitemap {
	height: 14px !important;
}
.PageTitle__Box .title__JP_Img img.flow	{
	height: 14px !important;
}

}
@media all and (max-width: 640px) {
	/* 背景1 */
.PageTitle__Box {
	width: 94%;
}
	/* 背景2 */
.PageTitle__Box::before {
	left: -2.5%;
}
}
@media all and (max-width: 480px) {
	/* 背景1 */
.PageTitle__Box {
	height: 120px;
	padding:0;
}
	/* 背景2 */
.PageTitle__Box::before {
	height: 90px;
	left: -3%;
}
.PageTitle__Box .title__EN	{
	font-size: 2rem;
	letter-spacing: 0.01em;
}
.PageTitle__Box .title__EN02	{
	font-size: 2rem;
}
.PageTitle__Box .title__JP	{
	font-size: 1.2rem;
}
.PageTitle__Box .title__JP_Img img.flow	{
	height: 10px !important;
}

}


/* ページレイアウト（2カラム）　※いらなければ最後削除
================================================== */
.page__area {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
 display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media screen and (max-width: 1250px)  {
.page__area {
	padding: 0 2%;
}
}
@media screen and (max-width: 898px)  {
.page__area {
	flex-flow: column wrap;
}
}


/* ページ__メイン */
.page__main {				/*  2カラム  */
	width: 840px;
	/*margin: 15px 0 0;*/
	position:relative;
}
.page__main section {
	margin: 0 0 70px;
}

@media screen and (min-width: 1101px) and (max-width: 1250px) {
.page__main {
	flex-grow: 2;
}
}
@media screen and (min-width: 899px) and (max-width: 1100px) {
.page__main {
	flex-grow: 2;
}
}
@media screen and (max-width: 898px)  {
.page__main {
	width: 100%;
	flex-grow: 0;
}
}
@media screen and (max-width: 768px)  {
.page__main section,
.page__main section:last-of-type {
	margin: 0 0 50px;
}
}
@media screen and (max-width: 480px)  {
}


/* ページ__サイドバー */
.page__sidebar {
	width: 240px;
	/*position: sticky;
 position: -webkit-sticky;
	top:175px;*/
}
.page__sidebar section {
	margin-bottom: 20px;
}
@media screen and (min-width: 1101px) and (max-width: 1250px) {
.page__sidebar {
	min-width: 240px;
	margin-left: 50px;
}
}
@media screen and (min-width: 899px) and (max-width: 1100px) {
.page__sidebar {
	min-width: 240px;
	margin-left: 50px;
}
}
@media screen and (max-width: 898px)  {
.page__sidebar {
	width: 100%;
}
}

/* ページ__サイドバー（タイトル） */
.page__sidebar h2	{
	font-weight: 500;
	font-size:2rem;
	position:relative;
	margin: 0;
}
.page__sidebar h2 a,
.page__sidebar h2.nolink {			/*  リンクあり／なし  */
	display: block;
	color: #ffffff;
	padding: 15px 10px;
	background-color:#C50018;
	border-radius: 5px 5px 0 0;
	text-align: center;
	transition: .3s;
}
.page__sidebar h2 a:hover	{
	background-color:#df001b;
}
@media screen and (max-width: 768px)  {
.page__sidebar h2	{
	font-size:1.8rem;
}
}
@media screen and (max-width: 480px)  {
.page__sidebar h2 a,
.page__sidebar h2.nolink {
	font-size:1.6rem;
	padding: 12px 10px;
}
}

/* ページ__サイドバー（ページリンクボタン） */
.page__sidebar .page_Link_Button	{
	font-weight: 500;
	font-size:1.6rem;
	position:relative;
}
.page__sidebar .page_Link_Button a {
	display: block;
	color: #333333;
	padding: 15px 10px 15px 35px;
	background-color:#f4f4f4;
	border: 1px solid #cccccc;
	border-top: none;
	position: relative;
}
.page__sidebar .page_Link_Button a::before,
.page__sidebar .page_Link_Button a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 15px;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}
.page__sidebar .page_Link_Button a::before {
  transform: rotate(45deg);
}
.page__sidebar .page_Link_Button a::after {
  transform: rotate(-45deg);
}
.page__sidebar .page_Link_Button a:hover	{
	transition: .3s;
	background-color:#ffffff;
	color: #C50018;
}
.page__sidebar .page_Link_Button br {
	display: block;
}

