/*------------------------------------------------------------
common
------------------------------------------------------------*/
body main div, body main span, body main applet, body main object, body main iframe, body main h1, body main h2, body main h3,
body main h4, body main h5, body main h6, body main p, body main blockquote, body main pre, body main a, body main abbr,
body main acronym, body main address, body main big, body main cite, body main code, body main del, body main dfn, body main em,
body main font, body main ins, body main kbd, body main q, body main s, body main samp, body main small, body main strike, body main strong,
body main sub, body main sup, body main tt, body main var, body main dl, body main dt, body main dd, body main ol, body main ul, body main li, body main fieldset,
body main form, body main label, body main legend, body main table, body main caption, body main tbody, body main tfoot, body main thead, body main tr, body main th, body main td{
    font-family: "source-han-sans-japanese", sans-serif;
}

.recaptcha-form {
    display:flex;
    justify-content:center;
}
body #lp-inshoku {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    background: #fff;
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
}

body #lp-inshoku * {
    box-sizing: border-box;
}

#lp-inshoku a {
    transition: opacity .3s;
}

#lp-inshoku a[href^="tel:"] {
    display: inline-block;
    transition: none;
}

#lp-inshoku a:hover {
    text-decoration: none;
}

#lp-inshoku a:focus-visible {
    outline: none;
}

#lp-inshoku img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#lp-inshoku .js-fadein {
    opacity: 0;
    transform: translate(0, 40px);
    transition-property: opacity, transform;
    transition-duration: 1s;
}

#lp-inshoku .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

.text:last-of-type {
    margin-bottom: 0;
}

#lp-inshoku .inner {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

#lp-inshoku .sp-br{
    display: none;
}
#lp-inshoku .pc-br{
    display: block;
}

#lp-inshoku .en,
#lp-inshoku .ttl-en,
#lp-inshoku .number{
    font-family: "Montserrat", serif;
}



/*main banner*/
#lp-inshoku .main-banner{
    padding-top: 151px;
    padding-bottom: 123px;
    background-image: url("../../images/driver-upgrade/driver_bg01_pc.png");
    background-size: cover;)100%;
    background-position: top center;
    background-repeat: no-repeat;
}
#lp-inshoku.seibishi .main-banner{
    padding-bottom: 39px;
}
#lp-inshoku .main-banner .banner-inner{
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
#lp-inshoku .main-banner .image{
    width: min(63.85vw, 1226px);
    width: 74.8%;
    display: block;
    margin: 0 0 0 auto;
}
#lp-inshoku .main-banner .banner-heading{
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    left: min(4.48vw, 86px);
}
#lp-inshoku .main-banner .banner-heading span{
    font-size: min(3.02vw, 58px);
    line-height: 1.4;
    display: inline-block;
    background: #fff;
    margin-bottom: min(0.83vw, 16px);
    font-weight: 900;
    padding: min(0.99vw, 19px) min(1.56vw, 30px) min(0.89vw, 17px) min(1.09vw, 21px);
}
#lp-inshoku .main-banner .banner-heading span:last-child{
    margin-bottom: 0;
}
#lp-inshoku .main-banner .banner-heading .sub-heading{
    font-size: min(2.08vw, 40px);
    line-height: 1;
    color: #fff;
    background: #E48121;
    display: inline-block;
    font-weight: 900;
    margin-top: min(1.61vw, 31px);
    padding: min(0.78vw, 15px) min(0.63vw, 12px) min(0.78vw, 15px) min(1.35vw, 26px);
}
#lp-inshoku .main-banner .banner-inner img{
    width: 100%;
}
#lp-inshoku .main-banner .news-top{
    width: 100%;
    max-width: 1360px;
    margin: auto;
    padding: 0 20px;
}
#lp-inshoku .main-banner .news-top .news-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 13px;
}
#lp-inshoku .main-banner .news-top .news-info .ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 39px;
    background: #E48121;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat", serif;
    letter-spacing: 1px;
}
#lp-inshoku .main-banner .news-top .news-info .text-news{
    font-size: 34px;
    line-height: 40px;
    color: #E48121;
    font-weight: bold;
    position: relative;
    letter-spacing: 1.7px;
}
#lp-inshoku.seibishi .main-banner .news-top .news-info{
    justify-content: center;
}
#lp-inshoku.seibishi .main-banner .news-top .news-info .text-news{
    width: auto;
}
#lp-inshoku .main-banner .news-top{
    padding-top: 44px;
}
#lp-inshoku .main-banner .text-description{
    font-size: 16px;
    line-height: 2.675;
    color: #2A4852;
    margin-bottom: 36px;
    font-weight: bold;
}
#lp-inshoku.seibishi .main-banner .text-description{
    margin-bottom: 21px;
}
#lp-inshoku .main-banner .text-bottom-inner{
    max-width: 1548px;
    margin: auto;
    padding: 0 20px;
}
#lp-inshoku .main-banner .text-bottom{
    display: flex;
    flex-wrap: wrap;
}
#lp-inshoku.seibishi .main-banner .text-bottom{
    align-items: center;
}
#lp-inshoku .main-banner .text-bottom .image{
    display: block;
    width: 29.3%;
}
#lp-inshoku .main-banner .text-bottom .info{
    width: calc(100% - 29.3%);
    padding-left: 36px;
    padding-top: 3px;
}
#lp-inshoku.seibishi .main-banner .text-bottom .info{
    padding-top: 20px;
}
#lp-inshoku .main-banner .text-bottom .info .text{
    font-size: 16px;
    line-height: 2.675;
    color: #2A4852;
    font-weight: bold;
    padding-left: 3px;
    max-width: 940px;
}
#lp-inshoku.seibishi .main-banner .text-bottom .info .text:last-child{
    margin-bottom: 0;
}
#lp-inshoku .main-banner .text-bottom .info .title{
    font-size: 35px;
    line-height: 42px;
    color: #2A4852;
    font-weight: bold;
    letter-spacing: 0.7px;
    margin-bottom: 14px;
}
#lp-inshoku .main-banner .text-bottom .info .title .image-sp{
    display: none;
}
#lp-inshoku .main-banner .text-bottom .info .text-2{
    font-size: 16px;
    line-height: 26px;
    color: #2A4852;
    letter-spacing: 0.8px;
    padding-right: 20px;
    margin-bottom: 7px;
}
#lp-inshoku .main-banner .text-bottom .info .txt-b{
    font-size: 19px;
    line-height: 30px;
    color: #2A4852;
    font-weight: bold;
    letter-spacing: 0.95px;
}


#lp-inshoku .driver-main{
    padding-top: 82px;
}

#lp-inshoku .skills-recruitment .content{
    border-radius: 10px 10px 16px 16px;
    overflow: hidden;
    background: #F3F3F3;
    padding-bottom: 27px;
}
#lp-inshoku .skills-recruitment .top-title {
    background: #2A4852;
}
#lp-inshoku .skills-recruitment .top-title .t1 {
    color: #ffffff;
}
#lp-inshoku .top-title{
    background: #E48121;
    position: relative;
    min-height: 102px;
    padding-top: 9px;
    padding-bottom: 15px;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#lp-inshoku .top-title .t1{
    font-size: 35px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 98px;
    letter-spacing: 0px;
    transform: translateY(-50%);
}
#lp-inshoku .top-title .title{
    font-size: 52px;
    line-height: 1.5;
    color: #FFF000;
    font-weight: bold;
}
#lp-inshoku .top-title .t1:before {
    content: "";
    position: absolute;
    width: 71px;
    height: 7px;
    background: #fff;
    top: 15px;
    left: -98px;
}

.seibishi-page .top-title .t1:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 7px;
    background: #FFF000;
    top: 15px;
    left: -80px;
}

.seibishi-page .top-title .t1:before {
    background: #ffffff !important;
}

.seibishi-page .top-title .t1 {
    color: #ffffff !important;
}


#lp-inshoku .skills-recruitment .top-title{
    padding-left: 236px;
}
#lp-inshoku.seibishi .skills-recruitment .top-title{
    justify-content: center;
}
#lp-inshoku.seibishi .skills-recruitment .top-title .title{
    padding-right: 0;
}
#lp-inshoku .skills-recruitment .skills-recruitment-main{
    padding: 14px 39px 0;
    margin-bottom: 15px;
}
#lp-inshoku .skills-recruitment .skills-recruitment-main .specific-skills{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
#lp-inshoku .skills-recruitment .skills-recruitment-main .ttl{
    font-size: 40px;
    line-height: 50px;
    color: #2A4852;
    letter-spacing: 2px;
    width: 20%;
    padding-top: 9px;
}
#lp-inshoku .skills-recruitment .skills-recruitment-main .price{
    width: 32%;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
}
#lp-inshoku .skills-recruitment .skills-recruitment-main .text{
    width: 48%;
    font-size: 16px;
    line-height: 35px;
    color: #394E75;
    padding-left: 30px;
    letter-spacing: 0.8px;
    padding-top: 5px;
}
#lp-inshoku .skills-recruitment .skills-recruitment-main .price .t1{
    font-size: 22px;
    line-height: 35px;
    color: #2A4852;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 8px;
    display: inline-block;
    width: calc(100% - 96px);
}
#lp-inshoku .skills-recruitment .skills-recruitment-main .price .t2{
    font-size: 10px;
    line-height: 16px;
    color: #000;
    width: 110px;
    padding-left: 17px;
    position: relative;
    margin-right: -15px;
    letter-spacing: 0.5px;
    padding-top: 4px;
}
#lp-inshoku .skills-recruitment .skills-recruitment-main .price .number{
    font-size: 80px;
    line-height: 60px;
    color: #2A4852;
    font-family: "Montserrat", serif;
    font-weight: 600;
    letter-spacing: 4px;
    padding-top: 7px;
    padding-left: 1px;
    white-space: nowrap;
}
#lp-inshoku .skills-recruitment .skills-recruitment-main .price .number span{
    font-family: 'Noto Sans JP';
    font-size: 44px;
    line-height: 50px;
    position: relative;
}
#lp-inshoku .skills-recruitment .merit{
    padding: 0 38px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
}
#lp-inshoku .skills-recruitment .merit .merit-border{
    position: relative;
    width: 100%;
}
#lp-inshoku .skills-recruitment .merit .merit-border:before{
    content: "";
    position: absolute;
    width: calc(100% - 38px);
    height: 1px;
    background: #2A4852;
    top: 20px;
    right: 0;
    z-index: 1;
}
#lp-inshoku .skills-recruitment .merit .merit-border span{
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #2A4852;
    font-family: "Montserrat", serif;
    letter-spacing: 0.8px;
    background: #F3F3F3;
    padding-right: 38px;
}
#lp-inshoku .skills-recruitment .merit .ttl{
    width: 300px;
    padding-right: 20px;
    font-size: 32px;
    line-height: 50px;
    color: #2A4852;
    letter-spacing: 1.4px;
    padding-top: 18px;
}
#lp-inshoku .skills-recruitment .merit .recruitment-list{
    width: calc(100% - 300px);
    display: grid;
    grid-template-columns: repeat(5,1fr);
    column-gap: 18px;
    align-items: flex-start;
    padding-right: 26px;
    padding-top: 20px;
}
#lp-inshoku .skills-recruitment .merit .recruitment-item{
    display: flex;
    padding-bottom: 100%;
    position: relative;
    background: #2A4852;
    border-radius: 50%;
}
#lp-inshoku .skills-recruitment .merit .recruitment-item p{
    font-size: 32px;
    line-height: 40px;
    color: #FFF000;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    letter-spacing: 2px;
    padding-left: 4px;
}

#lp-inshoku .skills-recruitment .skills-recruitment-bottom{
    display: flex;
    flex-wrap: wrap;
    padding: 0 32px;
    align-items: flex-start;
}
#lp-inshoku .skills-recruitment .skills-recruitment-bottom .title-border{
    display: flex;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}
