@charset "UTF-8";
/*--- 使用する色 ---*/
/*--- 使用するフォント ---*/
@-webkit-keyframes zoomOutBg {
  0% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOutBg {
  0% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

html {
  scroll-behavior: auto !important;
}

* {
  box-sizing: border-box;
  color: #363737;
  font-family: noto-sans-cjk-jp, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1;
}

a {
  transition: opacity 0.3s;
}

.content_wrapper {
  width: 1210px;
  margin: auto;
  padding-top: 110px;
  padding-bottom: 150px;
}

h2.section_title {
  display: block;
  font-size: 36px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

h2.section_title span {
  font-family: helvetica-neue-lt-pro, Helvetica Neue LT Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #41a0de;
}

a.link_btn {
  display: inline-flex;
  align-items: center;
  border-bottom: 1.25px solid #c7d3d9;
  padding: 16px 9px 16px 14px;
  font-size: 15px;
  font-weight: 400;
  color: #414242;
  width: auto;
  flex: 0 0 auto;
  position: relative;
  transition: all 0.1s ease;
}

a.link_btn::before {
  content: '';
  display: block;
  width: 0;
  height: 1.4px;
  background: linear-gradient(rgba(65, 160, 222, 0.7), rgba(65, 160, 222, 0.7)), #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

a.link_btn:hover {
  opacity: 1;
  color: #41a0de;
}

a.link_btn:hover::before {
  width: 100%;
  transition: width 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

a.link_btn .arrow {
  display: block;
  margin-left: 11px;
  margin-top: 1px;
  width: 22px;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  background: linear-gradient(90deg, #58b3df 0%, #2c8fdc 100%);
  border-radius: 50%;
}

a.link_btn .arrow::after {
  width: calc(22px * 2 + 22px * 0.72727);
  content: '';
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/information/new/arrow_wh.svg) no-repeat left center/auto 100%, url(../img/information/new/arrow_wh.svg) no-repeat right center/auto 100%;
}

a.link_btn:hover .arrow::after {
  -webkit-transform: translateX(calc(100% - 22px));
          transform: translateX(calc(100% - 22px));
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.female-doctor {
  color: #e84357;
  font-size: inherit;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(3.5px);
          backdrop-filter: blur(3.5px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

header .header_inner {
  max-width: 1544px;
  display: flex;
  justify-content: space-between;
  padding: 10px 167px 13px 16px;
  margin: auto;
  position: relative;
}

header .header_logo {
  display: grid;
  align-items: center;
}

header .header_logo a {
  display: flex;
  width: auto;
  align-items: center;
}

header .header_logo a img {
  width: auto;
  height: clamp(64px, 5vw, 72px);
}

header .header_logo a h1 {
  font-size: clamp(18px, 1.5vw, 20px);
  display: flex;
  flex-direction: column;
  margin: 0 0 0 13px;
}

header .header_logo a h1 span {
  line-height: 1.25;
}

header .header_logo a h1 .kana-i {
  letter-spacing: -0.25em;
}

header .header_logo a h1 .dot {
  letter-spacing: -0.2em;
}

header .header_logo a h1 .corp-name {
  font-size: clamp(10px, 0.85vw, 12px);
  font-weight: 400;
  color: inherit;
  display: inline-block;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 1px;
}

header .header_right {
  display: flex;
  flex-direction: column;
}

header .header_right .gnav .header_nav_list {
  display: flex;
}

header .header_right .gnav .header_nav_list li {
  display: flex;
}

header .header_right .gnav .header_nav_list li a {
  letter-spacing: 0.05em;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: 'icon ja' 'blank en';
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

header .header_right .gnav .header_nav_list li a .ja {
  font-size: clamp(13px, 1.1vw, 15px);
  grid-area: ja;
  color: inherit;
}

header .header_right .gnav .header_nav_list li a .en {
  font-family: helvetica-neue-lt-pro, Helvetica Neue LT Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  opacity: 0.5;
  font-size: 11px;
  margin: 5px 0 0 0px;
  grid-area: en;
  color: inherit;
}

header .header_right .gnav .header_nav_list li a::before {
  content: '';
  display: inline-block;
  width: clamp(8px, 0.74vw, 10px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #de41a4;
  grid-area: icon;
  place-self: center;
}

header .header_right .gnav .header_nav_list li:not(:last-child) {
  margin-right: clamp(12px, 1.48vw, 20px);
}

header .header_right .header_phone {
  margin-left: auto;
  margin-bottom: 12px;
}

header .header_right .header_phone a {
  font-family: avenir-next-lt-pro, Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 25px;
  color: #414242;
  letter-spacing: 0.04em;
  display: block;
  margin-top: 2px;
  pointer-events: none;
  cursor: default;
}

header .header_right .header_phone a::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  aspect-ratio: 1 / 1;
  background: url(../img/information/new/phone-solid.svg) no-repeat 0 0/contain;
  margin: 0 5px 0 0;
}

header .header_right .header_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 143px;
  height: 126px;
  border-radius: 0 0 0 17px;
  background: linear-gradient(90deg, #58b3df 0%, #2c8fdc 100%);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  display: grid;
  place-content: center;
}

header .header_right .header_btn a {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.02em;
}

header .header_right .header_btn a::before {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  aspect-ratio: 1 / 1;
  background: url(../img/information/new/calendar.svg) no-repeat 0 0/contain;
  margin: 0 auto 9px;
}

#top {
  position: relative;
}

#top .mv_slider {
  min-height: 800px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

#top .mv_slider.slick-initialized {
  opacity: 1;
}

#top .mv_slider .slick-list {
  width: 100%;
  height: 100vh !important;
  max-height: calc(100vw * 2 / 3);
  min-height: inherit;
  overflow: hidden;
}

#top .mv_slider .slick-current .slide_bg {
  -webkit-animation: zoomOutBg 5s 0s ease-in-out forwards;
          animation: zoomOutBg 5s 0s ease-in-out forwards;
}

#top .mv_slider .slide_wrapper {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#top .mv_slider .slide_wrapper .slide_content {
  width: 100%;
  height: 100%;
  max-width: 1210px;
  margin: auto;
  padding: clamp(110px, 13.54vw, 160px) 0 0 0;
  position: relative;
  z-index: 1;
}

#top .mv_slider .slide_wrapper .slide_content.slide-1 .slide_title {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(36px, 3.2vw, 46px);
  line-height: 1.65;
  color: #ffffff;
  text-shadow: 0 0 8px #2358af;
  margin-top: -14px;
  margin-bottom: clamp(40px, 3.75vw, 54px);
}

#top .mv_slider .slide_wrapper .slide_content.slide-1 ul.slide_icons {
  display: grid;
  grid-template-columns: repeat(4, auto);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-column-gap: clamp(6px, 1.2vw, 10px);
     -moz-column-gap: clamp(6px, 1.2vw, 10px);
          column-gap: clamp(6px, 1.2vw, 10px);
  margin-bottom: 26px;
}

#top .mv_slider .slide_wrapper .slide_content.slide-1 ul.slide_icons li {
  width: clamp(106px, 9vw, 134px);
  aspect-ratio: 1 / 1;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  display: grid;
  justify-items: center;
}

#top .mv_slider .slide_wrapper .slide_content.slide-1 ul.slide_icons li img {
  display: block;
  width: 100%;
}

#top .mv_slider .slide_wrapper .slide_content.slide-1 .slide_sub-copy {
  font-size: clamp(15px, 2vw, 16px);
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.03em;
  color: #ffffff;
}

#top .mv_slider .slide_wrapper .slide_content.slide-1 + .slide_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(40, 52, 61, 0) 13.04%, rgba(31, 36, 39, 0.4) 67.45%, rgba(29, 30, 32, 0.52) 86.9%), url(../img/information/new/fv-1_pc.png.webp) no-repeat left 4%/clamp(100vw, 1617px, calc(100vw * 1617 / 1440)) auto;
}

#top .mv_slider .slide_wrapper .slide_content.slide-2 * {
  color: #ffffff;
}

#top .mv_slider .slide_wrapper .slide_content.slide-2 .slide_title span {
  display: inline;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(30px, 3vw, 46px);
  margin-bottom: 10px;
  padding: 11px 11px 16px 11px;
  background: rgba(182, 191, 208, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0.1em 0.3em;
  line-height: 1.9;
}

#top .mv_slider .slide_wrapper .slide_content.slide-2 .slide_subtitle {
  margin-top: 4px;
}

#top .mv_slider .slide_wrapper .slide_content.slide-2 .slide_subtitle span {
  display: inline;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(19px, 1.8vw, 26px);
  padding: 7px 12px 8px;
  background: rgba(182, 191, 208, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  margin-bottom: 165px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0.1em 0.3em;
  line-height: 2;
}

#top .mv_slider .slide_wrapper .slide_content.slide-2 .slide_sub-copy {
  margin-top: clamp(80px, 11.11vh, 160px);
}

#top .mv_slider .slide_wrapper .slide_content.slide-2 .slide_sub-copy span {
  display: inline;
  padding: 6px 11px 7px;
  font-size: clamp(16px, calc(0.5vw + 15px), 18px);
  background: rgba(182, 191, 208, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  margin-bottom: 7px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0.1em 0.3em;
  line-height: 2;
  text-shadow: 0 2px 4px rgba(35, 88, 175, 0.25);
}

#top .mv_slider .slide_wrapper .slide_content.slide-2 .slide_sub-copy span br.mobile_only {
  background: none;
}

#top .mv_slider .slide_wrapper .slide_content.slide-2 + .slide_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../img/information/new/fv-2_pc.png.webp) no-repeat left top/clamp(100vw, 1617px, calc(100vw * 1617 / 1440)) auto;
}

