@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%;
}
body {
    background: url(img/deco1_1.png) no-repeat right top /803px 169px;
    /* min-width: 1050px; */
    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;
}


/* header */
header {
    position: relative;
    width: 100vw;
    padding: 20px 15px 0;
    z-index: 100;
}
header .wrap {
    max-width: 1050px;
    margin: 0 auto 60px;
}
header h1 a {
    display: block;
    width: 328px;
    height: 49px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    background-image: url(img/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;
}
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;
}

/*footer*/
footer {
    margin: 0;
    padding: 90px 10px 250px;
    background-image: url(img/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
footer .address {
    max-width: 1050px;
    margin: 0 auto;
}
footer .address .hosp {
    display: block;
    margin: 0 0 15px;
    width: 283px;
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    background-image: url(img/logo_hosp.png);
    background-size: contain;
    background-repeat: no-repeat;
}
footer .address p {
    font-size: 17px;
}

/* 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;
    font-size: 17px;
}
table td {
    padding: 10px 30px;
    font-size: 17px;
}
table.small th {
    padding: 10px 15px;
    width: 150px;
    font-size: 16px;
}
table.small td {
    padding: 10px 0;
}
/* 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;
    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(img/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(img/deco2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 120% 0;
    position: absolute;
    bottom: -260px;
    z-index: -1;
}
@media (max-width: 1250px) {
    /*画面幅1250以下の場合*/
}


.home_communityhospital {
    position: relative;
    margin: 0 0 230px;
}
.home_communityhospital::before {
    content: '';
    width: 178px;
    height: 394px;
    position: absolute;
    right: 0;
    bottom: -350px;
    background: url(img/deco1_2.png) no-repeat 0 0 /contain;
}
.home_communityhospital .title {
    position: relative;
    width: 573px;
    height: 199px;
    margin: 0 auto 60px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    background-image: url(img/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(img/image_communityhospital.jpg);
    background-size: cover;
    background-position: center;
}
@media (max-width: 1050px) {
    /*画面幅1250以下の場合*/
    .what_communityhospital .inner {
        padding: 0 15px;
    }
    .what_communityhospital::before {
        display: block;
        width: 100%;
        height: 0;
        padding-top: 50%;
        margin: 0 0 50px;
        position: relative;
        border-radius: 0;
    }
}



.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(img/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;
}
.home_staffmessages .row > div img {
    position: absolute;
    left: 0;
    top: 0;
}
.home_staffmessages .row2 > div img{
    left: auto;
    right: 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;
}

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

.home_outline {
    position: relative;
    padding: 0 15px;
}
.home_outline::before {
    content: '';
    width: 178px;
    height: 394px;
    position: absolute;
    left: 0;
    bottom: 70px;
    background: url(img/deco1_3.png) no-repeat 0 0 /contain;
}
.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(img/title2.png);
    background-size: contain;
    background-repeat: no-repeat;
}




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

.main_cover::before {
    display: block;
    content: '';
    position: relative;
    width: 100%;
    padding-top: 27.7%;
    background-image: url(img/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(img/title3.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.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) {
    box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
    display: inline;
    background: #fff;
}
.main_count .row::before {
    display: block;
    content: '';
    width: 253px;
    height: 220px;
    background-image: url(img/image_community_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}
.main_count .row1::before {
    right: -60px;
    top: 37px;
}
.main_count .row2::before {
    background-image: url(img/image_community_02.png);
    left: -250px;
    top: -28px;
}
.main_count .row3::before {
    background-image: url(img/image_community_03.png);
    right: -75px;
    top: -19px;
}
.main_count .row4::before {
    background-image: url(img/image_community_04.png);
    left: -250px;
    top: 13px;
}
.main_count .row5::before {
    background-image: url(img/image_community_05.png);
    right: -75px;
    top: -20px;
}
.main_count .row6::before {
    background-image: url(img/image_community_06.png);
    left: -240px;
}

.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(img/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(img/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(img/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;
}