
/* ==========================================================================
                          mainv
   ========================================================================== */
.mainv_page_photo {
  background-image: url(../img/education/feature/mainv-v3.jpg);
}

@keyframes catch {
  0% {
    bottom: 10px;
    opacity: 0;
  }
  100% {
    bottom: 40px;
    opacity: 1;
  }
}

@keyframes catchSP {
  0% {
    bottom: -140px;
    opacity: 0;
  }
  100% {
    bottom: -110px;
    opacity: 1;
  }
}


/* ==========================================================================
                          featureBox
   ========================================================================== */
body {
  -ms-overflow-x: hidden;
      overflow-x: hidden;
}
.featureBox_inner .catch01 {
  margin: 0 0 90px 0;
}

/* ========== f-headArea ========== */
.f-headArea {
  margin: 0 0 120px 55px;
}
.f-headArea .ttl03 {
  margin: 0 0 20px;
}
.f-headArea_txt {
  max-width: 600px;
  line-height: 28px;
}

/* ========== f-timeArea ========== */
.featureBox_inner_time {
  position: relative;
  padding: 0 0 0 115px;
  position: relative;
  /* left: 55px; */
}
.featureBox_inner_time::before {
  content: "";
  display: block;
  /*width: 200%;*/
  /* width: 100%; */
  /* height: calc(100% - 35px); */
  background: url(../img/education/feature/bg1.png) 0 0 repeat;
  position: absolute;
  top: 65px;
  bottom: -35px;
  left: 55px;
  right: 0;
  z-index: -1;
}

.f-timetable_ttl {
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin-bottom: 20px;
  padding: 0 0 0 40px;
  background: url(../img/education/feature/ic_time.svg) no-repeat center left;
  -webkit-background-size: 24px auto;
  -o-background-size: 24px auto;
  background-size: 24px auto;
  position: relative;
  z-index: 1;
  color: #b28146;
}
.f-timetable_ttl small {
  font-size: 16px;
}

.f-timetable {
  position: relative;
  max-width: 540px;
  width: 100%;
  background: #FFF;
}
.f-timetable::before {
  content: "";
  display: block;
  /* width: calc(100% - 4px); */
  /* height: calc(100% - 4px); */
  border: 1px solid #b28146;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0;
}
.f-timetable th,
.f-timetable td {
  font-size: 13px;
  text-align: center;
  padding: 5px 0;
  border-left: 1px solid #e8d9c7;
  border-top: 1px solid #e8d9c7;
}
.f-timetable thead th {
  border-top: none;
}
.f-timetable thead th:first-child,
.f-timetable tbody th {
  border-left: none;
}
.f-timetable .number {
  background: #f7f2ec;
}

.f-timeArea_note {
  position: absolute;
  bottom: -60px;
  left: 60px;
  font-size: 10px;
}

/* ========== f-tabArea ========== */
.f-tabArea {
  margin: 165px 0 100px;
}

.f-tabArea_btnList {
  margin: 0 0 0 55px;
}
.f-tabArea_btnList li {
  float: left;
  cursor: pointer;
  width: 220px;
  line-height: 80px;
  background: #B4B4B5;
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin-right: 4px;

  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}


@keyframes currentEigo {
  0% {
    background: #B4B4B5;
  }
  100% {
    background: #F6BFB4;
  }
}
@keyframes currentEigoNon {
  0% {
    background: #F6BFB4;
  }
  100% {
    background: #B4B4B5;
  }
}
@keyframes currentKokugo {
  0% {
    background: #B4B4B5;
  }
  100% {
    background: #c5e1a5;
  }
}
@keyframes currentKokugoNon {
  0% {
    background: #c5e1a5;
  }
  100% {
    background: #B4B4B5;
  }
}
@keyframes currentSansuu {
  0% {
    background: #B4B4B5;
  }
  100% {
    background: #b7e5f0;
  }
}
@keyframes currentSansuuNon {
  0% {
    background: #b7e5f0;
  }
  100% {
    background: #B4B4B5;
  }
}

.btn_eigo.currentNon {
/*  -webkit-animation: currentEigoNon 1000ms ease forwards;
     -moz-animation: currentEigoNon 1000ms ease forwards;
       -o-animation: currentEigoNon 1000ms ease forwards;
          animation: currentEigoNon 1000ms ease forwards;*/
}
.btn_eigo:hover,
.btn_eigo.current {
  background-color: #f6bfb4;

/*  -webkit-animation: currentEigo 1000ms ease forwards;
     -moz-animation: currentEigo 1000ms ease forwards;
       -o-animation: currentEigo 1000ms ease forwards;
          animation: currentEigo 1000ms ease forwards;*/
}

