@charset "UTF-8";
body {
  line-break: strict;
  overflow-wrap: anywhere;
}

body.is-active {
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  body.is-active {
    height: initial;
    overflow: initial;
  }
}

main {
  margin-top: initial;
}

/* デフォルトの三角アイコン削除 */
summary {
  list-style: none;
  cursor: pointer;
}

/* デフォルトの三角アイコン削除（Safari） */
summary::-webkit-details-marker {
  display: none;
}

.l-header-new {
  position: sticky;
  top: 0;
  left: 0;
  padding-block: 4px 11px;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  .l-header-new {
    padding-block: 16px 10px;
  }
}
@media screen and (min-width: 1440px) {
  .l-header-new {
    padding-block: 36px 27px;
  }
}

.l-clinic-info {
  padding-block: 74px 54px;
}
@media screen and (min-width: 992px) {
  .l-clinic-info {
    padding-block: 118px 114px;
  }
}

/* 既存スタイル上書き*/
.c-ttl.c-ttl--white {
  color: #fff;
}

.c-ttl.c-ttl--white::before {
  color: inherit;
  border-color: inherit;
}

.c-ttl-capsule {
  display: inline-flex;
  justify-content: center;
  padding-inline: 1em;
  padding-block: calc(0.25em + 1px);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  background-color: #f49ec6;
  border-radius: 100vh;
  min-width: min(100%, 110px);
}

/* 既存スタイル上書き*/
.c-btn.c-btn--sm {
  max-width: 250px;
}
@media screen and (min-width: 992px) {
  .c-btn.c-btn--sm {
    max-width: 240px;
    padding-block: 10px;
  }
}

.c-btn--tel.c-btn--tel-lg {
  padding-block: 0.75em;
  border-radius: 100vh;
}
@media screen and (min-width: 992px) {
  .c-btn--tel.c-btn--tel-lg {
    font-size: 26px;
    padding-inline: 1.25em;
    padding-block: 0.25em;
    max-height: initial;
  }
}

.c-btn--tel.c-btn--tel-lg span {
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
  .c-btn--tel.c-btn--tel-lg span {
    font-size: 32px;
  }
}

.c-btn2 {
  font-weight: bold;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  color: #6fc3d3;
  background-color: #fff;
  border-radius: 12px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding-block: calc(0.5em + 2px) 0.5em;
  padding-inline: 0.5em;
  min-width: min(100%, 280px);
}
@media screen and (min-width: 992px) {
  .c-btn2 {
    font-size: 48px;
    border-radius: 20px;
    min-width: 480px;
  }
}

.c-btn2[href^=tel]::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url(../img/common/icon_tel.svg) no-repeat center/contain;
  border-radius: 12px;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .c-btn2[href^=tel]::before {
    width: 40px;
    height: 40px;
  }
}

.c-btn3 {
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #6fc3d3;
  border-radius: 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding-block: 0.75em 0.5em;
  padding-inline: 0.25em;
  min-width: 50px;
}
@media screen and (min-width: 992px) {
  .c-btn3 {
    border-radius: 100vh;
    font-weight: bold;
    font-size: 22px;
    padding-block: calc(0.25em + 1px);
    padding-inline: 1em;
  }
}

.c-btn3__sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
@media screen and (min-width: 992px) {
  .c-btn3__sp {
    display: none;
  }
}

.c-btn3[href^=tel] .c-btn3__sp::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/common/icon_tel-white.svg) no-repeat center/contain;
}
@media screen and (min-width: 992px) {
  .c-btn3[href^=tel] .c-btn3__sp::before {
    content: initial;
  }
}

.c-btn3__pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-btn3__pc {
    display: inline-block;
  }
}

.c-btn3__pc-txt {
  font-size: 18px;
}

