@charset "utf-8";
/* CSS Document */

/*-----------------------------
reset
-----------------------------*/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
	font-size: 100%;
	list-style: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
	}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}


/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}


/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* 本書サンプル用に以下のコードを追加しています。 */

/* clearfix */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/*-----------------------------
body
-----------------------------*/
html {
	width: 100%;
	background-color: #FFF;
	color: #333333;
	/*font-size: 4.267vw;*/
	font-size: 3.8vw;
	font-family: "游ゴシック Medium", "Yu Gothic Medium" , "游ゴシック体", YuGothic, sans-serif;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;	
	line-height: 1.8;
}

	/*タブレットレイアウトの指定*/
	@media print, screen and (min-width:760px){
	html {
		font-size: 1.5vw;
	}
	}

	/*タブレットレイアウトの指定*/
	@media print, screen and (min-width:1200px){
	html { 
		font-size: 16px;
	}
	}

body {
	position: relative;
}

/*-----------------------------
動き
-----------------------------*/
/*ふわっ*/

/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(200px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

/*-----------------------------
text_style, box_style
-----------------------------*/

/*スマホ向けレイアウトの指定*/

img { 
	vertical-align: bottom; 
	max-width: 100%;
	height: auto;
}

.mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
	font-family: "游ゴシック Medium", "Yu Gothic Medium" , "游ゴシック体", YuGothic, sans-serif;
}

.fs_12_sp { font-size: 12px;}
.fs_14_sp { font-size: 14px;}
.fs_16_sp { font-size: 16px;}
.fs_18_sp { font-size: 18px;}
.fs_20_sp { font-size: 20px;}
.fs_24_sp { font-size: 24px;}
.fs_28_sp { font-size: 28px;}
.fs_30_sp { font-size: 30px;}
.fs_34_sp { font-size: 34px;}
.fs_40_sp { font-size: 40px;}
.fs_50_sp { font-size: 50px;}

.fs_12_vw{ font-size: 0.75rem;}
.fs_14_vw{ font-size: 0.875rem;}
.fs_16_vw{ font-size: 1rem;}
.fs_18_vw{ font-size: 1.125rem;}
.fs_20_vw{ font-size: 1.25rem;}
.fs_24_vw{ font-size: 1.5rem;}
.fs_28_vw{ font-size: 1.75rem;}
.fs_30_vw{font-size: 1.875rem;}
.fs_34_vw{ font-size: 2.125rem;}
.fs_40_vw{font-size: 2.5rem;}
.fs_50_vw{ font-size: 3.125rem;}

.ta_center_sp { text-align: center; }
.ta_left_sp { text-align: left; }
.ta_right_sp { text-align: right; }

.fw_bold { font-weight: bold; }
.fw_lighter { font-weight: lighter; }

