@charset "utf-8";

/* layout
------------------------------------ */

/* .l-page-main {
} */
.l-page-head {
  background: linear-gradient(to bottom right, #e2fdfe 0%, #fee2ef 100%);
  padding-top: 172px;
  padding-left: 100px;
  padding-bottom: 176px;
}

.l-page-content {
  background-image: linear-gradient(to top, #e9eae5, #fff);
  padding: 0px 7.15% 114px;
}

.l-page-content__inner {
  max-width: 1000px;
  margin: auto;
}

.l-page-content__inner--aside {
  max-width: 1000px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}

.l-page-content__aside {
  width: 355px;
  min-width: 328px;
  margin-left: 3%;
}

.l-page-content__item:not(:first-child) {
  margin-top: 96px;
}

.l-page-content__item--aside:not(:first-child) {
  margin-top: 64px;
}

.l-page-list-link {
  background-image: linear-gradient(to top, #e9eae5, #fff);
}

.l-page-list-link__inner {
  max-width: 1300px;
  padding: 96px 4.15%;
  margin: 0 auto;
}

.l-arc__inner {
  padding-inline: 30px;
}
@media screen and (min-width: 768px) {
  .l-arc__inner {
    padding-inline: 60px;
    max-width: 1400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .l-page-head {
    padding-top: 114px;
    padding-left: 5.33%;
    padding-bottom: 98px;
  }

  .l-page-content {
    background-image: linear-gradient(to top, #e9eae5, #fff);
    padding: 32px 5.33% 84px;
    margin: -31px auto;
    max-width: 1200px;
  }

  /* .l-page-content__inner {
    } */
  .l-page-content__aside {
    display: none;
  }

  .l-page-content__item:not(:first-child) {
    margin-top: 64px;
  }
}

/* component
------------------------------------ */
/* hdg */
.c-hdg {
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "ヒラギノ角コゴ ProN W3", "Meiryo", sans-serif;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.c-subhdg {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角コゴ ProN W3", "Meiryo",
    sans-serif;
  font-weight: bold;
  letter-spacing: 0.025em;
}

/* .c-hgroup--lv2 {
} */
.c-hdg--lv2 {
  font-size: 48px;
}

.c-subhdg--lv2 {
  font-size: 20px;
  margin-top: 5px;
}

.c-hgroup--lv3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* .c-hgroup--lv3::before {
    content: url(../img/icon_circle.svg);
    flex: 1 1 40px;
} */
.c-hdg--lv3::before {
  width: 36px;
  height: 8px;
}

.c-hdg--lv3 {
  flex: 1 1 calc(100% - 40px - 2px);
  padding-left: 2px;
  font-size: 36px;
}

.c-subhdg--lv3 {
  flex: 1 1 100%;
  font-size: 16px;
  padding-left: 40px;
  margin-top: 5px;
}

.c-text--center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* .c-hdg {
    }
    .c-subhdg {
    } */
  /* .c-hgroup--lv2 {
    } */
  .c-hdg--lv2 {
    font-size: 28px;
  }

  .c-subhdg--lv2 {
    font-size: 18px;
    margin-top: 11px;
  }

  /* .c-hgroup--lv3 {
    } */
  .c-hdg--lv3::before {
    display: block;
    content: "";
    width: 21px;
    height: 5px;
    background-color: #304041;
  }
  .c-hdg--lv3 {
    flex: 1 1 calc(100% - 28px);
    font-size: 24px;
    padding-left: 0;
  }

  .c-subhdg--lv3 {
    font-size: 12px;
    padding-left: 28px;
    margin-top: 3px;
  }
}

/* tag */
.c-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.c-tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #595959;
  font-weight: bold;
  border-radius: 14px;
  border: 1px solid #595959;
  padding: 7px 15px 6px;
}

.c-tag:visited {
  color: #595959;
}

@media screen and (min-width: 769px) {
  .c-tag:hover {
    opacity: 1;
    color: #fff;
    background: #595959;
    cursor: pointer;
  }
}

/* project
------------------------------------ */
/* post */
.p-post__date {
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #9ea5a5;
}

.p-post__hdg {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角コゴ ProN W3", "Meiryo",
    sans-serif;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.p-post__hdg--lv3 {
  font-size: 32px;
  line-height: 1.5em;
  margin-top: 16px;
}

.p-post__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 7px;
  margin-bottom: 24px;
}

.p-post__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 7px;
  margin-bottom: 24px;
}

.p-post__body {
  margin-top: 32px;
}

.p-post__hdg--lv4 {
  font-size: 20px;
  line-height: 1.8em;
}

.p-post__hdg--lv5 {
  font-size: 18px;
  line-height: 1.77em;
}

.p-post__txt {
  font-size: 14px;
  line-height: 2em;
}

.p-post__bottom {
  margin: 64px auto 0;
  text-align: center;
}

.u-post-txt-mt--xl {
  margin-top: 40px;
}

.u-post-txt-mt--large {
  margin-top: 38px;
}

.u-post-txt-mt--medium {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .p-post__date {
    font-size: 14px;
  }

  /* .p-post__hdg {
    } */
  .p-post__hdg--lv3 {
    font-size: 20px;
    line-height: 1.8em;
  }

  .p-post__img {
    width: 100%;
    height: auto;
  }
  .p-post__body {
    margin-top: 32px;
  }

  .p-post__hdg--lv4 {
    font-size: 16px;
    line-height: 1.75em;
  }

  .p-post__hdg--lv5 {
    font-size: 14px;
    line-height: 1.78em;
  }

  /* .p-post__txt {
    } */
  .p-post__bottom {
    margin: 40px auto 0;
  }

  .u-post-txt-mt--xl {
    margin-top: 26px;
  }

  .u-post-txt-mt--large {
    margin-top: 20px;
  }

  .u-post-txt-mt--medium {
    margin-top: 20px;
  }
}

/* topic */
.p-topic {
  border: 1px solid #3d5254;
  border-radius: 7px;
  padding: 32px 21px;
}

/* .p-topic__hdg {
} */
.p-topic__list {
  font-size: 14px;
  letter-spacing: 0.016em;
  margin-top: 31px;
}

.p-topic__item {
  line-height: 2em;
  font-weight: 900;
}

.p-topic__item:not(:first-child) {
  margin-top: 16px;
}

.p-topic__num {
  font-weight: 500;
  color: #3d5254;
  margin-right: 9px;
}

@media screen and (max-width: 768px) {
  /* .p-topic {
    } */
  .p-topic__hdg {
    font-size: 14px;
    letter-spacing: 0.01em;
  }

  .p-topic__list {
    font-size: 14px;
  }

  .p-topic__item {
    line-height: 2em;
    font-weight: 900;
  }

  .p-topic__item:not(:first-child) {
    margin-top: 16px;
  }

  /* .p-topic__num {
    } */
}

/* project
------------------------------------ */
/* category */
/* .p-category {
} */
.p-category__bottom {
  margin: 64px auto 0;
  text-align: right;
}

/* category--aside */
/* .p-category--aside {
}
.p-category__hgroup--aside {
} */
.p-category__hdg--aside {
  font-size: 40px;
}

.p-category__subhdg--aside {
  font-size: 16px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .p-category__bottom {
    margin: 40px auto 0;
    text-align: center;
  }
}

/* cards */
.p-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2%;
  margin-top: 40px;
}

.p-cards--aside {
  margin-top: 33px;
}

.p-card {
  width: 32%;
}

.p-card--aside {
  width: fit-content;
}

.p-card__thumb source,
.p-card__thumb img {
}

.p-card__hdg {
  font-size: 18px;
  letter-spacing: 0.02em;
  margin-top: 24px;
  line-height: 1.5em;
  font-weight: 700;
}

.p-card__hdg--aside {
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-top: 16px;
}

.p-card__txt {
  font-size: 14px;
  letter-spacing: 0.016em;
  margin-top: 32px;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-card__txt--aside {
  font-size: 12px;
  letter-spacing: 0.016em;
  margin-top: 16px;
}

.p-card__tags {
  margin-top: 30px;
}

.p-card__tags--aside {
  margin-top: 21px;
}

@media screen and (max-width: 768px) {
  .p-cards {
    gap: 40px 0;
    margin-top: 40px;
  }

  .p-card {
    width: 100%;
  }

  /* .p-card__thumb source,
    .p-card__thumb img {
    } */
  .p-card__hdg {
    font-size: 16px;
    margin-top: 16px;
  }

  .p-card__txt {
    font-size: 12px;
    margin-top: 16px;
  }

  .p-card__tags {
    margin-top: 21px;
  }
}

/* search */
.p-search__box {
  border-radius: 7px;
  border: 1px solid #304041;
  padding: 24px 19px;
  margin-top: 39px;
}

/* @media screen and (max-width: 768px) {
    .p-search__box {
    }
} */

/* supervisor */
.p-supervisor {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  margin-bottom: 80px;
  background-image: linear-gradient(to top, #e9eae5, #fff);
  padding: 40px 55px 40px 32px;
}

.p-supervisor__item {
  flex: 1 1 auto;
}

.p-supervisor__description {
  flex: 1 1 521px;
}

.p-supervisor__img {
  flex: 1 1 160px;
  max-width: 160px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #fff;
}

.p-supervisor__ttl {
  font-size: 16px;
  letter-spacing: 0.12em;
  margin-top: 5px;
}

.p-supervisor__name {
  font-size: 20px;
  letter-spacing: 0.01em;
  margin-top: 12px;
}

.p-supervisor__txt {
  font-size: 14px;
  letter-spacing: 0.028em;
  line-height: 2em;
  margin-top: 31px;
}

@media screen and (max-width: 768px) {
  .p-supervisor {
    gap: 25px 0;
    margin-bottom: 70px;
    padding: 32px 30px 38px;
  }

  /* .p-supervisor__item {
    } */
  .p-supervisor__description {
    flex: 1 1 100%;
  }

  .p-supervisor__img {
    flex: 1 1 160px;
    max-width: 160px;
    margin: 0 auto;
  }

  .p-supervisor__ttl {
    margin-top: 0;
  }

  /* .p-supervisor__name {
    } */
  .p-supervisor__txt {
    letter-spacing: 0.016em;
  }
}

/*-------------直下の見出しスタイルを定義-------------*/
.p-post__contentwrap > h2 {
  margin-top: 32px;
  font-size: 20px;
  line-height: 1.8em;
  margin-bottom: 32px;
  background-color: #f9f9f9;
  padding: 10px;
  border-bottom: 0.2rem solid #304041;
}

.p-post__contentwrap > h3 {
  font-size: 18px;
  line-height: 1.77em;
  border-left: solid 8px #304041;
  /*左側の線*/
  border-radius: 0 15px 15px 0;
  /*右側の角だけ丸く*/
  padding: 0.2em;
  padding-left: 0.5em;
  margin-bottom: 32px;
  list-style-type: none !important;
}

.p-post__contentwrap > h4 {
  font-size: 16px;
  line-height: 1.77em;
  margin-bottom: 32px;
}

/*-------------テキスト・テキストリンクを定義-------------*/
.p-post__contentwrap > p {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 32px;
}

.p-post__contentwrap p > a {
  color: #304041;
  font-weight: bold;
}

.p-post__contentwrap > a {
  color: #304041;
  font-weight: bold;
}

/*-------------直下のリストを定義-------------*/
.p-post__contentwrap > ul,
.p-post__contentwrap > ol {
  border: 2px solid #304041;
  border-radius: 7px;
  margin-bottom: 32px;
  padding: 20px;
}

.p-post__contentwrap ul > li,
.p-post__contentwrap ol > li {
  margin-top: 24px;
  margin-bottom: 24px;
}

/* li（ul/ol直下）の共通スタイル */
.p-post__contentwrap > ul > li,
.p-post__contentwrap > ol > li {
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 24px;
}

/* ulとol共通で記号の調整（ulは「・」、olは数字） */
.p-post__contentwrap > ul > li::before {
  content: "・";
  color: #304041;
  margin-right: 6px;
}

.p-post__contentwrap > ul > li::marker,
.p-post__contentwrap > ol > li::marker {
  content: "";
}

/* 最後のliへのマージン */
.p-post__contentwrap > ul > li:last-child,
.p-post__contentwrap > ol > li:last-child {
  margin-bottom: 24px;
}

.p-post__contentwrap > ul > li::before {
  content: "・";
  color: #304041;
  margin-bottom: 16px;
}

.p-post__contentwrap > li:nth-last-child {
  margin-bottom: 32px;
}

/*-------------テーブルスタイル-------------*/
.p-post__contentwrap table {
  width: 100%;
  text-align: left;
  border-radius: 7px;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.6em;
}

.p-post__contentwrap table tr td {
  background-color: #f9f9f9;
  padding: 10px;
  border: 1px solid #ffffff;
}

.p-post__contentwrap table tr th {
  font-weight: bold;
  background-color: #e1dede;
  padding: 10px;
  border: 1px solid #ffffff;
}

/*------------例外検出 li > h4の場合-------------*/

.p-post__contentwrap ul > li > h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.p-post__contentwrap ul > li > h4:before {
  content: " ";
}

.p-post__contentwrap ul > li > p {
  font-size: 14px;
  margin-bottom: 16px;
}

.p-post__contentwrap > ul > li > a {
  color: #304041;
  font-weight: bold;
}

.p-post__contentwrap ul > li:has(h4)::before {
  content: " ";
}

.p-post__contentwrap a {
  display: inline;
}

/*-------------修正-------------*/

.l-blog__wrap img {
  border-radius: 16px;
}
.p-supervisor {
  flex-wrap: nowrap;
  align-items: center;
}

.p-supervisor__item p-supervisor__img img {
  border-radius: 50% !important;
}

@media screen and (max-width: 768px) {
  .p-supervisor {
    display: block;
  }
}

.l-page-banner-side {
  width: 100%;
}

.l-page-banner-side a {
  margin-bottom: 16px;
}

.u-noborder {
  border: 0 !important;
  padding: 0 !important;
}

.u-flex {
  flex-direction: column;
}

/* ここから追加 */

html,
body {
  overflow-x: clip;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

section {
  margin-inline: calc(50% - 50vw);
}

a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
}

.l-header {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  z-index: 52;
  background-color: #ffffff;
  height: 60px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1000px) {
  .l-header {
    position: fixed;
    height: auto;
  }
}

#js-header {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.l-header-inner {
  padding: 0 0 0 32px;
}
@media (min-width: 1000px) {
  .l-header-inner {
    padding: 16px 20px;
  }
}

.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*   padding-right: 80px; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__wrapper .p-header__btn {
  font-size: 14px;
  padding: 6px 20px;
}

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

.l-header__nav--pc {
  display: none;
}
@media (min-width: 999px) {
  .l-header__nav--pc {
    display: block;
    margin: 0 auto;
  }
}

.p-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.p-nav__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  letter-spacing: 1.8px;
  font-weight: 500;
  color: #000;
}
.p-nav__item::after {
  display: block;
  content: "";
  background-color: #000;
  width: 1px;
  height: 20px;
}
.p-nav__item::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 2px;
  width: 80%;
  height: 2px;
  background-color: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-nav__item:last-child::after {
  display: none;
}

.p-nav__item:hover::before,
.p-nav__item.current::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.p-header__ttl {
  width: 123px;
  height: auto;
}
@media (min-width: 1000px) {
  .p-header__ttl {
    width: 179px;
    height: auto;
  }
}
.p-header__ttl img {
  width: 100%;
  image-rendering: auto;
}
@media (min-width: 1360px) {
  .p-header__ttl {
    padding: 5px 0 0 0;
  }
}

.l-header__container {
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  .l-header__container {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }
}

.l-header__btn {
  /*   position: fixed; */
  display: grid;
  place-items: center;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 51;
  background-color: #515050;
}
@media (min-width: 1000px) {
  .l-header__btn {
    display: none;
  }
}

.l-btn__container {
  display: none;
}
@media (min-width: 1000px) {
  .l-btn__container {
    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;
  }
}

.p-header__btn {
  font-size: 18px;
  line-height: 1.5;
  padding: 8px 40px;
  border: 1px solid #000;
}

.c-contact-btn__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* アイコンとテキストを縦中央揃え */
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  gap: 8px; /* アイコンとテキストの間隔 */
}

.c-contact-btn img {
  width: 28px;
  height: 27px;
}

.c-drawer-icon {
  position: relative;
  justify-self: center;
  width: 18px;
  height: 18px;
  z-index: 51;
}
@media (min-width: 1000px) {
  .c-drawer-icon {
    display: none;
  }
}

.c-drawer-icon__bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 6px;
  background: #fff;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: transform, top;
  transition-property: transform, top, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.c-drawer-icon__bar:nth-of-type(1) {
  top: 0;
}

.c-drawer-icon__bar:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1; /* 初期状態で表示 */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; /* 表示/非表示の遷移 */
}