#lp-inshoku .skills-recruitment .skills-recruitment-bottom .title-border span{
    display: flex;
    height: 40px;
    border: 1px solid #2A4852;
    border-radius: 30px;
    background: #fff;
    align-items: center;
    padding: 0 16px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    color: #2A4852;
}
#lp-inshoku .skills-recruitment .skills-recruitment-bottom .title-border:before{
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    right: 0;
    top: 20px;
    height: 1px;
    background: #2A4852;
}
#lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support{
    width: 52%;
}
#lp-inshoku .skills-recruitment .skills-recruitment-bottom .referral-eligibility{
    width: 48%;
    padding-left: 47px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
#lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
#lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .image{
    width: 47%;
    display: flex;
}
#lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .image img{
    width: 100%;
}
#lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-list{
    width: 53%;
    padding-left: 16px;
    padding-top: 3px;
}
#lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-item{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    margin-bottom: 7px;
}
#lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-item .text{
    font-size: 18px;
    line-height: 26px;
    color: #2A4852;
    font-weight: bold;
    letter-spacing: 1px;
    width: calc(100% - 80px);
    position: relative;
    padding-left: 21px;
}
#lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-item .text:before{
    content: "";
    position: absolute;
    width: 12px;
    height: 34px;
    background: #2A4852;
    top: -4px;
    left: 0;
}
#lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-item:nth-child(2) .text:before{
    background: #2A636B;
}
#lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-item:nth-child(3) .text:before{
    background: #58858B;
}
#lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-item:nth-child(4) .text:before{
    background: #7C9FA4;
}
#lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-item:nth-child(5) .text:before{
    background: #A1BABE;
}

#lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-item .number{
    font-size: 40px;
    line-height: 40px;
    color: #2A4852;
    font-weight: 600;
    width: 80px;
    text-align: right;
    position: relative;
    top: 2px;
    letter-spacing: 0.5px;
}
#lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-item .number small{
    font-size: 22px;
}

#lp-inshoku .skills-recruitment .referral-eligibility .referral-eligibility-item.item-01{
    width: 55%;
}
#lp-inshoku .skills-recruitment .referral-eligibility .referral-eligibility-item.item-02{
    width: 45%;
    padding-left: 6px;
}
#lp-inshoku .skills-recruitment .referral-eligibility .referral-eligibility-item ul li{
    font-size: 16px;
    line-height: 26px;
    color: #2A4852;
    font-weight: 400;
    display: block;
    letter-spacing: 0.8px;
    padding-left: 14px;
    text-indent: -14px;
}
#lp-inshoku .skills-recruitment .referral-eligibility .referral-eligibility-item .image{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    min-height: 153px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 20px;
    background: #fff;
    border-radius: 8px;
}


#lp-inshoku .training{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 35px 0px 16px;
    border-bottom: 1px dotted #1966F6;
}
#lp-inshoku .skills-recruitment .container{
    /*padding: 0 39px;*/
}
#lp-inshoku .training .training-info{
    width: 56.7%;
    padding-left: 29px;
    position: relative;
}
#lp-inshoku .training .training-info:before{
    content: "";
    position: absolute;
    width: 9px;
    height: calc(100% - 16px);
    background: #1966F6;
    top: 9px;
    left: 0;
}
#lp-inshoku .training .training-image{
    width: 43.3%;
}
#lp-inshoku .training .training-info .title{
    font-size: 32px;
    line-height: 50px;
    font-weight: bold;
    color: #1966F6;
    letter-spacing: 1.4px;
    margin-bottom: 13px;
}
#lp-inshoku .training .training-info .text{
    font-size: 18px;
    line-height: 40px;
    color: #394E75;
    letter-spacing: 1px;
}
#lp-inshoku .training .training-info .text strong{
    font-size: 25px;
    line-height: 34px;
    color: #1966F6;
}



.support .section-header {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: white;
}
.support .highlight {
    padding: 5px 10px;
    border-radius: 5px;
    background: #2A4852;
    margin-left: 10px;
}
.support {
    padding: 0 39px;
}
.page-id-4460 #lp-inshoku .driver-main {
    background: #ffffff !important;
    padding-bottom: 0;
}

.seibishi-page .top-title {

}

.seibishi-page .top-title .t1:before {
    display: none;
}

.seibishi-page .benefits-service .top-title .t1:before {
    display: block;
}

.seibishi-page .container .top-title .t1 {
    width: 12%;
}
.support_c {
    margin-top: 15px;
}


.seibishi-page .top-title .title_c {
    color: #ffffff;
    width: 12%;
    text-align: center;
}

.seibishi-page .top-title .desc_r {
    color: #ffffff;
    width: 55%;
}

#lp-inshoku .operation {
    padding: 0 39px;
}
#lp-inshoku .trainee {
    padding: 0 39px;
}
.support .content {
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 20px;
    margin-top: 15px;
}
.support .box {
    flex: 1 1 calc(50% - 20px);
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
}
.support .box img {
    width: 50px;
    height: 50px;
}
.support .box-text {
    flex: 1;
}
@media (max-width: 600px) {
    .box {
        flex: 1 1 100%;
    }
}





#lp-inshoku .trainee{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 28px;
    /*border-bottom: 2px dotted #1966F6;*/
    padding-bottom: 23px;
}
#lp-inshoku .trainee .trainee-info{
    width: 52%;
    padding-left: 29px;
    position: relative;
    padding-top: 8px;
}
#lp-inshoku .trainee .trainee-info:before{
    content: "";
    position: absolute;
    width: 9px;
    height: calc(100% - 3px);
    background: #2A4852;
    top: 3px;
    left: 0;
}
#lp-inshoku .trainee .trainee-point{
    width: 48%;
    padding-left: 22px;
}
#lp-inshoku .trainee .note{
    width: 100%;
    background: #2A4852;
    border-radius: 50px;
    margin-top: 16px;
    padding: 9px 20px;
}
#lp-inshoku .trainee .trainee-info .title-logo{
    display: flex;
    /* flex-wrap: wrap; */
    column-gap: 36px;
    align-items: center;
    margin-bottom: 9px;
}
#lp-inshoku .trainee .trainee-info .title-logo .title{
    font-size: 32px;
    line-height: 46px;
    color: #2A4852;
    font-weight: bold;
    letter-spacing: 1.4px;
    padding-bottom: 19px;
}
#lp-inshoku .trainee .trainee-info .price-item{
    border: 1px solid #2A4852;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    height: 77px;
}
#lp-inshoku .trainee .trainee-info .price-box{
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}
#lp-inshoku .trainee .trainee-info .price-item:nth-child(1){
    width: 46%;
}
#lp-inshoku .trainee .trainee-info .price-item:nth-child(2){
    width: calc(54% - 15px);
}
#lp-inshoku .trainee .trainee-info .price-item .ttl{
    font-size: 16px;
    line-height: 24px;
    color: #2A4852;
    text-align: center;
    letter-spacing: 1px;
}
#lp-inshoku .trainee .trainee-info .price-item .number{
    font-size: 40px;
    line-height: 30px;
    font-family: "Montserrat", serif;
    font-weight: 600;
    color: #2A4852;
    letter-spacing: 2px;
}
#lp-inshoku .trainee .trainee-info .price-item .number span{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #2A4852;
    letter-spacing: 1px;
    padding-left: 3px;
    position: relative;
    top: -2px;
}
#lp-inshoku .trainee .trainee-point .trainee-item-point{
    position: relative;
    margin-bottom: 15px;
}
#lp-inshoku .trainee .trainee-point .trainee-item-point .text{
    font-size: 22px;
    line-height: 1.6;
    background: #2A4852;
    border-radius: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 6px 0 8px 50px;
    letter-spacing: 1px;
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#lp-inshoku .trainee .trainee-point .trainee-item-point .number{
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 2px solid #2A4852;
    border-radius: 50%;
    z-index: 2;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 30px;
    font-family: "Montserrat", serif;
    color: #2A4852;
    font-weight: 600;
}
#lp-inshoku .trainee .note .text{
    color: #FFF000;
    text-align: center;
    font-size: 26px;
    line-height: 38px;
    font-weight: bold;
    letter-spacing: 1.8px;
    padding-left: 21px;
}

#lp-inshoku .operation{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 30px;
}
#lp-inshoku .operation .operation-info{
    width: 56.7%;
    padding-left: 29px;
    position: relative;
    padding-right: 31px;
}
#lp-inshoku .operation .operation-image{
    width: 43.3%;
    padding-top: 5px;
}
#lp-inshoku .operation .operation-image .note-img{
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
    text-align: right;
    letter-spacing: 0.5px;
    margin-top: 7px;
}
#lp-inshoku .operation .note{
    width: 100%;
    padding-top: 6px;
    padding-bottom: 18px;
}
#lp-inshoku .operation .operation-info .title{
    font-size: 32px;
    line-height: 50px;
    font-weight: bold;
    color: #2A4852;
    letter-spacing: 1.4px;
    margin-bottom: 15px;
}
#lp-inshoku .operation .operation-info .text{
    font-size: 18px;
    line-height: 35px;
    color: #394E75;
    letter-spacing: 0.9px;
}
#lp-inshoku .operation .operation-info:before{
    content: "";
    position: absolute;
    width: 9px;
    height: calc(100% - 14px);
    background: #2A4852;
    top: 9px;
    left: 0;
}
#lp-inshoku .operation .note p{
    font-size: 26px;
    line-height: 45px;
    color: #2A4852;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.8px;
    padding-left: 20px;
}


#lp-inshoku .country{
    padding-top: 64px;
    padding-bottom: 35px;
}

#lp-inshoku .country .title{
    font-size: 35px;
    line-height: 42px;
    color: #E48121;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.6px;
    margin-bottom: 42px;
}
#lp-inshoku.seibishi .country .title{
    margin-bottom: 21px;
}
#lp-inshoku .country .sub-ttl{
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1.2px;
    padding-left: 7px;
    margin-bottom: 35px;
}
#lp-inshoku.seibishi .country .sub-ttl{
    line-height: 40px;
    margin-bottom: 30px;
}
#lp-inshoku .country .country-content{
    background: #F3F3F3;
    border-radius: 10px;
    padding: 38px 58px 26px;
}
#lp-inshoku.seibishi .country .country-item:nth-child(1){
    border-bottom: 1px solid #E48121;
    padding-bottom: 25px;
}
#lp-inshoku.seibishi .country .country-content{
    padding: 25px 28px;
}
#lp-inshoku .step {
    background: #F3F3F3;
}
#lp-inshoku .bg-content{
    background-image: url("data:image/svg+xml,%3Csvg id='Group_149' data-name='Group 149' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='2690.994' height='5184.601' viewBox='0 0 2690.994 5184.601'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_141' data-name='Rectangle 141' width='2690.994' height='5184.601' fill='none'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Rectangle_140' data-name='Rectangle 140' width='2691' height='5184.601' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_148' data-name='Group 148' clip-path='url(%23clip-path)'%3E%3Cg id='Group_147' data-name='Group 147'%3E%3Cg id='Group_146' data-name='Group 146' clip-path='url(%23clip-path-2)'%3E%3Cg id='Group_145' data-name='Group 145' opacity='0.2' style='isolation: isolate'%3E%3Cg id='Group_144' data-name='Group 144'%3E%3Cg id='Group_143' data-name='Group 143' clip-path='url(%23clip-path)' style='isolation: isolate'%3E%3Cpath id='Path_471' data-name='Path 471' d='M0,0S676.45,170.4,1349.2,170.4,2691,0,2691,0V5184.6H0Z' fill='%23c3c3c3'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 270px;
}
#lp-inshoku .benefits-service {
    padding-bottom: 125px;
}
#lp-inshoku .step {
    margin-bottom: 0 !important;
    padding-top: 30px;
}
.seibishi-page .country .country-list{
    grid-template-columns: repeat(1,1fr) !important;
}

