/* 日本語フォント：Zen Kaku Gothic New */
.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zen-kaku-gothic-new-medium {
    font-family: "Zen Kaku Gothic New", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.zen-kaku-gothic-new-bold {
    font-family: "Zen Kaku Gothic New", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* 英語フォント：Playwrite DE Grund*/
.playwrite-de-grund-thin {
    font-family: "Playwrite DE Grund", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.playwrite-de-grund-extralight {
    font-family: "Playwrite DE Grund", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.playwrite-de-grund-light {
    font-family: "Playwrite DE Grund", sans-serif;
    font-weight: 300;
}

.playwrite-de-grund-regular {
    font-family: "Playwrite DE Grund", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* レイアウト */
img {
    vertical-align: bottom;
}

.l-inner {
    background-color: #f0f8fa;
    padding-inline: 0;
}

.career__job-apply {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 4px;
    grid-template-columns: min(35px, 31.25%) auto;
    color: #fff;
    background-color: #53cde3;
    border-radius: 0 0 11px 0;
}
.career__job-apply:before {
    content: "";
    display: inline-block;
    background: url(../img/sh-icon-bl.png) no-repeat center / contain;
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
}
.career-detail-page__heading {
    position: relative;
}

.career-detail-page__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
    border-radius: 0 0 5px 5px;
    gap: 5px;
    padding: 15px;
}

.career-detail-page__name {
    display: block;
    font-size: clamp(1.188rem, -0.631rem + 9.09vw, 1.5rem);
    color: #0070b3;
    line-height: 1.46;
    text-align: center;
}

.career-detail-page__type {
    display: block;
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
    background-color: #0070b3;
    border-radius: 9999px;
    padding: 2px 8px 2px;
}

.career-detail-page__type--part {
    background-color: #66CCFF;
}

.career-detail__section-title {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #0070b3;
    line-height: 40px;
    text-align: center;
    height: 40px;
    background-color: #ceebf2;
}

.page__content {
    padding-top: 30px;
    padding-bottom: 58px;
    background-color: #f0f8fa;
}

.career-detail__requirements {
    position: relative;
    background-color: #ffffff;
}

.career-detail__requirements-list {
    padding: 30px 15px 0px 15px;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 50px;
}

.career-detail__requirements-item {
    display: grid;
    grid-template-columns: 20.3% 76.8%;
    gap: 10px;
    padding: 10px 0;
    border-bottom: #d3e4e8 1px solid;
}

.career-detail__requirements-item-label {
    font-size: 16px;
    color: #00a0e9;
    line-height: 1.5;
}
.career-detail__requirements-item-value {
    font-size: 16px;
    color: #0070b3;
    line-height: 1.5;
}

.job__description-category {
    display: block;
    font-size: 16px;
    color: #0070b3;
    line-height: 1.5;
    margin-left: -9px;
    margin-bottom: 10px;
}
.job__description-list {
    margin-top: 10px;
    margin-bottom: 15px;
}

.job__description-category + .job__description-list {
    margin-bottom: 0px;
}

.job__description-list-item {
    position: relative;
    padding-left: 9px;
}
.job__description-list-item::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 9.5px;
    background-color: #0070b3;
    border-radius: 50%;
}

/* 資格 */
.job__requirement + .job__requirement {
    margin-top: 15px;
}
.job__requirement-category {
    font-size: 16px;
    color: #0070b3;
    line-height: 1.5;
    display: block;
    margin-left: -9px;
    margin-bottom: 5px;
}

.job__requirement-status {
    font-size: 16px;
    color: #0070b3;
    line-height: 1.5;
    display: block;
    margin-bottom: 5px;
}

.job__requirement-note {
    font-size: 14px;
    color: #0070b3;
    line-height: 1.43;
    display: block;
    margin-bottom: 0px;
}

/* 給与 */
.job__salary {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #0070b3;
}
.job__salary-note {
    display: block;
    font-size: 14px;
    line-height: 1.43;
    margin-top: 10px;
}

/* 諸手当 */
.job__allowance-list-item {
    position: relative;
    padding-left: 9px;
}

.job__allowance-list-item::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 9.5px;
    background-color: #0070b3;
    border-radius: 50%;
}

/* 福利厚生 */
.job__benefit-list-item {
    position: relative;
    padding-left: 10px;
}
.job__benefit-list-item::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 9.5px;
    background-color: #0070b3;
    border-radius: 50%;
}

/* 保険 */
.job__insurance-list-item {
    position: relative;
    padding-left: 9px;
}

.job__insurance-list-item::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 9.5px;
    background-color: #0070b3;
    border-radius: 50%;
}

