.section_title_en{
    font-family: 'Oswald', sans-serif;
}

.section_title_en{
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    text-align: center;
}
.section_title_en::after{
    content: "";
    background-color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 400px;
    height: 2px;
}

.section_title_ja{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
    text-align: center;
}

/* 企業理念 */
.section_philosophy{
    background-image: url('../images/philosophy/philosophy_bg.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 120px;
}

.philosophy_logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    height: auto;
}

.philosophy_head{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 390px;
    height: auto;
}

.philosophy_text_box{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 620px;
}

.philosophy_text{
    display: block;
    width: 100%;
    height: auto;
}

.philosophy_img_box{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 820px;
}

.philosophy_img{
    display: block;
    width: 100%;
    height: auto;
}


/* ミッション */
.section_mission{
    background-image: url('../images/philosophy/mission_bg.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 120px;
}

.section_mission .section_title_en,
.section_mission .section_title_ja{
    color: #000;
}
.section_mission .section_title_en::after{
    background-color: #000;
}

.mission_head{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    width: 300px;
    height: auto;
}

.mission_copy{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    width: 475px;
    height: auto;
}

.mission_text{
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    margin-top: 30px;
    text-align: center;
}

/* 行動指針 */
.section_vision{
    background-image: url('../images/philosophy/vision_bg.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 90px;
}

.vision_head_wrap{
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 175px;
    position: relative;
}
.vision_head_wrap::before{
    content: "";
    background-image: url('../images/philosophy/vision_wave.svg');
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 412px;
    height: 152px;
}

.vision_head{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.vision_img_box{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 655px;
    position: relative;
}
.vision_img{
    display: block;
    width: 100%;
    height: auto;
}

/* SDGsへの取り組み */
.section_sustainability{
    background-image: url('../images/philosophy/sustainability_bg.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 150px;
}

.section_sustainability .section_title_en,
.section_sustainability .section_title_ja{
    color: #000;
}
.section_sustainability .section_title_en::after{
    background-color: #000;
}

.sustainability_head{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    width: 450px;
    height: auto;
}

.sustainability_copy{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 570px;
    height: auto;
}

.sustainability_img_box{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 440px;
}

.sustainability_img{
    display: block;
    width: 100%;
    height: auto;
}














@media screen and (max-width: 1024px){    
    .section_title_en{
        font-size: 36px;
    }
    .section_title_en::after{
        width: 380px;
    }
    
    .section_title_ja{
        font-size: 16px;
    }
    
    /* 企業理念 */
    .section_philosophy{
        background-image: url('../images/philosophy/philosophy_bg_sp.jpg');
    }

    .philosophy_head{
        width: 390px;
    }
    
    .philosophy_text_box{
        width: 380px;
    }
    
    .philosophy_img_box{
        width: 80%;
    }
    
    /* 行動指針 */
    .vision_img_box{
        width: 550px;
    }
    
    /* SDGsへの取り組み */
    .section_sustainability{
        background-image: url('../images/philosophy/sustainability_bg_sp.jpg');
    }
    
    .sustainability_copy{
        width: 415px;
    }
    
}












@media screen and (max-width: 599px){
    .section_title_en{
        font-size: 32px;
        letter-spacing: .2em;
    }
    .section_title_en::after{
        margin-top: 5px;
        width: 100%;
        height: 3px;
    }
    
    .section_title_ja{
        font-size: 15px;
        font-weight: bold;
    }
    
    /* 企業理念 */
    .section_philosophy{
        padding-top: 40px;
        padding-bottom: 100px;
    }
    
    .philosophy_logo{
        width: 210px;
    }
    
    .philosophy_head{
        width: 235px;
    }
    
    .philosophy_text_box{
        width: 275px;
    }
    
    .philosophy_text{
        display: block;
        width: 100%;
        height: auto;
    }
    
    .philosophy_img_box{
        margin-top: 35px;
        width: 84%;
    }
    
    
    /* ミッション */
    .section_mission{
        background-image: url('../images/philosophy/mission_bg_sp.jpg');
        padding-top: 95px;
        padding-bottom: 150px;
    }
    
    .section_mission .section_title_en::after{
        background-color: #f05050;
    }

    .mission_container{
        margin-left: auto;
        margin-right: auto;
        width: 84%;
    }

    .mission_head{
        width: 220px;
    }
    
    .mission_copy{
        margin-top: 25px;
        width: 275px;
    }

    
    /* 行動指針 */
    .section_vision{
        background-image: url('../images/philosophy/vision_bg_sp.jpg');
        padding-top: 90px;
        padding-bottom: 80px;
    }

    .vision_container{
        margin-left: auto;
        margin-right: auto;
        width: 84%;
    }
    
    .vision_head_wrap{
        margin-top: 25px;
        width: 120px;
    }
    .vision_head_wrap::before{
        width: 240px;
        height: 90px;
    }
    
    .vision_img_box{
        margin-top: 35px;
        width: 100%;
        max-width: 330px;
    }
    
    /* SDGsへの取り組み */
    .section_sustainability{
        padding-top: 95px;
        padding-bottom: 75px;
    }

    .sustainability_container{
        margin-left: auto;
        margin-right: auto;
        width: 84%;
    }

    .section_sustainability .section_title_en::after{
        background-color: #f05050;
    }
    
    .sustainability_head{
        margin-top: 25px;
        width: 165px;
    }
    
    .sustainability_copy{
        margin-top: 25px;
        width: 300px;
    }
    
    .sustainability_img_box{
        margin-top: 25px;
        width: 100%;
    }
}