.fc_white { color: #fff; }
.fc_black { color: #000; }
.fc_base { color: #35B7C9;}
.fc_yellow { color: #ECD21D; }

.space2 { letter-spacing: 2px; }
.space5 { letter-spacing: 5px; }

.block_sp { display: block; }
.none_sp { display: none; }

.lh_10 { line-height: 1; }
.lh_12 { line-height: 1.2; }
.lh_15 { line-height: 1.5; }
.lh_17 { line-height: 1.7; }

.mb0_sp { margin-bottom: 0; }
.mb10_sp { margin-bottom: 0.625rem; }
.mb20_sp { margin-bottom: 1.25rem; }
.mb30_sp { margin-bottom: 1.875rem; }
.mb40_sp { margin-bottom: 2.5rem; }
.mb50_sp { margin-bottom: 3.125rem}
.mb60_sp { margin-bottom: 3.75rem; }
.mb80_sp { margin-bottom: 5rem; }
.mb100_sp { margin-bottom: 6.25rem; }
.mb200_sp { margin-bottom: 12.5rem; }
.mb300_sp { margin-bottom: 18.75rem; }

.mt10_sp { margin-top: 0.625rem; }
.mt20_sp { margin-top: 1.25rem; }
.mt30_sp { margin-top: 1.875rem; }
.mt40_sp { margin-top: 2.5rem; }
.mt60_sp { margin-top: 3.75rem; }
.mt80_sp { margin-top: 5rem; }
.mt100_sp { margin-top: 6.25rem; }

.ml10_sp { margin-left: 0.625rem; }
.ml20_sp { margin-left: 1.25rem; }
.ml30_sp { margin-left: 1.875rem; }
.ml40_sp { margin-left: 2.5rem; }
.ml60_sp { margin-left: 3.75rem; }
.ml100_sp { margin-left: 6.25rem; }

.mr10_sp { margin-right: 0.625rem; }
.mr20_sp { margin-right: 1.25rem; }
.mr30_sp { margin-right: 1.875rem; }
.mr40_sp { margin-right: 2.5rem; }
.mr60_sp { margin-right: 3.75rem; }
.mr100_sp { margin-right: 6.25rem; }

.img_radius {
	border-radius: 0.3rem 0.3rem;
}

.link_01 {
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
	color: inherit;
}

.link_02 {
	vertical-align:baseline;
   	background:transparent;
	text-decoration: none;
}


.list_01 {
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
}

.list_02 {
	list-style: none;
}


	/*タブレットレイアウトの指定*/
	@media print, screen and (min-width:760px){
	.fs_12_tb { font-size: 12px; }
	.fs_14_tb { font-size: 14px; }
	.fs_16_tb { font-size: 16px; }
	.fs_18_tb { font-size: 18px; }
	.fs_20_tb { font-size: 20px; }
	.fs_24_tb { font-size: 24px; }
	.fs_28_tb { font-size: 28px;}		
	.fs_30_tb { font-size: 30px; }
	.fs_34_tb { font-size: 34px; }
	.fs_40_tb { font-size: 40px; }
	.fs_50_tb { font-size: 50px; }
	.fs_80_tb { font-size: 80px; }

	.ta_center_tb { text-align: center; }
	.ta_left_tb { text-align: left; }
	.ta_right_tb { text-align: right; }

	.block_tb { display: block; }
	.none_tb { display: none; }

	.mb0_tb { margin-bottom: 0; }
	.mb10_tb { margin-bottom: 0.625rem; }
	.mb20_tb { margin-bottom: 1.25rem; }
	.mb30_tb { margin-bottom: 1.875rem; }
	.mb40_tb { margin-bottom: 2.5rem; }
	.mb50_tb { margin-bottom: 3.125rem}
	.mb60_tb { margin-bottom: 3.75rem; }
	.mb80_tb { margin-bottom: 5rem; }
	.mb100_tb { margin-bottom: 6.25rem; }
	.mb200_tb { margin-bottom: 12.5rem; }
	.mb300_tb { margin-bottom: 18.75rem; }

	.mt10_tb { margin-top: 0.625rem; }
	.mt20_tb { margin-top: 1.25rem; }
	.mt30_tb { margin-top: 1.875rem; }
	.mt40_tb { margin-top: 2.5rem; }
	.mt60_tb { margin-top: 3.75rem; }
	.mt100_tb { margin-top: 6.25rem; }

	.ml10_tb { margin-left: 0.625rem; }
	.ml20_tb { margin-left: 1.25rem; }
	.ml30_tb { margin-left: 1.875rem; }
	.ml40_tb { margin-left: 2.5rem; }
	.ml60_tb { margin-left: 3.75rem; }
	.ml100_tb { margin-left: 6.25rem; }

	.mr10_tb { margin-right: 0.625rem; }
	.mr20_tb { margin-right: 1.25rem; }
	.mr30_tb { margin-right: 1.875rem; }
	.mr40_tb { margin-right: 2.5rem; }
	.mr60_tb { margin-right: 3.75rem; }
	.mr100_tb { margin-right: 6.25rem; }
	}

		/*iPad pro相当*/
		@media print, screen and (min-width:1020px){

		.fs_12_pro { font-size: 12px; }
		.fs_14_pro { font-size: 14px; }
		.fs_16_pro { font-size: 16px; }
		.fs_18_pro { font-size: 18px; }
		.fs_20_pro { font-size: 20px; }
		.fs_24_pro { font-size: 24px; }
		.fs_28_pro { font-size: 28px;}			
		.fs_30_pro { font-size: 34px; }
		.fs_40_pro { font-size: 40px; }
		.fs_50_pro { font-size: 50px; }
		.fs_70_pro { font-size: 70px; }
		.fs_80_pro { font-size: 80px; }

		.ta_center_pro { text-align: center; }
		.ta_left_pro { text-align: left; }
		.ta_right_pro { text-align: right; }

		.block_pro { display: block; }
		.none_pro { display: none; }

		.mb0_pro { margin-bottom: 0; }
		.mb10_pro { margin-bottom: 0.625rem; }
		.mb20_pro { margin-bottom: 1.25rem; }
		.mb30_pro { margin-bottom: 1.875rem; }
		.mb40_pro { margin-bottom: 2.5rem; }
		.mb50_pro { margin-bottom: 3.125rem}
		.mb60_pro { margin-bottom: 3.75rem; }
		.mb80_pro { margin-bottom: 5rem; }
		.mb100_pro { margin-bottom: 6.25rem; }
		.mb200_pro { margin-bottom: 12.5rem; }
		.mb300_pro { margin-bottom: 18.75rem; }

		.mt10_pro { margin-top: 0.625rem; }
		.mt20_pro { margin-top: 1.25rem; }
		.mt30_pro { margin-top: 1.875rem; }
		.mt40_pro { margin-top: 2.5rem; }
		.mt60_pro { margin-top: 3.75rem; }
		.mt100_pro { margin-top: 6.25rem; }

		.ml10_pro { margin-left: 0.625rem; }
		.ml20_pro { margin-left: 1.25rem; }
		.ml30_pro { margin-left: 1.875rem; }
		.ml40_pro { margin-left: 2.5rem; }
		.ml60_pro { margin-left: 3.75rem; }
		.ml100_pro { margin-left: 6.25rem; }

		.mr10_pro { margin-right: 0.625rem; }
		.mr20_pro { margin-right: 1.25rem; }
		.mr30_pro { margin-right: 1.875rem; }
		.mr40_pro { margin-right: 2.5rem; }
		.mr60_pro { margin-right: 3.75rem; }
		.mr100_pro { margin-right: 6.25rem; }
		}
		
			/*PC向けおよび大型PCの指定*/
			@media print, screen and (min-width:1200px){

			.fs_12_pc { font-size: 12px; }
			.fs_14_pc { font-size: 14px; }
			.fs_16_pc { font-size: 16px; }
			.fs_18_pc { font-size: 18px; }
			.fs_20_pc { font-size: 20px; }
			.fs_24_pc { font-size: 24px; }
			.fs_28_pc { font-size: 28px; }				
			.fs_30_pc { font-size: 30px; }
			.fs_34_pc { font-size: 34px; }
			.fs_40_pc { font-size: 40px; }
			.fs_50_pc { font-size: 50px; }
			.fs_70_pc { font-size: 70px; }
			.fs_80_pc { font-size: 80px; }

			.ta_center_pc { text-align: center; }
			.ta_left_pc { text-align: left; }
			.ta_right_pc { text-align: right; }

			.block_pc { display: block; }
			.none_pc { display: none; }

			.mb0_pc { margin-bottom: 0; }
			.mb10_pc { margin-bottom: 0.625rem; }
			.mb20_pc { margin-bottom: 1.25rem; }
			.mb30_pc { margin-bottom: 1.875rem; }
			.mb40_pc { margin-bottom: 2.5rem; }
			.mb50_pc { margin-bottom: 3.125rem}
			.mb60_pc { margin-bottom: 3.75rem; }
			.mb80_pc { margin-bottom: 5rem; }
			.mb100_pc { margin-bottom: 6.25rem; }
			.mb200_pc { margin-bottom: 12.5rem; }
			.mb300_pc { margin-bottom: 18.75rem; }

			.mt10_pc { margin-top: 0.625rem; }
			.mt20_pc { margin-top: 1.25rem; }
			.mt30_pc { margin-top: 1.875rem; }
			.mt40_pc { margin-top: 2.5rem; }
			.mt60_pc { margin-top: 3.75rem; }
			.mt100_pc { margin-top: 6.25rem; }

			.ml10_pc { margin-left: 0.625rem; }
			.ml20_pc { margin-left: 1.25rem; }
			.ml30_pc { margin-left: 1.875rem; }
			.ml40_pc { margin-left: 2.5rem; }
			.ml60_pc { margin-left: 3.75rem; }
			.ml100_pc { margin-left: 6.25rem; }

			.mr10_pc { margin-right: 0.625rem; }
			.mr20_pc { margin-right: 1.25rem; }
			.mr30_pc { margin-right: 1.875rem; }
			.mr40_pc { margin-right: 2.5rem; }
			.mr60_pc { margin-right: 3.75rem; }
			.mr100_pc { margin-right: 6.25rem; }
			}		

/*-----------------------------
responsive_grid
-----------------------------*/

/*スマホ向けレイアウトの指定*/

.inner01 {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner02 {
	width: 92%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.flex_box_sp {
	display: flex;
	flex-wrap: wrap;	
}

.col_01_sp {
	width: 70%;
}

.col_02_sp {
	width: 32%;
}

.col_03_sp {
	width: 49%;
}

.col_04_sp {
	width: 23%;
}

.jc_space_between {
	justify-content: space-between;
}
	/*タブレットレイアウトの指定*/
	@media print, screen and (min-width:760px){
	.flex_box_tb {
		display: flex;
		flex-wrap: wrap;
	}

	.col_01_tb {
		width: 70%;
	}

	.col_02_tb {
		width: 32%;
	}

	.col_03_tb {
		width: 49%;
	}

	.col_04_tb {
		width: 23%;
	}

	}

	/*iPadプロ、PCレイアウトの指定*/
	@media print, screen and (min-width:1020px){

	.flex_box_pro {
		display: flex;
		flex-wrap: wrap;
	}

	.col_01_pro {
		width: 70%;
	}

	.col_02_pro {
		width: 32%;
	}

	.col_03_pro {
		width: 49%;
	}

	.col_04_pro {
		width: 23%;
	}

	}
	
		/*PC向けおよび大型PCレイアウトの指定*/
		@media print, screen and (min-width:1200px){

		.inner01 {
			width: 85%;
			max-width: 1100px;
		}		

		.flex_box_pc {
			display: flex;
			flex-wrap: wrap;
		}

		.col_01_pc {
			width: 70%;
		}

		.col_02_pc {
			width: 32%;
		}

		.col_03_pc {
			width: 49%;
		}

		.col_04_pc {
			width: 23%;
		}
		
		.flex_reverse_pc {
			flex-direction:row-reverse;
		}
		}

/*-----------------------------
header
-----------------------------*/
header {
	position: fixed;
	width: 100%;
	z-index: 5;
	padding: 0.8rem 0 0.9rem 0;
	background-color: rgba(255,255,255,1.00);
	/*background-color: transparent;*/
	transition: all 4s ease;
}

header.scroll-nav {
	/*background-color: rgba(255,255,255,1.00);*/
	box-shadow: 0 0.1rem 0.3rem rgba(100,100,100,0.3);
}

.inner_header {
	position: relative;
}

.logo {
	width: 20rem;
	margin-left: 1rem;
}

.logo a img {
	width: 100%;
}

.pc_nav_header {
	display: none;
}

#hamburger .btn-gNav_koto{
  position: fixed;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #005280;
  padding: 0.6rem 0.6rem 0.8rem 0.6rem;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#hamburger .btn-gNav_koto span{
  position: absolute;
  width: 2rem;
  height: 2px;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#hamburger .btn-gNav_koto span:nth-child(1) {
  top:1rem;
}
#hamburger .btn-gNav_koto span:nth-child(2) {
  top:1.8rem;
}
#hamburger .btn-gNav_koto span:nth-child(3) {
  top:2.6rem;
}

#hamburger .btn-gNav_koto.open span:nth-child(1){
  background: #fff;
  top: 1.8rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
#hamburger .btn-gNav_koto.open span:nth-child(2),#hamburger .btn-gNav_koto.open span:nth-child(3){
  top: 1.8rem;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

#gNav{
  position: fixed;
  top: 0;
  right: -100%;	
  width: 100%;
  height: 100%;
  background: #F3F1EB;
  box-sizing: border-box;
  z-index: -1;
  padding-top: 5rem;
  transition: opacity .5s linear;
  opacity: 0;
}

#gNav.open{
  right: 0px;
  opacity: 1;
}

#gNav.hidden {
	display: hidden;
}

