@charset "utf-8";

/*** ----------------------------------------------------------------------------- 
reset
-----------------------------------------------------------------------------  ***/
.clearfix:after {
  content:".";
  display:block;
  visibility:hidden; 
  clear:both;
  height:0.1px;
  font-size:0.1em;
  line-height:0;
}
.clearfix {
  display:inline-table;
  zoom:1;
}
/*Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin:0px;
  padding:0px;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset, img { border:0;}
address, caption, cite, code, dfn, em, th, var {
  font-style:normal;
  font-weight:normal;
}
ul { list-style:none;}
li{ list-style:none;}
caption, th { text-align:left;}
h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
}
q:before, q:after { content:'';}
abbr, acronym {
  border:0;
  font-variant:normal;
}
sup { vertical-align:top;}
sub { vertical-align:text-bottom;}
input, textarea, select {
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}
input, textarea, select { *font-size:100%;}
img { vertical-align:bottom;}
table caption {
  font-weight: bold;
  margin:0 0 5px;
}

/*** ------------------------------------------------------------------------------ 
HTML5
-----------------------------------------------------------------------------  ***/
header, footer, nav, section, article, figure, aside { display:block;}
/*** ------------------------------------------------------------------------------ 
common
-----------------------------------------------------------------------------  ***/
html, body{
  font-size: 62.5%;
  line-height:1.8;
  font-family:'Noto Sans JP',"游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  color:#000;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
html{
  -webkit-font-smoothing: antialiased;
}
body{
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

/*** ------------------------------------------------------------------------------ 
リンク
-----------------------------------------------------------------------------  ***/
/* 基本 */
a{
  outline:none;
  -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  opacity:.9;
}
a:active {
  color: #F2A10E;
}
a img{
  transition:.3s;
}
a img:hover{
  opacity:.9;
}

.pc{ display: block;}
.sp{ display: none;}
@media screen and (max-width:750px){
  .pc{ display: none;}
  .sp{ display: block;}
}

/*** ------------------------------------------------------------------------------ 
base
-----------------------------------------------------------------------------  ***/
.mgb10{ margin-bottom: 10px;}
.mgb20{ margin-bottom: 20px;}
.mgb30{ margin-bottom: 30px;}
.mgb40{ margin-bottom: 40px;}
.mgb50{ margin-bottom: 50px;}
.mgb60{ margin-bottom: 60px;}

.pt60{ padding-top:60px;}
.pt80{ padding-top:80px;}
.pt100{ padding-top:100px;}
*, *:before, *:after {
  box-sizing: border-box;
}
img{
  max-width: 100%;
  height: auto;
}


/*** ------------------------------------------------------------------------------ 
header
-----------------------------------------------------------------------------  ***/
header{
  max-width: 1200px;
  width: 94%;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
header .logo{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
header .logo h1{
  width: 185px;
  margin-right: 30px;
}
header .logo .txt{
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  line-height: 1.4;
}
header #navi{
  width: 100%;
  position: relative;
}
header #navi nav .menu{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 3px 7px rgba(0,0,0,.15);
  padding: 20px 0;
  margin-top: 20px;
}
header #navi nav .menu li{
  width: 20%;
  box-sizing: border-box;
  border-right: dashed 1px #003288;
  text-align: center;
}
header #navi nav .menu li:last-child{
  border-right: none;
}
header #navi nav .menu li a{
  color: #003288;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  display: block;
  width: 100%;
  transition: .3s;
}
header #navi nav .menu li a:hover{
  color: #ca0101;
}
header #navi .btn{
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-140%);
  display: flex;
  justify-content: flex-end;
}
header #navi .btn li{
  margin-left: 20px;
  width: 220px;
}
header #navi .btn a{
  color: #fff;
  text-align: center;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 10px 0;
  transition: .3s;
}
header #navi .btn a:hover{
  opacity: .7;
}
header #navi .btn li:nth-child(1) a{
  background-color: #003288;
}
header #navi .btn li:nth-child(2) a{
  background-color: #ca0101;
}
header #nav-toggle {
  display: none;
}
@media (min-width: 1141px){
  #fixmenu{
    top: 0;
    left: 0;
    transition: .3s;
    transform: none;
    max-width: none;
    width: 100%;
    position: fixed;
    z-index: 1000;
    transition: .3s;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0,0,0,.15);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    transform: translateY(-100%);
  }
  #fixmenu.fixed{
    transform: translateY(0);
  }
  #fixmenu .box1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #fixmenu .logo h1{
    width: 120px;
    margin-right: 30px;
  }
  #fixmenu .logo .txt{
    font-family: 'Noto Serif JP', serif;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  #fixmenu #navi{
    width: 100%;
    position: relative;
  }
  #fixmenu #navi nav .menu{
    display: flex;
    justify-content: flex-start;
  }
  #fixmenu #navi nav .menu li{
    box-sizing: border-box;
    border-right: dashed 1px #003288;
    text-align: center;
  }
  #fixmenu #navi nav .menu li:last-child{
    border-right: none;
  }
  #fixmenu #navi nav .menu li a{
    color: #003288;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    display: block;
    width: 100%;
    transition: .3s;
    padding: 0 10px;
  }
  #fixmenu #navi nav .menu li a:hover{
    color: #ca0101;
  }
  #fixmenu .btn{
    display: flex;
    justify-content: flex-end;
  }
  #fixmenu .btn li{
    margin-left: 10px;
    width: 180px;
  }
  #fixmenu .btn a{
    color: #fff;
    text-align: center;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 100px;
    padding: 10px 0;
    transition: .3s;
  }
  #fixmenu .btn a:hover{
    opacity: .7;
  }
  #fixmenu .btn li:nth-child(1) a{
    background-color: #003288;
  }
  #fixmenu .btn li:nth-child(2) a{
    background-color: #ca0101;
  }
}
@media (max-width: 1140px){
  #fixmenu{
    display: none;
  }
  header{
    max-width: none;
    position: initial;
    top: initial;
    left: initial;
    transform: none;
  }
  header .logo{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 100;
  }
  header .logo h1{
    width: 185px;
    margin-right: 30px;
  }
  header .logo .txt{
    font-family: 'Noto Serif JP', serif;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  header #navi{
    display: block;
    width: auto;
  }
  header #navi nav .menu{
    display: block;
    background: none;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
  }
  header #navi nav .menu li{
    width: 100%;
    border-right: none;
    border-bottom: dashed 1px #003288;
  }
  header #navi nav .menu li a{
    padding: 15px 0;
  }
  header #navi .btn{
    position: initial;
    right: initial;
    top: initial;
    transform: none;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  header #navi .btn li{
    margin: 0 10px;
    width: 200px;
  }
  header #navi .btn a{
    font-size: 1.4rem;
  }
  header nav {
    right: -100%;
    top: 0;
    background: none;
    max-width: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow-y: auto;
    background-color: rgba(255,255,255,.8);
    opacity: 0;
    z-index: 10000;
    padding-top: 60px;
  }
  header #nav-toggle {
    position: fixed;
    right: 30px;
    top: 30px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 10010;
    display: block;
    transition: .5s;
    background-color: #fff;
    box-sizing: border-box;
    padding: 5px;
  }
  header #nav-toggle div {
    position: relative;
  }
  header #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #003288;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  header #nav-toggle span:nth-child(1) {
    top: 2px;
  }
  header #nav-toggle span:nth-child(2) {
    top: 12px;
  }
  header #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  header .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  header .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open nav {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
}
@media (max-width: 750px){
  header .logo{
    top: 10px;
    left: 10px;
  }
  header .logo h1{
    width: 120px;
    margin-right: 20px;
  }
  header .logo .txt{
    font-size: 1.4rem;
  }
  header #navi nav .menu li a{
    padding: 15px 0;
    font-size: 1.6rem;
  }
  header #navi .btn{
    position: initial;
    right: initial;
    top: initial;
    transform: none;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  header #navi .btn li{
    margin: 0 10px;
    width: 200px;
  }
  header #navi .btn a{
    font-size: 1.4rem;
  }
  header nav {
    padding-top: 30px;
  }
  header #nav-toggle {
    right: 10px;
    top: 10px;
  }
}
@media (max-width: 460px){
  header .logo h1{
    width: 70px;
    margin-right: 10px;
  }
  header .logo .txt{
    font-size: 1rem;
  }
}

