@charset "UTF-8";

/* ------------------------------------------
    共通
------------------------------------------ */
/* reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
    border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
th, td {
  padding: 0;
  text-align: left;
  vertical-align: top;
  border: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* html,body */
html {
    font-size: 18px;
    /* 文字サイズ自動調整をOFF */
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
@media (max-width: 900px) {
    /*画面幅 900 以下の場合*/
    html {
        font-size: 17px;
    }
}
body {
    background: url(assets/img/careers/deco1_1.png) no-repeat right top /803px 169px;
    /* font-feature-settings: "palt"; */
    font-size: 1rem;
    line-height: 2;
    /* font */
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400; /* 文字の太さ */
    font-style: normal;
}
body a {
    color: #0099cc;
}
@media (max-width: 900px) {
    /*画面幅 900 以下の場合*/
    body {
        background-position: right -420px top;
        background-size: 642px 135px;
    }
}

/* header */
header {
    position: relative;
    width: 100vw;
    z-index: 100;
}
header .wrap {
    max-width: 1050px;
    margin: 0 auto 60px;
    padding: 20px 15px 0;
}
header h1 {
    padding: 0;
}
header h1 a {
    display: block;
    width: 328px;
    height: 49px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    background-image: url(assets/img/careers/logo.png);
    background-size: contain;
}
header .menu {
    display: flex;
    position: fixed;
    right: 0;
    top: 0;
}
header .menu a {
    display: block;
    padding: 25px 50px;
    text-decoration: none;
    color: #000;
    background: #fff100;
    line-height: 1;
    flex-grow:1;
}
header .menu a:first-child {
    border-bottom-left-radius: 10px;
    background: #d3e7f0;
}
header .menu a:hover {
    background: #ffc600;
}
header .menu a:first-child:hover {
    background: #66ccff;
}
@media (max-width: 900px) {
    /*画面幅900以下の場合*/
    header .wrap {
        padding: 0;
        margin-bottom: 30px;
    }
    header h1 {
        padding: 20px 15px 20px;
    }
    header h1 a {
        width: 245px;
        height: 37px;
    }
    header .menu {
        position: relative;
    }
    header .menu a {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        font-size: 16px;
        font-weight: 500;
    }
    header .menu a:first-child {
        border-radius: 0
    }
    header.fixed .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }
    header.fixed {
        padding-bottom: 66px;
    }
}