.c-drawer-icon__bar:nth-of-type(3) {
  top: 93%;
}

.is-checked .c-drawer-icon__bar:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-40deg);
  transform: translateY(-50%) rotate(-40deg);
}
.is-checked .c-drawer-icon__bar:nth-of-type(2) {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.is-checked .c-drawer-icon__bar:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(40deg);
  transform: translateY(-50%) rotate(40deg);
}

.p-drawer-content {
  background-color: #212c2d;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  color: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-drawer-content.is-checked {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-drawer__inner {
  margin: 0 auto;
  padding: 27px 0px 10px 60px;
  max-width: 400px;
}

.p-drawer__head {
  padding: 16px 21px;
}

.p-drawer__ttl {
  width: 179px;
  height: auto;
}
.p-drawer__ttl img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.p-drawer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 12px;
  gap: 70px;
  margin-bottom: 30px;
}

.p-drawer__list,
.p-drawer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-drawer__list {
  gap: 28px;
}

.p-drawer__item {
  font-size: 20px;
}

.p-drawer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 30px;
  margin-top: 42px;
}

.l-drawer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}

.p-drawer__sns-item a {
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 5px;
  width: 35px;
  height: auto;
  aspect-ratio: 1/1;
}
.p-drawer__sns-item a img {
  scale: 0.8;
}

@media (min-width: 1000px) {
  .l-btn__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.p-drawer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-radius: 31px;
}
.p-drawer__contact img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-drawer__contact-btn {
  font-size: 18px;
  padding: 8px 36px;
  border: 2px solid #fff;
}

