@charset "utf-8";

.nav__list {
    color: var(--font-white);
}

/*========= PHILOSOPHY ===============*/
.section--philosophy {
    position: relative;
    margin-top: 0;
    padding: 0;
}

.philosophy__contents02 {
    padding: 0 7%;
    display: flex;
    flex-direction: row-reverse;
    margin: 10% auto 0;
    gap: 5em;
}

.philosophy__contents02 h4 {
    margin-top: 1em;
    width: 23em;
}

.philosophyImg02,
.aboutvisionImg {
    width: 48%;
}

/*****  PHILOSOPHY SP *****/
@media screen and (max-width: 768px){
    .philosophy__txt {
        font-size: 1.3rem;
        left: 3vw;
        bottom: 3vw;
        max-width: 80vw;
    }

    .philosophy__txt h3 {
        font-size: 2.4rem;
        margin: 0;
    }

    .philosophyImg {
        width: 100vw;
        min-width: 0;
    }

    .philosophy__contents {
        aspect-ratio: 16/10;
    }
} /* PHILOSOPHY SP 768px */

@media screen and (max-width: 375px){
    .philosophy__txt h3 {
        font-size: 2rem;
    }

    .philosophy__txt p {
        font-size: 1rem;
    }
} /* PHILOSOPHY SP 375px */

/*========= philosophy CONTENTS02 ===============*/
.philosophy__contents02 {
    display: flex;
    margin: 6% auto 0;
    padding: 0 9%;
    gap: 5em;
    justify-content: center;
}

.philosophy__contents02 .philosophy__topic {
    width: 97%;
    min-width: 280px;
}

.philosophy__contents02 h4 {
    margin-top: 1.5em;
    width: 23em;
}

.philosophy__txt {
    width: 40%;
}

.philosophy__txt h4 {
    line-height: 1.7;
}

.philosophyImg02 {
    width: 60%;
    min-width: 200px;
    aspect-ratio: 4/3;
    object-fit: contain;
}

/* philosophy SP */
@media (max-width: 1120px) {
    .philosophy__txt {
        width: 45%;
    }

    .philosophyImg02 {
        width: 76%;
    }
} /* philosophy SP 1120px */

@media (max-width: 960px) {
    .philosophy__contents02 {
        padding: 0 7%;
        gap: 2.5em;
    }

    .philosophy__contents02 .philosophy__topic {
        width: 100%;
    }

    .philosophy__contents02 h4 {
        margin-top: 1.5em;
        width: 22em;
    } 
}/* philosophy SP 960px */

@media (max-width: 768px) {
    .philosophy__topic {
        width: 96%;
    }

    .philosophy__topic .btn {
        margin: 2rem auto;
    }

    .philosophy__txt {
        width: 100%;
        max-width: 560px;
    }

    .philosophy__contents02 {
        display: block;
        padding: 0 5%;
        margin-top: 3em;
    }

    .philosophy__contents02 .title {
        width: initial;
    }

    .philosophy__contents02 .philosophy__topic {
        width: 81%;
        min-width: 0;
        margin: 0 auto 3em auto;
    }

    .philosophyImg02 {
        max-width: 560px;
        margin: 0 auto;
    }

} /* philosophy SP 768px */

@media (max-width: 540px) {
    .philosophy__contents02 {
        padding: 0 2%;
    }

    .philosophy__contents02 .philosophy__topic {
        width: 92%;
    }

    .philosophy__contents02 .philosophy__topic,
    .philosophyImg03 {
        max-width: 100%;
    }

    .philosophyImg03 {
        width: 80%;
    }
} /* philosophy SP 540px */

