@charset "UTF-8";
/* Scss Document */
/* メディアクエリ
--------------------------------------*/
/* ===== sp ===== */
/* ============= */
/* ===== tab ===== */
/* ============= */
/* ===== pc ===== */
/* ============= */
/* ===== pc-tab ===== */
/* ============= */
/* ===== sp-tab ===== */
/* ============= */
/* ===== max XXpx ===== */
/* ============= */
/* カラー
--------------------------------------*/
/* フォント
--------------------------------------*/
/* fontsans */
/* fontsans */
/* アイコンフォント
--------------------------------------*/
/* ベンダープレフィックス
--------------------------------------*/
/* 最後の要素のmarginを解除
--------------------------------------*/
/* 1000px・中央寄せ
--------------------------------------*/
/* flexbox
--------------------------------------*/
/* ボタン
----------------------------------------------- */
/* 白 */
/* カラー */
/* 矢印付き */
/* 矢印付きテキストリンク
----------------------------------------------- */
/* リストマーカー
--------------------------------------*/
/* 
li{
    @include listmarker($size: 10px, $color:#123456, $top: 50%);
}
*/
/* 自動トリミング画像
--------------------------------------*/
/* 自動サイズ変更画像
--------------------------------------*/
/* 疑似要素：サイズ可変画像
--------------------------------------*/
/* 
&:before { 
    @include variableimg;
    width: px;
    height: px;
    background-image: url(../img/XXX.png); 
    position: absolute;
    top: 0;
    left: 0;
}
 */
/* 疑似要素：文字列の前に画像
--------------------------------------*/
/* 
.ico{
    @include icotext($icosize: 30px);
    font-size: 2.0rem;

    &:before{
        background-image: url(../img/ico/XXX.png);
    }
}
 */
/* 疑似要素：文字列の前にアイコンフォント
--------------------------------------*/
/* 
.ico{
    @include iconfonttext($icosize: 30px);
    font-size: 2.0rem;

    &:before{
        content: "";
    }
}
 */
