@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://use.typekit.net/mwo6hse.css");
.box-index_overview {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*
  > .images {
    width: 60%;
    margin-right: -7%;
    li {
      &:nth-child(2){
        margin-top: -20px;
      }
    }
  }

   */
}
.box-index_overview > .text {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .box-index_overview {
    /*
    > .images {
      width: 100%;
      margin-right: 0;
      margin-top: 50px;
    }

     */
  }
  .box-index_overview > .text {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .overview-images {
    position: absolute;
    top: 38%;
    right: 3%;
    width: 49%;
    max-width: 800px;
  }
  .overview-images li:nth-child(2) {
    margin-top: 50px;
  }
  .overview-images li:nth-child(3) {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-images {
    width: 90%;
    margin: 20px auto 0;
  }
  .overview-images li:nth-child(2) {
    margin-top: 20px;
  }
  .overview-images li:nth-child(3) {
    margin-top: -15px;
  }
}

.list-index_service {
  display: flex;
  justify-content: space-between;
}
.list-index_service > * {
  width: 30%;
}
.list-index_service img {
  border-radius: 13px;
  box-shadow: 10px 10px 17px #bbb;
  width: 100%;
}

.promotion-slider {
  margin-top: 25px;
}
.promotion-slider .slider .items {
  background: url(/assets/images/bg_color.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 11px;
  box-shadow: 10px 10px 17px #bbb;
  text-align: center;
  position: relative;
}
.promotion-slider .slider .items img {
  width: 100%;
}
.promotion-slider .slider .items a {
  position: relative;
  color: #000;
  display: block;
        /*
        &:before {
          content: '';
          position: absolute;
          bottom: 0;
          right: 0;
          width: 24px;
          height: 24px;
          background: url(/assets/images/icon/blank.svg) no-repeat center center;
          background-size: contain;
        }

         */
}
.promotion-slider .slider .items a > div {
  width: 100%;
  overflow: hidden;
          /*
          &:hover {
            img {
              transform: scale(1.1);
            }
          }

           */
}
.promotion-slider .slider .items a > div img {
  width: 100%;
  height: auto;
  transition: 1s;
}
.promotion-slider .slider .items a:hover {
  text-decoration: none;
}
.promotion-slider .slider .items a:hover > div img {
  transform: scale(1.1);
}
.promotion-slider .slider .items a:after {
  content: '';
  position: absolute;
  bottom: 6px;
  right: 0;
  width: 15px;
  height: 17px;
  background: url(/assets/images/icon/blank.png) no-repeat right center/15px auto;
  background-size: contain;
}
.promotion-slider .slider .items p {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 4px 1em;
  /*
          &:after {
            display: inline-block;
            width: 12px;
            height: 11px;
            margin: auto;
            background: url(/assets/images/icon/blank.png) no-repeat right center / 12px auto;
            content: '';
            margin-left: 5px;
          }
  
   */
}
.promotion-slider .slider .slick-slide {
  padding: 15px 15px 30px;
}
.promotion-slider .slider .slick-slide.items {
  padding: 10px 10px 0 10px;
}

#credit {
  position: relative;
}
#credit .credit01 img,
#credit .credit02 img {
  border-radius: 13px;
  box-shadow: 10px 10px 17px #bbb;
}
#credit .credit01 {
  width: 26%;
  max-width: 307px;
  position: absolute;
  top: 14vw;
  right: 32%;
}
#credit .credit02 {
  width: 53%;
  max-width: 607px;
  position: absolute;
  top: 17vw;
  right: -24%;
}
@media only screen and (max-width: 767px) {
  #credit .credit01 {
    width: 36%;
    top: -2em;
    right: 1em;
  }
  #credit .credit02 {
    width: 63%;
    top: inherit;
    right: -24vw;
    bottom: -4vw;
  }
}

.title-header.sub-title {
  font-size: 5.0rem;
}
@media only screen and (max-width: 767px) {
  .title-header.sub-title {
    font-size: clamp(2.5rem, 8vw, 3rem);
  }
}

.switch {
  opacity: 0;
}

.title-header_cover .title-header.sub-title + .grad {
  font-size: 5.0rem;
}
@media only screen and (max-width: 767px) {
  .title-header_cover .title-header.sub-title + .grad {
    font-size: clamp(2.5rem, 8vw, 3rem);
  }
}

#news .text-archive {
  text-align: right;
  margin-top: -3.5em;
}
@media only screen and (max-width: 767px) {
  #news .text-archive {
    margin-top: 0;
  }
}
