@charset "UTF-8";
/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュール及びページ固有のスタイルを記述する
    汎用モジュールは、アルファベット降順(A->Z)に記述する
    ページ固有のスタイルは、ディレクトリ名のアルファベット降順(A->Z)、
    ファイル名のアルファベット降順(A->Z)にそれぞれ記述する

Contents:
    module
    page
    utility
========================================================== */
/* ==========================================================
*
*   module
*
========================================================== */
/* ---------------------------------------------
*   accordion-menu
--------------------------------------------- */
.accordion-menu__text {
    line-height: 1.7;
    margin-bottom: 33px;
}

@media screen and (max-width: 768px) {
    .accordion-menu__text {
        line-height: 1.6;
        font-size: 3.46667vw;
        margin-bottom: 4.4vw;
    }
}

.accordion-menu__list-link--adjustment .accordion-menu__list-answer {
    padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .accordion-menu__list-link--adjustment .accordion-menu__list-answer {
        padding-bottom: 0;
    }
}

.accordion-menu__list-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    background-color: #f0f0f0;
    margin-bottom: 2px;
}

@media screen and (min-width: 769px) {
    .accordion-menu__list-question {
        -webkit-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;
    }
    .accordion-menu__list-question:hover {
        opacity: 0.6;
    }
}

@media screen and (max-width: 768px) {
    .accordion-menu__list-question {
        padding-top: 4.8vw;
        padding-right: 1.33333vw;
        padding-bottom: 4.8vw;
        padding-left: 2.66667vw;
        margin-bottom: 0.53333vw;
    }
}

.accordion-menu__list-question.js-open .accordion-menu__list-question-item {
    background-image: url(../img/faq/icon_minus_open.png);
}

.accordion-menu__list-question--high {
    padding-top: 19px;
    padding-bottom: 19px;
}

@media screen and (max-width: 768px) {
    .accordion-menu__list-question--high {
        padding-top: 3.2vw;
        padding-right: 2.66667vw;
        padding-bottom: 3.2vw;
    }
}

.accordion-menu__list-question-item {
    display: block;
    overflow: hidden;
    padding-top: 30px;
    width: 30px;
    height: 0;
    background-image: url(../img/faq/icon_plus_open.png);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .accordion-menu__list-question-item {
        padding-top: 6.4vw;
        width: 6.4vw;
        margin-right: 3.06667vw;
    }
}

.accordion-menu__list-question-text {
    width: calc(100% - 50px);
}

@media screen and (max-width: 768px) {
    .accordion-menu__list-question-text {
        width: calc(100% - 6.4vw);
        font-size: 3.2vw;
    }
}

.accordion-menu__list-question-text-title {
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
    margin-bottom: 3px;
}

.accordion-menu__list-answer {
    position: relative;
    display: none;
    padding: 10px 30px 30px 70px;
    letter-spacing: .03em;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .accordion-menu__list-answer {
        padding: 2vw 1.33333vw 3.6vw 12vw;
    }
}

.accordion-menu__list-answer:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 33px;
    display: block;
    width: 19px;
    height: 25px;
    background: url(../img/faq/icon_answer_arrow.png) 50% 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 768px) {
    .accordion-menu__list-answer:before {
        top: 1.46667vw;
        left: 5.6vw;
        width: 3.33333vw;
        height: 4.53333vw;
    }
}

.accordion-menu__list-answer--employment {
    padding-right: 20px;
    padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .accordion-menu__list-answer--employment {
        padding-right: 1.33333vw;
        padding-bottom: 2.4vw;
        letter-spacing: -.05em;
    }
}

.accordion-menu__list-answer-inner {
    margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
    .accordion-menu__list-answer-inner {
        margin-bottom: 4.4vw;
    }
}

.accordion-menu__list-answer-inner:last-child {
    margin-bottom: 0;
}

.accordion-menu__list-answer-inner-title {
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
    margin-bottom: 1px;
}

@media screen and (max-width: 768px) {
    .accordion-menu__list-answer-inner-title {
        margin-bottom: 0.13333vw;
    }
}

.accordion-menu__list-answer-inner-item {
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .accordion-menu__list-answer-inner-item {
        line-height: 1.6;
    }
}

.accordion-menu__list-answer-inner-item-note {
    letter-spacing: -.005em;
}

@media screen and (max-width: 768px) {
    .accordion-menu__list-answer-inner-item-note {
        letter-spacing: normal;
    }
}

.accordion-menu__list-answer-inner-under {
    margin-top: 8px;
}

@media screen and (max-width: 768px) {
    .accordion-menu__list-answer-inner-under {
        margin-top: 1.73333vw;
    }
}

.accordion-menu__list-answer-inner-under-title {
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
    padding: 7px 15px;
    background-color: #f0f0f0;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .accordion-menu__list-answer-inner-under-title {
        padding: 1.6vw 3.06667vw;
        margin-bottom: 1.33333vw;
    }
}

.accordion-menu__list-answer-inner-under-item {
    padding-left: 18px;
    margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
    .accordion-menu__list-answer-inner-under-item {
        padding-left: 2.66667vw;
        margin-bottom: 4.8vw;
    }
}

.accordion-menu__list-answer-inner-under-item:last-child {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .accordion-menu__list-answer-inner-under-item:last-child {
        margin-bottom: 2.66667vw;
    }
}

.accordion-menu__list-answer-inner-under-frame-title {
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .accordion-menu__list-answer-inner-under-frame-title {
        line-height: 1.5;
        margin-bottom: 0;
    }
}

.accordion-menu__list-answer-inner-under-frame-text {
    padding-left: 30px;
}

@media screen and (max-width: 768px) {
    .accordion-menu__list-answer-inner-under-frame-text {
        padding-left: 6.66667vw;
    }
}

/* ---------------------------------------------
*   application-main
--------------------------------------------- */
.application-main {
    padding: 50px 67px 60px 84px;
    border: 2px solid #1b1b1b;
}

@media screen and (max-width: 768px) {
    .application-main {
        padding-top: 7.06667vw;
        padding-right: 0;
        padding-bottom: 8vw;
        padding-left: 0;
        border-width: 0.26667vw;
    }
}

.application-main--index {
    padding: 0;
    border: none;
}

@media screen and (max-width: 768px) {
    .application-main--index .application-main__list {
        padding: 0;
    }
}

.application-main--index .application-main__list-item-input {
    padding: 0;
}

.application-main--en .application-main__list-item-title {
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    .application-main--en .application-main__list-item-title {
        font-size: 3.2vw;
    }
}

.application-main--en .application-main__list-item-input {
    font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
    .application-main--en .application-main__list-item-input {
        font-size: 3.2vw;
    }
}

.application-main--en .application-main__list-item-input-text-harf {
    font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
    .application-main--en .application-main__list-item-input-text-harf {
        font-size: 3.2vw;
    }
}

.application-main--en .application-main__list-item-input-text {
    font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
    .application-main--en .application-main__list-item-input-text {
        font-size: 3.2vw;
    }
}

.application-main__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .application-main__list {
        padding-right: 8.66667vw;
        padding-left: 8.66667vw;
    }
}

.application-main__list-item {
    width: 385px;
    margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
    .application-main__list-item {
        width: 100%;
        margin-bottom: 5.6vw;
    }
}

.application-main__list-item--100 {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .application-main__list-item:last-child {
        margin-bottom: 8vw;
    }
}

.application-main__list-item-title {
    position: relative;
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
    font-size: 1.125rem;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .application-main__list-item-title {
        position: relative;
        font-size: 3.46667vw;
        margin-bottom: 0.66667vw;
    }
}

.application-main__list-item-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/common/icon_circle_black.png) 50% 0 no-repeat;
    background-size: 100% auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .application-main__list-item-title:before {
        left: -2.13333vw;
        width: 1.33333vw;
        height: 1.33333vw;
    }
}

.application-main__list-item-title--space {
    margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
    .application-main__list-item-title--space {
        margin-bottom: 2.66667vw;
    }
}

.application-main__list-item-title-note {
    font-size: 0.875rem;
    font-family: "Noto Sans Japanese Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
}

@media screen and (max-width: 768px) {
    .application-main__list-item-title-note {
        letter-spacing: -.08em;
        font-size: 2.93333vw;
    }
}

@media screen and (max-width: 768px) {
    .application-main__list-item-title-note--position {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

.application-main__list-item-input {
    letter-spacing: -.4em;
}

@media screen and (max-width: 768px) {
    .application-main__list-item-input {
        font-size: 3.46667vw;
        padding-right: 1.73333vw;
        padding-left: 1.73333vw;
    }
}

.application-main__list-item-input .radio-label {
    color: #b2b2b2;
    height: 48px;
    display: inline-block;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 2px solid #b2b2b2;
    display: inline-block;
    letter-spacing: normal;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .application-main__list-item-input .radio-label {
        padding: 2.26667vw 0;
        border-width: 0.26667vw;
    }
}

.application-main__list-item-input .radio-label.label-two {
    width: 190px;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .application-main__list-item-input .radio-label.label-two {
        width: 48%;
        height: 10.66667vw;
        margin-right: 2.4vw;
    }
}

.application-main__list-item-input .radio-label.label-two:last-child {
    margin-right: 0;
}

.application-main__list-item-input .radio-label.label-three {
    width: 125px;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .application-main__list-item-input .radio-label.label-three {
        width: 30.98039%;
        height: 10.66667vw;
        margin-right: 2.4vw;
    }
}

.application-main__list-item-input .radio-label.label-three:last-child {
    margin-right: 0;
}

.application-main__list-item-input .radio-label.label-three--en {
    vertical-align: top;
    padding: 5px 0;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .application-main__list-item-input .radio-label.label-three--en {
        padding: 1.33333vw 0;
        font-size: 2.93333vw;
    }
}

.application-main__list-item-input .radio-label.label-three--en-single {
    padding: 13px 0;
}

@media screen and (max-width: 768px) {
    .application-main__list-item-input .radio-label.label-three--en-single {
        padding: 3.06667vw 0;
    }
}

.application-main__list-item-input input[type="radio"]:checked + .radio-label {
    color: #1b1b1b;
    border: 2px solid #1b1b1b;
}

@media screen and (max-width: 768px) {
    .application-main__list-item-input input[type="radio"]:checked + .radio-label {
        border-width: 0.26667vw;
    }
}

.application-main__list-item-input textarea {
    border: 2px solid #1b1b1b;
    outline: none;
    width: 100%;
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 17px;
    font-size: 1rem;
    border-radius: 0;
    -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
    .application-main__list-item-input textarea {
        height: 40vw;
        padding: 1.33333vw 1.33333vw 1.33333vw 2.26667vw;
        border-width: 0.26667vw;
    }
}

.application-main__list-item-input-text {
    padding: 10px 10px 10px 17px;
    width: 100%;
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    letter-spacing: .08em;
    background-color: #f0f0f0;
}

@media screen and (max-width: 768px) {
    .application-main__list-item-input-text {
        padding: 1.33333vw 1.33333vw 1.33333vw 2.26667vw;
        font-size: 3.46667vw;
        width: 100%;
        height: 10.66667vw;
    }
}

.application-main__list-item-input-text-harf {
    padding: 10px 10px 10px 17px;
    width: 190px;
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    letter-spacing: .08em;
    background-color: #f0f0f0;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .application-main__list-item-input-text-harf {
        padding: 1.33333vw 1.33333vw 1.33333vw 2.26667vw;
        width: 48%;
        height: 10.66667vw;
        font-size: 3.46667vw;
        margin-right: 2.4vw;
    }
}

.application-main__list-item-input-text-harf:last-child {
    margin-right: 0;
}

.application-main__list-item-input-radio {
    display: none;
}

.application-main__link {
    position: relative;
    display: inline-block;
    line-height: 1;
}

.application-main__link:after {
    position: absolute;
    top: 50%;
    right: -22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #1b1b1b;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .application-main__link:after {
        right: -3.46667vw;
        border-width: 0.8vw 0 0.8vw 1.33333vw;
    }
}

@media screen and (min-width: 769px) {
    .application-main__link:hover {
        text-decoration: underline;
    }
}

/* -- ios -- */
@media screen and (max-width: 768px) {
    .ios .application-main__list-item-input .radio-label.label-three {
        width: 31.37255%;
    }
}

@media screen and (max-width: 768px) {
    .ios .application-main__list-item-input-text-harf {
        padding: 0.66667vw 1.33333vw 2vw 2.26667vw;
    }
}

@media screen and (max-width: 768px) {
    .ios .application-main__list-item-input-text {
        padding: 0.66667vw 1.33333vw 2vw 2.26667vw;
    }
}

/* -- safari -- */
@media screen and (min-width: 769px) {
    .safari .application-main__list-item-input .radio-label.label-two {
        margin-right: 7px;
    }
    .safari .application-main__list-item-input .radio-label.label-two:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 769px) {
    .safari .application-main__list-item-input .radio-label.label-three {
        margin-right: 7px;
    }
    .safari .application-main__list-item-input .radio-label.label-three:last-child {
        margin-right: 0;
    }
}

/*  application-button
--------------------------------------------- */
.application-button {
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    position: relative;
    display: block;
    width: 320px;
    color: #fff;
    padding: 17px 0;
    font-size: 1.25rem;
}

.application-button:hover {
    opacity: 0.6;
}

.application-button:after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .application-button:after {
        right: 2vw;
        border-width: 1.2vw 0 1.2vw 1.86667vw;
    }
}

@media screen and (max-width: 768px) {
    .application-button {
        width: 76vw;
        padding: 3.73333vw 0;
    }
}

@media screen and (max-width: 768px) {
    .application-button--en {
        font-size: 3.73333vw;
    }
}

/*  application-button-outer
--------------------------------------------- */
.application-button-outer {
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    padding-right: 10px;
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .application-button-outer {
        bottom: -6.4vw;
        padding-right: 1.33333vw;
        padding-left: 1.33333vw;
    }
}

/*  application-static-button
--------------------------------------------- */
.application-static-button {
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    position: relative;
    display: block;
    width: 320px;
    color: #fff;
    padding: 17px 0;
    font-size: 1.25rem;
    margin-right: auto;
    margin-left: auto;
}

.application-static-button:hover {
    opacity: 0.6;
}

.application-static-button:after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .application-static-button:after {
        right: 2vw;
        border-width: 1.2vw 0 1.2vw 1.86667vw;
    }
}

@media screen and (max-width: 768px) {
    .application-static-button {
        width: 76vw;
        padding: 3.73333vw 0;
    }
}

