@charset "UTF-8";
.about_wrap {
    width: 100%;
    max-width: 1212px;
    padding: 0 60px;
    margin: 0 auto;
}
.aboutTtl_wrap {
    padding-top: 210px;
}
.aboutTtl_wrap h1 {
    font-weight: bold;
    line-height: 1;
    font-size: 56px;
    color: #000F52;
}
.aboutTtl_wrap p {
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    color: #000F52;
    padding-top: 24px;
}
.aboutCnt_wrap {
    padding-top: 75px;
}
.aboutCnt_wrap.ver01 {
    padding-top: 110px;
}
.aboutCnt_in h2 {
    padding: 15px 20px 15px 66px;
    background: #fff;
    border: 1px solid #000F52;
    color: #000F52;
    line-height: 1;
    font-size: 24px;
    display: inline-block;
    position: relative;
}
.aboutCnt_in h2 .aboutTtl-q {
    font-size: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 17px;
    border-right: 1px solid #000F52;
}
.aboutCnt_ct {
    padding-top: 60px;
}
.aboutCnt-answer {
   color: #000F52;
   font-size: 18px;
   line-height: 1.55;
   font-weight: bold;
}
.aboutCnt-detail {
    padding-top: 32px;
    line-height: 1.75;
    color: #333;
}
.aboutCnt-detail .is-storong {
    display: block;
    line-height: 1;
    font-weight: bold;
    padding: 28px 0;
}
.aboutMember-role {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding-top: 15px;
}
.aboutMember-name-img {
    padding-right: 13px;
}
.aboutMember-name_wrap {
    padding-top: 10px;
    display: flex;
    align-items: end;
}
main {
    padding-bottom: 115px;
}
@media (min-width: 896px) {
    .aboutCnt_box {
        position: relative;
    }
    .aboutCnt_wrap.ver01 .aboutCnt-img,
    .aboutCnt_wrap.ver03 .aboutCnt-img {
        position: absolute;
        z-index: 9;
        top: 0;
        right: 0;
    }
    .aboutCnt_wrap.ver02 .aboutCnt-img {
        position: absolute;
        z-index: 9;
        top: 0;
        left: 0;
    }
}
@media only screen and (max-width: 896px) {
    .about_wrap {
        padding: 0 15px;
    }
    .aboutTtl_wrap {
        padding-top: 125px;
    }
    .aboutTtl_wrap h1 {
        font-size: 36px;
    }
    .aboutTtl_wrap p {
        font-size: 18px;
        padding-top: 18px;
    }
    .aboutCnt_wrap.ver01 {
        padding-top: 60px;
    }
    .aboutCnt_wrap.ver02,
    .aboutCnt_wrap.ver03 {
        padding-top: 35px;
    }
    .aboutCnt_in h2 {
        padding: 17px 15px 17px 60px;
        line-height: 1.33;
        font-size: 18px;
    }
    .aboutCnt_in h2 .aboutTtl-q {
        left: 15px;
        padding-right: 13px;
        min-height: 45px;
    }
    .aboutCnt_ct {
        padding-top: 15px;
    }
    .aboutCnt-answer {
       font-size: 16px;
       line-height: 1.5;
    }
    .aboutCnt-img {
        padding-top: 20px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .aboutCnt-detail {
        padding-top: 15px;
        line-height: 1.7;
        font-size: 14px;
    }
    .aboutCnt-detail .is-storong {
        padding: 20px 0;
    }
    .aboutMember-role {
        padding-top: 12px;
    }
    .aboutMember-name-img {
        padding-right: 10px;
    }
    .aboutMember-name_wrap {
        padding-top: 15px;
    }
    main {
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 374px) {
}
