@charset "UTF-8";
/* ----------------------------------------
FV
---------------------------------------- */
#fv {
    background: url(../img/fv-bg.jpg) no-repeat center center/auto 100%;
    background-size:cover;
    padding-bottom: 30px
}
#fv .fv-wrap {
    max-width: 1500px;
    margin: 0 auto
}
#fv img {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%
}
#fv img[src*=-sp] {
    display: none
}
#fv img[src*=fv-pc-logo] {
    max-width: 186px;
    width: 15%;
    position: relative;
    margin: 0;
    padding: 10px 5px
}
#fv span {
    color: #fff;
    font-size: 10px;
    line-height: 1.4em;
    display: block;
    width: 75%;
    max-width: 810px;
    margin: 0 auto;
    text-shadow: 1px 1px 1px #333;
}
#fv img.title {
    width: 75%;
    -o-object-fit: contain;
    object-fit: contain
}
#fv img.copy01 {
    max-height: 275px;
    width: 500px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 0 0 4.8%
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    h2 {
        font-size: 24px;
    }
    h2 span:after {
        bottom: 0
    }
    #fv {
        background: url(../img/fv-bg-sp.jpg) no-repeat center center / auto 100%;
        padding-bottom: 0px;
        background-size: cover;
    }
    #fv img[src*=-pc] {
        display: none
    }
    #fv img[src*=-sp] {
        display: block
    }
    #fv span {
        width: 90%;
        font-size: 0.8rem;
        line-height: 1.4em;
    }
    #fv .fv-note {
        padding-bottom: 20px;
    }
    .col3>div>h3 {
        height: 1em;
        margin: 0;
    }
    #merit p.sp_txt{
        padding-top:20px;
    }
}
.fvCtaButton {
    margin: 0 10px 20px 15px;
    /* border-radius: 100vw; */
    overflow: hidden;
}
.fvCtaButton a {
    display: block;
    padding: 20px 18px;
    position: relative;
    text-align: center;
    background: var(--gradation);
    font-size: 2rem;
    color: var(--white);
}
.fvCtaButton a:hover{
    opacity: 0.85;
}
.fvCtaButton a::after {
    content: none;
}
.fvCtaButton.pb50{
    padding-bottom: 50px;
}
@media screen and (min-width:769px) {
    /* .fvCtaButton {
        width: 600px;
        margin: 2.5rem 0 4rem 15vw;
        background: var(--white);
    } */
    .fvCtaButton a {
        padding: 1.8rem 20px 2.4rem;
        font-size: 2.8rem;
        transition: var(--transition);
    }
    .fvCtaButton a::after {
        display: block;
        width: 8px;
        height: 8px;
        margin-block: auto;
        border-right: 2px solid var(--white);
        border-top: 2px solid var(--white);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        transform: rotate(45deg);
        content: "";
    }
}

@media screen and (max-width:768px) {
    .fvCtaButton {
        margin-bottom: 15px;
    }
}

