@charset "UTF-8";
.header {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 4;
}
.header-logo {
    height: auto;
    width: 150px;
}
.header-logo.headerLogoScroll.logo_white {
    display : none;
}
.header-logo.logo_normal {
    display : none;
}
.header-logo.headerLogoScroll.logo_normal {
    display : block;
}
/* ----------------------------------------
FV
---------------------------------------- */
.fv{
    position: relative;
    width: 100%;
    height: 850px;
    background: url(../img/fv_bg_test.png) right top no-repeat;
    background-size: cover;
    z-index: 1;
}
.fv-note{
    opacity: 1;
    position: absolute;
    font-size: 10px;
    text-shadow: 1px 1px 1px #333;
    bottom: 23%;
    left: 7.5%;
    right: 0;
    margin: auto;
    color: #fff;
    line-height: 1.3rem;
}
.fv-note {
    opacity: 0; /* 初期は非表示 */
  }
  
  .fadeIn {
    animation: fadeIn 0.5s ease forwards; /* ← forwards を必ず付ける */
  }
  
  @keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
h1{
    position: absolute;
    width: 30%;
    max-width: 160px;
    top: 2%;
    right: 2%;
}
h1 a{
    display: block;
    width: 100%;
    transition: 0.3s;
}
h1 a:hover{
    opacity: 0.7;
}
.fv .fv_ttl_Box{
    position: absolute;
    top: 38%;
    left: -3%;
    transform: translateY(-50%);
    width: 66%;
}
.fv .fv_ttl_Box h2{
    max-width: 871px;
    transform-origin: top center;
    opacity: 0;
}
.fv .fv_ttl_Box h2.fadeIn{
    opacity: 1;
}
.fv .fv_ttl_Box .fv_sub_ttl{
    max-width: 781px;
    overflow: hidden;
    transform-origin: top center;
    opacity: 0;
}
.fv .cta{
    margin: 30px 0 0 0;
    opacity: 0;
    max-width: 490px;
    left: 16%;
    padding: 20px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fv .cta.fadeIn{
    opacity: 1;
}
.headerLogoScroll .logo_white {
    display: none;
}
.headerLogoScroll .logo_normal {
    display: block;
}
.logo_white {
    display: block;
}
.logo_normal {
    display: none;
}

/* --------------------------------
ロゴ横スクロール
----------------------------------- */
.company_logo h2{
    text-align: center;
    color: var(--navy);
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    padding: 20px 0 15px;
}
.logo_slider{
	overflow: hidden !important;
	width: 100%;
	/* margin-top: 30px; */
	padding: 10px 0;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: nowrap;
	display: flex;
	vertical-align: middle;
	background: #fff;
	justify-content: center;
    border-top: var(--lightgray) 2px solid;
}
.logo_slider .slick-slider .slick-track,
.logo_slider .slick-slider .slick-list{
    overflow: hidden !important;
}
.logo_slider .slick-slide{
	margin: 0 15px;
	padding: 10px 0;
}
.logo_slider > div{
	margin: 0 10px;
}
.logo_slider img{
	width: auto;
	height: 50px;
}
/* 個別設定 */
.logo_slider div.square{
	padding-top:0.6rem;
	padding-bottom:0.6rem;
}
.logo_slider div.square img{
	width: auto;
	height: 55px;
}
.logo_slider div.small{
    padding-top: 2rem;
}
.logo_slider div.small img{
    width: auto;
    height: 30px;
}

/* ----------------------------------------
MS-Japanがご紹介できる求人の一例
---------------------------------------- */
.recruit-faq_Wrap{
    background: rgb(212,232,251);
    background: linear-gradient(0deg, rgba(212,232,251,1) 0%, rgba(255,255,255,1) 100%);
}
.recruit_Area .lead_txt{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 20px;
    color: #333;
}
.recruit_Area .slider{
    margin: 30px 0 40px;
}
.recruit_Area .slider li{
    width: calc((100% / 3) - 10px);
    margin: 0 5px;
    background: #fff;
    text-align: center;
}
.recruit_Area .slider li > div{
    padding: 15px;
}
.recruit_Area .slider li .sub_txt{
    background: linear-gradient(to bottom, #dcd3ba 0, #efe9da 100%);
    padding: 10px;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--navy);
}
.recruit_Area .slider li div h4{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    color: var(--navy);
    padding-bottom: 10px;
    border-bottom: var(--lightblue) 1px solid;
    text-align: left;
}
.recruit_Area .slider li div .income,
.recruit_Area .slider li div .position{
    padding-top: 10px;
    font-size: 1.5rem;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: nowrap;
}
.recruit_Area .slider li div .income .income_num,
.recruit_Area .slider li div .position .name{
    width: 70%;
    text-align: left;
}
.recruit_Area .slider li div .income .icon{
    padding-right: 10px;
}
.recruit_Area .slider li div .income .icon i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: var(--blue);
    border-radius: 50%;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
    vertical-align: 1px;
    margin-right: 3px;
}
.recruit_Area .slider li div .income strong{
    color: var(--red);
    font-size: 150%;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    margin-right: 3px;
    vertical-align: -3px;
}
.recruit_Area .slider .slick-dots{
    position: relative;
    bottom: 0;
    margin-top: 20px;
}
.recruit_Area .slider .slick-dots li button:before{
    content: none;
}
.recruit_Area .slider .slick-dots li{
    background: #7fbcff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
}
.recruit_Area .slider .slick-dots li.slick-active{
    background: var(--blue);
}
.recruit_Area .slider .slick-prev{
    left: -30px;
}
.recruit_Area .slider .slick-next{
    right: -30px;
}
.recruit_Area .slider .slick-prev:before,
.recruit_Area .slider .slick-next:before,
.recruit_Area .slider .slick-prev:after,
.recruit_Area .slider .slick-next:after{
    content: "";
    position: absolute;
    display: block;
    width: 35px;
    height: 5px;
    top: 50%;
    background: #fff;
    font-size: 0;
    opacity: 1;
    cursor: pointer;
}
.recruit_Area .slider .slick-prev:before{
    top: -18px;
    left: -10px;
    transform: rotate(-45deg);
}
.recruit_Area .slider .slick-prev:after{
    top: 6px;
    left: -10px;
    transform: translateY(-50%) rotate(45deg);
}
.recruit_Area .slider .slick-next:before{
    top: 6px;
    right: -10px;
    transform: translateY(-50%) rotate(-45deg);
}
.recruit_Area .slider .slick-next:after{
    top: -15px;
    right: -10px;
    transform: translateY(-50%) rotate(45deg);
}
.recruit_Area .arrow {
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    background: var(--navy);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 9px;
    margin-right: 10px;
    width: 100px;
    height: 27px;
    clip-path: polygon(0 -39%, 82.5% -39%, 82.5% 0, 100% 50%, 82.5% 100%, 82.5% 139%, 0 139%);
}

