@charset "UTF-8";

@media screen and (min-width: 640px) {
/* 640px 以上 */
/* all
-------------------- */
.pc { display: block!important;}
.sp { display: none!important;}

html,body { width: 100%; height: 100%; line-height: 1.7; font-size: 18px; }

/* title
-------------------- */
h1 div.e_tit { width: 260px; font-size: 1.4rem;}
h1 div.j_tit { font-size: 1.6rem; }
h1 div.j_tit::before {
content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    left: -50px;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 15px solid transparent;
    border-left: 25px solid #202745;
}
h1 div.j_tit::after {
content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    right: -50px;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 15px solid transparent;
    border-right: 25px solid #ff5500;
}
h2.ttl { font-size: 40px; margin: 40px 0 20px;}
h2.ttl::before { margin-right: 32px;}
h2.ttl::after { margin-left: 32px;}
h2.ttl_white { color: #FFF; font-size: 300%; line-height: 1.5; margin-bottom:5px; border-bottom: 1px solid #fff;}
h2.sub_ttl { font-size: 26px; margin: 15px 0 35px; text-align: center; }
h3.sub_ttl { margin: 15px 0 35px; text-align: center; }
h3.sub_ttl2 { font-size: 24px; color: #fff; margin: 15px 0 35px; background: #ff5500; padding: 2px 30px 2px 10px; display: inline-block;}
h4 { font-size: 24px; margin: 15px 0 35px;}
h5 { font-size: 24px; margin: 0 auto;}
h6 { font-size: 22px; margin: 0 auto; color: #ff5500;}

.fs14 {font-size: 14px;}
.fs18 {font-size: 18px;}
.fs24 {font-size: 24px;}


/* トップページへボタン
-------------------- */
.pagetop { bottom: 24px; right: 24px;}

/* inner-width
-------------------- */
div#container_inner,
div#footer_inner { margin: 0 auto; max-width: 1024px; }
div#container_learn {padding-bottom:60px;}


/* ヘッダー枠指定 */
#header { clear: both; position: fixed; width: 100%; margin: 0px auto; padding: 0;background: #fff; z-index: 100; }
#header_inner { padding: 0;}

/* ======1行目指定====== */
/* 1行目(外枠)指定 */
.header_sa01 { width: 100%; display:flex; justify-content: space-between; margin: 0px auto; padding: 0px; }
/* 1行目(左)指定 */
.header_sa01_l { margin: 0px; padding: 0px; }
/* 1行目(右)指定 */
.header_sa01_r { width:70%; margin: 0px; padding: 0px; }
/* ======2行目指定====== */
/* 2行目(外枠)指定 */
.header_sa02 { width: 100%; margin: 0px auto; padding: 0px; }
/* 2行目(左)指定 */
.header_sa02_l { float: left; margin: 0px; padding: 0px; }
/* 2行目(右)指定 */
.header_sa02_r { float: right; margin: 0px; padding: 0px; }


/* ヘッダーロゴ
---------------------------------------------*/
#header_logo { max-width: 600px; margin-left:2%; }
#header_logo img {width:100%;}

#header_contact{ display: flex; justify-content: flex-end; }
#header_contact >.telephone {font-size: 3vw; margin-right: 2%;}
#header_contact >.telephone a { font-size: 4vw; text-decoration: none; transition: 0.3s;}
#header_contact >.h_contact { max-width: 170px;  background: #ff5500; text-align: center; word-break: keep-all;}
#header_contact >.h_contact a { display: block; text-decoration: none; color:#fff; padding: 15px 15px; transition: 0.3s; font-size:1.2vw;}
#header_contact >.h_contact a:hover {background: #202745; color:#ff5500; }
#sp_nav{	display: none;}
/* ナビ
---------------------------------------------*/
#global_navi {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #202745;
}
#global_navi ul {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
#global_navi li {
  margin-bottom:4px;
  margin-top:4px;
  /*border-left: 1px solid #ccc; */
  padding: 0;
}
#global_navi li:last-child {
  /*border-right: 1px solid #ccc; */
}
#global_navi li a {
  display: block;
  margin: 0;
  padding: 5px 15px;
  text-decoration: none;
  color:#fff;
  font-weight: bold;
  font-size: 1.3vw;
  position: relative;
  white-space: nowrap;
  transition: 0.3s;
}
#global_navi li a:before {
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 3px solid #ff5500;
	position: absolute;
	display: block;
}
#global_navi li a:hover {	color: #ff5500;}
#global_navi li a:hover:before {
	width: 50%;
	border-bottom: 3px solid #ff5500;
}
#global_navi li a:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 3px solid #ff5500;
	position: absolute;
	display: block;
}
#global_navi li a:hover:after {
	width: 50%;
	border-bottom: 3px solid #ff5500;
}

