@charset "UTF-8";

.pagePhilosophy {
    margin-bottom: 50px;
}

.pagePhilosophy .main_visual_box {
    position: relative;
    width: 100%;
    height: 260px;
    margin: 20px 0 40px;
    background: url(../images/philosophy/img_01.jpg) no-repeat right center;
    background-size: cover;
}

.pagePhilosophy .main_visual_box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: black;
    background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
}

.pagePhilosophy .main_visual_box .catch_copy {
    position: absolute;
    top: 50%;
    left: 5%;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pagePhilosophy .main_text {
    padding-bottom: 30px;
}

.pagePhilosophy .main_text p {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
}

.pagePhilosophy .box {
    position: relative;
    padding: 260px 0 20px;
}

.pagePhilosophy .box::before {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 260px;
}

.pagePhilosophy .box .text_box {
    padding: 30px 7%;
}

.pagePhilosophy .box .text_box .ttl {
    margin-bottom: 20px;
    font-size: 19px;
    font-size: 1.9rem;
}

.pagePhilosophy .box_01::before {
    background: url(../images/philosophy/img_02.jpg) no-repeat center center;
    background-size: cover;
}

.pagePhilosophy .box_02::before {
    background: url(../images/philosophy/img_03.jpg) no-repeat center center;
    background-size: cover;
}

.pagePhilosophy .box_03::before {
    background: url(../images/philosophy/img_04.jpg) no-repeat center center;
    background-size: cover;
}

.pagePhilosophy .box_04::before {
    background: url(../images/philosophy/img_05.jpg) no-repeat center center;
    background-size: cover;
}

.pagePhilosophy .box_05::before {
    background: url(../images/philosophy/img_06.jpg) no-repeat center center;
    background-size: cover;
}

@media (min-width: 769px) {
    .pagePhilosophy {
        margin-bottom: 200px;
    }
    .pagePhilosophy .main_visual_box {
        height: 555px;
        margin: 30px 0 60px;
    }
    .pagePhilosophy .main_visual_box::before {
        display: none;
    }
    .pagePhilosophy .main_visual_box .catch_copy {
        left: 50%;
        color: #fff;
        font-size: 38px;
        font-size: 3.8rem;
        line-height: 1.5;
        -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
    }
    .pagePhilosophy .main_text {
        padding-bottom: 50px;
        text-align: center;
    }
    .pagePhilosophy .main_text p {
        margin-bottom: 20px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .pagePhilosophy .box {
        height: 550px;
        margin-bottom: 100px;
        padding: 0;
    }
    .pagePhilosophy .box::before {
        width: 70%;
        height: 550px;
    }
    .pagePhilosophy .box .text_box {
        position: absolute;
        top: 50%;
        z-index: 1;
        width: 40%;
        padding: 35px 35px 40px;
        background: rgba(248, 248, 248, 0.75);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .pagePhilosophy .box .text_box .ttl {
        margin-bottom: 25px;
        font-size: 20px;
        font-size: 2rem;
    }
    .pagePhilosophy .text_right::before {
        left: 0;
    }
    .pagePhilosophy .text_right .text_box {
        right: 5%;
    }
    .pagePhilosophy .text_left::before {
        right: 0;
    }
    .pagePhilosophy .text_left .text_box {
        left: 5%;
    }
}