#top .mv_slider .slick-dots {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#top .top_information {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 14px 0 0 0;
  display: flex;
  padding: 20px 27px 14px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#top .top_information .info_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  flex-shrink: 0;
}

#top .top_information .info_header .info_title {
  font-size: 17px;
  letter-spacing: 0.03em;
  color: #41a0de;
  margin-bottom: 11px;
}

#top .top_information .info_header a {
  font-size: 13px;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  transition: opacity ease 0.2s;
}

#top .top_information .info_header a .arrow {
  display: block;
  margin-left: 11px;
  margin-top: 1px;
  width: 13px;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  background: linear-gradient(90deg, #58b3df 0%, #2c8fdc 100%);
  border-radius: 50%;
}

#top .top_information .info_header a .arrow::after {
  width: calc(13px * 2 + 13px * 0.72727);
  content: '';
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/information/new/chevron-right_wh.svg) no-repeat left center/auto 100%, url(../img/information/new/chevron-right_wh.svg) no-repeat right center/auto 100%;
}

#top .top_information .info_header a:hover .arrow::after {
  -webkit-transform: translateX(calc(100% - 13px));
          transform: translateX(calc(100% - 13px));
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

#top .top_information .info_header a .arrow {
  margin-left: 3px;
}

#top .top_information .top_news {
  padding: 11px 0 18px 26px;
  border-left: solid 1px #c7d3d9;
  overflow: hidden;
  flex-grow: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
}

#top .top_information .top_news li {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
}

#top .top_information .top_news li a {
  display: contents;
  grid-column: span 3;
  align-items: baseline;
}

#top .top_information .top_news li a:hover time,
#top .top_information .top_news li a:hover .news_title {
  opacity: 0.7;
}

#top .top_information .top_news li a time {
  font-family: avenir-next-lt-pro, Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #909090;
  margin-right: 12px;
  grid-column: 1;
}

#top .top_information .top_news li a .news_title {
  grid-column: 2;
  display: block;
  overflow: hidden;
  /* 溢れた部分を隠す */
  text-overflow: ellipsis;
  /* 溢れた部分を「...」にする */
  white-space: nowrap;
  /* 1行で表示 */
  width: 100%;
  padding-right: 30px;
  font-size: 13px;
}

#top .top_information .top_news li a .news_title span {
  font-size: inherit;
}

#top .top_information .top_news li a::after {
  grid-column: 3;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 11px;
  display: inline-block;
  color: #97a3a8;
  margin-top: 1px;
}

#top .top_information .top_news li:first-child {
  margin-bottom: 25px;
}

#top .top_information .top_news li:nth-of-type(n + 3) {
  display: none;
}

#about {
  height: auto;
}

#about .section_title {
  color: #ffffff;
}

#about .content_wrapper {
  padding-bottom: 115px;
}

#about .content_inner {
  margin: auto;
}

#about .content_inner p {
  text-align: justify;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-top: 95px;
}

#about .content_inner .clinics {
  margin-top: 80px;
}

#about .content_inner .clinics figcaption {
  color: #ffffff;
  letter-spacing: 0.03em;
  font-size: 14px;
  margin-top: 12px;
}

#shinryo {
  background-color: #ffffff;
}

#shinryo .btn_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}

#shinryo .btn_wrap .link_btn {
  font-size: 18px;
  margin-top: 20px;
}

#shinryo .shinryo_grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
}

#shinryo .shinryo_grid-list .shinryo_grid-card {
  display: grid;
  grid-template-rows: 108px auto;
  row-gap: 0;
}

#shinryo .shinryo_grid-list .shinryo_grid-card:nth-of-type(1) a .shinryo_cate-title::before {
  background: url(../img/information/new/shinryo_icon_1.svg) no-repeat center calc(50% + 1px)/contain;
}

#shinryo .shinryo_grid-list .shinryo_grid-card:nth-of-type(2) a .shinryo_cate-title::before {
  background: url(../img/information/new/shinryo_icon_2.svg) no-repeat center calc(50% + 1px)/contain;
}

#shinryo .shinryo_grid-list .shinryo_grid-card:nth-of-type(3) a .shinryo_cate-title::before {
  background: url(../img/information/new/shinryo_icon_3.svg) no-repeat center calc(50% + 1px)/contain;
}

#shinryo .shinryo_grid-list .shinryo_grid-card:nth-of-type(4) a .shinryo_cate-title::before {
  background: url(../img/information/new/shinryo_icon_4.svg) no-repeat center calc(50% + 1px)/contain;
}

#shinryo .shinryo_grid-list .shinryo_grid-card:nth-of-type(5) a .shinryo_cate-title::before {
  background: url(../img/information/new/shinryo_icon_5.svg) no-repeat center calc(50% + 1px)/contain;
}

#shinryo .shinryo_grid-list .shinryo_grid-card:nth-of-type(6) a .shinryo_cate-title::before {
  background: url(../img/information/new/shinryo_icon_6.svg) no-repeat center calc(50% + 1px)/contain;
}

#shinryo .shinryo_grid-list .shinryo_grid-card:nth-of-type(7) a .shinryo_cate-title::before {
  background: url(../img/information/new/shinryo_icon_7.svg) no-repeat center calc(50% + 1px)/contain;
}

#shinryo .shinryo_grid-list .shinryo_grid-card:nth-of-type(8) a .shinryo_cate-title::before {
  background: url(../img/information/new/shinryo_icon_8.svg) no-repeat center calc(50% + 1px)/contain;
}

#shinryo .shinryo_grid-list .shinryo_grid-card:nth-of-type(9) a .shinryo_cate-title::before {
  background: url(../img/information/new/shinryo_icon_9.svg) no-repeat center calc(50% + 1px)/contain;
}

#shinryo .shinryo_grid-list .shinryo_grid-card a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  background: url(../img/information/new/shinryo_bg.png.webp) repeat top left, #e6f1f7;
  border-radius: 6px;
  padding: 0 28px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  transition: opacity 0.2s ease;
}

#shinryo .shinryo_grid-list .shinryo_grid-card a .arrow {
  -webkit-mask-image: radial-gradient(circle, #000 99.9%, transparent 100%);
          mask-image: radial-gradient(circle, #000 99.9%, transparent 100%);
}

#shinryo .shinryo_grid-list .shinryo_grid-card a:hover {
  opacity: 0.8;
}

#shinryo .shinryo_grid-list .shinryo_grid-card a:hover .arrow::after {
  -webkit-transform: translateX(calc(100% - 28px));
          transform: translateX(calc(100% - 28px));
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

#shinryo .shinryo_grid-list .shinryo_grid-card a .shinryo_cate-title {
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  border-bottom: 1px solid #c7d3d9;
  width: 100%;
  height: 108px;
  display: grid;
  grid-template-columns: 68px 1fr 28px;
  grid-template-areas: 'icon title arrow';
  place-items: center;
}

#shinryo .shinryo_grid-list .shinryo_grid-card a .shinryo_cate-title::before {
  content: '';
  width: 100%;
  height: 100%;
  display: grid;
  grid-area: icon;
}

#shinryo .shinryo_grid-list .shinryo_grid-card a .shinryo_cate-title .arrow {
  grid-area: arrow;
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  background: linear-gradient(90deg, #58b3df 0%, #2c8fdc 100%);
  border-radius: 50%;
}

#shinryo .shinryo_grid-list .shinryo_grid-card a .shinryo_cate-title .arrow::after {
  width: calc(100% * 2 + 100% * 0.7);
  content: '';
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/information/new/arrow_wh.svg) no-repeat left center/auto 100%, url(../img/information/new/arrow_wh.svg) no-repeat right center/auto 100%;
}

#shinryo .shinryo_grid-list .shinryo_grid-card a ul.example_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-content: start;
  row-gap: 14px;
  padding: 25px 0 30px;
  min-height: 142px;
}

#shinryo .shinryo_grid-list .shinryo_grid-card a ul.example_list .example_item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: 'icon text';
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  text-align: left;
  height: auto;
  line-height: 1.2;
}

#shinryo .shinryo_grid-list .shinryo_grid-card a ul.example_list .example_item.two-columns {
  grid-column: span 2;
}

#shinryo .shinryo_grid-list .shinryo_grid-card a ul.example_list .example_item span {
  line-height: 1.3;
  display: inline-block;
  letter-spacing: 0.06em;
}

#shinryo .shinryo_grid-list .shinryo_grid-card a ul.example_list .example_item span span {
  font-size: 12.5px;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  display: block;
  margin-top: 0.01em;
}

#shinryo .shinryo_grid-list .shinryo_grid-card a ul.example_list .example_item::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  aspect-ratio: 1 / 1;
  border-radius: 99%;
  background-color: #de41a4;
  grid-area: icon;
  margin-top: 4px;
}

#shinryo .shinryo_grid-list .shinryo_grid-card a.one-line {
  grid-template-rows: 1fr;
  place-items: center;
  display: grid;
}

#shinryo .shinryo_grid-list .shinryo_grid-card a.one-line .shinryo_cate-title {
  border: none;
}

#doctors {
  background: linear-gradient(66deg, rgba(221, 237, 246, 0.9) 15.83%, rgba(204, 229, 242, 0.88) 48.93%, rgba(148, 196, 222, 0.81) 92.32%), #ffffff;
  position: relative;
  z-index: 0;
}

#doctors::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../img/information/new/doctor_bg.png.webp) repeat top left/contain;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: overlay;
}

#doctors .profile_wrapper {
  background-color: #ffffff;
  margin-top: 80px;
  padding: 114px 174px;
  position: relative;
  z-index: 2;
  border-radius: 2px;
}

