@charset "UTF-8";
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 24px;
  color: #393939;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .hidden-pc {
    display: none;
  }
}

.button__contents {
  text-align: center;
  margin: 0 auto;
}

.button__contents:hover .button-icon {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.button__contents:hover .button-icon path {
  stroke: #fff;
}

.button__contents:hover .button {
  background-color: #1391e6;
  color: #fff;
}

.button {
  color: #1391e6;
  font-weight: 500;
  text-align: center;
  border-radius: 24px;
  border: 1px solid #1391e6;
  background: #fff;
  padding-block: 9px;
  padding-left: 40px;
  padding-right: 15px;
}

.button1 {
  width: 176px;
}

.button2 {
  width: 274px;
}

.button-icon {
  margin-left: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.main-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .main-titles {
    gap: 28px;
    padding-top: 10px;
  }
}

.title-left__img img {
  width: 49px;
}
@media screen and (min-width: 1025px) {
  .title-left__img img {
    width: 67px;
  }
}

.main-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .main-title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.title-right__img img {
  width: 49px;
}
@media screen and (min-width: 1025px) {
  .title-right__img img {
    width: 67px;
  }
}

.color-red {
  color: #ee5a6d;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
.header::after {
  content: ""; /* 擬似要素を使用 */
  position: absolute;
  top: 48px; /* FVセクションの上に位置 */
  left: 0;
  right: 0;
  height: 10px; /* シャドウの高さ */
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.16); /* シャドウの設定 */
  z-index: -1; /* FVセクションの後ろに配置 */
}
@media screen and (max-width: 320px) {
  .header::after {
    top: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header::after {
    top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .header::after {
    top: 70px;
  }
}
.header.is-checked {
  background-color: #0060a0;
}

.header__inner {
  margin: 0 auto;
  padding: 15px 20px;
}
@media screen and (min-width: 1025px) {
  .header__inner {
    max-width: 1280px;
    padding: 8px 40px;
    margin: 0 auto;
  }
}

.header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  width: 270px;
}

@media screen and (min-width: 1025px) {
  .header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 32px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.header__nav-title svg {
  display: block;
  color: inherit;
}

.header__nav-title svg path {
  fill: currentColor;
}

.header__nav-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #393939;
}

.header__nav-title:hover {
  color: #1391e6;
}
.header__nav-title:hover .header__nav-text {
  color: #1391e6;
}
.header__nav-title:hover::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #1391e6;
  top: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__nav-text {
  color: #393939;
  text-align: center;
  font-family: "Rounded M+ 1c";
  font-size: 11px;
  font-weight: 700;
  line-height: 18px; /* 163.636% */
}

@media screen and (max-width: 767px) {
  .header__info {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__info {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .header__info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.header__info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.header__access {
  color: #393939;
  font-size: 12px;
  font-weight: 500;
  padding-left: 28px;
}

.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header__tel-num {
  color: #1391e6;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.64px;
}

.drawer-icon {
  position: relative;
  top: -12px;
  margin-left: auto;
  padding-left: 30px;
}
@media screen and (min-width: 1025px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar {
  position: absolute;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  right: 0px;
  background: #fff;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
  right: 0px;
  background: #fff;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 2px;
  border-radius: 6px;
  background: #1391e6;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear,
    -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

.drawer-content {
  padding-inline: 60px;
  padding-top: 103px;
  position: fixed;
  width: 100%;
  height: 707px;
  top: 0px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  z-index: 99;
  background: #0060a0;
}
.drawer-content.is-checked {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__drawer-link {
  padding-block: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 14px;
}
.header__drawer-link:nth-of-type(1) {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
}
.header__drawer-link:nth-of-type(2) {
  border-bottom: 1px dotted #fff;
}
.header__drawer-link:nth-of-type(3) {
  border-bottom: 1px dotted #fff;
}
.header__drawer-link:nth-of-type(4) {
  border-bottom: 1px dotted #fff;
}
.header__drawer-link:nth-of-type(5) {
  border-bottom: 1px dotted #fff;
}
.header__drawer-link:nth-of-type(6) {
  border-bottom: 1px dotted #fff;
}

.header__drawer-text {
  color: #fff;
  font-weight: 500;
}

.header__drawer-img {
  margin-left: auto;
}

.fv {
  padding-top: 75px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .fv {
    padding-top: 123px;
  }
}

.fv__inner {
  margin: 0 auto;
  max-width: 1160px;
}

.fv-swiper {
  position: relative;
}

.fv-slide {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 200px;
}
.fv-slide img {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1025px) {
  .fv-slide {
    padding-left: 0;
    padding-right: 0;
  }
}

.fv-swiper__pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-left: auto;
  bottom: calc(50% - 53px) !important;
}
.fv-swiper__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #c2c2c2;
}
.fv-swiper__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 8px;
  background: #1391e6;
}

.fv-swiper__button-prev,
.fv-swiper__button-next {
  width: 32px !important;
  height: 32px !important;
}
@media screen and (min-width: 1025px) {
  .fv-swiper__button-prev,
  .fv-swiper__button-next {
    width: 48px !important;
    height: 48px !important;
  }
}
.fv-swiper__button-prev::after,
.fv-swiper__button-next::after {
  display: none;
}

.fv-swiper__button-prev {
  position: absolute !important;
  top: 36% !important;
  left: 0 !important;
  background: url(../img/fv-prev.png) no-repeat center center/contain;
}

.fv-swiper__button-next {
  position: absolute !important;
  top: 36% !important;
  right: 0 !important;
  background: url(../img/fv-next.png) no-repeat center center/contain;
}

.fv-title {
  position: absolute;
  bottom: 37%;
  padding-left: 40px;
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv-title {
    padding-left: 130px;
  }
}
@media screen and (min-width: 1025px) {
  .fv-title {
    padding-left: 62px;
    gap: 17px;
  }
}

.fv-title__text {
  color: #fff;
  text-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  letter-spacing: 1.6px;
  font-weight: 700;
  border-bottom: #fff dotted 2px;
  padding-bottom: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1025px) {
  .fv-title__text {
    font-size: 32px;
    letter-spacing: 2.56px;
    border-bottom: #fff dotted 4px;
    padding-bottom: 12px;
  }
}

.fv-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 39px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 188px);
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .fv-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 63px;
    left: 2%;
    gap: 59px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 85px;
    left: 7%;
    gap: 59px;
  }
}
@media screen and (max-width: 320px) {
  .fv-contents {
    left: calc(50% - 160px);
    bottom: 20px;
  }
}

.fv-time img {
  border-radius: 6px;
  width: 335px;
}
@media screen and (max-width: 767px) {
  .fv-time img {
    -webkit-box-shadow: 10px 10px 20px rgba(211, 211, 211, 0.5);
    box-shadow: 10px 10px 20px rgba(211, 211, 211, 0.5); /* より具体的な影の色と透明度 */
  }
}
@media screen and (min-width: 1025px) {
  .fv-time img {
    width: 477px;
  }
}

@media screen and (min-width: 1025px) {
  .fv-news {
    width: 542px;
  }
}

.fv-news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.fv-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 64px;
}

.fv-news__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
}
@media screen and (min-width: 1025px) {
  .fv-news__titles {
    padding-left: 12px;
  }
}

