/*————————————————————————————————————————————————————————————————————————

    共通CSS

——————————————————————————————————————————————————————————————————————————*/
html {
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 65.5%;
    color: #5a5a5a;
    counter-reset: number 0;
    scroll-behavior: smooth;
}

a,
a:active,
a:focus,
a:visited {
    color: inherit;
    text-decoration: none;
    outline: none;
}




/*————————————————————————————————————————————————————————————————————————

    ヘッダー

——————————————————————————————————————————————————————————————————————————*/
.header {
    width: 100%;
    box-sizing: border-box;
    background: #FFF;
}
header img {
    float: right;
    padding: 5px 0;
    width: 40%;
}

header .header-catch {
    float: left;
    width: 50%;
    padding: 3px 0 3px 7px;
    color: #ff3d75;
    font-size: 3vw;
    font-weight: 700;
    line-height: 1.2em;
    text-align: left;
}
h1.top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #00ABEB;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
@media screen and (min-width: 641px) {
    header img {
        max-width: 252px;
        height: auto;
    }
    header .header-catch{
        font-size: 18px;
    }
}

/*————————————————————————————————————————————————————————————————————————

    プログレスバー

——————————————————————————————————————————————————————————————————————————*/
.prog-container {
    width: 100%;
    padding: 5px 0 10px;
}

.prog-container>.inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: initial;
}

.prog-container>.inner>.text {
    position: relative;
}

.prog-container>.inner>.text::before {
    content: url(../img/line01.svg);
    width: 12px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}

.prog-container>.inner>.text::after {
    content: url(../img/line01.svg);
    width: 12px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%) scale(-1, 1);
}

