@charset "UTF-8";
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #393939;
  min-height: 100dvh;
}
body.is-fixed {
  overflow: hidden;
}

.customize-support {
  margin-inline: 0 !important;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

.site-content,
.container,
.wp-site-blocks,
.wp-block-group {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.site-content,
.entry-content,
.container {
  max-width: 100% !important;
  width: 100% !important;
}

p,
h1,
h2,
h3,
ol,
ul {
  all: unset;
}

dl,
dt,
dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  -webkit-padding-before: 0;
          padding-block-start: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}

hr {
  display: block;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  color: gray;
  unicode-bidi: 0;
  overflow: visible;
  border-style: none;
  border-width: 0;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media screen and (min-width:900px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
ul,
ol {
  list-style: none; /* 箇点を消す */
  padding-left: 0; /* 左余白を除去して左寄せ */
}

li {
  list-style: none; /* ulでもliでも指定可能 */
}

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

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

.l-inner {
  padding-inline: 20px;
}
@media screen and (min-width:900px) {
  .l-inner {
    max-width: min(1280px, 100%);
    padding-left: 40px;
    padding-right: 40px;
    margin-inline: auto;
  }
}

.l-inner--wide {
  padding-inline: 20px;
}
@media screen and (min-width:900px) {
  .l-inner--wide {
    max-width: min(1280px, 100%);
    padding-left: 140px;
    padding-right: 140px;
    margin-inline: auto;
  }
}

.c-btn {
  display: inline-block;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 45px;
  border-radius: 24px;
  border: 1px solid #1391e6;
  background-color: #fff;
  font-weight: 500;
  line-height: 1.5;
  color: #1391e6;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.c-btn:hover {
  background-color: #1391e6;
  color: #ffffff;
}
.c-btn:hover::after {
  right: 7px;
  -webkit-filter: saturate(0) brightness(200%);
          filter: saturate(0) brightness(200%);
}
.c-btn::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow-blue-btn.svg) no-repeat center center/contain;
}
.c-btn::after:hover {
  right: 7px;
  color: #ffffff;
}
@media screen and (min-width:900px) {
  .c-btn::after {
    right: 9px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}
@media screen and (min-width:900px) {
  .pagination {
    gap: 9px;
    margin-left: -3px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width:1200px) {
  .pagination {
    padding-bottom: 0;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #1391e6;
  color: #1391e6;
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width:900px) {
  .page-numbers {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
.page-numbers:hover {
  background-color: #1391e6;
  color: #ffffff;
}
.page-numbers:hover::after {
  right: 7px;
  -webkit-filter: saturate(0) brightness(200%);
          filter: saturate(0) brightness(200%);
}

.number-B {
  background-color: #1391e6;
  color: #ffffff;
}

.next,
.prev {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  padding: 0 21px;
  background-color: #1391e6;
  color: #ffffff;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  font-weight: 500;
}
@media screen and (min-width:900px) {
  .next,
  .prev {
    padding: 0 16px;
    font-size: 14px;
    height: 36px;
    gap: 10px;
  }
}

.next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  text-indent: -25px;
}
@media screen and (min-width:900px) {
  .next {
    padding: 0 22px;
  }
}
.next:hover::after {
  right: 7px;
}
.next::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/wp-pagination-btn-arrow.svg) no-repeat center center/contain;
}
@media screen and (min-width:900px) {
  .next::after {
    width: 16px;
    height: 16px;
    right: 10px;
  }
}

.prev:hover::after {
  left: 7px;
}
.prev::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background: url(../img/wp-pagination-btn-arrow.svg) no-repeat center center/contain;
}

.c-side-title__line {
  border-bottom: 1px solid #393939;
}

.line-B {
  border-bottom: 1px solid #1391e6;
}

.breadcrumb {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 7px;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .breadcrumb {
    margin-left: 29px;
  }
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
  gap: 14px;
}
@media screen and (min-width:320px) and (max-width:374px) {
  .c-section-title {
    font-size: 18px;
    white-space: nowrap;
  }
}
@media screen and (min-width:900px) {
  .c-section-title {
    font-size: 28px;
    letter-spacing: 2.24px;
    gap: 28px;
  }
}
.c-section-title::before, .c-section-title::after {
  content: "";
  background: url(../img/title-deco.png) no-repeat center center/contain;
  width: 49px;
  height: 15px;
}
@media screen and (min-width:900px) {
  .c-section-title::before, .c-section-title::after {
    width: 67px;
    height: 20px;
  }
}

.l-header {
  background-color: #fff;
  overflow: hidden;
  padding-block: 10px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
}
.l-header__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:900px) {
  .l-header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width:320px) and (max-width:374px) {
  .l-header__left a svg {
    max-width: 240px;
  }
}
@media screen and (min-width:900px) {
  .l-header__left a {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-header__right {
  display: none;
}
@media screen and (min-width:1200px) {
  .l-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__nav__list {
  list-style-type: none;
}
@media screen and (min-width:900px) {
  .p-header__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__nav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__nav__link:hover .p-header__nav-icon path {
  fill: #1391e6;
}
.p-header__nav__link:hover .p-header__nav-text {
  color: #1391e6;
}
@media screen and (min-width:900px) {
  .p-header__nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .p-header__nav__link::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background-color: #1391e6;
    opacity: 0;
  }
  .p-header__nav__link:hover::after {
    opacity: 1;
  }
}

.p-header__nav-text {
  font-size: 11px;
  font-weight: 700;
  margin-top: 7px;
}

@media screen and (min-width:900px) {
  .l-header__address {
    margin-left: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width:900px) {
  .p-header__address__text {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-align: right;
    margin-left: auto;
  }
}

@media screen and (min-width:900px) {
  .p-header-tel__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

@media screen and (min-width:900px) {
  .p-header-tel-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-header-tel-icon img {
    width: 28px;
    height: auto;
    aspect-ratio: 1;
  }
}

.p-header-tel-text {
  margin-left: 5px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.64px;
  color: #1391e6;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.c-drawer-icon {
  position: relative;
  width: 29px;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  cursor: pointer;
  z-index: 60;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
}
@media screen and (min-width:1200px) {
  .c-drawer-icon {
    display: none;
  }
}

.c-drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 2px;
  background: #1391e6;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}
.c-drawer-icon__bar:nth-of-type(1) {
  top: 8px;
}
.c-drawer-icon__bar:nth-of-type(2) {
  top: 15px;
}
.c-drawer-icon__bar:nth-of-type(3) {
  top: 22px;
}

.p-drawer-content {
  display: none;
}
.p-drawer-content.is-checked {
  position: fixed;
  display: block;
  padding: 14px 0px;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0;
  background: #0060a0;
  z-index: 50;
  inset-inline-end: 0;
  inset-block-end: 0;
}
@media screen and (min-width:900px) {
  .p-drawer-content.is-checked {
    padding-inline: 40px;
    padding-top: 20px;
  }
}
@media screen and (min-width:320px) and (max-width:374px) {
  .p-drawer-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.p-drawer-content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-drawer-content__title {
  margin-left: 20px;
}
@media screen and (min-width:320px) and (max-width:374px) {
  .p-drawer-content__title svg {
    max-width: 240px;
  }
}

.p-drawer-content__body {
  width: 254px;
  padding-left: 0;
  margin-top: 117px;
  border-top: 1px dashed #fff;
  line-height: normal;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  /* 追加: 確実に左右中央寄せ */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative; /* または absolute (親次第) */
}

.p-drawer-content__link {
  border-bottom: 1px dashed #fff;
  padding-top: 15px;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 254px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-drawer-content__left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
.p-drawer-content__left p {
  font-weight: 500;
  position: relative;
  padding-left: 38px;
  margin: 0;
  height: 24px;
  line-height: 24px;
}
.p-drawer-content__left p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-drawer-content__left.menu-home p::before {
  background-image: url("../img/drawer-home.png");
}
.p-drawer-content__left.menu-about p::before {
  background-image: url("../img/drawer-about.png");
}
.p-drawer-content__left.menu-medical p::before {
  background-image: url("../img/drawer-medical.png");
}
.p-drawer-content__left.menu-staffs p::before {
  background-image: url("../img/drawer-staffs.png");
}
.p-drawer-content__left.menu-blog p::before {
  background-image: url("../img/drawer-staff-blog.png");
}
.p-drawer-content__left.menu-contact p::before {
  background-image: url("../img/drawer-contact.png");
}

.p-drawer-content__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width:900px) {
  .p-fv {
    padding-top: 50px;
  }
}

.p-fv__inner {
  padding-inline: 5px;
}
@media screen and (min-width:900px) {
  .p-fv__inner {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }
}

.p-fv__swiper {
  position: relative;
  margin-top: 33px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width:900px) {
  .p-fv__swiper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.p-fv__swiper__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width:900px) {
  .p-fv__swiper__image img {
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.1);
  }
}

.p-fv__title {
  position: absolute;
  color: #ffffff;
  text-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  border-bottom: 2px dotted #fff;
  height: auto;
  z-index: 60;
}
@media screen and (min-width:900px) {
  .p-fv__title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2.56px;
    border-bottom: 4px dotted #fff;
  }
}
.p-fv__title:nth-of-type(1) {
  bottom: 81px;
  left: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width:900px) {
  .p-fv__title:nth-of-type(1) {
    bottom: 118px;
    left: 92px;
  }
}
.p-fv__title:nth-of-type(2) {
  bottom: 38px;
  left: 35px;
  width: 260px;
}
@media screen and (min-width:320px) and (max-width:374px) {
  .p-fv__title:nth-of-type(2) {
    letter-spacing: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width:900px) {
  .p-fv__title:nth-of-type(2) {
    bottom: 54px;
    left: 92px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-fv__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: 18px !important;
}
@media screen and (min-width:900px) {
  .p-fv__pagination {
    margin-left: 3px;
    bottom: 3px !important;
    gap: 11px;
  }
}
.p-fv__pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
@media screen and (min-width:900px) {
  .p-fv__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}

.p-fv__button-prev,
.p-fv__button-next {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 32px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: calc(50% + 5px) !important;
  opacity: 1 !important;
}
@media screen and (min-width:900px) {
  .p-fv__button-prev,
  .p-fv__button-next {
    width: 48px;
    height: 48px;
    top: 50% !important;
  }
}

.p-fv__button-prev {
  right: auto;
  left: -2px !important;
}
@media screen and (min-width:900px) {
  .p-fv__button-prev {
    left: 8px !important;
  }
}

.p-fv__button-next {
  left: auto;
  right: -2px !important;
}
@media screen and (min-width:900px) {
  .p-fv__button-next {
    right: 3px !important;
  }
}

.p-fv__info {
  position: relative;
  z-index: 30;
}
@media screen and (min-width:900px) {
  .p-fv__info {
    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;
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width:1200px) {
  .p-fv__info {
    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;
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-fv__open-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
.p-fv__open-time img {
  -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);
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width:900px) {
  .p-fv__open-time {
    width: 477px;
  }
}

.p-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: 6px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}
@media screen and (min-width:900px) {
  .p-fv__news {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    width: 542px;
  }
}

.p-fv__news__titleWrap {
  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;
}

.p-fv__news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-fv__news__title {
  margin-left: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.6px;
}
@media screen and (min-width:900px) {
  .p-fv__news__title {
    letter-spacing: 2px;
  }
}

.p-fv__news__subTitle {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.1px;
  color: #1391e6;
}
@media screen and (min-width:900px) {
  .p-fv__news__subTitle {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.p-fv__news__post {
  font-size: 11px;
  font-weight: 500;
  color: #888888;
  border-bottom: 1px solid #888888;
  line-height: 1;
}
@media screen and (min-width:900px) {
  .p-fv__news__post {
    font-size: 12px;
  }
}

.p-fv__news__list__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  margin-top: -2px;
  padding: 8px 32px 9px 7px;
  border-block: 1px solid #393939;
}
@media screen and (min-width:900px) {
  .p-fv__news__list__items {
    gap: 26px;
  }
}
.p-fv__news__list__items::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right: 5px;
  background: url(../img/news-arrow.svg) no-repeat center center/contain;
}
@media screen and (min-width:900px) {
  .p-fv__news__list__items::after {
    right: 9px;
  }
}

.p-news__date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.news__item-title {
  font-weight: 500;
  line-height: 1.5;
}

.l-top__concept {
  position: relative;
  padding-top: 50px;
  z-index: 30;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .l-top__concept {
    padding-bottom: 47px;
    margin-top: -25px;
  }
}
.l-top__concept::after {
  content: "";
  position: absolute;
  background: url(../img/concept-deco.svg) no-repeat center center/contain;
  width: 556px;
  height: 308px;
  top: 60px;
  left: 10px;
}
@media screen and (min-width:600px) {
  .l-top__concept::after {
    width: 100%;
  }
}
@media screen and (min-width:900px) {
  .l-top__concept::after {
    width: 1310px;
    height: 726px;
    left: 450px;
  }
}

.p-concept__inner {
  padding-inline: 20px;
}
@media screen and (min-width:900px) {
  .p-concept__inner {
    padding-inline: 0 30px;
    width: min(547px, 100%);
    margin-inline: auto;
  }
}

.p-concept__wrap {
  position: relative;
  margin-top: 113px;
  z-index: 40;
}
@media screen and (min-width:900px) {
  .p-concept__wrap {
    margin-top: 187px;
    margin-bottom: 140px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 93px;
  }
}

.p-concept__textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width:900px) {
  .p-concept__textWrap {
    gap: 39px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-concept__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 7px;
}

.p-concept__title {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.1px;
  color: #1391e6;
  -webkit-margin-after: 14px;
          margin-block-end: 14px;
}
@media screen and (min-width:900px) {
  .p-concept__title {
    font-size: 14px;
    letter-spacing: 1.4px;
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}

.p-concept__subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
  margin-top: 1px;
  white-space: nowrap;
}
@media screen and (min-width:900px) {
  .p-concept__subtitle {
    font-size: 28px;
    letter-spacing: 2.24px;
    margin-top: -2px;
  }
}

@media screen and (min-width:900px) {
  .p-concept__textBlock {
    width: 407px;
  }
}

.p-concept__text {
  font-size: 14px;
  font-weight: 500;
}
.p-concept__btn {
  text-align: center;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (min-width:900px) {
  .p-concept__btn {
    text-align: left;
    -webkit-margin-after: 0px;
            margin-block-end: 0px;
  }
}

.p-concept__image img {
  width: 334px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 20px 20px 0;
}
@media screen and (min-width:600px) {
  .p-concept__image img {
    width: 600px;
  }
}
@media screen and (min-width:900px) {
  .p-concept__image img {
    display: block;
    width: 50vw;
    left: calc((50vw - 50%) * -1);
    aspect-ratio: 640/438;
  }
}

.p-recommend {
  padding-top: 94px;
  padding-bottom: 156px;
}
@media screen and (min-width:900px) {
  .p-recommend {
    padding-top: 40px;
    padding-bottom: 219px;
  }
}

.p-recommend__titleWrap {
  text-align: center;
  margin-top: 3px;
}
@media screen and (min-width:900px) {
  .p-recommend__titleWrap {
    margin-top: 0;
  }
}

.p-recommend__contents-area {
  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: 60px;
}
@media screen and (min-width:1200px) {
  .p-recommend__contents-area {
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 65px;
    padding-inline: 0;
  }
}

.p-recommend__contents {
  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:900px) {
  .p-recommend__contents {
    max-width: 290px;
    margin-inline: auto;
  }
}

.p-recommend__contents__titleWrap {
  text-align: center;
}

.p-recommend__contents-item-image {
  margin-top: 8px;
  text-align: center;
}
@media screen and (min-width:900px) {
  .p-recommend__contents-item-image {
    margin-top: 8px;
  }
}

.p-recommend__contents-item-text {
  margin-top: 16px;
  font-weight: 500;
  text-align: left;
  max-width: 290px;
  margin-inline: auto;
}
@media screen and (min-width:900px) {
  .p-recommend__contents-item-text {
    margin-top: 14px;
  }
}

.p-medical {
  padding-bottom: 54px;
}
@media screen and (min-width:900px) {
  .p-medical {
    padding-bottom: 116px;
  }
}

.p-medical__decoration-top {
  position: relative;
  width: 100%;
  height: 8.359375vw; /* ここがポイント */
}
.p-medical__decoration-top::before {
  content: "";
  position: absolute;
  background-image: url(../img/information-bg-top.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: inherit;
  height: inherit;
}

.p-medical__decoration-top-left {
  position: relative;
  width: 100%;
}
.p-medical__decoration-top-left::before {
  content: "";
  position: absolute;
  background-image: url(../img/medical-care-left.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -77px;
  width: 50px;
  height: 55px;
  left: 7px;
}
@media screen and (min-width:900px) {
  .p-medical__decoration-top-left::before {
    width: 126px;
    height: 138px;
    top: -190px;
    left: 20px;
  }
}

.p-medical__decoration-top-nose {
  position: relative;
  width: 100%;
}
.p-medical__decoration-top-nose::before {
  content: "";
  position: absolute;
  background-image: url(../img/medical-care-nose_sp.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -88px;
  width: 59px;
  height: 59px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width:600px) {
  .p-medical__decoration-top-nose::before {
    top: -120px;
  }
}
@media screen and (min-width:900px) {
  .p-medical__decoration-top-nose::before {
    background-image: url(../img/medical-care-nose.png);
    width: 100px;
    height: 90px;
    top: -200px;
  }
}
@media screen and (min-width:1200px) {
  .p-medical__decoration-top-nose::before {
    top: -203px;
  }
}
@media screen and (min-width:1700px) {
  .p-medical__decoration-top-nose::before {
    top: -250px;
  }
}

.p-medical__decoration-top-right {
  position: relative;
  width: 100%;
}
.p-medical__decoration-top-right::before {
  content: "";
  position: absolute;
  background-image: url(../img/medical-care-right.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -52px;
  width: 25px;
  height: 25px;
  right: 12px;
}
@media screen and (min-width:900px) {
  .p-medical__decoration-top-right::before {
    width: 57.356px;
    height: 57.362px;
    top: -138px;
    right: 40px;
  }
}

.p-medical__inner {
  position: relative;
  padding-bottom: 62px;
}
@media screen and (min-width:900px) {
  .p-medical__inner {
    margin-top: -30px;
    padding-bottom: 1px;
    margin: 0 auto;
  }
}

.p-medical__contents {
  background-color: #dff1fd;
  padding-top: 33px;
}
@media screen and (min-width:900px) {
  .p-medical__contents {
    padding-top: 0;
    padding-bottom: 86px;
  }
}

.p-medical__titleWrap {
  margin-bottom: 40px;
}
@media screen and (min-width:900px) {
  .p-medical__titleWrap {
    margin-bottom: 60px;
  }
}

.p-medical__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:900px) {
  .p-medical__items {
    margin-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}

.p-medical__item-link {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 335px;
  height: auto;
  border-radius: 20px;
  z-index: 30;
}
.p-medical__item-link::after {
  width: 100%;
}
@media screen and (min-width:900px) {
  .p-medical__item-link {
    max-width: 460px;
    height: auto;
  }
}
.p-medical__item-link:hover::after {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  margin: 10px;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  border-radius: 20px;
}
.p-medical__item-link:hover .p-medical__item__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
@media screen and (min-width:900px) {
  .p-medical__item-link {
    height: auto;
    aspect-ratio: 460/290;
  }
}

.p-medical__item__img {
  overflow: hidden;
  border-radius: 20px;
}
.p-medical__item__img img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  aspect-ratio: 335/210;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:900px) {
  .p-medical__item__img img {
    width: 460px;
    aspect-ratio: 460/290;
  }
}

.p-medical__item-titleWrap {
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.p-medical__item__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 0.5;
  letter-spacing: 1.6px;
}
@media screen and (min-width:900px) {
  .p-medical__item__title {
    font-size: 28px;
    letter-spacing: 2.24px;
    line-height: 1.5;
  }
}

.p-medical__item__border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 2px;
  border-radius: 30px;
  background-color: #ffffff;
  margin: 0 auto;
}
@media screen and (min-width:900px) {
  .p-medical__item__border {
    width: 40px;
  }
}

.p-medical__item__text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.96px;
}
@media screen and (min-width:900px) {
  .p-medical__item__text {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}

.p-medical__textWrap {
  padding: 18px 20px;
  background: #fff;
  font-weight: 500;
  margin-top: 32px;
}
@media screen and (min-width:900px) {
  .p-medical__textWrap {
    padding: 35px 40px;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.p-medical__decoration-bottom {
  position: relative;
  width: 100%;
  height: 7.578125vw; /* ここがポイント */
}
.p-medical__decoration-bottom::after {
  content: "";
  position: absolute;
  background-image: url(../img/information-bg-bottom.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: inherit;
  height: inherit;
}

.p-medical__decoration-bottom-left {
  position: relative;
  width: 100%;
}
.p-medical__decoration-bottom-left::before {
  content: "";
  position: absolute;
  background-image: url(../img/medical-care-left-w.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 40px;
  width: 24px;
  height: 25px;
  left: 12px;
}
@media screen and (min-width:600px) {
  .p-medical__decoration-bottom-left::before {
    bottom: 70px;
  }
}
@media screen and (min-width:900px) {
  .p-medical__decoration-bottom-left::before {
    width: 57px;
    height: 59px;
    bottom: 97px;
    left: 40px;
  }
}
@media screen and (min-width:1700px) {
  .p-medical__decoration-bottom-left::before {
    bottom: 147px;
  }
}

.p-medical__decoration-bottom-right {
  position: relative;
  width: 100%;
}
.p-medical__decoration-bottom-right::before {
  content: "";
  position: absolute;
  background-image: url(../img/medical-care-right-w.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 20px;
  width: 56px;
  height: 60px;
  right: 7px;
}
@media screen and (min-width:600px) {
  .p-medical__decoration-bottom-right::before {
    bottom: 50px;
  }
}
@media screen and (min-width:900px) {
  .p-medical__decoration-bottom-right::before {
    width: 125.307px;
    height: 138px;
    bottom: 77px;
    right: 20px;
  }
}
@media screen and (min-width:1700px) {
  .p-medical__decoration-bottom-right::before {
    bottom: 125px;
  }
}

.p-blog {
  position: relative;
  padding-block: 47px;
  margin-bottom: 49px;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .p-blog {
    padding-block: 0px;
    padding-bottom: 70px;
  }
}

.p-blog__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:900px) {
  .p-blog__contents {
    gap: 60px;
  }
}

.p-blog__lists {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 0 auto;
}
@media screen and (min-width:1200px) {
  .p-blog__lists {
    grid-template-columns: repeat(3, auto);
    grid-column-gap: 50px;
    grid-row-gap: 58px;
  }
}

.p-blog__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  width: 335px;
}
@media screen and (min-width:900px) {
  .p-blog__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    max-width: 300px;
    width: 100%;
    height: auto;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}
.p-blog__card:hover .p-blog__card__img img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.p-blog__card:hover .p-blog__card__title {
  color: #1391e6;
}
@media screen and (min-width:900px) {
  .p-blog__card:hover .p-blog__card__title {
    margin: 6px 0;
  }
}

.p-blog__card__img {
  width: 133px;
  height: 101px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .p-blog__card__img {
    width: 300px;
    height: 188px;
    border-radius: 20px 20px 0 0;
  }
}
.p-blog__card__img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width:900px) {
  .p-blog__card__img img {
    border-radius: 20px 20px 0 0; /* 上2角のみ */
  }
}

.p-blog__card__body {
  width: 192px;
  height: auto;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:320px) and (max-width:374px) {
  .p-blog__card__body {
    width: 150px;
  }
}
@media screen and (min-width:900px) {
  .p-blog__card__body {
    position: relative;
    max-width: 300px;
    height: auto;
    padding: 17px 24px 6px 24px;
  }
}

.p-blog__card__category {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: #1391e6;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width:900px) {
  .p-blog__card__category {
    position: absolute;
    top: -14px;
    font-size: 11px;
    padding: 6px 12px;
  }
}

.p-blog__card__title {
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width:900px) {
  .p-blog__card__title {
    font-size: 16px;
    margin: 6px 0;
    width: 252px;
    height: 72px;
    -webkit-line-clamp: 3;
  }
}

.p-blog__card__date {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

.p-blog__btn {
  white-space: nowrap;
}
.p-footer__decoration {
  position: relative;
  width: 100%;
  height: 8.5333333333vw; /* ここがポイント */
}
@media screen and (min-width:600px) {
  .p-footer__decoration {
    height: 5.3333333333vw;
  }
}
@media screen and (min-width:900px) {
  .p-footer__decoration {
    height: 2.5vw;
  }
}
.p-footer__decoration::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  width: 100%;
  height: inherit;
  background: url(../img/footer-deco-wave.png);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width:900px) {
  .p-footer__decoration::before {
    background-position: left -17% center;
  }
}

.l-footer {
  background-color: #dff1fd;
}

.p-footer__inner {
  padding-inline: 10px;
  padding-top: 7px;
}
@media screen and (min-width:1200px) {
  .p-footer__inner {
    max-width: min(1280px, 100%);
    padding-top: 56px;
    padding-left: 140px;
    padding-right: 140px;
    margin-inline: auto;
  }
}

.p-footer__contents {
  background: #fff;
  margin-top: 3%;
  padding-bottom: 10px;
  padding-inline: 10px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width:900px) {
  .p-footer__contents {
    margin-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    border-radius: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-footer__address-leftWrap {
  text-align: center;
  padding-top: 31px;
}
@media screen and (min-width:900px) {
  .p-footer__address-leftWrap {
    padding-top: 38px;
    padding-bottom: 39px;
  }
}

@media screen and (min-width:320px) and (max-width:374px) {
  .p-footer__title svg {
    max-width: 270px;
  }
}
@media screen and (min-width:900px) {
  .p-footer__title svg {
    width: 405px;
    height: auto;
    aspect-ratio: 405/48;
  }
}

.p-footer__address-left {
  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:900px) {
  .p-footer__address-left {
    gap: 16px;
  }
}

.p-footer__address-left-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__address__number {
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width:900px) {
  .p-footer__address__number {
    line-height: 1.5;
  }
}

.p-footer__address__text {
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width:900px) {
  .p-footer__address__text {
    line-height: 1.5;
  }
}

.p-footer-tel__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:900px) {
  .p-footer-tel__wrap {
    margin-top: 4px;
  }
}

@media screen and (min-width:900px) {
  .p-footer-tel-icon {
    margin-top: 10px;
  }
}

.p-footer-tel-text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 0.3;
  letter-spacing: -0.64px;
  color: #1391e6;
}
@media screen and (min-width:320px) and (max-width:374px) {
  .p-footer-tel-text {
    white-space: nowrap;
  }
}

.p-footer-tel__open {
  font-size: 12px;
  font-weight: 500;
  color: #1391e6;
}
@media screen and (min-width:900px) {
  .p-footer-tel__open {
    line-height: 1.5;
  }
}

.p-footer__btnWrap {
  margin-top: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:900px) {
  .p-footer__btnWrap {
    gap: 20px;
  }
}

.p-footer__btn {
  position: relative;
  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;
  width: 150px;
  padding: 8px 0;
  font-weight: 500;
  line-height: 150%;
  border-radius: 30px;
  border: 1px solid #1391e6;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.p-footer__btn:hover {
  background-color: #1391e6;
}
.p-footer__btn:hover .c-btn-contact {
  color: #ffffff;
}
.p-footer__btn:hover .c-btn-contact img {
  -webkit-filter: saturate(0) brightness(200%);
          filter: saturate(0) brightness(200%);
}
.p-footer__btn p {
  margin-left: 3px;
}
@media screen and (min-width:900px) {
  .p-footer__btn {
    width: 220px;
    padding: 16px 0;
    font-size: 16px;
  }
}

.p-footer__btn--B {
  background-color: #1391e6;
  color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.p-footer__btn--B:hover {
  background-color: #0060a0;
}

.c-btn-reservation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.c-btn-reservation img {
  width: 24px;
  height: auto;
  aspect-ratio: 1;
}

.c-btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1391e6;
}
.c-btn-contact img {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
@media screen and (min-width:900px) {
  .c-btn-contact img {
    width: 24px;
    height: auto;
    aspect-ratio: 1;
  }
}

.p-footer__open-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 2px;
}
.p-footer__open-time img {
  -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);
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width:900px) {
  .p-footer__open-time {
    width: 477px;
  }
}

.p-footer__address-right iframe {
  width: 315px;
  height: 315px;
}
@media screen and (min-width:320px) and (max-width:374px) {
  .p-footer__address-right iframe {
    max-width: 280px;
    height: 280px;
  }
}
@media screen and (min-width:1200px) {
  .p-footer__address-right iframe {
    width: 385px;
    height: 385px;
  }
}

.p-footer__nav {
  padding-top: 42px;
  padding-bottom: 59px;
  padding-inline: 10px;
}
@media screen and (min-width:900px) {
  .p-footer__nav {
    padding-top: 44px;
  }
}

.p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width:900px) {
  .p-footer__nav-list {
    -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;
  }
}

.p-footer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

.p-footer__nav-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.p-footer__subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

.p-footer__nav-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
}

.p-footer__subnavWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.p-footer__bottom {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  background-color: #1391e6;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 47px;
  width: 100%;
  height: 50px;
}
@media screen and (min-width:600px) {
  .p-footer__bottom {
    padding-block: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 16px;
    height: initial;
  }
}
@media screen and (min-width:900px) {
  .p-footer__bottom {
    padding-block: 16px;
    height: initial;
  }
}

.p-footer__copyright {
  font-size: 14px;
  font-weight: 500;
}

.pageTop {
  position: fixed;
  right: 5px;
  bottom: 148px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.pageTop.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width:320px) and (max-width:374px) {
  .pageTop {
    right: 20px;
  }
}
@media screen and (min-width:900px) {
  .pageTop {
    right: 15px;
    bottom: 40px;
  }
}

.p-bottom__btn {
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  padding-top: 8px;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  border-top: 1px solid #1391e6;
  z-index: 100;
}
@media screen and (min-width:320px) and (max-width:374px) {
  .p-bottom__btn {
    padding-inline: 0;
    gap: 3px;
  }
}
@media screen and (min-width:600px) {
  .p-bottom__btn {
    display: none;
  }
}

@media screen and (min-width:900px) {
  .p-bottom-telWrap {
    display: none;
  }
}

.p-bottom__tel-icon img {
  width: 18px;
  height: auto;
  aspect-ratio: 1;
}
.p-bottom__tel-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
}

.p-bottom__tel-text {
  font-size: 20px;
  font-weight: 700;
  color: #1391e6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:320px) and (max-width:374px) {
  .p-bottom__tel-text {
    font-size: 16px;
    white-space: nowrap;
  }
}

.p-bottom__tel-open {
  margin-top: -8px;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  color: #393939;
}

.p-bottom__reserve {
  padding-block: 5px;
  padding-inline: 10px;
  background-color: #1391e6;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  border-radius: 8px;
  width: 134px;
  height: 30px;
}
.p-bottom__reserve:hover {
  background-color: #0060a0;
  border-color: #1391e6;
}

.p-bottom__reserve-textWrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

.p-bottom__reserve-text {
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}
.p-bottom__reserve-text:nth-child(1) {
  font-size: 16px;
}
@media screen and (min-width:320px) and (max-width:374px) {
  .p-bottom__reserve-text:nth-child(1) {
    font-size: 12px;
  }
}
.p-bottom__reserve-text:nth-child(2) {
  font-size: 12px;
}
@media screen and (min-width:320px) and (max-width:374px) {
  .p-bottom__reserve-text:nth-child(2) {
    font-size: 9px;
  }
}

.p-side__btn {
  display: none;
  position: relative;
  z-index: 100;
}
@media screen and (min-width:600px) {
  .p-side__btn {
    display: block;
  }
}

.p-side__reserve {
  position: fixed;
  top: 170px;
  right: 0;
  padding: 20px 17px;
  background-color: #1391e6;
  border-radius: 20px 0 0 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: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-side__reserve:hover {
  background-color: #0060a0;
  border-color: #1391e6;
}

@media screen and (min-width:900px) {
  .p-side__reserve-icon img {
    width: 52px;
    height: auto;
    aspect-ratio: 52/32;
  }
}

.p-side__reserve-textWrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

.p-side__reserve-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.p-about-fv {
  margin-top: 34px;
}
@media screen and (min-width:900px) {
  .p-about-fv {
    margin-top: 88px;
  }
}

@media screen and (min-width:900px) {
  .p-about-fv__inner {
    padding-left: 60px;
    padding-right: 60px;
    margin-inline: auto;
  }
}

.p-about-fv__wrap {
  position: relative;
}

.p-about-fv__img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
@media screen and (min-width:900px) {
  .p-about-fv__img {
    width: 100%; /* または指定したい幅 */
    height: 340px; /* 高さを指定 */
    overflow: hidden;
  }
}
.p-about-fv__img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
@media screen and (min-width:900px) {
  .p-about-fv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-about-fv__text {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-about-fv__text-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 4.8px;
}
@media screen and (min-width:900px) {
  .p-about-fv__text-title {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}

.p-about-fv__text-subTitle {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
@media screen and (min-width:900px) {
  .p-about-fv__text-subTitle {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.p-policy {
  position: relative;
  padding-top: 60px;
  z-index: 30;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .p-policy {
    padding-top: 78px;
  }
}
.p-policy::after {
  content: "";
  position: absolute;
  background: url(../img/concept-deco.svg) no-repeat center center/contain;
  width: 556px;
  height: 308px;
  top: 130px;
  left: 10px;
}
@media screen and (min-width:600px) {
  .p-policy::after {
    width: 100%;
  }
}
@media screen and (min-width:900px) {
  .p-policy::after {
    top: 120px;
    width: 1200px;
    height: 726px;
    left: 450px;
  }
}
@media screen and (min-width:1200px) {
  .p-policy::after {
    top: 176px;
    width: 1310px;
    height: 726px;
    left: 450px;
  }
}

.p-policy__wrap {
  position: relative;
  z-index: 40;
}
@media screen and (min-width:900px) {
  .p-policy__wrap {
    padding-top: 240px;
    padding-bottom: 178px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 93px;
  }
}
@media screen and (min-width:1200px) {
  .p-policy__wrap {
    padding-top: 240px;
    padding-bottom: 178px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 93px;
  }
}

.p-policy__inner {
  padding-inline: 20px;
}
@media screen and (min-width:900px) {
  .p-policy__inner {
    padding-inline: 0px;
    width: min(547px, 100%);
    margin-inline: auto;
  }
}

.p-policy__title {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.1px;
  color: #1391e6;
  -webkit-margin-after: 14px;
          margin-block-end: 14px;
}
@media screen and (min-width:900px) {
  .p-policy__title {
    font-size: 14px;
    letter-spacing: 1.4px;
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}

.p-policy__textWrap {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width:900px) {
  .p-policy__textWrap {
    margin-top: 0;
    width: 407px;
    gap: 39px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-policy__titles {
  margin-top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-policy__subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.8px;
}
@media screen and (min-width:900px) {
  .p-policy__subtitle {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

@media screen and (min-width:900px) {
  .p-policy__textBlock {
    width: 407px;
  }
}
@media screen and (min-width:1700px) {
  .p-policy__textBlock {
    width: 580px;
  }
}

.p-policy__text {
  font-size: 14px;
  font-weight: 500;
}

.p-policy__image {
  margin-top: 40px;
}
@media screen and (min-width:900px) {
  .p-policy__image {
    margin-top: 0;
  }
}
.p-policy__image img {
  width: 334px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 20px 20px 0;
}
@media screen and (min-width:600px) {
  .p-policy__image img {
    width: 600px;
  }
}
@media screen and (min-width:900px) {
  .p-policy__image img {
    display: block;
    width: 50vw;
    left: calc((50vw - 50%) * -1);
    aspect-ratio: 640/438;
  }
}

@media screen and (min-width:900px) {
  .p-feature {
    padding-top: 50px;
  }
}

.p-feature__wrap {
  position: relative;
  z-index: 40;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .p-feature__wrap {
    margin-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 93px;
  }
}

.p-feature__inner {
  padding-inline: 20px;
}
@media screen and (min-width:900px) {
  .p-feature__inner {
    width: 407px;
    padding-inline: 0px;
    padding-left: 136px;
    margin-inline: auto;
  }
}
@media screen and (min-width:1700px) {
  .p-feature__inner {
    width: 407px;
    padding-inline: 0px;
    margin-inline: auto;
  }
}

.p-feature__textWrap {
  margin-top: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width:900px) {
  .p-feature__textWrap {
    margin-top: 0;
    gap: 39px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
    width: 407px;
  }
}
@media screen and (min-width:1700px) {
  .p-feature__textWrap {
    width: 580px;
  }
}

.p-feature__titles {
  margin-top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-feature__title {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.1px;
  color: #1391e6;
  -webkit-margin-after: 14px;
          margin-block-end: 14px;
}
@media screen and (min-width:900px) {
  .p-feature__title {
    display: inline-block;
    -moz-text-align-last: left;
         text-align-last: left;
    font-size: 14px;
    letter-spacing: 1.4px;
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}

.p-feature__subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
}
@media screen and (min-width:900px) {
  .p-feature__subtitle {
    display: inline-block;
    -moz-text-align-last: left;
         text-align-last: left;
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.p-feature__text {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width:900px) {
  .p-feature__text {
    display: inline-block;
    text-align: left;
  }
}

.p-feature__image {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (min-width:900px) {
  .p-feature__image {
    margin-top: 0;
  }
}
.p-feature__image img {
  width: 334px;
  height: auto;
  aspect-ratio: 334/230;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width:600px) {
  .p-feature__image img {
    width: 600px;
  }
}
@media screen and (min-width:900px) {
  .p-feature__image img {
    display: block;
    width: 50vw;
    right: calc((50vw - 50%) * -1);
    aspect-ratio: 640/438;
  }
}

.p-gallery {
  padding-top: 100px;
  padding-bottom: 90px;
}
@media screen and (min-width:900px) {
  .p-gallery {
    padding-top: 0;
    padding-bottom: 148px;
  }
}

.p-gallery__photos {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 11px;
  grid-row-gap: 5px;
}
@media screen and (min-width:900px) {
  .p-gallery__photos {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 18px;
  }
}

.p-gallery__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 20px;
}
@media screen and (min-width:900px) {
  .p-gallery__photo img {
    max-width: 317px;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}

.p-medical-subPage-fv {
  margin-top: 34px;
}
@media screen and (min-width:900px) {
  .p-medical-subPage-fv {
    margin-top: 88px;
  }
}

@media screen and (min-width:900px) {
  .p-medical-subPage-fv__inner {
    padding-left: 60px;
    padding-right: 60px;
    margin-inline: auto;
  }
}

.p-medical-subPage-fv__wrap {
  position: relative;
}

.p-medical-subPage-fv__img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.p-medical-subPage-fv__img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
@media screen and (min-width:900px) {
  .p-medical-subPage-fv__img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1160/340;
  }
}

.p-medical-subPage-fv__text {
  margin-top: -3px;
  position: absolute;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-medical-subPage-fv__text-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 4px;
}
@media screen and (min-width:900px) {
  .p-medical-subPage-fv__text-title {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}

.p-medical-subPage-fv__text-subTitle {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
@media screen and (min-width:900px) {
  .p-medical-subPage-fv__text-subTitle {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.p-medical-subPage-fv__breadcrumb {
  padding-top: 5px;
}

.p-medical-subPage-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.p-medical-category {
  padding-top: 60px;
  padding-bottom: 156px;
}
@media screen and (min-width:900px) {
  .p-medical-category {
    padding-top: 78px;
    padding-bottom: 258px;
  }
}

.p-medical-category__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 82px;
  text-align: center;
}

.p-medical-category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 31px;
}

.p-medical__title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}

.p-medical__listTitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
}
@media screen and (min-width:900px) {
  .p-medical__listTitle {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2.24px;
  }
}

.p-medical__listLabel {
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.12px;
  border-radius: 24px;
  color: #ffffff;
  background-color: #1391e6;
}
@media screen and (min-width:900px) {
  .p-medical__listLabel {
    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;
  }
}

.listLabel-red {
  background-color: #ee5a6d;
}

.p-medical__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (min-width:900px) {
  .p-medical__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    white-space: nowrap;
  }
}
@media screen and (min-width:1200px) {
  .p-medical__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}

.c-btn-blue {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
  color: #1391e6;
  border-radius: 12px;
  padding: 15px 20px;
  border: 1px solid #1391e6;
}
@media screen and (min-width:900px) {
  .c-btn-blue {
    font-size: 24px;
    letter-spacing: 1.92px;
    padding: 16px 30px;
  }
}
.c-btn-blue:hover {
  background-color: #dff1fd;
  padding-top: 5px;
  padding-bottom: 25px;
  height: 100%;
}
.c-btn-blue:hover::after {
  position: absolute;
  content: "";
  background-image: url(../img/c-btn-blue-arrow.png);
  width: 20px;
  height: 20px;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-medical-care-general {
  padding-bottom: 154px;
}
@media screen and (min-width:900px) {
  .p-medical-care-general {
    padding-bottom: 251px;
  }
}

.p-medical-care-general__decoration-top {
  position: relative;
  width: 100%;
  height: 8.359375vw; /* ここがポイント */
}
.p-medical-care-general__decoration-top::before {
  content: "";
  position: absolute;
  background-image: url(../img/information-bg-top.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: inherit;
  height: inherit;
}

.p-medical-care-general__decoration-top-left {
  position: relative;
  width: 100%;
}
.p-medical-care-general__decoration-top-left::before {
  content: "";
  position: absolute;
  background-image: url(../img/medical-care-left.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -77px;
  width: 50px;
  height: 55px;
  left: 7px;
}
@media screen and (min-width:900px) {
  .p-medical-care-general__decoration-top-left::before {
    width: 126px;
    height: 138px;
    top: -190px;
    left: 20px;
  }
}

.p-medical-care-general__decoration-top-nose {
  position: relative;
  width: 100%;
}
.p-medical-care-general__decoration-top-nose::before {
  content: "";
  position: absolute;
  background-image: url(../img/medical-care-nose_sp.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -88px;
  width: 59px;
  height: 59px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width:600px) {
  .p-medical-care-general__decoration-top-nose::before {
    top: -120px;
  }
}
@media screen and (min-width:900px) {
  .p-medical-care-general__decoration-top-nose::before {
    background-image: url(../img/medical-care-nose.png);
    width: 100px;
    height: 90px;
    top: -200px;
  }
}
@media screen and (min-width:1200px) {
  .p-medical-care-general__decoration-top-nose::before {
    top: -203px;
  }
}
@media screen and (min-width:1700px) {
  .p-medical-care-general__decoration-top-nose::before {
    top: -250px;
  }
}

.p-medical-care-general__decoration-top-right {
  position: relative;
  width: 100%;
}
.p-medical-care-general__decoration-top-right::before {
  content: "";
  position: absolute;
  background-image: url(../img/medical-care-right.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -52px;
  width: 25px;
  height: 25px;
  right: 12px;
}
@media screen and (min-width:900px) {
  .p-medical-care-general__decoration-top-right::before {
    width: 57.356px;
    height: 57.362px;
    top: -138px;
    right: 40px;
  }
}

.p-medical-care-general__contents {
  padding-top: 29px;
  padding-bottom: 62px;
  background-color: #dff1fd;
}
@media screen and (min-width:900px) {
  .p-medical-care-general__contents {
    padding-top: 0;
    padding-bottom: 85px;
  }
}

@media screen and (min-width:900px) {
  .p-medical-care-general__boxes-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

@media screen and (min-width:900px) {
  .p-medical-care-general__titleWrap {
    margin-bottom: 60px;
  }
}

.p-medical-care-general__boxes {
  margin-top: 41px;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width:900px) {
  .p-medical-care-general__boxes {
    margin-top: 0;
    padding: 60px;
  }
}

.p-medical-care-general__box {
  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:900px) {
  .p-medical-care-general__box {
    gap: 0;
  }
}

.p-medical-care-general__boxLabel {
  position: relative;
  display: block;
}
.p-medical-care-general__boxLabel::before {
  position: absolute;
  content: "";
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%, 50% 80%);
  background-color: #1391e6;
  width: 80px;
  height: 60px;
  top: -20px;
  right: 0;
  z-index: 30;
}
@media screen and (min-width:900px) {
  .p-medical-care-general__boxLabel::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 80px;
    top: -60px;
  }
}

.p-medical-care-general__boxLabel-text {
  position: absolute;
  display: block;
  top: -5px;
  right: 10px;
  z-index: 40;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.12px;
  color: #ffffff;
}
@media screen and (min-width:900px) {
  .p-medical-care-general__boxLabel-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.28px;
    width: 80px;
    height: 60px;
    top: -40px;
    right: 5px;
  }
}

.p-medical-care-general__boxTitle-wrap {
  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:900px) {
  .p-medical-care-general__boxTitle-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 40px;
  }
}

.p-medical-care-general__boxTitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.6px;
}
@media screen and (min-width:900px) {
  .p-medical-care-general__boxTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2.24px;
  }
}

.p-medical-care-general__boxSubTitle {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
  color: #1391e6;
}
@media screen and (min-width:900px) {
  .p-medical-care-general__boxSubTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
  }
}

.p-medical-care-general__box__body {
  position: relative;
  padding-top: 34px;
  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;
}
.p-medical-care-general__box__body::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 16px;
  left: 0;
  border-bottom: 1px solid #888888;
}
@media screen and (min-width:900px) {
  .p-medical-care-general__box__body::after {
    top: 35px;
  }
}
@media screen and (min-width:900px) {
  .p-medical-care-general__box__body {
    padding-top: 72px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.p-medical-care-general__boxText {
  font-weight: 500;
}
@media screen and (min-width:900px) {
  .p-medical-care-general__boxText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 420px;
  }
}

.p-medical-care-general__boxImgWrap {
  width: 100%;
  height: auto;
  aspect-ratio: 295/221;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (min-width:900px) {
  .p-medical-care-general__boxImgWrap {
    aspect-ratio: 420/315;
  }
}

.p-medical-care-general__boxImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-medical-care-general__boxImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 295/221;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:900px) {
  .p-medical-care-general__boxImg img {
    width: 100%;
    height: auto;
    aspect-ratio: 420/315;
  }
}

.p-medical-care-general__decoration-bottom {
  position: relative;
  width: 100%;
  height: 7.578125vw; /* ここがポイント */
}
.p-medical-care-general__decoration-bottom::after {
  content: "";
  position: absolute;
  background-image: url(../img/information-bg-bottom.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: inherit;
  height: inherit;
}

.p-medical-care-general__decoration-bottom-left {
  position: relative;
  width: 100%;
}
.p-medical-care-general__decoration-bottom-left::before {
  content: "";
  position: absolute;
  background-image: url(../img/medical-care-left-w.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 40px;
  width: 24px;
  height: 25px;
  left: 12px;
}
@media screen and (min-width:600px) {
  .p-medical-care-general__decoration-bottom-left::before {
    bottom: 70px;
  }
}
@media screen and (min-width:900px) {
  .p-medical-care-general__decoration-bottom-left::before {
    width: 57px;
    height: 59px;
    bottom: 97px;
    left: 40px;
  }
}
@media screen and (min-width:1700px) {
  .p-medical-care-general__decoration-bottom-left::before {
    bottom: 147px;
  }
}

.p-medical-care-general__decoration-bottom-right {
  position: relative;
  width: 100%;
}
.p-medical-care-general__decoration-bottom-right::before {
  content: "";
  position: absolute;
  background-image: url(../img/medical-care-right-w.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 20px;
  width: 56px;
  height: 60px;
  right: 7px;
}
@media screen and (min-width:600px) {
  .p-medical-care-general__decoration-bottom-right::before {
    bottom: 50px;
  }
}
@media screen and (min-width:900px) {
  .p-medical-care-general__decoration-bottom-right::before {
    width: 125.307px;
    height: 138px;
    bottom: 77px;
    right: 20px;
  }
}
@media screen and (min-width:1700px) {
  .p-medical-care-general__decoration-bottom-right::before {
    bottom: 125px;
  }
}

.p-medical-care-special {
  padding-bottom: 96px;
}
@media screen and (min-width:900px) {
  .p-medical-care-special {
    padding-bottom: 156px;
  }
}

@media screen and (min-width:900px) {
  .p-medical-care-special__titleWrap {
    margin-bottom: 60px;
  }
}

.p-medical-care-special__decoration-top {
  position: relative;
  width: 100%;
  height: 8.359375vw; /* ここがポイント */
}
.p-medical-care-special__decoration-top::before {
  content: "";
  position: absolute;
  background-image: url(../img/information-bg-top.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: inherit;
  height: inherit;
}

.p-medical-care-special__decoration-top-left {
  position: relative;
  width: 100%;
}
.p-medical-care-special__decoration-top-left::before {
  content: "";
  position: absolute;
  background-image: url(../img/medical-care-left.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -77px;
  width: 50px;
  height: 55px;
  left: 7px;
}
@media screen and (min-width:900px) {
  .p-medical-care-special__decoration-top-left::before {
    width: 126px;
    height: 138px;
    top: -190px;
    left: 20px;
  }
}

.p-medical-care-special__decoration-top-nose {
  position: relative;
  width: 100%;
}
.p-medical-care-special__decoration-top-nose::before {
  content: "";
  position: absolute;
  background-image: url(../img/medical-care-nose_sp.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -88px;
  width: 59px;
  height: 59px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width:600px) {
  .p-medical-care-special__decoration-top-nose::before {
    top: -120px;
  }
}
@media screen and (min-width:900px) {
  .p-medical-care-special__decoration-top-nose::before {
    background-image: url(../img/medical-care-nose.png);
    width: 100px;
    height: 90px;
    top: -200px;
  }
}
@media screen and (min-width:1200px) {
  .p-medical-care-special__decoration-top-nose::before {
    top: -203px;
  }
}
@media screen and (min-width:1700px) {
  .p-medical-care-special__decoration-top-nose::before {
    top: -250px;
  }
}

.p-medical-care-special__decoration-top-right {
  position: relative;
  width: 100%;
}
.p-medical-care-special__decoration-top-right::before {
  content: "";
  position: absolute;
  background-image: url(../img/medical-care-right.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -52px;
  width: 25px;
  height: 25px;
  right: 12px;
}
@media screen and (min-width:900px) {
  .p-medical-care-special__decoration-top-right::before {
    width: 57.356px;
    height: 57.362px;
    top: -138px;
    right: 40px;
  }
}

.p-medical-care-special__contents {
  padding-top: 32px;
  padding-bottom: 65px;
  background-color: #dff1fd;
}
@media screen and (min-width:900px) {
  .p-medical-care-special__contents {
    padding-top: 5px;
    padding-bottom: 85px;
  }
}

@media screen and (min-width:900px) {
  .p-medical-care-special__boxes-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.p-medical-care-special__boxes {
  margin-top: 41px;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width:900px) {
  .p-medical-care-special__boxes {
    margin-top: 0;
    padding: 60px;
  }
}

.p-medical-care-special__box {
  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:900px) {
  .p-medical-care-special__box {
    gap: 0;
  }
}

.boxLabel-red {
  position: relative;
  display: block;
}
.boxLabel-red::before {
  position: absolute;
  content: "";
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%, 50% 80%);
  background-color: #ee5a6d;
  width: 80px;
  height: 60px;
  top: -20px;
  right: 0;
  z-index: 30;
}
@media screen and (min-width:900px) {
  .boxLabel-red::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 80px;
    top: -60px;
  }
}

.p-medical-care-special__boxLabel-text {
  position: absolute;
  display: block;
  top: -5px;
  right: 25px;
  z-index: 40;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.12px;
  color: #ffffff;
}
@media screen and (min-width:900px) {
  .p-medical-care-special__boxLabel-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 5px;
    width: 80px;
    height: 60px;
    top: -40px;
    right: -12px;
  }
}

.p-medical-care-special__boxTitle-wrap {
  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:900px) {
  .p-medical-care-special__boxTitle-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 40px;
  }
}

.p-medical-care-special__boxTitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.6px;
}
@media screen and (min-width:900px) {
  .p-medical-care-special__boxTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2.24px;
  }
}

.p-medical-care-special__boxSubTitle {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
  color: #1391e6;
}
@media screen and (min-width:900px) {
  .p-medical-care-special__boxSubTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
  }
}

.p-medical-care-special__box__body {
  position: relative;
  padding-top: 34px;
  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;
}
.p-medical-care-special__box__body::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 16px;
  left: 0;
  border-bottom: 1px solid #888888;
}
@media screen and (min-width:900px) {
  .p-medical-care-special__box__body::after {
    top: 32px;
  }
}
@media screen and (min-width:900px) {
  .p-medical-care-special__box__body {
    padding-top: 72px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.p-medical-care-special__boxText {
  font-weight: 500;
}
@media screen and (min-width:900px) {
  .p-medical-care-special__boxText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 420px;
  }
}

.p-medical-care-special__boxImgWrap {
  width: 100%;
  height: auto;
  aspect-ratio: 295/221;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .p-medical-care-special__boxImgWrap {
    aspect-ratio: 420/315;
  }
}

.p-medical-care-special__boxImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-medical-care-special__boxImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 295/221;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:900px) {
  .p-medical-care-special__boxImg img {
    width: 100%;
    height: auto;
    aspect-ratio: 420/315;
  }
}

.p-medical-care-special__decoration-bottom {
  position: relative;
  width: 100%;
  height: 7.578125vw; /* ここがポイント */
}
.p-medical-care-special__decoration-bottom::after {
  content: "";
  position: absolute;
  background-image: url(../img/information-bg-bottom.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: inherit;
  height: inherit;
}

.p-medical-care-special__decoration-bottom-left {
  position: relative;
  width: 100%;
}
.p-medical-care-special__decoration-bottom-left::before {
  content: "";
  position: absolute;
  background-image: url(../img/medical-care-left-w.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 40px;
  width: 24px;
  height: 25px;
  left: 12px;
}
@media screen and (min-width:600px) {
  .p-medical-care-special__decoration-bottom-left::before {
    bottom: 70px;
  }
}
@media screen and (min-width:900px) {
  .p-medical-care-special__decoration-bottom-left::before {
    width: 57px;
    height: 59px;
    bottom: 97px;
    left: 40px;
  }
}
@media screen and (min-width:1700px) {
  .p-medical-care-special__decoration-bottom-left::before {
    bottom: 147px;
  }
}

.p-medical-care-special__decoration-bottom-right {
  position: relative;
  width: 100%;
}
.p-medical-care-special__decoration-bottom-right::before {
  content: "";
  position: absolute;
  background-image: url(../img/medical-care-right-w.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 20px;
  width: 56px;
  height: 60px;
  right: 7px;
}
@media screen and (min-width:600px) {
  .p-medical-care-special__decoration-bottom-right::before {
    bottom: 50px;
  }
}
@media screen and (min-width:900px) {
  .p-medical-care-special__decoration-bottom-right::before {
    width: 125.307px;
    height: 138px;
    bottom: 77px;
    right: 20px;
  }
}
@media screen and (min-width:1700px) {
  .p-medical-care-special__decoration-bottom-right::before {
    bottom: 125px;
  }
}

.p-staff-subPage-fv {
  margin-top: 34px;
}
@media screen and (min-width:900px) {
  .p-staff-subPage-fv {
    margin-top: 88px;
  }
}

@media screen and (min-width:900px) {
  .p-staff-subPage-fv__inner {
    padding-left: 60px;
    padding-right: 60px;
    margin-inline: auto;
  }
}

.p-staff-subPage-fv__wrap {
  position: relative;
}

.p-staff-subPage-fv__img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.p-staff-subPage-fv__img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
@media screen and (min-width:900px) {
  .p-staff-subPage-fv__img img {
    max-width: 100%;
    height: 100%;
    aspect-ratio: 1160/340;
  }
}

.p-staff-subPage-fv__text {
  margin-top: -3px;
  position: absolute;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-staff-subPage-fv__text-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 4.8px;
}
@media screen and (min-width:900px) {
  .p-staff-subPage-fv__text-title {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}

.p-staff-subPage-fv__text-subTitle {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
@media screen and (min-width:900px) {
  .p-staff-subPage-fv__text-subTitle {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.p-staff-subPage-fv__breadcrumb {
  padding-top: 5px;
}

.p-staff-subPage-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.p-staff-greeting {
  padding-top: 60px;
}
@media screen and (min-width:900px) {
  .p-staff-greeting {
    padding-top: 80px;
  }
}

@media screen and (min-width:900px) {
  .p-staff-greeting__inner {
    max-width: min(1000px, 100%);
    padding-left: 140px;
    padding-right: 140px;
    margin-inline: auto;
  }
}

.p-staff-greeting__title {
  padding-bottom: 40px;
}
@media screen and (min-width:900px) {
  .p-staff-greeting__title {
    padding-bottom: 60px;
  }
}

.p-staff-greeting__contents {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width:900px) {
  .p-staff-greeting__contents {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width:1200px) {
  .p-staff-greeting__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}

.p-staff-greeting__left {
  display: contents;
}
@media screen and (min-width:900px) {
  .p-staff-greeting__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-staff-greeting__contentBlock1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width:900px) {
  .p-staff-greeting__contentBlock1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-staff-greeting__contentTitle {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
}
@media screen and (min-width:900px) {
  .p-staff-greeting__contentTitle {
    margin-bottom: 0;
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.p-staff-greeting__contentText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  font-weight: 500;
}
@media screen and (min-width:900px) {
  .p-staff-greeting__contentText {
    margin-top: 40px;
  }
}

.text-right {
  display: block;
  text-align: right;
  font-weight: 500;
}
.p-staff-greeting__contentBlock2 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width:900px) {
  .p-staff-greeting__contentBlock2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 44px;
  }
}

.p-staff-greeting__contentBlock2-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-top: 16px;
}
.p-staff-greeting__underline {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #393939;
  padding-bottom: 4px;
}
.p-staff-greeting__career-table {
  font-weight: 500;
}

.table__content {
  letter-spacing: normal;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-bottom: 13px;
}

.p-staff-greeting__license {
  font-weight: 500;
}
@media screen and (min-width:900px) {
  .p-staff-greeting__license {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}
.p-staff-greeting__license li {
  margin-bottom: 14px;
}
@media screen and (min-width:900px) {
  .p-staff-greeting__license li {
    margin-bottom: 0;
  }
}

.p-staff-greeting__titleImage {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 18px;
}
@media screen and (min-width:900px) {
  .p-staff-greeting__titleImage {
    margin-block: 0;
  }
}
.p-staff-greeting__titleImage img {
  width: 100%;
  height: auto;
  aspect-ratio: 335/446;
  border-radius: 20px;
}
@media screen and (min-width:900px) {
  .p-staff-greeting__titleImage img {
    width: 460px;
    height: auto;
    aspect-ratio: 460/613;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-staff__slider {
  padding-top: 88px;
  padding-bottom: 96px;
}
@media screen and (min-width:900px) {
  .p-staff__slider {
    padding-top: 156px;
    padding-bottom: 160px;
  }
}

.p-staff__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-staff-greeting-card__image img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
@media screen and (min-width:900px) {
  .p-staff-greeting-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; /* 画像を歪ませず、トリミングしてフィットさせる */
    aspect-ratio: 305/229;
  }
}

.p-staff-Introduction {
  padding-bottom: 100px;
}
@media screen and (min-width:900px) {
  .p-staff-Introduction {
    padding-bottom: 120px;
  }
}

@media screen and (min-width:900px) {
  .p-staff-Introduction__inner {
    max-width: min(1000px, 100%);
    padding-left: 140px;
    padding-right: 140px;
    margin-inline: auto;
  }
}

@media screen and (min-width:900px) {
  .p-staff-Introduction__contents {
    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:900px) {
  .p-staff-Introduction__block1 {
    margin-top: 25px;
    margin-bottom: 24px;
  }
}

.p-staff-Introduction__blockTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  margin-top: 38px;
}
@media screen and (min-width:900px) {
  .p-staff-Introduction__blockTitle {
    margin-top: 31px;
  }
}

.p-staff-Introduction__line {
  border-bottom: 1px solid #393939;
  margin-top: 6px;
}
@media screen and (min-width:900px) {
  .p-staff-Introduction__line {
    margin-top: 7px;
  }
}

@media screen and (min-width:900px) {
  .p-staff__cards {
    margin-top: 7px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 0px;
    max-width: 280px;
  }
}
@media screen and (min-width:1200px) {
  .p-staff__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 0px;
    max-width: 280px;
  }
}

.p-staff__card {
  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:900px) {
  .p-staff__card .cardInfo1 dt:nth-child(1) {
    padding-top: 20px;
    padding-bottom: 23px;
  }
  .p-staff__card .cardInfo2 dt:nth-child(1) {
    padding-block: 17px;
  }
}

.p-staff__cardImage {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:900px) {
  .p-staff__cardImage {
    margin-top: 33px;
  }
}
.p-staff__cardImage img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
@media screen and (min-width:900px) {
  .p-staff__cardImage img {
    width: 280px;
    height: auto;
    aspect-ratio: 280/280;
  }
}

.p-staff__cardName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-block: 15px;
  gap: 12px;
}
.p-staff__job {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.96px;
}

.p-staff__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.44px;
}

.p-staff__cardInfo {
  font-weight: 500;
  line-height: 1.5;
}
.p-staff__cardInfo dl {
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1px;
}
@media screen and (min-width:900px) {
  .p-staff__cardInfo dl {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 1px;
  }
}
.p-staff__cardInfo dt {
  background-color: #dff1fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  padding: 17px 20px;
  font-size: 14px;
  line-height: 1.5;
}
.p-staff__cardInfo dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
@media screen and (min-width:900px) {
  .p-staff__cardInfo dd {
    padding-left: 20px;
  }
}

@media screen and (min-width:900px) {
  .p-staff-Introduction__block2 {
    margin-bottom: 14px;
  }
  .p-staff-Introduction__block2 .p-staff__card {
    margin-bottom: 26px;
  }
  .p-staff-Introduction__block2 .p-staff__cardInfo dt {
    padding-inline: 20px;
    padding-block: 17px;
  }
}
.p-staff-Introduction__block2 .p-staff__card .p-staff__cardInfo dl {
  grid-template-columns: 160px 1fr;
}
@media screen and (min-width:900px) {
  .p-staff-Introduction__block2 .p-staff__card .p-staff__cardInfo dl:nth-of-type(1) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 1px;
  }
  .p-staff-Introduction__block2 .p-staff__card .p-staff__cardInfo dl:nth-of-type(2) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 1px;
  }
}

.p-staffBlog-subPage-fv {
  margin-top: 34px;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .p-staffBlog-subPage-fv {
    margin-top: 88px;
  }
}

@media screen and (min-width:900px) {
  .p-staffBlog-subPage-fv__inner {
    padding-left: 60px;
    padding-right: 60px;
    margin-inline: auto;
  }
}

.p-staffBlog-fv__wrap {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 335/188;
  overflow: hidden;
  border-radius: 12px;
}

.p-staffBlog-fv__img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.p-staffBlog-fv__img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  aspect-ratio: 335/188;
}
@media screen and (min-width:900px) {
  .p-staffBlog-fv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-staffBlog-fv__text {
  margin-top: -3px;
  position: absolute;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-staffBlog-fv__text-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 4.8px;
}
@media screen and (min-width:900px) {
  .p-staffBlog-fv__text-title {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}

.p-staffBlog-fv__text-subTitle {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
@media screen and (min-width:900px) {
  .p-staffBlog-fv__text-subTitle {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.p-staffBlog-fv__breadcrumb {
  padding-top: 5px;
}

.p-staffBlog-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.p-staffBlog-subPage {
  position: relative;
  padding-top: 60px;
}
@media screen and (min-width:900px) {
  .p-staffBlog-subPage {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

@media screen and (min-width:1200px) {
  .p-staffBlog-subPage__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    max-width: min(1000px, 100%);
    padding-left: 140px;
    padding-right: 140px;
    margin: 0 auto;
  }
}

.p-staffBlog__contents-left {
  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;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:900px) {
  .p-staffBlog__contents-left {
    gap: 97px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.p-staffBlog__lists {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 0 auto;
}
@media screen and (min-width:900px) {
  .p-staffBlog__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.p-staffBlog__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media screen and (min-width:900px) {
  .p-staffBlog__card {
    width: 670px;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-staffBlog__card:hover .p-staffBlog__card__img img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.p-staffBlog__card:hover .p-staffBlog__card__title {
  color: #1391e6;
}
.p-staffBlog__card__img {
  width: 133px;
  height: 101px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  overflow: hidden;
}
@media screen and (min-width:600px) {
  .p-staffBlog__card__img {
    width: 264px;
    height: 153px;
  }
}
@media screen and (min-width:900px) {
  .p-staffBlog__card__img {
    width: 264px;
    height: 153px;
  }
}
.p-staffBlog__card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-staffBlog__card__body {
  width: 192px;
  height: auto;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:320px) and (max-width:374px) {
  .p-staffBlog__card__body {
    width: 140px;
  }
}
@media screen and (min-width:1200px) {
  .p-staffBlog__card__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    gap: 14px;
    width: 386px;
    padding-top: 33px;
  }
}

.p-staffBlog__card__category {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: #1391e6;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width:900px) {
  .p-staffBlog__card__category {
    padding: 6px 8px;
  }
}
@media screen and (min-width:1200px) {
  .p-staffBlog__card__category {
    position: absolute;
    top: -3.5px;
    font-size: 11px;
    padding: 6px 12px;
    left: 0;
  }
}

.p-staffBlog__card__title {
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width:900px) {
  .p-staffBlog__card__title {
    font-size: 16px;
    width: 386px;
    height: 48px;
  }
}

.p-staffBlog__card__date {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width:900px) {
  .p-staffBlog__card__date {
    margin-right: auto;
  }
}

.p-blog-side-rightWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  padding-top: 100px;
  padding-bottom: 96px;
  margin: 0 auto;
}
@media screen and (min-width:1200px) {
  .p-blog-side-rightWrap {
    padding-top: 0;
    padding-bottom: 0;
    width: 300px;
  }
}

.l-side {
  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;
}

.c-side-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-bottom: 7px;
}

.c-side__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.p-blog-side-clinic__image {
  width: 100%; /* または指定したい幅 */
  height: 210px; /* 高さを指定 */
  overflow: hidden;
}
.p-blog-side-clinic__image img {
  width: 100%;
  height: 100%;
  /* 縦横比を維持しつつ、指定枠を埋める */
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:600px) {
  .p-blog-side-clinic__image {
    -o-object-position: center center;
       object-position: center center;
  }
}
@media screen and (min-width:1200px) {
  .p-blog-side-clinic__image {
    width: 300px;
    height: auto;
    aspect-ratio: 300/188;
  }
}

.p-blog-side-clinic__textWrap {
  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;
}
@media screen and (min-width:1200px) {
  .p-blog-side-clinic__textWrap {
    width: 300px;
  }
}

.p-blog-side-clinic__textTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.p-blog-side-clinic__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}

.p-blog-side-clinic__linkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-blog-side-clinic__linkWrap p {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #1391e6;
}

.p-staffBlog__contents-right {
  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;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:900px) {
  .p-staffBlog__contents-right {
    display: block;
  }
}

.p-staffBlog-right__lists {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (min-width:1200px) {
  .p-staffBlog-right__lists {
    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: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 13px;
  }
}

.p-staffBlog-right__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.p-staffBlog-right__card:hover .p-staffBlog-right__card__img img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.p-staffBlog-right__card:hover .p-staffBlog-right__card__title {
  color: #1391e6;
}
@media screen and (min-width:900px) {
  .p-staffBlog-right__card:hover .p-staffBlog-right__card__title {
    width: 170px;
  }
}

.p-staffBlog-right__card__img {
  width: 133px;
  height: 101px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .p-staffBlog-right__card__img {
    width: 120px;
    height: 90px;
  }
}
.p-staffBlog-right__card__img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width:900px) {
  .p-staffBlog-right__card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-staffBlog-right__card__body {
  width: 192px;
  height: auto;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:320px) and (max-width:374px) {
  .p-staffBlog-right__card__body {
    width: 140px;
  }
}

.p-staffBlog-right__card__category {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: #1391e6;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}

.p-staffBlog-right__card__title {
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-staffBlog-right__card__date {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width:900px) {
  .p-blog-side-category {
    margin-top: -5px;
  }
}

.p-blog-side-category__lists {
  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: 12px;
  padding-left: 21px;
}

.category__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.p-news-subPage-fv {
  margin-top: 34px;
}
@media screen and (min-width:900px) {
  .p-news-subPage-fv {
    margin-top: 88px;
  }
}

@media screen and (min-width:900px) {
  .p-news-subPage-fv__inner {
    padding-left: 60px;
    padding-right: 60px;
    margin-inline: auto;
  }
}

.p-news-fv__wrap {
  position: relative;
}

.p-news-fv__img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
@media screen and (min-width:900px) {
  .p-news-fv__img {
    width: 100%; /* または指定したい幅 */
    height: 340px; /* 高さを指定 */
    overflow: hidden;
  }
}
.p-news-fv__img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
@media screen and (min-width:900px) {
  .p-news-fv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-news-fv__text {
  margin-top: -3px;
  position: absolute;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-news-fv__text-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 4.8px;
}
@media screen and (min-width:900px) {
  .p-news-fv__text-title {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}

.p-news-fv__text-subTitle {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
@media screen and (min-width:900px) {
  .p-news-fv__text-subTitle {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.p-news-fv__breadcrumb {
  padding-top: 5px;
  white-space: nowrap;
  overflow: hidden;
}

.p-news-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.p-news-subPage {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (min-width:900px) {
  .p-news-subPage {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

@media screen and (min-width:1200px) {
  .p-news-subPage__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    max-width: min(1000px, 100%);
    padding-left: 140px;
    padding-right: 140px;
    margin: 0 auto;
  }
}

.p-news-subPage__lists {
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 0 auto;
}
@media screen and (min-width:900px) {
  .p-news-subPage__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding-bottom: 100px;
  }
}

.p-news__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  width: 335px;
}
@media screen and (min-width:900px) {
  .p-news__card {
    width: 670px;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-news__card:hover .p-news__card__img img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.p-news__card:hover .p-news__card__title {
  color: #1391e6;
}

.p-news__card__img {
  width: 133px;
  height: 101px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .p-news__card__img {
    width: 264px;
    height: 153px;
  }
}
.p-news__card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-news__card__body {
  width: 192px;
  height: auto;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:900px) {
  .p-news__card__body {
    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: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 14px;
    width: 386px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}

.p-news__card__category {
  padding: 2px 8px;
  border-radius: 999px;
  background: #1391e6;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width:900px) {
  .p-news__card__category {
    font-size: 11px;
    padding: 6px 12px;
  }
}

.p-news__card__title {
  margin-top: 5px;
  margin-bottom: 2px;
  min-height: 42px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width:600px) {
  .p-news__card__title {
    width: 400px;
  }
}
@media screen and (min-width:900px) {
  .p-news__card__title {
    margin-top: 0;
    font-size: 16px;
    width: 386px;
    height: 48px;
  }
}

.p-news__card__date {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}
.p-news-side-rightWrap {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (min-width:900px) {
  .p-news-side-rightWrap {
    padding-top: 0;
  }
}
@media screen and (min-width:1200px) {
  .p-news-side-rightWrap {
    padding-top: 0;
    width: 300px;
  }
}

.p-news__contents-right {
  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:900px) {
  .p-news__contents-right {
    display: block;
  }
}

.p-news-right__lists {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (min-width:1200px) {
  .p-news-right__lists {
    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: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 13px;
  }
}

.p-news-right__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  width: 335px;
}
.p-news-right__card:hover .p-staffBlog-right__card__img img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.p-news-right__card:hover .p-staffBlog-right__card__title {
  color: #1391e6;
}
@media screen and (min-width:900px) {
  .p-news-right__card:hover .p-staffBlog-right__card__title {
    width: 170px;
  }
}

.p-news-right__card__img {
  width: 133px;
  height: 101px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .p-news-right__card__img {
    width: 120px;
    height: 90px;
  }
}
.p-news-right__card__img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width:900px) {
  .p-news-right__card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-news-right__card__body {
  width: 192px;
  height: auto;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:600px) {
  .p-news-right__card__body {
    width: 300px;
  }
}
@media screen and (min-width:1200px) {
  .p-news-right__card__body {
    width: 170px;
  }
}

.p-news-right__card__category {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: #1391e6;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}

.p-news-right__card__title {
  margin-top: 4px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  min-height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-news-right__card__date {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

.p-news-side-category__lists {
  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: 12px;
  padding-left: 20px;
}

.p-staffBlog-subPage-dentalColumn-fv {
  margin-top: 34px;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .p-staffBlog-subPage-dentalColumn-fv {
    margin-top: 88px;
  }
}
.p-staffBlog-subPage-dentalColumn-fv .p-staffBlog-breadcrumb__list {
  overflow: hidden;
  white-space: nowrap;
}

.p-staffBlog-subPage-dentalColumn {
  position: relative;
  padding-top: 66px;
}
@media screen and (min-width:900px) {
  .p-staffBlog-subPage-dentalColumn {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

@media screen and (min-width:1200px) {
  .p-staffBlog-dentalColumn__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    max-width: min(1000px, 100%);
    padding-left: 140px;
    padding-right: 140px;
    margin: 0 auto;
  }
}

@media screen and (min-width:1200px) {
  .p-staffBlog-dentalColumn__contents-left {
    width: 670px;
  }
}

.p-staffBlog-dentalColumn__titleWrap {
  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;
  padding-bottom: 12px;
}

.p-staffBlog-dentalColumn__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
}
@media screen and (min-width:900px) {
  .p-staffBlog-dentalColumn__title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.p-staffBlog-dentalColumn__dateWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
}

.p-staffBlog-dentalColumn__date {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1391e6;
}
.p-staffBlog-dentalColumn__date::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-dentalColumn.svg);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
}

.p-staffBlog-dentalColumn__category {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1391e6;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width:900px) {
  .p-staffBlog-dentalColumn__category {
    top: 15.5px;
    font-size: 11px;
    padding: 6px 12px;
    left: 0;
  }
}

.p-staffBlog-dentalColumn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  padding-top: 28px;
}

.p-staffBlog-dentalColumn__subBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.p-staffBlog-dentalColumn__subTitle {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.44px;
  color: #1391e6;
  padding-left: 22px;
}
@media screen and (min-width:900px) {
  .p-staffBlog-dentalColumn__subTitle {
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}
.p-staffBlog-dentalColumn__subTitle::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 27px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #1391e6;
}

.p-staffBlog-dentalColumn__subText {
  font-weight: 500;
}

.p-staffBlog-dentalColumn__lists {
  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:900px) {
  .p-staffBlog-dentalColumn__lists {
    gap: 6px;
  }
}

.p-staffBlog-dentalColumn__listTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.28px;
  color: #1391e6;
}
@media screen and (min-width:900px) {
  .p-staffBlog-dentalColumn__listTitle {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}

.p-staffBlog-dentalColumn__listTexts {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 9px;
  padding-left: 20px;
}
@media screen and (min-width:900px) {
  .p-staffBlog-dentalColumn__listTexts {
    margin-top: 8px;
  }
}

.p-staffBlog-dentalColumn__listText {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-staffBlog-dentalColumn__listText::before {
  position: absolute;
  content: "・";
  left: 0;
  font-size: 1.5em; /* 大きさを調整（0.5emなど小さく） */
  color: inherit; /* 文字色を継承 */
}

.p-staffBlog-dentalColumn__factorBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.p-staffBlog-dentalColumn__factorTitle {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.12px;
  color: #1391e6;
}
@media screen and (min-width:900px) {
  .p-staffBlog-dentalColumn__factorTitle {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}

.p-staffBlog-dentalColumn__factorLists {
  list-style-type: decimal; /* 数字表示（デフォルト） */
  padding-left: 20px;
}

.p-staffBlog-dentalColumn__factorListText {
  font-weight: 500;
  list-style-type: decimal; /* 数字表示（デフォルト） */
}

.p-staffBlog-dentalColumn__reserve {
  margin-top: -10px;
  font-weight: 500;
}

.dental__reserve {
  color: #1391e6;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-staffBlog-dentalColumn__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}

.wp-pagination-btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-left: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 670px;
}
@media screen and (min-width:900px) {
  .wp-pagination-btn {
    margin-top: 72px;
    width: 527px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pagination-back {
  position: relative;
  border-radius: 4px;
  padding-right: 14px;
  padding-left: 40px;
  padding-block: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1391e6;
}
.pagination-back::before {
  position: absolute;
  content: "";
  background-image: url(../img/pagination-back.svg);
  width: 16px;
  height: 16px;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
}
.pagination-back:hover::before {
  left: 7px;
}

.pagination-back-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (min-width:900px) {
  .pagination-back-text {
    font-size: 14px;
  }
}

.wp-pagination-articles {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 4px;
  padding-inline: 14px;
  padding-block: 7px;
  color: #1391e6;
  border: 1px solid #1391e6;
}
.wp-pagination-articles:hover {
  background-color: #1391e6;
  color: #ffffff;
}
@media screen and (min-width:900px) {
  .wp-pagination-articles {
    font-size: 14px;
  }
}

.p-news-detail-subPage {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (min-width:900px) {
  .p-news-detail-subPage {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

.p-contact-fv {
  margin-top: 34px;
}
@media screen and (min-width:900px) {
  .p-contact-fv {
    margin-top: 88px;
  }
}

@media screen and (min-width:900px) {
  .p-contact-fv__inner {
    padding-left: 60px;
    padding-right: 60px;
    margin-inline: auto;
  }
}

.p-contact-fv__wrap {
  position: relative;
}

.p-contact-fv__img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.p-contact-fv__img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
@media screen and (min-width:900px) {
  .p-contact-fv__img img {
    max-width: 100%;
    height: 100%;
    aspect-ratio: 1160/340;
  }
}

.p-contact-fv__text {
  margin-top: -3px;
  position: absolute;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-contact-fv__text-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 4.8px;
}
@media screen and (min-width:900px) {
  .p-contact-fv__text-title {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}

.p-contact-fv__text-subTitle {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
@media screen and (min-width:900px) {
  .p-contact-fv__text-subTitle {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.p-contact-fv__breadcrumb {
  padding-top: 5px;
}

.p-contact-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.p-contact-top {
  padding-top: 60px;
  padding-bottom: 68px;
}
@media screen and (min-width:900px) {
  .p-contact-top {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

.p-contact-top__inner {
  padding-inline: 20px;
}
@media screen and (min-width:900px) {
  .p-contact-top__inner {
    max-width: min(1280px, 100%);
    padding-left: 276px;
    padding-right: 276px;
    margin-inline: auto;
  }
}

.p-contact-top-text {
  font-weight: 500;
}

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

.p-contact-form__title {
  text-align: center;
}

.p-contact-form__fields {
  padding-top: 40px;
}
@media screen and (min-width:900px) {
  .p-contact-form__fields {
    padding-top: 70px;
  }
}

.p-contact__field {
  padding-top: 24px;
  padding-bottom: 22.5px;
  border-top: 1px solid #c2c2c2;
}
@media screen and (min-width:900px) {
  .p-contact__field {
    padding-block: 28.5px;
  }
}

.p-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width:1200px) {
  .p-form__field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-form__field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:900px) {
  .p-form__field__head {
    width: 226px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 14px;
  }
}

.p-form__field__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.p-form__field__tag {
  padding: 3px 6px;
  background-color: #ee5a6d;
  color: #ffffff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width:900px) {
  .p-form__field__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; /* 残りの幅全て */
  }
}

.p-item-name,
.p-item-name2,
.p-item-tel,
.p-item-email,
.p-item-textarea {
  width: 100%;
  padding: 12px 17px;
  border-radius: 4px;
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* これを追加 */
  border: none; /* 通常時のボーダー消去 */
}
.p-item-name::-webkit-input-placeholder, .p-item-name2::-webkit-input-placeholder, .p-item-tel::-webkit-input-placeholder, .p-item-email::-webkit-input-placeholder, .p-item-textarea::-webkit-input-placeholder {
  /* これに変更 */
  color: #c2c2c2;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.p-item-name::-moz-placeholder, .p-item-name2::-moz-placeholder, .p-item-tel::-moz-placeholder, .p-item-email::-moz-placeholder, .p-item-textarea::-moz-placeholder {
  /* これに変更 */
  color: #c2c2c2;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.p-item-name:-ms-input-placeholder, .p-item-name2:-ms-input-placeholder, .p-item-tel:-ms-input-placeholder, .p-item-email:-ms-input-placeholder, .p-item-textarea:-ms-input-placeholder {
  /* これに変更 */
  color: #c2c2c2;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.p-item-name::-ms-input-placeholder, .p-item-name2::-ms-input-placeholder, .p-item-tel::-ms-input-placeholder, .p-item-email::-ms-input-placeholder, .p-item-textarea::-ms-input-placeholder {
  /* これに変更 */
  color: #c2c2c2;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.p-item-name::placeholder,
.p-item-name2::placeholder,
.p-item-tel::placeholder,
.p-item-email::placeholder,
.p-item-textarea::placeholder {
  /* これに変更 */
  color: #c2c2c2;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.p-item-textarea {
  height: 160px;
}
@media screen and (min-width:900px) {
  .p-item-textarea {
    height: 200px;
  }
}

.p-contact__button {
  padding-top: 38px;
  margin-top: -6px;
  margin-left: 0;
  text-align: center;
  border-top: 1px solid #c2c2c2;
}
@media screen and (min-width:900px) {
  .p-contact__button {
    padding-top: 68px;
    margin-left: 0;
  }
}

.button-white {
  padding: 7px 114px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
  border-radius: 28px;
  color: #1391e6;
  background-color: #fff;
  border: 1px solid #1391e6;
}
@media screen and (min-width:900px) {
  .button-white {
    padding: 14px 154px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.28px;
  }
}
.button-white:hover {
  background-color: #1391e6;
  color: #ffffff;
}

.p-contact-thankyou {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (min-width:900px) {
  .p-contact-thankyou {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

.p-reservation-top {
  padding-top: 60px;
  padding-bottom: 66px;
}
@media screen and (min-width:900px) {
  .p-reservation-top {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

.p-reservation-top__inner {
  padding-inline: 20px;
}
@media screen and (min-width:900px) {
  .p-reservation-top__inner {
    max-width: min(1280px, 100%);
    padding-left: 276px;
    padding-right: 276px;
    margin-inline: auto;
  }
}

.p-reservation__infoWraps {
  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;
}

.p-reservation-top-text {
  font-weight: 500;
}

.p-reservation__infoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.p-reservation__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
}
@media screen and (min-width:900px) {
  .p-reservation__title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.p-reservation__telWrap {
  color: #1391e6;
}

.p-reservation__tel-text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.64px;
}

.p-reservation__tel-open {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 45px;
}

.p-reservation-top-text {
  font-weight: 500;
  margin-top: -3px;
}

.p-form__field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
}

.p-item-radio {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-item-radio:checked + .p-form__field__radio-text::after {
  opacity: 1;
}
.p-item-radio:focus + .p-form__field__radio-text::before {
  border-color: #1391e6;
}

.p-form__field__radio-text {
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 32px;
}
.p-form__field__radio-text::before, .p-form__field__radio-text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.p-form__field__radio-text::before {
  width: 24px;
  height: 24px;
  border: 1px solid #1391e6;
  left: 0;
}
.p-form__field__radio-text::after {
  width: 12px;
  height: 12px;
  background-color: #1391e6;
  left: 7px;
  opacity: 0;
}

.p-item-select {
  width: 100%;
  padding: 12px 19px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* これを追加 */
  border: none; /* 通常時のボーダー消去 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f6f6f6 url(../img/select-icon.png) no-repeat center right 16px/20px 20px;
}

/* デフォルトのラジオボタンを非表示 */
.p-radio-field input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}

/* ラジオボタンの親要素（p-form__field__head）を特定 */
.p-form__field:has(#your-radio) .p-form__field__head {
  gap: 1px !important; /* ラジオフィールドのみ間隔縮小 */
}

.p-radio-field .wpcf7-list-item.first {
  margin-left: 0;
}
.p-radio-field .wpcf7-list-item {
  margin: 0 0 0 32px;
}

.p-form__field__label-text {
  color: #888888;
}

@media screen and (min-width:900px) {
  .p-form__field__heads {
    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;
  }
}

.p-radio-field span.wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-left: 32px; /* チェックボックス分のスペース確保 */
  line-height: 24px;
}
.p-radio-field span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #1391e6;
  width: 24px;
  height: 24px;
  margin-right: 0; /* 5px → 0（absoluteなので不要） */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-radio-field span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #1391e6;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.p-radio-field input[type=radio]:checked + span.wpcf7-list-item-label::after {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

/* デフォルトのチェックボックスを非表示 */
.p-checkbox-field input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-checkbox-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px 24px;
}
@media screen and (min-width:900px) {
  .p-checkbox-field {
    gap: 13px 33px;
  }
}
.p-checkbox-field .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.p-checkbox-field input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #1391e6;
  vertical-align: middle;
  margin: 0 4px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-checkbox-field input[type=checkbox]:checked:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6.359px;
  height: 11.7px;
  border-right: 2px solid #1391e6;
  border-bottom: 2px solid #1391e6;
}

.p-item-select {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

/* デフォルトのdateインジケーターを非表示 */
input[type=date]::-webkit-calendar-picker-indicator {
  /* display: none を削除 */
  opacity: 0; /* 透明にするだけ */
  position: absolute;
  right: 12px;
  cursor: pointer;
}

.p-form__field__items input[type=date] {
  position: relative; /* 擬似要素の位置決め用 */
}

/* dateフィールドの .p-form__field__items にのみ適用 */
.p-form__field:has(input[type=date]) .p-form__field__items,
input[type=date] ~ .p-form__field__items,
.p-form__field--date .p-form__field__items {
  gap: 18px !important; /* 必要に応じて !important を使用 */
}

.wpcf7-date {
  position: relative;
  border: none !important;
  background: #f6f6f6 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 12px 36px 12px 5px; /* 右側にアイコンスペースを確保 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* パディング含めて幅計算 */
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-left: 0;
  cursor: pointer; /* クリック可能であることを明示 */
}
.wpcf7-date::after {
  content: "";
  position: absolute;
  background-image: url(../img/calender-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none; /* アイコン上もinput全体でクリック可能に */
}

.p-form__field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}

.p-item-date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 12px 10px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* これを追加 */
  border: none; /* 通常時のボーダー消去 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f6f6f6;
  padding-bottom: 10px;
}