/* テキスト装飾：カラフルアンダーライン-左寄せ
--------------------------------------*/
/* テキスト装飾：カラフルアンダーライン-中央寄せ
--------------------------------------*/
/* 基本の角丸
--------------------------------------*/
/* 背景：ストライプ
--------------------------------------*/
/* 背景：ドット
--------------------------------------*/
/* 疑似要素：カラフルくるま
--------------------------------------*/
/* アニメーション：バウンド
--------------------------------------*/
@-webkit-keyframes bounce {
  2% {
    -webkit-transform: translateY(0);
  }
  8% {
    -webkit-transform: translateY(-5px);
  }
  13% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounce {
  2% {
    transform: translateY(0);
  }
  8% {
    transform: translateY(-5px);
  }
  13% {
    transform: translateY(0);
  }
}
/* アニメーション：拡大
--------------------------------------*/
@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(1.02);
  }
}
@keyframes scale {
  50% {
    transform: scale(1.02);
  }
}
/* Scss Document */
/* =============================
 3-mainpage.css
================================ */
/* ===================================================================

 ひこねが選ばれる5つの理由

=================================================================== */
.fivereason {
  /* section */
}
.fivereason .pageinner {
  padding: 10px;
}
.fivereason .pageinner:after {
  content: none;
}
.fivereason section {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  /* ===== sp ===== */
  /* ============= */
  /* ===== sp ===== */
  /* ============= */
  /* .inner */
  /* h2 */
  /* figure */
  /* カラーリング
  ----------------------------------------------- */
}
@media only screen and (max-width:640px) {
  .fivereason section {
    padding: 10px;
  }
}
.fivereason section:nth-of-type(2n) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width:640px) {
  .fivereason section {
    display: block;
  }
}
.fivereason section:nth-of-type(1) {
  position: relative;
}
.fivereason section:nth-of-type(1):after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 350px;
  height: 50px;
  background-image: url(../img/illust/cars.png);
  position: absolute;
  top: -45px;
  right: 10px;
}
.fivereason section:nth-of-type(1):after {
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .fivereason section:nth-of-type(1):after {
    content: none;
  }
}
.fivereason section:nth-last-of-type(1) {
  margin-bottom: 0;
}
.fivereason section .inner {
  width: calc(100% - 35% - 20px);
  padding: 30px;
  border-radius: 3px;
  /* ===== sp ===== */
  /* ============= */
  /* ul.landmark */
}
@media only screen and (max-width:640px) {
  .fivereason section .inner {
    width: 100%;
    padding: 20px;
  }
}
.fivereason section .inner p {
  font-size: 1.8rem;
  line-height: 1.5em;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .fivereason section .inner p {
    font-size: 1.6rem;
  }
}
.fivereason section .inner a.btn {
  display: table;
  max-width: 100%;
  margin: 10px auto;
  padding: 15px 40px;
  letter-spacing: 1px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #d93737;
  text-align: center;
  border: 2px solid #d93737;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  /* ===== sp ===== */
  /* ============= */
  color: #ffffff;
  border: 2px solid #7c7062;
  background-color: #7c7062;
  margin-top: 20px;
  padding: 10px 40px;
}
@media only screen and (max-width:640px) {
  .fivereason section .inner a.btn {
    width: 100%;
    padding: 15px 30px;
  }
}
.fivereason section .inner a.btn[target=_blank], .fivereason section .inner a.btn:hover[target=_blank] {
  background-image: url(../img/ico/blank_r.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.fivereason section .inner a.btn:hover {
  color: #ffffff !important;
  background-color: #d93737;
}
.fivereason section .inner a.btn:hover[target=_blank] {
  background-image: url(../img/ico/blank_w.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.fivereason section .inner a.btn[target=_blank] {
  background-image: url(../img/ico/blank_w.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.fivereason section .inner a.btn:hover {
  color: #7c7062 !important;
  background: none;
}
.fivereason section .inner a.btn:hover[target=_blank] {
  color: #7c7062;
}
.fivereason section .inner ul.landmark {
  display: inline-block;
  margin-bottom: 20px;
  /* li */
}
.fivereason section .inner ul.landmark li {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 10px 20px;
  padding-left: calc(50px + 10px);
  font-size: 1.7rem;
  font-family: "Montserrat", "游ゴシック", "Yu Gothic", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
}
.fivereason section .inner ul.landmark li br {
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .fivereason section .inner ul.landmark li br {
    display: none;
  }
}
.fivereason section .inner ul.landmark li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.fivereason section .inner ul.landmark li:before {
  content: "\e913";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  width: calc(50px - 10px);
  height: calc(50px - 10px);
  line-height: calc(50px - 10px);
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  background-color: #d93737;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 50px / 2 + 5px);
  left: 5px;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .fivereason section .inner ul.landmark li:before {
    left: 10px;
  }
}
.fivereason section .inner ul.landmark li:nth-of-type(1) span.min {
  color: #6fd1c7;
}
.fivereason section .inner ul.landmark li:nth-of-type(1):before {
  background-color: #6fd1c7;
}
.fivereason section .inner ul.landmark li:nth-of-type(2) span.min {
  color: #efc100;
}
.fivereason section .inner ul.landmark li:nth-of-type(2):before {
  background-color: #efc100;
}
.fivereason section .inner ul.landmark li:nth-of-type(3) span.min {
  color: #ea9154;
}
.fivereason section .inner ul.landmark li:nth-of-type(3):before {
  background-color: #ea9154;
}
.fivereason section .inner ul.landmark li span.min {
  margin: 0 2px 0 5px;
  font-size: 1.5em;
}
.fivereason section:nth-of-type(2n) .inner {
  margin-left: 20px;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .fivereason section:nth-of-type(2n) .inner {
    margin-left: 0;
  }
}
.fivereason section:nth-of-type(2n+1) .inner {
  margin-right: 20px;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .fivereason section:nth-of-type(2n+1) .inner {
    margin-left: 0;
  }
}
.fivereason section h2 {
  font-size: 3.5rem;
  position: relative;
  margin-bottom: 10px;
  /* ===== sp ===== */
  /* ============= */
  /* span.no */
}
@media only screen and (max-width:640px) {
  .fivereason section h2 {
    font-size: 2.5rem;
    padding-left: 30px;
  }
}
.fivereason section h2 span.no {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  color: #ffffff;
  font-size: 5rem;
  text-align: center;
  position: absolute;
  top: -70px;
  left: -80px;
  z-index: 1;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .fivereason section h2 span.no {
    width: 80px;
    height: 80px;
    font-size: 3rem;
    left: -20px;
  }
}
.fivereason section h2 span.no:after {
  content: "\e915";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 100px;
  position: absolute;
  color: #d93737;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .fivereason section h2 span.no:after {
    font-size: 80px;
  }
}
.fivereason section h2 em {
  color: #d93737;
}
.fivereason section:hover span.no {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
}
.fivereason section figure {
  display: block;
  width: 35%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  position: relative;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .fivereason section figure {
    width: 100%;
  }
}
.fivereason section figure:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .fivereason section figure:before {
    width: 100%;
    padding-top: 60%;
  }
}
.fivereason section.mantoman h2 br {
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .fivereason section.mantoman h2 br {
    display: none;
  }
}
.fivereason section.impreza figure {
  background-size: contain;
  background-color: #ea9154;
}
.fivereason section.bus figure {
  background-size: contain;
  background-color: #6fd1c7;
}
.fivereason section.bus .area {
  margin-top: 10px;
  padding: 20px;
  font-size: 1.5rem;
  background-color: #f4f3f2;
  border-radius: 3px;
}
.fivereason section:nth-of-type(3n+1) h2 em {
  color: #6fd1c7;
}
.fivereason section:nth-of-type(3n+1) h2 span.no:after {
  color: #6fd1c7;
}
.fivereason section:nth-of-type(3n+1) p em {
  background: linear-gradient(transparent 40%, rgba(111, 209, 199, 0.2) 40%);
}
.fivereason section:nth-of-type(3n+2) h2 em {
  color: #efc100;
}
.fivereason section:nth-of-type(3n+2) h2 span.no:after {
  color: #efc100;
}
.fivereason section:nth-of-type(3n+2) p em {
  background: linear-gradient(transparent 40%, rgba(239, 193, 0, 0.2) 40%);
}
.fivereason section:nth-of-type(3n+3) h2 em {
  color: #ea9154;
}
.fivereason section:nth-of-type(3n+3) h2 span.no:after {
  color: #ea9154;
}
.fivereason section:nth-of-type(3n+3) p em {
  background: linear-gradient(transparent 40%, rgba(234, 145, 84, 0.2) 40%);
}

/* .fivereason */
/* ===================================================================

 免許を取るまでのカリキュラム

=================================================================== */
.curriculum {
  /* section */
}
.curriculum section {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  /* ===== sp ===== */
  /* ============= */
  /* .title */
  /* .inner */
  /* 入校式 */
  /* .enroll */
  /* 第一段階 */
  /* .firststep */
  /* 仮免許 */
  /* .provisional */
  /* 第2段階 */
  /* .secondstep */
  /* 卒業証明書 */
  /* .graduation */
  /* 教習カリキュラム */
  /* .curriculuminfo */
  /* カラーリング
  ----------------------------------------------- */
}
@media only screen and (max-width:640px) {
  .curriculum section {
    display: block;
  }
}
.curriculum section:nth-of-type(1) {
  position: relative;
}
.curriculum section:nth-of-type(1):after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 350px;
  height: 50px;
  background-image: url(../img/illust/cars.png);
  position: absolute;
  top: -45px;
  right: 10px;
}
.curriculum section:nth-last-of-type(1) {
  margin-bottom: 0;
}
.curriculum section .title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  width: 25%;
  min-height: 200px;
  padding: 20px;
  background-color: #d93737;
  border-radius: 3px;
  position: relative;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .curriculum section .title {
    width: 100%;
    min-height: 130px;
  }
}
.curriculum section .title h2 {
  width: 100%;
  margin-bottom: -2em;
  font-size: 2.3rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .curriculum section .title h2 {
    line-height: 1.2em;
  }
}
.curriculum section .title h2:before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 70px;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 100%;
  left: calc(50% - 70px / 2);
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .curriculum section .title h2:before {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
    bottom: calc(100% + 10px);
    left: calc(50% - 50px / 2);
  }
}
.curriculum section:hover .title h2:before {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
}
.curriculum section .inner {
  width: calc(100% - 25% - 30px);
  margin-left: 30px;
  padding: 20px 0;
  /* ===== sp ===== */
  /* ============= */
  /* p.about */
  /* dl */
  /* ol */
  /* .hikonecheck */
}
@media only screen and (max-width:640px) {
  .curriculum section .inner {
    width: 100%;
    margin-left: 0;
  }
}
.curriculum section .inner p.about {
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 600;
  position: relative;
}
.curriculum section .inner p.about:before {
  content: "\e913";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: #d93737;
  position: absolute;
  top: 0;
  left: -3px;
}
.curriculum section .inner dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin: 10px 0;
}
.curriculum section .inner dl dt {
  padding: 10px 20px;
  font-weight: 600;
  background-color: #f4f3f2;
  border-radius: 10px;
}
.curriculum section .inner dl dd {
  padding-left: 20px;
  font-size: 1.5rem;
}
.curriculum section .inner ol {
  margin-left: 30px;
  counter-reset: number;
  /* li */
}
.curriculum section .inner ol li {
  margin-bottom: 5px;
  padding-left: calc(24px + 10px);
  line-height: 24px;
  font-size: 1.5rem;
  position: relative;
}
.curriculum section .inner ol li:before, .curriculum section .inner ol li:after {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.curriculum section .inner ol li:before {
  content: "";
  border-radius: 50%;
  background-color: #d93737;
}
.curriculum section .inner ol li:after {
  counter-increment: number;
  content: counter(number);
  font-family: "Montserrat", "游ゴシック", "Yu Gothic", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 1.6rem;
  color: #ffffff;
}
.curriculum section .inner .hikonecheck {
  margin-top: 15px;
  padding: 20px;
  background-color: rgba(244, 243, 242, 0.7);
  border-radius: 3px;
}
.curriculum section .inner .hikonecheck h3 {
  padding-left: calc(40px + 5px * 2);
  line-height: 40px;
  position: relative;
  font-size: 2rem;
}
.curriculum section .inner .hikonecheck h3:before {
  display: block;
  font-size: 40px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: calc(50% - 40px / 2);
  left: 5px;
}
.curriculum section .inner .hikonecheck h3:before {
  content: "\e902";
}
.curriculum section .inner .hikonecheck ul li {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1.5rem;
  padding-left: calc(8px * 2);
  position: relative;
}
.curriculum section .inner .hikonecheck ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dddddd;
  position: absolute;
  top: calc(8px + 3px);
  left: 0px;
}
.curriculum section.enroll .title h2:before {
  content: "\e90c";
}
.curriculum section.firststep .title h2:before {
  content: "\e913";
}
.curriculum section.provisional .title h2:before {
  content: "\e917";
}
.curriculum section.secondstep .title h2:before {
  content: "\e910";
  color: rgba(255, 255, 255, 0.8);
}
.curriculum section.graduation .title h2:before {
  content: "\e90c";
  color: rgba(255, 255, 255, 0.7);
}
.curriculum section.curriculuminfo {
  /* table */
}
.curriculum section.curriculuminfo .title h2:before {
  content: "\e911";
}
.curriculum section.curriculuminfo table th {
  background-color: rgba(124, 112, 98, 0.9);
  color: #ffffff;
}
.curriculum section.curriculuminfo table th.firststep {
  background-color: #604d36;
}
.curriculum section.curriculuminfo table th.secondstep {
  background-color: #604d36;
}
.curriculum section.curriculuminfo table th.nolicense {
  background-color: rgba(124, 112, 98, 0.7);
}
.curriculum section:nth-of-type(3n+1) .title {
  background-color: #6fd1c7;
}
.curriculum section:nth-of-type(3n+1) p.about:before {
  color: #6fd1c7;
}
.curriculum section:nth-of-type(3n+1) em {
  background: linear-gradient(transparent 40%, rgba(111, 209, 199, 0.2) 40%);
}
.curriculum section:nth-of-type(3n+1) ol li:before {
  background-color: #6fd1c7;
}
.curriculum section:nth-of-type(3n+1) .hikonecheck h3:before {
  color: #6fd1c7;
}
.curriculum section:nth-of-type(3n+1) .hikonecheck li:before {
  background-color: #6fd1c7 !important;
}
.curriculum section:nth-of-type(3n+2) .title {
  background-color: #efc100;
}
.curriculum section:nth-of-type(3n+2) p.about:before {
  color: #efc100;
}
.curriculum section:nth-of-type(3n+2) em {
  background: linear-gradient(transparent 40%, rgba(239, 193, 0, 0.2) 40%);
}
.curriculum section:nth-of-type(3n+2) ol li:before {
  background-color: #efc100;
}
.curriculum section:nth-of-type(3n+2) .hikonecheck h3:before {
  color: #efc100;
}
.curriculum section:nth-of-type(3n+2) .hikonecheck li:before {
  background-color: #efc100 !important;
}
.curriculum section:nth-of-type(3n+3) .title {
  background-color: #ea9154;
}
.curriculum section:nth-of-type(3n+3) p.about:before {
  color: #ea9154;
}
.curriculum section:nth-of-type(3n+3) em {
  background: linear-gradient(transparent 40%, rgba(234, 145, 84, 0.2) 40%);
}
.curriculum section:nth-of-type(3n+3) ol li:before {
  background-color: #ea9154;
}
.curriculum section:nth-of-type(3n+3) .hikonecheck h3:before {
  color: #ea9154;
}
.curriculum section:nth-of-type(3n+3) .hikonecheck li:before {
  background-color: #ea9154 !important;
}