/*** ------------------------------------------------------------------------------ 
共通
-----------------------------------------------------------------------------  ***/
.inner{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.anker{
  margin-top: -100px;
  padding-top: 100px;
  display: block;
}
h2{
  text-align: center;
  font-size: 6rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #003288;
}
h2:after{
  content: '';
  width: 150px;
  height: 3px;
  background-color: #003288;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1140px){
  .anker{
    margin-top: -40px;
    padding-top: 40px;
  }
}
@media (max-width: 750px){
  .anker{
    margin-top: -20px;
    padding-top: 20px;
  }
  h2{
    font-size: 3rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  h2:after{
    width: 50px;
    height: 1px;
  }
}

/*** ------------------------------------------------------------------------------ 
#mvarea
-----------------------------------------------------------------------------  ***/
#mvarea{
  background: url(../image/mv-bg.jpg) no-repeat bottom center / cover;
  width: 100%;
  height: 890px;
  position: relative;
}
#mvarea .mvimg{
  max-width: 1400px;
  width: 94%;
  position: absolute;
  bottom: -5.5%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1490px){
  #mvarea{
    height: 0;
    padding-top: 63%;
  }
}

/*** ------------------------------------------------------------------------------ 
#worries
-----------------------------------------------------------------------------  ***/
#worries {
  background-color: #e9e8ed;
}
#worries .obi{
  background-color: #003288;
  padding: 10px;
}
#worries .obi .txt{
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  text-align: right;
  color: #fff;
  font-size: 6rem;
  font-weight: 700;
}
#worries .obi .txt br{
  display: none;
}
#worries .obi .txt strong{
  font-size: 7rem;
  padding-top: .1em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1em .3em;
  background-image: radial-gradient(.07em .08em at center center,rgba(255,255,255,100),rgba(255,255,255,100),rgba(255,255,255,0));
}
#worries .inner{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-flow: row-reverse;
}
#worries .inner .img{
  min-width: 422px;
  width: 422px;
  transform: translateX(-50px);
  margin-top: -120px;
}
#worries .inner ul{
  margin: 50px 0 80px 50px;
}
#worries .inner ul li{
  font-size: 2.4rem;
  line-height: 1.6;
  position:relative;
  margin-bottom: 50px;
}
#worries .inner ul li:last-child{
  margin-bottom: 0;
}
#worries .inner ul li:before{
  content:'';
  display:block;
  position:absolute;
  top: 5px;
  left: -45px;
  width: 40px;
  height: 35px;
  background: url(../image/icon-check.png) no-repeat top center / contain;
}
#worries .inner ul li strong{
  color: #003288;
  font-size: 3rem;
  background-position: -100% 1em;
  background-repeat: repeat-x;
  background-size: 200% 0.3em;
  background-image: -webkit-linear-gradient(left, transparent 50%, #f4f403 50%);
  font-weight: bold;
}
@media (max-width: 1140px){
  #worries .obi .txt{
    text-align: center;
    font-size: 5.6vw;
  }
  #worries .obi .txt strong{
    font-size: 7vw;
  }
  #worries .inner ul li br{
    display: none;
  }
  #worries .inner{
    display: block;
  }
  #worries .inner .img{
    min-width: auto;
    width: 320px;
    transform: none;
    margin: 0 auto;
  }
  #worries .inner ul{
    margin: 50px 0 30px 20px;
  }
  #worries .inner ul li{
    margin-bottom: 30px;
  }
  #worries .inner ul li:before{
    left: -40px;
  }
}
@media (max-width: 750px){
  #worries .obi .txt{
    font-size: 2rem;
    line-height: 1.4;
  }
  #worries .obi .txt strong{
    font-size: 3rem;
  }
  #worries .inner .img{
    min-width: auto;
    width: 240px;
    transform: none;
    margin: 0 auto;
  }
  #worries .inner ul{
    margin: 20px 0 20px 20px;
  }
  #worries .inner ul li{
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  #worries .inner ul li:before{
    left: -25px;
    width: 20px;
    height: 18px;
  }
  #worries .inner ul li strong{
    font-size: 1.8rem;
  }
}
@media (max-width: 400px){
  #worries .obi .txt br{
    display: block;
  }
}