#gNav .gNav-menu{
  width: 100%;
  height:100%;
  /*display: flex;
  flex-direction: column;
  text-align: center;*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

	@media print, screen and (min-width:760px){
	.inner_header {
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;;		
	}
		
	.logo {
		width: 25rem;
	}

	.pc_nav_header {
		position: fixed;
		right: 6rem;
		top: 0.8rem;
		display: flex;
		gap: 2rem;
		font-size: 1.15rem;
		letter-spacing: 2px;
	}

	.pc_nav_header li a {
		text-decoration: none;
		color: inherit;
		transition-duration: .5s;
	}

	.pc_nav_header li a:hover {
		color: #005280;
	}
	}

/*-----------------------------
高等課程　サブメニュー
-----------------------------*/
.koto_submenu {
	width: 20rem;
	margin-left: auto;
	margin-right: auto;
}

.koto_submenu li {
	/*border-bottom: solid 1px;
	padding: 0.5rem;
	position: relative;*/
}

.koto_submenu li a {
	display: block;
	color: inherit;
	text-decoration: none;
	transition-duration: .5s;
	border-bottom: solid 1px;
	padding: 0.5rem;
	position: relative;	
}

.koto_submenu li a:before {
	content: url("../images/highschool/koto_arrow.svg");
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
}

.koto_submenu li a:hover {
	color: #005280;
}

.anchor-target  {
	scroll-margin-top: 3.25rem; /* 固定ヘッダーの高さに合わせて調整 */
}

	@media print, screen and (min-width:760px){
	.koto_submenu {
		width: 34rem;
		/*display: flex;*/
	}
		
	/*.koto_submenu li a {
		padding: 0 2rem;
		border-bottom: none;
	}*/

	/*.koto_submenu li a:before {
		content: url("../images/highschool/koto_arrow.svg");
		position: absolute;
		top: 1.5rem;
		right: 50%;
		transform: translateX(50%);
	}*/		
	}

/*-----------------------------
トップへ戻るボタン
-----------------------------*/

#totop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	height: auto;
	opacity: 0.7;
}

/*-----------------------------
footer
-----------------------------*/
.menu_btn_koto {
	background-color: #005280;
	color: #fff;
}

.flex_menu_btn {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
}

.col_menu_btn {
	width: calc(100% / 3);
	box-sizing: border-box;
	text-align: center;
	padding: 1rem 0;
	border-right: solid 1px #fff;
}

.grid_02 {
	display: grid;
	align-items: center;
	gap: 0.5rem;
	font-size: 1.1rem;
	text-decoration: none;
	color: inherit;
}

.grid_02:hover {
	color: #d9effa;
}

.col_menu_btn:first-child {
	border-left: solid 1px #fff;
}

.material-symbols-outlined {
	vertical-align: middle;
}

.menu_nav {
	background-color: #d9e5ec;
	padding: 2rem 0 1rem 0;
}

