@charset "UTF-8";
/* ----------------------------------------
FV
---------------------------------------- */
.fv{
    position: relative;
    width: 100%;
    background: url(../img/fv_bg.jpg) right top no-repeat;
    background-size: cover;
    padding-top: 54.285714285714285%;
}
.fv h1{
    position: absolute;
    width: 50%;
    max-width: 200px;
    top: 2%;
    left: 2%;
}
.fv h1 a{
    display: block;
    width: 100%;
    transition: 0.3s;
}
.fv h1 a:hover{
    opacity: 0.7;
}
.fv .fv_ttl_Box{
    position: absolute;
    top: 53%;
    left: 2%;
    transform: translateY(-50%);
    width: 60%;
}
.fv .fv_ttl_Box h2{
    max-width: 720px;
    transform-origin: top center;
    opacity: 0;
}
.fv .fv_ttl_Box h2.fadeIn{
    opacity: 1;
}
.fv .fv_ttl_Box .fv_sub_ttl{
    max-width: 691px;
    margin-top: 10px;
    overflow: hidden;
    transform-origin: top center;
    opacity: 0;
}
.fv .cta{
    margin: 20px 0 0 0;
    filter: drop-shadow(0px 0px 10px #fff);
    opacity: 0;
}
.fv .cta.fadeIn{
    opacity: 1;
}
.fv ul.fv_note{
    width: 85%;
    max-width: 690px;
    margin-top: 20px;
}
.fv ul.fv_note li{
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    color: var(--navy);
    padding-left: 2em;
}
.fv ul.fv_note li::before{
    position: absolute;
    font-size: 1rem;
    color: var(--navy);
    top: 0;
    left: 0;
}
.fv ul.fv_note li:nth-child(1){
    margin-bottom: 5px;
}
.fv ul.fv_note li:nth-child(1):before{ content: "※1";}
.fv ul.fv_note li:nth-child(2):before{ content: "※2";}

/* --------------------------------
ロゴ横スクロール
----------------------------------- */
.company_logo {
    max-width: 1000px;
    margin: 0 auto;
}
.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; */
    width: 100%;
    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: var(--lightblue);
}
.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: 9%;
    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(--navy);
    padding: 0 0 30px;
}
.merit_List li .List_inner .txt_Box h4{
    font-size: 3rem;
    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(--blue);
}
.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(2) span.num{
    width: 10%;
    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: 25%;
    bottom: -6px;
}

/* ----------------------------------------
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(--blue);
    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: 600;
    font-style: italic;
    color: var(--blue);
    margin-right: 2%;
    width: 8%;
}
.flow_Box li figure{
    position: relative;
    width: 27%;
    background: var(--lightblue);
    margin-right: 2%;
    height: 150px;
}
.flow_Box li figure img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.flow_Box li:nth-child(1) figure img{
    width: 45%;
}
.flow_Box li:nth-child(2) figure img,
.flow_Box li:nth-child(3) figure img,
.flow_Box li:nth-child(4) figure img,
.flow_Box li:nth-child(5) figure img{
    width: 90%;
}
.flow_Box li .txt_Box{
    background: var(--lightgray);
    width: 60%;
    padding: 30px;
}
.flow_Box li .txt_Box h4{
    color: var(--navy);
    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(--blue);
    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;
}
.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: var(--lightblue);
    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 #6984a3;
}
.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 #92b1d5);
}
.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(--blue);
    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(--blue);
    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(--blue);
}

/* ----------------------------------------
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(--blue) 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(--blue) 1px solid;
    background: #fff;
    text-align: center;
}
.recruit_Area .slider li > div{
    padding: 15px;
}
.recruit_Area .slider li .sub_txt{
    background: var(--blue);
    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(--navy);
    padding-bottom: 10px;
    border-bottom: var(--lightblue) 1px solid;
}
.recruit_Area .slider li div .income{
    padding-top: 10px;
    font-size: 1.6rem;
    color: var(--navy);
}
.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(--blue);
    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: var(--navy);
    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(--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;
}

/* ============================================================
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;
    }
}


/* ============================================================
PC（~1280px）
============================================================ */
@media screen and (max-width:1280px) {
    /* ----------------------------------------
    FV
    ---------------------------------------- */
    .fv .fv_ttl_Box {
        width: 40%;
    }
}

/* ============================================================
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;
    }

    /* --------------------------------
	ロゴ横スクロール
	----------------------------------- */
    .company_logo {
        max-width: 700px;
    }
    .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%;
    }
}

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

    /* ----------------------------------------
    FV
    ---------------------------------------- */
    .fv {
        background: url(../img/fv_bg_sp.jpg) center top no-repeat;
        background-size: cover;
        padding-top: 90%;
    }
    .fv .fv_ttl_Box {
        width: 70%;
    }
    .fv .fv_ttl_Box h2{
        width: 75%;
    }
    .fv .fv_ttl_Box .fv_sub_ttl {
        width: 80%;
    }
}

/* ============================================================
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: 48%;
    }
    .fv .fv_ttl_Box h2{
        width: 60%;
    }
    .fv .fv_ttl_Box .fv_sub_ttl{
        width: 86%;
        margin-top: 10px;
    }
    .fv .cta{
        width: 95%;
        font-size: 2rem;
    }
    .fv ul.fv_note {
        width: 96%;
        max-width: none;
        margin: 0 auto;
        margin-top: 10px;
    }
    .fv ul.fv_note li {
        font-size: 0.8rem;
        color: #555;
        text-align: justify;
    }
    .fv ul.fv_note li:nth-child(1) {
        margin-bottom: 2px;
    }
    .fv ul.fv_note li::before {
        font-size: 0.8rem;
        color: #555;
    }

    /* --------------------------------
	ロゴ横スクロール
	----------------------------------- */
    .company_logo h2 {
        font-size: 2rem;
        width: 96%;
        margin: 10px auto 0;
        padding: 10px 0;
        border-top: var(--lightgray) 1px solid;
        border-bottom: var(--lightgray) 1px solid;
    }
	.logo_slider{
        width: 100%;
		padding: 10px 0 ;
        border-top: none;
	}
    .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 span.num {
        width: 12%;
        top: -8%;
    }
    .merit_List li:nth-child(2) span.num {
        width: 14%;
        top: -7%;
    }
    .merit_List li:nth-child(3) span.num {
        width: 13%;
        top: -10%;
    }
    .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-end;
        margin-bottom: 40px;
    }
    .flow_Box li::after {
        border-top: 13px solid var(--blue);
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        bottom: -30%;
    }
    .flow_Box li span.num {
        font-size: 40px;
        width: auto;
        position: absolute;
        top: 0;
        left: 3%;
        z-index: 1;
    }
    .flow_Box li:nth-child(1) span.num,
    .flow_Box li:nth-child(2) span.num,
    .flow_Box li:nth-child(3) span.num{
        top: -5px;
    }
    .flow_Box li figure {
        width: 18%;
        margin-right: 0;
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    .flow_Box li figure img {
        bottom: 10px
    }
    .flow_Box li:nth-child(1) figure img {
        width: 55%;
    }
    .flow_Box li:nth-child(3) figure img {
        bottom: 0;
    }
    .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(--blue);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    /* ----------------------------------------
    実際に面談を受けた方の声
    ---------------------------------------- */
    section.voice_Wrap{
        padding: 50px 0 40px;
    }
    .voice_Wrap .inner::before {
        width: 95%;
        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 #6984a3;
    }
    .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 #92b1d5);
    }
    .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(--blue) 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;
    }
}