.visual_wrap {
    background-color: #f2fcf9;
    padding-top: 0.5%;
  }
  .visual_wrap .visual_mg {
    width: 75%;
  }
  .visual_wrap .visual_mg img {
    width: 94%;
    -webkit-transform: translateY(5.3%);
            transform: translateY(5.3%);
  }
  .visual_wrap .text_wrap {
    position: absolute;
    right: 30px;
    top: 55%;
    text-align: right;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .visual_wrap .text_wrap strong {
    display: block;
    margin-bottom: 9%;
    font-size: 3em;
    font-weight: 100;
    line-height: 1.1;
  }
  .visual_wrap .text_wrap strong span {
    font-weight: 500;
  }
  .visual_wrap .text_wrap p {
    font-size: 1.375em;
  }
  .visual_wrap .vSign_wrap {
    /* padding: 1.65% 0; */
    background-color: #35393a;
    /* background-color: #777; */
  }
  .visual_wrap .vSign_wrap .inner, .visual_wrap .vSign_wrap .info_wrap, .visual_wrap .vSign_wrap .step_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .visual_wrap .vSign_wrap .inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .visual_wrap .vSign_wrap img {
    width: 100%;
  }
  .visual_wrap .sign_btn_wrap {
    width: 17%;
  }
  .visual_wrap .sign_btn_wrap a {
    height: 54px;
    display: block;
    max-width: 215px;
    width: 100%;
    text-align: center;
    line-height: 54px;
    border-radius: 10px;
  }
  .visual_wrap .sign_btn_wrap a:first-child {
    margin-bottom: 10%;
    background-color: #fff;
    color: #237287;
  }
  .visual_wrap .sign_btn_wrap a:last-child {
    background-color: #3d95ac;
    color: #fff;
  }
  
  .info_wrap {
    width: 80%;
    padding-right: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .info_wrap::after {
    content: "";
    width: 33px;
    height: 6px;
    position: absolute;
    right: 95px;
    top: 45%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../img/point.png);
  }
  .info_wrap figure {
    margin-right: 65px;
    width: 32%;
  }
  .info_wrap .step_wrap {
    width: calc(68% - 215px);
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
    text-align: center;
  }
  .info_wrap .step_wrap strong {
    display: block;
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 0.95em;
  }
  .info_wrap .step_wrap span {
    display: block;
    width: 78px;
    height: 78px;
    margin: 0 auto 14px;
    text-indent: -9999px;
    border-radius: 100%;
    background-color: #26a19c;
    position: relative;
  }
  .info_wrap .step_wrap span::after {
    content: "";
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .info_wrap .step_wrap li {
    width: calc(100% / 3);
  }
  .info_wrap .step_wrap li + li {
    margin-left: 45px;
    position: relative;
  }
  .info_wrap .step_wrap li + li::before {
    content: "";
    width: 11px;
    height: 20px;
    position: absolute;
    left: -30%;
    top: 45%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    background-image: url(../img/arrow.png);
  }
  .info_wrap .step_wrap li:nth-child(1) span::after {
    width: 42px;
    background: url(../img/icon_sign.png) no-repeat 0 0;
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
  }
  .info_wrap .step_wrap li:nth-child(2) span::after {
    width: 39px;
    background: url(../img/icon_sign.png) no-repeat -43px 0;
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
  }
  .info_wrap .step_wrap li:nth-child(3) span::after {
    width: 46px;
    background: url(../img/icon_sign.png) no-repeat -83px 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .info_wrap .step_wrap p {
    font-size: 0.95em;
    word-break: keep-all;
  }
  
  em {
    position: relative;
  }
  em::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: -3px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .section1 { padding: 2% 0; overflow: hidden;
    max-height: 150px;
    width: 100%;
    background-image: url(../img/cont1_bg.jpg);
    background-size: cover;
  }
  .section1 .date_wrap, .select_date_wrap, .days{display: flex; display: -ms-flexbox; align-items: center; -ms-flex-item-align: center;}
  .section1 .date_wrap{width: 100%;}
  .date_wrap .select_date_wrap{width: 85px; margin-right: 30px; justify-content: space-between; -ms-flex-pack: justify;}
  .select_date_wrap button{text-indent: -9999px; width: 9px; height: 16px;
    background-color: rgba(0, 0, 0, 0);
    transform: translateY(50%);
    cursor: pointer;
  }
  .select_date_wrap .prev{background-image: url(../img/prev.png); margin-right: 5px;}
  .select_date_wrap .next{background-image: url(../img/next.png);margin-left: 5px;}
  .select_date_wrap .select_date{color: #fff; text-align: center;}
  .select_date_wrap .select_date .month{font-size: 2.8em; font-weight: 700; display: block;}
  .select_date_wrap .select_date .year{font-size: 0.95em; font-weight: 700;}
  
  .date_wrap .days{width: calc(100% - 115px); transform: translateY(25%); padding: 8px 0 27px;
    justify-content: space-between; -ms-flex-pack: justify;
  }
  .date_wrap .days li{padding: 0 5px; margin: 0 5px; position: relative;}
  .date_wrap .days li a{width: 20px; display: block; padding-bottom: 5px; position: relative;
    font-size: 1.05em; color: #a3d3e8; text-align: center;
    border-bottom: 1px solid #a3d3e8;
  }
  .date_wrap .days li.today a{font-weight: 700; color: #fff;}
  .date_wrap .days li.today::before{content: ""; position: absolute; left: 50%; top: 50%; width: 120%; height: 150%;
    border-radius: 100%; border: 1px solid #fff;
    transform: translate(-50%, -50%);
  }
  .date_wrap .days li.todo::after{content: ""; position: absolute; left: 50%; bottom: 0; width: 5px; height: 5px;
    border-radius: 100%;
    background-color: #85fffa;
    transform: translate(-50%, 300%);
  }

  .section2 {
    padding: 80px 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #eefafa), color-stop(68%, #fff));
    background: linear-gradient(to right, #eefafa 0 68%, #fff 68% 100%);
  }
  .section2 .inner, .section2 .list_wrap, .section2 .cont2, .section2 .text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section2 .cont1 {
    width: 50%;
    padding-right: 10px;
  }
  .section2 .cont1 h3 {
    margin-bottom: 8%;
    font-size: 2.5em;
    font-weight: 700;
  }
  .section2 .cont1 h3 span {
    color: #14817d;
  }
  .section2 .cont1 .list_wrap { margin-bottom: 3%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section2 .cont1 .list_wrap > li {
    width: 48%;
    margin-bottom: 4%;
    padding: 25px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    border-radius: 17px;
    border: 1px solid #dadada;
  }
  .section2 .cont1 .list_wrap > li:nth-child(odd) {
    margin-right: 4%;
  }
  .section2 .cont1 .list_wrap > li a span, .section2 .cont1 .list_wrap > li a strong {
    display: block;
  }
  .section2 .cont1 .list_wrap > li a .state {
    width: 5.37em;
    height: 2.187em;
    margin-bottom: 10%;
    line-height: 2.187em;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    border-radius: 15px 15px 15px 0;
    background-color: #155f8c;
    font-size: 1.1em;
  }
  .section2 .cont1 .list_wrap > li a strong {
    margin-bottom: 5%;
    font-size: 1.625em;
    font-weight: 500;
  }
  .section2 .cont1 .list_wrap > li a p {
    margin-bottom: 10%;
    min-height: 150px;
    width: 100%;
    max-height: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    line-height: 1.4;
    font-size: 1.15em;
  }
  .section2 .cont1 .list_wrap li a .date {
    font-size: 0.95em;
    color: #666;
  }
  .section2 .cont1 .more {
    display: block; max-width: 210px; width: 100%; height: 3.75em; margin: 0 auto;
    text-align: center; color: #fff; line-height: 3.75em;
    background: linear-gradient(45deg, #247c8b, #269f9b);
    border-radius: 30px;
  }
  .section2 .cont1 .list_wrap > li:hover {
    background-color: #26a19c;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .list_wrap li dl{flex-direction: column; -ms-flex-direction: column; font-size: 1em;}
  .list_wrap li dt{margin-bottom: 0.5em;}
  .list_wrap li dd{width: 100%;}
  .section2 .cont1 .list_wrap > li:hover .state {
    background-color: #fff !important;
    color: #26a19c;
  }
  .section2 .cont1 .list_wrap > li:hover p, .section2 .cont1 .list_wrap  li:hover .date {
    color: #fff;
  }
  .section2 .cont2 {
    width: 50%;
    padding: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-radius: 17px;
    border: 1px solid #dadada;
    -webkit-box-shadow: 0 19px 29px rgba(147, 147, 147, 0.41);
            box-shadow: 0 19px 29px rgba(147, 147, 147, 0.41);
    background-color: #fff;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  .section2 .cont2 .text_wrap {
    margin-bottom: 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 10px;
    width: 100%;
  }
  .section2 .cont2 .text_wrap h3 {
    margin-bottom: 2%;
    font-size: 1.14em;
    color: #14817d;
    font-weight: 300;
  }
  .section2 .cont2 .text_wrap strong {
    display: block;
    margin-bottom: 5%;
    font-size: 26px;
    text-align: right;
    color: #3e3d3d;
  }
  .section2 .cont2 .text_wrap strong span {
    font-size: 1.34em;
  }
  .section2 .cont2 .text_wrap p {
    width: 100%;
    color: #666;
    line-height: 1.4em;
    letter-spacing: 0;
    word-break: keep-all;
    font-size: 1.3em;
  }
  .section2 .cont2 .text_wrap p span {
    color: #14817d;
  }
  .section2 .cont2 figure {
    position: relative;
  }
  .section2 .cont2 figure img {
    width: 80%;
  }
  .section2 .cont2 .about_us {
    width: 5em;
    height: 5em;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #186c8f;
    text-indent: -9999px;
    background: url(../img/go.png) no-repeat center center;
    background-size: 38px;
  }
  .section2 .list_wrap li + li{margin-left: 0;}
  .section3 {
    padding: 5.3% 0 4.3%;
  }
  .section3 .tab_wrap {
    margin-bottom: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section3 .tab_wrap li {
    padding-bottom: 5px;
  }
  .section3 .tab_wrap li + li {
    margin-left: 20px;
  }
  .section3 .tab_wrap li a {
    color: #888;
    font-size: 1.5em;
  }
  .section3 .tab_wrap li.on {
    border-bottom: 4px solid #237287;
  }
  .section3 .tab_wrap li.on a {
    color: #237287;
  }
  .section3 .board_wrap {
    background-color: #d1e9e9;
  }
  .section3 .board_wrap .board {
    width: 100%;
    display: none;
    position: relative;
  }
  .section3 .board_wrap .board.on {
    display: block;
  }
  .section3 .board_wrap .board h3 {
    position: absolute;
    left: 50%;
    top: -40px;
    -webkit-transform: translate(-50%, -110%);
            transform: translate(-50%, -110%);
    font-size: 2.5em;
    font-weight: 700;
  }
  .section3 .board_wrap .board h3 span {
    color: #14817d;
  }
  .board_wrap .notice{padding: 3em 0;}
  .board_wrap .notice_list{display: flex; display: -ms-flexbox;}
  .notice_list li{
    width: calc((100% / 3) - 1.5%); padding: 2.5em 2em;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 17px; border: 1px solid #dadada;
    transition: all 0.3s;
  }
  .notice_list li p {
	height:465px;
	overflow:hidden;
  }

  .notice_list li strong {display: block; padding-bottom: 1em; margin-bottom: 1em;
    border-bottom: 1px solid #dadada;
    color: #333; font-size: 1.625em; font-weight: 500;
  }
  .notice_list li p {min-height: 150px; margin-bottom: 1em;
    color: #888; line-height: 1.3;
  }
  .notice_list li span{color: #666; font-size: 0.95em;}
  .notice_list li + li{margin-left: 3%;}

  .notice_list li:hover {background-color: #26a19c;
    border-color: #26a19c;
  }
  .notice_list li:hover strong,
  .notice_list li:hover p,
  .notice_list li:hover span {color: #fff;}

  .board_wrap .gall_list{display: flex; display: -ms-flexbox; flex-wrap: wrap; -ms-flex-wrap: wrap;}
  .gall_list li{width: 25%; display: flex; display: -ms-flexbox;}
  .gall_list li:nth-child(odd){flex-direction: column; -ms-flex-direction: column;}
  .gall_list li:nth-child(even){flex-direction: column-reverse; -ms-flex-direction: column-reverse;}
  .gall_list li a{position: relative;
  padding-bottom: 65%;
    overflow: hidden;}
  .gall_list li a::before{content: ""; width: 100%; height: 100%; opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute; left: 0; top: 0; z-index: 1;
    transition: all 0.3s;
  }
  .gall_list li a::after{content: ""; width: 2.375em; height:2.25em; opacity: 0;
    background-image: url(../img/plus.png); background-size: cover;
    position: absolute; left: 50%; top: 50%; z-index: 2;
    transform: translate(-50%, -50%) rotateY(0);
    transition: all 0.7s;
  }
  .gall_list li:hover a::before,
  .gall_list li:hover a::after{opacity: 1;}
  .gall_list li:hover a::after{transform: translate(-50%,-50%) rotateY(360deg);}
  .gall_list img{
   position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .gall_list .text_wrap{position: relative; padding-bottom: 65%; background-color: #237287;}
  .text_wrap .gall_text{position: absolute; left: 50%; top: 50%; width: 100%;
    text-align: center; color: #fff;
    transform: translate(-50%, -50%);
  }
  .gall_text strong{display: block; margin-bottom: 6%;
    font-size: 1.5em; font-weight: 700;
  }
  .gall_text p{}
  
  .section4 {
    padding: 1.5% 0;
    background-color: #d1e9e9;
  }
  .section4 .splide{padding: 0 4%;}
  .section4 .splide .splide__arrow {background:none;}
  .section4 .splide .splide__arrow--prev {left: 0;}
  .section4 .splide .splide__arrow--next {right: 0;}
  .section4 .splide__track li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
  }
  .section4 .splide__track li:first-child {
    padding-left: 0;
  }
  .section4 .splide__track li:last-child {
    padding-right: 0;
  }
  .section4 .splide__track li img {
    width: 100%;
  }
  
  @media screen and (max-width: 1420px) {
    .section1 .date_wrap{
      flex-direction: column; -ms-flex-direction: column;
    }
    .date_wrap .select_date_wrap{margin-right: 0%; width: 90px;}
    .select_date_wrap .prev{margin-right: 10px;}
    .select_date_wrap .next{margin-left: 10px;}
    .date_wrap .days{width: 100%; overflow: auto;}
    .date_wrap .days li{margin: 0; padding: 0;}
    .date_wrap .days li.today::before{width: 150%;}
    .section2 .cont2 {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      padding: 70px 45px;
    }
  }
  @media screen and (max-width: 1280px) {
    .info_wrap .step_wrap p br {
      display: none;
    }
  }
  @media screen and (max-width: 1050px) {
    .info_wrap::after {
      right: 65px;
    }
  
    .info_wrap figure {
      margin-right: 10px;
    }
  
    .info_wrap .step_wrap {
      width: calc(68% - 95px);
    }
  
    .section2 .cont1 {
      width: 55%;
    }
    .section2 .cont2 {
      width: 45%;
      padding: 60px 30px;
    }
    .section3 .board_wrap .board h3 {
      top: -30px;
      left: auto;
      right: 0;
      -webkit-transform: translate(0, -100%);
              transform: translate(0, -100%);
    }
  }
  @media screen and (max-width: 900px) {
    .visual_wrap {
      padding-top: 5%;
    }
    .visual_wrap .vSign_wrap {
      padding: 7% 0;
    }
    .visual_wrap .text_wrap strong {
      font-size: 2.5em;
    }
    .visual_wrap .text_wrap p {
      font-size: 1.3em;
    }
  
    .info_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 50%;
      padding-right: 0;
    }
    .info_wrap::after {
      right: -30%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
  
    .info_wrap figure {
      width: 100%;
      max-width: 324px;
      margin: 0 auto 10%;
    }
  
    .info_wrap .step_wrap {
      width: 100%;
      padding: 0;
    }
  
    .info_wrap .step_wrap p br {
      display: block;
    }
  
    .visual_wrap .sign_btn_wrap {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
    }
    .visual_wrap .sign_btn_wrap a {
      margin: 0;
    }
    .visual_wrap .sign_btn_wrap a:first-child {
      margin-bottom: 5%;
    }
  }
  @media screen and (min-width: 769px) and (max-width: 1124px) {
    .list_wrap li a ul{padding: 1em 15px;}
    .list_wrap li a dl{
      flex-direction: column;
      -ms-flex-direction: column;
    }
    .list_wrap li a dt{margin-bottom: 0.5em;}
    
    .list_wrap li dd{width: 100%;}
  }
  @media screen and (max-width: 768px) {
    
    .visual_wrap {
      padding-top: 0;
    }
    .visual_wrap .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .visual_wrap .text_wrap {
      position: relative;
      left: 0;
      top: 0;
      -webkit-transform: translate(0, 80%);
              transform: translate(0, 80%);
    }
    .visual_wrap .text_wrap strong {
      margin-bottom: 3%;
    }
    .visual_wrap .visual_mg {
      width: 100%;
    }
    .visual_wrap .sign_btn_wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 70%;
    }
    .visual_wrap .sign_btn_wrap a:first-child {
      margin-bottom: 0;
      margin-right: 30px;
    }
  
    .info_wrap {
      width: 70%;
    }
    .info_wrap figure {
      margin-bottom: 7%;
    }
    .info_wrap .step_wrap {
      margin-bottom: 5%;
    }
    .info_wrap::after {
      margin-bottom: 5%;
      position: relative;
      left: 0;
      top: 0;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  
    .section1{background-image: url(../img/cont1_bg_m.jpg); display: none;}

    .section2 .inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .section2 .cont1 {
      width: 100%;
    }
    .section2 .cont1 h3 {
      margin-bottom: 5%;
    }
    .section2 .cont1 .more {margin: 0 auto 10%;
    }
    .section2 .cont2 {
      width: 100%;
      padding: 60px 30px;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
    .section2 .cont2 .text_wrap {
      width: 40%;
      margin-right: 5%;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    .section2 .cont2 .text_wrap strong {
      text-align: left;
    }
    .section2 .cont2 .text_wrap p{font-size: 1.1em;}
    .section2 .cont2 figure {
      width: 55%;
    }
    .section2 .cont2 figure .about_us {
      width: 4em;
      height: 4em;
    }
  
    .section3 .tab_wrap {
      margin-bottom: 2.5%;
    }
    .section3 .tab_wrap li a {
      font-size: 1.3em;
    }
    .section3 .board_wrap .board h3 {
      top: -18px;
      font-size: 2em;
    }

    .notice_list li{width: calc((100% / 2) - 1.5%);}
    .notice_list li:last-child{display: none;}
    .gall_list li{width: 50%; flex-direction: column !important;
      box-sizing: border-box; border: 1px solid #dadada;
    }
  }
  @media screen and (max-width: 550px) {
    body {
      font-size: 14px;
    }
    .visual_wrap .visual_mg img {width: 100%;}
    .visual_wrap .text_wrap strong {
      font-size: 2em;
    }
    .visual_wrap .text_wrap p {
      font-size: 1.1em;
    }
  
    .info_wrap {
      width: 80%;
    }
    em::before {
      top: -1px;
      width: 4px;
      height: 4px;
    }
  
    .visual_wrap .text_wrap {
      -webkit-transform: translate(0, 65%);
              transform: translate(0, 65%);
    }
    .visual_wrap .sign_btn_wrap {
      width: 100%;
    }
  
    .info_wrap {
      width: 100%;
    }

    .visual_wrap .sign_btn_wrap a{height: 40px; line-height: 40px;}

    .section1{padding: 3% 0;}
    .select_date_wrap .select_date .month{font-size: 2.1em;}
    .date_wrap .days{transform: translateY(11%);}
    .section2 {
      padding: 10% 0;
      background: -webkit-gradient(linear, left top, right top, color-stop(0, #eefafa), color-stop(75%, #fff));
      background: linear-gradient(to right, #eefafa 0 75%, #fff 75% 100%);
    }
    .section2 .cont1 h3 {
      margin-bottom: 5%;
      font-size: 1.7em;
    }
    .section2 .cont1 .list_wrap > li {
      
      width: 100%;
    }
    .section2 .cont1 .list_wrap > li:nth-child(odd) {
      margin-right: 0;
    }
    .section2 .cont1 .list_wrap > li:nth-child(n+3) {
      display: none;
    }
    .section2 .cont1 .list_wrap li a strong {
      font-size: 1.3em;
    }
    .list_wrap > li a dl{font-size: 1em;}
    .section2 .cont2 {
      width: 100%;
      padding: 30px 30px;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
              height: 580px;
    }
    .section2 .cont2 .text_wrap {
      width: 100%;
      margin: 0 0 5% 0;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding: 0;
    }
    .section2 .cont2 .text_wrap strong {
      text-align: right;
      font-size: 20px;
    }
    .section2 .cont2 figure {
      width: 100%;
    }
    .section2 .cont2 figure .about_us {
      width: 4em;
      height: 4em;
    }
  
    .section3 {
      padding: 7% 0 5%;
    }
    .section3 .tab_wrap {
      margin-bottom: 3%;
    }
    .section3 .tab_wrap li a {
      font-size: 1.1em;
    }
    .section3 .board_wrap .board.on{margin-top: 60px;}
    .section3 .board_wrap .board h3 {
      font-size: 1.7em;
      left: 50%;
      top: -10px;
      text-align: center;
      -webkit-transform: translate(-50%, -110%);
              transform: translate(-50%, -110%);
    }
    .notice_list{flex-wrap: wrap; -ms-flex-wrap: wrap;}
    .notice_list li{width: 100%;}
    .notice_list li + li{margin: 1em 0 0}
    .notice_list li:last-child{display: block;}
    .notice_list li strong{font-size: 1.3em;}

    .gall_list li{width: 100%}
    .gall_list .text_wrap{padding-bottom: 35%;}
    .gall_text strong {font-size: 1.5em;}
  }
  @media screen and (max-width: 350px) {
    .visual_wrap {
      padding-top: 5%;
    }
    .visual_wrap .text_wrap{
      -webkit-transform: translate(0, 45%);
    transform: translate(0, 45%);
    }
    .visual_wrap .text_wrap strong {
      font-size: 1.5em;
    }
    .visual_wrap .text_wrap p {
      font-size: 0.95em;
    }
  
    .info_wrap .step_wrap li {
      width: calc(100% / 3);
    }
    .info_wrap .step_wrap li + li {
      margin-left: 10px;
    }
    .info_wrap .step_wrap li + li::before {
      left: -18%;
    }
  
    .section2 .cont1 h3 {
      margin-bottom: 5%;
      font-size: 1.5em;
    }
    .section2 .cont2 {
      height: 550px;
    }
    .section2 .cont2 .text_wrap strong {
      font-size: 18px;
    }
  
    .section3 {
      padding: 7% 0 5%;
    }
    .section3 .board_wrap .board h3 {
      font-size: 1.5em;
    }
  
    .section4 .splide {
      max-width: 251px;
      margin: 0 auto;
    }
  }
  
  /*# sourceMappingURL=/main.77bb5cfd.css.map */