@charset "utf-8";
/*
Theme Name: 岸徳 医師採用サイト
*/

/* ここからindex.html */

h2 {
    text-wrap: wrap;
}

body.on {
    overflow: hidden;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

footer {
    border-top: 1px solid #cacaca;
    position: sticky;
    top: 100vh;
    width: 100%;
    padding: 1rem 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999999;
    border-bottom: 1px solid #838383;
    height: 5rem;
}

.headerNav {
    display: flex;
    justify-content: space-between;
    width: 90%;
}


.headerNav ul {
    display: flex;
    align-items: center;
    width: 25%;
    padding: 0.5rem 0;
    justify-content: space-between;
    font-size: large;
}

.headerNav ul li {
    display: flex;
    align-items: center;
}

.headerNav ul li a {
    position: relative;
}

.headerNav ul li a::after {
    position: absolute;
    content: "";
    bottom: -0.5em;
    left: 0;
    width: 0;
    height: 1.5px;
    background-color: #333;
    transition: all 0.2s;
}

.headerNav ul li a:hover::after {
    width: 100%;
}

.headerNav ul li img {
    display: none;
}

.navBoxFirst {
    display: flex;
    align-items: center;
}

.navBoxFirst h1 a,
footer nav ul li a {
    width: 250px;
    display: block;
}

.navBoxFirst h1 a img {
    width: fit-content;
}

.navBoxFirst p {
    font-size: 16px;

}

.breadcrumbs {
    margin: 20px auto 0;
}

.breadcrumbs a {
    font-size: .8rem;
    text-decoration: underline;
    color: #7c7c7c;
}

.breadcrumbs span {
    font-size: .8rem;
    position: relative;
    bottom: 1px;
}

/* ここからハンバーガーメニュー */

.toggleMenuButtonHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99999999999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.8rem;
    display: none;
}

.toggleMenuButtonHeaderLeft {
    display: flex;
    align-items: center;
}


.toggleMenuButtonHeader img {
    width: 90%;
    max-width: 168px;

}

.toggleMenuButton {
    aspect-ratio: 1/1;
    background-color: transparent;
    padding: 0;
    border: none;
    width: 37px;
}

.toggleMenuButton span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    position: relative;
    transition: all 0.5s;
}

.toggleMenuButton span::before,
.toggleMenuButton span::after {
    content: "";
    display: block;
    background-color: #333;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 15px;
    left: 0;
    transition: all 0.3s;
}

.toggleMenuButton span::after {
    top: -15px;
}

.toggleMenuButton.on span {
    background-color: transparent;
}

.toggleMenuButton.on span::before {
    transform: translateY(calc(-50% + -15px)) rotate(210deg);
}

.toggleMenuButton.on span::after {
    transform: translateY(calc(-50% + 15px)) rotate(-210deg);
}

/* ここまでハンバーガーメニュー */

/* ここからindex.html */

.firstView h2 {
    padding: 2rem 0 2rem 2rem;
    background-color: #508061;
    color: #fff;
    margin-top: 5rem;

}

.sixtyfiveWrap {
    width: 65%;
    max-width: 1200px;
    margin: 0 auto;
    color: #333333;
    font-size: 18px;
}

.howItWorkInner h2 {
    font-size: clamp(30px, 5vw, 1.8rem);
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 1.5em 0;
}

.howItWorkInner h2::after {
    position: absolute;
    width: 2em;
    height: 3px;
    content: "";
    bottom: 20%;
    left: 50%;
    background-color: rgb(133, 133, 133);
    transform: translateX(-50%);
}

.howItWorkInner {
    padding-bottom: 5em;
}

.categoryWrap {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 800px;
}

.categoryLinkButton {
    border: 4px solid #2185c5;
    border-radius: 10px;
    width: calc(90% / 2);
    position: relative;
}

.categoryLinkButton a {
    position: absolute;
    /* top: 50%;
    left: 50%; */
    /* width: calc(100% + 8px);
    height: calc(100% + 8px); */
    /* transform: translate(-50%,-50%); */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
}

.categoryLinkButton:hover {
    opacity: .7;
    transition: all 0.2s;
}

.categoryLinkButton:nth-child(2) {
    border: 4px solid #508061;
}

.categoryLinkButton:nth-child(2) h3 {
    color: #508061;
}

.categoryLinkButton:nth-child(3) {
    border: 4px solid #508061;
}