/* --------------------------------
ロゴ横スクロール
----------------------------------- */
.company_logo h2{
    text-align: center;
    color: var(--darkBlue);
    font-family: "Noto Serif JP", serif;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    padding: 20px 0 15px;
}
.logo_slider{
	/* overflow: hidden !important; */
	/* width: 100%; */
	/* margin-top: 30px; */
    width: 90%;
    margin: 0 auto;
	padding: 10px 0;
	-ms-align-items: center;
	align-items: center;
	/* flex-wrap: nowrap; */
	flex-wrap: wrap;
	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; */
    margin: 10px 20px;
    /* width: 18%; */
    text-align: center;
}
.logo_slider img{
	width: auto;
    max-width: 90%;
	height: auto;
    max-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で転職するメリット
---------------------------------------- */
.merit_Wrap{
    background: url(../img/index_bg01.jpg) no-repeat center top / cover;
}
.merit_Wrap .Wrap_ttl h3{
    color: #fff;
}
.merit_List{
    margin-top: 50px;
}
.merit_List li{
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 1100px;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 30px 30px 0;
}
.merit_List li span.num{
    display: inline-block;
    position: absolute;
    width: 7%;
    top: -25%;
    left: 0;
}
.merit_List li .List_inner{
    align-items: center;
    position: relative;
    display: block;
}
.merit_List li .List_inner .txt_Box{
    width: 68%;
    color: var(--darkBlue);
    padding: 0 0 30px;
}
.merit_List li .List_inner .txt_Box h4{
    font-size: 2.8rem;
    letter-spacing: 0.03em;
    line-height: 1.2;
    font-weight: 600;
}
.merit_List li .List_inner .txt_Box h4 strong{
    font-size: 120%;
    font-weight: 600;
    color: var(--middleBlue);
}
.merit_List li .List_inner .txt_Box h4 strong .oswald{
    font-size: 150%;
    font-weight: 500;
    font-style: italic;
    padding-right: 0.1em;
}
.merit_List li .List_inner .txt_Box .txt{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 15px;
    color: #333;
    letter-spacing: 0.05em;
}
.merit_List li .List_inner figure{
    position: absolute;
    width: 30%;
    bottom: 0;
    right: 0;
}
.merit_List li:nth-child(2){
    margin-left: auto;
}
.merit_List li:nth-child(3){
    margin-bottom: 0;
}
.merit_List li:nth-child(1) span.num{
    width: 6%;
}
.merit_List li:nth-child(2) span.num{
    top: -15%;
    left: unset;
    right: 0;
}
.merit_List li:nth-child(2) .List_inner .txt_Box{
    margin-left: auto;
}
.merit_List li:nth-child(2) .List_inner figure{
    width: 35%;
    right: unset;
    left: -7%;
}
.merit_List li:nth-child(3) .List_inner figure{
    width: 22%;
    bottom: 0;
}

/* ----------------------------------------
MS-Japanでの転職サポート内容と流れ
---------------------------------------- */
section.flow_Wrap{
    padding: 80px 0 50px;
}
.flow_Box{
    margin-top: 40px;
}
.flow_Box li{
    position: relative;
    /* justify-content: flex-end; */
    margin-bottom: 80px;
}
.flow_Box li:last-child{
    margin-bottom: 0;
}
.flow_Box li::after{
    position: absolute;
    content: "";
    border-top: 20px solid var(--middleBlue);
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    bottom: -35%;
    left: 50%;
    transform: translateX(-50%);
}
.flow_Box li:last-child:after{
    content: none;
}
.flow_Box li span.num{
    display: block;
    text-align: center;
    font-size: 130px;
    font-weight: 300;
    font-style: italic;
    color: var(--middleBlue);
    margin-right: 2%;
    width: 8%;
}
.flow_Box li figure{
    position: relative;
    width: 27%;
    margin-right: 2%;
}
.flow_Box li .txt_Box{
    background: var(--lightgray);
    width: 60%;
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flow_Box li .txt_Box h4{
    color: var(--darkBlue);
    font-size: 2.4rem;
    font-weight: 600;
}
.flow_Box li .txt_Box h4 .Wrap_ttl_logo{
    display: inline-block;
    width: 30%;
    max-width: 150px;
    vertical-align: sub;
    margin-right: 0.1em;
}
.flow_Box li .txt_Box .txt{
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.05em;
    margin-top: 10px;
}
.flow_Box li .txt_Box .txt a{
    position: relative;
    text-decoration: underline;
}
.flow_Box li .txt_Box .txt a.sankaku{
    position: relative;
    display: block;
    padding-left: 1em;
}
.flow_Box li .txt_Box .txt a.sankaku::before{
    position: absolute;
    content: "";
    border-top: 10px solid var(--middleBlue);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: 0.5em;
    left: 0;
}
.flow_Box li .txt_Box .txt a:hover{
    opacity: 0.7;
    text-decoration: none;
}

/* ----------------------------------------
実際に面談を受けた方の声
---------------------------------------- */
section.voice_Wrap{
    padding: 50px 0 80px;
}
section.voice_Wrap .Wrap_ttl h3{
    color: #fff;
}
.voice_Wrap .inner{
    position: relative;
    width: 100%;
    margin-top: 30px;
}
.voice_Wrap .inner::before {
    position: absolute;
    content: "";
    width: 90%;
    max-width: 1200px;
    height: 130%;
    top: -22%;
    right: 0;
    background: url(../img/index_bg01.jpg) no-repeat center top / cover;
    z-index: -1;
}
.voice_Wrap .inner figure{
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin-right: auto;
    z-index: 2;
}
.voice_Wrap .inner .voice_Box{
    position: absolute;
    width: 100%;
    max-width: 1200px;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    z-index: 3;
}
.voice_Wrap .inner .voice_Box .fukidashi{
    position: relative;
    width: 50%;
    margin-left: auto;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 7px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.02em;
    box-shadow: 0 0 7px var(--darkBlue);
}
.voice_Wrap .inner .voice_Box .fukidashi::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 7.5px 12px 7.5px 0;
    border-color: transparent #fff transparent transparent;
    translate: -100% -50%;
    z-index: -2;
    filter: drop-shadow(-2.5px 0 2px var(--darkBlue));
}
.voice_Wrap .inner .voice_Box .fukidashi::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 5px 9px 5px 0;
    border-color: transparent #ffffff transparent transparent;
    translate: -100% -50%;
    z-index: -2;
}
/* .voice_Wrap .inner .voice_Box .fukidashi::after{
    position: absolute;
    content: "";
    border-right: 15px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 50%;
    left: -1.5%;
    transform: translateY(-50%);
} */
.voice_Wrap .inner .voice_Box .fukidashi:nth-child(2n){
    margin-right: 50px;
}
.voice_Wrap .inner .voice_Box .fukidashi strong{
    font-size: 110%;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: var(--yellow);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}
