@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
}

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

.pc-apparent {
  display: none;
}
@media screen and (min-width: 1280px) {
  .pc-apparent {
    display: inline-block;
  }
}

.button {
  display: inline-block;
  position: relative;
  padding: 9px 40px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  border: 1px solid #1391E6;
  background: #ffffff;
  color: #1391E6;
  font-size: 14px;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.button:hover {
  background: #1391E6;
  color: #ffffff;
}
.button:hover .button-arrow-icon {
  stroke: #ffffff;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (min-width: 1280px) {
  .button {
    padding: 10px 46px;
  }
}

.button-arrow-icon {
  position: absolute;
  right: 12px;
  top: 11px;
}
.inner {
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (min-width: 1280px) {
  .inner {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-heading {
  margin-bottom: 40px;
  text-align: center;
}
.section-heading ::before {
  content: "";
  display: inline-block;
  background: url(../img/common/section-heading-sp.png) no-repeat;
  width: 49px;
  height: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}
@media screen and (min-width: 1280px) {
  .section-heading ::before {
    background: url(../img/common/section-heading-pc.png) no-repeat;
    width: 67px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section-heading ::before {
    background: url(../img/common/section-heading-pc.png) no-repeat;
    width: 67px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.section-heading ::after {
  content: "";
  display: inline-block;
  background: url(../img/common/section-heading-sp.png) no-repeat;
  width: 49px;
  height: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 16px;
}
@media screen and (min-width: 1280px) {
  .section-heading ::after {
    background: url(../img/common/section-heading-pc.png) no-repeat;
    width: 67px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section-heading ::after {
    background: url(../img/common/section-heading-pc.png) no-repeat;
    width: 67px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1280px) {
  .section-heading {
    margin-bottom: 59px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section-heading {
    margin-bottom: 48px;
  }
}

.section-heading-text {
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 1280px) {
  .section-heading-text {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section-heading-text {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.red-text {
  color: #EE5A6D;
}

.header {
  opacity: 0.85;
  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);
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.header.is-checked {
  background-color: #0060A0;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .header {
    opacity: 0.85;
    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);
  }
}

.header__inner {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .header__inner {
    height: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header__inner {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__logo {
  display: block;
  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: 1280px) {
  .header__nav {
    margin-left: auto;
    margin-right: 32px;
    margin-top: -6px;
  }
}

@media screen and (min-width: 1280px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    margin-top: 8px;
  }
}

@media screen and (min-width: 1280px) {
  .header__nav-link {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #393939;
    padding-bottom: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1391E6), to(#1391E6));
    background-image: linear-gradient(#1391E6, #1391E6);
    background-repeat: no-repeat;
    background-position: bottom right; /* 下線の初期位置 */
    background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
    -webkit-transition: background-size 0.3s;
    transition: background-size 0.3s;
  }
  .header__nav-link:hover {
    color: #1391E6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-position: bottom left; /* 下線のホバー時位置 */
    background-size: 100% 2px; /* 下線の横幅を100%にする */
  }
  .header__nav-link.current {
    color: #1391E6;
    background-position: bottom left; /* 下線のホバー時位置 */
    background-size: 100% 2px; /* 下線の横幅を100%にする */
  }
}

@media screen and (min-width: 1280px) {
  .header__nav-icon {
    display: block;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 1280px) {
  .header__nav-text {
    display: block;
    margin-top: 6px;
    font-family: "M PLUS Rounded 1c", serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px; /* 163.636% */
  }
}

@media screen and (min-width: 1280px) {
  .header__contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1280px) {
  .header__address {
    color: #393939;
    text-align: right;
    font-size: 12px;
    font-family: "M PLUS Rounded 1c", serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

@media screen and (min-width: 1280px) {
  .header__phone {
    margin-top: 2px;
  }
}

@media screen and (min-width: 1280px) {
  .header__phone-icon {
    width: 28px;
    height: 28px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 1280px) {
  .header__phone-number {
    color: #1391E6;
    text-align: center;
    font-family: "M PLUS Rounded 1c", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 112.5% */
    letter-spacing: -0.64px;
  }
}

.header__logo-icon {
  display: block;
  width: 34px;
  height: 32px;
}

.header__logo-text {
  display: block;
  width: 225px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 11px;
}
.drawer-content {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 51;
  padding-top: 36px;
  background: #0060A0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: auto;
  overflow-x: auto;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer-content__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 254px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .drawer-content__nav {
    width: 300px;
    margin-top: 50px;
  }
}

.menu-divider {
  margin-top: -10px;
}

.drawer-content__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px;
}

.drawer-content__link-icon {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 14px;
  color: #ffffff;
}

.drawer-content__link-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "M PLUS Rounded 1c", serif;
  color: #ffffff;
}

.drawer-content__link-icon-right {
  display: block;
  width: 14px;
  height: 14px;
  margin: 4px 0 0 auto;
}

.drawer-icon {
  width: 30px;
  height: 30px;
  position: relative;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px;
  background: #ffffff;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  visibility: hidden;
  position: absolute;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14px;
  background: #ffffff;
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 4px;
  width: 29px;
  height: 2px;
  border-radius: 6px;
  background: #1391E6;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 7px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 14px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 21px;
}

.fv {
  padding-top: 75px;
}
@media screen and (min-width: 1280px) {
  .fv {
    padding-top: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .fv {
    padding-top: 100px;
  }
}

.fv__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1280px) {
  .fv__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.swiper {
  position: relative;
  max-width: 100%;
  height: 447px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1280px) {
  .swiper {
    height: auto;
    aspect-ratio: 29/13;
  }
}

.fv__swiper {
  max-width: 767px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .fv__swiper {
    max-width: 100%;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .fv__swiper {
    max-width: 100%;
    border-radius: 20px;
  }
}

.swiper-wrapper {
  position: relative;
}

.fv__slide-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1280px) {
  .fv__slide-card {
    height: 100%;
    border-radius: 20px;
  }
}

.fv__slide-card-img {
  display: block;
  width: 100%;
  height: 447px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fv__slide-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
@media screen and (min-width: 1280px) {
  .fv__slide-card-img {
    height: auto;
  }
  .fv__slide-card-img img {
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .fv__slide-card-img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}

.fv__slide-card-text {
  display: block;
  position: absolute;
  width: 264px;
  height: 76px;
  bottom: 39px;
  left: 20px;
}
.fv__slide-card-text img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .fv__slide-card-text {
    width: 424px;
    height: 120px;
    bottom: 53px;
    left: 63px;
  }
}

.fv__slide-card-title {
  color: #ffffff;
  text-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2);
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  -webkit-text-decoration: underline 2px dotted #ffffff;
          text-decoration: underline 2px dotted #ffffff;
  text-underline-offset: 10px;
  line-height: 2;
}

.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;
  width: initial !important;
  height: initial !important;
  left: 6px !important;
  top: 490px !important;
}
@media screen and (min-width: 1280px) {
  .swiper-pagination {
    position: absolute;
    width: initial !important;
    height: initial !important;
    left: 36px !important;
    top: 613px !important;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #C2C2C2;
  opacity: 1;
  margin: 4px 0px !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0060A0;
}
@media screen and (min-width: 1280px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.fv-prev,
.fv-next {
  display: block;
  width: 38px;
  height: 38px;
  pointer-events: all;
}
.fv-prev::after,
.fv-next::after {
  display: none;
}
@media screen and (min-width: 1280px) {
  .fv-prev,
  .fv-next {
    width: 58px;
    height: 58px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .fv-prev,
  .fv-next {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.fv-prev {
  left: 0;
  top: 328px;
  background: url(../img/fv-img/arrow-left\ .png) no-repeat center center/contain;
}
@media screen and (min-width: 1280px) {
  .fv-prev {
    left: 33px;
    top: 43%;
  }
}

.fv-next {
  top: 328px;
  right: 0;
  background: url(../img/fv-img/arrow-right.png) no-repeat center center/contain;
}
@media screen and (min-width: 1280px) {
  .fv-next {
    right: 33px;
    top: 43%;
  }
}

.web-reservation {
  position: fixed;
  top: 30%;
  right: 0;
  width: 92px;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #1391E6;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 1000;
}
.web-reservation:hover {
  background-color: #0060A0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1280px) {
  .web-reservation {
    top: 27%;
  }
}

.web-reservation__link {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.web-reservation__icon {
  margin: 20px 20px 11px 20px;
}
.web-reservation__icon img {
  display: block;
  width: 52px;
  height: 32px;
}

.web-reservation__text {
  color: #ffffff;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 22px;
}

.fv__news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: -22px;
}
@media screen and (min-width: 1280px) {
  .fv__news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 18px;
    gap: 59px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .fv__news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
}

.fv__schedule {
  display: block;
  margin: 0 auto;
  z-index: 1;
}
.fv__schedule img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .fv__schedule {
    margin-right: -2px;
    margin-left: 0;
    margin-top: -53px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .fv__schedule {
    margin-right: -2px;
    margin-left: 0;
  }
}

.fv__news {
  margin-top: 39px;
}
@media screen and (min-width: 1280px) {
  .fv__news {
    margin-top: 0;
    width: 542px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .fv__news {
    width: 70%;
  }
}

.fv__news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #393939;
}
@media screen and (min-width: 1280px) {
  .fv__news-header {
    padding-bottom: 7px;
  }
}

.fv__news__title {
  color: #393939;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  margin-left: 15px;
}

.fv__news__badge {
  color: #1391E6;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.1px;
  margin-left: 16px;
  margin-bottom: 4px;
}
@media screen and (min-width: 1280px) {
  .fv__news__badge {
    letter-spacing: 3.2px;
  }
}

.fv__news__archive-link {
  color: #888;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  border-bottom: 1px solid #888;
  text-align: right;
  margin: 0 0 0 auto;
  margin-bottom: 6px;
}
@media screen and (min-width: 1280px) {
  .fv__news__archive-link {
    font-size: 12px;
    margin-bottom: 3px;
  }
}

.fv__news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #393939;
  padding-top: 12px;
  padding-bottom: 11px;
  padding-right: 6px;
  padding-left: 6px;
}
@media screen and (min-width: 1280px) {
  .fv__news__item {
    padding-top: 10px;
    padding-bottom: 9px;
    padding-right: 4px;
    padding-left: 15px;
  }
  .fv__news__item:hover {
    background: #fff;
  }
  .fv__news__item:hover .fv__news__date,
  .fv__news__item:hover .fv__news__link-text,
  .fv__news__item:hover .fv__news__link-icon {
    color: #1391E6;
    stroke: #1391E6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .fv__news__item:hover .fv__news__link-icon {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
}

.fv__news__date {
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.fv__news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* アイテムを横並びに */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向の中央揃え */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* 左右にスペースを分ける */
}

.fv__news__link-text {
  display: inline-block;
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 22px;
}
@media screen and (min-width: 1280px) {
  .fv__news__link-text {
    margin-left: 24px;
  }
}

.fv__news__link-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #393939;
  margin-left: auto;
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 97px;
  width: 52px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
}
@media screen and (min-width: 1280px) {
  .pagetop {
    right: -1px;
    bottom: 40px;
    width: 76px;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.concept {
  padding-top: 165px;
  margin-bottom: 98px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .concept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 234px;
    padding-bottom: 226px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .concept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 111px;
    padding-bottom: 114px;
  }
}

.concept__bg-img01 {
  position: absolute;
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  left: calc(50% + 89px);
  top: 55px;
  z-index: -1;
}
.concept__bg-img01 img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .concept__bg-img01 {
    width: 100px;
    height: 100px;
    left: calc(50% + 408px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .concept__bg-img01 {
    width: 63px;
    height: 63px;
    left: calc(50% + 190px);
  }
}

.concept__bg-img02 {
  position: absolute;
  width: 54px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  left: calc(50% - 178px);
  top: 67px;
  z-index: -1;
}
.concept__bg-img02 img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .concept__bg-img02 {
    width: 126px;
    height: 138px;
    left: calc(50% - 224px);
    top: 78px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .concept__bg-img02 {
    width: 80px;
    height: 90px;
    left: calc(50% - 160px);
    top: 55px;
  }
}

.concept__bg-img03 {
  position: absolute;
  width: 554px;
  height: 304px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  left: calc(50% - 178px);
  top: 64px;
  z-index: -1;
}
.concept__bg-img03 img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .concept__bg-img03 {
    width: 1306px;
    height: 715px;
    left: calc(50% - 217px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .concept__bg-img03 {
    width: 800px;
  }
}

.concept__inner {
  margin-left: 20px;
  margin-right: 21px;
}
@media screen and (min-width: 1280px) {
  .concept__inner {
    margin-left: 95px;
    margin-right: 138px;
    margin-top: 34px;
    min-width: 407px;
  }
}

.concept__head-title {
  color: #1391E6;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.1px;
}
@media screen and (min-width: 1280px) {
  .concept__head-title {
    font-size: 14px;
    letter-spacing: 1.2px;
  }
}

.concept__title {
  margin-top: 14px;
}
@media screen and (min-width: 1280px) {
  .concept__title {
    margin-top: 24px;
  }
}

.concept__title-text {
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 1280px) {
  .concept__title-text {
    font-size: 28px;
    line-height: 44px;
    letter-spacing: 2.24px;
  }
}

.concept__text {
  margin-top: 25px;
  margin-bottom: 31px;
}
@media screen and (min-width: 1280px) {
  .concept__text {
    margin-top: 30px;
    margin-bottom: 37px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .concept__text {
    margin-top: 19px;
    margin-bottom: 20px;
  }
}

.concept__text-lead {
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.concept__button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .concept__button {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .concept__button {
    margin: 0;
  }
}

.concept__img {
  display: block;
  margin-top: 38px;
  margin-right: 41px;
  top: 1260px;
  border-radius: 0px 20px 20px 0px;
  background: url(<path-to-image>) lightgray 361.924px -30.529px/-116.721% 112.999% no-repeat;
}
.concept__img img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .concept__img {
    max-width: 640px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .concept__img {
    min-width: 334px;
  }
}

.recommendation {
  margin-top: 102px;
}
@media screen and (min-width: 1280px) {
  .recommendation {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .recommendation {
    margin-top: 0;
  }
}

.recommendation__inner {
  text-align: center;
}

.recommendations__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
@media screen and (min-width: 1280px) {
  .recommendations__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 63px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.recommendations__item-header {
  width: 177px;
  height: 32px;
  margin: 0 auto;
}
.recommendations__item-header img {
  max-width: 100%;
  height: auto;
}

.recommendations__item-content {
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .recommendations__item-content {
    margin-top: 14px;
  }
}

.recommendations__item-content-icon {
  width: 220px;
  height: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
}
.recommendations__item-content-icon img {
  max-width: 100%;
  height: auto;
}

.recommendations__item-title {
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 22px;
  background: #1391E6;
  width: 278px;
  height: 44px;
  margin: 0 auto;
  margin-top: -20px;
}
.recommendations__item-title ::after {
  content: "";
  position: absolute;
  left: 130px;
  width: 0;
  height: 0;
  bottom: -15px;
  border-width: 26px 10px 0px 10px;
  border-top-left-radius: 10%;
  border-style: solid;
  border-color: #1391E6 transparent transparent transparent;
}

.recommendations__item-title-text {
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recommendations__item-description {
  margin-top: 35px;
}

.recommendations__item-description-text {
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  width: 279px;
  margin: 0 auto;
}

.medical {
  display: block;
  position: relative;
  padding-top: 147px;
}
.medical::before {
  content: "";
  display: block;
  background: url(../img/medical/top-deco-sp.png) no-repeat;
  background-size: 100% 100%;
  height: 34px;
}
@media screen and (min-width: 1280px) {
  .medical::before {
    background: url(../img/medical/top-deco.png) no-repeat;
    height: 106px;
    background-size: 100% 100%;
  }
}
.medical::after {
  content: "";
  display: block;
  background: url(../img/medical/bottom-deco-sp.png) no-repeat;
  background-size: 100% 100%;
  height: 34px;
}
@media screen and (min-width: 1280px) {
  .medical::after {
    background: url(../img/medical/bottom-deco.png) no-repeat;
    height: 96px;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 1280px) {
  .medical {
    padding-top: 229px;
  }
}

.medical__bg-img-nose {
  width: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: calc(50% - 23px);
  top: 103px;
}
.medical__bg-img-nose img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .medical__bg-img-nose {
    width: 100px;
    height: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    left: calc(50% - 47px);
    top: 137px;
  }
}

.medical__bg-img-bluestars {
  width: 50px;
  height: 55px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: calc(50% - 181px);
  top: 106px;
}
.medical__bg-img-bluestars img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .medical__bg-img-bluestars {
    width: 126px;
    height: 138px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    left: calc(50% - 618px);
    top: 146px;
  }
}

.medical__bg-img-bluestar {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: calc(50% + 151px);
  top: 132px;
}
.medical__bg-img-bluestar img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .medical__bg-img-bluestar {
    width: 58px;
    height: 58px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    left: calc(50% + 544px);
    top: 197px;
  }
}

.medical__bg-img-whitestar {
  width: 24px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: calc(50% - 177px);
  bottom: 49px;
}
.medical__bg-img-whitestar img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .medical__bg-img-whitestar {
    width: 57px;
    height: 56px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    left: calc(50% - 601px);
    bottom: 95px;
  }
}

.medical__bg-img-whitestars {
  width: 56px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: calc(50% + 123px);
  bottom: 34px;
}
.medical__bg-img-whitestars img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .medical__bg-img-whitestars {
    width: 125.307px;
    height: 138px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    left: calc(50% + 494px);
    bottom: 74px;
  }
}

.medical__container {
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (min-width: 1280px) {
  .medical__container {
    margin: 0;
  }
}

.medical__inner {
  display: block;
  background-color: #DFF1FD;
  padding-top: 26px;
  padding-bottom: 62px;
}
@media screen and (min-width: 1280px) {
  .medical__inner {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

.medical__heading {
  margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .medical__heading {
    margin-bottom: 60px;
  }
}

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

.medical__card-link-01 {
  position: relative;
  width: 1000px;
  max-width: 100%;
  height: 210px;
  border-radius: 20px;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  isolation: isolate;
}
.medical__card-link-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/medical/medical-card-01.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/medical/medical-card-01.png);
  background-size: cover;
  background-position: center;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 0;
}
.medical__card-link-01:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../img/medical/medical-card-01.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/medical/medical-card-01.png);
}
.medical__card-link-01:hover .medical__card-border {
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .medical__card-link-01 {
    width: 460px;
    height: 290px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.medical__card-link-02 {
  position: relative;
  width: 1000px;
  max-width: 100%;
  height: 210px;
  border-radius: 20px;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  isolation: isolate;
}
.medical__card-link-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/medical/medical-card-02.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/medical/medical-card-02.png);
  background-size: cover;
  background-position: center;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 0;
}
.medical__card-link-02:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../img/medical/medical-card-02.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/medical/medical-card-02.png);
}
.medical__card-link-02:hover .medical__card-border {
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .medical__card-link-02 {
    width: 460px;
    height: 290px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.medical__card-border {
  position: absolute;
  top: 6px;
  left: 7px;
  right: 6px;
  bottom: 7px;
  border: 2px solid #fff;
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.medical__card-link-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.medical__card-link-title {
  position: relative;
  z-index: 3;
}
.medical__card-link-title ::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #FFF;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 41px;
}
@media screen and (min-width: 1280px) {
  .medical__card-link-title ::after {
    width: 40px;
  }
}

.medical__card-link-title-text {
  color: #FFF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 1280px) {
  .medical__card-link-title-text {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .medical__card-link-title-text {
    font-size: 24px;
    letter-spacing: 2.24px;
  }
}

.medical__card-link-subtitle {
  margin-top: 40px;
}

.medical__card-link-subtitle-text {
  color: #FFF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .medical__card-link-subtitle-text {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .medical__card-link-subtitle-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.28px;
  }
}

.medical__description {
  padding: 18px 20px 17px 20px;
  background: #fff;
  margin-top: 21px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .medical__description {
    padding: 36px 40px;
    width: 1000px;
    margin: 0 auto;
    margin-top: 60px;
  }
}

.medical__description-text {
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 1280px) {
  .medical__description-text {
    line-height: 28px;
  }
}

.staffblog {
  margin-top: 100px;
}
@media screen and (min-width: 1280px) {
  .staffblog {
    margin-top: 158px;
  }
}

@media screen and (min-width: 1280px) {
  .staffblog__inner {
    padding-bottom: 13px;
  }
}

.staffblog__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;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .staffblog__cards {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 1000px;
    gap: 50px;
    row-gap: 60px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .staffblog__cards {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    row-gap: 60px;
  }
}

.staffblog__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 101px;
  position: relative;
}
.staffblog__card:hover .staffblog__card-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -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;
}
.staffblog__card:hover .staffblog__card-title-text {
  color: #1391E6;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .staffblog__card {
    width: 300px;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px 20px 20px 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);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .staffblog__card {
    width: 300px;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px 20px 20px 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);
  }
}

.staffblog__new-icon {
  position: absolute;
  top: -8px;
  left: -9px;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 20;
}
@media screen and (min-width: 1280px) {
  .staffblog__new-icon {
    width: 60px;
    height: 60px;
    top: -17px;
    left: -10px;
  }
}

.staffblog__new-icon-discription {
  position: absolute;
  top: 5px;
  left: 10px;
}
@media screen and (min-width: 1280px) {
  .staffblog__new-icon-discription {
    top: 17px;
    left: 12px;
  }
}

.staffblog__new-icon-text {
  color: #FFF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1280px) {
  .staffblog__new-icon-text {
    font-size: 16px;
  }
}

.staffblog__card-img {
  width: 133px;
  height: 101px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.staffblog__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -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;
}
@media screen and (min-width: 1280px) {
  .staffblog__card-img {
    width: 244px;
    height: 153px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.staffblog__card-contents {
  padding-top: 6px;
  padding-bottom: 6px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
  margin-left: 10px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .staffblog__card-contents {
    padding: 6px 24px 12px 24px;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .staffblog__card-contents {
    padding: 6px 24px 12px 24px;
    margin-left: 0;
  }
}

.staffblog__card-img {
  width: 133px;
  height: 101px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.staffblog__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -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;
}
@media screen and (min-width: 1280px) {
  .staffblog__card-img {
    width: 300px;
    height: 188px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .staffblog__card-img {
    width: 300px;
    height: 188px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
  }
}

.staffblog__card-tag {
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  background: #1391E6;
  color: #FFF;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding: 2px 8px;
}
@media screen and (min-width: 1280px) {
  .staffblog__card-tag {
    font-size: 11px;
    padding: 6px 12px;
    height: 28px;
    margin-top: -20px;
    margin-bottom: 9px;
    border-radius: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .staffblog__card-tag {
    font-size: 11px;
    padding: 6px 12px;
    height: 28px;
    margin-top: -20px;
    margin-bottom: 9px;
    border-radius: 14px;
  }
}

@media screen and (min-width: 1280px) {
  .staffblog__card-title {
    margin-bottom: 4px;
  }
}

.staffblog__card-title-text {
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .staffblog__card-title-text {
    font-size: 16px;
  }
}

.staffblog__card-time {
  color: #888;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.staffblog__button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.footer {
  display: block;
  padding-top: 98px;
}
.footer:before {
  content: "";
  display: block;
  background: url(../img/footer/footer-deco.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 34px;
}
@media screen and (min-width: 1280px) {
  .footer {
    padding-top: 165px;
  }
}

.footer__inner {
  background-color: #DFF1FD;
  padding-top: 13px;
}
@media screen and (min-width: 1280px) {
  .footer__inner {
    padding-top: 56px;
  }
}

.footer__wrapper {
  background: #FFF;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border-radius: 8px;
}
@media screen and (min-width: 1280px) {
  .footer__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 1000px;
    margin: 0 auto;
    padding: 37px 50px;
    border-radius: 20px;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer__wrapper {
    margin-left: clamp(10px, 5vw, 80px);
    margin-right: clamp(10px, 5vw, 80px);
  }
}

.footer__contents-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 11px;
  height: 33px;
  gap: 13px;
}
@media screen and (min-width: 1280px) {
  .footer__contents-logo {
    height: 41px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.footer__contents-logo-text {
  display: block;
  width: 257px;
  height: 30px;
}
@media screen and (min-width: 1280px) {
  .footer__contents-logo-text {
    width: 337px;
    height: 37px;
  }
}

.footer__contents-address {
  color: #393939;
  text-align: right;
  font-size: 14px;
  font-family: "M PLUS Rounded 1c", serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-bottom: 21px;
}

.footer__phone {
  margin-bottom: -2px;
}

.header__phone-number {
  color: #1391E6;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  letter-spacing: -0.64px;
}

.footer-contents-opentime {
  margin-bottom: 16px;
}

.footer-contents-opentime-text {
  color: #1391E6;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer__contents-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 22px;
}
@media screen and (min-width: 1280px) {
  .footer__contents-buttons {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer__contents-buttons {
    gap: 20px;
  }
}

.footer__contents-reserve-button {
  position: relative;
  background-color: #1391E6;
  border-radius: 30px;
  color: #FFF;
  display: inline-block;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 30px 9px 63px;
}
.footer__contents-reserve-button:hover {
  background-color: #0060A0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1280px) {
  .footer__contents-reserve-button {
    font-size: 16px;
    font-weight: 500;
    padding: 16px 59px 16px 95px;
  }
}
.footer__contents-reserve-button::before {
  background: url(../img/footer/icon-pc.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  width: 30px;
  left: 28px;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .footer__contents-reserve-button::before {
    left: 60px;
    top: 20px;
  }
}

.footer__contents-mail-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__contents-mail-button {
  position: relative;
  border: solid 1px #1391E6;
  border-radius: 30px;
  color: #1391E6;
  display: inline-block;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 9px 21px 8px 47px;
}
.footer__contents-mail-button:hover {
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1280px) {
  .footer__contents-mail-button {
    font-size: 16px;
    padding: 16px 46px 16px 78px;
  }
}
.footer__contents-mail-button::before {
  background: url(../img/footer/button-icon-mail1.png) no-repeat center center;
  background-size: 100% 100%;
  background-color: #FFF;
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  width: 17px;
  left: 21px;
  margin: auto;
  top: 11px;
}
@media screen and (min-width: 1280px) {
  .footer__contents-mail-button::before {
    height: 24px;
    width: 24px;
    left: 47px;
    top: 15px;
  }
}

.footer__contents-schedule {
  margin-left: 10px;
  margin-right: 10px;
}
.footer__contents-schedule img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .footer__contents-schedule {
    margin: 0;
  }
}

.footer__map {
  height: auto;
}
@media screen and (min-width: 1280px) {
  .footer__map {
    width: 385px;
    height: 385px;
    margin-top: 17px;
  }
}

.footer__map-share {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 483px;
  height: auto;
  padding: 20px;
}
@media screen and (min-width: 1280px) {
  .footer__map-share {
    width: 385px;
    height: 385px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer__map-share {
    max-width: 483px;
    height: auto;
  }
}

.navigation {
  padding-left: 20px;
  margin-top: 50px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1280px) {
  .navigation {
    margin-top: 42px;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .navigation {
    margin-left: clamp(10px, 5vw, 80px);
  }
}

.navigation__list {
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1280px) {
  .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}

.navigation__item {
  margin-top: 37px;
}
@media screen and (min-width: 1280px) {
  .navigation__item {
    margin-top: 0;
  }
}

.navigation__title {
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.title-top:hover {
  color: #1391E6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.navigation__sub-item {
  position: relative;
  margin-left: 12px;
}
.navigation__sub-item::before {
  content: "";
  background-image: url(../img/footer/list-icon.png);
  position: absolute;
  width: 6px;
  height: 12px;
  top: 6px;
  left: -12px; /*左端からのアイコンまで*/
  color: #0060A0; /*アイコン色*/
}

.navigation__sub-link {
  color: #393939;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.navigation__sub-link:hover {
  color: #1391E6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navigation__sub-list--grid {
  display: grid; /* 子要素をグリッドレイアウトにする */
  grid-template-columns: 78px 133px; /* 2列固定 */
  grid-template-rows: repeat(4, 24px); /* 4行固定 */
  padding: 0; /* パディングをリセット */
  margin-top: 23px;
}
@media screen and (min-width: 1280px) {
  .navigation__sub-list--grid {
    grid-template-columns: 76px 124px; /* 2列固定 */
    margin-top: 21px;
  }
}

.copyright {
  height: 112px;
  background: #1391E6;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 73px;
}
@media screen and (min-width: 1280px) {
  .copyright {
    height: 55px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.copyright-text {
  color: #FFF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer__bar {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 65px;
  position: fixed;
  bottom: 0;
  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);
  width: 100%;
  z-index: 1;
}

.footer__bar-wrap {
  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;
}

.footer__bar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-top: 1px;
}

.footer__bar-phone {
  color: #1391E6;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer__bar-phone-icon {
  width: 17px;
  height: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__bar-phone-number {
  color: #1391E6;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer__bar-opentime {
  position: relative;
  top: -6px;
}

.footer-bar-opentime-text {
  color: #393939;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer__bar-reserve-button {
  position: relative;
  background-color: #1391E6;
  border-radius: 8px;
  color: #FFF;
  display: inline-block;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  padding: 5px 21px 0px 70px;
  margin-left: 12px;
}
.footer__bar-reserve-button::before {
  background: url(../img/footer/icon-pc.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 28px;
  position: absolute;
  width: 46px;
  left: 15px;
  top: 10px;
  margin: auto;
  z-index: 1;
}
.footer__bar-reserve-button--main {
  font-size: 16px;
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer__bar-reserve-button--sub {
  font-size: 12px;
  display: block;
  position: relative;
  font-weight: 700;
  top: -7px;
  letter-spacing: 1px;
}

.footer__bar-br-text {
  color: #FFF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}