.application-static-button--entry {
    background: -webkit-linear-gradient(45deg, #ff215e 0%, #ff6021 100%);
    background: -o-linear-gradient(45deg, #ff215e 0%, #ff6021 100%);
    background: linear-gradient(45deg, #ff215e 0%, #ff6021 100%);
    display: block;
    text-align: center;
}

/*  application-static-button-outer
--------------------------------------------- */
.application-static-button-outer {
    margin-top: 35px;
}

@media screen and (max-width: 768px) {
    .application-static-button-outer {
        padding-right: 1.33333vw;
        padding-left: 1.33333vw;
        margin-top: 8.4vw;
    }
}

/*  application-back-button
--------------------------------------------- */
.application-back-button {
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    position: relative;
    display: block;
    width: 320px;
    color: #fff;
    padding: 17px 0;
    font-size: 1.25rem;
    margin-right: auto;
    margin-left: auto;
}

.application-back-button:hover {
    opacity: 0.6;
}

.application-back-button:after {
    position: absolute;
    top: 50%;
    left: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #fff transparent transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .application-back-button:after {
        left: 1.6vw;
        border-width: 1.2vw 1.86667vw 1.2vw 0;
    }
}

@media screen and (max-width: 768px) {
    .application-back-button {
        width: 50.66667vw;
        padding: 3.73333vw 0;
    }
}

/*  application-back-button-outer
--------------------------------------------- */
.application-back-button-outer {
    margin-top: 44px;
}

@media screen and (max-width: 768px) {
    .application-back-button-outer {
        margin-top: 7.2vw;
    }
}

/*  application-main-center
--------------------------------------------- */
.application-main-center {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .application-main-center {
        text-align: right;
        padding-right: 10.4vw;
        padding-left: 10.4vw;
    }
}

@media screen and (max-width: 768px) {
    .application-main-center--index {
        padding: 0;
    }
}

.application-main-center--index .application-main__link:after {
    top: 55%;
}

@media screen and (max-width: 768px) {
    .application-main-center--index .application-main__link:after {
        top: 50%;
    }
}

/* ---------------------------------------------
*   bg-gradation
--------------------------------------------- */
.bg-gradation--green {
    background: -webkit-linear-gradient(45deg, #00aabe 0%, #00be94 100%);
    background: -o-linear-gradient(45deg, #00aabe 0%, #00be94 100%);
    background: linear-gradient(45deg, #00aabe 0%, #00be94 100%);
}

.bg-gradation--pink {
    background: -webkit-linear-gradient(45deg, #ff215d 0%, #ff6021 100%);
    background: -o-linear-gradient(45deg, #ff215d 0%, #ff6021 100%);
    background: linear-gradient(45deg, #ff215d 0%, #ff6021 100%);
}

/* ---------------------------------------------
*   bottom-green-arrow
--------------------------------------------- */
.bottom-green-arrow {
    position: relative;
}

.bottom-green-arrow:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -13px;
    left: 50%;
    display: block;
    width: 40px;
    height: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/common/icon_arrow_pink.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .bottom-green-arrow:before {
        width: 7.46667vw;
        height: 4.8vw;
    }
}

/* ---------------------------------------------
*   button
--------------------------------------------- */
.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 320px;
    width: 100%;
    height: 64px;
    line-height: 1.222222222;
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
    position: relative;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.button:hover {
    opacity: 0.6;
}

@media screen and (max-width: 768px) {
    .button {
        max-width: 76vw;
        height: 13.33333vw;
        line-height: 1.142857143;
        font-size: 4vw;
    }
}

.button__narrower {
    max-width: 260px;
}

@media screen and (max-width: 768px) {
    .button__narrower {
        max-width: 50.66667vw;
    }
}

.button__narrowest {
    max-width: 210px;
}

@media screen and (max-width: 768px) {
    .button__narrowest {
        max-width: 34.66667vw;
    }
}

@media screen and (max-width: 768px) {
    .button__narrower-sp {
        max-width: 50.66667vw;
    }
}

@media screen and (max-width: 768px) {
    .button__narrowest {
        max-width: 34.66667vw;
    }
}

.button__thicker {
    height: 80px;
    letter-spacing: 0.025em;
    font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
    .button__thicker {
        height: 13.33333vw;
        letter-spacing: 0;
        font-size: 1.16667rem;
    }
}

.button__thickest {
    height: 100px;
    letter-spacing: 0.025em;
    font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
    .button__thickest {
        height: 18.66667vw;
        letter-spacing: 0;
        font-size: 1.16667rem;
    }
}

.button__arrow-right:after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .button__arrow-right:after {
        right: 2vw;
        border-width: 1.2vw 0 1.2vw 1.86667vw;
    }
}

.button__arrow-left:after {
    position: absolute;
    top: 50%;
    left: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #fff transparent transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .button__arrow-left:after {
        left: 1.6vw;
        border-width: 1.2vw 1.86667vw 1.2vw 0;
    }
}

.button__arrow-right--mobile:after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .button__arrow-right--mobile:after {
        right: 2vw;
        border-width: 1.2vw 0 1.2vw 1.86667vw;
    }
}

.button__arrow-right--mobile:after {
    left: auto;
}

.button__arrow-left--mobile:after {
    position: absolute;
    top: 50%;
    left: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #fff transparent transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .button__arrow-left--mobile:after {
        left: 1.6vw;
        border-width: 1.2vw 1.86667vw 1.2vw 0;
    }
}

.button__arrow-left--mobile:after {
    right: auto;
}

/* ---------------------------------------------
*   button-outer
--------------------------------------------- */
.button-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
}

@media screen and (max-width: 768px) {
    .button-outer {
        margin: 0 -1.33333vw;
    }
}

.button-outer .button {
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .button-outer .button {
        margin-left: 1.33333vw;
        margin-right: 1.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .button-outer--vertical-mobile {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .button-outer--vertical-mobile .button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 2.66667vw;
    }
    .button-outer--vertical-mobile .button:first-child {
        margin-top: 0;
    }
}

/* ---------------------------------------------
*   container
--------------------------------------------- */
.container {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .container {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

.container-800 {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .container-800 {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

/* ---------------------------------------------
*   check-box
--------------------------------------------- */
.check-box__input {
    display: none;
}

.check-box__text {
    display: inline-block;
    letter-spacing: normal;
    position: relative;
    display: block;
    padding-top: 2px;
    padding-left: 40px;
}

@media screen and (max-width: 768px) {
    .check-box__text {
        padding-top: 0.66667vw;
        padding-left: 8.8vw;
    }
}

.check-box__text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #b2b2b2;
    background-color: #f0f0f0;
}

@media screen and (max-width: 768px) {
    .check-box__text:before {
        width: 6.93333vw;
        height: 6.93333vw;
        border-width: 0.26667vw;
    }
}

.check-box__label {
    cursor: pointer;
    display: block;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .check-box__label {
        margin-bottom: 4.26667vw;
    }
}

.check-box__label:last-child {
    margin-bottom: 0;
}

.check-box__label-outer {
    width: 46%;
    margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
    .check-box__label-outer {
        width: auto;
        margin-bottom: 2.66667vw;
    }
}

.check-box__label-outer:last-child {
    margin-bottom: 0;
}

.check-box__input:checked + .check-box__text:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 2px;
    width: 30px;
    height: 22px;
    background: url(../img/common/icon_check_green.png) 0 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 768px) {
    .check-box__input:checked + .check-box__text:after {
        width: 6.8vw;
        height: 5.2vw;
    }
}

.check-box__input:checked + .check-box__text:before {
    border-color: #1b1b1b;
    background-color: #fff;
}

/* ---------------------------------------------
*   pagetitle-area
--------------------------------------------- */
.pagetitle-area {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

.pagetitle-area--level {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area--level {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .pagetitle-area--level {
        margin-bottom: 15.33333vw;
    }
}

.pagetitle-area--service {
    width: 860px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area--service {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .pagetitle-area--service {
        margin-bottom: 10.66667vw;
    }
}

.pagetitle-area--employment {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area--employment {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .pagetitle-area--employment {
        margin-bottom: 16.93333vw;
    }
}

.pagetitle-area--company {
    margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area--company {
        margin-bottom: 13.33333vw;
    }
}

.pagetitle-area--privacy {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area--privacy {
        margin-bottom: 8.66667vw;
    }
}

.pagetitle-area--feature {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area--feature {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .pagetitle-area--feature {
        margin-bottom: 16vw;
    }
}

.pagetitle-area--feature-detail {
    width: 860px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .pagetitle-area--feature-detail {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .pagetitle-area--feature-detail {
        margin-bottom: 13.33333vw;
    }
}

.pagetitle-area--visa {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area--visa {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .pagetitle-area--visa {
        margin-bottom: 11.33333vw;
    }
}

.pagetitle-area--news {
    width: 860px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .pagetitle-area--news {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .pagetitle-area--news {
        margin-bottom: 13.33333vw;
    }
}

.pagetitle-area--news-detail {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .pagetitle-area--news-detail {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .pagetitle-area--news-detail {
        margin-bottom: 13.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .pagetitle-area--merit {
        margin-bottom: 13.33333vw;
    }
}

.pagetitle-area--checkpoint {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area--checkpoint {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .pagetitle-area--checkpoint {
        margin-bottom: 15.73333vw;
    }
}

.pagetitle-area--result {
    width: 860px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .pagetitle-area--result {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .pagetitle-area--result {
        margin-bottom: 13.33333vw;
    }
}

.pagetitle-area--job {
    width: 860px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area--job {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .pagetitle-area--job {
        margin-bottom: 16vw;
    }
}

.pagetitle-area__headline {
    width: 480px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding: 22px 78px;
    background-color: #02b1a1;
}

@media screen and (max-width: 768px) {
    .pagetitle-area__headline {
        width: auto;
        line-height: 1.7;
        padding: 5.33333vw 7.6vw;
    }
}

.pagetitle-area__headline--faq {
    margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area__headline--faq {
        margin-bottom: 7.33333vw;
    }
}

.pagetitle-area__headline--merit {
    margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area__headline--merit {
        margin-bottom: 7.33333vw;
    }
}

.pagetitle-area__headline--checkpoint {
    padding: 22px 50px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area__headline--checkpoint {
        padding: 5.33333vw 6.66667vw;
    }
}

.pagetitle-area__headline-title {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 1.375rem;
    padding-bottom: 17px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area__headline-title {
        padding-bottom: 1.73333vw;
        font-size: 4.8vw;
        margin-bottom: 3.73333vw;
    }
}

.pagetitle-area__headline-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 120px;
    height: 2px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .pagetitle-area__headline-title:after {
        width: 13.33333vw;
        height: 0.26667vw;
    }
}

@media screen and (max-width: 768px) {
    .pagetitle-area__headline-title--contact:after {
        width: 24vw;
        height: 0.26667vw;
    }
}

.pagetitle-area__headline-title--narrow {
    margin-bottom: 8px;
}

.pagetitle-area__headline-text {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.9;
}

@media screen and (max-width: 768px) {
    .pagetitle-area__headline-text {
        font-size: 3.2vw;
    }
}

.pagetitle-area__contents {
    margin-top: 35px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area__contents {
        margin-top: 3.6vw;
    }
}

.pagetitle-area__contents--entry {
    width: 730px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .pagetitle-area__contents--entry {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .pagetitle-area__contents--entry {
        margin-right: 0;
        margin-left: 0;
        margin-top: 6.66667vw;
    }
}

.pagetitle-area__contents--entry .pagetitle-area__contents-text {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area__contents--entry .pagetitle-area__contents-text {
        margin-bottom: 4vw;
    }
}

.pagetitle-area__contents--explicate {
    margin-bottom: 43px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area__contents--explicate {
        margin-bottom: 6.66667vw;
    }
}

.pagetitle-area__contents--company {
    margin-bottom: 23px;
}

.pagetitle-area__contents-text {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area__contents-text {
        margin-bottom: 4vw;
    }
}

.pagetitle-area__contents-text-pink {
    color: #ff215e;
}

.pagetitle-area__contents-caption {
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .pagetitle-area__contents-caption {
        padding-right: 2.66667vw;
        padding-left: 2.66667vw;
        font-size: 3.46667vw;
    }
}

.pagetitle-area__contents-caption--center {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .pagetitle-area__contents-caption--center {
        text-align: left;
    }
}

/*  pagetitle-area-head
--------------------------------------------- */
.pagetitle-area-head {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .pagetitle-area-head {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .pagetitle-area-head {
        margin-right: 2.66667vw;
        margin-bottom: 5.33333vw;
        margin-left: 2.66667vw;
    }
}

@media screen and (max-width: 768px) {
    .pagetitle-area-head .pagetitle-area__contents-caption {
        padding: 0;
    }
}

/*  pagetitle-area-body
--------------------------------------------- */
.pagetitle-area-body {
    width: 804px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .pagetitle-area-body {
        width: auto;
        margin-right: 0;
        margin-left: 0;
    }
}

/* ---------------------------------------------
*   fw-bold
--------------------------------------------- */
.fw-bold {
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
}

/* ---------------------------------------------
*   green-frame
--------------------------------------------- */
.green-frame {
    padding: 22px 27px;
    border: 1px solid #02b1a1;
}

@media screen and (max-width: 768px) {
    .green-frame {
        padding: 4.53333vw 6.4vw 3.6vw 3.73333vw;
        border-width: 0.26667vw;
    }
}

.green-frame--company {
    margin-top: 23px;
}

@media screen and (max-width: 768px) {
    .green-frame--company {
        line-height: 1.2;
        margin-top: 4vw;
    }
}

.green-frame__title {
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
    margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
    .green-frame__title {
        font-size: 3.46667vw;
        margin-bottom: 1.33333vw;
    }
}

.green-frame__text {
    line-height: 1.8;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .green-frame__text {
        line-height: 1.6;
    }
}

/* ---------------------------------------------
*   job-list
--------------------------------------------- */
.job-list__item {
    margin-top: 40px;
    padding: 29px 27px 44px;
    border-left: solid 3px #00aabe;
    border-right: solid 3px #00be94;
    position: relative;
}

.job-list__item:first-child {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .job-list__item {
        margin-top: 5.33333vw;
        padding: 5.6vw 6.13333vw 7.2vw;
        border-width: 0.53333vw;
    }
}

.job-list__item:before, .job-list__item:after {
    content: "";
    display: block;
    background: -webkit-linear-gradient(45deg, #00aabe 0%, #00be94 100%);
    background: -o-linear-gradient(45deg, #00aabe 0%, #00be94 100%);
    background: linear-gradient(45deg, #00aabe 0%, #00be94 100%);
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 3px;
}

@media screen and (max-width: 768px) {
    .job-list__item:before, .job-list__item:after {
        height: 0.53333vw;
    }
}

.job-list__item:before {
    top: 0;
}

.job-list__item:after {
    bottom: 0;
}

.job-list__id {
    line-height: 1;
    font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
    .job-list__id {
        font-size: 3.46667vw;
    }
}

.job-list__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 26px;
}

@media screen and (max-width: 768px) {
    .job-list__head {
        margin-top: 4vw;
    }
}

.job-list__place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 9px 52px;
    white-space: nowrap;
    color: #fff;
    background-color: #02b1a1;
    margin-right: 27px;
}

.job-list__place span {
    display: block;
    margin-right: 18px;
    font-size: 1.125rem;
}

.job-list__place em {
    display: block;
    font-size: 1.75rem;
}

@media screen and (max-width: 768px) {
    .job-list__place {
        display: block;
        margin-right: 5.33333vw;
        padding: 5.06667vw 2.66667vw;
        width: 34.66667vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        white-space: normal;
        line-height: 1.333333333;
        text-align: center;
    }
    .job-list__place span {
        margin-right: 0;
        margin-bottom: 0.26667vw;
        font-size: 3.46667vw;
    }
    .job-list__place em {
        font-size: 4.8vw;
    }
}

.job-list__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .job-list__info {
        display: block;
        width: 36vw;
    }
}

.job-list__info-item {
    line-height: 1.3;
    font-size: 1.125rem;
    margin-right: 33px;
}

.job-list__info-item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .job-list__info-item {
        margin-right: 0;
        margin-bottom: 2.13333vw;
        font-size: 3.46667vw;
    }
    .job-list__info-item:last-child {
        margin-bottom: 0;
    }
}

.job-list__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 26px;
}

@media screen and (max-width: 768px) {
    .job-list__image {
        display: block;
        margin-top: 4vw;
    }
}

.job-list__image-item {
    width: 380px;
    margin: 0 10px;
}

.job-list__image-item img {
    max-width: none;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .job-list__image-item {
        width: 100%;
        margin: 0 0 2.66667vw;
    }
    .job-list__image-item:last-child {
        margin-bottom: 0;
    }
}

.job-list__label {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .job-list__label {
        margin: 3.46667vw -2.66667vw 0;
    }
}

.job-list__merit {
    margin-top: 16px;
}

.job-list__merit dt {
    margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
    .job-list__merit {
        margin-top: 2.13333vw;
    }
    .job-list__merit dt {
        margin: 0 -0.8vw 3.73333vw;
    }
    .job-list__merit dd {
        margin: 0 -2.66667vw;
    }
}

.job-list__button {
    margin-top: 35px;
}

@media screen and (max-width: 768px) {
    .job-list__button {
        margin: 3.73333vw -2vw 0;
    }
}

/* ---------------------------------------------
*   label-list
--------------------------------------------- */
.label-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .label-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.label-list__item {
    margin-right: 10px;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .label-list__item {
        margin-right: 1.33333vw;
        margin-bottom: 1.6vw;
    }
}

.label-list__item:last-child {
    margin-right: 0;
}

.label-list__item-text {
    padding: 5px 17px;
    font-size: 0.875rem;
    border: 1px solid #1b1b1b;
    border-radius: 15px;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .label-list__item-text {
        padding: 0.8vw 2.66667vw;
        border-radius: 3.2vw;
        font-size: 2.93333vw;
        border-width: 0.26667vw;
    }
}

.label-list__item-text--none {
    border-color: #c6c6c6;
    color: #c6c6c6;
}

/* ---------------------------------------------
*   icon-decoration
--------------------------------------------- */
.icon-decoration {
    position: relative;
}

.icon-decoration:after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 24px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 768px) {
    .icon-decoration:after {
        width: 3.86667vw;
        height: 4.8vw;
    }
}

.icon-decoration--green:after {
    top: 6px;
    left: -10px;
    background-image: url(../img/common/icon_textdeco_green.png);
}

@media screen and (max-width: 768px) {
    .icon-decoration--green:after {
        top: 1.6vw;
        left: -1.6vw;
    }
}

.icon-decoration--pink:after {
    top: -5px;
    left: -23px;
    background-image: url(../img/common/icon_textdeco_pink.png);
}

@media screen and (max-width: 768px) {
    .icon-decoration--pink:after {
        top: -1.46667vw;
        left: -5.2vw;
    }
}

/* ---------------------------------------------
*   level-contents
--------------------------------------------- */
.level-contents__title {
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .level-contents__title {
        font-size: 3.46667vw;
        margin-bottom: 4.26667vw;
    }
}

.level-contents__title-item {
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
    margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
    .level-contents__title-item {
        margin-bottom: 0.4vw;
    }
}

@media screen and (max-width: 768px) {
    .level-contents__title-text {
        line-height: 1.6;
    }
}

.level-contents__detail-title {
    padding: 7px 18px;
    background-color: #f0f0f0;
}

@media screen and (max-width: 768px) {
    .level-contents__detail-title {
        padding: 1.73333vw 2.4vw;
    }
}

.level-contents__detail-text {
    padding: 12px 18px;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .level-contents__detail-text {
        padding: 2.26667vw 2.4vw;
        line-height: 1.6;
    }
}

/* ---------------------------------------------
*   pager
--------------------------------------------- */
.pager {
    margin-top: 40px;
    padding: 20px 40px;
    background: #f0f0f0;
    text-align: center;
    line-height: 2.5rem;
}

@media screen and (max-width: 768px) {
    .pager {
        margin-top: 5.33333vw;
        padding: 4vw;
        line-height: 6.66667vw;
    }
}

.pager--news {
    margin-top: 44px;
}

@media screen and (max-width: 768px) {
    .pager--news {
        margin-top: 5.06667vw;
    }
}

.pager a {
    display: block;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.pager a:hover {
    opacity: 0.6;
}

.pager__item {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 1.125rem;
    color: #999;
}

.pager__item a {
    padding: 0 16px;
}

@media screen and (max-width: 768px) {
    .pager__item {
        font-weight: 500;
        font-size: 3.46667vw;
    }
    .pager__item a {
        padding: 0 2.13333vw;
    }
}

.pager__item--current {
    color: #1b1b1b;
}

.pager__control {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    position: relative;
    top: -1px;
}

.pager__control a {
    padding: 0 20px;
}

@media screen and (max-width: 768px) {
    .pager__control {
        font-size: 3.2vw;
        top: 0;
    }
    .pager__control a {
        padding: 0 3.46667vw;
    }
}

.pager__control--prev {
    margin-right: 8px;
}

.pager__control--prev a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7px 5px 0;
    border-color: transparent #1b1b1b transparent transparent;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

@media screen and (max-width: 768px) {
    .pager__control--prev {
        margin-right: 0;
    }
    .pager__control--prev a:before {
        border-width: 0.8vw 1.33333vw 0.8vw 0;
        margin-top: -0.66667vw;
    }
}

.pager__control--next {
    margin-left: 8px;
}

.pager__control--next a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #1b1b1b;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
}

@media screen and (max-width: 768px) {
    .pager__control--next {
        margin-left: 0;
    }
    .pager__control--next a:before {
        border-width: 0.8vw 0 0.8vw 1.33333vw;
        margin-top: -0.66667vw;
    }
}

/* ---------------------------------------------
*   section-border
--------------------------------------------- */
.section-border {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .section-border {
        margin-bottom: 5.6vw;
    }
}

.section-border--narrow {
    margin-bottom: 33px;
}

@media screen and (max-width: 768px) {
    .section-border--narrow {
        margin-bottom: 5.6vw;
    }
}

.section-border__title {
    position: relative;
    text-align: center;
    font-size: 1.625rem;
    margin-bottom: 35px;
}

@media screen and (min-width: 769px) {
    .section-border__title {
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
    .section-border__title {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .section-border__title {
        font-size: 5.6vw;
        margin-bottom: 5.06667vw;
    }
}

.section-border__title:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 100%;
    height: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid #1b1b1b;
    border-bottom: 2px solid #1b1b1b;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .section-border__title:after {
        height: 1.6vw;
        border-top-width: 0.26667vw;
        border-bottom-width: 0.26667vw;
    }
}

.section-border__title-inner {
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #fff;
    padding: 0 22px;
}

@media screen and (max-width: 768px) {
    .section-border__title-inner {
        padding: 0 2.93333vw;
    }
}

/* ---------------------------------------------
*   section-redtitle
--------------------------------------------- */
.section-redtitle {
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .section-redtitle {
        padding-right: 2.66667vw;
        padding-left: 2.66667vw;
        margin-bottom: 5.2vw;
    }
}

.section-redtitle:last-child {
    margin-bottom: 0;
}

.section-redtitle--employment {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .section-redtitle--employment {
        margin-bottom: 11.73333vw;
    }
}

.section-redtitle--service {
    margin-bottom: 62px;
}

@media screen and (max-width: 768px) {
    .section-redtitle--service {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 9.6vw;
    }
}

.section-redtitle--visa {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .section-redtitle--visa {
        margin-bottom: 4.26667vw;
    }
}

.section-redtitle--checkpoint {
    margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
    .section-redtitle--checkpoint {
        margin-bottom: 8vw;
    }
}

.section-redtitle__title {
    position: relative;
    padding-bottom: 12px;
    text-align: center;
    color: #ff215e;
    font-size: 1.375rem;
    margin-bottom: 33px;
}

@media screen and (max-width: 768px) {
    .section-redtitle__title {
        padding-bottom: 3.33333vw;
        font-size: 4.26667vw;
        margin-bottom: 4vw;
    }
}

.section-redtitle__title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 50%;
    display: block;
    width: 860px;
    height: 6px;
    background-image: url(../img/common/bg_titleborder_red.png);
    background-position: 0 0;
    background-repeat: repeat;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .section-redtitle__title:after {
        width: 89.33333vw;
        height: 1.6vw;
        background-image: url(../img/sp/common/bg_titleborder_red.png);
        background-size: auto 100%;
    }
}

.section-redtitle__title--employment {
    margin-bottom: 33px;
}

@media screen and (max-width: 768px) {
    .section-redtitle__title--employment {
        margin-bottom: 4.66667vw;
    }
}

/* ---------------------------------------------
*   section-single-border
--------------------------------------------- */
.section-single-border {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .section-single-border {
        margin-right: auto;
        margin-bottom: 7.33333vw;
        margin-left: auto;
    }
}

.section-single-border:last-child {
    margin-bottom: 0;
}

.section-single-border--nospace {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .section-single-border--nospace {
        margin-bottom: 0;
    }
}

.section-single-border__title {
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .section-single-border__title {
        font-size: 4.26667vw;
        margin-bottom: 4vw;
    }
}

.section-single-border__title:after {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
    border-bottom: 1px solid #1b1b1b;
}

@media screen and (max-width: 768px) {
    .section-single-border__title--space {
        margin-right: 6vw;
        margin-left: 6vw;
    }
}

.section-single-border__title-inner {
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #fff;
    padding: 0 18px;
}

@media screen and (max-width: 768px) {
    .section-single-border__title-inner {
        padding: 0 3.2vw;
    }
}

@media screen and (max-width: 768px) {
    .section-single-border__title--mobile-noborder span {
        padding: 0;
    }
    .section-single-border__title--mobile-noborder:after {
        display: none;
    }
}

/* ---------------------------------------------
*   table-contents
--------------------------------------------- */
.table-contents {
    width: 100%;
    border-spacing: 2px 4px;
    border-collapse: separate;
}

@media screen and (max-width: 768px) {
    .table-contents {
        border-spacing: 0.53333vw 1.06667vw;
    }
}

.table-contents__line {
    margin-bottom: 4px;
}

.table-contents__line-title {
    width: 158px;
    padding: 18px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    background-color: #f0f0f0;
}

@media screen and (max-width: 768px) {
    .table-contents__line-title {
        width: 27.46667vw;
    }
}

.table-contents__line-text {
    width: calc(100% - 158px);
    padding: 18px 20px;
    line-height: 1.7;
    vertical-align: middle;
    background-color: #f0f0f0;
}

@media screen and (max-width: 768px) {
    .table-contents__line-text {
        padding: 2.4vw;
        width: calc(100% - 27.46667vw);
    }
}

.table-contents__line-text-link {
    position: relative;
    color: #02b1a1;
}

.table-contents__line-text-link:after {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #00b0a1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .table-contents__line-text-link:after {
        right: -4.66667vw;
        border-width: 0.8vw 0 0.8vw 1.33333vw;
    }
}

@media screen and (min-width: 769px) {
    .table-contents__line-text-link:hover {
        text-decoration: underline;
    }
}

.table-contents.table-contents--aligntop .table-contents__line-title,
.table-contents.table-contents--aligntop .table-contents__line-text {
    vertical-align: top;
}

@media screen and (max-width: 769px) {
    .table-contents.table-contents--aligntop .table-contents__line-title,
    .table-contents.table-contents--aligntop .table-contents__line-text {
        vertical-align: middle;
    }
}

/* ---------------------------------------------
*   JS Overwrite
--------------------------------------------- */
.js-tel-disabled {
    cursor: default;
    outline: none;
}

.js-faq-trigger {
    cursor: pointer;
}

/* ---------------------------------------------
*   swiper
--------------------------------------------- */
.index-slide .swiper-pagination {
    top: -8px;
    width: 100%;
}

.index-slide .swiper-button-outer {
    margin-top: 40px;
    position: relative;
    left: 50%;
    width: 230px;
    height: 12px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .index-slide .swiper-button-outer {
        display: none;
    }
}

.index-slide .swiper-button-prev {
    top: auto;
    bottom: 0;
    background-image: url(../img/common/icon_modal_left.png);
    background-size: auto auto;
    margin-top: 0;
    width: 11px;
    height: 13px;
    outline: none;
}

.index-slide .swiper-button-next {
    top: auto;
    bottom: 0;
    background-image: url(../img/common/icon_modal_right.png);
    background-size: auto auto;
    margin-top: 0;
    width: 11px;
    height: 13px;
    outline: none;
}

.index-slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 20px;
}

.index-slide .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.index-slide .swiper-pagination-bullet:focus {
    outline: 0;
    border: none;
}

.index-slide .swiper-pagination-bullet-active {
    background-color: #00b7a6;
}

/* ---------------------------------------------
*   Magnific Popup
--------------------------------------------- */
.white-popup {
    position: relative;
    background: #FFF;
    width: 600px;
    height: calc(100vh - 160px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto;
}

@media screen and (max-width: 768px) {
    .white-popup {
        width: 76vw;
        height: calc(100vh - 32vw);
    }
}

.white-popup__title {
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
    text-align: center;
    position: relative;
    font-size: 1.375rem;
    position: absolute;
    width: 100%;
    top: 38px;
    left: 0;
    right: 0;
}

@media screen and (max-width: 768px) {
    .white-popup__title {
        top: 5.06667vw;
    }
}

.white-popup__title:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #1b1b1b;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .white-popup__title:after {
        height: 0.26667vw;
    }
}

.white-popup__title-inner {
    position: relative;
    z-index: 1;
    padding: 0 23px;
    letter-spacing: .04em;
    background-color: #fff;
}

.white-popup__button {
    position: absolute;
    bottom: 54px;
    left: 50%;
    padding: 17px 0;
    width: 320px;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.white-popup__button:after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .white-popup__button:after {
        right: 2vw;
        border-width: 1.2vw 0 1.2vw 1.86667vw;
    }
}

@media screen and (max-width: 768px) {
    .white-popup__button {
        bottom: 15.2vw;
        width: 71.57895%;
        padding: 4.26667vw 0;
    }
}

/*  white-popup-main
--------------------------------------------- */
.white-popup-main {
    width: 440px;
    height: calc(100vh - 160px - 92px - 148px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px 0 30px;
    overflow-y: auto;
    margin-right: auto;
    margin-left: auto;
    background-color: #f0f0f0;
}

.white-popup-main::-webkit-scrollbar {
    width: 10px;
}
.white-popup-main::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
.white-popup-main::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

@media screen and (max-width: 768px) {
    .white-popup-main {
        width: 68vw;
        height: calc(100vh - 32vw - 17.6vw - 34.93333vw);
        padding: 5.33333vw 5.33333vw 0 5.33333vw;
    }
}

.white-popup-main__text {
    text-align: center;
    letter-spacing: .05em;
    font-size: 0.875rem;
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .white-popup-main__text {
        font-size: 3.2vw;
        margin-bottom: 4.93333vw;
        line-height: 1.6;
    }
}

/*  white-popup-main-outer
--------------------------------------------- */
.white-popup-main-outer {
    padding-top: 92px;
    padding-bottom: 148px;
}

@media screen and (max-width: 768px) {
    .white-popup-main-outer {
        padding-top: 17.6vw;
        padding-bottom: 34.93333vw;
    }
}

/*  Overwrite
--------------------------------------------- */
.mfp-container {
    position: fixed;
}

.mfp-arrow {
    margin-top: 0;
    width: auto;
    height: auto;
    top: auto;
    bottom: 25px;
    color: #02b1a1;
    font-size: 1rem;
    opacity: 1;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.mfp-arrow:hover {
    opacity: 0.6;
}

@media screen and (max-width: 768px) {
    .mfp-arrow {
        bottom: 4vw;
    }
}

.mfp-arrow:after {
    position: static;
    margin: 0;
    width: auto;
    height: auto;
    top: 0;
    border: none;
}

.mfp-arrow:before {
    margin: 0;
}

.mfp-arrow-right {
    right: 50%;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    margin-right: 50px;
}

@media screen and (max-width: 768px) {
    .mfp-arrow-right {
        -webkit-transform: translateX(40vw);
        -ms-transform: translateX(40vw);
        transform: translateX(40vw);
        margin-right: 6.66667vw;
    }
}

.mfp-arrow-right:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    left: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #00b0a1;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .mfp-arrow-right:before {
        right: -2.66667vw;
        border-width: 0.8vw 0 0.8vw 1.33333vw;
        border-color: transparent transparent transparent #1b1b1b;
    }
}

.mfp-arrow-right:after {
    content: "NEXT";
    margin-top: -2px;
}

@media screen and (max-width: 768px) {
    .mfp-arrow-right:after {
        font-size: 3.2vw;
        color: #1b1b1b;
    }
}

.mfp-arrow-left {
    left: 50%;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    margin-left: 50px;
}

@media screen and (max-width: 768px) {
    .mfp-arrow-left {
        -webkit-transform: translateX(-40vw);
        -ms-transform: translateX(-40vw);
        transform: translateX(-40vw);
        margin-left: 6.66667vw;
    }
}

.mfp-arrow-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #00b0a1 transparent transparent;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .mfp-arrow-left:before {
        left: -2.66667vw;
        border-width: 0.8vw 1.33333vw 0.8vw 0;
        border-color: transparent #1b1b1b transparent transparent;
    }
}

.mfp-arrow-left:after {
    content: "BACK";
    margin-top: -2px;
}

@media screen and (max-width: 768px) {
    .mfp-arrow-left:after {
        font-size: 3.2vw;
        color: #1b1b1b;
    }
}

.mfp-close {
    top: -45px;
    right: -22px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

@media screen and (max-width: 768px) {
    .mfp-close {
        top: -6vw;
        right: -2.93333vw;
        width: 4.66667vw;
        height: 4.66667vw;
        line-height: 4.66667vw;
    }
}

.mfp-close img {
    position: relative;
    z-index: -1;
    vertical-align: middle;
}

.mfp-close:active {
    top: -44px;
}

@media screen and (max-width: 768px) {
    .mfp-close:active {
        top: -5.86667vw;
    }
}

img.mfp-img {
    padding-top: 0;
}

.mfp-content {
    max-height: 90%;
}

.mfp-figure {
    padding-top: 20px;
}

.mfp-figure .mfp-close {
    top: -15px;
}

.first-popup .mfp-arrow-left {
    display: none;
}

.last-popup .mfp-arrow-right {
    display: none;
}

.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

@media screen and (orientation: landscape) and (max-width: 768px) {
    .mfp-content {
        height: calc(100vh - 8vw);
    }
    .mfp-container {
        position: absolute;
    }
    .white-popup {
        height: calc(100vh - 8vw);
        margin: 0 auto;
    }
    .white-popup__title {
        top: 1.33333vw;
        font-size: 2.93333vw;
    }
    .white-popup__button {
        padding: 1.33333vw 0;
        font-size: 3.33333vw;
        bottom: 1.73333vw;
        width: 56.14035%;
    }
    .white-popup-main {
        height: 29.33333vw;
        padding: 2.66667vw 2.66667vw 0 2.66667vw;
    }
    .white-popup-main__text {
        font-size: 2.66667vw;
        margin-bottom: 2.66667vw;
    }
    .white-popup-main-outer {
        padding-top: 7.33333vw;
        padding-bottom: 6vw;
    }
    .mfp-arrow {
        bottom: 1.33333vw;
        font-size: 2.66667vw;
    }
    .mfp-arrow-right:after {
        font-size: 2.53333vw;
    }
    .mfp-arrow-left:after {
        font-size: 2.53333vw;
    }
    .mfp-close {
        top: -6px;
        right: -50px;
    }
}

/* ==========================================================
*
*   page
*
========================================================== */
/* ---------------------------------------------
*   top-frame
--------------------------------------------- */
.top-frame {
    width: 600px;
    padding-top: 80px;
    padding-bottom: 70px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .top-frame {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
        padding-top: 8vw;
        padding-bottom: 37.33333vw;
    }
}

/* ---------------------------------------------
*   top-main
--------------------------------------------- */
.top-main {
    border: 2px solid #1b1b1b;
    padding: 52px 69px 60px;
}

@media screen and (max-width: 768px) {
    .top-main {
        padding: 8.93333vw 6.66667vw 12.26667vw;
        border-width: 0.26667vw;
    }
}

.top-main__list-item-title {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 33px;
}

@media screen and (max-width: 768px) {
    .top-main__list-item-title {
        font-size: 4.26667vw;
        margin-bottom: 9.33333vw;
    }
}

.top-main__list-item-input {
    letter-spacing: -.4em;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .top-main__list-item-input {
        margin-bottom: 4vw;
    }
}

.top-main__list-item-input-radio {
    display: none;
}

.radio-top-label {
    color: #b2b2b2;
    width: 220px;
    height: 64px;
    padding: 18px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-right: 18px;
    margin-bottom: 20px;
    border: 2px solid #b2b2b2;
    display: inline-block;
    letter-spacing: normal;
    cursor: pointer;
}

.radio-top-label:nth-of-type(2n) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .radio-top-label {
        width: 47.53521%;
        height: 16vw;
        padding: 4.26667vw 0;
        border-width: 0.26667vw;
        margin-right: 4vw;
        margin-bottom: 4vw;
        font-size: 4.26667vw;
    }
}

input[type="radio"]:checked + .radio-top-label {
    color: #1b1b1b;
    border: 2px solid #1b1b1b;
}

@media screen and (max-width: 768px) {
    input[type="radio"]:checked + .radio-top-label {
        border-width: 0.26667vw;
    }
}

/*  top-button-outer
--------------------------------------------- */
.top-button-outer {
    text-align: center;
}

/*  top-button
--------------------------------------------- */
.top-button {
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    position: relative;
    width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 0;
    color: #fff;
    font-size: 1.25rem;
}

.top-button:hover {
    opacity: 0.6;
}

.top-button:after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .top-button:after {
        right: 2vw;
        border-width: 1.2vw 0 1.2vw 1.86667vw;
    }
}

@media screen and (max-width: 768px) {
    .top-button {
        width: 100%;
        font-size: 4vw;
        padding: 3.73333vw 0;
    }
}

/* ---------------------------------------------
*   keyvisual
--------------------------------------------- */
.keyvisual {
    position: relative;
    height: 400px;
    background-image: url(../img/top/img_keyvisual.png);
    background-position: 50% 27%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
    .keyvisual {
        height: 80vw;
        background-image: url(../img/sp/top/img_keyvisual_sp.png);
        margin-bottom: 17.33333vw;
    }
}

/*  keyvisual-main
--------------------------------------------- */
.keyvisual-main {
    position: absolute;
    top: 50%;
    left: 100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .keyvisual-main {
        left: 5.33333vw;
    }
}

.keyvisual-main__contents {
    color: #fff;
}

.keyvisual-main__contents-caption {
    text-align: center;
    color: #ff215e;
    font-size: 1.375rem;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .keyvisual-main__contents-caption {
        font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
        font-size: 4vw;
        margin-bottom: 1.33333vw;
    }
}

.keyvisual-main__contents-title {
    display: block;
    overflow: hidden;
    padding-top: 66px;
    width: 360px;
    height: 0;
    background: url(../img/common/title_logo_red.png) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    .keyvisual-main__contents-title {
        padding-top: 11.86667vw;
        width: 64vw;
        margin-bottom: 2.66667vw;
    }
}

.keyvisual-main__contents-note {
    padding-left: 30px;
}

@media screen and (max-width: 768px) {
    .keyvisual-main__contents-note {
        padding-left: 2.66667vw;
    }
}

.keyvisual-main__contents-note-item {
    letter-spacing: .05em;
    line-height: 1.8;
    margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
    .keyvisual-main__contents-note-item {
        line-height: 1.5;
        margin-bottom: 5.06667vw;
    }
}

.keyvisual-main__contents-note-item:last-child {
    margin-bottom: 0;
}

/*  keyvisual-num
--------------------------------------------- */
.keyvisual-num {
    position: absolute;
    bottom: -62px;
    left: 50%;
    z-index: 1;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .keyvisual-num {
        bottom: -17.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .keyvisual-num--en .keyvisual-num__text {
        font-size: 3.46667vw;
    }
}

@media screen and (max-width: 768px) {
    .keyvisual-num--en .keyvisual-num__item-target {
        font-size: 7.46667vw;
    }
}

@media screen and (max-width: 768px) {
    .keyvisual-num--en .keyvisual-num__item-small {
        font-size: 3.46667vw;
    }
}

.keyvisual-num__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 52px 16px;
    border-left: solid 3px #ff215d;
    border-right: solid 3px #ff6021;
}

@media screen and (max-width: 768px) {
    .keyvisual-num__inner {
        width: 100%;
        min-width: 68vw;
        padding: 4.4vw 1.33333vw 6.26667vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-width: 0.66667vw;
    }
}

.keyvisual-num__inner:before {
    background: -webkit-linear-gradient(45deg, #ff215d 0%, #ff6021 100%);
    background: -o-linear-gradient(45deg, #ff215d 0%, #ff6021 100%);
    background: linear-gradient(45deg, #ff215d 0%, #ff6021 100%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 105%;
    height: 3px;
}

@media screen and (max-width: 768px) {
    .keyvisual-num__inner:before {
        left: -0.4vw;
        height: 0.53333vw;
    }
}

.keyvisual-num__inner:after {
    background: -webkit-linear-gradient(45deg, #ff215d 0%, #ff6021 100%);
    background: -o-linear-gradient(45deg, #ff215d 0%, #ff6021 100%);
    background: linear-gradient(45deg, #ff215d 0%, #ff6021 100%);
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 105%;
    height: 3px;
}

@media screen and (max-width: 768px) {
    .keyvisual-num__inner:after {
        left: -0.4vw;
        height: 0.53333vw;
    }
}

.keyvisual-num__text {
    letter-spacing: .03em;
    font-size: 1.125rem;
    margin-right: 20px;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .keyvisual-num__text {
        font-size: 3.73333vw;
        margin-right: 3.6vw;
    }
}

.keyvisual-num__item {
    white-space: nowrap;
    font-size: 2.625rem;
}

@media screen and (max-width: 768px) {
    .keyvisual-num__item {
        font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
        font-size: 8vw;
    }
}

.keyvisual-num__item-target {
    position: relative;
    top: 3px;
    white-space: nowrap;
    letter-spacing: .03em;
}

@media screen and (max-width: 768px) {
    .keyvisual-num__item-target {
        top: 0.4vw;
    }
}

.keyvisual-num__item-small {
    font-size: 1.125rem;
    font-family: "Noto Sans Japanese Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
}

@media screen and (max-width: 768px) {
    .keyvisual-num__item-small {
        font-size: 3.73333vw;
    }
}

.keyvisual-num__item-small--en {
    padding-left: 3px;
}

.keyvisual-num__item-small--en-left {
    padding-right: 2px;
}

/* -- android -- */
@media screen and (max-width: 768px) {
    .android .keyvisual-num--ko .keyvisual-num__text {
        margin-right: 2.66667vw;
    }
}

/* -- windows firefox -- */
.windows.firefox .keyvisual-num__inner {
    border-right-width: 4px;
    overflow: hidden;
}

/* ---------------------------------------------
*   index-main
--------------------------------------------- */
.index-main {
    position: relative;
}

.index-main:before {
    content: "";
    position: absolute;
    top: -95px;
    right: -100%;
    left: -100%;
    z-index: 0;
    margin: auto;
    width: 120%;
    height: 75px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .index-main:before {
        display: none;
    }
}

/* ---------------------------------------------
*   index-reason
--------------------------------------------- */
.index-reason {
    position: relative;
    padding-top: 8px;
    padding-bottom: 40px;
    background-color: #e2fdfb;
    margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
    .index-reason {
        padding-top: 7.33333vw;
        padding-bottom: 5.33333vw;
        margin-bottom: 11.33333vw;
    }
}

.index-reason:before {
    content: "";
    position: absolute;
    top: -22px;
    right: -100%;
    left: -100%;
    z-index: -1;
    margin: auto;
    width: 120%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background-color: #e2fdfb;
}

@media screen and (max-width: 768px) {
    .index-reason:before {
        top: -2.93333vw;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
}

.index-reason:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    display: block;
    width: 200px;
    height: 30px;
    background-image: url(../img/common/bg_border_red.png);
    background-position: 0 0;
    background-repeat: repeat;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .index-reason:after {
        bottom: -4vw;
        width: 26.66667vw;
        height: 4vw;
        background-image: url(../img/sp/common/bg_border_red.png);
        background-size: 100% auto;
    }
}

.index-reason__title {
    text-align: center;
    font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
    .index-reason__title {
        position: relative;
        top: 1.73333vw;
        font-size: 3.46667vw;
    }
}

@media screen and (max-width: 768px) {
    .index-reason__title--en {
        top: -1.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .index-reason__title--en .index-reason__title-small {
        position: relative;
        top: -7.33333vw;
        font-size: 3.46667vw;
    }
}

@media screen and (max-width: 768px) {
    .index-reason__title-normal {
        display: block;
        display: block;
        position: absolute;
        top: 0;
        left: 11.73333vw;
    }
}

.index-reason__title-big {
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
    color: #00b7a6;
    font-size: 3.375rem;
}

@media screen and (max-width: 768px) {
    .index-reason__title-big {
        font-size: 10.66667vw;
    }
}

.index-reason__title-middle {
    font-family: "Noto Sans Japanese DemiLight", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
}

@media screen and (max-width: 768px) {
    .index-reason__title-middle {
        position: relative;
        left: -1.06667vw;
        font-size: 7.2vw;
    }
}

.index-reason__title-middle--en {
    font-size: 1.875rem;
}

@media screen and (max-width: 768px) {
    .index-reason__title-middle--en {
        font-size: 7.2vw;
    }
}

.index-reason__title-middle--zh {
    font-size: 1.875rem;
}

@media screen and (max-width: 768px) {
    .index-reason__title-middle--zh {
        font-size: 7.2vw;
    }
}

.index-reason__title-middle--ko {
    font-size: 1.875rem;
}

@media screen and (max-width: 768px) {
    .index-reason__title-middle--ko {
        font-size: 7.2vw;
    }
}

.index-reason__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .index-reason__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.index-reason__list--zh .index-reason__list-item-link {
    font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
    .index-reason__list--zh .index-reason__list-item-link {
        font-size: 3.73333vw;
    }
}

@media screen and (max-width: 768px) {
    .index-reason__list--zh .index-reason__title-position {
        position: relative;
        top: 4.8vw;
        left: 3.2vw;
        font-size: 3.46667vw;
    }
}

@media screen and (max-width: 768px) {
    .index-reason__list--zh .index-reason__title {
        top: -2.4vw;
    }
}

.index-reason__list-item {
    position: relative;
    width: calc(100% / 5 - 4px);
    height: 100px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .index-reason__list-item {
        width: 48.50746%;
        height: 18.66667vw;
        margin-right: 0;
        margin-bottom: 2.66667vw;
    }
}

.index-reason__list-item--none {
    margin-right: 0;
}

.index-reason__list-item-link {
    position: relative;
    display: block;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.index-reason__list-item-link:after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .index-reason__list-item-link:after {
        right: 2vw;
        border-width: 1.2vw 0 1.2vw 1.86667vw;
    }
}

.index-reason__list-item-link:hover {
    opacity: 0.6;
}

.index-reason__list-item-link-inner {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    line-height: 1.2;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    .index-reason__list-item-link-inner {
        font-size: 3.73333vw;
    }
}

@media screen and (max-width: 768px) {
    .index-reason__list-item-link-inner--en {
        font-size: 3.46667vw;
    }
}

/* ---------------------------------------------
*   index-application
--------------------------------------------- */
.index-application {
    position: relative;
    border-left: solid 3px #ff215d;
    border-right: solid 3px #ff6021;
    padding: 65px 68px 68px 85px;
    margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
    .index-application {
        padding: 10.26667vw 10.26667vw 15.33333vw 10.26667vw;
        border-width: 0.66667vw;
        margin-bottom: 14.66667vw;
    }
}

.index-application:before {
    background: -webkit-linear-gradient(45deg, #ff215d 0%, #ff6021 100%);
    background: -o-linear-gradient(45deg, #ff215d 0%, #ff6021 100%);
    background: linear-gradient(45deg, #ff215d 0%, #ff6021 100%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
}

@media screen and (max-width: 768px) {
    .index-application:before {
        width: 89.06667vw;
        left: -0.4vw;
        height: 0.53333vw;
    }
}

.index-application:after {
    background: -webkit-linear-gradient(45deg, #ff215d 0%, #ff6021 100%);
    background: -o-linear-gradient(45deg, #ff215d 0%, #ff6021 100%);
    background: linear-gradient(45deg, #ff215d 0%, #ff6021 100%);
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
}

@media screen and (max-width: 768px) {
    .index-application:after {
        width: 89.06667vw;
        left: -0.4vw;
        height: 0.53333vw;
    }
}

@media screen and (max-width: 768px) {
    .index-application--zh .index-application__title {
        width: 44vw;
        padding-right: 3.33333vw;
        padding-left: 6vw;
    }
}

.index-application__title {
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
    text-align: center;
    color: #ff215e;
    font-size: 1.625rem;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    padding-left: 47px;
    padding-right: 27px;
    margin-left: -12px;
}

@media screen and (max-width: 768px) {
    .index-application__title {
        top: -4vw;
        font-size: 5.33333vw;
        padding-left: 7.33333vw;
        padding-right: 4.66667vw;
        margin-left: -1.6vw;
    }
}

@media screen and (max-width: 768px) {
    .index-application__title--en {
        font-size: 5.06667vw;
    }
}

/* ---------------------------------------------
*   index-slide
--------------------------------------------- */
.index-slide {
    position: relative;
    padding: 30px 0 40px;
    background-color: #e2fdfb;
}

@media screen and (max-width: 768px) {
    .index-slide {
        padding: 4.66667vw 0 4vw;
    }
}

.index-slide--en .index-slide__title {
    font-size: 1.375rem;
}

@media screen and (max-width: 768px) {
    .index-slide--en .index-slide__title {
        font-size: 4.53333vw;
    }
}

@media screen and (max-width: 768px) {
    .index-slide--en .index-slide__list-item-link-frame-target {
        font-size: 2.93333vw;
    }
}

.index-slide--zh .index-slide__title {
    font-size: 1.375rem;
}

@media screen and (max-width: 768px) {
    .index-slide--zh .index-slide__title {
        font-size: 4.53333vw;
    }
}

.index-slide__title {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    color: #02b1a1;
    font-size: 1.625rem;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
    .index-slide__title {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .index-slide__title {
        padding-left: 6.93333vw;
        margin-right: 0;
        margin-bottom: 4.66667vw;
        margin-left: 0;
        font-size: 4.8vw;
        line-height: 1.3;
    }
}

.index-slide__title:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 20px;
    height: 32px;
    background: url(../img/common/bg_border_green.png) 0 0 repeat;
}

@media screen and (max-width: 768px) {
    .index-slide__title:after {
        top: 0.26667vw;
        width: 5.33333vw;
        height: 5.33333vw;
        background: url(../img/sp/common/bg_border_green.png) 0 0 repeat;
        background-size: 100% auto;
    }
}

.index-slide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.index-slide__list-outer {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1720px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .index-slide__list-outer {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
    }
}

.index-slide__list-item-link {
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    display: block;
}

.index-slide__list-item-link:hover {
    opacity: 0.6;
}

.index-slide__list-item-link-frame {
    position: relative;
}

.index-slide__list-item-link-frame img {
    width: 100%;
}

.index-slide__list-item-link-frame-target {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 176, 161, 0.8);
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.index-slide__list-item-link-frame-target:after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .index-slide__list-item-link-frame-target:after {
        right: 2vw;
        border-width: 1.2vw 0 1.2vw 1.86667vw;
    }
}

@media screen and (max-width: 768px) {
    .index-slide__list-item-link-frame-target {
        height: 13.33333vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 10.66667vw;
        padding-left: 3.73333vw;
        font-size: 3.2vw;
        line-height: 1.4;
    }
}

.index-slide__list-item-link-frame-target-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .index-slide__list-item-link-frame-target-inner {
        line-height: 1.5;
    }
}

.index-slide__button {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .index-slide__button {
        margin-top: 4vw;
    }
}

/*  index-slide-wrapper
--------------------------------------------- */
.index-slide-wrapper {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .index-slide-wrapper {
        height: auto;
    }
}

/* ---------------------------------------------
*   index-news
--------------------------------------------- */
.index-news {
    width: 865px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .index-news {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

.index-news .news-list__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 3.75em;
}

@media screen and (max-width: 768px) {
    .index-news .news-list__title {
        -webkit-line-clamp: 3;
        max-height: 4.25em;
    }
}

.index-news .news-list__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 3.75em;
}

@media screen and (max-width: 768px) {
    .index-news .news-list__text {
        -webkit-line-clamp: 4;
        max-height: 5.666666668em;
    }
}

.index-news__button {
    margin-top: 38px;
}

@media screen and (max-width: 768px) {
    .index-news__button {
        margin-top: 4.8vw;
    }
}

/* ---------------------------------------------
*   index-links
--------------------------------------------- */
.index-links {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .index-links {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

.index-links--en .index-links__list-item-link {
    font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
    .index-links--en .index-links__list-item-link {
        font-size: 3.73333vw;
    }
}

@media screen and (max-width: 768px) {
    .index-links--en .index-links__list-item-link-inner {
        font-size: 3.46667vw;
    }
}

.index-links--zh .index-links__list-item-link {
    font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
    .index-links--zh .index-links__list-item-link {
        font-size: 3.73333vw;
    }
}

.index-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.index-links__list-item {
    position: relative;
    width: calc(100% / 3 - 7px);
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .index-links__list-item {
        width: 48.50746%;
        margin-right: 2.4vw;
        margin-bottom: 2.4vw;
    }
}

.index-links__list-item:nth-of-type(3n) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .index-links__list-item:nth-of-type(3n) {
        margin-right: 2.4vw;
    }
}

@media screen and (max-width: 768px) {
    .index-links__list-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

.index-links__list-item-link {
    position: relative;
    display: block;
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.index-links__list-item-link:after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .index-links__list-item-link:after {
        right: 2vw;
        border-width: 1.2vw 0 1.2vw 1.86667vw;
    }
}

.index-links__list-item-link:hover {
    opacity: 0.6;
}

@media screen and (max-width: 768px) {
    .index-links__list-item-link {
        height: 18.66667vw;
        font-size: 3.73333vw;
    }
}

.index-links__list-item-link-inner {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    line-height: 1.2;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    .index-links__list-item-link-inner {
        line-height: 1.1;
    }
}

/* ---------------------------------------------
*   index-contact
--------------------------------------------- */
.index-contact {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .index-contact {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .index-contact--en .index-contact__contents-title-item {
        font-size: 2.93333vw;
    }
}

@media screen and (max-width: 768px) {
    .index-contact--en .index-contact__contents-text {
        font-size: 2.93333vw;
    }
}

@media screen and (max-width: 768px) {
    .index-contact--zh .index-contact__contents-text-item--big {
        font-size: 3.2vw;
    }
}

@media screen and (max-width: 768px) {
    .index-contact--zh .index-contact__contents-text-item--tel {
        font-size: 3.46667vw;
    }
}

.index-contact__list {
    margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
    .index-contact__list {
        margin-bottom: 7.6vw;
    }
}

.index-contact__list-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 75px;
}

@media screen and (max-width: 768px) {
    .index-contact__list-item {
        padding: 4.66667vw 4vw;
    }
}

.index-contact__list-item:nth-child(odd) {
    background-color: #f0f0f0;
}

.index-contact__list-item--high {
    padding-top: 40px;
    padding-bottom: 41px;
}

@media screen and (max-width: 768px) {
    .index-contact__list-item--high {
        padding-top: 6.26667vw;
        padding-bottom: 6.4vw;
    }
}

.index-contact__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.index-contact__contents-title-item {
    width: 165px;
    font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
    .index-contact__contents-title-item {
        width: 18.66667vw;
        font-size: 3.2vw;
    }
}

.index-contact__contents-text {
    position: relative;
    width: calc(100% - 165px);
}

@media screen and (max-width: 768px) {
    .index-contact__contents-text {
        width: calc(100% - 18.66667vw);
    }
}

.index-contact__contents-text-item {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .index-contact__contents-text-item {
        margin-bottom: 1.06667vw;
        font-size: 2.93333vw;
    }
}

.index-contact__contents-text-item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .index-contact__contents-text-item--tel {
        font-size: 3.46667vw;
        margin-bottom: 3.46667vw;
    }
    .index-contact__contents-text-item--tel:last-child {
        margin-bottom: 0;
    }
}

.index-contact__contents-text-link {
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    display: block;
    position: absolute;
    top: 50%;
    right: 81px;
    padding: 4px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index-contact__contents-text-link:hover {
    opacity: 0.6;
}

.index-contact__contents-text-link:after {
    position: absolute;
    top: 50%;
    right: -25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #00b0a1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .index-contact__contents-text-link:after {
        right: -4vw;
        border-width: 0.8vw 0 0.8vw 1.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .index-contact__contents-text-link {
        right: 3.46667vw;
        padding: 0;
    }
}

.index-contact__contents-text-link--skype {
    width: 36px;
}

@media screen and (max-width: 768px) {
    .index-contact__contents-text-link--skype {
        width: 5.86667vw;
    }
}

.index-contact__contents-text-link--mail {
    width: 34px;
}

@media screen and (max-width: 768px) {
    .index-contact__contents-text-link--mail {
        width: 5.6vw;
    }
}

.index-contact__contents-text-tel {
    display: block;
    position: absolute;
    top: 0;
    left: 137px;
}

@media screen and (max-width: 768px) {
    .index-contact__contents-text-tel {
        top: 50%;
        width: 6.13333vw;
        left: auto;
        right: 3.46667vw;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .index-contact__contents-text-tel:after {
        position: absolute;
        top: 50%;
        right: -25px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 10px;
        border-color: transparent transparent transparent #00b0a1;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        pointer-events: none;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
    .index-contact__contents-text-tel:after {
        right: -4vw;
        border-width: 0.8vw 0 0.8vw 1.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .index-contact__contents-text-tel img {
        vertical-align: middle;
    }
}

@media screen and (max-width: 768px) {
    .index-contact__contents-text-tel--free {
        width: 6.53333vw;
        right: 2.93333vw;
    }
    .index-contact__contents-text-tel--free:after {
        right: -4.26667vw;
    }
}

@media screen and (max-width: 768px) {
    .index-contact__contents-text-tel--ko {
        width: 10.53333vw;
        right: 1.2vw;
    }
    .index-contact__contents-text-tel--ko:after {
        right: -2.4vw;
    }
}

@media screen and (max-width: 768px) {
    .index-contact__contents-text-tel--zh {
        width: 6.13333vw;
        right: 3.46667vw;
    }
    .index-contact__contents-text-tel--zh:after {
        right: -4vw;
    }
}

/*  index-contact-data
--------------------------------------------- */
.index-contact-data {
    text-align: center;
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .index-contact-data {
        text-align: left;
        margin-bottom: 6.93333vw;
    }
}

.index-contact-data__text {
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
    font-size: 1.25rem;
    margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
    .index-contact-data__text {
        font-size: 3.46667vw;
        margin-bottom: 0;
    }
}

.index-contact-data__address {
    font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
    .index-contact-data__address {
        font-size: 3.46667vw;
    }
}

/* ---------------------------------------------
*   thanks-area
--------------------------------------------- */
.thanks-area {
    padding-top: 30px;
    padding-bottom: 61px;
    border-bottom: 2px solid #1b1b1b;
    margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
    .thanks-area {
        padding-top: 4vw;
        padding-bottom: 6vw;
        border-width: 0.26667vw;
        margin-bottom: 1.6vw;
    }
}

.thanks-area__headline {
    text-align: center;
    margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
    .thanks-area__headline {
        margin-bottom: 8.26667vw;
    }
}

.thanks-area__headline-image {
    margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
    .thanks-area__headline-image {
        margin-bottom: 3.46667vw;
    }
}

.thanks-area__headline-image img {
    width: 51px;
}

@media screen and (max-width: 768px) {
    .thanks-area__headline-image img {
        width: 12.13333vw;
    }
}

.thanks-area__headline-text {
    line-height: 1.7;
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
    font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
    .thanks-area__headline-text {
        font-size: 3.2vw;
    }
}

.thanks-area__contents {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .thanks-area__contents {
        text-align: left;
        padding-right: 5.33333vw;
        padding-left: 5.33333vw;
    }
}

.thanks-area__contents-text {
    font-size: 1.25rem;
    margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .thanks-area__contents-text {
        font-size: 3.46667vw;
        margin-bottom: 5.73333vw;
    }
}

.thanks-area__contents-text:last-child {
    margin-bottom: 0;
}

.thanks-area__contents-text-link {
    color: #ff215e;
}

/*  thanks-area-outer
--------------------------------------------- */
.thanks-area-outer {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 2px solid #1b1b1b;
    margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
    .thanks-area-outer {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .thanks-area-outer {
        margin-right: 0;
        margin-bottom: 6.8vw;
        margin-left: 0;
        border-width: 0.26667vw;
    }
}

/* ---------------------------------------------
*   feature-area
--------------------------------------------- */
.feature-area {
    padding-top: 30px;
}

@media screen and (min-width: 769px) {
    .feature-area {
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
    .feature-area {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .feature-area {
        margin-bottom: 10.66667vw;
        padding-top: 4vw;
    }
}

/*  feature-area-contents
--------------------------------------------- */
.feature-area-contents {
    padding: 0 98px;
}

@media screen and (max-width: 768px) {
    .feature-area-contents {
        padding: 0 9.06667vw;
    }
}

.feature-area-contents__title {
    margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .feature-area-contents__title {
        font-size: 3.46667vw;
        margin-bottom: 5.33333vw;
    }
}

.feature-area-contents__list {
    margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
    .feature-area-contents__list {
        margin-bottom: 10.66667vw;
    }
}

.feature-area-contents__list-item {
    margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .feature-area-contents__list-item {
        margin-bottom: 5.33333vw;
    }
}

.feature-area-contents__list-item:last-child {
    margin-bottom: 0;
}

/*  feature-area-section
--------------------------------------------- */
.feature-area-section__title {
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
    margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
    .feature-area-section__title {
        font-size: 3.46667vw;
        margin-bottom: 0.66667vw;
    }
}

.feature-area-section__contents {
    padding: 0 18px;
}

@media screen and (max-width: 768px) {
    .feature-area-section__contents {
        font-size: 3.46667vw;
        padding: 0 2.93333vw;
    }
}

.feature-area-section__contents-text {
    letter-spacing: .01em;
    line-height: 1.7;
    margin-bottom: 33px;
}

@media screen and (max-width: 768px) {
    .feature-area-section__contents-text {
        line-height: 1.6;
        margin-bottom: 4.93333vw;
    }
}

.feature-area-section__contents-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
    .feature-area-section__contents-list {
        margin-bottom: 0.26667vw;
    }
}

.feature-area-section__contents-list:last-child {
    margin-bottom: 0;
}

.feature-area-section__contents-list-level {
    color: #ff215e;
    letter-spacing: -.4em;
    line-height: 1;
    font-size: 1rem;
    margin-top: -2px;
}

@media screen and (max-width: 768px) {
    .feature-area-section__contents-list-level {
        font-size: 3.46667vw;
        margin-top: -0.66667vw;
    }
}

.feature-area-section__contents-list-level-item {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin-right: 1px;
}

@media screen and (max-width: 768px) {
    .feature-area-section__contents-list-level-item {
        margin-right: 0.13333vw;
    }
}

.feature-area-section__contents-list-level-item:last-child {
    margin-right: 0;
}

.feature-area-section__contents-list-level-item img {
    width: 15px;
    height: 15px;
}

@media screen and (max-width: 768px) {
    .feature-area-section__contents-list-level-item img {
        width: 3.2vw;
        height: 3.2vw;
    }
}

/*  feature-area-recommended
--------------------------------------------- */
.feature-area-recommended {
    width: 860px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: solid 3px #00aabe;
    border-right: solid 3px #00be94;
    padding: 37px 27px;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .feature-area-recommended {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .feature-area-recommended {
        padding: 8vw 0;
        margin-bottom: 10.66667vw;
        border-width: 0.53333vw;
    }
}

.feature-area-recommended:last-child {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .feature-area-recommended:last-child {
        margin-bottom: 5.33333vw;
    }
}

.feature-area-recommended:before {
    background: -webkit-linear-gradient(45deg, #00aabe 0%, #00be94 100%);
    background: -o-linear-gradient(45deg, #00aabe 0%, #00be94 100%);
    background: linear-gradient(45deg, #00aabe 0%, #00be94 100%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
}

@media screen and (max-width: 768px) {
    .feature-area-recommended:before {
        height: 0.53333vw;
    }
}

.feature-area-recommended:after {
    background: -webkit-linear-gradient(45deg, #00aabe 0%, #00be94 100%);
    background: -o-linear-gradient(45deg, #00aabe 0%, #00be94 100%);
    background: linear-gradient(45deg, #00aabe 0%, #00be94 100%);
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
}

@media screen and (max-width: 768px) {
    .feature-area-recommended:after {
        height: 0.53333vw;
    }
}

.feature-area-recommended__caption {
    position: absolute;
    top: -15px;
    left: 50%;
    padding: 0 23px;
    color: #00b0a1;
    font-size: 1.375rem;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .feature-area-recommended__caption {
        top: -3.73333vw;
        padding: 0 3.2vw;
        font-size: 4.8vw;
    }
}

.feature-area-recommended__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
    .feature-area-recommended__title {
        padding-right: 6vw;
        padding-left: 6vw;
        margin-bottom: 4vw;
    }
}

.feature-area-recommended__title-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 9px 52px;
    white-space: nowrap;
    color: #fff;
    background-color: #02b1a1;
    margin-right: 27px;
}

@media screen and (max-width: 768px) {
    .feature-area-recommended__title-place {
        display: block;
        padding: 4.8vw 10.13333vw 5.33333vw;
        line-height: 1.3;
        text-align: center;
        margin-right: 4.93333vw;
    }
}

.feature-area-recommended__title-place-prefecture {
    font-size: 1.125rem;
    margin-right: 18px;
}

@media screen and (max-width: 768px) {
    .feature-area-recommended__title-place-prefecture {
        font-size: 3.46667vw;
        margin-right: auto;
        margin-bottom: 0.66667vw;
    }
}

.feature-area-recommended__title-place-item {
    font-size: 1.75rem;
}

@media screen and (max-width: 768px) {
    .feature-area-recommended__title-place-item {
        font-size: 4.8vw;
    }
}

.feature-area-recommended__title-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .feature-area-recommended__title-detail {
        display: block;
    }
}

.feature-area-recommended__title-detail-item {
    line-height: 1.3;
    font-size: 1.125rem;
    margin-right: 33px;
}

@media screen and (max-width: 768px) {
    .feature-area-recommended__title-detail-item {
        font-size: 3.46667vw;
        margin-right: 0;
        margin-bottom: 2vw;
    }
}

.feature-area-recommended__title-detail-item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .feature-area-recommended__title-detail-item:last-child {
        margin-bottom: 0;
    }
}

.feature-area-recommended__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .feature-area-recommended__image {
        display: block;
        padding-right: 6vw;
        padding-left: 6vw;
        margin-bottom: 3.33333vw;
    }
}

.feature-area-recommended__image-item {
    width: 380px;
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .feature-area-recommended__image-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2.66667vw;
    }
}

.feature-area-recommended__image-item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .feature-area-recommended__image-item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .feature-area-recommended__image-item img {
        width: 100%;
    }
}

.feature-area-recommended__text {
    padding: 16px 22px 20px 35px;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .feature-area-recommended__text {
        padding: 0.8vw 6vw 2.66667vw 6vw;
    }
}

/* ---------------------------------------------
*   feature-lead
--------------------------------------------- */
.feature-lead {
    max-width: 800px;
    margin: 32px auto 48px;
}

@media screen and (max-width: 768px) {
    .feature-lead {
        margin-top: 4vw;
        margin-bottom: 9.33333vw;
    }
}

.feature-lead__text {
    line-height: 1.875;
}

@media screen and (max-width: 768px) {
    .feature-lead__text {
        margin: 0 auto;
        max-width: 81.33333vw;
        line-height: 1.538461538;
        font-size: 3.46667vw;
    }
}

.feature-lead__button {
    margin-top: 34px;
    margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
    .feature-lead__button {
        margin-top: 4.26667vw;
        margin-bottom: 10.66667vw;
    }
}

/* ---------------------------------------------
*   feature-list
--------------------------------------------- */
.feature-list {
    margin-bottom: 52px;
}

@media screen and (max-width: 768px) {
    .feature-list {
        margin-bottom: 9.33333vw;
    }
}

.feature-list__title {
    margin-bottom: 38px;
}

@media screen and (max-width: 768px) {
    .feature-list__title {
        margin-bottom: 5.33333vw;
    }
}

.feature-list__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .feature-list__body {
        display: block;
        margin: 0 auto;
        width: 81.33333vw;
    }
}

.feature-list__image {
    width: 390px;
}

.feature-list__image img {
    max-width: none;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .feature-list__image {
        width: 100%;
    }
}

.feature-list__contents {
    margin-top: -5px;
    width: 390px;
}

@media screen and (max-width: 768px) {
    .feature-list__contents {
        margin-top: 4.26667vw;
        width: 100%;
    }
}

.feature-list__text {
    line-height: 1.75;
}

@media screen and (max-width: 768px) {
    .feature-list__text {
        line-height: 1.615384615;
        font-size: 3.46667vw;
    }
}

.feature-list__button {
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
    .feature-list__button {
        margin-top: 4.53333vw;
    }
}

/* ---------------------------------------------
*   level-contents
--------------------------------------------- */
.level-contents__title {
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .level-contents__title {
        font-size: 3.46667vw;
        margin-bottom: 4.26667vw;
    }
}

.level-contents__title-item {
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
    margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
    .level-contents__title-item {
        margin-bottom: 0.4vw;
    }
}

@media screen and (max-width: 768px) {
    .level-contents__title-text {
        line-height: 1.6;
    }
}

.level-contents__detail-title {
    padding: 7px 18px;
    background-color: #f0f0f0;
}

@media screen and (max-width: 768px) {
    .level-contents__detail-title {
        padding: 1.73333vw 2.4vw;
    }
}

.level-contents__detail-text {
    padding: 12px 18px;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .level-contents__detail-text {
        padding: 2.26667vw 2.4vw;
        line-height: 1.6;
    }
}

/* ---------------------------------------------
*   service-contents
--------------------------------------------- */
.service-contents {
    padding: 10px 30px 35px;
}

@media screen and (max-width: 768px) {
    .service-contents {
        padding-top: 0;
        padding-right: 2.66667vw;
        padding-bottom: 6.93333vw;
        padding-left: 2.66667vw;
    }
}

.service-contents__text {
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .service-contents__text {
        line-height: 1.6;
        font-size: 3.46667vw;
    }
}

.service-contents__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .service-contents__list {
        margin-top: 4.26667vw;
        margin-bottom: 1.33333vw;
    }
}

.service-contents__list-item {
    width: 260px;
    height: 80px;
    text-align: center;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .service-contents__list-item {
        width: 57.14014%;
        height: 13.33333vw;
    }
}

.service-contents__list-item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .service-contents__list-item--long {
        width: 67.31459%;
        height: 13.33333vw;
    }
}

.service-contents__list-item-link {
    position: relative;
    display: block;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.service-contents__list-item-link:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .service-contents__list-item-link:after {
        right: 1.33333vw;
        border-width: 1.2vw 0 1.2vw 1.86667vw;
    }
}

.service-contents__list-item-link:hover {
    opacity: 0.6;
}

.service-contents__list-item-link-inner {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    line-height: 1.2;
    color: #fff;
    font-size: 1.125rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    .service-contents__list-item-link-inner {
        font-size: 3.73333vw;
    }
}

/* ---------------------------------------------
*   employment-contents
--------------------------------------------- */
.employment-contents {
    margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
    .employment-contents {
        margin-bottom: 5.06667vw;
    }
}

.employment-contents:only-child {
    margin-bottom: 0;
}

.employment-contents__title {
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
    margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
    .employment-contents__title {
        font-size: 3.46667vw;
    }
}

.employment-contents__text {
    line-height: 1.8;
    margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
    .employment-contents__text {
        letter-spacing: -.01em;
        line-height: 1.7;
        font-size: 3.46667vw;
        margin-bottom: 5.06667vw;
    }
}

.employment-contents__text:last-child {
    margin-bottom: 0;
}

/* ---------------------------------------------
*   level-contents
--------------------------------------------- */
.level-contents__title {
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .level-contents__title {
        font-size: 3.46667vw;
        margin-bottom: 4.26667vw;
    }
}

.level-contents__title-item {
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
    margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
    .level-contents__title-item {
        margin-bottom: 0.4vw;
    }
}

@media screen and (max-width: 768px) {
    .level-contents__title-text {
        line-height: 1.6;
    }
}

.level-contents__detail-title {
    padding: 7px 18px;
    background-color: #f0f0f0;
}

@media screen and (max-width: 768px) {
    .level-contents__detail-title {
        padding: 1.73333vw 2.4vw;
    }
}

.level-contents__detail-text {
    padding: 12px 18px;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .level-contents__detail-text {
        padding: 2.26667vw 2.4vw;
        line-height: 1.6;
    }
}

/* ---------------------------------------------
*   privacy-page
--------------------------------------------- */
.privacy-page {
    position: relative;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 33px;
    padding-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .privacy-page {
        width: auto;
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .privacy-page {
        text-align: justify;
        padding-top: 6.66667vw;
        padding-bottom: 5.6vw;
        margin-right: 2.93333vw;
        margin-left: 2.93333vw;
    }
}

.privacy-page:last-child:after {
    display: none;
}

.privacy-page:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    display: block;
    width: 670px;
    height: 1px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #1b1b1b;
}

@media screen and (max-width: 768px) {
    .privacy-page:after {
        width: 89.33333vw;
        height: 0.26667vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.privacy-page__title {
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .privacy-page__title {
        font-size: 3.46667vw;
        margin-bottom: 4.8vw;
    }
}

.privacy-page__text {
    line-height: 1.8;
    margin-bottom: 33px;
}

@media screen and (max-width: 768px) {
    .privacy-page__text {
        line-height: 1.7;
        margin-bottom: 5.06667vw;
    }
}

/*  privacy-page-detail
--------------------------------------------- */
.privacy-page-detail {
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .privacy-page-detail {
        margin-bottom: 5.06667vw;
    }
}

.privacy-page-detail:last-child {
    margin-bottom: 0;
}

.privacy-page-detail__title {
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
    margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
    .privacy-page-detail__title {
        margin-bottom: 0.26667vw;
    }
}

.privacy-page-detail__contents-text {
    line-height: 1.8;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .privacy-page-detail__contents-text {
        line-height: 1.6;
        margin-bottom: 4.8vw;
    }
}

.privacy-page-detail__contents-text:last-child {
    margin-bottom: 0;
}

.privacy-page-detail__contents-text--space {
    margin-bottom: 2px;
}

.privacy-page-detail__contents-text-link {
    display: block;
    color: #02b1a1;
}

@media screen and (min-width: 769px) {
    .privacy-page-detail__contents-text-link:hover {
        text-decoration: underline;
    }
}

.privacy-page-detail__contents-text-list-item {
    line-height: 1.8;
    text-indent: 1em;
}

@media screen and (max-width: 768px) {
    .privacy-page-detail__contents-text-list-item {
        line-height: 1.6;
    }
}

.privacy-page-detail__list--large-space {
    margin-top: 33px;
    margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .privacy-page-detail__list--large-space {
        margin-top: 4.93333vw;
        margin-bottom: 4.66667vw;
    }
}

.privacy-page-detail__list--small-space {
    padding-top: 5px;
}

@media screen and (max-width: 768px) {
    .privacy-page-detail__list--small-space {
        padding-top: 0;
    }
}

.privacy-page-detail__list-title {
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .privacy-page-detail__list-title {
        margin-bottom: 0.4vw;
    }
}

.privacy-page-detail__list-item {
    padding-left: 16px;
}

@media screen and (max-width: 768px) {
    .privacy-page-detail__list-item {
        padding-left: 0;
    }
}

.privacy-page-detail__list-item-text {
    margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
    .privacy-page-detail__list-item-text {
        letter-spacing: -.01em;
        margin-bottom: 0.26667vw;
        text-indent: 1em;
    }
}

.privacy-page-detail__list-item-text:last-child {
    margin-bottom: 0;
}

/* ---------------------------------------------
*   news-archive
--------------------------------------------- */
.news-archive {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .news-archive {
        margin-top: 9.33333vw;
    }
}

/* ---------------------------------------------
*   news-list
--------------------------------------------- */
.news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.news-list__item:hover {
    opacity: 0.6;
}

.news-list__item:first-child {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .news-list__item {
        margin-top: 5.06667vw;
    }
}

.news-list__image {
    margin-right: 20px;
    width: 160px;
}

@media screen and (max-width: 768px) {
    .news-list__image {
        margin-right: 2.66667vw;
        width: 21.33333vw;
    }
}

.news-list__contents {
    margin-top: -5px;
    width: calc(100% - 160px - 20px);
}

@media screen and (max-width: 768px) {
    .news-list__contents {
        margin-top: -1.06667vw;
        width: calc(100% - 21.33333vw - 2.66667vw);
    }
}

.news-list__date {
    display: block;
    margin-bottom: 6px;
    font-size: 0.875rem;
    font-style: italic;
    color: #999;
}

@media screen and (max-width: 768px) {
    .news-list__date {
        margin-bottom: 0.8vw;
        font-size: 3.2vw;
    }
}

.news-list__title {
    display: block;
    line-height: 1.875;
    font-size: 1rem;
    color: #02b1a1;
}

@media screen and (max-width: 768px) {
    .news-list__title {
        line-height: 1.416666667;
        font-size: 3.2vw;
    }
}

.news-list__text {
    line-height: 1.875;
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    .news-list__text {
        margin-top: 0.53333vw;
        line-height: 1.416666667;
        font-size: 3.2vw;
    }
}

/* ---------------------------------------------
*   news-detail
--------------------------------------------- */
.news-detail {
    margin-top: 45px;
}

@media screen and (max-width: 768px) {
    .news-detail {
        margin: 4vw 2.66667vw 0;
    }
}

.news-detail__date {
    display: block;
    font-style: italic;
    font-size: 0.875rem;
    color: #999;
}

@media screen and (max-width: 768px) {
    .news-detail__date {
        font-size: 3.2vw;
    }
}

.news-detail__title {
    display: block;
    margin-top: 8px;
    line-height: 1.416666667;
    font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
    .news-detail__title {
        margin-top: 0.8vw;
        line-height: 1.615384615;
        font-weight: bold;
        font-size: 3.46667vw;
    }
}

.news-detail__image {
    margin-top: 35px;
}

@media screen and (max-width: 768px) {
    .news-detail__image {
        margin-top: 4.53333vw;
    }
}

.news-detail__body {
    line-height: 1.875;
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    .news-detail__body {
        margin-top: 4.26667vw;
        line-height: 1.583333333;
        font-size: 3.2vw;
    }
}

.news-detail__body p, .news-detail__body ul, .news-detail__body ol, .news-detail__body dl, .news-detail__body > div {
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
    .news-detail__body p, .news-detail__body ul, .news-detail__body ol, .news-detail__body dl, .news-detail__body > div {
        margin-top: 3.2vw;
    }
}

.news-detail__body ul, .news-detail__body ol {
    padding-left: 2.5rem;
}

@media screen and (max-width: 768px) {
    .news-detail__body ul, .news-detail__body ol {
        padding-left: 5.33333vw;
    }
}

.news-detail__body ul {
    list-style: disc;
}

.news-detail__body ol {
    list-style: decimal;
}

.news-detail__body dl dt {
    font-weight: bold;
}

.news-detail__body a {
    text-decoration: underline;
    color: #02b1a1;
}

.news-detail__body a:hover {
    text-decoration: none;
}

.news-detail__body b, .news-detail__body strong {
    font-weight: bold;
}

.news-detail__body i, .news-detail__body em {
    font-style: italic;
}

.news-detail__button {
    margin-top: 44px;
}

@media screen and (max-width: 768px) {
    .news-detail__button {
        margin-top: 7.2vw;
    }
}

/* ---------------------------------------------
*   checkpoint-lead
--------------------------------------------- */
.checkpoint-lead {
    line-height: 1.75;
}

@media screen and (max-width: 768px) {
    .checkpoint-lead {
        font-size: 3.46667vw;
    }
}

/* ---------------------------------------------
*   checkpoint-table
--------------------------------------------- */
.checkpoint-table {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .checkpoint-table {
        margin-top: 3.2vw;
    }
}

.checkpoint-table__title {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .checkpoint-table__title {
        font-size: 3.46667vw;
    }
}

.checkpoint-table__body {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .checkpoint-table__body {
        margin: 2.66667vw -0.53333vw 0;
    }
}

@media screen and (max-width: 768px) {
    .checkpoint-table .table-contents__line-title {
        padding: 3.06667vw 0.66667vw;
        width: 12vw;
    }
}

@media screen and (max-width: 768px) {
    .checkpoint-table .table-contents__line-text {
        padding: 3.06667vw 2.4vw;
        width: calc(100% - 12vw);
    }
}

/* ---------------------------------------------
*   checkpoint-list
--------------------------------------------- */
@media screen and (max-width: 768px) {
    .checkpoint-list {
        margin-top: 5.33333vw;
    }
}

.checkpoint-list__item {
    margin-top: 20px;
}

.checkpoint-list__item:first-child {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .checkpoint-list__item {
        margin-top: 3.2vw;
    }
}

.checkpoint-list__title {
    padding: 7px 20px;
    background: #f0f0f0;
}

@media screen and (max-width: 768px) {
    .checkpoint-list__title {
        padding: 1.73333vw 2.66667vw;
    }
}

.checkpoint-list__text {
    margin-top: 8px;
    padding: 0 20px;
    line-height: 1.75;
}

@media screen and (max-width: 768px) {
    .checkpoint-list__text {
        margin-top: 1.6vw;
        padding: 0 2.66667vw;
        line-height: 1.583333333;
    }
}

/* ---------------------------------------------
*   result-title
--------------------------------------------- */
.result-title {
    margin-top: 18px;
    font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
    .result-title {
        margin-top: 1.6vw;
        font-size: 4vw;
    }
}

/* ---------------------------------------------
*   result-criteria
--------------------------------------------- */
.result-criteria {
    margin-top: 20px;
    padding-left: 100px;
    position: relative;
}

body.en .result-criteria {
    padding-left:165px;
}

.result-criteria dt {
    position: absolute;
    top: 0;
    left: 0;
}

.result-criteria br {
    display: none;
}

@media screen and (max-width: 768px) {
    .result-criteria {
        margin-top: 3.6vw;
        padding-left: 21.6vw;
        font-size: 3.46667vw;
    }
    .result-criteria br {
        display: block;
    }
}

/* ---------------------------------------------
*   result-order
--------------------------------------------- */
.result-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 72px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .result-order {
        margin-top: 6.93333vw;
        margin-bottom: 3.33333vw;
    }
}

.result-order__item {
    margin: 0 40px;
}

.result-order__item:first-child {
    margin-left: 0;
}

.result-order__item:last-child {
    margin-right: 0;
}

.result-order__item a {
    display: block;
    padding-left: 48px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.875rem auto;
    background-image: url(../img/common/icon_order_gray.png);
    line-height: 1.5;
    font-size: 1.25rem;
    color: #b2b2b2;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.result-order__item a:hover {
    opacity: 0.6;
}

@media screen and (max-width: 768px) {
    .result-order__item {
        margin: 0 4vw;
    }
    .result-order__item a {
        padding: 1.46667vw 0px 1.6vw 8vw;
        background-size: 1.75rem auto;
        line-height: 1.461538462;
        font-size: 3.46667vw;
    }
}

.result-order__item--current a {
    background-image: url(../img/common/icon_order_pink.png);
    color: #ff215e;
}

/* ---------------------------------------------
*   job-title
--------------------------------------------- */
.job-title {
    margin-top: 15px;
    font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
    .job-title {
        margin-top: 2.4vw;
        font-size: 3.46667vw;
    }
}

/* ---------------------------------------------
*   job-slider
--------------------------------------------- */
.job-slider {
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .job-slider {
        margin-top: 4vw;
    }
}

.job-slider__item {
    margin: 0 auto;
    width: 570px;
}

.job-slider__item img {
    max-width: none;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .job-slider__item {
        width: 100%;
    }
}

/* ---------------------------------------------
*   job-controls
--------------------------------------------- */
.job-controls {
    display: none;
    margin-top: 10px;
    line-height: 1;
    position: relative;
}

@media screen and (max-width: 768px) {
    .job-controls {
        margin-top: 0;
        margin-bottom: 1.6vw;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.swiper-initialize .job-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.job-controls__prev, .job-controls__next {
    margin-top: 0;
    width: 30px;
    height: 30px;
    background: none;
    outline: none;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
}

@media screen and (max-width: 768px) {
    .job-controls__prev, .job-controls__next {
        display: none;
    }
}

.job-controls__prev:before, .job-controls__next:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.job-controls__prev {
    margin-right: 20px;
}

.job-controls__prev:before {
    border-width: 6px 10px 6px 0;
    border-color: transparent #1b1b1b transparent transparent;
}

.job-controls__next {
    margin-left: 20px;
}

.job-controls__next:before {
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #1b1b1b;
}

.job-controls__dots {
    position: relative;
}

.job-controls__dots .swiper-pagination-bullet {
    padding: 10px;
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: none;
    outline: none;
    vertical-align: top;
    opacity: 1;
    position: relative;
}

@media screen and (max-width: 768px) {
    .job-controls__dots .swiper-pagination-bullet {
        padding: 2.53333vw;
        width: 2.66667vw;
        height: 2.66667vw;
    }
}

@media screen and (max-width: 375px) {
    .job-controls__dots .swiper-pagination-bullet {
        padding: 9.5px;
        width: 10px;
        height: 10px;
    }
}

.job-controls__dots .swiper-pagination-bullet:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #b2b2b2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

@media screen and (max-width: 768px) {
    .job-controls__dots .swiper-pagination-bullet:before {
        width: 2.66667vw;
        height: 2.66667vw;
        border: 0.26667vw solid #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: transparent;
    }
}

@media screen and (max-width: 375px) {
    .job-controls__dots .swiper-pagination-bullet:before {
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
    }
}

.job-controls__dots .swiper-pagination-bullet-active:before {
    background: #1b1b1b;
}

@media screen and (max-width: 768px) {
    .job-controls__dots .swiper-pagination-bullet-active:before {
        background: #fff;
    }
}

/* ---------------------------------------------
*   job-button
--------------------------------------------- */
.job-button {
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
    .job-button {
        margin-top: 8vw;
    }
}

/* ---------------------------------------------
*   job-label
--------------------------------------------- */
.job-label {
    margin-top: 70px;
}

@media screen and (max-width: 768px) {
    .job-label {
        margin-top: 8vw;
    }
}

/* ---------------------------------------------
*   job-summary
--------------------------------------------- */
.job-summary {
    margin: 32px auto 0;
    max-width: 804px;
}

@media screen and (max-width: 768px) {
    .job-summary {
        margin-top: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .job-summary .table-contents__line-title {
        padding: 3.06667vw 0.66667vw;
    }
}

@media screen and (max-width: 768px) {
    .job-summary .table-contents__line-text {
        padding: 3.06667vw 2.4vw;
    }
}

/* ---------------------------------------------
*   job-merit
--------------------------------------------- */
.job-merit {
    margin: 28px auto 0;
    max-width: 800px;
}

@media screen and (max-width: 768px) {
    .job-merit {
        margin-top: 5.6vw;
    }
}

@media screen and (max-width: 768px) {
    .job-merit .section-single-border__title {
        margin-left: auto;
        margin-right: auto;
        max-width: 77.6vw;
    }
}

/* ---------------------------------------------
*   job-aside
--------------------------------------------- */
.job-aside {
    margin-top: 65px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .job-aside {
        margin-top: 9.06667vw;
        margin-left: -5.33333vw;
        margin-right: -5.33333vw;
    }
}

.job-aside:before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .job-aside:before {
        height: 1.6vw;
        border-top: 0.26667vw solid;
        border-bottom: 0.26667vw solid;
    }
}

@media screen and (max-width: 375px) {
    .job-aside:before {
        height: 6px;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }
}

.job-aside__item {
    margin-top: 76px;
}

@media screen and (max-width: 768px) {
    .job-aside__item {
        margin-top: 7.2vw;
    }
}

.job-aside__item:first-child {
    margin-top: 62px;
}

@media screen and (max-width: 768px) {
    .job-aside__item:first-child {
        margin-top: 10.13333vw;
    }
}

.job-aside__head {
    margin: 0 auto;
    max-width: 800px;
    line-height: 1.75;
}

@media screen and (max-width: 768px) {
    .job-aside__head {
        margin-left: 5.33333vw;
        margin-right: 5.33333vw;
        line-height: 1.416666667;
    }
}

.job-aside__title {
    font-weight: bold;
}

.job-aside__slider {
    margin-top: 25px;
    margin-left: -80px;
    width: 1020px;
    overflow: visible;
}

@media screen and (max-width: 768px) {
    .job-aside__slider {
        margin-top: 3.46667vw;
        margin-left: 0;
        width: 100%;
        overflow: hidden;
    }
}

.job-aside__slide {
    margin: 0 auto;
    width: 320px;
}

.job-aside__slide img {
    max-width: none;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .job-aside__slider .job-controls {
        display: none;
    }
}

.job-aside__button {
    margin-top: 22px;
}

@media screen and (max-width: 768px) {
    .job-aside__button {
        margin-top: 8vw;
    }
}

/* ---------------------------------------------
*   job-info
--------------------------------------------- */
.job-info {
    margin-top: 70px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .job-info {
        margin-top: 10.66667vw;
        margin-left: -5.33333vw;
        margin-right: -5.33333vw;
    }
}

.job-info:before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .job-info:before {
        height: 1.6vw;
        border-top: 0.26667vw solid;
        border-bottom: 0.26667vw solid;
    }
}

@media screen and (max-width: 375px) {
    .job-info:before {
        height: 6px;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }
}

.job-info__table {
    margin: 70px auto 0;
    max-width: 804px;
}

@media screen and (max-width: 768px) {
    .job-info__table {
        margin-top: 10vw;
        margin-left: 5.33333vw;
        margin-right: 5.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .job-info .table-contents__line-title {
        padding: 3.06667vw 0.66667vw;
    }
}

@media screen and (max-width: 768px) {
    .job-info .table-contents__line-text {
        padding: 3.06667vw 2.4vw;
    }
}

.job-info__button {
    margin-top: 26px;
}

@media screen and (max-width: 768px) {
    .job-info__button {
        margin-top: 6.93333vw;
    }
}

/* ---------------------------------------------
*   search
--------------------------------------------- */
.search {
    display: none;
    background: rgba(11, 11, 11, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

/* ---------------------------------------------
*   search-popup
--------------------------------------------- */
.search-popup {
    display: none;
    margin: 0 auto;
    width: 600px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 80px;
}

@media screen and (max-width: 768px) {
    .search-popup {
        width: 89.33333vw;
        top: 16vw;
        bottom: 8vw;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    .search-popup {
        top: 8.9955022vw;
        bottom: 4.4977511vw;
    }
}

.search-popup__inner {
    padding-top: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    background: #ffffff;
    overflow: hidden;
    overflow-y: auto;
}

@media screen and (max-width: 768px) {
    .search-popup__inner {
        padding-top: 5.06667vw;
    }
}

.search-popup--bottom-space .search-popup__inner {
    padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .search-popup--bottom-space .search-popup__inner {
        padding-bottom: 5.33333vw;
    }
}

/* ---------------------------------------------
*   search-head
--------------------------------------------- */
.search-head {
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
}

@media screen and (max-width: 768px) {
    .search-head {
        margin-bottom: 4.66667vw;
    }
}

.search-head:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1b1b1b;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
}

@media screen and (max-width: 768px) {
    .search-head:before {
        height: 0.26667vw;
        margin-top: -0.13333vw;
    }
}

@media screen and (max-width: 375px) {
    .search-head:before {
        height: 1px;
        margin-top: 0;
    }
}

.search-head span {
    display: inline-block;
    background: #fff;
    padding: 0 23px;
    line-height: 1.454545455;
    letter-spacing: .04em;
    font-size: 1.375rem;
    position: relative;
}

@media screen and (max-width: 768px) {
    .search-head span {
        padding: 0 2.66667vw;
        line-height: 1.285714286;
        font-size: 3.73333vw;
    }
}

/* ---------------------------------------------
*   search-panel
--------------------------------------------- */
.search-panel {
    margin: 0 auto;
    max-width: 440px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .search-panel {
        max-width: 78.66667vw;
    }
}

.search-panel__item {
    display: block;
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.search-panel__item:first-child {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .search-panel__item {
        margin-top: 2.66667vw;
    }
}

.search-panel__checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.search-panel__inner {
    display: block;
    width: 100%;
    padding: 24px 27px 24px;
    border: 3px solid #02b1a1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .search-panel__inner {
        padding: 2.93333vw 4.93333vw;
        border: 0.4vw solid #02b1a1;
    }
}

@media screen and (max-width: 375px) {
    .search-panel__inner {
        border: 1.5px solid #02b1a1;
    }
}

.search-panel__label {
    display: block;
    text-align: center;
    line-height: 1.272727273;
    font-size: 1.375rem;
    color: #02b1a1;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

@media screen and (max-width: 768px) {
    .search-panel__label {
        line-height: 1.416666667;
        font-size: 3.2vw;
    }
}

.search-panel__text {
    display: block;
    margin-top: 12px;
    line-height: 1.714285714;
    font-size: 0.875rem;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

@media screen and (max-width: 768px) {
    .search-panel__text {
        margin-top: 0;
        line-height: 1.416666667;
        font-size: 3.2vw;
    }
}

.search-panel__item--button:hover .search-panel__inner {
    background: #02b1a1;
}

.search-panel__item--button:hover .search-panel__label,
.search-panel__item--button:hover .search-panel__text {
    color: #fff;
}

.search-panel__checkbox:checked + .search-panel__inner {
    background: #02b1a1;
}

.search-panel__checkbox:checked + .search-panel__inner .search-panel__label,
.search-panel__checkbox:checked + .search-panel__inner .search-panel__text {
    color: #fff;
}

.search-panel__checkbox[disabled] + .search-panel__inner {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
    cursor: default;
}

.search-panel--column .search-panel__item {
    margin-right: 20px;
    width: 210px;
    float: left;
}

.search-panel--column .search-panel__item:nth-child(even) {
    margin-right: 0;
}

.search-panel--column .search-panel__item:nth-child(2) {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .search-panel--column .search-panel__item {
        width: 38vw;
        margin-right: 2.66667vw;
    }
}

.search-panel--column .search-panel__inner {
    padding-left: 0;
    padding-right: 0;
}

.search-panel--column:after {
    content: "";
    display: block;
    clear: both;
}

/* ---------------------------------------------
*   search-box
--------------------------------------------- */
.search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 30px 0;
    padding: 20px;
    background: #f0f0f0;
}

@media screen and (max-width: 768px) {
    .search-box {
        margin: 5.33333vw 5.33333vw 0;
        padding: 2.66667vw;
    }
}

.search-box__amount {
    width: 270px;
    line-height: 1.2;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
    .search-box__amount {
        width: 36vw;
    }
}

.search-box__amount dt {
    display: inline-block;
    margin-right: 6px;
    font-size: 1.125rem;
    position: relative;
    top: -1px;
}

@media screen and (max-width: 768px) {
    .search-box__amount dt {
        margin-right: 0.53333vw;
        font-size: 3.2vw;
    }
}

.search-box__amount dd {
    display: inline-block;
    word-break: break-all;
    font-family: "Noto Sans Japanese Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
    font-size: 2.125rem;
}

@media screen and (max-width: 768px) {
    .search-box__amount dd {
        font-size: 5.33333vw;
    }
}

.search-box__button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.search-box__button[href*="javascript:void(0)"] {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
    cursor: default;
}

.search-box__button[href*="javascript:void(0)"]:hover {
    opacity: 1;
}

/* ---------------------------------------------
*   search-foot
--------------------------------------------- */
.search-foot {
    margin: 0 30px;
    line-height: 4.375;
}

@media screen and (max-width: 768px) {
    .search-foot {
        margin: 0 5.33333vw;
        line-height: 4.166666667;
    }
}

.search-foot__back {
    display: inline-block;
    padding-left: 20px;
    color: #02b1a1;
    position: relative;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.search-foot__back:hover {
    opacity: 0.6;
}

@media screen and (max-width: 768px) {
    .search-foot__back {
        padding-left: 3.73333vw;
    }
}

.search-foot__back:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 7px 4px 0;
    border-color: transparent #00b7a6 transparent transparent;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
}

@media screen and (max-width: 768px) {
    .search-foot__back:before {
        border-width: 0.8vw 1.33333vw 0.8vw 0;
        margin-top: -0.66667vw;
    }
}

/* ---------------------------------------------
*   search-close
--------------------------------------------- */
.search-close {
    width: 31px;
    height: 32px;
    line-height: 1;
    position: absolute;
    top: -40px;
    right: -20px;
}

@media screen and (max-width: 768px) {
    .search-close {
        width: 5.46667vw;
        height: 5.46667vw;
        top: -6.66667vw;
        right: 0;
    }
}

.search-close button {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.search-close button:hover {
    opacity: 0.6;
}

.search-close svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* ---------------------------------------------
*   search-map
--------------------------------------------- */
.search-map {
    margin: 0 30px;
    padding-bottom: 26px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .search-map {
        margin: 0 5.33333vw;
        padding-bottom: 1.06667vw;
    }
}

.search-map__bg {
    display: block;
    margin-left: 28px;
    width: 488px;
    height: 424px;
}

.search-map__bg svg {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .search-map__bg {
        margin-left: 5.33333vw;
        width: 68vw;
        height: 58.93333vw;
    }
}

.search-map__item {
    width: 124px;
    position: absolute;
}

@media screen and (max-width: 768px) {
    .search-map__item {
        width: 17.86667vw;
    }
}

.search-map__item--hokkaido {
    top: 40px;
    left: 416px;
}

@media screen and (max-width: 768px) {
    .search-map__item--hokkaido {
        top: 5.06667vw;
        left: 54.8vw;
    }
}

.search-map__item--tokyo {
    top: 286px;
    left: 387px;
}

@media screen and (max-width: 768px) {
    .search-map__item--tokyo {
        top: 37.46667vw;
        left: 60.8vw;
    }
}

.search-map__item--osaka {
    top: 286px;
    left: 227px;
}

@media screen and (max-width: 768px) {
    .search-map__item--osaka {
        top: 37.46667vw;
        left: 34.26667vw;
    }
}

.search-map__item--fukuoka {
    top: 286px;
    left: 67px;
}

@media screen and (max-width: 768px) {
    .search-map__item--fukuoka {
        top: 37.46667vw;
        left: 5.6vw;
    }
}

.search-map__item--okinawa {
    top: 404px;
    left: 0;
}

@media screen and (max-width: 768px) {
    .search-map__item--okinawa {
        top: 52vw;
    }
}

.search-map__item--others {
    width: 160px;
    top: 110px;
    left: 67px;
}

@media screen and (max-width: 768px) {
    .search-map__item--others {
        width: 27.46667vw;
        top: 5.06667vw;
        left: 5.6vw;
    }
}

.search-map__checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.search-map__label {
    display: block;
    width: 100%;
    background: #fff;
    border: 3px solid #02b1a1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 2.222222222;
    font-size: 1.125rem;
    color: #02b1a1;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .search-map__label {
        border: 0.4vw solid #02b1a1;
        line-height: 2.25;
        font-size: 1rem;
    }
    body.en .search-map__label {
        line-height:1.5;
	padding:5px;
    }
    body.ko .search-map__label {
        font-size: 0.94rem;
    }
}

@media screen and (max-width: 375px) {
    .search-map__label {
        border: 1.5px solid #02b1a1;
    }
}

.search-map__checkbox:checked + .search-map__label {
    background: #02b1a1;
    color: #fff;
}

/* ==========================================================
*
*   utility
*
========================================================== */
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 768px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 0.66667vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.33333vw !important;
    }
    .mgt-sp--15 {
        margin-top: 2vw !important;
    }
    .mgt-sp--20 {
        margin-top: 2.66667vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.33333vw !important;
    }
    .mgt-sp--30 {
        margin-top: 4vw !important;
    }
    .mgt-sp--35 {
        margin-top: 4.66667vw !important;
    }
    .mgt-sp--40 {
        margin-top: 5.33333vw !important;
    }
    .mgt-sp--45 {
        margin-top: 6vw !important;
    }
    .mgt-sp--50 {
        margin-top: 6.66667vw !important;
    }
    .mgt-sp--55 {
        margin-top: 7.33333vw !important;
    }
    .mgt-sp--60 {
        margin-top: 8vw !important;
    }
    .mgt-sp--65 {
        margin-top: 8.66667vw !important;
    }
    .mgt-sp--70 {
        margin-top: 9.33333vw !important;
    }
    .mgt-sp--75 {
        margin-top: 10vw !important;
    }
    .mgt-sp--80 {
        margin-top: 10.66667vw !important;
    }
    .mgt-sp--85 {
        margin-top: 11.33333vw !important;
    }
    .mgt-sp--90 {
        margin-top: 12vw !important;
    }
    .mgt-sp--95 {
        margin-top: 12.66667vw !important;
    }
    .mgt-sp--100 {
        margin-top: 13.33333vw !important;
    }
    .mgt-sp--105 {
        margin-top: 14vw !important;
    }
    .mgt-sp--110 {
        margin-top: 14.66667vw !important;
    }
    .mgt-sp--115 {
        margin-top: 15.33333vw !important;
    }
    .mgt-sp--120 {
        margin-top: 16vw !important;
    }
    .mgt-sp--125 {
        margin-top: 16.66667vw !important;
    }
    .mgt-sp--130 {
        margin-top: 17.33333vw !important;
    }
    .mgt-sp--135 {
        margin-top: 18vw !important;
    }
    .mgt-sp--140 {
        margin-top: 18.66667vw !important;
    }
    .mgt-sp--145 {
        margin-top: 19.33333vw !important;
    }
    .mgt-sp--150 {
        margin-top: 20vw !important;
    }
    .mgt-sp--155 {
        margin-top: 20.66667vw !important;
    }
    .mgt-sp--160 {
        margin-top: 21.33333vw !important;
    }
    .mgt-sp--165 {
        margin-top: 22vw !important;
    }
    .mgt-sp--170 {
        margin-top: 22.66667vw !important;
    }
    .mgt-sp--175 {
        margin-top: 23.33333vw !important;
    }
    .mgt-sp--180 {
        margin-top: 24vw !important;
    }
    .mgt-sp--185 {
        margin-top: 24.66667vw !important;
    }
    .mgt-sp--190 {
        margin-top: 25.33333vw !important;
    }
    .mgt-sp--195 {
        margin-top: 26vw !important;
    }
    .mgt-sp--200 {
        margin-top: 26.66667vw !important;
    }
    .mgt-sp--205 {
        margin-top: 27.33333vw !important;
    }
    .mgt-sp--210 {
        margin-top: 28vw !important;
    }
    .mgt-sp--215 {
        margin-top: 28.66667vw !important;
    }
    .mgt-sp--220 {
        margin-top: 29.33333vw !important;
    }
    .mgt-sp--225 {
        margin-top: 30vw !important;
    }
    .mgt-sp--230 {
        margin-top: 30.66667vw !important;
    }
    .mgt-sp--235 {
        margin-top: 31.33333vw !important;
    }
    .mgt-sp--240 {
        margin-top: 32vw !important;
    }
    .mgt-sp--245 {
        margin-top: 32.66667vw !important;
    }
    .mgt-sp--250 {
        margin-top: 33.33333vw !important;
    }
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 768px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 0.66667vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.33333vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 2.66667vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.33333vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 4.66667vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 5.33333vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 6.66667vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 7.33333vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 8.66667vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 9.33333vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 10.66667vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 11.33333vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 12.66667vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 13.33333vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 14.66667vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 15.33333vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 16.66667vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 17.33333vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 18.66667vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 19.33333vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 20.66667vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 21.33333vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 22.66667vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 23.33333vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 24.66667vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 25.33333vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 26.66667vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 27.33333vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 28.66667vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 29.33333vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 30.66667vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 31.33333vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 32.66667vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 33.33333vw !important;
    }
}

@media screen and (min-width: 769px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .sp-hide {
        display: none !important;
    }
}

@media screen and (min-width: 769px) {
    .sp_only {
        display: none;
    }
  }


@media screen and (max-width: 768px) {
  .pc_only {
      display: none;
  }
}

.top_footer_bnr {
  width: 760px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px){
.top_footer_bnr {
    width: auto;
    margin-right: 5.33333vw;
    margin-left: 5.33333vw;
    margin-bottom: 7.6vw;
}
}
