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

.button {
  background: #fff;
  background-image: url(./../img/icon-blue-btn.svg);
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  border: 1px solid #1391E6;
  border-radius: 1.5rem;
  color: #1391E6;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.75rem 2.875rem;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.button:hover {
  background: #1391E6;
  background-image: url(./../img/icon-white-btn..svg);
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  color: #fff;
}

.button-icon {
  background: #fff;
  background-image: url(./../img/icon-blue-btn.svg);
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  border: 1px solid #1391e6;
  border-radius: 1.5rem;
  color: #1391e6;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.75rem 2.475rem;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.button-icon:hover {
  background: #1391e6;
  background-image: url(./../img/icon-white-btn..svg);
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  color: #fff;
}

.inner {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 1000px) {
  .inner {
    margin: 0 auto;
    max-width: 1280px;
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
}

.heading {
  position: relative;
}

.heading__title {
  color: #393939;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1000px) {
  .heading__title {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.14rem;
  }
}

.heading__icon-right {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1000px) {
  .heading__icon-right {
    right: calc(50% - 238px);
    top: 8px;
  }
}

.heading__icon-left {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1000px) {
  .heading__icon-left {
    left: calc(50% - 242px);
    top: 8px;
  }
}

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

.hidden-sp {
  display: none;
}
@media screen and (min-width: 1000px) {
  .hidden-sp {
    display: block;
  }
}

.top {
  margin-top: 5rem;
}
@media screen and (min-width: 1000px) {
  .top {
    margin-top: 7.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .top__inner {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.top__title-text {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  position: absolute;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3.8125rem;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .top__title-text {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    top: 7.9375rem;
    left: 50%;
  }
}

.top__title-subText {
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 6.9375rem;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .top__title-subText {
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
    top: 12rem;
  }
}

.breadcrumb {
  color: #393939;
  font-size: 0.8rem;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 1000px) {
  .breadcrumb {
    margin-top: 0.875rem;
    margin-left: 1.8125rem;
  }
}

.home {
  color: #c2c2c2;
  font-size: 0.75rem;
  font-weight: 500;
  padding-right: 4px;
}

.current-item {
  font-size: 0.75rem;
  font-weight: 500;
  padding-left: 4px;
}

.fv {
  margin-top: 4.625rem;
}
@media screen and (min-width: 1000px) {
  .fv {
    margin-top: 7.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .fv__inner {
    position: relative;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.fv__swiper {
  height: 27.9375rem;
}
@media screen and (min-width: 1000px) {
  .fv__swiper {
    max-height: 32.5rem;
    height: 100%;
  }
}

.fv-swiper-button-next,
.fv-swiper-button-prev {
  position: absolute;
  width: 2.625rem;
  height: 2.75rem;
  z-index: 11;
  top: 1.4375rem;
}
@media screen and (min-width: 700px) {
  .fv-swiper-button-next,
  .fv-swiper-button-prev {
    top: -4.375rem;
  }
}
@media screen and (min-width: 1000px) {
  .fv-swiper-button-next,
  .fv-swiper-button-prev {
    height: 3.75rem;
    width: 3.75rem;
    top: 1.75rem;
  }
}
.fv-swiper-button-next::after,
.fv-swiper-button-prev::after {
  content: "";
}
.fv-swiper-button-next:hover,
.fv-swiper-button-prev:hover {
  background-position: center left 40%;
}

.fv-swiper-button-next {
  left: calc(50% - 1.125rem);
}
@media screen and (min-width: 1000px) {
  .fv-swiper-button-next {
    left: calc(50% - 4.25rem);
  }
}
.fv-swiper-button-prev {
  right: calc(50% - 1.125rem);
}
@media screen and (min-width: 1000px) {
  .fv-swiper-button-prev {
    right: calc(50% - 4.25rem);
  }
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none !important;
}

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

.fv_swiper-pagination {
  position: relative;
  top: -3px;
  left: -1rem;
}
@media screen and (min-width: 700px) {
  .fv_swiper-pagination {
    top: -10.625rem;
  }
}
@media screen and (min-width: 1000px) {
  .fv_swiper-pagination {
    top: 0.25rem;
    left: -1.7rem;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  width: 0.375rem !important;
  height: 0.375rem !important;
}
@media screen and (min-width: 1000px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-top: 0.31rem !important;
    margin-bottom: 0.31rem !important;
  }
}

.fv__title {
  position: absolute;
  top: 20rem;
  left: 1.25rem;
  z-index: 3;
  margin-top: 0.75rem;
  width: 265px;
}
@media screen and (min-width: 700px) {
  .fv__title {
    position: absolute;
    top: 10.25rem;
    max-width: 21rem;
  }
}
@media screen and (min-width: 1000px) {
  .fv__title {
    max-width: 26rem;
    top: 15rem;
    left: 3.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv__title {
    top: 21rem;
  }
}

.fv__text-top,
.fv__text-bottom {
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (min-width: 700px) {
  .fv__text-top,
  .fv__text-bottom {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.12rem;
  }
}
@media screen and (min-width: 1000px) {
  .fv__text-top,
  .fv__text-bottom {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.16rem;
  }
}
.fv__text-top::after,
.fv__text-bottom::after {
  content: "";
  position: absolute;
  bottom: -5px; /* テキストからの距離を調整 */
  left: 0;
  width: 100%; /* テキスト全体に適用 */
  height: 7px; /* 丸のサイズ */
  background: radial-gradient(circle, #fff 50%, transparent 50%) 0 50%;
  background-size: 4px 2px; /* 丸の大きさと間隔を指定 */
  background-repeat: repeat-x; /* 横方向に繰り返す */
}
@media screen and (min-width: 1000px) {
  .fv__text-top::after,
  .fv__text-bottom::after {
    height: 8px; /* 丸のサイズ */
    background-size: 9px 6px; /* 丸の大きさと間隔を指定 */
  }
}

.fv__text-bottom {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 1000px) {
  .fv__text-bottom {
    margin-top: 1rem;
  }
}

.fv__bottom-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.25rem;
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .fv__bottom-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 3rem;
    top: 1rem;
  }
}

.fv__table {
  position: relative;
  z-index: 1;
  margin-top: -1.5rem;
}
@media screen and (min-width: 1000px) {
  .fv__table {
    margin-left: 4rem;
    margin-top: -3.1875rem;
  }
}
@media screen and (min-width: 1000px) {
  .fv__table img {
    max-width: 477px;
  }
}

.fv__news {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .fv__news {
    max-width: 540px;
    width: 100%;
    margin-top: 0.1875rem;
  }
}

.fv__news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 6px;
}
.fv__news-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.875rem;
}
@media screen and (min-width: 1000px) {
  .fv__news-title {
    margin-left: 0.75rem;
  }
}

.fv__news-title-jp {
  color: #393939;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.fv__news-subTitle {
  color: #1391E6;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.1px;
  margin-left: 1rem;
  margin-top: 0.8rem;
}
@media screen and (min-width: 1000px) {
  .fv__news-subTitle {
    margin-top: 0.7rem;
    margin-left: 0.875rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.075rem;
  }
}

.fv__news-more {
  color: #888;
  font-size: 0.6875rem;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
  text-decoration: underline;
}
@media screen and (min-width: 1000px) {
  .fv__news-more {
    width: 8.25rem;
    font-size: 0.75rem;
  }
}

.fv__news-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.6875rem;
  border-bottom: 1px solid #393939;
  border-top: 1px solid #393939;
  position: relative;
}
.fv__news-body::after {
  background-image: url(./../img/icon-right.black.svg);
  background-size: cover;
  content: "";
  height: 0.8rem;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 0.8rem;
}
.fv__news-body:hover::after {
  background-image: url(./../img/arrow-right-blue.svg);
  background-size: cover;
  right: 0;
}
.fv__news-body:hover .fv__news-time,
.fv__news-body:hover .fv__news-text {
  color: #1391E6;
}
@media screen and (min-width: 1000px) {
  .fv__news-body {
    padding-bottom: 0.5rem;
  }
}

.fv__news-time {
  color: #393939;
  font-size: 0.75rem;
  font-weight: 500;
  margin-left: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .fv__news-time {
    margin-left: 0.8rem;
  }
}

.fv__news-text {
  color: #393939;
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .fv__news-text {
    padding-left: 1.1rem;
  }
}

.concept {
  position: relative;
  overflow: hidden;
  padding-top: 6.88rem;
  margin-top: 3.81rem;
}
@media screen and (min-width: 1000px) {
  .concept {
    padding-top: 9.5rem;
    padding-bottom: 12.8rem;
    margin-top: 4.1875rem;
  }
}
.concept::before {
  content: "";
  position: absolute;
  width: 100%; /* 要素の幅を設定 */
  height: 100%; /* 全画面の高さ */
  background-image: url("./../img/concept-bg_sp.png"); /* 背景画像のパス */
  background-size: contain; /* 背景が要素全体に広がる */
  background-repeat: no-repeat; /* 繰り返しなし */
  top: 0;
  left: 9px;
  width: 38rem;
  height: 19rem;
}
@media screen and (min-width: 700px) {
  .concept::before {
    top: 5rem;
    left: 21rem;
  }
}
@media screen and (min-width: 1000px) {
  .concept::before {
    background-image: url("./../img/concept-bg.png");
    left: 27.5%;
    top: 0;
    width: 86.1rem;
    height: 45.7rem;
    background-size: contain;
  }
}
@media screen and (min-width: 1200px) {
  .concept::before {
    left: 32.5%;
  }
}

@media screen and (min-width: 1000px) {
  .concept__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.concept__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 700px) {
  .concept__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.concept__content-right {
  margin-left: 0;
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
  .concept__content-right {
    max-width: 538px;
    margin-left: 1rem;
    margin-top: 4.1rem;
    padding-left: 0.85em;
    padding-right: 6.5625rem;
    min-width: 380px;
  }
}

.concept__subTitle {
  color: #1391E6;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06875rem;
}
@media screen and (min-width: 1000px) {
  .concept__subTitle {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.0875rem;
  }
}

.concept__title {
  color: #393939;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem; /* 160% */
  letter-spacing: 0.1rem;
  margin-top: 0.9rem;
}
@media screen and (min-width: 1000px) {
  .concept__title {
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    line-height: 2.75rem;
    margin-top: 1.56rem;
  }
}

.concept__description {
  color: #393939;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-top: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .concept__description {
    margin-top: 2.3rem;
  }
}

.concept__button {
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (min-width: 1000px) {
  .concept__button {
    text-align: left;
    margin-top: 2.25rem;
  }
}

@media screen and (min-width: 1000px) {
  .button-concept {
    padding: 0.75rem 2.875rem;
  }
}

.concept__content-left {
  position: relative;
  left: -1.25rem;
  margin-top: 2.6rem;
}
@media screen and (min-width: 1000px) {
  .concept__content-left {
    margin-top: 2rem;
    left: calc(50% - 42.9375rem);
  }
}

@media screen and (min-width: 1000px) {
  .concept__image {
    display: block;
    width: 40rem !important;
    height: 27.375rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .concept__image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 40rem !important;
    height: 27.375rem !important;
  }
}

.recommend {
  text-align: center;
  margin-top: 6.1rem;
}
@media screen and (min-width: 1000px) {
  .recommend {
    margin-top: 1.3125rem;
  }
}

@media screen and (min-width: 700px) {
  .recommend__inner {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
}

.recommend__cards {
  padding-inline: 1.69rem;
}
@media screen and (min-width: 1000px) {
  .recommend__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    max-width: 966px;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}

.recommend__card {
  margin-top: 2.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .recommend__card {
    margin-top: 1.6rem;
  }
}

.recommend-card {
  margin-top: 2.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .recommend-card {
    margin-top: 1.8125rem;
    width: calc(33.333333% - 2.5rem);
  }
}
.recommend-card:nth-child(n+2) {
  margin-top: 3.56rem;
}
@media screen and (min-width: 1000px) {
  .recommend-card:nth-child(n+2) {
    margin-top: 1.8125rem;
    margin-left: 3.75rem;
  }
}

.recommend-card-image {
  margin-top: 0.375rem;
}
@media screen and (min-width: 1000px) {
  .recommend-card-image {
    margin-top: 0.9rem;
  }
}
.recommend-card-image:nth-child(n+2) {
  margin-top: 7px;
}
.recommend-card__text-description {
  color: #393939;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: left;
  margin-top: 19px;
}
.recommend-card__text-description::nth-child(n + 2) {
  margin-top: 0.75rem;
}

.recommend-card__text-description-red {
  color: #EE5A6D;
}

.medical__wrapper {
  width: 100%;
  aspect-ratio: 4.5;
  background-image: url(./../img/medical-bg-top-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
  margin-top: 6.0625rem;
}
@media screen and (min-width: 1000px) {
  .medical__wrapper {
    background-image: url(./../img/madical-bg-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -13.3rem;
    aspect-ratio: 6.4;
    margin-top: 8.4375rem;
  }
}

.medical-heading__icon-right {
  right: calc(50% - 107px);
  top: -2px;
}
@media screen and (min-width: 1000px) {
  .medical-heading__icon-right {
    top: 0.5rem;
    right: calc(50% - 153px);
  }
}

.medical-heading__icon-left {
  left: calc(50% - 107px);
  top: -2px;
}
@media screen and (min-width: 1000px) {
  .medical-heading__icon-left {
    left: calc(50% - 156px);
    top: 0.5rem;
  }
}

.medical {
  background: #DFF1FD;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .medical {
    height: 42.9375rem;
  }
}

.medical__inner {
  padding-top: 2.0625rem;
}
@media screen and (min-width: 1000px) {
  .medical__inner {
    padding-top: 0;
  }
}

.medical__cards {
  margin-top: 2.4rem;
}
@media screen and (min-width: 1000px) {
  .medical__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.75rem;
  }
}

.medical__card-left {
  background-image: url(./../img/medical-toothbrash-sp.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  width: 100%;
  display: block;
  height: 13.15rem;
  /* マスクの濃さを変更 */
}
@media screen and (min-width: 1000px) {
  .medical__card-left {
    height: 18.15rem;
  }
}
.medical__card-left:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); /* 背景を拡大 */
  -webkit-transition: background-size 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-size 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-size 0.3s ease, box-shadow 0.3s ease;
  transition: background-size 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.medical__card-left:hover::after {
  content: "";
  position: absolute;
  top: 0.38rem; /* 上の内側余白 */
  bottom: 0.38rem; /* 下の内側余白 */
  left: 0.44rem; /* 左の内側余白 */
  right: 0.44rem; /* 右の内側余白 */
  border: 2px solid #fff; /* 白い枠線 */
  border-radius: 20px; /* 元の角丸に合わせる */
  pointer-events: none; /* 枠線がクリック可能領域を妨げないようにする */
  z-index: 2; /* 枠線を上に表示 */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medical__card-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2); /* 初期状態のマスク色 */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* 滑らかに色が変わる */
}
.medical__card-left:hover::before {
  background-color: rgba(0, 0, 0, 0.6); /* ホバー時のマスク色を濃く */
}

.medical__card-right {
  background-image: url(./../img/medical-tooth-sp.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1.3rem;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  width: 100%;
  display: block;
  height: 13.15rem;
  /* マスクの濃さを変更 */
}
@media screen and (min-width: 1000px) {
  .medical__card-right {
    margin-top: 0;
    height: 18.15rem;
  }
}
.medical__card-right:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); /* 背景を拡大 */
  -webkit-transition: background-size 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-size 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-size 0.3s ease, box-shadow 0.3s ease;
  transition: background-size 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.medical__card-right:hover::after {
  content: "";
  position: absolute;
  top: 0.38rem; /* 上の内側余白 */
  bottom: 0.38rem; /* 下の内側余白 */
  left: 0.44rem; /* 左の内側余白 */
  right: 0.44rem; /* 右の内側余白 */
  border: 2px solid #fff; /* 白い枠線 */
  border-radius: 20px; /* 元の角丸に合わせる */
  pointer-events: none; /* 枠線がクリック可能領域を妨げないようにする */
  z-index: 2; /* 枠線を上に表示 */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medical__card-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2); /* 初期状態のマスク色 */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* 滑らかに色が変わる */
}
.medical__card-right:hover::before {
  background-color: rgba(0, 0, 0, 0.6); /* ホバー時のマスク色を濃く */
}

@media screen and (min-width: 1000px) {
  .medical-card {
    max-width: 460px;
  }
}

.medical-card__text {
  position: relative; /* 親要素に依存させる */
  text-align: center;
  color: #fff;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  z-index: 2; /* マスクの下にならないように設定 */
}
@media screen and (min-width: 1000px) {
  .medical-card__text {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}

.medical-card__text-right {
  padding-top: 3.125rem;
}
@media screen and (min-width: 1000px) {
  .medical-card__text-right {
    padding-top: 4.6rem;
  }
}

.medical-card__text-title {
  position: relative;
  padding-bottom: 40px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1000px) {
  .medical-card__text-title {
    font-size: 1.75rem;
    letter-spacing: 0.14rem;
  }
}
.medical-card__text-title::after {
  border-radius: 30px;
  bottom: 1rem;
  content: "";
  height: 0.15rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.9rem;
  background-color: #fff;
  top: 3.125rem;
}
@media screen and (min-width: 1000px) {
  .medical-card__text-title::after {
    width: 2.5rem;
    top: 3.875rem;
  }
}

.medical-card__text-title-right {
  position: relative;
  padding-bottom: 40px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1000px) {
  .medical-card__text-title-right {
    font-size: 1.75rem;
    letter-spacing: 0.14rem;
    padding-bottom: 2.8125rem;
  }
}

.medical-card__text-description {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
}
@media screen and (min-width: 1000px) {
  .medical-card__text-description {
    font-size: 1rem;
    letter-spacing: 0.08rem;
  }
}

.medical__description {
  background: #fff;
  margin-top: 1.25rem;
  padding: 1.1rem 1.2rem;
  color: #393939;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .medical__description {
    max-width: 1000px;
    margin-top: 3.75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2.25rem 2.5rem 2.1rem;
    color: #393939;
    font-size: 0.875rem;
    line-height: 1.75rem; /* 200% */
  }
}

.medical__description-red {
  color: #EE5A6D;
}

.medical__image-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.medical__icon-kira-blue {
  position: relative;
  top: 3px;
  left: 10px;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .medical__icon-kira-blue {
    position: relative;
    top: -14px;
    left: 39px;
    z-index: 1;
  }
}

.medical__icon-kirakira-blue {
  position: relative;
  top: 7px;
  right: 7px;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .medical__icon-kirakira-blue {
    position: relative;
    top: -34px;
    right: 19px;
    z-index: 1;
  }
}

.medical__bottom-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 14;
  background-image: url(./../img/medical-bottom-bg-sp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .medical__bottom-bg::before {
    background-image: url(./../img/madical-bottom.svg);
    aspect-ratio: 10;
    bottom: -6.1rem;
  }
}

.blog {
  margin-top: 8.125rem;
}
@media screen and (min-width: 1000px) {
  .blog {
    margin-top: 255px;
  }
}

.blog__icon-right {
  right: 1.75rem;
  top: -2px;
}
@media screen and (min-width: 1000px) {
  .blog__icon-right {
    right: calc(50% - 12.5rem);
    top: 0.5rem;
  }
}

.blog__icon-left {
  left: 1.75rem;
  top: -2px;
}
@media screen and (min-width: 1000px) {
  .blog__icon-left {
    left: calc(50% - 12.5rem);
    top: 0.5rem;
  }
}

.blog__cards {
  margin-top: 3rem;
}
@media screen and (min-width: 1000px) {
  .blog__cards {
    margin-top: 5rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.7rem 3.05rem;
  }
}

.blog__card {
  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: relative;
  max-width: 600px;
  width: 100%;
  min-height: 100px;
}
.blog__card:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1000px) {
  .blog__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    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);
    min-height: 313px;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .blog__card:nth-child(n+2) {
    margin-top: 0;
  }
}
.blog__card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); /* 背景を拡大 */
  -webkit-transition: background-size 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-size 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-size 0.3s ease, box-shadow 0.3s ease;
  transition: background-size 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.new-label {
  position: absolute;
  background-image: url(./../img/newlabel.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  top: -6px;
  left: -8px;
  font-size: 0.625rem;
  font-style: normal;
  padding-top: 13px;
  padding-bottom: 12px;
  padding-inline: 10px;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .new-label {
    width: 3.75rem;
    height: 3.75rem;
    top: -1.5rem;
    left: -0.5rem;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    padding: 1.3rem 0.6rem; /* 内側の余白 */
    z-index: 2; /* 他の要素より上に表示 */
  }
}

.blog-card__image {
  border-radius: initial;
  padding-top: 0;
  width: 40%;
}
@media screen and (min-width: 1000px) {
  .blog-card__image {
    width: 100%;
  }
}
.blog-card__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 200px;
}

.blog-card__text {
  min-height: initial;
  padding: 3px 0 5px 10px;
  width: 60%;
}
@media screen and (min-width: 1000px) {
  .blog-card__text {
    position: relative;
    padding: 1.43rem 1.5rem 0.55rem;
    margin-left: 0;
    width: 100%;
    top: 0;
  }
}

.blog-card__text-tag {
  display: inline-block;
  color: #fff;
  font-size: 0.65rem;
  border-radius: 10px;
  background: #1391e6;
  height: 1.1rem;
  padding: 0.06rem 0.5rem;
  line-height: 1.1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: static;
  vertical-align: top;
}
@media screen and (min-width: 1000px) {
  .blog-card__text-tag {
    height: 1.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 14px;
    background: #1391e6;
    font-size: 0.68rem;
    position: absolute;
    top: -0.8125rem;
    left: 1.6rem;
  }
}

.blog-card__text-title {
  color: #393939;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.065rem;
}
@media screen and (min-width: 1000px) {
  .blog-card__text-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.blog-card__text-title:hover {
  color: #1391E6;
}

.blog-card__time {
  color: #888;
  font-size: 0.7rem;
}

.blog__button {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .blog__button {
    margin-top: 3.9375rem;
  }
}

.button-blog {
  padding-top: 0.875rem;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 1000px) {
  .button-blog {
    padding-inline: 2.8125rem;
  }
}

.about__wrapper {
  margin-top: 3.75rem;
}
@media screen and (min-width: 1000px) {
  .about__wrapper {
    margin-top: 4.875rem;
  }
}

.about-title {
  color: #393939;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1000px) {
  .about-title {
    font-size: 1.75rem;
    letter-spacing: 0.14rem;
  }
}

.about-right {
  position: absolute;
  right: calc(50% - 8.6875rem);
}
@media screen and (min-width: 1000px) {
  .about-right {
    right: calc(50% - 12.5625rem);
    top: 7px;
  }
}

.about-left {
  position: absolute;
  left: calc(50% - 8.6875rem);
}
@media screen and (min-width: 1000px) {
  .about-left {
    left: calc(50% - 12.5625rem);
    top: 7px;
  }
}

.about__title {
  position: relative;
  background-image: url(./../img/page-about_top-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  display: block;
  width: 100%;
  height: 11.75rem;
}
@media screen and (min-width: 700px) {
  .about__title {
    background-image: url(./../img/page-about_top.png);
    height: 21.25rem;
  }
}
.about__title::before {
  content: "";
}

.about-concept {
  position: relative;
  overflow: hidden;
  padding-top: 6.5rem;
}
@media screen and (min-width: 1000px) {
  .about-concept {
    padding-top: 9.5rem;
    padding-bottom: 6.8rem;
    margin-top: 1.625rem;
  }
}
.about-concept::before {
  content: "";
  position: absolute;
  width: 100%; /* 要素の幅を設定 */
  height: 100%; /* 全画面の高さ */
  background-image: url("./../img/concept-bg_sp.png"); /* 背景画像のパス */
  background-size: contain; /* 背景が要素全体に広がる */
  background-repeat: no-repeat; /* 繰り返しなし */
  top: 2.25rem;
  left: 0.8125rem;
  width: 35rem;
  height: 18.65694rem;
  width: 34.63081rem;
}
@media screen and (min-width: 700px) {
  .about-concept::before {
    background-image: url("./../img/concept-bg.png");
    top: 6.25rem;
    left: 21.8125rem;
    height: 33.65694rem;
    width: 46.63081rem;
  }
}
@media screen and (min-width: 1000px) {
  .about-concept::before {
    left: 33%;
    width: 81.625rem;
    height: 45.875rem;
    background-size: contain;
    top: 2rem;
  }
}

.about-concept-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .about-concept-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 6.0625rem;
  }
}

.about-concept__content-right {
  margin-left: 0;
  margin-top: 2.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 700px) {
  .about-concept__content-right {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
}
@media screen and (min-width: 1000px) {
  .about-concept__content-right {
    max-width: 534px;
    margin-right: auto;
    padding-right: 2.75rem;
    padding-left: 6rem;
    margin-top: 0;
  }
}

.about-concept__subTitle {
  color: #1391E6;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06875rem;
}
@media screen and (min-width: 1000px) {
  .about-concept__subTitle {
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
  }
}

.about-concept__title {
  color: #393939;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem; /* 160% */
  letter-spacing: 0.1rem;
  margin-top: 0.9rem;
}
@media screen and (min-width: 1000px) {
  .about-concept__title {
    font-size: 1.75rem;
    line-height: 2.75rem; /* 157.143% */
    letter-spacing: 0.14rem;
    margin-top: 1.5rem;
  }
}

.about-concept__description {
  color: #393939;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-top: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .about-concept__description {
    margin-top: 2.25rem;
  }
}

.about-concept__content-left {
  position: relative;
  padding-top: 1.25rem;
  padding-right: 2.5rem;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 1000px) {
  .about-concept__content-left {
    border-radius: 0 20px 20px 0;
    height: 100%;
    max-height: 438px;
    overflow: hidden;
    width: 50%;
    left: 0;
    max-width: 44rem;
    margin-top: 0;
    padding-top: 0;
  }
}

.about-concept__image {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .about-concept__image {
    width: 40rem;
    height: 27.375rem;
  }
}
.about-feature {
  margin-top: 6.25rem;
}
@media screen and (min-width: 1000px) {
  .about-feature {
    margin-top: 3.1875rem;
  }
}

@media screen and (min-width: 1000px) {
  .about-feature__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.about-feature__content-left {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 700px) {
  .about-feature__content-left {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
}
@media screen and (min-width: 1000px) {
  .about-feature__content-left {
    max-width: 640px;
    margin-top: 2.3rem;
    padding-left: 8.75rem;
    padding-right: 5.81rem;
  }
}

.about-feature__subTitle {
  color: #1391E6;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06875rem;
}
@media screen and (min-width: 1000px) {
  .about-feature__subTitle {
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
  }
}

.about-feature__title {
  color: #393939;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  margin-top: 0.9rem;
}
@media screen and (min-width: 1000px) {
  .about-feature__title {
    margin-top: 1.5rem;
    font-size: 1.75rem;
    line-height: 2.75rem;
    letter-spacing: 0.14rem;
  }
}

.about-feature__description {
  color: #393939;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.75rem;
}
@media screen and (min-width: 1000px) {
  .about-feature__description {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-top: 2.25rem;
  }
}

.about-feature__content-right {
  padding-top: 1.25rem;
  padding-left: 2.5rem;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 1000px) {
  .about-feature__content-right {
    padding: 0;
    border-radius: 20px 0 0 20px;
    height: 100%;
    overflow: hidden;
    width: 50%;
    left: 0;
    max-width: 40rem;
    margin-top: 0;
  }
}

.about-feature__image {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .about-feature__image {
    max-width: 40rem;
    max-height: 27.375rem;
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 20px;
    height: 100%;
    max-height: 438px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1000px) {
  .about-feature__image img {
    height: 438px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    width: 100%;
  }
}

.about__gallery {
  margin-top: 6.25rem;
}
@media screen and (min-width: 1000px) {
  .about__gallery {
    margin-top: 12.6875rem;
  }
}

.about__gallery-right {
  position: absolute;
  right: calc(50% - 7.3125rem);
  top: 2px;
}
@media screen and (min-width: 1000px) {
  .about__gallery-right {
    right: calc(50% - 10.5625rem);
    top: 5px;
  }
}

.about__gallery-left {
  position: absolute;
  left: calc(50% - 7.3125rem);
  top: 2px;
}
@media screen and (min-width: 1000px) {
  .about__gallery-left {
    left: calc(50% - 10.5625rem);
    top: 5px;
  }
}

.about__gallery-photos {
  display: grid;
  gap: 0.68rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .about__gallery-photos {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3.625rem;
  }
}

.m_404 {
  margin-top: 3.75rem;
}
@media screen and (min-width: 1000px) {
  .m_404 {
    margin-top: 6.75rem;
  }
}

.m_404-content {
  color: #393939;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.m_404-head {
  color: #1391e6;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04rem;
  margin-top: 1.88rem;
}

.m_404-btn {
  text-align: center;
  margin-top: 1.88rem;
}

.blog-article {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .blog-article {
    margin-top: 5rem;
  }
}

.blog-article__inner {
  max-width: 40rem;
  margin-inline: auto;
}
@media screen and (min-width: 700px) {
  .blog-article__inner {
    max-width: 56.25rem;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1000px) {
  .blog-article__inner {
    max-width: 100%;
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
}

.blog-article__contents {
  display: block;
}
@media screen and (min-width: 1000px) {
  .blog-article__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1000px) {
  .blog-article__wrapper {
    width: calc(100% - 18.75rem - 30px);
    margin-right: 1.87rem;
  }
}

.blog-article-item__title {
  color: #393939;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1000px) {
  .blog-article-item__title {
    color: #393939;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2.5rem; /* 142.857% */
    letter-spacing: 0.14rem;
  }
}

.blog-article-item-body {
  margin-top: 1rem;
}

.blog-article-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.blog-article-item-tag {
  border-radius: 0.75rem;
  background: #1391e6;
  color: #fff;
  font-size: 0.6875rem;
  padding: 0.38rem 0.75rem;
  margin-left: 2rem;
}

.blog-article-item-published {
  color: #1391e6;
}
.blog-article-item-published::before {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.25rem;
  background: url(./../img/Icon-pen-.svg) no-repeat;
  background-size: contain;
}

.blog-article__description {
  margin-top: 3.5rem;
}
@media screen and (min-width: 1000px) {
  .blog-article__description {
    margin-top: 3.0625rem;
  }
}
.blog-article__description p {
  color: #393939;
  font-size: 0.875rem;
  line-height: 1.5rem; /* 171.429% */
  margin-top: 1rem;
}
@media screen and (min-width: 1000px) {
  .blog-article__description p {
    margin-top: 1.25rem;
  }
}
.blog-article__description p:first-child {
  margin-top: 0;
}
.blog-article__description p:nth-child(2) {
  margin-top: 1.5rem;
}
.blog-article__description a {
  color: #1391e6;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.wp-block-heading {
  color: #1391e6;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.09rem;
  margin-top: 3.5625rem;
}

h2.wp-block-heading {
  border-left: 0.375rem solid #1391e6;
  font-size: 1.125rem;
  line-height: 1.77778;
  padding: 4px 0 4px 16px;
}
@media screen and (min-width: 1000px) {
  h2.wp-block-heading {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.12rem;
    border-left: 0.5rem solid #1391e6;
    margin-top: 3.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
  }
}

h3.wp-block-heading {
  border-bottom: 1px solid #1391e6;
  margin-top: 2.6875rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  padding-bottom: 0.1875rem;
}
@media screen and (min-width: 1000px) {
  h3.wp-block-heading {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.1rem;
  }
}

h4.wp-block-heading {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.07rem;
  margin-top: 3.375rem;
}
@media screen and (min-width: 1000px) {
  h4.wp-block-heading {
    margin-top: 3.8125rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.08rem;
  }
}

.wp-block-image {
  margin-top: 1.1875rem;
  max-width: 40rem;
  max-height: 40rem;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 700px) {
  .wp-block-image {
    max-width: 41.875rem;
    max-height: 26.1875rem;
  }
}
@media screen and (min-width: 1000px) {
  .wp-block-image img {
    max-height: 26.1875rem;
  }
}

.wp-block-list {
  margin-top: 0.75rem;
}
@media screen and (min-width: 1000px) {
  .wp-block-list {
    margin-top: 1.3125rem;
  }
}

.wp-block-list li {
  line-height: 1.875rem;
  padding-left: 1.875rem;
}
.wp-block-list li:nth-child(n+2) {
  margin-top: 0.25rem;
}

.blog__title {
  position: relative;
  background-image: url(./../img/archive_top-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  display: block;
  width: 100%;
  height: 11.75rem;
}
@media screen and (min-width: 700px) {
  .blog__title {
    background-image: url(./../img/archive_top.png);
    height: 21.25rem;
  }
}

@media screen and (min-width: 1000px) {
  .blog-category {
    margin-top: 4.9375rem;
  }
}

.blog-category__inner {
  margin-inline: auto;
}
@media screen and (min-width: 700px) {
  .blog-category__inner {
    padding-right: 8.75rem;
    padding-left: 8.75rem;
  }
}

.blog-category__contents {
  display: block;
}
@media screen and (min-width: 1000px) {
  .blog-category__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1000px) {
  .blog-category__wrapper {
    width: calc(100% - 18.75rem - 1.875rem);
  }
}

.blog-category__cards {
  margin-top: 3.625rem;
}
@media screen and (min-width: 1000px) {
  .blog-category__cards {
    margin-top: 0;
    padding-top: 0.625rem;
  }
}

.blog-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 600px;
  width: 100%;
  min-height: 100px;
}
@media screen and (min-width: 1000px) {
  .blog-category-item {
    max-width: 700px;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 100%;
    min-height: 153px;
    position: relative;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    width: 100%;
  }
}
.blog-category-item:nth-child(n+2) {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 1000px) {
  .blog-category-item:nth-child(n+2) {
    margin-top: 1.1875rem;
  }
}

@media screen and (min-width: 1000px) {
  .blog-category__image {
    border-radius: initial;
    max-width: 245px;
    padding-top: initial;
    position: relative;
    width: 100%;
    height: 153px;
  }
}
@media screen and (min-width: 1000px) {
  .blog-category__image img {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    width: 100%;
  }
}

.blog-category__text {
  min-height: initial;
  padding: 0.1875rem 0 0.3125rem 0.625rem;
  width: 60%;
}
@media screen and (min-width: 1000px) {
  .blog-category__text {
    max-width: 405px;
    min-height: 138px;
    padding: 1.125rem 0 0.9375rem 1.25rem;
    width: 100%;
  }
}

.blog-category__text-tag {
  display: inline-block;
  color: #fff;
  font-size: 0.65rem;
  border-radius: 10px;
  background: #1391e6;
  height: 1.1rem;
  padding: 0.06rem 0.5rem;
  line-height: 1.1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: static;
  vertical-align: top;
}
@media screen and (min-width: 1000px) {
  .blog-category__text-tag {
    background-color: #1391e6;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    font-size: 0.625rem;
    height: 1.75rem;
    left: 1.5rem;
    letter-spacing: 0.08em;
    line-height: 1;
    line-height: 1.75rem;
    padding: 0 0.8125rem;
    text-align: center;
  }
}

.blog-category__text-title {
  color: #393939;
  font-size: 0.9rem;
  line-height: 1.25rem;
  margin-top: 0.065rem;
}
@media screen and (min-width: 1000px) {
  .blog-category__text-title {
    color: #393939;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 0.75rem;
    min-height: 50px;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
}
.blog-category__text-title:hover {
  color: #1391E6;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category-pagination {
  margin-top: 2.3125rem;
}
@media screen and (min-width: 1000px) {
  .category-pagination {
    margin-top: 4.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-numbers {
  border-color: #1391e6;
  color: #fff;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #1391e6;
  border-radius: 3px;
  color: #1391e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  height: 2.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (min-width: 1000px) {
  .page-numbers {
    width: 2.125rem;
    height: 2.25rem;
  }
}

.current {
  background-color: #1391e6; /* 選択中のページの背景色 */
  color: #fff; /* テキストの色 */
}

.prev {
  background-color: #1391e6;
  background-image: url(./../img/pagination-arrow-circle-left.svg);
  background-position: left 1rem center;
  background-repeat: no-repeat;
  border: none;
  color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: -0.1em;
  padding-right: 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 5.125rem;
}

.next {
  background-color: #1391e6;
  background-image: url(./../img/pagination-arrow-circle-right.svg);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  border: none;
  color: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: -0.1em;
  padding-left: 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 5.125rem;
}

.pagination-prev {
  background-color: #1391e6;
  background-image: url(./../img/pagination-arrow-circle-left.svg);
  background-position: left 1rem center;
  background-repeat: no-repeat;
  border: none;
  color: #fff;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  letter-spacing: -0.1em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.44rem 1rem 0.5rem 2.38rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  white-space: nowrap;
  font-weight: 500;
}

.blog-article__pagination-prev {
  padding-top: 0.56rem;
  padding-bottom: 0.56rem;
  padding-left: 0;
  padding-right: 1.25rem;
  width: 6.75rem;
}
@media screen and (min-width: 1000px) {
  .blog-article__pagination-prev {
    width: 7.75rem;
    padding-top: 0.44rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.pagination-next {
  background-color: #1391e6;
  background-image: url(./../img/pagination-arrow-circle-right.svg);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  border: none;
  color: #fff;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: -0.1em;
  padding-left: 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.44rem 2.38rem 0.5rem 1rem;
  font-size: 0.875rem;
  white-space: nowrap;
  font-weight: 500;
}

.blog-article__pagination-next {
  padding-top: 0.56rem;
  padding-bottom: 0.56rem;
  padding-left: 1rem;
  padding-right: 0;
  width: 6.75rem;
}
@media screen and (min-width: 1000px) {
  .blog-article__pagination-next {
    width: 7.75rem;
    padding-top: 0.44rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.pagination-prev::after,
.pagination-next::after {
  content: "";
}

/* PC時のスタイル */
@media screen and (min-width: 1000px) {
  .pagination-prev::after {
    content: "へ";
  }
  .pagination-next::after {
    content: "へ";
  }
}
.pagination-all {
  padding: 0.63rem 1.06rem;
  border-color: #1391e6;
  color: #fff;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #1391e6;
  border-radius: 3px;
  color: #1391e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  width: 5.9375rem;
  height: 2.5625rem;
}
@media screen and (min-width: 1000px) {
  .pagination-all {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    width: 5.625rem;
  }
}

.contact__title {
  position: relative;
  background-image: url(./../img/page-contact_top-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  display: block;
  width: 100%;
  height: 11.75rem;
}
@media screen and (min-width: 700px) {
  .contact__title {
    background-image: url(./../img/page-contact_top.png);
    height: 21.25rem;
  }
}

.contact {
  margin-top: 6.3125rem;
}
@media screen and (min-width: 1000px) {
  .contact {
    margin-top: 9.3rem;
  }
}

.contact__icon-right {
  right: calc(50% - 8.125rem);
  top: 0.875rem;
}
@media screen and (min-width: 1000px) {
  .contact__icon-right {
    top: 0.4375rem;
    right: calc(50% - 15.3125rem);
  }
}

.contact__icon-left {
  left: calc(50% - 8.125rem);
  top: 0.875rem;
}
@media screen and (min-width: 1000px) {
  .contact__icon-left {
    top: 0.4375rem;
    left: calc(50% - 15.3125rem);
  }
}

.contact__description {
  margin-top: 3.75rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 700px) {
  .contact__description {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1000px) {
  .contact__description {
    margin-top: 4.9375rem;
    max-width: 729.92px;
    padding: 0;
  }
}

.contact__description-text {
  color: #393939;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.contact__description-text-red {
  color: #ee5a6d;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 700px) {
  .contact__inner {
    padding-right: 8.75rem;
    padding-left: 8.75rem;
  }
}
@media screen and (min-width: 1000px) {
  .contact__inner {
    max-width: 729.92px;
    padding: 0;
  }
}

.wpcf7 {
  margin-top: 4.1875rem;
}
@media screen and (min-width: 1000px) {
  .wpcf7 {
    margin-top: 4.375rem;
  }
}

.contact__item {
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 1000px) {
  .contact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact-control__head {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 1000px) {
  .contact-control__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    margin-top: 0;
  }
}

.form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-label__required {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 0.25rem;
  background: #ee5a6d;
  padding: 0.19rem 0.37rem 0.12rem 0.38rem;
  margin-left: 0.75rem;
}
@media screen and (min-width: 1000px) {
  .form-label__required {
    margin-left: 1.0625rem;
  }
}

.contact-control__input {
  margin-top: 0.6875rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .contact-control__input {
    max-width: 30.5rem;
    width: 100%;
    margin: 0 auto;
  }
}

.wpcf7-form-control {
  width: 100%;
  margin: 0 auto;
  border-radius: 0.25rem;
  background: #f6f6f6;
  border: none;
  padding: 0.75rem 1rem;
}

.wpcf7-form-control.wpcf7-textarea {
  height: 10rem;
}
@media screen and (min-width: 1000px) {
  .wpcf7-form-control.wpcf7-textarea {
    height: 12.5rem;
  }
}

.contact__footer {
  border-top: 1px solid #ddd;
}

.contact__submit {
  margin-top: 4.3rem;
}
@media screen and (min-width: 1000px) {
  .contact__submit {
    margin-top: 4.5rem;
  }
}

.wpcf7-submit {
  border-radius: 1.5rem;
  border: 1px solid #1391e6;
  background: #fff;
  display: block;
  color: #1391e6;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  letter-spacing: 0.07rem;
  margin: auto;
  width: 17.0625rem;
  height: 2.375rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 1000px) {
  .wpcf7-submit {
    font-size: 1rem;
    width: 22.5rem;
    height: 3.5rem;
  }
}

.wpcf7-spinner {
  display: none;
}

.inform__title {
  position: relative;
  background-image: url(./../img/page-inform_top-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  display: block;
  width: 100%;
  height: 11.75rem;
}
@media screen and (min-width: 700px) {
  .inform__title {
    background-image: url(./../img/page-inform_top.png);
    height: 21.25rem;
  }
}

.inform {
  margin-top: 3.75rem;
}
@media screen and (min-width: 1000px) {
  .inform {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 700px) {
  .inform__inner {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
  }
}
@media screen and (min-width: 1000px) {
  .inform__inner {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5rem;
  }
}

.inform__icon-right {
  right: calc(50% - 8.75rem);
}
@media screen and (min-width: 1000px) {
  .inform__icon-right {
    right: calc(50% - 12.5rem);
    top: 5px;
  }
}

.inform__icon-left {
  left: calc(50% - 8.75rem);
}
@media screen and (min-width: 1000px) {
  .inform__icon-left {
    left: calc(50% - 12.5rem);
    top: 5px;
  }
}

.inform__message-content {
  margin-top: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1000px) {
  .inform__message-content {
    margin-top: 3.625rem;
  }
}

@media screen and (min-width: 1000px) {
  .inform__message-wrapper {
    max-width: 460px;
    width: 100%;
  }
}

.inform__message-title {
  color: #393939;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1000px) {
  .inform__message-title {
    font-size: 1.75rem;
    line-height: 2.75rem; /* 157.143% */
    letter-spacing: 0.14rem;
  }
}

.inform__message-description {
  color: #393939;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.75rem;
}
@media screen and (min-width: 1000px) {
  .inform__message-description {
    margin-top: 2.25rem;
  }
}

.inform__message-name {
  color: #393939;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 2.12rem;
}
@media screen and (min-width: 1000px) {
  .inform__message-name {
    margin-top: 0.9375rem;
  }
}

.inform__message-image {
  border-radius: 1.25rem;
  background: #ececec;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .inform__message-image {
    margin-left: 5rem;
    height: 100%;
    margin-top: 0;
  }
}

.inform__profile {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .inform__profile {
    margin-top: 3.5625rem;
  }
}

.inform__profile-story-title {
  border-bottom: 1px solid #393939;
  font-size: 1rem;
  padding-bottom: 0.375rem;
}

.inform__profile-story-text {
  color: #393939;
  font-size: 1rem;
}

.inform__profile-story-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.94rem;
  color: #393939;
  font-size: 0.875rem;
}

.inform__profile-story-name {
  margin-left: 0.94rem;
}

.inform__profile-skill-title {
  border-bottom: 1px solid #393939;
  font-size: 1rem;
  padding-bottom: 0.375rem;
  margin-top: 2.38rem;
}
@media screen and (min-width: 1000px) {
  .inform__profile-skill-title {
    margin-top: 1.9375rem;
  }
}

.inform__profile-skill-description {
  margin-top: 1rem;
}

.inform__profile-skill-name {
  color: #393939;
  font-size: 0.875rem;
}

.inform-swiper {
  margin-top: 6.125rem;
}
@media screen and (min-width: 1000px) {
  .inform-swiper {
    margin-top: 9.75rem;
  }
}

.inform-staff {
  margin-top: 6.3125rem;
}
@media screen and (min-width: 1000px) {
  .inform-staff {
    margin-top: 10rem;
  }
}

.inform-staff__icon-right {
  right: calc(50% - 8rem);
}
@media screen and (min-width: 1000px) {
  .inform-staff__icon-right {
    right: calc(50% - 186px);
    top: 5px;
  }
}

.inform-staff__icon-left {
  left: calc(50% - 8rem);
}
@media screen and (min-width: 1000px) {
  .inform-staff__icon-left {
    left: calc(50% - 186px);
    top: 5px;
  }
}

.inform-staff__cards {
  margin-top: 2.25rem;
}
@media screen and (min-width: 1000px) {
  .inform-staff__cards {
    margin-top: 3.625rem;
  }
}

.inform-staff__cards-title {
  color: #393939;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 7px;
}
@media screen and (min-width: 1000px) {
  .inform-staff__cards-title {
    padding-bottom: 6px;
  }
}

@media screen and (min-width: 1000px) {
  .inform-staff__card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3列配置 */
    row-gap: 3.75rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}

.inform-staff__card-image {
  margin-top: 2.25rem;
}
@media screen and (min-width: 1000px) {
  .inform-staff__card-image {
    margin-top: 2.5rem;
  }
}

.inform-staff__card-image-2 {
  margin-top: 3.125rem;
}
@media screen and (min-width: 1000px) {
  .inform-staff__card-image-2 {
    margin-top: 2.5rem;
  }
}

.inform-staff__card-image-3 {
  margin-top: 3.3rem;
}
@media screen and (min-width: 1000px) {
  .inform-staff__card-image-3 {
    margin-top: 0;
  }
}

.inform-staff__card-names {
  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;
  margin-top: 1rem;
}

.inform-staff__card-subName {
  color: #393939;
  font-size: 0.75rem;
  letter-spacing: 0.06rem;
}

.inform-staff__card-name {
  color: #393939;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.09rem;
  margin-left: 0.75rem;
}

.inform-staff__card-profile {
  margin-top: 0.875rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .inform-staff__card-profile {
    margin-top: 0.625rem;
  }
}

.inform-staff__card-from-place {
  color: #393939;
  font-size: 0.875rem;
  padding-top: 1.13rem;
  padding-bottom: 1rem;
  background: #dff1fd;
  padding-left: 1.25rem;
  text-align: left;
  border-bottom: 1px solid #fff;
  width: 41%;
}
@media screen and (min-width: 1000px) {
  .inform-staff__card-from-place {
    width: 50%;
  }
}

.inform-staff__card-from-place-2 {
  color: #393939;
  font-size: 0.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #dff1fd;
  padding-left: 1.25rem;
  text-align: left;
  border-bottom: 1px solid #fff;
  width: 41%;
}
@media screen and (min-width: 1000px) {
  .inform-staff__card-from-place-2 {
    width: 50%;
  }
}

.inform-staff__card-from-place-3 {
  color: #393939;
  font-size: 0.875rem;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  background: #dff1fd;
  padding-left: 1.25rem;
  text-align: left;
  border-bottom: 1px solid #fff;
  width: 41%;
}
@media screen and (min-width: 1000px) {
  .inform-staff__card-from-place-3 {
    width: 50%;
  }
}

.inform-staff__card-from-place-4 {
  color: #393939;
  font-size: 0.775rem;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  background: #dff1fd;
  padding-left: 1.25rem;
  text-align: left;
  border-bottom: 1px solid #fff;
  width: 41%;
}

.inform-staff__card-from-area {
  color: #393939;
  font-size: 0.875rem;
  padding-left: 1.25rem;
}

.page-medical__title {
  position: relative;
  background-image: url(./../img/page-medical_top-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  display: block;
  width: 100%;
  height: 11.75rem;
}
@media screen and (min-width: 700px) {
  .page-medical__title {
    height: 16.75rem;
    background-image: url(./../img/page-medical_top.png);
  }
}
@media screen and (min-width: 1000px) {
  .page-medical__title {
    background-image: url(./../img/page-medical_top.png);
    height: 21.25rem;
  }
}

@media screen and (min-width: 1000px) {
  .page-medical__inner-btn {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}

.page-medical-btn__wrapper {
  margin-top: 3.7rem;
  height: auto;
  padding: bottom 2rem;
}
@media screen and (min-width: 1000px) {
  .page-medical-btn__wrapper {
    margin-top: 4.9375rem;
    padding-bottom: 5.75rem;
  }
}

.page-medical-btn__box:nth-child(2) {
  margin-top: 5rem;
}
@media screen and (min-width: 1000px) {
  .page-medical-btn__box:nth-child(2) {
    margin-top: 3.5625rem;
  }
}

.page-medical-btn___title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-medical-btn___title-text {
  color: #393939;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1000px) {
  .page-medical-btn___title-text {
    font-size: 1.75rem;
    letter-spacing: 0.14rem;
  }
}

.page-medical-btn___title-subText {
  border-radius: 1.5rem;
  background: #1391E6;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.07rem;
  padding: 0.44rem 0.75rem;
  margin-left: 1.5rem;
}

.page-medical-btn___title-subText-blue {
  background: #ee5a6d;
}

.page-medical-btn__list {
  margin-top: 2rem;
}
@media screen and (min-width: 700px) {
  .page-medical-btn__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.875rem;
  }
}

.page-medical-btn__item {
  border-radius: 0.75rem;
  border: 1px solid #1391E6;
  background: #fff;
}
@media screen and (min-width: 700px) {
  .page-medical-btn__item {
    margin-bottom: 1.25rem;
    margin-right: 1rem;
    border: 2px solid #1391E6;
    display: inline-block;
  }
}
.page-medical-btn__item:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 700px) {
  .page-medical-btn__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.page-medical-btn___link {
  width: 100%;
  padding: 0.875rem 1.81rem;
  display: block;
  color: #1391E6;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  background-color: #fff;
  border-radius: 0.75rem;
}
@media screen and (min-width: 700px) {
  .page-medical-btn___link {
    background-image: none;
    background-position: bottom 0px center;
    background-repeat: no-repeat;
    border-radius: 0.75rem;
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
    padding: 1.1rem 1.875rem 1rem;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
}
.page-medical-btn___link:hover {
  background: #1391E6;
  color: #fff;
}

.page-medical__wrapper {
  width: 100%;
  aspect-ratio: 4.2;
  background-image: url(./../img/medical-bg-top-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
  margin-top: 6.1875rem;
}
@media screen and (min-width: 1000px) {
  .page-medical__wrapper {
    background-image: url(./../img/madical-bg-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 6.5;
    margin-top: 8.8125rem;
  }
}

.page-medical__wrapper-red {
  width: 100%;
  aspect-ratio: 4.2;
  background-image: url(./../img/medical-bg-top-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
  margin-top: 8.1875rem;
}
@media screen and (min-width: 1000px) {
  .page-medical__wrapper-red {
    background-image: url(./../img/madical-bg-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -13.3rem;
    aspect-ratio: 6.4;
    margin-top: 16.625rem;
  }
}

.page-medical {
  background: #DFF1FD;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .page-medical {
    height: 1911px;
  }
}

.page-medical-red {
  background: #DFF1FD;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .page-medical-red {
    height: 3093px;
  }
}

.page-medical__inner {
  padding-top: 1.6875rem;
  padding-bottom: 3.6875rem;
}
@media screen and (min-width: 1000px) {
  .page-medical__inner {
    height: inherit;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 1040px;
    padding-top: 0;
  }
}

.page-medical__inner-red {
  padding-top: 1.625rem;
  padding-bottom: 3.6875rem;
}
@media screen and (min-width: 1000px) {
  .page-medical__inner-red {
    height: inherit;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 1040px;
    padding: 0;
  }
}

.page-medical-right {
  right: 3.6875rem;
  top: 3px;
}
@media screen and (min-width: 1000px) {
  .page-medical-right {
    right: calc(50% - 9.5625rem);
    top: 5px;
  }
}

.page-medical-left {
  left: 3.6875rem;
  top: 3px;
}
@media screen and (min-width: 1000px) {
  .page-medical-left {
    left: calc(50% - 9.5625rem);
    top: 5px;
  }
}

.page-medical-red-right {
  right: 3.75rem;
}
@media screen and (min-width: 1000px) {
  .page-medical-red-right {
    right: calc(50% - 9.5625rem);
    top: 5px;
  }
}

.page-medical-red-left {
  left: 3.75rem;
}
@media screen and (min-width: 1000px) {
  .page-medical-red-left {
    left: calc(50% - 9.5625rem);
    top: 5px;
  }
}

.page-medical__cards {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .page-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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.625rem;
  }
}

.page-medical__cards-red {
  margin-top: 2.5625rem;
}
@media screen and (min-width: 1000px) {
  .page-medical__cards-red {
    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;
    margin-top: 3.6rem;
  }
}

.page-medical-card {
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.25rem;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .page-medical-card {
    padding-inline: 3.75rem;
    padding-top: 3.1875rem;
    padding-bottom: 3.6875rem;
  }
}
.page-medical-card:nth-child(n+2) {
  margin-top: 2.5rem;
}
.page-medical-card.-red {
  margin-top: 2.4rem;
}
@media screen and (min-width: 1000px) {
  .page-medical-card.-red {
    margin-top: 1.875rem;
  }
}

.page-medical-card__head {
  border-bottom: 1px solid #c2c2c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1000px) {
  .medical-card__head-title {
    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;
    margin-bottom: 1.5rem;
  }
}

.page-medical-card__head-mainTitle {
  color: #393939;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1000px) {
  .page-medical-card__head-mainTitle {
    font-size: 1.75rem;
    letter-spacing: 0.14rem;
  }
}

.page-medical-card__head-subTitle {
  color: #1391E6;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.07rem;
  margin-top: 1.375rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1000px) {
  .page-medical-card__head-subTitle {
    margin-left: 2.5rem;
  }
}

.page-medical-card__head-tag {
  position: absolute;
  top: 0;
  right: 1.25rem;
  background-image: url(./../img/page-medical.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  max-width: 5rem;
  max-height: 3.75rem;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.07rem;
  padding-top: 0.87rem;
  padding-bottom: 1.56rem;
}
@media screen and (min-width: 1000px) {
  .page-medical-card__head-tag {
    max-width: 6.25rem;
    max-height: 5rem;
    font-size: 1rem;
    letter-spacing: 0.08rem;
    padding-top: 1.5rem;
    right: 3.75rem;
  }
}
.page-medical-card__head-tag.-red {
  background-image: url(./../img/page-medical-red.svg);
}
@media screen and (min-width: 1000px) {
  .page-medical-card__head-tag.-red {
    letter-spacing: 0.45rem;
    padding-top: 1.375rem;
    padding-left: 0.625rem;
  }
}

@media screen and (min-width: 700px) {
  .page-medical-card__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-medical-card__box-description {
  color: #393939;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1rem;
}
@media screen and (min-width: 700px) {
  .page-medical-card__box-description {
    max-width: 21.25rem;
  }
}
@media screen and (min-width: 1000px) {
  .page-medical-card__box-description {
    max-width: 26.25rem;
    margin-top: 2.25rem;
  }
}

.page-medical-card__box-image {
  margin-left: 2.5rem;
  max-width: 26.5rem;
  margin-left: 0;
  margin-top: 1rem;
}
@media screen and (min-width: 700px) {
  .page-medical-card__box-image {
    padding-left: 0.625rem;
    margin-left: auto;
  }
}
@media screen and (min-width: 1000px) {
  .page-medical-card__box-image {
    margin-left: 2.5rem;
    margin-top: 2.25rem;
    padding: 0;
  }
}
.page-medical-card__box-image img {
  margin-top: 1rem;
}
@media screen and (min-width: 700px) {
  .page-medical-card__box-image img {
    margin-top: 0;
  }
}

.page-medical__image-bottom {
  position: relative;
}

.page-medical__icon-kirakira-blue {
  position: absolute;
  top: -2.3125rem;
  right: 0.375rem;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  .page-medical__icon-kirakira-blue {
    top: -3.25rem;
    right: 0.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .page-medical__icon-kirakira-blue {
    top: -7.1875rem;
    right: 1.5rem;
  }
}

.page-medical__icon-kira-blue {
  position: absolute;
  top: -1.25rem;
  left: 0.6875rem;
  z-index: 12;
}
@media screen and (min-width: 700px) {
  .page-medical__icon-kira-blue {
    top: -2.25rem;
    left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .page-medical__icon-kira-blue {
    left: 2.6875rem;
    top: -3.4375rem;
  }
}

.page-medical__bottom-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 10;
  background-image: url(./../img/madical-bottom.svg);
  background-size: cover;
  background-position: center;
  opacity: 1;
  left: 0;
  bottom: -1.8125rem;
}
@media screen and (min-width: 700px) {
  .page-medical__bottom-bg::before {
    bottom: -3.8125rem;
  }
}
@media screen and (min-width: 1000px) {
  .page-medical__bottom-bg::before {
    bottom: -6.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-medical__bottom-bg::before {
    aspect-ratio: 13;
  }
}
@media screen and (min-width: 1400px) {
  .page-medical__bottom-bg::before {
    aspect-ratio: 9;
  }
}

.page-medical__image-bottom-red {
  position: relative;
}
.page-medical__image-bottom-red::before {
  content: "";
  position: absolute;
  background-image: url(./../img/bottom-medical-kirakira.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  left: 0;
  bottom: -1.8125rem;
}
@media screen and (min-width: 1000px) {
  .page-medical__image-bottom-red::before {
    height: 138px;
    width: 125px;
  }
}
.page-medical__image-bottom-red::after {
  content: "";
  position: absolute;
  background-image: url(./../img/bottom-medical-kira.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  left: 0;
  bottom: -1.8125rem;
}
@media screen and (min-width: 1000px) {
  .page-medical__image-bottom-red::after {
    height: 58px;
    left: 42px;
    position: absolute;
    width: 58px;
  }
}

.reservation__description {
  margin-top: 3.75em;
}
@media screen and (min-width: 1000px) {
  .reservation__description {
    padding-right: 17.25rem;
    padding-left: 17.25rem;
    margin-top: 4.875rem;
  }
}

.reservation__description-title {
  color: #393939;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1rem;
}
.reservation__description-title:nth-child(n+2) {
  margin-top: 2.3125rem;
}
@media screen and (min-width: 1000px) {
  .reservation__description-title {
    font-size: 1.75rem;
    letter-spacing: 0.14rem;
  }
  .reservation__description-title:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.reservation__description-tel {
  color: #1391e6;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04rem;
  margin-top: 1.25rem;
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  .reservation__description-tel {
    margin-top: 1.5rem;
    text-align: left;
  }
}

.reservation__description-time {
  color: #1391e6;
  text-align: center;
  margin-top: -1px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
}
@media screen and (min-width: 1000px) {
  .reservation__description-time {
    text-align: left;
    padding-left: 2.8125rem;
  }
}

.reservation__description-text {
  color: #393939;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1000px) {
  .reservation__description-text {
    margin-top: 1.375rem;
  }
}

.reservation {
  margin-top: 6rem;
}
@media screen and (min-width: 1000px) {
  .reservation {
    margin-top: 9.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .reservation__inner {
    padding-right: 17.25rem;
    padding-left: 17.25rem;
  }
}

.reservation__icon-right {
  right: calc(50% - 8.125rem);
  top: -0.125rem;
}
@media screen and (min-width: 1000px) {
  .reservation__icon-right {
    right: 11rem;
    top: 0.375rem;
  }
}

.reservation__icon-left {
  left: calc(50% - 8.125rem);
  top: -0.125rem;
}
@media screen and (min-width: 1000px) {
  .reservation__icon-left {
    left: 11rem;
    top: 0.375rem;
  }
}

.reservation__items {
  margin-top: 4.3125rem;
}

.reservation__item {
  border-top: 1px solid #ddd;
  padding-top: 1.5rem;
  padding-bottom: 1.4rem;
}
@media screen and (min-width: 1000px) {
  .reservation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.reservation-radio {
  background: #fff;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .reservation-radio {
    padding-top: 2.375rem;
    padding-bottom: 2.3125rem;
  }
}

@media screen and (min-width: 1000px) {
  .reservation-control__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    margin-top: 3px;
  }
}

.reservation-control__input {
  margin-top: 0.88rem;
}
@media screen and (min-width: 1000px) {
  .reservation-control__input {
    max-width: 30.5rem;
    width: 100%;
    margin: 0 auto;
  }
}

.reservation-control__input-radio {
  margin-top: 1.125rem;
}

.wpcf7-list-item {
  margin: 0;
}

.form-label__required-radio {
  margin-left: 1rem;
}

[type=radio] {
  display: none;
}
[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  margin: 0 2.625rem 0 0;
  padding: 0.5rem 0 0.5rem 2rem;
  position: relative;
}
@media screen and (min-width: 1000px) {
  [type=radio] + span {
    margin: 0 2rem 0 0;
  }
}
[type=radio] + span:before {
  background: #fff;
  border: 1px solid #1391e6;
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
}
[type=radio]:checked + span:after {
  background: #1391e6;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 6px;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
}

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

.form-label-sub {
  color: #888;
  font-size: 0.6875rem;
}

.reservation-checkbox {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin-top: 1.3125rem;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 1000px) {
  .reservation-checkbox {
    margin-top: 0;
  }
}

@media screen and (min-width: 1000px) {
  .reservation-control-checkbox {
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 1000px) {
  .reservation-control__head-checkbox {
    margin-top: 1.8125rem;
  }
}

.form-label__required-checkbox {
  margin-left: 1.625rem;
}

[type=checkbox] {
  display: none; /* デフォルトのチェックボックスを非表示にする */
}
[type=checkbox] + span {
  position: relative;
  padding-left: 30px; /* チェックボックスの幅に応じて調整 */
  cursor: pointer; /* カーソルをポインタに */
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
}
[type=checkbox] + span::before {
  content: "";
  background: #fff;
  border: 1px solid #1391e6;
  content: "";
  display: block;
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
[type=checkbox]:checked + span::before {
  background-color: #1391e6; /* チェック時の背景色 */
  border-color: #1391e6; /* チェック時のボーダー色 */
}
[type=checkbox]:checked + span::after {
  color: #fff; /* チェックマークの色 */
  font-size: 0.9rem; /* チェックマークのサイズ */
  border-bottom: 4px solid #1391e6;
  border-left: 4px solid #1391e6;
  content: "";
  display: block;
  height: 0.9rem;
  left: 0;
  margin-top: -0.2em;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 1.5rem;
}

@media screen and (min-width: 1000px) {
  .reservation-control__drop {
    width: 100%;
  }
}

.reservation-drower {
  margin-top: 0.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f6f6f6;
  background-image: url(./../img/icon-select.svg);
  background-position: right 12px center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  width: 100%;
}

.form-label__required-drower {
  margin-left: 1rem;
}

.reservation-control__date-input {
  margin-top: 0.75rem;
  margin-bottom: -2px;
  width: 100%;
}

input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  background-image: url(./../img/icon-calender.svg);
  background-position: right 9px center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
input[type=date]::-moz-focus-inner {
  border: 0;
}
input[type=date]::-ms-clear {
  display: none;
}
input[type=date][type=date]::-webkit-inner-spin-button, input[type=date][type=date]::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}

.reservation-control__date-input .wpcf7-form-control-wrap:nth-child(n+2) .reservation-date {
  margin-top: 1rem;
}

.reservation__submit {
  margin-top: 4.375rem;
}

.header {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 60px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
}
.header.is-checked {
  background-color: #0060A0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 1000px) {
  .header {
    height: 80px;
  }
}

.header__inner {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  opacity: 0.85;
}
@media screen and (min-width: 1000px) {
  .header__inner {
    margin: 0 auto;
    max-width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
@media screen and (min-width: 1000px) {
  .header__content {
    padding: 0;
  }
}

.header__image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 51;
}
@media screen and (min-width: 1000px) {
  .header__image-link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 16.875rem;
  }
}

.header__image-icon {
  margin-right: 0.625rem;
  margin-right: 0;
}
.header__image-icon img {
  width: 2.125rem;
  height: 2rem;
}

.header__image-logo {
  margin-left: 0.625rem;
}
@media screen and (min-width: 1000px) {
  .header__image-logo {
    margin-left: 0;
  }
}
.header__image-logo img {
  width: 14.0625rem;
  height: 1.875rem;
}

.header__content-nav {
  display: none;
}
@media screen and (min-width: 1000px) {
  .header__content-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1000px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1000px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    gap: 1.5rem;
  }
}

.header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px dashed #fff;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 0.3125rem;
  position: relative;
  width: 100%;
  text-align: left;
}
.header__nav-item::after {
  background-image: url(./../img/icon-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
}
@media screen and (min-width: 1000px) {
  .header__nav-item::after {
    background-image: initial;
    background-repeat: initial;
    background-size: initial;
    content: initial;
    height: initial;
    position: initial;
    right: initial;
    top: initial;
    -webkit-transform: initial;
            transform: initial;
    width: initial;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header__nav-item:nth-last-child(1) {
  border-bottom: 1px dashed #fff;
}
@media screen and (min-width: 1000px) {
  .header__nav-item:nth-last-child(1) {
    border-bottom: none;
  }
}
@media screen and (min-width: 1000px) {
  .header__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -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;
    border-top: none;
    color: #393939;
  }
}

.header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .header__nav-link {
    -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;
    white-space: nowrap;
  }
}
.header__nav-link:hover {
  color: #007bff;
}
.header__nav-link:hover .header__nav-icon svg path {
  fill: #007bff;
}
.header__nav-link:hover::after {
  width: 20px;
}
.header__nav-link.is-active {
  color: #007bff;
}
.header__nav-link.is-active .header__nav-icon svg path {
  fill: #007bff;
}
.header__nav-link.is-active::after {
  width: 20px;
}
.header__nav-link .header__nav-icon svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.header__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #007bff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.header__nav-text {
  font-size: 0.875rem;
  margin-left: 0.8rem;
}
@media screen and (min-width: 1000px) {
  .header__nav-text {
    margin-left: 0;
    text-align: center;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.125rem;
    margin-top: 0.2rem;
  }
}

@media screen and (min-width: 1000px) {
  .header__tel {
    text-align: right;
    margin-left: 1.7rem;
  }
}

@media screen and (min-width: 1000px) {
  .header__tel-addres {
    display: block;
    color: #393939;
    font-size: 0.75rem;
    text-align: left;
    margin-left: 2.1rem;
  }
}

@media screen and (min-width: 1000px) {
  .header__tel-aria {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1000px) {
  .header__tel-number {
    color: #1391E6;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.04rem;
    white-space: nowrap;
    margin-left: 0.1rem;
  }
}

.header__open {
  margin-top: 3px;
}
@media screen and (min-width: 1000px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 2rem;
  height: 2rem;
  position: relative;
  margin-left: auto;
  z-index: 200;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (min-width: 1000px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bar {
  position: absolute;
  right: 1px;
  width: 1.6875rem;
  height: 0.125rem;
  border-radius: 6px;
  background: #1391E6;
  -webkit-transition: linear, top 0.3s, -webkit-transform 0.3s;
  transition: linear, top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, linear, top 0.3s;
  transition: transform 0.3s, linear, top 0.3s, -webkit-transform 0.3s;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 0.375rem;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 0.815rem;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 1.25rem;
}

.drawer-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #0060A0;
  z-index: 100;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  padding: 6.19rem 3.75rem 2.5rem;
  overflow: scroll;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__nav-item {
  padding-top: 0.94rem;
  padding-bottom: 1rem;
}

.drawer-content__nav-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.drawer-content__nav-text {
  margin-top: 0.1875rem;
}

.drawer-content__link {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.48px;
}

.drawer-content__button {
  margin-top: 14px;
  text-align: right;
}

.footer__imagetop {
  height: 2rem;
  margin-top: 100px;
  position: relative;
}
.footer__imagetop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./../img/bg_top.png) no-repeat;
  background-size: cover;
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .footer__imagetop {
    margin-top: 10.2rem;
  }
}

.footer {
  background: #DFF1FD;
}

.footer__inner {
  padding-top: 0.8rem;
  padding-left: 0.63rem;
  padding-right: 0.63rem;
}
@media screen and (min-width: 1000px) {
  .footer__inner {
    height: inherit;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 1040px;
  }
}

.footer__content {
  border-radius: 0.5rem;
  background: #fff;
  padding-top: 2rem;
  width: 100%;
  max-width: 600px;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 700px) {
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1000px) {
  .footer__content {
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    padding-inline: 3.06rem;
    padding-bottom: 2.5rem;
  }
}

.footer__content-left {
  text-align: center;
}
@media screen and (min-width: 700px) {
  .footer__content-left {
    max-width: 23.75rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer__content-left {
    max-width: 100%;
  }
}

.footer__image {
  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;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .footer_icon {
    width: 3.125rem;
    height: 2.5625rem;
  }
}
.footer_icon img {
  width: 2.40325rem;
}
@media screen and (min-width: 1000px) {
  .footer_icon img {
    width: 3.125rem;
    height: 2.5625rem;
  }
}

.footer__logo {
  margin-left: 15px;
}
@media screen and (min-width: 1000px) {
  .footer__logo {
    width: 21.0625rem;
    height: 2.3125rem;
    margin-left: 13px;
  }
}
.footer__logo img {
  width: 16.08969rem;
}
@media screen and (min-width: 1000px) {
  .footer__logo img {
    width: 21.0625rem;
    height: 2.3125rem;
  }
}

.footer__access {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 1000px) {
  .footer__access {
    margin-top: 0.4375rem;
  }
}
.footer__access span {
  margin-left: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .footer__access span {
    margin-top: 6.25rem;
  }
}

.footer__tel {
  margin-top: 1.31rem;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .footer__tel {
    margin-top: 1.5rem;
  }
}

.footer__tel-aria {
  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;
  text-align: center;
  color: #1391E6;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25rem; /* 112.5% */
  letter-spacing: -0.04rem;
}

@media screen and (min-width: 1000px) {
  .footer__tel-icon {
    margin-right: 0.3rem;
  }
}

.footer__tel-time {
  color: #1391E6;
  text-align: center;
  font-size: 0.75rem;
  margin-top: 4px;
}

.footer__btnWrap {
  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;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1000px) {
  .footer__btnWrap {
    margin-top: 1rem;
  }
}

.footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Flexboxを適用 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向に中央揃え */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向にも中央揃え（必要に応じて） */
  gap: 0.5rem;
  white-space: nowrap;
  padding: 0.5rem 1.56rem;
}
@media screen and (min-width: 1000px) {
  .footer__btn {
    padding: 0.5rem 1rem;
    height: 3.625rem;
    border-radius: 1.875rem;
  }
}

.btn-blue {
  background: #1391e6;
  padding: 0.5rem 1.8125rem;
  gap: 0;
}
@media screen and (min-width: 1000px) {
  .btn-blue {
    padding: 0.9rem 3.7rem 1rem;
    font-size: 1rem;
  }
}
.btn-blue:hover {
  background: #0060A0;
}

.footer__btn-text-blue {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .footer__btn-text-blue {
    font-size: 1rem;
  }
}

.footer__btn-text-white {
  color: #1391E6;
}
@media screen and (min-width: 1000px) {
  .footer__btn-text-white {
    font-size: 1rem;
  }
}

.btn-white {
  margin-left: 0.9375rem;
  padding: 0.625rem 1.25rem;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  .btn-white {
    padding: 1.19rem 2.88rem 1rem;
    margin-left: 1.3125rem;
    font-size: 1rem;
  }
}
.btn-white:hover {
  background: #0060A0;
}

.footer__time {
  margin-top: 1.2rem;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.footer__time img {
  width: 100%;
  height: auto;
  max-width: 100%; /* 必要に応じて追加 */
  display: block;
}

.address-wrap {
  margin-top: 1.2rem;
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .address-wrap {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.address-wrap__map iframe {
  max-width: 100%; /* 必要に応じて追加 */
  height: 19.6875rem;
}
@media screen and (min-width: 1000px) {
  .address-wrap__map iframe {
    max-width: 24.0625rem;
    height: 24.0625rem;
  }
}

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

.footer__nav-list {
  margin-top: 3.7rem;
  padding-left: 0.62rem;
}
@media screen and (min-width: 1000px) {
  .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5.25rem;
    margin-top: 2.75rem;
    padding-left: 0;
  }
}

.footer__nav-item,
.footer__nav-link {
  color: #393939;
  font-size: 1rem;
  font-weight: 700;
}

.footer__nav-item-web {
  margin-top: 2.25rem;
}
@media screen and (min-width: 1000px) {
  .footer__nav-item-web {
    margin-left: 2.3125rem;
    margin-top: 0;
  }
}

.footer__nav-item:nth-child(n+2) {
  margin-top: 2.4375rem;
}
@media screen and (min-width: 1000px) {
  .footer__nav-item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.footer__subNav-list {
  color: #393939;
  font-size: 1rem;
  font-weight: 500;
}

.footer__subNav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.125rem;
}

.footer__subNav-item {
  margin-top: 1.125rem;
}

.footer__subNav-item-l,
.footer__subNav-item-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__subNav-item-r {
  margin-left: 1.25rem;
}

.footer__subNav-item-l .footer__subNav-link:nth-child(n+2),
.footer__subNav-item-r .footer__subNav-link:nth-child(n+2) {
  margin-top: 1.125rem;
}

.footer__subNav-link {
  display: block;
  padding-left: 0.8rem;
  position: relative;
}
.footer__subNav-link::before {
  background-image: url(./../img/Icon-arrow.svg);
  background-size: contain;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
}

.footer__reservation-web {
  display: none;
}
@media screen and (min-width: 1200px) {
  .footer__reservation-web {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #1391e6;
    border-radius: 20px 0 0 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    right: 0;
    top: 176px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 5.75rem;
    height: 7.5rem;
    z-index: 30;
  }
  .footer__reservation-web:hover {
    background: #0060a0;
  }
}

@media screen and (min-width: 1000px) {
  .footer__reservation-web-icon {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 1000px) {
  .footer__reservation-web-text {
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 130%;
    margin-top: 0.69rem;
  }
}

.pagetop {
  bottom: 100px;
  cursor: pointer;
  height: 50px;
  position: fixed;
  right: 11px;
  width: 53px;
  z-index: 30;
}
.pagetop img {
  width: 3.25rem;
  height: 3.25rem;
}

.footer__buttom {
  background: #1391E6;
  width: 100%;
  height: 2rem;
  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;
  text-align: center;
  margin-top: 3.7rem;
  padding-bottom: 96px;
  padding-top: 17px;
}
@media screen and (min-width: 1000px) {
  .footer__buttom {
    padding: 1rem 2.4rem 2.5rem;
  }
}

.footer__copyright {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  margin-top: 26px;
}

.footer__cat {
  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;
  width: 100%;
  z-index: 200;
}
@media screen and (min-width: 1200px) {
  .footer__cat {
    display: none;
  }
}

.footer__cat-wrapper {
  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;
  padding-top: 0.4rem;
  padding-bottom: 0.37rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.footer__cat-tel {
  color: #1391E6;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}

.footer__cat-time {
  color: #393939;
  text-align: center;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer__cat-web {
  border-radius: 0.5rem;
  background: #1391E6;
  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;
  padding: 0.31rem 1.3rem 0.31rem 0.96rem;
  margin-left: 1rem;
}

.footer__cat-web-text {
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
}

.footer__cat-web-text-big {
  font-size: 1rem;
}

.secondary {
  margin-top: 6.3125rem;
}
@media screen and (min-width: 1000px) {
  .secondary {
    margin-top: 0;
    width: 18.75rem;
  }
}

.widget,
.widget_block,
.widget_text {
  color: #393939;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 1000px) {
  .widget,
  .widget_block,
  .widget_text {
    margin-top: 0;
  }
}

@media screen and (min-width: 1000px) {
  .widget_recent {
    margin-top: 3.75rem;
  }
}

.widget-title {
  border-bottom: 1px solid #393939;
  font-weight: 700;
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1000px) {
  .widget-title {
    padding-bottom: 7px;
  }
}
.widget-title--variant2 {
  padding-bottom: 7px;
}

.widget-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.wprofile {
  margin-top: 1.25rem;
}

.wprofile-content {
  margin-top: 1.4375rem;
}

.wprofile-content-title {
  font-weight: 700;
}

.wprofile-content-text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

.wprofile-link {
  font-size: 0.875rem;
  color: #1391e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.6875rem;
  margin-left: 3px;
}
.wprofile-link::after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  background: url(./../img/widget-arrow-right.svg) no-repeat;
  background-size: contain;
}

.widget_categories {
  margin-top: 3.125rem;
}
@media screen and (min-width: 1000px) {
  .widget_categories {
    margin-top: 4rem;
  }
}

.wpost-items {
  margin-top: 1.25rem;
}

.widget-item {
  margin-top: 1rem;
}

.wpost-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1000px) {
  .wpost-item {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5.6875rem;
    position: relative;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
}
.wpost-item:nth-child(n+2) {
  margin-top: 0.75rem;
}
@media screen and (min-width: 1000px) {
  .wpost-item:nth-child(n+2) {
    margin-top: 1.1187rem;
  }
}

.wpost-item-img {
  border-radius: initial;
  max-width: 132px;
  overflow: hidden;
  padding-top: initial;
  width: 100%;
  height: 6.3125rem;
}
@media screen and (min-width: 1000px) {
  .wpost-item-img {
    border-radius: initial;
    max-width: 120px;
    overflow: hidden;
    padding-top: initial;
    position: relative;
    width: 100%;
    height: 5.6875rem;
  }
}
.wpost-item-img img {
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .wpost-item-img img {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    width: 100%;
  }
}

.wpost-item-body {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-left: 0.63rem;
}
@media screen and (min-width: 1000px) {
  .wpost-item-body {
    margin-left: 0.625rem;
    padding: 0;
  }
}

.wpost-item-tag {
  display: inline-block;
  border-radius: 0.625rem;
  background: #1391e6;
  color: #fff;
  font-size: 0.625rem;
  padding: 0.06rem 0.5rem 0.12rem;
}

.wpost-item-title {
  color: #393939;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  margin-top: 0.5rem;
}

.wpost-item-published {
  color: #888;
  font-size: 0.6875rem;
}
@media screen and (min-width: 1000px) {
  .wpost-item-published {
    font-size: 0.75rem;
    margin-top: 0.37rem;
  }
}

.widget-list {
  padding-left: 1.1875rem;
  padding-top: 0.1875rem;
}

.widget-item-blue {
  position: relative;
  padding-left: 0.5rem;
}
.widget-item-blue::before {
  content: "";
  background-image: url(./../img/Icon-widget-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  width: 0.375rem;
  height: 0.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}