/* ----------------------------------------
よくある質問
---------------------------------------- */
.faq_Area{
    padding-top: 50px;
}
.faq_List{
    margin-top: 30px;
}
.faq_List li{
    border: var(--blue) 1px solid;
    border-radius: 5px 5px 0 0;
    background: #fff;
    padding: 15px 20px;
}
.faq_List li:not(:last-child){
    margin-bottom: 30px;
}
.faq_List li h4.question{
    padding-bottom: 10px;
    border-bottom: var(--lightblue) 1px solid;
}
.faq_List li .answer{
    padding-top: 10px;
}
.faq_List li h4.question span,
.faq_List li .answer span{
    font-size: 2rem;
    font-weight: 600;
    color: var(--blue);
    padding-right: 0.2em;
}
.faq_List li .answer span{
    color: var(--red);
}
.faq_List li h4.question .txt,
.faq_List li .answer .txt{
    width: 96%;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
.faq_List li h4.question .txt{
    font-weight: 600;
}
.faq_List li .answer .txt{
    color: #333;
}

/* ----------------------------------------
悩み
---------------------------------------- */
.problems_Wrap{
    padding-top: 40px;
    position: relative;
}
.problems_box{
    width: 80%;
    margin: auto;
    align-items: center;
}
.problems_box .graph,
.problems_box .read{
    width: 48%;
}
.problems_box .graph{
    background-color: #fff;
    padding: 20px;
    box-shadow: 10px 10px 40px -20px #00001a;
    z-index: 3;
}
.problems_box .read{
    font-size: 1.6rem;
    line-height: 2;
}
.problems_pc .problems_Wrap figure{
    margin-top: -12%;
z-index: 3;
position: relative;
}
.problems_pc .problems_Wrap{
    padding: 0;
}
.problems_pc .problems_Wrap .txt{
    z-index: 4;
    position: absolute;
    top:30%;
    margin: auto;
    width: 100%;
}
.problems_sp {
    display: none;
}

/* ----------------------------------------
選ばれ続ける理由
---------------------------------------- */
section.reason_Wrap{
    width: 100%;
    background: url(../img/reason_bg.jpg) center center no-repeat;
    background-size: cover;
}
.reason_Wrap h3{
    color: #fff;
}
.num{
    color: #cdb581;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 13px;
}
.num span{
    font-size: 2rem;
}
.point {
    width: 20%;
    padding-top: 20%;
    background-color: var(--gray);
    border: solid 1px #fff;
    position: relative;
}
.point_box {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.point_box figure {
    width: 39%;
    margin: 0 auto 10px;
}
.point_box .ttl {
    color: var(--navy);
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
}

/* ----------------------------------------
勧める理由
---------------------------------------- */
.recommend_Wrap{
    position: relative;
    width: 100%;
    background: url(../img/recommend_bg.jpg) center center no-repeat;
    background-size: cover;
    z-index: 1;
}
.recommend_Wrap .box {
    position: relative;
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
}
.recommend_left .box{
    margin-bottom: 0;
}
.recommend_Wrap .box .box-left {
    position: absolute;
    top: 0;
    width: 43%;
    margin-bottom: 0;
    padding: 40px 0 0;
    z-index: -1;
}
.recommend_Wrap .box .box-right {
    width: calc(100% - 43% + 40px);
    margin: 0 0px 50px 39%;
    padding: 80px 0 0;
}
.recommend_Wrap .recommend_right .box .box-list {
    background-color: #fff;
}
.recommend_Wrap .box .box-list .ttl{
    background-color: var(--gold);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    padding: 14px 0;
    line-height: 1.5
}
.recommend_Wrap .box .box-list .sub_ttl{
    text-align: center;
    font-weight: bold;
    font-size: 1.7rem;
    margin-bottom: 10px;
}
.recommend_Wrap .box .box-list .read{
    padding: 3% 10% 5%;
    font-size: 1.6rem;
    line-height: 1.6;
}
.recommend_Wrap .recommend_left .box .box-right{
    margin: 0;
}
.recommend_Wrap .recommend_left .box .box-left{
    right: 0;
}

/* ----------------------------------------
実データ
---------------------------------------- */
.data_Wrap{
    position: relative;
    width: 100%;
    background: url(../img/data_bg.jpg) center center no-repeat;
    background-size: cover;
}
.data_Wrap h3{
    color: #fff;
}
.data_box{
    width: 80%;
    margin: 0 auto 40px; 
}
.data_box figure{
    width: 48%;
}
.fukidashi {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 0;
    padding: 20px 10px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 500;
    background: var(--gold);
    width: 100%;
    text-align: center;
  }
.fukidashi:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid var(--gold);
}
.fukidashi p{
    font-weight: 600;
}
.hitokoto .read{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 30px 80px;
}
.hitokoto .read figure{
    width: 25%;
}
.hitokoto .read .text_box{
    width: 70%;
    font-size: 1.6rem;
    line-height: 2;
}
.stripe-marker {
    background-image: repeating-linear-gradient(-45deg,
      #152e71 0, #152e71 2px,
      transparent 2px, transparent 4px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 2px;
    padding: 3px 0;
}

/* ----------------------------------------
転職成功事例
---------------------------------------- */
.case_Wrap{
    background-color: #e7ecf1;
}
.case_Wrap .fukidashi {
    background: var(--navy);
}
.case_Wrap .fukidashi:before {
    border-top: 15px solid var(--navy);
}
.case_Wrap .case_box{
    width: 48%;
    margin-bottom: 50px;
}
.case_Wrap .case_box .fukidashi {
    line-height: 1.4;
    color: #cdb581;
    margin-top: 0;
    font-size: 2.3rem;
}
.case_Wrap .case_box .fukidashi span{
    font-size: 1.8rem;
    color: #fff;
}
.case_Wrap .case_box dl{
    background-color: #fff;
    padding: 20px 30px 30px;
}
.case_Wrap .case_box dt{
    align-items: center;
    margin-bottom: 20px;
}
.case_Wrap .case_box .case_img{
    width: 25%;
}
.case_Wrap .case_box .voice{
    font-size: 1.6rem;
    line-height: 1.5;
    width: 70%;
}
.case_Wrap .case_box dd{
    background: #fff;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4;
}
.case_Wrap .case_box dd .before,
.case_Wrap .case_box dd .after{
    width: 50%;
    padding: 30px;
}
.case_Wrap .case_box dd .before{
    border: 15px solid #f5f5f5;
    border-right: 0;
    padding: 30px 50px 14px 30px;s
}
.case_Wrap .case_box dd .after{
    border: 15px solid #edeadf;
    border-left: 0;
    padding: 30px 30px 14px 50px;
    position: relative;
}
.case_Wrap .case_box dd .after figure{
    width: 35px;
    height: 109px;
    position: absolute;
    left: -14px;
    top: 30px;
}
.case_Wrap .case_box dd .ttl{
    color: #fff;
    padding: 3px;
}
.case_Wrap .case_box dd .before .ttl{
    background: #8d8d8d;
}
.case_Wrap .case_box dd .after .ttl{
    background: #b99969;
}
.case_Wrap .case_box dd .txt{
    padding: 10px 0;
}
.case_Wrap .case_box dd .salary{
    padding: 5px 0 10px;
}
.case_Wrap .case_box dd .salary span{
    font-size: 2.8rem;
    font-weight: bold;
}
.case_Wrap .case_box dd .after .salary span{
    color: var(--red);
}

/* ----------------------------------------
求人
---------------------------------------- */
.recruitment_Wrap{
    background-color: var(--navy);
}
.recruitment_Wrap h3{
    color: #fff;
    margin-bottom: 30px;
}
.recruitment_Wrap .txt{
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 40px;
}
.graph_box{
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    padding: 30px 40px 40px;
    margin-bottom: 80px;
}
.graph_box dl{
    width: 30%;
}
.graph_box dt{
    width: 85%;
    margin: auto;
}
.graph_box dd{
    font-size: 1.6rem;
    line-height: 1.4;
}

/* ----------------------------------------
流れ
---------------------------------------- */
.flow_Wrap{
    position: relative;
    width: 100%;
    background: url(../img/flow_bg.jpg) center center no-repeat;
    background-size: cover;
}
.flow_Wrap .txt{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 40px;
}
.flow_box{
    width: 30%;
    background-color: #fff;
    padding: 20px 30px 30px;
    text-align: center;
    margin: 0 10px 20px;
}
.flow_box .ttl_en{
    position: relative;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    color: #b99969;
    margin-bottom: 10px;
}
.flow_box .ttl_en:before,
.flow_box .ttl_en:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    border-top: 1px solid #e6e6e6;
}
.flow_box .ttl_en:before{
    left: -10px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.flow_box .ttl_en:after{
    right: -10px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.flow_box .ttl_num{
    font-size: 3rem;
}
.flow_box .ttl_en .step{
    font-size: 2rem;
    margin-right: 3px;
}
.flow_box figure{
    margin-bottom: 15px;
}
.flow_box .read{
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
}
.flow_box .ttl{
    font-size: 1.8rem;
    margin-bottom: 15px;
}

/* ----------------------------------------
よくある質問
---------------------------------------- */
.faq_Wrap{
    background-color: #ebebeb;
}
.faq_Wrap .txt{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 40px;
}
.faq_box {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 40px;
}
.faq_box .ques{
    background-color: var(--navy);
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 30px;
}
.faq_box .ans{
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 30px;
    line-height: 1.6;
}
.faq_box .en{
    margin-left: 0;
    font-size: 3rem;
    margin-right: 20px;
}
.faq_box .ans .en{
    color: var(--navy);
}
.faq_box .read{
    width: 93%;
}

/* ----------------------------------------
cta
---------------------------------------- */
.cta_Wrap{
    position: relative;
    width: 100%;
    background: url(../img/data_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 0;
}


/* ============================================================
PC（1600px~）
============================================================ */
@media screen and (min-width:1600px) {
    /* ----------------------------------------
    FV
    ---------------------------------------- */
    .fv{
        padding-top: 0;
        /*height: 65vh;*/
    }

    /* ----------------------------------------
    実際に面談を受けた方の声
    ---------------------------------------- */
    .voice_Wrap .inner {
        max-width: 1600px;
        margin-left: auto;
    }
}

/* ============================================================
TAB（768~1100px）
============================================================ */
@media screen and (min-width:767px) and (max-width:1100px) {
    /* ----------------------------------------
    FV
    ---------------------------------------- */
    h1 {
        max-width: 150px;
        right: 3%;
    }
    

    /* ----------------------------------------
    事例
    ---------------------------------------- */

    .case_Wrap .case_box dd .before{
        border-bottom: 0;
        border-right: 15px solid #f5f5f5;
        padding: 30px;
    }
    .case_Wrap .case_box dd .after{
        border-top: 0;
        border-left: 15px solid #edeadf;
        padding: 30px 30px 20px;
    }
    .case_Wrap .case_box dd .after figure{
        transform: rotate(90deg);
        right: 0;
        left: 0;
        margin: auto;
        height: auto;
        top: -77px;
    }
    .case_Wrap .case_box dd{
        display: block;
    }
    .case_Wrap .case_box dd .before, .case_Wrap .case_box dd .after{
        width: 100%;
    }
}


@media screen and (max-width:1200px){
    .fv{
        height: 749px;
    }
}
@media screen and (max-width:1100px){
    .fv{
        height: 690px;
    }
}
@media screen and (max-width:1000px){
    .fv{
        background: url(../img/fv_bg_sp.jpg) right top no-repeat;
        background-size: cover;
        height: 580px;
    }
    .fv .fv_ttl_Box {
        top: 44%;
    }
    .fv-note{
        bottom: 10%;
    }
    .problems_pc{
        display: none;
    }
    .problems_sp{
        display: block;
    }
    .bg{
        position: relative;
    }
    .bg::after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: calc(50% - 497px);
        height: 100%;
        background: rgba(28, 79, 134, 0.11);
        z-index: -1;
    }
    .bg_Inner{
        position: relative;
        overflow: hidden;
        background-color: #fff;
    }
    .bg_Inner::after{
        content: '';
        position: absolute;
        top: 50%;
        right: -22.8%;
        width: 68.5%;
        height: 200%;
        background: rgba(28, 79, 134, 0.11);
        -webkit-transform: translateY(-50%) rotate(-160deg);
        transform: translateY(-50%) rotate(-160deg);
    }
}


/* ============================================================
SP（~768px）
============================================================ */
@media screen and (max-width:768px) {
    h3{
        font-size: 2rem;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    /* ----------------------------------------
    FV
    ---------------------------------------- */
    .fv {
        background: url(../img/fv_bg_sp.jpg) center top no-repeat;
        background-size: cover;
        padding-top: 86%;
        height: 500px;
        background-position: 83% 50%;
    }
    h1 {
        width: 30%;
        max-width: 120px;
        right: 0;
    }
    .fv .fv_ttl_Box {
        width: 105%;
        top: 37%;
        left: -10%;
    }
    .fv .fv_ttl_Box h2{
        width: 84%;
    }
    .fv .fv_ttl_Box .fv_sub_ttl{
        width: 98%;
    }
    .fv .cta{
        position: absolute;
        width: 95%;
        left: 20%;
        bottom: 17%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .fv-note {
        bottom: 5%;
        width: 90%;
        margin: auto;
        font-size: 0.8rem;
        line-height: 1.4em;
        left: 0;
    }
    .header-logo {
        width: 95px;
    }
    .header{
        top: 6px;
    }

    /* --------------------------------
	ロゴ横スクロール
	----------------------------------- */
    .company_logo h2 {
        font-size: 2rem;
        padding: 15px 0 10px;
    }
	.logo_slider{
		padding: 5px 0;
	}
	.logo_slider img{
		height: 27px;
	}
    .logo_slider div.square img{
        height: 32px;
    }
    .logo_slider div.small{
        padding-top: 1.5rem;
    }
    .logo_slider div.small img{
        height: 20px;
    }
    /* ----------------------------------------
    MS-Japanがご紹介できる求人の一例
    ---------------------------------------- */
    .recruit_Area{
        padding-bottom: 30px;
    }
    .recruit_Area .lead_txt{
        text-align: left;
        font-size: 1.4rem;
        margin-top: 10px;
    }
    .recruit_Area .slider li > div {
        padding: 10px;
    }
    .recruit_Area .slider li div h4 {
        font-size: 1.6rem;
        padding-bottom: 7px;
    }
    .recruit_Area .slider li div .income {
        font-size: 1.2rem;
        padding-top: 7px;
    }
    .recruit_Area .slider li div .income .icon i{
        width: 18px;
        height: 18px;
        font-size: 1.1rem;
        line-height: 1.7;
    }
    .recruit_Area .slider li div .income strong{
        font-size: 180%;
        vertical-align: -1px;
    }
    .recruit_Area .slider .slick-prev{
        left: 5px;
        z-index: 1;
    }
    .recruit_Area .slider .slick-next{
        right: 5px;
        z-index: 1;
    }
    .recruit_Area .slider .slick-prev:before,
    .recruit_Area .slider .slick-next:before,
    .recruit_Area .slider .slick-prev:after,
    .recruit_Area .slider .slick-next:after{
        width: 20px;
        height: 3px;
    }
    .recruit_Area .slider .slick-prev:before {
        top: -8px;
        left: -30px;
    }
    .recruit_Area .slider .slick-prev:after{
        left: -30px;
    }
    .recruit_Area .slider .slick-next:after {
        top: -7px;
        right: -30px;
    }
    .recruit_Area .slider .slick-next:before{
        right: -30px;
    }

    /* --------------------------------
	悩み
	----------------------------------- */
    .problems_Wrap{
        margin-top: 20px;
    }
    .problems_box .graph{
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    .problems_box .read{
        width: 100%;
    }
    .bg_Inner::after{
        right: -46.8%;
        width: 89%;
    }
    /* --------------------------------
	選ばれる理由
	----------------------------------- */
    .point{
        width: 48%;
        padding-top: 48%;
        margin-bottom: 10px;
    }
    /* --------------------------------
	勧める理由
	----------------------------------- */
    .recommend_Wrap .box .box-right {
        width: 100%;
        margin: 0;
        padding: 54% 0 0;
    }
    .recommend_Wrap .box .box-left{
        width: 100%;
        padding-top: 0;
    }
    .recommend_left{
        margin-top: 40px;
    }
    /* --------------------------------
	実データ
	----------------------------------- */
    .data_box{
        width: 100%;
    }
    .data_box figure {
        width: 100%;
        margin-bottom: 30px;
    }
    .hitokoto .read{
        flex-wrap: wrap;
        padding: 30px 50px;
    }
    .hitokoto .read .text_box{
        width: 100%;
    }
    .hitokoto .read figure {
        width: 45%;
        margin: 0 auto 30px;
    }
    /* --------------------------------
	成功事例
	----------------------------------- */
    .case_Wrap .case_box{
        width: 100%;
    }
    .case_Wrap .case_box dd .before{
        border-bottom: 0;
        border-right: 15px solid #f5f5f5;
        padding: 30px;
    }
    .case_Wrap .case_box dd .after{
        border-top: 0;
        border-left: 15px solid #edeadf;
        padding: 30px 30px 20px;
    }
    .case_Wrap .case_box dd .after figure{
        transform: rotate(90deg);
        right: 0;
        left: 0;
        margin: auto;
        height: auto;
        top: -77px;
    }
    .case_Wrap .case_box dd{
        display: block;
    }
    .case_Wrap .case_box dd .before, .case_Wrap .case_box dd .after{
        width: 100%;
    }
    /* --------------------------------
	求人案件
	----------------------------------- */
    .graph_box{
        padding: 50px;
    }
    .graph_box dl {
        width: 100%;
    }
    /* --------------------------------
	流れ
	----------------------------------- */
    .flow_box{
        width: 100%;
    }
    /* --------------------------------
	質問
	----------------------------------- */
    .faq_box .read{
        width: 83%;
    }
    .faq_box .ques,
    .faq_box .ans{
        padding: 20px;
    }
}

/* ============================================================
SP（~400px）
============================================================ */
@media screen and (max-width:400px) {
    .fv .cta{
        font-size: 1.8rem;
        width: 90%;
        padding: 15px;
        bottom: 17%;
    }
    .cta .free{
        font-size: 1.3rem;
    }
    .problems_box{
        width: 90%;
    }
    .data_box{
        margin-bottom: 0;
    }
    .fukidashi{
        margin-top: 0;
    }
    .hitokoto .read{
        padding: 30px;
    }
    .hitokoto .read figure{
        width: 80%;
    }
    .recommend_Wrap .box{
        margin-bottom: 0;
    }
    .recruitment_Wrap .txt{
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .graph_box {
        padding: 10px 30px 30px;
    }
    .graph_box dl {
        width: 100%;
    }
    .cta_Wrap .cta{
        width: 100%;
        font-size: 1.8rem;
    }
    .recruit_Area .slider .slick-next:before{
        right: -22px;
    }
    .recruit_Area .slider .slick-next:after{
        right: -22px;
    }
    .recruit_Area .slider .slick-prev:after{
        left: -22px;
    }
    .recruit_Area .slider .slick-prev:before{
        left: -22px;
    }
    .fv .fv_ttl_Box h2{
        width: 85%;
    }
    .bg_Inner::after{
        right: -43.8%;
        width: 78%;
    }
    .num{
        font-size: 2.3rem;
    }
    .num span {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:400px){
    /*.fv .fv_ttl_Box {
        top: 41%;
    }*/
    .fv{
        height: 440px;
    }
    .fv .cta{
        bottom: 18%;
    }
    .problems_Wrap {
        margin-top: 0;
    }
    .bg_Inner::after{
        right: -39.8%;
        width: 88.5%;
        }
}