#lp-inshoku .country .country-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 75px;
    row-gap: 22px;
    position: relative;
}
#lp-inshoku.seibishi .country .country-list{
    column-gap: 18px;
}
#lp-inshoku.seibishi .country .country-list:before{
    display: none;
}
#lp-inshoku .country .country-item{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
#lp-inshoku .country .country-item:nth-child(2n){
    margin-left: 11px;
}
#lp-inshoku .country .country-item:nth-child(n+3){
    border-bottom: 0;
    padding-bottom: 0;
}
#lp-inshoku .country .country-item .image{
    width: 34%;
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}
#lp-inshoku .country .country-item .image img{
    width: 100%;
    max-width: 185px;
}
#lp-inshoku .country .country-item .country-info{
    width: 66%;
    position: relative;
    padding-left: 38px;
    padding-right: 10px;
}
#lp-inshoku.seibishi .country .country-item .country-info{
    width: 100%;
    padding-right: 0;
}
#lp-inshoku .country .country-item .country-info:before{
    content: "";
    position: absolute;
    width: 9px;
    height: calc(100% + 13px);
    background: #E48121;
    top: -13px;
    left: 2px;
}
#lp-inshoku .country .country-item .country-info .ttl{
    font-size: 27px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 8px;
}
#lp-inshoku .country .country-item .country-info .t1{
    font-size: 22px;
    line-height: 26px;
    color: #E48121;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
#lp-inshoku.seibishi .country .country-item .country-info .t1{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}
#lp-inshoku .country .country-item .country-info .text{
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    max-width: 262px;
    margin-bottom: 18px;
}
#lp-inshoku .country .country-item:nth-child(2) .country-info .text{
    margin-bottom: 0;
}
#lp-inshoku .country .country-item .country-info .text:last-child{
    margin-bottom: 0;
}
#lp-inshoku .country .country-item .country-info .info-text{
    margin-bottom: 4px;
}
#lp-inshoku .country .country-item .country-info .info-text:last-child{
    margin-bottom: 0;
}
#lp-inshoku.seibishi .country .country-item{
    align-items: flex-start;
    border: 0;
    padding-bottom: 0px;
}
#lp-inshoku.seibishi .country .country-item .country-info .text{
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    display: flex;
}
#lp-inshoku.seibishi .country .country-item .country-info .text span{
    font-size: 12px;
    padding-right: 9px;
}
#lp-inshoku.seibishi .country .country-item .country-info .info-text{
    margin-bottom: 18px;
}
#lp-inshoku.seibishi .country .country-item .country-info .info-text:last-child{
    margin-bottom: 0;
}
#lp-inshoku.seibishi .country .country-item .country-info .t1 small{
    font-size: 16px;
    padding: 0px 10px;
}
#lp-inshoku.seibishi .country .country-item .country-info .info-text.info01{
    width: calc(100% - 160px);
}
#lp-inshoku.seibishi .country .country-item .image{
    position: absolute;
    top: 6px;
    right: 6px;
    width: 160px;
    display: flex;
}
#lp-inshoku.seibishi .country .country-item .image img{
    width: 100%;
}
#lp-inshoku.seibishi .country .country-item:nth-child(1) .image{
    right: 20px;
}
#lp-inshoku.seibishi .country .country-item .country-info .info01 .text:last-child{
    width: calc(100% + 160px);
}
#lp-inshoku.seibishi .country{
    padding-bottom: 30px;
}


#lp-inshoku .step .step-content{
    background: #fff;
    padding: 30px 30px 33px;
    border-radius: 10px;
}
#lp-inshoku .step .step-content .orange{
    background: #FFE6C7;
}
#lp-inshoku .step .step-content .green{
    background: #D9F8C7;
}
#lp-inshoku .step .step-content .blue{
    background: #B2E0FB;
}
#lp-inshoku .step .step-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 37px;
    margin-bottom: 19px;
}
#lp-inshoku .step .step-item .title-t{
    display: flex;
    height: 56px;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    padding-left: 18px;
    position: relative;
    align-items: center;
    margin-bottom: 8px;
    column-gap: 10px;
}
#lp-inshoku .step .step-item .title-t:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 20px solid #FFE6C7;
    right: -20px;
    top: 0;
}
#lp-inshoku .step .step-item .title-t.green:after{
    border-left-color: #D9F8C7;
}
#lp-inshoku .step .step-item .title-t.blue:after{
    border-left-color: #B2E0FB;
}
#lp-inshoku .step .step-item .title-t .box{
    display: inline-block;
    border-radius: 5px;
    background: #E8CFB0;
    padding: 4px 10px;
}
#lp-inshoku .step .step-item .title-t.green .box{
    background: #BDDEAA;
}
#lp-inshoku .step .step-item .title-t.blue .box{
    background: #9AC9E5;
}
#lp-inshoku .step .step-item .container{
    padding: 28px 10px 11px;
}
#lp-inshoku .step .step-item .text-bottom{
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    column-gap: 6px;
}
#lp-inshoku .step .step-item .text-bottom p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
#lp-inshoku .step .step-item h4{
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}
#lp-inshoku .step .step-item .ttl-box{
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 36px;
    position: relative;
}
#lp-inshoku .step .step-item .ttl-box:after{
    content: "+";
    position: absolute;
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
}
#lp-inshoku .step .step-item:nth-child(3) .ttl-box.orange{
    /*margin-bottom: 30px;*/
    margin-bottom: 3px;
}
#lp-inshoku .step .step-item:nth-child(3) .ttl-box.green{
    margin-bottom: 53px;
}
#lp-inshoku .step .step-item:nth-child(3) .ttl-box.green:after{
    bottom: -32px;
}
#lp-inshoku .step .step-item:nth-child(3) .ttl-box:after {
    display: none;
}
#lp-inshoku .step .step-item .text-d{
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}
#lp-inshoku .step .step-item .container .ttl{
    margin-bottom: 13px;
}
#lp-inshoku .step .step-item:nth-child(1) .text-d{
    margin-bottom: 72px;
}
#lp-inshoku .step .step-item:nth-child(2) .container{
    padding-top: 12px;
}
#lp-inshoku .step .step-item:nth-child(2) .text-d{
    margin-bottom: 8px;
}
#lp-inshoku .step .step-item:nth-child(3) .container{
    padding-top: 5px;
}
#lp-inshoku .step .step-item:nth-child(3) .container .ttl{
    margin-bottom: 1px;
}
#lp-inshoku .step .step-item:nth-child(3) .text-d{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 26px;
}
#lp-inshoku .step .step-item:nth-child(3) .text-bottom p{
    line-height: 22px;
}
#lp-inshoku .step .service-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 33px;

}
#lp-inshoku .step .service-item{
    background: #D2DFF8;
    padding-bottom: 23px;
}
#lp-inshoku .step .service-item .ttl{
    background: #394E75;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 4px;
    width: 100%;
    margin-bottom: 14px;
}
#lp-inshoku .step .service-item .t1{
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    color: #FF0000;
    font-weight: bold;
    padding: 0px 28px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
#lp-inshoku .step .service-item .service-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 28px;
}
#lp-inshoku .step .service-item .info .text{
    font-size: 22px;
    line-height: 37px;
    font-weight: bold;
    letter-spacing: 1px;
}
#lp-inshoku .step .service-item:nth-child(2) .info{
    width: calc(50% - 16px);
}
#lp-inshoku .step{
    margin-bottom: 60px;
}




#lp-inshoku .business .business-list{
    background: #fff;
    border-radius: 0 0 16px 16px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 28px;
    padding: 40px 38px 45px;
}
#lp-inshoku .business .business-item{
    background: #E48121;
    border-radius: 15px;
    padding: 25px 0 28px;
}
#lp-inshoku .business .business-item .ttl{
    font-size: 42px;
    line-height: 50px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    padding-left: 6px;
    margin-bottom: 25px;
}
#lp-inshoku .business .business-item .image{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    padding: 0 50px;
}
#lp-inshoku .business .business-item .image img{
    width: 100%;
}
#lp-inshoku .business .business-item .t1{
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
    color: #FFF000;
    padding: 0 10px;
    margin-bottom: 9px;
}
#lp-inshoku .business .business-item .text{
    font-size: 17px;
    line-height: 28px;
    font-weight: bold;
    padding: 0 50px;
    color: #ffffff;
}
#lp-inshoku .business {
    margin-bottom: 82px;
}

#lp-inshoku .business-list02{
    background: #fff;
    border-radius: 10px;
    margin-top: 72px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    overflow: hidden;
    padding-bottom: 60px;
    position: relative;
}
#lp-inshoku .business-list02:before{
    content: "";
    position: absolute;
    height: calc(100% - 153px);
    border-right: 1px solid #E48121;
    left: 50%;
    bottom: 25px;
}
#lp-inshoku .business-list02 .title{
    background: #E48121;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 103px;
    font-size: 46px;
    line-height: 59px;
    color: #fff;
    font-weight: bold;
    column-gap: 18px;
    margin-bottom: 51px;
}
#lp-inshoku .business-list02 .content-item:nth-child(2) .title{
    margin-bottom: 30px;
}
#lp-inshoku .business-list02 ul{
    padding: 0 15px;
}
#lp-inshoku .business-list02 ul li{
    font-size: 26px;
    line-height: 29px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 68px;
}
#lp-inshoku .business-list02 ul li:last-child{
    margin-bottom: 0;
}
#lp-inshoku .business-list02 ul li .note{
    font-size: 23px;
    line-height: 29px;
    display: block;
    margin-top: 11px;
}
#lp-inshoku .business-list02 ul li:after{
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26.903' height='32.616' viewBox='0 0 26.903 32.616'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_167' data-name='Rectangle 167' width='32.616' height='26.903' fill='%23e48120'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_160' data-name='Group 160' transform='translate(26.904) rotate(90)'%3E%3Cg id='Group_158' data-name='Group 158' transform='translate(0 0.001)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_870' data-name='Path 870' d='M4.751.014C6,.014,7.246.034,8.492.006A1.505,1.505,0,0,1,9.91.632c.288.415.61.807.916,1.209q2.541,3.351,5.081,6.7c1.079,1.429,2.144,2.869,3.219,4.3a.826.826,0,0,1,.044,1.074c-.295.411-.591.822-.894,1.226q-2.7,3.6-5.405,7.189c-.963,1.273-1.96,2.521-2.915,3.8a1.808,1.808,0,0,1-1.6.76c-2.533-.016-5.067.007-7.6.011a2.473,2.473,0,0,1-.462-.048.372.372,0,0,1-.241-.549,4.3,4.3,0,0,1,.324-.483q2.11-2.8,4.225-5.6,2.335-3.068,4.688-6.121a.91.91,0,0,0,.034-1.356c-.989-1.3-2-2.592-2.987-3.894C5.438,7.682,4.56,6.492,3.668,5.312,2.635,3.944,1.593,2.583.56,1.215A4.583,4.583,0,0,1,.125.533a.352.352,0,0,1,.3-.51c.584-.012,1.168,0,1.752,0q1.286,0,2.572,0Z' transform='translate(0 -0.003)' fill='%23e48120'/%3E%3Cpath id='Path_871' data-name='Path 871' d='M28.43.107a4.557,4.557,0,0,1,.634-.1C31.6.007,34.137.04,36.672,0a1.969,1.969,0,0,1,1.806.828c.918,1.26,1.863,2.5,2.8,3.746q2.43,3.221,4.865,6.438c.446.592.868,1.2,1.322,1.787a.879.879,0,0,1,.044,1.174c-.23.315-.448.639-.683.949-1.037,1.366-2.08,2.728-3.117,4.094q-1.8,2.376-3.6,4.758c-.587.777-1.2,1.535-1.757,2.335a1.733,1.733,0,0,1-1.594.772c-1.912-.021-3.825-.01-5.737-.007-.624,0-1.248.023-1.872.026-.267,0-.577.044-.711-.266s.1-.509.257-.729c.022-.032.049-.061.073-.092q2.627-3.44,5.252-6.882c.918-1.212,1.808-2.446,2.719-3.663.326-.437.69-.846,1.016-1.283a.818.818,0,0,0-.007-1.168q-2.288-3.035-4.59-6.061-1.52-2-3.039-4.008c-.425-.558-.864-1.106-1.29-1.664A3.143,3.143,0,0,1,28.521.6a2.316,2.316,0,0,1-.09-.489' transform='translate(-15.1 0)' fill='%23e48120'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 27px;
    height: 33px;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: -52px;
    left: 50%;
    transform: translateX(-50%);
}
#lp-inshoku .business-list02 ul li:last-child:after{
    display: none;
}


