@charset "UTF-8";

::root {
  --sp-fontsize-h2: 24px; 
}

/* 共通css
--------------------------------------------------------------------*/

.top_h2 {
  font-size: 28px;
  color: #00759B;
  font-weight: bold;
  text-align: center;
  position: relative;
  max-width: fit-content;
  line-height: 1.4;
  margin: 0 auto 40px;
}
.top_h2::before {
  content: "";
  position: absolute;
  left: -50px;
  right: -50px;
  bottom: 3px;
  background: #B6D100;
  height: 8px;
  z-index: -1;
}
@media (min-width: 768px){
  .top_h2 {
    font-size: 32px;
  }
}

/* メイン画像
--------------------------------------------------------------------*/
.mainvisual_wrap {
  position: relative;
}
.mainvisual_text {
  position: absolute;
  top: 7vw;
  right: 10vw;
  z-index: 1;
  font-size: 5vw;
/*  direction: rtl;*/
  direction: ltr;
}
.mainImg_box {
    background: linear-gradient(270deg, #D0D0D0 0%, #fff 30%);
}
.mainImg_box img {
  mix-blend-mode: multiply;
}
.mainvisual_text_inner {
  position: relative;
  margin: 0 0.3em;
  line-height: 1.5;
  display: inline-block;
  white-space: nowrap;
  display: grid;
  font-feature-settings: initial;
}
.mainvisual_text00 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho,yu-mincho-pr6n, serif;
}
@media (min-width: 960px){
  .mainvisual_text {
    font-size: 3vw;
    top: 45vh;
    top: min(6vh, 50%);
    direction: ltr;
    display: block;
/*    right: 4vw;*/
    left: 83vw;
    right: unset;
  }
  .mainvisual_text_inner {
    display: inline-block;
  }
}
@media (max-width: 959px){
  .mainImg_box {
    background: linear-gradient(90deg, #D0D0D0, #fff 40%);
    background: linear-gradient(90deg, #b9b9b9, #fff 60%);
  }
  .mainvisual_text {
    right: unset;
    left: 3vw;
    top: 6vw;
    font-size: 7vw;
  }
  .mainvisual_text_inner {
    line-height: 1.7;
  }
}
/*==================================================================

医院からのお知らせ

==================================================================*/


.top_notice {
  background: rgba(0, 100, 139, 0.9);
}
.top_notice_inner {
  max-width: fit-content;
  margin: 0 auto 0;
  background: rgba(255,255,255,0.95);
  border-radius: 16px;
  display: grid;
  grid-gap: 40px;
  padding: 40px;
  translate:  0 -60px;
  line-height: 1.5;
}
.top_notice h2 {
  font-size: 22px;
  text-align: left;
  font-family: yu-mincho-pr6n, serif;
  margin-bottom: 10px;
}
.top_notice_time {
  letter-spacing: 0;
  font-family: 'Noto Sans JP',sans-serif;
}
.top_notice_time th {
  color: rgba(0, 100, 139, 1);
  padding: 5px 20px;
  text-align: center;
  font-weight: bold;
}
.top_notice_time td {
  padding: 5px 12px;
  text-align: center;
}
.top_notice_time tbody th,
.top_notice_time tbody td {
  border-top: 1px solid #000;
  text-align: center;
}

.top_first {
  position: relative;
}
.bg_top_first img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1080px){
  .top_notice_inner {
    grid-template-columns: 23em auto;
  }
}
@media (max-width: 959px){
  .bg_top_first img {
    top: 35vw;
  }
  .top_notice {
    position: relative;
    background: none;
    margin-top: -35vw;
    z-index: 0;
  }
  .top_notice::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 42vw;
    top: -7vw;
    background: rgba(0, 100, 139, 0.9);
    z-index: -2;
  }
  .top_notice_inner {
    grid-template-columns: auto;
    max-width: 92%;
    max-width: 85%;
    translate: 0;
    grid-gap: 24px;
  }
  .top_notice_info h2 {
    text-align: center;
    font-family: yu-mincho-pr6n, serif;
    font-size: 24px;
  }
  .top_notice_time table {
    width: 100%;
    margin-bottom: 10px;
  }
  .top_notice_time th {
    width: 9em;
  }
  .top_notice_time td {
    padding-left: 5px;
    padding-right: 5px;
  }  
  
}
@media (max-width: 959px) and (min-width: 560px){
  /* .top_notice_time {
    max-width: fit-content;
    margin: auto;
  }
  .top_notice_time_text {
    max-width: fit-content;
    margin: auto;
  } */
}
@media (max-width: 559px){
  .top_notice_inner {
    padding: 5vw;
  }
  .top_notice_inner h2 {
    font-size: 24px;
    padding-top: 2vw;
  }
  .top_notice_time th,
  .top_notice_time td {
    padding-left: 5px;
    padding-right: 5px;
  }
  .top_notice_time_text {
    font-size: 12px;
  }
}
@media (max-width: 419px){
  .top_notice_time {
    font-size: 3.7vw;
  }
}

/*==================================================================

医院からのお知らせ　終わり

==================================================================*/