.l-header__nav--pc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 1000px) {
  .l-header__container {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    grid-auto-rows: 1fr;
    gap: 20px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    grid-template-areas: "p-header__ttl l-btn__container" "l-header__nav--pc l-header__nav--pc";
  }
  .p-header__ttl {
    grid-area: p-header__ttl;
  }
  .l-header__nav--pc {
    grid-area: l-header__nav--pc;
  }
  .l-btn__container {
    grid-area: l-btn__container;
  }
}
@media (min-width: 1440px) {
  .l-header__container {
    grid-template-columns: repeat(3, auto);
    grid-template-areas: "p-header__ttl  l-header__nav--pc l-btn__container";
    gap: 0 32px;
  }
  .l-btn__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.is-menu-open .l-header {
  -webkit-transform: none !important;
  transform: none !important;
}

.p-drawer-content {
  overflow-y: auto;
  height: 100vh;
}

.tracking-banner {
  display: none;
}
@media (min-width: 1000px) and (hover: hover) {
  .tracking-banner {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    max-width: 300px;
    width: clamp(100px, 14.29vw - 45.71px, 300px);
    min-width: 120px;
    aspect-ratio: 1/1;
    border-radius: 8px;
    z-index: 30;
    color: #fff;
    opacity: 0;
    -webkit-transition: 0.5s opacity ease-in-out;
    transition: 0.5s opacity ease-in-out;
  }
  .tracking-banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.tracking-banner.is-visible {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in-out;
  transition: 0.5s opacity ease-in-out;
}

#js-footer-btn {
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.l-btn__footer-container {
  position: fixed;
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #212c2d;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 30;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 15px;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .l-btn__footer-container {
    display: none;
  }
}

.c-contact-btn__footer-text--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* アイコンとテキストを縦中央揃え */
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  gap: 9px; /* アイコンとテキストの間隔 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding: 8px 25px !important;
  letter-spacing: 3px;
}
.c-contact-btn__footer-text--sp img {
  width: 22px;
  height: 22px;
}

.l-footer__container--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer__container--pc {
    display: block;
    color: #fff;
    background-color: #000;
  }
}

.l-footer__inner {
  margin: 0 auto;
  max-width: 1155px;
  padding: 50px 30px;
}

.l-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: min(10px, 20vw);
}

.l-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 600px;
  gap: 80px;
}

.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-footer__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.p-footer__menu-item::after {
  display: block;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 20px;
}
.p-footer__menu-item:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.p-footer__sns-item a {
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 5px;
  width: 45px;
  height: 45px;
}

.l-footer__right {
  width: 100%;
  max-width: 390px;
}

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

.p-footer__btn {
  display: grid;
  place-items: center;
  padding: 20px 35px;
  background-color: #fff;
  border: 1px solid;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}

.l-mv {
  position: relative;
  /*   margin-top: 60px; */
}
@media (min-width: 1000px) {
  .l-mv {
    margin-top: 110px;
  }
}
@media (min-width: 1440px) {
  .l-mv {
    margin-top: 130px;
  }
}

.p-mv__logo-img {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__logo-img {
    display: block;
    position: absolute;
    width: 30vw;
    max-width: 330px;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
  }
  .p-mv__logo-img img {
    width: 100%;
  }
}

.p-mv__sp-img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 375/590;
}
@media screen and (min-width: 768px) {
  .p-mv__sp-img {
    display: none;
  }
}

.p-mv__img-half {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__img-half {
    display: block;
    width: 50vw;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.p-mv__img-wrapper {
  position: relative;
  width: 100vw;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-mv__img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__img-wrapper .p-mv__link-img {
    position: relative;
    z-index: 3;
  }
  .p-mv__img-wrapper .p-mv__link-img:hover {
    opacity: 1 !important;
  }
  .p-mv__img-wrapper .p-mv__link-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 4;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
  }
  .p-mv__img-wrapper .p-mv__link-img:hover::before {
    opacity: 0;
    visibility: hidden;
  }
}

.p-mv__link--men,
.p-mv__link--women {
  position: absolute;
  width: 50vw;
  height: 6%;
  right: 0;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-mv__link--men,
  .p-mv__link--women {
    display: none;
  }
}

.p-mv__link--men {
  top: 41%;
}

.p-mv__link--women {
  top: 90%;
}

.p-mv__men-btn,
.p-mv__women-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__men-btn,
  .p-mv__women-btn {
    width: clamp(200px, 50%, 1000px);
    height: auto;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    bottom: 10%;
    left: 0;
  }
}

.l-cta {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding-block: 60px;
  }
}

.p-cta__container {
  max-width: 500px;
  width: 100%;
  aspect-ratio: 335/100;
  display: grid;
  place-items: center;
  margin: 0 auto;
}
.p-cta__container img {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-cta__container {
    max-width: 1000px;
    aspect-ratio: 10/2;
  }
}

.l-page__aside-cta-container {
  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: 33px;
}

.p-page-aside-cta__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #d9d9d9;
}
.p-page-aside-cta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-bottom-cta__container {
  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;
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .p-page-bottom-cta__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-page-bottom-cta__container {
    display: none;
  }
}

.l-shop {
  padding-bottom: 3vh;
}
@media screen and (min-width: 768px) {
  .l-shop {
    padding-bottom: 6vh;
  }
}

.l-shop__container {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-inline: 20px;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-shop__container {
    max-width: 1000px;
  }
}