/* .curriculum */
/* ===================================================================

 選べる教習コース

=================================================================== */
.trainingcourse {
  /* section */
  /* .coruse */
  /* .licensetype */
  /* .plantype */
}
.trainingcourse .pageinner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .trainingcourse .pageinner {
    display: block;
  }
}
.trainingcourse section {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  /* ===== sp ===== */
  /* ============= */
  /* h2 */
}
@media only screen and (max-width:640px) {
  .trainingcourse section {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0;
    background: none;
  }
}
.trainingcourse section:nth-last-of-type(1) {
  margin-right: 0;
}
.trainingcourse section h2 {
  padding-left: calc(40px + 5px * 2);
  line-height: 40px;
  position: relative;
  font-size: 2rem;
  color: #604d36;
}
.trainingcourse section h2:before {
  display: block;
  font-size: 40px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: calc(50% - 40px / 2);
  left: 5px;
}
.trainingcourse section h2:before {
  content: "\e910";
  color: #d93737;
}
.trainingcourse .course {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 3px;
  /* h3 */
  /* .text */
}
.trainingcourse .course h3 {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 12px;
  padding-left: calc(50px + 10px);
  font-size: 2rem;
  border: 3px solid #f4f3f2;
  border-radius: 3px;
  position: relative;
}
.trainingcourse .course h3:nth-last-of-type(1) {
  margin-bottom: 0;
}
.trainingcourse .course h3:before {
  content: "\e913";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  width: calc(50px - 10px);
  height: calc(50px - 10px);
  line-height: calc(50px - 10px);
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  background-color: #d93737;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 50px / 2 + 5px);
  left: 5px;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .trainingcourse .course h3:before {
    left: 10px;
  }
}
.trainingcourse .course .text {
  padding: 10px;
}
.trainingcourse .course .text p {
  font-size: 1.6rem;
  line-height: 1.5em;
}
.trainingcourse .licensetype em {
  background: linear-gradient(transparent 40%, rgba(217, 55, 55, 0.1) 40%);
}
.trainingcourse .licensetype .at h3:before {
  content: "\e919";
}
.trainingcourse .licensetype .mt h3:before {
  content: "\e910";
}
.trainingcourse .licensetype .truck h3:before {
  content: "\e90f";
}
.trainingcourse .licensetype .truck a.btn {
  display: table;
  max-width: 100%;
  margin: 10px auto;
  padding: 15px 40px;
  letter-spacing: 1px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #d93737;
  text-align: center;
  border: 2px solid #d93737;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .trainingcourse .licensetype .truck a.btn {
    width: 100%;
    padding: 15px 30px;
  }
}
.trainingcourse .licensetype .truck a.btn[target=_blank], .trainingcourse .licensetype .truck a.btn:hover[target=_blank] {
  background-image: url(../img/ico/blank_r.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.trainingcourse .licensetype .truck a.btn:hover {
  color: #ffffff !important;
  background-color: #d93737;
}
.trainingcourse .licensetype .truck a.btn:hover[target=_blank] {
  background-image: url(../img/ico/blank_w.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.trainingcourse .plantype .free h3 {
  color: #efc100;
}
.trainingcourse .plantype .free h3:before {
  content: "\e913";
  background-color: #efc100;
}
.trainingcourse .plantype .free em {
  background: linear-gradient(transparent 40%, rgba(239, 193, 0, 0.2) 40%);
}
.trainingcourse .plantype .daytime h3 {
  color: #73c5d8;
}
.trainingcourse .plantype .daytime h3:before {
  content: "\e917";
  background-color: #73c5d8;
}
.trainingcourse .plantype .daytime em {
  background: linear-gradient(transparent 40%, rgba(115, 197, 216, 0.2) 40%);
}
.trainingcourse .plantype .careful h3 {
  color: #ea9154;
}
.trainingcourse .plantype .careful h3:before {
  content: "\e901";
  background-color: #ea9154;
}
.trainingcourse .plantype .careful em {
  background: linear-gradient(transparent 40%, rgba(234, 145, 84, 0.2) 40%);
}
.trainingcourse .plantype .speed h3 {
  color: #73c5d8;
}
.trainingcourse .plantype .speed h3:before {
  content: "\e90a";
  background-color: #73c5d8;
}
.trainingcourse .plantype .speed em {
  background: linear-gradient(transparent 40%, rgba(115, 197, 216, 0.2) 40%);
}
.trainingcourse .plantype .schedule h3 {
  color: #6fd1c7;
}
.trainingcourse .plantype .schedule h3:before {
  content: "\e911";
  background-color: #6fd1c7;
}
.trainingcourse .plantype .schedule em {
  background: linear-gradient(transparent 40%, rgba(111, 209, 199, 0.2) 40%);
}

/* .trainingcourse */
/* ===================================================================

 サイト全体共通：faqコーナー

=================================================================== */
.faq {
  /* section */
}
.faq section {
  border-radius: 10px;
  /* .article */
  /* h2, .answer */
  /* h2 */
  /* .answer */
}
.faq section h3 {
  padding: 70px 20px 20px 20px;
  font-size: 2.5rem;
  text-align: center;
  color: #d93737;
  border-radius: 3px;
  position: relative;
}
.faq section h3:before {
  content: "\e918";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 70px;
  color: #d93737;
  position: absolute;
  top: 0;
  left: calc(50% - 70px / 2);
}
.faq section article {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(244, 243, 242, 0.7);
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .faq section article {
    padding: 20px 10px;
  }
}
.faq section article:nth-last-of-type(1) {
  margin-bottom: 0;
}
.faq section article:nth-of-type(1) {
  position: relative;
  /* ===== sp ===== */
  /* ============= */
}
.faq section article:nth-of-type(1):after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 350px;
  height: 50px;
  background-image: url(../img/illust/cars.png);
  position: absolute;
  top: -45px;
  right: 10px;
}
.faq section article:nth-of-type(1):after {
  width: 250px;
  height: 40px;
  top: -35px;
}
@media only screen and (max-width:640px) {
  .faq section article:nth-of-type(1) {
    margin-top: 30px;
  }
}
.faq section h2, .faq section .answer {
  padding: 10px;
  padding-left: calc(50px + 20px);
  color: #604d36;
  position: relative;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .faq section h2, .faq section .answer {
    padding-left: calc(35px + 10px);
  }
}
.faq section h2:before, .faq section h2:after, .faq section .answer:before, .faq section .answer:after {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .faq section h2:before, .faq section h2:after, .faq section .answer:before, .faq section .answer:after {
    width: 35px;
    height: 35px;
  }
}
.faq section h2:before, .faq section .answer:before {
  content: "";
  border-radius: 3px;
}
.faq section h2:after, .faq section .answer:after {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Montserrat", "游ゴシック", "Yu Gothic", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 50px;
  color: #ffffff;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .faq section h2:after, .faq section .answer:after {
    font-size: 2rem;
    font-weight: 600;
    line-height: 35px;
  }
}
.faq section h2 {
  margin-bottom: 5px;
  font-size: 2.2rem;
}
.faq section h2:before, .faq section h2:after {
  top: calc(50% - 50px / 2);
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .faq section h2:before, .faq section h2:after {
    top: 20px;
  }
}
.faq section h2:before {
  background-color: rgba(115, 197, 216, 0.9);
}
.faq section h2:after {
  content: "Q";
}
.faq section .answer {
  font-size: 1.6rem;
  line-height: 1.5em;
}
.faq section .answer:before, .faq section .answer:after {
  top: 20px;
}
.faq section .answer:before {
  background-color: rgba(217, 55, 55, 0.7);
}
.faq section .answer:after {
  content: "A";
}
.faq section .answer a.btn {
  display: table;
  max-width: 100%;
  margin: 10px auto;
  padding: 15px 40px;
  letter-spacing: 1px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #d93737;
  text-align: center;
  border: 2px solid #d93737;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  /* ===== sp ===== */
  /* ============= */
  color: #ffffff;
  border: 2px solid #7c7062;
  background-color: #7c7062;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 40px;
}
@media only screen and (max-width:640px) {
  .faq section .answer a.btn {
    width: 100%;
    padding: 15px 30px;
  }
}
.faq section .answer a.btn[target=_blank], .faq section .answer a.btn:hover[target=_blank] {
  background-image: url(../img/ico/blank_r.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.faq section .answer a.btn:hover {
  color: #ffffff !important;
  background-color: #d93737;
}
.faq section .answer a.btn:hover[target=_blank] {
  background-image: url(../img/ico/blank_w.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.faq section .answer a.btn[target=_blank] {
  background-image: url(../img/ico/blank_w.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.faq section .answer a.btn:hover {
  color: #7c7062 !important;
  background: none;
}
.faq section .answer a.btn:hover[target=_blank] {
  color: #7c7062;
}
.faq section .answer a.btn small {
  margin-left: 1em;
  font-weight: 500;
}

/* .faq */
/* ===================================================================

 自動車学校Q&A

=================================================================== */
.schoolfaq {
  /* #tabAccordion */
}
.schoolfaq #tabAccordion {
  width: 100%;
  height: auto;
  position: relative;
  /* dl.tab_content */
}
.schoolfaq #tabAccordion dl.tab_content {
  /* タブ：タイトル
  ----------------------------------------------- */
  /* .tab_title */
}
.schoolfaq #tabAccordion dl.tab_content dt.tab_title {
  width: 280px;
  /* ===== tabswitch ===== */
  /* ============= */
}
@media only screen and (max-width: 939px) {
  .schoolfaq #tabAccordion dl.tab_content dt.tab_title {
    width: 100%;
  }
}
.schoolfaq #tabAccordion dl.tab_content:nth-of-type(1) dt.tab_title {
  left: calc(80px + 5px);
  /* ===== tabswitch ===== */
  /* ============= */
}
@media only screen and (max-width: 939px) {
  .schoolfaq #tabAccordion dl.tab_content:nth-of-type(1) dt.tab_title {
    left: auto;
  }
}
.schoolfaq #tabAccordion dl.tab_content:nth-of-type(2) dt.tab_title {
  left: calc(80px + 280px + 5px * 2);
  /* ===== tabswitch ===== */
  /* ============= */
}
@media only screen and (max-width: 939px) {
  .schoolfaq #tabAccordion dl.tab_content:nth-of-type(2) dt.tab_title {
    left: auto;
  }
}
.schoolfaq #tabAccordion dl.tab_content:nth-of-type(3) dt.tab_title {
  left: calc( 80px + 280px * 2 + 5px * 3);
  /* ===== tabswitch ===== */
  /* ============= */
}
@media only screen and (max-width: 939px) {
  .schoolfaq #tabAccordion dl.tab_content:nth-of-type(3) dt.tab_title {
    left: auto;
  }
}
.schoolfaq #tabAccordion dl.tab_content:nth-of-type(4) dt.tab_title {
  left: calc( 80px + 280px * 3 + 5px * 4);
  /* ===== tabswitch ===== */
  /* ============= */
}
@media only screen and (max-width: 939px) {
  .schoolfaq #tabAccordion dl.tab_content:nth-of-type(4) dt.tab_title {
    left: auto;
  }
}

