@media all and (min-width: 751px) {
  /* MAINV */
  #mainv {
    width: 100%;
    aspect-ratio: 1280/800;
    position: relative;
  }
  #mainv .slick-list,
  #mainv .slick-track,
  #mainv .slick-slide,
  #mainv .slick-slide > div {
    width: 100%;
    height: 100%;
  }
  #mainv .image-box {
    position: relative;
    height: 100%;
    z-index: -1;
  }
  #mainv .image-box .image-list {
    height: 100%;
  }
  #mainv .image-box .image-list .image {
    display: none;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
  #mainv .image-box .image-list .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
  }
  #mainv .image-box .image-list .image.image01 {
    display: block;
  }
  #mainv .catch-box {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 54.625%;
    left: 50%;
    transform: translateX(-50%);
  }
  #mainv .catch-box .hospital {
    font-size: max(150%, 1.875vw); /* 24px */
    font-family: "Philosopher", sans-serif;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 2px;
  }
  #mainv .catch-box .subject {
    font-size: max(312.5%, 3.90625vw); /* 50px */
    font-family: "Philosopher", sans-serif;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 0;
  }
  #mainv:after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1280/2080;
    background-image: url(../images/home/mainv/mainv-logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  /* COMMON */
  .h_titlebox01 {
    text-align: center;
    margin-bottom: 33px;
  }
  .h_titlebox01 .ja {
    display: block;
    font-size: 112.5%; /* 18px */
    line-height: 1.55;
    margin-bottom: -5px;
  }
  .h_titlebox01 .en {
    display: block;
    font-family: "Philosopher", sans-serif;
    font-size: 375%; /* 60px */
    font-style: italic;
    color: #46bef1;
    letter-spacing: -0.025em;
    line-height: 1.25;
  }
  .h_title02 {
    font-size: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 187.5%; /* 30px */
    font-weight: 600;
    line-height: 1.65;
    text-align: center;
    margin-bottom: 33px;
  }
  .h_desc-text {
    width: 800px;
    margin: 0 auto 35px;
  }
  /* HOME-DESC */
  #home-desc {
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 125px;
    position: relative;
  }
  #home-desc .h_link-area {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-50% + 2px));
  }
  #home-desc .text-area {
    width: 600px;
    padding-top: 10.546875%; /* 135px */
    margin-inline: auto;
    text-align: center;
    position: relative;
    z-index: 5;
  }
  #home-desc .text-area .logo {
    display: inline-block;
    margin-bottom: 23px;
  }
  #home-desc .text-area .title {
    font-size: 162.5%; /* 26px */
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: 600;
    line-height: 1.77;
    margin-bottom: 12px;
  }
  #home-desc .text-area .text {
    text-align: left;
  }
  #home-desc .images-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home-desc .images-box .image {
    margin-bottom: 0;
  }
  #home-desc .images-box .image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  #home-desc .images-box .image01 {
    width: 20%; /* 256px */
    position: absolute;
    top: 11.25%; /* 144px */
    right: 12.5%; /* 160px */
  }
  #home-desc .images-box .image02 {
    width: 34.375%; /* 440px */
    position: absolute;
    top: 16.40625%; /* 210px */
    left: 0;
  }
  #home-desc .images-box .image03 {
    width: 43.75%; /* 560px */
    position: absolute;
    top: 47.65625%; /* 610px */
    right: 0;
  }
  #home-desc .images-box .image04 {
    width: 34.765625%; /* 445px */
    position: absolute;
    top: 72.65625%; /* 930px */
    left: 39.0625%; /* 500px */
  }
  #home-desc .images-box .image05 {
    width: 35.15625%; /* 450px */
    position: absolute;
    top: 54.6875%; /* 700px */
    left: 10.9375%; /* 140px */
  }
  #home-desc .desc-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #home-desc .desc-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
  }
  /* HOME-MESSAGE */
  #home-message {
    margin-bottom: 150px;
  }
  #home-message .message-box .visual-box .text-area {
    padding: 125px 0 0 80px;
  }
  #home-message .message-box .visual-box .text-area .en_title {
    display: inline-block;
    color: #46bef1;
    font-family: "Philosopher", sans-serif;
    font-style: italic;
    font-size: 375%; /* 60px */
    margin-bottom: 22px;
    letter-spacing: -0.025em;
    line-height: 1.2;
  }
  #home-message .message-box .visual-box .text-area .title {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 225%; /* 36px */
    line-height: 1.7;
    margin-bottom: 18px;
  }
  #home-message .message-box .visual-box .text-area .name-area {
    font-size: 125%; /* 20px */
    line-height: 1.2;
    margin-bottom: 33px;
  }
  #home-message .message-box .visual-box .text-area .name-area .name {
    font-size: 180%; /* 36px */
  }
  #home-message .message-box .visual-box .text-area .name_en {
    color: #000;
    font-family: "Philosopher", sans-serif;
    font-size: 287.5%; /* 46px */
    line-height: 1.2;
    margin-bottom: 50px;
  }
  /* HOME-TREATMENT */
  #home-treatment {
    margin-bottom: 125px;
  }
  #home-treatment .h_titlebox01 {
    margin-bottom: 10px;
  }
  /* HOME-NEWS */
  #home-news .h_titlebox01 {
    margin-bottom: 23px;
  }
  #home-news .news-list {
    margin-bottom: 45px;
  }
  /* HOME-MEDRELATED */
  #home-medrelated {
    padding-block: 40px 60px;
    margin-bottom: 60px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  }
  #home-medrelated:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/home/medrelated-bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #home-medrelated:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(116, 206, 244, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  /* HOME-RECRUIT */
  #home-recruit {
    margin-bottom: 105px;
  }
  #home-recruit .h_titlebox01 {
    margin-bottom: 10px;
  }
  #home-recruit .h_titlebox01 .en {
    color: #78ce56;
  }
  #home-recruit .link-btn {
    margin-bottom: 70px;
  }
  #home-recruit .recruit_link-area {
    margin-bottom: 60px;
  }
  #home-recruit .images-box .image {
    margin-bottom: 0;
  }
  #home-recruit .images-box .image img {
    vertical-align: middle;
  }
  #home-recruit .images-box .visual {
    height: 840px;
    margin-bottom: 4px;
  }
  #home-recruit .images-box .visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #home-recruit .images-box .sub-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 4px;
  }
  #home-recruit .images-box .sub-box .sub img {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }
  /* HOME-STAFF */
  #home-staff .link-btn {
    text-align: center;
    margin-bottom: 40px;
  }
  #home-staff .image {
    margin: 0;
  }
  #home-staff .image img {
    width: 100%;
    height: 840px;
    object-fit: cover;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 750px) {
  /* MAINV */
  #mainv {
    width: 100%;
    aspect-ratio: 375/268;
    position: relative;
  }
  #mainv .slick-list,
  #mainv .slick-track,
  #mainv .slick-slide,
  #mainv .slick-slide > div {
    width: 100%;
    height: 100%;
  }
  #mainv .image-box {
    height: 100%;
    position: relative;
    z-index: -1;
  }
  #mainv .image-box .image-list {
    height: 100%;
  }
  #mainv .image-box .image-list .image {
    display: none;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
  #mainv .image-box .image-list .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
  }
  #mainv .image-box .image-list .image.image01 {
    display: block;
  }
  #mainv .catch-box {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 52%;
    left: 0;
  }
  #mainv .catch-box .hospital {
    font-size: max(87.5%, 3.733333vw); /* 14px */
    font-family: "Philosopher", sans-serif;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 3px;
  }
  #mainv .catch-box .subject {
    font-size: max(162.5%, 6.933333vw); /* 26px */
    font-family: "Philosopher", sans-serif;
    font-style: italic;
    line-height: 1.1;
    margin-bottom: 0;
  }
  #mainv:after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1280/2080;
    background-image: url(../images/home/mainv/mainv-logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  /* COMMON */
  #content {
    margin-bottom: 0;
  }
  .h_titlebox01 {
    text-align: center;
    margin-bottom: 25px;
  }
  .h_titlebox01 .ja {
    display: block;
    font-size: 112.5%; /* 18px */
    line-height: 1.55;
    margin-bottom: -4px;
  }
  .h_titlebox01 .en {
    display: block;
    font-family: "Philosopher", sans-serif;
    font-size: 212.5%; /* 34px */
    font-style: italic;
    color: #46bef1;
    letter-spacing: -0.025em;
    line-height: 1.25;
  }
  .h_title02 {
    font-size: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 162.5%; /* 26px */
    font-weight: 600;
    line-height: 1.65;
    text-align: center;
    margin-bottom: 30px;
  }
  .h_desc-text {
    margin-bottom: 30px;
  }
  /* HOME-DESC */
  #home-desc {
    width: 100%;
    aspect-ratio: 375/500;
    position: relative;
    margin-bottom: 36px;
  }
  #home-desc .h_link-area {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0 18px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(calc(-50% + 3px));
  }
  #home-desc .h_link-area .btn-type03 > a {
    width: auto;
    padding: 12px 20px 12px 30px;
  }
  #home-desc .text-area {
    max-width: 400px;
    margin-inline: auto;
    text-align: center;
    padding: 13.333333vw 30px 0;
    position: relative;
    z-index: 5;
  }
  #home-desc .text-area .logo {
    display: inline-block;
    width: 70px;
    margin-bottom: 7px;
  }
  #home-desc .text-area .title {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #home-desc .text-area .text {
    text-align: left;
    font-size: 87.5%; /* 14px */
  }
  #home-desc .images-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home-desc .images-box .image {
    margin-bottom: 0;
  }
  #home-desc .images-box .image img {
    vertical-align: middle;
  }
  #home-desc .images-box .image.image01 {
    width: 20.8%; /* 78px */
    position: absolute;
    top: 11.6%; /* 58px */
    right: 8vw; /* 30px */
  }
  #home-desc .images-box .image.image02 {
    width: 29.333333%; /* 110px */
    position: absolute;
    top: 14.399999%; /* 72px */
    left: 0;
  }
  #home-desc .images-box .image.image03 {
    width: 35.733333%; /* 134px */
    position: absolute;
    top: 67%; /* 335px */
    right: 0;
  }
  #home-desc .images-box .image.image04 {
    width: 35.733333%; /* 134px */
    position: absolute;
    top: 77%; /* 385px */
    left: 32vw; /* 120px */
  }
  #home-desc .images-box .image.image05 {
    width: 29.866666%; /* 112px */
    position: absolute;
    top: 68.4%; /* 342px */
    left: 8vw; /* 30px */
  }
  #home-desc .desc-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #home-desc .desc-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
  }
  /* HOME-MESSAGE */
  #home-message {
    margin-bottom: 45px;
  }
  #home-message .message-box .visual-box {
    padding-bottom: 80px;
  }
  #home-message .message-box .visual-box .text-area {
    height: 195px;
    padding: 20px 0 0 80px;
    box-sizing: border-box;
  }
  #home-message .message-box .visual-box .text-area .title {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 112.5%; /* 18px */
    line-height: 1.555555;
    margin-bottom: 25px;
  }
  #home-message .message-box .visual-box .text-area .name-area {
    font-size: 87.5%; /* 14px */
    margin-bottom: -2px;
  }
  #home-message .message-box .visual-box .text-area .name-area .name {
    font-size: 128.571428%; /* 18px */
    line-height: 1.2;
  }
  #home-message .message-box .visual-box .text-area .name_en {
    color: #000;
    font-family: "Philosopher", sans-serif;
    font-size: 150%; /* 24px */
    line-height: 1.2;
    margin-bottom: 0;
  }
  #home-message .message-box .visual-box .text-area .btn-type02 {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(50%);
  }
  /* HOME-TREATMENT */
  #home-treatment {
    margin-bottom: 47px;
  }
  /* HOME-NEWS */
  #home-news .h_titlebox01 {
    margin-bottom: 17px;
  }
  #home-news .news-list {
    margin-bottom: 32px;
  }
  /* HOME-MEDRELATED */
  #home-medrelated {
    padding: 22px 0 40px;
    margin-bottom: 45px;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
  }
  #home-medrelated:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/home/medrelated-bg_sp.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #home-medrelated:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(116, 206, 244, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  /* HOME-RECRUIT */
  #home-recruit {
    margin-bottom: 45px;
  }
  #home-recruit .h_titlebox01 {
    margin-bottom: 33px;
  }
  #home-recruit .h_titlebox01 .en {
    color: #78ce56;
  }
  #home-recruit .link-btn {
    margin-bottom: 50px;
  }
  #home-recruit .recruit_link-area {
    margin-bottom: 40px;
  }
  #home-recruit .images-box .image {
    margin-bottom: 0;
  }
  #home-recruit .images-box .image img {
    vertical-align: middle;
  }
  #home-recruit .images-box .visual {
    height: 246px;
    margin-bottom: 1px;
  }
  #home-recruit .images-box .visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #home-recruit .images-box .sub-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1px;
  }
  #home-recruit .images-box .sub-box .sub img {
    width: 100%;
    height: 82px;
    object-fit: cover;
  }
  /* HOME-STAFF */
  #home-staff .link-btn {
    text-align: center;
    margin-bottom: 22px;
  }
  #home-staff .image {
    margin: 0;
  }
  #home-staff .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
  }
}

/*# sourceMappingURL=page-home.css.map */
