@charset "UTF-8";
.box_top {
  width: 100%;
  padding-top: 60px;
  position: relative;
  margin-bottom: 100px;
}

.box_top .box_top_tl {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.box_top .box_top_tl .box_tl_jp {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.box_top .box_top_tl .box_tl_en {
  width: 100%;
  text-align: center;
  font-size: 70px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-top: -20px;
  margin-bottom: 20px;
  line-height: 1;
}

.box_top .box_top_tl .box_tl_txt {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}

.box_top .box_tl_btn {
  position: absolute;
  bottom: 40px;
  right: 5%;
}

.con_nav {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.con_nav .btn {
  text-align: center;
  width: 30%;
}

.con_nav .btn a {
  margin: 0;
  padding: 25px 20px;
  width: 100%;
  max-width: 326px;
  background: url(../img/common/arrow01.png) no-repeat right 15px center, #FFF097;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'YuGothic Medium', sans-serif;
  letter-spacing: -0.05em;
  line-height: 1;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.con_outer {
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
  text-align: center;
}

.con_outer .ttlimg {
  font-size: 0;
}

.con_outer h2 {
  margin: 0 0 50px 0;
  padding: 50px 0;
  font-size: 30px;
  text-align: center;
  background: #FFF097;
}

.con_outer h3 {
  margin: 0;
  padding-bottom: 20px;
  font-size: 25px;
  color: #3DB1E3;
  text-align: center;
}

.con_outer .lead {
  padding-bottom: 35px;
  margin-bottom: 35px;
  font-size: 15px;
  color: #3DB1E3;
  font-family: 'YuGothic Medium', sans-serif;
  text-align: center;
}

.con_outer .slider-single {
  margin: 0 auto 60px;
  width: 100%;
  max-width: 664px;
}

.con_outer .slider-single .item img {
  border-radius: 35px;
}

.con_outer .slider-single .slick-prev, .con_outer .slider-single .slick-next {
  width: 52px;
  height: 52px;
}

.con_outer .slider-single .slick-prev {
  left: -60px;
  background: url(../img/common/arrow_left_blue.png) no-repeat;
}

.con_outer .slider-single .slick-next {
  right: -60px;
  background: url(../img/common/arrow_blue.png) no-repeat;
}

.con_outer .slider-single .slick-prev:before, .con_outer .slider-single .slick-next:before {
  display: none;
}

.con_outer .slider-single .slick-dots li button {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.con_outer .slider-single .slick-dots li button:before {
  content: '○';
  font-size: 20px;
  line-height: 1;
  color: #3DB1E3;
}

.con_outer .slider-single .slick-dots li.slick-active button:before {
  content: '●';
}

.con_outer .btn {
  text-align: center;
}

.con_outer .btn a.more {
  position: relative;
  margin: 0 auto;
  padding: 15px 20px;
  width: 100%;
  max-width: 496px;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'YuGothic Bold', sans-serif;
  letter-spacing: -0.05em;
  line-height: 1;
  display: block;
}

.con_outer .btn a.more::after {
  position: absolute;
  content: "\f138";
  font-size: 30px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 10px;
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .box_top .box_top_tl .box_tl_en {
    font-size: 40px;
    margin-top: -14px;
  }
  .box_top .box_tl_btn {
    position: static;
    bottom: 0;
    right: 0;
    text-align: center;
  }
  .con_nav {
    display: block;
  }
  .con_nav .btn {
    text-align: center;
    width: 100%;
  }
  .con_nav .btn a {
    margin: 0 auto 10px;
    padding: 15px 10px;
    width: 90%;
    max-width: 326px;
    background: url(../img/common/arrow01.png) no-repeat right 15px center, #FFF097;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'YuGothic Medium', sans-serif;
    letter-spacing: 0;
  }
  .con_outer {
    padding: 30px 0;
  }
  .con_outer .slider-single {
    margin: 0 auto 60px;
    width: 80%;
    max-width: initial;
  }
  .con_outer .slider-single .slick-prev, .con_outer .slider-single .slick-next {
    width: 27px;
    height: 27px;
  }
  .con_outer .slider-single .slick-prev {
    top: 38%;
    left: -30px;
    background: url(../img/common/arrow_left_blue.png) no-repeat 0 0/contain;
  }
  .con_outer .slider-single .slick-next {
    top: 38%;
    right: -30px;
    background: url(../img/common/arrow_blue.png) no-repeat right 0/contain;
  }
  .con_outer h2 {
    padding: 30px 0;
    font-size: 24px;
  }
  .con_outer h3 {
    font-size: 20px;
  }
  .con_outer .lead {
    margin-bottom: 20px;
  }
  .con_outer .btn a.more {
    font-size: 18px;
    width: 70%;
  }
}