#lp-inshoku .benefits-service .benefits-service-content{
    background: #fff;
    padding: 32px 92px 60px 64px;
}
#lp-inshoku .benefits-service .benefits-service-container .benefits-service-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 42px;
    row-gap: 80px;
    padding-top: 58px;
}
#lp-inshoku .benefits-service .benefits-service-container .benefits-service-item{
    width: calc(33.33% - 28px);
    border: 4.5px solid #E48121;
    border-radius: 28px;
    position: relative;
    padding-top: 136px;
    padding-bottom: 20px;
}
#lp-inshoku .benefits-service .benefits-service-container .benefits-service-item .image{
    position: absolute;
    top: -36px;
    left: 7px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 20px;
}
#lp-inshoku .benefits-service .benefits-service-container .benefits-service-item .ttl{
    background: #E48121;
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    min-height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
}
#lp-inshoku .service-different-list {
    text-align: center;
}
#lp-inshoku .benefits-service .benefits-service-container .benefits-service-item .text{
    font-size: 24px;
    line-height: 38px;
    color: #E48121;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-top: 17px;
}
#lp-inshoku .benefits-service .benefits-service-container .benefits-service-item .text.text-small{
    /*font-size: 20px;*/
    /*line-height: 30px;*/
}
#lp-inshoku .benefits-service .benefits-service-container .benefits-service-item:last-child .image{
    top: -74px;
    padding-right: 15px;
}
#lp-inshoku .service-different-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 42px;
    row-gap: 57px;
    width: calc(100% - 40px);
    max-width: 762px;
    margin: auto;
}
#lp-inshoku .service-different-list .service-different-item{
    border: 4.5px solid #E48121;
    border-radius: 28px;
}
#lp-inshoku .service-different-list .service-different-item .ttl{
    font-size: 26px;
    line-height: 36px;
    color: #E48120;
    font-weight: bold;
    text-align: center;
}
#lp-inshoku .service-different-list .service-different-item .image{
    display: block;
    position: relative;
}
#lp-inshoku .service-different-list .service-different-item:nth-child(1){
    padding-top: 42px;
    padding-bottom: 18px;
}
#lp-inshoku .service-different-list .service-different-item:nth-child(1) .image{
    display: block;
    margin-bottom: 32px;
}
#lp-inshoku .service-different-list .service-different-item:nth-child(2){
    padding-bottom: 18px;
}
#lp-inshoku .service-different-list .service-different-item:nth-child(2) .image{
    margin-top: -15px;
    margin-bottom: 10px;
    padding-left: 24px;
}
#lp-inshoku .service-different-list .service-different-item:nth-child(3){
    padding-top: 38px;
    padding-bottom: 29px;
}
#lp-inshoku .service-different-list .service-different-item:nth-child(3) .image{
    margin-bottom: 8px;
}
#lp-inshoku .service-different-list .service-different-item:nth-child(4){
    padding-bottom: 20px;
}
#lp-inshoku .service-different-list .service-different-item:nth-child(4) .image{
    margin-top: -22px;
    margin-bottom: 23px;
    padding-left: 28px;
}


#lp-inshoku .benefits-service .service-different{
    background: #fff;
    padding-bottom: 77px;
    border-radius: 0 0 12px 12px;
}
#lp-inshoku .benefits-service .service-different .title{
    background: #E48121;
    display: flex;
    height: 93px;
    margin: 0 auto 78px;
    min-height: 62px;
    font-size: 35px;
    line-height: 1.5;
    color: #FFF100;
    font-weight: bold;
    justify-content: center;
    padding: 4px 47px 4px 10px;
    align-items: center;
    letter-spacing: 2.5px;
}


#lp-inshoku .recruitment-flow{
    background: #C4DBE4;
    padding-top: 65px;
    padding-bottom: 102px;
}
#lp-inshoku .recruitment-flow .top-title .t1{
    color: #FFF100;
}
#lp-inshoku .recruitment-flow .top-title .t1:before{
    background: #FFF100;
}
#lp-inshoku .recruitment-flow .inner>.title{
    margin-bottom: 47px;
    color: #314D73;
}
#lp-inshoku .recruitment-flow .title{
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    font-weight: bold;
    padding-left: 5px;
}
#lp-inshoku .recruitment-flow .image img{
    width: 100%;
}
#lp-inshoku .recruitment-flow .top-title{
    background: #314D73;
}
#lp-inshoku .recruitment-flow .recruitment-list{
    background: #fff;
    padding: 42px 68px 73px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 36px;
    align-items: flex-start;
}
#lp-inshoku .recruitment-flow .content-box{
    border-radius: 10px 10px 32px 32px;
    overflow: hidden;
}
#lp-inshoku .recruitment-flow .recruitment-item{
    border: 1px solid #707070;
    border-radius: 25px;
    overflow: hidden;
}
#lp-inshoku .recruitment-flow .recruitment-item .ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    background: #314D73;
    font-size: 32px;
    line-height: 43px;
    color: #fff;
    font-weight: bold;
}
#lp-inshoku .recruitment-flow .recruitment-item .info{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #707070;
    padding: 24px 0;
}
#lp-inshoku .recruitment-flow .recruitment-item .info:last-child{
    border-bottom: 0;
}
#lp-inshoku .recruitment-flow .recruitment-item .number{
    font-size: 30px;
    line-height: 40px;
    color: #48A5E4;
    font-weight: bold;
    font-family: "Prompt", sans-serif;
    width: 62px;
    text-align: center;
}
#lp-inshoku .recruitment-flow .recruitment-item .text-info{
    width: calc(100% - 62px);
    font-size: 18px;
    line-height: 36px;
    color: #000;
    padding-right: 10px;
}


#lp-inshoku .contact{
    background: #fff;
    padding-top: 50px;
    padding-bottom: 100px;
}
#lp-inshoku .contact .title{
    font-size: 48px;
    line-height: 78px;
    color: #2A4852;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.page-id-4460 #footer {
    background: #2A4852;
}


@media (max-width: 1280px) {

    #lp-inshoku .business .business-item .ttl{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    #lp-inshoku .business .business-item .t1{
        font-size: 16px;
        margin-bottom: 7px;
    }
    #lp-inshoku .business .business-item .text{
        font-size: 13px;
        line-height: 24px;
        padding: 0 30px;
    }
    #lp-inshoku .top-title .title{
        font-size: 38px;
    }
    #lp-inshoku .skills-recruitment .top-title .title{
        font-size: 34px;
    }

    #lp-inshoku .skills-recruitment .merit .recruitment-item p{
        font-size: 24px;
        line-height: 30px;
    }
    #lp-inshoku .main-banner .news-top .news-info .text-news{
        font-size: 24px;
    }
    #lp-inshoku .main-banner .text-description{
        font-size: 16px;
    }
    #lp-inshoku .main-banner .text-bottom{
        padding: 0 25px;
    }
    #lp-inshoku .main-banner .text-bottom .info .text{
        font-size: 14px;
        padding-right: 0;
        line-height: 26px;
        letter-spacing: 0.7px;
        padding-left: 2px;
    }
    #lp-inshoku .main-banner .text-bottom .info .text-2{
        font-size: 14px;
        padding-right: 0;
        line-height: 26px;
        padding-left: 2px;
        letter-spacing: 0.7px;
    }
    #lp-inshoku .main-banner .text-bottom .info .txt-b{
        font-size: 17px;
    }
    #lp-inshoku .main-banner .text-bottom .info .title{
        font-size: 22px;
    }
    #lp-inshoku .main-banner .news-top .news-info .ttl{
        font-size: 20px;
    }

    #lp-inshoku .skills-recruitment .skills-recruitment-main .ttl{
        font-size: 30px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-main .text{
        font-size: 14px;
        line-height: 26px;
        padding-left: 0;
    }
    #lp-inshoku .skills-recruitment .merit .ttl{
        font-size: 28px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .image{
        width: 40%;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-list{
        width: 60%;
    }
    #lp-inshoku .skills-recruitment .referral-eligibility .referral-eligibility-item ul li{
        font-size: 14px;
        line-height: 21px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-item .number{
        font-size: 30px;
        line-height: 30px;
        width: 70px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-item .number small{
        font-size: 18px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-item .text{
        width: calc(100% - 70px);
        font-size: 16px;
        line-height: 24px;
    }
    #lp-inshoku .skills-recruitment .merit .recruitment-list{
        padding-right: 0;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-main .price .number{
        font-size: 70px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-main .price .number span{
        font-size: 34px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-main .price .t1{
        font-size: 18px;
        line-height: 30px;
    }


    #lp-inshoku .country .country-item .country-info .text, #lp-inshoku.seibishi .country .country-item .country-info .text{
        font-size: 14px;
        line-height: 21px;
    }
    #lp-inshoku .country .country-item .country-info .t1{
        font-size: 18px;
    }
    #lp-inshoku .country .country-item .country-info .ttl{
        font-size: 20px;
    }

    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-item .ttl{
        font-size: 30px;
        line-height: 40px;
        min-height: 60px;
    }
    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-item .text{
        font-size: 20px;
    }
    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-item{
        padding-top: 100px;
    }

    #lp-inshoku .benefits-service .service-different .title{
        font-size: 28px;
    }

    #lp-inshoku .recruitment-flow .title{
        font-size: 30px;
    }
    #lp-inshoku.seibishi .country .title{
        font-size: 40px;
    }
    #lp-inshoku .country .sub-ttl,
    #lp-inshoku.seibishi .country .sub-ttl{
        font-size: 20px;
    }



    #lp-inshoku .training .training-info .title{
        font-size: 26px;
        line-height: 1.5;
    }
    #lp-inshoku .training .training-info .text{
        font-size: 16px;
        line-height: 30px;
    }
    #lp-inshoku .training .training-info .text strong{
        font-size: 20px;
        line-height: 30px;
    }

    #lp-inshoku .trainee .trainee-info .title-logo .title{
        font-size: 26px;
    }
    #lp-inshoku .trainee .trainee-info .price-item .ttl{
        font-size: 13px;
        line-height: 20px;
    }
    #lp-inshoku .trainee .trainee-info .price-item .number{
        font-size: 32px;
        line-height: 30px;
    }
    #lp-inshoku .trainee .trainee-info .price-item .number span{
        font-size: 14px;
    }
    #lp-inshoku .trainee .trainee-point .trainee-item-point .text{
        font-size: 16px;
    }
    #lp-inshoku .trainee .note .text{
        font-size: 20px;
        line-height: 30px;
    }
    #lp-inshoku .operation .operation-info .title{
        font-size: 26px;
        line-height: 1.5;
    }
    #lp-inshoku .operation .operation-info .text{
        font-size: 16px;
        line-height: 30px;
    }
    #lp-inshoku .operation .note p{
        font-size: 20px;
        line-height: 30px;
        padding-left: 0;
    }
    #lp-inshoku.seibishi .country .country-item .image{
        width: 100px;
    }
    #lp-inshoku.seibishi .country .country-item .country-info .info01 .text{
        width: calc(100% + 160px);
    }
    #lp-inshoku.seibishi .country .country-item .country-info .t1{
        font-size: 16px;
    }


    #lp-inshoku .step .step-item .title-t{
        font-size: 18px;
    }
    #lp-inshoku .step .step-item h4{
        font-size: 18px;
    }
    #lp-inshoku .step .step-item .text-d{
        font-size: 13px;
        line-height: 20px;
    }
    #lp-inshoku .step .step-item:nth-child(3) .text-d{
        font-size: 11px;
        line-height: 16px;
    }
    #lp-inshoku .step .step-item .text-bottom p{
        font-size: 12px;
        line-height: 1.6;
    }
    #lp-inshoku .step .step-item:nth-child(3) .text-bottom p{
        line-height: 1.3;
    }
    #lp-inshoku .step .service-item .info .text{
        font-size: 18px;
        line-height: 32px;
    }
    #lp-inshoku .step .service-item:nth-child(2) .info{
        width: 50%;
    }
    #lp-inshoku .step .service-item .t1{
        font-size: 24px;
        line-height: 32px;
    }
    #lp-inshoku .business .business-item .image{
        padding: 0 30px;
    }
    #lp-inshoku .business-list02 ul li{
        font-size: 20px;
    }
    #lp-inshoku .business-list02 ul li .note{
        font-size: 18px;
        margin-top: 6px;
    }
    #lp-inshoku .business-list02 .title{
        font-size: 34px;
    }
    #lp-inshoku .benefits-service .benefits-service-content{
        padding: 32px 50px 60px;
    }
    #lp-inshoku .recruitment-flow .recruitment-list{
        padding: 42px 50px 73px;
    }

}