/* アンカーリンクのずれ
-------------------- */
#container {padding-top: 165px;}
.contents_innner {
    padding-top: 165px;
    margin-top:-165px;
}

/* バナー
-------------------- */
.certification {max-width: 1024px; margin: 0 auto;}


.curriculum_box {background: #fff; border:6px solid #202745; border-radius: 12px; padding: 40px;}

/* section
-------------------- */
section {max-width: 1024px; padding: 0 2%; margin: 0 auto;}
section:not(:last-child) { margin-bottom: 96px;}
section p{ margin-bottom: 1rem;}

.support {padding: 40px 40px;}
.support ul.flex {justify-content: space-around;}
.support ul.flex li {letter-spacing: 0.2em;}


section.concept p {line-height: 1.9;}

div.contact {margin: 0 auto; padding: 20px 40px;}
div.contact h3 {width: 90%; margin: 20px auto;}
div.contact .contact_box {max-width: 760px; border:10px solid #202745; margin: 40px auto; font-weight: bold;}
div.contact .contact_box .contact_bk {background: #000; padding:5px; color: #fff; font-size: 27px; font-size: clamp(24px,3.5vw,30px); text-align: center;}
div.contact .contact_box .under_contact {width: 400px; background: #ff5500; border-radius: 10px; text-align: center; margin: 20px auto; font-size: 1.5rem;}
div.contact .contact_box .under_contact a {display: block; color: #fff; padding: 20px; text-decoration: none; text-align: center; transition: 0.3s;}
div.contact .contact_box .under_contact a:hover {background: #202745; border-radius: 10px; color: #ff5500;}
div.contact .contact_box .phone_address {font-size: 42px; font-size: clamp(24px,6vw,50px); text-align: center;}
div.contact .contact_box .phone_address span {font-size: 65px; font-size: clamp(24px,9vw,70px);}
div.contact .contact_box .mail_address {margin-bottom:20px; font-size: 26px; font-size: clamp(18px,3.5vw,30px); text-align: center;}

div.learn { max-width: 960px;  margin: 0 auto; padding-bottom: 20px; background: #fff;}
div.learn h5 { font-size: 40px; font-size: clamp(24px,4vw,42px); font-weight: bold; text-align: center;}
div.learn p { font-size: 26px; font-size: clamp(20px,2vw,28px); text-align: center;}

div.map {max-width: 960px; margin: 0 auto;}
div.btn {width: 600px; background: #ff5500; margin: 20px auto;  text-align: center; }
div.btn a {display: block; color: #fff; font-size: 1.2rem; padding: 10px; text-decoration: none; transition: 0.3s;}
div.btn a:hover {background: #202745;}

/* FlexBox
-------------------- */
ul.flex {display: flex; flex-wrap: wrap; justify-content: space-between;}
ul.flex.jc_sp_around {justify-content:space-around!important;}
ul.flex.end { justify-content: flex-end; }
ul.flex.alcnt { align-items: center;}
ul.flex li.item { margin-bottom: 10px; }
ul.flex li.item_img { margin: 10px;}


/* FlexBox
-------------------- */
.wdp70 {width: 70%;} .wdp25 {width: 25%}
.wdp40 {width: 40%;} .wdp50 {width: 50%;} 

/* layout
-------------------- */
/* img-layout */
.left { float: left; }
.right { float: right; }


/* TOP
-------------------- */
.main_img {
  max-width: 100%;
  max-height: 608px;
  margin: 10px auto;
  background: #eee;
}
  
/* Movie List
--------------------------------------------*/
.movieList .item { width: 30%; margin: 0 15px 25px 15px; }
.movie_ttl {
  margin: 15px 0;
  padding: 15px 12px;
  font-size: 16px;
  border-top: 1px solid #0071bb;
  border-bottom: 1px solid #0071bb;
}
  

/* SiteMap
-------------------- */
ul.sitemap { width: 900px; margin: 0 auto;}


/* footer
-------------------- */
footer#footer {
  padding-top: 24px;
	padding-bottom: 24px;
}
div.footer_inner { max-width: 1024px; margin: 0 auto; padding: 0 4%;}
div.footer_inner ul.flex {display: flex; color: #fff; line-height: 1.0; align-items: center;}
div.footer_inner ul.flex li.address { width: 450px; text-align: left; line-height: 1.5;}
div.footer_inner ul.flex li.address p { font-size: 28px; font-size: clamp(24px,2.5vw,36px);}
div.footer_inner ul.flex li.address span { font-size: 20px; font-size: clamp(18px,2vw,22px);}
div.footer_inner ul.flex li.phone_mail { font-size: clamp(28px,3.4vw,46px); margin-top: 10px; line-height: 1.5;}
div.footer_inner ul.flex li.phone_mail span { display: inline-block; font-size: 16px; text-align: left; line-height: 1.5; }
div.footer_inner ul.flex li.QR {width: 80px;}
div.footer_inner ul.flex li.QR img {width: 100%;}
div.footer_inner ul.policy {display: flex; justify-content: center; margin: 20px auto 10px;}
div.footer_inner ul.policy a {margin: 0 20px; font-size: 0.8rem; color: #fff; line-height: 1.0; align-items: center; text-decoration: none; transition: 0.3s;}
div.footer_inner ul.policy a:hover {color: #ff5500;}
div.footer_inner .copyright {color: #fff; font-size: 14px; font-size: clamp(14px,0.8vw,14px); margin: 0; text-align: center;}


/* width
-------------------- */
.w10 { width: 10px; } .w20 { width: 20px; } .w30 { width: 30px; } .w40 { width: 40px; } .w50 { width: 50px; } .w60 { width: 60px; } .w70 { width: 70px; } .w80 { width: 80px; } .w90 { width: 90px; } .w100 { width: 100px; }
.w110 { width: 110px; } .w120 { width: 120px; } .w130 { width: 130px; } .w140 { width: 140px; } .w150 { width: 150px; } .w160 { width: 160px; } .w170 { width: 170px; } .w180 { width: 180px; } .w190 { width: 190px; } .w200 { width: 200px; }
.w210 { width: 210px; } .w220 { width: 220px; } .w230 { width: 230px; } .w240 { width: 240px; } .w250 { width: 250px; } .w260 { width: 260px; } .w270 { width: 270px; } .w280 { width: 280px; } .w290 { width: 290px; } .w300 { width: 300px; }
.w310 { width: 310px; } .w320 { width: 320px; } .w330 { width: 330px; } .w340 { width: 340px; } .w350 { width: 350px; } .w360 { width: 360px; } .w370 { width: 370px; } .w380 { width: 380px; } .w390 { width: 390px; } .w400 { width: 400px; }
.w410 { width: 410px; } .w420 { width: 420px; } .w430 { width: 430px; } .w440 { width: 440px; } .w450 { width: 450px; } .w460 { width: 460px; } .w470 { width: 470px; } .w480 { width: 480px; } .w490 { width: 490px; } .w500 { width: 500px; }
.w510 { width: 510px; } .w520 { width: 520px; } .w530 { width: 530px; } .w540 { width: 540px; } .w550 { width: 550px; } .w560 { width: 560px; } .w570 { width: 570px; } .w580 { width: 580px; } .w590 { width: 590px; } .w600 { width: 600px; }
.w610 { width: 610px; } .w620 { width: 620px; } .w630 { width: 630px; } .w640 { width: 640px; } .w650 { width: 650px; } .w660 { width: 660px; } .w670 { width: 670px; } .w680 { width: 680px; } .w690 { width: 690px; } .w700 { width: 700px; }
.w710 { width: 710px; } .w720 { width: 720px; } .w730 { width: 730px; } .w740 { width: 740px; } .w750 { width: 750px; } .w760 { width: 760px; } .w770 { width: 770px; } .w780 { width: 780px; } .w790 { width: 790px; } .w800 { width: 800px; }
.w810 { width: 810px; } .w820 { width: 820px; } .w830 { width: 830px; } .w840 { width: 840px; } .w850 { width: 850px; } .w860 { width: 860px; } .w870 { width: 870px; } .w880 { width: 880px; } .w890 { width: 890px; } .w900 { width: 900px; } .w910 { width: 910px; } .w920 { width: 920px; }
.w930 { width: 930px; } .w940 { width: 940px; } .w950 { width: 950px; } .w960 { width: 960px; }

.wdp10 { width: 10%; } .wdp15 { width: 15%; } .wdp20 { width: 20%; } .wdp50 { width: 25%; } .wdp30 { width: 30%; } .wdp32 { width: 32%; } .wdp35 { width: 35%; } .wdp40 { width: 40%; } .wdp45 { width: 45%; } .wdp46 { width: 46%; } .wdp48 { width: 48%; } .wdp50 { width: 50%; } .wdp55 { width: 55%; } .wdp60 { width: 60%; } .wdp65 { width: 65%; } .wdp70 { width: 70%; } .wdp75 { width: 75%; } .wdp80 { width: 80%; } .wdp85 { width: 85%; } .wdp90 { width: 90%; } .wdp95 { width: 95%; } 
.wdp32 { width: 32%; } 

/* padding
-------------------- */
.pd0 { padding: 0px!important; } .pd5 { padding: 5px; } .pd10 { padding: 10px; } .pd20 { padding: 20px; } .pd30 { padding: 30px; } .pd40 { padding: 40px; } .pd50 { padding: 50px; } .pd60 { padding: 60px; } .pd70 { padding: 70px; } .pd80 { padding: 80px; } .pd90 { padding: 90px; } .pd100 { padding: 100px; }
.pd110 { padding: 110px; } .pd120 { padding: 120px; } .pd130 { padding: 130px; } .pd140 { padding: 140px; } .pd150 { padding: 150px; } .pd160 { padding: 160px; } .pd170 { padding: 170px; } .pd180 { padding: 180px; } .pd190 { padding: 190px; } .pd200 { padding: 200px; }

/* padding-top
-------------------- */	
.pdt5 { padding-top: 5px!important; } .pdt20 { padding-top: 20px; } .pdt40 { padding-top: 40px; } .pdt80 { padding-top: 80px; }

/* padding-left
-------------------- */	
.pdl5 { padding-left: 5px; } .pdl10 { padding-left: 10px; } .pdl15 { padding-left: 15px; } .pdl20 { padding-left: 20px; }

/* padding-bottom
-------------------- */	
.pdb5 { padding-bottom: 5px; } .pdb10 { padding-bottom: 10px;} .pdb40 { padding-bottom: 40px;}.pdb80 { padding-bottom: 80px;  } 
 
/* padding-Left
-------------------- */	
.pdl60 { padding-left: 60px; }
	
/* margin
-------------------- */
.mg0a{margin:  0 auto;} .mg0 { margin: 0!important; } .mg10 { margin: 10px!important; } .mg20 { margin: 20px!important; } .mg30 { margin: 30px!important; } .mg40 { margin: 40px!important; } .mg50 { margin: 50px!important; } .mg60 { margin: 60px!important; } .mg70 { margin: 70px!important; } .mg80 { margin: 80px!important; } .mg90 { margin: 90px!important; } .mg100 { margin: 100px!important; }
.mg110 { margin: 110px!important; } .mg120 { margin: 120px; } .mg130 { margin: 130px; } .mg140 { margin: 140px; } .mg150 { margin: 150px; } .mg160 { margin: 160px; } .mg170 { margin: 170px; } .mg180 { margin: 180px; } .mg190 { margin: 190px; } .mg200 { margin: 200px; }

/* margin-top
-------------------- */
.mgt5 { margin-top: 5px; } .mgt10 { margin-top: 10px; } .mgt12 { margin-top: 12px; } .mgt15 { margin-top: 15px; }.mgt20 { margin-top: 20px; } .mgt25 { margin-top: 25px; } .mgt30 { margin-top: 30px; } .mgt35 { margin-top: 35px; } .mgt40 { margin-top: 40px; } .mgt80 { margin-top: 80px; } .margin_box { margin-top: 2vw; }
	
	
/* margin-bottom
-------------------- */
.mgb10 { margin-bottom: 10px!important; } .mgb20 { margin-bottom: 20px!important; } .mgb30 { margin-bottom: 30px!important; } .mgb40 { margin-bottom: 40px!important; } .mgb50 { margin-bottom: 50px!important; } .mgb56 { margin-bottom: 56px!important; } .mgb60 { margin-bottom: 60px!important; } .mgb70 { margin-bottom: 70px!important; } .mgb80 { margin-bottom: 80px!important; } .mgb90 { margin-bottom: 90px!important; } .mgb100 { margin-bottom: 100px!important; }
.mgb110 { margin-bottom: 110px!important; } .mgb120 { margin-bottom: 120px!important; } .mgb130 { margin-bottom: 130px; } .mgb140 { margin-bottom: 140px; } .mgb150 { margin-bottom: 150px; } .mgb160 { margin-bottom: 160px; } .mgb170 { margin-bottom: 170px; } .mgb180 { margin-bottom: 180px; } .mgb190 { margin-bottom: 190px; } .mgb200 { margin-bottom: 200px; } 


/* margin-right
-------------------- */
.mgr5 { margin-right: 5px; } .mgr10 { margin-right: 10px; } .mgr15 { margin-right: 15px; } .mgr20 { margin-right: 20px; } .mgr60 { margin-right: 60px; } .mgr80 { margin-right: 80px; } .margin_box { margin-right: 6vw; }

/* margin-left
-------------------- */
.mgl5 { margin-left: 5px; } .mgl10 { margin-left: 10px; } .mgl15 { margin-left: 15px; }.mgl20 { margin-left: 20px; } .mgl60 { margin-left: 60px; } .mgl80 { margin-left: 80px; } 
.mgl240 { margin-left: 240px;} .margin_box { margin-left: 30px; }
	
}