.p-shop__head {
  margin-bottom: 10px;
  width: 300px;
}
@media screen and (min-width: 768px) {
  .p-shop__head {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-shop__img {
  width: 100%;
}

.p-shop__review {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", sans-serif;
  font-size: clamp(12px, 0.595vw + 7.429px, 16px);
  letter-spacing: 0.65px;
  color: #000;
  font-weight: bold;
  padding: 16px 0px 32px;
}
@media screen and (min-width: 768px) {
  .p-shop__review {
    font-size: 16px;
    padding: 22px 0 23px;
  }
}

.p-google__text {
  font-size: 22.5px;
}
@media screen and (min-width: 768px) {
  .p-google__text {
    font-size: clamp(22px, 1.935vw + 7.143px, 35px);
  }
}

.p-hotpepper__text {
  font-size: 16.5px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-hotpepper__text {
    font-size: clamp(16px, 1.488vw + 4.571px, 26px);
  }
}

.p-hotpepper__text--center {
  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-shop__review-container {
  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;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-shop__review-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: clamp(15px, 0.744vw + 9.286px, 20px) clamp(25px, 1.935vw + 10.143px, 38px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    gap: clamp(30px, 1.637vw + 17.429px, 41px);
  }
}

.p-shop__review-item {
  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;
  position: relative;
}

.p-shop__review-text {
  font-weight: bold;
  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;
  max-width: 300px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-shop__review-text {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.p-shop__review-text::before {
  display: block;
  content: "";
  background: url(../assets/img/leaf-left.png) center/cover no-repeat;
  width: 31px;
  height: 70px;
}
.p-shop__review-text::after {
  display: block;
  content: "";
  background: url(../assets/img/leaf-right.png) center/cover no-repeat;
  width: 31px;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .p-shop__review-text::before,
  .p-shop__review-text::after {
    width: clamp(35px, 2.083vw + 19px, 49px);
    height: clamp(85px, 4.315vw + 51.857px, 114px);
  }
}

.p-hotpepper::before {
  margin-right: -7px;
}
.p-hotpepper::after {
  margin-left: -7px;
}

.p-shop--big {
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif; /* 明朝体 */
  font-size: 40px;
  font-weight: bold;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-shop--big {
    font-size: clamp(50px, 1.488vw + 38.571px, 60px);
  }
}

.p-shop__media {
  aspect-ratio: 9/10;
  overflow: hidden;
  margin: 0 auto;
}
.p-shop__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.p-shop__text {
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.7px;
  color: #000;
  line-height: 2;
}
.p-shop__text p + p {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .l-shop__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-auto-rows: 1fr;
    gap: 0px 26px;
    grid-auto-flow: row;
    grid-template-areas: "p-shop__head p-shop__media" "p-shop__text p-shop__media" "p-shop__review p-shop__review";
  }
  .p-shop__head {
    grid-area: p-shop__head;
  }
  .p-shop__media {
    grid-area: p-shop__media;
    aspect-ratio: 1/1;
    max-width: 530px;
    overflow: hidden;
    align-self: center;
  }
  .p-shop__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-shop__text {
    grid-area: p-shop__text;
  }
  .p-shop__review {
    grid-area: p-shop__review;
    margin-top: 34px;
    border-radius: 5px;
    border-style: solid;
    border-width: 3px;
    border-image-source: linear-gradient(to top, #b67715, #ffc754);
    border-image-slice: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)),
      -webkit-gradient(linear, left bottom, left top, from(#b67715), to(#ffc754));
    background-image: linear-gradient(to bottom, #fff, #fff),
      linear-gradient(to top, #b67715, #ffc754);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 0;
  }
}
.l-treatment {
  padding: 59px 0 57px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e9eae5), to(#fff));
  background-image: linear-gradient(to top, #e9eae5, #fff);
}

.l-treatment__inner {
  margin: 0 auto;
  padding-inline: 35px;
  max-width: 500px;
}
@media screen and (min-width: 1000px) {
  .l-treatment__inner {
    max-width: 1070px;
  }
}

.l-treatment-flow {
  padding-inline: 21.5px;
  margin-bottom: 48px;
}
@media screen and (min-width: 1000px) {
  .l-treatment-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 78px;
    margin-bottom: 28px;
  }
}

.l-treatment-flow__item {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .l-treatment-flow__item {
    width: min(100%, 290px);
  }
  .l-treatment-flow__item::before {
    position: absolute;
    content: "";
    top: 45%;
    left: 105%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    border-top: 5px solid #b5b5b5;
    border-right: 5px solid #b5b5b5;
    border-top-color: #b5b5b5;
  }
  .l-treatment-flow__item:last-child::before {
    display: none;
  }
  .l-treatment-flow__item:hover .c-arrow--1,
  .l-treatment-flow__item:hover .c-arrow--2,
  .l-treatment-flow__item:hover .c-arrow--3 {
    display: block;
  }
  .l-treatment-flow__item:hover::before {
    display: none;
  }
}

.p-treatment-flow__number {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  padding: 15px;
  background-color: #212c2d;
}

.l-treatment-flow__img {
  width: 100%; /* 親要素の幅いっぱい */
  aspect-ratio: 280/200; /* アスペクト比を固定 */
  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;
  overflow: hidden; /* はみ出した部分を隠す */
  margin-bottom: 8px;
}
.l-treatment-flow__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; /* 画像を縮小して収める（伸縮なし） */
}

.l-treatment-flow__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 27px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .l-treatment-flow__txt {
    margin-bottom: 0;
    font-size: clamp(12px, 1.807vw - 1.88px, 18px);
  }
}

.l-treatment-example {
  background-color: #f9f9f9;
}

.l-treatment__img {
  margin-bottom: 29px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .l-treatment__img {
    margin: 56px auto 40px;
    max-width: 591px;
  }
}
.l-treatment__img img {
  -o-object-position: center;
  object-position: center;
}

@media screen and (min-width: 1000px) {
  .p-treatment-example__text {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 28px;
  }
}

.c-example-card {
  padding: 10px 10px 32px;
  background-color: #fff;
  width: clamp(300px, 100%, 500px);
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .c-example-card {
    max-width: 280px;
    margin-bottom: 0;
    font-size: 16px;
  }
}

.p-example-card__thumb {
  aspect-ratio: 1/1;
  margin-bottom: 16px;
}

.p-example-card__wrap {
  display: none;
}
.p-example-card__wrap a {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .p-example-card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
  }
}

.p-example-card__btn {
  padding: 10px 23px;
  letter-spacing: 0.8px;
  border-radius: 20px;
  background-color: #212c2d;
}

.p-example-card__text {
  font-size: 12px;
  margin: 0 auto;
  letter-spacing: 1.5px;
  font-weight: bold;
  line-height: 1.56;
  max-width: 243px;
}
@media screen and (min-width: 1000px) {
  .p-example-card__text {
    font-size: 15px;
  }
}

.l-voice__container {
  max-width: 300px;
  margin: 0 auto 28px;
}
@media screen and (min-width: 768px) {
  .l-voice__container {
    margin-bottom: 73px;
    max-width: 1000px;
  }
}

.c-voice__card {
  max-width: 350px;
  font-family: "Noto Sans JP", sans-serif;
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  background-color: #fff;
}

.c-voice__inner {
  padding: 20px 15px;
}

.c-voice__head {
  position: relative;
}

.c-voice__image {
  width: 100%;
  display: grid;
  place-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  aspect-ratio: 320/210;
}
.c-voice__image.is-logo {
  background-color: #dfdfdf;
}
.c-voice__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.c-voice__wrapper {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.c-voice__ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
}

.c-voice__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5%;
  margin-bottom: 16px;
}

.c-voice__age {
  position: absolute;
  left: 5%;
  top: 8%;
  display: grid;
  place-items: center;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  color: #fff;
  background-color: #212c2d;
  white-space: nowrap;
  font-size: 16px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 4px;
}

.c-voice-small {
  font-size: 10px;
  padding-top: 5px;
}

.c-voice__name {
  color: #000;
}

.c-voice__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-voice__body p {
  max-width: 290px;
  text-align: start !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  -webkit-text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

.c-voice__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.54px;
  text-align: justify;
}

.swiper-slide {
  height: auto !important;
}

.l-menu {
  background-color: #f9f9f9;
}

.l-menu__categories {
  padding-bottom: 55px;
}

.l-menu__container {
  padding-block: 60px;
}

.l-menu__wrapper {
  margin-top: 30px;
  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: 1000px) {
  .l-menu__wrapper {
    display: grid;
    grid-template-columns: 49% auto;
    grid-template-rows: repeat(2, auto);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 52px 30px;
  }
}

.p-menu__lead-text {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .p-menu__lead-text {
    max-width: 907px;
    font-size: 18px;
    margin-inline: auto;
    padding-left: 16px;
  }
}

@media screen and (min-width: 1000px) {
  .l-menu__lead-text {
    grid-column: span 2 / span 2;
  }
}

.p-menu__image {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 305/260;
  background: #d9d9d9;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .p-menu__image {
    max-width: 490px;
    aspect-ratio: 1/1;
    grid-row-start: 2;
  }
}
.p-menu__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.l-menu__price-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: 30px;
}
@media screen and (min-width: 1000px) {
  .l-menu__price-list {
    grid-row-start: 2;
  }
}

.p-menu__price-box {
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
  outline: 1px solid #d9d9d9;
}
@media screen and (min-width: 1000px) {
  .p-menu__price-box {
    outline: none;
  }
}

.p-menu__price-table {
  width: 100%;
  line-height: 1.5;
}
.p-menu__price-table tr {
  border-bottom: 1px solid #d9d9d9;
}
.p-menu__price-table tr:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1000px) {
  .p-menu__price-table {
    outline: 1px solid #d9d9d9;
  }
}

.p-menu__price-name,
.p-menu__price,
.p-menu__price-label,
.p-menu__price-label--sub {
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  .p-menu__price-name,
  .p-menu__price,
  .p-menu__price-label,
  .p-menu__price-label--sub {
    font-size: 16px;
  }
}

.p-menu__price-label {
  background: #000;
  color: #fff;
  padding: 6px 10px;
}
@media screen and (min-width: 1000px) {
  .p-menu__price-label {
    display: inline-block;
  }
}

.p-menu__price-label--sub {
  border-bottom: 1px solid #d9d9d9;
  padding: 6px 5px;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .p-menu__price-label--sub {
    display: inline-block;
  }
}

.p-menu__price-name {
  background-color: #fff;
  vertical-align: middle;
  font-weight: 700;
  padding: 6px 0px 6px 10px;
}

.p-menu__price-notes {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .p-menu__price-notes {
    font-size: 15px;
  }
}

.p-menu__price {
  color: #fff;
  vertical-align: middle;
  padding: 7px 8px;
  gap: 10px;
  background: #999;
  width: 28.8524590164%;
  text-align: center;
}
.p-menu__price-tax {
  font-size: 6px;
}

.l-menu__precautions.l-cr {
  padding-bottom: 100px;
}

.p-menu__precautions {
  border-radius: 2px;
  border: 1px solid #000;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .p-menu__precautions {
    font-size: 17px;
  }
}

.p-menu__precautions-title {
  background: #000;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  text-align: center;
}

.p-menu__precautions-wrapper {
  padding: 30px 5px 50px 10px;
}
@media screen and (min-width: 1000px) {
  .p-menu__precautions-wrapper {
    max-width: 880px;
    margin-inline: auto;
  }
}