@media (max-width: 1023px) {

    #lp-inshoku .main-banner .news-top .news-info .text-news{
        font-size: 20px;
        line-height: 30px;
    }
    #lp-inshoku .main-banner .news-top .news-info .ttl{
        font-size: 16px;
        width: 80px;
        height: 30px;
    }

    #lp-inshoku .main-banner .text-bottom .image{
        width: 200px;
    }
    #lp-inshoku .main-banner .text-bottom .info{
        width: calc(100% - 200px);
    }
    #lp-inshoku .main-banner{
        padding-bottom: 90px;
    }
    #lp-inshoku .bg-content{
        padding-top: 200px;
    }
    #lp-inshoku .country{
        padding-bottom: 0;
    }

    #lp-inshoku .skills-recruitment .top-title .title{
        font-size: 24px;
        padding-right: 40px;
    }
    #lp-inshoku .top-title .title{
        font-size: 30px;
    }
    #lp-inshoku .top-title .t1{
        font-size: 20px;
        left: 60px;
    }
    #lp-inshoku .top-title .t1:before{
        left: -60px;
        width: 45px;
        height: 5px;
        top: 16px;
    }
    #lp-inshoku .country .country-list{
        column-gap: 40px;
    }
    #lp-inshoku .country .country-content{
        padding: 30px 20px 30px;
    }
    #lp-inshoku .country .country-item .country-info:before{
        width: 7px;
        left: 0;
    }
    #lp-inshoku .country .country-item .country-info{
        padding-left: 20px;
    }

    #lp-inshoku .business .business-list{
        padding: 30px 20px;
        column-gap: 20px;
    }
    #lp-inshoku .business .business-item .ttl{
        padding: 0;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    #lp-inshoku .business .business-item .image{
        max-width: 240px;
        margin: 0 auto 6px;
        padding: 0 15px;
    }
    #lp-inshoku .business .business-item .text{
        padding: 0 15px;
    }
    #lp-inshoku .top-title{
        padding-left: 80px;
        min-height: 80px;
    }
    #lp-inshoku .business-list02 .title{
        height: 80px;
        font-size: 30px;
    }
    #lp-inshoku .business-list02 .title img{
        width: 46px;
    }
    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-list{
        column-gap: 20px;
        max-width: 820px;
        margin: auto;
    }
    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-item{
        width: calc(33.33% - 13.4px);
        padding-top: 65px;
    }
    #lp-inshoku .benefits-service .benefits-service-content{
        padding: 30px 20px;
    }
    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-item .text{
        font-size: 16px;
        line-height: 26px;
        min-height: 78px;
    }
    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-item .ttl{
        font-size: 24px;
        min-height: 50px;
    }
    #lp-inshoku .recruitment-flow .title{
        font-size: 24px;
        letter-spacing: 3px;
    }

    #lp-inshoku .skills-recruitment .merit .ttl{
        width: 220px;
        font-size: 22px;
        line-height: 36px;
    }
    #lp-inshoku .skills-recruitment .merit .recruitment-list{
        /* grid-template-columns: repeat(3,1fr); */
        column-gap: 10px;
        width: calc(100% - 220px);
    }
    #lp-inshoku .skills-recruitment .merit .recruitment-item p{
        font-size: 17px;
        line-height: 24px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-main{
        padding: 14px 20px 0;
    }
    #lp-inshoku .skills-recruitment .merit,
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom{
        padding: 0 20px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-main .text{
        padding-left: 10px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-main .ttl{
        font-size: 24px;
        padding-top: 8px;
        line-height: 30px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-main .price .t1{
        font-size: 16px;
        line-height: 26px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-main .price .number{
        font-size: 50px;
        line-height: 60px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-main .price .number span{
        font-size: 22px;
    }

    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support{
        width: 100%;
        margin-bottom: 30px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .referral-eligibility{
        width: 100%;
        padding-left: 0;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-list{
        padding-left: 40px;
        width: calc(100% - 260px);
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .image{
        width: 260px;
    }
    #lp-inshoku .skills-recruitment .referral-eligibility .referral-eligibility-item ul li{
        font-size: 16px;
        line-height: 2;
    }
    #lp-inshoku .skills-recruitment .referral-eligibility .referral-eligibility-item.item-01{
        width: 50%;
    }
    #lp-inshoku .skills-recruitment .referral-eligibility .referral-eligibility-item.item-02{
        width: 50%;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-item .text{
        font-size: 18px;
        line-height: 26px;
    }


    #lp-inshoku .skills-recruitment .container{
        padding: 0 20px;
    }
    #lp-inshoku .training .training-info .title{
        font-size: 19px;
    }
    #lp-inshoku .training .training-info .text{
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.8px;
        margin-right: -12px;
    }
    #lp-inshoku .training .training-info .text strong{
        font-size: 18px;
        line-height: 26px;
        display: block;
    }
    #lp-inshoku .training .training-info .text .tb-sp{
        display: none;
    }

    #lp-inshoku .training .training-info:before,
    #lp-inshoku .trainee .trainee-info:before,
    #lp-inshoku .operation .operation-info:before{
        width: 7px;
    }
    #lp-inshoku .training .training-info{
        padding-left: 25px;
    }
    #lp-inshoku .trainee .trainee-info .price-item{
        flex-direction: column;
        align-items: flex-start;
    }
    #lp-inshoku .trainee .trainee-info .price-box{
        column-gap: 10px;
    }
    #lp-inshoku .trainee .trainee-info .price-item .ttl{
        width: 100%;
        margin-bottom: 6px;
    }
    #lp-inshoku .trainee .trainee-info .price-item .ttl br{
        display: none;
    }
    #lp-inshoku .trainee .trainee-info .price-item .number{
        font-size: 30px;
        width: 100%;
        text-align: center;
    }
    #lp-inshoku .trainee .trainee-info .price-item:nth-child(2) {
        width: calc(54% - 10px);
    }
    #lp-inshoku .trainee .trainee-info .title-logo .title{
        line-height: 1.5;
    }
    #lp-inshoku .trainee .trainee-point .trainee-item-point .text{
        font-size: 14px;
        line-height: 20px;
        padding: 0 20px 0 80px;
    }
    #lp-inshoku .trainee .trainee-point{
        padding-left: 15px;
    }
    #lp-inshoku .trainee .trainee-point .trainee-item-point .number{
        font-size: 30px;
    }
    #lp-inshoku .trainee .note .text{
        font-size: 16px;
        padding-left: 0;
    }
    #lp-inshoku .operation .operation-info{
        padding-left: 25px;
        padding-right: 20px;
    }
    #lp-inshoku .operation .operation-info .title{
        font-size: 19px;
    }
    #lp-inshoku .operation .operation-info .text{
        font-size: 14px;
        line-height: 26px;
    }
    #lp-inshoku .operation .note p{
        font-size: 16px;
        line-height: 1.6;
        position: relative;
        margin-left: -10px;
        margin-right: -10px;
    }
    #lp-inshoku .operation .note{
        padding-top: 16px;
        padding-bottom: 10px;
    }
    #lp-inshoku.seibishi .country .country-item .country-info .info-text.info01{
        width: calc(100% - 120px);
    }
    #lp-inshoku.seibishi .country .country-item .image{
        right: 0 !important;
    }
    #lp-inshoku.seibishi .country .country-item .country-info .info01 .text{
        width: calc(100% + 120px);
    }
    #lp-inshoku.seibishi .country .country-item .country-info .info01 .text:last-child {
        width: calc(100% + 120px);
    }
    #lp-inshoku.seibishi .country .country-content{
        padding: 25px 20px;
    }

    #lp-inshoku .step .step-list{
        column-gap: 15px;
    }

    #lp-inshoku .step .step-content{
        padding: 30px 20px;
    }
    #lp-inshoku .step .step-item .title-t{
        padding-left: 12px;
        font-size: 16px;
        height: 48px;
    }
    #lp-inshoku .step .step-item .title-t .box{
        padding: 0px 6px;
    }
    #lp-inshoku .step .step-item .text-d{
        font-size: 12px;
    }
    #lp-inshoku .step .step-item h4{
        font-size: 16px;
    }
    #lp-inshoku .step .step-item .container .ttl{
        margin-bottom: 10px;
    }
    #lp-inshoku .step .service-list{
        column-gap: 20px;
    }
    #lp-inshoku .step .service-item .service-inner{
        padding: 0 15px;
    }
    #lp-inshoku .step .service-item .t1{
        padding: 0 15px;
    }
    #lp-inshoku .step .service-item .info .text{
        font-size: 14px;
        line-height: 23px;
    }
    #lp-inshoku .step .service-item .t1{
        font-size: 20px;
        line-height: 30px;
    }
    #lp-inshoku .step .service-item .ttl{
        font-size: 16px;
    }
    #lp-inshoku .step .step-item .title-t:after{
        border-top: 24px solid transparent;
        border-bottom: 24px solid transparent;
        border-left: 12px solid #FFE6C7;
        right: -12px;
    }

    #lp-inshoku .contact .title{
        font-size: 32px;
        line-height: 1.6;
    }
    #lp-inshoku .recruitment-flow .recruitment-item .text-info{
        font-size: 14px;
        line-height: 2;
    }
    #lp-inshoku .recruitment-flow .recruitment-item .number{
        font-size: 24px;
        line-height: 1.4;
    }
    #lp-inshoku .recruitment-flow .recruitment-item .ttl{
        font-size: 26px;
        height: 70px;
    }
    #lp-inshoku .recruitment-flow .recruitment-item .info{
        padding: 16px 0;
    }
    #lp-inshoku .recruitment-flow .recruitment-list{
        padding: 42px 30px 73px;
        column-gap: 25px;
    }
    #lp-inshoku .service-different-list{
        column-gap: 25px;
        row-gap: 40px;
    }
    #lp-inshoku .service-different-list .service-different-item .ttl{
        font-size: 22px;
        line-height: 1.3;
    }

}




