@charset "UTF-8";
/*---レスポンシブサイズ---*/
/*---font---*/
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/noto-sans-jp-v54-japanese-regular.woff2") format("woff2");
}
/* noto-sans-jp-500 - japanese */
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/noto-sans-jp-v54-japanese-500.woff2") format("woff2");
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/noto-sans-jp-v54-japanese-700.woff2") format("woff2");
}
/* public-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/public-sans-v20-latin-regular.woff2") format("woff2");
}
/* public-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/public-sans-v20-latin-700.woff2") format("woff2");
}
/* akshar-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Akshar";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/akshar-v16-latin-regular.woff2") format("woff2");
}
/* akshar-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Akshar";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/akshar-v16-latin-500.woff2") format("woff2");
}
/* noto-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/noto-sans-v39-latin-regular.woff2") format("woff2");
}
/* noto-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/noto-sans-v39-latin-500.woff2") format("woff2");
}
/* noto-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/noto-sans-v39-latin-700.woff2") format("woff2");
}
/*---変数---*/
:root {
  --base: "Noto Sans JP", sans-serif;
  --noto: "Noto Sans", sans-serif;
  --public: "Public Sans", sans-serif;
  --akshar: "Akshar", sans-serif;
  --mc: #c0a118;
  --fc: #2e2e2e;
  --bc: #f8f8f8;
}

/*--display---*/
.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

.pc-tb {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-tb {
    display: none !important;
  }
}

.tb-sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb-sp {
    display: block !important;
  }
}