.categoryLinkButton:nth-child(3) h3 {
    color: #508061;
}

.categoryLinkButton img {
    width: 60%;
    margin: 0 auto;
    padding: 3em 0 4em;
}

.categoryLinkButton h3 {
    text-align: center;
    padding-bottom: 3em;
    color: #2185c5;
    font-size: clamp(16px, 4vw, 1.5rem);
}

#fullTimeEmploymentSection h2 {
    margin: 5rem auto;
}

#fullTimeEmploymentSection h2 span {
    padding-left: 2rem;
    position: relative;
}

#fullTimeEmploymentSection h2 span::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 0.15em;
    background-color: #f6678e;
    height: 2.25em;
    transform: translate(0.2em, -50%);
}

.recruteButtonWrap {
    margin: 0 auto 15rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, 36em);
    justify-content: space-between;
    row-gap: 5rem;
}

.recruteButtonChild {
    display: flex;
    position: relative;
    border: 1px solid #9c9c9c;
    align-items: center;
}

.recruteButtonChild a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.recruteButtonChild h3 {
    text-align: center;
    width: 100%;
    position: relative;
}

.recruteButtonChild h3::after {
    position: absolute;
    content: "";
    width: 1em;
    height: 1em;
    display: block;
    top: 0;
    right: 1em;
    background-image: url(img/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.recruteButtonChild p {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f6678e;
    padding: 0.5rem 2rem;
    color: #fff;
}

.contact {
    display: flex;
    /* height: 40svh; */
    background-image: url(img/footerInformation.jpg);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

footer nav {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}

footer nav ul:nth-child(2) {
    display: flex;
    align-items: end;
    width: 60%;
}

footer nav ul:nth-child(2) li:nth-child(2) {
    padding-left: 2em;
}

footer nav p {
    font-size: 18px;
    width: fit-content;
    margin-left: auto;
}

footer nav ul {
    display: flex;
    align-items: center;
}

/* ここまでindex.html */
/* ここからpartTimeList.html */

.partTimeFirstview h2 {
    background-color: #2185c5;
}

.explanationOfRecruiteChild {
    align-items: center;
    background-color: #fff;
    padding: 1em 0;
}

.numberOfRecruite.partitimenumberOfRecruite p span {
    color: #2185c5
}

.explanationOfRecruiteChild span {
    display: block;
}

.explanationOfRecruiteBox {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    border: solid 1.5px #333;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    align-items: center;
}

.explanationOfRecruiteBoxTitle {
    width: 68%;
}

.explanationOfRecruiteChild h2 span {
    font-size: 1rem;
}

.fullDetailsAncor {
    color: #fff;
    font-size: clamp(18px, 3.5vw, 28px);
    background-color: #e99c23;
    display: flex;
    flex-direction: column;
    padding: 0.25em 0.25em;
    position: relative;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    max-height: 3em;
    min-width: 300px;
}

.fullDetailsAncor::after {
    position: absolute;
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    top: 50%;
    right: 1em;
    display: block;
    transform: translate(0, -50%);
    background-image: url(img/triangle.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
}

.fullDetailsAncor:hover::after {
    transform: translate(25%, -50%);
}

/* ここまでpartTimeList.html */
/* ここからpartTimeDiteal.html */

.explanationOfRecruiteChildInner {
    width: 90%;
    margin: 0 auto;
    padding: 1em 0;
}

.partTimeDiteal {
    display: block;
}

.explanationOfRecruiteDitealChild {
    border: solid 1px #333;
}

.explanationOfRecruiteDitealTitle {
    background-color: #caffff;
    width: 100%;
    padding: 1rem 0;
}

.explanationOfRecruiteDitealTitleInner {
    margin: 0 auto;
    width: 90%;
}

.explanationOfRecruiteDitealChild p {
    font-size: 15px;
}

.partTimeDiteal .imgWrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.partTimeDiteal .imgWrap img {
    width: 47%;
}

.detailContent {
    width: 100%;
    padding-left: 0;
}

.detailContent h4 {
    padding-top: 2em;
    color: #2185c5;
    font-size: 22px;
    border-bottom: solid #2185c5 1px;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

.ditealInner {
    margin: 2rem 0;
}

/* ここまでpartTimeDiteal.html */

/* ここからspotList.html */

.title.spotTitle {
    background: linear-gradient(to right, #84c98b, #508061);
}

/* ここまでspotList.html */
/* ここからspotDiteal.html */
.spot h4 {
    color: #508061;
    border-bottom: #508061 solid 1px;
}

.explanationOfRecruiteDitealTitle.spotTitleInner {
    background-color: #b2ecc6;
}

.detailContent.spotDiteal h4 {
    color: #508061;
    border-bottom: 1px solid #508061;
}

/* ここまでspotDiteal.html */

/* ここから共通ページ */

.responsiveInner {
    display: none;
}

.numberOfRecruite span {
    font-size: 38px;
    padding: 0 0.5rem;
    color: #508061;
    font-weight: bold;
}

/* ここまで共通ページ */

@media(max-width:1606px) {

    /* ここからindex.html */

    .firstView h2 {
        top: 60%;
        width: 100%;
        left: 55%;
        margin-top: 5rem;
    }

    /* ここまでindex.html */
    /* ここからpartTimeList */

    .explanationOfRecruiteChildInner {
        display: block;
    }

    .explanationOfRecruiteChildInner img {
        width: 100%;
    }

    .explanationOfRecruiteChildInformation {
        width: 100%;
    }

    .explanationOfRecruiteChildInformation h3 {
        padding-top: 3rem;
    }

    .explanationOfRecruiteChildInformation {
        padding-left: 0;
    }

    /* ここまでpartTimeList */

}


@media(max-width:1025px) {

    /* ここから共通 */
    .firstView {
        max-height: 375px;
        overflow: hidden;
        /* padding-top: 4rem; */
    }

    .firstView h2 span {
        display: block;
        font-size: 20px;
    }

    .firstView img:nth-child(1) {
        display: none;
    }

    .firstView img:nth-child(2) {
        display: block;
    }

    .toggleMenuButtonHeader {
        display: flex;
    }

    header {
        transform: translateX(100%);
        transition: all 0.5s;
        min-height: 100vh;
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(10px);
        border-bottom: 0 solid #838383;
    }

    header.on {
        transform: translateX(0);
    }

    .headerNav {
        display: flex;
        width: 100%;
        height: 100vh;
    }

    .headerNav ul {
        width: 100%;
        display: flex;
        height: 30%;
        flex-direction: column;
        margin: 40vh 0 0;
    }

    header nav ul li h1 img {
        width: 80%;
    }

    .navBoxFirst {
        display: none;
    }

    .headerNav ul li {
        font-size: 50px;
        width: 70%;
        justify-content: space-between;
        max-width: 450px;
    }

    .headerNav ul li a {
        display: block;
        border-bottom: 4px solid #2185c5;
    }

    .headerNav ul li:nth-child(2) a {
        border-bottom: 4px solid #508061;
    }

    .headerNav ul li:nth-child(3) a {
        border-bottom: 4px solid #7f7f7f;
    }


    .headerNav ul li img {
        display: block;
        width: 1.5em;
    }

    footer nav {
        width: 95%;
        align-items: center;
    }

    footer nav ul li img {
        width: 80%;
    }

    footer nav ul:nth-child(1),
    footer nav ul:nth-child(2) {
        padding-left: 0;
    }

    footer nav ul:nth-child(2) {
        display: block;
    }

    footer nav ul:nth-child(2) li:nth-child(2) {
        padding-left: 0;
    }

    .sixtyfiveWrap {
        width: 90%;
    }

    /* ここまで共通 */
    /* ここからindex.html */

    .howItWorkInner {
        padding-bottom: 0;
        padding-top: 10vh;
    }

    .ditealInner {
        margin-top: 2rem;
    }

    /* ここまでindex.html */
    /*  ここからlist.html */

    .title {
        padding-top: 4rem;
    }

    .titleSentence {
        padding-left: 0;
        margin: 0 auto;
    }

    .titleInner {
        width: 100%;
    }

    .titlePCImg {
        width: 50%;
    }

    .titleSentence h2 {
        margin: 0 auto;
    }

    .explanationOfRecruiteChildInner {
        display: block;
    }

    .explanationOfRecruiteChildInner img {
        width: 100%;
    }

    .explanationOfRecruiteChildInformation {
        width: 100%;
    }

    .explanationOfRecruiteChildInformation h3 {
        padding-top: 1rem;
    }

    .explanationOfRecruiteChildInformation {
        padding-left: 0;
    }

    .explanationOfRecruiteChild h2 span {
        padding-left: 0;
        padding-top: 1em;
        display: block;
    }

    /*  ここまでlist.html */

    /* ここからdetail.html */

    .explanationOfRecruiteChildInner.partTimeDiteal img {
        width: 100%;
    }

    /* ここまでdetail.html */

    @media(max-width:820px) {

        .howItWorkInner {
            padding-top: 3vh;
        }

        .explanationOfRecruiteChild span {
            font-size: 13px;
        }

        .explanationOfRecruiteBox {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .explanationOfRecruiteChild span {
            padding-bottom: 1rem;
        }

        .explanationOfRecruiteBoxTitle {
            width: 100%;
        }

        .explanationOfRecruiteBoxTitle h2 {
            padding-bottom: 1rem;
        }

        .fullDetailsAncor {
            margin: 0 auto;
            width: 70%;
        }

        .categoryLinkButton {
            width: 45%;
        }

        .categoryLinkButton img {
            padding: 2.5rem 0 2.5rem;
        }

        .categoryLinkButton h3 {
            padding-bottom: 2.5rem;
        }

    }

    @media(max-width:430px) {

        /* ここから共通 */

        .headerNav ul li {
            font-size: 30px;
        }

        .firstView h2 {
            padding: 2rem 0 2rem 1rem;
            margin-top: 4rem;
        }

        .categoryLinkButton {
            width: 47.5%;
        }

        .howItWorkInner h2 {
            margin: 40px auto 20px;
            padding: 0.8em 0;
        }

        .firstView h2 br {
            display: block;
        }

        .contactInner p {
            padding-bottom: 1em;
        }

        .howItWorkInner {
            padding-top: 0;
            padding-bottom: 0;
        }

        .categoryLinkButtonInner {
            align-items: center;
            justify-content: space-between;
            width: 100%;
            margin: 0 auto;
        }

        .categoryLinkButton img,
        .categoryLinkButton:nth-child(2) img {
            width: 100px;
            margin: 0;
            padding: 1.5rem 0 1.5rem;
            margin: 0 auto;
        }

        .categoryLinkButton h3 {
            padding: 0 0 1em 0;
        }

        .categoryLinkButton {
            margin: 0 auto 51px;
        }

        footer nav {
            display: block;
        }

        footer nav ul li img {
            margin: 0 auto;
        }

        footer nav ul:nth-child(2) {
            width: 100%;
            text-align: center;
        }

        footer nav p {
            width: 100%;
            text-align: center;
        }


        footer nav ul {
            display: block;
            align-items: center;
        }

        footer nav ul:nth-child(1) {
            display: flex;
            flex-direction: column;
        }


        /* ここからlist.html */

        .titlePCImg {
            display: none;
        }

        .titleLesponsiveImg {
            display: block;
        }

        .titleInner {
            display: block;
            position: relative;
        }

        .titleInner .titleSentence {
            position: absolute;
            background-color: transparent;
            top: 70%;
            left: 10%;
        }

        .explanationOfRecruiteChild h2 {
            padding: 0.5em 0.5em 0.5em 1em;
        }

        .explanationOfRecruiteChild h2 span {
            white-space: pre-wrap;
            line-height: 1.5em;
        }

        .fullDetailsAncor {
            margin: 0 auto;
            width: 90%;
        }

        @media(max-width:375px) {
            .howItWorkInner h2 {
                margin: 20px auto 20px;
            }

            .sixtyfiveWrap {
                width: 95%;
            }
        }
    }
}


/* WordPress ページネーション */
/* 真ん中に設置*/
.pagination {
    text-align: center;
}

/* 横並びにする*/
.nav-links .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* ページタブの共通スタイル*/
.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: #999;
    border-radius: 50%;
    margin-right: 25px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #999;
}

/* マウスが乗った時の、ボタンの背景の色と文字の色*/
.nav-links a.page-numbers:hover {
    color: #FFF;
    background-color: #999;
    border-color: #999;
    border-radius: 50%;
}

/* 現在のページのタブ */
.nav-links .current {
    background: #999;
    color: #FFFFFF;
    padding: 0;
}

/* 前への「＜」、次への「＞」 */
.nav-links a.prev,
.nav-links a.next {
    border: 1px solid #999;
    color: #999;
    position: relative;
}

/*「次へ」の前の縦線位置*/
.nav-links .next::before {
    left: -15px;
}

/*「前へ」の後の縦線位置*/
.nav-links .prev::after {
    right: -15px;
}

/* 数字省略の「・・・」*/
.nav-links .dots {
    background: transparent;
    border: none;
}


/* ☆☆☆☆メールフォーム */

#mailform {
    margin: 20px auto 40px;
    max-width: 800px;
    color: #555;
}

.mailform_mi h2 {
    text-align: center;
}

/* メールフォーム初期cssリセット */
#mailform input,
#mailform button,
#mailform select,
#mailform textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

#mailform textarea {
    resize: vertical;
}

/*
#mailform input[type='checkbox'],
#mailform input[type='radio'] {
   display: none; 
}
   */

#mailform input[type='radio'],
#mailform input[type='submit'],
#mailform input[type='button'],
#mailform label,
#mailform button,
#mailform select {
    cursor: pointer;
}

/*
#mailform select::-ms-expand {
  display: none; 
}
  */

/* ↑初期リセットここまで */

.form_label_div {
    margin-bottom: 4px;
}

.mail_label {
    font-weight: bold;
    font-size: 20px;
}

.form_required {
    color: #fff;
    background: #F45D5D;
    padding: 2px 8px;
    font-size: 14px;
}

.form_item {
    margin-bottom: 14px;
}

#mailform input {
    border-bottom: 2px solid #BABABA;
    width: 100%;
}

#mailform input::placeholder,
#mailform textarea::placeholder {
    color: #BABABA;
}

#mailform #tel_div input {
    width: calc(100%/3);
    border: 2px solid #BABABA;
}

