@charset "UTF-8";

/*==========================
Article header
==========================*/
.article__header {
    margin-top: 58px;
    padding: 60px 6.6%;
    background: radial-gradient(103.71% 66.18% at 50% 50%, #FFF1DB 0%, #FFFBFB 0.01%, #FFF 64.41%, #FFFEFE 75.34%, #FFF1DB 97.19%);
    position: relative;
}

.article__header::before {
    content: "";
    position: absolute;
    background-image: url(../img/item1.svg);
    background-size: cover;
    width: 125px;
    height: 113px;
    left: 57px;
    top: -4px;
    transform: translateX(-50%);
}

.article__header::after {
    content: "";
    position: absolute;
    background-image: url(../img/item2.svg);
    background-size: cover;
    width: 93px;
    height: 125px;
    right: -38px;
    bottom: -40px;
    transform: translateX(-50%);
}

.header__container {
    margin-top: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header__txt {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.header__title {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.header__txt--en {
    color: #454545;
    font-family: "Sorts Mill Goudy";
    font-size: 1.8rem;
    font-weight: 400;
}

.header__txt--ja {
    font-family: "Noto Serif JP";
    font-size: 2.4rem;
    font-weight: 500;
}

.header__txt--main {
    font-size: 1.8rem;
    font-weight: 400;
}

.header__txt--sub {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.65;
    text-align: left;
}

.header__img {
    margin-top: 29px;
    width: 257px;
    height: 227px;
}

/* Article pc */
@media screen and (min-width:769px) {
    .article__header {
        margin-top: 111px;
        padding: 94px 13.4%;
        background: radial-gradient(103.71% 66.18% at 50% 50%, #FFF1DB 0%, #FFFBFB 0.01%, #FFF 64.41%, #FFFEFE 75.34%, #FFF1DB 97.19%);
    }

    .article__header::before {
        width: 166px;
        left: 78px;
        top: -26px;
        transform: translateX(-50%);
    }

    .article__header::after {
        width: 147px;
        height: 147px;
        right: -65px;
        bottom: -22px;
    }

    .header__container {
        flex-direction: row;
        justify-content: space-between;
    }

    .header__txt {
        justify-content: center;
        align-items: center;
    }

    .header__txt--en {
        font-size: 2.4rem;
    }

    .header__txt--ja {
        font-size: 3.2rem;
    }

    .header__txt--main {
        font-size: 2.8rem;
    }

    .header__txt--sub {
        font-size: 1.8rem;
    }

    .header__img {
        margin-top: 0;
        margin-left: 63px;
        width: 291px;
        height: 257px;
    }
}

/*==========================
Business
==========================*/
.section--business {
    padding: 40px 10.6%;
    background-color: #FBFBFB;
}

.section--business .title__ja {
    text-align: center;
}

.about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: stretch;
    gap: 21px;
}

.about__item {
    padding: 35px 20px;
    border-radius: 20px;
    border: 2px solid #FFB6AB;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(255, 118, 88, 0.25);
}

.about__item:first-child {
    margin-top: 21px;
}

.about__item h3 {
    margin-top: 18px;
    font-size: 2rem;
    font-weight: 500;
}

.about__item p {
    margin-top: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: justify;
}

/* Business */
@media screen and (min-width:769px) {
    .section--business {
        padding: 60px 14.2%;
    }

    .about {
        gap: 32px;
    }

    .about__item {
        padding: 40px 68px;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
        position: relative;
    }

    .about__img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 150px;
        width: 150px;
        flex-shrink: 0;
    }

    .about__img img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
        margin: auto;
    }

    .about__txt {
        flex: 1;
        text-align: left;
        padding-left: 53px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .about__item:first-child {
        margin-top: 32px;
    }

    .about__item h3 {
        margin-top: 0;
    }

    .about__item p {
        margin-top: 10px;
        font-size: 1.8rem;
    }

}

/*==========================
Features
==========================*/
.section--features {
    padding: 40px 10.6%;
}

.section--features .title__ja {
    text-align: center;
}

.features {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: stretch;
    gap: 21px;
}

.features__item {
    position: relative;
    padding: 30px 22px;
    border-radius: 20px;
    background: #EEE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.features__item:first-child {
    margin-top: 21px;
}

.features__img-container {
    width: 211px;
    height: 211px;
    padding: 50px 31px 45px 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
}

.features__txt {
    margin-top: 21px;
    display: flex;
    padding: 42px 20px 30px 20px;
    flex-direction: column;
    border-radius: 20px;
    background: #FFF;
}

.features__txt h3 {
    text-align: left;
    color: #CE4646;
    font-size: 2rem;
    font-weight: 400;
}

.features__txt p {
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
}

/* Features */
@media screen and (min-width:769px) {
    .section--features {
        padding: 60px 14.1%;
    }

    .features {
        gap: 32px;
    }

    .features__item:first-child {
        margin-top: 32px;
    }

    .features__item {
        padding: 35px 40px;
        flex-direction: row;
        gap: 35px;
    }

    .features__item:nth-child(2) {
        flex-direction: row-reverse;
    }

    .features__img-container {
        flex-shrink: 0;
        width: 223px;
        height: 223px;
    }

    .features__txt {
        padding: 30px;
        margin-top: 0;
        text-align: left;
        flex: 1;
    }

    .features__txt h3 {
        text-align: left;
        font-size: 2.4rem;
    }

    .features__txt p {
        font-size: 1.8rem;
    }
}

/*==========================
Team
==========================*/
.section--team {
    padding: 40px 4.5%;
    background-color: #FEFCF7;
}

.section--team .title__ja {
    text-align: center;
}

.img_sp {
    margin-top: 21px;
}

.img_pc {
    display: none;
}

/* Team */
@media screen and (min-width:769px) {
    .section--team {
        padding: 60px 14.1%;
    }

    .img_sp {
        display: none;
    }

    .img_pc {
        display: block;
        margin-top: 32px;
    }
}