@charset "UTF-8";

/* CSS Document */
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  scroll-behavior: smooth;
}

:root {
  --light_a: #A3D0E7;
  --light_b: #777777;
  --pink: #DDC1DB;
  --bg_pink: #ECE6ED;
  --bg_blue: #9ECDE6;
  --bg_green: rgba(209, 243, 223, 0.8);
  --green: #81AF82;
}

body {
  color: #777777;
  /* RGB */
  background-color: #ffffff;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: min(3.3vw, 1.6rem);
  letter-spacing: 0.04rem;
  line-height: 2;
  text-align: center;
}

.reimin {
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

h2,
h3,
h4 {
  font-weight: 500;
  line-height: 1.2;
}

a {
  color: #333333;
}

a:hover {
  opacity: 0.7;
}

.clarity a:hover {
  opacity: 1;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
}

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.is-hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.green {
  color: var(--green);
}

.blue {
  color: #9ECDE6;
}

.white {
  color: #ffffff;
}

.pink {
  color: var(--pink);
}

.left {
  text-align: justify;
}

.center {
  text-align: center;
}

.ft_36 {
  font-size: min(7.5vw, 3.6rem);
}

.ft_28 {
  font-size: min(5.8vw, 2.8rem);
}

.ft_24 {
  font-size: min(5vw, 2.4rem);
}

.ft_20 {
  font-size: min(4vw, 20px);
}

.ft_18 {
  font-size: min(3.7vw, 1.8rem);
}

.ft_16 {
  font-size: min(3.4vw, 1.6rem);
}

.bold {
  font-weight: 700;
}

.fadeInUpTrigger {
  opacity: 0;
}

.flex {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

header {
  position: absolute;
  top: 0;
  z-index: 20;
  width: 100%;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 4vw 20px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 72%, rgba(255, 255, 255, 0));
}

.header_inner h1 {
  width: 170px;
}

.header_btn {
  width: 40px;
}

/* ham_menu */
.ham_btn {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 999;
  margin: 0;
  border-radius: 50%;
  background-color: var(--bg_blue);
  background-size: cover;
}

.ham_btn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 10px;
  height: 1px;
  background: #ffffff;
  width: 20px;
  top: 20px;
}

.ham_btn span:nth-of-type(1) {
  top: 13px;
}

.ham_btn span:nth-of-type(2) {
  top: 27px;
}

.ham_btn.active span:nth-of-type(1) {
  top: 16px;
  left: 4px;
  transform: translateY(6px) rotate(-45deg);
  width: 26px;
}

.ham_btn.active span:nth-of-type(2) {
  opacity: 0;
}

.ham_btn.active span:nth-of-type(3) {
  top: 28px;
  left: 4px;
  transform: translateY(-6px) rotate(45deg);
  width: 26px;
}


.nav_wrap {
  position: fixed;
  z-index: 100;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--bg_blue);
  overflow-y: auto;
  padding: 60px 8%;
}

.sp_nav {
  width: 100%;
}

.nav_wrap ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}

.nav_wrap li {
  list-style: none;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #777777;
  position: relative;
}

.nav_wrap li::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  border-bottom: 1px solid #777777;
  border-right: 1px solid #777777;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: auto;
}

.nav_wrap .has_child::after {
  display: none;
}

.nav_wrap li a {
  color: #777777;
  text-decoration: none;
  padding: 16px;
  width: 100%;
  display: block;
}

.nav_wrap.show {
  right: 0;
}

.nav_wrap nav summary {
  color: #777777;
  padding: 16px
}

.nav_wrap nav summary::marker {
  color: #ffffff;
}

/* デフォルトの三角形マーカーをリセット */
.nav_wrap nav summary {
  list-style: none;
  transition: 0.3s;
}

/* サマリーのカスタムマーカー（+） */
.nav_wrap nav summary::before {
  content: "＋";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  transition: opacity 0.3s, transform 0.3s;
}

/* 展開しているときのカスタムマーカー（-） */
.nav_wrap nav details[open] summary::before {
  content: "－";
  opacity: 1;
  top: 36px;
  transform: translateY(-50%) rotate(0deg);
}

/* 非表示にしたい場合（オプション） */
.nav_wrap nav details[open] summary::after {
  display: none;
}

