@charset "utf-8";

/* .mvSubpage - 下層ページメインビジュアル
---------------------------------------------------------- */
.mvSubpage {
    width: 100%;
    background-color: #F3F8F6;
    margin-bottom: 6rem;
}
.mvSubpage_inner {
    position: relative;
    display: flex;
    min-height: 32rem;
}
.mvSubpage_title_wrap {
    max-width: calc(100% / 2 - 4rem);
    width: 100%;
    padding: 6rem 0;
    margin-right: 4rem;
    align-self: center;
}
.mvSubpage_title {
    color: #00A26B;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
}
.mvSubpage_img {
    max-width: 50%;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -6rem;
}


/* .supportCase - エイブルが解決のサポートをいたします！
---------------------------------------------------------- */
.supportCase_title {
    font-size: 4rem;
    margin-bottom: 3.5rem;
}
.supportCase_title-sub {
    display: block;
    color: #525252;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.supportCase_title-dots {
    color: #104B89;
    font-size: 2.4rem;
    position: relative;
    -webkit-text-emphasis: filled;
    text-emphasis: filled;
    text-emphasis-color: #ccc;
    padding: 0 0.1em;
}
.caseWrap {
    width: 100%;
    padding: 5rem;
    background-color: #26A77B;
}
.case {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 4rem;
}
.case:last-child {
    margin-bottom: 0;
}
.case_inner {
    display: flex;
    gap: 5rem;
}
.case_inner-before {
    background-color: #F1F1F1;
    padding: 4rem 7rem 3rem;
    position: relative;
}
.case_inner-before::before {
    /* arrow */
    position: absolute;
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    border-top: solid 3px #F25653;
    border-right: solid 3px #F25653;
    left: 50%;
    bottom: -1.6rem;
    -webkit-transform: rotate(135deg) translateX(-50%);
    transform: rotate(135deg) translateX(-50%);
}
.case_inner-after {
    background-color: #fff;
    padding: 5rem 7rem;
}
.case_img {
    width: 10rem;
}
.case_textWrap {
    max-width: calc(100% - 10rem - 5rem);
    width: 100%;
    align-self: center;
}
.case_title {
    font-weight: 700;
    margin-bottom: 1rem;
}
.case_title-before {
    color: #104B89;
    font-size: 2.4rem;    
}
.case_title-after {
    color: #F25653;
    font-size: 2.8rem;
}


/* .supportStep - エイブルの海外赴任サポートとは
---------------------------------------------------------- */
.step {
    max-width: 82rem;
    width: 100%;
    margin: 0 auto 5rem;
    padding:  3.2rem 0;
    border-left: 6px solid #00A26B;
}
.step_item {
    margin-left: 9.2rem;
    margin-bottom: 5rem;
}
.step_item:last-child {
    margin-bottom: 0;
}
.step_title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
    position: relative;
}
.step_title::before {
    content: '';
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background-color: #fff;
    border: 8px solid #00A26B;
    position: absolute;
    left: -11.1rem;
    top: 50%;
    transform: translateY(-50%);
}
.step_text {
    line-height: 2;
}

/* .supportEach - 海外赴任にまつわる負担を軽減します。
---------------------------------------------------------- */
.supportEach {
    background-color: #FBFBFB;
}
.each {
    display: flex;
    justify-content: center;
    gap: 4.8rem;
}
.each_item {
    width: 38.5rem;
}
.each_img {
    width: 23rem;
    margin: 0 auto;
    line-height: 0;
}
.each_title {
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 1rem;
    background-color: #00A26B;
}
.each_list_wrap {
    background-color: #fff;
    padding: 2.4rem;
}
.each_list {
    width: fit-content;
    margin: 0 auto;
}
.each_list li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.5em;
}
.each_list li::before {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background-color: #F8AAA9;
    position: absolute;
    top: 0.55em;
    left: 0;
}


/* .supportContent - サポート内容
---------------------------------------------------------- */
.supportContent_inner {
    padding: 4rem;
    border: 3px solid #00A26B;
    border-radius: 10px;
    margin-bottom: 5rem;
}
.content_title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
}
.content_list_wrap {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-bottom: 3rem;
}
.content_list {
    width: fit-content;
}
.content_list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.5em;
}
.content_list li::before {
    content: '';
    width: 0.625em;
    height: 0.625em;
    border-radius: 50%;
    background-color: #F8AAA9;
    position: absolute;
    top: 0.55em;
    left: 0;
}
.content_text {
    font-size: 1.4rem;
    text-align: center;
}