#tel_div .mwform-tel-field {
    display: flex;
    font-size: 28px;
}

#mailform #toi_name textarea {
    border: none;
    border-bottom: 2px solid #BABABA;
    height: auto;
    max-height: 60px;
    field-sizing: content;
    -webkit-field-sizing: content;
    resize: none;
}

#renraku {
    /* border-bottom: 2px solid #BABABA; */
    padding-bottom: 10px;
}

#renraku input {
    width: 30px;
    height: 30px;
    border: 2px solid #333;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
}

#renraku input[type="radio"]:checked::after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #333;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#renraku .mwform-radio-field-text {
    vertical-align: middle;
}

#mailform textarea {
    border: 2px solid #BABABA;
    width: 100%;
    height: 250px;
}

#mailform .form_btn_box {
    margin: auto;
    text-align: center;
}

#mailform .form_btn_box input {
    width: 80%;
    max-width: 300px;
    border: none;
    background: #555;
    color: #fff;
    font-size: 28px;
    padding: 8px 0;
    border-radius: 6px;
}

#mailform .parttime_toi input {
    background: #2185c5;
}

#mailform .spot_toi input {
    background: #508061;
}

/* 送信後　トップに戻る */
.return_ishi {
    margin-top: 40px;
}

.return_ishi a {
    display: block;
    color: #fff;
    background: #999;
    text-align: center;
    width: 80%;
    max-width: 300px;
    padding: 14px;
    margin: 0 auto;
    border-radius: 10px;
}

.return_ishi a:hover {
    opacity: .7;
}

/* 問い合わせボタン */
.contact {
    padding: 60px 20px;
}
.con_text {
    font-weight: bold;
    font-size: clamp(1.6rem, 1.382rem + 1.09vw, 2.2rem);
    color: #ffd41d;
    margin-bottom: 20px;
    text-align: center;
}

.contact_btn {
    background: #ffd41d;
    color: #333;
    font-weight: bold;
    font-size: clamp(2rem, 1.2rem + 4vw, 4.2rem);
    letter-spacing: 10px;
    line-height: 1;
    max-width: 1200px;
    width: 100%;
    padding: 60px 20px;
    border-radius: 10px;
    display: block;
    text-align: center;
    position: relative;
}

.contact_btn:hover {
    background: #f79b21;
    color: #fff;
    transition: .3s;
}

.contact_btn::before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Free";
    font-size: clamp(1.8rem, -0.455rem + 11.27vw, 8rem);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -160px;
}

.contact_btn::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-size: 2rem;
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width:760px) {

    .contact_btn { 
        letter-spacing: 2px;
    }
    .contact_btn::before {
        margin-left: -100px;
    }
}

@media(max-width:500px) {
    .contact_btn::before {
        margin-left: -50px;
    }
}