/* .schoolfaq */
/* ===================================================================

 卒業生のコメント

=================================================================== */
.graduate {
  /* section */
  /* .inner */
}
.graduate section {
  margin-bottom: 20px;
  padding: 0px 30px;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .graduate section {
    padding: 10px;
  }
}
.graduate section h2 {
  padding-left: calc(50px + 5px * 2);
  line-height: 50px;
  position: relative;
  font-size: 2.2rem;
  color: #7c7062;
}
.graduate section h2:before {
  display: block;
  font-size: 50px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: calc(50% - 50px / 2);
  left: 5px;
}
.graduate section h2:before {
  content: "\e910";
}
.graduate .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* ===== sp ===== */
  /* ============= */
  /* article */
}
@media only screen and (max-width:640px) {
  .graduate .inner {
    display: block;
  }
}
.graduate .inner article {
  width: calc((100% - 10px * 2) / 3 - 0.5px);
  margin: 10px 10px 0 0;
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.05);
  /* ===== sp ===== */
  /* ============= */
}
.graduate .inner article:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width:640px) {
  .graduate .inner article {
    width: 100%;
    margin-right: 0;
  }
}
.graduate .inner article:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #d93737;
  border-width: 10px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.graduate .inner article p {
  padding: 0 5px 0.1em 5px;
  font-size: 1.7rem;
  line-height: 1.5em;
  background-image: linear-gradient(rgba(241, 207, 164, 0.2) 0.1em, transparent 0.1em);
  background-size: 100% 1.5em;
}
.graduate .inner article:nth-of-type(6n+1):after, .graduate .inner article:nth-of-type(6n+6):after {
  border-top-color: #efc100;
}
.graduate .inner article:nth-of-type(6n+2):after, .graduate .inner article:nth-of-type(6n+4):after {
  border-top-color: #73c5d8;
}
.graduate .inner article:nth-of-type(6n+3):after, .graduate .inner article:nth-of-type(6n+5):after {
  border-top-color: #ea9154;
}
.graduate .coaching h2:before {
  content: "\e910";
  color: #efc100;
}
.graduate .staff h2:before {
  content: "\e913";
  color: #73c5d8;
}
.graduate .communication h2:before {
  content: "\e916";
  color: #ea9154;
}