#doctors .profile_wrapper .doc_profile {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
  grid-template-rows: auto auto;
}

#doctors .profile_wrapper .doc_profile:last-of-type {
  margin-top: 108px;
  direction: rtl;
}

#doctors .profile_wrapper .doc_profile:last-of-type .profile_text {
  direction: initial;
}

#doctors .profile_wrapper .doc_profile .name {
  display: grid;
  font-size: 40px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 56px;
}

#doctors .profile_wrapper .doc_profile .name .post {
  display: block;
  font-size: 23px;
  font-weight: 700;
  color: #41a0de;
  margin-bottom: 11px;
}

#doctors .profile_wrapper .doc_profile .name .name_en {
  font-family: helvetica-neue-lt-pro, Helvetica Neue LT Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
  color: #41a0de;
  margin-left: 16px;
}

#doctors .profile_wrapper .doc_profile .img_wrap {
  border-radius: 8px;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  grid-row: span 2;
  grid-column: 3;
}

#doctors .profile_wrapper .doc_profile .img_wrap img {
  width: 306px;
  height: 408px;
}

#doctors .profile_wrapper .doc_profile .profile_text {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: 'name name' 'history list1' 'license list2';
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

#doctors .profile_wrapper .doc_profile .profile_text .profile_list_title {
  font-size: 17px;
  font-weight: 700;
  color: #41a0de;
  margin-top: 4px;
}

#doctors .profile_wrapper .doc_profile .profile_text .profile_list {
  font-size: 16px;
}

#doctors .profile_wrapper .doc_profile .profile_text .profile_list li {
  line-height: 1.75;
  font-weight: 400;
  color: #414242;
}

#doctors .profile_wrapper .doc_profile .profile_text .profile_list:not(:last-of-type) {
  margin-bottom: 40px;
}

.schedule_top-bg {
  width: 100%;
  aspect-ratio: 1440 / 377;
}

#schedule {
  background-color: #ffffff;
}

#schedule .content_wrapper {
  padding-bottom: 130px;
}

#schedule .table_wrapper {
  margin: auto;
}

#schedule .table_wrapper .section_title {
  margin-bottom: 80px;
  line-height: 1.25;
}

#schedule .table_wrapper .table_title {
  display: grid;
  font-size: 26px;
  margin-bottom: 18px;
  color: #414242;
}

#schedule .table_wrapper .table_title.reserve {
  margin-top: 60px;
}

#schedule .table_wrapper #reserve {
  position: relative;
  top: -60px;
}

#schedule .table_wrapper .reserve_note {
  font-size: 18px;
  line-height: 1.5;
  color: #414242;
}

#schedule .table_wrapper .reserve_note .blue {
  color: #41a0de;
  font-weight: 700;
}

#schedule .table_wrapper .right_contents:first-of-type {
  margin-bottom: 64px;
}

#schedule .table_wrapper .right_contents table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 20px;
  table-layout: fixed;
}

#schedule .table_wrapper .right_contents table th,
#schedule .table_wrapper .right_contents table td {
  border: 1px solid #c7d3d9;
  vertical-align: middle;
  font-family: avenir-next-lt-pro, Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, noto-sans-cjk-jp, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #414242;
}

#schedule .table_wrapper .right_contents table thead th[scope='col'] {
  background-color: rgba(65, 160, 222, 0.2);
  padding: 18px 0;
}

#schedule .table_wrapper .right_contents .time-table tr td {
  font-size: 28px;
  padding: 48px 0 51px;
}

#schedule .table_wrapper .right_contents .time-table tr td:nth-of-type(3) span {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: -21px;
  display: block;
}

#schedule .table_wrapper .right_contents .time-table tr td:nth-of-type(4) {
  font-size: 20px;
}

#schedule .table_wrapper .right_contents .time-table tr .slim {
  width: 160px;
}

#schedule .table_wrapper .right_contents .doctor-table tbody {
  font-size: 20px;
}

#schedule .table_wrapper .right_contents .doctor-table tbody th,
#schedule .table_wrapper .right_contents .doctor-table tbody td {
  padding: 24px 0 25px;
}

#schedule .table_wrapper .right_contents .doctor-table .col1 {
  width: 79px;
  font-size: 16px;
}

#schedule .table_wrapper .right_contents .doctor-table .col8 {
  width: 160px;
}

#schedule .table_wrapper .right_contents .table_note p {
  font-size: 16px;
  vertical-align: text-bottom;
  color: #414242;
}

#schedule .table_wrapper .right_contents .table_note p .time {
  font-size: 18px;
  font-family: avenir-next-lt-pro, Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 10px;
}

#schedule .table_wrapper .right_contents .table_note p:first-child {
  margin-top: 12px;
}

#schedule .table_wrapper .right_contents .table_note p:not(:last-child) {
  margin-bottom: 8px;
}

#schedule .table_wrapper .right_contents .table_note p:last-child {
  margin-bottom: 18px;
}

#schedule .table_wrapper .right_contents .table_note:has(.link_btn) {
  display: flex;
  justify-content: space-between;
}

#schedule .table_wrapper .right_contents .table_note:has(.link_btn) .link_btn {
  font-size: 18px;
  padding: 16px 7px 16px 16px;
  margin-top: 4px;
}

#schedule .table_wrapper .right_contents .table_note:has(.link_btn) .link_btn::before {
  height: 1.35px;
}

#schedule .table_wrapper .right_contents .table_note:has(.link_btn) .link_btn .arrow {
  display: block;
  margin-left: 11px;
  margin-top: 1px;
  width: 22px;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  background: linear-gradient(90deg, #58b3df 0%, #2c8fdc 100%);
  border-radius: 50%;
}

#schedule .table_wrapper .right_contents .table_note:has(.link_btn) .link_btn .arrow::after {
  width: calc(22px * 2 + 22px * 0.72727);
  content: '';
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/information/new/arrow_wh.svg) no-repeat left center/auto 100%, url(../img/information/new/arrow_wh.svg) no-repeat right center/auto 100%;
}

#schedule .table_wrapper .right_contents .table_note:has(.link_btn) .link_btn:hover .arrow::after {
  -webkit-transform: translateX(calc(100% - 22px));
          transform: translateX(calc(100% - 22px));
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

#video {
  background-color: #131314;
}

#video .section_title {
  color: #ffffff;
}

#video .video_title {
  color: #ffffff;
  font-size: 34px;
  line-height: 1.65;
  margin: 82px 0 44px;
}

#video .video_wrapper {
  display: grid;
  grid-template-columns: 2.983fr 1fr;
  -webkit-column-gap: 4.86%;
     -moz-column-gap: 4.86%;
          column-gap: 4.86%;
  align-items: end;
}

#video .video_wrapper .video_info .video_text {
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
}

#video .video_wrapper .video_info a.link_btn {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.8);
  margin-top: 45px;
  transition: border-color 0s;
}

#video .video_wrapper .video_info a.link_btn:hover {
  border-color: transparent;
  opacity: 0.8;
  color: #41a0de;
}

#video .video_wrapper .video_info a.link_btn::before {
  height: 1px;
}

#access {
  background: linear-gradient(120deg, #a0d5e7 0%, #245fa9 68.46%);
  padding: 130px 0;
}

#access .content_wrapper {
  width: clamp(1210px, calc(100vw - 116px), 1324px);
  border-radius: 35px;
  background-color: #ffffff;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.05);
  padding: 83px 58px 60px;
}

#access .section_title {
  margin-bottom: 80px;
}

#access .map_wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 58px;
     -moz-column-gap: 58px;
          column-gap: 58px;
}

#access .map_wrapper .google_map {
  width: 288px;
  height: 504px;
}

#access .map_wrapper .google_map iframe {
  width: 100%;
  height: 100%;
}

#access .map_wrapper .img_map {
  position: relative;
}

#access .map_wrapper .img_map img {
  height: 508px;
}

#access .map_wrapper .img_map .map_label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d9ecf8;
  padding: 20px 24px;
  max-width: 302px;
  border-radius: 14px;
}

#access .map_wrapper .img_map .map_label .facility {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #19478f;
  letter-spacing: 0;
}

#access .map_wrapper .img_map .map_label p {
  line-height: 1.4;
  font-size: 14px;
}

#access .map_wrapper .img_map .map_label p.note_mark {
  padding-left: 1em;
  text-indent: -1em;
}

#access .map_wrapper .img_map .map_label p:not(:first-child) {
  margin-top: 4px;
}

#access .map_wrapper .img_map .map_label::after {
  content: '';
  position: absolute;
  width: 38px;
  height: 30px;
  display: block;
  top: 100%;
  right: 0;
  -webkit-transform: translate(-62px, -6px);
          transform: translate(-62px, -6px);
  background-color: #d9ecf8;
  -webkit-clip-path: path("M33.0244 1.5C35.4205 1.50037 36.4433 4.54616 34.5332 5.99316L5.98145 27.623C4.1556 29.0061 1.58586 27.4098 2.0166 25.1602L6.15918 3.5293L6.21094 3.3125C6.51451 2.24858 7.49008 1.50012 8.61426 1.5H33.0244Z");
          clip-path: path("M33.0244 1.5C35.4205 1.50037 36.4433 4.54616 34.5332 5.99316L5.98145 27.623C4.1556 29.0061 1.58586 27.4098 2.0166 25.1602L6.15918 3.5293L6.21094 3.3125C6.51451 2.24858 7.49008 1.50012 8.61426 1.5H33.0244Z");
}

footer {
  margin-top: 0;
  background-color: #131314;
}

footer #foot.renewal_footer * {
  color: #ffffff;
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 400;
}

footer #foot.renewal_footer {
  background-color: #131314;
}