.prog-container>.inner>.text>p {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.prog-container>.inner>.text>p>b {
    font-size: 24px;
    line-height: 1;
    color: #EEA932;
}

.nav-ul {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: -webkit-fill-available;
    margin: 6px;
}

.nav-ul>.nav-li {
    width: 35px;
    height: 30px;
    background: #E5F3FF;
    color: #87AED0;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-ul>.nav-li::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 0px;
    height: 0;
    border-left: 10px solid #E5F3FF;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.nav-ul>.fin_item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 3px #EEA932;
    border-radius: 4px;
    color: #EEA932;
    width: 72px;
    height: 28px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
}

.horizonal.sec1 .nav-li:nth-child(1),
.horizonal.sec2 .nav-li:nth-child(2),
.horizonal.sec3 .nav-li:nth-child(3),
.horizonal.sec4 .nav-li:nth-child(4),
.horizonal.sec5 .nav-li:nth-child(5),
.horizonal.sec6 .nav-li:nth-child(6) {
    background: #6ECDF2;
    color: #FFF;
}

.horizonal.sec1 .nav-li:nth-child(1)::after,
.horizonal.sec2 .nav-li:nth-child(2)::after,
.horizonal.sec3 .nav-li:nth-child(3)::after,
.horizonal.sec4 .nav-li:nth-child(4)::after,
.horizonal.sec5 .nav-li:nth-child(5)::after,
.horizonal.sec6 .nav-li:nth-child(6)::after {
    border-left: 10px solid #6ECDF2;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}


/*————————————————————————————————————————————————————————————————————————

    インフォメーションエリア

——————————————————————————————————————————————————————————————————————————*/


.info-container {
    padding: 10px 20px;
    background: #E5F3FF;
}

.info-container .info-item {
    display: none;
}

.horizonal.sec1 .info-container .info-item.sec1,
.horizonal.sec2 .info-container .info-item.sec2,
.horizonal.sec3 .info-container .info-item.sec3,
.horizonal.sec4 .info-container .info-item.sec4,
.horizonal.sec5 .info-container .info-item.sec5,
.horizonal.sec6 .info-container .info-item.sec6 {
    display: block;
}

@media screen and (max-width: 640px) {
    .mTtl_sp.haru_02 {
        height: 47.5vw;
        background: url(/lp/pos/030/img/mv_haru_02.png) bottom no-repeat;
        background-size: 100% auto;
        width: 100%;
        position: relative;
    }

    .mTtl_sp .title_t h1 {
        position: absolute;
        top: 0;
        /*22px*/
        left: 0;
    }

    .mTtl_sp .title_t h1 .ttl_1 {
        padding: 7px 0 0 7px;
        color: #000;
        font-size: 5vw;
        font-weight: 900;
        line-height: 1em;
        letter-spacing: 1.2px;
        text-align: center;
        border-radius: 50px;
    }

    .mTtl_sp .title_t h1 .ttl_1 .text-a {
        font-size: 3.7vw;
        font-weight: normal;
    }

    .mTtl_sp .title_t h1 .ttl_1 .text-a span {
        color: #000;
        font-size: 4.6vw;
        font-weight: 900;
    }

    .mTtl_sp .title_t h1 .ttl_2 {
        margin: 3px 0 0 0;
        padding: 6px 16px;
        color: #020000;
        background: #ffffffa8;
        border-radius: 0 100px 100px 0;
        font-size: 7vw;
        font-weight: 900;
        line-height: 1.2em;
        letter-spacing: -1px;
    }

    .sec1 .info-container {
        padding: 0;
    }
}

/* 求人情報 */
.info-container>.job_info {
    background: #FFF;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 8px;
}

.info-container>.job_info>dl {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}

.info-container>.job_info>dl>dt {
    background: #00ABEB;
    border-radius: 24px;
    padding: 4px 8px;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
}

.info-container>.job_info>dl>dd {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    color: #00ABEB;
}

.info-container>.job_info>.description {
    font-size: 12px;
    line-height: 1.5;
}

/* マイナビコメディカルからのアナウンス */
.info-container>.announce>.inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-container>.announce>.inner>.img {
    width: 15%;
    display: flex;
    justify-content: center;
}

.info-container>.announce>.inner>.text {
    position: relative;
    background: #FFF;
    border-radius: 50px;
    width: 80%;
    flex-shrink: 1;
    height: 60px;
    padding: 0 12px 0 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-container>.announce>.inner>.text::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    border-radius: 0px;
    border-right: 30px solid #FFF;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.info-container>.announce>.inner>.text>p {
    font-size: 12px;
    line-height: 1.2;
}

.info-container>.announce>.inner>.text>p>b {
    font-weight: bold;
    color: #00ABEB;
}
.info-container>.announce>.inner>.text>p>strong {
    font-weight: bold;
    color: #eb0000;
}




/*————————————————————————————————————————————————————————————————————————

    エントリーフォームの見出し

——————————————————————————————————————————————————————————————————————————*/
.h2 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 9px;
    display: flex;
    align-items: center;
}

.h2::before {
    content: '';
    display: block;
    width: 4px;
    height: 20px;
    border-radius: 1px;
    background: #00ABEB;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-45%);
}

.h2>h2 {
    font-size: 16px;
    color: #00ABEB;
}

.h2>.sub-text {
    font-size: 10px;
    color: #707070;
}

.h3 {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.h3::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 2px #00ABEB;
    top: 58%;
    transform: translateY(-50%);
    left: 0;
}

.h3>h3 {
    font-size: 14px;
}

.h4>h4 {
    font-size: 12px;
    font-weight: bold;
    color: #00ABEB;
}

span.required {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 20px;
    margin: 0px 10px 0px 5px;
    padding-bottom: 1px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    background: #EEA932;
    color: #FFF;
}

span.optional {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 18px;
    margin: 0px 10px 0px 5px;
    padding-bottom: 1px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: bold;
    background: #E5F3FF;
    color: #87AED0;
}

span.sub-bluetext {
    color: #00abeb;
    font-size: 12px;
}


/*————————————————————————————————————————————————————————————————————————

    　エントリーフォーム部分

——————————————————————————————————————————————————————————————————————————*/

.horizonal .main {
    position: relative;
    height: auto;
    transition: all .4s ease;
    overflow: hidden;
    height: 500px;
}

.horizonal .h-adr {
    position: absolute;
    top: 0;
    display: flex;
    align-items: flex-start;
    width: 600%;
    height: 100%;
    transition: all .6s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.horizonal .sec {
    display: block;
    width: calc(100%/6);
    padding: 20px 0;
}

.horizonal.sec1 .h-adr {
    left: 0;
}

.horizonal.sec2 .h-adr {
    left: -100%;
}

.horizonal.sec3 .h-adr {
    left: -200%;
}

.horizonal.sec4 .h-adr {
    left: -300%;
}

.horizonal.sec5 .h-adr {
    left: -400%;
}

.horizonal.sec6 .h-adr {
    left: -500%;
}




.entry-form {
    overflow: hidden;
}

.entry-form__list {
    padding: 0px 20px 80px 20px;
}

.entry-form__list__item {
    margin-bottom: 20px;
}

.entry-form__list__item:last-child {
    margin: 0;
}

.form-list__item {
    margin-top: 10px;
}

.form-list__item:first-of-type {
    margin-top: 0;
}

.form-list__item.dividing-line {
    margin-top: 20px;
    padding-top: 20px;
    border-top: dashed 1px #C5C5C5;
}

.select-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
}

.accordion-btn {
    text-align: left;
    cursor: pointer;
    display: block;
    padding: 12px 18px;
    padding-right: 42px;
    position: relative;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    background: #FFF;
    border: solid 1px #C5C5C5;
    border-radius: 4px;
    box-sizing: border-box;
}

.accordion-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #C5C5C5;
}