/*==================================================================

ごあいさつ

==================================================================*/

.top_greeting {
  padding: 60px 5% 0;
  position: relative;
}
.top_greeting h2 {
  color: #000000;
  text-align: center;
  padding-top: 65px;
  position: relative;
  margin-bottom: 60px;
}

.top_greeting h2 .jp {
  display: block;
  font-size: 30px;
  font-family: yu-mincho-pr6n, serif;
  font-weight: bold;
  letter-spacing: 0.09em;
  margin-bottom: 0.2em;
  line-height: 1.2;
}
.top_greeting h2 .en {
  color: #3C3C3C;
  font-size: 18px;
  display: block;
  font-weight: bold;
  letter-spacing: 0;
}
.top_greeting .top_greeting_contents h3 {
  color: #00648B;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin-bottom: 40px;
  font-size: 28px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.top_greeting_text {
  text-align: center;
  color: #000;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.top_greeting_name {
  font-family: yu-mincho-pr6n, serif;
  font-size: 30px;
  font-weight: 500;
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4;
}
.top_greeting_name .mini {
  font-size: 80%;
}
.top_greeting_img {
  text-align: center;
  margin-top: 20px;
  mask: url(../../../uploads/2025/11/img_greeting_owner_mask.png) 0% 100% /contain no-repeat;
}
.top_greeting_img img {
  display: block;
}
@media (min-width: 960px){
  .top_greeting {
    padding: 60px 0 60px 0;
  }
  .top_greeting h2 .jp {
    font-size: 45px;
    text-box-trim: trim-both;
  }
  .top_greeting h2 .en {
    font-size: 18px;
    text-box-trim: trim-both;
  }
  .top_greeting_inner {
    display: grid;
    padding: 60px 20px 0 0;
    margin :auto;
    grid-template-columns: auto auto auto;
    align-items: end;
    background: rgba(255,255,255,0.5);
    margin-left: 305px;
    justify-content: center;
  }
  .top_greeting_img {
    position: relative;
    z-index: 1;
    margin-top: -200px;
    width: 23vw;
    margin-right: -10vw;
    margin-left: 10vw;
    margin-bottom: -1px;
  }
  .top_greeting_contents {
    align-self: baseline;
    margin: 0 -190px 45px -200px;
    position: relative;
    z-index: 2;
    font-size: 16px;
  }
  .top_greeting_img02 {
    position: relative;
    left: calc(-50% + -80px);
    margin-left: -100px;
    margin-top: -60px;
    top: -120px;
    display: grid;
    align-items: center;
    gap: 40px;
    justify-content: center;
    text-align: center;
  }
  .top_greeting_name {
    margin-top: 26px;
    font-size: 21px;
  }
    
}
@media (min-width: 1680px){
  .top_greeting_img {
    width: 500px;
    margin-right: 0;
  }
}
@media (min-width: 1780px){
  .top_greeting {
    padding: 60px 0 60px 0;
  } 
}
@media (max-width: 1649px) and (min-width: 960px){
  .top_greeting_img02 {
    display: none;

  }
  .top_greeting_inner {
    margin-left: unset;
    padding-left: 20px;
  }
  .top_greeting .top_greeting_contents h3 {
    text-align: left;
  }
  .top_greeting_text {
    text-align: left;
  }
  .top_greeting_contents {
    margin: 0px -150px 60px 0;
  }
  .top_greeting_img {
    margin-right: 0;
    width: 390px;
  }
  .top_greeting_name {
    text-align: right;
    padding-right: 80px;
  }
}
@media (max-width: 959px){
  .top_greeting {
    position: relative;
  }
  .top_greeting::before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 225px;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.78);
    z-index: -1;
  }
  .top_greeting_text {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .top_greeting_img {
    max-width: 250px;
    margin: 20px auto 0;
    translate: 90px 0;
  }
  .top_greeting_name {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    left: 50%;
    translate: calc(-50% - 130px) 0;
  }
  .top_greeting_name .mini {
    font-size: 100%;
  }
}
@media (max-width: 559px){
  .top_greeting {
    padding-top: 20px;
  }
  .top_greeting h2 {
    margin-bottom: 40px;
  }
  .top_greeting h2 .jp {
    margin-bottom: 0;
  }
  .top_greeting::before {
    top: 165px;
  }
  .top_greeting .top_greeting_contents h3 {
    margin-bottom: 20px;
  }
  .top_greeting_text {
    margin-bottom: 30px;
  }
  .top_greeting_img {
    max-width: 45%;
  }
  .top_greeting_name {
    left: 5%;
    translate: 0;
    margin-left: auto;
    max-width: fit-content;
    right: 54vw;
  }
}

/*==================================================================

ごあいさつ終わり

==================================================================*/

/*==================================================================

医院の特徴

==================================================================*/