.p-menu__precautions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 32px;
}
.p-menu__precautions-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-menu__precautions-list li::before {
  display: block;
  content: "";
  background-color: #000;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1000px) {
  .p-menu__precautions-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-menu__precautions-texts {
  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;
  text-align: center;
  line-height: 1.5;
}

.p-menu__precautions-text:nth-of-type(2) {
  margin-top: 2em;
  margin-bottom: 1em;
}

.l-example__wrapper {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 29px;
  margin-bottom: 40px;
}
.l-example__wrapper .p-cr__card {
  width: clamp(306px, 100%, 500px);
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .l-example__wrapper {
    margin-bottom: 65px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.c-example__card {
  height: auto;
  background-color: #fff;
  width: min(100%, 306px);
}

.c-example__inner {
  height: 100%;
  padding: 20px 15.5px;
}

.c-example__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 29px;
}

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

.c-example__ttl {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  padding: 6px 43px;
  border-radius: 36px;
  background-color: #000;
  color: #fff;
  letter-spacing: 1.5px;
  line-height: 1;
  margin: 0 auto 15px;
}

@media screen and (min-width: 768px) {
  .l-example__container {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

.c-example {
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-example .c-example__image {
  background-color: #d9d9d9;
  width: 100%;
  aspect-ratio: 275/289;
  overflow: hidden;
  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;
}
.c-example .c-example__image img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.p-example-card__thumb {
  aspect-ratio: 1/1;
  margin-bottom: 16px;
}

.p-example-card__wrap {
  display: none;
}
.p-example-card__wrap a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-example-card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
  }
}

.p-example-card__btn {
  padding: 10px 23px;
  letter-spacing: 0.8px;
  border-radius: 20px;
  background-color: #212c2d;
}

.p-example-card__text {
  font-size: 12px;
  margin: 0 auto;
  letter-spacing: 1.5px;
  font-weight: bold;
  line-height: 1.56;
  max-width: 243px;
}
@media screen and (min-width: 768px) {
  .p-example-card__text {
    font-size: 15px;
  }
}

.c-inner.l-staff__inner {
  padding-inline: 18px;
}

.l-staff__wrapper {
  max-width: 500px;
  margin: 100px auto 30px;
}
@media screen and (min-width: 768px) {
  .l-staff__wrapper {
    max-width: 1040px;
    margin-top: 150px;
    margin-bottom: 64px;
  }
}

.c-staff-card {
  background-color: #fff;
  padding: 12px 17px 44px 18px;
  display: grid;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .c-staff-card {
    padding: 20px 52px 40px 58px;
    grid-template-columns: 301px 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 7px 60px;
  }
}

.c-staff-card__img {
  aspect-ratio: 196/252;
  overflow: hidden;
  margin: -74px auto 30px;
  background-color: #dfdfdf;
  width: clamp(196px, 60%, 350px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.c-staff-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1000px) {
  .c-staff-card__img {
    grid-row: span 2 / span 2;
    aspect-ratio: 301/387;
    margin: -97px auto 0;
    width: min(100%, 301px);
  }
}

.c-staff-card__head {
  padding: 0 0 20px 0;
  gap: 16px;
  border-bottom: solid 2px #dfdfdf;
  width: calc(100% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 8px;
  margin-top: auto;
}
@media screen and (min-width: 1000px) {
  .c-staff-card__head {
    padding: 26px 0 0px 0;
    gap: 28px;
    margin-bottom: 11px;
  }
}

.c-staff-card__name {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .c-staff-card__name {
    font-size: 24px;
    letter-spacing: -0.8px;
  }
}

.c-staff-card__en {
  padding-left: 13px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .c-staff-card__en {
    font-size: 20.5px;
    padding-left: 19px;
  }
}

@media screen and (min-width: 768px) {
  .c-staff-card__en--small {
    font-size: 17px;
    letter-spacing: -0.2px;
  }
}

.c-staff-card__post {
  line-height: 1.63;
  letter-spacing: -0.95px;
  opacity: 0.8;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-staff-card__post {
    font-size: 17px;
    margin-bottom: 30px;
    letter-spacing: -0.3px;
  }
}

.c-staff-card__body {
  padding-bottom: 12px;
  border-bottom: solid 2px #dfdfdf;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-staff-card__body {
    grid-column-start: 2;
    font-size: 18px;
    height: auto;
    padding-bottom: 24px;
  }
}

.c-staff-card__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.67;
  letter-spacing: -1.26px;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  margin-bottom: 8px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-staff-card__profile {
    font-size: 17px;
  }
}

.c-staff-card__profile-text p {
  font-size: 14px;
  line-height: 1.67;
}
@media screen and (min-width: 768px) {
  .c-staff-card__profile-text p {
    font-size: 17px;
    letter-spacing: -0.1px;
    line-height: 1.5;
  }
}

.p-staff__btn {
  margin-top: 16px;
}

.l-access__wrapper {
  background-color: #fff;
  padding: 12px;
  margin: 0 auto 12px;
}
@media (min-width: 1000px) {
  .l-access__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 45px;
    padding: 20px 30px;
    margin: 0 0 40px 30px;
  }
}

.p-access__head {
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .p-access__head .p-access__heading {
    padding-inline: 50px;
    font-size: 45px;
  }
}

@media (min-width: 1000px) {
  .p-access__heading--small {
    font-size: 40px;
  }
}

.p-access__info {
  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;
  margin-bottom: 43px;
}
@media (min-width: 1000px) {
  .p-access__info {
    margin-bottom: 0;
    gap: 20px;
  }
}

.p-access__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.61;
  letter-spacing: -0.74px;
}
@media (min-width: 1000px) {
  .p-access__info-item {
    padding-left: 19px;
    font-size: 16px;
    letter-spacing: 1.12px;
    line-height: 1.56;
  }
}

.p-access__info-label {
  width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: bold;
  color: #000;
}

.p-access__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-weight: bold;
}

.p-access__map {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: #d9d9d9;
}
@media (min-width: 1000px) {
  .p-access__map {
    max-width: 450px;
  }
}

.l-access__footer-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: 14px;
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .l-access__footer-wrap {
    margin-top: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.p-access__front-title {
  margin-top: 40px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.l-access-container {
  display: grid;
  gap: 30px;
  margin: 40px auto 40px;
}
@media screen and (min-width: 1000px) {
  .l-access-container {
    grid-template-columns: auto 565px;
    grid-template-rows: 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 53px;
    gap: 69px 31px;
  }
}

.p-access-container-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1000px) {
  .p-access-container-title {
    font-size: 24px;
    padding-bottom: 16px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1000px) {
  .l-access-info {
    margin-top: 36px;
  }
}

.p-access-info-item {
  display: grid;
  grid-template-columns: 84px auto;
  padding-block: 10px;
  border-bottom: 1px solid #d9d9d9;
  gap: 43px;
}
.p-access-info-item:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 1000px) {
  .p-access-info-item {
    font-size: 17px;
    line-height: 1;
    padding-block: 11.7px;
  }
}

@media screen and (min-width: 1000px) {
  .p-access-item-content {
    line-height: 1;
  }
}

.p-access-info-label {
  margin-block: auto;
}
@media screen and (min-width: 1000px) {
  .p-access-info-label {
    padding-left: 14px;
  }
}

.p-access-container-map {
  width: 100%;
  height: auto;
  aspect-ratio: 305/260;
  background-color: #d9d9d9;
}
@media screen and (min-width: 1000px) {
  .p-access-container-map {
    aspect-ratio: 565/520;
  }
}
.p-access-container-map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1000px) {
  .l-access-button {
    margin: 0 auto;
    grid-column-start: 2;
  }
}

.p-access-button {
  display: block;
  color: #fff;
  background-color: #000;
  padding: 10px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .p-access-button {
    display: inline-block;
    font-size: 20px;
    padding: 10px 25px;
  }
}
.p-access-button:hover {
  color: #000;
}

.l-column {
  margin-bottom: 58px;
}
@media screen and (min-width: 768px) {
  .l-column {
    margin-bottom: 0;
  }
}

.c-column__inner {
  padding-inline: 20px;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-column__inner {
    max-width: 1000px;
    padding-inline: 60px;
  }
}