/* 勤務開始時期 */
.job__start {
    display: block;
}
.job__start-note {
    display: block;
    margin-bottom: 34px;
}

/* .career-detail__requirements::after {
  content: "";
  display: block;
  position: absolute;
  height: 50px;
  background-color: #f0f8fa;
  width: 100%;
  bottom: -50px;
  left: 0;
} */

.career-detail__requirements-item:last-of-type {
    border-bottom: none;
}

/* 面接地 */
.branch-details__institution-content {
    display: block;
}
/* レイアウト */

.branch__info {
    width: auto;
    padding: 15px 15px 10px 15px;
    background-color: #ffffff;
}

.branch__info-label {
    font-size: 20px;
    color: #0070b3;
    line-height: 2;
    letter-spacing: 0.04em;
}

.branch__info-img {
    width: 100%;
}
.branch__info-contact {
    margin-inline: 0;
}
.branch__info-contact-item {
    display: grid;
    grid-template-columns: 24.6% 72.4%;
    border-bottom: #d3e4e8 solid 1px;
    font-size: 16px;
    color: #0070b3;
    line-height: 1.38;
    gap: 0 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.branch__info-contact-item:last-child {
    border-bottom: none;
}

.branch__info-contact-item > dt {
    grid-column: 1;
    grid-row: 1 / -1; /* 全行にまたがる */
    position: relative;
}

.branch__info-contact-item > dd {
    grid-column: 2; /* ブラウザのデフォルト余白を消す */
}

/* dtの設定 */
.branch__info-contact-title {
    font-size: 16px;
    color: #0070b3;
    line-height: 1.5;
    position: relative;
}

/* 電話番号 */
.branch__info-contact-title-tel {
    position: relative;
}

.branch__info-hours {
    font-size: 12px;
    line-height: 1.67;
}
.branch__info-closed {
    font-size: 12px;
    line-height: 1.67;
}

/* 駐車場 */
.branch__info-contact-title-parking {
    position: relative;
}

/* アクセス */
.branch__info-contact-title-access {
    position: relative;
    line-height: 1.5;
    font-size: 16px;
}

/* google map */
.branch-details__institution-map {
    aspect-ratio: 375/400;
    margin-top: 0;
    margin-left: 0;
}
.branch-details__institution-map iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 375/400;
}