.top_feature {
  padding: 190px 0 0 0;
  position: relative;
}
.top_feature_box01_pc_bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.top_feature_box01_pc_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(180deg,rgba(255,255,255,0) 15%,rgba(255,255,255,0.95),rgba(255,255,255,1) 90%);
}
.top_feature_box01_pc_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.top_feature_box01_sp_bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
}
.top_feature_box01_sp_bg img {
  width: 100%;
}
.top_feature_box01_sp_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(180deg,rgba(255,255,255,0) 15%,rgba(255,255,255,0.95),rgba(255,255,255,1) 90%);
}

.top_feature_list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  max-width: 95%;
  margin: 0 auto 40px;
}

.top_feature h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho,yu-mincho-pr6n, serif;
  line-height: 1.2;
  margin-bottom: 40px;
}
.top_feature h2 .top_feature_title_main {
  font-size: 57.5px;
}
.top_feature h2 .top_feature_title_main .mini {
  font-size: 80%;
}
.top_feature h2 .top_feature_title_en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
}
.top_feature_text {
  text-align: center;
  margin-bottom: 82.5px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 960px){
  .top_feature h2 {
    font-size: 36px;
  }
  .top_feature h2 .top_feature_title_main {
    font-size: 67.5px;
  }
}
@media (max-width: 959px){
  .top_feature {
    padding-top: 50px;
  }
  .top_feature h2 {
    margin-bottom: 25px;
    line-height: 1.3;
  }
  .top_feature h2 .top_feature_title_en {
    position: relative;
    top: -6px;
  }
  .top_feature_text {
    margin-bottom: 40px;
  }
  .top_feature h2 {
    font-size: 24px;
  }
  .top_feature h2 .top_feature_title_en {
    font-size: 14px;
    top: 0;
  }
}


/* 医院の特徴　01
---------------------------------------------------------*/

.top_feature_box01 {
  position: relative;
  padding: 55px;
  color: rgba(60, 60, 60, 1);
  width: 95%;
  margin-left: auto;
  font-size: 21px;
}
.top_feature_box01_inner {
  display: grid;
  margin-left: auto;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
}
.top_feature_box01::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 100, 139,.3);
  mix-blend-mode: multiply;
  border-radius: 80px 0 0 80px;
  z-index: -1;
  pointer-events: none;
}
.top_feature_box01 h3 {
  letter-spacing: 0.05em;
  font-size: 30px;
  line-height: 1.2;
  padding-left: 80px;
  margin-bottom: 20px;
  position: relative;
  color: rgba(60, 60, 60, 1);
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-box-trim: trim-end;
}
.top_feature_box01 h3::before {
  content: "1";
  font-family: "游明朝体", "Yu Mincho", YuMincho,yu-mincho-pr6n, serif;
  color: #fff;
  text-box-trim: trim-start;
  left: 0;
  font-size: 124px;
  position: absolute;
  bottom: -0.2em;
  display: block;
}
.top_feature_box01_textbox {
  margin-bottom: 20px;
}
.top_feature_box01_img {
  background: #fff;
  padding: 10px 40px;
  display: inline-block;
}
.top_feature_box01_img img {
  display: block;
  width: 100%;
}

.top_feature_box01.lazyloaded::after {
  position: absolute;
  bottom: -60px;
  right: 100%;
  margin-right: -50px;
  width: 211px;
  background: url(../../../uploads/2025/11/img_top_feature_check.png) 0% 0% / contain no-repeat;
  height: 208px;
}

@media (min-width: 960px){
  .top_feature_box01_over {
    padding-bottom: 60px;
  }
  .top_feature_box01_inner {
    grid-template-columns: 50.4% 44.8%;
  }
  .top_feature_box01_textbox {
    margin-bottom: 0;
  }
}
@media (min-width: 1420px){
  .top_feature_box01 {
    padding-right: 15vw;
    width: 81.25%;
  }
  .top_feature_box01.lazyloaded::after {
    content: "";
  }
}
@media (min-width: 1720px){
  .top_feature_box01 {
    padding-right: 15vw;
    width: 64%;
  }
}
@media (max-width: 959px){
  .top_feature_box01 {
    max-width: 88.5%;
    margin: 0 auto 6.25vw;
    padding: 55px 5.33vw 5vw;
  }
  .top_feature_box01::before {
    border-radius: 0 0 0 0;
  }
  .top_feature_box01_inner {
    padding-top: 100px;
    line-height: 1.4;
  }
  .top_feature_box01_inner .top_feature_box01_img {
    order: 1;
    margin-bottom: 20px;
  }
  .top_feature_box01_inner .top_feature_box01_textbox {
    order: 2;
  }
  .top_feature_box01 h3 {
    padding: 0;
  }
  .top_feature_box01 h3::before {
    content: none;
  }
  .top_feature_box01_inner::before {
    content: "1";
    font-family: "游明朝体", "Yu Mincho", YuMincho, yu-mincho-pr6n, serif;
    color: #fff;
    text-box-trim: trim-start;
    top: -28px;
    left: 0;
    right: 0;
    font-size: 94px;
    position: absolute;
    display: block;
    text-align: center;
    line-height: 1;
    color: rgba(0, 100, 139, 1);
  }
  .top_feature_box_title {
    position: unset;
    text-align: center;
  }
}
@media (max-width: 559px){
  .top_feature_box01 {
    padding: 0 5vw 40px;
  }
  .top_feature_box01 h3 {
    font-size: 22px;
  }
  .top_feature_box01_inner h3::before {
    font-size: 55px;
  }
  .top_feature_box01_inner::before {
    font-size: 55px;
    top: 20px;
  }
}