.c-column__container {
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .c-column__container {
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
}
@media (min-width: 1100px) {
  .c-column__container {
    margin-top: 64px;
    margin-bottom: 72px;
    max-width: 1000px;
  }
}

.c-column__card,
.c-arc__new-column-card,
.c-arc__popular-column-card {
  margin-bottom: 30px;
  max-width: 305px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-column__card img,
.c-arc__new-column-card img,
.c-arc__popular-column-card img {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.c-column__card:hover img,
.c-arc__new-column-card:hover img,
.c-arc__popular-column-card:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.c-column__thumb {
  display: grid;
  place-items: center;
  background-color: #dfdfdf;
  margin-bottom: 13px;
  aspect-ratio: 3/2;
  margin-bottom: 13px;
  max-height: 200px;
  overflow: hidden;
}
.c-column__thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.c-column__wrap {
  padding: 0 10px;
  margin-bottom: 30px;
}

.c-column__tag {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 7px 20px;
  background-color: #000;
  margin: 0 12px 12px 0;
}

.c-column__ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.1px;
  line-height: 1.36;
  color: #000;
  margin-top: 12px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-column__text {
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l-arc__head {
  position: relative;
   z-index: 31;
  /*   margin-top: 60px; */
  background-color: #212c2d;
  width: 100vw;
  height: auto;
  display: grid;
  place-items: center;
}
@media (min-width: 1000px) {
  .l-arc__head {
    margin-top: 153px;
  }
}
@media (min-width: 1360px) {
  .l-arc__head {
    margin-top: 130px;
  }
}

.p-arc__head-img {
  width: 100vw;
  height: 40vh;
}
.p-arc__head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-arc__head {
  position: absolute;
  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;
  gap: 9px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.9px;
  font-family: noto sans jp, sans-serif;
}

.p-arc__ttl {
  font-size: 30px;
}
@media (min-width: 1000px) {
  .p-arc__ttl {
    font-size: 50px;
  }
}

.p-arc__subttl {
  font-size: 12px;
}
@media (min-width: 1000px) {
  .p-arc__subttl {
    font-size: 24px;
  }
}

.l-arc__breadcrumb {
  padding: 30px 0 60px;
}

@media screen and (min-width: 768px) {
  .l-arc__contents {
    margin-bottom: 0;
  }
}

.p-column__head {
  margin-bottom: 13px;
}

.c-section-head__subttl {
  font-weight: bold;
  font-size: 12px;
  padding-left: 33px;
}
@media screen and (min-width: 768px) {
  .c-section-head__subttl {
    font-size: 20px;
    padding-left: 62px;
    margin-bottom: 22px;
  }
}

.p-arc__search-container {
  border-radius: 5px;
  border: solid 3px #212c2d;
  background-color: #fff;
  margin-bottom: 10px;
}

.l-arc__search-inner {
  padding: 25px 20px;
}

.c-column-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.c-column-category__item {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.16px;
  font-weight: bold;
  padding: 7px 15px;
  background-color: #212c2d;
}

.l-arc__popular-column-container,
.l-arc__new-column-container,
.l-cr__category-container {
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 0 auto;
  max-width: 500px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .l-arc__popular-column-container,
  .l-arc__new-column-container,
  .l-cr__category-container {
    max-width: 100%;
    margin-top: 50px;
  }
}

.p-news__item {
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.p-news__item h2 {
  font-size: 16px;
  font-weight: 700;
}

.p-news__item:hover {
  transform: translateY(-3px);
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .p-news__item {
    padding: 16px 24px;
    gap: 16px;
  }
  .p-news__item h2 {
    font-size: 18px;
  }
}

.p-new-column__list {
  margin-bottom: 60px;
}

.c-arc__no-column {
  padding-block: 10vh;
  font-size: 1.6vw;
  font-weight: bold;
}

.l-cr {
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  .l-cr {
    padding-bottom: 100px;
  }
}

.l-cr__inner {
  padding-inline: 35px;
}
@media screen and (min-width: 768px) {
  .l-cr__inner {
    padding-inline: 60px;
    max-width: 1120px;
    margin: 0 auto;
  }
}

.p-cr__top {
  padding-block: 57px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .p-cr__top {
    padding-bottom: 80px;
  }
}

.p-cr__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .p-cr__inner {
    padding-inline: 60px;
  }
}

.p-cr__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-cr__top-wrapper {
    max-width: 818px;
    margin: 0 auto;
  }
}

.p-cr__top-ttl {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-cr__top-ttl {
    font-size: 24px;
  }
}

.p-cr__top-text {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-cr__top-text {
    font-size: 17px;
  }
}

.p-cr__category-container {
  padding-block: 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cr__category-container {
    padding-block: 60px;
  }
}

.p-cr-categories {
  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: 768px) {
  .p-cr-categories {
    margin: 0 auto;
    -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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-cr__category-item {
  margin: 0 auto;
  display: inline-block;
}

.c-column-category__item {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.p-cr__card {
  margin: 0 auto;
  max-width: 306px;
}

.p-cr__ttl {
  font-size: 20px;
  letter-spacing: 0.7px;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.p-cr__footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-cr__footer {
  background-color: #fff;
  padding-block: 60px;
  margin-bottom: 58px;
}
@media screen and (min-width: 768px) {
  .p-cr__footer {
    margin: 0;
    padding-block: 94px;
  }
}

.p-cr__footer-inner {
  padding-inline: 20px;
  margin: 0 auto;
}

.p-cr__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-cr__wrapper {
    gap: 30px;
    margin-bottom: 50px;
  }
}

.p-cr__text--bold {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-cr__text--bold {
    font-size: 24px;
  }
}

.p-cr__text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-cr__text {
    font-size: 16px;
  }
}

.l-hiw__inner {
  margin-inline: auto;
  max-width: 570px;
  padding-inline: 35px;
}
@media screen and (min-width: 1000px) {
  .l-hiw__inner {
    max-width: 1000px;
  }
}

.l-hiw__head-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 120px;
  margin-top: 70px;
}
@media screen and (min-width: 1000px) {
  .l-hiw__head-container {
    margin-top: 0;
    gap: 8px;
  }
}

.l-hiw__head-wrapper {
  position: relative;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1000px) {
  .l-hiw__head-wrapper {
    display: grid;
    grid-template-columns: 162px auto 264px;
    padding-bottom: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
  }
  .l-hiw__head-wrapper:first-child {
    margin-top: 40px;
  }
}

.p-hiw__head-number {
  position: absolute;
  top: -70px;
  left: 0;
  z-index: 9;
  width: 100px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .p-hiw__head-number {
    position: static;
    width: 162px;
  }
}

.p-hiw__number {
  width: 100%;
}

.l-hiw__text-box {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 19px;
}

.p-hiw__text {
  font-size: 14px;
  line-height: 1.5;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  letter-spacing: -0.7px;
}
@media screen and (min-width: 1000px) {
  .p-hiw__text {
    font-size: 17px;
    letter-spacing: 0;
    grid-column-start: 2;
  }
}

.p-hiw__head-title {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-size: 18px;
}
@media screen and (min-width: 1000px) {
  .p-hiw__head-title {
    font-size: 24px;
  }
}

.p-hiw__head-image {
  width: 100%;
  height: auto;
  aspect-ratio: 305/200;
  background-color: #d9d9d9;
}

.l-hiw__menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 88px;
  margin-inline: auto;
}

.l-hiw__menu-wrapper {
  display: grid;
  gap: 29px;
}
@media screen and (min-width: 1000px) {
  .l-hiw__menu-wrapper {
    grid-template-columns: 57% auto;
    grid-template-rows: repeat(3, auto);
  }
}

@media screen and (min-width: 1000px) {
  .l-hiw__menu-head {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}

.p-hiw__menu-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .p-hiw__menu-title {
    font-size: 40px;
  }
}

.p-hiw__menu-lead {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .p-hiw__menu-lead {
    font-size: 20px;
  }
}

.p-hiw__menu-image {
  width: 100%;
  height: auto;
  aspect-ratio: 305/200;
  background-color: #d9d9d9;
}
@media screen and (min-width: 1000px) {
  .p-hiw__menu-image {
    grid-row: span 3 / span 3;
    grid-column-start: 1;
    grid-row-start: 1;
  }
}

.l-hiw__menu-button {
  display: block;
}
.l-hiw__menu-button a {
  color: #fff;
  background-color: #000;
  padding: 10px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.l-hiw__menu-button a:hover {
  color: #000;
}
@media screen and (min-width: 1000px) {
  .l-hiw__menu-button {
    display: inline;
    grid-column-start: 2;
    grid-row-start: 3;
    justify-self: flex-end;
    align-self: flex-end;
  }
  .l-hiw__menu-button a {
    padding-inline: 30px;
  }
}

.l-hiw__flow-wrapper {
  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;
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .l-hiw__flow-wrapper {
    -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: 39px;
  }
  .l-hiw__flow-wrapper:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.l-hiw__flow-container {
  margin-block: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1000px) {
  .l-hiw__flow-container {
    margin-block: 80px;
    gap: 98px;
  }
}

.l-hiw__flow-head {
  margin-bottom: 32px;
}
@media screen and (min-width: 1000px) {
  .l-hiw__flow-head {
    font-size: 24px;
    border-bottom: 2px solid #000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-hiw__flow-step {
  display: inline;
  background-color: #000;
  color: #fff;
  padding: 2px 24px;
}
@media screen and (min-width: 1000px) {
  .p-hiw__flow-step {
    padding: 0 24px;
  }
}

.p-hiw__flow-title {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
@media screen and (min-width: 1000px) {
  .p-hiw__flow-title {
    border-bottom: none;
    margin-left: 8px;
  }
}

.p-hiw__flow-image {
  width: 100%;
  height: auto;
  aspect-ratio: 305/200;
  background-color: #d9d9d9;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1000px) {
  .p-hiw__flow-image {
    max-width: 330px;
    width: 100%;
  }
}

.l-hiw__case-head {
  margin-bottom: 23px;
}

.p-hiw__case-study {
  font-size: 24px;
  font-weight: 700;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.l-hiw__case-container {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .l-hiw__case-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1000px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
  }
}

.p-hiw__case-card {
  padding: 20px 15px;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .p-hiw__case-card {
    max-width: 306px;
    width: 100%;
    height: auto;
    aspect-ratio: 306/384;
  }
}

.p-hiw__case-image {
  width: 100%;
  height: auto;
  aspect-ratio: 275/289;
  background-color: #d9d9d9;
  margin-bottom: 34px;
}

.p-hiw__case-title {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  color: #fff;
  padding: 6px 43px;
  border-radius: 36px;
  font-size: 17px;
}

.p-hiw__case-text {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .p-hiw__case-text {
    font-size: 17px;
  }
}

.l-hiw__footer-button {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1000px) {
  .l-hiw__footer-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
}

.p-hiw__footer-button {
  position: relative;
  overflow: hidden;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-hiw__footer-button::after {
  display: block;
  content: "→";
  width: auto;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .p-hiw__footer-button {
    font-size: 17px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-hiw__footer-button:hover {
  color: #fff;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-hiw__title--sub {
  display: block;
}
@media screen and (min-width: 1000px) {
  .p-hiw__title--sub {
    font-size: 20px;
    padding-left: 55px;
    margin-top: -10px;
  }
}

.p-hiw__search-container {
  border-radius: 25px;
  border: 3px solid #000;
  padding: 35px 30px;
}
@media screen and (min-width: 1000px) {
  .p-hiw__search-container {
    margin-top: 53px;
    margin-bottom: 32px;
  }
}

.l-hiw__post-container {
  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;
  -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: 1000px) {
  .l-hiw__post-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-inline: 20px;
  }
}

.l-hiw__footer {
  padding-inline: 35px;
  padding-bottom: 50px;
  display: grid;
  place-items: center;
}

.p-hiw__footer-text {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.6px;
}

.p-hiw__footer-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 1000px) {
  .p-hiw__footer-title {
    font-size: 40px;
  }
}

.p-hiw__footer-lead {
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  .p-hiw__footer-lead {
    font-size: 20px;
  }
}

.p-hiw__contact-button {
  margin-top: 38px;
}

.p-hiw__footer-link {
  padding: 10px 24px;
  background-color: #000;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .p-hiw__footer-link {
    font-size: 20px;
  }
}
.p-hiw__footer-link:hover {
  color: #000;
}

.l-store__info-wrapper {
  margin-block: 40px;
}

.l-store__info-img {
  width: min(100%, 500px);
  height: auto;
  aspect-ratio: 305/329;
}
@media screen and (min-width: 400px) {
  .l-store__info-img {
    margin-top: 108px;
    width: min(100%, 1000px);
    aspect-ratio: 100/52;
  }
}

.l-faq__contents {
  padding-block: 30px;
}
@media screen and (min-width: 768px) {
  .l-faq__contents {
    padding: 30px 0 100px;
  }
}

.l-faq__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .l-faq__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-inline: 60px;
  }
}

.l-faq__container {
  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;
  margin-block: 20px;
}
@media screen and (min-width: 768px) {
  .l-faq__container {
    margin-block: 50px;
  }
}

.p-faq__item {
  position: relative;
  background-color: #fff;
  max-width: 500px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.p-faq__item::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #212c2d;
  border-bottom: 2px solid #212c2d;
  -webkit-transform-origin: center;
  transform-origin: center;
  display: inline-block;
}
.p-faq__item.is-open::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .p-faq__item {
    max-width: 1000px;
  }
  .p-faq__item::after {
    width: 15px;
    height: 15px;
    top: 24px;
    right: 40px;
  }
}

.p-faq__head {
  width: 100%;
}

.p-faq__head,
.p-faq__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 10px 25px 10px 15px;
}
@media screen and (min-width: 768px) {
  .p-faq__head,
  .p-faq__body {
    padding: 10px 72px 10px 32px;
    gap: 31px;
  }
}

.p-faq__image {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-faq__image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-faq__image {
    width: 54px;
    height: 54px;
  }
}

.p-faq__text {
  color: #000;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.6px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-faq__text {
    font-size: 20px;
  }
}

.p-faq__body {
  max-height: 500px;
}

.p-faq__container-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-faq__container-btn {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
  }
}

.p-faq__footer {
  margin: 60px auto 120px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-faq__footer {
    margin: 100px auto;
  }
}

.p-faq__footer-btn {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-404__container--gradation {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e9eae5), to(#fff));
  background-image: linear-gradient(to top, #e9eae5, #fff);
  height: calc(100vh - 60px - 162px - 58px);
  height: calc(100vh - 60px);
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .l-404__container--gradation {
    padding-block: 100px;
    height: calc(100vh - 83px - 276px - 320px);
    height: calc(100vh - 276px);
  }
}

.l-404__inner {
  padding-inline: 30px;
}
@media screen and (min-width: 768px) {
  .l-404__inner {
    padding-inline: 60px;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.p-404__text {
  text-align: center;
  font-size: clamp(12px, 0.96vw + 8.4px, 18px);
  font-weight: bold;
  letter-spacing: 0.7px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.l-sitemap-contents {
  margin-top: 30px;
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .l-sitemap-contents {
    grid-template-columns: repeat(2, 1fr);
    max-width: calc(1000px + 15%);
    margin-inline: auto;
    gap: 30px;
  }
}

.wsp-container {
  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;
}

.wsp-pages-list,
.wsp-column_categorys-list,
.wsp-columns-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: 20px;
}

.wsp-pages-title,
.wsp-column_categorys-title,
.wsp-columns-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  font-size: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.8;
  color: #000;
  letter-spacing: 0.8px;
}
.wsp-pages-title::before,
.wsp-column_categorys-title::before,
.wsp-columns-title::before {
  margin-block: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  margin-top: 21px;
  width: 21px;
  height: 5px;
  background-color: #304041;
}
@media screen and (min-width: 768px) {
  .wsp-pages-title,
  .wsp-column_categorys-title,
  .wsp-columns-title {
    gap: 22px;
  }
  .wsp-pages-title::before,
  .wsp-column_categorys-title::before,
  .wsp-columns-title::before {
    margin-top: 34px;
    width: 36px;
    height: 8px;
  }
}
@media screen and (min-width: 1000px) {
  .wsp-pages-title,
  .wsp-column_categorys-title,
  .wsp-columns-title {
    font-size: 40px;
  }
}

.swiper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: 20;
  -webkit-text-size-adjust: none;
}

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

.swiper-slide {
  width: 350px;
}

.l-main {
  overflow: clip;
  margin-top: 60px;
}

.c-side-logo {
  position: relative;
  height: auto;
  margin-inline: auto;
}

.c-side-logo__img {
  display: none;
}
@media screen and (min-width: 1245px) {
  .c-side-logo__img {
    display: block;
    position: sticky;
    top: 110px;
    left: 20px;
    z-index: 10;
    height: 88vh;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    aspect-ratio: 110.6/939.9;
  }
  .c-side-logo__img img {
    width: 100%;
    height: 100%;
  }
}

.p-sns__item {
  width: 60px;
  height: 60px;
}

.p-sns__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: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-section {
  padding: 6vh 0;
}
@media screen and (min-width: 768px) {
  .c-section {
    padding-block: 10vh;
  }
}

.c-inner {
  margin: 0 auto;
  padding-inline: 20px;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .c-inner {
    max-width: 1000px;
    padding-inline: 60px;
  }
}

.l-treatment-example,
.l-voice,
.l-menu,
.l-staff,
.l-access,
.l-column {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e9eae5), to(#fff));
  background-image: linear-gradient(to top, #e9eae5, #fff);
}

section {
  position: relative;
}

#shop,
#flow,
#example,
#menu,
#voice,
#staff {
  position: absolute;
  top: -30px;
  left: 0;
}

.c-section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  gap: 11px;
}
.c-section-head::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  margin-top: 21px;
  width: 21px;
  height: 5px;
  background-color: #304041;
}
@media screen and (min-width: 768px) {
  .c-section-head {
    gap: 22px;
    margin-bottom: 40px;
  }
  .c-section-head::before {
    margin-top: 34px;
    width: 36px;
    height: 8px;
  }
}

.c-section-head__text {
  font-size: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.8;
  color: #000;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 1000px) {
  .c-section-head__text {
    font-size: 40px;
  }
}

.c-section-head__text--sub {
  display: block;
  font-size: 12px;
  margin-top: -10px;
}
@media screen and (min-width: 1000px) {
  .c-section-head__text--sub {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .c-section-head__sub-wrapper {
    padding-left: 58px;
    max-width: 907px;
  }
}

.c-section-head__subtext {
  font-size: 18px;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .c-section-head__subtext {
    font-size: 24px;
  }
}

.c-subtext {
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #000;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .c-subtext {
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 56px;
  }
}

.c-heading--2 {
  display: inline-block;
  background-color: #212c2d;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 1.6px;
  padding: 6px 12px;
}
.c-heading--2:nth-of-type(1) {
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .c-heading--2 {
    font-size: clamp(28px, 3.614vw + 0.241px, 40px);
  }
}

.c-btn {
  position: relative;
  text-align: left;
  display: inline-block;
  border-radius: 32px;
}
.c-btn a {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding: 24px 24px;
  margin-left: 8.5px;
  width: 192px;
}
.c-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../assets/img/icon_arrow.svg) no-repeat center center;
  background-size: 32px 32px;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-btn--white {
  background-color: #fff;
}