.p-list {
  font-size: 16px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 992px) {
  .p-list {
    background-image: radial-gradient(circle, #6fc3d3 2px, transparent 2px);
    background-size: 10px 4px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}

.p-list__item {
  padding-block: 1.25em 1.5em;
  background-image: radial-gradient(circle, #6fc3d3 2px, transparent 2px);
  background-size: 10px 4px;
  background-repeat: repeat-x;
  background-position: left top;
}

.p-list__term {
  font-weight: bold;
  color: #f49ec6;
}

.p-list__desc {
  font-size: 12px;
  line-height: 1.9166666667;
  letter-spacing: 0.03em;
  color: #6e6e6e;
  margin-top: 0.25em;
}
@media screen and (min-width: 992px) {
  .p-list__desc {
    font-size: 16px;
    line-height: 1.4375;
    margin-top: initial;
  }
}

.p-list__desc:not(:has(.p-list__sub-term)) {
  margin-top: 0.5em;
}
@media screen and (min-width: 992px) {
  .p-list__desc:not(:has(.p-list__sub-term)) {
    margin-top: 0.25em;
  }
}

.p-list__sub-item:not(:first-child) {
  margin-top: 1.25em;
}
@media screen and (min-width: 992px) {
  .p-list__sub-item:not(:first-child) {
    margin-top: 0.75em;
  }
}

.p-list__sub-term {
  font-weight: bold;
  font-size: 14px;
  line-height: 2.0714285714;
  letter-spacing: 0.02em;
  color: #333;
}
@media screen and (min-width: 992px) {
  .p-list__sub-term {
    font-size: 16px;
    line-height: 1.8125;
  }
}

.p-table {
  table-layout: fixed;
}

.p-table thead th:first-child {
  border-radius: 8px 0 0 0; /* 左上の角だけ8px */
}
@media screen and (min-width: 992px) {
  .p-table thead th:first-child {
    border-radius: 20px 0 0 0;
  }
}

.p-table thead th:last-child {
  border-radius: 0 8px 0 0; /* 右上の角だけ8px */
}
@media screen and (min-width: 992px) {
  .p-table thead th:last-child {
    border-radius: 0 20px 0 0;
  }
}

.p-table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0; /* 右下の角だけ8px */
}
@media screen and (min-width: 992px) {
  .p-table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
  }
}

.p-table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 8px; /* 左下の角だけ8px */
}
@media screen and (min-width: 992px) {
  .p-table tbody tr:last-child th:first-child {
    border-radius: 0 0 0 20px;
  }
}

.p-table thead th {
  background-color: #6fc3d3;
  color: #fff;
  padding-inline: 6px;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8571428571;
  width: 11.1666666667%;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .p-table thead th {
    font-size: 20px;
    letter-spacing: 0.05em;
    padding-block: 10px;
    padding-inline: 6px;
    width: 12.5%;
    height: 50px;
    line-height: 1.5;
  }
}
.p-table thead th:nth-child(1) {
  width: 33%;
}
@media screen and (min-width: 992px) {
  .p-table thead th:nth-child(1) {
    width: 25%;
  }
}

.p-table thead th:last-child {
  padding-right: 12px;
}
@media screen and (min-width: 992px) {
  .p-table thead th:last-child {
    padding-right: 6px;
  }
}

.p-table tbody tr {
  position: relative;
  z-index: 0;
}

.p-table tbody tr:not(:last-child) th::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5px;
  background: linear-gradient(to right, transparent 12px, #e3e3e3 12px, #e3e3e3 calc(100% - 12px), transparent calc(100% - 12px));
}
@media screen and (min-width: 992px) {
  .p-table tbody tr:not(:last-child) th::before {
    height: 1px;
    background-color: #e3e3e3;
  }
}

.p-table tbody th {
  text-align: initial;
  font-size: 12px;
  padding-left: 12px;
  background-color: #fff;
  height: 30px;
  vertical-align: middle;
  font-weight: 500;
  white-space: nowrap;
  width: 33%;
}
@media screen and (min-width: 992px) {
  .p-table tbody th {
    font-size: 20px;
    letter-spacing: 0.05em;
    height: 60px;
    padding-left: 7%;
    width: 25%;
  }
}

