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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
}

.heading {
  margin-inline: -20px;
  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;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .heading {
    gap: 28px;
    margin-inline: 0;
  }
}

.heading__deco-left img {
  width: 49px;
}
@media screen and (min-width: 768px) {
  .heading__deco-left img {
    width: 67px;
  }
}

.heading__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 374px) {
  .heading__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .heading__title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.heading__deco-right img {
  width: 49px;
}
@media screen and (min-width: 768px) {
  .heading__deco-right img {
    width: 67px;
  }
}

.button-type1,
.button-type2 {
  font-size: 14px;
  font-weight: 500;
  border-radius: 24px;
  border: 1px solid #1391E6;
  background-color: #FFFFFF;
  color: #1391E6;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-type1::after,
.button-type2::after {
  content: "";
  background: url("../img/arrow-icon-main.png") no-repeat center center;
  position: absolute;
  width: 12px;
  height: 12px;
  right: 12px;
  top: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-type1:hover,
.button-type2:hover {
  background-color: #1391E6;
  color: #FFFFFF;
}
.button-type1:hover::after,
.button-type2:hover::after {
  background: url("../img/arrow-icon-white.png") no-repeat center center;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.button-type1 {
  padding: 10px 45px;
}
@media screen and (min-width: 768px) {
  .button-type1::after {
    top: 14px;
  }
}

.button-type2 {
  padding: 7px 39px 9px 39px;
}
@media screen and (min-width: 768px) {
  .button-type2 {
    padding: 10px 45px 10px 45px;
  }
  .button-type2::after {
    top: 14px;
  }
}

.button-type3,
.button-type4 {
  font-size: 14px;
  font-weight: 400;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 374px) {
  .button-type3,
  .button-type4 {
    font-size: 11px;
  }
}
@media screen and (min-width: 1150px) {
  .button-type3,
  .button-type4 {
    font-size: 16px;
  }
}

.button-type3 {
  background-color: #1391E6;
  color: #FFFFFF;
  gap: 3px;
  padding: 8px 30px 9px 25px;
}
.button-type3 svg {
  width: 35px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .button-type3 svg {
    width: 30px;
    height: 20px;
  }
}
.button-type3:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
@media screen and (max-width: 374px) {
  .button-type3 {
    padding: 10px 20px 10px 20px;
  }
}
@media screen and (min-width: 1150px) {
  .button-type3 {
    width: 220px;
    padding: 16px 57px 16px 59px;
    gap: 6px;
  }
}

.button-type4 {
  border: 1px solid #1391E6;
  background-color: #FFFFFF;
  color: #1391E6;
  gap: 9px;
  padding: 7px 19px 8px 19px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-type4 svg {
  stroke: #1391E6;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
  width: 17px;
  height: 17px;
}
@media screen and (min-width: 768px) {
  .button-type4 svg {
    width: 24px;
    height: 24px;
  }
}
.button-type4:hover {
  background-color: #1391E6;
  color: #FFFFFF;
}
.button-type4:hover svg {
  stroke: #FFFFFF;
}
@media screen and (max-width: 374px) {
  .button-type4 {
    padding: 7px 14px 8px 14px;
  }
}
@media screen and (min-width: 1150px) {
  .button-type4 {
    padding: 15px 45px 15px 45px;
  }
}

.button-type5 {
  display: none;
}
@media screen and (min-width: 1150px) {
  .button-type5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
    position: fixed;
    top: 176px;
    right: 0;
    z-index: 100;
    padding: 21px 17px 20px 19px;
    background-color: #1391E6;
    border-radius: 20px 0px 0px 20px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.button-type5:hover {
  background: #0060A0;
}

.inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }
}

.share-contents1 {
  padding-top: 111px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .share-contents1 {
    padding-top: 180px;
    padding-bottom: 108px;
  }
}
.share-contents1::before {
  content: "";
  background: url("../img/concept-bg_sp.png") no-repeat center center/cover;
  width: 556px;
  height: 309px;
  position: absolute;
  top: 0;
  right: -192px;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .share-contents1::before {
    width: 612px;
    height: 340px;
    top: 20px;
    right: -150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .share-contents1::before {
    width: 1100px;
    height: 610px;
    top: 0;
    right: -445px;
  }
}
@media screen and (min-width: 1150px) {
  .share-contents1::before {
    background: url("../img/concept-bg-pc.png") no-repeat center center/cover;
    width: 1310px;
    height: 726px;
    top: 0;
    right: -445px;
  }
}
@media screen and (min-width: 1300px) {
  .share-contents1::before {
    right: -100px;
  }
}

.share-contents1__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .share-contents1__inner {
    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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-inline: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1149px) {
  .share-contents1__box {
    width: 40%;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1150px) {
  .share-contents1__box {
    margin-top: 36px;
    width: 40%;
    padding-left: 95px;
  }
}

.share-contents1__box-title {
  color: #1391E6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
}
@media screen and (min-width: 768px) {
  .share-contents1__box-title {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.share-contents1__box-text {
  margin-top: 13px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .share-contents1__box-text {
    margin-top: 25px;
  }
}

.share-contents1__box-text--title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 374px) {
  .share-contents1__box-text--title {
    font-size: 18px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .share-contents1__box-text--title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1150px) {
  .share-contents1__box-text--title {
    font-size: 28px;
    line-height: 44px;
    letter-spacing: 2.24px;
    width: 200%;
  }
}

.share-contents1__box-text--content {
  margin-top: 27px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .share-contents1__box-text--content {
    margin-top: 35px;
  }
}

.share-contents1__box-button {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .share-contents1__box-button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.share-contents1__box-button a {
  padding: 8px 39px;
}
@media screen and (min-width: 768px) {
  .share-contents1__box-button a {
    padding: 10px 45px;
  }
}

.share-contents1__image {
  margin-top: 41px;
  margin-left: -20px;
  padding-right: 21px;
}
@media screen and (min-width: 768px) {
  .share-contents1__image {
    margin: 0;
    padding: 0;
    width: 50%;
  }
}
.share-contents1__image img {
  border-radius: 0px 20px 20px 0px;
}
.Bold {
  font-weight: 700;
}

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

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

.red-text {
  color: #EE5A6D;
}

.fv-share {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .fv-share {
    padding-top: 40px;
  }
}

.fv-share__inner {
  padding-inline: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-share__inner {
    padding-inline: 60px;
  }
}

.fv-share__image {
  position: relative;
  z-index: 1;
}
.fv-share__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: block;
}
.fv-share__image:before {
  content: "";
  position: absolute;
  border-radius: 12px;
  opacity: 0.2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2;
}

.fv-share__title {
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%;
}

.fv-share__title-ja {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4.8px;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .fv-share__title-ja {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}

.fv-share__title-en {
  margin-top: 15px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.42px;
}
@media screen and (min-width: 768px) {
  .fv-share__title-en {
    margin-top: 17px;
    font-size: 14px;
    letter-spacing: 1.7px;
  }
}

.breadcrumb {
  margin-top: 10px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    margin-top: 14px;
    padding-left: 91px;
    gap: 9px;
  }
}
.breadcrumb .home {
  color: #C2C2C2;
  font-size: 12px;
  font-weight: 500;
}
.breadcrumb a:hover {
  opacity: 0.6;
}

.pagination {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 100px;
    gap: 10px;
  }
}
.pagination .page-numbers {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-numbers:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.pagination .current:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.fa-angle-left {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 500;
  border-radius: 4px;
  background: #1391E6;
  padding: 7px 15px 7px 34px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .fa-angle-left {
    font-size: 14px;
    padding: 7px 15px 8px 39px;
    height: 36px;
  }
}
.fa-angle-left::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../img/pagination-prev.png") no-repeat center center;
  background-size: contain;
  left: 16px;
  top: 8px;
}
@media screen and (min-width: 768px) {
  .fa-angle-left::before {
    width: 16px;
    height: 16px;
    left: 17px;
    top: 10px;
  }
}

.fa-angle-right {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 500;
  border-radius: 4px;
  background: #1391E6;
  padding: 7px 33px 7px 16px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .fa-angle-right {
    font-size: 14px;
    padding: 7px 38px 8px 16px;
    height: 36px;
  }
}
.fa-angle-right::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../img/pagination-next.png") no-repeat center center;
  background-size: contain;
  right: 16px;
  top: 8px;
}
@media screen and (min-width: 768px) {
  .fa-angle-right::after {
    width: 16px;
    height: 16px;
    right: 16px;
    top: 10px;
  }
}

.pagination .page-numbers:not(.prev):not(.next):not(.current) {
  padding: 5px 10px;
  border: 1px solid #1391E6;
  background: #FFFFFF;
  border-radius: 4px;
  color: #1391E6;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pagination .page-numbers:not(.prev):not(.next):not(.current) {
    padding: 7px 12.5px;
  }
}

.pagination .page-numbers.current {
  padding: 5px 10px;
  background: #1391E6;
  color: #FFFFFF;
  border: 1px solid #1391E6;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pagination .page-numbers.current {
    padding: 7px 12.5px;
  }
}

.fv__inner {
  padding-top: 15px;
  padding-inline: 20px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    padding-top: 40px;
  }
}

.fv__swiper {
  padding-inline: 20px;
  margin-inline: -20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv__swiper {
    padding-inline: 60px;
  }
}

.fv-slide-image img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv-slide-image img {
    border-radius: 20px;
  }
}

.fv__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;
  gap: 8px;
  bottom: 17px !important;
  left: 3px !important;
}
@media screen and (min-width: 768px) {
  .fv__swiper-pagination {
    bottom: 5px !important;
    left: 33px !important;
    gap: 10px;
  }
}
.fv__swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #C2C2C2;
}
@media screen and (min-width: 768px) {
  .fv__swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.fv__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1391E6;
}