@media (max-width: 767px) {


    body{
        min-width: 375px;
    }
    #lp-inshoku .inner{
        max-width: 500px;
    }
    #lp-inshoku .sp-br{
        display: block;
    }
    #lp-inshoku .pc-br{
        display: none;
    }

    #lp-inshoku .main-banner{
        padding-top: 79px;
        background-image: url("../../images/driver-upgrade/driver_bg01_sp.png");
        padding-bottom: 20px;
    }
    #lp-inshoku .main-banner .banner-inner{
        padding: 0;
    }
    #lp-inshoku .main-banner .news-top{
        padding: 8px 14px;
        max-width: 500px;
    }
    #lp-inshoku .main-banner .banner-heading{
        display: none;
    }
    #lp-inshoku .main-banner .image{
        width: 100%;
    }

    #lp-inshoku .main-banner .news-top .news-info .ttl{
        width: 63px;
        height: 32px;
        font-size: 16px;
        letter-spacing: 0px;
        margin-top: 6px;
    }
    #lp-inshoku .main-banner .news-top .news-info .text-news, #lp-inshoku.seibishi .main-banner .news-top .news-info .text-news{
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0.6px;
    }
    #lp-inshoku .main-banner .text-bottom-inner{
        padding: 0 14px;
    }
    #lp-inshoku .main-banner .news-top .news-info{
        padding: 0;
        margin-bottom: 3px;
    }
    #lp-inshoku .main-banner .text-description{
        font-size: 14px;
        line-height: 26px;
        text-align: left;
        letter-spacing: 1.4px;
        padding-left: 2px;
        margin-bottom: 17px;
    }
    #lp-inshoku .main-banner .text-bottom .info .title .image-sp{
        display: block;
        width: 125px;
    }
    #lp-inshoku .main-banner .text-bottom .image{
        display: none;
    }
    #lp-inshoku .main-banner .text-bottom{
        padding: 0;
    }
    #lp-inshoku .main-banner .text-bottom .info .title{
        display: flex;
        flex-wrap: wrap;
        /*padding-left: 22px;*/
        line-height: 40px;
        align-items: center;
        letter-spacing: 2.6px;
        margin-bottom: 13px;
    }
    #lp-inshoku .main-banner .text-bottom .info .title span{
        width: calc(100% - 125px);
        padding-left: 14px;
        padding-top: 8px;
    }
    #lp-inshoku .main-banner .text-bottom .info{
        width: 100%;
        padding: 0;
    }
    #lp-inshoku .main-banner .text-bottom .info .text{
        margin-bottom: 10px;
    }
    #lp-inshoku .main-banner .text-bottom .info .txt-b{
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }
    #lp-inshoku .main-banner .text-bottom .info .text-2{
        margin-bottom: 15px;
    }

    #lp-inshoku .benefits-service{
        padding-bottom: 80px;
    }
    #lp-inshoku .driver-main{
        padding-top: 40px;
    }
    #lp-inshoku .top-title .t1{
        position: static;
        width: 100%;
        transform: unset;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 3px;
    }
    #lp-inshoku .skills-recruitment .top-title .title{
        width: 100%;
        padding: 0;
        position: relative;
        font-size: 17px;
        line-height: 26px;
        margin-left: -17px;
        letter-spacing: 1.1px;
        margin-right: -10px;
    }
    #lp-inshoku .top-title{
        flex-direction: column;
        padding-left: 31px;
        padding-top: 7px;
        align-items: flex-start;
        min-height: auto;
        padding-bottom: 12px;
    }
    #lp-inshoku .skills-recruitment .top-title{
        justify-content: flex-start;
    }
    #lp-inshoku .top-title .t1:before{
        height: 5px;
        width: 23px;
        left: 0;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-main .ttl{
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        padding-top: 0px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-main .text{
        width: 100%;
        padding: 0;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 7px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-main .price{
        width: 100%;
        padding: 0;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-main .price .t1{
        width: 100%;
        padding: 0;
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        padding-right: 6px;
        order: 1;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-main .price .number{
        width: 100%;
        order: 2;
        text-align: center;
        font-size: 60px;
        line-height: 66px;
        letter-spacing: 3px;
        padding-top: 0;
        margin-bottom: 3px;
        padding-right: 6px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-main .price .number span{
        font-size: 30px;
        position: relative;
        top: -3px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-main .price .t2{
        order: 3;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-main{
        margin-bottom: 10px;
    }
    #lp-inshoku .skills-recruitment .merit .merit-border span{
        padding-right: 10px;
    }
    #lp-inshoku .skills-recruitment .merit .merit-border:before{
        top: 14px;
    }
    #lp-inshoku .skills-recruitment .merit .ttl{
        width: 100%;
        padding-top: 3px;
        font-size: 20px;
        line-height: 35px;
        letter-spacing: 1px;
        position: relative;
        margin-left: -3px;
        padding-right: 0;
    }
    #lp-inshoku .skills-recruitment .merit .recruitment-list{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        column-gap: 17px;
        justify-content: center;
        padding-top: 9px;
    }
    #lp-inshoku .skills-recruitment .merit .recruitment-item{
        width: calc(33.33% - 11.4px);
        padding-bottom: 29.47%;
    }
    #lp-inshoku .skills-recruitment .merit .recruitment-item p{
        padding: 0;
        font-size: 20px;
        line-height: 26px;
    }
    #lp-inshoku .skills-recruitment .merit .recruitment-item p span{
        font-size: 25px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .title-border span{
        font-size: 12px;
        line-height: 16px;
        height: 25px;
        margin: auto;
        padding: 0 10px;
        min-width: 140px;
        justify-content: center;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .title-border:before{
        width: 100%;
        top: 12px;
    }
    #lp-inshoku .skills-recruitment .merit{
        margin-bottom: 18px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .image{
        text-align: center;
        width: 100%;
        justify-content: center;
        margin-bottom: 3px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .image img{
        width: auto;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .title-border{
        margin-bottom: 16px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-list{
        width: 100%;
        padding: 0;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-item .number{
        font-size: 40px;
        line-height: 35px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-item .number small{
        font-size: 22px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-item .text{
        padding-left: 17px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-item .text:before{
        left: -4px;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support .introduction-support-item{
        margin-bottom: 0;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .introduction-support{
        margin-bottom: 8px;
    }

    #lp-inshoku .skills-recruitment .referral-eligibility .referral-eligibility-item.item-01{
        width: 100%;
        position: relative;
        margin-bottom: 16px;
    }
    #lp-inshoku .skills-recruitment .referral-eligibility .referral-eligibility-item.item-02{
        width: 100%;
        padding-left: 0;
        position: relative;
    }
    #lp-inshoku .skills-recruitment .referral-eligibility .referral-eligibility-item .image{
        min-height: auto;
    }
    #lp-inshoku .skills-recruitment .skills-recruitment-bottom .referral-eligibility{
        margin-left: -4px;
        margin-right: -4px;
        width: calc(100% + 8px);
    }
    #lp-inshoku .skills-recruitment .referral-eligibility .referral-eligibility-item .image{
        position: absolute;
    }
    #lp-inshoku .skills-recruitment .referral-eligibility .referral-eligibility-item ul li{
        font-size: 14px;
        line-height: 22px;
    }
    #lp-inshoku .skills-recruitment .referral-eligibility .referral-eligibility-item .icon-ttl{
        margin-bottom: 6px;
    }
    #lp-inshoku .skills-recruitment .referral-eligibility .referral-eligibility-item.item-01 .image{
        right: -3px;
        padding: 0;
        top: 41px;
        width: 44%;
        max-width: 135px;
    }
    #lp-inshoku .skills-recruitment .referral-eligibility .referral-eligibility-item.item-02 .image{
        top: 4px;
        right: -3px;
        padding: 0;
        width: 33%;
        max-width: 100px;
    }
    #lp-inshoku .skills-recruitment .content{
        padding-bottom: 20px;
    }
    #lp-inshoku .country .title, #lp-inshoku.seibishi .country .title{
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 1.2px;
        padding-right: 7px;
        margin-bottom: 11px;
    }

    #lp-inshoku .recruitment-flow .recruitment-list{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
        padding: 42px 20px 60px;
    }
    #lp-inshoku .recruitment-flow .content-box{
        border-radius: 10px 10px 18px 18px;
    }
    #lp-inshoku .recruitment-flow .recruitment-item{
        border-radius: 12px;
    }
    #lp-inshoku .country .country-item:nth-child(2n) {
        margin-left: 0px;
    }
    #lp-inshoku .skills-recruitment .top-title{
        padding-left: 31px;
    }
    #lp-inshoku .country{
        padding-top: 31px;
        padding-bottom: 50px;
    }
    #lp-inshoku .country .sub-ttl, #lp-inshoku.seibishi .country .sub-ttl{
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.8px;
        padding-left: 2px;
        margin-bottom: 20px;
    }
    #lp-inshoku .country .country-list{
        grid-template-columns: repeat(1,1fr);
        row-gap: 19px;
    }
    #lp-inshoku .country .country-list:before{
        display: none;
    }
    #lp-inshoku .country .country-item{
        border: 0;
        align-items: flex-start;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #lp-inshoku .country .country-item .country-info:before{
        width: 4.5px;
        top: 5px;
        height: calc(100% - 8px);
    }
    #lp-inshoku .country .country-content{
        padding: 12px 17px 24px 13px;
    }
    #lp-inshoku .country .country-item .image{
        width: 95px;
    }
    #lp-inshoku .country .country-item .country-info{
        width: calc(100% - 95px);
        padding-left: 13px;
        padding-right: 0;
    }
    #lp-inshoku .country .country-item .country-info .ttl{
        line-height: 26px;
        margin-bottom: 0px;
    }
    #lp-inshoku .country .country-item .country-info .info-text{
        margin-bottom: 1px;
    }

    #lp-inshoku .business .top-title .t1,
    #lp-inshoku .benefits-service .top-title .t1{
        width: auto;
    }
    #lp-inshoku .business .top-title .title,
    #lp-inshoku .benefits-service .top-title .title{
        width: auto;
    }
    #lp-inshoku .business .top-title,
    #lp-inshoku .benefits-service .top-title{
        flex-direction: unset;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 3px;
    }
    #lp-inshoku .business .top-title .title,
    #lp-inshoku .benefits-service .top-title .title{
        font-size: 22px;
        line-height: 30px;
        padding-left: 7px;
        letter-spacing: 1.6px;
        position: relative;
        top: -3px;
    }


    #lp-inshoku .bg-content{
        padding-top: 60px;
        background-image: none;
        background: rgba(195,195,195,.2);
    }
    #lp-inshoku .business .business-list{
        padding: 15px 10px 15px;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 10px;
        border-radius: 0 0 10px 10px;
    }
    #lp-inshoku .business .business-item{
        border-radius: 5px;
        position: relative;
        padding-bottom: 20px;
    }

    #lp-inshoku .business .business-item .ttl{
        text-align: center;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 1px;
    }
    #lp-inshoku .business .business-item .image{
        max-width: 100%;
        padding: 0 20px;
    }
    #lp-inshoku .business .business-item .title{
        margin-bottom: 17px;
    }
    #lp-inshoku .business .business-item .text{
        font-size: 16px;
        line-height: 24px;
        padding: 0 20px;
    }
    #lp-inshoku .business{
        margin-bottom: 30px;
    }

    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-item{
        width: 100%;
        padding-top: 0;
        min-height: 151px;
        padding-bottom: 8px;
        border-radius: 18px;
        overflow: hidden;
    }
    #lp-inshoku .benefits-service .benefits-service-content {
        padding: 10px 10px 20px;
    }
    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-list{
        padding-top: 0;
        row-gap: 10px;
    }
    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-item .ttl{
        min-height: auto;
        height: 40px;
        padding: 0;
        width: 157px;
        position: relative;
        margin-top: -2px;
        border-radius: 15px 0 0 0;
        letter-spacing: 1.5px;
        padding-right: 6px;
        padding-bottom: 2px;
    }
    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-item .text{
        font-size: 18px;
        line-height: 28px;
        text-align: left;
        justify-content: flex-start;
        padding-left: 13px;
        letter-spacing: 1.5px;
    }
    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-item .text.text-small{
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1.5px;
    }
    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-item .image{
        padding: 0;
        top: 0;
        width: auto;
        z-index: 3;
        right: 0;
        display: inline-block;
        left: unset;
    }
    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-item:nth-child(1) .image{
        top: 10px;
        right: 15px;
    }
    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-item:nth-child(2) .image {
        top: 13px;
        right: 9px;
    }
    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-item:nth-child(3) .image {
        top: 11px;
        right: 44px;
    }
    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-item:nth-child(4) .image {
        top: 13px;
        right: 20px;
    }
    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-item:nth-child(5) .image {
        top: 8px;
        right: 29px;
    }
    #lp-inshoku .benefits-service .benefits-service-container .benefits-service-item:last-child .ttl{
        width: 134px;
    }

    #lp-inshoku .benefits-service .benefits-service-container{
        margin-bottom: 41px;
    }
    #lp-inshoku .benefits-service .service-different .title{
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        min-height: auto;
        letter-spacing: 1.2px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-bottom: 16px;
    }
    #lp-inshoku .benefits-service .service-different{
        padding-bottom: 60px;
    }
    #lp-inshoku .benefits-service .service-different .service-different-list{
        position: relative;
        grid-template-columns: repeat(1, 1fr);
        max-width: 280px;
        row-gap: 30px;
        margin: auto;
    }
    #lp-inshoku .service-different-list .service-different-item:nth-child(1) {
        padding-top: 20px;
        padding-bottom: 18px;
    }
    #lp-inshoku .service-different-list .service-different-item:nth-child(3){
        padding-top: 20px;
    }
    #lp-inshoku .service-different-list .service-different-item .ttl{
        font-size: 20px;
    }
    #lp-inshoku .recruitment-flow .inner > .title{
        margin-bottom: 30px;
    }
    #lp-inshoku .recruitment-flow .title{
        font-size: 24px;
        line-height: 34px;
        padding: 0;
        letter-spacing: 1px;
        margin-bottom: 0px;
    }
    #lp-inshoku .recruitment-flow{
        padding-top: 31px;
        padding-bottom: 36px;
    }

    #lp-inshoku .business-list02{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 40px;
    }
    #lp-inshoku .business-list02:before{
        display: none;
    }

    #lp-inshoku.seibishi .main-banner .news-top .news-info{
        justify-content: flex-start;
    }
    #lp-inshoku.seibishi .main-banner .news-top .news-info .text-news{
        padding-right: 10px;
    }
    #lp-inshoku.seibishi .main-banner .text-description{
        margin-bottom: 0px;
    }
    #lp-inshoku.seibishi .main-banner .text-bottom .info{
        padding-top: 18px;
    }
    #lp-inshoku.seibishi .main-banner .text-bottom .info .text{
        padding-left: 6px;
        padding-right: 8px;
        margin-bottom: 14px;
    }
    #lp-inshoku.seibishi .main-banner{
        padding-bottom: 36px;
    }
    #lp-inshoku.seibishi .driver-main{
        padding-top: 31px;
    }
    #lp-inshoku.seibishi .skills-recruitment .top-title .title{
        font-size: 22px;
        letter-spacing: 1.5px;
        padding-left: 3px;
    }
    #lp-inshoku .training .training-info{
        width: 100%;
        padding-left: 19px;
        margin-bottom: 18px;
    }
    #lp-inshoku .training .training-image{
        width: 100%;
        padding-left: 19px;
        padding-right: 3px;
    }
    #lp-inshoku .skills-recruitment .container{
        padding: 0 12px;
    }
    #lp-inshoku .training .training-info:before,
    #lp-inshoku .trainee .trainee-info:before,
    #lp-inshoku .operation .operation-info:before {
        width: 5px;
    }
    #lp-inshoku .training .training-info .title {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
        margin-bottom: 16px;
    }
    #lp-inshoku .training{
        padding-top: 12px;
    }
    #lp-inshoku .training .training-info .text strong{
        display: block;
        font-size: 20px;
        line-height: 26px;
    }
    #lp-inshoku .training .training-info .text{
        font-size: 16px;
        line-height: 26px;
    }
    #lp-inshoku .training .training-info:before{
        display: none;
    }
    #lp-inshoku .training{
        position: relative;
        border-bottom: 0;
    }
    #lp-inshoku .training:before{
        content: "";
        position: absolute;
        width: 5px;
        height: calc(100% - 32px);
        background: #1966F6;
        top: 16px;
        left: 0;
    }
    #lp-inshoku .trainee{
        position: relative;
    }
    #lp-inshoku .trainee:before{
        content: "";
        position: absolute;
        width: 5px;
        height: calc(100% - 148px);
        background: #1966F6;
        top: 6px;
        left: 0;
    }
    #lp-inshoku .trainee .trainee-info:before{
        display: none;
    }
    #lp-inshoku .trainee .trainee-info{
        width: 100%;
        padding-left: 18px;
        padding-top: 0;
        margin-bottom: 17px;
    }
    #lp-inshoku .trainee .trainee-point{
        width: 100%;
        padding-right: 5px;
        padding-left: 26px;
    }
    #lp-inshoku .trainee .trainee-info .title-logo{
        column-gap: 27px;
        margin-bottom: 14px;
    }
    #lp-inshoku .trainee .trainee-info .title-logo .icon{
        width: 110px;
    }
    #lp-inshoku .trainee .trainee-info .title-logo .title{
        font-size: 20px;
        width: calc(100% - 110px - 27px);
        line-height: 30px;
        padding-bottom: 8px;
    }
    #lp-inshoku .trainee{
        padding-top: 6px;
        padding-bottom: 19px;
    }
    #lp-inshoku .trainee .trainee-info .price-item{
        width: 100% !important;
        justify-content: space-between;
        flex-direction: unset;
        flex-wrap: wrap;
        align-items: center;
        height: 54px;
        margin-bottom: 11px;
        max-width: 300px;
    }
    #lp-inshoku .trainee .trainee-info .price-box{
        padding: 0 5px 0 3px;
    }
    #lp-inshoku .trainee .trainee-info .price-item .ttl{
        width: auto;
        font-size: 15px;
        line-height: 24px;
        margin: 0;
        padding-left: 10px;
        letter-spacing: 0.8px;
    }
    #lp-inshoku .trainee .trainee-info .price-item .number{
        width: auto;
        font-size: 40px;
        line-height: 30px;
        padding-right: 8px;
        letter-spacing: 1.2px;
    }
    #lp-inshoku .trainee .trainee-info .price-item .number span{
        font-size: 20px;
        line-height: 20px;
    }
    #lp-inshoku .trainee .trainee-info .price-item:last-child{
        margin-bottom: 0;
    }
    #lp-inshoku .trainee .trainee-point .trainee-item-point .text{
        font-size: 16px;
        line-height: 24px;
        border-radius: 10px;
        padding: 4px 6px 4px 22px;
        letter-spacing: 0.8px;
        min-height: 34px;
    }
    #lp-inshoku .trainee .trainee-point .trainee-item-point .number{
        width: 37px;
        height: 37px;
        font-size: 24px;
        left: -10px;
    }
    #lp-inshoku .trainee .trainee-point .trainee-item-point:nth-child(2){
        margin-bottom: 8px;
    }
    #lp-inshoku .trainee .trainee-point .trainee-item-point:last-child{
        margin-bottom: 0;
    }
    #lp-inshoku .trainee .note{
        border-radius: 10px;
        margin-top: 21px;
        padding: 9px 10px 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #lp-inshoku .trainee .note .text{
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0.8px;
    }
    #lp-inshoku .operation{
        padding-top: 19px;
        position: relative;
    }
    #lp-inshoku .operation:before{
        content: "";
        position: absolute;
        width: 5px;
        height: calc(100% - 220px);
        background: #1966F6;
        top: 23px;
        left: 0;
    }
    #lp-inshoku .training .training-info:before,
    #lp-inshoku .trainee .trainee-info:before,
    #lp-inshoku .operation .operation-info:before{
        display: none;
    }
    #lp-inshoku .operation .operation-info{
        width: 100%;
        padding-right: 5px;
        padding-left: 19px;
        margin-bottom: 4px;
    }
    #lp-inshoku .operation .operation-info .title{
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    #lp-inshoku .operation .operation-info .text{
        font-size: 16px;
        letter-spacing: 0.8px;
    }
    #lp-inshoku .operation .operation-image{
        width: 100%;
        padding-left: 19px;
        padding-right: 3px;
    }
    #lp-inshoku .operation .operation-image .note-img{
        padding-left: 15px;
        text-align: center;
        margin-top: 10px;
    }
    #lp-inshoku .operation .note p{
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
        margin: 0;
    }
    #lp-inshoku .operation .note{
        padding-top: 15px;
        padding-bottom: 0;
    }
    #lp-inshoku.seibishi .country .country-content {
        padding: 21px 15px;
    }
    #lp-inshoku.seibishi .country .country-item .image{
        width: 95px;
    }
    #lp-inshoku.seibishi .country .country-item .image{
        top: 0px;
    }
    #lp-inshoku.seibishi .country .country-item .country-info .t1{
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0px;
        margin-bottom: 7px;
    }
    #lp-inshoku.seibishi .country .country-item .country-info .info-text.info01 {
        width: calc(100% - 100px);
    }
    #lp-inshoku.seibishi .country .country-item .country-info .info01 .text {
        width: calc(100% + 105px);
        line-height: 24px;
        display: block;
        letter-spacing: 0px;
    }
    #lp-inshoku.seibishi .country .country-item .country-info .info01 .text:last-child {
        width: calc(100% + 100px);
    }
    #lp-inshoku.seibishi .country .country-item .country-info .text span{
        padding: 0;
        display: inline;
        font-size: 14px;
    }
    #lp-inshoku.seibishi .country .country-item .country-info .info-text{
        margin-bottom: 8px;
    }
    #lp-inshoku.seibishi .country .country-item .country-info .t1 small{
        font-size: 18px;
    }
    #lp-inshoku.seibishi .country .country-item .country-info .text{
        display: block;
    }
    #lp-inshoku.seibishi .country .country-item .country-info .info-text:last-child .text{
        letter-spacing: 0;
        margin-right: -10px;
        line-height: 24px;
    }

    #lp-inshoku .step .step-content{
        padding: 16px 14px 26px;
    }
    #lp-inshoku .step .step-list{
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        margin-bottom: 0;
    }
    #lp-inshoku .step .step-item .title-t{
        margin: 0;
        font-size: 20px;
        line-height: 30px;
        justify-content: center;
        column-gap: 12px;
        padding-right: 10px;
        height: auto;
        padding-top: 8px;
        padding-left: 0;
    }
    #lp-inshoku .step .step-item .title-t:after{
        display: none;
    }
    #lp-inshoku .step .step-item .container .ttl{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 3px;
    }
    #lp-inshoku .step .step-item .container{
        padding: 11px 16px 12px;
    }
    #lp-inshoku .step .step-item .text-d{
        font-size: 15px;
        line-height: 24px;
        text-align: left;
        margin-bottom: 11px !important;
    }
    #lp-inshoku .step .step-item .text-bottom p{
        font-size: 14px;
        line-height: 24px;
    }
    #lp-inshoku .step .step-item .text-bottom{
        padding: 8px 12px 13px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
    }
    #lp-inshoku .step .step-item{
        margin-bottom: 50px;
        position: relative;
    }
    #lp-inshoku .step .step-item:nth-child(2),
    #lp-inshoku .step .step-item:nth-child(2):after{
        background: #D9F8C7;
    }
    #lp-inshoku .step .step-item:nth-child(3),
    #lp-inshoku .step .step-item:nth-child(3):after{
        background: #B2E0FB;
    }
    #lp-inshoku .step .step-item:after{
        content: '';
        position: absolute;
        bottom: -29.5px;
        left: 0;
        width: 100%;
        height: 30px;
        background-color: #FFE6C7;
        clip-path: polygon(50% 100%, 0 0, 100% 0);
    }
    #lp-inshoku .step .step-item .ttl-box{
        width: calc(100% - 32px);
        margin: auto;
        height: 44px;
    }
    #lp-inshoku .step .step-item h4{
        font-size: 20px;
        line-height: 30px;
    }
    #lp-inshoku .step .step-item:nth-child(n+2) .title-t{
        margin-bottom: 10px;
    }
    #lp-inshoku .step .step-item .container .ttl.orange{
        background: #FFE6C7;
    }
    #lp-inshoku .step .step-item .container .ttl.green{
        background: #B8E2A1;
    }
    #lp-inshoku .step .step-item .container .ttl.blue{
        background: #8FCFF5;
    }
    #lp-inshoku .step .step-item:nth-child(n+2) .container .ttl{
        display: flex;
        height: 44px;
        justify-content: center;
        align-items: center;
        margin-bottom: 6px;
    }
    #lp-inshoku .step .step-item:nth-child(2) .container {
        padding-top: 42px;
    }
    #lp-inshoku .step .step-item .ttl-box:after{
        bottom: -34px;
    }
    #lp-inshoku .step .step-item:nth-child(3) .ttl-box.orange {
        margin-bottom: 40px;
    }
    #lp-inshoku .step .step-item:nth-child(3) .container {
        padding-top: 0px;
    }
    #lp-inshoku .step .step-item:nth-child(3) .ttl-box.green {
        margin-bottom: 40px;
    }
    #lp-inshoku .step .step-item:nth-child(3) .text-d {
        font-size: 15px;
        line-height: 24px;
    }
    #lp-inshoku .step .step-item:nth-child(3) .text-bottom p{
        line-height: 24px;
    }
    #lp-inshoku .step .service-list{
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        row-gap: 20px;
    }
    #lp-inshoku .step .service-item .ttl{
        font-size: 20px;
        line-height: 30px;
    }
    #lp-inshoku .step .service-item .t1{
        font-size: 25px;
        line-height: 30px;
        text-align: center;
    }
    #lp-inshoku .step .service-item .info .text{
        font-size: 16px;
        line-height: 26px;
        padding-left: 17px;
        text-indent: -17px;
    }
    #lp-inshoku .step {
        margin-bottom: 30px;
    }
    #lp-inshoku .step .service-item:nth-child(2) .info{
        width: 100%;
    }
    #lp-inshoku .step .service-item{
        padding-bottom: 15px;
    }


    #lp-inshoku .contact{
        padding-top: 30px;
        padding-bottom: 60px;
    }
    #lp-inshoku .contact .title{
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 50px;
    }


}