/*** ------------------------------------------------------------------------------ 
#about
-----------------------------------------------------------------------------  ***/
#about {
  background: url(../image/about-bg.jpg) no-repeat top center / cover;
  padding: 90px 0;
}
#about .inner{
  background-color: rgba(255,255,255,.85);
  text-align: center;
  padding: 70px 0;
}
#about .inner .midashi{
  font-family: 'Noto Serif JP', serif;
  color: #003288;
  font-size: 5rem;
  line-height: 1.4;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
#about .inner .midashi:after{
  content: '';
  width: 500px;
  height: 3px;
  background-color: #003288;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#about .inner .midashi br{
  display: none;
}
#about .inner .txt{
  font-size: 2.4rem;
  line-height: 2;
}
#about .inner .txt strong{
  font-weight: normal;
  font-size: 3rem;
  color: #ca0101;
}
@media (max-width: 1140px){
  #about .inner .midashi br{
    display: block;
  }
}
@media (max-width: 940px){
  #about .inner .midashi{
    font-size: 5vw;
  }
  #about .inner .txt{
    font-size: 2.4vw;
  }
  #about .inner .txt strong{
    font-size: 3vw;
  }
}
@media (max-width: 750px){
  #about {
    padding: 40px 0;
  }
  #about .inner{
    padding: 30px 0;
  }
  #about .inner .midashi{
    font-size: 6vw;
  }
  #about .inner .midashi:after{
    width: 200px;
    height: 1px;
  }
  #about .inner .txt{
    font-size: 3vw;
  }
  #about .inner .txt strong{
    font-size: 4vw;
  }
}