.p-table tbody th span {
  font-size: 10px;
  line-height: 1.6666666667;
}
@media screen and (min-width: 992px) {
  .p-table tbody th span {
    font-size: 18px;
  }
}

.p-table tbody td {
  background-color: #fff;
  border: initial;
  padding-inline: 6px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  font-size: 12px;
  color: #6fc3d3;
}
@media screen and (min-width: 992px) {
  .p-table tbody td {
    font-size: 16px;
    letter-spacing: 0.1em;
    height: 60px;
  }
}

.p-table tbody td:last-child {
  padding-right: 6px;
}

.p-table tbody td img {
  width: 14px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-table tbody td img {
    width: 20px;
  }
}

.p-table tbody .p-table__closed {
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
}

.p-table.p-table--base-color-light-blue tbody th,
.p-table.p-table--base-color-light-blue tbody td {
  background-color: #eafaf9;
}

.p-table.p-table--sm thead th:first-child,
.p-table.p-table--sm thead th:last-child,
.p-table.p-table--sm tbody tr:last-child td:last-child,
.p-table.p-table--sm tbody tr:last-child th:first-child {
  border-radius: initial;
}

.p-table.p-table--sm tbody tr:first-child th::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #e3e3e3;
}

.p-table.p-table--sm tbody tr:not(:last-child) th::before {
  background-color: #e3e3e3;
}
@media screen and (min-width: 992px) {
  .p-table.p-table--sm tbody tr:not(:last-child) th::before {
    height: 0.5px;
  }
}

.p-table.p-table--sm thead th {
  background-color: #fff;
  color: #333;
  height: 37px;
}
@media screen and (min-width: 992px) {
  .p-table.p-table--sm thead th {
    height: 46px;
    padding-block: 4px;
    width: initial;
  }
}

.p-table.p-table--sm thead th:first-child {
  text-align: initial;
  padding-left: initial;
}
@media screen and (min-width: 992px) {
  .p-table.p-table--sm thead th:first-child {
    width: 184px;
  }
}

.p-table.p-table--sm thead th:last-child {
  padding-right: 6px;
}
@media screen and (min-width: 992px) {
  .p-table.p-table--sm thead th:last-child {
    padding-right: initial;
  }
}

@media screen and (min-width: 992px) {
  .p-table.p-table--sm thead th,
  .p-table.p-table--sm tbody th {
    font-size: 16px;
  }
}

.p-table.p-table--sm tbody th {
  padding-left: initial;
  height: 37px;
}
@media screen and (min-width: 992px) {
  .p-table.p-table--sm tbody th {
    width: initial;
    height: 60px;
  }
}

@media screen and (min-width: 992px) {
  .p-table.p-table--sm tbody th:first-child {
    width: 156px;
  }
}

@media screen and (min-width: 992px) {
  .p-table.p-table--sm tbody td:last-child {
    padding-right: initial;
  }
}

@media screen and (min-width: 992px) {
  .p-table.p-table--sm tbody th span {
    font-size: 14px;
  }
}

.p-table-container {
  background-color: initial;
  overflow-x: auto;
  overflow-y: hidden;
}

.p-table-container__table {
  min-width: 330px;
  width: 100%;
}