/* ==========================================================================//
// tablet -- 959 ~ 769px
// ========================================================================== */
@media screen and (max-width: 959px) {

    /* .mvSubpage - 下層ページメインビジュアル
    ---------------------------------------------------------- */
    .mvSubpage_inner {padding: 0 3rem;}
    .mvSubpage_title {font-size: 3.4rem;}
    .mvSubpage_img {bottom: -4rem;}

    /* .supportCase - エイブルが解決のサポートをいたします！
    ---------------------------------------------------------- */
    .supportCase_title {font-size: 3.2rem;}
    .caseWrap {padding: 3rem;}
    .case {margin-bottom: 2.6rem;}
    .case_inner {gap: 2rem;}
    .case_img {width: 8rem;}
    .case_textWrap {max-width: calc(100% - 8rem - 2rem);}
    .case_inner-before, .case_inner-after {padding: 2rem 2.4rem;}
    .case_title-before {font-size: 2.0rem;}
    .case_title-after {font-size: 2.2rem;}

    /* .supportStep - エイブルの海外赴任サポートとは
    ---------------------------------------------------------- */
    .step_item {margin-left: 6rem;}
    .step_title::before {left: -7.9rem;}

    /* .supportEach - 海外赴任にまつわる負担を軽減します。
    ---------------------------------------------------------- */
    .each {gap: 2rem;}
    .each_list_wrap {padding: 2rem;}

    /* .supportContent - サポート内容
    ---------------------------------------------------------- */
    .supportContent_inner {max-width: 90%; width: 100%; padding: 3rem 2rem;}
    .content_list_wrap {gap: 3rem;}
}

/* ==========================================================================//
// tablet -- 768 ~ 520px
// ========================================================================== */
@media screen and (max-width: 768px) {
    /* .mvSubpage - 下層ページメインビジュアル
    ---------------------------------------------------------- */
    .mvSubpage_inner {padding: 0 2rem; min-height: auto;}
    .mvSubpage_title_wrap {max-width: 100%; margin: 0 auto; padding: 3rem 0; margin-bottom: 7rem;}
    .mvSubpage_title {font-size: 2.0rem; margin-bottom: 1rem;}
    .mvSubpage_img {top: 10rem;}

    /* .supportCase - エイブルが解決のサポートをいたします！
    ---------------------------------------------------------- */
    .supportCase_title-sub {font-size: 1.2rem;}
    .supportCase_title-dots {font-size: 1.4rem;}
    .supportCase_title {font-size: 2.2rem;}
    .caseWrap {padding: 1.5rem; width: 100vw; margin: 0 calc(50% - 50vw);} /* 親要素を超えて横幅いっぱいに */
    .case {margin-bottom: 1.2rem;}
    .case_inner {gap: 1rem;}
    .case_img {width: 5rem;}
    .case_textWrap {max-width: calc(100% - 5rem - 1rem);}
    .case_inner-before, .case_inner-after {padding: 1.5rem;}
    .case_inner-before::before {width: 1.4rem; height: 1.4rem; bottom: -0.8rem;}
    .case_title-before {font-size: 1.4rem;}
    .case_title-after {font-size: 1.5rem;}

    /* .supportStep - エイブルの海外赴任サポートとは
    ---------------------------------------------------------- */
    .step {width: 80%; padding: 2rem 0;}
    .step_item {margin-left: 3rem; margin-bottom: 3rem;}
    .step_title::before {left: -4.3rem; width: 2.2rem; height: 2.2rem;}
    .step_title {font-size: 1.4rem; margin-bottom: 1rem;}

    /* .supportEach - 海外赴任にまつわる負担を軽減します。
    ---------------------------------------------------------- */
    .each {flex-wrap: wrap; gap: 1rem;}
    .each_img {width: 15rem;}
    .each_title {padding: 0.6rem;}
    .each_list_wrap {padding: 1rem;}

    /* .supportContent - サポート内容
    ---------------------------------------------------------- */
    .content_list_wrap {gap: 0; flex-wrap: wrap; flex-direction: column; width: max-content; margin: 0 auto 1.5rem;}
    .content_title {font-size: 1.4rem; margin-bottom: 1.5rem;}
    .content_text {font-size: 0.9rem;}
}

/* ==========================================================================//
// smartphone -- 520px未満
// ========================================================================== */
@media screen and (max-width: 519px) {
/* .mvSubpage - 下層ページメインビジュアル
    ---------------------------------------------------------- */
    .mvSubpage {margin-bottom: 8rem;}
    .mvSubpage_img {max-width: 90%; top: 13rem;}

    /* .supportCase - エイブルが解決のサポートをいたします！
    ---------------------------------------------------------- */
    .supportCase_title {font-size: 1.8rem; margin-bottom: 2rem;}
    .case_inner {flex-wrap: wrap; justify-content: center; align-items: center;}    
    .case_textWrap {max-width: 100%;}
    .case_inner-before::before {left: 45%;}
    .case_title-before {font-size: 1.2rem;}
    .case_title-after {font-size: 1.4rem;}

    /* .supportStep - エイブルの海外赴任サポートとは
    ---------------------------------------------------------- */
    .supportStep .section_text {text-align: left; line-height: 2;}
    .step {width: 90%; margin: 0 auto;}

    /* .supportEach - 海外赴任にまつわる負担を軽減します。
    ---------------------------------------------------------- */
    .each_list li {padding-left: 1rem;}

    /* .supportContent - サポート内容
    ---------------------------------------------------------- */
    .supportContent_inner {margin-bottom: 2rem;}
    .content_list li {padding-left: 1.4rem;}
}