/*** ------------------------------------------------------------------------------ 
#purpose
-----------------------------------------------------------------------------  ***/
#purpose {
  background: url(../image/purpose-bg.jpg) no-repeat top center / cover;
  padding: 90px 0;
}
#purpose .inner .txtBox{
  width: 62%;
  margin-left: auto;
  color: #fff;
}
#purpose .inner .txtBox .midashi{
  font-size: 5rem;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 700;
}
#purpose .inner .txtBox .midashi span{
  font-size: 2rem;
  margin-left: 20px;
  letter-spacing: .2rem;
}
#purpose .inner .txtBox .txt{
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
#purpose .inner .txtBox .txt strong{
  font-size: 3rem;
}
@media (max-width: 1000px){
  #purpose {
    background: url(../image/purpose-bg.jpg) no-repeat top left 40% / cover;
    padding: 90px 0;
  }
  #purpose .inner .txtBox{
    width: 62%;
    margin-left: auto;
    color: #fff;
  }
  #purpose .inner .txtBox .midashi{
    font-size: 4.8vw;
  }
  #purpose .inner .txtBox .midashi span{
    font-size: 2vw;
  }
  #purpose .inner .txtBox .txt{
    font-size: 2vw;
  }
  #purpose .inner .txtBox .txt strong{
    font-size: 3vw;
  }
}
@media (max-width: 750px){
  #purpose {
    background: url(../image/purpose-bg.jpg) no-repeat top left 30% / cover;
    padding: 30px 0;
  }
  #purpose .inner .txtBox .midashi{
    font-size: 6vw;
    margin-bottom: 20px;
  }
  #purpose .inner .txtBox .midashi span{
    display: block;
    margin: 10px 0 0;
    font-size: 3vw;
  }
  #purpose .inner .txtBox .txt{
    font-size: 3.6vw;
    margin-bottom: 10px;
    text-shadow: 0 0 2px rgba(0,0,0,.9);
  }
  #purpose .inner .txtBox .txt strong{
    font-size: 4vw;
  }
}

/*** ------------------------------------------------------------------------------ 
#feature
-----------------------------------------------------------------------------  ***/
#feature{
  background: url(../image/feature-bg.jpg) center center;
  padding: 90px 0;
}
#feature .feature {
  padding: 40px 0 20px;
}
#feature .feature li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#feature .feature li:nth-child(even){
  flex-flow: row-reverse;
}
#feature .feature li .img{
  min-width: 520px;
  width: 520px;
  position: relative;
}
#feature .feature li .img span{
  position: absolute;
  top: -30px;
  left: -10px;
  background-color: #003288;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 100px;
}
#feature .feature li:nth-child(even) .img span{
  left: initial;
  right: -10px;
}
#feature .feature li .img span:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 18px 0;
  border-color: transparent #003288 transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-45deg);
}
#feature .feature li:nth-child(even) .img span:after{
  border-width: 18px 0 0 13px;
  border-color: transparent transparent transparent #003288;
  right: initial;
  left: 5px;
  transform: rotate(-110deg);
}
#feature .feature li .img span strong{
  display: block;
  font-size: 5rem;
}
#feature .feature li .txtBox{
  margin-left: 40px;
  font-size: 2rem;
}
#feature .feature li:nth-child(even) .txtBox{
  margin: 0 40px 0 0;
}
#feature .feature li .txtBox .midashi{
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #003288;
  font-weight: 700;
}
#feature .feature li .txtBox .txt{
  margin: 0 0 25px 0;
}
#feature .feature li .txtBox .txt:last-child{
  margin: 0;
}
#feature .feature li .txtBox .txt .txtTitle{
  color: #003288;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 1100px){
  #feature .feature li .img{
    min-width: 400px;
    width: 400px;
  }
}
@media (max-width: 970px){
  #feature .feature li{
    display: block;
  }
  #feature .feature li .img{
    min-width: 520px;
    width: 520px;
    margin: 0 auto 20px;
  }
  #feature .feature li .txtBox{
    margin-left: 0;
  }
  #feature .feature li:nth-child(even) .txtBox{
    margin: 0;
  }
}
@media (max-width: 750px){
  #feature{
    background-size: 18px 18px;
    padding: 40px 0;
  }
  #feature .feature {
    padding: 30px 0 10px;
  }
  #feature .feature li .img{
    min-width: auto;
    width: 100%;
    margin: 0 auto 20px;
  }
  #feature .feature li .img img{
    width: 100%;
    max-width: none;
  }
  #feature .feature li .img span{
    font-size: 1.6rem;
    width: 60px;
    height: 60px;
  }
  #feature .feature li .img span strong{
    font-size: 2.4rem;
  }
  #feature .feature li .txtBox{
    font-size: 1.4rem;
  }
  #feature .feature li .txtBox .midashi{
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

