

/* PAGE */

.about__primary .sec__container {
    width: 92%;
    max-width: 950px;
    margin: 0 auto;
}

.about__primary .sec__container .about__flex_container {
    margin-top: 50px;
}

.about__primary .sec__container .about__flex_container .about__flex_inner {
    display: flex;
    justify-content: space-between;
}

.about__primary .sec__container .about__flex_box:first-child {
    width: 25.4%;
}

.about__primary .sec__container .about__flex_box:nth-child(2) {
    width: 72.7%;
}

.about__primary .sec__container .about__flex_box:nth-child(2) .about__title {
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: 500;
    color: #0273ba;
    margin-bottom: 10px;
}

.about__primary .sec__container .about__flex_box:nth-child(2) .about__txt {
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #4d4d4d;
}

.about__name {
    font-family: 'Noto Serif JP';
    font-size: 20px;
    margin-top: 10px;
    line-height: 28px;
    font-weight: 500;
    color: #0273ba;
}

.about__name .about__post {
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 8px;
}

.about__energy .sec__container {
    padding-bottom: 140px;
}

.about__try {
    max-width: 986px;
    margin: 50px auto 0;
}

.about__try h3 {
    font-family: 'Noto Serif JP';
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #0273ba;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.about__try h3:before {
    content: "";
    width: 31px;
    height: 34px;
    margin-right: 10px;
    display: inline-block;
    background: url(../img/mitsu_eff.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.about__try_container {
    display: flex;
    justify-content: space-between;
}

.about__try_box:first-child {
    width: 34.7%;
}

.about__try_box:nth-child(2) {
    width: 65.3%;
}

.about__try_box:nth-child(2) ul {
    margin: 0;
    padding: 0;
}

.about__try_box:nth-child(2) ul li {
    list-style: none;
    padding: 16.5px 0 16.5px 30px;
    border-top: 1px solid rgba(129, 129, 129, 1);
}

.about__try_box:nth-child(2) ul li p {
    font-family: 'Noto Serif JP';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.777;
}

.about__try_box:nth-child(2) ul li:last-child {
    border-bottom: 1px solid rgba(129, 129, 129, 1);
}

.about__voice {
    background: url(../img/voice_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.about__voice .sec__container {
    padding-bottom: 75px;
}




@media screen and (max-width: 768px) {


    /* PAGE */

    .about__primary .sec__container {
        padding-top: 18px;
    }

    .about__primary .sec__container .about__flex_container {
        margin-top: 45px;
    }

    .about__primary .sec__container .about__flex_container .about__flex_inner {
        display: flex;
        flex-direction: column;
    }

    .about__primary .sec__container .about__flex_box:first-child {
        width: 80%;
        margin: 0 auto;
    }

    .about__primary .sec__container .about__flex_box:nth-child(2) {
        width: 100%;
        margin-top: 40px;
    }

    .about__name {
        margin-top: 25px;
    }

    .about__energy .sec__container {
        padding-top: 90px;
        padding-bottom: 110px;
    }

    .about__energy .sec__container .sec__txt {
        margin-top: 15px;
    }

    .about__try {
        margin-top: 55px;
    }

    .about__try_container {
        flex-direction: column;
        align-items: center;
    }

    .about__try_box:first-child {
        width: 100%;
    }

    .about__try_box:nth-child(2) {
        width: 100%;
        margin-top: 30px;
    }

    .about__try_box:nth-child(2) ul li {
        list-style: none;
        padding: 16.5px 0 16.5px 0px;
        border-top: 1px solid rgba(129, 129, 129, 1);
    }

    .about__try_box:nth-child(2) ul li p {
        text-indent: -1em;
        padding-left: 1em;
    }


    .about__voice {
        background: url(../img/voice_bg_sp.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .voice__container .voice__inner {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .voice__container .voice__inner .voice__box {
        width: 100%;
        margin-bottom: 30px;
    }


}