.grandchild_wrap {
  background-image: url(../img/item_bg_b.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 16px;
  border-radius: 16px;
}

.sp_nav .grandchild_wrap::after,
.sp_nav .grandchild_wrap li::after {
  display: none;
}

.sp_nav .grandchild_wrap li {
  border-bottom: none;
}

.sp_nav .grandchild {
  margin-bottom: 0;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.sp_nav .grandchild li {
  width: 155px;
  padding: 10px 5%;
}

.sp_nav .grandchild_wrap li a {
  color: #ffffff;
  padding: 0;
}

.no-scroll {
  overflow: hidden;
}

/* MV */
.MV {
  position: relative;
}
.MV_slide {
  margin-inline: auto;
  overflow: hidden;
}
.slide img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.MV_text {
  width: 80%;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-45%, -50%);
}

.gradation {
  width: 100%;
  height: 25%;
  position: absolute;
  top: 80vw;
  left: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)90%);
}

.top_bnrWrap {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 500px;
  margin: -60px auto -20px;
}

.top_bnrWrap .bnr.tel {
  width: 80%;
  margin: 0 auto;
  max-width: 300px;
}


/* 共通 */
section {
  position: relative;
  padding: 80px 0 100px;
}

#top_news::before,
#top_news::after {
  content: "";
  width: 50%;
  height: 40vw;
  max-width: 360px;
  max-height: 310px;
  background-image: url(../img/deco01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#top_news::after {
  transform: scale(-1, -1);
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: -1;
}

#top_news h3 {
  position: relative;
  margin-bottom: 60px;
}

#top_news h3::before,
#top_news h3::after {
  content: "";
  width: 14vw;
  height: 14vw;
  max-width: 92px;
  max-height: 80px;
  background-image: url(../img/deco02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: -60px;
  left: 20px;
  z-index: 1;
}

#top_news h3::after {
  transform: scale(-1, -1);
  top: auto;
  bottom: -10vw;
  left: auto;
  right: 14px;
  z-index: -1;
}

.news_outer {
  width: 90%;
  margin: 0 auto;
}

.news_outer h4 {
  background-color: var(--bg_blue);
  position: relative;
  padding: 8px 0;
}

.news_outer h4::after {
  content: "";
  width: 14vw;
  height: 14vw;
  max-width: 90px;
  max-height: 60px;
  background-image: url(../img/deco02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: -25px;
  left: 20px;
  z-index: 1;
}

.news_list_wrap {
  border: 1px dashed #cccccc;
  border-width: 1px;
  border-spacing: 5px;
  padding: 20px 5%;
  background-color: #ffffff;
  height: 220px;
  overflow-y: scroll;
}

.news_list_wrap li {
  padding: 10px 0;
}

.news_list_wrap li .date {
  color: var(--light_a);
}

#top_concept {
  background-color: var(--bg_pink);
}

#top_concept::before,
#top_concept::after {
  content: "";
  width: 30vw;
  height: 34vw;
  max-width: 222px;
  max-height: 239px;
  background-image: url(../img/deco04.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 200px;
  left: 2%;
  z-index: 1;
}

#top_concept::after {
  background-image: url(../img/deco05.png);
  top: auto;
  bottom: 0;
  left: auto;
  right: 2%;
}

#top_concept h3 {
  width: 90%;
  margin: 0 auto;
  max-width: 366px;
  position: relative;
  z-index: 2;
}

.concept_Wrap {
  width: 70%;
  max-width: 405px;
  margin: 100px auto 0;
}

#top_medical {
  padding-top: 20px;
  container-type: inline-size;
  container-name: top_medical;
}

#top_medical::before,
#top_medical::after {
  content: "";
  width: 45vw;
  height: 30vw;
  max-width: 655px;
  max-height: 422px;
  background-image: url(../img/deco06.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 00px;
  z-index: -1;
}

#top_medical::after {
  transform: scaleX(-1);
  left: auto;
  right: 0;
  z-index: -1;
}

#top_medical h3 {
  margin: 0 auto;
  max-width: 500px;
}

.medical_itemWrap {
  width: 90%;
  margin: 60px auto;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px
}