footer #foot.renewal_footer .foot_logo_title {
  color: #ffffff;
  font-weight: 700;
  font-size: 19px;
}

footer #foot.renewal_footer .foot_logo_title span {
  color: #ffffff;
  font-weight: 700;
  font-family: 'a-otf-jun-pro', sans-serif;
}

footer #foot.renewal_footer .foot_info01 .add {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  line-height: 1.65;
  text-indent: -6.5em;
  padding-left: 6.5em;
}

footer #foot.renewal_footer .foot_info01 .tel-box::before {
  background-color: #131314;
  border: solid 0.75px #ffffff;
}

footer #foot.renewal_footer .foot_info01 .tel-box .tel-link,
footer #foot.renewal_footer .foot_info01 .tel-box .tel-link a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

footer #foot.renewal_footer .foot_info01_buttons a {
  background-color: #131314;
  border: solid 0.65px rgba(255, 255, 255, 0.6);
  border-radius: 0;
}

footer #foot.renewal_footer .foot_info01_buttons a span {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.75;
}

footer #foot.renewal_footer .foot_info02 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

footer #foot.renewal_footer .foot_info02 .foot_timetable {
  opacity: .9;
}

footer #foot.renewal_footer .foot_info02 .foot_timetable p {
  color: #ffffff;
  font-weight: 700;
}

footer #foot.renewal_footer .foot_info02 .foot_timetable table {
  background-color: #131314;
}

footer #foot.renewal_footer .foot_info02 .foot_timetable table tr,
footer #foot.renewal_footer .foot_info02 .foot_timetable table td {
  line-height: 1;
  color: #ffffff;
}

footer #foot.renewal_footer .foot_info02 .foot_timetable table tr th,
footer #foot.renewal_footer .foot_info02 .foot_timetable table td th {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
}

footer #foot.renewal_footer .foot_info02 .foot_timetable small {
  display: block;
  text-align: right;
  color: #ffffff;
}

footer #foot.renewal_footer .foot_info02_btn p {
  color: #ffffff;
}

footer #foot.renewal_footer .foot_info02_btn a {
  background-color: #131314;
  border: solid 0.65px rgba(255, 255, 255, 0.6);
  border-radius: 0;
}

footer #foot_sub ul li a.link {
  font-family: 'a-otf-jun-pro', sans-serif;
  font-weight: 600;
  height: 100%;
  display: flex;
  justify-content: center;
  background-color: #131314;
  border: solid 0.65px rgba(255, 255, 255, 0.6);
  border-radius: 0;
}

footer #foot_sub ul li a.link span {
  color: rgba(255, 255, 255, 0.9);
  font-family: inherit;
  font-weight: 700;
}

footer #foot_sub ul li a.honin span {
  font-size: 1.4rem;
  letter-spacing: normal;
}

footer #foot_sub ul li .insta img {
  opacity: .8;
}

footer .copy p {
  line-height: 1.75;
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 1.3rem;
  letter-spacing: normal;
}

.to_top {
  opacity: 0;
  position: fixed;
  right: 32px;
  bottom: 32px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(19, 19, 20, 0.9);
  color: #ffffff;
  font-size: 13px;
  z-index: 100;
  display: grid;
  place-content: center;
  place-items: center;
  border: none;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  transition: all 0.4s;
}

.to_top::before {
  content: '';
  display: grid;
  height: 18.5px;
  aspect-ratio: 1 / 1;
  -webkit-mask: url(../img/information/new/top_arrow.svg) no-repeat center/contain;
          mask: url(../img/information/new/top_arrow.svg) no-repeat center/contain;
  background-color: currentColor;
  margin-bottom: 2px;
}

.to_top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.to_top.is-dark {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131314;
}

body:has(#mv) header {
  position: sticky;
  top: 0;
}

#mv {
  background: url(../img//information/new/mv_shinryo_pc.png.webp) no-repeat top center/cover;
  width: 100%;
  max-height: 360px;
  overflow: hidden;
  position: relative;
}

#mv::before {
  content: '';
  display: block;
  padding-top: calc(360 / 1440 * 100%);
}

#mv .content_wrapper {
  position: absolute;
  inset: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  align-items: end;
  height: 100%;
}

h2.mv_title {
  display: block;
  font-size: 40px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  margin-bottom: 55px;
}

h2.mv_title span {
  font-family: helvetica-neue-lt-pro, Helvetica Neue LT Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  color: #41a0de;
}

.breadcrumb_wrapper {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
}

.breadcrumb_wrapper .breadcrumb {
  display: inline-block;
  line-height: 1.2;
  text-align: left;
  margin: 24px auto;
  padding: 0;
}

.breadcrumb_wrapper .breadcrumb li {
  display: inline-block;
  color: #41a0de;
  font-size: 13px;
  margin-bottom: 10px;
}

.breadcrumb_wrapper .breadcrumb li a {
  color: #97a3a8;
  font-weight: 500;
  position: relative;
  display: inline-flex;
}

.breadcrumb_wrapper .breadcrumb li a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #97a3a8;
  opacity: 0.8;
  position: absolute;
  display: block;
  bottom: -4px;
  left: 0;
}

.breadcrumb_wrapper .breadcrumb li::after {
  content: '';
  padding: 0;
}

.breadcrumb_wrapper .breadcrumb li:not(:first-child)::before {
  content: '\f105';
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  padding: 0 7px;
  opacity: 0.8;
  color: #97a3a8;
}

.breadcrumb_wrapper .breadcrumb li:last-child::after {
  display: none;
}

.reservation_bnr {
  display: none;
  background: linear-gradient(120deg, #a0d5e7 0%, #245fa9 68.46%);
}

.reservation_bnr .content_wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.reservation_bnr a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.reservation_bnr a img {
  display: block;
  max-width: 864px;
  margin: auto;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}

#shinryo_detail .content_wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-areas: 'nav list';
  -webkit-column-gap: 58px;
     -moz-column-gap: 58px;
          column-gap: 58px;
  padding-top: 42px;
}

#shinryo_detail .side_nav {
  grid-area: nav;
  align-self: start;
  position: sticky;
  top: 0;
  margin-left: 40px;
}

#shinryo_detail .side_nav li {
  color: #97a3a8;
  font-size: 18px;
  line-height: 1.2;
}

#shinryo_detail .side_nav li a {
  position: relative;
}

#shinryo_detail .side_nav li a::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: -36px;
  width: 1px;
  height: 200%;
  background-color: #ffffff;
  z-index: 1;
}

#shinryo_detail .side_nav li:not(:last-child) {
  margin: 0 0 18px 0;
}

#shinryo_detail .side_nav li:not(:last-child) a::after {
  background-color: #c7d3d9;
  z-index: 0;
}

#shinryo_detail .side_nav li a {
  color: inherit;
  transition: none;
}

#shinryo_detail .side_nav li .sub_list {
  display: flex;
  flex-direction: column;
  margin-top: 7px;
}

#shinryo_detail .side_nav li .sub_list li {
  font-size: 16px;
  line-height: 1.6;
  margin-left: 1.5em;
  list-style-type: disc;
  margin-bottom: 0;
}

#shinryo_detail .side_nav li .sub_list li::after {
  display: none;
}

#shinryo_detail .side_nav li.is_current {
  color: #41a0de;
  font-size: 26px;
}

#shinryo_detail .side_nav li.is_current a {
  position: relative;
}

#shinryo_detail .side_nav li.is_current a::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  aspect-ratio: 1 / 1;
  background-color: #41a0de;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}

#shinryo_detail .side_nav li.is_current .sub_list li {
  color: #41a0de;
}

#shinryo_detail .category_wrapper {
  grid-area: list;
}

#shinryo_detail .category_wrapper div:not(:last-child) {
  margin-bottom: 110px;
}

#shinryo_detail .category_wrapper div:nth-of-type(1) .cate_title::before {
  background: url(../img/information/new/shinryo_icon_1.svg) no-repeat center calc(50% + 1px)/contain;
}

#shinryo_detail .category_wrapper div:nth-of-type(2) .cate_title::before {
  background: url(../img/information/new/shinryo_icon_2.svg) no-repeat center calc(50% + 1px)/contain;
}

#shinryo_detail .category_wrapper div:nth-of-type(3) .cate_title::before {
  background: url(../img/information/new/shinryo_icon_3.svg) no-repeat center calc(50% + 1px)/contain;
}

#shinryo_detail .category_wrapper div:nth-of-type(4) .cate_title::before {
  background: url(../img/information/new/shinryo_icon_4.svg) no-repeat center calc(50% + 1px)/contain;
}

#shinryo_detail .category_wrapper div:nth-of-type(5) .cate_title::before {
  background: url(../img/information/new/shinryo_icon_5.svg) no-repeat center calc(50% + 1px)/contain;
}

#shinryo_detail .category_wrapper div:nth-of-type(6) .cate_title::before {
  background: url(../img/information/new/shinryo_icon_6.svg) no-repeat center calc(50% + 1px)/contain;
}

#shinryo_detail .category_wrapper div:nth-of-type(7) .cate_title::before {
  background: url(../img/information/new/shinryo_icon_7.svg) no-repeat center calc(50% + 1px)/contain;
}

#shinryo_detail .category_wrapper div:nth-of-type(8) .cate_title::before {
  background: url(../img/information/new/shinryo_icon_8.svg) no-repeat center calc(50% + 1px)/contain;
}

#shinryo_detail .category_wrapper div:nth-of-type(9) .cate_title::before {
  background: url(../img/information/new/shinryo_icon_9.svg) no-repeat center calc(50% + 1px)/contain;
}