/* .graduate */
/* ===================================================================

 アクセス

=================================================================== */
.access {
  /* section */
  /* ul.landmark */
  /* 地図など
  ----------------------------------------------- */
  /* .school */
  /* 無料送迎バス
  ----------------------------------------------- */
  /* .bus */
}
.access section {
  margin-bottom: 30px;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .access section {
    padding: 20px;
  }
}
.access section:nth-of-type(1) {
  /* ===== pc-tab ===== */
  /* ============= */
}
@media only screen and (min-width:641px) {
  .access section:nth-of-type(1) {
    position: relative;
  }
  .access section:nth-of-type(1):after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 350px;
    height: 50px;
    background-image: url(../img/illust/cars.png);
    position: absolute;
    top: -45px;
    right: 10px;
  }
}
.access section:nth-last-of-type(1) {
  margin-bottom: 0;
}
.access section span.min {
  margin: 0 2px 0 5px;
  font-size: 1.5em;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .access section span.min {
    font-weight: 600;
  }
}
.access h1 {
  width: 100%;
  margin-bottom: 30px;
  font-size: 2.5rem;
  text-align: left;
  position: relative;
}
.access h1:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 220px;
  height: 4px;
  background-image: url(../img/bg/colorful.png);
  background-repeat: repeat-x;
  background-size: 220px;
  border-radius: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.access ul.landmark {
  display: inline-block;
  background-color: #f4f3f2;
  /* li */
}
.access ul.landmark li {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 10px 20px;
  padding-left: calc(50px + 10px);
  font-size: 1.7rem;
  font-family: "Montserrat", "游ゴシック", "Yu Gothic", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
}
.access ul.landmark li br {
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .access ul.landmark li br {
    display: none;
  }
}
.access ul.landmark li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.access ul.landmark li:before {
  content: "\e913";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  width: calc(50px - 10px);
  height: calc(50px - 10px);
  line-height: calc(50px - 10px);
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  background-color: #d93737;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 50px / 2 + 5px);
  left: 5px;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .access ul.landmark li:before {
    left: 10px;
  }
}
.access ul.landmark li:nth-of-type(1) span.min {
  color: #6fd1c7;
}
.access ul.landmark li:nth-of-type(1):before {
  background-color: #6fd1c7;
}
.access ul.landmark li:nth-of-type(2) span.min {
  color: #efc100;
}
.access ul.landmark li:nth-of-type(2):before {
  background-color: #efc100;
}
.access ul.landmark li:nth-of-type(3) span.min {
  color: #ea9154;
}
.access ul.landmark li:nth-of-type(3):before {
  background-color: #ea9154;
}
.access .school {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* ===== sp ===== */
  /* ============= */
  /* .place */
}
@media only screen and (max-width:640px) {
  .access .school {
    display: block;
  }
}
.access .school .gmap {
  width: 50%;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .access .school .gmap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.access .school .gmap iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
  border: 10px solid #f4f3f2 !important;
  border-radius: 3px;
  box-sizing: border-box;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .access .school .gmap iframe {
    height: 300px;
    border-width: 5px !important;
  }
}
.access .school .place {
  width: calc(100% - 50% - 20px);
  margin-left: 20px;
  /* ===== sp ===== */
  /* ============= */
  /* .ul */
}
@media only screen and (max-width:640px) {
  .access .school .place {
    width: 100%;
    margin-left: 0;
  }
}
.access .school .place ul.landmark {
  padding: 10px;
  width: 100%;
}
.access .school .place figure {
  width: 100%;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  border: 10px solid #f4f3f2 !important;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .access .school .place figure {
    display: none;
  }
}
.access .school .place figure:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.access .bus {
  /* .intro */
  /* area */
  /* .howtouse */
}
.access .bus h1 small {
  margin-left: 1em;
  font-size: 1.6rem;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .access .bus h1 small {
    display: block;
  }
}
.access .bus h2 {
  position: relative;
  margin-bottom: 30px;
}
.access .bus h2:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 220px;
  height: 4px;
  background-image: url(../img/bg/colorful.png);
  background-repeat: repeat-x;
  background-size: 220px;
  border-radius: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.access .bus .intro {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  background-color: #5bbece;
  padding: 30px;
  border-radius: 3px;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .access .bus .intro {
    display: block;
    padding: 20px;
  }
}
.access .bus .intro figure {
  width: 40%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center bottom;
  position: relative;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .access .bus .intro figure {
    width: 100%;
  }
}
.access .bus .intro figure:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.access .bus .intro figure:after {
  content: "\e917";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 70px;
  color: #ffffff;
  position: absolute;
  top: -10px;
  left: 0;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .access .bus .intro figure:after {
    content: none;
  }
}
.access .bus .intro:hover figure:after {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
}
.access .bus .intro .inner {
  width: calc(100% - 40% - 20px);
  margin-left: 20px;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .access .bus .intro .inner {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.access .bus .intro .inner p {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #ffffff;
}
.access .bus .intro .inner p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.access .bus .intro .inner p em {
  font-size: 1.8rem;
}
.access .bus .area {
  margin-top: 30px;
  /* .district */
}
.access .bus .area p {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.access .bus .area ul.landmark {
  padding: 20px 20px 0 20px;
  border-radius: 4px 4px 0 0;
}
.access .bus .area .district {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f4f3f2;
  border-radius: 0 4px 4px 4px;
  /* ===== sp ===== */
  /* ============= */
  /* article */
}
@media only screen and (max-width:640px) {
  .access .bus .area .district {
    display: block;
  }
}
.access .bus .area .district article {
  margin-right: 15px;
  padding: 5px;
  background-color: #ffffff;
  border-radius: 3px;
  /* ===== max 800px ===== */
  /* ============= */
  /* ul */
}
@media screen and (max-width: 800px) {
  .access .bus .area .district article {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.access .bus .area .district article h3 {
  padding: 10px 20px;
  color: #ffffff;
  background-color: rgba(217, 55, 55, 0.7);
  border-radius: 3px;
  padding-left: calc(30px + 5px * 2);
  line-height: 30px;
  position: relative;
}
.access .bus .area .district article h3:before {
  display: block;
  font-size: 30px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: calc(50% - 30px / 2);
  left: 5px;
}
.access .bus .area .district article h3:before {
  content: "\e913";
}
.access .bus .area .district article ul {
  padding: 20px;
}
.access .bus .area .district article ul li {
  font-size: 1.6rem;
  font-family: "Montserrat", "游ゴシック", "Yu Gothic", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.access .bus .area .district article ul li:before {
  top: 14px !important;
}
.access .bus .area .district article:nth-of-type(1) {
  width: calc((100% - 35% - 15px * 2) / 2 - 0.5px);
  /* ===== max 800px ===== */
  /* ============= */
}
@media screen and (max-width: 800px) {
  .access .bus .area .district article:nth-of-type(1) {
    width: 100%;
  }
}
.access .bus .area .district article:nth-of-type(1) h3 {
  background-color: #6fd1c7;
}
.access .bus .area .district article:nth-of-type(1) li {
  padding-left: calc(8px * 2);
  position: relative;
}
.access .bus .area .district article:nth-of-type(1) li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6fd1c7;
  position: absolute;
  top: calc(8px + 3px);
  left: 0px;
}
.access .bus .area .district article:nth-of-type(1) li span.min {
  color: #6fd1c7;
}
.access .bus .area .district article:nth-of-type(2) {
  width: calc((100% - 35% - 15px * 2) / 2 - 0.5px);
  /* ===== max 800px ===== */
  /* ============= */
}
@media screen and (max-width: 800px) {
  .access .bus .area .district article:nth-of-type(2) {
    width: 100%;
  }
}
.access .bus .area .district article:nth-of-type(2) h3 {
  background-color: #efc100;
}
.access .bus .area .district article:nth-of-type(2) li {
  padding-left: calc(8px * 2);
  position: relative;
}
.access .bus .area .district article:nth-of-type(2) li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #efc100;
  position: absolute;
  top: calc(8px + 3px);
  left: 0px;
}
.access .bus .area .district article:nth-of-type(2) li span.min {
  color: #efc100;
}
.access .bus .area .district article:nth-of-type(3) {
  width: 35%;
  margin-right: 0;
  /* ===== max 800px ===== */
  /* ============= */
}
@media screen and (max-width: 800px) {
  .access .bus .area .district article:nth-of-type(3) {
    width: 100%;
  }
}
.access .bus .area .district article:nth-of-type(3) h3 {
  background-color: #ea9154;
}
.access .bus .area .district article:nth-of-type(3) li {
  padding-left: calc(8px * 2);
  position: relative;
}
.access .bus .area .district article:nth-of-type(3) li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ea9154;
  position: absolute;
  top: calc(8px + 3px);
  left: 0px;
}
.access .bus .area .district article:nth-of-type(3) li span.min {
  color: #ea9154;
}
.access .bus .howtouse {
  border-radius: 3px;
  /* ol */
}
.access .bus .howtouse ol {
  counter-reset: number;
  /* li */
}
.access .bus .howtouse ol li {
  margin-bottom: 20px;
  padding-left: calc(50px + 10px);
  font-size: 1.6rem;
  position: relative;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .access .bus .howtouse ol li {
    margin: 0;
    padding: 20px 0 20px calc(40px + 10px);
    border-radius: 0;
    border-bottom: 2px solid #f4f3f2;
  }
  .access .bus .howtouse ol li:nth-last-of-type(1) {
    border-bottom: none;
  }
}
.access .bus .howtouse ol li:before, .access .bus .howtouse ol li:after {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% - 50px / 2);
  left: 0;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .access .bus .howtouse ol li:before, .access .bus .howtouse ol li:after {
    width: 40px;
    height: 40px;
    top: 20px;
  }
}
.access .bus .howtouse ol li:before {
  content: "";
  background-color: #6fd1c7;
  border-radius: 3px;
}
.access .bus .howtouse ol li:after {
  counter-increment: number;
  content: counter(number);
  font-family: "Montserrat", "游ゴシック", "Yu Gothic", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 50px;
  font-size: 2.5rem;
  text-align: center;
  color: #ffffff;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .access .bus .howtouse ol li:after {
    line-height: 40px;
  }
}
.access .bus .howtouse ol li:nth-of-type(1):before {
  background-color: #6fd1c7;
}
.access .bus .howtouse ol li:nth-of-type(2):before {
  background-color: #efc100;
}
.access .bus .howtouse ol li:nth-of-type(3):before {
  background-color: #ea9154;
}
.access .bus .howtouse ol li small {
  display: inline-block;
}

/* .access */
/* ===================================================================

 クルマや設備を見てみよう

=================================================================== */
.facility {
  /* section */
}
.facility h2 {
  margin-bottom: 50px;
  font-size: 3rem;
  text-align: center;
  position: relative;
  /* ===== sp ===== */
  /* ============= */
}
.facility h2:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 220px;
  height: 4px;
  background-image: url(../img/bg/colorful.png);
  background-repeat: repeat-x;
  background-size: 220px;
  border-radius: 2px;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 220px / 2);
}
@media only screen and (max-width:640px) {
  .facility h2 {
    display: none;
  }
}
.facility section {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  /* ===== sp ===== */
  /* ============= */
  /* dl */
  /* a */
  /* ===== sp ===== */
  /* ============= */
  /* カラーリング
  &:nth-of-type(3n+1){
      dt{
          color: $green;
      }
  }

  &:nth-of-type(3n+2){
      dt{
          color: $yellow;
      }
  }

  &:nth-of-type(3n+3){
      dt{
          color: $orange;
      }
  }
  ----------------------------------------------- */
}
@media only screen and (max-width:640px) {
  .facility section {
    display: block;
  }
}
.facility section:nth-last-of-type(1) {
  margin-bottom: 0;
}
.facility section dl {
  width: calc(100% - 55%);
  padding: 30px;
  color: #604d36;
  background-color: #f4f3f2;
  /* ===== sp ===== */
  /* ============= */
  /* h2 */
}
@media only screen and (max-width:640px) {
  .facility section dl {
    width: 100%;
    padding: 20px;
  }
}
.facility section dl dt {
  font-size: 2.8rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  color: #d93737;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .facility section dl dt {
    font-size: 2rem;
  }
}
.facility section dl dd {
  font-size: 1.7rem;
  line-height: 1.5em;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .facility section dl dd {
    font-size: 1.5rem;
  }
}
.facility section:nth-of-type(2n) {
  /* ===== pc-tab ===== */
  /* ============= */
}
@media only screen and (min-width:641px) {
  .facility section:nth-of-type(2n) {
    font-size: 2.5rem;
  }
}
.facility section a {
  display: block;
  width: 55%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  position: relative;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .facility section a {
    width: 100%;
    min-height: 100px;
  }
}
.facility section a:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.facility section a:hover {
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.2) inset;
}
.facility section a:hover:after {
  content: "ZOOM";
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  font-family: "Montserrat", "游ゴシック", "Yu Gothic", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  border: 2px solid #ffffff;
  position: absolute;
  top: calc(50% - 0.5em - 10px);
  left: calc(50% - 2em - 20px);
}
.facility section:nth-of-type(2n+1) {
  /* ===== pc-tab ===== */
  /* ============= */
}
@media only screen and (min-width:641px) {
  .facility section:nth-of-type(2n+1) dl {
    border-radius: 0 5px 5px 0;
  }
  .facility section:nth-of-type(2n+1) a {
    border-radius: 5px 0 0 5px;
  }
}
.facility section:nth-of-type(2n) {
  /* ===== pc-tab ===== */
  /* ============= */
}
@media only screen and (min-width:641px) {
  .facility section:nth-of-type(2n) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .facility section:nth-of-type(2n) dl {
    border-radius: 5px 0 0 5px;
  }
  .facility section:nth-of-type(2n) a {
    border-radius: 0 5px 5px 0;
  }
}
@media only screen and (max-width:640px) {
  .facility section dl {
    border-radius: 0 0 5px 5px;
  }
  .facility section a {
    border-radius: 5px 5px 0 0;
  }
}