.inner_menu_nav {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.list_menu_list > li {
	border-bottom: solid 1px;
	padding: 1.5rem 0;
	/*font-size: 1.1rem;*/
}
.list_menu_list > li > a {
	color: inherit;
	text-decoration: none;
	font-size: 1.1rem;
}

.list_menu_list > li > a:after {
	content: url("../images/highschool/arrow_03.svg");
	padding: 1rem;
}

.list_menu_list > li > a:hover {
	color: #D76D45;
}

.child li a {
	text-decoration: none;
	color: inherit;
}

.child li a:before {
	content: '-';
	padding-right: 0.5rem;
}

.flex_navbtn_01 {
	width: 17rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.col_navbtn_01 {
	display: block;
	box-sizing: border-box;
	width: 8rem;
	padding: 1rem 0;	
	background-color: #fff;
	border: solid 1px #000000;
	border-radius: 0.3rem;	
	text-align: center;
	text-decoration: none;
	color: inherit;
	letter-spacing: 2px;
	font-weight: bold;
	box-shadow: 5px 5px #BB9E54;
	line-height: 1;
	transition-duration: .5s;
}

.col_navbtn_01:hover {
	transform: translate(5px,5px);
	box-shadow: none;
}

.adjust02 {
	padding-top: 0.5rem;
	padding-bottom: 1.5rem;
}

.col_navbtn_01:hover {
	transform: translate(5px,5px);
	box-shadow: none;
}

.navbtn_02 {
	display: block;
	box-sizing: border-box;
	width: 17rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1rem 0;	
	background-color: #fff;
	border: solid 1px #000000;
	border-radius: 0.3rem;	
	text-align: center;
	text-decoration: none;
	color: #005280;
	letter-spacing: 2px;
	font-weight: bold;
	box-shadow: 5px 5px #005280;
	line-height: 1.2;
	transition-duration: .5s;
}

.navbtn_02:hover {
	transform: translate(5px,5px);
	box-shadow: none;
}

.box_sns {
	display: flex;
	gap: 0.5rem;
	align-items: center;	
	width: 6.5rem;
	margin-left: auto;
	margin-right: 0;
}

.copyright {
	padding: 0.3rem 0;
	background-color: #005280;
	color: #fff;
	font-size: 0.8rem;
	text-align: center;
}

	@media print, screen and (min-width:760px){
	.grid_02 {
		/*width: 10rem;
		margin-left: auto;
		margin-right: auto;*/
		display: flex;
		/*grid-template-columns: 10px 1fr;*/
		/*align-items: start;*/
		justify-content: center;
		gap: 1rem;
	}

	.ajust01 {
		padding-top: 0.1rem;	
	}

	.menu_nav {
		padding: 3rem 0;
	}
		
	.inner_menu_nav {
		width: 92%;
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}		
		
	.flex_nav_01 {
		display: grid;
		grid-template-columns: 17rem 17rem 17rem;
		gap: 4rem;
	}
		
	.flex_footer_info {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	}

/*-----------------------------
その他共通パーツ等
-----------------------------*/
/*MOREのボタンセンター寄せ*/
.btn_01 {
	display: block;
	width: 6rem;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align: center;
	border: solid 1px #000000;
	border-radius: 2rem;
	text-decoration: none;
	color: inherit;
	letter-spacing: 2px;
	font-weight: bold;
	box-shadow: 3px 3px #BEB49E;
	line-height: 1;
	padding: 0.3rem 0.5rem 0.4rem 0.5rem;
	transition-duration: .5s;
}

.btn_01:hover {
	background-color: #BEB49E;
	transform: translate(3px);
  	box-shadow: none;
}

/*トップページの先輩たちの声のMOREのボタン左寄せ小さめ*/
.btn_02 {
	display: block;
	width: 5rem;
	/*margin-left: auto;
	margin-right: auto;*/
	background-color: #fff;
	text-align: center;
	border: solid 1px #000000;
	border-radius: 2rem;
	text-decoration: none;
	color: inherit;
	letter-spacing: 2px;
	font-weight: bold;
	box-shadow: 2px 2px #BEB49E;
	line-height: 1;
	padding: 0.2rem;
	font-size: 0.9rem;
	transition-duration: .5s;
}

.btn_02:hover {
	/*background-color: #BEB49E;*/
	transform: translate(2px);
  	box-shadow: none;
	/*color: #fff;*/
}

/*トップページの見出しh2*/
.wrap_ttl_01 {
	border-top: 0.4rem solid #BEB49E;
}

.inner_ttl_01 {
	position: relative;
	padding: 1.5rem 0 0.5rem 0;
}

.inner_ttl_01::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	border-top: 23vw solid #BEB49E; 
	border-right: 72vw solid transparent;
	z-index: -1;
}

/*トップページの見出しh2 先輩たちの声カラー違い*/
.wrap_ttl_02 {
	border-top: 0.4rem solid #BEB49E;
}

.inner_ttl_02 {
	position: relative;
	padding: 1.5rem 0 0.5rem 0;
	background-color: #F3F1EB;
	z-index: -1;
}

.inner_ttl_02::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	border-top: 23vw solid #BEB49E; 
	border-right: 72vw solid transparent;
	z-index: -1;
}

.ttl_01_en {
	margin-bottom: 0.3rem;
}

.ttl_01_ja {
	color: #BEB49E;
	position: relative;
	/*display: inline-block;*/
}

.ttl_01_ja:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: inline-block;
  width: 3rem;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #BEB49E;
  border-radius: 2px;
	
}

.inner_ttl_01 img {
	height: 2rem;
	width: auto;
}


/*影付き画像１*/
.img_style_01 {
	text-align: center;
}

/*画像ホバー時opacity*/
.hoverstyle_01 {
	opacity: 1;
	transition-duration: .5s;
}

.hoverstyle_01:hover {
	opacity: 0.7;
}

	@media print, screen and (min-width:760px){
		
	.inner_ttl_01 {
		position: relative;
		padding: 1.5rem 0 0.5rem 0;
	}

	.inner_ttl_01::before {
		content: "";
		position: absolute;
		top: -1px;
		left: 0;
		border-top: 5vw solid #BEB49E; 
		border-right: 85vw solid transparent;
		z-index: -1;
	}
		
	.inner_ttl_02 {
		position: relative;
		padding: 1.5rem 0 0.5rem 0;
	}

	.inner_ttl_02::before {
		content: "";
		position: absolute;
		top: -1px;
		left: 0;
		border-top: 5vw solid #BEB49E; 
		border-right: 85vw solid transparent;
		z-index: -1;
	}		
		
	}

		@media print, screen and (min-width:1200px){
		/*影付き画像１*/
		.img_style_01 {
			position: relative;
			/*width: 616px;*/
			width: 38rem;
			margin-right: auto;
			margin-left: auto;
		}

		.img_style_01:before {
			content: url("../images/highschool/img_opencampus_before.png");
			position: absolute;
			left: -1rem;
			top: 1rem;
			z-index: -1;
		}			
		}