.c-tel__btn--blue {
  background-color: #0a3d91; /* ボタンの背景色 */
  color: #fff;
}

.c-container__footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  padding-right: 20px;
}

.c-container__btn {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 0;
  font-size: clamp(16px, 2vw, 22px);
  width: clamp(161px, 30vw, 358px);
  padding: 9.5px 20px 9.5px 20px;
  -webkit-box-shadow: 0px 1px 1.9px 0.1px rgba(81, 80, 80, 0.26);
  box-shadow: 0px 1px 1.9px 0.1px rgba(81, 80, 80, 0.26);
  background-color: #c39b46;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-container__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  rotate: -5deg;
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-container__btn {
    font-size: 22px;
    padding: 20px 0 20px 48px;
    text-align: start;
    width: 310px;
    -webkit-box-shadow: 0px 3px 1.9px 0.1px rgba(81, 80, 80, 0.26);
    box-shadow: 0px 3px 1.9px 0.1px rgba(81, 80, 80, 0.26);
  }
  .c-container__btn:hover {
    color: #c39b46;
  }
  .c-container__btn:hover .in-line {
    background-color: #c39b46;
  }
  .c-container__btn:hover .out-line {
    background-color: #fff;
  }
}

.out-line {
  position: absolute;
  background-color: #c39b46;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  width: 22px;
  height: 1px;
  border-radius: 0 1px 1px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .out-line {
    width: 40px;
    height: 3px;
    border-radius: 0 2px 2px 0;
  }
}

.in-line {
  position: absolute;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 1px;
  border-radius: 1px 0 0 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .in-line {
    width: 40px;
    height: 3px;
    border-radius: 2px 0 0 2px;
  }
}

.c-web__btn--yellow {
  background-color: #ffd900;
  color: #000;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-web__btn--yellow::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.c-web__btn--yellow img {
  width: auto;
}

.c-hover__btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .c-hover__btn:hover {
    background-color: #000;
    color: #fff;
    opacity: 1;
  }
}

.c-hover__sns {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .c-hover__sns:hover {
    scale: 1.2;
  }
}