.accordion-checkbox {
    display: none;
}

.accordion-checkbox:checked+.accordion-btn {
    border-color: #00ABEB;
    color: #00ABEB;
}

.accordion-checkbox:checked+.accordion-btn::before {
    border-top: 8px solid #00ABEB;
    transform: rotate(180deg);
    top: 43%;
}

/* .accordion-checkbox:checked + .accordion-btn::before{
    border: solid 4px #00ABEB;
    background: #00ABEB;
}
.accordion-checkbox:checked + .accordion-btn::after{
    opacity: 1;
} */

/* アコーディオン */
.accordion-target {
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease-out;
    text-align: left;
}

.accordion-target.list>.list__item {
    box-sizing: border-box;
    height: 0;
    visibility: hidden;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition:
        visibility .2s ease-out,
        opacity 0s,
        padding-top .4s ease-out,
        padding-bottom .4s ease-out;
}

.accordion-target.list>.list__item>.list__item__inner {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}


/* アコーディオン内の設問 */
.graduation_year_container {
    width: 100%;
    display: none;
}

.graduation_year_container>.h4 {
    margin-bottom: 10px;
}

.entry-form .select__item {
    width: calc((100% - 10px) / 2);
}

.entry-form .select__item.full,
.entry-form .select__item.select,
.entry-form .select__item.birthdate {
    width: 100%;
}

.entry-form .select__item input {
    display: none;
}

.entry-form .select__item.year {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.entry-form .select__item.birthdate>.birthdate__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 640px) {
    .entry-form .select__item.birthdate>.birthdate__container li.year {
        position: relative;
        width: 100%;
    }
}
@media (min-width: 641px) {
    .entry-form .select__item.birthdate>.birthdate__container li.year {
    position: relative;
    width: 50%;
    }
}

.entry-form .select__item.birthdate>.birthdate__container li.month,
.entry-form .select__item.birthdate>.birthdate__container li.date {
    position: relative;
    width: 25%;
}

.entry-form .select__item.birthdate>.birthdate__container li.year::after,
.entry-form .select__item.birthdate>.birthdate__container li.month::after,
.entry-form .select__item.birthdate>.birthdate__container li.date::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #00ABEB;
}

.entry-form .select__item.birthdate>.birthdate__container li.text {
    width: 68%;
    font-size: 16px;
}

.entry-form .select__item.birthdate>.birthdate__container li select {
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding-left: 15px
}