/* 医院の特徴　02
---------------------------------------------------------*/

.top_feature_box02_over {
  position: relative;
}
.top_feature_box02_bg {
  position: absolute;
  content: "";
  top: -60px;
  bottom: -60px;
  left: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.top_feature_box02_bg img {
  width: 60%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  margin-left: auto;
  display: block;
  margin-right: -10%;
}
.top_feature_box02 {
  position: relative;
  padding: 55px;
  color: rgba(60, 60, 60, 1);
  width: 95%;
  margin-right: auto;
  font-size: 21px;
}
.top_feature_box02_inner {
  display: grid;
  margin-left: auto;
  position: relative;
  justify-content: space-between;
  direction: rtl;
  align-items: flex-start;
}
.top_feature_box02::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(141, 165, 160, 0.3);
  mix-blend-mode: multiply;
  border-radius: 0 80px 80px 0;
  z-index: -1;
  pointer-events: none;
}
.top_feature_box02_textbox,
.top_feature_box02_img {
  direction: ltr; 
}
.top_feature_box02_textbox {
  margin-bottom: 20px;
}
.top_feature_box02 h3 {
  letter-spacing: 0.05em;
  font-size: 30px;
  line-height: 1.2;
  padding-left: 80px;
  margin-bottom: 20px;
  position: relative;
  color: rgba(60, 60, 60, 1);
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-box-trim: trim-end;
}
.top_feature_box02 h3::before {
  content: "2";
  font-family: "游明朝体", "Yu Mincho", YuMincho,yu-mincho-pr6n, serif;
  color: #fff;
  text-box-trim: trim-start;
  left: 0;
  font-size: 124px;
  position: absolute;
  bottom: -0.2em;
  display: block;
}
.top_feature_box02 h3 .sub_title {
  font-size: 21px;
  line-height: 1.2;
  color: inherit;
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0;
}
.top_feature_box02_img {
  background: #fff;
  padding: 10px 40px;
  display: inline-block;
}
.top_feature_box02_img img {
  display: block;
  width: 100%;
}


@media (min-width: 960px){
  .top_feature_box02_textbox {
    margin-bottom: 0;
  }
  .top_feature_box02_inner {
    grid-template-columns: 50.4% 44.8%;
  }
}
@media (min-width: 1420px){
  .top_feature_box02 {
    padding-left: 15vw;
    width: 81.25%;
  }
}
@media (min-width: 1720px){
  .top_feature_box02 {
    padding-left: 15vw;
    width: 64%;
  }
}

@media (min-width: 960px) and (max-width: 1419px){
  .top_feature_box02_bg img {
    width: 100%;
  }
}
@media (max-width: 959px){
  .top_feature_box02 {
    width: 88.5%;
    margin: 0 auto 6.25vw;
    padding: 55px 5.33vw 5vw;
    line-height: 1.4;
  }
  .top_feature_box02::before {
    border-radius: 0;
  }
  .top_feature_box02_inner {
    padding-top: 100px;
  }
  .top_feature_box02_inner .top_feature_box02_img {
    order: 1;
    margin-bottom: 20px;
  }
  .top_feature_box02_inner .top_feature_box02_textbox {
    order: 2;
  }
  .top_feature_box02 h3 {
    padding-left: 0;
  }
  .top_feature_box02 h3::before {
    content: none;
  }
  .top_feature_box02_inner::before {
    content: "2";
    font-family: "游明朝体", "Yu Mincho", YuMincho, yu-mincho-pr6n, serif;
    color: #fff;
    text-box-trim: trim-start;
    top: -28px;
    left: 0;
    right: 0;
    font-size: 94px;
    position: absolute;
    display: block;
    text-align: center;
    line-height: 1;
    color: rgb(99,115,112);
  }
}
@media (max-width: 559px){
  .top_feature_box02 {
    padding: 0 5vw 40px;
  }
  .top_feature_box02 h3 {
    font-size: 22px;
  }
  .top_feature_box02_inner h3::before {
    font-size: 55px;
  }
  .top_feature_box02_inner::before {
    font-size: 55px;
    top: 20px;
  }
}

/* 医院の特徴　0304
---------------------------------------------------------*/