.c-hover__tag {
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .c-hover__tag::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    rotate: -5deg;
    width: 0;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .c-hover__tag:hover {
    color: #c39b46;
  }
  .c-hover__tag:hover::before {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .c-hover__tag.c-column-category__item:hover {
    color: #000;
  }
  .c-hover__tag.c-column-category__item:hover::before {
    width: 100%;
  }
}

.c-arrow--1,
.c-arrow--2,
.c-arrow--3 {
  position: absolute;
  top: 100%;
  left: 45%;
  width: 30px;
  height: 30px;
  border-top: 5px solid #b5b5b5;
  border-right: 5px solid #b5b5b5;
  border-top-color: #b5b5b5;
  opacity: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-animation: arrowAnimateDown 1.5s infinite;
  animation: arrowAnimateDown 1.5s infinite;
}
@media screen and (min-width: 1000px) {
  .c-arrow--1,
  .c-arrow--2,
  .c-arrow--3 {
    display: none;
    -webkit-animation: arrowAnimateRight 1.5s infinite;
    animation: arrowAnimateRight 1.5s infinite;
  }
}

.c-arrow--1 {
  top: 97%;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media screen and (min-width: 1000px) {
  .c-arrow--1 {
    top: 45%;
    left: 97%;
  }
}

.c-arrow--2 {
  top: 99%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@media screen and (min-width: 1000px) {
  .c-arrow--2 {
    top: 45%;
    left: 99%;
  }
}

.c-arrow--3 {
  top: 101%;
}
@media screen and (min-width: 1000px) {
  .c-arrow--3 {
    top: 45%;
    left: 101%;
  }
}

@-webkit-keyframes arrowAnimateDown {
  0% {
    -webkit-transform: translateY(0) rotate(135deg);
    transform: translateY(0) rotate(135deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%) rotate(135deg);
    transform: translateY(100%) rotate(135deg);
    opacity: 0;
  }
}

@keyframes arrowAnimateDown {
  0% {
    -webkit-transform: translateY(0) rotate(135deg);
    transform: translateY(0) rotate(135deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%) rotate(135deg);
    transform: translateY(100%) rotate(135deg);
    opacity: 0;
  }
}
@-webkit-keyframes arrowAnimateRight {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) rotate(45deg);
    transform: translateX(100%) rotate(45deg);
    opacity: 0;
  }
}
@keyframes arrowAnimateRight {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) rotate(45deg);
    transform: translateX(100%) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-left {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.fade-left.in-view {
  -webkit-animation: fadeInLeft 0.6s forwards;
  animation: fadeInLeft 0.6s forwards;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "ヒラギノ角コゴ ProN W3", "Meiryo", sans-serif;
  font-weight: bold;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  padding-block: 10px;
}

.page-number:not(.prev):not(.next):not(.dots):not(.current)::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #dee0e0;
  border-radius: 2px;
  left: 0;
  bottom: 0;
  margin-top: 11px;
}

.c-pagination > .page-numbers:not(.prev):not(.next):not(.dots) {
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding: 0 10px 10px 10px;
}

.c-pagination > .page-numbers:not(.prev):not(.next):not(.dots):not(.current)::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #dee0e0;
  border-radius: 2px;
  left: 0;
  bottom: 0;
  margin-top: 11px;
}

.c-pagination .current::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #003e8f;
  border-radius: 2px;
  left: 0;
  bottom: 0;
  margin-top: 11px;
}

.breadcrumb {
  display: none;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.7px;
    gap: 5px;
  }
}
.breadcrumb a {
  color: #000;
}

.l-breadcrumb {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-breadcrumb {
    padding-bottom: 60px;
  }
}

.no-image {
  height: 36% !important;
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 2s;
  transition: opacity 1s, -webkit-transform 2s;
  transition: opacity 1s, transform 2s;
  transition: opacity 1s, transform 2s, -webkit-transform 2s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade-in-left-soft {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: var(--delay, 0s);
  transition-delay: var(--delay, 0s);
}
.fade-in-left-soft.is-in-view {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.text-fade-in {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.text-fade-in::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(white), to(transparent));
  background: linear-gradient(to right, white 0%, transparent 100%);
  -webkit-animation: fadeText 1s ease-in-out forwards;
  animation: fadeText 1s ease-in-out forwards;
}

@-webkit-keyframes fadeText {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}

@keyframes fadeText {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
.ripple-effect {
  position: relative;
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(198, 198, 198, 0.6);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: ripple-animation 0.6s linear;
  animation: ripple-animation 0.6s linear;
  pointer-events: none;
  z-index: 9999;
  opacity: 1;
}

@-webkit-keyframes ripple-animation {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple-animation {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
[class*="thumb"] {
  border-radius: 16px;
}

.image-overlay,
.image-overlay-reverse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(208, 208, 208, 0.9647058824);
  display: grid;
  place-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.image-overlay.slide-out-right,
.image-overlay-reverse.slide-out-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  pointer-events: none;
  opacity: 0.7;
}

.slide-out-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0.7;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
}

.c-column__none {
  padding-block: 10vh;
  font-size: 1.6vw;
  font-weight: bold;
  justify-self: center;
}

.p-cards:has(.c-column__none) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-d-none {
  display: none;
}

.u-bradius-5 {
  border-radius: 5px;
}

.u-gap-16 {
  gap: 16px;
}

.u-ta-c {
  text-align: center;
}

.is-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.u-bg-light {
  background-color: #f9f9f9;
}

.u-bg-gradient {
  margin-inline: calc(50% - 50vw);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e9eae5), to(#fff));
  background-image: linear-gradient(to top, #e9eae5, #fff);
}

.u-pb--md {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .u-pb--md {
    padding-bottom: 60px;
  }
}

.u-fz-23 {
  font-size: 23px;
}

.u-gap-30 {
  gap: 30px;
}

.u-pb-50 {
  padding-bottom: 120px;
}
@media screen and (min-width: 1000px) {
  .u-pb-50 {
    padding-bottom: 50px;
  }
}
.u-pt-30 {
  padding-top: 30px;
}

.u-pt-60 {
  padding-top: 60px;
}

.u-mb--40 {
  margin-bottom: -40px;
}

.c-hdg--lv3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-hdg--lv3::before {
  display: block;
  content: "";
  width: 21px;
  height: 5px;
  background-color: #304041;
}
@media screen and (min-width: 768px) {
  .c-hdg--lv3 {
    font-size: 36px;
    gap: 22px;
  }
  .c-hdg--lv3::before {
    width: 36px;
    height: 8px;
  }
}

@media (max-width: 900px) {
  .u-display-none-900 {
    display: none;
  }
}

@media (max-width: 1100px) {
  .u-display-none-1100 {
    display: none;
  }
}

.p-contact__container {
  max-width: 1000px;
  margin: 0 auto;
}

.u-nowrap {
  white-space: nowrap;
}

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

.u-sp-hidden--flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-sp-hidden--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.u-fz-16_22 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .u-fz-16_22 {
    font-size: 22px;
  }
}

.u-fz-22 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .u-fz-22 {
    font-size: 40px;
  }
}

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

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

@media screen and (min-width: 1245px) {
  .u-margin-top--939 {
    margin-top: -88vh;
  }
}

.c-btn-wrapper {
  margin-top: 29px;
}
@media screen and (min-width: 1200px) {
  .c-btn-wrapper {
    margin-top: 40px;
  }
}

.c-btn--hiw__wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 0 10px;
}
@media (min-width: 500px) {
  .c-btn--hiw__wrapper {
    padding-left: 20px;
  }
}
@media (min-width: 1000px) {
  .c-btn--hiw__wrapper {
    grid-column-start: 2;
    grid-row-start: 4;
  }
}
@media screen and (min-width: 1200px) {
  .c-btn--hiw__wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }
  .c-btn--hiw__wrapper .c-container__btn {
    width: 236px;
  }
}

.p-staff-card-container {
  display: grid;
  gap: 90px;
}
@media screen and (min-width: 1000px) {
  .p-staff-card-container {
    gap: 120px;
  }
}

.p-news__item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.p-news__item-img img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-news__item-img--default {
  width: 60%;
  max-width: 150px;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.p-news__item-img--default img {
}

.p-post__body {
  /* font-family: "Noto sans JP", serif; */
}

.p-post__body p {
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 28px;
}

.p-post__body h2 {
  font-weight: 700;
}
.p-post__body h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 20px 0 32px;
}

.p-post__body h4,
.p-post__body h5 {
  padding: 20px 0;
  font-weight: bold;
  line-height: 32px;
}

.p-post__body h4 {
  font-size: 20px;
}
.p-post__body h5 {
  font-size: 18px;
}

.l-news__list-item__inner {
  display: grid;
  grid-template-areas: "category date hdg";
  grid-template-columns: min-content min-content auto;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.l-news__list ul:first-child {
  border-top: 1px solid #ccc;
}

.l-news__list-category {
  grid-area: category;
  width: max-content;
  padding: 10px 30px;
  background-color: #fc0375;
  color: #fff;
  border-radius: 45px;
  font-size: 14px;
  margin-right: 25px;
}

.l-news__list-item__date {
  grid-area: date;
  /* font-family: 'Lato', sans-serif; */
  font-weight: bold;
  font-size: 16px;
  color: #999;
  margin-right: 15px;
}

.l-news__list-item__hdg {
  grid-area: hdg;
  /* font-family: 'Noto Sans JP', sans-serif; */
  width: 100%;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
  position: relative;
}

.l-news__list-item__hdg svg {
  width: fit-content;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .l-news__list-item__inner {
    grid-template-columns: min-content auto;
    grid-template-areas: "category date" "hdg hdg";
  }

  .l-news__list-item__hdg {
    padding-top: 10px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }
}