/*-----------------------------
高等課程の下層ページ　ページタイトル
-----------------------------*/
/**********高等課程のパターン1**********/
.page_ttl_koto {
	padding-top: 3.25rem;
}

	@media print, screen and (min-width:760px){
	.page_ttl_koto img {
		width: 100%;
		height: 29rem;
		object-fit: cover;
	}
	}

		@media print, screen and (min-width:1200px){
		.page_ttl_koto img {
			width: 100%;
			height: 500px;
			object-fit: cover;
		}
		}

/**********高等課程のパターン2（体験入学）**********/
.page_ttl_03 {
	padding-top: 3.25rem;
	position: relative;
}

.page_ttl_03 h2 img {
	width: 100%;
	height: 9.75rem;
	object-fit: cover;
}

.txt_page_ttl_c {	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding-top: 3.25rem;
	font-size: 2rem;
	color: #fff;
	letter-spacing: 2px;
	line-height: 1.2;
	white-space: nowrap;
	text-align: center;
}

	@media print, screen and (min-width:760px){
	.page_ttl_03 h2 img {
		width: 100%;
		height: 14.375rem;
		object-fit: cover;
	}
		
	.txt_page_ttl_c {	
		font-size: 3rem;
		letter-spacing: 0.3rem;
	}			
	}

/*-----------------------------
体験入学思う巣込み　追従バナー
-----------------------------*/
.sticky_bnr {
	position: fixed;
	top: 4.5rem;
	right: 50%;
	transform: translateX(12.8rem);
	width: 6rem;
	z-index: 1;
}

	@media print, screen and (min-width:760px){
	.sticky_bnr {
		position: fixed;
		top: 6.5rem;
		right: 50%;
		transform: translateX(32rem);
		width: 10rem;
		z-index: 1;
	}
	}

		@media print, screen and (min-width:1200px){
		.sticky_bnr {
			position: fixed;
			top: 6.5rem;
			right: 50%;
			transform: translateX(36rem);
			width: 10rem;
			z-index: 1;
		}			
		}

/*-----------------------------
下層ページ　共通パーツ等
-----------------------------*/
/*パンくずリスト*/
.breadcrumbs {
	width: 92%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5rem;
}

.breadcrumbs a, .breadcrumbs span {
	padding-right: 0.5rem;
	text-decoration: none;
	font-size: 0.9rem;
}

.link_crumbs {
	color: #D56D45;
}

.fc_lightbrown_01 {
	color: #B79A54;
}

/*下線付き文字*/
.ttl_02 {
	display: inline-block;
	font-size: 1.5rem;
	border-bottom: solid 2px #B99C54;
	letter-spacing: 2px;
}

/*下線付き文字 文字も色付き*/
.ttl_03 {
	font-size: 1.5rem;
	border-bottom: solid 3px #B99C54;
	letter-spacing: 2px;
	color: #AF9254;
	text-align: center;
}

/*ラウンド背景色つき 白文字（特徴の「特修講座」など）*/
.ttl_04 {
	font-size: 1.2rem;
	background-color: #CB6D45;
	border-radius: 1rem;
	color: #fff;
	text-align: center;
}

/*下線付き文字　文字黒線黒（特徴の「主な就職先」）*/
.ttl_05 {
	border-bottom: solid 2px;
	font-size: 1.1rem;
}

/*高等課程の青帯見出しタイトル*/
.ttl_koto_01 {
	background-color: #005280;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.5;
}

.fcfs_4 {
	font-size: 2.5rem;
	color: #ffff60;
}


	@media print, screen and (min-width:760px){
	.ttl_02 {
		font-size: 1.8rem;
	}
		
	.ttl_03 {
		font-size: 2.3rem;
	}
		
	/*高等課程の青帯見出しタイトル*/
	.ttl_koto_01 {
		font-size: 2.5rem;
	}

	.fcfs_4 {
		font-size: 3rem;
	}		
	}


/*-----------------------------
専門課程はこちらボタン(ハンバーガーメニュとフッター)
-----------------------------*/
.btn_senmonkatei_pc {
	display: none;
}

	@media print, screen and (min-width:760px){
	.btn_senmonkatei_pc {
		display: block;
		width: 100%;
		max-width: 519px;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0.4rem 0.4rem #005280;
		/*border: solid 1px #000000;
		border-radius: 0.5rem;*/
		transition-duration: .5s;	
	}

	.btn_senmonkatei_pc:hover {
		transform: translate(3px,3px);
		box-shadow: none;
	}
	}
		
/*-----------------------------
３つのポイント
-----------------------------*/
.koto_point {
	background-color: #e2ebf1;
	padding: 3rem 0 3rem 0;
}