.entry-form .select__item label,
.entry-form .select__item select {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    height: 50px;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.2rem;
    background: #FFF;
    border: solid 1px #C5C5C5;
    border-radius: 4px;
    box-sizing: border-box;
    color: #5a5a5a !important;
}

.entry-form .select__item input[type=checkbox]:checked+label {
    background: #6ecdf2;
    border-color: #00ABEB;
    color: #ffffff !important;
}

.entry-form .select__item input[type=checkbox]:disabled+label {
    background: #f5f5f5;
    color: #858585 !important;
}

.entry-form .select-list.is-error label {
    background: #ffe8ec;
    border-color: #eb0033;
    color: #eb0033;
}

.entry-form .select__item.select>.pull_down_list,
.entry-form .select__item.year>.pull_down_list {
    position: relative;
    width: 100%;
    cursor: pointer;
    height: 50px;
    padding: 10px 20px;
    border: solid 1px #C5C5C5;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    text-align: left;
    box-sizing: border-box;
    color: #5a5a5a !important;
}

.entry-form .select__item.year>.pull_down_list {
    width: 80%;
}

.entry-form .select__item.year>.pull_down_list:disabled {
    background: #f5f5f5 !important;
    color: #858585;
}

.entry-form .select__item.select>.pull_down_list option {
    color: #4C4C4C;
}

.entry-form .select__item.select,
.entry-form .select__item.year {
    position: relative;
}

.entry-form .select__item.select::after,
.entry-form .select__item.year::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #C5C5C5;
}

.entry-form .select__item.select.selected::after,
.entry-form .select__item.year.selected::after {
    border-top: 8px solid #00AAEB;
}

.entry-form .select__item.select>.pull_down_list:invalid~.select__item.select::after {
    border-top: 8px solid #F00;
}


.entry-form .select__item.year::after {
    left: 72%;
}

.entry-form .select__item.year>p {
    font-size: 16px;
}


/* テキスト入力欄 */
.select__text__box {
    width: 100%;
    position: relative;
}

.select__text__box>input {
    width: 100%;
    height: 50px;
    border: solid 1px #C5C5C5;
    border-radius: 4px;
    background: #fff;
    padding: 16px 10px;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #5a5a5a;
}

.select__text__box>input::placeholder {
    color: #C5C5C5;
}

.select__text__box.address>input {
    padding-left: 50px;
}

.select__text__box.address::before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../img/icon_address.svg) no-repeat;
    background-size: cover;
    top: 28px;
    transform: translateY(-50%);
    left: 20px;
}

.select__text__box>p.sub-text,
.select__text__box>p.sub-text2 {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.5;
}

.select__text__box>p.sub-text2 a {
    color: #00A0E9;
    text-decoration: underline;
}


/* 開閉ギミック */
.accordion-checkbox:checked+.accordion-trigger+.accordion-target {
    visibility: visible;
    opacity: 1;
}

.accordion-checkbox:checked+.accordion-trigger+.accordion-target>.list__item {
    visibility: visible;
    height: auto;
    opacity: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    transition:
        visibility .2s ease-out .2s,
        opacity 0s,
        padding-top ease-out .4s,
        padding-bottom ease-out .4s;
}

.accordion-checkbox:checked+.accordion-trigger+.accordion-target>.list__item>a {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -15px;
    margin-bottom: -15px;
}


/* ボタンエリア */
.btn_area {
    width: 100%;
    margin: 30px 0;
}

.btn_area>.inner {
    padding: 0 20px;
    display: flex;
}

/* 次に進むボタン */
.btn01 {
    position: relative;
    width: 100%;
    flex-shrink: 10;
}

.btn01 input {
    display: flex;
    flex-shrink: 10;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    font-size: 18px;
    background: #E7E8E9;
    color: #707070;
    border-radius: 8px;
    cursor: default;
}

.btn01::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 3px solid #707070;
    border-right: 3px solid #707070;
    transition: .3s;
}

.btn01.active::after {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    z-index: 1000;
}

.btn01.active input {
    color: #FFF;
    background: #00ABEB;
    cursor: pointer;
    z-index: 1000;
    position: relative;
}

