@charset "UTF-8";
body {
    color: #000;
}
header {
    background: #fff;
}
.c-wid {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}
.about_wrap {
    padding: 60px 0;
    background: #e0ebff;
}
.flow_wrap {
    padding: 60px 0;
    background: #2155bc;
}
.about-ttl,
.flow-ttl {
    position: relative;
    z-index: 2;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    padding-top: 30px;
    text-align: center;
}
.flow-ttl {
    color: #fff;
}
.about-ttl:before,
.flow-ttl:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    height: 50px;
    z-index: -1;
}
.about-ttl:before {
    background: url("../svg/about_ttl01.svg") no-repeat center center;
}
.flow-ttl:before {
    background: url("../svg/about_ttl04.svg") no-repeat center center;
}
.aboutCon_wrap {
    margin-top: 50px;
}
.aboutCon-ttl {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    padding-left: 25px;
}
.aboutCon-ttl:before {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 29px;
    top: 0;
    left: 0;
    z-index: 10;
    background: url("../img/about_line.png") no-repeat center center;
}
.aboutCon_in {
    position: relative;
    height: 560px;
    margin-top: 40px;
}
.aboutCon_in:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
    width: 663px;
    height: 430px;
    background: url("../img/about_img02.png") no-repeat center center;
    opacity: .4;
}
.aboutCon_lst {
    position: relative;
    z-index: 3;
    padding: 40px 0 80px 0;
}
.aboutCon_lst li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 30px;
    padding-left: 1em;
}
.aboutCon_lst li:last-child {
    margin-bottom: 0;
}
.aboutCon_lst li span.abs {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 10;
    color: #2062e6;
}
.aboutCon_lst li span.clrline {
    font-size: 24px;
    font-weight: bold;
    color: #2062e6;
    background: linear-gradient(transparent 75%, #fff600 75%);
}
.aboutCon_img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.aboutCon_txt {
    position: relative;
    z-index: 3;
    text-align: center;
}
.merit_lst {
    margin-top: 40px;
    margin-bottom: 40px;
}
.merit_lst li {
    position: relative;
    width: 300px;
    height: 300px;
    border: 1px solid #2062e6;
    margin: 0 14px;
    border-radius: 50%;
    background: #fff;
}
.merit_lst li:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    z-index: 10;
}
.merit_lst li:nth-child(1):before {
    width: 72px;
    height: 56px;
    bottom: 39px;
    margin-left: -36px;
    background: url("../svg/icn8.svg") no-repeat center center;
    background-size: 100% auto;
}
.merit_lst li:nth-child(2):before {
    width: 54px;
    height: 54px;
    bottom: 40px;
    margin-left: -27px;
    background: url("../svg/icn6.svg") no-repeat center center;
    background-size: auto 100%;
}
.merit_lst li:nth-child(3):before {
    width: 58px;
    height: 58px;
    bottom: 38px;
    margin-left: -29px;
    background: url("../svg/icn9.svg") no-repeat center center;
    background-size: 100% auto;
}
.merit-nmb {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    padding-top: 50px;
}
.merit-nmb span {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 54px 0 0 0;
}
.merit_lst li:nth-child(1) .merit-nmb span {
    background: url("../img/about_merit01.png") no-repeat center center;
}
.merit_lst li:nth-child(2) .merit-nmb span {
    background: url("../img/about_merit02.png") no-repeat center center;
}
.merit_lst li:nth-child(3) .merit-nmb span {
    background: url("../img/about_merit03.png") no-repeat center center;
}
.merit-ttl {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    text-align: center;
    margin-top: 15px;
}
.merit-txt {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.8;
    color: #000;
    text-align: center;
}
.aboutFlow_lst {
    margin-top: 40px;
}
.aboutFlow_lst li {
    position: relative;
    padding-bottom: 64px;
}
.aboutFlow_lst li:last-child {
    padding-bottom: 0;
}
.aboutFlow_lst li:before {
    content: "";
    position: absolute;
    display: block;
    width: 44px;
    height: 23px;
    bottom: 20px;
    left: 50%;
    margin-left: -22px;
    z-index: 10;
    background: url("../img/about_arw.png") no-repeat center center;
}
.aboutFlow_lst li:last-child:before {
    content: none;
}
.flow_dl {
    min-height: 180px;
    position: relative;
    padding: 40px 30px 30px 170px;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
}
.flow_dl:before {
    content: "";
    position: absolute;
    display: block;
    top: -20px;
    left: 20px;
    width: 150px;
    height: 106px;
    z-index: 10;
}
.aboutFlow_lst li:nth-child(1) .flow_dl:before {
    background: url("../img/about_flow01.png") no-repeat center center;
}
.aboutFlow_lst li:nth-child(2) .flow_dl:before {
    background: url("../img/about_flow02.png") no-repeat center center;
}
.aboutFlow_lst li:nth-child(3) .flow_dl:before {
    background: url("../img/about_flow03.png") no-repeat center center;
}
.aboutFlow_lst li:nth-child(4) .flow_dl:before {
    background: url("../img/about_flow04.png") no-repeat center center;
}
.aboutFlow_lst li:nth-child(5) .flow_dl:before {
    background: url("../img/about_flow05.png") no-repeat center center;
}
.aboutFlow_lst li:nth-child(6) .flow_dl:before {
    background: url("../img/about_flow06.png") no-repeat center center;
}
.aboutFlow_lst li:nth-child(7) .flow_dl:before {
    background: url("../img/about_flow07.png") no-repeat center center;
}
.aboutFlow_lst li:nth-child(8) .flow_dl:before {
    background: url("../img/about_flow08.png") no-repeat center center;
}
.aboutFlow_lst li:nth-child(9) .flow_dl:before {
    background: url("../img/about_flow09.png") no-repeat center center;
}
.flow_dl:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 10;
}
.aboutFlow_lst li:nth-child(1) .flow_dl:after {
    top: 95px;
    left: 50px;
    width: 68px;
    height: 79px;
    background: url("../svg/icn27.svg") no-repeat center center;
    background-size: 100% auto;
}
.aboutFlow_lst li:nth-child(2) .flow_dl:after {
    top: 95px;
    left: 40px;
    width: 86px;
    height: 79px;
    background: url("../svg/icn29.svg") no-repeat center center;
    background-size: 100% auto;
}
.aboutFlow_lst li:nth-child(3) .flow_dl:after {
    top: 100px;
    left: 60px;
    width: 68px;
    height: 59px;
    background: url("../svg/icn30.svg") no-repeat center center;
    background-size: 100% auto;
}
.aboutFlow_lst li:nth-child(4) .flow_dl:after {
    top: 90px;
    left: 44px;
    width: 79px;
    height: 79px;
    background: url("../svg/icn33.svg") no-repeat center center;
    background-size: 100% auto;
}
.aboutFlow_lst li:nth-child(5) .flow_dl:after {
    top: 105px;
    left: 40px;
    width: 82px;
    height: 56px;
    background: url("../svg/icn34.svg") no-repeat center center;
    background-size: 100% auto;
}
.aboutFlow_lst li:nth-child(6) .flow_dl:after {
    top: 95px;
    left: 46px;
    width: 71px;
    height: 72px;
    background: url("../svg/icn35.svg") no-repeat center center;
    background-size: 100% auto;
}
.flow_dl dt {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: #2062e6;
}
.flow_dl dd {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    margin-top: 12px;
}
.cvBtn_wrap {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.cv_btn {
    margin-right: 20px;
}
.cv_btn a {
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 400px;
    height: 80px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    background: #2062e6;
    border-radius: 10px;
    border-bottom: 4px solid #004765;
    transition: inherit;
}
.cv_btn a span {
    display: block;
    position: relative;
}
.cv_btn a span:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 10;
}
.cv_btn a span.is-free {
    display: inline;
    padding: 3px 10px;
    margin-right: 10px;
    font-size: 15px;
    color: #fff600;
    border: 1px solid #fff600;
}
.cv3_wrap {
    position: relative;
    z-index: 2;
    background: #e0ebff;
    padding: 60px 0;
}
.cv3_txt {
    background:#fff;
    padding: 30px 40px 40px;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
}
.cv3_in {
    position: relative;
    min-height: 310px;
    margin-bottom: 40px;
}
.cv3-txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #333;
    text-align: left;
}
.cv3-txt span {
    font-size: 24px;
    font-weight: bold;
    color: #2062e6;
    background: linear-gradient(transparent 75%, #fff600 75%);
}
.cv3_ttl {
    display:flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
    z-index: 3;
}
.cv3-ttl {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    color: #2062e6;
    margin-right: 5px;
}
.cv3_img {
    position: absolute;
    right: -36px;
    top: -85px;
    z-index: 1;
}
@media (min-width: 896px) {
    .merit_lst {
        display:flex;
        justify-content: space-between;
    }
    .cv_btn a:hover {
        border-bottom: 4px solid #fdf3ff;
        transform: translateY(4px);
    }
}
@media only screen and (max-width: 896px) {
    .about_wrap {
        padding: 30px 20px 30px;
    }
    .flow_wrap {
        padding: 30px 20px 30px;
    }
    .about-ttl,
    .flow-ttl {
        font-size: 20px;
        line-height: 1.2;
        padding-top: 12px;
    }
    .about-ttl:before,
    .flow-ttl:before {
        width: 150px;
        height: 30px;
    }
    .aboutCon_wrap {
        margin-top: 30px;
    }
    .aboutCon-ttl {
        font-size: 20px;
        line-height: 1.4;
        padding-left: 14px;
    }
    .aboutCon-ttl:before {
        top: 4px;
        width: 9px;
        height: 19px;
        background: url("../img/sp/about_line.png") no-repeat center center;
        background-size: 100% auto;
    }
    .aboutCon_in {
        height: auto;
        margin-top: 0;
    }
    .aboutCon_in:before {
        content: none;
    }
    .aboutCon_lst {
        padding: 30px 0 60px 0;
    }
    .aboutCon_lst li {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .aboutCon_lst li span.abs {
        top: 5px;
    }
    .aboutCon_lst li span.clrline {
        font-size: 18px;
    }
    .aboutCon_img {
        top: 38px;
        right: -20px;
    }
    .aboutCon_img img {
        width: 100%;
        max-width: 208px;
        height: auto;
    }
    .aboutCon_txt {
        margin: 0 -20px;
    }
    .aboutCon_txt img {
        width: 100%;
        max-width: 341px;
        height: auto;
    }
    .merit_lst {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .merit_lst li {
        width: 250px;
        height: 250px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .merit_lst li:last-child {
        margin-bottom: 0;
    }
    .merit_lst li:nth-child(1):before {
        width: 54px;
        height: 46px;
        bottom: 34px;
        margin-left: -27px;
    }
    .merit_lst li:nth-child(2):before {
        width: 44px;
        height: 44px;
        bottom: 40px;
        margin-left: -22px;
    }
    .merit_lst li:nth-child(3):before {
        width: 47px;
        height: 47px;
        bottom: 35px;
        margin-left: -24px;
    }
    .merit-nmb {
        width: 43px;
        height: 44px;
        padding-top: 42px;
    }
    .merit-nmb span {
        padding: 44px 0 0 0;
    }
    .merit_lst li:nth-child(1) .merit-nmb span {
        background: url("../img/sp/about_merit01.png") no-repeat center center;
        background-size: 100% auto;
    }
    .merit_lst li:nth-child(2) .merit-nmb span {
        background: url("../img/sp/about_merit02.png") no-repeat center center;
        background-size: 100% auto;
    }
    .merit_lst li:nth-child(3) .merit-nmb span {
        background: url("../img/sp/about_merit03.png") no-repeat center center;
        background-size: 100% auto;
    }
    .merit-ttl {
        font-size: 20px;
        margin-top: 10px;
    }
    .merit-txt {
        font-size: 17px;
    }
    .aboutFlow_lst {
        margin-top: 25px;
    }
    .aboutFlow_lst li {
        padding-bottom: 50px;
    }
    .aboutFlow_lst li:before {
        width: 36px;
        height: 19px;
        bottom: 14px;
        margin-left: -18px;
        background: url("../img/sp/about_arw.png") no-repeat center center;
        background-size: 100% auto;
    }
    .flow_dl {
        min-height: inherit;
        padding: 62px 23px 20px 23px;
        border-radius: 6px;
    }
    .flow_dl:before {
        top: -13px;
        left: 18px;
        width: 96px;
        height: 64px;
    }
    .aboutFlow_lst li:nth-child(1) .flow_dl:before {
        background: url("../img/sp/about_flow01.png") no-repeat center center;
        background-size: 100% auto;
    }
    .aboutFlow_lst li:nth-child(2) .flow_dl:before {
        background: url("../img/sp/about_flow02.png") no-repeat center center;
        background-size: 100% auto;
    }
    .aboutFlow_lst li:nth-child(3) .flow_dl:before {
        background: url("../img/sp/about_flow03.png") no-repeat center center;
        background-size: 100% auto;
    }
    .aboutFlow_lst li:nth-child(4) .flow_dl:before {
        background: url("../img/sp/about_flow04.png") no-repeat center center;
        background-size: 100% auto;
    }
    .aboutFlow_lst li:nth-child(5) .flow_dl:before {
        background: url("../img/sp/about_flow05.png") no-repeat center center;
        background-size: 100% auto;
    }
    .aboutFlow_lst li:nth-child(6) .flow_dl:before {
        background: url("../img/sp/about_flow06.png") no-repeat center center;
        background-size: 100% auto;
    }
    .aboutFlow_lst li:nth-child(7) .flow_dl:before {
        background: url("../img/sp/about_flow07.png") no-repeat center center;
        background-size: 100% auto;
    }
    .aboutFlow_lst li:nth-child(8) .flow_dl:before {
        background: url("../img/sp/about_flow08.png") no-repeat center center;
        background-size: 100% auto;
    }
    .aboutFlow_lst li:nth-child(9) .flow_dl:before {
        background: url("../img/sp/about_flow09.png") no-repeat center center;
        background-size: 100% auto;
    }
    .aboutFlow_lst li:nth-child(1) .flow_dl:after {
        top: 11px;
        left: 118px;
        width: 38px;
        height: 42px;
    }
    .aboutFlow_lst li:nth-child(2) .flow_dl:after {
        top: 16px;
        left: 118px;
        width: 43px;
        height: 40px;
    }
    .aboutFlow_lst li:nth-child(3) .flow_dl:after {
        top: 14px;
        left: 118px;
        width: 42px;
        height: 37px;
    }
    .aboutFlow_lst li:nth-child(4) .flow_dl:after {
        top: 12px;
        left: 118px;
        width: 40px;
        height: 40px;
    }
    .aboutFlow_lst li:nth-child(5) .flow_dl:after {
        top: 21px;
        left: 118px;
        width: 41px;
        height: 28px;
    }
    .aboutFlow_lst li:nth-child(6) .flow_dl:after {
        top: 14px;
        left: 118px;
        width: 35px;
        height: 36px;
    }
    .flow_dl dt {
        font-size: 18px;
    }
    .flow_dl dd {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
    }
    .cv_btn {
        margin-right: auto;
    }
    .cv_btn {
        width: 100%;
        max-width: 49%;
        margin: 0;
    }
    .cv_btn a {
        width: 100%;
        height: 60px;
        font-size: 14px;
        border-radius: 8px;
    }
    .cv_btn a .cv_btnIn {
        text-align: left;
        padding-left: 48px;
    }
    .cv_btn a span.is-free {
        font-size: 12px;
        padding: 3px 8px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-right: 0;
    }
    .cv3_wrap {
        padding: 30px 15px 50px;
    }
    .cv3_in {
        margin-bottom: 15px;
        padding: 0;
    }
    .cv3_txt {
        position: relative;
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        padding: 20px 15px 30px;
    }
    .cv3_sp_txt {
        display:flex;
        justify-content: center;
    }
    .cv3-txt {
        font-size: 13px;
        line-height: 2;
        text-align: left;
    }
    .cv3-txt span {
        font-size: 17px;
    }
    .cv3_ttl {
        display: block;
        margin:10px 0 0;
    }
    .cv3-ttl {
        font-size: 18px;
        margin: 0;
        text-align: left;
    }
    .cv3_logo {
        margin-top: 6px;
        text-align: left;
    }
    .cv3_logo img {
        width: 166px;
        height: auto;
    }
    .cv3_img {
        margin-top: 15px;
    }
    .cv3_img {
        position: static;
        text-align: center;
    }
    .cv3_img img {
        width: 100%;
        max-width: 238px;
        height: auto;
    }
    .cv3_wrap .cvBtn_wrap {
        display: block;
    }
    .cv3_wrap .cv_btn {
        max-width: 100%;
    }
    .cv3_wrap .cv_btn a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 374px) {
    .aboutCon_lst {
        padding: 30px 0;
    }
    .aboutCon_txt img {
        max-width: 280px;
    }
    .aboutCon_lst li {
        font-size: 10px;
    }
    .aboutCon_lst li span.clrline {
        font-size: 14px;
    }
    .cv_btn a {
        font-size: 12px;
    }
    .cv_btn a .cv_btnIn {
        padding-left: 44px;
    }
    .cv_btn a span.is-free {
        padding: 3px 6px;
    }
    .cv3-txt {
        font-size: 11px;
    }
    .cv3-txt span {
        font-size: 14px;
    }
    .cv3_ttl {
        margin-top: 10px;
    }
    .cv3_ttl {
        display: block;
    }
    .cv3-ttl {
        margin: 0 0 5px;
        text-align: left;
    }
    .cv3_logo {
        text-align: left;
    }
    .cv3_logo img {
        display: inline-block;
    }
}