/*contact-block*/


.contact-lp{
    background: #0022E4;
    padding: 100px 0px 50px;
}
.contact-lp input[type="checkbox"] {
    width: 0px;
    height: 0px;
}
.box-check {
    text-align: center;
    margin-bottom: 30px;
    padding: 0px 0px 24px;
    background: #F7F7F7;
}
.box-check a {
    color: #0022E4;
}
#comfirmlp .contact-block .contact-form .btn-submit.show-lp.btn-send input {
    pointer-events:inherit !important;
    background: white !important;
    color: #B70000
}
#comfirmlp .box-check  {
    display: none;
}
.contact-lp input[type="checkbox"]{
    width: 0px;
    height: 0px;
}
.contact-lp input[type="checkbox"] + span {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.contact-lp  input[type="checkbox"] + span:before {
    position: absolute;
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 32px;
    height: 32px;
    border: 2px solid #0022E4;
    left: -53px;
    top: -4px;
    border-radius: 7px;
}
.contact-lp input[type="checkbox"]:checked + span:after {
    content: "";
    position: absolute;
    top: 8px;
    width: 19px;
    height: 13px;
    background-image: url(../../images/lp/check_form02.png);
    left: -43px;
}
.contact-lp input[type="checkbox"]:checked + span:before {
    background: #0022E4
}


.contact-lp .text-reque {
    display: inline-block;
    background: #FC6E02;
    font-size: 12px;
    color: white;
    border-radius: 10px;
    padding: 0px 8px;
    height: 28px;
    margin-left: 20px;
}

.contact-block .contact-form{
    max-width: 920px;
    margin: auto;
    padding: 20px 0 0px;
}
.contact-block .contact-form .heading{
    font-size: 35px;
    line-height: 40px;
    color: #145A8C;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 11px;
}
.contact-block .contact-form .sub-ttl{
    font-size: 18px;
    line-height: 26px;
    color: #145A8C;
    text-align: center;
    letter-spacing: 1px;
}
.contact-block .contact-form .sub-ttl.ttl-confirm{
    display: none;
}
.contact-block .mw_wp_form_confirm .contact-form .sub-ttl,
.contact-block .mw_wp_form_confirm .contact-form .heading{
    display: none;
}
.contact-block .mw_wp_form_confirm .contact-form .sub-ttl.ttl-confirm{
    display: block;
}
.contact-block .contact-form .form-heading{
    margin-bottom: 60px;
}
.contact-block .contact-form .field-input .ttl-field{
    font-size: 16px;
    line-height: 27px;
    color: black;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
}
.contact-block .contact-form .field-input input{

    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    width: 100%;
    padding: 0px 10px;
    height: 62px;
    background-color: #E4E8F4;
    position: relative;
}
.contact-block .contact-form .field-input input.is-false{
    border-bottom: 1px solid #B70000;
}
.contact-block .contact-form .field-input .meeting-date{
    text-transform: uppercase;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zm64 80l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm128 0l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM64 400l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm112 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z' style=' fill: %23949494;%0A'%3E%3C/path%3E%3C/svg%3E");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 50%;
}
.contact-block .contact-form .field-input .meeting-date:placeholder{
    color: #949494;
}
.contact-block .contact-form .btn-submit input[name="submitConfirm"]{
    pointer-events: none;
}
.contact-block .contact-form .btn-submit input[name="submitConfirm"].is-submit{
    pointer-events: unset;
}
.contact-block .contact-form .field-input textarea{
    height: 160px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    background-color: #E4E8F4;
    position: relative;
}
.contact-block .contact-form .field-input{
    margin-bottom: 30px;
}
.contact-block .contact-form .btn-submit{
    position: relative;
    cursor: pointer;
}
.contact-block .contact-form .btn-submit > div{
    display: block !important;
}
.contact-block .contact-form .btn-submit.show-lp.btn-send input{
    pointer-events: none;
    background: #333;
}
.contact-block .mw_wp_form_confirm .contact-form .btn-submit{
    margin: 0 8px;
}
.contact-block .contact-form .btn-submit.btn-back{
    display: none;
}
.contact-block .mw_wp_form_confirm .contact-form .btn-submit.btn-back{
    display: block;
}
.contact-block .contact-form .btn-submit input{
    font-size: 24px;
    line-height: 20px;
    width: 290px;
    height: 80px;
    border: 2px solid #CC1000;
    color: white;
    text-align: center;
    transition: .3s;
    background: #E83E28;
    border-radius: 80px;
    cursor: pointer;
    margin: auto;
    display: block;
}

.contact-block .contact-form .btn-submit:hover input{
    background: #E83E28;
    color: #fff;
}
.contact-block .contact-form .btn-submit.btn-send svg{
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}
.contact-block .contact-form .btn-submit.btn-back svg{
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}
.contact-block .contact-form .btn-submit svg *{
    transition: .3s;
}
.contact-block .contact-form .btn-submit:hover svg line,
.contact-block .contact-form .btn-submit:hover svg path{
    stroke: #fff;
}
.contact-block .contact-form .form-submit{
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contact-block .form-complete .title{
    font-size: 20px;
    line-height: 40px;
    color: #E83E28;
    font-weight: 500;
    text-align: center;
}
.contact-block .form-complete .title p{
    margin-top: 25px;
}

.contact-block .mw_wp_form_confirm .contact-form .field-input{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #CC1000;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.contact-block .mw_wp_form_confirm .contact-form .field-input .error{
    display: none;
}
.contact-block .mw_wp_form_confirm .contact-form .field-input .ttl-field{
    width: 37.5%;
}
.contact-block .mw_wp_form_confirm .contact-form .field-input .container{
    width: 62.5%;
    font-size: 16px;
    line-height: 24px;
}
.contact-block .mw_wp_form_confirm .contact-form .field-input:first-child{
    border-top: 1px solid #CC1000;
    padding-top: 25px;
}

.contact-block .link-page{
    margin: 45px 0;
}
.contact-block .link-page a{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 136px;
    height: 47px;
    border: 1px solid #CC1000;
    border-radius: 30px;
    margin: auto;
    font-size: 20px;
    line-height: 20px;
    padding-right: 28px;
    color: #384D74;
    transition: .3s;
    position: relative;
    padding-top: 2px;
}
.contact-block .link-page a:hover{
    background: #E83E28;
    color: #fff;
}
.contact-block .link-page a svg{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.contact-block .link-page a svg *{
    transition: .3s;
}
.contact-block .link-page a:hover svg line,
.contact-block .link-page a:hover svg path{
    stroke: #fff;
}
.page-complete .contact-block{
    padding-top: 150px;
}
.page-confirm .heading-entry,
.page-complete .heading-entry{
    display: none;
}
.sp_br {
    display: none;
}
#comfirmlp {
    padding: 100px 0px 40px;
}
#comfirmlp .contact-block .contact-form .btn-submit input {
    width: 200px;
}



.contact-lp-info {
    background: white;
    padding: 40px 80px 40px 80px;
    border-radius: 20px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 16%);
    max-width: 800px;
    margin: auto;
    margin-top:30px;

}
.contact-block .contact-form .field-input .sub-ttlItem{
    color: #949494;
    margin-bottom: 5px;
}
.contact-block .contact-form .field-input .field-item{
    margin-bottom: 15px;
}
.contact-block .contact-form .field-input .field-item:last-child{
    margin-bottom: 0;
}
.contact-lp .left {
    width: 38%;
    border-right: 2px solid #D0D0D0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 33px;
    font-weight: 600;
}