.btn02 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 100px;
    height: 54px;
    font-size: 16px;
    background: #FFF;
    border: solid 1px #E7E8E9;
    color: #4C4C4C;
    border-radius: 8px;
}

.btn03 {
    position: relative;
    width: 100%;
    flex-shrink: 10;
}

.btn03 input {
    position: relative;
    display: flex;
    flex-shrink: 10;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    width: 100%;
    height: 54px;
    font-size: 18px;
    background: #E7E8E9;
    color: #707070 !important;
    border-radius: 40px;
    cursor: default;
}

.btn03.active input {
    background: #1bd9ab;
    color: #FFF !important;
    z-index: 1000;
    cursor: pointer;
}

.btn03 svg {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    fill: #bfbfbf;
    z-index: 1;
}

.btn03.active svg {
    fill: #FFF;
    z-index: 1001;
}





/* インプットエラー */
input:invalid {
    border: solid 2px #FF5858;
    background: #FFEEEE;
    color: #FF5858;
}

.error-message {
    margin-top: 10px;
    font-size: 12px;
    color: #ff7676;
    display: none;
}

input:invalid+.error-message {
    display: block;
}

input:invalid+.sub-text {
    color: #ff7676;
}

.tel-error,
.mail-error,
.sei-error,
.kana-error {
    margin-top: 10px;
    font-size: 12px;
    color: #ff7676;
}


/* 入力不備 */
.is-disabled {
    cursor: default !important;
    outline: 0 !important;
    background-color: #c4c2bc !important;
}




/* 追従_送信ボタン */
.footer_registration {
    display: none;
}

div.sec1 .footer_registration.sec1,
div.sec2 .footer_registration.sec2,
div.sec3 .footer_registration.sec3,
div.sec4 .footer_registration.sec4,
div.sec5 .footer_registration.sec5 {
    display: block;
    z-index: 1000;
}

/* 追従_送信ボタン */
.footer_registration {
    position: fixed;
    width: 100%;
    padding: 10px 20px 22px 20px;
    left: 50%;
    bottom: 0;
    border-radius: 8px 8px 0 0;
    transform: translate(-50%, 100%);
    z-index: 100;
    background: #FFF;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 4%), 0 8px 32px 0 rgb(0 0 0 / 16%);
    transition: .3s;
}

.footer_registration.anime {
    transform: translate(-50%, 0);

}

.submit__button {
    position: relative;
}

.submit__button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 3px solid #707070;
    border-right: 3px solid #707070;
    transition: .3s;
}

.submit__button.active::after {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
}

.submit__button:hover {
    opacity: 0.8;
    transition: .2s;
}

.submit__button input {
    position: relative;
    display: flex;
    flex-shrink: 10;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 16px;
    background: #E7E8E9;
    color: #707070 !important;
    border-radius: 8px;
}

.submit__button.active input {
    background: #00ABEB;
    color: #FFF !important;
}

.submit__button.register {
    position: relative;
}

.submit__button.register.active input {
    border-radius: 40px;
    background: #FF5858;
    color: #FFF !important;
}

.submit__button.register svg {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    fill: #FFF;
    z-index: 1;
}










/*————————————————————————————————————————————————————————————————————————

    フッター

——————————————————————————————————————————————————————————————————————————*/
footer>.inner>ul.points {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background: #E5F3FF;
    box-sizing: border-box;
}