.fv__button-prev,
.fv__button-next {
  height: 40px;
  width: 40px;
  margin-top: -19px;
}
@media screen and (min-width: 768px) {
  .fv__button-prev,
  .fv__button-next {
    height: 58px;
    width: 58px;
    margin-top: -26px;
  }
}
.fv__button-prev::after,
.fv__button-next::after {
  display: none;
}

.fv__button-prev {
  left: 0;
  background: url(../img/swiper-arrow-left.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .fv__button-prev {
    left: 33px;
  }
}

.fv__button-next {
  right: 0;
  background: url(../img/swiper-arrow-right.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .fv__button-next {
    right: 29px;
  }
}

.fv__title-image {
  position: absolute;
  z-index: 51;
  bottom: 39px;
  left: 40px;
}
@media screen and (min-width: 768px) {
  .fv__title-image {
    bottom: 55px;
    left: 122px;
  }
}
.fv__title-image img {
  width: 261px;
}
@media screen and (min-width: 768px) {
  .fv__title-image img {
    width: 420px;
  }
}

.fv__content {
  margin-top: -23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 39px;
}
@media screen and (min-width: 768px) {
  .fv__content {
    margin-top: -34px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 59px;
    max-width: 1100px;
    padding-inline: 10px;
    margin-inline: auto;
  }
}

.fv__content-time__image {
  z-index: 51;
}
@media screen and (min-width: 768px) {
  .fv__content-time__image {
    max-width: 44.1666666667%;
  }
}
.fv__content-time__image img {
  width: 100%;
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .fv__content-time__image img {
    margin-top: 25px;
  }
}

.fv-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  .fv-news {
    margin-top: 54px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    gap: 10px;
  }
}

.fv-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #393939;
  padding-bottom: 7px;
}

.fv-news__head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fv-news__head-title--text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .fv-news__head-title--text {
    letter-spacing: 2px;
    padding-left: 13px;
  }
}

.fv-news__head-title--label {
  color: #1391E6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
}
@media screen and (min-width: 768px) {
  .fv-news__head-title--label {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.fv-news__head-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-bottom: -4px;
}
@media screen and (min-width: 768px) {
  .fv-news__head-list {
    margin-bottom: -1px;
  }
}

.fv-news__head-list--item {
  color: #888;
  font-size: 11px;
  font-weight: 500;
  border-bottom: 1px solid #888;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .fv-news__head-list--item {
    font-size: 12px;
  }
}
.fv-news__head-list--item:hover {
  opacity: 0.6;
}