.medical_item {
  max-width: 550px;
  background-image: url(../img/item_bg_b.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: min(4vw, 20px);
  position: relative;
  border-radius: 20px;
}

.medical_item::after {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border-radius: 20px;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 1;
  border: 1px dashed #ffffff;
  border-width: 1px;
  border-spacing: 8px;
}

.medical_item .item_img {
  position: relative;
  overflow: hidden;
}

.medical_item .item_img img {
  transition: 0.3s;
}

.medical_item .item_icon {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.medical_item .item_text {
  background-color: #ffffff;
  text-align: left;
  padding: 10px;
}

.medical_item.type02 {
  background-image: url(../img/item_bg_g.png);
}

.medical_item.type03 {
  background-image: url(../img/item_bg_p.png);
}

.medical_item:hover {
  opacity: 1;
}

.medical_item:hover .item_img img {
  opacity: 0.8;
}

@container top_medical (min-width: 640px) {
  .medical_item {
    width: calc((100% - 20px)/2);
  }

  .medical_itemWrap {
    justify-content: flex-start;
  }
}

#top_greeting {
  padding-top: 0;
}

#top_greeting .content {
  background-color: #EDF2F0;
  padding: 60px 5%;
  position: relative;
}

#top_greeting .content::after {
  content: "";
  width: 100%;
  height: 50vw;
  position: absolute;
  bottom: -50vw;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(360deg, rgba(237, 242, 240, 0), rgba(237, 242, 240, 1));
}

#top_greeting h3 {
  width: 80%;
  max-width: 315px;
  margin: 0 auto 40px;
}

.dc_name {
  padding: 40px 0 0;
  display: inline-block;
}

.dc_name span {
  display: block;
  padding: 0 40px;
  border-bottom: 1px solid #707070;
  line-height: 1.5;
  margin-bottom: 8px;
}

#top_request {
  padding-top: 45px;
}

#top_request::before,
#top_request::after {
  content: "";
  width: 45vw;
  height: 30vw;
  max-width: 655px;
  max-height: 422px;
  background-image: url(../img/deco06.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 00px;
  z-index: -1;
}

#top_request::after {
  transform: scaleX(-1);
  left: auto;
  right: 0;
  z-index: -1;
}

#top_request h3 {
  position: relative;
  margin-bottom: 60px;
}

#top_request h3::before,
#top_request h3::after {
  content: "";
  width: 14vw;
  height: 14vw;
  max-width: 92px;
  max-height: 80px;
  background-image: url(../img/deco02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: -60px;
  left: 20px;
  z-index: 1;
}

#top_request h3::after {
  transform: scale(-1, -1);
  top: auto;
  bottom: -10vw;
  left: auto;
  right: 14px;
  z-index: 1;
}

.request_itemWrap {
  width: 90%;
  margin: 40px auto;
  gap: 20px;
  container-type: inline-size;
  container-name: top_request;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.request_item {
  max-width: 380px;
  width: 80%;
  background-color: var(--bg_green);
  padding: 20px;
  border-radius: 20px;
}

@container top_request (min-width: 640px) {
  .request_item {
    width: calc((100% - 20px)/2);
  }
}
.gallery{
  padding-top: 0;
}
.gallery .top_slide{
  margin-bottom: 2vw;
}
.gallery .slide{
  width: 80vw;
  max-width: 400px;
  margin-left: 2vw;
}

#access {
  padding: 0;
  padding: 40px 0 80px;
}

#access .logo {
  width: 90%;
  max-width: 490px;
  margin: 0 auto;
}

#access .adress {
  padding: 20px 0;
}

#access .btn {
  width: 300px;
  margin: 0 auto;
}

.time-table {
  max-width: 600px;
  background: #DFE9F7;
  width: 90%;
  margin: 0 auto;
}

.biz-hour {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #DFE9F7;
}

.biz-hour .bg_blue {
  background: var(--bg_blue);
}

.biz-hour td,
.biz-hour th {
  text-align: center;
  line-height: 2.4;
  color: #333333;
}

.biz-hour .bg_blue th {
  color: #ffffff;
  padding: 10px 0;
}

.biz-hour th:first-of-type {
  width: 30%;
  max-width: 150px;
}

.biz-txt {
  color: #333333;
  max-width: 600px;
  margin: 0 auto;
  width: 90%;
}

.biz-hour .blue {
  color: var(--bg_blue);
  font-size: min(6vw, 2.6rem);
}




#access::after {
  content: "";
  width: 100%;
  height: 70px;
  background-image: url(../img/deco07.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% -10%;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: -1;
}