footer>.inner>ul.points>li.point_item {
    background: #FFF;
    width: calc((100% - 20px) / 3);
    min-width: 120px;
    height: 120px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

li.point_item>p.heading {
    font-size: 14px;
    font-weight: bold;
    color: #00ABEB !important;
    margin-bottom: 4px;
}

li.point_item>img {
    height: 40px;
}

li.point_item>p.yen {
    max-height: 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #FF6E6E !important;
}

li.point_item>p.yen>b {
    font-size: 40px;
}

li.point_item>p.sub {
    margin-top: 4px;
    font-size: 10px;
    text-align: center;
}

footer>.inner>.text>ul {
    padding: 20px;
}

footer>.inner>.text>ul>li {
    font-size: 10px;
    line-height: 2;
}

footer>.inner>.text>.copyright {
    padding: 10px 20px 20px;
    font-size: 10px;
    letter-spacing: 0.1rem;
    text-align: center;
}

.pc-footer_link {
    display: none;
}

@media screen and (max-width: 413px) {
    footer>.inner>ul.points>li.point_item {
        min-width: 110px;
    }

    li.point_item>p.heading {
        font-size: 13px;
    }
}

/* -------------------------------------------------------------------
*
*
*  374px以下用（スマートフォン用）の記述
*
*
* ---------------------------------------------------------------- */
@media screen and (max-width: 374px) {

    /* header */
    .header .logo {
        height: 40px;
    }

    .header .logo img {
        max-width: 190px;
    }

    .header h1 {
        height: 40px;
        font-size: 14px;
    }

    .prog-container>.inner>.text>p {
        font-size: 12px;
    }

    .prog-container>.inner>.text>p>b {
        font-size: 24px;
    }

    .nav-ul>.nav-li {
        width: 28px;
        height: 24px;
        font-size: 12px;
    }

    .nav-ul>.nav-li::after {
        border-left: 10px solid #E5F3FF;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }

    .nav-ul>.nav-li.active::after {
        border-left: 10px solid #6ECDF2;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }

    .horizonal.sec1 .nav-li:nth-child(1)::after,
    .horizonal.sec2 .nav-li:nth-child(2)::after,
    .horizonal.sec3 .nav-li:nth-child(3)::after,
    .horizonal.sec4 .nav-li:nth-child(4)::after,
    .horizonal.sec5 .nav-li:nth-child(5)::after,
    .horizonal.sec6 .nav-li:nth-child(6)::after {
        border-left: 10px solid #6ECDF2;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }

    .nav-ul>.fin_item {
        width: 64px;
        height: 24px;
        font-size: 12px;
    }

    .info-container>.announce>.inner>.text {
        padding: 0 12px 0 24px;
    }

    /* main */
    main>.inner {
        margin-top: 170px;
    }

    /* infomation-area */
    .info-container {
        padding: 10px 20px;
    }

    .info-container>.announce>.inner>.text>p {
        font-size: 10px;
        margin-bottom: 2px;
    }

    .info-container>.job_info>dl {
        margin-bottom: 4px;
    }

    .info-container>.job_info>dl>dt {
        padding: 2px 6px;
    }

    .info-container>.job_info>dl>dd {
        font-size: 11px;
    }

    .info-container>.job_info>.description {
        font-size: 11px;
    }

    /* 見出し */
    .h2>h2 {
        font-size: 14px;
    }

    .h2::before {
        height: 20px;
    }

    /* entry-form */
    .select__text__box>input {
        height: 48px;
        font-size: 14px;
    }

    .select__text__box>p.sub-text,
    .select__text__box>p.sub-text2 {
        font-size: 12px;
    }

    .entry-form .select__item.select>.pull_down_list,
    .entry-form .select__item.year>.pull_down_list,
    .entry-form .select__item.year>p,
    .entry-form .select__item.birthdate>.birthdate__container li select,
    .entry-form .select__item.birthdate>.birthdate__container li.text {
        font-size: 14px;
    }

    .select__text__box.address>input {
        padding-left: 40px;
    }

    .select__text__box.address::before {
        width: 14px;
        height: 14px;
        top: 24px;
        left: 15px;
    }

    /* accordion */
    .accordion-btn {
        font-size: 14px;
    }

    .accordion-target.list>.list__item>.list__item__inner {
        padding: 0 10px;
    }

    /* btn */
    .btn_area {
        margin: 30px 0;
    }

    .btn01 input {
        font-size: 14px;
    }

    .btn02 {
        font-size: 14px;
    }

    .btn03 svg {
        width: 16px;
        margin-left: -16px;
    }

    .btn03 input {
        font-size: 14px;
    }

    /* footer */
    footer>.inner>ul.points>li.point_item {
        min-width: 70px;
        height: 90px;
        width: fit-content;
        margin: 0 auto;
    }

    li.point_item>p.heading {
        font-size: 10px;
    }

    li.point_item>p.sub {
        line-height: 1.2;
    }

    li.point_item>p.yen {
        font-size: 12px;
    }

    li.point_item>p.yen>b {
        font-size: 24px;
    }

    li.point_item>img {
        height: 30px;
    }

    footer>.inner>.text>ul {
        padding: 10px 20px;
    }
}
/* ---------- footer ---------- */

#footer_image .footerInner {
    padding: 15px;
    color: white;
    background-color: #33aedc;
    font-size: x-small;
    font-family: auto;
    font-weight: 500;
    text-align: left;
}

#footer_image .footer_link {
    padding-bottom: 4px;
}

#footer_image .footer_link a {
    padding-right: 3px;
}

#footer_image .footer_copy small,
#footer_image .footer_link a {
    margin-bottom: 2%;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
}