.p-table-container__notice {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (min-width: 992px) {
  .p-table-container__notice {
    font-size: 16px;
    line-height: 1.4375;
    letter-spacing: 0.03em;
    text-align: initial;
    margin-top: 0.75em;
  }
}

.p-contact {
  display: grid;
}

.p-contact__inner {
  grid-area: 1/1;
  display: grid;
  place-content: center;
  padding-block: 54px 60px;
}
@media screen and (min-width: 992px) {
  .p-contact__inner {
    padding-block: 118px 120px;
  }
}

.p-contact__ttl {
  font-size: 34px;
  line-height: 1.3225806452;
  letter-spacing: 0.1em;
}

.p-contact__ttl:has(wbr) {
  word-break: keep-all;
}

.p-contact__info {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-contact__info {
    margin-top: 52px;
  }
}

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

.p-contact__img {
  grid-area: 1/1;
  display: grid;
}

.p-contact::before {
  grid-area: 1/1;
  content: "";
  display: inline-block;
  background-color: rgba(111, 195, 211, 0.68);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.p-contact__img-item {
  width: 100%;
  height: 100%;
  max-height: 394px;
  aspect-ratio: 375/394;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .p-contact__img-item {
    aspect-ratio: 1536/534;
    max-height: 534px;
  }
}

@media screen and (min-width: 992px) {
  .p-info-box {
    display: grid;
    justify-items: start;
    align-items: start;
  }
}

@media screen and (min-width: 992px) {
  .p-info-box__ttl {
    margin-top: 16px;
  }
}

.p-info-box__logo {
  display: none;
  order: -1;
}
@media screen and (min-width: 992px) {
  .p-info-box__logo {
    display: revert;
    max-width: 512px;
    width: 100%;
  }
}

.p-info-box__logo-item {
  width: 100%;
  height: auto;
}

.p-info-box__txt {
  font-size: 14px;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
  margin-top: 0.75em;
}
@media screen and (min-width: 992px) {
  .p-info-box__txt {
    font-size: 16px;
    line-height: 1.4375;
    margin-top: 0.5em;
  }
}

.p-info-box__list {
  margin-top: 1.25em;
}
@media screen and (min-width: 992px) {
  .p-info-box__list {
    margin-top: 1em;
    width: 100%;
  }
}

.p-clinic-info {
  background-color: #eafaf9;
}

@media screen and (min-width: 992px) {
  .p-clinic-info__inner {
    max-width: 1326px;
  }
}

.p-clinic-info__body {
  margin-top: 38px;
  display: grid;
}
@media screen and (min-width: 992px) {
  .p-clinic-info__body {
    margin-top: initial;
  }
}

.p-clinic-info__hours {
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .p-clinic-info__hours {
    max-width: 1000px;
    margin-top: 80px;
  }
}

.p-clinic-info__access {
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .p-clinic-info__access {
    order: -1;
    margin-top: 74px;
    display: grid;
    grid-template-columns: minmax(auto, 742fr) minmax(440px, 532fr);
    gap: 50px;
  }
}

@media screen and (min-width: 992px) {
  .p-clinic-info__map {
    align-self: start;
  }
}

.p-clinic-info__map iframe {
  width: 100%;
  height: 100%;
  max-height: 300px;
  aspect-ratio: 345/287;
  object-fit: cover;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .p-clinic-info__map iframe {
    max-height: initial;
    aspect-ratio: 742/617;
  }
}

.p-clinic-info__info {
  margin-top: 34px;
}
@media screen and (min-width: 992px) {
  .p-clinic-info__info {
    margin-top: initial;
  }
}

.p-hours__table {
  margin-top: 50px;
}

.p-header-nav-foot {
  display: grid;
}

.p-header-nav-foot__inner {
  grid-area: 1/1;
  display: grid;
  grid-template-columns: min(42.0895522388%, 141px) auto;
  align-items: end;
}

.p-header-nav-foot__logo-link {
  display: inline-block;
  inline-size: 100%;
}

.p-header-nav-foot__logo-item {
  inline-size: 100%;
  block-size: auto;
}

.p-header-nav-foot__cta {
  margin-inline-start: 20px;
}

.p-header-nav-foot__copy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: end;
  margin-block-start: 35px;
}

.p-header-nav-foot__copy-item {
  font: inherit;
}

.p-header-nav-foot__txt-container {
  grid-area: 1/1;
  z-index: -1;
  margin-block-start: 21px;
  margin-inline: calc(50% - 50vw);
  display: flex;
}

.p-header-nav-foot__txt {
  padding-inline-end: 20px;
  inline-size: 453px;
  white-space: nowrap;
  flex-shrink: 0;
  animation: loop 8s linear infinite;
}

.p-header-nav-foot__txt-item {
  inline-size: 100%;
  block-size: auto;
}

.p-header-nav {
  overflow: auto;
}
@media screen and (min-width: 992px) {
  .p-header-nav {
    overflow: initial;
    padding: 0;
  }
}

.p-header-nav__wrapper {
  padding-block: 26px 50px;
  margin-bottom: 80px;
  background-color: #6fc3d3;
}
@media screen and (min-width: 992px) {
  .p-header-nav__wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 8px;
    min-height: inherit;
    padding-block: inherit;
    margin-bottom: inherit;
    background-image: initial;
    background-color: initial;
    border: initial;
    margin-inline: initial;
    max-width: initial;
    padding-inline: initial;
  }
}

