@charset "utf-8";


/* COMPANY */
.company-philosophy{
    padding: 15px 0 0;
    background-color: #fff;
}
.company-philosophy .wrap{
    max-width: 1200px;
}
.company-philosophy__section{
    text-align: center;
}
.company-philosophy__main,
.company-philosophy__items{
    position: relative;
    z-index: 0;
}
.company-philosophy__main::before,
.company-philosophy__items::before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 170px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    pointer-events: none;
}
.company-philosophy__section--mission{
    padding: 0 0 150px;
}
.company-philosophy__section--mission .company-philosophy__main::before{
    width: 86%;
    background-image: url(img/company/mission-bg-text.svg);
}
.company-philosophy__section--vision{
    padding: 0 0 155px;
}
.company-philosophy__section--vision .company-philosophy__items::before{
    width: 70%;
    background-image: url(img/company/vision-bg-text.svg);
}
.company-philosophy__section--value{
    padding: 0;
}
.company-philosophy__section--value .company-philosophy__items::before{
    width: 70%;
    background-image: url(img/company/value-bg-text.svg);
}
.company-philosophy__label{
    margin-bottom: 42px;
}
.company-philosophy__label.subtitle::after{
    margin-right: auto;
    margin-left: auto;
}
.company-philosophy__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.company-philosophy__main{
    font-size: 37px;
    font-weight: bold;
    line-height: 1.9;
    letter-spacing: 0.12em;
}
.company-philosophy__items--vision{
    justify-content: space-between;
}
.company-philosophy__items--vision .company-philosophy__item{
    width: 31%;
}
.company-philosophy__items--value{
    gap: 90px;
}
.company-philosophy__items--value .company-philosophy__item{
    width: 32%;
}
.company-philosophy__tag{
    margin-bottom: 18px;
    color: #ae0d23;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.06em;
}
.company-philosophy__text{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.12em;
}

@media screen and (max-width: 991px){
    .company-philosophy{
        padding-top: 0;
    }
    .company-philosophy__section--mission{
        padding-bottom: 110px;
    }
    .company-philosophy__section--vision{
        padding-bottom: 110px;
    }
    .company-philosophy__main::before,
    .company-philosophy__items::before{
        height: 130px;
    }
    .company-philosophy__section--mission .company-philosophy__main::before,
    .company-philosophy__section--vision .company-philosophy__items::before,
    .company-philosophy__section--value .company-philosophy__items::before{
        width: 90%;
    }
    .company-philosophy__label{
        margin-bottom: 30px;
        font-size: 18px;
    }
    .company-philosophy__main{
        font-size: 28px;
    }
    .company-philosophy__items--vision,
    .company-philosophy__items--value{
        gap: 35px 0;
    }
    .company-philosophy__items--vision .company-philosophy__item,
    .company-philosophy__items--value .company-philosophy__item{
        width: 100%;
    }
    .company-philosophy__tag{
        margin-bottom: 8px;
        font-size: 18px;
    }
    .company-philosophy__text{
        font-size: 25px;
    }
}

@media screen and (max-width: 767px){
    .company-philosophy__section--mission,
    .company-philosophy__section--vision{
        padding-bottom: 60px;
    }
    .company-philosophy__main::before,
    .company-philosophy__items::before{
        height: 90px;
    }
    .company-philosophy__label{
        margin-bottom: 22px;
        font-size: 14px;
    }
    .company-philosophy__main{
        font-size: 20px;
        line-height: 1.8;
        letter-spacing: 0.08em;
    }
    .company-philosophy__items--vision,
    .company-philosophy__items--value{
        gap: 28px 0;
    }
    .company-philosophy__tag{
        font-size: 15px;
    }
    .company-philosophy__text{
        font-size: 19px;
        line-height: 1.7;
        letter-spacing: 0.08em;
    }
}