/* 似た条件の応募 */
.career__requirements {
    background-color: #cff0f8;
    padding-block: 52px;
    overflow-x: hidden;
}
.c-section-title--ja {
    font-size: 28px;
    line-height: 1.43;
    color: #0070b3;
    display: block;
    background: linear-gradient(to right,rgba(255, 255, 255, 0) 0%, #fff 23.6%, #fff 76.4%, rgba(255, 255, 255, 0) 100%);
    height: auto;
    text-align: center;
}

.c-section-title--en {
    display: block;
    font-size: 12px;
    line-height: 1.33;
    color: #0070b3;
    margin-top: 13px;
    margin-bottom: 0;
    text-align: center;
    background-color: #cff0f8;
}

.career__requirements-content {
    background-color: #cff0f8;
}

.career__filters {
    width: 100%;
    height: auto;
    position: relative;
}
.career__filter-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    background-color: #f0f8fa;
    padding-block: 30px;
}
.filter-dialog {
    position: absolute;
    top: 0;
    border: none;
    width: 100%;
    max-width: none;
    max-height: none;
    padding: 0 var(--space-inline-sp);
    margin: 0;
    color: var(--color-primary);
    background-color: #f0f8fa;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
.career__filter-button {
    display: grid;
    grid-template-columns: 15px auto;
    align-items: center;
    gap: 6px;
    color: #fff;
    background-color: #0070b3;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 130px;
    border-radius: 27px;
    padding: 10px 25px 12px;
    margin: 0 auto;
    margin-top: 15px;
    flex-shrink: 0;
}
.career__filter-button:before {
    content: "";
    display: inline-block;
    background: url(../img/Icon_filter.svg) no-repeat center / contain;
    width: 15px;
    height: 14px;
    margin-top: 2px;
}
.career__filter-group {
    position: relative;
    text-align: left;
    width: 100%;
    max-width: 345px;
    height: 42px;
    margin-bottom: 5px;
}
.career__filter-group:before,
.career__filter-group:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 20px;
    height: 20px;
    pointer-events: none;
}
.career__filter-group:before {
    background: #E9F5F8;
    background-size: 100%;
    border-radius: 50%;
}
.career__filter-group:after {
    background: url(../img/chevon-bottom.svg) no-repeat center;
    background-size: 40%;
    filter: brightness(0) saturate(100%) invert(30%) sepia(66%) saturate(1871%)
        hue-rotate(179deg) brightness(91%) contrast(103%);
}
.career__filter-group:hover {
    opacity: 0.8;
}
.career__filter-select {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 14px;
    padding-inline: 16px;
    border-radius: 23px;
    border: solid 1px #d3e4e8;
    transition: 0.3s opacity;
    cursor: pointer;
}
.career__filter-select option,
.career__filter-select optgroup {
    background-color: #F2F2F2;
}

/*スクロールできます */
.career__scroll-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 2;
    color: #0070b3;
    background-color: #e9f5f8;
    gap: 5px;
    width: 168px;
    border-radius: 9999px 0 0 9999px;
    align-self: flex-end;
    margin-left: auto;
    margin-top: 15px;
}