.contact-lp .right{
    width: 60%;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
}
.contact-lp .right .text-right {
    font-size: 14px;
    color: #FC6E02;
    font-weight: 600;
    width: 100px;
}
input[type="date"]::placeholder {
    color: #aaa;  /* Màu sắc placeholder */
    content: "YYYY/MM/DD";
}
input[type="date"]::-webkit-calendar-picker-indicator {
    font-size:30px;
    opacity: 0;
    cursor:pointer;
}
input[type="date"]::-moz-calendar-picker-indicator {
    font-size:30px;
    opacity: 0;
    cursor:pointer;
}
input[type="date"]::-ms-clear {
    font-size:30px;
    opacity: 0;
    cursor:pointer;
}




@media (max-width: 768px) {
    .box-check a {
        display: block;
        margin-bottom:10px
    }
    .contact-lp {
        background: #0022E4;
        padding: 0;
    }
    .contact-block .contact-form {
        padding: 0;
    }
    .sp_br {
        display: block;
    }
    .mwform-checkbox-field-text {
        max-width: 220px !important;
        display: block;
        margin: auto;
        margin-top: -20px;
    }
    .contact-lp input[type="checkbox"] + span:before {
        width: 20px;
        height: 20px;
        border: 2px solid #0022E4;
        left: -140px;
        top: 58px;
        border-radius: 4px;
    }
    .contact-lp input[type="checkbox"]:checked + span:after {
        left: -140px;
    }
    #footer-lp {
        padding: 25px 0px 25px;
        text-align: center;
    }
    .box-lp {
        display: block !important;
    }
    .box-lp img {
        width: 200px;
        display: block;
        margin: 10px 0px;
    }
    #footer-lp .text-lp {
        font-size: 14px;
        margin-right: 0px;
    }
    .contact-lp-info {
        padding: 15px 0px 15px 0px;
        max-width: 90%;
    }

    .contact-lp .left,.contact-lp .right,.contact-lp .right .text-right,.box-number {
        width: 100%;
        text-align: center;
        padding-left: 5px;
    }
    .br_pc {
        display: none;
    }
    .box-check {
        background:none
    }

    .contact-lp .left {
        font-size: 14px;
        padding-right: 0px;
        justify-content: center;
        border-right:none
    }
    .contact-lp .right {
        padding-left: 0px;
        justify-content: center;
    }
    .box-number .top {
        justify-content: center;
    }
    .banner-lp .title-top {
        width: 281px;
        font-size:16px;
        padding-top: 7px;
    }
}






@media (max-width: 768px) {


    .contact-block .contact-form .btn-submit input {
        font-size: 16px !important;
        line-height: 20px !important;
        width: 230px !important;
        height: 50px !important;
        transition: .3s !important;
    }

}

input::placeholder,textarea::placeholder {
    color: #A8ABB4;
    font-size: 14px;
}


.contact-block .hidden {
    visibility:hidden
}
.contact-block .mw_wp_form_confirm .contact-form .btn-submit input {
    font-size: 24px;
    line-height: 20px;
    width: 250px;
    height: 60px;
}
.mw_wp_form_confirm {
    background: #0022E4;
    padding: 50px 0px
}
.form-complete {
    background: #0022E4;
    padding: 150px 0px
}

.contact-block .form-complete .title {
    font-size: 24px;
    line-height: 40px;
    color: white;
    text-align: center;
}

.title-page-lp {
    font-size: 18px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 45px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

.title-page-lp .title-jp {
    font-size: 32px;
}
@media (max-width: 768px) {
    .title-page-lp {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .title-page-lp .title-jp {
        font-size: 18px;
        margin-bottom: 20px;
    }
}