@charset "shift-jis";
*,*::before,*::after{ box-sizing: border-box;}
body{
  counter-reset: vol 0;
  overflow-x: hidden;
}

.tac { text-align: center;}
.tar { text-align: right;}
.tal { text-align: left;}
.txt_orange { color: #ea5520;}
.txt_red { color: #ff0000;}
.txt_blue { color: #5e76a7;}
.txt_lblue { color: #5e76a7;}
.txt_fanvy { color: #1c236d;}

.txt_line { text-decoration: underline;}
.txt_linethrough { text-decoration: line-through;}
.marker{ background: linear-gradient(rgba(0,0,0,0) 30%, rgba(215,186,65,.2) 30%);}

.txt_s { font-size: .85em;}
.txt_l{ font-size: 18px;}

.txt_bold { font-weight: bold;}

.mb50 { margin-bottom: 60px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}

.pc{ display: inherit;}
.tab{ display: none;}
.sp{ display: none;}

optgroup { display: none;}

#contents{ padding: 0 0 5px 0;}

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

.fill{fill:#8A9F55;}
.stroke{stroke:#8A9F55;}

section h2{
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
  position: relative;
}
section h2:not(.bd_none)::after{
  content: "";
  display: block;
  border-bottom: 3px solid #8A9F55;
  width: 115px;
  margin: 20px auto 60px;
}
.about .block .ttl::after{ border-bottom-color: #8A9F55;}

section h3{
  text-align: center;
  font-size: 23px;
}

h3 .sub{
  display: block;
  font-size: .7em;
  font-weight: bold;
  padding-top: 30px;
}

.heading_line {
  position: relative;
  color: #8A9F55;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.heading_line::before,
.heading_line::after {
  max-width: 300px;
  content: "";
  width: 30%;
  border-top: 1px solid #8A9F55;
  position: absolute;
  top: 50%;
}
.heading_line::before{ left: 0;}
.heading_line::after {
  right: 0;
  border-bottom: none;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .heading_line::before,
  .heading_line::after {
    width: 8%;
  }
}

.bg-beige { background-color: #f3f3f2;}
.bg-school { background-color: rgba(138, 159, 85, .15);}

.lead{
  font-size: 18px;
  text-align: center;
}
.lead .color{
  font-size: 1.35em;
  color: #8A9F55;
}
.caution{ font-size: .8em;}


section .inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}


.btn01{
  max-width: 800px;
  margin: 30px auto;
}
.btn01 a{
  padding: 10px;
  display: block;
  border: 1px solid;
  background: #fff;
  color: #8A9F55;
  font-size: 18px;
  border-radius: 5px;
}
.btn01 a .txt{ margin: 0 auto;}
.btn01 a .arw{
  margin: 0 0 0 auto;
  align-self: center;
}
.btn01 a .arw > svg{
  width: 1.3em;
  height: 1.3em;
  vertical-align: middle;
}
.btn01 a:hover{
  cursor: pointer;
  opacity: .7;
}

.btn02 {
  text-align: center;
  background: #c6272d url(/images/common/arrow02.svg) 97% center/21px no-repeat;
  width: 100%;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  padding: 18px;
  position: relative;
  box-shadow: 0 1.5px 0 #782332;
}
button.btn02 { padding: 15px;}
a.btn02 {
  display: block;
  text-decoration: none;
  color: #fff;
}
.btn02:hover{
  cursor: pointer;
  opacity: .7;
}

a.btn_school {
  display: block;
  width: 100%;
  max-width: 420px;
  background: #8A9F55 url(/images/common/arrow.svg) 98% center/23px no-repeat;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  padding: 12px 32px;
  margin: 0 auto;
}
a.btn_school:hover{
  cursor: pointer;
  opacity: .7;
}
a.btn_school .fill{ fill: #fff;}

.dl_pdf .btn {
  width: 85%;
  max-width: 400px;
  background: #8A9F55;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.list_sample li:nth-child(2) .dl_pdf .btn{ background-color: #EBC318;}
.dl_pdf .btn:hover {
  text-decoration: none;
}
.dl_pdf .btn .icn_pdf,
.dl_pdf .btn .icn_dl{ line-height: 1;}


.list_disc li{
  list-style: disc outside;
  margin-left: 1.5em;
}

#breadcrumbs{
  float: left;
  margin: 20px 0;
}

.box_border{
  border: 1px solid #8A9F55;
  padding: 2em;
  background: #fff;
}
.box_bg_wt{
  padding: 2em;
  background: #fff;
}

.top_bnr{
  text-align: center;
  margin: 40px auto 20px;
}

.video_wrap{
  max-width: 760px;
  margin:0 auto;
}
.video {
  margin: 0 auto;
  width: 100%;
  position:relative;
  padding-top:56.25%;
}
.video iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

dt.accordion{
  border: 1px solid #8A9F55;
  padding: 10px;
  font-size: 23px;
}
dt.accordion::after{
  content: "";
  display: inline-block;
  vertical-align: 5px;
  border-left: 1px solid #8A9F55;
  border-bottom: 1px solid #8A9F55;
  padding: 8px;
  transform: rotate(-45deg);
  transform-origin: center 12px;
  transition: all .3s;
  margin-left: 20px;
}
dt.accordion.active::after{ transform: rotate(135deg);}

#modal-close{ display: none;}

#modal-overlay {
  z-index: 1 ;
  display: none ;
  position: fixed ;
  top: 0 ;
  left: 0 ;
  width: 100% ;
  height: 120% ;
  background-color: rgba( 0,0,0, 0.75 ) ;
}

.kitei dd h2::after{ content: none;}

/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
  .pc{ display: none !important;}
  .tab{ display: inherit ;}
  .sp{ display: none ;}

  #head2{ height: 85px !important;}

  #container{
    margin-top: 80px;
    overflow: hidden;
    width: 100%;
  }
  .lead{ font-size: 20px;}
}

@media screen and (max-width: 700px) {
  section p {
    font-size: 14px;
  }
}

/* �X�}�z */
@media screen and (max-width: 599px) {
  .pc{ display: none;}
  .tab{ display: none;}
  .sp{ display: inherit;}

  .snsBtn { margin: 0}
  #breadcrumbs{ display: none;}

  .box_border,
  .box_bg_wt{ padding: 1em;}

  section .inner{ padding: 40px 0;}
  section h2 {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  section h2:not(.bd_none)::after {
    width: 80px;
    margin: 15px auto 35px;
  }
  section h3{ font-size: 1.2rem}

  .lead{
    font-size: 14px;
    text-align: left;
  }

  .btn01 a{ font-size: 15px;}
  .btn02::before{ left: 5px;}

  a.btn_school{
    background-size: 15px;
    font-size: 15px;
    padding: 12px 20px;
  }

  .dl_pdf{ display: block;}
  .dl_pdf .btn {
    font-size: 15px;
    max-width: initial;
    padding: 10px;
  }
  .dl_pdf .btn .icn_pdf > svg,
  .dl_pdf .btn .icn_dl > svg{ width: 1.2em;}

  .kitei dt.accordion {
    border: 1px solid #8A9F55;
    padding: 10px 5px;
  }

  /* ���[�_���ݒ� */
  .modal-content {
    width: 80% ;
    max-height: 80%;
    overflow: auto;
    padding: 10px 20px ;
    border: 2px solid #aaa ;
    background: #fff ;
    position: fixed ;
    display: none ;
    z-index: 2 ;
    left: 0;
    right: 0;
    top: 110px;
    margin: auto;
  }
  #modal-overlay {
    z-index: 1 ;
    display: none ;
    position: fixed ;
    top: 0 ;
    left: 0 ;
    width: 100% ;
    height: 120% ;
    background-color: rgba( 0,0,0, 0.75 ) ;
  }
  .button-link {
    color: #000 ;
    text-decoration: none;
  }
  .button-link:hover { cursor: pointer ;}
  #modal-close{
    display: block;
    position: fixed;
    top: 120px;
    background: #fff;
    z-index: 1;
    padding: 0 4px;
    border: 3px solid #aaa;
    line-height: 1.3;
    right: 13%;
  }

  .btn02{ font-size: 13px;}
}


/* ==========================================================================
fixed-btn
========================================================================== */
.fixed-btn {
  position: fixed;
  z-index: 10;
  bottom: 100px;
  right: 10px;
  display: none;
}
.fixed-btn.is-show {
  display: block;
}
.fixed-btn a {
  display: block;
  background: #c6272d;
  box-shadow: 0 1.5px 0 #782332;
  color: #ffffff;
  position: relative;
  min-width: 220px;
  padding: 8px 15px 8px 0;
  text-align: center;
  border-radius: 2.8px;
  letter-spacing: 1px;
  font-size: 16px;
  background: #c6272d url(/images/common/arrow02.svg) 94% center/12px no-repeat;
}
.fixed-btn a:hover {
  text-decoration: none;
}
.fixed-btn .baloon {
  display: block;
  padding: 2px 7px;
  position: absolute;
  left: 0;
  top: -57%;
  background-color: #fff;
  color: #c6272d;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #c6272d;
  letter-spacing: normal;
}
.fixed-btn .baloon::after {
  content: "";
  border: 4px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
}

.voice .width48{
  background: #fff;
  border: 1px solid #fff;
}
.voice .width48 p{ text-align: left;}
.voice .width48 .img{
  position: relative;
  min-height: 100px;
}
.voice .width48 .img::before{
  content: "";
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  padding-right: 100px;
  background-image: url(/school/image/icn_students.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 599px) {
  .fixed-btn {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: rgba( 255,255,255, 0.75);
  }
  .fixed-btn .baloon {
    display: none;
  }
  .fixed-btn a {
    width: calc(100% - 80px);
    font-size: 16px;
    background-size: 16px;
  }
}


/* ==========================================================================
   mv
   ========================================================================== */
.mv {
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-height: 560px;
  overflow: hidden;
  align-content: center;
}
.mv > div{
  width: 50%;
  background: #8A9F55;
  color: #fff;
  padding: 0;
  text-align: left;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  position: relative;
}
.mv .detail {
  margin-right: 10px;
  width: 100%;
  max-width: 490px;
}
.mv .in {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0;
}

.mv h1 {
  font-size: 3em;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: .8em;
  width: 100%;
  text-align: center;
}
.mv .lead{
  order: -1;
  margin-bottom: 35px;
}
.mv p,
.mv .lead{
  font-size: 20px;
  margin-bottom: 30px;
  letter-spacing: .15em;
}
.mv .lead{
  font-weight: normal;
  width: 100%;
}
ul.type {
  width: 96%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.type li{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #fff;
  color: #8A9F55;
  padding: 17px 5px;
  border-radius: 5px;
  position: relative;
  line-height: 1.4;
  text-align: center;
}
ul.type li:nth-child(1) {
  width: 100%;
}
ul.type li:nth-child(2),
ul.type li:nth-child(3) {
  width: 48%;
  margin-top: 40px;
}
ul.type li:nth-child(2)::before,
ul.type li:nth-child(3)::before {
  content: '+';
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
}

.mv ul.point{
  text-align: left;
  width: 92%;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.mv ul.point > li{
  width: calc(100% / 4);
  max-width: 96px;
  margin: 0 3px;
  text-align: center;
}
.mv ul.point .icn{
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv ul.point .icn .fill{ fill: #fff;}
.mv ul.point p{
  font-size: 12px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: .5em;
  margin-bottom: 0;
}

.mv .photo > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv .icn_notice{
  width: 230px;
  height: 230px;
  justify-content: center;
  border: 2px solid #8A9F55;
  background: rgba(255, 255, 255, .9);
  border-radius: 100%;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.mv .icn_notice p{
  color: #8A9F55;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-align: center;
}
.mv .icn_notice strong{ font-weight: normal;}

.mv .icn_notice.class p::before{
  content: "";
  display: block;
  padding: 34px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2296.751%22%20height%3D%2296.751%22%20viewBox%3D%220%200%2096.751%2096.751%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%238a9f55%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M96.753%2C13.939a7.687%2C7.687%2C0%2C0%2C0-7.678-7.678H81.1V4.548A4.553%2C4.553%2C0%2C0%2C0%2C76.552%2C0H20.2a4.553%2C4.553%2C0%2C0%2C0-4.548%2C4.548V6.261H7.68A7.687%2C7.687%2C0%2C0%2C0%2C0%2C13.939V70.29A7.687%2C7.687%2C0%2C0%2C0%2C7.68%2C77.968h6.611a1.417%2C1.417%2C0%2C1%2C0%2C0-2.835H7.68A4.849%2C4.849%2C0%2C0%2C1%2C2.836%2C70.29V68.576H93.918V70.29a4.849%2C4.849%2C0%2C0%2C1-4.844%2C4.844H19.96a1.417%2C1.417%2C0%2C1%2C0%2C0%2C2.835H36v9.688H27.975a2.932%2C2.932%2C0%2C0%2C0-2.929%2C2.929v3.237a2.932%2C2.932%2C0%2C0%2C0%2C2.929%2C2.929H56.5a1.417%2C1.417%2C0%2C1%2C0%2C0-2.835H27.975a.1.1%2C0%2C0%2C1-.094-.094V90.585a.1.1%2C0%2C0%2C1%2C.094-.094h40.8a.1.1%2C0%2C0%2C1%2C.094.094v3.237a.1.1%2C0%2C0%2C1-.094.094H62.169a1.417%2C1.417%2C0%2C1%2C0%2C0%2C2.835H68.78a2.932%2C2.932%2C0%2C0%2C0%2C2.929-2.929V90.585a2.932%2C2.932%2C0%2C0%2C0-2.929-2.929H60.752V77.968H89.075a7.687%2C7.687%2C0%2C0%2C0%2C7.678-7.678V13.939ZM50.091%2C87.656H46.664V84.377a.148.148%2C0%2C0%2C1%2C.148-.148h3.131a.148.148%2C0%2C0%2C1%2C.148.148v3.279Zm7.826%2C0H52.925V84.377a2.986%2C2.986%2C0%2C0%2C0-2.982-2.982H46.812a2.986%2C2.986%2C0%2C0%2C0-2.982%2C2.982v3.279H38.838V77.968H57.917v9.688Zm29.74-21.915H81.1V15.357h4.844a1.715%2C1.715%2C0%2C0%2C1%2C1.713%2C1.713Zm-72%2C0H9.1V17.07a1.715%2C1.715%2C0%2C0%2C1%2C1.713-1.713h4.844V65.741Zm2.835-15.948H31.308V65.741H18.489Zm9.392-26.462a4.844%2C4.844%2C0%2C1%2C1%2C4.844%2C4.844A4.849%2C4.849%2C0%2C0%2C1%2C27.881%2C23.331Zm4.844%2C7.678a7.938%2C7.938%2C0%2C0%2C1%2C3.038.6l-1.968%2C1.574a1.7%2C1.7%2C0%2C0%2C1-2.14%2C0L29.69%2C31.611A7.927%2C7.927%2C0%2C0%2C1%2C32.725%2C31.01ZM27.2%2C33.245l2.688%2C2.15a4.522%2C4.522%2C0%2C0%2C0%2C5.682%2C0l2.788-2.23%2C2.92%2C1.953a2.983%2C2.983%2C0%2C0%2C0%2C4.447-1.434l.186-.5%2C3.252%2C1.086-2.307%2C6.154a1.7%2C1.7%2C0%2C0%2C1-1.079%2C1.029%2C1.725%2C1.725%2C0%2C0%2C1-1.476-.205l-.763-.509V38.984a1.417%2C1.417%2C0%2C0%2C0-2.835%2C0V41.5c0%2C.007%2C0%2C.013%2C0%2C.02v5.441H24.75V38.984A7.949%2C7.949%2C0%2C0%2C1%2C27.2%2C33.245Zm19.987-3.462c.006-.015.012-.03.017-.045L48.339%2C26.7a1.711%2C1.711%2C0%2C0%2C1%2C1.918-1.081l-.124.5a1.419%2C1.419%2C0%2C0%2C0%2C1.376%2C1.761c.016%2C0%2C.032%2C0%2C.048%2C0%2C0%2C.01-.006.02-.01.03l-1.392%2C3.713L46.9%2C30.532Zm6.9-4.362a4.565%2C4.565%2C0%2C0%2C0-.609-.979l2.54-10.159a1.417%2C1.417%2C0%2C0%2C0-2.75-.687l-2.318%2C9.272a4.547%2C4.547%2C0%2C0%2C0-4.281%2C1.285V9.244a.148.148%2C0%2C0%2C1%2C.148-.148H71.857A.148.148%2C0%2C0%2C1%2C72%2C9.244V28.027a.148.148%2C0%2C0%2C1-.148.148H54.406a4.514%2C4.514%2C0%2C0%2C0-.323-2.753ZM34.142%2C49.793H78.266V65.741H34.142ZM20.2%2C2.835h56.35a1.715%2C1.715%2C0%2C0%2C1%2C1.713%2C1.713V46.958H43.534V44.036a4.544%2C4.544%2C0%2C0%2C0%2C5.972-2.614l3.9-10.413H71.857a2.986%2C2.986%2C0%2C0%2C0%2C2.982-2.983V9.243a2.986%2C2.986%2C0%2C0%2C0-2.982-2.982H46.812A2.986%2C2.986%2C0%2C0%2C0%2C43.83%2C9.243V28.027a2.964%2C2.964%2C0%2C0%2C0%2C.416%2C1.516l-1.179%2C3.145a.148.148%2C0%2C0%2C1-.219.072l-3.763-2.516a10.85%2C10.85%2C0%2C0%2C0-1.544-.939%2C7.679%2C7.679%2C0%2C1%2C0-9.628%2C0%2C10.817%2C10.817%2C0%2C0%2C0-1.471.888%2C1.408%2C1.408%2C0%2C0%2C0-.191.137%2C10.8%2C10.8%2C0%2C0%2C0-4.335%2C8.65v7.974H18.489V4.548A1.715%2C1.715%2C0%2C0%2C1%2C20.2%2C2.835ZM2.837%2C13.939A4.849%2C4.849%2C0%2C0%2C1%2C7.68%2C9.1h7.974v3.427H10.811A4.553%2C4.553%2C0%2C0%2C0%2C6.263%2C17.07V65.741H2.837Zm87.656%2C51.8V17.07a4.553%2C4.553%2C0%2C0%2C0-4.548-4.548H81.1V9.1h7.974a4.849%2C4.849%2C0%2C0%2C1%2C4.844%2C4.844v51.8Z%22%20transform%3D%22translate(-0.002)%22%2F%3E%3C%2Fsvg%3E');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

@media screen and (min-width: 1921px) {
  .mv > div:first-of-type::before{ font-size: 5em;}
}
@media screen and (max-width: 999px) {
  .mv{ letter-spacing: 0;}
  .mv > div {
    justify-content: center;
  }
  .mv > div:first-of-type::before{ font-size: 1.8em;}
  .mv p,
  .mv .lead{ font-size: 16px;}
  .mv .title h1{ top: 20%;}
  .mv ul.type li{
    font-size: 16px;
  }
  .mv .detail {
    margin-right: 0;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 700px) {
  .mv h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 599px) {
  .mv > div {
    width: 100%;
  }
  .mv > div:first-of-type::before{
    top: auto;
    right: auto;
    left: auto;
    bottom: -105px;
    width: 100%;
    text-align: center;
  }
  .mv .in {
    padding: 0;
  }
  ul.type {
    width: 80%;
  }
  ul.type li {
    padding: 10px;
    border-radius: 5px;
  }
  ul.type li:nth-child(2),
  ul.type li:nth-child(3) {
    margin-top: 30px;
  }
  ul.type li:nth-child(2)::before,
  ul.type li:nth-child(3)::before {
    font-size: 20px;
    top: -28px;
  }

  .mv ul.point{ margin: 10px 0 0;}
  .mv ul.point .icn{ height: 30px;}
  .mv ul.point .icn svg{ max-height: 100%;}
  .mv ul.point .online .icn svg{ width: 26px;}
  .mv ul.point p{ font-size: 10px;}

  .mv p{
    font-size: 3.5vw;
    margin-bottom: 0;
    text-align: left;
    letter-spacing: 0;
  }
  .mv h1{
    margin-bottom: 12px;
  }
  .mv .lead{
    color: inherit;
    padding: 0 0 1em;
    font-size: 12px;
    margin-bottom: 0;
    order: 0;
    text-align: center;
  }
  .mv .photo {
    height: 160px;
  }

  .mv .icn_notice {
    width: 150px;
    height: 150px;
    bottom: 5px;
  }
  .mv .icn_notice p{ font-size: 14px;}
  .mv .icn_notice.class p::before{ padding: 20px;}
}

/* ==========================================================================
catch
========================================================================== */
.catch{
  padding: 0;
  width: 100%;
}
.catch .heading{ background: rgba(138, 159, 85, .15);}
.catch .heading .inner > p {
  font-size: 20px;
  text-align: center;
}
.catch p {
  font-size: 16px;
  margin-bottom: 30px;
}
.catch p:last-of-type {
  margin-bottom: 0;
}
.catch .ttl {
  font-size: 24px;
  color: #8A9F55;
  text-align: left;
  margin-bottom: 20px;
}
.catch .bnr {
  margin-bottom: 50px;
}
.catch .bnr .img_sp {
  display: none;
}
/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
  .catch p {
    font-size: 16px;
  }
}
/* �X�}�z */
@media screen and (max-width: 599px) {
  .catch .ttl {
    font-size: 18px;
  }
  .catch p {
    font-size: 14px;
    text-align: left;
  }
  .catch .heading .inner > p { font-size: 16px;}
  .catch .bnr .img_pc {
    display: none;
  }
  .catch .bnr .img_sp {
    display: block;
  }
}

/* ==========================================================================
osusume
========================================================================== */
.osusume li{
  text-align: left;
  padding-top: 3px;
  padding-left: 28px;
  font-size: 18px;
  background: url(/school/image/asset/icn_check.svg) left top 4px/21px no-repeat;
  margin-bottom: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 999px) {
  .osusume li { font-size: 16px;}
}

@media screen and (min-width: 600px) {
  .osusume ul{ column-count: 2;}
}


/* ==========================================================================
   learning
   ========================================================================== */
.learning-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.learning-list .item {
  width: 22.5%;
  font-size: 16px;
  margin-bottom: 20px;
}
.learning-list .item img {
  margin-bottom: 15px;
  max-width: none;
  width: 100%;
}
/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
  .learning-list .item {
    width: 40%;
  }
  .learning-list .item:nth-child(1),
  .learning-list .item:nth-child(2) {
    margin-bottom: 40px;
  }
}
/* �X�}�z */
@media screen and (max-width: 599px) {
  .learning-list {
    flex-direction: column;
  }
  .learning-list .item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .learning-list .item:nth-child(1),
  .learning-list .item:nth-child(2) {
    margin-bottom: 15px;
  }
  .learning-list .item img {
    display: block;
    width: 40%;
    margin-right: 3%;
  }
}

/* ==========================================================================
   /includes/school/seika_fa.inc
   ========================================================================== */
.reason .heading {
  max-height: 400px;
  min-height: 250px;
  overflow: hidden;
}
.reason .heading .bg {
  width: 100%;
  height: 0;
  padding-top: 23.2307692%;/*604/2600*/
  background: url(/school/image/finance_strategy/bg_reason_head.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}
.reason .heading .ttl {
  position: absolute;
  width: 100%;
  top: 50%;
  line-height: 1.5;
  transform: translateY(-50%);
}
.reason .heading .ttl::after {
  margin-bottom: 0;
}
.reason-list {
  counter-reset: reason;
}
.reason-list .item {
  position: relative;
  background-color: rgba(138, 159, 85, .15);
  border-top: 1px solid #8A9F55;
  border-bottom: 1px solid #8A9F55;
  padding: 50px 30px 30px;
}
.reason-list .item:not(:first-child) {
  margin-top: 100px;
}
.reason-list .item:nth-child(even) .main {
  flex-direction: row-reverse;
}
.reason-list .order {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}
.reason-list .order .num {
  display: block;
  color: #8A9F55;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}
.reason-list .order:after {
  counter-increment: reason;
  content: counter(reason);
  font-family: 'Josefin Slab', serif;
  background-color: #8A9F55;
  border-radius: 50%;
  color: #fff;
  font-size: 60px;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
}
.reason-list .main {
  display: flex;
  justify-content: space-between;
}
.reason-list .main > div {
  width: 50%;
}
.reason-list .main .photo-wrap {
  max-width: 438px;
}
.reason-list .item:nth-child(odd) .photo-wrap {
  margin-right: 20px;
}
.reason-list .item:nth-child(even) .photo-wrap {
  margin-left: 20px;
}
.reason-list .main .photo {
  width: 100%;
  height: 0;
  padding-top: 55.1252847%;/* 242/439 */
  position: relative;
}
.reason-list .main .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.reason-list .main .ttl {
  color: #8A9F55;
  font-size: 24px;
  line-height: 1.3;
  text-align: left;
}
.reason-list .main .txt {
  font-size: 16px;
  margin-top: 10px;
}
/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
  .reason .heading .bg {
    padding-top: 250px;
  }
  .reason-list {
    margin-top: 50px;
  }
}
/* �X�}�z */
@media screen and (max-width: 599px) {
  .reason .heading {
    min-height: 0;
  }
  .reason .heading .bg {
    padding-top: 200px;
  }
  .reason-list .order:after {
    font-size: 50px;
    width: 50px;
    height: 50px;
  }
  .reason-list .main {
    display: block;
  }
  .reason-list .item {
    padding: 40px 15px 15px;
  }
  .reason-list .item:not(:first-child) {
    margin-top: 70px;
  }
  .reason-list .item:nth-child(odd) .photo-wrap {
    margin-right: 0;
  }
  .reason-list .item:nth-child(even) .photo-wrap {
    margin-left: 0;
  }
  .reason-list .main > div {
    width: 100%;
  }
  .reason-list .main .photo-wrap {
    width: 100%;
    max-width: none;
  }
  .reason-list .main .ttl {
    font-size: 22px;
    margin-top: 10px;
  }
  .reason-list .main .txt {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
  }
}

/* ==================
   training
   ================== */
.training {
  background-color: rgba(138, 159, 85, .15);
}
.training .box {
  background-color: #eeeeef;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  margin-top: 30px;
  border-top: 1px solid #8A9F55;
  border-bottom: 1px solid #8A9F55;
}
.training .company-list {
  font-size: 16px;
  padding-right: 20px;
}
.training .box .company-list:nth-child(1) {
  width: 30%;
}
.training .box .company-list:nth-child(2) {
  width: 37%;
}
.training .box .company-list:nth-child(3) {
  width: 33%;
}
/* �X�}�z */
@media screen and (max-width: 599px) {
  .training .lead {
    text-align: justify;
  }
  .training .box {
    display: block;
  }
  .training .company-list {
    padding-right: 0;
    font-size: 14px;
  }
  .training .box .company-list:nth-child(1),
  .training .box .company-list:nth-child(2),
  .training .box .company-list:nth-child(3) {
    width: 100%;
  }
}

/* ==========================================================================
teacher
========================================================================== */
.teacher{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teacher li{
  width: 50%;
  margin-bottom: 50px;
  text-align: left;
  line-height: 1.6;
  padding: 0 3.5%;
}
.teacher li img{
  float: left;
  width: 37vw;
  max-width: 150px;
  height: 37vw;
  max-height: 150px;
  object-fit: cover;
  margin-right: 15px;
}
.teacher li img.icn{
  background: #f3f3f2;
  padding: 10%;
}
.teacher li h3{
  text-align: left;
  padding: 15px 0 25px;
  margin-left: 165px;
  margin-bottom: 0;
}
.teacher li .position{
  min-height: 83px;
  margin-left: 165px;
}
.teacher li .text{
  clear: both;
  padding-top: 20px;
}
.teacher .small{
  font-size: 0.8rem;
}
@media screen and (max-width: 599px) {
  .teacher{ display: block;}
  .teacher li{
    width: 100%;
    padding: 0;
  }
  .teacher li .text{ padding-top: 0;}
  .teacher li h3{
    margin-left: 155px;
  }
  .teacher li .position{
    margin-left: 155px;
  }
}

/* ==========================================================================
questionnaire
========================================================================== */
.questionnaire .heading {
  max-height: 400px;
  min-height: 200px;
  overflow: hidden;
}
.questionnaire .heading .bg {
  width: 100%;
  height: 0;
  padding-top: 23.2781839%;/* 605/2599 */
  background: url(/school/image/kabu/bg_ttl01.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}
.questionnaire .heading .ttl {
  position: absolute;
  width: 100%;
  top: 50%;
  line-height: 1.5;
  transform: translateY(-50%);
}
.questionnaire .heading .ttl::after {
  margin-bottom: 0;
}
.questionnaire .txt-total {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  margin-top: -3em;
  position: relative;
  line-height: 1;
  padding-right: 10px;
  font-size: 12px;
}
.questionnaire .story .list{
  margin-bottom: 75px;
}
.questionnaire .story .list .list_box{
  padding: 0 10px;
}
.questionnaire .story .list .list_box .txt{
  font-size: 16px;
  margin-top: 1em;
}
.questionnaire .story .list .list_box .txt + .txt{
  margin-top: 0.6em;
}
.questionnaire .story .list .list_box .label_paralle {
  display: inline-block;
  margin-right: 0.7em;
  padding: 0.3em 0.6em;
  border-radius: 9999px;
  background: #8a9f55;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
.questionnaire .story .list .list_box img {
  width: 100%;
}
.questionnaire .story .list .list_box a{
  display: block;
  color: #333;
}
.questionnaire .story .list .list_box a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.questionnaire .story .list .list_box .arrow{
  font-size: 16px;
  margin-top: 1em;
  text-align: left;
  text-decoration: underline;
  color: #8a9f55;
  background: none;
  padding: 0;
}
.questionnaire .story a.link{
  display: block;
  font-size: 16px;
  color: #8a9f55;
  text-align: center;
}

/* �^�u���b�g�ȉ� */
@media screen and (max-width: 999px) {
  .questionnaire .heading .bg {
    padding-top: 200px;
  }
  .questionnaire .txt-total {
    margin-top: -1.5em;
  }
  .questionnaire .story .list .list_box .label_paralle {
    font-size: 13px;
  }
}

@media screen and (max-width: 599px) {
  .questionnaire .story {
    padding: 0px 3%;
    box-sizing: border-box;
  }
  .questionnaire .story .list{
    margin-bottom: 50px;
    justify-content: space-between;
  }
  .questionnaire .story .list .list_box{
    margin-bottom: 15px;
    margin-left: 0;
  }
  .questionnaire .story .list .list_box .txt{
    font-size: 14px;
  }    
  .questionnaire .story .list .list_box img{
    width: 100%;
    float: none;
  }
  .questionnaire .story a.link{ font-size: 14px;}

  .questionnaire .story h2::after {
    margin: 10px auto 15px;
  }
  .questionnaire .story .list .list_box .arrow {
    position: static;
    font-size: 13px;
  }
}

/* ==========================================================================
curriculum
========================================================================== */
.curriculum .inner {
  padding-left: 0;
  padding-right: 0;
}
.curriculum .summary-box {
  border-top: 1px solid #8A9F55;
  background-color: #fff;
  font-size: 16px;
  padding: 20px;
  margin: 20px 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.curriculum .summary-box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5px 0;
}
.curriculum .summary-box dl dt,
.curriculum .summary-box dl dd {
  display: flex;
  align-items: flex-end;
}
.curriculum .summary-box dl dt {
  width: 5em;
}
.curriculum .summary-box .num {
  font-family: 'Josefin Slab', serif;
  font-size: 35px;
  color: #8A9F55;
  line-height: 1;
  display: inline-block;
  padding: 0 5px;
}
.curriculum-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.curriculum-list .item {
  max-width: 460px;
  width: 48%;
  background-color: #efefef;
  border-bottom: 1px solid #8A9F55;
  position: relative;
  margin-bottom: 60px;
}
.curriculum-list .item:last-child{ margin-bottom: 0;}
.curriculum-list .item > .ttl {
  color: #8A9F55;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  width: 100%;
  font-weight: bold;
  background-color: #fff;
  display: flex;
  align-items: flex-end;
}
.bg-beige .curriculum-list .item > .ttl{ background-color: #f3f3f2;}
.bg-school .curriculum-list .item > .ttl{ background-color: #edf1e6;}
.curriculum-list .item > .ttl .vol {
  font-family: 'Josefin Slab', serif;
  font-size: 30px;
  font-weight: normal;
}
.curriculum-list .item > .ttl .num {
  font-family: 'Josefin Slab', serif;
  font-size: 50px;
  display: inline-block;
  padding: 0 10px 0 3px;
  vertical-align: bottom;
  line-height: 1;
  position: relative;
  top: 13px;
  font-weight: normal;
}
.curriculum-list .item > .ttl .main {
  padding-bottom: 3px;
  line-height: 1.2;
}
.curriculum-list .box {
  background-color: #efefef;
  font-size: 14px;
  border-top: 1px solid #8A9F55;
  padding: 20px;
}
.curriculum-list .box dl {
  display: flex;
  margin-top: 0;
}
.curriculum-list .box dl:not(:first-child) {
  margin-top: 10px;
}
.curriculum-list .box dl dt {
  font-weight: bold;
  width: 90px;
}
.curriculum-list .box dl dd {
  width: calc( 100% - 90px );
}
.curriculum .sample-document h4.line {
  position: relative;
  color: #8A9F55;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
}
.curriculum .sample-document h4.line::before,
.curriculum .sample-document h4.line::after {
  max-width: 300px;
  content: "";
  width: 30%;
  border-top: 1px solid #8A9F55;
  position: absolute;
  top: 50%;
}
.curriculum .sample-document h4.line::before{ left: 0;}
.curriculum .sample-document h4.line::after{ right: 0;}
.curriculum .sample-document h4.line,
.curriculum .sample-document .lead{
  margin-bottom: 30px;
}

.curriculum .btn02{
  max-width: 540px;
  margin: 0 auto;
}

.list_sample{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 90%;
  margin: 0 auto;
}
.list_sample li{ width: 48%;}
.list_sample h3{
  text-align: left;
  border-bottom: 1px solid;
  color: #8A9F55;
}
.list_sample h3 .icn{
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.list_sample h3 .txt{
  display: inline-block;
  vertical-align: middle;
}
.list_sample .img_sample{
  max-height: 200px;
  display: block;
  margin: 25px auto;
  border: 1px solid #ccc;
}
.list_sample h3 .icn{ line-height: 1;}

/* �ڂ����m�肽���� */
.link_school{
  text-align: center;
  padding: 30px 10px;
  background: rgba(0,0,0,.15);
}
.link_school .btn01 a{
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}

.link_school.kyouyou{ background: rgba(126,103,141,.15);}
.link_school.kyouyou .btn01 a{ color: #7e678d;}
.link_school.kyouyou .btn01 .arw .stroke{ stroke: #7e678d;}

.link_school.retire{ background: rgba(225,111,78,.15);}
.link_school.retire .btn01 a{ color: #e16f4e;}
.link_school.retire .btn01 .arw .stroke{ stroke: #e16f4e;}

@media screen and (min-width: 600px) {
  .curriculum-list .item:nth-last-child(2){ margin-bottom: 0;}
}

/* �X�}�z */
@media screen and (max-width: 599px) {
  .curriculum-list {
    display: block;
  }
  .curriculum-list .item {
    max-width: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .curriculum-list .box dl dt {
    width: 70px;
  }
  .curriculum-list .box dl dd {
    width: calc( 100% - 70px );
  }

  .curriculum .sample-document h4.line,
  .curriculum .sample-document .lead {
    margin-bottom: 20px;
  }
  .curriculum .sample-document h4.line {
    font-size: 20px;
  }
  .curriculum .sample-document h4.line::before,
  .curriculum .sample-document h4.line::after {
    width: 22%;
  }
  .list_sample li{ width: 100%;}
  .list_sample li + li{ margin-top: 30px;}
}


/* ==========================================================================
jukostyle
========================================================================== */
.jukostyle .list_style{
  border: 1px solid #8A9F55;
  padding: 20px;
}
.jukostyle .list_style li{ border: 1px solid #8A9F55;}
.jukostyle .list_style .ttl{
  padding: 15px;
  text-align: center;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.3;
}
.jukostyle .list_style .ttl .txt_s{ font-size: .8em;}
.jukostyle .list_style .photo{ width: 100%;}
.jukostyle .list_style .txt{
  padding: 10px 15px;
}
.jukostyle .list_style .link{
  text-align: right;
  padding: 10px 15px;
}
.jukostyle .list_style .description{
  padding: 10px 15px;
}
.jukostyle .list_style .caution{
  font-size: 12px;
  position: absolute;
}

@media screen and (min-width: 600px){
  .jukostyle .list_style{
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
  }
  .jukostyle .list_style li{
    width: 47.5%;
  }
  .jukostyle .list_style .caution{ max-width: 45%;}
}

@media screen and (max-width: 599px){
  .jukostyle .list_style{ margin: 30px auto;}
  .jukostyle .list_style li + li{ margin-top: 10px;}
  .jukostyle .list_style li:first-child{ margin-bottom: 4em;}
}

/* ==================
  .flow
================== */
.flow .inner {
  width: 94%;
}
.flow-list li{
  border-bottom: 1px solid #8A9F55;
  margin-bottom: 95px;
  position: relative;
  border-top: 1px solid #8A9F55;
  padding: 15px 10px;
}
.flow-list li::after{
  content: "";
  padding: 22px;
  background: url(/school/image/asset/icn_flow_arrow.svg) center top/15px no-repeat;
  position: absolute;
  bottom: -73px;
  left: 0;
  right: 0;
}
.flow-list li:last-child::after{ content: none;}
.flow-list li .step {
  position: relative;
  color: #8A9F55;
  text-align: center;
  font-family: 'Josefin Slab', serif;
  font-size: 40px;
}
.flow-list li .step::before,
.flow-list li .step::after {
  max-width: 420px;
  content: "";
  width: 42%;
  border-top: 1px solid #8A9F55;
  position: absolute;
  top: 50%;
}
.flow-list li .step::before{ left: 0;}
.flow-list li .step::after{ right: 0;}
.flow-list li h3{
  font-size: 23px;
}
.flow-list li.apply .txt {
  text-align: center;
  font-size: 23px;
  margin-bottom: 15px;
}
.flow-list li.pay{ padding-top: 30px;}
.flow-list li.pay h3{ margin-bottom: 20px;}
.flow-list li.pay .cashless-promotion {
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 15px 40px;
  padding: 20px 20px 30px;
  border-top: 1px dashed #a0a0a0;
  border-bottom: 1px dashed #a0a0a0;
}
.flow-list li.pay .cashless-promotion img {
  width: 50px;
  height: 50px;
}
.flow-list li.pay .cashless-promotion .txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  padding-left: 10px;
}
.flow-list li.pay .cashless-promotion .txt strong {
  font-weight: normal;
  font-size: 30px;
}
.flow-list li.pay .cashless-promotion .txt a {
  display: inline-block;
  text-decoration: underline;
  color: #333333;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .flow-list li.pay .cashless-promotion {
    margin: 20px 0;
    padding: 20px 10px;
    display: block;
    text-align: center;
  }
  .flow-list li.pay .cashless-promotion .txt {
    font-size: 16px;
    padding: 0;
    margin-top: 10px;
  }
  .flow-list li.pay .cashless-promotion .txt strong {
    font-size: 25px;
  }
}
.flow-list li.pay .detail{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.flow-list li.pay .detail > div{
  width: 25%;
  padding: 0 10px;
  border-left: 1px solid #8A9F55;
  text-align: center;
}
.flow-list li.pay .detail > div p{
  display: inline-block;
  text-align: left;
}
.flow-list li.pay .detail > div:first-child{ border-left: none;}
.flow-list li.pay .detail > div h4{
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 130px;
  min-height: 4em;
  position: relative;
}
.flow-list li.pay .detail > div:first-child h4::after{
  content: "";
  padding: 40px;
  background: url(/school/image/asset/icn_flow_card.svg) center top/73px no-repeat;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
}
.flow-list li.pay .detail > div:nth-child(2) h4::after {
  content: "";
  padding: 40px;
  background: url(/school/image/logo_amazonpay.png) 50% 20% no-repeat;
  background-size: 75% auto;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
}
.flow-list li.pay .detail > div:nth-child(3) h4::after{
  content: "";
  padding: 40px;
  background: url(/school/image/asset/icn_flow_bank.svg) center top/68px no-repeat;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}
.flow-list li.pay .detail > div:nth-child(4) h4::after{
  content: "";
  padding: 40px;
  background: url(/school/image/asset/icn_flow_loan.svg) center top/43px no-repeat;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
}
.flow-list li.start h3{
  position: relative;
  border-bottom: 1px dashed #8A9F55;
  padding-bottom: 25px;
  width: 90%;
  margin: 60px auto 25px;
}
.flow-list li.start h3::before{
  content: "";
  padding: 50px;
  background: url(/school/image/asset/icn_flow_textbook.svg) center center/94px no-repeat;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
}
.flow-list li.start h4{
  text-align: center;
  color: #8A9F55;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 25px;
}
.flow-list li.start p{
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
}
.flow-list li.start p + p{
  padding: 20px 0 25px;
  font-size: 12px;
}
@media screen and (max-width: 999px) {
  .flow-list li h3{
    font-size: 26px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .flow-list li .step {
    font-size: 30px;
  }
  .flow-list li .step::before, .flow-list li .step::after {
    width: 36%;
  }
  .flow-list li:last-child {
    margin-bottom: 40px;
  }
  .flow-list li h3{ font-size: 20px;}
  .flow-list li.apply .txt {
    font-size: 20px;
    padding: 0 14px;
  }
  .flow-list li.pay h3{ margin-bottom: 10px;}
  .flow-list li.pay .detail{ margin-bottom: 10px;}
  .flow-list li.pay .detail > div{
    width: 100%;
    padding: 0;
    border-left: none;
    padding-bottom: 25px;
    border-bottom: 1px dashed #8A9F55;
    margin-bottom: 10px;
  }
  .flow-list li.pay .detail > div:last-child{
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .flow-list li.pay .detail > div h4{
    margin-bottom: 30px;
    font-size: 16px;
  }
  .flow-list li.pay .detail > div:first-child h4::after {
    padding: 25px;
    background-size: 48px auto;
    top: 40px;
  }
  .flow-list li.pay .detail > div:nth-child(2) h4::after {
    padding: 25px;
    background-size: auto 25px;
    top: 40px;
  }
  .flow-list li.pay .detail > div:nth-child(3) h4::after {
    padding: 25px;
    background-size: 45px auto;
    top: 40px;
  }
  .flow-list li.pay .detail > div:nth-child(4) h4::after {
    padding: 25px;
    background-size: 30px auto;
    top: 40px;
  }
  .flow-list li.pay .detail > div h4 + p{
    padding: 0 14px;

  }

  .flow-list li.start h3 {
    margin: 60px auto 25px;
    padding-bottom: 15px;
  }
  .flow-list li.start h4{
    font-size: 16px;
    margin-bottom: 15px;
  }
}

/* ==========================================================================
application
========================================================================== */
.application .lead {
  font-size: 18px;
  text-align: center;
}
.js-toggle-content {
  display: none;
}
.js-toggle-content.is-visible {
  display: block;
}
.js-tab-content {
  display: none;
}
.js-tab-content.is-visible {
  display: block;
}

.tab-content {
  background-color: #fff;
  display: none;
  border-top: none;
  overflow: hidden;
  position: relative;
  border: 1px solid #8a9f55;
  margin-top: -1px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding: 60px 50px;
}
.tab-content .ttl_border {
  padding: 0.3em 0;
  border-top: 1px solid #8a9e55;
  border-bottom: 1px solid #8a9e55;
}
.tab-content .style_exp {
  margin: 2em 0;
  font-size: 16px;
}
.tab-content .btn02 {
  max-width: 415px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .tab-content {
    padding: 40px 15px;
  }
  .tab-content .style_exp {
    font-size: 14px;
  }
}
.special-tab {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.special-tab.top {
  margin-top: 60px;
  align-items: flex-end;
}
.special-tab.bottom {
  align-items: flex-start;
}
.special-tab > li {
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.3;
  width: 48%;
  padding: 1.2em .3em;
  box-sizing: border-box;
  text-align: center;
  background: #E0E0E0;
  border: 1px solid #8a9f55;
  border-bottom: 0;
}
.special-tab.top >li {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  top: -2px;
}
.special-tab.bottom >li {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.special-tab > li.is-active {
  color: #fff;
  background: #8a9f55;
  padding: 1.6em .3em;
  cursor: default;
}
.special-tab.top > li.is-active {
  border-bottom-width: 0;
  top: 0;
}
.special-tab.bottom > li.is-active {
  border-top-width: 0;
  margin-top: -2px;
}
@media screen and (max-width: 999px) {
  .special-tab {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .special-tab.top {
    margin-top: 20px;
  }
  .special-tab > li {
    width: 49%;
    height: 4.5em;
    font-size: 15px;
    padding: 0 0.3em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .special-tab.bottom {
    display: none;
  }
}
.js-toggle-content {
  display: none;
}
.table01{
  width: 100%;
  border-top: 1px solid #8a9f55;
  border-left: 1px solid #8a9f55;
  font-size: 16px;
}
.table01 th,
.table01 td{
  border-right: 1px solid #8a9f55;
  border-bottom: 1px solid #8a9f55;
  padding: 18px;
}
.table01 th{
  background: #dfe5d1;
  vertical-align: middle;
  min-width: 30%;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .table01 th{ width: 30%;}
}
@media screen and (max-width: 599px) {
  .table01 {
    font-size: 14px;
  }
  .table01 th,
  .table01 td{
    display: block;
  }
}

/* ==========================================================================
   app_taiken
========================================================================== */
.ttl_pr{
  background: #8A9F55;
  color: #fff;
  font-size: 20px;
  max-width: 800px;
  margin: 0 auto;
  padding: 1em 10px;
  position: relative;
  letter-spacing: normal;
}
.ttl_pr::after {
  content: unset;
}
.ttl_pr .icn_circle{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border: 1px solid;
  border-radius: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.box_pr{
  border: 1px solid #8A9F55;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 4%;
}
.box_pr .name_school{
  color: #8A9F55;
  font-size: 1.25rem;
  text-align: center;
}
.box_pr .lead{ font-size: 1rem;}
.box_pr .lead .marker {
  background: linear-gradient(rgba(0,0,0,0) 30%, rgba(139, 158, 85, .15) 30%);
  padding-bottom: 3px;
}
.box_pr table{
  width: 100%;
  max-width: 540px;
  margin: 20px auto 40px;
  font-size: 1rem;
}
.box_pr table th{
  width: 7em;
  font-weight: normal;
  white-space: nowrap;
}
.box_pr table th,
.box_pr table td{
  border-bottom: 1px dashed #8A9F55;
  text-align: left;
  vertical-align: top;
  padding: 10px 1em 10px 0;
}
.app_taiken .thumbnail {
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 35px auto 0;
}
@media screen and (max-width: 759px) {
  .ttl_pr .sp {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .ttl_pr{
    padding: 1em 55px 1em 10px;
    font-size: 18px;
  }
  .ttl_pr .icn_circle{
    font-size: 13px;
    width: 45px;
    height: 45px;
    right: 10px;
  }
  .box_pr {
    padding: 20px 4%;
  }
}

/* ==========================================================================
inquiry_advance
========================================================================== */

.wrap_inquiry_advance > div{
  /*padding: 20px;*/
  border: 1px solid #EA5520;
  position: relative;
}
@media screen and (min-width: 600px) {
  .wrap_inquiry_advance{
    display: flex;
    justify-content: space-between;
    width: 800px;
    margin: auto;
  }
  .wrap_inquiry_advance > div{ width: 49%;}
}

@media screen and (max-width: 599px) {
  .wrap_inquiry_advance > div + div{ margin-top: 20px;}
}


/* ==========================================================================
faq
========================================================================== */
.faq-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}
.faq-list .item {
  width: 49%;
  max-width: 470px;
  border-bottom: 1px solid #8a9f55;
  position: relative;
  background-color: #efefef;
  margin-top: 100px;
}
.faq-list .question {
  color: #8a9f55;
  font-size: 18px;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  line-height: 1.3;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #8a9f55;
  padding-left: 40px;
  background: url(/school/image/advance/bg_faq.svg) 0 100% no-repeat;
  background-size: 36px 40px;
  min-height: 42px;
}
.faq-list .answer {
  font-size: 16px;
  padding: 10px;
  display: flex;
  align-items: center;
}
/* �X�}�z */
@media screen and (max-width: 599px) {
  .faq-list {
    display: block;
    margin-top: 30px;
  }
  .faq-list .item {
    width: 100%;
    max-width: none;
    background-color: transparent;
  }
  .faq-list .question {
    position: static;
    font-size: 16px;
  }
  .faq-list .answer {
    background-color: #efefef;
    font-size: 14px;
  }
  .faq-list .item {
    margin-top: 20px;
  }
}

/*���[�h����*/
@media screen and (min-width: 600px) {
  .catch h4{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
  }
  .lead_img_wrap{
    overflow:hidden;   
  }
  .lead_img_wrap img{
    width: 300px;
    float: right;
    margin-left: 15px;
  }
}

@media screen and (max-width: 599px) {
  .catch h4{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
  }
  .lead_img_wrap img{
    margin-bottom: 15px;
  }
}

.catch .lead_message{
  color: #8A9F55;
  font-size: 22px;
  line-height: 2;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .catch .lead_message{
    font-size: 18px;
    text-align: center;
    }
}

.voice_slick .slick-dots li button:before {
  font-family: inherit;
  content: "\025cf";
  font-size: 15px;
}
.voice_slick .slick-prev {
  left: -15px;
}
.voice_slick .slick-next {
  right: -15px;
}
.voice_slick .slick-prev::before,
.voice_slick .slick-next::before {
  content: "";
  color: #707070;
  border-left: 2px solid;
  border-bottom: 2px solid;
  width: 10px;
  height: 10px;
  padding: 8px;
  display: block;
}
.voice_slick .slick-prev::before {
  transform: rotate(45deg);
}
.voice_slick .slick-next::before {
  transform: rotate(225deg);
}

/* ==============================
   .ambassador_movie
============================== */
.ambassador_movie h2{
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}
.ambassador_movie h2::after {
  content: none;
}
.ambassador_movie h2 .en{
  display: block;
  font-family: 'Josefin Slab', serif;
  font-size: 2.5em;
  line-height: initial;
}
.ambassador_movie h2 .ambassador_line{
  width: 1px;
  height: 2.5em;
  display: block;
  margin: auto;
  background: #333;
}
.ambassador_movie h2 .ambassador_line:first-of-type{
  margin-bottom: 1em;
}
.ambassador_movie h2 .ambassador_line:last-of-type{
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  .ambassador_movie h2{
    font-size: 16px;
  }
}

/* ==============================
   .sns_sec
============================== */
body .sns_sec {
  margin-top: 60px;
}