.fv-news__title-ja {
  color: #393939;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .fv-news__title-ja {
    letter-spacing: 2px;
  }
}

.fv-news__title-en {
  color: #1391e6;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
}
@media screen and (min-width: 1025px) {
  .fv-news__title-en {
    letter-spacing: 1.2px;
    font-size: 12px;
  }
}

.fv-news__top-news {
  color: #888;
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .fv-news__top-news {
    font-size: 12px;
    margin-left: auto;
  }
}

.fv-news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 23px;
  border-top: #393939 solid 1px;
  border-bottom: #393939 solid 1px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fv-news__body:hover {
  color: #1391e6;
}
@media screen and (min-width: 1025px) {
  .fv-news__body {
    padding-left: 12px;
  }
}

.fv-news__body:hover .fv-news__img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.fv-news__body:hover .fv-news__img path {
  stroke: #1391e6;
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
}

.fv-news__time {
  font-size: 12px;
}

.fv-news__text {
  margin-top: 11px;
  margin-bottom: 11px;
}

.fv-news__img {
  margin-left: auto;
}

.right-reserve {
  border-radius: 20px 0px 0px 20px;
  background: #1391e6;
  width: 92px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  position: fixed;
  top: 174px;
  right: 0;
  z-index: 98;
}
.right-reserve:hover {
  background: #0060a0;
}
@media screen and (max-width: 767px) {
  .right-reserve {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .right-reserve {
    display: none;
  }
}

.right-reserve-texts {
  color: #fff;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
}

.concept__inner {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .concept__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 174px;
    padding-bottom: 200px;
    gap: 95px;
  }
}
@media screen and (min-width: 1025px) {
  .concept__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 174px;
    padding-bottom: 228px;
    gap: 95px;
  }
}

.concept__contents {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .concept__contents {
    padding-left: 0;
    padding-right: 0;
    padding-top: 33px;
  }
}
.concept__contents::before {
  content: "";
  position: absolute;
  background-image: url(../img/sp/concept-bg-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 554px;
  height: 304px;
  top: calc(50% - 290px);
  right: calc(50% - 372px);
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .concept__contents::before {
    background-image: url(../img/pc/concept-bg.png);
    width: 1306px;
    height: 730px;
    right: calc(50% - 820px);
    top: calc(50% - 394px);
  }
}

.concept__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 1025px) {
  .concept__titles {
    gap: 24px;
  }
}