.top_feature_box0304_bg {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -28%;
  width: 70%;
  z-index: -1;
}
.top_feature_box0304_bg::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 40%;
  width: 100vw;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 00%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
}
.top_feature_box0304_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.top_feature_box0304 {
  position: relative;
  padding: 55px;
  color: rgba(60, 60, 60, 1);
  margin-left: auto;
  font-size: 21px;
  width: 95%;
}
.top_feature_box0304_inner {
  display: grid;
  position: relative;
  justify-content: space-between;
  align-items: end;
}
.top_feature_box0304::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(197, 221, 35, 0.3);
  mix-blend-mode: multiply;
  border-radius: 80px 0 0 80px;
  z-index: -1;
  pointer-events: none;
}
.top_feature_box0304::after {
  position: absolute;
  bottom: -30px;
  width: 7vw;
  right: 6vw;
  height: 80%;
  background:100% 100% / contain no-repeat; 
  background-image:  url(../../../uploads/2025/11/img_top_feature_0304_2x.png);
}
@supports (background-image: url(../../../uploads/2025/11/img_top_feature_0304_2x.webp)) {
  .top_feature_box0304::after {
    background-image: url(../../../uploads/2025/11/img_top_feature_0304_2x.webp);
  }
}
@media (min-width: 1420px){
  .top_feature_box0304_bg::before {
    width: 60%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  }
}
@media (min-width: 960px) and (max-width: 1339px){
  .top_feature_box0304_bg::before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 00%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100% );
  }
}
@media (min-width: 960px){
  .top_feature_box0304_over {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }
  .top_feature_box0304_inner {
    grid-template-columns: 47.3% 46.9%;
  }
}
@media (min-width: 1420px){
  .top_feature_box0304 {
    padding-right: 15vw;
    width: 81.25%;
  }
  .top_feature_box0304::after {
    content: "";
  }
}
@media (min-width: 1720px){
  .top_feature_box0304 {
    padding-right: 15vw;
    width: 64%;
  }
}
@media (max-width: 959px){
  .top_feature_box0304 {
    width: 100%;
    padding: 0;
  }
  .top_feature_box0304::before {
    content: none;
  }
  .top_feature_box0304::after {
    content: none;
  }
  .top_feature_box0304_bg::before {
    left: 0;
    width: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  }
}

/* 医院の特徴　03
---------------------------------------------------------*/
.top_feature_box03 h3 {
  letter-spacing: 0.05em;
  font-size: 30px;
  line-height: 1.2;
  padding-left: 80px;
  margin-bottom: 20px;
  position: relative;
  color: rgba(60, 60, 60, 1);
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-box-trim: trim-end;
}
.top_feature_box03 h3::before {
  content: "3";
  font-family: "游明朝体", "Yu Mincho", YuMincho,yu-mincho-pr6n, serif;
  color: #fff;
  text-box-trim: trim-start;
  left: 0;
  font-size: 124px;
  position: absolute;
  bottom: -0.2em;
  display: block;
}
.top_feature_box03 h3 .sub_title {
  font-size: 21px;
  line-height: 1.2;
  color: inherit;
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0;
}
.top_feature_box03_text {
  margin-bottom: 20px;
}
.top_feature_box03_img {
  background: rgba(255,255,255,0.9);
  padding: 10px 20px;
  display: inline-block;
}
.top_feature_box03_img img {
  display: block;
  width: 100%;
}

@media (max-width: 959px){
  .top_feature_box03 {
    padding: 55px 5.33vw 5vw;
    width: 88.5%;
    margin: 0 auto 6.25%;
    position: relative;
  }
  .top_feature_box03::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(197, 221, 35, 0.3);
    mix-blend-mode: multiply;
    z-index: -1;
    pointer-events: none;
  }
  .top_feature_box03_inner {
    padding-top: 100px;
    display: grid;
    position: relative;
    line-height: 1.4;
  }
  .top_feature_box03_inner .top_feature_box03_img {
    order: 1;
    margin-bottom: 20px;
  }
  .top_feature_box03_inner .top_feature_box03_textbox {
    order: 2;
  }
  .top_feature_box03 h3 {
    padding: 0;
  }
  .top_feature_box03 h3::before {
    content: none;
  }
  .top_feature_box03_inner::before {
    content: "3";
    font-family: "游明朝体", "Yu Mincho", YuMincho, yu-mincho-pr6n, serif;
    color: #fff;
    text-box-trim: trim-start;
    top: -28px;
    left: 0;
    right: 0;
    font-size: 94px;
    position: absolute;
    display: block;
    text-align: center;
    line-height: 1;
    color: rgb(138,155,25);
  }
}
@media (max-width: 559px){
  .top_feature_box03 {
    padding: 0 5vw 40px;
  }
  .top_feature_box03 h3 {
    font-size: 22px;
  }
  .top_feature_box03 h3::before {
    font-size: 94px;
  }
  .top_feature_box03_inner::before {
    font-size: 55px;
    top: 20px;
  }
}

/* 医院の特徴　04
---------------------------------------------------------*/
.top_feature_box04 h3 {
  letter-spacing: 0.05em;
  font-size: 30px;
  line-height: 1.2;
  padding-left: 80px;
  margin-bottom: 20px;
  position: relative;
  color: rgba(60, 60, 60, 1);
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-box-trim: trim-end;
}
.top_feature_box04 h3::before {
  content: "4";
  font-family: "游明朝体", "Yu Mincho", YuMincho,yu-mincho-pr6n, serif;
  color: #fff;
  text-box-trim: trim-start;
  left: 0;
  font-size: 124px;
  position: absolute;
  bottom: -0.2em;
  display: block;
}
.top_feature_box04 h3 .sub_title {
  font-size: 21px;
  line-height: 1.2;
  color: inherit;
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0;
}
.top_feature_box04_text {
  margin-bottom: 20px;
}
.top_feature_box04_img img {
  display: block;
  width: 100%;
}