#map {
  padding: 0;
  z-index: 2;
}

#map iframe {
  display: block;
  width: 100%;
  height: 450px;
}

.cr {
  padding: 16px 0;
  background-color: var(--bg_pink);
  text-align: center;
}

#go_top {
  width: 50px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 900;
}

/* pcスタイル */
@media screen and (min-width: 960px) {
  .sp_none {
    display: block;
  }

  .pc_none {
    display: none;
  }

  #sp-nav {
    display: none;
  }

  header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100px;
  }

  .header_inner {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    background: none
  }

  .header_inner .logo {
    width: 280px;
  }

  .header_btn {
    width: 300px;
  }

  .MV {
    max-height: 90vh;
    overflow: hidden;
  }

  .MV_text {
    width: calc(90% - 500px);
    max-width: 900px;
    position: absolute;
    top: 55%;
    left: 10%;
    transform: translate(0 , -50%);
  }

  .top_bnrWrap {
    position: absolute;
    top: 70%;
    right: 3%;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-start;
    width: 30%;
    max-width: 500px;
  }
  .top_bnrWrap .bnr a:hover{
    opacity: 0.8;
  }
  .float_wrap {
    position: relative;
    z-index: 50;
    background: var(--bg_pink);
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 2vw;
    height: 130px;
  }

  .float_nav {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0)
  }

  .float_wrap .pc_nav {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }

  .float_wrap .float_btn {
    display: none;
  }

  .nav_parent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0px;
  }

  .float_wrap .U_line {
    display: inline-block;
    padding: 20px 2.4vw;
    position: relative;
  }

  .float_wrap .U_line::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #777777;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0;
    z-index: 1;
  }

  .float_wrap .U_line:nth-last-child(1)::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #777777;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -0;
    z-index: 1;
  }

  .float_wrap .U_line>a {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #777777;
    line-height: 1;
    position: relative;
    font-size: min(1.6vw, 1.8rem);
  }

  .float_wrap .U_line>a::after {
    content: '';
    z-index: -1;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 16px;
  }

  .float_wrap .U_line>a:hover:after {
    opacity: 1;
  }

  .float_wrap .U_line a img {
    width: auto;
    width: 90px;
    margin: 0 auto;
  }

  .float_nav .nav_child {
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translate(-50%);
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    display: flex;
    gap: 8px;
  }

  .float_nav .has-child li a {
    display: block;
    padding: 4px 0;
    width: 100%;
    font-size: 1.5rem;
    height: 101%;
  }

  nav li.has-child:hover>ul,
  nav li.has-child ul li:hover>ul,
  nav li.has-child:active>ul,
  nav li.has-child ul li:active>ul {
    visibility: visible;
    opacity: 1;
  }

  /*ナビゲーションaタグの形状*/
  .float_nav .nav_child li a {
    color: #ffffff;
    width: 137px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .float_nav nav li.has-child ul li:last-child a {
    border-bottom: none;
  }

  .float_nav nav li.has-child ul li a:hover,
  .float_nav nav li.has-child ul li a:active {
    background: #ffffff;
    color: #777777;
  }

  .float_wrap.fixed {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
  }

  .float_wrap.fixed {
    height: 70px;
    padding: 0;
  }

  .float_wrap.fixed .pc_nav {
    padding: 0 0 0 40px;
  }

  .float_wrap .float_tel a {
    display: none;
  }

  .float_wrap.fixed .float_tel a {
    width: 280px;
    display: block;
    position: relative;
  }

  section {
    padding: 120px 0;
  }

  h3 {
    max-width: 900px;
    margin: 0 auto;
  }

  #top_news h3 {
    margin-bottom: 120px;
  }

  .news_outer {
    max-width: 900px;
    margin: 0 auto;
  }

  .news_outer h4 {
    padding: 10px 0;
  }

  #top_news h3::before {
    top: -60px;
    left: 0;
  }

  #top_news h3::after {
    top: auto;
    bottom: -60px;
    left: auto;
    right: 14px;
  }

  .news_list_wrap li a {
    display: flex;
    gap: 40px;
    align-items: center;
  }

  #top_concept h3 {
    max-width: 700px;
  }

  #top_concept .concept_Wrap {
    max-width: 1440px;
    flex-direction: row;
    margin-top: 80px;
  }

  #top_concept::before {
    top: 40px;
  }

  .medical_itemWrap {
    max-width: 1200px;
    justify-content: space-between;
    gap: 40px;
    margin-top: 120px;
  }

  .medical_item {
    width: calc((100% - 40px) / 2);
    max-width: none;
  }

  #top_greeting {
    padding-bottom: 0;
  }

  #top_greeting .content {
    width: 50%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 8% 120px;
    line-height: 2.4;
  }

  #top_greeting .content::after {
    display: none;
  }

  #top_greeting .content_img {
    position: absolute;
    width: 30%;
    top: 40px;
    left: 0;
  }

  #top_greeting .content_img:nth-of-type(2) {
    top: auto;
    bottom: 40px;
    left: auto;
    right: 0;
  }

  #top_request {
    padding-top: 160px;
    line-height: 2.4;
  }

  #top_request h3::after {
    top: auto;
    bottom: -40px;
    left: auto;
    right: 14px;
    z-index: 1;
  }

  #top_request h3 {
    margin-bottom: 80px;
  }

  .request_itemWrap {
    gap: 30px;
  }

  .request_item {
    padding: 40px 40px 20px;
    width: calc((100% - 90px)/ 4);
  }

  .request_item h4 {
    padding-bottom: 10px;
  }

  #access {
    padding-bottom: 200px;
  }

  #access .content {
    flex-direction: row;
    gap: 40px;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    justify-content: space-between;
    align-items: center;
  }

  .content_right {
    width: 40%;
  }

  .time-table {
    max-width: 600px;
    background: #DFE9F7;
    width: 100%;
    margin: 40px auto 0;
  }

  #access .adress {
    font-size: 2.3rem;
  }

  #access::after {
    height: 120px;
  }

  #go_top {
    width: 60px;
    bottom: 40px;
    right: 20px;
  }
}