/*footer*/
footer {
    margin: 0;
    padding: 90px 10px 250px;
    background-image: url(assets/img/careers/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
footer .address {
    max-width: 1050px;
    margin: 0 auto;
}
footer .address .hosp a {
    display: block;
    margin: 0 0 15px;
    width: 283px;
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    background-image: url(assets/img/careers/logo_hosp.png);
    background-size: contain;
    background-repeat: no-repeat;
}
footer .address p {
    font-size: 17px;
}
@media (max-width: 900px) {
    footer {
        padding: 90px 10px 180px;
        background-size: contain;
        background-position: bottom;
    }
    footer .address .hosp a {
        width: 201px;
        height: 43px;
        margin: 0 auto 6px;
    }
    footer .address p {
        font-size: 12px;
        text-align: center;
    }
}
@media (max-width: 700px) {
    footer {
        padding: 90px 10px 120px;
    }
}

/* table */
table {
    font-size: 17px;
    border-bottom: dotted 1px #000;
}
table tr {
    border-top: dotted 1px #000;
}
table th {
    padding: 10px 30px;
    width: 150px;
    font-weight: normal;
    border: none;
}
table td {
    padding: 10px 30px;
    border: none;
}
table.small th {
    padding: 10px 15px;
    width: 150px;
    font-size: 16px;
}
table.small td {
    padding: 10px 0;
}
@media (max-width: 900px) {
    table {
        font-size: 15px;
    }
    table th {
        padding: 10px 5px;
        width: 100px;
    }
    table td {
        padding: 10px 0px;
    }
    table.small th {
        font-size: 15px;
        padding: 10px 5px;
        width: 120px;
    }
}

/* ul */
ul li {
    position: relative;
    padding-left: 15px;
}
ul li::before {
    display: block;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0.9em;
}

/* button */
.btn {
    display: block;
    padding: 15px;
    border: solid 1px #0099cc;
    background: #fff;
    border-radius: 2em;
    text-decoration: none;
    text-align: center;
}
.btn:hover {
    background: #d3e7f0;
}


/* ------------------------------------------
    HOME
------------------------------------------ */

.home_cover {
    position: relative;
    width: 100vw;
    margin: 0 0 120px;
}
.home_cover .message {
    width: 100%;
    padding-top: 50.2%;
    background-image: url(assets/img/careers/home_images.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.home_cover .message .image {
    position: absolute;
    right: 8vw;
    top: 0;
    width: 100%;
    height: 100%;
}
.home_cover .message img {
    display: block;
    width: auto;
    height: 100%;
    margin-left: auto;
}
.home_cover::before {
    display: block;
    content: '';
    width: 100%;
    height: 341px;
    background-image: url(assets/img/careers/deco2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 120% 0;
    position: absolute;
    bottom: -260px;
    z-index: -1;
}
@media (max-width: 900px) {
    /*画面幅 900 以下の場合*/
    .home_cover {
        margin: 0 0 70px;
    }
    .home_cover .message {
        padding-top: 135.6%;
        background-image: url(assets/img/careers/home_images_s.jpg);
    }
    .home_cover .message .image {
        right: 4vw;
    }
    .home_cover .message img {
        height: 72.5%;
    }
    .home_cover::before {
        display: none;
    }
}

.home_communityhospital {
    position: relative;
    margin: 0 0 150px;
}
.home_communityhospital::before {
    content: '';
    width: 178px;
    height: 394px;
    position: absolute;
    right: 0;
    bottom: -350px;
    background: url(assets/img/careers/deco1_2.png) no-repeat 0 0 /contain;
}
.home_communityhospital .title span {
    display: block;
    position: relative;
    width: 573px;
    height: 199px;
    margin: 0 auto 60px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    background-image: url(assets/img/careers/catch2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.what_communityhospital {
    position: relative;
}
.what_communityhospital .inner {
    max-width: 1050px;
    margin: 0 auto;
    padding-left: 470px;
}
.what_communityhospital p {
    font-size: 20px;
}
.what_communityhospital .link {
    margin: 45px auto 0;
    max-width: 410px;
}
.what_communityhospital::before {
    content: '';
    width: calc(50% - 110px);
    height: 100%;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 20px 20px 0;
    background-image: url(assets/img/careers/image_communityhospital.jpg);
    background-size: cover;
    background-position: center;
}
@media (max-width: 1050px) {
    /*画面幅1050以下の場合*/
    .home_communityhospital::before {
        width: 108px;
        height: 241px;
        bottom: -120px;
    }
    .what_communityhospital .inner {
        max-width: 500px;
        padding: 0 15px;
    }
    .what_communityhospital::before {
        display: block;
        width: 100%;
        height: 0;
        padding-top: 50%;
        margin: 0 0 50px;
        position: relative;
        border-radius: 0;
    }
}
@media (max-width: 900px) {
    /*画面幅 900 以下の場合*/
    .home_communityhospital {
        margin-bottom: 70px;
    }
    .home_communityhospital .title {
        max-width: 500px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .home_communityhospital .title span {
        width: 100%;
        height: 0;
        padding-top: 34.7294%;
    }
    .what_communityhospital p {
        font-size: 17px;
    }
}

.home_videoarea {
    margin: 0 0 100px;
}
.video_wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.video {
    position: relative;
    width: 100%;
    /* 16:9 (高さ = 幅 * 9/16) に設定 */
    aspect-ratio: 16 / 9;
    background: #000; /* 読み込み中の黒い背景 */
    overflow: hidden;
}
.video iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
@media (max-width: 900px) {
    /*画面幅 900 以下の場合*/
    .home_videoarea {
        padding: 10px;
        margin-bottom: 70px;
    }
}

.home_staffmessages {
    margin: 0 0 100px;
}
.home_staffmessages h2.title {
    position: relative;
    width: 673px;
    height: 39px;
    margin: 0 auto 60px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    background-image: url(assets/img/careers/title1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.home_staffmessages .row {
    padding: 50px 15px;
}
.home_staffmessages .odd {
    background: #faf0f6;
}
.home_staffmessages .row > div {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 0 0 225px;
}
.home_staffmessages .row1 > div {
    padding: 0 0 0 390px;
}
.home_staffmessages .row2 > div {
    padding: 0 390px 0 0;
}

.staff_image_01,
.staff_image_02 {
    width: 300px;
    height: 350px;
    background-size: cover;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.staff_image_01 {
    background-image: url(assets/img/careers/staff_dr1.jpg);
}
.staff_image_02 {
    background-image: url(assets/img/careers/staff_dr2.jpg);
    left: auto;
    right: 0;
}
.home_staffmessages .row > div img {
    position: absolute;
    left: 0;
    top: 0;
}

.staffmessage_pos {
    display: inline-block;
    margin: 0 0 15px;
    padding: 0 22px;
    background: #0099cc;
    font-size: 17px;
    color: #fff;
    line-height: 1.8;
}
.staffmessage_title {
    font-size: 30px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.home_staffmessages .link {
    max-width: 410px;
    margin: 0 auto;
    padding: 0 10px;
}

@media (max-width: 1050px) {
    /*画面幅 1050 以下の場合*/
    .home_staffmessages .row > div {
        padding: 0 0 0 195px;
    }
    .home_staffmessages .row1 > div {
        padding: 0 0 0 360px;
    }
    .home_staffmessages .row2 > div {
        padding: 0 360px 0 0;
    }
}
@media (max-width: 900px) {
    /*画面幅 900 以下の場合*/
    .home_staffmessages {
        max-width: 500px;
        margin: 0 auto 100px;
    }
    .home_staffmessages h2.title {
        width: 192px;
        height: 47px;
        margin-bottom: 10px;
        background-image: url(assets/img/careers/title1_s.png);
    }

    .home_staffmessages .row {
        padding: 30px 0px;
    }
    .home_staffmessages .odd {
        background: none;
    }
    .home_staffmessages .row > div,
    .home_staffmessages .row1 > div,
    .home_staffmessages .row2 > div {
        padding: 0;
    }
    .staff_image_01,
    .staff_image_02 {
        width: 100%;
        height: 0;
        padding-top: 82.2%;
        background-size: cover;
        background-position: center 10%;
        position: relative;
        border-radius: 0;
    }
    .home_staffmessages .row > div img {
        position: relative;
        margin: 0 auto;
    }
    .staff_message_inner {
        margin: 30px 0 0;
        padding: 0 15px;
        text-align: center;
    }
    .staffmessage_title {
        font-size: 24px;
        margin: 0 0 20px;
    }
    .staff_message_inner .staffmessage {
        text-align: left;
    }
}


.home_outline {
    position: relative;
    padding: 0 15px;
}
.home_outline::before {
    content: '';
    width: 178px;
    height: 394px;
    position: absolute;
    left: 0;
    bottom: 70px;
    background: url(assets/img/careers/deco1_3.png) no-repeat 0 0 /contain;
    z-index: -1;
}
.home_outline_inner {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
    padding-left: 270px;
}
.home_outline h2.title {
    width: 151px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    background-image: url(assets/img/careers/title2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 900px) {
    /*画面幅 900 以下の場合*/
    .home_outline::before {
        width: 108px;
        height: 241px;
        top: -190px;
        bottom: auto;
    }
    .home_outline_inner {
        padding: 0;
    }
    .home_outline h2.title {
        position: relative;
        margin: 0 auto 20px;
        width: 89px;
        height: 21px;
    }
}




/* ------------------------------------------
    PAGE
------------------------------------------ */
main {
    /*はみ出したとき用対策*/
    overflow-x: clip
}

.main_cover::before {
    display: block;
    content: '';
    position: relative;
    width: 100%;
    padding-top: 27.7%;
    background-image: url(assets/img/careers/image_community.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.main_cover .message {
    position: relative;
    width: 775px;
    margin: -150px auto 0;
    padding: 40px 80px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.main_cover .message .title {
    position: relative;
    width: 429px;
    height: 34px;
    margin: 0 auto 30px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    background-image: url(assets/img/careers/title3.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.main_cover .message span {
    display: inline-block;
}
@media (max-width: 900px) {
    .message_wrap {
        padding: 0 15px;
    }
    .main_cover .message {
        width: 100%;
        max-width: 580px;
        margin: -35px auto 0;
        padding: 30px 10px;
    }
    .main_cover .message .title {
        width: 251px;
        height: 20px;
        margin: 0 auto 15px;
    }
    .main_cover .message span br {
        display: none
    }
}

.main_count {
    position: relative;
    max-width: 1050px;
    margin: 0 auto 100px;
    padding: 0 15px;
}
.main_count .row {
    position: relative;
    padding-left: 130px;
    margin: 0 0 55px;
}
.main_count .row2,
.main_count .row4,
.main_count .row6 {
    margin-left: 140px;
}
.main_count .row img {
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}
.main_count .row .title {
    margin: 0 0 15px;
    font-size: 30px;
    line-height: 1.5;
    color: #0099cc;
}
.main_count .row p:not(.title) {
    display: block;
}
.main_count .row1 p:not(.title) {
    max-width: 680px;
}
.main_count .row3 p:not(.title),
.main_count .row5 p:not(.title) {
    max-width: 730px;
}
.main_count .row::after {
    display: block;
    content: '';
    width: 253px;
    height: 220px;
    background-image: url(assets/img/careers/image_community_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}
.main_count .row1::after {
    right: -60px;
    top: 37px;
}
.main_count .row2::after {
    background-image: url(assets/img/careers/image_community_02.png);
    left: -250px;
    top: -28px;
}
.main_count .row3::after {
    background-image: url(assets/img/careers/image_community_03.png);
    right: -75px;
    top: -19px;
}
.main_count .row4::after {
    background-image: url(assets/img/careers/image_community_04.png);
    left: -250px;
    top: 13px;
}
.main_count .row5::after {
    background-image: url(assets/img/careers/image_community_05.png);
    right: -75px;
    top: -20px;
}
.main_count .row6::after {
    background-image: url(assets/img/careers/image_community_06.png);
    left: -240px;
    top: 0;
}

@media (max-width: 900px) {
    .main_count {
        max-width: 580px;
    }
    .main_count .row {
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }
    .main_count .row img {
        position: relative;
        margin: 0 auto;
        height: 50px;
        width: auto;
    }
    .main_count .row .title {
        margin: 15px 0 15px;
        font-size: 22px;
        text-align: center;
    }
    .main_count .row p:not(.title) br {
        display: none;
    }
    .main_count .row::after {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto;
        width: 180px;
        height: 180px;
    }
}


.main_contact {
    max-width: 1050px;
    margin: 0 auto;
}
.main_contact h2.title {
    position: relative;
    width: 529px;
    height: 101px;
    margin: 0 auto 50px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    background-image: url(assets/img/careers/title4.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.main_contact_inner {
    position: relative;
    padding-right: 465px;
}
.main_contact_inner::before {
    display: block;
    content: '';
    width: 407px;
    height: 264px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(assets/img/careers/image_contact.jpg) no-repeat 0 0 /contain;
}
.main_contact_inner span.tel {
    position: relative;
    display: inline-block;
    padding-left: 27px;
    font-size: 36px;
    line-height: 1;
    background-image: url(assets/img/careers/icon_tel.png);
    background-size: 18px 26px;
    background-repeat: no-repeat;
    background-position: 0 5px;
}
.main_contact_inner .link {
    max-width: 410px;
    margin: 30px auto 0;
}
@media (max-width: 900px) {
    .main_contact {
        max-width: 600px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .main_contact h2.title {
        width: 279px;
        height: 64px;
        margin-bottom: 25px;
    }
    .main_contact_inner {
        padding-right: 0;
    }
    .main_contact_inner::before {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 64.8648%;
        margin-bottom: 30px;
    }
    .main_contact_inner span.tel {
        font-size: 30px;
    }
}