.concept-title__en {
  color: #1391e6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
}
@media screen and (min-width: 1025px) {
  .concept-title__en {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.concept-title__ja {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px; /* 160% */
  letter-spacing: 1.6px;
}
@media screen and (min-width: 1025px) {
  .concept-title__ja {
    font-size: 28px;
    line-height: 44px; /* 157.143% */
    letter-spacing: 2.24px;
  }
}

.concept__text {
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  margin-top: 25px;
  margin-bottom: 37px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .concept__text {
    width: 307px;
  }
}
@media screen and (min-width: 1025px) {
  .concept__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    width: 407px;
  }
}

.concept__img {
  margin-right: auto;
}
.concept__img img {
  width: 334px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .concept__img img {
    width: 640px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1025px) {
  .concept__img img {
    width: 640px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.concept-button__contents {
  padding-top: 6px;
}
@media screen and (min-width: 1025px) {
  .concept-button__contents {
    margin: 0;
    text-align: left;
  }
}

.recommend {
  padding-bottom: 96px;
}
@media screen and (min-width: 1025px) {
  .recommend {
    padding-bottom: 135px;
  }
}

.recommend__inner {
  padding-inline: 20px;
  max-width: 966px;
  margin: 0 auto;
}

.recommend__contents {
  margin-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 57px;
}
@media screen and (min-width: 1025px) {
  .recommend__contents {
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 50px;
  }
}
@media screen and (min-width: 630px) and (max-width: 1024px) {
  .recommend__contents {
    padding-inline: 100px;
  }
}

.recommend__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .recommend__items {
    gap: 15px;
    width: 281px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .recommend__items:nth-child(2) {
    width: 284px;
    margin-bottom: 24px;
  }
}

.recommend-title img {
  width: 177px;
}
@media screen and (min-width: 1025px) {
  .recommend-title img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.recommend-img img {
  width: 276px;
}
@media screen and (min-width: 1025px) {
  .recommend-img img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.recommend-text {
  margin-top: 8px;
  padding-inline: 27px;
}
@media screen and (min-width: 1025px) {
  .recommend-text {
    width: 281px;
    padding-inline: 0px;
  }
  .recommend-text:nth-child(2) {
    width: 284px;
  }
}

.medical {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .medical {
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .medical {
  }
}

.medical-top {
  position: relative;
  height: 24vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .medical-top {
    height: 16vw;
  }
}
.medical-top::before {
  position: absolute;
  content: "";
  background: url(../img/sp/medical-bg-sp.png) no-repeat top center/cover;
  width: inherit; /* 画面幅に合わせる */
  height: inherit;
  top: 0px;
  left: 50%; /* 左端を中央に合わせる */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /* 自分の幅の半分だけ左に移動して中央揃え */
}
@media screen and (min-width: 1025px) {
  .medical-top::before {
    background: url(../img/pc/medical-bg-pc.png) no-repeat top center/cover;
    top: 1px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .medical-top::before {
    background: url(../img/pc/medical-bg-pc.png) no-repeat top center/cover;
    top: 1px;
  }
}

.medical__inner {
  padding-top: 29px;
  background: #dff1fd;
}
@media screen and (min-width: 1025px) {
  .medical__inner {
    padding-top: 10px;
  }
}

.medical__contents {
  padding-inline: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.medical__items {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .medical__items {
    margin-top: 60px;
  }
}

.medical__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .medical__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .medical__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.medical__card {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
  border-radius: 20px;
}
.medical__card:nth-child(1)::before {
  position: absolute;
  content: "";
  width: inherit;
  height: inherit;
  background: url(../img/sp/medical-img1.png) no-repeat center center/cover;
  top: 0px;
  left: 0px;
  border-radius: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* スムーズな拡大縮小 */
}
@media screen and (min-width: 1025px) {
  .medical__card:nth-child(1)::before {
    background: url(../img/pc/medical-img1.png) no-repeat center center/cover;
    width: 460px;
    height: 290px;
    border-radius: 20px;
  }
}
.medical__card:nth-child(2)::before {
  position: absolute;
  content: "";
  width: inherit;
  height: inherit;
  background: url(../img/sp/medical-img2.png) no-repeat center center/cover;
  top: 0px;
  left: 0px;
  border-radius: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* スムーズな拡大縮小 */
}
@media screen and (min-width: 1025px) {
  .medical__card:nth-child(2)::before {
    background: url(../img/pc/medical-img2.png) no-repeat center center/cover;
    width: 460px;
    height: 290px;
    left: 0px;
    border-radius: 20px;
  }
}
.medical__card:nth-child(1):hover::before,
.medical__card:nth-child(2):hover::before {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.medical__card:nth-child(1)::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  width: inherit;
  height: inherit;
  top: 0px;
  left: 0px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* スムーズな拡大縮小 */
}
@media screen and (min-width: 1025px) {
  .medical__card:nth-child(1)::after {
    width: 460px;
    height: 290px;
  }
}
.medical__card:nth-child(2)::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  width: inherit;
  height: inherit;
  top: 0px;
  left: 0px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* スムーズな拡大縮小 */
}
@media screen and (min-width: 1025px) {
  .medical__card:nth-child(2)::after {
    width: 460px;
    height: 290px;
  }
}
@media screen and (min-width: 1025px) {
  .medical__card {
    width: 460px;
    height: 290px;
  }
}
.medical__card:nth-child(1):hover::after,
.medical__card:nth-child(2):hover::after {
  background: rgba(0, 0, 0, 0.4);
}
.medical__card:hover .medical__card-line {
  border-radius: 20px;
  height: calc(100% - 20px);
  margin: 10px;
  width: calc(100% - 20px);
  z-index: 1;
  border: 2px solid #fff;
}

.medical__card-line {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* スムーズな拡大縮小 */
}

.medical-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .medical-card {
    margin-top: 90px;
  }
}

.medical__card-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .medical__card-title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.medical__card-border {
  border-radius: 30px;
  background: #fff;
  width: 30px;
  height: 2px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .medical__card-border {
    width: 40px;
  }
}

.medical__card-text {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.96px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .medical__card-text {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}

.medical__item {
  margin-top: 15px;
  background: #fff;
  border-radius: 3px;
}
@media screen and (min-width: 1025px) {
  .medical__item {
    margin-top: 67px;
  }
}

.medical-text {
  padding: 28px 20px;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 1025px) {
  .medical-text {
    padding: 36px 40px;
    line-height: 28px; /* 200% */
  }
}

.medical-bottom {
  position: relative;
  height: 10vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .medical-bottom {
    height: 8vw;
  }
}
.medical-bottom::after {
  position: absolute;
  content: "";
  background: url(../img/sp/medical-bottom-bg.png) no-repeat bottom center/cover;
  width: inherit;
  height: inherit;
  bottom: -100%;
  left: 50%; /* 左端を中央に合わせる */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /* 自分の幅の半分だけ左に移動して中央揃え */
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .medical-bottom::after {
    background: url(../img/pc/medical-bg-bottom.png) no-repeat center
      bottom/cover;
    width: inherit;
    height: inherit;
    left: 50%; /* 左端を中央に合わせる */
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); /* 自分の幅の半分だけ左に移動して中央揃え */
    bottom: -100%;
  }
}

.medical-deco-left {
  position: absolute;
  width: 24px;
  height: 25px;
  left: 12px;
  bottom: 123px;
}
@media screen and (min-width: 1025px) {
  .medical-deco-left {
    width: 57px;
    height: 56px;
    left: 60px;
    bottom: 200px !important ;
  }
}

.medical-menu-deco-left {
  position: absolute;
  width: 24px;
  height: 25px;
  left: 12px;
  bottom: 123px;
}
@media screen and (min-width: 1025px) {
  .medical-menu-deco-left {
    width: 57px;
    height: 56px;
    left: 60px;
    bottom: 200px !important ;
  }
}

.medical-menu-deco-right {
  position: absolute;
  width: 56px;
  height: 60px;
  right: 6px;
  bottom: 103px;
}
@media screen and (min-width: 1025px) {
  .medical-menu-deco-right {
    width: 125.307px;
    height: 138px;
    right: 60px;
    bottom: 180px !important ;
  }
}

.medical-deco-right {
  position: absolute;
  width: 56px;
  height: 60px;
  right: 6px;
  bottom: 103px;
}
@media screen and (min-width: 1025px) {
  .medical-deco-right {
    width: 125.307px;
    height: 138px;
    right: 60px;
    bottom: 180px !important ;
  }
}

.blog {
  padding-bottom: 140px;
  padding-top: 160px;
}
@media screen and (min-width: 1025px) {
  .blog {
    padding-top: 250px;
    padding-bottom: 200px;
  }
}

.blog__inner {
  padding-inline: 20px;
  margin: 0 auto;
  max-width: 1010px;
}

.blog__cards {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
}
@media screen and (min-width: 1025px) {
  .blog__cards {
    margin-top: 86px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    row-gap: 67px;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog__cards {
    margin-top: 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    gap: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.blog__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .blog__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 300px;
    height: 315px;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    max-width: 700px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 300px;
    height: 315px;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    flex-shrink: 0;
  }
}
.blog__card:hover .blog__card-img > img {
  overflow: hidden;
  transform: scale(1.1, 1.1);
  border-top-left-radius: 20px; /* 左上 */
  border-top-right-radius: 20px; /* 右上 */
}
@media screen and (max-width: 1024px) {
  .blog__card:hover .blog__card-img {
    border-top-left-radius: 20px; /* 左上 */
    border-top-right-radius: 20px; /* 右上 */
  }
}

.blog__card:hover .blog__card-title {
  color: #1391e6;
}

.blog__card-new {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  background-color: #ee5a6d;
  border-radius: 50%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -10px;
  left: -5px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .blog__card-new {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog__card-new {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .blog__card-img {
    border-radius: 0px !important;
  }
}

.blog__card-img {
  overflow: hidden;
  transition: transform 0.3s ease, border-radius 0.3s ease;
  border-radius: 20px 20px 0px 0px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .blog__card-img {
    height: 100px;
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .blog__card-img {
    border-top-left-radius: 20px; /* 左上 */
    border-top-right-radius: 20px; /* 右上 */
  }
}

@media screen and (min-width: 1025px) {
  .blog__card-img img {
    border-top-left-radius: 20px; /* 左上 */
    border-top-right-radius: 20px; /* 右上 */
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog__card-img {
    border-top-left-radius: 20px; /* 左上 */
    border-top-right-radius: 20px; /* 右上 */
  }
}
@media screen and (max-width: 320px) {
  .blog__card-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.blog__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog__card-img img {
    width: 100%;
    height: auto;
  }
}

.blog__card-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 1025px) {
  .blog__card-items {
    position: relative;
    padding-inline: 24px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .blog__card-items {
    width: 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog__card-items {
    position: relative;
    padding-inline: 24px;
    padding-top: 20px;
  }
}

.blog__card-tag {
  width: 65px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
  background: #1391e6;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: static;
}

@media screen and (min-width: 1025px) {
  .blog__card-tag {
    position: absolute;
    top: -20px;
    left: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog__card-tag {
    position: absolute;
    top: -20px;
    left: 24px;
  }
}

.blog__card-title {
  color: #393939;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
@media screen and (min-width: 1025px) {
  .blog__card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
}

.blog__card-time {
  color: #888;
  font-size: 11px;
  font-weight: 500;
}

.blog__button-contents {
  margin-top: 44px;
}
@media screen and (min-width: 1025px) {
  .blog__button-contents {
    margin-top: 60px;
  }
}

.footer {
  background: #dff1fd;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  background-image: url(../img/footer-deco.png);
  width: 100%;
  height: 32px;
  top: -15px;
  left: 0px;
  background-repeat: repeat-x;
  background-position: left 30px center;
  background-size: contain;
  background-color: transparent;
}

.footer__inner {
  padding-top: 43px;
  padding-inline: 10px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .footer__inner {
    padding-top: 56px;
  }
}

.footer__top {
  border-radius: 8px;
  background: #fff;
}

.footer__top-contents {
  padding-block: 30px;
  padding-inline: 20px;
}
@media screen and (min-width: 1025px) {
  .footer__top-contents {
    padding-block: 40px;
    padding-inline: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
}

.footer__top-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1025px) {
  .footer__top-main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.footer__top-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .footer__top-titles {
    gap: 17px;
  }
}

.footer__top-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 11px;
}

.footer-post {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-address {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer__top-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .footer__top-tel {
    gap: 10px;
  }
}

.footer-tel {
  color: #1391e6;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  letter-spacing: -0.64px;
}

.footer-top-time {
  color: #1391e6;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.footer__top-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .footer__top-btn {
    gap: 20px;
  }
}

.footer-btn__blue {
  border-radius: 30px;
  background: #1391e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3px;
  padding: 9px 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .footer-btn__blue {
    width: 220px;
    height: 56px;
    font-size: 16px;
  }
}

.footer-btn__blue svg {
  display: block;
  color: #fff;
}

.footer-btn__blue svg path {
  fill: currentColor;
}

.footer-btn__blue:hover {
  background-color: #0060a0;
}

.footer-btn__blue-text {
  color: #fff;
  font-weight: 400;
}

.footer-btn__white {
  border-radius: 30px;
  border: 1px solid #1391e6;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3px;
  padding: 9px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .footer-btn__white {
    width: 220px;
    height: 56px;
    font-size: 16px;
  }
}

.footer-btn__white svg {
  display: block;
  color: inherit;
}

.footer-btn__white svg path {
  fill: #fff;
}

.footer-btn__white:hover {
  background-color: #1391e6;
  color: #fff;
}

.footer-btn__white:hover .footer-btn__white-text {
  color: #fff;
}

.footer-btn__white-text {
  color: #1391e6;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .footer__top-time_img img {
    -webkit-box-shadow: 10px 10px 20px rgba(211, 211, 211, 0.5);
    box-shadow: 10px 10px 20px rgba(211, 211, 211, 0.5); /* より具体的な影の色と透明度 */
  }
}

.footer-top__map {
  margin-top: 20px;
}
.footer-top__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 315/315;
  vertical-align: top;
}
@media screen and (min-width: 1025px) {
  .footer-top__map {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 385px;
    aspect-ratio: 1/1;
  }
}

.footer-bottom {
  margin-top: 59px;
}
@media screen and (min-width: 1025px) {
  .footer-bottom {
    margin-top: 43px;
  }
}

.footer__bottom-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 38px;
}
@media screen and (min-width: 1025px) {
  .footer__bottom-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-item {
  font-size: 16px;
  font-weight: 700;
  padding-left: 10px;
}

.footer-item__list {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
}

.footer-bottom__item {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-left: 20px;
}
.footer-bottom__item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  background: url(../img/footer-item-icon.png) no-repeat center center/contain;
  top: 5px;
  left: -10px;
}

.footer-item__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 13px;
}

.footer__copy-contents {
  margin-top: 60px;
  background: #1391e6;
  height: 112px;
  text-align: center;
  padding-top: 18px;
}
@media screen and (min-width: 1025px) {
  .footer__copy-contents {
    height: 55px;
  }
}

.footer-copy {
  color: #fff;
  font-weight: 500;
}

.bottom__reserve {
  padding: 6px 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .bottom__reserve {
    display: none;
  }
}

.bottom__reserve-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom__reserve-tels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4px;
}

.bottom__reserve-tel {
  color: #1391e6;
  font-size: 20px;
  font-weight: 700;
}

.bottom__reserve-time {
  color: #393939;
  font-size: 10px;
  font-weight: 500;
}

.bottom__reserve-btn {
  border-radius: 8px;
  background: #1391e6;
  height: 47px;
}
@media screen and (max-width: 320px) {
  .bottom__reserve-btn {
    height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .bottom__reserve-btn {
    height: inherit;
  }
}

.bottom__reserve-contents {
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 9px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom__reserve-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom__reserve-text1 {
  font-size: 16px;
  font-weight: 700;
}

.bottom__reserve-text2 {
  font-size: 12px;
  font-weight: 700;
}

.pagetop {
  right: 20px;
  z-index: 98;
  position: fixed;
  bottom: 80px;
}

.pagetop__img {
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.pagetop__img img {
  width: 52px;
}
.pagetop__img.is-show {
  opacity: 1;
  visibility: visible;
}

.mv {
  padding-top: 85px;
}
@media screen and (min-width: 1025px) {
  .mv {
    padding-top: 120px;
  }
}

.mv__inner {
  padding-inline: 20px;
  max-width: 1160px;
  margin: 0 auto;
}

.mv__contents {
  position: relative;
  height: 180px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .mv__contents {
    height: 340px;
  }
}
.mv__contents::before {
  position: absolute;
  content: "";
  width: inherit;
  height: inherit;
  background: url(../img/sp/page-about-top-sp.png) no-repeat center center/cover;
  top: 0px;
  left: 0px;
  border-radius: 12px;
}
@media screen and (min-width: 1025px) {
  .mv__contents::before {
    background: url(../img/pc/page-about-top.png) no-repeat center center/cover;
  }
}
.mv__contents::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  width: inherit;
  height: inherit;
  top: 0px;
  left: 0px;
}

.medical__mv-contents::before {
  position: absolute;
  content: "";
  width: inherit;
  height: inherit;
  background: url(../img/sp/medical-top-sp.png) no-repeat center center/cover;
  top: 0px;
  left: 0px;
  border-radius: 12px;
}
@media screen and (min-width: 1025px) {
  .medical__mv-contents::before {
    background: url(../img/pc/medical-top.png) no-repeat center center/cover;
  }
}
.medical__mv-contents::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  width: inherit;
  height: inherit;
  top: 0px;
  left: 0px;
}

.staff__mv-contents::before {
  position: absolute;
  content: "";
  width: inherit;
  height: inherit;
  background: url(../img/sp/page-staff-top-sp.png) no-repeat center center/cover;
  top: 0px;
  left: 0px;
  border-radius: 12px;
}
@media screen and (min-width: 1025px) {
  .staff__mv-contents::before {
    background: url(../img/pc/page-staff-top.png) no-repeat center center/cover;
  }
}
.staff__mv-contents::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  width: inherit;
  height: inherit;
  top: 0px;
  left: 0px;
}

.blog__mv-contents::before {
  position: absolute;
  content: "";
  width: inherit;
  height: inherit;
  background: url(../img/sp/archive-top-sp.png) no-repeat center center/cover;
  top: 0px;
  left: 0px;
  border-radius: 12px;
}
@media screen and (min-width: 1025px) {
  .blog__mv-contents::before {
    background: url(../img/pc/archive-top.png) no-repeat center center/cover;
  }
}
.blog__mv-contents::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  width: inherit;
  height: inherit;
  top: 0px;
  left: 0px;
}

.contact__mv-contents::before {
  position: absolute;
  content: "";
  width: inherit;
  height: inherit;
  background: url(../img/sp/page-contact-top-sp.png) no-repeat center
    center/cover;
  top: 0px;
  left: 0px;
  border-radius: 12px;
}
@media screen and (min-width: 1025px) {
  .contact__mv-contents::before {
    background: url(../img/pc/page-contact-top.png) no-repeat center
      center/cover;
  }
}
.contact__mv-contents::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  width: inherit;
  height: inherit;
  top: 0px;
  left: 0px;
}

.mv__titles {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 202px;
}
@media screen and (min-width: 1025px) {
  .mv__titles {
    gap: 17px;
    width: 300px;
  }
}

.mv__title-ja {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4.8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .mv__title-ja {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 3.2px;
  }
}

.mv__title-en {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 1025px) {
  .mv__title-en {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.mv__tag {
  padding-top: 9px;
}
@media screen and (min-width: 1025px) {
  .mv__tag {
    padding-top: 13px;
  }
}

.mv__tag-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home {
  color: #c2c2c2;
  font-size: 12px;
  font-weight: 500;
}

.current-item {
  font-size: 12px;
}
.taxonomy {
  font-size: 12px;
}

.mv-tag-next {
  font-size: 12px;
  font-weight: 500;
}

.mv-tag-text {
  font-size: 12px;
  font-weight: 500;
}

.policy {
  padding-top: 60px;
}

@media screen and (min-width: 1025px) {
  .policy__inner {
    padding-top: 220px;
  }
}

.policy__text {
  margin-bottom: 0;
}

.feature__inner {
  padding-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1025px) {
  .feature__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.feature-content {
  margin-left: auto;
}

.feature__img img {
  width: 334px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature__img img {
    width: 640px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1025px) {
  .feature__img img {
    width: 640px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.feature__contents {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .feature__contents {
    padding-left: 140px;
    padding-right: 0;
    padding-top: 33px;
  }
}

.feature__text {
  margin-bottom: 0;
}

.gallery {
  padding-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .gallery {
    padding-bottom: 160px;
  }
}

.gallery__inner {
  max-width: 999px;
  margin: 0 auto;
  padding-inline: 20px;
}

.gallery__contents {
  margin-top: 60px;
}

.gallery__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  gap: 11px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .gallery__items {
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 2fr);
  }
}

.gallery-img {
  width: 162px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery-img {
    width: 213px;
  }
}
@media screen and (min-width: 1025px) {
  .gallery-img {
    width: 317px;
  }
}

.medical-btn {
  padding-block: 62px;
}
@media screen and (min-width: 1025px) {
  .medical-btn {
    padding-block: 80px;
  }
}

.medical-btn__inner {
  padding-inline: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .medical-btn__inner {
    padding-inline: 62px;
  }
}

.medical-btn__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 82px;
}
@media screen and (min-width: 1025px) {
  .medical-btn__contents {
    gap: 78px;
  }
}

.medical-btn__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
}
@media screen and (min-width: 1025px) {
  .medical-btn__items {
    gap: 29px;
  }
}

.medical-btn__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.medical-btn__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 1025px) {
  .medical-btn__title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.medical-btn__label-blue {
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1.12px;
  border-radius: 24px;
  background: #1391e6;
  padding: 7px 12px;
}

.medical-btn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .medical-btn__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .medical-btn__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.medical-button {
  color: #1391e6;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  border-radius: 12px;
  border: 1px solid #1391e6;
  background: #fff;
  text-align: center;
  padding-block: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-image: none;
  background-position: bottom 0px center;
  background-repeat: no-repeat;
  padding: 18px 20px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .medical-button {
    padding: 22px 29px;
    width: fit-content;
  }
}
.medical-button:hover {
  background-color: #dff1fd;
  background-image: url(../img/allow-bottom.png);
  background-position: bottom 5px center;
  background-repeat: no-repeat;
  padding: 11px 29px 31px;
}

.medical-btn__label-red {
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1.12px;
  border-radius: 24px;
  background: #ee5a6d;
  padding: 7px 12px;
}

.medical-menu {
  padding-bottom: 100px;
  position: relative;
}

.medical-menu__inner {
  background: #dff1fd;
  padding-inline: 20px;
  padding-bottom: 62px;
}
@media screen and (min-width: 1025px) {
  .medical-menu__inner {
    padding-bottom: 85px;
  }
}

.medical-menu__contents {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .medical-menu__contents {
    padding-top: 60px;
  }
}

.medical-menu__content {
  position: relative;
  border-radius: 20px;
  background: #fff;
  padding: 20px;
}
@media screen and (min-width: 1025px) {
  .medical-menu__content {
    padding: 60px;
  }
}

.medical-menu__tag {
  position: absolute;
  top: 0px;
  right: 20px;
  width: 80px;
  height: 60px;
}
@media screen and (min-width: 1025px) {
  .medical-menu__tag {
    right: 60px;
  }
}

.medical-menu__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .medical-menu__titles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
}

.medical-menu__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 1025px) {
  .medical-menu__title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.medical-menu__caption {
  color: #1391e6;
  font-weight: 700;
  letter-spacing: 1.12px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .medical-menu__caption {
    padding-bottom: 46px;
  }
}

.medical-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid #c2c2c2;
  padding-top: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .medical-menu__items {
    padding-top: 36px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.medical-menu__text {
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .medical-menu__text,
  .medical-menu__img {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .medical-menu__text,
  .medical-menu__img {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 50%;
  }
}

.medical-menu__bottom {
  height: 10vw;
  width: 100%;
  position: relative;
}
.medical-menu__bottom::before {
  position: absolute;
  content: "";
  background-image: url(../img/sp/medical-bottom-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: inherit;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: inherit;
}

.medical-menu-deco-left {
  position: absolute;
  width: 24px;
  height: 25px;
  left: 12px;
  bottom: 145px;
}
@media screen and (min-width: 1025px) {
  .medical-menu-deco-left {
    width: 57px;
    height: 56px;
    left: 60px;
  }
}

.medical-menu-deco-right {
  position: absolute;
  width: 56px;
  height: 60px;
  right: 6px;
  bottom: 125px;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .medical-menu-deco-right {
    width: 125.307px;
    height: 138px;
    right: 60px;
  }
}

.medical-special__inner {
  padding-top: 10px;
}

.message {
  padding-top: 60px;
}
@media screen and (min-width: 1025px) {
  .message {
    padding-top: 80px;
  }
}

.message__inner {
  padding-inline: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.message__contents {
  margin-top: 36px;
}
@media screen and (min-width: 1025px) {
  .message__contents {
    margin-top: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 80px;
  }
}

.message__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.message__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.message__description-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px; /* 160% */
  letter-spacing: 1.6px;
}
@media screen and (min-width: 1025px) {
  .message__description-title {
    font-size: 28px;
    line-height: 44px; /* 157.143% */
    letter-spacing: 2.24px;
  }
}

.message__description-text {
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  margin-top: 28px;
}

.message__description-name {
  text-align: right;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  margin-top: 34px;
}
.message__img-sp-tb {
  max-width: 460px;
  max-height: 610px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .message__img-sp-tb {
    width: 460px;
    height: 613px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1025px) {
  .message__img-sp-tb {
    display: none;
  }
}

.message__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 38px;
}
@media screen and (min-width: 1025px) {
  .message__about {
    gap: 30px;
  }
}

.message__skill-title,
.message__license-title {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #393939;
  padding-bottom: 6px;
}

.message__skill-contents,
.message__license-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  margin-top: 15px;
}

.message__skill-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
}

@media screen and (min-width: 1025px) {
  .message__img-pc {
    width: 460px;
    height: 613px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 320px) {
  .message__img-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .message__img-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .message__img-pc {
    display: none;
  }
}

.staff-slider {
  padding-top: 100px;
}

/* アニメーションを適用する */
.staff-swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.staff-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
}
.staff-slide img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .staff-slide {
    width: 305px;
  }
}

.staff {
  padding-block: 100px;
}
@media screen and (min-width: 1025px) {
  .staff {
    padding-block: 160px;
  }
}

.staff__inner {
  padding-inline: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.staff__member {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1025px) {
  .staff__member {
    gap: 60px;
  }
}

.staff-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  padding-bottom: 7px;
  border-bottom: 1px solid #707070;
}

.staff__member-contents {
  padding-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 56px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .staff__member-contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .staff__member-contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 60px;
  }
}

.staff__member-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1025px) {
  .staff__member-content {
    gap: 15px;
  }
}

.staff__member-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.staff__member-work {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.96px;
}

.staff__member-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
}

.staff__member-about th {
  background: #dff1fd;
  width: 140px;
  padding-block: 18px;
  padding-left: 20px;
  text-align: left;
}
.staff__member-about td {
  padding-left: 20px;
}

.blog-page {
  padding-top: 13px;
}
@media screen and (min-width: 1025px) {
  .blog-page {
    padding-top: 50px;
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 760px) and (max-width: 1025px) {
  .blog-page {
    padding-top: 30px;
    padding-bottom: 160px;
  }
}

.blog-page__inner {
  padding-inline: 20px;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
}
@media screen and (min-width: 1025px) {
  .blog-page__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
    padding-inline: 0;
    justify-content: center;
    max-width: 100%;
    width: 1040px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-page__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
    padding-inline: 20px;
  }
}

.articles {
  flex: 1;
  min-width: 500px; /* 高さを最低限確保 */
  box-sizing: border-box;
}

.blog-page__cards {
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-page__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .blog-page__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
  }
}

.blog-page__card {
  display: flex;
  gap: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-page__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    width: auto;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 500px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1025px) {
  .blog-page__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    width: auto;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 700px;
    flex-shrink: 0;
  }
}
.blog-page__card:hover .blog__card-img {
  border-radius: 0px;
}

.blog-page__card-img {
  width: 133px;
  height: 114px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.blog-page__card-img img {
  height: inherit;
}
@media screen and (max-width: 320px) {
  .blog-page__card-img {
    height: 154px;
  }
}
@media screen and (min-width: 1025px) {
  .blog-page__card-img {
    width: 244px;
    height: 153px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .blog-page__card-img {
    border-radius: 0px !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .blog-page__card-img img {
    border-radius: 0px !important;
  }
}

.blog-page__card-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 1025px) {
  .blog-page__card-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.blog-page__card-tag {
  width: 65px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
  background: #1391e6;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp_navi {
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .cp_navi {
    margin-top: 100px;
  }
}

/* ulにflexを当てて横並び */
.cp_pagination ul {
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .cp_pagination ul {
    gap: 10px;
  }
}

/* liはflexの子 */
.cp_pagination li {
  display: inline-block;
}

/* ページ番号リンクと現在ページの共通スタイル */
.cp_pagination a,
.cp_pagination span.current {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #1391e6;
  color: #1391e6;
  text-decoration: none;
  padding: 3px;
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .cp_pagination a,
  .cp_pagination span.current {
    width: 34px;
    height: 36px;
    font-size: 14px;
  }
}

/* 現在ページの背景と文字色 */
.cp_pagination span.current {
  background: #1391e6;
  color: #fff;
  border-color: #1391e6;
}

/* 前へリンク */
.cp_pagination a.prev {
  width: 71px;
  height: 30px;
  background: #1391e6;
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
  display: inline-flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .cp_pagination a.prev {
    width: 82px;
    height: 36px;
    font-size: 14px;
    gap: 6px;
  }
}

/* 次へリンク */
.cp_pagination a.next {
  width: 71px;
  height: 30px;
  background: #1391e6;
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
  display: inline-flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .cp_pagination a.next {
    width: 82px;
    height: 36px;
    font-size: 14px;
    gap: 6px;
  }
}

/* SVGサイズ調整（必要に応じて） */
.cp_pagination a.prev svg,
.cp_pagination a.next svg {
  vertical-align: middle;
  fill: white;
  width: 14px;
  height: 14px;
}

/* current以外のページ番号リンクとprev,nextのホバー時に背景と文字色入れ替え */
.cp_pagination a:not(.current):hover {
  background: #1391e6; /* 元の文字色 */
  color: #fff; /* 元の背景色 */
  border-color: #1391e6;
}

/* currentはホバー無効なので指定不要 */

/* prevホバー時の矢印を左へスライド */
.cp_pagination a.prev:hover svg {
  transform: translateX(-3px);
  transition: transform 0.3s ease;
}

/* nextホバー時の矢印を右へスライド */
.cp_pagination a.next:hover svg {
  transform: translateX(3px);
  transition: transform 0.3s ease;
}

/* 元に戻す時のスムーズなアニメーション */
.cp_pagination a.prev svg,
.cp_pagination a.next svg {
  transition: transform 0.3s ease;
}

.sidebar {
  padding-bottom: 100px;
}

.sidebar-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 1025px) {
  .sidebar-contents {
    width: 300px;
  }
}

.sidebar-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  border-bottom: 1px solid #888;
}

.sidebar-title {
  font-size: 16px;
  font-weight: 700;
}

.sidebar-about__items {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.sidebar-about__title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

.sidebar-about__text {
  line-height: 24px; /* 171.429% */
}

.sidebar-about__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-about__link-text {
  color: #1391e6;
}

.sidebar-about__link-img {
  height: 18px;
}

.sidebar-cards {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sidebar-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .sidebar-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}

.sidebar__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sidebar__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (min-width: 1025px) {
  .sidebar__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 300px;
    height: 90px;
  }
}
.sidebar__card:hover .sidebar__card-img > img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.sidebar__card:hover .blog__card-title {
  color: #1391e6;
}

.sidebar__card-img {
  overflow: hidden;
  max-width: 133px;
}
@media screen and (min-width: 1025px) {
  .sidebar__card-img {
    width: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 320px) {
  .sidebar__card-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sidebar__card-img img {
  height: inherit;
}
@media screen and (min-width: 1025px) {
  .sidebar__card-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (min-width: 1025px) {
  .sidebar__card-items {
    width: 170px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 3px;
  }
}

.sidebar__card-title {
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
  font-size: 14px;
}

.sidebar-category__items {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding-left: 32px;
}

.sidebar-category__items li {
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sidebar-category__items li::before {
  position: absolute;
  content: "";
  background: url(../img/category-icon.png) no-repeat center center/contain;
  width: 6px;
  height: 12px;
  top: 4px;
  left: -15px;
}

.blog-article {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .blog-article {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.article-main__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px; /* 160% */
  letter-spacing: 1.6px;
}
@media screen and (min-width: 1025px) {
  .article-main__title {
    font-size: 28px;
    line-height: 40px; /* 142.857% */
    letter-spacing: 2.24px;
  }
}

.article-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 32px;
  align-items: center;
}

.article-times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-time {
  color: #1391e6;
  font-size: 16px;
  font-weight: 500;
}

.article-body {
  margin-top: 56px;
}
@media screen and (min-width: 1025px) {
  .article-body {
    margin-top: 48px;
  }
}

.article-body p {
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.article-body a {
  color: #1391e6;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
}

.article-body h2 {
  margin-top: 63px;
  color: #1391e6;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
  position: relative;
  padding-left: 22px;
}
.article-body h2::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 40px;
  background: #1391e6;
  top: -8px;
  left: 0px;
}
@media screen and (min-width: 1025px) {
  .article-body h2 {
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}

.article-body img {
  margin-top: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .article-body img {
    margin-top: 28px;
  }
}
.article-img img {
  background: #f2f2f2;
  width: 100%;
  height: 209px;
}
@media screen and (min-width: 1025px) {
  .article-img img {
    width: 670px;
    height: 419px;
  }
}

.article-body h3 {
  margin-top: 40px;
  color: #1391e6;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  border-bottom: 1px solid #1391e6;
  padding-bottom: 4px;
  margin-bottom: 21px;
}
@media screen and (min-width: 1025px) {
  .article-body h3 {
    font-size: 20px;
    letter-spacing: 1.6px;
    padding-bottom: 5px;
    margin-bottom: 26px;
  }
}

.article-body h4 {
  color: #1391e6;
  font-weight: 700;
  letter-spacing: 1.12px;
  margin-top: 56px;
  margin-bottom: 14px;
}
@media screen and (min-width: 1025px) {
  .article-body h4 {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}

.article-body ul {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 1025px) {
  .article-body ul {
    margin-top: 21px;
  }
}

.article-body li {
  color: #393939;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
  padding-left: 20px;
  position: relative;
}
.article-body li::before {
  content: "•"; /* マーカーの形や内容を設定 */
  font-size: 14px; /* マーカーの大きさを調整 */
  color: #393939; /* マーカーの色を指定 */
  position: absolute;
  left: 6px;
  top: 0px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 375% */
}

.article-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 37px;
}
@media screen and (min-width: 1025px) {
  .article-links {
    margin-top: 75px;
    gap: 20px;
  }
}

.article-link__prev,
.article-link__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 6px;
  border-radius: 4px;
  background: #1391e6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 11px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 320px) {
  .article-link__prev,
  .article-link__next {
    padding: 12px 5px;
  }
}
@media screen and (min-width: 1025px) {
  .article-link__prev,
  .article-link__next {
    padding: 10px 16px;
  }
}

.article-link__prev:hover .article-prev__img {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.article-link__next:hover .article-next__img {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.article-link__prev-text,
.article-link__next-text {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.article-link {
  color: #1391e6;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #1391e6;
  padding: 10px 11px;
}
@media screen and (min-width: 1025px) {
  .article-link {
    padding: 10px 17px;
  }
}
@media screen and (max-width: 320px) {
  .article-link {
    padding: 10px 5px;
  }
}

.contact_inner {
  padding-inline: 20px;
  margin: 0 auto;
  max-width: 775px;
}

.contact-message {
  padding-top: 60px;
}

.contact-message_text {
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.contact-form {
  padding-top: 100px;
}
@media screen and (min-width: 1025px) {
  .contact-form {
    padding-top: 150px;
  }
}

.contact-form_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 70px;
}
@media screen and (min-width: 1025px) {
  .contact-form_fields {
    gap: 5px;
  }
}

.contact__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 24px 0px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .contact__field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 30px 0;
  }
}
.contact__field::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .form-field__head {
    gap: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
  }
}

.form-field__label {
  font-size: 16px;
  font-weight: 500;
}

.form-field__tag {
  border-radius: 4px;
  background: #ee5a6d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 6px;
}

.form-field-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 1025px) {
  .form-field-item {
    width: 488px;
  }
}

.form-text {
  border-radius: 4px;
  background: #f6f6f6;
  font-size: 16px;
  font-weight: 500;
  border: none;
  width: 100%;
  padding: 12px 16px;
}

.form-textarea {
  border-radius: 4px;
  background: #f6f6f6;
  font-size: 16px;
  font-weight: 500;
  border: none;
  width: 100%;
  padding: 12px 16px;
  height: 160px;
  resize: none;
}

.form-submit {
  border-top: 1px solid #e3e3e3;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .form-submit {
    padding-top: 72px;
    padding-bottom: 160px;
  }
}

.submit-btn {
  border-radius: 24px;
  border: 1px solid #1391e6;
  background: #fff;
  width: 273px;
  height: 38px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .submit-btn {
    width: 360px;
    height: 56px;
    border-radius: 28px;
  }
}

.submit-btn:hover {
  background-color: #1391e6;
  color: #fff;
}

.submit-btn_text {
  color: #1391e6;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
}

.submit-btn:hover .submit-btn_text {
  color: #fff;
}

.contact-thanks {
  padding-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .contact-thanks {
    padding-bottom: 160px;
  }
}

.reservation {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

.reservation-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.reservation-tel_title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.reservation-tels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reservation-tel_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 10px;
}

.reservation-tel_number {
  color: #1391e6;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.64px;
}

.reservation-tel-time {
  color: #1391e6;
  font-size: 12px;
  font-weight: 500;
  padding-left: 55px;
}

.reservation-tel_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.reservation-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.reservation-mail_title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.reservation-mail_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.form-fields__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 50px;
}

.form-radio {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

input[type="radio"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

input[type="radio"] + .wpcf7-list-item-label::before,
input[type="radio"] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

input[type="radio"] + .wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  border: 1px solid #1391e6;
  left: 0;
}

input[type="radio"] + .wpcf7-list-item-label::after {
  width: 14px;
  height: 14px;
  background: #1391e6;
  left: 5px;
  opacity: 0;
}

input[type="radio"] + .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 500;
  padding-left: 34px;
  position: relative;
}

/* .wpcf7-list-item > label > input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
} */

/* .wpcf7-list-item > label > input:checked + .wpcf7-list-item-label::after{
  opacity: 1;
} */

/* .wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
} */

/* .wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  border: 1px solid #1391e6;
  left: 0;
} */

/* .wpcf7-list-item-label::after {
  width: 14px;
  height: 14px;
  background: #1391e6;
  left: 5px;
  opacity: 0;
} */

/* .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 500;
  padding-left: 34px;
  position: relative;
} */

/* .form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}

.form-radio__text::before,
.form-radio__text::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-radio__text::before {
  width: 24px;
  height: 24px;
  border: 1px solid #1391e6;
  left: 0;
}

.form-radio__text::after {
  width: 14px;
  height: 14px;
  background: #1391e6;
  left: 5px;
  opacity: 0;
}

.form-radio__text {
  font-size: 14px;
  font-weight: 500;
  padding-left: 34px;
  position: relative;
} */

.form-field_subtext {
  color: #888;
  font-size: 11px;
  font-weight: 500;
}

.checkbox-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-checkbox_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 25px;
}
@media screen and (min-width: 1025px) {
  .form-checkbox_items {
    gap: 10px 45px;
  }
}

.form-checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

input[type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 700;
}

input[type="checkbox"] + .wpcf7-list-item-label::before,
input[type="checkbox"] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

input[type="checkbox"] + .wpcf7-list-item-label::before {
  width: 20px;
  height: 20px;
  border-radius: 1px;
  border: 1px solid #1391e6;
}

input[type="checkbox"] + .wpcf7-list-item-label::after {
  width: 23px;
  height: 17.53px;
  left: -1px;
  margin-top: -1.2px;
  background: url(../img/check-icon.png) no-repeat center center/contain;
  opacity: 0;
}

/* .form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
} */

/* .form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
} */

/* .form-checkbox__text {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 700;
} */

/* .form-checkbox__text::before,
.form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
} */

/* .form-checkbox__text::before {
  width: 20px;
  height: 20px;
  border-radius: 1px;
  border: 1px solid #1391e6;
} */

/* .form-checkbox__text::after {
  width: 23px;
  height: 17.53px;
  left: -1px;
  margin-top: -1.2px;
  background: url(../img/check-icon.png) no-repeat center center/contain;
  opacity: 0;
} */

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form-select {
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  background: #f6f6f6;
  width: 100%;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* 矢印を非表示にする */
  padding-inline: 16px;
}

.custom-select-icon {
  position: absolute;
  top: 58%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none; /* アイコンをクリックしてもセレクトに干渉しない */
}

.datepicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.form-date-with-icon {
  position: relative;
}

.form-field__input {
  color: #393939;
}

.form-date__icon {
  position: absolute;
  top: 58%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none; /* アイコンをクリックしてもセレクトに干渉しない */
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type="date"]::-moz-calendar-picker-indicator {
  opacity: 0;
}

input[type="date"]::-ms-expand {
  opacity: 0;
}
