.title {
    color: #D92729;
    font-size: 90px;
    font-weight: lighter;
    letter-spacing: 45px;
    margin-bottom: 250px;
    text-align: center;
}
.sub-title {
    font-size: 25px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: lighter;
}
.letter-space_none {
    letter-spacing: 0;
}
.eye-catch {
    margin: 170px 0 250px;
}
.about_phy {
    text-align: center;
    width: 900px;
    margin: 0 auto;
    font-size: 15px;
}
.content-box {
    width: 100%;
}
.content-box_label {
    background-color: #D92729;
    color: #fff;
    height: 350px;
    margin-bottom: 0;
    padding: 0 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.content-label_evennumber {
    background-color: #fff;
    color: #000;
    height: 350px;
    padding: 0 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-label_evennumber_box {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    align-items: center;
    width: 100%;
}
/* .content-title_box {
    width: 350px;
} */
.content-title {
    font-size: 25px;
    font-weight: lighter;
}
.content-title_number {
    font-size: 50px;
    font-weight: lighter;
}
.content-title_number::after {
    content: "\A" ;
    white-space: pre ;
}
.content-text {
    line-height: 20px;
    font-size: 14px;
}


@media screen and (max-width:1024px) {
    .eye-catch {
        margin: 150px 0 150px;
    }
    .title {
        margin-bottom: 150px;
        font-size: 50px;
        letter-spacing: 30px;
        top: 41px;
    }
    .about_phy {
        width: 90%;
    }
    .content-box_label {
        height: 250px;
        padding: 0 10%;
    }
    .content-box_label {
        padding: 0 10%;
    }
    .content-label_evennumber {
        height: 250px;
        padding: 0 10%;
    }
    .content-title_number {
        font-size: 30px;
    }
    .content-title {
        font-size: 20px;
    }
    .content-text {
        line-height: 17px;
        font-size: 12px;
    }
}


@media screen and (max-width:768px) {
    .eye-catch {
        margin: 150px 0 150px;
    }
    .about_phy {
        width: 90%;
        margin: 0 auto;
        font-size: 15px;
    }
    .title {
        margin-bottom: 100px;
        font-size: 50px;
        letter-spacing: 15px;
        top: 25px;
    }
    .sub-title {
        width: 90%;
        font-size: 20px;
    }
    .content-title {
        font-size: 20px;
    }
    .content-title_number {
        font-size: 30px;
    }
    .content-text_box {
        /* width: 300px; */
    }
    .content-text {
        line-height: 17px;
        font-size: 12px;
    }
}

@media screen and (max-width:414px) {
    .title {
        font-size: 15px;
    }
    .eye-catch {
        margin: 100px 0 100px;
    }
    br {
        display: none;
    }
    .content-box_label {
        position: relative;
    }
    .content-label {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .content-label_evennumber {
        position: relative;
    }
    .content-label_evennumber_box {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .content-title_box {
        margin-bottom: 20px;
        padding: 0 5%;
        width: unset;
    }
    .content-title {
        display: flex;
        font-size: 18px;
    }
    .content-title_number {
        font-size: 20px;
        margin-right: 5px;
    }
    .content-text_box {
        width: unset;
        padding: 0 5%;
    }
    .content-text {
        line-height: 17px;
        font-size: 12px;
        display: inline-block;
        text-align: left;
    }
}