@media (max-width: 959px){
  .top_feature_box04 {
    padding: 55px 5.33vw 5vw;
    width: 88.5%;
    margin: 0 auto 6.25%;
    position: relative;
  }
  .top_feature_box04::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 100, 139, 0.3);
    mix-blend-mode: multiply;
    z-index: -1;
    pointer-events: none;
  }
  .top_feature_box04_inner {
    padding-top: 100px;
    display: grid;
    position: relative;
    line-height: 1.4;
  }
  .top_feature_box04_inner .top_feature_box04_img {
    order: 1;
    margin-bottom: 20px;
  }
  .top_feature_box04_inner .top_feature_box04_textbox {
    order: 2;
  }
  .top_feature_box04 h3 {
    padding: 0;
  }
  .top_feature_box04 h3::before {
    content: none;
  }
  .top_feature_box04_inner::before {
    content: "4";
    font-family: "游明朝体", "Yu Mincho", YuMincho, yu-mincho-pr6n, serif;
    color: #fff;
    text-box-trim: trim-start;
    top: -28px;
    left: 0;
    right: 0;
    font-size: 94px;
    position: absolute;
    display: block;
    text-align: center;
    line-height: 1;
    color: rgba(0, 100, 139, 1);
  }
}
@media (max-width: 559px){
  .top_feature_box04 {
    padding: 0 5vw 40px;
    margin-bottom: 40px;
  }
  .top_feature_box04 h3 {
    font-size: 22px;
  }
  .top_feature_box04_inner::before {
    font-size: 55px;
    top: 20px;
  }
}



.top_feature_box01_textbox,
.top_feature_box02_textbox,
.top_feature_box03_textbox,
.top_feature_box04_textbox {
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 2560px){
  .top_feature_box01,
  .top_feature_box02,
  .top_feature_box0304 {
    width: 60vw;
  }
}
@media (max-width: 959px) and (min-width: 560px){
  .top_feature_box0304_inner {
    display: block;
  }
  .top_feature_box01,
  .top_feature_box02,
  .top_feature_box03,
  .top_feature_box04 {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .top_feature_box01 h3 .sub_title,
  .top_feature_box02 h3 .sub_title,
  .top_feature_box03 h3 .sub_title,
  .top_feature_box04 h3 .sub_title {
    margin-bottom: 10px;
  }
}
@media (max-width: 559px){
  .top_feature_box01 h3,
  .top_feature_box02 h3,
  .top_feature_box03 h3,
  .top_feature_box04 h3 {
    font-size: 24px;
  }
  .top_feature_box01 h3 .sub_title,
  .top_feature_box02 h3 .sub_title,
  .top_feature_box03 h3 .sub_title,
  .top_feature_box04 h3 .sub_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .top_feature_box01_textbox,
  .top_feature_box02_textbox,
  .top_feature_box03_textbox,
  .top_feature_box04_textbox {
    font-size: 18px;
  }
  .top_feature_box01_inner,
  .top_feature_box02_inner,
  .top_feature_box03_inner,
  .top_feature_box04_inner {
    padding-top: 90px;
  }
  .top_feature_box01_inner::before,
  .top_feature_box02_inner::before,
  .top_feature_box03_inner::before,
  .top_feature_box04_inner::before {
    font-size: 55px;
    top: 20px;
  }
}
/*==================================================================

医院の特徴終わり

==================================================================*/
/*==================================================================

定期検診

==================================================================*/

.top_examination {
  padding: 135px 3.75%;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", fot-tsukuardgothic-std, sans-serif;
}

.top_examination h2 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho,yu-mincho-pr6n, serif;
}
.top_examination h2 .en {
  font-size: 18px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.bg_top_examination {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  
}
.bg_top_examination::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
    z-index: 0;
    background: linear-gradient(90deg, rgba(0, 100, 139, 1), rgba(0, 100, 139, 1), rgba(0, 100, 139, 0.6));
}
.bg_top_examination img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  z-index: -2;
}
.img_top_examination {
  position: absolute;
  bottom: 0;
  left: 3vw;
  width: 31vw;
  height: 100%;
  pointer-events: none;
}
.img_top_examination img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.top_examination_btn {
  margin-top: 40px;
}
.top_examination_btn a {
  display: block;
  max-width: 288px;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  position: relative;
  margin: auto;
}
.top_examination_btn a::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 13.5px;
  height: 13.5px;
  top: 50%;
  translate: 0 -50%;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #fff;
}
.top_examination_btn a:hover {
  background: #fff;
  color: rgba(0, 100, 139, 1);
  border-color: rgba(0, 100, 139, 1);
}
.top_examination_btn a:hover::after {
  background: rgba(0, 100, 139, 1);
}
.top_examination_btn a::after {
}
@media (min-width: 960px){
  .top_examination h2 {
    font-size: 45px;
  }
}
@media (min-width: 1560px){
  .img_top_examination {
    width: 500px;
    right: 50%;
    left: unset;
    margin-right: 260px;
  }
}
@media (max-width: 959px){
  .top_examination {
    padding: 55px 3.75% 175px 3.75%;
  }
  .img_top_examination {
    left: 50%;
    width: 290px;
    margin-left: -320px;
  }
  .top_examination h2 {
    max-width: 7em;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    line-height: 1.2;
  }
  .top_examination h2 .jp {
    padding-bottom: 10px;
    display: block;
  }
  .bg_top_examination img {
    object-position: 75% 50%;
  }
}
@media (max-width: 559px){
  .top_examination {
    padding: 55px 5vw 133px;
  }
  .top_examination h2 .jp {
    padding-bottom: 5px;
  }
  .top_examination_inner {
    text-align: left;
  }
  .img_top_examination {
    left: 10vw;
    width: 230px;
    height: 100%;
    pointer-events: none;
    margin: 0 0 0 -80px;
  }
  .top_examination_btn {
    text-align: center;
  }
  .top_examination_btn a {
    margin: 0;
    margin-left: 80px;
    max-width: calc(100% - 120px);
    padding: 10px 20px 10px 10px;
  }
  .top_examination_inner p {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 399px){
  .top_examination_btn a {
    max-width: 100%;
    margin-right: 10px;
  }
}

/*==================================================================

定期検診終わり

==================================================================*/

/*==================================================================

診療科目

==================================================================*/
.top_subject {
  padding-top: 112px;
  padding-bottom: 41px;
  position: relative;
}
.top_subject::after {
  content: "";
  position: absolute;
  left: 50%;
  
}
.top_subject_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.top_subject_bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,1) 90%);
}
.top_subject_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.top_subject_inner {
	background: rgba(234, 243, 247, 0.95);
	padding: 45px 20px;
  border-radius: 48px;
  max-width: 1106px;
  margin: auto;
}
.top_subject_title {
  color: #000000;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.top_subject_title .jp {
  display: block;
  font-size: 45px;
  font-family: yu-mincho-pr6n, serif;
  font-weight: bold;
  letter-spacing: 0.09em;
  margin-bottom: 0.2em;
  line-height: 1.2;
}
.top_subject_title .en {
  font-size: 18px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
}