.fv-news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  border-bottom: 1px solid #393939;
  padding-bottom: 10px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .fv-news__body {
    padding-bottom: 8px;
    gap: 23px;
  }
}
.fv-news__body::after {
  content: "";
  background: url("../img/arrow-icon-black.png") no-repeat center center;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 4px;
  top: -1px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  .fv-news__body::after {
    right: 10px;
    top: 0px;
  }
}
.fv-news__body:hover .fv-news__body-time,
.fv-news__body:hover .fv-news__body-text {
  color: #1391E6;
}
.fv-news__body:hover::after {
  background: url("../img/arrow-right-black.png") no-repeat center center;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.fv-news__body-time {
  padding-left: 6px;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 374px) {
  .fv-news__body-time {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .fv-news__body-time {
    padding-left: 15px;
  }
}

.fv-news__body-text {
  font-size: 14px;
  font-weight: 500;
  padding-right: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 374px) {
  .fv-news__body-text {
    font-size: 11px;
  }
}

.recommend {
  padding-block: 101px 97px;
}
@media screen and (min-width: 768px) {
  .recommend {
    padding-block: 117px 135px;
  }
}

@media screen and (min-width: 768px) {
  .recommend__inner {
    max-width: 986px;
    padding-inline: 10px;
  }
}

.recommend__items {
  margin-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 59px;
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .recommend__items {
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
@media screen and (min-width: 1150px) {
  .recommend__items {
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 61px;
  }
}

.recommend-item__title-image img {
  width: 177px;
}

.recommend-item__image {
  margin-top: 12px;
  margin-bottom: -22px;
}
@media screen and (min-width: 768px) {
  .recommend-item__image {
    margin-top: 15px;
    margin-bottom: -19px;
  }
}
.recommend-item__image img {
  width: 220px;
}

.recommend-item__pop {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  background-color: #1391E6;
  padding: 7px 20px;
  border-radius: 22px;
  width: 278px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .recommend-item__pop {
    width: 210px;
    padding: 7px 10px;
    color: #FFFFFF;
    font-size: 15px;
  }
}
.recommend-item__pop::after {
  content: "";
  position: absolute;
  background: url("../img/recommend-polygon.png") no-repeat center center;
  width: 20px;
  height: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .recommend-item__pop::after {
    top: 25px;
  }
}

.recommend-item__content {
  margin-top: 35px;
  font-weight: 500;
  line-height: 24px;
  max-width: 281px;
  margin-inline: auto;
  display: block;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .recommend-item__content {
    padding-inline: 0;
    margin-top: 34px;
  }
}

.information {
  overflow: hidden;
}

.information__bg-top {
  width: 100%;
}

.information__inner {
  background-color: #DFF1FD;
  padding-inline: 20px;
  padding-top: 26px;
  padding-bottom: 62px;
}
@media screen and (min-width: 768px) {
  .information__inner {
    padding-top: 0;
    padding-bottom: 83px;
    padding-inline: 0;
  }
}

.information__contents {
  position: relative;
}
@media screen and (min-width: 768px) {
  .information__contents {
    max-width: 1020px;
    padding-inline: 10px;
    margin-inline: auto;
  }
}

.information__cards {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .information__cards {
    margin-top: 56px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}
.information__cards:nth-child(2) .information-card__box::before {
  top: 20%;
}

.information-card {
  position: relative;
  z-index: 10;
}
.information-card:hover .information-card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
  /* 明るさを70%にして暗くする */
}
.information-card:hover .information-card__image::before {
  opacity: 1;
  /* 枠線を表示 */
}

.information-card__image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.information-card__image img {
  width: 460px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.information-card__image::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  width: calc(100% - 14px);
  max-width: 446px;
  height: calc(100% - 12px);
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  z-index: 1;
  /* img の上に配置 */
  pointer-events: none;
  /* 擬似要素がクリックを邪魔しないように */
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.information-card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: absolute;
  z-index: 50;
  top: 29.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .information-card__box {
    top: 31.5%;
    gap: 17px;
  }
}
.information-card__box--type2 {
  top: 24.5%;
}
@media screen and (min-width: 768px) {
  .information-card__box--type2 {
    top: 26.5%;
  }
}

.information-card__title {
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding-bottom: 22px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .information-card__title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}
.information-card__title::before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  width: 30px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .information-card__title::before {
    width: 40px;
  }
}

.information-card__text {
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.96px;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  .information-card__text {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.28px;
  }
}

.information__description {
  margin-top: 19px;
  font-weight: 500;
  line-height: 24px;
  padding: 18px 20px;
  background-color: #FFFFFF;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .information__description {
    margin-top: 60px;
    line-height: 28px;
    padding: 36px 40px;
  }
}

.information__bg-bottom {
  width: 100%;
}
@media screen and (max-width: 374px) {
  .information__bg-bottom img {
    margin-top: -2px;
  }
}

.information__bg-bottoms {
  overflow: hidden;
}

.information__bg-bottoms--left {
  position: absolute;
  bottom: -47px;
  left: -8px;
}
@media screen and (min-width: 1270px) {
  .information__bg-bottoms--left {
    bottom: -82px;
    left: -90px;
  }
}
.information__bg-bottoms--left img {
  width: 24px;
}
@media screen and (min-width: 1270px) {
  .information__bg-bottoms--left img {
    width: 57px;
  }
}

.information__bg-bottoms--right {
  position: absolute;
  bottom: -68px;
  right: -14px;
}
@media screen and (min-width: 1270px) {
  .information__bg-bottoms--right {
    bottom: -103px;
    right: -110px;
  }
}
.information__bg-bottoms--right img {
  width: 56px;
}
@media screen and (min-width: 1270px) {
  .information__bg-bottoms--right img {
    width: 125.307px;
  }
}

.blog {
  padding-block: 100px;
}
@media screen and (min-width: 768px) {
  .blog {
    padding-block: 158px 160px;
  }
}

.blog__cards {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .blog__cards {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 50px;
  }
}
@media screen and (min-width: 1150px) {
  .blog__cards {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 59px 49px;
  }
}

.blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  .blog-card:nth-child(5) {
    margin-left: 10px;
  }
}
.blog-card:hover .blog-card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-card:hover .blog-card__title {
  color: #1391E6;
}
.blog-card.is-new::before {
  content: "NEW";
  position: absolute;
  z-index: 50;
  background: #EE5A6D;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  left: -8px;
  top: -8px;
  border-radius: 50%;
  /* 正円にする */
  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;
  /* 縦方向に中央揃え */
}
@media screen and (min-width: 768px) {
  .blog-card.is-new::before {
    width: 60px;
    height: 60px;
    left: -10px;
    top: -20px;
    font-size: 16px;
  }
}

.blog-card__image {
  width: 39.7%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .blog-card__image {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
  }
}
.blog-card__image img {
  width: 100%;
  height: 101px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .blog-card__image img {
    width: 100%;
    height: 188px;
  }
}

.blog-card__box {
  width: 60.3%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  padding: 6px 6px 6px 10px;
}
@media screen and (min-width: 768px) {
  .blog-card__box {
    position: relative;
    padding: 23px 24px 11px 26px;
    width: 100%;
    gap: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.blog-card__label {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 500;
  background-color: #1391E6;
  padding: 2px 8px 1px;
  border-radius: 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .blog-card__label {
    position: absolute;
    border-radius: 14px;
    padding: 6px 12px;
    font-size: 11px;
    top: -14px;
    left: 24px;
  }
}

.blog-card__title {
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .blog-card__title {
    font-size: 16px;
    line-height: 24px;
    overflow: visible;
    text-overflow: clip;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
}

.blog-card__time {
  color: #888;
  font-size: 11px;
  font-weight: 500;
}
.blog__button {
  margin-top: 41px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .blog__button {
    margin-top: 60px;
  }
}

.header__inner {
  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;
  padding-block: 15px;
  opacity: 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);
  height: 60px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding-inline: 20px;
}
.header__inner.is-checked {
  background-color: #0060A0;
  opacity: 1;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
@media screen and (min-width: 1150px) {
  .header__inner {
    padding-inline: 40px;
    height: 80px;
    padding-block: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.header__logo {
  position: relative;
  z-index: 101;
}
.header__logo img {
  width: 270px;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1150px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-top: 28px;
  }
  .header__nav a {
    color: #393939;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    padding-bottom: 16px;
    padding-top: 46px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__nav a::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/icon.png) no-repeat center center;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__nav a:hover {
    color: #1391E6;
  }
  .header__nav li.menu-item-home a::before {
    background: url(../img/icon-home.png) no-repeat center center;
  }
  .header__nav li.menu-item-about a::before {
    background: url(../img/icon-about.png) no-repeat center center;
  }
  .header__nav li.menu-item-medical a::before {
    background: url(../img/icon-medical.png) no-repeat center center;
  }
  .header__nav li.menu-item-staff a::before {
    background: url(../img/icon-staff.png) no-repeat center center;
  }
  .header__nav li.menu-item-staff-blog a::before {
    background: url(../img/icon-staff-blog.png) no-repeat center center;
  }
  .header__nav li.menu-item-contact a::before {
    background: url(../img/icon-contact.png) no-repeat center center;
  }
  .header__nav li.current-menu-item a {
    color: #1391E6;
  }
  .header__nav li.current-menu-item a::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #1391E6;
    bottom: 9px;
    left: 52%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header__nav li.menu-item-staff-blog a::after {
    bottom: 10px;
  }
  .header__nav li.menu-item-home a:hover::before,
  .header__nav li.menu-item-home.current-menu-item a::before {
    background: url(../img/icon-home-current.png) no-repeat center center;
  }
  .header__nav li.menu-item-about a:hover::before,
  .header__nav li.menu-item-about.current-menu-item a::before {
    background: url(../img/icon-about-current.png) no-repeat center center;
  }
  .header__nav li.menu-item-medical a:hover::before,
  .header__nav li.menu-item-medical.current-menu-item a::before {
    background: url(../img/icon-medical-current.png) no-repeat center center;
  }
  .header__nav li.menu-item-staff a:hover::before,
  .header__nav li.menu-item-staff.current-menu-item a::before {
    background: url(../img/icon-staff-current.png) no-repeat center center;
  }
  .header__nav li.menu-item-staff-blog a:hover::before,
  .header__nav li.menu-item-staff-blog.current-menu-item a::before {
    background: url(../img/icon-staff-blog-current.png) no-repeat center center;
  }
  .header__nav li.menu-item-contact a:hover::before,
  .header__nav li.menu-item-contact.current-menu-item a::before {
    background: url(../img/icon-contact-current.png) no-repeat center center;
  }
}

.header__tel {
  display: none;
}
@media screen and (min-width: 1150px) {
  .header__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 32px;
  }
}

.header__tel-text {
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

@media screen and (min-width: 1150px) {
  .header__tel-image {
    text-align: right;
  }
}
.header__tel-image img {
  width: 261px;
}
@media screen and (min-width: 768px) {
  .header__tel-image img {
    margin-top: -5px;
  }
}

@media screen and (min-width: 1150px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 32px;
  height: 32px;
  position: relative;
  top: 8px;
  left: 6px;
  z-index: 100;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  top: 8px;
  left: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #FFFFFF;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 8px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #FFFFFF;
}

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

.drawer-content {
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #0060A0;
  padding-top: 39.5px;
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  /* クリックを無効化 */
  top: 60px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.drawer-content.is-checked {
  opacity: 1;
  pointer-events: auto;
  /* クリックを有効化 */
}
@media screen and (min-width: 1150px) {
  .drawer-content {
    display: none;
  }
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drawer-content__menu li:nth-child(6) a {
  padding-bottom: 15px;
  border-bottom: 1px dotted #FFFFFF;
}
.drawer-content__menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 255px;
  padding-left: 38px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  text-align: left;
  padding-top: 15px;
  border-top: 1px dotted #FFFFFF;
  position: relative;
}
.drawer-content__menu a::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/icon.png) no-repeat center center;
  top: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.drawer-content__menu a::after {
  content: "";
  background: url("../img/arrow-icon-white.png") no-repeat center center;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  top: 18px;
  -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;
}
.drawer-content__menu li.menu-item-home a::before {
  background: url(../img/icon-home-white.png) no-repeat center center;
}
.drawer-content__menu li.menu-item-about a::before {
  background: url(../img/icon-about-white.png) no-repeat center center;
}
.drawer-content__menu li.menu-item-medical a::before {
  background: url(../img/icon-medical-white.png) no-repeat center center;
}
.drawer-content__menu li.menu-item-staff a::before {
  background: url(../img/icon-staff-white.png) no-repeat center center;
}
.drawer-content__menu li.menu-item-staff-blog a::before {
  background: url(../img/icon-staff-blog-white.png) no-repeat center center;
}
.drawer-content__menu li.menu-item-contact a::before {
  background: url(../img/icon-contact-white.png) no-repeat center center;
}

.footer {
  overflow: hidden;
}

.footer__bg-top {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .footer__bg-top img {
    margin-top: 2px;
  }
}

.footer__inner {
  padding-inline: 10px;
  padding-top: 13px;
  background-color: #DFF1FD;
  padding-bottom: 62px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-bottom: 58px;
  }
}

.footer-access {
  padding-block: 32px 20px;
  padding-inline: 10px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 8px;
}
@media screen and (min-width: 1150px) {
  .footer-access {
    margin-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    max-width: 1000px;
    margin-inline: auto;
    padding-block: 40px;
    padding-inline: 49px 53px;
    border-radius: 20px;
  }
}

.footer-access__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1150px) {
  .footer-access__title {
    gap: 9px;
  }
}

.footer-access__title-image img {
  width: 309px;
  height: 33px;
}
@media screen and (min-width: 1150px) {
  .footer-access__title-image img {
    width: 404px;
    height: 41px;
  }
}

.footer-access__title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  font-size: 14px;
  font-weight: 500;
}
.footer-access__tel {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1150px) {
  .footer-access__tel {
    margin-top: 17px;
  }
}

.footer-access__tel-image {
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .footer-access__tel-image {
    margin-bottom: -2px;
  }
}
.footer-access__tel-image img {
  width: 261px;
}

.footer-access__tel-text {
  color: #1391E6;
  font-size: 12px;
  font-weight: 500;
}

.footer-access__button {
  margin-top: 19px;
  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;
  gap: 15px;
}
@media screen and (min-width: 1150px) {
  .footer-access__button {
    margin-top: 18px;
    gap: 20px;
  }
}

.footer-access__time-image {
  margin-top: 20px;
  border-radius: 12px;
  -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: 1150px) {
  .footer-access__time-image {
    margin-top: 21px;
  }
}
@media screen and (min-width: 1150px) {
  .footer-access__time-image img {
    width: 490px;
  }
}

.footer-access__map {
  margin-top: 20px;
  height: 315px;
}
.footer-access__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1150px) {
  .footer-access__map {
    width: 42.6829268293%;
    height: 385px;
  }
}

.footer__nav {
  margin-top: 62px;
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    margin-top: 44px;
  }
}