.tb {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.page-about {
  background: url(/img/bg-body.png) no-repeat top 112px center/100% auto;
}
@media screen and (max-width: 1024px) {
  .page-about {
    background: url(/img/bg-body.png) no-repeat top 78px center/100% auto;
  }
}
@media screen and (max-width: 767px) {
  .page-about {
    background: url(/img/bg-body_sp.png) no-repeat top 78px center/100% auto;
  }
}
.page-about .main {
  padding-block: 134px 0;
}
@media screen and (max-width: 1024px) {
  .page-about .main {
    padding-block: 92px 0;
  }
}
.page-about-intro {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -37px;
  height: calc(100svh - 134px + 37px);
  background: url(/about/img/bg-intro.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 1024px) {
  .page-about-intro {
    height: calc(100svh - 92px + 37px);
  }
}
.page-about-intro__ttl {
  margin-bottom: min(1.796875vw, 2.3rem);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-about-intro__ttl {
    margin-bottom: 34px;
  }
}
.page-about-intro__ttl-st {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 4rem; /* 200% */
  letter-spacing: 0.1rem;
}
.page-about-intro__ttl-st small {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .page-about-intro__ttl-st.--st1 {
    padding-right: 54px;
  }
}
.page-about-intro__ttl-st.--st2 {
  position: relative;
  display: inline-block;
  padding-block: 8px min(1.875vw, 2.4rem);
  font-size: 4rem;
  font-weight: 500;
  line-height: 6.4rem; /* 160% */
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .page-about-intro__ttl-st.--st2 {
    padding-block: 8px 26px;
    font-size: 3.2rem;
    line-height: 1.4;
    letter-spacing: 0.16rem;
  }
}
.page-about-intro__ttl-st.--st2::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 79px;
  height: 80.288px;
  background: url(/about/img/icon-intro.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .page-about-intro__ttl-st.--st2::after {
    top: -60px;
    right: 10px;
    width: 60px;
    height: 60.506px;
  }
}
.page-about-intro__ttl-st.--st2 span {
  font-size: 2.4rem;
  line-height: 4rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 767px) {
  .page-about-intro__ttl-st.--st2 span {
    padding-inline: 8px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .page-about-intro__ttl-st.--st3 {
    font-size: 1.6rem;
    line-height: 2.8rem; /* 175% */
    letter-spacing: 0.08rem;
  }
}
.page-about-intro__ttl-st .--line {
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
}
.page-about-intro__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: min(5vw, 6.4rem);
}
@media screen and (max-width: 767px) {
  .page-about-intro__tag {
    margin-bottom: 40px;
  }
}
.page-about-intro__tag-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 15px;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  background: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem; /* 166.667% */
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 767px) {
  .page-about-intro__tag-item {
    height: 23px;
    padding: 0 12px;
    border-radius: 6.635px;
    border: 0.829px solid #d7d7d7;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.05rem;
  }
}
.page-about-intro__anchor {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-about-intro__anchor {
    margin-bottom: 0;
  }
}
.page-about-intro__anchor-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-inline: auto;
  max-width: 422px;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 4rem; /* 200% */
  letter-spacing: 0.1rem;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .page-about-intro__anchor-link {
    max-width: 296px;
    height: 62px;
    font-size: 1.6rem;
    line-height: 2.8rem; /* 175% */
    letter-spacing: 0.08rem;
  }
}
.page-about-intro__anchor-link:hover {
  background: var(--fc);
}
.page-about-intro__anchor-icon {
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
}
.page-about-intro__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 52px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-about-intro__scroll {
    display: none;
  }
}
.page-about-intro__scroll-st {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.056rem;
}
@media screen and (max-width: 767px) {
  .page-about-intro__scroll-st {
    color: #989898;
  }
}
.page-about-intro__scroll-arw {
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-right: 1px solid white;
  border-top: 1px solid white;
  transform: rotate(135deg);
  animation: ani-mouse 2.5s linear infinite;
}
@keyframes ani-mouse {
  0% {
    opacity: 0;
    top: calc(100% + 20px);
  }
  40% {
    opacity: 0;
    top: calc(100% + 8px);
  }
  70% {
    opacity: 1;
    top: calc(100% + 8px);
  }
  100% {
    opacity: 1;
    top: calc(100% + 20px);
  }
}
.page-about-gallery {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .page-about-gallery {
    padding-top: 8px;
  }
}
.page-about-gallery .gallery-list__item {
  width: fit-content;
}
.page-about-gallery .gallery-list__item img {
  width: auto;
  height: 346px;
}
@media screen and (max-width: 767px) {
  .page-about-gallery .gallery-list__item img {
    height: 140px;
  }
}
.page-about-gallery .swiper-wrapper {
  transition-timing-function: linear;
}
.page-about-features {
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  .page-about-features {
    padding-top: 56px;
  }
}
.page-about-features__head {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .page-about-features__head {
    margin-bottom: 30px;
  }
}
.page-about-features__ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .page-about-features__ttl {
    margin-bottom: 15px;
  }
}
.page-about-features__ttl-st {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.064rem;
}
@media screen and (max-width: 767px) {
  .page-about-features__ttl-st {
    font-size: 2rem;
    line-height: 4rem; /* 200% */
    letter-spacing: 0.1rem;
  }
}
.page-about-features__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: #d7d7d7;
}
@media screen and (max-width: 767px) {
  .page-about-features__ttl::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .page-about-features__txt {
    padding-inline: 16px;
  }
}
.page-about-features__txt-st {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem; /* 175% */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .page-about-features__txt-st {
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-about-features__txt-st .--color {
  color: var(--mc);
}
@media screen and (min-width: 768px) {
  .page-about-features .features-list__inr {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-about-features .features-list__item {
    width: calc((100% - 16px) / 2);
  }
}
.page-about-features .features-list__item:nth-child(3) .item-box__ph img {
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  .page-about-features .features-list__item:nth-child(3) .item-box__ph img {
    max-width: 60.5%;
  }
}
.page-about-features .item-box {
  display: flex;
  flex-direction: column;
  padding: 40px 40px 30px;
  text-align: center;
  border: 1px solid #d7d7d7;
  background: var(--bc);
}
@media screen and (max-width: 767px) {
  .page-about-features .item-box {
    padding: 24px 15px;
  }
}
.page-about-features .item-box__icon {
  margin-bottom: 8px;
  margin-inline: auto;
  width: 40px;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .page-about-features .item-box__icon {
    width: 30px;
  }
}
.page-about-features .item-box__ttl {
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .page-about-features .item-box__ttl {
    margin-bottom: 15px;
  }
}
.page-about-features .item-box__ttl-st {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 166.667%;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 767px) {
  .page-about-features .item-box__ttl-st {
    font-size: 2rem;
    line-height: 1.48;
    letter-spacing: 0.1rem;
  }
}
.page-about-features .item-box__txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-about-features .item-box__txt {
    margin-bottom: 15px;
  }
}
.page-about-features .item-box__txt-st {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
.page-about-features .item-box__ph {
  position: relative;
  margin-block: auto 0;
  width: 100%;
  height: 112px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-about-features .item-box__ph {
    height: 56px;
  }
}
.page-about-features .item-box__ph img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  transition: 0.4s;
}
.page-about-features .swiper-nav {
  position: relative;
  margin-top: 1.5rem;
  height: 55px;
}
.page-about-features .swiper-pagination {
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 137px);
  height: 2px;
  background: #d7d7d7;
}
.page-about-features .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--fc);
}
.page-about-features .swiper-button-prev, .page-about-features .swiper-button-next {
  margin-top: 0;
  top: 0;
  left: auto;
  width: 50px;
  height: 50px;
  background: url(/about/img/icon-arrow_slide.svg) no-repeat center center/cover;
}
.page-about-features .swiper-button-prev::after, .page-about-features .swiper-button-next::after {
  display: none;
}
.page-about-features .swiper-button-next {
  right: 0;
}
.page-about-features .swiper-button-prev {
  right: 64px;
  transform: scale(-1, 1);
}
.page-about .banner {
  padding-block: 55px;
}
@media screen and (max-width: 767px) {
  .page-about .banner {
    padding-block: 62px 58px;
  }
}
@media screen and (min-width: 1025px) {
  .page-about .banner__link:hover .cmn-btn__link {
    background: var(--fc);
    border: 1px solid var(--fc);
    color: #fff;
  }
  .page-about .banner__link:hover .cmn-btn__link::after {
    opacity: 1;
  }
}
.page-about .banner__cnt {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: url(/about/img/bg-banner.jpg) no-repeat center center/cover;
  border: 2px solid rgba(192, 161, 24, 0.9);
}
@media screen and (max-width: 767px) {
  .page-about .banner__cnt {
    flex-direction: column;
    background: #fff;
  }
}
.page-about .banner__info {
  padding: min(4.53125vw, 5.8rem);
  width: 60%;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .page-about .banner__info {
    padding: 24px 16px;
    width: 100%;
  }
}
.page-about .banner__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .page-about .banner__ttl {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--mc);
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .page-about .banner__ttl {
    margin-bottom: 24px;
  }
}
.page-about .banner__ttl-st {
  display: inline;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--mc);
  color: var(--mc);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 166.667%;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 1024px) {
  .page-about .banner__ttl-st {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .page-about .banner__ttl-st {
    font-size: 2rem;
    line-height: 1.42;
    letter-spacing: 0.1rem;
  }
}
.page-about .banner__txt {
  margin-bottom: 40px;
}
.page-about .banner__txt-st {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem; /* 175% */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .page-about .banner__txt-st {
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-about .banner__note {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 24px;
}
@media screen and (max-width: 767px) {
  .page-about .banner__note {
    flex-direction: column;
  }
}
.page-about .banner__note-icon {
  width: 44px;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .page-about .banner__note-icon {
    margin-inline: auto;
    width: 182px;
    aspect-ratio: 182/50;
  }
}
.page-about .banner__note-st {
  flex: 1;
  font-size: 1.4rem;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 767px) {
  .page-about .banner__note-st {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem; /* 166.667% */
    letter-spacing: 0.06rem;
  }
}
.page-about .banner__anchor {
  margin-block: auto 0;
  padding: 30px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .page-about .banner__anchor {
    padding: 8px;
    width: 100%;
  }
}
.page-about .banner__anchor-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto 0;
  width: 220px;
  height: 40px;
  padding: 11px 24px;
  border-radius: 4px;
  border: 1px solid var(--bc);
  color: var(--bc);
  font-size: 1.4rem;
  letter-spacing: 0.056rem;
}
@media screen and (max-width: 767px) {
  .page-about .banner__anchor-btn {
    margin-inline: auto;
    border-radius: 40px;
    border: 1px solid var(--fc);
    color: var(--fc);
  }
  .page-about .banner__anchor-btn span {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .page-about .banner__ph {
    margin-top: 32px;
  }
}
.page-about-stats {
  padding-block: 60px 80px;
}
@media screen and (max-width: 767px) {
  .page-about-stats {
    padding-block: 0 52px;
  }
}
.page-about-stats__head {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .page-about-stats__head {
    margin-bottom: 30px;
  }
}
.page-about-stats__ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .page-about-stats__ttl {
    margin-bottom: 15px;
  }
}
.page-about-stats__ttl-st {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.064rem;
}
@media screen and (max-width: 767px) {
  .page-about-stats__ttl-st {
    font-size: 2rem;
    line-height: 4rem; /* 200% */
    letter-spacing: 0.1rem;
  }
}
.page-about-stats__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: #d7d7d7;
}
@media screen and (max-width: 767px) {
  .page-about-stats__ttl::after {
    content: none;
  }
}
.page-about-stats__txt {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .page-about-stats__txt {
    padding-inline: 16px;
  }
}
.page-about-stats__txt-st {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem; /* 175% */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .page-about-stats__txt-st {
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-about-stats__txt-st .--color {
  color: var(--mc);
}
.page-about-stats__note-st {
  color: #585858;
  font-size: 1.2rem;
  line-height: 2rem; /* 166.667% */
  letter-spacing: 0.06rem;
  text-align: center;
}
.page-about-stats .stats-list {
  max-width: 1080px;
}
@media screen and (min-width: 768px) {
  .page-about-stats .stats-list__inr {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.page-about-stats .stats-list__item {
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-about-stats .stats-list__item {
    width: calc((100% - 16px) / 2);
  }
}
.page-about-stats .stats-list__item:nth-child(3) .item-box__ph img {
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  .page-about-stats .stats-list__item:nth-child(3) .item-box__ph img {
    max-width: 60.5%;
  }
}
.page-about-stats .item-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px min(4.21875vw, 5.4rem) 38px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid var(--mc);
  background: #f5f2e6;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-about-stats .item-box {
    justify-content: flex-start;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-about-stats .item-box {
    padding: 30px 15px;
  }
}
.page-about-stats .item-box__icon {
  margin-bottom: 8px;
  width: 50px;
  height: auto;
  aspect-ratio: 1;
}
.page-about-stats .item-box__num {
  color: var(--mc);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.24rem;
}
@media screen and (max-width: 767px) {
  .page-about-stats .item-box__num {
    font-size: 4rem;
    letter-spacing: 0.2rem;
  }
}
.page-about-stats .item-box__num span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 6.4rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .page-about-stats .item-box__num span {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 6.4rem;
    letter-spacing: 0.06rem;
  }
}
.page-about-stats .item-box__ttl {
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .page-about-stats .item-box__ttl {
    margin-bottom: 14px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
}
.page-about-stats .item-box__txt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem; /* 166.667% */
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 767px) {
  .page-about-stats .item-box__txt {
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-about-stats .swiper-nav {
  position: relative;
  margin-top: 1.5rem;
  height: 55px;
}
.page-about-stats .swiper-pagination {
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 137px);
  height: 2px;
  background: #d7d7d7;
}
.page-about-stats .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--fc);
}
.page-about-stats .swiper-button-prev, .page-about-stats .swiper-button-next {
  margin-top: 0;
  top: 0;
  left: auto;
  width: 50px;
  height: 50px;
  background: url(/about/img/icon-arrow_slide.svg) no-repeat center center/cover;
}
.page-about-stats .swiper-button-prev::after, .page-about-stats .swiper-button-next::after {
  display: none;
}
.page-about-stats .swiper-button-next {
  right: 0;
}
.page-about-stats .swiper-button-prev {
  right: 64px;
  transform: scale(-1, 1);
}
.page-about-howto {
  padding-block: 116px 80px;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .page-about-howto {
    padding-block: 57px 56px;
  }
}
.page-about-howto__head {
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .page-about-howto__head {
    margin-bottom: 40px;
  }
}
.page-about-howto__ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .page-about-howto__ttl {
    margin-bottom: 15px;
  }
}
.page-about-howto__ttl-st {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.064rem;
}
@media screen and (max-width: 767px) {
  .page-about-howto__ttl-st {
    font-size: 2rem;
    line-height: 4rem; /* 200% */
    letter-spacing: 0.1rem;
  }
}
.page-about-howto__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: #d7d7d7;
}
@media screen and (max-width: 767px) {
  .page-about-howto__ttl::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .page-about-howto__txt {
    padding-inline: 16px;
  }
}
.page-about-howto__txt-st {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem; /* 175% */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .page-about-howto__txt-st {
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-about-howto__txt-st .--color {
  color: var(--mc);
}
.page-about-howto .howto-list {
  margin-bottom: 90px;
  margin-inline: auto;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .page-about-howto .howto-list {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 768px) {
  .page-about-howto .howto-list__inr {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .page-about-howto .howto-list__inr {
    gap: 24px;
  }
}
.page-about-howto .howto-list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-about-howto .howto-list__item {
    width: calc((100% - 48px) / 3);
  }
}
.page-about-howto .howto-list__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -57px;
  width: 90px;
  height: 15px;
  background: url(/about/img/icon-arrow.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .page-about-howto .howto-list__item:not(:last-child)::before {
    content: none;
  }
}
.page-about-howto .howto-list .item-box {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.page-about-howto .howto-list .item-box__head {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .page-about-howto .howto-list .item-box__head {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.page-about-howto .howto-list .item-box__icon {
  margin-bottom: 8px;
  margin-inline: auto;
  width: 31px;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .page-about-howto .howto-list .item-box__icon {
    width: 30px;
  }
}
.page-about-howto .howto-list .item-box__ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .page-about-howto .howto-list .item-box__ttl {
    margin-bottom: 15px;
  }
}
.page-about-howto .howto-list .item-box__ttl-st {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 166.667%;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 767px) {
  .page-about-howto .howto-list .item-box__ttl-st {
    font-size: 2rem;
    line-height: 1.48;
    letter-spacing: 0.1rem;
  }
}
.page-about-howto .howto-list .item-box__ph {
  margin-bottom: 24px;
  border-radius: 24px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-about-howto .howto-list .item-box__ph {
    margin-bottom: 15px;
    border: 1px solid #d7d7d7;
    box-shadow: none;
  }
}
.page-about-howto .howto-list .item-box__info {
  text-align: left;
}
.page-about-howto .howto-list .item-box__info-ttl {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 5px 15px;
  border-radius: 16px;
  border: 1px solid var(--fc);
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .page-about-howto .howto-list .item-box__info-ttl {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.06rem;
  }
}
.page-about-howto .howto-list .item-box__info-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 767px) {
  .page-about-howto .howto-list .item-box__info-item {
    margin-bottom: 4px;
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem; /* 166.667% */
    letter-spacing: 0.06rem;
  }
}
.page-about-howto .howto-list .item-box__info-item::before {
  content: "";
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  background: var(--fc);
  border-radius: 50%;
}
.page-about-howto .howto-list .item-box__info-item span {
  flex: 1;
}
.page-about-howto .howto-block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 8px 16px;
  margin-inline: auto;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .page-about-howto .howto-block {
    flex-direction: column;
  }
}
.page-about-howto .howto-block__item {
  width: calc((100% - 16px) / 2);
}
@media screen and (max-width: 767px) {
  .page-about-howto .howto-block__item {
    width: 100%;
  }
}
.page-about-howto .howto-block .item-box {
  padding: 40px min(2.96875vw, 3.8rem) 47px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid var(--fc);
}
@media screen and (max-width: 767px) {
  .page-about-howto .howto-block .item-box {
    padding: 32px 16px;
  }
}
.page-about-howto .howto-block .item-box__ttl {
  margin-bottom: 22px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-about-howto .howto-block .item-box__ttl {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--fc);
  }
}
.page-about-howto .howto-block .item-box__ttl-st {
  display: inline-block;
  border-bottom: 1px solid var(--fc);
  font-size: 2rem;
  font-weight: 500;
  line-height: 4rem; /* 200% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .page-about-howto .howto-block .item-box__ttl-st {
    border: none;
    line-height: 1.45;
  }
}
.page-about-howto .howto-block .item-box__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.page-about-howto .howto-block .item-box__tab-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 15px;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  background: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem; /* 166.667% */
  letter-spacing: 0.06rem;
}
.page-about-howto .howto-block .item-box__tab-item.--contest1 {
  background: var(--mc);
  border: 1px solid var(--mc);
  color: #fff;
}
.page-about-howto .howto-block .item-box__tab-item.--contest2 {
  border: 1px solid #d7d7d7;
  background: #d7d7d7;
}
.page-about-howto .howto-block .item-box__tab-item.--contest3 {
  background: #c58f58;
  border: 1px solid #c58f58;
  color: #fff;
}
.page-about-howto .howto-block .item-box__txt-st {
  font-size: 1.4rem;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
.page-about-howto .swiper-nav {
  position: relative;
  margin-top: 8px;
  height: 55px;
}
.page-about-howto .swiper-pagination {
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 137px);
  height: 2px;
  background: #d7d7d7;
}
.page-about-howto .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--fc);
}
.page-about-howto .swiper-button-prev, .page-about-howto .swiper-button-next {
  margin-top: 0;
  top: 0;
  left: auto;
  width: 50px;
  height: 50px;
  background: url(/about/img/icon-arrow_slide.svg) no-repeat center center/cover;
}
.page-about-howto .swiper-button-prev::after, .page-about-howto .swiper-button-next::after {
  display: none;
}
.page-about-howto .swiper-button-next {
  right: 0;
}
.page-about-howto .swiper-button-prev {
  right: 64px;
  transform: scale(-1, 1);
}
.page-about-org {
  padding-block: 115px 80px;
}
@media screen and (max-width: 767px) {
  .page-about-org {
    padding-block: 57px 22px;
  }
}
.page-about-org__head {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .page-about-org__head {
    margin-bottom: 40px;
    padding-inline: 16px;
  }
}
.page-about-org__ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .page-about-org__ttl {
    margin-bottom: 15px;
  }
}
.page-about-org__ttl-st {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.064rem;
}
@media screen and (max-width: 767px) {
  .page-about-org__ttl-st {
    font-size: 2rem;
    line-height: 4rem; /* 200% */
    letter-spacing: 0.1rem;
  }
}
.page-about-org__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: #d7d7d7;
}
@media screen and (max-width: 767px) {
  .page-about-org__ttl::after {
    content: none;
  }
}
.page-about-org__txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 20px;
  margin-inline: auto;
  max-width: 950px;
}
@media screen and (max-width: 767px) {
  .page-about-org__txt {
    flex-direction: column;
  }
}
.page-about-org__txt-logo {
  width: 157.38px;
  height: auto;
  aspect-ratio: 129/50;
}
@media screen and (max-width: 767px) {
  .page-about-org__txt-logo {
    width: 124px;
    height: 48px;
    aspect-ratio: 31/12;
  }
}
.page-about-org__txt-st {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem; /* 175% */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .page-about-org__txt-st {
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-about-org__cnt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-inline: auto;
  max-width: 1080px;
}
@media screen and (max-width: 1024px) {
  .page-about-org__cnt {
    display: block;
  }
}
.page-about-org__block {
  display: flex;
  flex-direction: column;
  padding: 40px 30px 56px;
  border: 1px solid #d7d7d7;
  background: var(--bc);
}
@media screen and (max-width: 1024px) {
  .page-about-org__block {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-about-org__block {
    display: block;
    padding: 30px 16px 34px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .page-about-org__block:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .page-about-org__block.--goodliving .org-list {
    max-width: 410px;
  }
}
@media screen and (max-width: 767px) {
  .page-about-org__block.--goodliving .org-list {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .page-about-org__block.--goodliving .org-list__item {
    max-width: 200px;
  }
}
.page-about-org__block.--goodliving .item-box {
  flex-direction: column;
  gap: 10px;
  padding: 14px 14px 21px;
}
.page-about-org__block.--goodliving .item-box__icon {
  width: 168px;
  height: 150px;
}
.page-about-org__block.--goodliving .item-box__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-about-org__block.--goodliving .item-box__txt-st {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
.page-about-org__block-logo {
  margin-bottom: 36px;
  margin-inline: auto;
  width: auto;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .page-about-org__block-logo {
    margin-bottom: 20px;
    height: 44px;
  }
}
.page-about-org__block-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-about-org__block-name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px 16px;
  margin-bottom: 12px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem; /* 166.667% */
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 767px) {
  .page-about-org__block-name {
    flex-direction: column-reverse;
    margin-bottom: 16px;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
.page-about-org__block-name span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  background: var(--fc);
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem; /* 166.667% */
  letter-spacing: 0.06rem;
}
.page-about-org__block-lead {
  margin-bottom: 48px;
  margin-inline: auto;
  padding-bottom: 15px;
  max-width: 512px;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 767px) {
  .page-about-org__block-lead {
    margin-bottom: 24px;
  }
}
.page-about-org__block .org-list {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-about-org__block .org-list {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .page-about-org__block .org-list__inr {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 24px 8px;
  }
}
.page-about-org__block .org-list__item {
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-about-org__block .org-list__item {
    width: calc((100% - 8px) / 2);
  }
}
@media screen and (min-width: 1025px) {
  .page-about-org__block .org-list__item {
    width: calc((100% - 24px) / 4);
  }
}
.page-about-org__block .org-list__item:nth-child(4) .item-box__txt-st strong {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.12rem;
}
.page-about-org__block .item-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 24px 30px 25px;
  height: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
}
@media screen and (max-width: 1125px) {
  .page-about-org__block .item-box {
    padding: 24px 15px 25px;
  }
}
@media screen and (max-width: 1024px) {
  .page-about-org__block .item-box {
    padding: 24px 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-about-org__block .item-box {
    padding: 24px 32px;
  }
}
.page-about-org__block .item-box__icon {
  width: 50px;
  height: auto;
  aspect-ratio: 1;
}
.page-about-org__block .item-box__info {
  flex: 1;
}
.page-about-org__block .item-box__txt-st {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
.page-about-org__block .item-box__txt-st.--strong {
  font-family: var(--noto);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3; /* 171.429% */
  letter-spacing: 0.1rem;
}
.page-about-org__block .item-box__txt-st.--strong strong {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
}
.page-about-org__block .item-box__txt-st.--large {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
}
.page-about-org__block-anchor {
  margin-block: auto 0;
  margin-inline: auto;
  width: 260px;
}
.page-about-org .swiper-nav {
  height: 32px;
}
.page-about-org .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #d7d7d7;
  opacity: 1;
}
.page-about-org .swiper-pagination-bullet-active {
  background: var(--fc);
}
.page-about-faq {
  padding-bottom: 118px;
  background: var(--bc);
}
@media screen and (max-width: 767px) {
  .page-about-faq {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .page-about-faq__ph {
    width: 100%;
    height: 146px;
    aspect-ratio: 375/146;
  }
  .page-about-faq__ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.page-about-faq__head {
  padding-block: 115px 45px;
}
@media screen and (max-width: 767px) {
  .page-about-faq__head {
    padding-block: 56px 40px;
  }
}
.page-about-faq__ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .page-about-faq__ttl {
    margin-bottom: 15px;
  }
}
.page-about-faq__ttl-st {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.064rem;
}
@media screen and (max-width: 767px) {
  .page-about-faq__ttl-st {
    font-size: 2rem;
    line-height: 4rem; /* 200% */
    letter-spacing: 0.1rem;
  }
}
.page-about-faq__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: #d7d7d7;
}
@media screen and (max-width: 767px) {
  .page-about-faq__ttl::after {
    content: none;
  }
}
.page-about-faq__txt-st {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem; /* 175% */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .page-about-faq__txt-st {
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-about-faq .faq-list {
  margin-bottom: 42px;
  margin-inline: auto;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .page-about-faq .faq-list {
    margin-bottom: 24px;
  }
}
.page-about-faq .faq-list__item {
  padding: 18px 12px 18px 30px;
  border-bottom: 1px solid #9d9d9d;
}
@media screen and (max-width: 767px) {
  .page-about-faq .faq-list__item {
    padding-block: 17px 18px;
    padding-inline: 0;
  }
}
.page-about-faq .faq-list__item:not(:last-child) {
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .page-about-faq .faq-list__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.page-about-faq .faq-list__head {
  position: relative;
  padding-right: 24px;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .page-about-faq .faq-list__head:hover {
    opacity: 0.6;
  }
}
.page-about-faq .faq-list__head-name {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem; /* 175% */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .page-about-faq .faq-list__head-name {
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-about-faq .faq-list__head::before, .page-about-faq .faq-list__head::after {
  content: "";
  position: absolute;
  right: 0;
  width: 28px;
  height: 1px;
  background: var(--fc);
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .page-about-faq .faq-list__head::before, .page-about-faq .faq-list__head::after {
    width: 22px;
    right: 4px;
  }
}
.page-about-faq .faq-list__head::before {
  top: 50%;
  transform: translateY(-50%);
}
.page-about-faq .faq-list__head::after {
  top: 50%;
  transform: rotate(90deg);
  transition: 0.3s;
}
.page-about-faq .faq-list__head.selected::after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.page-about-faq .faq-list__cnt {
  display: none;
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 6px;
}
.page-about-faq .faq-list__cnt-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem; /* 175% */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .page-about-faq .faq-list__cnt-txt {
    font-size: 1.4rem;
    line-height: 2.4rem; /* 171.429% */
    letter-spacing: 0.07rem;
  }
}
.page-about-faq .faq-box {
  margin-inline: auto;
  padding-block: 32px;
  padding-inline: 40px 55px;
  max-width: 1080px;
  background: #fff;
  border: 1px solid #d7d7d7;
}
@media screen and (max-width: 1024px) {
  .page-about-faq .faq-box {
    padding-inline: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-about-faq .faq-box {
    padding-block: 24px 30px;
  }
}
.page-about-faq .faq-box__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px 40px;
}
@media screen and (max-width: 1024px) {
  .page-about-faq .faq-box__link {
    flex-direction: column;
  }
}
.page-about-faq .faq-box__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 40px;
}
@media screen and (max-width: 1024px) {
  .page-about-faq .faq-box__info {
    flex-direction: column;
  }
}
.page-about-faq .faq-box__icon {
  width: 47px;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .page-about-faq .faq-box__icon {
    width: 30px;
  }
}
.page-about-faq .faq-box__txt-st {
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 4rem; /* 200% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .page-about-faq .faq-box__txt-st {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .page-about-faq .faq-box__txt-st {
    font-size: 1.6rem;
    line-height: 2.8rem; /* 175% */
    letter-spacing: 0.08rem;
  }
}
.page-about-faq .faq-box__txt-note {
  font-size: 1.4rem;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 1024px) {
  .page-about-faq .faq-box__txt-note {
    text-align: center;
  }
}
.page-about-faq .faq-box__phone {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 5.6rem;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 767px) {
  .page-about-faq .faq-box__phone {
    font-size: 2.4rem;
    line-height: 4rem; /* 166.667% */
    letter-spacing: 0.12rem;
  }
}
.page-about-faq .faq-box__phone small {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem; /* 175% */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .page-about-faq .faq-box__phone small {
    font-size: 1.2rem;
    line-height: 2rem; /* 166.667% */
    letter-spacing: 0.06rem;
  }
}
.page-about-faq__note {
  margin-inline: auto;
  max-width: 1080px;
}
.page-about-faq__note-link {
  text-decoration: underline;
}
.page-about .cta {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-block: 80px 100px;
  background: url(/about/img/bg-cta.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 1024px) {
  .page-about .cta {
    padding-block: 80px 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-about .cta {
    padding-block: 56px;
  }
}
.page-about .cta__ttl {
  margin-bottom: min(1.796875vw, 2.3rem);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-about .cta__ttl {
    margin-bottom: 27px;
  }
}
.page-about .cta__ttl-st {
  display: block;
  margin-bottom: 24px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 5.6rem; /* 175% */
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 767px) {
  .page-about .cta__ttl-st {
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0.1rem;
  }
}
.page-about .cta__ttl-st.--small {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 4rem; /* 200% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .page-about .cta__ttl-st.--small {
    font-size: 1.6rem;
    line-height: 2.8rem; /* 175% */
    letter-spacing: 0.08rem;
  }
}
.page-about .cta__ttl-st .--line {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .page-about .cta__ttl-st .--line {
    padding-bottom: 4px;
  }
}
.page-about .cta__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: min(5vw, 6.4rem);
}
@media screen and (max-width: 767px) {
  .page-about .cta__tag {
    margin-bottom: 32px;
  }
}
.page-about .cta__tag-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 15px;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  background: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem; /* 166.667% */
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 767px) {
  .page-about .cta__tag-item {
    height: 23px;
    padding: 0 12px;
    border-radius: 6.635px;
    border: 0.829px solid #d7d7d7;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.05rem;
  }
}
.page-about .cta__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px 24px;
  margin-bottom: 20px;
  margin-inline: auto;
  max-width: 870px;
}
@media screen and (max-width: 767px) {
  .page-about .cta__anchor {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.page-about .cta__anchor-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-inline: auto;
  max-width: 422px;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 4rem; /* 200% */
  letter-spacing: 0.1rem;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .page-about .cta__anchor-link {
    max-width: 296px;
    height: 62px;
    font-size: 1.6rem;
    line-height: 2.8rem; /* 175% */
    letter-spacing: 0.08rem;
  }
}
@media screen and (min-width: 1025px) {
  .page-about .cta__anchor-link:hover {
    background: var(--fc);
  }
}
.page-about .cta__anchor-icon {
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
}