/*** ------------------------------------------------------------------------------ 
#feature .curriculum
-----------------------------------------------------------------------------  ***/
.curriculum .txt {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 50px;
}
.curriculum .scrollTxt{
  display: none;
}
.curriculum table{
  box-sizing: border-box;
  width: 100%;
}
.curriculum .wrap{
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
.curriculum .wrap .table1{
  box-sizing: border-box;
  height: 100%;
}
.curriculum .wrap .table1 .year{
  text-align: center;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: 700;
  min-width: 100px;
  width: 100px;
  border: solid 1px #003288;
  background-color: #fff;
}
.curriculum .wrap .table1 .year span{
  font-size: 1.6rem;
}
.curriculum .wrap .table1 .date{
  text-align: center;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 0;
  min-width: 100px;
  width: 100px;
  border: solid 1px #003288;
  background-color: #fff;
}
.curriculum .wrap .table1 .txt{
  text-align: left;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px;
  border: solid 1px #003288;
  background-color: #fff;
  width: 400px;
}
.curriculum .wrap .table1 .txt li{
  font-size: 1.6rem;
  margin: 0 0 5px 1rem;
  text-indent: -1rem;
  font-weight: normal;
}
.curriculum .wrap .table1 .border-tl{
  border-top: solid 2px #003288;
  border-left: solid 2px #003288;
}
.curriculum .wrap .table1 .border-t{
  border-top: solid 2px #003288;
}
.curriculum .wrap .table1 .border-tr{
  border-top: solid 2px #003288;
  border-right: solid 2px #003288;
}
.curriculum .wrap .table1 .border-r{
  border-right: solid 2px #003288;
  width: 472px;
}
.curriculum .wrap .table1 .border-bl{
  border-bottom: solid 2px #003288;
  border-left: solid 2px #003288;
}
.curriculum .wrap .table1 .border-br{
  border-bottom: solid 2px #003288;
  border-right: solid 2px #003288;
}
.curriculum .wrap .table1 .border-b{
  border-bottom: solid 2px #003288;
}
.curriculum .wrap .table1 .start{
  padding: 0 5px;
  vertical-align: top;
  width: 65px;
  min-width: 65px;
  box-sizing: border-box;
  height: 100%;
}
.curriculum .wrap .table1 .start strong{
  display: block;
  max-width: none;
  width: 50px;
  min-width: 50px;
  margin: 0 auto;
  height: calc( 100% - 20px);
  padding: 20px 0;
  position: relative;
}
.curriculum .wrap .table1 .start strong img{
  max-width: none;
  width: 100%;
}
.curriculum .wrap .table1 .s11{
  padding-left: 20px;
}
.curriculum .wrap .table1 .s11 strong{
  background-color: #003288;
}
.curriculum .wrap .table1 .s12 strong{
  background-color: #04b4cc;
}
.curriculum .wrap .table1 .s2022 strong{
  background-color: #82c559;
}
.curriculum .wrap .table1 .start strong:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.curriculum .wrap .table1 .start.s11 strong:after{
  border-color: #003288 transparent transparent transparent;
}
.curriculum .wrap .table1 .start.s12 strong:after{
  border-color: #04b4cc transparent transparent transparent;
}
.curriculum .wrap .table1 .start.s2022 strong:after{
  border-color: #82c559 transparent transparent transparent;
}
@media (max-width: 750px){
  .curriculum .txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .curriculum .scrollTxt{
    display: block;
    text-align: right;
    font-size: 1.4rem;
    font-weight: 700;
    color: #003288;
  }
  .curriculum .wrap{
    overflow-x: scroll;
  }
  .curriculum .wrap .table1{
  }
  .curriculum .wrap .table1 .year{
    font-size: 1.6rem;
    min-width: 80px;
    width: 80px;
  }
  .curriculum .wrap .table1 .year span{
    font-size: 1.2rem;
  }
  .curriculum .wrap .table1 .date{
    font-size: 1.6rem;
    min-width: 80px;
    width: 80px;
    padding: 5px 0;
  }
  .curriculum .wrap .table1 .txt{
    font-size: 1.4rem;
    min-width: 200px;
    width: 200px;
  }
  .curriculum .wrap .table1 .txt li{
    font-size: 1.2rem;
  }
  .curriculum .wrap .table1 .start{
    width: 50px;
    min-width: 50px;
  }
  .curriculum .wrap .table1 .start strong{
    width: 40px;
    min-width: 40px;
  }
  .curriculum .wrap .table1 .s11{
    padding-left: 10px;
  }
  .curriculum .wrap .table1 .start strong:after{
    border-width: 20px 20px 0 20px;
  }
}

/*** ------------------------------------------------------------------------------ 
#feature .course
-----------------------------------------------------------------------------  ***/
.inner.course{
  padding: 100px 0 0 0;
}
.course .wrap .table1{
  border: 2px solid #003288;
  max-width: 800px;
  margin: 0 auto;
}
.course .wrap .table1 .border-t{
  background-color: #003288;
  border-left: 1px solid #fff;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 15px;
}
.course .wrap .table1 .border-t:first-child{
  border-left: 2px solid #003288;
}
.course .wrap .table1 .txt {
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  padding: 16px;
  border: solid 1px #003288;
  background-color: #fff;
  width: 400px;
}
.course .wrap .comment{
  background-color: #f9f9f9;
  text-align: center;
  padding: 15px;
  margin: 25px auto 0;
  max-width: 800px;
}
.course .wrap .comment p{
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 auto;
}
@media (max-width: 750px){
  .inner.course {
    padding: 60px 0 0 0;
  }
}

/*** ------------------------------------------------------------------------------ 
#feature .movie
-----------------------------------------------------------------------------  ***/
.inner.movie{
  padding: 100px 0 0 0;
  display: none;
}
.movie .wrap{
  text-align: center;
  margin: 50px auto 0;
}

.movie .wrap iframe{
  max-width: 800px;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
@media (max-width: 750px){
  .inner.movie {
    padding: 60px 0 0 0;
  }
  .movie .wrap {
    margin: 20px auto 0;
  }
}

/*** ------------------------------------------------------------------------------ 
#teacher
-----------------------------------------------------------------------------  ***/
#teacher{
  background: url(../image/teacher-top.jpg) no-repeat top left , url(../image/teacher-btm.jpg) no-repeat bottom right;
  background-color: #f9f9f9;
  padding: 90px 0;
}
#teacher .company{
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  justify-content: flex-start;
  margin: 50px 0;
}
#teacher .company .img{
  min-width: 210px;
  width: 210px;
}
#teacher .company .txtBox{
  margin-left: 20px;
}
#teacher .company .txtBox .name{
  color: #003288;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 0.5em;
  padding: 15px 0 0;
}
#teacher .company .txtBox .name img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  max-width: 380px;
  width: 100%;
}
#teacher .company .txtBox .name span{
  display: block;
  margin: 10px 0 0;
  font-size: 3.6rem;
}
#teacher .company .txtBox .txt1{
  font-size: 1.8rem;
  margin: 5px 0 10px;
}
#teacher .company .txtBox ul li{
  display: inline-block;
  font-size: 2rem;
  margin-right: 20px;
}
#teacher .company .txtBox ul li em{
  color: #0055a6;
  font-size: 1.2rem;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
}
#teacher .company .txtBox ul li span{
  background-position: -100% 1em;
  background-repeat: repeat-x;
  background-size: 200% 0.5em;
  background-image: -webkit-linear-gradient(left, transparent 50%, #f4f403 50%);
}
#teacher .company .txtBox ul li span strong{
  font-size: 2.8rem;
}
#teacher .company .txtBox table{
  width: 100%;
  font-size: 1.8rem;
  margin-top: 10px;
}
#teacher .company .txtBox table th{
  color: #003288;
  font-weight: 700;
  padding: 0 15px 5px 0;
  min-width: 90px;
  width: 90px;
  vertical-align: top;
}
#teacher .company .txtBox table td{
  padding: 0 0 5px;
}
#teacher .list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
#teacher .list li{
  width: 32%;
  margin: 0 2% 2% 0;
  display: flex;
  justify-content: flex-start;
}
#teacher .list li:nth-child(3n){
  margin-right: 0;
}
#teacher .list li .img{
  min-width: 160px;
  width: 160px;
  margin-right: 10px;
}
#teacher .list li .name{
  font-size: 1.3rem;
  line-height: 1.4;
  width: 100%;
}
#teacher .list li .name strong{
  font-size: 2.4rem;
  display: block;
  margin: 10px 0;
  font-weight: 700;
}
#teacher .list li .name span{
  display: block;
  color: #003288;
  font-weight: normal;
}
#teacher .guest .txt {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 50px;
}
#teacher .guest .guestList li{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
}
#teacher .guest .guestList li:last-child{
  margin-bottom: 0;
}
#teacher .guest .guestList li .img{
  min-width: 400px;
  width: 400px;
  margin-right: 30px;
}
#teacher .guest .guestList li .txtBox .date{
  background-color: #003288;
  color: #fff;
  display: inline-block;
  padding: 10px;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 700;
  border-radius: 5px;
  margin-bottom: 20px;
}
#teacher .guest .guestList li .txtBox .date span{
  font-size: 2.8rem;
}
#teacher .guest .guestList li .txtBox .name {
  font-size: 2.3rem;
  line-height: 1.4;
}
#teacher .guest .guestList li .txtBox .name strong{
  font-size: 5rem;
  display: block;
  margin: 5px 0 0;
  font-weight: 700;
}
#teacher .guest .guestList li .txtBox .name strong em{
  font-size: 4rem;
  font-weight: 700;
  margin-left: 10px;
}
#teacher .guest .guestList li .txtBox .name span{
  color: #003288;
}
#teacher .guest .guestList li .txtBox .txt{
  font-size: 2rem;
  line-height: 1.8;
  text-align: left;
  background-color: #fff;
  padding: 20px;
  margin: 20px 0 0;
}
@media (max-width: 1000px){
  #teacher .company .txtBox .name img{
    display: block;
    margin: 0 0 5px;
  }
  #teacher .list li{
    width: 49%;
  }
  #teacher .list li:nth-child(3n){
    margin-right: 2%;
  }
  #teacher .list li:nth-child(even){
    margin-right: 0;
  }
  #teacher .guest .guestList li .img{
    min-width: 300px;
    width: 300px;
    margin-right: 20px;
  }
}
@media (max-width: 750px){
  #teacher{
    background-size: 40%;
    padding: 50px 0;
  }
  #teacher .company{
    padding: 10px;
    display: block;
    margin: 20px 0;
  }
  #teacher .company .img{
    width: 210px;
    margin: 0 auto 20px;
  }
  #teacher .company .txtBox{
    margin-left:0;
  }
  #teacher .company .txtBox .name{
    font-size: 2rem;
    text-align: center;
    padding: 0;
  }
  #teacher .company .txtBox .name img{
    margin: 0 auto 5px;
  }
  #teacher .company .txtBox .name span{
    font-size: 2rem;
  }
  #teacher .company .txtBox .txt1{
    font-size: 1.4rem;
  }
  #teacher .company .txtBox ul li{
    display: block;
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 0;
  }
  #teacher .company .txtBox ul li em{
    font-size: 1rem;
    margin-right: 5px;
    margin-top: -5px;
  }
  #teacher .company .txtBox ul li span strong{
    font-size: 1.8rem;
  }
  #teacher .company .txtBox table{
    font-size: 1.3rem;
  }
  #teacher .company .txtBox table th{
    color: #003288;
    font-weight: 700;
    padding: 0 15px 5px 0;
    min-width: 75px;
    width: 75px;
    vertical-align: top;
  }
  #teacher .company .txtBox table td{
    padding: 0 0 5px;
  }
  #teacher .list{
    display: block;
  }
  #teacher .list li{
    width: 100%;
  }
  #teacher .list li:nth-child(3n){
    margin-right: 0;
  }