.p-header-nav__list {
  margin-inline: 9.3333333333%;
}
@media screen and (min-width: 992px) {
  .p-header-nav__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px 25px;
    min-height: 30px;
    margin-inline: initial;
    flex-wrap: wrap;
    margin-block-start: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .p-header-nav__list {
    gap: 2px 35px;
  }
}

.p-header-nav__item {
  display: flex;
  position: relative;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 8px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (min-width: 992px) {
  .p-header-nav__item {
    min-height: inherit;
    position: initial;
    border: initial;
    align-items: center;
    background: initial;
  }
}

.p-header-nav__link {
  position: relative;
  padding-block: 0.75em;
  margin-block: 3px;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  inline-size: 100%;
}
@media screen and (min-width: 992px) {
  .p-header-nav__link {
    padding-block: 0.25em;
    margin-block: initial;
    min-height: inherit;
    color: initial;
    font-size: 14px;
    color: #333;
    inline-size: initial;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (min-width: 1440px) {
  .p-header-nav__link {
    font-size: 16px;
  }
}

.p-header-nav__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6fc3d3;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}

.p-header-nav__link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.p-header {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding-inline: 11px 14px;
  background-color: #eafaf9;
  min-height: 57px;
}
@media screen and (min-width: 992px) {
  .p-header {
    gap: initial;
    padding-inline: initial;
    min-height: 112px;
  }
}

body:not(.home) .p-header {
  background-color: #fff;
}

.p-header__inner {
  display: contents;
  min-height: inherit;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 15px;
    padding-inline: 3.2552083333% 3.125%;
    min-height: initial;
  }
}

.p-header__logo-link {
  min-height: inherit;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-header__logo-link {
    display: inline-flex;
    justify-content: center;
    width: 18.3189655172%;
    min-height: initial;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__logo-link {
    width: 31.3152400835%;
    max-width: 427px;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__logo-link {
    width: 29.7146833681%;
  }
}

@media screen and (min-width: 992px) {
  .p-header__logo-link hgroup {
    display: contents;
  }
}

.p-header__logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: inherit;
  width: inherit;
  padding-block: 2px 6px;
}
@media screen and (min-width: 992px) {
  .p-header__logo-container {
    width: 100%;
  }
}

.p-header__logo-txt {
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: initial;
  word-break: auto-phrase;
  color: #908d82;
}
@media screen and (min-width: 992px) {
  .p-header__logo-txt {
    display: none;
  }
}

.p-header__logo {
  max-width: 228px;
  width: 100%;
  margin-top: 3px;
}
@media screen and (min-width: 992px) {
  .p-header__logo {
    max-width: inherit;
    margin-top: initial;
  }
}

.p-header__logo img {
  height: auto;
  width: 100%;
  object-fit: contain;
}

.p-header__body {
  display: contents;
}
@media screen and (min-width: 992px) {
  .p-header__body {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
  }
}

.p-header__sub {
  display: contents;
}
@media screen and (min-width: 992px) {
  .p-header__sub {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px 20px;
  }
}

.p-header__txt {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-header__txt {
    display: revert;
    font-size: 10px;
    letter-spacing: initial;
    text-align: right;
    word-break: auto-phrase;
    color: #6e6e6e;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__txt {
    font-size: 12px;
  }
}

.p-header__txt-br-tab {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-header__txt-br-tab {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__txt-br-tab {
    display: none;
  }
}

.p-header__hamburger-btn-container {
  display: flex;
  gap: 7px;
}
@media screen and (min-width: 992px) {
  .p-header__hamburger-btn-container {
    flex-shrink: 0;
    display: revert;
  }
}

.p-header__hamburger-btn-sub {
  flex-shrink: 0;
}

.p-header__hamburger-btn {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: inherit;
  z-index: 3;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #6fc3d3;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .p-header__hamburger-btn {
    display: none;
  }
}

.p-header__hamburger-line {
  display: block;
  width: 35px;
  height: 1px;
  background-color: #6fc3d3;
  position: relative;
  transition: transform 0.3s, opacity 0.3s;
}

.p-header__hamburger-line::before,
.p-header__hamburger-line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  transition: inherit;
}

.p-header__hamburger-line::before {
  top: -10px;
}

.p-header__hamburger-line::after {
  top: 10px;
}

.p-header__hamburger-btn[aria-expanded=true] {
  padding-top: 1px;
}

.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-line {
  background-color: transparent;
}

.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-line::before,
.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-line::after {
  top: 0;
  background-color: #6fc3d3;
}

.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-line::before {
  transform: rotate(45deg);
}

.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-line::after {
  transform: rotate(-45deg);
}

.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-txt {
  display: none;
}

.p-header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: calc(100dvh - 78px);
  width: 100%;
  z-index: 10;
  margin-top: 78px;
}
@media screen and (min-width: 992px) {
  .p-header__nav {
    display: block;
    height: initial;
    position: initial;
    width: initial;
    margin-top: initial;
    z-index: initial;
    min-height: inherit;
  }
}

