@charset "UTF-8";
/* background parts
--------------------------------*/
.hidden_wrap {
    overflow: hidden;
}
.arw_bk {
    position: relative;
    z-index: 0;
}
.arw_bk:after,
.arw_bk:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 50%;
}
.arw_bk:after{
    left:0;
    border-bottom: solid 80px #fff;
    border-right: solid 80px transparent;
}
.arw_bk:before {
    right:0;
    border-bottom: solid 80px #fff;
    border-left: solid 80px transparent;
}
.slash_bk {
    position: relative;
    z-index: 0;
    background: #e5eef5 url(../img/lp_bg02.png) repeat 0 0;
}
.slash_bk:after{
    content: "";
    position: absolute;
    left:0;
    top: -2000px;
    transform: skewY(-30deg);
    transform-origin: top right;
    z-index: -2;
    width:100%;
    height:2000px;
    background:#fff;
}
.pattern {
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -703px;
    top: 10px;
    width: 1330px;
    height: 1270px;
    background: url(../img/lp_bg_dec.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    opacity: 0.5;
}
.pattern.is-ver1 {
    top: 60px;
    z-index: 1;
}
.pattern.is-ver2 {
    top: 758px;
    z-index: 1;
}
.pattern.is-ver3 {
    top: 1900px;
    z-index: 1;
}
/* c parts
--------------------------------*/
.c-warp {
    padding: 0 20px;
    box-sizing: border-box;
}
@media (min-width: 1140px){
    .c-warp {
        max-width: 1140px;
        margin: 0 auto;
    }
}
.c_lpttl {
    margin: 0 0 60px;
}
.c_lpttl.is-ver2 {
    margin: 0 0 120px;
}
.c-lpttl {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.1em;
}
/* top parts
--------------------------------*/
.top_warp {
    padding: 20px 0 0;
}
.top_txtbx {
    float: left;
    width: 530px;
    padding: 40px 0 0;
}
@media (min-width: 768px) and (max-width: 1000px){
    .top_txtbx {
        width: 360px;
        padding: 0 0 0;
    }
}
.top_txtbx .top_mds {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 25px;
}
@media (min-width: 768px) and (max-width: 1000px){
    .top_txtbx .top_mds {
        margin: 0 40px 25px 0;
    }
}
.top_txtbx .top_mds span {
    font-size: 12px;
    vertical-align: text-top;
}
.top_logo {
    max-width: 480px;
}
.top_logo img {
    width: 100%;
    height: auto;
}
.top_logotx {
    font-size: 11px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    padding: 10px 0 0;
}
.top_lstbx {
    background: url(../img/lp_main_img02.png?date=20210324) no-repeat right bottom;
    padding: 20px 0 30px;
}
.top_txtbx .top_lsttx {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    padding: 0 186px 0 0;
    margin: 0 0 15px;
}
@media (min-width: 768px) and (max-width: 1000px){
    .top_txtbx .top_lsttx {
        padding: 0 0 0 0;
    }
}
.top_txtbx .top_lst {
    padding: 0 100px 0 0;
}
.top_txtbx .top_lst li {
    float: left;
    background:#e5eef5 url(../img/lp_bg01.png) repeat 0 0;
    width: 160px;
    padding: 3px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 10px 10px 0 0;
}
.top_txtbx .top_lst span {
    display: block;
    background: #fff;
    color: #022578;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    width: 100%;
}
.top_txtbx .top_add {
    padding: 30px 0 0;
}
@media (min-width: 768px) and (max-width: 1000px){
    .top_txtbx .top_add {
        margin: 0 -140px 0 0;
    }
}
.top_txtbx .top_add li {
    font-size: 10px;
    line-height: 1;
    margin: 0 0 8px;
}
.top_txtbx .top_add li:last-child {
    margin: 0;
}
.top_btn {
    max-width: 480px;
}
.top_imgbx {
    float: right;
    position: relative;
    width: 570px;
    height: 620px;
}
@media (min-width: 1001px) and (max-width: 1139px){
    .top_imgbx {
        width: calc(100% - 530px);
    }
}
@media (min-width: 768px) and (max-width: 1000px){
    .top_imgbx {
        width: calc(100% - 360px);
    }
}
.top-img {
    position: absolute;
    top: 0;
/*    right: -10px;*/
}
@media (min-width: 768px) and (max-width: 1139px){
    .top-img {
        top: 50%;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .top-img img {
        height: 16.8vw;
		width: 100%;
    }
}
.top-emb {
    position: absolute;
    top: 220px;
    /*right: 144px;*/
    right: 72px;
}
@media (min-width: 768px) and (max-width: 1139px){
    .top-emb {
        top: 50%;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .top-emb img {
        width: auto;
        height: auto;
    }
}
@media (min-width: 1001px) and (max-width: 1139px){
    .top-emb {
        right: 11vw;
    }
}
@media (min-width: 768px) and (max-width: 1000px){
    .top-emb {
        right: 12vw;
    }
}


/* btnarea
--------------------------------*/
.btnarea {
	text-align: center;
	margin-top: 80px;
}
.btnarea:hover img{
  opacity: 0.8;
  transition-duration: 0.3s;
}


/* trouble parts
--------------------------------*/
.trouble_warp {
    padding: 160px 0 210px;
}
@media (min-width: 768px) and (max-width: 1140px){
    .trouble_lst {
        width: 672px;
        margin: 0 auto;
        text-align: center;
        letter-spacing: -.40em;
    }
}
.trouble_warp .trouble_lst li {
    float: left;
    padding: 0 20px 0 0;
}
@media (min-width: 768px) and (max-width: 1140px){
    .trouble_warp .trouble_lst li {
        float: none;
        padding: 0 10px;
        display: inline-block;
        letter-spacing: normal;
        margin: 0 0 20px 0;
    }
}
.trouble_warp .trouble_lst li:last-child {
    padding: 0;
}
@media (min-width: 768px) and (max-width: 1140px){
    .trouble_warp .trouble_lst li:nth-child(4) {
        padding: 0 10px;
        margin: 0;
    }
    .trouble_warp .trouble_lst li:last-child {
        padding: 0 10px;
        margin: 0;
    }
}
.trouble_box {
    border-radius: 10px;
    background: #fff;
    width: 204px;
    padding: 24px 18px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0 30px 10px rgba(35,74,104,0.1);
}
.trouble_box .is-ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    color: #022578;
}
.trouble_box .is-txtbx {
    position: relative;
    padding: 140px 0 0;
}
.trouble_box .is-txtbx:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: auto;
}
.trouble_box.n1 .is-txtbx:before {
    width: 98px;
    height: 110px;
    background: url(../img/lp_icn01.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.trouble_box.n2 .is-txtbx:before {
    width: 86px;
    height: 100px;
    background: url(../img/lp_icn02.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.trouble_box.n3 .is-txtbx:before {
    width: 100px;
    height: 120px;
    background: url(../img/lp_icn03.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.trouble_box.n4 .is-txtbx:before {
    width: 112px;
    height: 103px;
    background: url(../img/lp_icn05.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.trouble_box.n5 .is-txtbx:before {
    width: 98px;
    height: 108px;
    background: url(../img/lp_icn04.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.trouble_box .is-txt {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}
/* solution parts
--------------------------------*/
.solution_warp {
    padding: 110px 0 0;
}
.solution_lst {
    position: relative;
    z-index: 2;
}
.solution_lst:nth-child(2),
.solution_lst:nth-child(3) {
    margin: -60px 0 0;
}
@media (min-width: 970px) and (max-width: 1140px){
    .solution_lst {
        width: 970px;
        margin: 0 auto;
    }
}
@media (min-width: 768px) and (max-width: 1140px){
    .solution_lst:nth-child(2),
    .solution_lst:nth-child(3) {
        margin: 0 auto;
    }
}
@media (min-width: 768px) and (max-width: 969px){
    .solution_lst {
        width: 728px;
    }
}
.solution_lst li {
    float: left;
}
.solution_lst li:nth-child(2) {
    float: right;
}
.solution_lst li:only-child{
    float: none;
    width: 520px;
    margin: 0 auto;
}
@media (min-width: 970px) and (max-width: 1140px){
    .solution_lst li:only-child{
        width: 460px;
    }
}
@media (min-width: 768px) and (max-width: 969px){
    .solution_lst li:only-child{
        width: 350px;
    }
}
.solution_box {
    border-radius: 50%;
    background: #fff;
    width: 520px;
    height: 520px;
    padding: 60px 115px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0 30px 10px rgba(35,74,104,0.1);
}
@media (min-width: 970px) and (max-width: 1140px){
    .solution_box {
        width: 460px;
        height: 460px;
        padding: 40px 75px 60px 75px;
    }
}
@media (min-width: 768px) and (max-width: 969px){
    .solution_box {
        width: 350px;
        height: 350px;
        padding: 30px 55px 0 60px;
    }
}
.solution_box .is-ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.solution_box .is-txtbx {
    position: relative;
    padding: 210px 0 0;
}
@media (min-width: 768px) and (max-width: 969px){
    .solution_box .is-txtbx {
        padding: 150px 0 0;
    }
}
.solution_box .is-txtbx:before {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    height: 174px;
}
@media (min-width: 768px) and (max-width: 969px){
    .solution_box .is-txtbx:before {
        top: 15px;
        width: auto;
        height: 120px;
    }
}
.solution_box.n1 .is-txtbx:before {
    background: url(../img/lp_icn06.png) no-repeat center center;
}
.solution_box.n2 .is-txtbx:before {
    background: url(../img/lp_icn07.png) no-repeat center center;
}
.solution_box.n3 .is-txtbx:before {
    background: url(../img/lp_icn08.png) no-repeat center center;
}
.solution_box.n4 .is-txtbx:before {
    background: url(../img/lp_icn09.png) no-repeat center center;
}
.solution_box.n5 .is-txtbx:before {
    background: url(../img/lp_icn10.png) no-repeat center center;
}
@media (min-width: 768px) and (max-width: 969px){
    .solution_box.n1 .is-txtbx:before {
        background-size: 150px auto;
    }
    .solution_box.n2 .is-txtbx:before {
        background-size: 115px auto;
    }
    .solution_box.n3 .is-txtbx:before {
        background-size: 225px auto;
    }
    .solution_box.n4 .is-txtbx:before {
        background-size: 123px auto;
    }
    .solution_box.n5 .is-txtbx:before {
        background-size: 100px auto;
    }
}
.solution_box .is-txt {
    font-size: 14px;
    line-height: 1.6;
}
@media (min-width: 970px) and (max-width: 1140px){
    .solution_box .is-txt {
        font-size: 13px;
    }
}
@media (min-width: 768px) and (max-width: 969px){
    .solution_box .is-txt {
        font-size: 11px;
    }
}
/* what parts
--------------------------------*/
.what_warp {
    background: #e5eef5 url(../img/lp_bg02.png) repeat 0 0;
    padding: 230px 0 120px;
    margin: -110px 0 0;
    position: relative;
}
.what_warp .what_img {
    float: right;
    width: 50%;
}
@media (min-width: 768px) and (max-width: 860px){
    .what_warp .what_img {
        width: 48%;
    }
}
.what_warp .what_img img {
    height: auto;
}
.what_warp .what_txt {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 70px 0 0;
}
@media (min-width: 768px) and (max-width: 860px){
    .what_warp .what_txt {
        width: 50%;
        padding: 0 0 0 0;
    }
}
.what_warp .what_ttl {
    margin: 0 0 30px;
}
.what_warp .c-lpttl {
    text-align: left;
}
.what_warp .what-kana {
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    padding: 0 0 0 20px;
}
.what_warp .what-txt {
    font-size: 16px;
    line-height: 2;
    margin: 0 0 30px;
}
.what_warp .what_btn {
    max-width: 480px;
}
/* merit parts
--------------------------------*/
.merit_warp {
    padding: 110px 0;
}
.merit_lst li {
    margin: 0 0 60px;
}
.merit_lst li:last-child {
    margin: 0;
}
.merit_box {
    position: relative;
    padding: 0 0 60px;
}
.merit_lst li:nth-child(5) {
    padding: 0 0 80px;
}
.merit_box:before {
    content: '';
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    margin: auto;
    width: 1000px;
    height: 87%;
    z-index: -1;
    background: rgba(229,238,245,0.6);
    border-radius: 0 20px 20px 0;
}
@media (min-width: 768px) and (max-width: 1000px){
    .merit_box:before {
        width: 80%;
        left: auto;
        right: 0;
        border-radius: 20px 0 0 20px;
    }
}
.merit_lst li:nth-child(3) .merit_box:before {
    height: 544px;
}
.merit_lst li:nth-child(5) .merit_box:before {
    height: 470px;
}
.merit_box .is-imgbx {
    float: left;
    width: 49%;
    max-width: 660px;
}
@media (min-width: 768px) and (max-width: 1000px){
    .merit_box .is-imgbx {
        float: none;
        width: 59%;
    }
}
.merit_box .is-imgbx img {
    border-radius: 0 20px 20px 0;
    height: auto;
}
.merit_box .is-txtbx {
    float: left;
    width: 51%;
    padding: 30px 60px 0;
    box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1000px){
    .merit_box .is-txtbx {
        float: none;
        width: 85%;
    }
}
.merit_box .is-nmb {
    margin: 0 0 50px;
}
@media (min-width: 768px) and (max-width: 1000px){
    .merit_box .is-nmb {
        margin: 0 50px 0 0;
        float: left;
    }
}
.merit_box .is-ttl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 30px;
}
@media (min-width: 768px) and (max-width: 1000px){
    .merit_box .is-ttl {
        font-size: 26px;
    }
}
.merit_box .is-txt {
    font-size: 18px;
    line-height: 2.2;
}
@media (min-width: 1001px){
    .merit_box .is-txt {
        max-width: 440px;
    }
}
.merit_box .is-add {
    font-size: 16px;
    line-height: 1.6;
    padding: 20px 0 0;
}
@media (min-width: 1001px){
    .merit_box .is-add {
        max-width: 440px;
    }
}
.merit_box .is-img {
    padding: 30px 0 0;
}
.merit_lst li:nth-child(2n) .merit_box .is-imgbx {
    float: right;
}
.merit_lst li:nth-child(2n) .merit_box .is-txtbx {
    float: right;
    padding: 30px 60px 0 13.64128%;
}
@media (min-width: 768px) and (max-width: 1000px){
    .merit_lst li:nth-child(2n) .merit_box .is-txtbx {
        width: 85%;
    }
}
.merit_lst li:nth-child(2n) img {
    border-radius: 20px 0 0 20px;
}
.merit_lst li:nth-child(2n) .merit_box:before {
    left: auto;
    right: 0;
    border-radius: 20px 0 0 20px;
}
@media (min-width: 768px) and (max-width: 1000px){
    .merit_lst li:nth-child(2n) .merit_box:before {
        left: 0;
        right: auto;
        border-radius: 0 20px 20px 0;
    }
}
@media (min-width: 768px){
    .merit_lst li:nth-child(2n) .merit_box .is-txtbx .is-nmbbx {
        max-width: 516px;
    }
}
.merit_lst li:nth-child(2n) .is-nmb {
    float: right;
    margin: 0 0 0 50px;
}
@media (min-width: 768px) and (max-width: 1000px){
    .merit_lst li:nth-child(2n) .is-nmb {
        float: left;
        margin: 0 50px 0 0;
    }
}
.merit_lst li:nth-child(2n) .is-ttl {
    float: left;
}
/* cv1 parts
--------------------------------*/
.cv1_warp {
    background: #2a59a7 url(../img/lp_bg03.png) repeat 0 0;
    padding: 36px 0;
}
.cv1_in {
    position: relative;
}
.cv1_img {
    position: absolute;
    top: -72px;
    left: 20px;
    text-align: center;
}
@media (min-width: 850px) and (max-width: 1000px){
    .cv1_img {
        top: 10px;
        left: 10px;
        width: 250px;
    }
}
@media (min-width: 768px) and (max-width: 1000px){
    .cv1_img img {
        height: auto;
    }
}
@media (min-width: 768px) and (max-width: 849px){
    .cv1_img {
        top: 25px;
        width: 210px;
    }
}
.cv1_txt {
    border-radius: 20px;
    background: #fff;
    padding: 40px 0;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 0 38.18181%;
}
@media (min-width: 768px) and (max-width: 1000px){
    .cv1_txt {
        margin: 0 0 0 33.18181%;
    }
}
.cv1_ttl .cv1-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0 0 20px;
}
@media (min-width: 768px) and (max-width: 1000px){
    .cv1_ttl .cv1-ttl {
        font-size: 28px;
    }
}
.cv1_ttl .cv1-logo {
    text-align: center;
    margin: 0 0 25px;
}
@media (min-width: 768px) and (max-width: 1000px){
    .cv1_ttl .cv1-logo {
        margin: 0 20px 25px;
    }
    .cv1_ttl .cv1-logo img {
        height: auto;
    }
}
.cv1_btn {
    max-width: 480px;
    margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1000px){
    .cv1_btn {
        margin: 0 20px;
    }
}
/* reason parts
--------------------------------*/
.reason_top {
    position: relative;
}
.reason_top:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -80px;
    border: 80px solid transparent;
    border-top: 80px solid #fff;
    z-index: 2;
}
.reason_top_img {
    padding: 50px 20px 0;
    text-align: center;
}
.reason_top_img img {
    height: auto;
}
.reason01_wrap {
    position: relative;
    background: #e5eef5 url(../img/lp_bg02.png) repeat 0 0;
    padding: 130px 0 120px;
}
.reason02_wrap {
    background: url(../img/lp_reason_img05.jpg) center center / cover no-repeat;
    padding: 130px 0 130px;
    margin: 0 0 120px;
    position: relative;
    z-index: 2;
}
.reason03_wrap {
    background: url(../img/lp_reason_img06.jpg) center center / cover no-repeat;
    padding: 130px 0 130px;
    position: relative;
    z-index: 2;
}
.reason01_wrap .reason_nmb {
    text-align: center;
    margin: 0 0 30px;
}
.reason01_wrap .reason-ttl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0 0 50px;
}
.reason01_wrap .reason-txt {
    font-size: 16px;
    line-height: 2;
    text-align: center;
}
.reason01_wrap .reason01_lst {
    padding: 50px 0 0;
    margin: 0 0 120px;
    position: relative;
    z-index: 2;
}
.reason01_wrap .reason01_lst li {
    float: left;
    padding: 40px 0 0;
}
@media (min-width: 768px) {
    .reason01_wrap .reason01_lst li {
        width: 48.1818181%;
    }
}
.reason01_wrap .reason01_lst li:nth-child(2n) {
    float: right;
}
.reason01_wrap .reason01_lst li:nth-child(-n+2) {
    padding: 0;
}
.reason01_box {
    border-radius: 10px;
    width: 100%;
    height: 510px;
    background: #fff;
    box-shadow: 0 0 30px 10px rgba(35,74,104,0.1);
    overflow: hidden;
}
.reason01_img img {
    height: auto;
}
.reason01_box .is-txtbx {
    padding: 30px 30px;
}
.reason01_box .is-ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #022578;
    padding: 0 0 20px;
}
.reason01_box .is-txt {
    font-size: 14px;
    line-height: 1.8;
}
.reason02_wrap .reason-ttl,
.reason03_wrap .reason-ttl{
    color: #fff;
}
.reason02_wrap .reason-txt,
.reason03_wrap .reason-txt {
    color: #000;
    font-weight: 500;
	background-color:#fff;
}
/* flow parts
--------------------------------*/
.flow_warp {
    padding: 120px 0;
}
.flow_warp .flow_lst {
    position: relative;
    z-index: 2;
}
.flow_warp .flow_lst li {
    float: left;
    margin: 0 1.3% 0 0;
}
@media (min-width: 768px){
    .flow_warp .flow_lst li {
        width: 24%;
    }
}
.flow_warp .flow_lst li:last-child {
    margin: 0;
}
.flow_nmb {
    margin: 0 0 10px
}
.flow_box {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 30px 10px rgba(35,74,104,0.1);
    overflow: hidden;
}
.flow_ttl {
    background: #022578;
    position: relative;
    padding: 10px 0;
}
.flow_ttl:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #022578;
}
.flow_ttl .is-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}
.flow_img img {
    width: 100%;
    height: auto;
}
.flow_last {
    padding: 50px 0 0;
}
.flow_last .is-ttl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 30px;
}
.flow_last .is-txt {
    font-size: 16px;
    line-height: 2;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}
/* cv2 parts
--------------------------------*/
.cv2_warp {
    background: #2a59a7 url(../img/lp_bg03.png) repeat 0 0;
}
.cv2_in {
    background: url(../img/lp_cv02_img.png) no-repeat center center;
    padding: 136px 0;
}
@media (min-width: 768px) and (max-width: 1139px){
    .cv2_in {
        background-size: 100% auto;
    }
}
.cv2_ttl {
    text-align: center;
    margin: 0 0 30px;
}
.cv2_ttl .is-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    padding: 12px 14px;
}
@media (min-width: 768px) and (max-width: 1139px){
    .cv2_ttl .is-ttl {
        font-size: 15px;
    }
}
.cv2_txt {
    margin: 0 0 50px;
}
.cv2_txt .is-txt {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}
@media (min-width: 768px) and (max-width: 1139px){
    .cv2_txt .is-txt {
        font-size: 24px;
    }
}
.cv2_btn {
    width: 480px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    /* background parts
    --------------------------------*/
    .arw_bk:after{
        border-bottom: solid 40px #fff;
        border-right: solid 40px transparent;
    }
    .arw_bk:before {
        border-bottom: solid 40px #fff;
        border-left: solid 40px transparent;
    }
    .slash_bk {
        background: #e5eef5 url(../img/lp_bg02.png) repeat 0 0;
        background-size: 6px auto;
        -ms-background-size: 6px auto;
        -moz-background-size: 6px auto;
        -webkit-background-size: 6px auto;
    }
    .slash_bk:after{
        top: -1520px;
    }
    .pattern {
        top: 484px;
        margin-left: -676px;
        width: 944px;
        height: 900px;
    }
    .pattern.is-ver1 {
        top: 40px;
    }
    .pattern.is-ver2 {
        top: 1125px;
    }
    .pattern.is-ver3 {
        top: 2290px;
    }
    /* c parts
    --------------------------------*/
    .c-warp {
        width: 100%;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 0;
        padding: 0 25px;
    }
    .c_lpttl {
        margin: 0 0 25px;
    }
    .c_lpttl.is-ver2 {
        margin: 0 0 60px;
    }
    .c-lpttl {
        font-size: 20px;
    }
    /* top parts
    --------------------------------*/
    .top_warp {
        padding: 15px 0 0;
    }
    .top_txtbx {
        float: none;
        width: 100%;
        padding: 0;
    }
    .top_txtbx .top_mds {
        font-size: 12px;
        margin: 0 0 10px;
        text-align: center;
    }
    .top_txtbx .top_mds span {
        font-size: 10px;
    }
    .top_logo {
        width: 100%;
    }
    .top_logo img {
        width: 100%;
        height: auto;
    }
    .top_logotx {
        font-size: 10px;
        padding: 5px 0 0;
    }
    .top_lstbx {
        background: url(../img/sp/lp_main_img02.png?date=20210324) no-repeat right bottom;
        background-size: 267px auto;
        -ms-background-size: 267px auto;
        -moz-background-size: 267px auto;
        -webkit-background-size: 267px auto;
        padding: 20px 0 180px;
        position: relative;
    }
    .top_txtbx .top_lsttx {
        font-size: 14px;
        padding: 0;
        margin: 0 0 15px;
    }
    .top_txtbx .top_lst {
        padding: 0 70px 0 0;
    }
    .top_txtbx .top_lst li {
        background:#e5eef5 url(../img/lp_bg01.png) repeat 0 0;
        background-size: 3px auto;
        -ms-background-size: 3px auto;
        -moz-background-size: 3px auto;
        -webkit-background-size: 3px auto;
        width: 120px;
        padding: 3px;
        margin: 5px 5px 0 0;
    }
    .top_txtbx .top_lst li:nth-child(-n+2){
        margin: 0 5px 0 0;
    }
    .top_txtbx .top_lst span {
        font-size: 10px;
        line-height: 20px;
    }
    .top_imgbx .top_add {
        padding: 10px 0 0;
    }
    .top_imgbx .top_add li {
        font-size: 10px;
        line-height: 1.5;
        margin: 0 0 4px;
    }
    .top_imgbx .top_add li:last-child {
        margin: 0;
    }
    .top_btn {
        width: 100%;
    }
    .top_imgbx {
        float: none;
        position: relative;
        width: 100%;
        height: auto;
        padding: 35px 0 0;
    }
    .top-img {
        position: relative;
        top: 0;
        right: 0;
        margin: 0 -1px;
    }
    .top-img img {
        width: 100%;
        height: auto;
    }
    .top-emb {
        top: auto;
        right: auto;
        left: 0px;
	/*left: 30px;*/
        bottom: 28px;
    }
    /* trouble parts
    --------------------------------*/
    .trouble_warp {
        padding: 55px 0 100px;
    }
    .trouble_warp .trouble_lst {
        display:-webkit-block;
        display:-ms-block;
        display:block;
    }
    .trouble_warp .trouble_lst li {
        float: none;
        margin: 0 0 15px;
        padding: 0;
    }
    .trouble_warp .trouble_lst li:last-child {
        margin: 0;
    }
    .trouble_box {
        width: 100%;
        padding: 20px 18px;
        box-shadow: 0 0 10px 10px rgba(35,74,104,0.05);
        position: relative;
    }
    .trouble_box .is-ttl {
        font-size: 16px;
        line-height: 1;
        text-align: left;
    }
    .trouble_box .is-txtbx {
        position: static;
        padding: 10px 0 0;
    }
    .trouble_box .is-txtbx:before {
        bottom: 50%;
        left: auto;
        right: 18px;
    }
    .trouble_box.n1 .is-txtbx:before {
        width: 60px;
        height: 66px;
        margin-bottom: -33px;
    }
    .trouble_box.n2 .is-txtbx:before {
        width: 54px;
        height: 62px;
        margin-bottom: -31px;
    }
    .trouble_box.n3 .is-txtbx:before {
        width: 60px;
        height: 74px;
        margin-bottom: -37px;
    }
    .trouble_box.n4 .is-txtbx:before {
        width: 68px;
        height: 64px;
        margin-bottom: -32px;
    }
    .trouble_box.n5 .is-txtbx:before {
        width: 60px;
        height: 66px;
        margin-bottom: -33px;
    }
    .trouble_box .is-txt {
        font-size: 12px;
        padding: 0 90px 0 0;
    }
    /* solution parts
    --------------------------------*/
    .solution_warp {
        padding: 30px 0 60px;
    }
    .solution_lst {
        display: -webkit-block;
        display: -ms-block;
        -js-display: block;
        display: block;
    }
    .solution_lst li {
        margin: 0 0 25px;
        float: none;
    }
    .solution_lst li:nth-child(2) {
        float: none;
    }
    .solution_lst li:only-child{
        width: 100%;
        margin: 0 0 25px;
    }
    .solution_lst:last-child li:last-child {
        margin: 0;
    }
    .solution_lst:nth-child(2),
    .solution_lst:nth-child(3) {
        margin: 0;
    }
    .solution_box {
        border-radius: 40px;
        width: 100%;
        height: auto;
        padding: 30px 25px 20px;
        box-shadow: 0 0 10px 10px rgba(35,74,104,0.05);
    }
    .solution_box .is-ttl {
        font-size: 16px;
    }
    .solution_box .is-txtbx {
        position: relative;
        padding: 150px 0 0;
    }
    .solution_box.n1 .is-txtbx:before {
        width: 140px;
        height: 107px;
        background: url(../img/sp/lp_icn06.png) no-repeat center center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .solution_box.n2 .is-txtbx:before {
        width: 100px;
        height: 101px;
        background: url(../img/sp/lp_icn07.png) no-repeat center center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .solution_box.n3 .is-txtbx:before {
        width: 200px;
        height: 89px;
        background: url(../img/sp/lp_icn08.png) no-repeat center center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .solution_box.n4 .is-txtbx:before {
        width: 100px;
        height: 97px;
        background: url(../img/sp/lp_icn09.png) no-repeat center center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .solution_box.n5 .is-txtbx:before {
        width: 92px;
        height: 110px;
        background: url(../img/sp/lp_icn10.png) no-repeat center center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .solution_box .is-txt {
        font-size: 12px;
    }
    /* what parts
    --------------------------------*/
    .what_warp {
        background: #e5eef5 url(../img/lp_bg02.png) repeat 0 0;
        background-size: 6px auto;
        -ms-background-size: 6px auto;
        -moz-background-size: 6px auto;
        -webkit-background-size: 6px auto;
        padding: 60px 0;
        margin: 0;
    }
    .what_in {
        display:-webkit-block;
        display:-ms-block;
        display:block;
    }
    .what_warp .what_img {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
    .what_warp .what_img img {
        width: 100%;
        height: auto;
    }
    .what_warp .what_txt {
        float: none;
        width: -webkit-calc(100%);
        width: calc(100%);
        padding: 0;
    }
    .what_warp .what_ttl {
        margin: 0 0 20px;
    }
    .what_warp .c-lpttl {
        font-size: 25px;
    }
    .what_warp .what-kana {
        font-size: 10px;
        padding: 0;
    }
    .what_warp .what-txt {
        font-size: 12px;
        line-height: 1.6;
        margin: 0 0 30px;
    }
    .what_warp .what_btn {
        width: 100%;
    }
    /* merit parts
    --------------------------------*/
    .merit_warp {
        padding: 60px 0 85px;
    }
    .merit_lst li {
        margin: 0 0 60px;
    }
    .merit_box {
        padding: 0;
    }
    .merit_lst li:nth-child(5) {
        padding: 0;
    }
    .merit_box:before {
        top: 110px;
        width: 80%;
        height: 250px;
        left: auto;
        right: 0;
        border-radius: 10px 0 0 10px;
    }
    .merit_lst li:nth-child(3) .merit_box:before {
        height: 250px;
    }
    .merit_lst li:nth-child(5) .merit_box:before {
        height: 250px;
    }
    .merit_box .is-imgbx {
        float: none;
        min-width: 295px;
        width: 295px;
    }
    .merit_box .is-imgbx img {
        width: 100%;
        height: auto;
        border-radius: 0 10px 10px 0;
    }
    .merit_box .is-txtbx {
        float: none;
        min-width: 295px;
        width: -webkit-calc(295px);
        width: calc(295px);
        padding: 30px 0 0 25px;
    }
    .merit_box .is-nmb {
        margin: 0 0 20px;
    }
    .merit_box .is-ttl {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .merit_box .is-txt {
        font-size: 12px;
        line-height: 1.6;
    }
    .merit_box .is-add {
        font-size: 11px;
        padding: 10px 0 0;
    }
    .merit_box .is-img {
        padding: 30px 0 0;
    }
    .merit_box .is-img img {
        width: 100%;
        max-width: 271px;
        height: auto;
    }
    .merit_lst li:nth-child(2n) img {
        border-radius: 10px 0 0 10px;
    }
    .merit_lst li:nth-child(2n) .merit_box:before {
        right: auto;
        left: 0;
        border-radius: 0 10px 10px 0;
    }
    .merit_lst li:nth-child(2n) .merit_box .is-txtbx {
        padding: 30px 25px 0 0;
    }
    .merit_lst li:nth-child(2n) .is-nmb {
        float: none;
        margin: 0 0 20px;
    }
    .merit_lst li:nth-child(2n) .is-ttl {
        float: none;
    }
    /* cv1 parts
    --------------------------------*/
    .cv1_warp {
        background: #2a59a7 url(../img/lp_bg03.png) repeat 0 0;
        background-size: 6px auto;
        -ms-background-size: 6px auto;
        -moz-background-size: 6px auto;
        -webkit-background-size: 6px auto;
        padding: 220px 0 40px;
    }
    .cv1_img {
        position: absolute;
        top: -250px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .cv1_txt {
        float: none;
        border-radius: 10px;
        width: 100%;
        padding: 25px 0;
        margin: 0;
    }
    .cv1_ttl .cv1-ttl {
        font-size: 18px;
        margin: 0 0 14px;
    }
    .cv1_ttl .cv1-logo {
        text-align: center;
        margin: 0 0 20px;
    }
    .cv1_ttl .cv1-logo img {
        width: 100%;
        height: auto;
        max-width: 275px;
    }
    .cv1_btn {
        width: 100%;
        padding: 0 25px;
    }
    /* reason parts
    --------------------------------*/
    .reason_top:before {
        margin-left: -40px;
        border: 40px solid transparent;
        border-top: 40px solid #fff;
    }
    .reason_top_img {
        padding: 60px 0 0;
    }
    .reason_top_img img {
        width: 100%;
        max-width: 325px;
        height: auto;
    }
    .reason01_wrap {
        background: #e5eef5 url(../img/lp_bg02.png) repeat 0 0;
        background-size: 6px auto;
        -ms-background-size: 6px auto;
        -moz-background-size: 6px auto;
        -webkit-background-size: 6px auto;
        padding: 70px 0 60px;
    }
    .reason02_wrap {
        background: url(../img/sp/lp_reason_img05.jpg) center center / cover no-repeat;
        padding: 60px 0 60px;
        margin: 0 0 60px;
    }
    .reason03_wrap {
        background: url(../img/sp/lp_reason_img06.jpg) center center / cover no-repeat;
        padding: 90px 0 90px;
    }
    .reason01_wrap .reason_nmb {
        margin: 0 0 20px;
    }
    .reason01_wrap .reason-ttl {
        font-size: 16px;
        margin: 0 0 25px;
    }
    .reason01_wrap .reason-txt {
        font-size: 12px;
        line-height: 1.6;
        text-align: left;
    }
    .reason01_wrap .reason01_lst {
        display: -webkit-block;
        display: -ms-block;
        -js-display: block;
        display: block;
        padding: 35px 0 0;
        margin: 0 0 60px;
    }
    .reason01_wrap .reason01_lst li {
        float: none;
        padding: 25px 0 0;
    }
    .reason01_wrap .reason01_lst li:nth-child(2n) {
        float: none;
    }
    .reason01_wrap .reason01_lst li:nth-child(-n+2) {
        padding: 25px 0 0;
    }
    .reason01_wrap .reason01_lst li:first-child {
        padding: 0;
    }
    .reason01_box {
        width: 100%;
        height: auto;
        box-shadow: 0 0 10px 10px rgba(35,74,104,0.05);
    }
    .reason01_box .is-txtbx {
        padding: 25px 25px;
    }
    .reason01_box .is-ttl {
        font-size: 16px;
        padding: 0 0 15px;
    }
    .reason01_box .is-txt {
        font-size: 12px;
        line-height: 1.6;
    }
    .reason01_img img {
        width: 100%;
        height: auto;
    }
    /* flow parts
    --------------------------------*/
    .flow_warp {
        padding: 60px 0 40px;
    }
    .flow_warp .flow_lst li {
        float: none;
        padding: 0;
        margin: 0 0 20px;
    }
    .flow_warp .flow_lst li:last-child {
        margin: 0;
    }
    .flow_nmb {
        margin: 0 0 10px;
    }
    .flow_box {
        width: 100%;
        box-shadow: 0 0 10px 10px rgba(35,74,104,0.05);
    }
    .flow_ttl {
        padding: 20px 0;
    }
    .flow_ttl:before {
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #022578;
    }
    .flow_ttl .is-ttl {
        font-size: 16px;
        line-height: 1;
    }
    .flow_last {
        padding: 30px 0 0;
    }
    .flow_last .is-ttl {
        font-size: 18px;
        line-height: 1.4;
        margin: 0 0 20px;
    }
    .flow_last .is-txt {
        font-size: 12px;
        line-height: 1.6;
        font-feature-settings: normal;
        -webkit-font-feature-settings: normal;
    }
    .flow_img img {
        width: 100%;
        height: auto;
    }
    /* cv2 parts
    --------------------------------*/
    .cv2_warp {
        background: #2a59a7 url(../img/lp_bg03.png) repeat 0 0;
        background-size: 6px auto;
        -ms-background-size: 6px auto;
        -moz-background-size: 6px auto;
        -webkit-background-size: 6px auto;
    }
    .cv2_in {
        background-image:url(../img/sp/lp_cv02_img_l.png), url(../img/sp/lp_cv02_img_r.png);
        background-repeat:no-repeat, no-repeat;
        background-position: left bottom, right bottom;
        background-size: 145px auto, 145px auto;
        -ms-background-size: 145px auto, 145px auto;
        -moz-background-size: 145px auto, 145px auto;
        -webkit-background-size: 145px auto, 145px auto;
        padding: 120px 0 80px;
    }
    .cv2_ttl {
        margin: 0 0 30px;
    }
    .cv2_ttl .is-ttl {
        font-size: 14px;
        border: 2px solid #fff;
        padding: 12px 12px;
    }
    .cv2_txt {
        margin: 0 0 45px;
    }
    .cv2_txt .is-txt {
        font-size: 20px;
    }
    .cv2_btn {
        width: 100%;
    }
}
@media (max-width: 374px) {
    .top_txtbx .top_lst {
        padding: 0 90px 0 0;
    }
    .top_txtbx .top_lst li {
        width: 100%;
        margin: 5px 0 0 0;
    }
    .top_txtbx .top_lst li:nth-child(-n+2) {
        margin: 5px 0 0 0;
    }
    .top_txtbx .top_lst li:first-child {
        margin: 0;
    }
    .top-emb {
        left: 0;
    }
    .cv1_ttl .cv1-ttl {
        font-size: 16px;
    }
    .cv1_ttl .cv1-logo img {
        max-width: 250px;
    }
    .cv2_ttl .is-ttl {
        font-size: 13px;
    }
    .cv2_txt .is-txt {
        font-size: 18px;
    }
}





/* IT導入補助金訴求 */
.c_textbox.strong>div {
    background: #EDF5FF;
    border: none;
    text-align: center;
    margin: 50px auto;
}

.c_textbox>div {
    padding: 35px 50px;
    border: 1px solid #D5D5D5;
/*    border-radius: 30px;*/
}

.c_textbox .c_h2 ,
.c_textbox p {
    text-align: center;
}

.c_h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 3.4rem;
    line-height: 1.4;
}

div.c_h2+div:not(:first-child) {
    margin-top: 40px;
}

.u-mb-s {
    margin-bottom: 32px !important;
}

.c_textbox img {
    width: auto;
    max-width: 100%;
}

@media screen and (max-width: 600px) {
    .c_h2 {
        font-size: 1.8rem;
        margin-bottom: 1.4em;
    }
}