.footer-nav-item {
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 39px;
}
.footer-nav-item a {
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .footer-nav-item a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1150px) {
  .footer-nav-item a {
    font-size: 16px;
  }
}
.footer-nav-item a:nth-child(1):hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .footer-nav-item {
    max-width: 1000px;
    padding-inline: 30px;
    margin-inline: auto;
    -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;
  }
}
@media screen and (min-width: 1150px) {
  .footer-nav-item {
    max-width: 1000px;
    padding-inline: 84px;
    margin-inline: auto;
    -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;
  }
}
.footer-nav-item .sub-menu {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .footer-nav-item .sub-menu {
    margin-top: 20px;
    gap: 18px;
  }
}
.footer-nav-item .sub-menu li {
  position: relative;
  padding-left: 12px;
}
.footer-nav-item .sub-menu li::before {
  content: "";
  background: url("../img/footer-arrow-icon.png") no-repeat center center/contain;
  position: absolute;
  width: 6px;
  height: 12px;
  left: 0;
  top: 5px;
}
.footer-nav-item .sub-menu a {
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-nav-item .sub-menu a:hover {
  opacity: 0.6;
}

.menu-item-type-custom > a[href="#"] {
  pointer-events: none;
  cursor: default;
}

.footer-nav-item-medical .sub-menu {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 19px 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .footer-nav-item-medical .sub-menu {
    gap: 19px 15px;
  }
}

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

.footer__copyright-text small {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
}

.pagetop {
  position: fixed;
  width: 52px;
  height: 52px;
  bottom: 99px;
  right: 10px;
  z-index: 200;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .pagetop {
    right: 20px;
    bottom: 40px;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.pagetop:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.footer__bottom {
  position: fixed;
  z-index: 150;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-inline: 16px 20px;
  padding-block: 7px 6px;
  background-color: #FFFFFF;
  opacity: 0.85;
  width: 100%;
  height: 60px;
  border-top: 1px solid #1391E6;
}
@media screen and (min-width: 1150px) {
  .footer__bottom {
    display: none;
  }
}

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

.footer__bottom-tel--image img {
  width: 170px;
}
@media screen and (max-width: 374px) {
  .footer__bottom-tel--image img {
    width: 120px;
  }
}

.footer__bottom-tel--text {
  font-size: 10px;
  font-weight: 500;
  margin-top: -4px;
}

.button-type6 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 9px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  padding: 5px 21px 2px 15px;
  background-color: #1391E6;
  border-radius: 8px;
  color: #FFFFFF;
}

.button-type6__text {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 374px) {
  .button-type6__text {
    font-size: 8px;
  }
}
.button-type6__text .font-big {
  font-size: 16px;
}
@media screen and (max-width: 374px) {
  .button-type6__text .font-big {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .sidebar {
    width: 300px;
  }
}

.widget__about {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .widget__about {
    padding-top: 0;
  }
}

.widget__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #888;
}
.widget__title span {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.widget__content {
  margin-top: 20px;
}

.widget__content-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.widget__content-body {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

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

.widget__content-body--text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.widget__content-body--link {
  width: 102px;
  margin-left: 3px;
  color: #1391E6;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.widget__content-body--link::after {
  content: "";
  background: url("../img/layer2.png") no-repeat center center;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 0px;
  top: 1px;
}
.widget__content-body--link:hover {
  opacity: 0.6;
}

.widget__recent {
  padding-top: 60px;
}

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

.widget__recent-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget__recent-card:hover .widget__recent-card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.widget__recent-card:hover .widget__recent-card__title {
  color: #1391E6;
}

.widget__recent-card__image {
  width: 39.7%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .widget__recent-card__image {
    width: 100%;
    max-width: 120px;
  }
}
.widget__recent-card__image img {
  width: 100%;
  height: 101px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .widget__recent-card__image img {
    width: 120px;
    height: 90px;
  }
}

.widget__recent-card__box {
  width: 60.3%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
  padding: 6px 6px 6px 10px;
}
@media screen and (min-width: 768px) {
  .widget__recent-card__box {
    padding: 0;
    padding-left: 10px;
    width: 100%;
    gap: 6px;
  }
}

.widget__recent-card__label {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 500;
  background-color: #1391E6;
  padding: 2px 8px 1px;
  border-radius: 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
}
.widget__recent-card__title {
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget__recent-card__time {
  color: #888;
  font-size: 11px;
  font-weight: 500;
}
.widget__archive {
  padding-top: 60px;
}

.widget__archive-links {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  .widget__archive-links {
    margin-top: 21px;
    gap: 13px;
  }
}

.widget__archive-link {
  font-size: 16px;
  font-weight: 500;
  padding-left: 32px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.widget__archive-link::before {
  content: "";
  position: absolute;
  background: url("../img/sidebar-arrow.png") no-repeat center center;
  position: absolute;
  width: 6px;
  height: 12px;
  left: 20px;
  top: 5px;
}
.widget__archive-link:hover {
  opacity: 0.6;
}

.policy {
  overflow: hidden;
}
.policy .share-contents1 {
  padding-top: 109px;
}
@media screen and (min-width: 768px) {
  .policy .share-contents1 {
    padding-top: 216px;
  }
}
.policy .share-contents1__box {
  margin-top: 0;
}
.policy .share-contents1__box-text {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .policy .share-contents1__box-text {
    margin-top: 23px;
  }
}
.policy .share-contents1__box-text--title {
  width: 100%;
}
.policy .share-contents1__box-text--content {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .policy .share-contents1__box-text--content {
    margin-top: 35px;
  }
}
.policy .share-contents1__image {
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .policy .share-contents1__image {
    margin-top: 0;
  }
}

.policy__title {
  padding-top: 60px;
  padding-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .policy__title {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.share-contents1-2 {
  padding-top: 100px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .share-contents1-2 {
    padding-top: 83px;
  }
}

.share-contents1-2__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .share-contents1-2__inner {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-inline: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1149px) {
  .share-contents1-2__box {
    margin-top: 38px;
    width: 40%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1150px) {
  .share-contents1-2__box {
    margin-top: 38px;
    width: 40%;
    padding-right: 93px;
    padding-left: 12px;
  }
}

.share-contents1-2__box-title {
  color: #1391E6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
}
@media screen and (min-width: 768px) {
  .share-contents1-2__box-title {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.share-contents1-2__box-text {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .share-contents1-2__box-text {
    margin-top: 25px;
  }
}

.share-contents1-2__box-text--title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 374px) {
  .share-contents1-2__box-text--title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .share-contents1-2__box-text--title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1150px) {
  .share-contents1-2__box-text--title {
    font-size: 28px;
    line-height: 44px;
    letter-spacing: 2.24px;
    width: 200%;
  }
}

.share-contents1-2__box-text--content {
  margin-top: 27px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .share-contents1-2__box-text--content {
    margin-top: 35px;
  }
}

.share-contents1-2__image {
  margin-top: 37px;
  margin-right: -20px;
  padding-left: 21px;
}
@media screen and (min-width: 768px) {
  .share-contents1-2__image {
    margin: 0;
    padding: 0;
    width: 50%;
    border-radius: 20px 0px 0px 20px;
  }
}
.share-contents1-2__image img {
  border-radius: 20px 0px 0px 20px;
}
.appearance {
  padding-top: 101px;
  padding-bottom: 99px;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .appearance {
    padding-top: 200px;
    padding-bottom: 159px;
  }
}

.appearance-images {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .appearance-images {
    margin-top: 60px;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.appearance-image img {
  border-radius: 20px;
}

.medical-button {
  padding-top: 62px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .medical-button {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

.medical-button__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .medical-button__inner {
    padding-inline: 62px;
  }
}

.button-general__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
}

.button-general__title-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) {
  .button-general__title-text {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.button-general__title-label {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.12px;
  text-align: center;
  background-color: #1391E6;
  padding: 7px 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 24px;
  margin-top: -2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .button-general__title-label {
    padding: 7px 12px 5px 12px;
    height: 35px;
    margin-top: 1px;
  }
}

.button-general__items {
  margin-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;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .button-general__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 30px;
    gap: 14px;
  }
}

.button-general__item {
  color: #1391E6;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  border-radius: 12px;
  border: 1px solid #1391E6;
  height: 60px;
  padding-block: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .button-general__item {
    height: 72px;
    padding: 16px 30px;
    border: 2px solid #1391E6;
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}
.button-general__item:hover {
  background-color: #1391E6;
  color: #FFFFFF;
}

.button-special {
  margin-top: 83px;
}
@media screen and (min-width: 768px) {
  .button-special {
    margin-top: 79px;
  }
}

.button-special__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
}

.button-special__title-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) {
  .button-special__title-text {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.button-special__title-label {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
  text-align: center;
  background-color: #EE5A6D;
  padding: 7px 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 24px;
  margin-top: -2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .button-special__title-label {
    padding: 7px 12px 5px 12px;
    height: 35px;
    margin-top: 1px;
  }
}

.button-special__items {
  margin-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;
  gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .button-special__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1150px) {
  .button-special__items {
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 14px;
  }
}

.button-special__item {
  color: #1391E6;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  border-radius: 12px;
  border: 1px solid #1391E6;
  height: 60px;
  padding-block: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .button-special__item {
    height: 72px;
    padding: 16px 30px;
    border: 2px solid #1391E6;
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}
.button-special__item:hover {
  background-color: #1391E6;
  color: #FFFFFF;
}

.general-medical {
  overflow: hidden;
}

.general-medical__bg-top img {
  width: 100%;
}

.general-medical__inner {
  background-color: #DFF1FD;
  padding-inline: 20px;
  padding-top: 29px;
  padding-bottom: 62px;
}
@media screen and (min-width: 768px) {
  .general-medical__inner {
    padding-top: 0;
    padding-bottom: 83px;
    padding-inline: 0;
  }
}

@media screen and (min-width: 768px) {
  .general-medical__title {
    margin-top: -7px;
  }
}
@media screen and (min-width: 768px) {
  .general-medical__title .heading .heading__title {
    margin-top: 4px;
  }
}

.general-medical__contents {
  position: relative;
}
@media screen and (min-width: 768px) {
  .general-medical__contents {
    max-width: 1020px;
    padding-inline: 10px;
    margin-inline: auto;
  }
}

.general-items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 41px;
}
@media screen and (min-width: 768px) {
  .general-items {
    gap: 41px;
    margin-top: 59px;
  }
}

.general-item {
  border-radius: 20px;
  background: #FFFFFF;
  padding-inline: 20px;
  padding-block: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .general-item {
    padding-inline: 60px;
    padding-block: 66px 60px;
  }
}

.general-item__tag {
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .general-item__tag {
    right: 60px;
  }
}
.general-item__tag img {
  width: 80px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .general-item__tag img {
    width: 100px;
    height: 80px;
  }
}

.general-item__head {
  padding-bottom: 21px;
  border-bottom: 1px solid #C2C2C2;
}
@media screen and (min-width: 768px) {
  .general-item__head {
    padding-bottom: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 38px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.general-item__head-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) {
  .general-item__head-title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.general-item__head-text {
  margin-top: 20px;
  color: #1391E6;
  font-weight: 700;
  letter-spacing: 1.12px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .general-item__head-text {
    margin-top: 0;
  }
}

.general-item__body {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .general-item__body {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 46px;
  }
}

.general-item__body-text {
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .general-item__body-text {
    width: 47%;
  }
}

.general-item__body-image {
  margin-top: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .general-item__body-image {
    margin-top: 0;
    max-width: 47.7272727273%;
  }
}
.general-item__body-image img {
  border-radius: 20px;
}
.general-medical__bg-bottom {
  width: 100%;
}

.general-medical__bg-bottoms {
  overflow: hidden;
}

.general-medical__bg-bottoms--left {
  position: absolute;
  bottom: -64px;
  left: -8px;
}
@media screen and (min-width: 1270px) {
  .general-medical__bg-bottoms--left {
    bottom: -82px;
    left: -90px;
  }
}
.general-medical__bg-bottoms--left img {
  width: 24px;
}
@media screen and (min-width: 1270px) {
  .general-medical__bg-bottoms--left img {
    width: 57px;
  }
}

.general-medical__bg-bottoms--right {
  position: absolute;
  bottom: -81px;
  right: -14px;
}
@media screen and (min-width: 1270px) {
  .general-medical__bg-bottoms--right {
    bottom: -104px;
    right: -109px;
  }
}
.general-medical__bg-bottoms--right img {
  width: 56px;
  height: 60px;
}
@media screen and (min-width: 1270px) {
  .general-medical__bg-bottoms--right img {
    width: 125.307px;
    height: 138px;
  }
}

.special-medical {
  margin-top: 100px;
  margin-bottom: 98px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .special-medical {
    margin-top: 161px;
    margin-bottom: 160px;
  }
}

.special-medical__bg-top img {
  width: 100%;
}

.special-medical__inner {
  background-color: #DFF1FD;
  padding-inline: 20px;
  padding-top: 29px;
  padding-bottom: 62px;
}
@media screen and (min-width: 768px) {
  .special-medical__inner {
    padding-top: 0;
    padding-bottom: 83px;
    padding-inline: 0;
  }
}

@media screen and (min-width: 768px) {
  .special-medical__title {
    margin-top: -7px;
  }
}
@media screen and (min-width: 768px) {
  .special-medical__title .heading .heading__title {
    margin-top: 4px;
  }
}

.special-medical__contents {
  position: relative;
}
@media screen and (min-width: 768px) {
  .special-medical__contents {
    max-width: 1020px;
    padding-inline: 10px;
    margin-inline: auto;
  }
}

.special-items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .special-items {
    gap: 40px;
    margin-top: 59px;
  }
}

.special-item {
  border-radius: 20px;
  background: #FFFFFF;
  padding-inline: 20px;
  padding-block: 22px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .special-item {
    padding-inline: 60px;
    padding-block: 68px 60px;
  }
}

.special-item__tag {
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .special-item__tag {
    right: 60px;
  }
}
.special-item__tag img {
  width: 80px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .special-item__tag img {
    width: 100px;
    height: 80px;
  }
}

.special-item__head {
  padding-bottom: 20px;
  border-bottom: 1px solid #C2C2C2;
}
@media screen and (min-width: 768px) {
  .special-item__head {
    padding-bottom: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 38px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.special-item__head-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) {
  .special-item__head-title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.special-item__head-text {
  margin-top: 21px;
  color: #1391E6;
  font-weight: 700;
  letter-spacing: 1.12px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .special-item__head-text {
    margin-top: 0;
  }
}

.special-item__body {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .special-item__body {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 46px;
  }
}

.special-item__body-text {
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .special-item__body-text {
    width: 47%;
  }
}

.special-item__body-image {
  margin-top: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .special-item__body-image {
    margin-top: 0;
    max-width: 47.7272727273%;
  }
}
.special-item__body-image img {
  border-radius: 20px;
}
.special-medical__bg-bottom {
  width: 100%;
}
@media screen and (max-width: 374px) {
  .special-medical__bg-bottom img {
    margin-top: -2px;
  }
}

.special-medical__bg-bottoms {
  overflow: hidden;
}

.special-medical__bg-bottoms--left {
  position: absolute;
  bottom: -64px;
  left: -8px;
}
@media screen and (min-width: 1270px) {
  .special-medical__bg-bottoms--left {
    bottom: -82px;
    left: -90px;
  }
}
.special-medical__bg-bottoms--left img {
  width: 24px;
}
@media screen and (min-width: 1270px) {
  .special-medical__bg-bottoms--left img {
    width: 57px;
  }
}

.special-medical__bg-bottoms--right {
  position: absolute;
  bottom: -81px;
  right: -14px;
}
@media screen and (min-width: 1270px) {
  .special-medical__bg-bottoms--right {
    bottom: -104px;
    right: -109px;
  }
}
.special-medical__bg-bottoms--right img {
  width: 56px;
  height: 60px;
}
@media screen and (min-width: 1270px) {
  .special-medical__bg-bottoms--right img {
    width: 125.307px;
    height: 138px;
  }
}

.archive {
  padding-block: 67px 100px;
}
@media screen and (min-width: 768px) {
  .archive {
    padding-block: 79px 159px;
  }
}

@media screen and (min-width: 768px) {
  .archive__inner {
    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: 768px) {
  .archive-blog {
    margin-top: 10px;
    width: calc(100% - 330px);
  }
}

.archive-blog__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;
}
@media screen and (min-width: 768px) {
  .archive-blog__cards {
    gap: 20px;
  }
}

.archive-blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .archive-blog-card {
    height: 153px;
  }
}
.archive-blog-card:hover .archive-blog-card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.archive-blog-card:hover .archive-blog-card__title {
  color: #1391E6;
}
.archive-blog-card.is-new::before {
  content: "NEW";
  position: absolute;
  z-index: 50;
  background: #EE5A6D;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  left: -8px;
  top: -8px;
  border-radius: 50%;
  /* 正円にする */
  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;
  /* 縦方向に中央揃え */
}
@media screen and (min-width: 768px) {
  .archive-blog-card.is-new::before {
    left: -10px;
    top: -10px;
  }
}

@media screen and (min-width: 768px) {
  .archive-blog__card:nth-child(n+3) .archive-blog-card__box {
    padding-top: 12px;
  }
  .archive-blog__card:nth-child(n+3) .archive-blog-card__box .archive-blog-card__time {
    margin-top: 4px;
  }
}
.archive-blog-card__image {
  width: 39.7%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .archive-blog-card__image {
    width: 100%;
    max-width: 244px;
    height: 153px;
  }
}
.archive-blog-card__image img {
  width: 100%;
  height: 101px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .archive-blog-card__image img {
    height: 153px;
  }
}

.archive-blog-card__box {
  width: 60.3%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  padding: 2px 6px 6px 10px;
}
@media screen and (min-width: 768px) {
  .archive-blog-card__box {
    width: 100%;
    gap: 153px;
    gap: 12px;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 18px;
    padding-left: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.archive-blog-card__label {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 500;
  background-color: #1391E6;
  padding: 2px 8px 1px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .archive-blog-card__label {
    border-radius: 12px;
    padding: 6px 12px;
    font-size: 11px;
  }
}

.archive-blog-card__title {
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .archive-blog-card__title {
    font-size: 16px;
    line-height: 24px;
  }
}

.archive-blog-card__time {
  color: #888;
  font-size: 11px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .archive-blog-card__time {
    margin-top: 2px;
    margin-left: 2px;
    font-size: 12px;
  }
}

.about {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 768px) {
  .about__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 61px;
  }
}

@media screen and (min-width: 768px) {
  .about-body {
    max-width: 46%;
  }
}

.about-body__text {
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  .about-body__text {
    margin-top: 0;
  }
}

.about-body__text-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 374px) {
  .about-body__text-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .about-body__text-title {
    font-size: 21px;
    line-height: 44px;
    letter-spacing: 2.24px;
  }
}
@media screen and (min-width: 1150px) {
  .about-body__text-title {
    font-size: 28px;
    line-height: 44px;
    letter-spacing: 2.24px;
  }
}

.about-body__text-explanation {
  margin-top: 28px;
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .about-body__text-explanation {
    font-size: 13px;
  }
}
@media screen and (min-width: 1150px) {
  .about-body__text-explanation {
    margin-top: 34px;
  }
}

.about-body__text-name {
  margin-top: 34px;
  text-align: right;
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .about-body__text-name {
    margin-top: 15px;
  }
}

.about__contents-image {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__contents-image {
    display: none;
  }
}
.about__contents-image img {
  border-radius: 20px;
}

.about-body__career {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .about-body__career {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1150px) {
  .about-body__career {
    margin-top: 57px;
  }
}

.about-body__career-title {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 6px;
  border-bottom: 1px solid #393939;
}
.about-body__career-boxes {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .about-body__career-boxes {
    margin-top: 16px;
    gap: 17px;
  }
}

.about-body__career-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .about-body__career-box {
    gap: 16px;
  }
}

.about-body__career-box--time {
  font-weight: 500;
  font-size: 14px;
}

.about-body__career-box--text {
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 374px) {
  .about-body__career-box--text {
    font-size: 12px;
  }
}

.about-body__license {
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .about-body__license {
    margin-top: 32px;
  }
}

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

.about-body__license-box {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .about-body__license-box {
    gap: 15px;
    margin-top: 17px;
  }
}

.about-body__license-box-text {
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 374px) {
  .about-body__license-box-text {
    font-size: 12px;
  }
}

.about__pc-image {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .about__pc-image {
    display: inline-block;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1150px) {
  .about__pc-image {
    display: inline-block;
    margin-left: 80px;
  }
}
@media screen and (min-width: 768px) {
  .about__pc-image img {
    width: 460px;
    height: 613px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
}

.staff-swiper {
  width: 100%;
}

.swiper-slide {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.staff-swiper__slide-image img {
  width: 200px;
  height: 150px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .staff-swiper__slide-image img {
    width: 305px;
    height: 229px;
  }
}
.staff {
  padding-top: 101px;
  padding-bottom: 102px;
}
@media screen and (min-width: 768px) {
  .staff {
    padding-top: 160px;
    padding-bottom: 162px;
  }
}

.staff__contents {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .staff__contents {
    margin-top: 60px;
  }
}

.staff__cards1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 57px;
  margin-top: 36px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .staff__cards1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1150px) {
  .staff__cards1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px;
    margin-top: 40px;
  }
}

.staff__cards2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 57px;
  margin-top: 34px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .staff__cards2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .staff__cards2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 64px 80px;
    margin-top: 40px;
  }
}

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

.staff-contents__title2 {
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .staff-contents__title2 {
    margin-top: 62px;
  }
}

@media screen and (min-width: 768px) {
  .staff-card {
    width: 280px;
  }
}

.staff-card__image img {
  border-radius: 20px;
}

.staff-card__text {
  margin-top: 17px;
  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;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .staff-card__text {
    margin-top: 16px;
    gap: 11px;
  }
}

.staff-card__occupation {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.96px;
}

.staff-card__name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
}

.staff-card__table {
  margin-top: 16px;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  border: none;
  border-collapse: collapse;
  /* テーブルのセル間の隙間も削除 */
}
@media screen and (min-width: 768px) {
  .staff-card__table {
    max-width: 280px;
    margin-top: 13px;
  }
}
.staff-card__table th,
.staff-card__table td {
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 14px;
  font-weight: 500;
  height: 54px;
  vertical-align: middle;
}
.staff-card__table th {
  background-color: #DFF1FD;
  border-top: 1px solid #FFFFFF;
  width: 41.8%;
  padding: 18px 0 16px 20px;
}
@media screen and (min-width: 768px) {
  .staff-card__table th {
    width: 50%;
  }
}
.staff-card__table td {
  padding: 18px 0 16px 20px;
  width: 58.2%;
}
@media screen and (min-width: 768px) {
  .staff-card__table td {
    width: 50%;
  }
}

.single {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .single {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 768px) {
  .single__inner {
    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: 768px) {
  .single__box {
    width: calc(100% - 330px);
  }
}
.single__box .pagination {
  margin-top: 35px;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .single__box .pagination {
    margin-top: 71px;
    gap: 20px;
  }
}

.single-box__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) {
  .single-box__title {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 2.24px;
  }
}

.single-box__meta {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
}
@media screen and (min-width: 768px) {
  .single-box__meta {
    margin-top: 19px;
    gap: 32px;
  }
}

.single-box__meta-time {
  color: #1391E6;
  font-size: 16px;
  font-weight: 500;
  padding-left: 21px;
  position: relative;
}
.single-box__meta-time::before {
  content: "";
  position: absolute;
  background: url("../img/awesome-pen.png") no-repeat center center;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 0;
}

.single-box__meta-label {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 500;
  background-color: #1391E6;
  padding: 6px 12px 5px;
  border-radius: 12px;
  display: inline-block;
  text-align: center;
}
.single-box__body {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .single-box__body {
    margin-top: 48px;
  }
}
.single-box__body p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.single-box__body p a {
  color: #1391E6;
  text-decoration: underline;
}
.single-box__body h2 {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  color: #1391E6;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
  padding-left: 22px;
  position: relative;
}
@media screen and (max-width: 374px) {
  .single-box__body h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1149px) {
  .single-box__body h2 {
    margin-top: 60px;
    font-size: 20px;
    letter-spacing: 1.92px;
    padding-left: 28px;
    height: 52px;
  }
}
@media screen and (min-width: 1150px) {
  .single-box__body h2 {
    margin-top: 60px;
    font-size: 24px;
    letter-spacing: 1.92px;
    padding-left: 28px;
    height: 52px;
  }
}
.single-box__body h2::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 40px;
  background-color: #1391E6;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .single-box__body h2::before {
    width: 8px;
    height: 52px;
  }
}
.single-box__body img {
  margin-top: 20px;
  width: 100%;
}
.single-box__body h3 {
  margin-top: 41px;
  color: #1391E6;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  padding-bottom: 4px;
  border-bottom: 1px solid #1391E6;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-box__body h3 {
    margin-top: 42px;
    font-size: 20px;
    letter-spacing: 1.6px;
    padding-bottom: 5px;
  }
}
.single-box__body p {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .single-box__body p {
    margin-top: 20px;
  }
}
.single-box__body h4 {
  margin-top: 56px;
  color: #1391E6;
  font-weight: 700;
  letter-spacing: 1.12px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .single-box__body h4 {
    margin-top: 60px;
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
.single-box__body ul {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .single-box__body ul {
    margin-top: 21px;
  }
}
.single-box__body ul li {
  padding-left: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single-box__body ul li {
    padding-left: 28px;
  }
}
.single-box__body ul li::before {
  content: "・";
  color: #393939;
  position: absolute;
  left: 15px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .single-box__body ul li::before {
    left: 8px;
    top: -2px;
  }
}

.pagination__prev-big {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  background: #1391E6;
  padding-block: 9px;
  height: 39px;
  padding-left: 37px;
  padding-right: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 374px) {
  .pagination__prev-big {
    font-size: 10px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .pagination__prev-big {
    padding-block: 8px 8px;
    height: 38px;
    padding-left: 37px;
    padding-right: 16px;
  }
}
.pagination__prev-big::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/pagination-prev.png") no-repeat center center;
  background-size: contain;
  left: 15px;
  top: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 374px) {
  .pagination__prev-big::before {
    width: 12px;
    height: 12px;
    left: 10px;
    top: 13px;
  }
}
.pagination__prev-big:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.pagination__next-big {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  background: #1391E6;
  padding-block: 9px;
  padding-right: 37px;
  padding-left: 15px;
  height: 39px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 374px) {
  .pagination__next-big {
    font-size: 10px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .pagination__next-big {
    padding-block: 9px 8px;
    height: 38px;
    padding-right: 37px;
    padding-left: 16px;
  }
}
.pagination__next-big::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/pagination-next.png") no-repeat center center;
  background-size: contain;
  right: 15px;
  top: 12px;
}
@media screen and (max-width: 374px) {
  .pagination__next-big::after {
    width: 12px;
    height: 12px;
    right: 10px;
    top: 13px;
  }
}
.pagination__next-big:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.pagination__article {
  color: #1391E6;
  background-color: #FFFFFF;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #1391E6;
  width: 95px;
  height: 41px;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 374px) {
  .pagination__article {
    font-size: 10px;
    width: 70px;
  }
}
@media screen and (min-width: 768px) {
  .pagination__article {
    width: 90px;
  }
}
.pagination__article:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.only-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .only-pc {
    display: inline;
  }
}

.only-sp {
  display: inline;
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

.contact {
  padding-block: 58px 101px;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 79px;
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 768px) {
  .contact__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 788px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__message {
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
}

.contact__box {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .contact__box {
    margin-top: 150px;
  }
}

.contact__title {
  text-align: center;
  padding-bottom: 68px;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 768px) {
  .contact__title {
    padding-bottom: 70px;
  }
}

.wpcf7-form {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .wpcf7-form {
    margin-top: 28px;
  }
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .contact__fields {
    gap: 28px;
  }
}

.contact__field {
  padding-bottom: 24px;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 768px) {
  .contact__field {
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 768px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.form-field__head p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .form-field__head p {
    gap: 4px;
  }
}
.form-field__head br {
  display: none;
}

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

.form-field__tag {
  display: inline-block;
  border-radius: 4px;
  background: #EE5A6D;
  padding: 3px 6px 1px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .form-field__tag {
    margin-left: 12px;
  }
}

.form-field__item {
  margin-top: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .form-field__item {
    margin-top: 0;
    width: 67.032967033%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.form-text {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: #F6F6F6;
  padding: 12px 16px;
  outline: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-text::-webkit-input-placeholder {
  color: #C2C2C2;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
}
.form-text::-moz-placeholder {
  color: #C2C2C2;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
}
.form-text:-ms-input-placeholder {
  color: #C2C2C2;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
}
.form-text::-ms-input-placeholder {
  color: #C2C2C2;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
}
.form-text::placeholder {
  color: #C2C2C2;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
}
.form-text:focus {
  border: 1px solid #1391E6;
  background-color: #FFFFFF;
}

.form-textarea {
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  background: #F6F6F6;
  width: 100%;
  height: 160px;
  padding: 12px 16px;
  border: 1px solid transparent;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .form-textarea {
    height: 200px;
  }
}
.form-textarea::-webkit-input-placeholder {
  color: #C2C2C2;
  opacity: 1;
}
.form-textarea::-moz-placeholder {
  color: #C2C2C2;
  opacity: 1;
}
.form-textarea:-ms-input-placeholder {
  color: #C2C2C2;
  opacity: 1;
}
.form-textarea::-ms-input-placeholder {
  color: #C2C2C2;
  opacity: 1;
}
.form-textarea::placeholder {
  color: #C2C2C2;
  opacity: 1;
}
.form-textarea:focus {
  border: 1px solid #1391E6;
  background-color: #FFFFFF;
}
.form-textarea:not(:focus) {
  background-color: #F6F6F6;
}

.contact__button {
  margin-top: 70px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__button {
    margin-top: 72px;
  }
}
.contact__button input {
  outline: none;
}
.contact__button .wpcf7-spinner {
  display: none;
}

.button-submit {
  color: #1391E6;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.12px;
  padding: 8px 114px 8px;
  background: #FFFFFF;
  border: 1px solid #1391E6;
  border-radius: 24px;
  width: 273px;
  height: 38px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .button-submit {
    font-size: 16px;
    letter-spacing: 1.28px;
    width: 360px;
    height: 56px;
    padding: 16px 153px;
    border-radius: 28px;
  }
}
.button-submit:hover {
  background: #1391E6;
  color: #FFFFFF;
}

.contact-breadcrumb .breadcrumb {
  gap: 10px;
}

.reservation {
  padding-block: 61px 100px;
}
@media screen and (min-width: 768px) {
  .reservation {
    padding-top: 79px;
    padding-bottom: 159px;
  }
}

@media screen and (min-width: 768px) {
  .reservation__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 788px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.reservation__contents-tel {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1150px) {
  .reservation__contents-tel {
    margin-top: 24px;
  }
}

.reservation__contents-tel--image img {
  width: 261px;
}

.reservation__contents-tel--num {
  color: #1391E6;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.64px;
  padding-left: 33px;
  position: relative;
}
.reservation__contents-tel--num::after {
  content: "";
  position: absolute;
  background: url(../img/icon_tel.png) no-repeat center center/contain;
  display: block;
  width: 28px;
  height: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.reservation__contents-tel--text {
  display: block;
  margin-top: -4px;
  padding-left: 45px;
  color: #1391E6;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}

.reservation__contents-text {
  margin-top: 20px;
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .reservation__contents-text {
    margin-top: 24px;
  }
}

.reservation__contents-title2 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) {
  .reservation__contents-title2 {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.reservation__contents-text2 {
  margin-top: 20px;
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .reservation__contents-text2 {
    margin-top: 25px;
  }
}

.reservation__box {
  margin-top: 94px;
}
@media screen and (min-width: 768px) {
  .reservation__box {
    margin-top: 150px;
  }
}

.reservation__title {
  text-align: center;
  padding-bottom: 70px;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 768px) {
  .reservation__title {
    padding-bottom: 70px;
  }
}

.reservation__form {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .reservation__form {
    margin-top: 28px;
  }
}

.reservation__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .reservation__fields {
    gap: 28px;
  }
}

.reservation__field {
  padding-bottom: 24px;
  border-bottom: 1px solid #DDD;
}
.reservation__field:nth-child(5) {
  padding-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .reservation__field:nth-child(5) {
    margin-top: 13px;
    padding-bottom: 40px;
  }
}
.reservation__field:nth-child(6) {
  margin-top: -1px;
  padding-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .reservation__field:nth-child(6) {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .reservation__field {
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 768px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.form-field__head-type2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .form-field__head {
    gap: 16px;
  }
}

.form-field__head2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .form-field__head2 p {
    gap: 4px;
  }
}
.form-field__head2 br {
  display: none;
}

.form-field__head3 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .form-field__head3 p {
    gap: 4px;
  }
}
.form-field__head3 br {
  display: none;
}

.reservation__button {
  margin-top: 70px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reservation__button {
    margin-top: 72px;
  }
}
.reservation__button input {
  outline: none;
}

.form-radio {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .form-radio {
    margin-top: 0;
    gap: 32px;
  }
}
.form-radio .wpcf7-list-item {
  margin: 0;
}
.form-radio .wpcf7-list-item input {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: 10;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form-radio .wpcf7-list-item-label {
  padding-left: 32px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.form-radio .wpcf7-list-item-label::before, .form-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #FFFFFF;
}
.form-radio .wpcf7-list-item-label::before {
  border: 1px solid #1391E6;
  width: 24px;
  height: 24px;
  left: 0;
}
.form-radio .wpcf7-list-item-label::after {
  width: 12px;
  height: 12px;
  background: #1391E6;
  left: 6px;
  opacity: 0;
}

.form-field__head-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
.form-field__head-box br {
  display: none;
}
.form-field__head-box .form-field__tag {
  margin-left: 22px;
}

.form-field__text {
  margin-top: 2px;
  display: block;
  color: #888;
  font-size: 11px;
  font-weight: 500;
}

.form-checkbox {
  margin-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px 24px;
}
@media screen and (min-width: 768px) {
  .form-checkbox {
    margin-top: 0;
    gap: 17px 32px;
  }
}
.form-checkbox .wpcf7-list-item {
  margin-left: 0;
  position: relative;
}
.form-checkbox .wpcf7-list-item input {
  opacity: 0;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.form-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.form-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #1391E6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 15px;
  height: 11px;
  background: url(../img/check-icon2.png) no-repeat center center/contain;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
.form-checkbox br {
  display: none;
}

.wpcf7-select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 52px 12px 16px;
  background-size: 20px 20px;
  background-clip: padding-box;
  border: 1px solid transparent;
  outline: none;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  background: #F6F6F6 url(../img/select-Icon.png) no-repeat center right 10px;
  background-size: 20px 20px;
}
.wpcf7-select:focus {
  border: 1px solid #1391E6;
  background-color: #FFFFFF;
}

.form-field__item-date {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.form-field__item-date br {
  display: none;
}
@media screen and (min-width: 768px) {
  .form-field__item-date {
    margin-top: 0;
    width: 67.032967033%;
  }
}
.form-field__item-date .wpcf7-form-control-wrap {
  width: 100%;
}
.form-field__item-date .wpcf7-form-control-wrap input {
  position: relative;
}
.form-field__item-date .wpcf7-form-control-wrap input::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/icon-calender.png) no-repeat center center/contain;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .form-field__item-date .wpcf7-form-control-wrap input::after {
    right: 12px;
  }
}
.form-field__item-date .wpcf7-form-control-wrap input[name=your-date2] {
  margin-top: 20px;
}
.form-field__item-date .wpcf7-form-control-wrap input[name=your-date3] {
  margin-top: 20px;
}
.form-field__item-date .wpcf7-form-control-wrap input[type=date] {
  color: transparent;
  background-color: #F6F6F6;
  height: 48px;
  width: 100%;
  border: none;
  padding: 12px 40px 12px 16px;
  border-radius: 4px;
}
.form-field__item-date .wpcf7-form-control-wrap input[type=date]:valid {
  color: #393939;
}
.form-field__item-date .wpcf7-form-control-wrap input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.button-submit {
  color: #1391E6;
  font-weight: 500;
  letter-spacing: 1.12px;
  padding: 8px 114px 8px;
  background: #FFFFFF;
  border: 1px solid #1391E6;
  border-radius: 24px;
  width: 273px;
}
@media screen and (min-width: 768px) {
  .button-submit {
    font-size: 16px;
    letter-spacing: 1.28px;
    width: 360px;
    height: 56px;
    padding: 16px 153px;
    border-radius: 28px;
  }
}

.wpcf7-spinner {
  display: none;
}

.reservation__message {
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
}

.reservation-thanks {
  padding-block: 60px 99px;
}
@media screen and (min-width: 768px) {
  .reservation-thanks {
    padding-top: 79px;
    padding-bottom: 159px;
  }
}

.reservation-breadcrumb .breadcrumb {
  gap: 10px;
}

.entry-404 {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px;
}

.entry-404-head {
  font-size: 40px;
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.entry-404-head span {
  display: block;
}

.entry-404-head span::after {
  display: none;
}

.entry-404-lead {
  font-size: 20px;
  margin-bottom: 34px;
}

.entry-404-lead .m_sp {
  display: block;
}

.entry-404-content {
  font-size: 12px;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 374px) {
  .entry-404-content {
    font-size: 11px;
  }
}

.entry-404-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry-404-btn a {
  margin-top: 62px;
  padding-block: 10px;
  padding-inline: 30px;
  background-color: #FFFFFF;
  border: 1px solid #1391E6;
  width: 300px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-404-btn a:hover {
  background-color: #1391E6;
  color: #FFFFFF;
}

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}