#shinryo_detail .category_wrapper .cate_title {
  font-size: 30px;
  color: #41a0de;
  padding-bottom: 12px;
  margin-bottom: 30px;
  border-bottom: solid 1px #c7d3d9;
  display: flex;
  align-items: center;
}

#shinryo_detail .category_wrapper .cate_title::before {
  content: '';
  display: block;
  width: 68px;
  height: 68px;
  margin-right: 17px;
}

#shinryo_detail .category_wrapper ul.disease_list li:not(:last-child) {
  margin-bottom: 60px;
}

#shinryo_detail .category_wrapper ul.disease_list li .disease_title {
  font-size: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#shinryo_detail .category_wrapper ul.disease_list li .disease_title::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  aspect-ratio: 1 / 1;
  background-color: #de41a4;
  border-radius: 50%;
  margin-right: 10px;
}

#shinryo_detail .category_wrapper ul.disease_list li p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(65, 66, 66, 0.95);
}

#shinryo_detail .category_wrapper ul.disease_list li p .sub_title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

#shinryo_detail .category_wrapper ul.disease_list li p:not(:last-child) {
  margin-bottom: 18px;
}

body:has(#schedule_calendar) #mv {
  background-image: url(../img//information/new/mv_schedule3_pc.png.webp);
  background-position: center center;
}

#schedule_calendar .content_wrapper {
  display: flex;
  flex-direction: column;
  padding: 34px 173px 70px;
}

#schedule_calendar #jr_table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 100px;
}

#schedule_calendar .tablewrap p {
  font-size: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#schedule_calendar .tablewrap p::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  aspect-ratio: 1 / 1;
  background-color: #de41a4;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 3px;
}

#schedule_calendar .tablewrap table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 20px;
  table-layout: fixed;
}

#schedule_calendar .tablewrap table th {
  width: 122px;
}

#schedule_calendar .tablewrap table th,
#schedule_calendar .tablewrap table td {
  border: solid 1px #c7d3d9;
}

#schedule_calendar .tablewrap table th .clearfix::after,
#schedule_calendar .tablewrap table td .clearfix::after {
  content: '';
  display: table;
  clear: both;
}

#schedule_calendar .tablewrap table th div,
#schedule_calendar .tablewrap table td div {
  float: left;
  width: 50%;
  text-align: center;
  padding: 11px 0;
  line-height: 24px;
}

#schedule_calendar .tablewrap table th div:first-of-type,
#schedule_calendar .tablewrap table td div:first-of-type {
  border-right: solid 1px #c7d3d9;
}

#schedule_calendar .tablewrap table thead div {
  color: #97a3a8;
  font-size: 18px;
  padding: 11px 0;
  line-height: 1;
}

#schedule_calendar .tablewrap table tbody th {
  width: 122px;
}

#schedule_calendar .tablewrap table tbody th span {
  color: rgba(65, 66, 66, 0.9);
}

#schedule_calendar .tablewrap table tbody th:has(.sat) {
  background-color: #e2eff8;
}

#schedule_calendar .tablewrap table tbody th:has(.sat) .sat span {
  color: #41a0de;
}

#schedule_calendar .tablewrap table tbody th .holiday {
  background-color: #ffeef0;
}

#schedule_calendar .tablewrap table tbody th .holiday span {
  color: #cc5462;
}

#schedule_calendar .tablewrap table tbody td .holiday {
  color: rgba(65, 66, 66, 0.7);
  background-color: rgba(199, 211, 217, 0.4);
}

#schedule_calendar .tablewrap table tbody td:has(.holiday:not(.am):not(.pm)) .holiday {
  width: 100%;
  border-right: none;
}

#schedule_calendar .tablewrap table tbody .day span {
  font-family: avenir-next-lt-pro, Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  letter-spacing: -0.01em;
  padding: 11px 0;
}

#schedule_calendar .link_btn {
  align-self: flex-end;
  margin-top: -40px;
}

body:has(.news) #mv {
  background-image: url(../img//information/new/mv_news_pc.png.webp);
}

.news .content_wrapper {
  display: flex;
  flex-direction: column;
  padding: 34px 173px 70px;
}

.news ul.top_news {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: 'date title arrow';
  margin-bottom: 40px;
}

.news ul.top_news li {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
}

.news ul.top_news li a {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
  width: 100%;
  padding: 26px 24px 28px 26px;
  border-bottom: 1px solid #c7d3d9;
  position: relative;
  transition: all 0.1 ease;
}

.news ul.top_news li a time {
  font-size: 16px;
  color: #41a0de;
  margin-right: 24px;
  font-family: avenir-next-lt-pro, Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 5px;
  letter-spacing: 0;
}

.news ul.top_news li a .news_title {
  display: inline-block;
  width: 628px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  color: #414242;
}

.news ul.top_news li a .news_title .summary {
  color: inherit;
  margin-left: 1em;
}

.news ul.top_news li a .arrow {
  display: block;
  margin-left: 11px;
  margin-top: 1px;
  width: 22px;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  background: linear-gradient(90deg, #58b3df 0%, #2c8fdc 100%);
  border-radius: 50%;
}

.news ul.top_news li a .arrow::after {
  width: calc(22px * 2 + 22px * 0.72727);
  content: '';
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/information/new/arrow_wh.svg) no-repeat left center/auto 100%, url(../img/information/new/arrow_wh.svg) no-repeat right center/auto 100%;
}