@media (max-width: 425px) {
    .philosophy__txt {
        max-width: 100%;
    }

    .philosophy__contents02 h4 {
        width: 21em;
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .philosophy__contents02 .philosophy__topic {
        margin: 0 auto 1.5em auto;
    }
} /* philosophy SP 425px */

/*========= VISION CONTENTS02===============*/
.vision__contents {
    display: flex;
    padding: 0 7%;
    gap: 5em;
    justify-content: center;
}

.vision__contents .vision__topic {
    width: 97%;
    min-width: 280px;
}

.vision__contents h4 {
    margin-top: 1.5em;
    width: 21em;
}

.vision__txt {
    width: 40%;
}

.vision__txt h4 {
    line-height: 1.7;
}

.visionImg {
    width: 79%;
    min-width: 200px;
    aspect-ratio: 4/3;
    object-fit: contain;
}

/* vision SP */
@media (max-width: 1120px) {
    .vision__txt {
        width: 45%;
    }

    .visionImg {
        width: 76%;
    }
} /* vision SP 1120px */

@media (max-width: 960px) {
    .vision__contents {
        padding: 0 7%;
        gap: 2.5em;
    }

    .vision__contents .vision__topic {
        width: 100%;
        margin: 0 auto 3em auto;
    }

    .vision__contents h4 {
        margin-top: 1.5em;
        width: 16em;
    }

}/* vision SP 960px */

@media (max-width: 768px) {
    .vision__topic {
        width: 96%;
    }

    .vision__topic .btn {
        margin: 2rem auto;
    }

    .vision__txt {
        width: 100%;
        max-width: 560px;
    }

    .vision__contents {
        display: block;
        padding: 0 5%;
        margin-top: 3em;
    }

    .vision__contents .title {
        width: initial;
    }

    .vision__contents .philosophy__topic {
        width: 81%;
        min-width: 0;
        margin: 0 auto 3em auto;
    }

    .vision__contents h4 {
        width: 26em;
    }

    .visionImg {
        max-width: 560px;
        margin: 0 auto;
    }

} /* vision SP 768px */

@media (max-width: 540px) {
    .vision__contents {
        padding: 0 2%;
    }

    .vision__contents .vision__topic {
        width: 92%;
    }

    .vision__contents .vision__topic {
        max-width: 100%;
    }

    .visionImg {
        width: 85%;
    }

} /* vision SP 540px */

@media (max-width: 425px) {
    .vision__txt {
        max-width: 100%;
    }

    .vision__contents h4 {
        width: 12em;
        font-size: 1.8rem;
        line-height: 1.8;
    }

    .vision__contents .vision__topic {
        margin: 0 auto 1.5em auto;
    }
} /* vision SP 425px */

/*========= BELIEF ===============*/
.section--belief h4 {
    text-align: center;
    color: var(--main-blue);
}

.belief__list {
    display: flex;
    justify-content: center;
    margin: 4em auto 0;
    gap: 3em;
}

.belief__txt {
    font-size: 2rem;
    line-height: 2;
    color: var(--accent02);
    background: var(--gradient);
    width: fit-content;
}

.belief__img {
    width: 320px;
    height: 320px;
    border: 0.5px solid rgba(var(--font-black-rgb), 0.5);
    box-shadow: 0 0 8px rgba(var(--accent02-rgb), 0.2);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.belief__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.belief__item:nth-child(1) .belief__img::before {
    background: url('../images/belief01.webp') center / cover;
}

.belief__item:nth-child(2) .belief__img::before {
    background: url('../images/belief02.webp') center / cover;
}

.belief__item:nth-child(3) .belief__img::before {
    background: url('../images/belief03.webp') center / cover;
}

.belief__contents p {
    width: 322px;
}

/***** BELIEF SP *****/
@media screen and (max-width: 1024px){
    .belief__list {
        flex-wrap: wrap;
    }

    .belief__img {
        width: 244px;
        height: 244px;
    }

    .belief__contents p {
        width: 252px;
        font-size: 1.4rem;
    }

    .belief__txt {
        font-size: 1.8rem;
    }

} /* BELIEF SP 1024px */

@media screen and (max-width: 768px){
    .belief__txt {
        font-size: 1.4rem;
    }

    .belief__contents p {
        width: 239px;
        font-size: 1.2rem;
        line-height: 2;
    }

} /* BELIEF SP 768px */

@media screen and (max-width: 480px) {
    .belief__list {
        margin: 2em auto 0;
    }
} /* BELIEF SP 480px */

/*========= COMPANY ===============*/
.section--company {
    margin-top: 5%;
    padding: 5% 0;
    text-align: center;
    background: var(--font-black);
}

#company .en,
.company__contents {
    color: var(--font-white);
}

#company .ruby {
    color: rgba(var(--font-white-rgb), 0.7);
}

.company__contents {
    width: 100%;
    width: 50%;
    margin: 4em auto 0;
}

.company__item {
    display: flex;
    border-bottom: 1px solid rgba(var(--font-white-rgb), 0.3);
    padding: 3em 0;
}

.company__item:last-child {
    border-bottom: none;
}

.company__label {
    flex: 0 0 16em;
    text-align: left;
    line-height: 2;
}

.company__text {
    flex: 1;
    line-height: 2;
    text-align: left;
}

/*****  COMPANY SP *****/
@media screen and (max-width: 1024px) {
    .company__contents {
        width: 65%;
    }

    .company__label {
        flex: 0 0 11em;
    }
} /* COMPANY SP 1024px */

@media screen and (max-width: 768px) {
    .company__contents {
        margin: 2em auto 0;
    }

    .company__item {
        flex-direction: column;
        padding: 2em 0;
    }
    
    .company__label {
        flex: none;
        margin-bottom: 0.5em;
        font-size: 1.4rem;
    }
    
    .company__text {
        font-size: 1.4rem;
    }
} /* COMPANY SP 768px */

@media screen and (max-width: 480px) {
    .company__contents {
        width: 80%;
    }
    
    .company__label {
        font-size: 1.3rem;
    }
    
    .company__text {
        font-size: 1.2rem;
        line-height: 1.5;
    }
} /* COMPANY SP 480px */