/* 下層共通 */
.U_MV {
  margin-top: 60px;
}

.U_ttl {
  position: absolute;
  font-size: min(7vw, 3.6rem);
  color: #ffffff;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 3px 3px 10px #00000080;
}

.U_ttl::after {
  content: "";
  width: 64px;
  height: 35px;
  background-image: url(../img/Staff.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.U_MV .gradation {
  top: 40vw;
}

.section_inner {
  width: 90%;
  margin: 0 auto;
}

.section_ttl {
  padding-left: min(15vw, 80px);
  border-bottom: 1px solid #BBA1CB;
  margin-bottom: 40px;
  position: relative;
}

.section_ttl::before {
  content: "";
  width: 12vw;
  height: 4vw;
  max-width: 66px;
  max-height: 20px;
  background-image: url(../img/deco08.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.section_inner .content {
  margin-bottom: 40px;
}

.biography {
  background-color: #EFF4FB;
  border: 1px solid #9ECDE6;
  padding: 20px 40px;
  color: #333333;
  max-width: 500px;
  margin: 0 auto;
}

.biography h4 {
  display: inline-block;
  padding: 0 10px 4px;
  border-bottom: 1px dotted #9ECDE6;
}

.biography ul {
  width: 90%;
  margin: 20px auto 0;
}

.biography ul li {
  position: relative;
  padding-left: 10%;
}

.biography ul li::before {
  content: "●";
  font-size: 1.2rem;
  color: #9ECDE6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

/* pcスタイル */
@media screen and (min-width: 960px) {
  .U_MV {
    margin-top: 0;
    height: 30vw;
  }

  .section_inner {
    max-width: 1000px;
  }

  .section_ttl {
    width: 100%;
    max-width: 1200px;
  }

  .section_inner .content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    margin: 60px 0;
  }

  #staff .content_text {
    width: 55%;
  }

  #staff .dc_name {
    padding: 20px 0 0;
  }
}

/* 医院紹介 */
#clinic_wrapper .U_ttl::after {
  width: 82px;
  height: 35px;
  background-image: url(../img/Clinic.png);
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#clinic #top_concept {
  padding: 80px 0 120px;
  position: relative;
}

#clinic .section_inner {
  padding: 80px 0 0;
}

#clinic .section_inner:nth-of-type(1) {
  padding: 0;
}

#clinic .section_inner h4 {
  border-bottom: 1px solid var(--green);
  padding-bottom: 4px;
}

#clinic .section_inner .content {
  margin: 40px 0 80px;
  gap: 20px;
}