.career__scroll-hint::after {
    content: "";
    display: inline-block;
    background-image: url(../img/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 4px;
}

/* 求人カード */
.swiper-career {
    padding-inline: 15px;
    margin-top: 5px;
}
.career__job-list {
    display: flex;
    margin-left: 15px;
}
.career__job-card {
    flex: 0 0 300px;
    background-color: #fff;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 112, 179, 0.15);
}
.career__job-header {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 5px;
}
.career__job-title {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.04em;
    padding-right: 5px;
}
.career__job-badge {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding-top: 14px;
}
.career__job-badge--full-time {
    background-color: #0070b3;
    border-radius: 13px;
    padding: 1px 8px 2px 8px;
}
.career__job-badge--part-time {
    background-color: #66ccff;
    border-radius: 13px;
    padding: 1px 8px 2px 8px;
}
.career__job-details {
    height: 418px;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.career__job-detail-item {
    font-family: "Zen Kaku Gothic New", sans-serif;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.career__job-detail-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}
.career__job-detail-value {
    font-size: 14px;
    text-align: left;
    width: 190px;
    line-height: 1.57;
}
.career__job-requirement {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.career__job-requirement + .career__job-requirement {
    margin-top: 14px;
}
.career__job-requirement-category {
    font-weight: 500;
}
.career__job-actions {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: space-between;
    height: 50px;
}
.career__job-link {
    display: grid;
    place-content: center;
    width: 50%;
    height: 50px;
    color: #fff;
    background-color: #0070b3;
    border-radius: 0 0 0 11px;
}
.career__job-apply {
    width: 50%;
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 4px;
    grid-template-columns: min(35px, 31.25%) auto;
    color: #fff;
    background-color: #53cde3;
    border-radius: 0 0 11px 0;
}
.career__job-apply:before {
    content: "";
    display: inline-block;
    background: url(../img/sh-icon-bl.png) no-repeat center / contain;
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
}
.career__bottom-nav-links-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}
.career__bottom-nav-links {
    display: grid;
}
.career__bottom-nav-link {
    width: 100%;
    border-radius: 0;
    font-weight: 500;
    font-size: 18px;
    height: 50px;
}
.career__bottom-nav-link:hover {
    opacity: 1;
}

/*  768px〜1366px*/
@media (min-width: 768px) {
    .main {
        background: none;
    }

    body {
        background-color: #f0f8fa;
    }

    .l-inner {
        padding-inline: var(--space-inline-pc);
    }

    .career-detail-page {
        margin-top: 120px;
    }
    /* 全体の幅1200pxまで */
    .pc-inner {
        max-width: 1200px;
        margin: 0 auto;
    }

    /* 画面下端応募するボタン */
    .career__job-apply-fixed {
        display: none;
    }

    .career-detail-page__heading {
        width: 91.67%;
        justify-self: center;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .career-detail-page__heading-img {
        border-radius: 20px;
    }

    .career-detail-page__title {
        padding: 20px 30px;
        border-radius: 0 0 10px 10px;
        gap: 10px;
    }

    .career-detail-page__name {
        font-size: 32px;
        line-height: 1.4375;
    }

    .career-detail-page__type {
        font-size: 12px;
        line-height: 22px;
    }

    /* 募集要項　面接地 */

    /* グリッド組 */
    .page__content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
    }

    /* 募集要項 */

    .career-detail__requirements {
        border-radius: 10px;
    }

    .career-detail__section-title {
        line-height: 50px;
        height: 50px;
        border-radius: 10px 10px 0 0;
    }

    .career-detail__requirements-list {
        padding: 30px 40px;
        margin-bottom: 0px;
        border-radius: 10px;
    }

    .job__start-note {
        margin-bottom: 30px;
    }

    .branch__info {
        padding: 15px 40px 20px;
    }

    /* 面接地 */
    /* google map */
    .branch-details__institution-map {
        width: 100%;
        aspect-ratio: 590/400;
    }
    .branch-details__institution-map iframe {
        width: 100%;
        height: 100%;
        aspect-ratio: 590/400;
    }

    /*似た条件の応募  */

    .career__requirements {
        margin-top: 142px;
        padding-block: 101px;
    }

    .c-section-title--ja {
        font-size: 40px;
        line-height: 58px;
        height: auto;
    }

    .c-section-title--en {
        font-size: 16px;
        line-height: 28px;
    }

    /*絞り込みセクション  */
    
    .career__filters {
        max-width: 1100px;
        height: auto;
        margin: 0 auto;
        margin-bottom: 24px;
    }
    .career__filter-flex {
        flex-direction: unset;
        gap: 5px;
        align-items: center;
        padding: 19px min(64px, 4.685vw);
        border-radius: 10px;
        margin-top: 40px;
    }
    .career__filter-button {
        margin-top: 0;
    }
    .career__filter-group {
        max-width: 275px;
        margin-bottom: 0;
    }
    .career__filter-title {
        display: none;
    }
    .swiper-career {
        margin-top: 15px;
    }
    /* 求人カード */
    .career__job-list {
        margin-left: 0;
    }
    .career__bottom-nav-links-wrapper {
        width: auto;
    }
    .career__bottom-nav-links {
        width: fit-content;
        grid-template-columns: 200px;
    }
    .career__bottom-nav-link {
        width: 100%;
        border-radius: 0;
        font-weight: 500;
        font-size: 18px;
        padding-top: 2px;
    }
    .career__bottom-nav-link.career__job-apply {
        border-radius: 20px 0 0 0;
    }
    .bottom-banners-wrapper {
        margin-top: 0;
    }
}