.btn_kokugo.currentNon {
/*  -webkit-animation: currentKokugoNon 1000ms ease forwards;
     -moz-animation: currentKokugoNon 1000ms ease forwards;
       -o-animation: currentKokugoNon 1000ms ease forwards;
          animation: currentKokugoNon 1000ms ease forwards;*/
}

.btn_kokugo:hover,
.btn_kokugo.current {
  background-color: #c5e1a5;
/*  -webkit-animation: currentKokugo 1000ms ease forwards;
     -moz-animation: currentKokugo 1000ms ease forwards;
       -o-animation: currentKokugo 1000ms ease forwards;
          animation: currentKokugo 1000ms ease forwards;*/
}

.btn_sansuu.currentNon {
/*  -webkit-animation: currentSansuuNon 1000ms ease forwards;
     -moz-animation: currentSansuuNon 1000ms ease forwards;
       -o-animation: currentSansuuNon 1000ms ease forwards;
          animation: currentSansuuNon 1000ms ease forwards;*/
}

.btn_sansuu:hover,
.btn_sansuu.current {
  background-color: #b7e5f0;
/*  -webkit-animation: currentSansuu 1000ms ease forwards;
     -moz-animation: currentSansuu 1000ms ease forwards;
       -o-animation: currentSansuu 1000ms ease forwards;
          animation: currentSansuu 1000ms ease forwards;*/
}

.f-tabArea_content {
  padding: 125px 30px 100px;
}
.f-tabArea_eigo {
  border: 30px solid #f6bfb4;
}
.f-tabArea_kokugo {
  border: 30px solid #c5e1a5;
}
.f-tabArea_sansuu {
  border: 30px solid #b7e5f0;
}

@keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

.fadein {
  -webkit-animation: fadein 1000ms ease forwards;
     -moz-animation: fadein 1000ms ease forwards;
       -o-animation: fadein 1000ms ease forwards;
          animation: fadein 1000ms ease forwards;
}
.fadeout {
  -webkit-animation: fadeout 1000ms ease forwards;
     -moz-animation: fadeout 1000ms ease forwards;
       -o-animation: fadeout 1000ms ease forwards;
          animation: fadeout 1000ms ease forwards;
  display: none;
}

.font-eigo {
  color: #f09482;
}
.font-kokugo {
  color: #6eb41d;
}
.font-sansuu {
  color: #4abeda;
}