.voice_Wrap .inner .voice_Box .fukidashi span.detail{
    display: block;
    text-align: right;
    margin-top: 5px;
    font-size: 1.4rem;
}

/* ----------------------------------------
転職成功事例
---------------------------------------- */
.casestudy_Box{
    margin-top: 30px;
}
.casestudy_Box li:not(:last-child){
    margin-bottom: 50px;
}
.casestudy_Box li .top_Area .icon{
    display: block;
    width: 18%;
    max-width: 140px;
}
.casestudy_Box li .top_Area .case{
    width: 81%;
    max-width: 642px;
}
.casestudy_Box li .case-fukidashi{
    position: relative;
    background: #fff;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 2px solid var(--middleBlue);
    color: #333;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin-top: 10px;
}
.casestudy_Box li .case-fukidashi::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8.5%;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--middleBlue);
    translate: -50% -100%;
}
.casestudy_Box li .case-fukidashi::after {
    content: "";
    position: absolute;
    top: 0;
    left: 8.5%;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #ffffff;
    translate: -50% -100%;
}
.casestudy_Box li .case-fukidashi strong{
    font-size: 120%;
    font-weight: 600;
    color: var(--middleBlue);
}

/* ----------------------------------------
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{
    padding-bottom: 50px;
    border-bottom: var(--middleBlue) 1px solid;
}
.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 0;
}
.recruit_Area .slider li{
    width: calc((100% / 3) - 10px);
    margin: 0 5px;
    border: var(--middleBlue) 1px solid;
    background: #fff;
    text-align: center;
}
.recruit_Area .slider li > div{
    padding: 15px;
}
.recruit_Area .slider li .sub_txt{
    background: var(--middleBlue);
    padding: 10px;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
}
.recruit_Area .slider li div h4{
    font-size: 2rem;
    font-weight: 600;
    color: var(--darkBlue);
    padding-bottom: 10px;
    border-bottom: var(--lightBlue) 1px solid;
}
.recruit_Area .slider li div .income{
    padding-top: 10px;
    font-size: 1.6rem;
    color: var(--darkBlue);
}
.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(--middleBlue);
    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(--middleBlue);
    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(--middleBlue);
}
.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: var(--darkBlue);
    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);
}

/* ----------------------------------------
よくある質問
---------------------------------------- */
.faq_Area{
    padding-top: 50px;
}
.faq_List{
    margin-top: 30px;
}
.faq_List li{
    border: var(--middleBlue) 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(--middleBlue);
    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;
}