.flex_koto_points {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.col_koto_points {
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px;
	padding: 2rem 1rem 1.5rem 1rem;
	position: relative;
}

.txt_koto_point {
	position: absolute;
	top: -1.3rem;
	left: 50%;
	transform: translateX(-50%);
}
		
	@media print, screen and (min-width:760px){
	.koto_point {
		padding: 5rem 0 5rem 0;
	}		
	.flex_koto_points {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 2rem;
	}
		
	.col_koto_points {
		width: 31%;
	}
	}

/*-----------------------------
目指す資格
-----------------------------*/
.koto_qualification {
	padding: 2rem 0 2rem 0;
	position: relative;
}

.fc_4 {
	color: #c61724;
}
		
.fc_5 {
	color: #005280;
}

 
.list_koto_qualification li {
	padding-left: 1.2rem;
	background: url("../images/highschool/mark_circle.png") no-repeat left top 0.5rem;
	background-size: 0.9rem;
}

.illu_100_pc {
	display: none;
}

.bgimg_qualification img {
	width: 22rem;
}

	@media print, screen and (min-width:760px){
	.koto_qualification {
		padding: 4rem 0 16rem 0;
	}
		
	.illu_100_sp { display: none; }
		
	.illu_100_pc {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
	}
		
	.illu_100_pc img {
		width: 14rem;
	}
		
	.bgimg_qualification {
		position: absolute;
		bottom: 3rem;
		left: 50%;
	}

	.bgimg_qualification img {
		width: 40rem;
	}		
	}
		
/*-----------------------------
年間行事
-----------------------------*/
.koto_event {
	padding: 2rem 0 2rem 0;
	background: url("../images/highschool/bg_koto_event.png") repeat center top;
}

.box_koto_event {
	box-sizing: border-box;
	border:solid 1px;
	background-color: #fff;
	padding: 1rem;
}

.ttl_koto_event {
	background-color: #005280;
	color: #fff;
	border-radius: 2rem;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 4px;
	line-height: 1.5;
}

.flex_koto_event {
	display: flex;
	flex-direction: column;
	gap: 1rem 0;
}

.card_koto_event {
	box-sizing: border-box;
	padding: 1rem;
	background-color: #d9e5ec;
	border-radius: 0.5rem;
	position: relative;
}

.txt_koto_event {
	padding-bottom: 0.5rem;
	border-bottom: solid 2px #fff;
	font-size: 1.2rem;
	color: #005280;
	text-align: center;
	margin-bottom: 0.7rem;
	font-weight: bold;
	line-height: 1.2;
}

.img02a {
	position: absolute;
	bottom: 3rem;
	right: 1rem;
	width: 7rem;
}

.txt_koto_event_02 {
	margin-bottom: 0.5rem;
	display: flex;
	height: 2.5rem;
	align-items: center;
	justify-content: center;
	/*margin-bottom: 0.5rem;*/
	text-align: center;
	color: #005280;
	font-size: 1.1rem;
	line-height: 1.3;
}

.circletxt {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
}

.bgimg_event {
	margin-left: -4rem;
}

.bgimg_event img {
	width: 22rem;
}

	@media print, screen and (min-width:760px){
	.koto_event {
		padding: 4rem 0 4rem 0;
	}

	.box_koto_event {
		padding: 2rem;
	}

	.flex_koto_event {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 1rem 1rem;
	}

	.card_koto_event {
		width: calc((100% - 1rem) / 2);
	}
		
	.txt_koto_event {
		font-size: 1.4rem;
	}
		
	.img02a {
		position: absolute;
		bottom: 2rem;
		right: 0.5rem;
		width: 8rem;
	}
		
	.circletxt {
		width: 7rem;
	}		

	.bgimg_event img {
		width: 40rem;
	}		
	}

/*-----------------------------
カリキュラム
-----------------------------*/
.koto_curriculum {
	padding: 2rem 0 3rem 0;
	position: relative;
}

.inner_koto_curriculum {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.ttl_koto_curriculum {
	background-color: #000;
	color: #fff;
	border-radius: 2rem;
	padding: 0.3rem 1.5rem;
	font-size: 1.1rem;
	letter-spacing: 2px;
}

.txt_koto_curriculum_01 {
	border-bottom: solid 3px;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-weight: bold;
}

.txt_koto_curriculum_02 {
	background-color: #ca1724;
	border-radius: 0.5rem;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 2px;
}

.txt_koto_curriculum_02 span {
	font-size: 1.5rem;
	font-weight: bold;
}

.bgimg_curriculum img {
	width: 14rem;
}

	@media print, screen and (min-width:760px){

	.koto_curriculum {
		padding: 4rem 0 16rem 0;
	}
		
	.inner_koto_curriculum {
		width: 38rem;
	}
		
	.ttl_koto_curriculum {
		font-size: 1.2rem;
	}

	.txt_koto_curriculum_01 {
		font-size: 1.7rem;
	}

	.txt_koto_curriculum_02 {
		font-size: 1.5rem;
	}

	.txt_koto_curriculum_02 span {
		font-size: 1.8rem;
	}
		
	.bgimg_curriculum {
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(7rem);
	}
		
	.bgimg_curriculum img {
		width: 25rem;
	}
	}

		@media print, screen and (min-width:1200px){
			
		.inner_koto_curriculum {
			width: 85%;
			max-width: 600px;
		}
			
		.bgimg_curriculum {
				position: absolute;
				bottom: 2rem;
				left: 50%;
				transform: translateX(12rem);
			}				
		}


/*-----------------------------
制服
-----------------------------*/
.koto_uniform {
	padding: 2rem 0 3rem 0;
	background-color: #d9e5ec;
}

.flex_koto_uniform {
	display: flex;
	flex-direction: column;
	gap: 1rem 2rem;
}

.col_koto_uniform {
	box-sizing: border-box;
	background-color: #fff;
	padding: 1.5rem;
}

	@media print, screen and (min-width:760px){
	.koto_uniform {
		padding: 3rem 0 5rem 0;
	}
		
	.flex_koto_uniform {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 1rem 2rem;
	}
		
	.col_koto_uniform {
		width: calc((100% - 2rem) / 2);
		padding: 2rem;
	}		
	}

/*-----------------------------
よくあるご質問
-----------------------------*/
.koto_qa {
	padding: 2rem 0;
	background: url("../images/highschool/bg_koto_qa.png") center top;
	border-top: solid 0.3rem #005280;
	border-bottom: solid 0.4rem #005280;
}

.btn_01_b { /*もっと見るのボタン大き目*/
	display: block;
	width: 10rem;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align: center;
	border: solid 1px #000000;
	border-radius: 2rem;
	text-decoration: none;
	color: inherit;
	letter-spacing: 2px;
	font-weight: bold;
	box-shadow: 3px 3px #005280;
	line-height: 1;
	padding: 0.3rem 0.5rem 0.4rem 0.5rem;
	font-size: 1.3rem;
	transition-duration: .5s;
}

.btn_01_b:hover {
	background-color: #d9effa;
	transform: translate(3px);
  	box-shadow: none;
}


	@media print, screen and (min-width:760px){
	.koto_qa {
		padding: 4rem 0;
	}
	}

/****アコーディオンのためのcss****/

/*アコーディオン全体*/
.accordion-area{
	list-style: none;
	/*max-width: 900px;
	margin:0 auto;*/
}

.accordion-area section {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #fff;
}

/*アコーディオンタイトル*/
.faq_ttl {
	position: relative;/*+マークの位置基準とするためrelative指定*/
	cursor: pointer;
	padding: 1rem 2.5rem 1rem 0.7rem;
	transition: all .5s ease;
	/*align-items: flex-start;*/
	display: grid;
	grid-template-columns: 2.3rem 1fr;
	align-items: center;
	font-size: 1.2rem;
}


/*アイコンの＋と×*/
.faq_ttl::before {
	position: absolute;
	content:'';
	top:50%;
	right: 1.5rem;
	width: 0.7rem;
	height: 1px;
	background-color: #000000;
}

.faq_ttl::after {
	position: absolute;
	content:'';
	top:50%;
	right: 1rem;
	width: 0.7rem;
	height: 1px;
	background-color: #000000;
}

.faq_ttl::before {transform: rotate(45deg);}
.faq_ttl::after {transform: rotate(-45deg);}

/*　closeというクラスがついたら形状変化　*/
.faq_ttl.close::before {transform: rotate(-45deg);}
.faq_ttl.close::after {transform: rotate(45deg);}

/*アコーディオンで現れるエリア*/
.faq_box {
	display: none;/*はじめは非表示*/
	border-top: 1px solid #000;
	background-color: #d9effa;
	padding: 1rem 1rem 1rem 0.7rem;	
}

.inner_faq_box {
	display: grid;
	grid-template-columns: 2.3rem 1fr;
}

.faq_box p img, .faq_ttl p img {
	width: 2rem;
}

	@media only screen and (min-width:768px){
	.faq_ttl{
		padding: 1rem 2.5rem 1rem 1.5rem;
	}
	
	.faq_ttl::before {right: 3rem;}

	.faq_ttl::after {right: 2.5rem;}
	
	.faq_box {
		padding: 1rem 2.5rem 1rem 1.5rem;
	}
	}

/*-----------------------------
資料　お問い合わせ
-----------------------------*/
.koto_contact {
	padding: 3rem 0;
}

.txt_koto_contact_01 {
	padding: 1rem 0.5rem;
	border: solid 1px #005280;
	background-color: #d9e5ec;
	font-size: 1.4rem;
	line-height: 1.5;
}

.txt_koto_contact_02 {
	background-color: #005280;
	color: #fff;
	padding: 0.3rem 1rem;
	font-size: 1.4rem;
}

.txt_koto_contact_03 {
	font-size: 1.2rem;	
}

.txt_koto_contact_03 a {
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}

.txt_koto_contact_04 {
	padding-left: 1.2rem;
	background: url("../images/highschool/mark_circle_blue.png") no-repeat left top 0.5rem;
	background-size: 0.9rem;
}

	@media only screen and (min-width:768px){
	.koto_contact {
		padding: 5rem 0;
	}
		
	.txt_koto_contact_01 {
		text-align: center;
	}		
	}

/*-----------------------------
体験入学ページ　スケジュール欄
-----------------------------*/
.flex_koto_taikenschedule {
	display: flex;
	flex-direction: column;
	gap: 2rem 0;
}

.col_koto_taikenschedule {
	box-sizing: border-box;
	background-color: #fff;
	padding: 1rem;
}

.col_sweets { border-top: solid 9px #c45f80; }
.col_western { border-top: solid 9px #005280; }
.col_french { border-top: solid 9px #7b5980; }
.col_italian { border-top: solid 9px #008580; }
.col_japanese { border-top: solid 9px #0080b3; }


.txt_koto_taiken01 {
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: bold;
}

.txt_koto_taiken02 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.txt_koto_taiken03 {
	display: inline-block;
	font-size: 1.4rem;
	color: #fff;
	border-radius: 2rem;
	width: 10rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 1rem;
	/*padding: 0 2rem;*/
}

.sweets { background-color: #c45f80; }
.western { background-color: #005280; }
.french { background-color: #7b5980; }
.italian { background-color: #008580; }
.japanese { background-color: #0080b3; }

.list_koto_taiken {
	padding: 1rem;
	border-radius: 0.5rem;
	min-height: 6rem;
	margin-bottom: 1rem;
}

.list_sweets { background-color: rgba(196,95,128,0.25); }
.list_western { background-color: rgba(0,82,128,0.25); }
.list_french { background-color: rgba(123,89,128,0.25); }
.list_italian { background-color: rgba(0,133,128,0.25); }
.list_japanese { background-color: rgba(0,128,179,0.25); }

.list_koto_taiken li {
	position: relative;
}

.list_koto_taiken li:before {
	display:inline-block; 
	vertical-align: 0.1rem;
	/*以下白丸つくる*/
	content:'';
	width:0.5em;
	height: 0.5em;
	border-radius: 50%;
	margin-right: 0.3rem;
}

.list_sweets li:before { background-color: #c45f80; }
.list_western li:before { background-color: #005280; }
.list_french li:before { background-color: #7b5980; }
.list_italian li:before { background-color: #008580; }
.list_japanese li:before { background-color: #0080b3; }

.txt_koto_taiken04 {
	border: solid 1px;
	border-radius: 2rem;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
}

.cap_sweets { color: #c45f80; border-color: #c45f80; }
.cap_western { color: #005280; border-color: #005280; }
.cap_french { color: #7b5980; border-color: #7b5980; }
.cap_italian { color: #008580; border-color: #008580; }
.cap_japanese { color: #0080b3; border-color: #0080b3; }


.flex_koto_taikenschedule {
	display: flex;
	flex-direction: column;
	gap: 2rem 0;
}

	@media print, screen and (min-width:760px){
	.flex_koto_taikenschedule {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		gap: 2rem 2rem;
	}
	
	.col_koto_taikenschedule {
		width: calc((100% - 4rem) / 3);	
	}
		
	.txt_koto_taiken01 {
		font-size: 1.6rem;
	}		
	}


/*-----------------------------
体験入学ページ　お申し込みフォーム
-----------------------------*/
.koto_form {
	padding: 3rem 0;
}

.ttl_koto_taiken_form {
	background-color: #005280;
	text-align: center;
	padding: 0.5rem 0;
	color: #fff;
	font-size: 1.57rem;
	letter-spacing: 2px;
	margin-bottom: 1.5rem;
}

.box_koto_contact_info {
	background: url("../images/highschool/bg_contact_01_sp.png") no-repeat bottom right;
	background-size: contain;
	border: solid 2px #005280;
	padding: 1rem;
	border-radius: 1rem;
	box-shadow: 0.5rem 0.5rem #005280;
	margin-bottom: 2rem;
}

.apply_grade {
	background-color: #ffd660;
	font-size: 1.4rem;
	color: #005280;
	text-align: center;
	padding: 0.3rem;
	border-radius: 0.5rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.box_form_kototaiken {
	background-color: #dce5eb;
	padding: 2rem 1rem;
	border-radius: 0.5rem;
}

.wrap_ttl_mailform {
	padding: 0.2rem 0;
	border-top: solid 2px #005280;
	border-bottom: solid 2px #005280;	
}

.ttl_mailform {
	padding: 0.3rem 0;
	border-top: solid 1px #005280;
	border-bottom: solid 1px #005280;
	text-align: center;
	font-size: 1.4rem;
	color: #005280;
}

.wrap_field {
	padding: 0.5rem 0;
}

.form_item {
	font-size: 1.1rem;
	padding: 0.5rem 0;
	margin-bottom: 0.3rem;
}

.form_item span {
	background-color: #cd2243;
	color: #fff;
	padding: 0 0.7rem;
	border-radius: 1rem;
	margin-left: 0.5rem;
}

.form_field label {
	display: block;
}

input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	border: 1px solid #005280; /* 枠線 */
	border-radius: 50%; /* 枠線を円にする */
	height: 1rem; /* ボタンの高さ */
	width: 1rem; /* ボタンの幅 */	
	margin-right: 0.5rem;
	margin-top: -0.2rem;
	background-color: #fff;
}

input[type="radio"]:checked {
  background-color: #005280;
}

input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	border: 1px solid #005280; /* 枠線 */
	border-radius: 0.2rem; /* 枠線を円にする */
	height: 1rem; /* ボタンの高さ */
	width: 1rem; /* ボタンの幅 */	
	margin-right: 0.5rem;
	margin-top: -0.1rem;
	background-color: #fff;
}

input[type="checkbox"]:checked {
  background-color: #005280;
}

.fieldstyle01 {
	box-sizing: border-box;
	width: 100%;
	border: solid 1px #005280;
	padding: 1rem 0.5rem;
	border-radius: 0.3rem;
}

.fieldstyle02 {
	box-sizing: border-box;
	width: 100%;
	height: 20rem;
	border: solid 1px #005280;
	padding: 1rem 0.5rem;
	border-radius: 0.3rem;
	line-height: 1.5;
}

.txt_kototaiken_01 {
	background-color: #005280;
	color: #fff;
	padding: 0.3rem;
	border-radius: 0.3rem;
	margin: 2rem 0 0 0;
	font-size: 1.3rem;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.flex_submit {
	display: flex;
	justify-content: center;
}

.form_submit {
	text-align: center;
	margin: 0 1rem;
}

.form_submit input {
	width: 10rem;
	border: solid 1px #005280;
    background-color: #005280;
	padding: 0.5rem 0;
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	cursor: pointer;
	transition-duration: .3s;
	border-radius: 2rem;
}

.form_submit input:hover {
	background-color: #fff;
	color: #005280;
}

.form_submit span{
	display:none;
}


	@media only screen and (min-width:768px){
	.koto_form {
		padding: 5rem 0;
	}

	.box_form_kototaiken {
		padding: 3rem 3rem;
	}
		
	.ttl_koto_taiken_form {
		font-size: 2rem;
		margin-bottom: 2rem;		
	}
		
	.apply_grade {
		font-size: 1.5rem;
	}

	.box_koto_contact_info {
		background: url("../images/highschool/bg_contact_01.png") no-repeat bottom right;
		background-size: 90%;
		padding: 2rem;
		margin-bottom: 3rem;
	}
		
	.ttl_mailform {
		font-size: 1.5rem;
	}
		
	.box_form_kototaiken {
		padding: 2rem;
	}		
	}

/*-----------------------------
Slick Slider
-----------------------------*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Sliderメイン用 */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Iconsメイン用 */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrowsメイン用 */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0;
}

.slick-dots
{
    position: absolute;
    bottom: 1rem;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '●';
    text-align: center;

    opacity: .75;
    color: #ffffff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #BB9E54;
}

/* Arrowsオープンキャンパススケジュール用 未使用*/
.prev-arrow,
.next-arrow
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.prev-arrow:hover,
.prev-arrow:focus,
.next-arrow:hover,
.next-arrow:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.prev-arrow:hover:before,
.prev-arrow:focus:before,
.next-arrow:hover:before,
.next-arrow:focus:before
{
    opacity: 1;
}
.prev-arrow.slick-disabled:before,
.next-arrow.slick-disabled:before
{
    opacity: .25;
}

.prev-arrow:before,
.next-arrow:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #35B7C9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.prev-arrow
{
    left: -0.5rem;
}
[dir='rtl'] .prev-arrow
{
    right: -0.5rem;
    left: auto;
}

	@media print, screen and (min-width:1020px){
		.prev-arrow
	{
		left: -3rem;
	}
	[dir='rtl'] .prev-arrow
	{
		right: -3rem;
		left: auto;
	}	
	}

.prev-arrow:before
{
    content: url("../images/highschool/arrow_left.svg");
}
[dir='rtl'] .prev-arrow:before
{
    content: url("../images/highschool/arrow_left.svg");
}

.next-arrow
{
    right: 0.5rem;
}
[dir='rtl'] .next-arrow
{
    right: auto;
    left: 0;
}

	@media print, screen and (min-width:1020px){
	.next-arrow
	{
		right: -1.5rem;
	}
	[dir='rtl'] .next-arrow
	{
		right: auto;
		left: -1.5rem;
	}		
	}

.next-arrow:before
{
    content: url("../images/highschool/arrow_right.svg");
}
[dir='rtl'] .next-arrow:before
{
    content: url("../images/highschool/arrow_right.svg");
}

	

/* Dotsオープンキャンパススケジュール用 */
.slick-dotted.slick-slider
{
    margin-bottom: 0;
}

.slide-dots
{
    position: absolute;
    bottom: -2rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slide-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slide-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slide-dots li button:hover,
.slide-dots li button:focus
{
    outline: none;
}
.slide-dots li button:hover:before,
.slide-dots li button:focus:before
{
    opacity: 1;
}
.slide-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '●';
    text-align: center;

    opacity: .75;
    color: #E6E6E6;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slide-dots li.slick-active button:before
{
    opacity: .75;
    color: #BB9E54;
}


/*-----------------------------
Q&A（エクリ追記）
-----------------------------*/
.section_qa{
	padding-top: 3rem;
}

.ttl_qa{
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 3rem;
}

@media only screen and (min-width:768px){
	.ttl_qa{
		font-size: 1.5rem;
		letter-spacing: 2px;
		margin-bottom: 3rem;
	}
}

.ttl_qa:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  display: inline-block;
  width: 3rem;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0e7cdb;
  border-radius: 4px;
	
}

.faq_box_qa {
	background-color: #dfedfd;
}

.accordion-area_qa section {
	border-bottom: 0;
}

.accordion-area_qa li:last-child{
	border-bottom: 1px solid #000000;
}

.inner_faq_img {
	width: 100%;
}
@media only screen and (min-width:768px){
	.inner_faq_img {
		width: 50%;
	}
}

.regular-table{
	width: 100%;
	border-collapse: collapse;
}

.regular-table td, .regular-table th{
	border: 1px solid #999;
	padding: 10px;
	text-align: center;
}

.regular-table th, .regular-table .th{
	background-color: #EEEEEE;
}

.regular-table td{
	background-color: #ffffff;
}

td.tdleft{
	text-align: left;
}

.regular-table tr.tr_boder-top{
    border-top: 4px double #999;
}
