@charset "UTF-8";
html {
  opacity: 0;
  transition: 0.1s;
}

html.wf-yu-mincho-pr6n-n4-active {
  opacity: 1;
}

.about-section {
  width: 100%;
}

.about-top {
  padding: 9rem 0 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-top {
    padding: 1.8rem 0 0;
  }
}

.about-top__text {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .about-top__text {
    font-size: 1.4rem;
  }
}

.about-top__logo {
  margin: 8.2rem auto 0;
  width: 100%;
  max-width: 27.3rem;
}
@media screen and (max-width: 767px) {
  .about-top__logo {
    margin-top: 1.6rem;
    max-width: 12rem;
  }
}

.about-top__logo .loaded.logo {
  animation-delay: 0s;
}

.about-top__image {
  width: 100%;
  margin-top: 27.5rem;
}
@media screen and (max-width: 767px) {
  .about-top__image {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .about-top__image img {
    aspect-ratio: 375/255;
  }
}

.about-top__accsent {
  width: 37%;
  position: absolute;
  top: -5.6rem;
  right: 5rem;
}
@media screen and (max-width: 767px) {
  .about-top__accsent {
    width: 42%;
    top: -1rem;
    right: 1rem;
  }
}

.about-main {
  position: relative;
  padding-bottom: 14.6rem;
  max-width: 160rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-main {
    max-width: 60rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .about-main__title {
    padding: 0 1.5rem;
  }
}

.about-main__title--accsent {
  width: 29%;
  position: absolute;
  top: -24rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .about-main__title--accsent {
    width: 46%;
    position: absolute;
    top: -12rem;
    left: 2.2rem;
  }
}

.about-main__title--texts {
  position: relative;
  width: 100%;
  max-width: 93rem;
  margin-left: auto;
  padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .about-main__title--texts {
    padding-top: 22rem;
    margin-left: 0;
  }
}

.about-main__title--texts .title {
  letter-spacing: 0.2em;
  line-height: 1;
  font-size: 2.6rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .about-main__title--texts .title {
    margin-top: 2rem;
    font-size: 2.4rem;
    margin-left: 2rem;
  }
}

.about-main__title--texts .section-title__right--btm {
  width: 100%;
  max-width: 64.5rem;
  margin: 0 9rem 0 auto;
}
@media screen and (max-width: 767px) {
  .about-main__title--texts .section-title__right--btm {
    max-width: 20rem;
    margin-right: 0;
  }
}

.about-main__title--texts .subtitle {
  opacity: 0.1;
  line-height: 1;
  letter-spacing: 0.15em;
  font-size: 11rem;
  position: absolute;
  top: 30%;
  left: -19rem;
  white-space: nowrap;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .about-main__title--texts .subtitle {
    line-height: 1.3333333333;
    font-size: 3.6rem;
    top: 36%;
    left: -12.5rem;
  }
}

.about-main__title--texts .animation-boder {
  height: 47.5rem;
  bottom: -36rem;
  left: 3rem;
}
@media screen and (max-width: 767px) {
  .about-main__title--texts .animation-boder {
    height: 10rem;
    bottom: -3rem;
    left: 4rem;
  }
}

.about-main__contents {
  margin-top: 17rem;
}
@media screen and (max-width: 767px) {
  .about-main__contents {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .about-main__contents--top {
    flex-direction: column-reverse;
  }
}

.about-main__contents--top .image {
  width: 70rem;
}
@media screen and (max-width: 767px) {
  .about-main__contents--top .image {
    width: 100%;
    margin-top: 3.6rem;
  }
}

.about-main__contents--top .text {
  letter-spacing: 0.1em;
  line-height: 2.2083333333;
  font-size: 2.4rem;
  margin-left: 6.2rem;
  margin-top: -1.2rem;
}
@media screen and (max-width: 767px) {
  .about-main__contents--top .text {
    margin-left: 0;
    margin-top: 0;
    padding: 0 3.2rem;
    line-height: 1.7142857143;
    font-size: 1.4rem;
  }
}

.about-main__contents--top .text2 {
  margin-top: 5.2rem;
}
@media screen and (max-width: 767px) {
  .about-main__contents--top .text2 {
    margin-top: 4.2rem;
  }
}

.about-main__contents--top .text3 {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .about-main__contents--top .text3 {
    margin-top: 4.2rem;
  }
}

.about-main__contents--top .text .size-s {
  line-height: 2.65;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .about-main__contents--top .text .size-s {
    line-height: 1.3571428571;
    font-size: 1.4rem;
    display: inline-block;
    padding-top: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .about-main__contents--top .text .lh {
    line-height: 2;
  }
}

.about-main__contents--btm {
  padding: 6.7rem 2.5rem 0;
  max-width: 125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-main__contents--btm {
    padding: 2rem 1.5rem 0;
    position: relative;
  }
}

.about-main__contents--btm .title {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about-main__contents--btm .title {
    font-size: 1.6rem;
    padding: 0 1.9rem 1.6rem;
    position: relative;
  }
}

.about-main__contents--btm .title::after,
.about-main__contents--btm::after {
  content: "";
  display: block;
  background: -moz-linear-gradient(left, #a98516 32%, #cdb478 72%, #ac8b26 95%);
  background: -webkit-linear-gradient(left, #a98516 32%, #cdb478 72%, #ac8b26 95%);
  background: linear-gradient(to right, #a98516 32%, #cdb478 72%, #ac8b26 95%);
  width: 100%;
  height: 0.1rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .about-main__contents--btm .title::after,
  .about-main__contents--btm::after {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.about-main__contents--btm::after {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .about-main__contents--btm::after {
    display: none;
  }
}

.about-main__contents--btm .text {
  line-height: 2.3;
  font-size: 2rem;
  margin-top: 2.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .about-main__contents--btm .text {
    margin-top: 1.6rem;
    padding: 0 1.9rem;
    line-height: 1.6923076923;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .about-main__contents--btm .text li {
    display: flex;
    gap: 0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .about-main__contents--btm .text li::before {
    content: "■";
    display: block;
    font-size: 1.2rem;
    color: #4d4d4d;
  }
}

@media screen and (max-width: 767px) {
  .about-main__contents--btm .text li:nth-child(n+2) {
    margin-top: 2.8rem;
  }
}

.about-main__contents--btm .btm-text {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 1.4rem;
  margin-top: 2.5rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .about-main__contents--btm .btm-text {
    line-height: 1.8333333333;
    font-size: 1.2rem;
    margin-left: 0;
    margin-top: 1.8rem;
    padding: 2.6rem 1.9rem 0;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .about-main__contents--btm .btm-text::before {
    content: "";
    display: block;
    background: -moz-linear-gradient(left, #a98516 32%, #cdb478 72%, #ac8b26 95%);
    background: -webkit-linear-gradient(left, #a98516 32%, #cdb478 72%, #ac8b26 95%);
    background: linear-gradient(to right, #a98516 32%, #cdb478 72%, #ac8b26 95%);
    width: 100%;
    height: 0.1rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.about-section .btn {
  margin: 14rem auto 0;
  transform: translateX(-3.5rem);
}
@media screen and (max-width: 767px) {
  .about-section .btn {
    margin-top: 4rem;
    transform: translateX(-2rem);
  }
}

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