.clinic_itemWrap {
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}

.clinic_item {
  width: calc((100% - 20px)/ 2);
}

.clinic_item--img {
  position: relative;
}

.clinic_item--img::before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 8px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.clinic_item:nth-child(3n+1) .clinic_item--img::before {
  background-image: url(../img/item_bg_b.png);
}

.clinic_item:nth-child(3n+2) .clinic_item--img::before {
  background-image: url(../img/item_bg_g.png);
}

.clinic_item:nth-child(3n) .clinic_item--img::before {
  background-image: url(../img/item_bg_p.png);
}

.clinic_item p {
  padding: 4px 0
}

/* pcスタイル */
@media screen and (min-width: 960px) {
  #clinic {
    font-size: 1.8rem;
  }

  #clinic .section_inner h4 {
    display: inline-block;
  }

  #clinic .section_inner .content {
    margin: 40px 0 120px;
    gap: 10%;
  }

  #clinic .content.reverse {
    flex-direction: row-reverse;
  }

  #clinic .content_text {
    width: 60%;
    max-width: 600px;
  }

  #clinic .content_img {
    width: 40%;
  }

  .clinic_itemWrap {
    gap: 40px 100px;
  }

  .clinic_item {
    width: calc((100% - 200px)/ 3);
  }

  .clinic_item--img::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 10px;
    top: -10px;
    left: -10px;
  }

  .clinic_item p {
    padding: 10px 0
  }
}

#medical_wrapper section {
  padding: 60px 0;
}

#medical_wrapper .U_ttl::after {
  width: 82px;
  height: 35px;
  background-image: url(../img/Medical.png);
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#medical_wrapper .content_outer {
  padding: 20px 0;
}

#medical_wrapper .content {
  width: 90%;
  margin: 40px auto;
  align-items: center;
  font-size: min(3.7vw, 1.8rem);
}

#medical_wrapper h4 {
  background-color: var(--bg_pink);
  padding: 10px 20px;
  border-left: 3px solid #BBA1CB;
}

.medical_flow .flex {
  flex-direction: row;
  gap: 4vw;
}

.medical_flow li {
  padding-bottom: min(5vw, 40px);
  position: relative;
}

.medical_flow li::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--bg_blue);
  position: absolute;
  top: 0;
  left: min(5vw, 25px);
  z-index: -1;
}

.medical_flow li:last-of-type:before {
  display: none;
}

.flow_icon {
  width: min(10vw, 50px);
}

.flow_text {
  width: calc(100% - 70px);
}

#medical_wrapper h5 {
  font-size: min(4vw, 20px);
  color: var(--bg_blue);
  border-bottom: 1px solid var(--bg_blue);
}

#medical_wrapper ol {
  padding: 20px 0;
}

#medical_wrapper ol li {
  list-style: none;
  padding: 10px 0 0 30px;
  position: relative;
}

#medical_wrapper ol li::before {
  content: "①";
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  z-index: 1;
}

#medical_wrapper ol li:nth-of-type(2):before {
  content: "②";
}

#medical_wrapper ol li:nth-of-type(3):before {
  content: "③";
}

#medical_wrapper ol li:nth-of-type(4):before {
  content: "④";
}

#medical_wrapper p.p_20 {
  padding: 20px 0;
}

#medical_wrapper p.p_10 {
  padding: 10px 0;
}

#medical_wrapper ul li {
  padding-bottom: 10px;
}

#medical_wrapper .table_content {
  width: 100%;
}

.pricing-table {
  margin: 0 auto;
  width: 90%;
}

.pricing-table>tbody>tr>td {
  vertical-align: middle;
}

.pricing-table th {
  background-color: var(--bg_blue);
  padding: 4px 20px;
  color: #ffffff;
  border: 1px solid var(--bg_blue);
}

.image-cell {
  background-color: #DFE9F7;
}

.pricing-table td {
  padding: 10px 40px;
  border: 1px solid var(--bg_blue);
  border-top: none;
}

.medical_pointWrap {
  margin: 20px auto;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 400px;
}

.medical_point {
  background-color: #EDF2F0;
  border-radius: 10px;
  padding: 5%;
}

.medical_pointWrap.column3 .medical_point {
  width: 100%;
}

.pricing-table.case {
  margin-top: 40px;
  border-top: 1px solid var(--bg_blue);
}