#teacher .guest .txt {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
#teacher .guest .guestList li{
  margin-bottom: 30px;
  display: block;
}
#teacher .guest .guestList li .img{
  max-width: 400px;
  width: 100%;
  margin: 0 auto 10px;
}
#teacher .guest .guestList li .txtBox .date{
  padding: 10px;
  font-size: 2rem;
  margin-bottom: 10px;
}
#teacher .guest .guestList li .txtBox .date span{
  font-size: 1.4rem;
}
#teacher .guest .guestList li .txtBox .name {
  font-size: 1.4rem;
}
#teacher .guest .guestList li .txtBox .name strong{
  font-size: 2.4rem;
}
#teacher .guest .guestList li .txtBox .name strong em{
  font-size: 1.8rem;
}
#teacher .guest .guestList li .txtBox .txt{
  font-size: 1.4rem;
  padding: 10px;
  margin: 10px 0 0;
}
}

/*** ------------------------------------------------------------------------------ 
#voice
-----------------------------------------------------------------------------  ***/
#voice{
  background: url(../image/voice-bg.jpg) center center;
  padding: 90px 0;
}
#voice h2{
  color: #fff;
}
#voice h2:after{
  background-color: #fff;
}
#voice ul{
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  margin-top: 50px;
}
#voice ul li{
  width: 49%;
  margin: 0 2% 2% 0;
  box-sizing: border-box;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 6px 10px rgba(0,0,0,.2);
}
#voice ul li:nth-child(even){
  margin-right: 0;
}
#voice ul li .box{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#voice ul li .box .img{
  margin-right: 15px;
}
#voice ul li .box .name{
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 700;
}
#voice ul li .box .name span{
  font-size: 2rem;
  display: block;
  color: #003288;
  font-weight: normal;
  margin-top: 10px;
}
#voice ul li .txt{
  font-size: 2rem;
  margin-top: 20px;
  line-height: 2;
}
@media (max-width: 1000px){
  #voice ul{
    display: block;
  }
  #voice ul li{
    width: 100%;
    margin: 0 0 2%;
  }
}
@media (max-width: 750px){
  #voice{
    padding: 40px 0;
  }
  #voice ul{
    margin-top: 30px;
  }
  #voice ul li{
    padding: 20px;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
  }
  #voice ul li .box .img{
    margin-right: 10px;
    width: 100px;
  }
  #voice ul li .box .img img{
    max-width: none;
    width: 100%;
  }
  #voice ul li .box .name{
    font-size: 2rem;
  }
  #voice ul li .box .name span{
    font-size: 1.4rem;
    margin-top: 5px;
  }
  #voice ul li .txt{
    font-size: 1.4rem;
    margin-top: 10px;
    line-height: 1.8;
  }
}

