@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     .interior


============================================================================= */
/* =============================================================================


     about


============================================================================= */
.about {
  padding: 60px 0;
}

.about-head {
  font-size: clamp(3.8rem, calc(3.6rem + (0.625vw * 1)), 4.8rem);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.about-txt {
  font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  font-weight: normal;
  margin-top: 12px;
  text-align: center;
}

/* =============================================================================


     adv


============================================================================= */
.adv {
  padding: 80px 0;
}

.adv .inner {
  padding: 0;
  width: 100%;
}

.adv-headbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.adv-headbox img {
  width: 150px;
}

.adv-head {
  font-size: clamp(5.2rem, calc(5rem + (0.625vw * 1)), 6.2rem);
  font-weight: 900;
  line-height: 1.1;
}

.adv-head span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #2d2d2d;
  font-family: "tt_commons_pro", sans-serif;
  font-size: clamp(9.4rem, calc(9.2rem + (0.625vw * 1)), 10.4rem);
  font-weight: bold;
  letter-spacing: 2.5px;
  text-shadow: 3px 3px #fd0;
}

.adv-en {
  color: #fd0;
  font-family: "tt_commons_pro", sans-serif;
  font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  font-weight: bold;
}

.adv-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding-top: 120px;
  position: relative;
}

.adv-contents {
  padding-left: 90px;
  width: 45%;
}

.adv-content {
  padding: 0px 0 120px;
}

.adv-content:nth-last-child(1) {
  padding-bottom: calc(120px + 20vw);
}

.adv-ttl {
  font-size: clamp(2.8rem, calc(2.6rem + (0.625vw * 1)), 3.8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
}

.adv-ttl span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #2d2d2d;
  font-family: "tt_commons_pro", sans-serif;
  font-size: clamp(4rem, calc(3.8rem + (0.625vw * 1)), 5rem);
  font-weight: bold;
  letter-spacing: 2.5px;
  position: relative;
  text-shadow: 3px 3px #fd0;
}

.adv-ttl span:before {
  background: transparent url(../asset/images/about/arrow.svg) no-repeat bottom center/contain;
  bottom: 0.25em;
  content: "";
  font-size: inherit;
  height: 100%;
  left: -100px;
  position: absolute;
  width: 90px;
}

.adv-txt {
  font-size: clamp(1.2rem, calc(1rem + (0.625vw * 1)), 2.2rem);
  margin: 20px auto;
}

.adv-content-img {
  margin: 20px auto;
}

.adv-content-img img {
  width: 100%;
}

/*画像のブロック*/
.adv-imgs {
  width: calc(50%);
}

.adv-imgs img {
  width: 100%;
}

.adv-imgs-list {
  position: sticky;
  top: 100px;
}

.adv-img {
  display: block;
  /*   height: 400px; */
  margin: auto;
  opacity: 0;
  overflow: hidden;
  /* フェード速度 */
  -webkit-transition: 0.8s;
  transition: 0.8s;
  visibility: hidden;
  width: 100%;
}

.adv-img img {
  width: 100%;
}

.adv-img:nth-child(2), .adv-img:nth-child(3) {
  left: 0;
  position: absolute;
  top: 0;
}

.adv-img:first-child,
.adv-img.active {
  opacity: 1;
  visibility: visible;
}

/* =============================================================================


     company


============================================================================= */
.company {
  background: #eee;
}

.company .inner {
  width: 100%;
}

.company-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.company-img {
  width: 50%;
}

.company-img img {
  width: 100%;
}

.about-box {
  text-align: center;
  width: 50%;
}

.aboutbox-inner {
  display: inline-block;
  min-width: 450px;
  text-align: left;
  width: 50%;
}

.about-ttl {
  font-size: clamp(4rem, calc(3.8rem + (0.625vw * 1)), 5rem);
  font-weight: 900;
  line-height: 1.3;
}

.about-list {
  margin-top: 20px;
}

.about-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #2d2d2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1em 0;
}

.about-item:nth-last-child(1) {
  border-bottom: 1px solid #2d2d2d;
}

.about-item dt {
  width: 5em;
}

.about-item dd {
  width: calc(100% - 5em);
}

@media (max-width: 1208px){
  .about-head {
    font-size: clamp(3.4rem, calc(3.2rem + (0.625vw * 1)), 4.4rem);
  }
  .about-txt {
    font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
  }
  .adv-contents {
    padding-left: 70px;
  }
  .adv-ttl {
    font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
  }
  .adv-ttl span:before {
    left: -80px;
    width: 70px;
  }
  .adv-ttl span {
    font-size: clamp(3.6rem, calc(3.4rem + (0.625vw * 1)), 4.6rem);
  }
  .aboutbox-inner {
    min-width: unset;
    padding: 0 40px;
    width: 100%;
  }
  .about-ttl {
    font-size: clamp(3.4rem, calc(3.2rem + (0.625vw * 1)), 4.4rem);
  }
  .about-item {
    font-size: clamp(1.3rem, calc(1.1rem + (0.625vw * 1)), 2.3rem);
  }
}

@media (max-width: 767px){
  .about {
    padding: 40px 0 40px;
  }
  .about-head {
    font-size: clamp(2.5rem, calc(2.3rem + (0.625vw * 1)), 3.5rem);
  }
  .about-txt {
    font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
  }
  .adv .inner {
    padding: 0 16px;
  }
  .adv {
    padding: 40px 0;
  }
  .adv-headbox img {
    width: 100px;
  }
  .adv-head {
    font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  }
  .adv-head span {
    font-size: clamp(5.4rem, calc(5.2rem + (0.625vw * 1)), 6.4rem);
  }
  .adv-container {
    gap: 20px;
    padding-top: 40px;
  }
  .adv-contents {
    padding-left: 0px;
    padding-right: 0;
    width: 100%;
  }
  .adv-content {
    padding-bottom: 40px;
  }
  .adv-content:nth-last-child(1) {
    padding-bottom: 40px;
  }
  .adv-ttl span:before {
    display: none;
    left: -48px;
    width: 46px;
  }
  .adv-imgs {
    width: 40%;
  }
  .company-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .company-img {
    width: 100%;
  }
  .about-box {
    width: 100%;
  }
  .aboutbox-inner {
    padding: 40px 16px;
  }
}


/*# sourceMappingURL=about.css.map*/
