@charset "UTF-8";

.section .headline__title {
    line-height: 1;
  }
  
  .section .headline__title span.en {
    display: block;
    color: #bc537d;
    font-family: "Inter", sans-serif;
    font-size: 2.7vw;
    font-weight: 800;
    padding-bottom: 1vw;
  }
    
  .section-hero .content {
    position: relative;
  }
  
  .section-hero .imgarea {
    position: relative;
    border-radius: 0 0 0 1.2em;
    overflow: hidden;
  }
  @media only screen and (min-width: 768px) {
    .section-hero .imgarea .swiper-slide{
      width: 100vw;
      height: 56vw;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .section-hero .content {
        margin-top: 16vw;
    }
        .section-hero .imgarea::before {
      height: 75px;
    }
    .section-hero .pagetitle{
      width: 90vw;
      margin: 0 auto;
    }
  }
  
   .section-hero .imgarea .img img {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: 50% 20%;
  } 
  
  .section .section-content {
    padding: 5vw 4vw 3.5vw 1vw;
    max-width: 73vw; /*78.6 */
    margin: 0 auto;
  }
  @media only screen and (min-width: 768px) {
    .section-hero .imgarea .img img {
        max-height: 25vw;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-hero .imgarea .img img {
        width: 97vw;
        margin: 0 0 0 3vw;
    }
    .section .section-content {
      max-width: 90vw;
      padding: 7vw 3vw;
    }

  }
  
.section-hero .txt {
  position: relative;
  /* width: 81vw; */
  /* margin: 3.0vw auto 0; */
  width: 78.6vw;
  margin: 0 auto;
  padding: 3.3vw 4vw 1.2vw 1.4vw;
  align-items: flex-start;
}
  
.section-hero .txt .main-title {
  font-size: 6.2vw;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.06;
  margin: 0 auto;
  color: #bc537d;
}
.section-hero .txt .main-title-sub {
  font-size: 1.6vw;
  font-weight: 800;
  letter-spacing: 0.1em;
  /* margin: 2vw 0 0; */
  color: #bc537d;
}
.section-hero .txt .caption {
  padding: 2vw 1vw 0 5.5vw;
}
.section-hero .txt .caption h3{
  font-size: 1.68vw;
  font-weight: 700;
  padding-bottom: 2vw;
}
.section-hero .txt p{
  font-size: 1.2vw;
  letter-spacing: 0.1em;
}

  .section .section-content .headline{
    /* padding: 0.5vw 0.8vw; */
    width: 23vw;
  }

  .section .section-content .headline__title{
    font-size: 1.1vw;
    padding: 0.4vw 0 3.2vw;
  }
  .section .headline__title span {
    /* padding-bottom: 0.7vw; */
    font-weight: 700;
  }
  @media only screen and (max-width: 767px) {
    .section-hero .txt { width: 97vw; margin-top: 6vw;}

    .section-hero .txt .main-title {
        font-size: 13vw;
        /* width: 93vw; */
    }
    .section-hero .txt .main-title-sub {
        font-size: 4.3vw;
        /* margin: 0 2.2vw; */
    }
    .section-hero .txt .caption {
      padding: 13vw 3vw 3vw;
    }
    .section-hero .txt .caption h3{
      font-size: 4.9vw;
      padding-bottom: 6vw;
    }
    .section-hero .txt .caption p{
      font-size: 3.6vw;
    }
  }
  

/*business*/
.section .section-content .headline{
  width: auto;
  text-align: center;
}
.section-business .section-content .headline__title {
  font-size: 1.86vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.arrow {
  background: #54a700;
  width: 1.3vw;
  height: 1.3vw;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.arrow:after {
  border-top: 0.02vw solid #fff;
  border-right: 0.02vw solid #fff;
  position: absolute;
  content: "";
  width: 0.4vw;
  height: 0.4vw;
  display: block;
  transform: rotate(45deg) translate(-50%);
  top: 50%;
  left: calc(50% - 0.2vw);
}
@media only screen and (min-width: 768px) {
  
}


@media only screen and (max-width: 767px) {
  section .img img {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .arrow {
    width: 4vw;
    height: 4vw;
  }
  .arrow:after{
    width: 1vw;
    height: 1vw;
    left: calc(50% - 0.5vw);
    border-width: 0.01vw;
    top: 48%;
  }
}