/* ----------------------------------------
こんなお悩みありませんか？
---------------------------------------- */
.worries_Wraps{
    padding: 50px 15px 35px; 
}
.worries_top{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 40px;
}
ul.worries_list{
    margin: 0;
    max-width: 50%;
}
ul.worries_list li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 1.5em;
    line-height: 1.4;
    font-size: 2rem;
    font-weight: 500;
}
ul.worries_list li::before{
    content: "";
    position: absolute;
    top: 25%;
    left: -5px;
    width: 25px;
    height: 25px;
    background-image: url("../img/icon_check.png");
    background-size: contain;
    background-repeat: no-repeat;
}
ul.worries_list li .txt_blue{
    color: #1163af;
    font-weight: 500;
}
.worries_top .worries_img{
    margin: 0;
    width: 450px;
}
.worries_inner .arrow_bottom{
    width: 60px;
    margin: 40px auto;
    display: block;
}
.worries_bottom{
    text-align: center;
    border: 1px solid #e2cfae;
    padding: 20px 5px;
    width: 800px;
    margin: 0 auto;
}
.worries_bottom .txt_01{
    font-size: 2.3rem;
    font-weight: 500;
    margin-bottom: 16px;
    color: var(--darkBlue);
}
.worries_bottom .txt_02{
    font-family: "Noto Serif JP", serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 6rem;
    color: var(--darkBlue);
}
.worries_bottom .txt_02 .line_gold{
    font-weight: 600;
    font-size: 130%;
    background: linear-gradient(transparent 70%, #e2cfae 30%);
}
.company_logo{
    margin-bottom: 70px;
}
/* ============================================================
PC（1600px~）
============================================================ */
@media screen and (min-width:1600px) {
    /* ----------------------------------------
    FV
    ---------------------------------------- */
    .fv{
        padding-top: 0;
        height: 65vh;
    }
    .fv .fv_ttl_Box {
        width: 30%;
    }

    /* --------------------------------
	ロゴ横スクロール
	----------------------------------- */
    .logo_slider img {
        max-height: 40px;
    }

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

/* ============================================================
TAB（768~1100px）
============================================================ */
@media screen and (min-width:767px) and (max-width:1100px) {
    /* ----------------------------------------
    FV
    ---------------------------------------- */
    .fv h1 {
        max-width: 150px;
        left: 1%;
    }
    .fv .fv_ttl_Box {
        top: 54%;
    }
    .fv .cta{
        padding: 20px 5px;
    }

    /* --------------------------------
	ロゴ横スクロール
	----------------------------------- */
    .logo_slider img {
        max-height: 40px;
    }

    /* ----------------------------------------
    MS-Japanで転職するメリット
    ---------------------------------------- */
    .merit_List li span.num{
        top: -12%;
    }
    .merit_List li:nth-child(2) span.num{
        top: -8%;
    }
}

/* ============================================================
SP（~768px）
============================================================ */
@media screen and (max-width:768px) {

    /* ----------------------------------------
    FV
    ---------------------------------------- */
    .fv {
        background: url(../img/fv_bg_sp.jpg) center top no-repeat;
        background-size: contain;
        padding-top: 101.5625%;
    }
    .fv h1 {
        width: 30%;
        max-width: 120px;
    }
    .fv .fv_ttl_Box {
        width: 98%;
        top: 44.5%;
    }
    .fv .fv_ttl_Box h2{
        width: 60%;
    }
    .fv .fv_ttl_Box .fv_sub_ttl{
        width: 86%;
        margin-top: 5px;
    }
    .fv .cta{
        position: absolute;
        width: 95%;
        font-size: 2rem;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
    }
    .fv .fv_note {
        bottom: 1%;
        right: 1%;
        font-size: 1rem;
    }

    /* --------------------------------
	ロゴ横スクロール
	----------------------------------- */
    .company_logo h2 {
        font-size: 2rem;
        padding: 15px 0 10px;
    }
	.logo_slider{
        width: 100%;
		padding: 10px 0 ;
	}
    .logo_slider > div {
        /* width: calc((100% / 3) - 3%); */
        margin: 8px;
    }
	.logo_slider img{
		max-height: 25px;
	}
    /* .logo_slider div.square img{
        height: 32px;
    }
    .logo_slider div.small{
        padding-top: 1.5rem;
    }
    .logo_slider div.small img{
        height: 20px;
    } */

    /* ----------------------------------------
    MS-Japanで転職するメリット
    ---------------------------------------- */
    .merit_List{
        margin-top: 30px;
    }
    .merit_List li {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 30px;
        padding: 15px;
    }
    .merit_List li:nth-child(3){
        padding-top: 20px;
    }
    .merit_List li:nth-child(1) span.num {
        width: 9%;
        top: -10%;
    }
    .merit_List li:nth-child(2) span.num {
        width: 10%;
        top: -7%;
    }
    .merit_List li:nth-child(3) span.num {
        width: 10%;
        top: -15%;
    }
    .merit_List li .List_inner .txt_Box {
        width: 100%;
        padding: 0;
    }
    .merit_List li .List_inner .txt_Box h4 {
        width: 100%;
        font-size: 1.8rem;
        /* line-height: 1.1; */
    }
    .merit_List li .List_inner .txt_Box h4 strong {
        font-size: 100%;
    }
    .merit_List li .List_inner .txt_Box .txt {
        width: 80%;
        font-size: 1.3rem;
        line-height: 1.4;
        margin-top: 8px;
    }
    .merit_List li:nth-child(2) .List_inner .txt_Box .txt{
        width: 70%;
        margin-left: auto;
    }
    .merit_List li .List_inner figure {
        position: absolute;
        width: 25%;
        right: -5%;
    }

    /* ----------------------------------------
    MS-Japanでの転職サポート内容と流れ
    ---------------------------------------- */
    section.flow_Wrap {
        padding: 40px 0 20px;
    }
    .flow_Box {
        margin-top: 20px;
    }
    .flow_Box li {
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 40px;
    }
    .flow_Box li::after {
        border-top: 13px solid var(--middleBlue);
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        bottom: -30%;
    }
    .flow_Box li span.num {
        display: none;
        font-size: 40px;
        width: auto;
        position: absolute;
        top: 0;
        left: 3%;
        z-index: 1;
    }
    .flow_Box li figure {
        width: 18%;
        margin-right: 0;
    }
    .flow_Box li figure img{
        width: 60px;
        height: 60px;
        object-fit: cover;
        object-position: center center;
    }
    .flow_Box li .txt_Box {
        width: 80%;
        padding: 15px;
    }
    .flow_Box li .txt_Box h4{
        font-size: 1.6rem;
    }
    .flow_Box li .txt_Box h4 .Wrap_ttl_logo {
        width: 35%;
        max-width: 100px;
        vertical-align: -2px;
        margin-right: 0.1em;
    }
    .flow_Box li .txt_Box .txt {
        font-size: 1.3rem;
        margin-top: 5px;
    }
    .flow_Box li .txt_Box .txt a.sankaku::before {
        border-top: 7px solid var(--middleBlue);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    /* ----------------------------------------
    実際に面談を受けた方の声
    ---------------------------------------- */
    section.voice_Wrap{
        padding: 50px 0 40px;
    }
    .voice_Wrap .inner::before {
        width: 100%;
        height: 120%;
        top: -15%;
    }
    .voice_Wrap .inner figure {
        width: 95%;
    }
    .voice_Wrap .inner .voice_Box {
        position: relative;
        width: 100%;
        top: -35px;
        right: 0;
        transform: none;
        margin: 0 auto;
    }
    .voice_Wrap .inner .voice_Box .fukidashi {
        position: relative;
        width: 95%;
        margin: 0 auto 20px;
        padding: 15px;
        border-radius: 3px;
        font-size: 1.4rem;
        box-shadow: 0 0 7px var(--darkBlue);
    }
    .voice_Wrap .inner .voice_Box .fukidashi::before {
        top: 0;
        left: 50%;
        border-width: 0 7.5px 8px 7.5px;
        border-color: transparent transparent #fff;
        translate: -50% -100%;
        filter: drop-shadow(0 -3px 2px var(--darkBlue));
    }
    .voice_Wrap .inner .voice_Box .fukidashi::after {
        top: 0;
        left: 50%;
        border-width: 0 4.8px 5.1px 4.8px;
        border-color: transparent transparent #ffffff;
        translate: -50% -100%;
    }
    .voice_Wrap .inner .voice_Box .fukidashi:nth-child(2n) {
        margin-right: auto;
    }
    .voice_Wrap .inner .voice_Box .fukidashi[data-aos=fade-right]{
        transform: translate3d(0, 100px, 0);
    }
    .voice_Wrap .inner .voice_Box .fukidashi[data-aos=fade-right].aos-animate{
        transform: translateZ(0);
    }
    .voice_Wrap .inner .voice_Box .fukidashi span.detail{
        font-size: 1.2rem;
        margin-top: 2px;
    }

    /* ----------------------------------------
    転職成功事例
    ---------------------------------------- */
    .casestudy_Box li:not(:last-child) {
        margin-bottom: 30px;
    }
    .casestudy_Box li .top_Area{
        align-items: center;
    }
    /* .casestudy_Box li .top_Area{
        flex-direction: column-reverse;
        align-items: center;
    }
    .casestudy_Box li .top_Area .case{
        width: 100%;
    }
    .casestudy_Box li .top_Area .icon{
        width: 25%;
        margin-top: 10px;
    } */
    .casestudy_Box li .case-fukidashi {
        padding: 12px;
        font-size: 1.3rem;
        line-height: 1.4;
    }
    /* .casestudy_Box li .case-fukidashi::before {
        top: 0;
        left: 50%;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent var(--middleBlue) transparent;
        translate: -50% -100%;
    }
    .casestudy_Box li .case-fukidashi::after {
        top: 0;
        left: 50%;
        border-width: 0 7px 7px 7px;
        border-color: transparent transparent #ffffff transparent;
        translate: -50% -100%;
    } */

    /* ----------------------------------------
    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 .sub_txt{
        padding: 8px 2px;
        font-size: 1.4rem;
    }
    .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;
    }
    .recruit_Area .slider .slick-next:after {
        top: -7px;
    }

    /* ----------------------------------------
    よくある質問
    ---------------------------------------- */
    .faq_Area {
        padding-top: 30px;
    }
    .faq_List {
        margin-top: 20px;
    }
    .faq_List li {
        padding: 15px;
    }
    .faq_List li:not(:last-child) {
        margin-bottom: 15px;
    }
    .faq_List li h4.question span,
    .faq_List li .answer span {
        font-size: 1.6rem;
    }
    .faq_List li h4.question .txt,
    .faq_List li .answer .txt {
        width: 93%;
        font-size: 1.4rem;
        line-height: 1.2;
    }
    .faq_List li .answer .txt{
        font-size: 1.2rem;
    }
    /* ----------------------------------------
    こんなお悩みありませんか？
    ---------------------------------------- */
    .worries_Wraps{
        padding: 40px 15px 20px; 
    }
    .worries_inner{

    }
    .worries_top{
        flex-direction: column;
        margin-top: 0;
    }
    ul.worries_list{
        margin: 30px auto 10px;
        max-width: 270px;
        list-style: none;
        padding: 0;
        text-align: left;
    }
    ul.worries_list li{
        position: relative;
        padding-left: 30px;
        margin-bottom: 1em;
        line-height: 1.4;
        font-size: 1.4rem;
        font-weight: 500;
    }
    ul.worries_list li::before{
        left: 0;
        width: 20px;
        height: 20px;
    }
    .worries_top .worries_img{
        margin-left: -30px;
        width: 100%;
    }
    .worries_inner .arrow_bottom{
        margin: 20px auto 30px;
    }
    .worries_bottom{
        width: 100%;
    }
    .worries_bottom .txt_01{
        font-size: 1.6rem;
        margin-bottom: 14px;
    }
    .worries_bottom .txt_02{
        font-size: 2rem;
        line-height: 3.5rem;
    }
    .company_logo{
        margin-bottom: 30px;
    }
}