@media screen and (min-width: 992px) {
  .p-header__nav.is-active {
    display: block !important;
  }
}

.p-footer-nav__ttl {
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  letter-spacing: 0.14em;
  color: #6fc3d3;
  text-transform: uppercase;
  border-block-end: 1px solid #6e6e6e;
  padding-block-end: 0.25em;
}
@media screen and (min-width: 992px) {
  .p-footer-nav__ttl {
    font-size: 22px;
  }
}

.p-footer-nav__list {
  font-size: 11px;
  letter-spacing: -0.02em;
  color: #40405b;
  margin-block-start: 1em;
}
@media screen and (min-width: 992px) {
  .p-footer-nav__list {
    font-size: 14px;
  }
}

.p-footer-nav__list:has(.p-footer-nav__link-item) {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-block-start: 14px;
}
@media screen and (min-width: 992px) {
  .p-footer-nav__list:has(.p-footer-nav__link-item) {
    gap: 15px;
    margin-block-start: 20px;
  }
}

.p-footer-nav__list:not(:has(.p-footer-nav__link-item)) .p-footer-nav__item:not(:first-child) {
  margin-block-start: 0.25em;
}

.p-footer-nav__link {
  display: inline-block;
  inline-size: 100%;
  padding-block: calc(0.25em + 1px);
}
@media screen and (min-width: 992px) {
  .p-footer-nav__link {
    padding-block: 0.25em;
  }
}

.p-footer-nav__list:has(.p-footer-nav__link-item) .p-footer-nav__link {
  padding-block: initial;
}

.p-footer-nav-container__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 16px;
}
@media screen and (min-width: 992px) {
  .p-footer-nav-container__list {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    gap: 10px 30px;
    block-size: 400px;
  }
}

@media screen and (min-width: 992px) {
  .p-footer-nav-container__item {
    inline-size: calc((100% - 90px) / 4);
  }
}