/* .facility */
/* ===================================================================

 高校生の方・ご家族の方へ

=================================================================== */
.student {
  /* section */
}
.student section {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 20px 40px 20px 20px;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  /* ===== sp ===== */
  /* ============= */
  /* .title */
  /* .inner */
  /* カラーリング
  ----------------------------------------------- */
}
@media only screen and (max-width:640px) {
  .student section {
    display: block;
  }
}
.student section:nth-of-type(1) {
  /* ===== pc-tab ===== */
  /* ============= */
}
@media only screen and (min-width:641px) {
  .student section:nth-of-type(1) {
    position: relative;
  }
  .student section:nth-of-type(1):after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 350px;
    height: 50px;
    background-image: url(../img/illust/cars.png);
    position: absolute;
    top: -45px;
    right: 10px;
  }
}
.student section:nth-last-of-type(1) {
  margin-bottom: 0;
}
.student section .title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  width: 20%;
  padding: 20px;
  background-color: #d93737;
  border-radius: 3px;
  position: relative;
  /* ===== sp ===== */
  /* ============= */
  /* h2 */
}
@media only screen and (max-width:640px) {
  .student section .title {
    width: 100%;
    min-height: 130px;
  }
}
.student section .title h2 {
  width: 100%;
  margin-bottom: -2em;
  font-size: 2.5rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.student section .title h2:before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  content: "\e910";
  font-size: 60px;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: calc(100% - 15px);
  left: calc(50% - 60px / 2);
}
.student section .title h2 span.no {
  margin-left: 5px;
  font-size: 4rem;
}
.student section:hover .title h2:before {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
}
.student section .inner {
  width: calc(100% - 20% - 30px);
  margin-left: 30px;
  padding: 20px 0;
  /* ===== sp ===== */
  /* ============= */
  /* dl */
}
@media only screen and (max-width:640px) {
  .student section .inner {
    width: 100%;
    margin-left: 0;
    padding: 20px 0 0 0;
  }
}
.student section .inner h2 {
  font-size: 2.8rem;
  margin-bottom: 10px;
  color: #604d36;
  /* ===== sp ===== */
  /* ============= */
}
@media only screen and (max-width:640px) {
  .student section .inner h2 {
    font-size: 2.3rem;
  }
}
.student section .inner p {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.student section .inner p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.student section .inner dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px 0;
}
.student section .inner dl dt {
  margin-bottom: 10px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 1.7rem;
  background-color: #f4f3f2;
  border-radius: 10px;
}
.student section .inner dl dt span.no {
  margin-right: 10px;
  font-size: 2.5rem;
  font-family: "Montserrat", "游ゴシック", "Yu Gothic", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ea9154;
}
.student section .inner dl dd {
  padding-left: 20px;
  font-size: 1.5rem;
}
.student section .inner a.btn {
  display: table;
  max-width: 100%;
  margin: 10px auto;
  padding: 15px 40px;
  letter-spacing: 1px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #d93737;
  text-align: center;
  border: 2px solid #d93737;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  /* ===== sp ===== */
  /* ============= */
  color: #ffffff;
  border: 2px solid #7c7062;
  background-color: #7c7062;
  margin-top: 20px;
  padding: 10px 40px;
}
@media only screen and (max-width:640px) {
  .student section .inner a.btn {
    width: 100%;
    padding: 15px 30px;
  }
}
.student section .inner a.btn[target=_blank], .student section .inner a.btn:hover[target=_blank] {
  background-image: url(../img/ico/blank_r.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.student section .inner a.btn:hover {
  color: #ffffff !important;
  background-color: #d93737;
}
.student section .inner a.btn:hover[target=_blank] {
  background-image: url(../img/ico/blank_w.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.student section .inner a.btn[target=_blank] {
  background-image: url(../img/ico/blank_w.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.student section .inner a.btn:hover {
  color: #7c7062 !important;
  background: none;
}
.student section .inner a.btn:hover[target=_blank] {
  color: #7c7062;
}
.student section .inner a.btn small {
  margin-left: 1em;
  font-weight: 500;
}
.student section:nth-of-type(3n+1) .title {
  background-color: #6fd1c7;
}
.student section:nth-of-type(3n+1) p.about:before {
  color: #6fd1c7;
}
.student section:nth-of-type(3n+1) em {
  color: #6fd1c7;
}
.student section:nth-of-type(3n+1) ol li:before {
  background-color: #6fd1c7;
}
.student section:nth-of-type(3n+2) .title {
  background-color: #efc100;
}
.student section:nth-of-type(3n+2) p.about:before {
  color: #efc100;
}
.student section:nth-of-type(3n+2) em {
  color: #ea9154;
}
.student section:nth-of-type(3n+2) ol li:before {
  background-color: #efc100;
}
.student section:nth-of-type(3n+3) .title {
  background-color: #ea9154;
}
.student section:nth-of-type(3n+3) p.about:before {
  color: #ea9154;
}
.student section:nth-of-type(3n+3) em {
  color: #ea9154;
}
.student section:nth-of-type(3n+3) ol li:before {
  background-color: #ea9154;
}

/* .student */
/*------------------------------------------------------------
 XXX
------------------------------------------------------------*/
/* XXX
----------------------------------------------- */
/* ----- XXX ----- *//*# sourceMappingURL=4-mainpage.css.map */