@charset "utf-8";
.top_header {
    background: rgba(255, 255, 255, 0.8);
}

.location_headding_bg {
    background-image: url("../images/location_bg.png");
    padding-top: 88px;
}

.explain_contents_flex {
    display: flex;
    justify-content: center;
}

.explain_contents_text {
    padding: 100px 0 0 30px;
    border-left: 1px solid #7E7F74;
    margin-left: 70px;
}

.explain_color {
    background: #F8F7F5;
}

.explain_width,.explain_width_2 {
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#explain_contents_1 {
    padding-bottom: 200px;
    padding-top: 170px;
}

.explain_contents_text h2 {
    padding-bottom: 20px;
    font-size: 1.9rem;
    color: #A6192E;
    font-family: TsukuminPr6-M;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.explain_contents_text p {
    color: #000000;
}

.explain_right_contents {
    position: absolute;
    right: 0;
}

.fade {
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 3s;
    -moz-transition: all 1 .5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}

.fade_on {
    opacity: 1;
}

.small_headding {
    font-size: 1.3rem;
}

.explain_contents_text_area {
    position: absolute;
    color: #ffffff;
    top: 47px;
    padding: 0 2% 100px;
    max-width: 800px;
    width: 80%;
}

.area_1 {
    background: #ffffff;
    right: 0;
}

.area_2 {
    background: #ffffff;
    left: 0;
    z-index: 2;
    top: 70px !important;
}

#explain_contents_2 .explain_contents {
    text-align: right;
}


/* life_informmation */

#life_informmation_top {
    background: #E8E6DF;
}

.life_informmation_contents {
    max-width: 1050px;
    margin: 0 auto;
}

.life_informmation_headding {
    text-align: center;
    padding: 70px 0 30px;
}

.life_informmation_headding p {
    color: #A6192E;
}

.life_informmation_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 70px;
}

.life_informmation_flex h3 {
    color: #A6192E;
    padding-top: 15px;
    font-family: TsukuminPr6-M;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    line-height: 23px;
}

.education,
.chemical,
.finance {
    margin-top: 50px;
}

.information_flex_contents {
    width: 23%;
    margin: 0 5px;
}

#life_iniformation_under {
    background: #ffffff;
}

.common_list h3 {
    color: #A6192E;
    font-family: TsukuminPr6-M;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.5rem;
}

.life_headding{
    text-align: center;
    margin-bottom: 5px;
}

.iniformation_under_flex {
    padding-top: 120px;
    display: flex;
    justify-content: space-between;
    max-width: 1050px;
    margin: 0 auto 80px;
}

.first_info_list {
    margin-top: 25px;
}

.iniformation_under_left,
.iniformation_under_right {
    width: 45%;
}

.iniformation_under_flex dl {
    display: flex;
    justify-content: space-between;
    padding: 3px 10px;
}

.back_gray {
    background: #DFDCD4;
}

@media screen and (min-width: 769px) {
    .fade {
        height: 100vh;
    }
}

@media screen and (max-width: 768px) {
    .area_1 {
        right: 0;
        left: 0;
    }
    .area_2 {
        right: 0;
        top: 28px !important;
    }
    .explain_contents_text {
        margin-left: 30px;
    }
    .explain_contents_text h2 {
        font-size: 3.2vw;
    }
    .explain_contents_text p {
        font-size: 1.8vw;
    }
    .explain_contents_text_area {
        padding: 0 2% 70px;
        margin: 0 auto;
    }
    .iniformation_under_flex {
        flex-direction: column;
    }
    .iniformation_under_left,
    .iniformation_under_right {
        width: 70%;
        margin: 0 auto;
    }
    .park {
        margin-top: 50px;
    }
}

@media screen and (max-width: 480px) {
    .explain_contents_text_area {
        padding: 0 2% 50px;
        position: relative;
        top: 0;
        margin: 0;
    }
    .explain_contents_text {
        padding: 50px 0 0 30px;
        margin-left: 10px;
    }
    #explain_contents_2 {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .explain_contents_2 {
        position: relative;
    }
    .area_2 {
        order: 2;
        top: 0 !important;
    }
    .change {
        order: 1;
    }
    #explain_contents_1 {
        padding-bottom: 70px;
    }
    .iniformation_under_flex {
        padding-top: 60px;
    }
    .explain_width_2{
        display: flex;
    flex-direction: column;
    }
    .sp_none {
        display: none;
    }
    .small_headding {
        padding-right: 5px;
    }
    .explain_contents_text p {
        font-size: 2.5vw;
    }
    .information_flex_contents {
        width: 45%;
    }
    .life_informmation_flex h3 {
        font-size: 1.0rem;
    }
    .life_informmation_flex p {
        font-size: 0.85rem;
    }
    #explain_contents_1 {
        padding-top: 60px;
    }
    .common_list dt,
    .common_list dd {
        width: 50%;
        font-size: 0.85rem;
    }
    .common_list dt {
        text-align: left;
    }
    .common_list dd {
        text-align: right;
    }
    .explain_contents_text_area {
        width: 100%;
    }
    .iniformation_under_left,
    .iniformation_under_right {
        width: 90%;
        margin: 0 auto;
    }
}