@media all and (min-width: 751px) {
  /* MAINV */
  .mainv-outflame {
    position: relative;
    overflow: hidden;
  }
  .mainv-outflame #mainv {
    height: 840px;
    background-color: #BCE2ED;
    position: relative;
  }
  .mainv-outflame #mainv:before {
    content: "";
    display: block;
    width: 427px;
    height: 881px;
    background-image: url(../images/common/header-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .mainv-outflame #mainv .slick-list,
  .mainv-outflame #mainv .slick-track,
  .mainv-outflame #mainv .slick-slide,
  .mainv-outflame #mainv .slick-slide > div {
    width: 100%;
    height: 100%;
  }
  .mainv-outflame #mainv .image-box {
    width: calc(100% - 355px + 45px);
    min-width: 970px;
    aspect-ratio: 1/1;
    position: absolute;
    bottom: -60px;
    left: 355px;
  }
  .mainv-outflame #mainv .image-box .image-list {
    width: 100%;
    height: 100%;
  }
  .mainv-outflame #mainv .image-box .image-list .image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
  }
  .mainv-outflame #mainv .image-box .image-list .image.image01 {
    background-image: url(../images/home/mainv/image01.jpg);
    display: block;
  }
  .mainv-outflame #mainv .image-box .image-list .image.image02 {
    background-image: url(../images/home/mainv/image02.jpg);
  }
  .mainv-outflame #mainv .image-box .image-list .image.image03 {
    background-image: url(../images/home/mainv/image03.jpg);
  }
  .mainv-outflame #mainv .image-box .image-list .image:after {
    content: "";
    display: block;
    width: 96.907216%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
  }
  .mainv-outflame #mainv .catch-box {
    position: absolute;
    top: 463px;
    left: 50px;
    z-index: 15;
  }
  .mainv-outflame #mainv .catch-box .image {
    display: block;
  }
  .mainv-outflame #mainv .catch-box .image img {
    vertical-align: middle;
  }
  .mainv-outflame #mainv .link-box {
    display: block;
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    bottom: -95px;
    transform: translateX(calc(-50% + 246px));
    z-index: 5;
  }
  .mainv-outflame #mainv .link-box:before {
    content: "";
    display: block;
    width: 280px;
    height: 280px;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    pointer-events: none;
  }
  .mainv-outflame #mainv .link-box .link {
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color: #F08A90;
    border-radius: 50%;
    text-decoration: none;
    display: grid;
    place-items: center;
    position: relative;
    transition: background-color 0.4s ease-in-out;
  }
  .mainv-outflame #mainv .link-box .link:hover {
    background-color: #eba5ab;
  }
  .mainv-outflame #mainv .link-box .link:after {
    content: "";
    display: block;
    width: 23px;
    height: 8px;
    background-image: url(../images/common/arrow_type02_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 74px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mainv-outflame #mainv .link-box .link .text {
    display: inline-block;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 187.5%; /* 30px */
    line-height: 1.466666;
    padding-bottom: 15px;
  }
  .mainv-outflame #mainv .link-box .cloud04 {
    width: 254px;
    height: 80px;
    background-image: url(../images/common/cloud02.svg);
    bottom: -36px;
    left: -24px;
  }
  .mainv-outflame #home-message {
    height: 560px;
    position: relative;
  }
  .mainv-outflame #home-message:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #BCE2ED 0, #D4ECF3 50%, #D4ECF3 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .mainv-outflame #home-message:after {
    content: "";
    display: block;
    width: calc(100% - (100% - 960px) / 2 - 48px);
    height: 670px;
    background-image: url(../images/home/greet-visual.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: -110px;
    left: 0;
    pointer-events: none;
  }
  .mainv-outflame #home-message .container-inner {
    height: 100%;
  }
  .mainv-outflame #home-message .container-inner .message-box {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .mainv-outflame #home-message .container-inner .message-box .text-box {
    width: 260px;
    margin-bottom: 65px;
    margin-right: 30px;
  }
  .mainv-outflame #home-message .container-inner .message-box .text-box .text {
    margin-bottom: 13px;
  }
  .mainv-outflame #home-message .container-inner .message-box .bird04 {
    width: 62px;
    height: 32px;
    background-image: url(../images/common/bird.svg);
    bottom: 274px;
    right: -82px;
  }
  .mainv-outflame #home-message .container-inner .message-box .cloud05 {
    width: 216px;
    height: 68px;
    background-image: url(../images/common/cloud02.svg);
    bottom: 110px;
    right: -212px;
  }
  .mainv-outflame .illust {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
  }
  .mainv-outflame .illust-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
  }
  .mainv-outflame .illust-box .cloud01 {
    width: 217px;
    height: 87px;
    background-image: url(../images/common/cloud.svg);
    top: 40px;
    left: 360px;
  }
  .mainv-outflame .illust-box .cloud02 {
    width: 204px;
    height: 65px;
    background-image: url(../images/common/cloud02.svg);
    top: 538px;
    right: -47px;
  }
  .mainv-outflame .illust-box .cloud03 {
    width: 170px;
    height: 54px;
    background-image: url(../images/common/cloud02.svg);
    top: 860px;
    left: 440px;
  }
  .mainv-outflame .illust-box .bird01 {
    width: 120px;
    height: 81px;
    background-image: url(../images/common/bird04.svg);
    top: 104px;
    right: 22px;
  }
  .mainv-outflame .illust-box .bird02 {
    width: 72px;
    height: 72px;
    background-image: url(../images/common/bird03_o-white.svg);
    top: 831px;
    left: 200px;
  }
  .mainv-outflame .illust-box .bird03 {
    width: 62px;
    height: 32px;
    background-image: url(../images/common/bird.svg);
    top: 148px;
    left: 325px;
  }
  .h-level01 .en-text {
    display: block;
    font-family: "Alex Brush", cursive;
    font-size: 500%; /* 80px */
    line-height: 1;
    color: #26B7BC;
  }
  .h-level01 .ja-text {
    display: block;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 137.5%; /* 22px */
    font-weight: bold;
    line-height: 1.55;
    color: #26B7BC;
  }
  .h-level01.type02 .en-text {
    margin-bottom: 3px;
  }
  .h-level01.type02 .ja-text {
    color: #603813;
    font-size: 187.5%; /* 30px */
  }
  .h-title02 {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 187.5%; /* 30px */
    font-weight: bold;
    line-height: 1.55;
    text-align: center;
    margin-bottom: 28px;
  }
  .h-title02.marg02 {
    margin-bottom: 19px;
  }
  #home-treatment {
    margin-bottom: 120px;
  }
  #home-treatment .top-box {
    padding: 78px 0 65px 0;
    margin-bottom: 100px;
    background-image: url(../images/home/mi-bg01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.5s ease-in-out;
  }
  #home-treatment .top-box .h-level01 {
    margin-bottom: 98px;
  }
  #home-treatment .top-box .link-box {
    display: flex;
    gap: 0 12px;
    margin: 0 -45px;
  }
  #home-treatment .top-box .link-box .item {
    text-align: center;
    width: 342px;
  }
  #home-treatment .top-box .link-box .item .circle-label {
    width: 310px;
    height: 310px;
    border-radius: 50%;
    margin: 0 auto 100px;
    color: #ffffff;
    background-color: #26B7BC;
    position: relative;
    display: flex;
    justify-content: center;
    transition: background-color 0.3s ease-in-out;
  }
  #home-treatment .top-box .link-box .item .circle-label:before {
    content: "";
    display: block;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
  }
  #home-treatment .top-box .link-box .item .circle-label:after {
    content: "";
    display: inline-block;
    width: 86px;
    height: 53px;
    background-image: url(../images/common/bird_bule.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -62px;
    left: 50%;
    transform: translate(calc(-50% - 11px), 12px);
    transition: 0.4s ease-in-out;
  }
  #home-treatment .top-box .link-box .item .circle-label .inner {
    text-align: center;
    padding-top: 82px;
  }
  #home-treatment .top-box .link-box .item .circle-label .inner .title {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 187.5%;
    font-weight: bold;
    line-height: 1.55;
    margin-bottom: 47px;
  }
  #home-treatment .top-box .link-box .item .circle-label .inner .text {
    margin-bottom: 0;
  }
  #home-treatment .top-box .link-box .item .circle-label .inner .text.line01 {
    padding-top: 14px;
  }
  #home-treatment .top-box .link-box .item .link-area {
    text-align: center;
    position: relative;
  }
  #home-treatment .top-box .link-box .item .link-area:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 60px;
    background-color: #f08a90;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
  }
  #home-treatment .top-box .link-box .item .link-area .inner-box {
    display: inline-block;
  }
  #home-treatment .top-box .link-box .item .link-area .inner-box .btn-type01 {
    margin-bottom: 0;
    text-align: left;
  }
  #home-treatment .top-box .link-box .item .link-area .inner-box .btn-type01:not(:last-of-type) {
    margin-bottom: 18px;
  }
  #home-treatment .top-box .link-box .item .link-area .inner-box .btn-type01 > a {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 4px 25px 4px 37px;
  }
  #home-treatment .top-box .link-box .item:hover .circle-label {
    background-color: #f08a90;
  }
  #home-treatment .top-box .link-box .item:hover .circle-label:after {
    background-image: url(../images/common/bird02_red02.svg);
    transform: translate(calc(-50% + 2px), 0);
  }
  #home-treatment .top-box .link-box .item:hover .link-area:before {
    opacity: 1;
  }
  #home-treatment .top-box:has(.item.on.oncology) {
    background-image: url(../images/home/mi-bg01.webp);
  }
  #home-treatment .top-box:has(.item.on.obstetrics) {
    background-image: url(../images/home/mi-bg02.webp);
  }
  #home-treatment .top-box:has(.item.on.reproductive) {
    background-image: url(../images/home/mi-bg03.webp);
  }
  #home-treatment .middle-box .p_medical {
    margin-bottom: 110px;
  }
  #home-treatment .middle-box .p_medical .head-area {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 0 40px;
    margin-bottom: 34px;
  }
  #home-treatment .middle-box .p_medical .head-area .label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 70px;
    background-color: #26B7BC;
    color: #ffffff;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 125%; /* 20px */
    font-weight: bold;
    line-height: 1.55;
    border-radius: 100px;
    align-self: flex-start;
  }
  #home-treatment .middle-box .p_medical .head-area .text-box {
    align-self: center;
  }
  #home-treatment .middle-box .p_medical .p_medtb-area {
    margin-bottom: 25px;
  }
  #home-treatment .middle-box .p_medical .p_medtb-area table {
    margin-bottom: 15px;
  }
  #home-treatment .middle-box .re_tool-box .link-box {
    display: flex;
  }
  #home-treatment .middle-box .re_tool-box .link-box .link,
  #home-treatment .middle-box .re_tool-box .link-box .no-link {
    display: flex;
    align-items: center;
    width: 50%;
    padding-left: 30px;
    height: 170px;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #26B7BC;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
    position: relative;
  }
  #home-treatment .middle-box .re_tool-box .link-box .link:after,
  #home-treatment .middle-box .re_tool-box .link-box .no-link:after {
    content: none;
  }
  #home-treatment .middle-box .re_tool-box .link-box .link .text,
  #home-treatment .middle-box .re_tool-box .link-box .no-link .text {
    display: inline-block;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 160%; /* 25.6px */
    font-weight: bold;
    line-height: 1.55;
    position: relative;
    z-index: 2;
  }
  #home-treatment .middle-box .re_tool-box .link-box .link .banner,
  #home-treatment .middle-box .re_tool-box .link-box .no-link .banner {
    display: block;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  #home-treatment .middle-box .re_tool-box .link-box .link:hover {
    opacity: 0.6;
  }
  #home-treatment .middle-box .re_tool-box .link-box .no-link {
    filter: brightness(0.7);
  }
  #home-links {
    background: linear-gradient(to bottom, #bce2ed 0%, #d4ecf3 80%, #d4ecf3 100%);
    margin-bottom: 105px;
    overflow: hidden;
  }
  #home-links .one-block {
    height: 550px;
    position: relative;
    z-index: 2;
  }
  #home-links .one-block .image-box {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #home-links .one-block .image-box .image {
    display: block;
  }
  #home-links .one-block .image-box .image img {
    vertical-align: middle;
  }
  #home-links .one-block .container-inner {
    height: 100%;
  }
  #home-links .one-block .container-inner .text-box {
    width: 360px;
    padding-top: 120px;
    margin-left: -100px;
    box-sizing: border-box;
    position: relative;
  }
  #home-links .one-block .container-inner .text-box .title {
    margin-bottom: 21px;
  }
  #home-links .one-block .container-inner .text-box .title .en-text {
    display: block;
    font-family: "Alex Brush", cursive;
    font-size: 500%; /* 80px */
    line-height: 1;
    color: #26B7BC;
    margin-bottom: 5px;
  }
  #home-links .one-block .container-inner .text-box .title .ja-text {
    display: block;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 162.5%; /* 18px */
    font-weight: bold;
    line-height: 1.55;
  }
  #home-links .one-block .container-inner .text-box .s-title {
    font-size: 125%; /* 20px */
    font-weight: bold;
    line-height: 1.55;
    margin-bottom: 10px;
    color: #26B7BC;
  }
  #home-links .one-block .container-inner .text-box .text {
    margin-bottom: 20px;
  }
  #home-links .one-block .container-inner .text-box:before {
    width: 295px;
    height: 92px;
    content: "";
    display: block;
    background-image: url(../images/common/cloud02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
  }
  #home-links .one-block .container-inner .text-box:after {
    width: 77px;
    height: 52px;
    content: "";
    display: block;
    background-image: url(../images/common/bird04.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
  }
  #home-links .one-block:nth-child(odd) .image-box {
    right: auto;
    left: 0;
  }
  #home-links .one-block:nth-child(odd) .container-inner:has(.text-box) {
    display: flex;
    justify-content: flex-end;
  }
  #home-links .one-block:nth-child(odd) .container-inner:has(.text-box) .text-box {
    margin: 0 -100px 0 0;
  }
  #home-links .one-block:nth-child(1) .container-inner .text-box:before {
    top: 42px;
    right: -208px;
  }
  #home-links .one-block:nth-child(1) .container-inner .text-box:after {
    top: 166px;
    right: 46px;
  }
  #home-links .one-block:nth-child(2) .container-inner .text-box:before {
    top: 415px;
    right: -184px;
  }
  #home-links .one-block:nth-child(2) .container-inner .text-box:after {
    top: 122px;
    right: -14px;
  }
  #home-links .one-block:nth-child(3) .container-inner .text-box:before {
    top: 418px;
    right: -170px;
  }
  #home-links .one-block:nth-child(3) .container-inner .text-box:after {
    top: 114px;
    right: 8px;
  }
  #home-news {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 750px) {
  /* MAINV */
  .mainv-outflame {
    position: relative;
    overflow: hidden;
  }
  .mainv-outflame #mainv {
    height: 733px;
    background-color: #BCE2ED;
    position: relative;
  }
  .mainv-outflame #mainv:before {
    content: "";
    display: block;
    width: 163px;
    height: 357px;
    background-image: url(../images/common/header-bg_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .mainv-outflame #mainv .slick-list,
  .mainv-outflame #mainv .slick-track,
  .mainv-outflame #mainv .slick-slide,
  .mainv-outflame #mainv .slick-slide > div {
    width: 100%;
    height: 100%;
  }
  .mainv-outflame #mainv .image-box {
    width: calc(100% - 43px - 20px);
    min-width: 440px;
    aspect-ratio: 1/1;
    position: absolute;
    bottom: 200px;
    left: 43px;
    transform-origin: center left;
  }
  .mainv-outflame #mainv .image-box .image-list {
    width: 100%;
    height: 100%;
  }
  .mainv-outflame #mainv .image-box .image-list .image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
  }
  .mainv-outflame #mainv .image-box .image-list .image.image01 {
    background-image: url(../images/home/mainv/image01.jpg);
    display: block;
  }
  .mainv-outflame #mainv .image-box .image-list .image.image02 {
    background-image: url(../images/home/mainv/image02.jpg);
  }
  .mainv-outflame #mainv .image-box .image-list .image.image03 {
    background-image: url(../images/home/mainv/image03.jpg);
  }
  .mainv-outflame #mainv .image-box .image-list .image:after {
    content: "";
    display: block;
    width: 96.363636%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
  }
  .mainv-outflame #mainv .catch-box {
    position: absolute;
    top: 126px;
    left: 20px;
    z-index: 15;
  }
  .mainv-outflame #mainv .catch-box .image {
    display: block;
  }
  .mainv-outflame #mainv .catch-box .image img {
    width: 68px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .mainv-outflame #mainv .link-box {
    display: block;
    width: 175px;
    height: 175px;
    position: absolute;
    left: -23px;
    bottom: -57px;
    z-index: 5;
  }
  .mainv-outflame #mainv .link-box:before {
    content: "";
    display: block;
    width: 163px;
    height: 163px;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
  }
  .mainv-outflame #mainv .link-box .link {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #ffffff;
    background-color: #F08A90;
    text-decoration: none;
    display: grid;
    place-items: center;
    position: relative;
    transition: background-color 0.4s ease-in-out;
  }
  .mainv-outflame #mainv .link-box .link:hover {
    background-color: #eba5ab;
  }
  .mainv-outflame #mainv .link-box .link:after {
    content: "";
    display: block;
    width: 23px;
    height: 8px;
    background-image: url(../images/common/arrow_type02_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 49px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mainv-outflame #mainv .link-box .link .text {
    display: inline-block;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 112.5%; /* 18px */
    line-height: 1.527777;
    padding-bottom: 17px;
  }
  .mainv-outflame #mainv .link-box .cloud04 {
    width: 155px;
    height: 49px;
    background-image: url(../images/common/cloud02.svg);
    bottom: -19px;
    right: -32px;
  }
  .mainv-outflame #home-message {
    height: 489px;
    position: relative;
  }
  .mainv-outflame #home-message:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #BCE2ED 0, #D4ECF3 50%, #D4ECF3 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .mainv-outflame #home-message:after {
    content: "";
    display: block;
    width: 100%;
    height: 450px;
    background-image: url(../images/home/greet-visual_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .mainv-outflame #home-message .message-box {
    position: relative;
    z-index: 2;
    transform: translateY(-95px);
  }
  .mainv-outflame #home-message .message-box .text-box .text {
    margin-bottom: 15px;
  }
  .mainv-outflame #home-message .message-box .bird04 {
    width: 62px;
    height: 32px;
    background-image: url(../images/common/bird.svg);
    top: -10px;
    right: 55px;
  }
  .mainv-outflame #home-message .message-box .cloud05 {
    width: 128px;
    height: 39px;
    background-image: url(../images/common/cloud02.svg);
    top: 26px;
    right: -65px;
  }
  .mainv-outflame .illust {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
  }
  .mainv-outflame .illust-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
  }
  .mainv-outflame .illust-box .cloud01 {
    width: 180px;
    height: 72px;
    background-image: url(../images/common/cloud.svg);
    top: 71px;
    right: -50px;
  }
  .mainv-outflame .illust-box .cloud02 {
    display: none;
  }
  .mainv-outflame .illust-box .cloud03 {
    display: none;
  }
  .mainv-outflame .illust-box .bird01 {
    width: 48px;
    height: 32px;
    background-image: url(../images/common/bird04.svg);
    top: 37px;
    right: 91px;
  }
  .mainv-outflame .illust-box .bird02, .mainv-outflame .illust-box .bird03, .mainv-outflame .illust-box .bird04 {
    display: none;
  }
  .h-level01 .en-text {
    display: block;
    font-family: "Alex Brush", cursive;
    font-size: 281.25%; /* 45px */
    line-height: 1;
    color: #26B7BC;
  }
  .h-level01 .ja-text {
    display: block;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 137.5%; /* 22px */
    font-weight: bold;
    line-height: 1.55;
    color: #26B7BC;
  }
  .h-level01.type02 .en-text {
    margin-bottom: 10px;
  }
  .h-level01.type02 .ja-text {
    color: #603813;
    font-size: 143.75%; /* 23px */
  }
  .h-title02 {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 143.75%; /* 23px */
    font-weight: bold;
    line-height: 1.55;
    text-align: center;
    margin-bottom: 20px;
  }
  .h-title02.marg02 {
    margin-bottom: 19px;
  }
  #home-treatment .top-box {
    background-image: url(../images/home/mi-bg01_sp.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 795px;
    padding: 40px 0 20px;
    margin-bottom: 45px;
    box-sizing: border-box;
    position: relative;
    transition: background-image 0.4s ease-in-out;
    will-change: background-image;
  }
  #home-treatment .top-box .h-level01 {
    margin: 0 -20px 60px;
  }
  #home-treatment .top-box .h-level01 .en-text {
    font-size: min(12vw, 281.25%);
    margin-bottom: 2px;
  }
  #home-treatment .top-box .h-level01 .ja-text {
    font-size: min(6.133333vw, 143.75%);
  }
  #home-treatment .top-box .link-box {
    max-width: 420px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 10px;
  }
  #home-treatment .top-box .link-box .item .circle-label {
    max-width: 105px;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #26B7BC;
    position: relative;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: 0.4s ease-in-out;
  }
  #home-treatment .top-box .link-box .item .circle-label:before {
    content: "";
    display: block;
    width: 91.428571%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
  }
  #home-treatment .top-box .link-box .item .circle-label:after {
    content: "";
    display: inline-block;
    width: 42px;
    height: 26px;
    background-image: url(../images/common/bird_bule.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translate(calc(-50% + 1px), 6px);
    transition: 0.4s ease-in-out;
  }
  #home-treatment .top-box .link-box .item .circle-label .inner .title {
    color: #ffffff;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: min(5.333333vw, 125%); /* 20px */
    font-weight: bold;
    line-height: 1.55;
    margin-bottom: 0;
    text-align: center;
    line-height: 0.85;
  }
  #home-treatment .top-box .link-box .item .circle-label:hover {
    background-color: #f08a90;
  }
  #home-treatment .top-box .link-box .item .circle-label:hover:after {
    background-image: url(../images/common/bird02_red02.svg);
    transform: translate(calc(-50% + 2px), 0);
  }
  #home-treatment .top-box .link-box .item .link-area {
    display: none;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 312px;
  }
  #home-treatment .top-box .link-box .item .link-area .text {
    font-size: 112.5%; /* 18px */
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.555555;
    margin-bottom: 21px;
  }
  #home-treatment .top-box .link-box .item .link-area .inner-box {
    display: inline-block;
  }
  #home-treatment .top-box .link-box .item .link-area .inner-box .btn-type01 {
    margin-bottom: 0;
    text-align: left;
  }
  #home-treatment .top-box .link-box .item .link-area .inner-box .btn-type01:not(:last-of-type) {
    margin-bottom: 18px;
  }
  #home-treatment .top-box .link-box .item .link-area .inner-box .btn-type01 > a {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 4px 25px 4px 37px;
  }
  #home-treatment .top-box .link-box .item:has(.link-area .inner-box:hover) .circle-label {
    background-color: #f08a90;
  }
  #home-treatment .top-box .link-box .item:has(.link-area .inner-box:hover) .circle-label:after {
    background-image: url(../images/common/bird02_red02.svg);
    transform: translate(calc(-50% + 2px), 0);
  }
  #home-treatment .top-box .link-box .item:has(.link-area .inner-box:hover) .link-area:before {
    background-color: #f08a90;
  }
  #home-treatment .top-box .link-box .item.on .circle-label {
    background-color: #f08a90;
  }
  #home-treatment .top-box .link-box .item.on .circle-label:after {
    background-image: url(../images/common/bird02_red02.svg);
    transform: translate(calc(-50% + 2px), 0);
  }
  #home-treatment .top-box .link-box .item.on .link-area {
    display: block;
  }
  #home-treatment .top-box:has(.oncology.on) {
    background-image: url(../images/home/mi-bg01_sp.webp);
  }
  #home-treatment .top-box:has(.obstetrics.on) {
    background-image: url(../images/home/mi-bg02_sp.webp);
  }
  #home-treatment .top-box:has(.reproductive.on) {
    background-image: url(../images/home/mi-bg03_sp.webp);
  }
  #home-treatment .middle-box .p_medical {
    margin-bottom: 36px;
  }
  #home-treatment .middle-box .p_medical .head-area {
    margin-bottom: 22px;
  }
  #home-treatment .middle-box .p_medical .head-area .label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 70px;
    margin: 0 auto 17px;
    background-color: #26B7BC;
    color: #ffffff;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 125%; /* 20px */
    font-weight: bold;
    line-height: 1.55;
    border-radius: 100px;
    align-self: flex-start;
  }
  #home-treatment .middle-box .p_medical .head-area .text-box {
    align-self: left;
  }
  #home-treatment .middle-box .p_medical .p_medtb-area {
    margin-bottom: 5px;
  }
  #home-treatment .middle-box .p_medical .p_medtb-area table {
    margin-bottom: 25px;
  }
  #home-treatment .middle-box .p_medical .p_medtb-area .text {
    margin-bottom: 14px;
  }
  #home-treatment .middle-box .re_tool-box {
    margin-bottom: 50px;
  }
  #home-treatment .middle-box .re_tool-box .link-box .link,
  #home-treatment .middle-box .re_tool-box .link-box .no-link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 90px;
    padding-left: 30px;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #26B7BC;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
    position: relative;
  }
  #home-treatment .middle-box .re_tool-box .link-box .link:after,
  #home-treatment .middle-box .re_tool-box .link-box .no-link:after {
    content: none;
  }
  #home-treatment .middle-box .re_tool-box .link-box .link:not(:last-of-type),
  #home-treatment .middle-box .re_tool-box .link-box .no-link:not(:last-of-type) {
    margin-bottom: 3px;
  }
  #home-treatment .middle-box .re_tool-box .link-box .link .text,
  #home-treatment .middle-box .re_tool-box .link-box .no-link .text {
    display: inline-block;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 112.5%; /* 18px */
    font-weight: bold;
    line-height: 1.333333;
    position: relative;
    z-index: 2;
    text-shadow: 0 0 5px #26B7BC, 0 0 5px #26B7BC, 0 0 5px #26B7BC;
  }
  #home-treatment .middle-box .re_tool-box .link-box .link .banner,
  #home-treatment .middle-box .re_tool-box .link-box .no-link .banner {
    display: block;
    width: 167px;
    height: 90px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  #home-treatment .middle-box .re_tool-box .link-box .link .banner img,
  #home-treatment .middle-box .re_tool-box .link-box .no-link .banner img {
    vertical-align: middle;
  }
  #home-treatment .middle-box .re_tool-box .link-box .link:hover {
    opacity: 0.6;
  }
  #home-treatment .middle-box .re_tool-box .link-box .no-link {
    filter: brightness(0.7);
  }
  #home-links {
    overflow: hidden;
    background: linear-gradient(to bottom, #bce2ed 0%, #d4ecf3 80%, #d4ecf3 100%);
    padding-bottom: 50px;
    margin-bottom: 45px;
  }
  #home-links .one-block:not(:last-of-type) {
    margin-bottom: 50px;
  }
  #home-links .one-block .image-box .image {
    display: block;
  }
  #home-links .one-block .image-box .image img {
    vertical-align: middle;
  }
  #home-links .one-block .container-inner {
    margin-top: -6px;
  }
  #home-links .one-block .container-inner .text-box {
    position: relative;
  }
  #home-links .one-block .container-inner .text-box .title {
    margin-bottom: 8px;
  }
  #home-links .one-block .container-inner .text-box .title .en-text {
    display: block;
    font-family: "Alex Brush", cursive;
    font-size: 281.25%; /* 45px */
    line-height: 1;
    color: #26B7BC;
    margin-bottom: 1px;
  }
  #home-links .one-block .container-inner .text-box .title .ja-text {
    display: block;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 143.75%; /* 23px */
    font-weight: bold;
    line-height: 1.55;
  }
  #home-links .one-block .container-inner .text-box .s-title {
    font-size: 125%; /* 20px */
    font-weight: bold;
    line-height: 1.55;
    margin-bottom: 9px;
    color: #26B7BC;
  }
  #home-links .one-block .container-inner .text-box .text {
    margin-bottom: 18px;
  }
  #home-links .one-block .container-inner .text-box:before {
    width: 147px;
    height: 46px;
    content: "";
    display: block;
    background-image: url(../images/common/cloud02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 9px;
    right: -65px;
  }
  #home-links .one-block .container-inner .text-box:after {
    width: 38px;
    height: 52px;
    content: "";
    display: block;
    background-image: url(../images/common/bird04.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 72px;
    right: 42px;
  }
  #home-news {
    margin-bottom: 49px;
  }
}
@media all and (min-width: 1600px) {
  .mainv-outflame #mainv .image-box {
    width: calc(100% - 400px - 60px);
    left: 400px;
  }
}
@media all and (min-width: 600px) and (max-width: 750px) {
  .mainv-outflame #mainv .image-box {
    width: calc(100% - 120px - 20px);
    left: 120px;
  }
  .mainv-outflame #mainv .image-box .link-box {
    left: -10px;
  }
}

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