.p-footer-nav-container__item.p-footer-nav-container__item--about {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (min-width: 992px) {
  .p-footer-nav-container__item.p-footer-nav-container__item--about {
    grid-row: initial;
    grid-column: initial;
  }
}

.p-footer-nav-container__item.p-footer-nav-container__item--company {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media screen and (min-width: 992px) {
  .p-footer-nav-container__item.p-footer-nav-container__item--company {
    grid-row: initial;
    grid-column: initial;
  }
}

.p-footer-nav-container__item.p-footer-nav-container__item--service {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media screen and (min-width: 992px) {
  .p-footer-nav-container__item.p-footer-nav-container__item--service {
    grid-row: initial;
    grid-column: initial;
  }
}

.p-footer-nav-container__item.p-footer-nav-container__item--works {
  grid-row: 3/4;
  grid-column: 1/2;
}
@media screen and (min-width: 992px) {
  .p-footer-nav-container__item.p-footer-nav-container__item--works {
    grid-row: initial;
    grid-column: initial;
  }
}

.p-footer-nav-container__item.p-footer-nav-container__item--recruit {
  grid-row: 4/5;
  grid-column: 1/2;
}
@media screen and (min-width: 992px) {
  .p-footer-nav-container__item.p-footer-nav-container__item--recruit {
    grid-row: initial;
    grid-column: initial;
  }
}

.p-footer-nav-container__item.p-footer-nav-container__item--voice {
  grid-row: 5/6;
  grid-column: 1/2;
}
@media screen and (min-width: 992px) {
  .p-footer-nav-container__item.p-footer-nav-container__item--voice {
    grid-row: initial;
    grid-column: initial;
  }
}

.p-footer-nav-container__item.p-footer-nav-container__item--links {
  grid-row: 3/6;
  grid-column: 2/3;
}
@media screen and (min-width: 992px) {
  .p-footer-nav-container__item.p-footer-nav-container__item--links {
    grid-row: initial;
    grid-column: initial;
  }
}

.p-footer-nav-container__item.p-footer-nav-container__item--links .p-footer-nav__ttl {
  color: #000000;
}

.p-footer-nav__link {
  display: inline-block;
}

.p-footer-nav__link-item {
  inline-size: 100%;
  block-size: 100%;
  object-fit: contain;
  aspect-ratio: 200/72;
}

:root {
  --sp-sticky-tel-height: 50px;
}

.p-sp-sticky-tel {
  position: fixed;
  inset-inline: 0;
  inset-block-end: 0;
  z-index: 999;
  background-color: #6fc3d3;
  padding-block-end: env(safe-area-inset-bottom);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.p-sp-sticky-tel.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .p-sp-sticky-tel {
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
  }
}

.p-sp-sticky-tel__link {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: var(--sp-sticky-tel-height);
  text-decoration: none;
}

.p-sp-sticky-tel__icon {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 29px;
  aspect-ratio: 1/1;
}

.p-sp-sticky-tel__spacer {
  height: calc(var(--sp-sticky-tel-height) + env(safe-area-inset-bottom));
}
.p-sp-sticky-tel__spacer.is-hidden {
  height: 0;
}
@media screen and (min-width: 992px) {
  .p-sp-sticky-tel__spacer {
    height: 0;
  }
}

.p-top-btn__link {
  display: inline-block;
  width: 100%;
}

.p-top-btn__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
}

.p-footer {
  position: relative;
  overflow: visible;
  background-color: #fff;
}
.p-footer__inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 84px 15px 38px;
}
@media screen and (min-width: 576px) {
  .p-footer__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-footer__inner {
    padding: 120px 80px 18px;
  }
}
.p-footer__top-btn {
  position: absolute;
  top: -31px;
  right: 14px;
  max-width: 62px;
}
@media screen and (min-width: 992px) {
  .p-footer__top-btn {
    top: -48px;
    right: 110px;
    max-width: 102px;
  }
}
.p-footer__logo {
  max-width: 311px;
  width: 100%;
  margin: 0 auto 20px;
  display: block;
}
@media screen and (min-width: 992px) {
  .p-footer__logo {
    max-width: inherit;
    margin: 0 0 26px 0;
  }
}
.p-footer__logo img {
  width: 100%;
}
.p-footer__links {
  max-width: 345px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .p-footer__links {
    margin-left: 0;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 10px;
  }
}
.p-footer__address {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-footer__address {
    margin-bottom: 24px;
    font-size: 16px;
    text-align: left;
  }
}
.p-footer__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  .p-footer__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 48px 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-footer__info {
    flex-shrink: 0;
    width: 100%;
    max-width: 430px;
  }
}
.p-footer__navWrap {
  max-width: max-content;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .p-footer__navWrap {
    max-width: initial;
    width: initial;
    display: flex;
    flex-wrap: wrap;
    margin-inline: initial;
    gap: 45px;
    margin-left: auto;
    margin-top: 12px;
  }
}
.p-footer__nav:has(.p-footer__list--sub) {
  margin-top: 56px;
}
@media screen and (min-width: 992px) {
  .p-footer__nav:has(.p-footer__list--sub) {
    margin-top: initial;
  }
}
.p-footer__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-footer__list a {
  color: #333;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .p-footer__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }
}
.p-footer__list:not(.p-footer__list--sub) {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-footer__list:not(.p-footer__list--sub) {
    text-align: initial;
  }
}
.p-footer__list:not(.p-footer__list--sub) li a {
  padding: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #333;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-footer__list:not(.p-footer__list--sub) li a {
    padding: 0;
    white-space: nowrap;
    width: initial;
  }
}
.p-footer__list--sub {
  gap: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-footer__list--sub {
    gap: 30px;
    text-align: initial;
  }
}
.p-footer__subList {
  columns: 12em 2;
  column-gap: 8px;
  text-align: initial;
  margin-top: 18px;
}
@media screen and (min-width: 992px) {
  .p-footer__subList {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    gap: 0 45px;
    margin-top: 8px;
  }
}
.p-footer__subList li:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .p-footer__subList li:not(:first-child) {
    margin-top: initial;
  }
}
.p-footer__subList li a {
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.5714285714;
  white-space: initial;
  position: relative;
  display: inline-block;
  width: 100%;
  color: #6e6e6e;
}
@media screen and (min-width: 992px) {
  .p-footer__subList li a {
    line-height: 2.1428571429;
    white-space: nowrap;
    word-break: auto-phrase;
    padding-left: 20px;
    width: initial;
  }
}
.p-footer__subList li a::before {
  content: "";
  width: 4px;
  height: 1px;
  background-color: #6e6e6e;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .p-footer__subList li a::before {
    left: 0;
  }
}
.p-footer__copyright {
  margin-top: 30px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 3;
  text-align: center;
  display: block;
}
@media screen and (min-width: 992px) {
  .p-footer__copyright {
    margin-top: 108px;
    font-size: 12px;
    line-height: 2.5;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .u-desktop {
    display: block;
  }
}

.u-fade-up {
  /* 普段は見えない・下がった状態 */
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* JavaScriptでクラスが付与されたときのアニメーション */
  will-change: opacity, transform; /* パフォーマンス改善のため */
}

.u-fade-up.u-fade-up--pc {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 992px) {
  .u-fade-up.u-fade-up--pc {
    opacity: 0;
    transform: translateY(40px);
  }
}

@media screen and (min-width: 992px) {
  .u-fade-up.u-fade-up--sp {
    opacity: 1;
    transform: translateY(0);
  }
}

/* アニメーションをトリガーするクラス */
.u-fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}

.u-fade-up.u-fade-up--delay-1 {
  transition-delay: 0.2s;
}

.u-fade-up.u-fade-up--delay-2 {
  transition-delay: 0.3s;
}

.u-fade-up.u-fade-up--delay-3 {
  transition-delay: 0.4s;
}

.u-fade-up.u-fade-up--delay-4 {
  transition-delay: 0.5s;
}

@media screen and (min-width: 992px) {
  .u-mobile {
    display: none;
  }
}

.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}/*# sourceMappingURL=common.css.map */