.top_subject_bnr {
    margin-bottom: 60px;
}
.top_subject_bnr li {
	margin-bottom: 20px;
}
.top_subject_bnr a {
	text-decoration: none;
  transition: background 0.3s;
}
.top_subject_bnr_inner {
	font-size: 14px;
	color: #3B4043;
	display: grid;
	grid-template-columns: 27% 1fr;
  grid-template-rows: auto 1fr;
  grid-gap: 0 15px;
  padding: 20px;
  line-height: 1.2;
	border-radius: 18px;
  background: rgba(141,165,160,0.1);
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.top_subject_bnr_img {
	grid-row: 1/3;
}
.top_subject_bnr_title {
	color: rgba(0, 100, 139, 1);
	font-size: 18px;
	margin-bottom: 5px;
	font-family: "Zen Kaku Gothic New" , fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
}
.top_subject_bnr_text {
/*  position: relative;*/
/*  padding-bottom: calc(1em + 20px);*/
}
.top_subject_bnr_btn {
  display: block;
  text-align: right;
  padding-right: 10px;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.top_subject_bnr_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 5px;
  height: 5px;
  rotate: 45deg;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.top_subject_bnr a:hover .top_subject_bnr_inner {
  background: #00648b;
  color: #fff;
}
.top_subject_bnr a:hover .top_subject_bnr_title {
  color: #fff;
}
.top_subject_bnr a:hover .top_subject_bnr_btn::after {
  border-color: #fff;
}

@media (min-width: 960px){

/*
	.top_menu {
		padding: 106px 0;
		background: #fff;
	}
	.top_menu_inner {
		background: rgba(0, 81, 164, 0.08);
		padding: 50px 60px;
		max-width: 1040px;
		margin: auto;
	}
*/
	
  .top_subject_title .jp {
    font-size: 30px;
    letter-spacing: 0.09em;
    margin-bottom: 0.2em;
          line-height: 1.2;
  }
  .top_subject_title .en {
    font-size: 18px;
  }
	
	.top_subject_bnr {
		max-width: 900px;
		margin: auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0 70px;
		padding: 20px 0px 20px 40px;
    margin-bottom: 0;
	}
	.top_subject_bnr li {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 2;
		margin-bottom: 60px;
	}
	.top_subject_bnr_inner {
		padding: 30px 20px 50px ;
		font-size: 16px;
		line-height: 1.4;
		border-radius: 0;
	}
	.top_subject_bnr_img {
		margin: -64px 0 0 -64px;
	}
	.top_subject_bnr_title {
		text-align: center;
		font-size: 20px;
		margin-bottom: 10px;
	}	
}
@media (min-width: 960px) and (max-width: 1239px) {
  .top_subject_inner {
    max-width: 95%;
  }
}
@media (max-width: 959px){
  .top_subject_inner {
    max-width: fit-content;
    padding: 45px 40px 5px;
    border-radius: 6vw;
  }
  .top_subject_bnr {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .top_subject_title {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .top_subject_bnr_img {
    align-self: center;
  }
}
@media (max-width: 559px){
  .top_subject {
    padding: 0;
  }
  .top_subject_inner {
    max-width: 100%;
    padding: 65px 20px 1px;
    border-radius: 0;
  }
  .top_subject_title .jp {
    font-size: 30px;
    margin-bottom: 0;;
  }
  .top_subject_title .en {
    font-size: 14px;
  }
  .top_subject_bnr_inner {
    border-radius: 0;
    padding: 20px 20px 45px;
    font-size: 16px;
    line-height: 1.4;
  }
  .top_subject_bnr_title {
    font-size: 22px;
  }
}


/*==================================================================

診療科目 ここまで
 
==================================================================*/

/*==================================================================

診療メニュー

==================================================================*/

.top_treatment {
  padding-top: 41px;
  padding-bottom: 360px;
  position: relative;
}
.top_treatment_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.top_treatment_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,1) 90%);
}
.top_treatment_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.top_treatment_overImg {
  position: absolute;
  left: 50%;
  width: 506px;
  bottom: 0;
  translate: -50% 0;
  height: 404px;
}
.top_treatment_overImg img {
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
  height: 100%;
}
.top_treatment_inner {
  background: rgba(235, 242, 185, 1);
  padding: 73px;
  border-radius: 48px;
  max-width: 1106px;
  margin: auto;
}
.top_treatment_title {
  color: #000;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.top_treatment_title .jp {
  display: block;
  font-size: 45px;
  font-family: yu-mincho-pr6n, serif;
  font-weight: bold;
  letter-spacing: 0.09em;
  margin-bottom: 0;
  line-height: 1.2;
}
.top_treatment_title .en {
  font-size: 18px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
}

.top_treatment_bnr {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(3,1fr);
	justify-content: center;
}
.top_treatment_bnr a {
  display: block;
  position: relative
}
.top_treatment_bnr img {
	width: 100%;
  display: block;
  z-index: 1;
}
.top_treatment_bnr img.on {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}
.top_treatment_bnr a:hover img.on {
  opacity: 1;
}

@media (min-width: 960px){
	.top_treatment_bnr {
		grid-gap: 17px;
		grid-template-columns: repeat(5,1fr);
		max-width: 900px;
		margin: auto;
	}
	
}
@media (min-width: 960px) and (max-width: 1239px) {
  .top_treatment_inner {
    max-width: 95%;
  }
}
@media (max-width: 959px){
    .top_treatment {
      padding-bottom: 33%;
    }
    .top_treatment_inner {
      max-width: fit-content;
      padding: 45px 38px;
      border-radius: 6vw;
    }
    .top_treatment_bnr {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .top_treatment_title {
      margin-bottom: 30px;
    }
    .top_treatment_overImg {
        width: 50vw;
        height: 39.6vw;
    }
}

@media (max-width: 559px){
  .top_treatment {
    padding: 0;
  }
  .top_treatment_title .jp {
    font-size: 30px;
  }
  .top_treatment_title .en {
    font-size: 14px;
  }
  .top_treatment_inner {
    max-width: 100%;
    padding: 45px 20px;
    border-radius: 0;
  }
  .top_treatment_overImg {
    left: 40%;
    right: 5%;
    width: 50vw;
    height: 40vw;
    pointer-events: none;
    translate: 0;
  }
}


/*==================================================================

診療メニュー ここまで
 
==================================================================*/



/* infomation
--------------------------------------------------------------------*/

.category__list a, .top_infomation_list a {
  display: inline-block;
  font-weight: bold;
}
.category__list a .post_date, .top_infomation_list a .post_date {
  margin-right: 0.8em;
  display: inline-block;
  color: #00648B;
}

.top_infomation {
  text-align: center;
}
.top_infomation_inner {
  max-width: fit-content;
  margin: 0 auto 40px;
  text-align: left;
}
.top_infomation_list a {
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 5px 50px 5px 10px;
  border-bottom: 1px dotted #000;
}
.top_infomation_list a::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 1;
  text-box-trim: trim-both;
  translate: 0 -50%;
}
.top_infomation_list a .date {
  display: inline-block;
  margin-right: 1em;
  color: rgba(0, 100, 139, 1);
}

.top_infomation_btn {
  text-align: center;
}
.top_infomation_btn a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  padding: 0 20px 0 0;
  border-bottom: 1px solid #000;
  position: relative;
  line-height: 1.2;
}
.top_infomation_btn a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 1px solid #000;
  height: 13px;
  transform-origin: right bottom;
  rotate: -65deg;
}
@media (min-width: 960px){
  .top_infomation_list a {
    padding-left: 5.9em;
    padding-right: 30px;
    position: relative;
    display: block;
  }
  .top_infomation_list a .post_date {
    position: absolute;
    left: 0;
  }
}