@charset "UTF-8";
.mainvisual {
  position: relative;
  background: url("../images/mainvisual_bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 330px 0 90px;
  z-index: 2; }
  .mainvisual .container {
    display: flex;
    justify-content: flex-end; }
  .mainvisual .txt_main {
    width: 470px; }
    .mainvisual .txt_main h1 {
      font-size: 30px;
      margin-bottom: 20px;
      text-align: center; }
    .mainvisual .txt_main .txt_eng {
      font-size: 13px;
      margin-top: 25px;
      text-align: center; }
  .mainvisual .btn_scroll {
    display: block;
    position: absolute;
    left: 2%;
    bottom: 10%; }
  .mainvisual .btn_scroll {
    -webkit-animation-name: fuwafuwa;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: fuwafuwa;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease;
    -ms-animation-name: fuwafuwa;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease; }
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, -7px); }
  to {
    -webkit-transform: translate(0, 0); } }
@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0); }
  50% {
    -moz-transform: translate(0, -7px); }
  to {
    -moz-transform: translate(0, 0); } }
.sec_news {
  position: relative;
  width: 860px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 50px;
  margin: auto;
  z-index: 9; }
  .sec_news .ttl_news {
    width: 140px;
    border-right: 2px solid #e8e5e0;
    line-height: normal; }
    .sec_news .ttl_news h2 {
      font-size: 16px;
      font-weight: 500; }
      .sec_news .ttl_news h2 span {
        font-size: 20px;
        font-weight: 300; }
  .sec_news .cont_news {
    width: calc(100% - 140px);
    height: 50px;
    box-sizing: border-box;
    overflow-y: scroll; }
    .sec_news .cont_news::-webkit-scrollbar-track {
      border-radius: 6px;
      background-color: #efcfce; }
    .sec_news .cont_news::-webkit-scrollbar {
      width: 6px;
      border-radius: 6px;
      background-color: #efcfce; }
    .sec_news .cont_news::-webkit-scrollbar-thumb {
      border-radius: 6px;
      background-color: #592221; }
    .sec_news .cont_news ul {
      margin-right: 10px; }
      .sec_news .cont_news ul li {
        border-bottom: 2px solid #592221; }
        .sec_news .cont_news ul li a {
          position: relative;
          display: flex;
          justify-content: space-between;
          align-items: baseline;
          padding: 15px 0;
          text-decoration: none;
          transition: all 0.5s;
          -webkit-transition: all 0.5s; }
          .sec_news .cont_news ul li a span {
            position: relative;
            width: 120px;
            font-family: 'Josefin Sans', sans-serif;
            font-size: 16px;
            padding-left: 20px; }
          .sec_news .cont_news ul li a p {
            width: calc(100% - 120px);
            box-sizing: border-box; }

.sec_01 {
  position: relative;
  background: #fff;
  padding: 50px 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3; }
  .sec_01 .txt_sec01 {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 45%;
    margin-right: 5%; }
    .sec_01 .txt_sec01 .inner {
      max-width: 510px; }
      .sec_01 .txt_sec01 .inner .style_ttl01 .number {
        position: relative; }
        .sec_01 .txt_sec01 .inner .style_ttl01 .number:after {
          position: absolute;
          content: "";
          background: url("../images/sec01_bg01.png") no-repeat top center;
          background-size: 109px;
          width: 109px;
          height: 35px;
          top: -20px;
          left: -10px; }
  .sec_01 .img_sec01 {
    width: 50%; }
    .sec_01 .img_sec01 img {
      width: 100%; }

.list_box01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .list_box01 li {
    position: relative;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 4%; }
    .list_box01 li:nth-child(3n+1) {
      margin-left: 0; }
    .list_box01 li .img_box01 {
      display: flex;
      align-items: flex-end;
      width: 100%;
      margin-bottom: 10px; }
      .list_box01 li .img_box01 img {
        width: 100%; }
    .list_box01 li .ttl_box01 {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-family: "Noto Serif JP", "Noto Serif", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 20px; }
      .list_box01 li .ttl_box01 .number {
        width: 60px;
        font-size: 32px; }

.sec_03 {
  background: #fff;
  padding: 5%;
  box-sizing: border-box; }

.list_box02 {
  display: flex;
  justify-content: center;
  align-items: center; }
  .list_box02 li {
    margin-left: 5%; }
    .list_box02 li:first-child {
      margin-left: 0; }
    .list_box02 li .ttl_box02 {
      margin-top: 10px;
      text-align: center;
      font-size: 16px;
      font-weight: normal; }

.list_box03 .style_box03:nth-child(even) {
  border-top: 1px solid #592221;
  flex-direction: row-reverse; }
.list_box03 .style_box03:last-child {
  border-bottom: none; }

.style_box03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 75px 0;
  border-bottom: 1px solid #592221;
  margin-bottom: 4px; }
  .style_box03 .img_box03 {
    width: 55%; }
    .style_box03 .img_box03 img {
      width: 100%; }
  .style_box03 .txt_box03 {
    width: 40%; }

.slider {
  width: 100%;
  margin: auto; }
  .slider .box_slider {
    margin: 0 35px !important;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s; }
    .slider .box_slider .infor_slider {
      width: 100%;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column;
      padding: 20px 2%;
      text-align: center;
      box-sizing: border-box; }
      .slider .box_slider .infor_slider p {
        font-size: 16px; }
        .slider .box_slider .infor_slider p.txt_large {
          font-size: 20px; }
      .slider .box_slider .infor_slider .list_01 {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .slider .box_slider .infor_slider .list_01 li {
          width: 35%;
          text-align: center;
          background: #592221;
          color: #fff;
          font-size: 14px;
          border-radius: 20px;
          font-weight: normal;
          margin-left: 2%;
          margin-top: 2%; }
          .slider .box_slider .infor_slider .list_01 li:nth-child(odd) {
            margin-left: 0; }
    .slider .box_slider .img_slider {
      width: 100%; }
      .slider .box_slider .img_slider img {
        width: 100%; }
    @media screen and (max-width: 767px) {
      .slider .box_slider {
        margin: 0 10px !important; }
        .slider .box_slider .infor_slider p {
          font-size: 12px; }
          .slider .box_slider .infor_slider p.txt_large {
            font-size: 14px; }
        .slider .box_slider .infor_slider .list_01 li {
          width: 48%;
          font-size: 13px; } }
    @media screen and (max-width: 360px) {
      .slider .box_slider {
        margin: 0 5px !important; } }

.sec_cont {
  padding: 70px 0; }

.list_banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .list_banner li {
    position: relative;
    background: #efebe6;
    width: 48%;
    display: flex;
    justify-content: space-between;
    padding: 20px 50px 20px 40px; }
    .list_banner li:hover {
      opacity: 0.7; }
    .list_banner li .txt_banner {
      width: 53%; }
    .list_banner li .img_banner {
      width: 48%; }
      .list_banner li .img_banner img {
        width: 100%; }
    .list_banner li .arrow_btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 10px; }
    @media screen and (max-width: 480px) {
      .list_banner li {
        flex-wrap: wrap; }
        .list_banner li .txt_banner, .list_banner li .img_banner {
          width: 100%; }
        .list_banner li .img_banner {
          margin-top: 10px; } }

  .list_banner + .list_banner {
    margin-top: 50px;
  }
    @media screen and (max-width: 480px) {
      .list_banner+.list_banner {
        margin-top: 10px;
      }
    }
  .list_banner+.list_banner li {
    width: calc(98%/3);
    margin-right: 1%;
    justify-content: end;
    align-items: center;
    font-weight: bold;
    background-image: Url(../images/banner1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }   
    @media screen and (max-width: 480px) {
      .list_banner+.list_banner li {
        width: 100%;
        margin: 0 0 10px;
      }
    }
  .list_banner+.list_banner li:nth-of-type(2) {
    background-image: Url(../images/banner2.jpg);
    justify-content: start;
    color: #fff;
  }
  .list_banner+.list_banner li:last-of-type{
    background-image: Url(../images/banner3.jpg);
    justify-content: start;
    margin-right: 0;
  }
  @media screen and (max-width: 480px) {
    .list_banner+.list_banner li:last-of-type {
      height: 12vh;
    }
  }


.style_sub01 {
  font-size: 19px;
  margin-bottom: 15px; }

.sec_08 .img_head {
  width: 143%;
  margin-left: -29.5%; }
  .sec_08 .img_head img {
    width: 100%; }

.sec_09 .style_box03 {
  position: relative;
  flex-direction: row-reverse;
  padding: 0 9% 75px; }
  .sec_09 .style_box03:after {
    position: absolute;
    content: "";
    background: #592221;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -5px; }
  .sec_09 .style_box03 .txt_box03 {
    width: 50%; }
  .sec_09 .style_box03 .img_box03 {
    width: 48%; }

.list_banner2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 75px 0; }
  .list_banner2 li {
    position: relative;
    width: 32%;
    padding: 3% 3% 2%;
    box-sizing: border-box;
    margin-left: 2%;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    overflow: hidden; }
    .list_banner2 li:first-child {
      margin-left: 0; }
    .list_banner2 li.banner_certified {
      background: url("../images/sec10_img01.jpg") no-repeat center;
      background-size: cover; }
    .list_banner2 li.banner_faq {
      background: url("../images/sec10_img02.jpg") no-repeat center;
      background-size: cover; }
    .list_banner2 li.banner_school {
      background: url("../images/sec10_img03.jpg") no-repeat center;
      background-size: cover; }
    .list_banner2 li:hover {
      box-shadow: 0 0 10px #592221;
      -webkit-transition: all linear 0.3s;
      -o-transition: all linear 0.3s;
      transition: all linear 0.3s; }
    .list_banner2 li .infor_banner {
      background: rgba(239, 235, 230, 0.831);
      padding: 20px 30px;
      margin-bottom: 20px; }
      .list_banner2 li .infor_banner .style_sub01 {
        text-align: center;
        margin-bottom: 10px; }
    .list_banner2 li .arrow_btn {
      display: block;
      margin: auto; }

@media screen and (max-width: 767px) {
  .mainvisual {
    background: url("../images/sp_mainvisual_bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 45% 2% 34% 35%; }

  .mainvisual_sp {
    padding: 2%; }
    .mainvisual_sp .txt_main .txt_eng {
      font-size: 12px;
      margin-top: 15px;
      text-align: center; }

  .sec_cont {
    padding: 10% 0; }

  .sec_news {
    background: #e8e5e0;
    padding: 2%;
    width: 100%;
    margin: 0 auto;
    border-radius: 0; }
    .sec_news .ttl_news {
      border-right: 2px solid #fff;
      width: 120px;
      padding: 20px 0; }
    .sec_news .cont_news {
      width: calc(100% - 120px);
      height: 80px; }
      .sec_news .cont_news ul li a {
        flex-wrap: wrap;
        padding: 5px 0; }
        .sec_news .cont_news ul li a span, .sec_news .cont_news ul li a p {
          width: 100%;
          padding-left: 10px; }

  .sec_01 {
    flex-wrap: wrap;
    padding: 10% 2%; }
    .sec_01 .txt_sec01 {
      width: 100%;
      padding: 0;
      margin-right: 0; }
      .sec_01 .txt_sec01 .inner {
        min-width: 100%; }
    .sec_01 .img_sec01 {
      display: none; }

  .list_box01 li {
    width: 49%; }
    .list_box01 li:nth-child(3n+1) {
      margin-left: auto; }
    .list_box01 li:nth-child(odd) {
      margin-left: 0 !important; }
    .list_box01 li:nth-child(even) {
      margin-left: 2% !important; }
    .list_box01 li .ttl_box01 {
      font-size: 14px; }
      .list_box01 li .ttl_box01.number {
        font-size: 18px; }

  .sec_03 {
    padding: 5% 2%; }

  .list_box02 {
    flex-wrap: wrap; }
    .list_box02 li:first-child {
      width: 70%; }
    .list_box02 li:nth-child(2) {
      width: 48%;
      margin-left: 0;
      margin-top: 15px; }
    .list_box02.box2 li:nth-child(2) {
      width: 70%;
      margin-left: 0;
      margin-top: 15px;
    }
    .list_box02 li:nth-child(3) {
      width: 48%;
      margin-left: 4%;
      margin-top: 15px; }
    .list_box02 li.ttl_box02 {
      margin-top: 5px; }

  .style_box03 {
    padding: 10% 0; }
    .style_box03 .img_box03 {
      width: 80%;
      margin: 0 auto 4%; }
    .style_box03 .txt_box03 {
      width: 100% !important; }

  .btn_sp {
    text-align: center; }

  .list_banner li {
    width: 100%;
    padding: 2% 50px 2% 4%;
    margin-bottom: 4%; }

  .style_sub01 {
    font-size: 18px;
    margin-bottom: 10px; }

  .sec_08 .img_head {
    width: 106%;
    margin-left: -2%; }

  .sec_09 .style_box03 {
    padding: 0 2% 10%;
    flex-direction: column-reverse; }
    .sec_09 .style_box03 .img_box03 {
      width: 100%;
      margin: 4% auto 0; }
  .sec_09 .style_btn01 {
    width: 230px;
    display: block;
    margin: 20px auto 0; }

  .list_banner2 {
    padding: 10% 0; }
    .list_banner2 li {
      width: 90%;
      padding: 3%;
      margin-bottom: 4%; }
      .list_banner2 li .infor_banner {
        padding: 4% 6%;
        margin-bottom: 4%; } }
@media screen and (max-width: 480px) {
  .mainvisual:after {
    width: 80%;
    height: 300px; } }
@media screen and (max-width: 360px) {
  .mainvisual:after {
    height: 220px; } }

/*# sourceMappingURL=top.css.map */
