@charset "utf-8";

/* ======================
otherMenu .carousel
====================== */
.carousel__lifeItem:first-of-type {
    margin-left: 0;
}

.carousel__lifeItem img {
    /* width: 85%; */
    width: 300px;
    height: auto;
    object-fit: cover;
}

.carousel__content:first-of-type {
    margin-top: 15px;
}

.section__illustration {
    margin-top: 100px;
}

/* .section pc */
.decoration4_pc {
    display: none;
}

/* .about pc */
@media screen and (min-width: 600px) {
    .decoration4_sp {
        display: none;
    }

    .decoration4_pc {
        display: block;
    }
}/* pc 600px */

/* ======================
.about
====================== */
.about {
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 20px;
}

.about__item {
    margin: 0 auto;
}

.about__img img {
    max-width: 70%;
    margin: 0 auto;
}

.about__img img:nth-child(2) {
    display: block;
    max-width: 170px;
    margin-top: 30px;
}

.about__name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 40px;
}

.about__txt {
    max-width: 1280px;
    padding: 0px 13.8%;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.8;
}

.about__txtSkills {
    font-size: 1.3rem;
    color: #a095aa;
}

/* .about pc */
@media screen and (min-width: 990px) {
    .about {
        padding: 0px 13.8%;
        margin-top: 60px;
    }

    .about__item {
        display: flex;
        align-items: center;
        gap: 40px;
    }

    .about__content {
        width: 60%;
    }

    .about__img img {
        width: 500px;
    }

    .about__img img:nth-child(2) {
        max-width: 190px;
        margin-top: 30px;
    }

    .about__name {
        font-size: 2.2rem;
        font-weight: 700;
        text-align: center;
        margin-top: 0;
    }

    .about__txt {
        text-align: left;
        margin-top: 20px;
        padding: 0 0;
    }
}/* pc 990px */

/* ======================
.appeal
====================== */
.section--appeal {
    margin-top: 110px;
}

.appeal {
    display: flex;
    gap: 20px;
    margin: 0 auto;
}

.appeal:nth-child(2) {
    margin-top: 110px;
}

.appeal__title img {
    min-width: 50px;
}

.appeal__content {
    max-width: 1280px;
    margin: 0 auto;
}

.appeal__contenGroup {
    margin-top: 40px;
}

.appeal__contenGroup:first-of-type {
    margin-top: 0;
}

.appeal__year {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    text-align: left;
}

.appeal__txt_title {
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 700;
    text-align: left;
}

.appeal__txt {
    font-size: 1.5rem;
    font-style: normal;
    text-align: left;
    width: 95%;
    margin-top: 9px;
    line-height: 1.9;
}

/* .appeal pc */
@media screen and (min-width: 769px) {
    .appeal {
        gap: 40px;
        max-width: 1280px;
        padding: 0px 13.8%;
        margin-top: 60px;
    }

    .appeal__title img {
        min-width: 86px;
    }
    .section--appeal {
        margin-top: 200px;
    }

    .appeal__name p {
        font-family: Arial;
        font-size: 4.8rem;
        margin-top: 14px;
    }
}/* pc 769px */

@media screen and (min-width: 1100px) {
    .appeal__contenGroup {
        width: 100%;
        margin-top: 70px;
    }

    .appeal__content {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        margin-left: 20px;
    }

    .appeal:nth-child(2) {
        margin-top: 150px;
    }

    .appeal__year {
        font-size: 2.0rem;
        font-style: normal;
        font-weight: 700;
        width: 20%;
    }

    .appeal__txt_title {
        font-size: 1.7rem;
        font-style: normal;
        font-weight: 700;
        width: 20%;
    }

    .appeal__txt {
        font-style: normal;
        width: 75%;
        margin-top: 0;
        margin-left: 30px;
    }
}/* pc 1100px */
/* ======================
.otherMenu
====================== */
.section__otherMenu {
    margin-top: 80px;
}

.section__photograph,
.section__life,
.section__works {
    margin-top: 70px;
}

.works__btn {
    width: 93%;
    padding-right: 2.5%;
    margin-top: 1%;
}

.decoration5_sp {
    margin-top: 60px;
}

.decoration5_pc {
    display: none;
}

/* .otherMenu pc */
@media screen and (min-width: 600px) {
    .decoration5_sp {
        display: none;
    }

    .decoration5_pc {
        display: block;
        margin-top: 100px;
    }
}/* pc 600px */

@media screen and (min-width: 769px) {
    .section__otherMenu {
    padding: 0 100px;
    margin-top: 150px;
    }

    .section__photograph,
    .section__life,
    .section__works {
        margin-top: 100px;
    }
}/* pc 769px */
