@charset "UTF-8";
body {
  color: #333;
}
section {
  padding-bottom: 0;
}
#lead .blk1 {
  padding: 10px 0 30px;
}
#lead .blk1 h1.ttl,
#lead .blk1 h2.ttl {
  font-size: 4.5vw;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
#lead .blk1 h1.ttl .en, #lead .blk1 h1.ttl .jp,
#lead .blk1 h2.ttl .en, #lead .blk1 h2.ttl .jp {
  display: block;
}
#lead .blk1 h1.ttl .en,
#lead .blk1 h2.ttl .en {
  font-family: athelas, serif;
  text-transform: capitalize;
  color: #a4c8e3;
}
#lead .blk1 h1.ttl .jp,
#lead .blk1 h2.ttl .jp {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 7vw;
  letter-spacing: 0.2em;
}
#lead .blk2 {
  background: #6be5bc;
  text-align: center;
}
#lead .blk2 h2.ttl {
  margin-bottom: 0;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ", sans-serif;
  font-weight: 700;
  font-size: 4.5vw;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
#lead .blk2 h2.ttl img {
  width: 40vw;
  display: block;
  margin: 0 auto 10px;
}
#lead .blk2 .deco {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #lead .blk1 {
    padding: 16px 0 63px;
  }
  #lead .blk1 h1.ttl,
  #lead .blk1 h2.ttl {
    font-size: 26px;
    line-height: 40px;
  }
  #lead .blk1 h1.ttl .jp,
  #lead .blk1 h2.ttl .jp {
    font-size: 42px;
    line-height: 56px;
  }
  #lead .blk2 {
    text-align: left;
  }
  #lead .blk2 h2.ttl {
    display: flex;
    align-items: center;
    margin-left: -25px;
    font-size: 20px;
    line-height: 32px;
  }
  #lead .blk2 h2.ttl img {
    width: auto;
    margin: 0 -40px 0 0;
  }
  #lead .blk2 h2.ttl span {
    margin-top: 95px;
  }
  #lead .blk2 .deco {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: -245px;
  }
}
#sec1 {
  padding: 50px 0 80px;
  background: #eff6fb;
}
#sec1 .btnbox .btn-link {
  margin-top: 10px;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 2px solid #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  cursor: pointer;
}
#sec1 .btnbox .btn-link a {
  display: block;
  text-decoration: none;
}
#sec1 .btnbox .btn-link.active {
  background: #1f8361;
  border-color: #1f8361;
  color: #fff;
}
#sec1 .set {
  padding: 8vw 5%;
  margin-top: 30px;
  box-sizing: border-box;
  background: #fff;
}
#sec1 .set .ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 5.5vw;
  letter-spacing: 0.025em;
  margin-bottom: 5vw;
}
#sec1 .set .txtbox .txt {
  margin-top: 20px;
}
#sec1 .set .txtbox dl {
  display: flex;
  margin-top: 20px;
}
#sec1 .set .txtbox dl dt {
  width: 20%;
  margin-right: 10px;
}
#sec1 .set .txtbox dl dd {
  width: calc(80% - 10px);
}
#sec1 .set .video {
  margin-top: 30px;
  position: relative;
}
#sec1 .set .video .cap {
    font-size: 10px;
    color: #F81317;
    padding-top: 10px;
    
   
}
#sec1 .set .video .video-in {
    position: relative;
}
#sec1 .set .video .video-in::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
#sec1 .set .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 91px 0 145px;
  }
  #sec1 .btnbox {
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #1f8361;
  }
  #sec1 .btnbox .btn-link {
    width: 33%;
    margin-top: 0;
    padding: 15px 10px;
    border-bottom: 0;
    border-width: 3px;
    font-size: 22px;
    line-height: 32px;
  }
  #sec1 .btnbox .btn-link:hover {
    border-color: #1f8361;
  }
  #sec1 .set {
    padding: 50px 21px 50px 50px;
  }
  #sec1 .set .ttl {
    font-size: 30px;
    line-height: 32px;
      margin-bottom: 0;
  }
  #sec1 .set .ttl small{
    font-size: 24px;
  }
  #sec1 .set .txtbox {
    width: 50%;
    max-width: 510px;
    padding-right: 30px;
    box-sizing: border-box;
    line-height: 26px;
  }
  #sec1 .set .txtbox .txt {
    margin-top: 30px;
  }
  #sec1 .set .txtbox dl dt {
    width: 96px;
    margin-right: 20px;
  }
  #sec1 .set .txtbox dl dd {
    width: calc(100% - 116px);
  }
  #sec1 .set .video {
    width: 50%;
    margin-top: 0;
  }
    #sec1 .set .video .cap {
        font-size: 13px;
        line-height: 1.4;
        text-align: right;
    }
}
@media only screen and (min-width: 1180px) {
  #sec1 .set .txtbox {
    padding-right: 0;
  }
}

.detail_row1 .img1{
  max-width: 407px;
  width: 100%;
}
.detail_row1 .img1 img{
  width: 100%;
  height: auto;
}
.detail_row1 .box_red{
  background: #e20101;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 2px;
  margin: 24px 0 15px;
}
.detail_row1 .sm_ttl{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.detail_row1 h2{
  font-size: 32px;
  line-height: 54px;
  letter-spacing: -0.07em;
  margin: 10px 0 15px;
}
.detail_row1 h2 small{
  display: block;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0;
}
.detail_row1 h2 span{
  font-feature-settings: "palt" 1;
}
.detail_row1 dl{
  display: table;
  line-height: 26px;
  margin-top: 0;
}
.detail_row1 dl dt{
  display: table-cell;
  width: 48px !important;
  margin-right: 0 !important;
}
.detail_row1 dl dd{
  display: table-cell;
}
@media only screen and (max-width: 767px) {
  .detail_row1 h2,
  .detail_row1 .sm_ttl{
    white-space: normal;
  }
  .detail_row1 .sm_ttl,
  .detail_row1 .box_red{
    font-size: 18px;
  }
  .detail_row1 h2{
    font-size: 26px;
    line-height: 40px;
  }
  .detail_row1 h2 small{
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
}