.content.bg_gray {
  background-color: #EFF4FB;
  padding: 5%;
  margin-top: 0;
}

.medical_tel {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}

#medical_wrapper .border {
  border: 5px solid #EDF2F0;
  padding: 20px;
  container-type: inline-size;
  container-name: medical_bite;
}

#medical_wrapper .check {
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px 20px;
  justify-content: space-between;
}

#medical_wrapper .check li {
  width: 100%;
  padding-left: 32px;
  position: relative;
  padding-bottom: 0;
}

#medical_wrapper .check li::before {
  content: "";
  width: 30px;
  height: 25px;
  background-image: url(../img/medical/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

#medical_wrapper .free {
  justify-content: flex-start;
  gap: 10px 40px;
  flex-direction: row;
  flex-wrap: wrap;
}

#medical_wrapper .free li {
  justify-content: flex-start;
  gap: 10px;
}

@container medical_bite (min-width: 600px) {
  #medical_wrapper .check li {
    width: 45%;
  }
}

@container medical_bite (min-width: 800px) {
  #medical_wrapper .check li {
    width: 30%;
  }
}

/* spスタイル テーブル */
@media screen and (max-width: 960px) {
  .pricing-table {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .image-cell,
  .text-cell {
    display: block;
  }
}

/* pcスタイル */
@media screen and (min-width: 960px) {
  .anchor{
    display: block;
    margin-top: -70px;
  }
  #medical_wrapper section {
    padding: 200px 0 100px;
  }

  #medical_wrapper .content.content.reverse {
    flex-direction: row-reverse;
  }

  #medical_wrapper .content.top {
    width: 100%;
  }

  #medical_wrapper .content.top .content_text {
    width: 60%;
  }

  #medical_wrapper .content_outer {
    padding: 40px 0 0;
  }

  #medical_wrapper h5 {
    display: inline-block;
  }

  .medical_pointWrap {
    max-width: none;
    justify-content: space-between;
    margin: 40px 0 60px;
    gap: 30px;
  }

  .medical_pointWrap.column2 .medical_point {
    width: 50%;
    max-width: 400px;
    padding: 20px;
    border-radius: 30px;
  }

  .medical_pointWrap.column3 {
    justify-content: flex-start;
    gap: 40px;
    border-radius: 30px;
  }

  .medical_pointWrap.column3 .medical_point {
    width: calc((100% - 80px)/ 3);
    padding: 20px
  }

  .pricing-table.case {
    width: 100%;
  }
}

/* 採用ページ */
#recruit_wrapper section {
  padding: 60px 0;
}

#recruit_wrapper .U_ttl::after {
  width: 106px;
  height: 35px;
  background-image: url(../img/Recruit.png);
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#recruit_wrapper .content_outer {
  padding: 20px 0;
}

#recruit_wrapper .content {
  width: 90%;
  margin: 40px auto;
  align-items: center;
  font-size: min(3.7vw, 1.8rem);
}

#recruit_wrapper p.p_20 {
  padding: 20px 0;
}

#recruit_wrapper .table_content {
  width: 100%;
  padding-bottom: 40px;
}

/* pcスタイル */
@media screen and (min-width: 960px) {
  #recruit_wrapper section {
    padding: 120px 0 0;
  }

  #recruit_wrapper .table_content {
    padding-bottom: 100px;
  }

  #recruit_wrapper #recruit_02 {
    padding-bottom: 200px;
  }
}

/* アクセスページ */
#access_wrapper section {
  padding: 60px 0;
}

#access_wrapper .U_ttl::after {
  width: 82px;
  height: 35px;
  background-image: url(../img/Access.png);
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#access_wrapper .content {
  width: 90%;
  margin: 40px auto;
  align-items: center;
  font-size: min(3.7vw, 1.8rem);
}

#access_wrapper .content_textWrap {
  gap: 20px;
}

#access_wrapper p.p_20 {
  padding: 20px 0;
}

#access_wrapper .table_content {
  width: 100%;
  padding-bottom: 40px;
}

/* pcスタイル */
@media screen and (min-width: 960px) {
  #access_wrapper section {
    padding: 120px 0 0;
  }

  #access_wrapper .content.top {
    width: 100%;
    gap: 10%;
  }

  #access_wrapper .content_textWrap {
    width: 50%;
    align-items: center;
  }
}