@charset "utf-8";
#aboutus_catch {
    background-image: url(../images/about_catch.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-top: 8.46%;
    padding-bottom: 0px;
}
#aboutus_catch_box {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
#aboutus_catch_midasi {
    padding-top: 3.84%;
    padding-right: 4.61%;
    padding-left: 4.61%;
    padding-bottom: 3.84%;
    background-color: hsla(206,61%,35%,0.85);
}
#aboutus_catch_midasi p {
    font-family: 'Noto Serif JP', serif;
    color: hsla(0,0%,100%,1.00);
    font-size: 26px;
    font-weight: 500;
    line-height: 2em;
    text-align: center;
}

#aboutus_catch_txt {
    padding-top: 3.07%;
    padding-right: 6.15%;
    padding-left: 6.15%;
    padding-bottom: 3.07%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px #E2DEF3;
    box-shadow: 0px 0px 10px #E2DEF3;
    margin-top: 2px;
}
#aboutus_catch_txt p {
    font-size: 15px;
    line-height: 2em;
}
#aboutus_strength {
}
#aboutus_strength ul {
    padding: 0;
    margin-top: 4.61%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    list-style-type: none;
    max-width: 1120px;
}
#aboutus_strength ul li {
    padding-top: 3.84%;
    padding-right: 4.61%;
    padding-left: 4.61%;
    padding-bottom: 3.84%;
    background-color: #f0f7fa;
    background-image: url(../images/about_strength_kado_l.svg),url(../images/about_strength_kado_r.svg);
    background-repeat: no-repeat;
    background-position: left top,right bottom;
    background-size: 10% auto;
    margin-bottom: 4.61%;
}
#aboutus_strength ul li:nth-child(2n) {
    background-color: #C0D0DA;
}

.aboutus_strength_midasi {
    display: flex;
    margin-bottom: 2.3%;
}
.aboutus_strength_num {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 1em;
    width: 72px;
    margin-right: 2.3%;
    font-weight: 300;
    background-color: #323333;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutus_strength_midasi h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    border-bottom: 1px solid #323333;
    padding-bottom: 8px;
    width: 100%;
    display: flex;
    align-items: center;
}

.about_strength_detailbox {
    display: flex;
}
.about_strength_detail_txtbox {
}

.about_strength_detail_txtbox p {
    font-size: 15px;
    line-height: 2em;
}
.about_strength_detail_imgbox {
    width: 90%;
    min-width: 184px;
    margin-left: 3.84%;
    max-width: 216px;
}
.about_strength_detail_imgbox img {
    width: 100%;
}