/*** ------------------------------------------------------------------------------ 
#outline
-----------------------------------------------------------------------------  ***/
#outline{
  background: url(../image/outline-bg.jpg) no-repeat center bottom /cover;
  padding: 90px 0;
}
#outline table{
  border: solid 2px #003288;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  margin-top: 50px;
}
#outline table th{
  background-color: #003288;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  border-bottom: solid 1px #fff;
  padding: 20px;
  min-width: 160px;
}
#outline table td{
  font-size: 1.6rem;
  line-height: 2;
  vertical-align: middle;
  border-bottom: solid 1px #003288;
  padding: 20px;
  word-break: break-all;
}
#outline table td strong{
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 5px;
  display: inline-block;
}
#outline table td a{
  color: #003288;
}
#outline table td a:hover{
  text-decoration: underline;
}
#outline .btn{
  margin: 60px auto 0;
  max-width: 1000px;
  width: 90%;
}
#outline .btn a{
  border: solid 5px #fff;
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d80303+0,a00101+100 */
  background: #d80303; /* Old browsers */
  background: -moz-linear-gradient(top,  #d80303 0%, #a00101 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #d80303 0%,#a00101 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #d80303 0%,#a00101 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d80303', endColorstr='#a00101',GradientType=0 ); /* IE6-9 */
  color: #fff;
  display: block;
  font-size: 6rem;
  font-weight: 900;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0;
  box-shadow: 0 6px 10px rgba(0,0,0,.2);
  text-shadow: 0 3px 6px rgba(0,0,0,.2);
}
#outline .btn a:hover{
  opacity: 1;
  box-shadow: 0 0 0;
}
@media (max-width: 750px){
  #outline{
    padding: 40px 0;
  }
  #outline table{
    margin-top: 30px;
  }
  #outline table th{
    text-align: left;
    font-size: 1.6rem;
    border-bottom: none;
    display: block;
    min-width: auto;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  #outline table td{
    font-size: 1.4rem;
    line-height: 1.6;
    width: 100%;
    display: block;
    padding: 5px 10px 10px;
    box-sizing: border-box;
    border-bottom: none;
  }
  #outline table td strong{
    font-size: 1.6rem;
  }
  #outline .btn{
    margin: 30px auto 0;
  }
  #outline .btn a{
    border: solid 2px #fff;
    border-radius: 2px;
    font-size: 2rem;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
  }
}

/*** ------------------------------------------------------------------------------ 
footer
-----------------------------------------------------------------------------  ***/
footer{
  background-color: #003288;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 750px){
  footer{
    padding: 5px;
    font-size: 1rem;
  }
}