@charset "UTF-8";

/* CSS Document */
section h2 {
    font-size: 2.2rem;
}
@media(min-width:1140px){
    section h2 {
        font-size: 3.0rem;
        letter-spacing: 0.15rem;
    }
}

.section-about__top-bg {
    background-image: url(../images/about/bar-counter.jpg);
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
    width: 100%;
    height: 70vh;
}

.section-about__title-wrapper {
    padding-top: 35vh;
    margin: 0 10vh;
    text-align: center;
    color: #fff;
}

.section-about__title {
    display: block;
    margin: 0 auto;
}

.section-about__title p {
    font-family: "utopia-std-display", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 3.4rem;
    line-height: 2.6rem;
    letter-spacing: 0.2em;
}

.section-about__title-ja {
    margin-top: 25px;
}

.section-about__title-ja p {
    font-family: "yu-mincho-pr6n", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.06em;
}

.section-about {
    background-color: #482f1a;
    color: #fff;
    padding-bottom: 70px;
}

.section-about__wrapper01,
.section-about__wrapper02,
.section-about__wrapper03 {
    padding-top: 70px;
}

.section-about__img01 {
    width: 80%;
}

.section-about__text {
    padding: 50px 50px 0 50px;
}

.section-about__text h2 {
    margin-bottom: 30px;
    line-height: 3.2rem;
}

.section-about__img02 {
    width: 80%;
    margin-left: auto;
}

.section-about__img03 {
    width: 70%;
}

.section-about__img04 {
    width: 87%;
    margin-left: auto;
    margin-top: 30px;
}
.section-about__img01, .section-about__img03, .section-about__img04, .section-about__text {
    opacity: 0;
    transition: all 1s;
    transform: translateX(100px);
  }

  .section-about__img02 {
    opacity: 0;
    transition: all 1s;
    transform: translateX(-100px);
  } 
  .section-about__text.text02 {
    opacity: 0;
    transition: all 1s;
    transform: translateX(-100px);
  } 
  .section-about__img01.show {
    opacity: 1;
    transform: translateX(0);
  }
  .section-about__img02.show {
    opacity: 1;
    transform: translateX(0);
  }
  .section-about__img03.show{
    opacity: 1;
    transform: translateX(0);
  }
  .section-about__text.show{
    opacity: 1;
    transform: translateX(0);
  }
  .section-about__text.text02.show{
    opacity: 1;
    transform: translateX(0);
  }
  .section-about__img04.show{
    opacity: 1;
    transform: translateX(0);
  }
@media(min-width:768px) {
    .section-about__top-bg {
        height: 45vh;
    }

    .section-about__title-wrapper {
        padding-top: 21vh;
    }

    .section-about__title p {
        font-size: 4.8rem;
    }

    .section-about__title-ja p {
        font-size: 2.6rem;
    }

    .section-about__title-ja {
        margin-top: 30px;
    }

    .section-about {
        padding-bottom: 100px;
    }

    .section-about__wrapper01 {
        display: flex;
        padding-top: 100px;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .section-about__img01 {
        width: 60%;
    }

    .section-about__text {
        width: 35%;
        padding: 30px 0 0 50px;
    }

    .section-about__wrapper02 {
        padding-top: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .section-about__img02 {
        width: 60%;
        margin-left: 0;
    }

    .section-about__wrapper02 .section-about__text {
        padding: 30px 50px 0 0;
    }

    .section-about__wrapper03 {
        padding-top: 100px;
        position: relative;
    }

    .section-about__img03 {
        width: 36%;
    }

    .section-about__img04 {
        width: 56%;
        position: absolute;
        top: 160px;
        right: 0;
    }
}
@media(min-width:1140px){
    .section-about{
        padding-bottom: 250px;
    }
    .section-about__top-bg{
        height: 60vh;
    }
    .section-about__title-wrapper{
        padding-top: 26vh;
    }
    .section-about__title p{
        font-size: 8.0rem;
    }
    .section-about__title-ja{
        margin-top: 60px;
    }
    .section-about__title-ja p{
        font-size: 3.6rem;
    }
    .section-about__wrapper01{
        padding-top: 200px;
        padding-left: 10vh;
    }
    .section-about__text{
        padding: 0 6% 0 0;
        width: 45%;
    }
    .section-about__wrapper02{
        padding-top: 200px;
        padding-right: 10vh;
    }
    .section-about__wrapper02 .section-about__text{
        padding: 0 0 0 6%;
    }
    .section-about__wrapper03{
        padding-top: 200px;
        padding-left: 10vh;
    }
    .section-about__img04{
        top: 270px;
        width: 52vw;
    }
    .section-about__wrapper03 .section-about__text{
        padding: 0 6% 0 0;
        width: 45%;
        margin-top: 100px;
    }
}