/* tab - mainv */
.f-tab_mainv {
  position: relative;
  margin: 0 0 60px;
}
.f-tab_mainv_photo {
  margin-top: 70px;
  max-width: 660px;
  width: 69.4%;
}
.f-tab_mainv_catch {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.f-tab_mainv_ttl {
  font-size: 90px;
  line-height: 90px;
  font-weight: 500;
  letter-spacing: 20px;
}
.f-tab_mainv_txt {
  font-size: 36px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.f-tab_mainv_txt small {
  display: block;
  margin: 15px 0 0;
  font-size: 10px;
  font-family: 'Overpass', sans-serif;
}

/* tab - intro */
.f-tab_intro {
  margin: 0 0 80px;
  padding: 0 0 4px;
  border-bottom: 2px solid #f6bfb4;
}
.f-tab_intro_left {
  font-size: 17px;
  width: 29%;
  font-family: YakuHanJP , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
.f-tab_intro_right {
  line-height: 28px;
  max-width: 660px;
  width: 69.4%;
}

/* tab - detail */
.f-tab_detail_list {
  padding: 0 0 40px;
}
.f-tab_detail_list li {
  float: left;
  width: calc((100% - 6vw) / 3);
  margin: 0 3vw 70px 0;
}
.f-tab_detail_list li:nth-child(3n) {
  margin-right: 0;
}
.f-tab_detail_ttl {
  display: block;
  font-size: 18px;
  margin: 0 0 20px;
  letter-spacing: 0;
}

.f-tab_detail_list2 {
    float: left;
    width: 100%;
    margin: 92px 0 0;
    padding: 0;
}
.f-tab_detail_list2 li {}
.f-tab_detail_list2 li:nth-child(3n) {}





.f-tab_detail_photo li {
  float: left;
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
}
.f-tab_detail_photo li:nth-child(even) {
  margin-right: 0;
}

/* tab - 2nd,3rd */
.f-content2 .f-tab_mainv {
  margin: 0 0 100px;
  padding: 0 0 100px;
}
.f-tabArea_kokugo .f-tab_mainv {
  border-bottom: 2px solid #6eb41d;
}
.f-tabArea_sansuu .f-tab_mainv {
  border-bottom: 2px solid #4abeda;
}
.f-content2 .f-tab_mainv_catch {
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.f-tab_mainv_ttl {
  font-size: 90px;
  line-height: 90px;
  font-weight: 500;
  letter-spacing: 20px;
}
.f-content2 .f-tab_mainv_txt {
  font-size: 36px;
  position: absolute;
  left: 0;
  bottom: 120px;
}
.f-content2 .f-tab_mainv_txt02 {
  display: block;
  font-size: 18px;
  margin-top: 30px;
}

/* 2nd,3rd - detail */
.f-content2 .f-tab_detail_list {
  padding: 0 0 0;
  margin: 0 0 -70px;
}

.ttl04{
  color: #b28146;
}
.ttl04:before{
  border-color: #b28146;
}

/* ==========================================================================
                          sp
   ========================================================================== */
@media screen and (max-width: 1024px) and (orientation: portrait) ,screen and (max-width: 838px) and (orientation: landscape) {
  /* ==========================================================================
                            featureBox
     ========================================================================== */
  body {
    -ms-overflow-x: hidden;
        overflow-x: hidden;
  }
  .mainv_page_catch_bg {
    padding: 20px 25px;
  }
  .featureBox_inner .catch01 {
    margin: 0 0 90px 0;
  }

  /* ========== f-headArea ========== */
  .f-headArea {
    margin: 0 0 45px 0;
    padding: 20px 0 0;
  }
  .f-headArea .ttl03 {
    font-size: 14px;
    text-align: left;
    margin: 0 0 15px;
    padding: 0 10px;
    letter-spacing: 1px;
    color: #b28146;
  }
  .f-headArea_txt {
    max-width: 600px;
    line-height: 20px;
    padding: 0 10px;
  }

  /* ========== f-timeArea ========== */
  .featureBox_inner_time {
    position: relative;
    padding: 0 10px 0;
    position: relative;
    left: 0;
  }
  .featureBox_inner_time::before {
    content: none;
    display: block;
    width: 200%;
    height: calc(100% - 35px);
    background: url(../img/home/bg1.png) 0 0 repeat;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: -1;
  }

  .f-timetable_ttl {
    font-size: 15px;
    line-height: 15px;
    /* display: block; */
    margin-bottom: 15px;
    padding: 0 0 0 25px;
    /* background: url(../img/education/feature/ic_time.svg) no-repeat center left; */
    -webkit-background-size: 15px auto;
    -o-background-size: 15px auto;
    background-size: 15px auto;
  }
  .f-timetable_ttl small {
    font-size: 15px;
  }

  .f-timetable {
    position: relative;
    max-width: 540px;
    width: 100%;
    background: #FFF;
  }
  .f-timetable::before {
    /* content: ""; */
    /* display: block; */
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    /* border: 1px solid #006747; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
  }
  .f-timetable th,
  .f-timetable td {
    /* font-size: 13px; */
    /* text-align: center; */
    /* padding: 5px 0; */
    /* border-left: 1px solid #b2d1c7; */
    /* border-top: 1px solid #b2d1c7; */
  }
  .f-timetable thead th {
    border-top: none;
  }
  .f-timetable thead th:first-child,
  .f-timetable tbody th {
    border-left: none;
  }
  .f-timetable .number {
    /* background: #E5EFEC; */
  }

  .f-timeArea_note {
    position: static;
    margin: 10px 0 0;
    bottom: -60px;
    left: 60px;
    font-size: 10px;
  }

  /* ========== f-tabArea ========== */
  .f-tabArea {
    margin: 65px 4% 50px;
  }

  .f-tabArea_btnList {
    margin: 0 0 0 0;
  }
  .f-tabArea_btnList li {
    float: left;
    cursor: pointer;
    width: 32%;
    line-height: 50px;
    background: #B4B4B5;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-right: 2%;
  }
  .f-tabArea_btnList li:nth-last-of-type(1) {
    margin-right: 0;
  }

  .btn_eigo.current {
    background: #F6BFB4;
  }
  .btn_kokugo.current {
    background: #c5e1a5;
  }
  .btn_sansuu.current {
    background: #b7e5f0;
  }

  .f-tabArea_content {
    padding: 0 0 30px;
    width: 110%;
    position: relative;
    left: -5%;
  }
  .f-tabArea_content .mainInner2 > div:not(.f-tab_mainv) {
    padding: 0 25px;
  }

  .f-tabArea_eigo {
    border-top: 25px solid #f6bfb4;
    border-bottom: 25px solid #f6bfb4;
    border-left: 15px solid #f6bfb4;
    border-right: 15px solid #f6bfb4;
  }
  .f-tabArea_kokugo {
    border-top: 25px solid #c5e1a5;
    border-bottom: 25px solid #c5e1a5;
    border-left: 15px solid #c5e1a5;
    border-right: 15px solid #c5e1a5;
  }
  .f-tabArea_sansuu {
    border-top: 25px solid #b7e5f0;
    border-bottom: 25px solid #b7e5f0;
    border-left: 15px solid #b7e5f0;
    border-right: 15px solid #b7e5f0;
  }

  .font-eigo {
    color: #f09482;
  }
  .font-kokugo {
    color: #6eb41d;
  }
  .font-sansuu {
    color: #4abeda;
  }

  /* tab - mainv */
  .f-tab_mainv {
    position: relative;
    margin: 0 0 30px;
  }
  .f-tab_mainv_photo {
    margin: 0 0 40px;
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .f-tab_mainv_catch {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .f-tab_mainv_ttl {
    /* float: right; */
    width: 100%;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    margin: 0 0 25px 0;
    padding: 0 25px 0 0;
    letter-spacing: 10px;
    display: inline-block;
    text-align: right;
  }
  .f-tab_mainv_txt {
    font-size: 19px;
    position: static;
    left: 0;
    bottom: 0;
    margin: 0 0 0 25px;
  }
  .f-tab_mainv_txt small {
    display: block;
    margin: 5px 0 0;
    font-size: 10px;
    font-family: 'Overpass', sans-serif;
  }

  /* tab - intro */
  .f-tab_intro {
    margin: 0 0 70px;
    padding: 0 0 0;
    border-bottom: none;
  }
  .f-tab_intro_left {
    font-size: 13px;
    margin: 0 0 50px;
    width: 100%;
  }
  .f-tab_intro_right {
    line-height: 20px;
    max-width: 100%;
    width: 100%;
  }

  /* tab - detail */
  .f-tab_detail_list {
    padding: 50px 0 0;
  }
  .f-tab_detail_list li {
    float: none;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    position: relative;
  }
  .f-tab_detail_list li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 50px;
    height: 1px;
    background: #F09482;
  }
  .f-tab_detail_list li:nth-last-of-type(1) {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .f-tab_detail_list li:nth-last-of-type(1)::before {
    content: none;
  }

  .f-tab_detail_list li:nth-child(3n) {
    margin-right: 0;
  }
  .f-tab_detail_ttl {
    display: block;
    font-size: 13px;
    margin: 0 0 15px;
  }

  .f-tab_detail_list2 {
    margin: 0;
}
.f-tab_detail_list2 li {}
.f-tab_detail_list2 li:nth-child(3n) {}

  .f-tab_detail_photo li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .f-tab_detail_photo li:nth-child(even) {
    margin-right: 0;
  }

  /* tab - 2nd,3rd */
  .f-content2 .f-tab_mainv {
    margin: 45px 25px 50px;
    padding: 0 0 50px;
  }
  .f-tabArea_kokugo .f-tab_mainv {
    border-bottom: 1px solid #6eb41d;
  }
  .f-tabArea_sansuu .f-tab_mainv {
    border-bottom: 1px solid #4abeda;
  }
  .f-content2 .f-tab_mainv_ttl {
    /* margin: 0 0 25px; */
    padding: 0;
  }
  .f-content2 .f-tab_mainv_catch {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .f-content2 .f-tab_mainv_txt {
    font-size: 19px;
    position: static;
    margin: 0;
    left: 0;
    bottom: 120px;
  }
  .f-content2 .f-tab_mainv_txt02 {
    display: block;
    font-size: 14px;
    margin-top: 25px;
    font-family: YakuHanJP , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .f-tabArea_kokugo .f-tab_detail_list li::before {
    background: #6eb41d;
  }
  .f-tabArea_sansuu .f-tab_detail_list li::before {
    background: #4abeda;
  }

  /* 2nd,3rd - detail */
  .f-content2 .f-tab_detail_list {
    padding: 0 0 0;
    margin: 0 0 0;
  }
}