.news ul.top_news li a:hover .arrow::after {
  -webkit-transform: translateX(calc(100% - 22px));
          transform: translateX(calc(100% - 22px));
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.news ul.top_news li a .arrow {
  margin-left: 0;
}

.news ul.top_news li a::before {
  content: '';
  display: block;
  width: 0;
  height: 1.4px;
  background: linear-gradient(rgba(65, 160, 222, 0.8), rgba(65, 160, 222, 0.8)), #ffffff;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.news ul.top_news li a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0;
  height: 100%;
  background-color: #f5fafc;
  display: block;
  z-index: -1;
}

.news ul.top_news li a:hover {
  opacity: 1;
}

.news ul.top_news li a:hover::before {
  width: 100%;
  transition: width 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.news ul.top_news li a:hover::after {
  width: 100%;
  transition: width 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.news .link_btn {
  align-self: flex-end;
}

.news.detail .title_wrapper h2.news_title {
  line-height: 1.3;
  font-size: 30px;
  color: #41a0de;
}

.news.detail .title_wrapper time {
  display: inline-block;
  font-size: 16px;
  margin: 16px auto 22px 0;
  font-family: avenir-next-lt-pro, Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #97a3a8;
}

.news.detail .article {
  display: grid;
  grid-template-rows: auto;
  row-gap: 38px;
  border-top: 1px solid #c7d3d9;
  border-bottom: 1px solid #c7d3d9;
  padding: 60px 0 64px;
  margin-bottom: 40px;
}

.news.detail .article .fr {
  margin: 0 auto;
}

.news.detail .article .fr:where(:not(:has(*))) {
  display: none;
}

.news.detail .article .fr img {
  width: 430px;
  height: auto;
}

.news.detail .article .fr figcaption {
  font-size: 14px;
  line-height: 1.2;
  color: #414242;
  margin-top: 8px;
}

.news.detail .article .text_wrapper .summary:not(:empty) {
  line-height: 1.7;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 25px;
  display: inline-block;
  color: #41a0de;
}

.news.detail .article .text_wrapper p {
  line-height: 1.75;
  font-size: 16px;
  color: #414242;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0;
}

.news.detail .article .text_wrapper p a {
  color: #41a0de;
  text-decoration: underline;
}

.news.detail .article .link {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.news.detail .article .link ul {
  display: grid;
  row-gap: 10px;
}

.news.detail .article .link ul li {
  display: block;
}

.news.detail .article .link ul li a {
  color: #41a0de;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.75;
  display: flex;
  align-items: center;
}

.news.detail .article .link::before {
  width: 48px;
  height: 24px;
  display: grid;
  place-content: center;
  background: linear-gradient(90deg, #58b3df 0%, #2c8fdc 100%);
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 1px;
  margin-top: 4px;
}

.news.detail .article .link.url_wrapper::before {
  content: 'URL';
}

.news.detail .article .link.url_wrapper a::after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  aspect-ratio: 1 / 1;
  margin-left: 4px;
  background-color: #41a0de;
  -webkit-mask-image: url(../img/information/new/arrow-up-right-from-square-solid.svg);
          mask-image: url(../img/information/new/arrow-up-right-from-square-solid.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.news.detail .article .link.pdf_wrapper::before {
  content: 'PDF';
}

.news.detail .article .link.pdf_wrapper a::after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
  margin-left: 7px;
  background: url(../img/information/new/file-pdf-solid.svg) no-repeat center center/contain;
  -webkit-filter: invert(54%) sepia(89%) saturate(768%) hue-rotate(176deg) brightness(92%) contrast(88%);
          filter: invert(54%) sepia(89%) saturate(768%) hue-rotate(176deg) brightness(92%) contrast(88%);
}

@media (max-width: 767px) {
  a {
    cursor: pointer;
  }
  .content_wrapper {
    width: 100%;
    max-width: 100vw;
  }
  h2.section_title {
    font-size: 28px;
  }
  h2.section_title span {
    font-size: 17px;
  }
  a.link_btn:hover::before {
    transition: none;
  }
  a.link_btn .arrow::after {
    width: 100%;
    background: url(../img/information/new/arrow_wh.svg) no-repeat center center/contain;
  }
  header {
    background-color: transparent;
    -webkit-filter: none;
            filter: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    height: 84px;
    overflow: hidden;
  }
  header::before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    display: flex;
    background-color: rgba(255, 255, 255, 0.88);
    -webkit-backdrop-filter: blur(3.5px);
            backdrop-filter: blur(3.5px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    height: 85px;
  }
  header .header_inner {
    flex-direction: column;
    width: 100%;
    padding: 12px 16px 0 13px;
    position: relative;
  }
  header .header_logo a {
    position: relative;
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .header_logo a img {
    height: 58px;
    margin-top: 2px;
  }
  header .header_logo a h1 {
    margin-left: 7px;
  }
  header .header_logo a h1 span {
    color: inherit;
  }
  header .header_logo a h1 .corp-name {
    font-size: 11px;
    margin-bottom: 0;
  }
  header .hamburger {
    display: block;
    width: 32px;
    height: auto;
    margin-left: auto;
    position: absolute;
    top: 41px;
    right: 0%;
    z-index: 10;
    border: none;
    background-color: transparent;
  }
  header .hamburger .hamburger_line {
    display: block;
    width: 32px;
    height: 3px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #41a0de;
    transition: 0.4s;
  }
  header .hamburger .hamburger_line::before, header .hamburger .hamburger_line::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #41a0de;
    transition: inherit;
  }
  header .hamburger .hamburger_line::before {
    top: -11px;
  }
  header .hamburger .hamburger_line::after {
    top: 11px;
  }
  header .hamburger.active .hamburger_line {
    background-color: transparent;
  }
  header .hamburger.active .hamburger_line::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .hamburger.active .hamburger_line::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .header_right {
    opacity: 0;
    pointer-events: none;
    /* タップ不可 */
    visibility: hidden;
  }
  header .header_right .gnav .header_nav_list li {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  header .header_right .gnav .header_nav_list li a::before {
    width: 10px;
    margin-top: 3px;
  }
  header .header_right .header_btn {
    opacity: 0;
    position: inherit;
    order: 2;
    border-radius: 14px;
    width: 100%;
    height: auto;
    padding: 0 14px;
    grid-template-columns: 25% auto 1fr;
    margin-bottom: 10px;
  }
  header .header_right .header_btn a {
    font-size: 21px;
    display: grid;
    align-items: center;
    grid-template-columns: subgrid;
    grid-column: span 3;
    margin: 30px 0;
  }
  header .header_right .header_btn a span {
    color: inherit;
    position: relative;
  }
  header .header_right .header_btn a span::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    display: block;
    width: 11px;
    height: 22px;
    background: url(../img/information/new/caret-right-solid.svg) no-repeat center center/contain;
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(225deg) brightness(105%) contrast(104%);
            filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(225deg) brightness(105%) contrast(104%);
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
  header .header_right .header_btn a::before {
    width: 40px;
    height: auto;
    margin: 0;
    place-self: center;
  }
  header .header_right .header_phone {
    opacity: 0;
    order: 3;
    margin: auto;
    background-color: #e6f1f7;
    border-radius: 14px;
    padding: 0 14px;
    width: 100%;
    margin-bottom: 12px;
  }
  header .header_right .header_phone a {
    color: #41a0de;
    font-size: 27px;
    display: grid;
    justify-content: center;
    grid-template-columns: 25% 1fr;
    margin: 28px 0 26px;
    pointer-events: auto;
    cursor: pointer;
  }
  header .header_right .header_phone a::before {
    width: 26px;
    height: auto;
    margin: 0;
    place-self: center;
    -webkit-filter: invert(54%) sepia(89%) saturate(768%) hue-rotate(176deg) brightness(92%) contrast(88%);
            filter: invert(54%) sepia(89%) saturate(768%) hue-rotate(176deg) brightness(92%) contrast(88%);
  }
  header .sp-bg {
    height: 0;
    position: fixed;
    inset: 0;
    background-color: #131314;
    width: 100%;
    height: 100dvh;
    z-index: 1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  body.active {
    height: 100dvh;
    overflow: hidden;
  }
  body.active header {
    background-color: transparent;
    -webkit-filter: none;
            filter: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    justify-content: start;
    height: 100%;
    overflow: visible;
    position: fixed;
    inset: 0;
  }
  body.active header .header_logo a {
    margin-bottom: 12px;
  }
  body.active header .header_logo a h1 {
    color: #ffffff;
    transition: 0.5s ease-in 0.6s;
  }
  body.active header .header_right {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100dvh - 84px);
    overflow-y: auto;
    scrollbar-width: none;
    padding: 0 20px;
    position: relative;
    z-index: 2;
  }
  body.active header .header_right .gnav {
    display: contents;
  }
  body.active header .header_right .gnav .header_nav_list {
    display: block;
    padding-left: 1px;
    order: 1;
    margin-top: 24px;
    margin-bottom: 30px;
  }
  body.active header .header_right .gnav .header_nav_list li {
    margin: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
    transition: opacity 0.7s ease, transform 0.7s ease;
    transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
  }
  body.active header .header_right .gnav .header_nav_list li:nth-child(1) {
    transition-delay: 0.6s;
  }
  body.active header .header_right .gnav .header_nav_list li:nth-child(2) {
    transition-delay: 0.7s;
  }
  body.active header .header_right .gnav .header_nav_list li:nth-child(3) {
    transition-delay: 0.8s;
  }
  body.active header .header_right .gnav .header_nav_list li:nth-child(4) {
    transition-delay: 0.9s;
  }
  body.active header .header_right .gnav .header_nav_list li:nth-child(5) {
    transition-delay: 1s;
  }
  body.active header .header_right .gnav .header_nav_list li:nth-child(6) {
    transition-delay: 1.1s;
  }
  body.active header .header_right .gnav .header_nav_list li:nth-child(7) {
    transition-delay: 1.2s;
  }
  body.active header .header_right .gnav .header_nav_list li:not(:last-child) {
    margin-bottom: 25px;
  }
  body.active header .header_right .gnav .header_nav_list li a {
    color: #ffffff;
    width: 100%;
  }
  body.active header .header_right .gnav .header_nav_list li a .ja {
    font-size: 18px;
  }
  body.active header .header_right .gnav .header_nav_list li a .en {
    font-size: 14px;
  }
  body.active header .header_right .header_btn {
    opacity: 1;
    transition: 0.6s ease-in;
    transition-delay: calc(0.4s + (0.1s * 8));
  }
  body.active header .header_right .header_phone {
    opacity: 1;
    transition: 0.6s ease-in;
    transition-delay: calc(0.4s + (0.1s * 9));
  }
  body.active header .sp-bg {
    display: block;
    background-color: #131314;
    width: 100%;
    height: 100dvh;
    z-index: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: 0.5s ease-in 0.1s;
  }
  body.active.closing header .header_logo h1 {
    color: #363737;
    transition: 0.6s ease 0.6s;
  }
  body.active.closing header .header_right {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: 0.5s ease;
    pointer-events: none;
  }
  body.active.closing header .sp-bg {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    transition: 0.5s ease-in 0.3s;
  }
  #top .mv_slider {
    max-height: 744px;
  }
  #top .mv_slider .slick-list {
    max-height: inherit;
  }
  #top .mv_slider .slick-current .slide_bg {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation: none;
            animation: none;
  }
  #top .mv_slider .slide_wrapper .slide_content {
    padding: 120px 24px 102px;
    max-height: 744px;
  }
  #top .mv_slider .slide_wrapper .slide_content.slide-1 .slide_title {
    line-height: 1.7;
    margin-top: 20px;
    margin-bottom: 24px;
  }
  #top .mv_slider .slide_wrapper .slide_content.slide-1 ul.slide_icons {
    grid-template-columns: repeat(2, auto);
    gap: 7px;
    margin-bottom: 24px;
  }
  #top .mv_slider .slide_wrapper .slide_content.slide-1 ul.slide_icons li:nth-of-type(2) {
    margin-left: -56px;
  }
  #top .mv_slider .slide_wrapper .slide_content.slide-1 ul.slide_icons li:nth-of-type(3) {
    margin-left: 56px;
  }
  #top .mv_slider .slide_wrapper .slide_content.slide-1 ul.slide_icons li:nth-of-type(n + 3) {
    margin-top: -14px;
  }
  #top .mv_slider .slide_wrapper .slide_content.slide-1 .slide_sub-copy {
    line-height: 1.8;
  }
  #top .mv_slider .slide_wrapper .slide_content.slide-1 + .slide_bg {
    background: linear-gradient(180deg, rgba(30, 70, 140, 0.2) 0.01%, rgba(17, 39, 77, 0.44) 55.77%, rgba(0, 0, 0, 0.5) 100%), url(../img/information/new/fv-1_pc.png.webp) no-repeat 57% top/cover;
  }
  #top .mv_slider .slide_wrapper .slide_content.slide-2 .slide_title {
    margin-top: 56px;
  }
  #top .mv_slider .slide_wrapper .slide_content.slide-2 .slide_title span {
    background: none;
    line-height: 1.75;
    padding: 0;
  }
  #top .mv_slider .slide_wrapper .slide_content.slide-2 .slide_subtitle {
    margin-top: 13px;
  }
  #top .mv_slider .slide_wrapper .slide_content.slide-2 .slide_subtitle span {
    background: none;
    line-height: 1.7;
    font-size: 20px;
  }
  #top .mv_slider .slide_wrapper .slide_content.slide-2 .slide_sub-copy span {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  #top .mv_slider .slide_wrapper .slide_content.slide-2 .slide_sub-copy {
    margin-top: 89px;
  }
  #top .mv_slider .slide_wrapper .slide_content.slide-2 + .slide_bg {
    background-size: auto 102%;
    background-position: 57% top;
  }
  #top .top_information .info_header a .arrow::after {
    width: 100%;
    background: url(../img/information/new/chevron-right_wh.svg) no-repeat center center/contain;
  }
  #top .top_information {
    position: initial;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px 33px 24px;
    background-color: #fafdff;
    border-radius: 0;
    width: 100%;
  }
  #top .top_information .info_header {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
  #top .top_information .info_header .info_title {
    font-size: 20px;
    margin-bottom: 0;
  }
  #top .top_information .info_header a {
    font-size: 15px;
  }
  #top .top_information .info_header a::after {
    width: 18px;
    font-size: 10px;
    margin-left: 8px;
  }
  #top .top_information .info_header a .arrow {
    display: block;
    margin-left: 11px;
    margin-top: 1px;
    width: 18px;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, #58b3df 0%, #2c8fdc 100%);
    border-radius: 50%;
  }
  #top .top_information .info_header a .arrow::after {
    width: calc(18px * 2 + 18px * 0.72727);
    content: '';
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/information/new/chevron-right_wh.svg) no-repeat left center/auto 100%, url(../img/information/new/chevron-right_wh.svg) no-repeat right center/auto 100%;
  }
  #top .top_information .info_header a:hover .arrow::after {
    -webkit-transform: translateX(calc(100% - 18px));
            transform: translateX(calc(100% - 18px));
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  #top .top_information .info_header a .arrow {
    margin-left: 8px;
  }
  #top .top_information .top_news {
    border: none;
    padding: 0;
    width: 100%;
    display: initial;
  }
  #top .top_information .top_news li {
    display: initial;
  }
  #top .top_information .top_news li:first-child a {
    margin-bottom: 21px;
  }
  #top .top_information .top_news li a {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top .top_information .top_news li a time {
    margin-bottom: 5px;
    font-size: 15px;
  }
  #top .top_information .top_news li a .news_title {
    margin-right: 0;
    padding: 0;
    font-size: 14px;
    width: calc(100% - 35px);
  }
  #top .top_information .top_news li a::after {
    margin-right: 4px;
    font-size: 13px;
  }
  .sp_reserve_btn {
    opacity: 0;
    pointer-events: none;
    display: grid !important;
    position: fixed;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 110;
    background: linear-gradient(90deg, #58b3df 0%, #2c8fdc 100%);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    grid-template-columns: repeat(3, -webkit-max-content);
    grid-template-columns: repeat(3, max-content);
    place-content: center;
    place-items: center;
    padding: 20px 32px 22px 30px;
    color: #ffffff;
    font-size: 19px;
    letter-spacing: 0.02em;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    border-radius: 9999px;
    width: 300px;
    min-height: 76px;
  }
  .sp_reserve_btn span {
    color: inherit;
  }
  .sp_reserve_btn span span {
    letter-spacing: -0.03em;
  }
  .sp_reserve_btn::before {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    aspect-ratio: 1 / 1;
    background: url(../img/information/new/calendar.svg) no-repeat center center/contain;
  }
  .sp_reserve_btn::after {
    content: '';
    display: block;
    margin-left: auto;
    width: 12px;
    height: 24px;
    background-color: #ffffff;
    background: url(../img/information/new/caret-right-solid.svg) no-repeat center right/contain;
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(225deg) brightness(105%) contrast(104%);
            filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(225deg) brightness(105%) contrast(104%);
  }
  .sp_reserve_btn:hover {
    opacity: 0;
  }
  .sp_reserve_btn.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  #about {
    background: url(../img/information/new/about_bg_pc.png.webp) no-repeat center top/cover;
  }
  #about .content_wrapper {
    padding: 60px 24px 70px 24px;
  }
  #about .content_inner {
    width: 100%;
  }
  #about .content_inner p {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 58px;
  }
  #about .content_inner .clinics figcaption {
    font-size: 12px;
    margin-top: 8px;
  }
  #shinryo .shinryo_grid-list .shinryo_grid-card a .shinryo_cate-title .arrow::after {
    width: 100%;
    background: url(../img/information/new/arrow_wh.svg) no-repeat center center/contain;
  }
  #shinryo .content_wrapper {
    padding: 70px 20px 84px;
  }
  #shinryo .btn_wrap {
    margin-bottom: 63px;
  }
  #shinryo .btn_wrap .link_btn {
    line-height: 1.25;
    margin-top: 0;
    padding: 11px 0 9px 13px;
    font-size: 15px;
  }
  #shinryo .shinryo_grid-list {
    gap: 12px;
  }
  #shinryo .shinryo_grid-list .shinryo_grid-card {
    grid-template-rows: 88px auto;
  }
  #shinryo .shinryo_grid-list .shinryo_grid-card a {
    transition: none;
    padding: 0 20px;
  }
  #shinryo .shinryo_grid-list .shinryo_grid-card a .shinryo_cate-title {
    grid-template-columns: 58px 1fr 28px;
    font-size: 24px;
    height: 88px;
    padding: 0 10px;
  }
  #shinryo .shinryo_grid-list .shinryo_grid-card a ul.example_list {
    min-height: initial;
  }
  #shinryo .shinryo_grid-list .shinryo_grid-card a ul.example_list.align-left {
    grid-template-columns: 1fr auto;
  }
  #shinryo .shinryo_grid-list .shinryo_grid-card a ul.example_list .example_item {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  #shinryo .shinryo_grid-list .shinryo_grid-card a ul.example_list .example_item::before {
    margin-top: 4.5px;
  }
  #doctors .content_wrapper {
    padding: 62px 20px 72px 20px;
  }
  #doctors .profile_wrapper {
    padding: 20px;
    margin-top: 60px;
  }
  #doctors .profile_wrapper .doc_profile {
    display: block;
  }
  #doctors .profile_wrapper .doc_profile:last-of-type {
    margin-top: 57px;
    direction: initial;
  }
  #doctors .profile_wrapper .doc_profile .name {
    font-size: 27px;
    margin-bottom: 18px;
  }
  #doctors .profile_wrapper .doc_profile .name .post {
    font-size: 17px;
    margin-bottom: 9px;
  }
  #doctors .profile_wrapper .doc_profile .name .name_en {
    display: block;
    font-size: 18px;
    margin: 8px 0;
  }
  #doctors .profile_wrapper .doc_profile .img_wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
  }
  #doctors .profile_wrapper .doc_profile .img_wrap img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #doctors .profile_wrapper .doc_profile .profile_text {
    margin-top: 22px;
    display: block;
  }
  #doctors .profile_wrapper .doc_profile .profile_text .profile_list_title {
    font-size: 16px;
    margin: 0 0 6px;
  }
  #doctors .profile_wrapper .doc_profile .profile_text .profile_list {
    font-size: 15px;
  }
  #doctors .profile_wrapper .doc_profile .profile_text .profile_list li {
    line-height: 1.8;
  }
  .schedule_top-bg {
    background: url(../img/information/new/schedule_bg_sp.png.webp) no-repeat 0 0/cover;
    aspect-ratio: 390 / 170;
  }
  #schedule .table_wrapper #reserve {
    top: 0;
  }
  #schedule .table_wrapper .right_contents .table_note:has(.link_btn) .link_btn .arrow::after {
    width: 100%;
    background: url(../img/information/new/arrow_wh.svg) no-repeat center center/contain;
  }
  #schedule .content_wrapper {
    padding: 62px 22px 70px 22px;
  }
  #schedule .table_wrapper {
    display: block;
    width: 100%;
  }
  #schedule .table_wrapper .section_title {
    margin-top: 0;
    margin-bottom: 60px;
  }
  #schedule .table_wrapper .table_title {
    margin: 0 auto 15px 0;
    font-size: 20px;
  }
  #schedule .table_wrapper .table_title.reserve {
    margin-top: 0px;
  }
  #schedule .table_wrapper .reserve_note {
    font-size: 15px;
    margin-bottom: 46px;
  }
  #schedule .table_wrapper .right_contents:first-of-type {
    margin-bottom: 0;
  }
  #schedule .table_wrapper .right_contents table.time-table_sp {
    display: table !important;
    font-size: 18px;
  }
  #schedule .table_wrapper .right_contents table.time-table_sp th,
  #schedule .table_wrapper .right_contents table.time-table_sp td {
    border: 1px solid #c7d3d9;
  }
  #schedule .table_wrapper .right_contents table.time-table_sp th[scope='row'] {
    background-color: rgba(65, 160, 222, 0.2);
    width: 123px;
  }
  #schedule .table_wrapper .right_contents table.time-table_sp td {
    font-size: 24px;
    padding: 20px 0;
  }
  #schedule .table_wrapper .right_contents table.time-table_sp td span {
    display: block;
    color: inherit;
    font-size: 14px;
    margin-top: 5px;
  }
  #schedule .table_wrapper .right_contents table.time-table_sp tr:last-of-type td {
    font-size: 20px;
  }
  #schedule .table_wrapper .right_contents .doctor-table_sp {
    table-layout: fixed;
    display: table !important;
  }
  #schedule .table_wrapper .right_contents .doctor-table_sp tr th[scope='col'] {
    background-color: #ffffff;
    font-size: 16px;
    padding: 14px 0;
    width: auto;
  }
  #schedule .table_wrapper .right_contents .doctor-table_sp tr th[scope='row'] {
    width: 105px;
  }
  #schedule .table_wrapper .right_contents .doctor-table_sp tr th:first-child {
    background-color: rgba(65, 160, 222, 0.2);
    font-size: 16px;
    width: 105px;
  }
  #schedule .table_wrapper .right_contents .doctor-table_sp tr td {
    padding: 20px 0;
  }
  #schedule .table_wrapper .right_contents .table_note {
    flex-direction: column;
  }
  #schedule .table_wrapper .right_contents .table_note p {
    font-size: 14px;
  }
  #schedule .table_wrapper .right_contents .table_note p .time {
    font-size: 16px;
  }
  #schedule .table_wrapper .right_contents .table_note p:last-child {
    line-height: 1.2;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 30px;
  }
  #schedule .table_wrapper .right_contents .table_note p:not(:last-child) {
    margin-bottom: 5px;
  }
  #schedule .table_wrapper .right_contents .table_note:has(.link_btn) .link_btn {
    align-self: flex-end;
    font-size: 15px;
  }
  #schedule .table_wrapper .right_contents img {
    margin-bottom: 84px;
  }
  #video .content_wrapper {
    padding: 90px 20px 110px;
  }
  #video .video_title {
    font-size: 24px;
    margin: 60px 0 32px;
  }
  #video .video_wrapper {
    display: block;
  }
  #video .video_wrapper .video_info {
    display: flex;
    flex-direction: column;
  }
  #video .video_wrapper .video_info .video_text {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 32px;
  }
  #video .video_wrapper .video_info a.link_btn {
    margin-top: 20px;
    align-self: flex-end;
  }
  #access {
    padding: 64px 18px;
  }
  #access .content_wrapper {
    width: 100%;
    border-radius: 20px;
    padding: 50px 18px;
  }
  #access .section_title {
    margin-bottom: 50px;
  }
  #access .map_wrapper {
    display: block;
  }
  #access .map_wrapper .google_map {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    margin-bottom: 30px;
  }
  #access .map_wrapper .img_map img {
    height: auto;
  }
  #access .map_wrapper .img_map .map_label {
    max-width: 178px;
    width: 47vw;
    padding: 12px;
  }
  #access .map_wrapper .img_map .map_label .facility {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
  #access .map_wrapper .img_map .map_label p {
    font-size: 12px;
    letter-spacing: 0;
  }
  #access .map_wrapper .img_map .map_label p.note_mark {
    font-size: 10px;
  }
  #access .map_wrapper .img_map .map_label p:not(:first-child) {
    margin-top: 2px;
  }
  #access .map_wrapper .img_map .map_label::after {
    -webkit-transform: translate(-25px, -10px);
            transform: translate(-25px, -10px);
  }
  footer #foot.renewal_footer .foot_contents {
    padding-bottom: 13.88889vw;
  }
  footer #foot.renewal_footer .foot_logo {
    padding: 0 0 0 20vw;
  }
  footer #foot.renewal_footer .foot_logo_title {
    font-size: 17px;
  }
  footer #foot.renewal_footer .foot_info01 {
    border-color: rgba(255, 255, 255, 0.6);
  }
  footer #foot.renewal_footer .foot_info01 .add {
    text-indent: 0;
    padding-left: 0;
  }
  footer #foot_sub ul {
    margin: 4.26667vw 0 0;
  }
  footer .copy p {
    font-size: 2.66667vw;
    padding: 1.6vw 0;
  }
  .to_top {
    right: 20px;
  }
  .to_top.is-stopped {
    position: absolute;
    bottom: auto;
  }
  body:has(#mv) header.jr {
    position: fixed;
  }
  body:has(#mv) .content_wrapper {
    width: 100%;
    max-width: 100vw;
    padding-left: 24px;
    padding-right: 24px;
  }
  #mv {
    background-image: url(../img//information/new/mv_shinryo_sp.png.webp);
    margin-top: 80px;
  }
  #mv::before {
    padding-top: calc(170 / 390 * 100%);
  }
  h2.mv_title {
    margin-bottom: 28px;
    font-size: 28px;
  }
  h2.mv_title span {
    font-size: 17px;
    margin-bottom: 7px;
  }
  .breadcrumb_wrapper {
    padding: 0 24px;
  }
  .breadcrumb_wrapper .breadcrumb {
    margin: 18px auto 5px;
  }
  .reservation_bnr .content_wrapper {
    padding: 54px 20px;
  }
  .reservation_bnr a img {
    width: 100%;
  }
  #shinryo_detail ul.disease_list {
    display: none;
  }
  #shinryo_detail .content_wrapper {
    display: block;
    padding-top: 48px;
    padding-bottom: 100px;
  }
  #shinryo_detail .category_wrapper div:not(:last-child) {
    margin-bottom: 0;
    margin-top: -14px;
  }
  #shinryo_detail .category_wrapper div.is_open:not(:last-child) {
    margin-bottom: 40px;
  }
  #shinryo_detail .category_wrapper div.is_open .cate_title::after {
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
  #shinryo_detail .category_wrapper div.is_open ul.disease_list .disease_title:has(br) {
    line-height: 1.2;
  }
  #shinryo_detail .category_wrapper .cate_title {
    font-size: 25px;
    padding: 10px 0;
    position: relative;
  }
  #shinryo_detail .category_wrapper .cate_title::before {
    width: 50px;
    height: 50px;
  }
  #shinryo_detail .category_wrapper .cate_title::after {
    content: '';
    position: absolute;
    top: 55%;
    right: 13px;
    -webkit-transform: rotate(180deg) translateY(70%);
            transform: rotate(180deg) translateY(70%);
    width: 22px;
    height: 22px;
    aspect-ratio: 1 / 1;
    display: block;
    background: url(../img/information/new/chevron-up-solid.svg) no-repeat center center/contain;
    -webkit-filter: invert(54%) sepia(89%) saturate(768%) hue-rotate(176deg) brightness(92%) contrast(88%);
            filter: invert(54%) sepia(89%) saturate(768%) hue-rotate(176deg) brightness(92%) contrast(88%);
  }
  #shinryo_detail .category_wrapper ul.disease_list {
    padding: 0 6px;
  }
  #shinryo_detail .category_wrapper ul.disease_list li:not(:last-child) {
    margin-bottom: 34px;
  }
  #shinryo_detail .category_wrapper ul.disease_list li .disease_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #shinryo_detail .category_wrapper ul.disease_list li .disease_title::before {
    margin-right: 8px;
    margin-top: 3px;
  }
  #shinryo_detail .category_wrapper ul.disease_list li p {
    font-size: 15px;
  }
  body:has(#schedule_calendar) #mv {
    background-image: url(../img//information/new/mv_schedule2_sp.png.webp);
  }
  #schedule_calendar .content_wrapper {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  #schedule_calendar #jr_table {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
  #schedule_calendar #jr_table .tablewrap {
    margin-bottom: 38px;
  }
  #schedule_calendar .tablewrap p {
    font-size: 20px;
    margin-bottom: 14px;
  }
  #schedule_calendar .tablewrap p::before {
    width: 10px;
    height: auto;
    margin-right: 7px;
  }
  #schedule_calendar .tablewrap table {
    font-size: 18px;
  }
  #schedule_calendar .tablewrap table thead div {
    font-size: 14px;
  }
  #schedule_calendar .tablewrap table th {
    width: 102px;
  }
  #schedule_calendar .tablewrap table th div,
  #schedule_calendar .tablewrap table td div {
    padding: 8px 0;
  }
  #schedule_calendar .tablewrap table tbody .day span {
    font-size: 19px;
  }
  #schedule_calendar .link_btn {
    margin-top: -4px;
  }
  body:has(.news) #mv {
    background-image: url(../img//information/new/mv_news_sp.png.webp);
  }
  .news ul.top_news li a .arrow::after {
    width: 100%;
    background: url(../img/information/new/arrow_wh.svg) no-repeat center center/contain;
  }
  .news ul.top_news li a:hover::before {
    transition: none;
  }
  .news ul.top_news li a:hover::after {
    width: 0;
    transition: none;
  }
  .news .content_wrapper {
    padding-top: 24px;
    padding-bottom: 54px;
  }
  .news ul.top_news li {
    grid-column: span 2;
    grid-row: span 2;
  }
  .news ul.top_news li a {
    row-gap: 4px;
    padding: 22px 1px;
    grid-template-columns: 1fr auto;
    grid-template-areas: 'date arrow' 'title arrow';
  }
  .news ul.top_news li a time {
    grid-area: date;
    margin: 0;
  }
  .news ul.top_news li a .news_title {
    width: auto;
    margin-right: 32px;
    grid-area: title;
  }
  .news ul.top_news li a .arrow {
    grid-area: arrow;
    align-self: center;
  }
  .news.detail .title_wrapper .news_title {
    font-size: 24px;
    line-height: 1.4;
  }
  .news.detail .title_wrapper time {
    margin: 14px 0 24px;
  }
  .news.detail .article {
    padding: 40px 0;
    row-gap: 30px;
  }
  .news.detail .article .fr img {
    width: 100%;
  }
  .news.detail .article .text_wrapper .summary:not(:empty) {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .news.detail .article .text_wrapper .main_text {
    font-size: 15px;
  }
  .news.detail .article .link {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}

@media (min-width: 1441px) {
  header .header_right .header_btn {
    /* 1441pxから先は右下角丸 */
    border-radius: 0 0 17px 17px;
  }
}

@media (min-width: 1618px) {
  #top .mv_slider .slide_wrapper .slide_content.slide-1 + .slide_bg {
    background-size: 100% auto;
    background-position: left 12%;
  }
  #top .mv_slider .slide_wrapper .slide_content.slide-2 + .slide_bg {
    background-size: 100% auto;
    background-position: left 12%;
  }
}

@media (min-width: 1440px) {
  #top .top_information {
    /* 1440pxから先は右方向に広がる */
    width: clamp(600px, 42vw, 900px);
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  #top .top_information .info_header a .arrow::after {
    width: 100%;
    background: url(../img/information/new/chevron-right_wh.svg) no-repeat center center/contain;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  footer #foot_sub ul li a.honin span {
    font-size: 0.97222vw;
    font-weight: inherit;
  }
  footer .copy p {
    font-size: 0.90278vw;
  }
}