#footer #company_txt .txt_inner p a {
    color: #fff;
}

.footer_copy {
    margin-top: 4px;
}

.footLink ul {
    text-align: center;
    line-height: 1;
}

.footLink li {
    display: inline;
    margin-right: 10px;
    white-space: nowrap;
}

.footLink li:last-child {
    margin-right: 0;
}

.footLink ul li a {
    color: #fff;
    font-size: 10px;
}


/* -------------------------------------------------------------------
*
*
*  ★980px以上用（PC用）の記述
*
*
* ---------------------------------------------------------------- */

@media screen and (min-width: 980px) {
    main {
        background: #E5F3FF;
    }

    main>.inner {
        margin: 0 auto;
        padding: 40px 0 120px;
        width: 640px;
    }

    /* main */
    .horizonal .main {
        height: 540px;
    }

    html {
        font-size: 70.5% !important;
    }


    /*————————————————————————————————————————————————————————————————————————

        プログレスバー(PC)

    ——————————————————————————————————————————————————————————————————————————*/
    .prog-container {
        background: #FFF;
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0px 4px 0px rgba(135, 174, 208, 0.2);
    }

    /*————————————————————————————————————————————————————————————————————————

        インフォメーションエリア(PC)

    ——————————————————————————————————————————————————————————————————————————*/
    .info-container {
        padding: 20px 0;
    }

    .info-container .info-item {
        width: 640px;
        margin: 0 auto;
    }

    .info-container>.job_info {
        margin-bottom: 20px;
        padding: 15px 40px;
        box-shadow: 0px 4px 0px rgb(135 174 208 / 20%);
    }

    .info-container>.job_info>dl {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        margin-bottom: 4px;
    }

    .info-container>.job_info>dl>dt {
        font-size: 12px;
        border-radius: 4px;
    }

    .info-container>.job_info>dl>dd {
        font-size: 20px;
        margin: 0;
    }

    .info-container>.job_info>.description {
        font-size: 14px;
    }

    .info-container>.announce>.inner {
        padding: 0 20px;
    }

    .info-container>.announce>.inner>.img {
        width: 20%;
        text-align: center;
    }

    .info-container>.announce>.inner>.img img {
        height: 80px;
    }

    .info-container>.announce>.inner>.text {
        height: 80px;
        border-radius: 8px;
        width: 90%;
    }

    .info-container>.announce>.inner>.text>p {
        font-size: 14px;
        line-height: 1.5;
    }

    .info-container>.announce>.inner>.text>p>b {
        font-size: 16px;
    }

    .info-container>.announce>.inner>.text>p br {
        display: none;
    }


    /*————————————————————————————————————————————————————————————————————————

        　エントリーフォーム部分(PC)

    ——————————————————————————————————————————————————————————————————————————*/
    .horizonal .sec {
        padding: 0;
    }

    .entry-form {
        background: #E5F3FF;
        border-radius: 8px;
        padding-bottom: 60px;
    }

    .entry-form__list {
        padding: 40px 40px 120px 40px;
        margin-left: calc(50% - 320px);
        margin-right: calc(50% - 320px);
        border-radius: 12px 12px 0 0;
        background: #FFF;
    }

    .btn_area {
        margin: 0 auto 40px;
        padding-bottom: 20px;
        background: #FFF;
        width: 640px;
        border-radius: 0 0 12px 12px;
    }

    .btn_area>.inner {
        margin: 0 auto;
        padding: 0;
        max-width: 400px;
    }

    .btn_area>.inner>.btn01.active:hover {
        opacity: 0.8;
        transition: .3s;
    }

    .accordion-target.list>.list__item>.list__item__inner>.select__item {
        width: calc((100% - 20px) / 3);
    }

    .accordion-target.list>.list__item>.list__item__inner>.select__item.year {
        width: 100%;
    }

    .entry-form .select__item {
        width: calc((100% - 20px) / 3);
    }

    .entry-form .select__item.year>.pull_down_list {
        width: 85%;
    }

    .entry-form .select__item.select::after,
    .entry-form .select__item.year::after {
        left: 94%;
    }

    .entry-form .select__item.year::after {
        left: 78%;
    }

    .entry-form .select__item.birthdate>.birthdate__container li.year::after,
    .entry-form .select__item.birthdate>.birthdate__container li.month::after,
    .entry-form .select__item.birthdate>.birthdate__container li.date::after {
        right: 15px;
    }

    /* 追従_送信ボタン */
    .footer_registration {
        width: auto;
    }

    .submit__button input {
        width: 640px;
    }




    /*————————————————————————————————————————————————————————————————————————

        フッター(PC)

    ——————————————————————————————————————————————————————————————————————————*/
    footer>.inner {
        width: 960px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        padding: 40px 0;
    }

    footer>.inner>ul.points {
        width: 40%;
        flex-shrink: 1;
    }

    footer>.inner>ul.points>li.point_item {
        min-width: 98px;
        height: 108px;
    }

    li.point_item>p.heading {
        font-size: 12px;
    }

    footer>.inner>.text {
        width: 60%;
        flex-shrink: 1;
    }

    footer>.inner>.text>ul>li {
        font-size: 12px;
        font-weight: 400;
    }

    footer>.inner>.text>.copyright {
        padding: 0 20px;
        font-size: 12px;
        text-align: left;
    }

    .pc-footer_link {
        position: relative;
        display: block;
        width: 100vw;
        border-top: solid 1px #E7E8E9;
        margin-top: 30px;
        padding-top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .pc-footer_link>ul {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .pc-footer_link>ul>li {
        position: relative;
    }

    .pc-footer_link>ul>li>a {
        font-size: 12px;
        font-weight: bold;
        color: #00A0E9;
        text-decoration: underline;
    }

    .pc-footer_link>ul>li>a:hover {
        opacity: .5;
        transition: .3s;
    }

    .pc-footer_link>ul>li::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -15px;
        transform: translateY(-50%) rotate(45deg);
        background: #00A0E9;
        width: 1px;
        height: 12px;

    }

    .pc-footer_link>ul>li:last-child::after {
        content: none;
    }
}



/* -------------------------------------------------------------------
*
*
*  PC・SP表示切替
*
*
* ---------------------------------------------------------------- */

.sp {
    display: block;
}

.pc {
    display: none;
}

@media screen and (min-width: 980px) {
    .sp {
        display: none;
    }

    .pc {
        display: block;
    }
}

/* -------------------------------------------------------------------
*
*
*  画面暗転強調
*
*
* ---------------------------------------------------------------- */
.background {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}
.show {
    opacity: 1;
    z-index: 100;
}

/* -------------------------------------------------------------------
*
*
*  ナビゲータ(手)
*
*
* ---------------------------------------------------------------- */
.navigate_hand {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 10000;
    transition: 0.8s;
    pointer-events: none;
}
.navigate_hand img {
    width: 60px;
}
@media screen and (min-width: 980px) {
    .navigate_hand {
      right: calc(50% - (100px / 2) - 290px);
    }
}