@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none !important;
  }
}
@media screen and (min-width: 331px) {
  .xs_br {
    display: none !important;
  }
}
@media screen and (max-width: 330px) {
  .xs_br {
    display: block;
  }
}

@media screen and (min-width: 376px) {
  .msp_br {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  .msp_br {
    display: block;
  }
}

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

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

.xl-lg {
  display: none !important;
}
@media (min-width: 950px) and (max-width: 1100px) {
  .xl-lg {
    display: block;
  }
}
@media (max-width: 480px) {
  .xl-lg {
    display: block;
  }
}

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

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

@media screen and (min-width: 951px) {
  .lg_up {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  .lg_up {
    display: none !important;
  }
}

@media screen and (min-width: 951px) {
  .lg_down {
    display: none !important;
  }
}
@media screen and (max-width: 950px) {
  .lg_down {
    display: block;
  }
}

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

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

/* サイト設計 */
/* サイト設計 ここまで */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #403d3c;
  font-weight: 300;
  margin: 0;
  background-color: #212524;
}
body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.inner-large {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 1365px) {
  .inner-large {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  .inner-large {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .inner-large {
    width: 90%;
  }
}

.inner-medium {
  width: 69%;
  margin: 0 auto;
}
@media screen and (max-width: 1365px) {
  .inner-medium {
    width: 74%;
  }
}
@media screen and (max-width: 1100px) {
  .inner-medium {
    width: 83%;
  }
}
@media screen and (max-width: 768px) {
  .inner-medium {
    width: 90%;
  }
}

.inner-small {
  width: 63%;
  margin: 0 auto;
}
@media screen and (max-width: 1365px) {
  .inner-small {
    width: 67%;
  }
}
@media screen and (max-width: 1100px) {
  .inner-small {
    width: 76%;
  }
}
@media screen and (max-width: 768px) {
  .inner-small {
    width: 79%;
  }
}

.cta-btn__wrap {
  padding: 40px 40px 64px;
  background-color: rgba(72, 69, 68, 0.7);
  border: 1px solid #bea971;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 950px) {
  .cta-btn__wrap {
    padding: 40px 40px 80px;
  }
}
@media screen and (max-width: 768px) {
  .cta-btn__wrap {
    padding: 40px 6% 80px;
  }
}
.cta-btn__ttl {
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 16px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .cta-btn__ttl {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 768px) {
  .cta-btn__ttl {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .cta-btn__ttl .sm_down {
    display: block !important;
  }
}
.cta-btn__txt {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .cta-btn__txt {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 950px) {
  .cta-btn__txt {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .cta-btn__txt {
    font-size: 14px;
  }
}
.cta-btn__img01 {
  position: absolute;
  z-index: -1;
  top: 16%;
  left: 4%;
  height: 78%;
  aspect-ratio: 320/230;
}
@media screen and (max-width: 1100px) {
  .cta-btn__img01 {
    height: 70%;
  }
}
@media screen and (max-width: 950px) {
  .cta-btn__img01 {
    top: 100px;
    left: 50%;
    height: 40%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .cta-btn__img01 {
    top: 100px;
    height: 28%;
  }
}
@media screen and (max-width: 480px) {
  .cta-btn__img01 {
    top: 120px;
  }
}
.cta-btn__img01 img {
  object-fit: contain;
}
.cta-btn__img02 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 472/294;
}
@media screen and (max-width: 1100px) {
  .cta-btn__img02 {
    aspect-ratio: 400/294;
  }
}
@media screen and (max-width: 950px) {
  .cta-btn__img02 {
    width: 100%;
    height: 42%;
    aspect-ratio: auto;
    top: auto;
    bottom: 0;
  }
}
.cta-btn__img02::after {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 474/294;
  height: 100%;
  background: linear-gradient(to left, rgba(33, 37, 36, 0) 0%, rgba(33, 37, 36, 0) 70%, rgb(33, 37, 36) 100%);
  top: 0;
  right: 0;
}
@media screen and (max-width: 1100px) {
  .cta-btn__img02::after {
    aspect-ratio: 400/294;
  }
}
@media screen and (max-width: 950px) {
  .cta-btn__img02::after {
    width: 100%;
    aspect-ratio: auto;
    background: linear-gradient(to top, rgba(33, 37, 36, 0) 0%, rgba(33, 37, 36, 0) 70%, rgb(33, 37, 36) 100%);
  }
}

.btn__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px 40px;
  max-width: 738px;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .btn__wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 950px) {
  .btn__wrap {
    max-width: 349px;
  }
}
@media screen and (max-width: 768px) {
  .btn__wrap {
    max-width: none;
  }
}
.btn__wrap a {
  width: 100%;
}
.btn__block {
  width: 100%;
  background: linear-gradient(#a19362 0%, #a79964, #61593c 100%);
  color: #fff;
  line-height: 1;
  font-weight: 400;
  padding: 8px 16px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .btn__block {
    padding: 4px 8px;
    height: 52px;
  }
}
.btn__block span {
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn__block span {
    width: 24px;
    height: 24px;
  }
}
.btn__block span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-right: 0;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
@media screen and (max-width: 768px) {
  .btn__block span::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #fff;
  }
}
.btn__block .ls-30 {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .btn__block .ls-30 {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 768px) {
  .btn__block .ls-30.mens {
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .btn__block .ls-30.mens {
    letter-spacing: 0em;
  }
}
.btn__block .ls-60 {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .btn__block .ls-60 {
    letter-spacing: 0.06em;
  }
}
.btn__block .ls-200 {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .btn__block .ls-200 {
    letter-spacing: 0.2em;
  }
}
.btn__txt-wrap {
  flex: 1;
  text-align: center;
}
.btn__sub-txt {
  font-size: 12px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .btn__sub-txt {
    font-size: 10px;
  }
}
.btn__txt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .btn__txt {
    font-size: 15px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn__block {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.3s ease;
  }
  .btn__block::before {
    content: "";
    position: absolute;
    top: -30%;
    left: -60%;
    width: 40px;
    height: 160%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(25deg);
    pointer-events: none;
  }
  .btn__block:hover::before {
    animation: shine 0.7s ease;
  }
}
@keyframes shine {
  from {
    left: -60%;
  }
  to {
    left: 140%;
  }
}
.chapter-ttl {
  color: #bea971;
  display: flex;
  align-items: baseline;
  position: relative;
}
@media screen and (max-width: 950px) {
  .chapter-ttl {
    flex-direction: column;
    row-gap: 8px;
  }
}
.chapter-ttl::after {
  content: "";
  position: absolute;
  right: calc(100% + 16px);
  top: 65%;
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background: #bea971;
}
@media screen and (max-width: 950px) {
  .chapter-ttl::after {
    top: 48px;
    right: calc(100% + 8px);
  }
}
@media screen and (max-width: 768px) {
  .chapter-ttl::after {
    right: calc(100% + 6px);
    top: 32px;
  }
}
.chapter-ttl__number {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .chapter-ttl__number {
    letter-spacing: 0.06em;
  }
}
.chapter-ttl__number {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .chapter-ttl__number {
    font-size: 30px;
  }
}
.chapter-ttl__number span {
  font-size: 64px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .chapter-ttl__number span {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 768px) {
  .chapter-ttl__number span {
    font-size: 42px;
  }
}
.chapter-ttl h2 {
  font-size: 24px;
  margin-left: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .chapter-ttl h2 {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .chapter-ttl h2 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .chapter-ttl h2 {
    letter-spacing: 0.06em;
  }
}

.chapter-mini-ttl {
  color: #bea971;
  position: relative;
}
.chapter-mini-ttl::after {
  content: "";
  position: absolute;
  right: calc(100% + 16px);
  top: 65%;
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background: #bea971;
}
@media screen and (max-width: 768px) {
  .chapter-mini-ttl::after {
    right: calc(100% + 8px);
  }
}
.chapter-mini-ttl h3 {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .chapter-mini-ttl h3 {
    font-size: 18px;
  }
}

.ul-txt__gold {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ul-txt__gold p {
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .ul-txt__gold p {
    letter-spacing: 0.1em;
  }
}
.ul-txt__gold p {
  font-weight: 400;
  color: #fff;
  display: inline;
  background: linear-gradient(to left, #a19362 0%, #a79964, #61593c 100%);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: bottom;
}
@media screen and (max-width: 768px) {
  .ul-txt__gold p {
    font-size: 18px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .ul-txt__gold p {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 1100px) {
  .ul-txt__gold .xl_down {
    display: block !important;
  }
}
.ul-txt__light-gold p {
  color: #bea971;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}
.ul-txt__light-white p {
  color: #fff;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
  text-decoration-color: #bea971;
}

.point {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.point__ttl {
  display: flex;
  column-gap: 16px;
  color: #bea971;
  align-items: center;
  font-size: 20px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .point__ttl {
    font-size: 16px;
    column-gap: 8px;
  }
}
.point__ttl-icon {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .point__ttl-icon {
    letter-spacing: 0.1em;
  }
}
.point__ttl-icon {
  width: 90px;
  line-height: 90px;
  aspect-ratio: 1/1;
  border: 2px solid #bea971;
  text-align: center;
  border-radius: 50%;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .point__ttl-icon {
    width: 60px;
    line-height: 60px;
    height: 60px;
  }
}
.point__ttl-txt {
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .point__ttl-txt {
    letter-spacing: 0.16em;
  }
}
.point__ttl-txt {
  flex: 1;
  text-align: left;
}
.point__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 22px solid #bea971;
  border-bottom: 0;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .point__arrow {
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 17px solid #bea971;
    margin: 0 auto 8px;
  }
}
.point__summary {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 2.2;
  padding: 0 0.6em 0.2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .point__summary {
    letter-spacing: 0.1em;
  }
}
.point__summary {
  text-align: center;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .point__summary {
    font-size: 16px;
    letter-spacing: 0.07em;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .point__summary {
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 480px) {
  .point__summary .sm_down {
    display: block !important;
  }
}
.point__summary span {
  padding: 0 0.6em 0.2em;
  background-image: linear-gradient(#bea971, #bea971);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.point__summary .point__gold {
  padding: 0;
  background-image: none;
  font-size: 20px;
  font-weight: 500;
  color: #bea971;
}
@media screen and (max-width: 768px) {
  .point__summary .point__gold {
    font-size: 18px;
  }
}

.mv {
  width: 100%;
  height: 100svh;
  min-height: 650px;
}
@media screen and (max-width: 768px) {
  .mv {
    min-height: 667px;
  }
}
.mv__wrap {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mv__wrap {
    flex-direction: column;
  }
}
.mv__img {
  width: 55%;
  position: relative;
}
.mv__img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 18%;
  height: 100%;
  background: linear-gradient(to right, rgba(33, 37, 36, 0) 0%, rgb(33, 37, 36) 100%);
}
@media screen and (max-width: 768px) {
  .mv__img::after {
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(33, 37, 36, 0) 0%, rgb(33, 37, 36) 100%);
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .mv__img {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .mv__img {
    width: 100%;
    height: 70%;
  }
}
@media screen and (max-width: 1100px) {
  .mv__img img {
    object-position: left center;
  }
}
@media screen and (max-width: 768px) {
  .mv__img img {
    object-position: center center;
  }
}
.mv__contents {
  width: 45%;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .mv__contents {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .mv__contents {
    width: 100%;
    height: 30%;
  }
}
.mv__contents-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15%;
}
@media screen and (max-width: 950px) {
  .mv__contents-wrap {
    margin-left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .mv__contents-wrap {
    width: 100%;
    top: auto;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 79%;
  }
}
.mv__ttl {
  width: 42%;
  min-width: 260px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .mv__ttl {
    margin-bottom: 0;
    min-width: auto;
    width: 66%;
    max-width: 400px;
  }
}
.mv__sub-ttl {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .mv__sub-ttl {
    letter-spacing: 0.2em;
  }
}
.mv__sub-ttl {
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mv__sub-ttl {
    margin-bottom: 8px;
  }
}
.mv__sub-ttl h1 {
  font-weight: 300;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .mv__sub-ttl h1 {
    font-size: 18px;
  }
}
.mv__sub-ttl span {
  color: #bea971;
  font-weight: 500;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .mv__sub-ttl span {
    font-size: 24px;
  }
}
.mv__txt {
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .mv__txt {
    letter-spacing: 0.12em;
  }
}
.mv__txt {
  position: relative;
  padding-left: 54px;
  margin-bottom: 56px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .mv__txt {
    margin-bottom: 24px;
    font-size: 14px;
    padding-left: 38px;
  }
}
.mv__txt::before {
  content: "";
  position: absolute;
  top: 49%;
  left: 0;
  width: 40px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .mv__txt::before {
    width: 30px;
  }
}
.mv__btn {
  width: 349px;
}
@media screen and (max-width: 768px) {
  .mv__btn {
    width: 100%;
  }
}
.mv__btn .btn__wrap {
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .mv__btn .btn__wrap {
    row-gap: 8px;
  }
}

/* MV fadeup 順に表示 */
.mv_fadeup01,
.mv_fadeup02,
.mv_fadeup03,
.mv_fadeup04 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s;
}

.mv_fadeup01.active {
  opacity: 1;
  transform: translateY(0);
}

.mv_fadeup02.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.mv_fadeup03.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.mv_fadeup04.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}

.scroll-nav {
  margin: 80px auto 96px;
}
@media screen and (max-width: 768px) {
  .scroll-nav {
    margin: 32px auto 40px;
  }
}
.scroll-nav__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.scroll-nav__list li {
  text-align: center;
}
.scroll-nav__list li a {
  display: flex;
  width: 100%;
  color: #bea971;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 10px 3px;
  border-bottom: 1px solid #bea971;
}
@media screen and (max-width: 768px) {
  .scroll-nav__list li a {
    padding: 0 8px 3px;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .scroll-nav__list li a {
    column-gap: 12px;
  }
}
.scroll-nav__number {
  font-size: 24px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .scroll-nav__number {
    letter-spacing: 0.06em;
  }
}
.scroll-nav__number {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .scroll-nav__number {
    font-size: 16px;
  }
}
.scroll-nav__number span {
  font-size: 32px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .scroll-nav__number span {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 768px) {
  .scroll-nav__number span {
    font-size: 24px;
  }
}
.scroll-nav__ttl {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .scroll-nav__ttl {
    letter-spacing: 0.1em;
  }
}
.scroll-nav__ttl {
  line-height: 1.3;
  font-weight: 500;
  padding-right: 8%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 950px) {
  .scroll-nav__ttl {
    padding-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .scroll-nav__ttl {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .scroll-nav__ttl {
    flex: 1;
    text-align: left;
    padding-right: 0;
  }
  .scroll-nav__ttl .sm_down {
    display: block !important;
  }
}
.scroll-nav__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #bea971;
  border-bottom: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .scroll-nav__arrow {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid #bea971;
  }
}
@media (hover: hover) and (pointer: fine) {
  .scroll-nav__list li a:hover .scroll-nav__arrow {
    transform: translateY(2px);
  }
  .scroll-nav__list li a:hover .scroll-nav__number {
    transform: translateY(2px);
  }
  .scroll-nav__list li a:hover .scroll-nav__ttl {
    transform: translateY(2px);
  }
}

.issue {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .issue {
    margin-bottom: 32px;
  }
}
.issue__wrap {
  padding: 40px;
  border: 1px solid #bea971;
  display: flex;
  justify-content: center;
  gap: 16px 8%;
  align-items: center;
  position: relative;
  margin-bottom: 64px;
}
@media screen and (max-width: 1100px) {
  .issue__wrap {
    gap: 16px 4%;
  }
}
@media screen and (max-width: 768px) {
  .issue__wrap {
    flex-direction: column;
    padding: 16px 16px 24px;
    margin-bottom: 32px;
  }
}
.issue__wrap::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 70px solid transparent;
  border-left: 70px solid transparent;
  border-top: 40px solid #bea971;
  border-bottom: 0;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .issue__wrap::after {
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 22px solid #bea971;
    bottom: -18px;
  }
}
.issue__img {
  width: 17%;
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .issue__img {
    width: 31%;
    min-width: auto;
    max-width: 120px;
  }
}
.issue__img img {
  object-fit: contain;
}
.issue__ttl {
  font-size: 20px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .issue__ttl {
    letter-spacing: 0.16em;
  }
}
.issue__ttl {
  font-weight: 400;
  color: #bea971;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .issue__ttl {
    font-size: 16px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.issue ul {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .issue ul {
    row-gap: 8px;
  }
}
.issue ul li {
  font-size: 15px;
  color: #fff;
  text-indent: -1.6em;
  padding-left: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .issue ul li {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .issue ul li {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .issue ul li {
    letter-spacing: 0.08em;
  }
}
.issue ul li span {
  color: #bea971;
  padding-right: 0.5em;
}
.issue__txt {
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .issue__txt {
    letter-spacing: 0.1em;
  }
}
.issue__txt {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .issue__txt {
    font-size: 16px;
    letter-spacing: 0.07em;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .issue__txt {
    letter-spacing: 0.07em;
  }
}
.issue__txt-img {
  width: 80px;
  aspect-ratio: 1/1;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .issue__txt-img {
    margin: 24px auto 0;
    width: 60px;
  }
}
.issue__txt-img img {
  object-fit: contain;
}

.chapter01 {
  padding: 0 0 112px;
}
@media screen and (max-width: 768px) {
  .chapter01 {
    padding: 0 0 40px;
  }
}
.chapter01__txt {
  font-size: 15px;
  color: #fff;
  width: fit-content;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .chapter01__txt {
    letter-spacing: 0.1em;
  }
}
.chapter01__txt {
  margin: 40px auto 32px;
}
@media screen and (max-width: 768px) {
  .chapter01__txt {
    font-size: 14px;
    letter-spacing: 0.08em;
    margin: 16px auto 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .chapter01__txt {
    letter-spacing: 0.08em;
  }
}
.chapter01__data {
  width: 100%;
  position: relative;
  margin-bottom: 56px;
  padding: 24px 40px 32px;
  background-color: #fff;
  border: 2px solid #bea971;
}
@media screen and (max-width: 1100px) {
  .chapter01__data {
    padding: 24px 24px 32px;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__data {
    padding: 16px 20px 24px;
    margin-bottom: 24px;
  }
}
.chapter01__data::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 70px solid transparent;
  border-left: 70px solid transparent;
  border-top: 40px solid #bea971;
  border-bottom: 0;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .chapter01__data::after {
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 22px solid #bea971;
    bottom: -18px;
  }
}
.chapter01__data .js-fadeDown-delay {
  opacity: 0;
  transform: translateY(calc(-50% - 20px));
  transition: opacity 1s, transform 1s;
}
.chapter01__data.js-fadeUp.is-inview .js-fadeDown-delay {
  transform: translateY(-50%);
  transition-delay: 1.6s;
}
@media screen and (max-width: 768px) {
  .chapter01__data.js-fadeUp.is-inview .js-fadeDown-delay {
    opacity: 0.6;
  }
}
.chapter01__data .js-fadeUp-delay {
  opacity: 0;
  transform: translateY(calc(-50% + 20px));
  transition: opacity 1s, transform 1s;
}
.chapter01__data.js-fadeUp.is-inview .js-fadeUp-delay {
  transform: translateY(-50%);
  transition-delay: 1.6s;
}
@media screen and (max-width: 768px) {
  .chapter01__data.js-fadeUp.is-inview .js-fadeUp-delay {
    opacity: 0.6;
  }
}
.chapter01__data-ttl {
  font-size: 18px;
  color: #bea971;
  font-weight: 600;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .chapter01__data-ttl {
    letter-spacing: 0.16em;
  }
}
.chapter01__data-ttl {
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #bea971;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .chapter01__data-ttl {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-bottom: 4px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .chapter01__data-ttl {
    letter-spacing: 0.1em;
  }
}
.chapter01__data-desc {
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .chapter01__data-desc {
    letter-spacing: 0.1em;
  }
}
.chapter01__data-desc {
  font-weight: 400;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .chapter01__data-desc {
    width: fit-content;
    margin: 0 auto 8px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .chapter01__data-desc {
    letter-spacing: 0.08em;
  }
}
.chapter01__data-desc span {
  color: #283967;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .chapter01__data-desc span {
    letter-spacing: 0.03em;
  }
}
.chapter01__data-desc .num {
  font-size: 24px;
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .chapter01__data-desc .num {
    font-size: 20px;
  }
}
.chapter01__data-desc .pct {
  font-size: 18px;
  margin-right: 2px;
}
@media screen and (max-width: 768px) {
  .chapter01__data-desc .pct {
    font-size: 16px;
  }
}
.chapter01__data-cf {
  display: flex;
  padding: 0 16px;
  gap: 8px 2%;
  margin-bottom: 24px;
}
@media screen and (max-width: 950px) {
  .chapter01__data-cf {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__data-cf {
    padding: 0;
    margin-bottom: 16px;
  }
}
.chapter01__data-cf-block {
  width: 100%;
  padding: 16px 24px;
  border: 1px solid #bea971;
}
@media screen and (max-width: 768px) {
  .chapter01__data-cf-block {
    padding: 10px 16px 8px;
  }
}
.chapter01__data-cf-ttl {
  width: 100%;
  padding: 0 8px;
  text-align: center;
  background-color: #283967;
  color: #fff;
  font-weight: 15px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .chapter01__data-cf-ttl {
    letter-spacing: 0.14em;
  }
}
.chapter01__data-cf-ttl {
  font-weight: 400;
  line-height: 30px;
  border-radius: 15px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .chapter01__data-cf-ttl {
    font-weight: 14px;
    line-height: 24px;
    border-radius: 12px;
    margin-bottom: 4px;
  }
}
.chapter01__data-cf-flex {
  display: flex;
  gap: 5%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .chapter01__data-cf-flex {
    gap: 8%;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__data-cf-flex {
    gap: 20px;
  }
}
.chapter01__data-cf-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .chapter01__data-cf-box {
    gap: 4px;
  }
}
.chapter01__data-cf-box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #283967;
  border-bottom: 0;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .chapter01__data-cf-box::after {
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #283967;
  }
}
.chapter01__data-cf-num {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .chapter01__data-cf-num {
    gap: 8px;
  }
}
.chapter01__data-cf-num .num {
  font-size: 48px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .chapter01__data-cf-num .num {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__data-cf-num .num {
    font-size: 36px;
  }
}
.chapter01__data-cf-num .cf-unit {
  display: flex;
  flex-direction: column;
}
.chapter01__data-cf-num .cf-unit .year {
  color: #bea971;
  font-weight: 400;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .chapter01__data-cf-num .cf-unit .year {
    font-size: 16px;
  }
}
.chapter01__data-cf-num .cf-unit .year span {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .chapter01__data-cf-num .cf-unit .year span {
    font-size: 14px;
  }
}
.chapter01__data-cf-num .cf-unit .unit {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .chapter01__data-cf-num .cf-unit .unit {
    letter-spacing: 0.16em;
  }
}
.chapter01__data-cf-num .cf-unit .unit {
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .chapter01__data-cf-num .cf-unit .unit {
    font-size: 18px;
    margin-top: -8px;
  }
}
.chapter01__data-bubble-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #bea971;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .chapter01__data-bubble-block {
    width: 100px;
    height: 100px;
  }
}
.chapter01__data-bubble-block::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 20px solid #bea971;
  border-left: 0;
  top: 52%;
  left: -16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .chapter01__data-bubble-block::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 13px solid #bea971;
    left: -10px;
  }
}
.chapter01__data-bubble-block .num {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .chapter01__data-bubble-block .num {
    letter-spacing: 0.03em;
  }
}
.chapter01__data-bubble-block .num {
  margin: -6px -8px 0 0;
}
@media screen and (max-width: 768px) {
  .chapter01__data-bubble-block .num {
    font-size: 36px;
  }
}
.chapter01__data-bubble-block .num span {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .chapter01__data-bubble-block .num span {
    font-size: 22px;
  }
}
.chapter01__data-bubble-block .num .attention {
  font-size: 14px;
  position: relative;
  top: -2.2em;
  left: -0.5em;
}
@media screen and (max-width: 768px) {
  .chapter01__data-bubble-block .num .attention {
    font-size: 12px;
  }
}
.chapter01__data-bubble-block .result {
  vertical-align: middle;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .chapter01__data-bubble-block .result {
    letter-spacing: 0.16em;
  }
}
.chapter01__data-bubble-block .result {
  margin-top: -6px;
}
@media screen and (max-width: 768px) {
  .chapter01__data-bubble-block .result {
    font-size: 16px;
    gap: 2px;
  }
}
.chapter01__data-bubble-block .result img {
  width: 20px;
  aspect-ratio: 20/24;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .chapter01__data-bubble-block .result img {
    width: 16px;
  }
}
.chapter01__data-bubble-block .result.up img {
  transform: scaleY(-1);
}
.chapter01__data-cf-note {
  font-size: 10px;
  font-weight: 500;
  text-align: right;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .chapter01__data-cf-note {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__data-cf-note {
    text-align: left;
  }
}
.chapter01__data-rc {
  display: flex;
  padding: 0 16px;
  gap: 8px 1.6%;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .chapter01__data-rc {
    flex-direction: column;
    padding: 0;
    gap: 8px 24px;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__data-rc {
    gap: 8px 16%;
  }
}
.chapter01__data-rc-mainttl {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .chapter01__data-rc-mainttl {
    letter-spacing: 0.14em;
  }
}
.chapter01__data-rc-mainttl {
  line-height: 1.5;
  width: 130px;
  height: 130px;
  background-color: #283967;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .chapter01__data-rc-mainttl {
    font-size: 14px;
    width: 100px;
    height: 100px;
  }
}
.chapter01__data-rc-flex {
  display: flex;
  gap: 4%;
  flex: 1;
}
@media screen and (max-width: 950px) {
  .chapter01__data-rc-flex {
    width: 100%;
    gap: 2.7%;
  }
}
.chapter01__data-rc-block {
  width: 100%;
}
.chapter01__data-rc-ttl {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .chapter01__data-rc-ttl {
    letter-spacing: 0.03em;
  }
}
.chapter01__data-rc-ttl {
  background-color: #283967;
  color: #fff;
  text-align: center;
  line-height: 30px;
  padding: 0 8px;
  border-radius: 15px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .chapter01__data-rc-ttl {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 16px;
    border-radius: 20px;
    padding: 4px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .chapter01__data-rc-ttl {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__data-rc-ttl span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__data-rc-ttl .ls-rc {
    letter-spacing: -0.1em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .chapter01__data-rc-ttl .ls-rc {
    letter-spacing: -0.1em;
  }
}
.chapter01__data-rc-box {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-right: 28%;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .chapter01__data-rc-box {
    padding-right: 0;
    z-index: 2;
  }
}
.chapter01__data-rc-num {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .chapter01__data-rc-num {
    gap: 4px;
    line-height: 1.4;
    position: relative;
    z-index: 2;
  }
}
.chapter01__data-rc-num .num {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .chapter01__data-rc-num .num {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__data-rc-num .num {
    font-size: 36px;
  }
}
.chapter01__data-rc-num .unit {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .chapter01__data-rc-num .unit {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__data-rc-num .unit {
    font-size: 18px;
  }
}
.chapter01__data-rc-img {
  position: absolute;
  width: 80px;
  top: 55%;
  right: 0;
  aspect-ratio: 84/101;
}
@media screen and (max-width: 768px) {
  .chapter01__data-rc-img {
    width: 72px;
    right: -14px;
    z-index: 1;
  }
}
.chapter01__data-rc-img img {
  object-fit: contain;
}
.chapter01__data-rc-img.up img {
  transform: scaleY(-1);
}
.chapter01__data-rc-note {
  width: 100%;
  font-size: 10px;
  text-align: right;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .chapter01__data-rc-note {
    letter-spacing: 0.05em;
  }
}
.chapter01__data-rc-note {
  padding: 8px 0;
  border-bottom: 1px solid #bea971;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .chapter01__data-rc-note {
    text-align: left;
  }
}
.chapter01__data-rc-note span {
  white-space: nowrap;
}
.chapter01__data-rc-txt {
  padding-top: 16px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .chapter01__data-rc-txt {
    letter-spacing: 0.1em;
  }
}
.chapter01__data-rc-txt {
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .chapter01__data-rc-txt {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .chapter01__data-rc-txt {
    letter-spacing: 0.08em;
  }
}
.chapter01__data-cta {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .chapter01__data-cta {
    margin-top: 40px;
  }
}
.chapter01__rc {
  margin-top: 96px;
  padding: 80px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .chapter01__rc {
    margin-top: 48px;
    padding: 40px 0 160px;
  }
}
.chapter01__rc::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/rc_bg.webp) center/cover no-repeat;
  filter: brightness(70%);
}
@media screen and (max-width: 768px) {
  .chapter01__rc::before {
    background: url(../img/rc_bg-sp.webp) center/cover no-repeat;
  }
}
.chapter01__rc .container {
  position: relative;
  z-index: 1;
}
.chapter01__rc-txt {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .chapter01__rc-txt {
    letter-spacing: 0.1em;
  }
}
.chapter01__rc-txt {
  line-height: 1.5;
  font-weight: 400;
  margin: 32px 0;
}
@media screen and (max-width: 768px) {
  .chapter01__rc-txt {
    margin: 16px 0 24px;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .chapter01__rc-txt {
    letter-spacing: 0.08em;
  }
}
.chapter01__rc-needs ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .chapter01__rc-needs ul {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    grid-template-columns: max-content max-content;
    justify-content: space-between;
  }
}
.chapter01__rc-needs ul .item01 {
  grid-column: 1/-1;
  justify-self: center;
}
@media screen and (max-width: 768px) {
  .chapter01__rc-needs ul .item01 {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__rc-needs ul .item02 {
    justify-self: start;
  }
}
.chapter01__rc-needs ul .item03 {
  justify-self: end;
}
.chapter01__rc-needs li {
  width: 180px;
  aspect-ratio: 1/1;
  background-color: rgba(64, 61, 60, 0.5);
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #bea971;
}
@media screen and (max-width: 768px) {
  .chapter01__rc-needs li {
    width: 120px;
  }
}
.chapter01__rc-needs li img {
  object-fit: contain;
  height: auto;
}
.chapter01__rc-needs li p {
  color: #bea971;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .chapter01__rc-needs li p {
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__rc-needs li p {
    font-size: 14px;
  }
}
.chapter01__rc-needs li.item01 img {
  width: 60px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .chapter01__rc-needs li.item01 img {
    width: 45px;
    margin-right: 12px;
  }
}
.chapter01__rc-needs li.item02 img {
  width: 52px;
  margin-right: -8px;
}
@media screen and (max-width: 768px) {
  .chapter01__rc-needs li.item02 img {
    width: 41px;
    margin-right: -4px;
  }
}
.chapter01__rc-needs li.item03 img {
  width: 47px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .chapter01__rc-needs li.item03 img {
    width: 36px;
    margin-right: 4px;
  }
}
.chapter01__point {
  padding: 80px 0 96px;
}
@media screen and (max-width: 768px) {
  .chapter01__point {
    padding: 48px 0 40px;
  }
}
.chapter01__point .point__ttl {
  width: 100%;
}
.chapter01__point-wrap {
  display: flex;
  gap: 24px 36px;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .chapter01__point-wrap {
    flex-direction: column;
    gap: 24px 36px;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__point-wrap {
    gap: 24px 36px;
  }
}
.chapter01__point-left {
  flex: 1;
}
@media screen and (max-width: 950px) {
  .chapter01__point-left {
    width: fit-content;
  }
}
@media screen and (max-width: 480px) {
  .chapter01__point-left {
    width: 100%;
  }
}
.chapter01__point01 {
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .chapter01__point01 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 950px) {
  .chapter01__point02.lg_down {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__point02.lg_down {
    margin-top: 8px;
  }
}
.chapter01__point02-txt-wrap {
  display: flex;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .chapter01__point02-txt-wrap {
    letter-spacing: 0.1em;
  }
}
.chapter01__point02-txt-wrap {
  display: flex;
  align-items: center;
  margin: -48px auto -48px;
}
@media screen and (max-width: 950px) {
  .chapter01__point02-txt-wrap {
    margin: -32px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__point02-txt-wrap {
    margin: 0 auto;
  }
}
.chapter01__point02-txt {
  flex: 1;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .chapter01__point02-txt {
    font-size: 14px;
  }
}
.chapter01__point02-txt-img {
  width: 116px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 950px) {
  .chapter01__point02-txt-img {
    width: 98px;
  }
}
.chapter01__point02-txt-img img {
  width: 98px;
}
@media screen and (max-width: 768px) {
  .chapter01__point02-txt-img img {
    width: 50px;
  }
}
.chapter01__point02-txt-img p {
  font-size: 12px;
  color: #bea971;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .chapter01__point02-txt-img p {
    font-size: 10px;
  }
}
.chapter01__point-right {
  width: 37%;
  position: relative;
}
@media screen and (max-width: 950px) {
  .chapter01__point-right {
    width: 100%;
    max-width: 560px;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__point-right {
    max-width: 480px;
  }
}
.chapter01__point-right::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 36px solid #bea971;
  border-left: 0;
  bottom: 40%;
  left: -34px;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  .chapter01__point-right::before {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 36px solid #bea971;
    border-top: 0;
    bottom: auto;
    top: -36px;
    left: 68%;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__point-right::before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 28px solid #bea971;
    border-top: 0;
    bottom: auto;
    top: -28px;
    left: 55%;
  }
}
.chapter01__point-right::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 36px solid #fff;
  border-left: 0;
  bottom: 40%;
  left: -28px;
}
@media screen and (max-width: 950px) {
  .chapter01__point-right::after {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 36px solid #fff;
    border-top: 0;
    bottom: auto;
    top: -31px;
    left: 68%;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__point-right::after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 28px solid #fff;
    border-top: 0;
    bottom: auto;
    top: -23px;
    left: 55%;
  }
}
.chapter01__point-right {
  padding: 24px 40px 32px;
  background-color: #fff;
  border: 2px solid #bea971;
}
@media screen and (max-width: 768px) {
  .chapter01__point-right {
    padding: 16px 20px 24px;
  }
}
.chapter01__point-right .js-fadeUp-delay {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}
.chapter01__point-right.js-fadeUp.is-inview .js-fadeUp-delay {
  transform: translateY(0);
  transition-delay: 1.6s;
  opacity: 0.3;
}
.chapter01__point-right-more {
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: #fff;
  background-color: #bea971;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .chapter01__point-right-more {
    letter-spacing: 0.03em;
  }
}
.chapter01__point-right-more {
  top: -16px;
  left: -16px;
}
@media screen and (max-width: 768px) {
  .chapter01__point-right-more {
    font-size: 15px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: -20px;
    left: -10px;
  }
}
.chapter01__point-right-ttl {
  text-align: center;
  color: #bea971;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .chapter01__point-right-ttl {
    letter-spacing: 0.08em;
  }
}
.chapter01__point-right-ttl {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #bea971;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .chapter01__point-right-ttl {
    font-size: 16px;
    padding-bottom: 4px;
  }
}
.chapter01__point-right-fig {
  width: 50%;
  min-width: 120px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 950px) {
  .chapter01__point-right-fig {
    max-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__point-right-fig {
    width: 35%;
    max-width: 140px;
  }
}
.chapter01__point-right-txt {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .chapter01__point-right-txt {
    letter-spacing: 0.06em;
  }
}
.chapter01__point-right-txt {
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .chapter01__point-right-txt {
    font-size: 14px;
  }
}
.chapter01__point-right-fig-desc {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .chapter01__point-right-fig-desc {
    letter-spacing: 0em;
  }
}
.chapter01__point-right-fig-desc {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-bottom: 8px;
}
.chapter01__point-right-fig-desc li {
  white-space: nowrap;
}
.chapter01__point-right-fig-desc li span {
  margin-right: 2px;
}
.chapter01__point-right-fig-desc li.item01 span {
  color: #283967;
}
.chapter01__point-right-fig-desc li.item02 span {
  color: #dfdfdf;
}
.chapter01__point-right-fig-desc li.item03 span {
  color: #808080;
}
.chapter01__point-right-fig-desc li.item04 span {
  color: #404040;
}
.chapter01__point-right-note {
  font-weight: 500;
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #bea971;
}
@media screen and (max-width: 768px) {
  .chapter01__point-right-note {
    padding-bottom: 8px;
  }
}
.chapter01__point-right-note span {
  white-space: nowrap;
}
.chapter01__point-right-up {
  position: relative;
}
.chapter01__point-right-up ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.chapter01__point-right-up ul li {
  font-weight: 500;
  font-size: 15px;
  text-indent: -1.6em;
  padding-left: 1.6em;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .chapter01__point-right-up ul li {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .chapter01__point-right-up ul li {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .chapter01__point-right-up ul li {
    letter-spacing: 0.08em;
  }
}
.chapter01__point-right-up ul li span {
  color: #bea971;
  padding-right: 0.5em;
}
.chapter01 .up-txt {
  width: fit-content;
  margin: 0 auto 0 16%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.chapter01 .up-txt p {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .chapter01 .up-txt p {
    letter-spacing: 0.1em;
  }
}
.chapter01 .up-txt p {
  font-weight: 500;
  display: inline;
  background: linear-gradient(transparent calc(100% - 8px), #bea971 calc(100% - 8px));
  background-repeat: no-repeat;
  background-size: 100% 8px;
  background-position: bottom;
}
.chapter01 .arrow {
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  aspect-ratio: 92/110;
  right: 0;
  top: 0;
}
.chapter01 .arrow img {
  object-fit: contain;
}

.slide {
  margin-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .slide {
    margin-bottom: 32px;
  }
}
.slide__box {
  width: 100%;
}
.slide__box .swiper-wrapper {
  transition-timing-function: linear !important;
}
.slide__box .swiper-slide {
  aspect-ratio: 480/297;
}
.slide__box .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chapter02 {
  padding: 0 0 112px;
}
@media screen and (max-width: 768px) {
  .chapter02 {
    padding: 0 0 48px;
  }
}
@media screen and (max-width: 1365px) {
  .chapter02 .chapter-ttl .xxl_down {
    display: block !important;
  }
  .chapter02 .chapter-ttl {
    align-items: center;
  }
}
@media screen and (max-width: 950px) {
  .chapter02 .chapter-ttl {
    align-items: baseline;
  }
}
@media screen and (max-width: 480px) {
  .chapter02 .chapter-ttl h2 {
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .chapter02 .chapter-ttl h2 {
    letter-spacing: 0.01em;
  }
}
.chapter02__ttl01 {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .chapter02__ttl01 {
    margin: 16px auto 24px;
  }
}
.chapter02__txt {
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .chapter02__txt {
    letter-spacing: 0.1em;
  }
}
.chapter02__txt {
  line-height: 2;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .chapter02__txt {
    font-size: 14px;
    margin-top: 16px;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .chapter02__txt {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 480px) {
  .chapter02__txt .sm_down {
    display: block !important;
  }
}
.chapter02__element {
  background-color: #403d3c;
  color: #fff;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .chapter02__element {
    padding: 32px 20px;
  }
}
@media screen and (max-width: 480px) {
  .chapter02__element {
    padding: 24px 20px;
  }
}
.chapter02__element-txt {
  width: fit-content;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .chapter02__element-txt {
    letter-spacing: 0.1em;
  }
}
.chapter02__element-txt {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .chapter02__element-txt {
    font-size: 14px;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .chapter02__element-txt {
    letter-spacing: 0.08em;
  }
}
.chapter02__element-list {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .chapter02__element-list {
    flex-direction: column;
  }
}
.chapter02__element-item {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .chapter02__element-item {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
  }
}
.chapter02__item-img {
  width: 100%;
  aspect-ratio: 268/178;
}
.chapter02__item-txt {
  margin-top: 16px;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .chapter02__item-txt {
    margin-top: 8px;
    padding: 0;
  }
}
.chapter02__item-txt ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.chapter02__item-txt ul li {
  font-size: 15px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .chapter02__item-txt ul li {
    letter-spacing: 0.03em;
  }
}
.chapter02__item-txt ul li {
  line-height: 1.5;
  text-indent: -1.6em;
  padding-left: 1.6em;
}
@media screen and (max-width: 768px) {
  .chapter02__item-txt ul li {
    font-size: 14px;
  }
}
.chapter02__item-txt ul li span {
  color: #bea971;
  padding-right: 0.5em;
}
.chapter02__item-txt ul li a {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.chapter02__item-txt ul li a img {
  height: 12px;
  width: 12px;
  object-fit: contain;
  display: inline-block;
  margin: 0 4px 0 2px;
}
.chapter02__item-ttl {
  color: #bea971;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #bea971;
  padding-bottom: 4px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .chapter02__item-ttl {
    font-size: 16px;
  }
}
.chapter02__element-mult {
  width: 3.5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .chapter02__element-mult {
    height: 52px;
    width: 100%;
  }
}
.chapter02__element-mult::before, .chapter02__element-mult::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66%;
  height: 1px;
  background: #bea971;
}
@media screen and (max-width: 768px) {
  .chapter02__element-mult::before, .chapter02__element-mult::after {
    width: 20px;
  }
}
.chapter02__element-mult::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.chapter02__element-mult::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.chapter02__element-deco {
  position: absolute;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .chapter02__element-deco {
    width: 20px;
    height: 20px;
  }
}
.chapter02__element-deco.deco01 {
  border-top: 2px solid #bea971;
  border-left: 2px solid #bea971;
  top: 0;
  left: 0;
}
.chapter02__element-deco.deco02 {
  border-top: 2px solid #bea971;
  border-right: 2px solid #bea971;
  top: 0;
  right: 0;
}
.chapter02__element-deco.deco03 {
  border-bottom: 2px solid #bea971;
  border-left: 2px solid #bea971;
  bottom: 0;
  left: 0;
}
.chapter02__element-deco.deco04 {
  border-bottom: 2px solid #bea971;
  border-right: 2px solid #bea971;
  bottom: 0;
  right: 0;
}
.chapter02__element-more {
  width: 92%;
  padding: 32px 16px 16px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: 35px auto 0;
  border: 1px solid #bea971;
  color: #fff;
  position: relative;
  background-color: #212524;
}
@media screen and (max-width: 768px) {
  .chapter02__element-more {
    margin: 48px auto 0;
    width: 100%;
    padding: 16px;
  }
}
@media screen and (max-width: 480px) {
  .chapter02__element-more {
    margin: 32px auto 0;
  }
}
.chapter02__element-more::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 60px solid #bea971;
  border-top: 0;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .chapter02__element-more::before {
    top: -40px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 40px solid #bea971;
  }
}
.chapter02__element-more::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 60px solid #212524;
  border-top: 0;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .chapter02__element-more::after {
    top: -36px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 40px solid #212524;
  }
}
.chapter02__element-more-rank {
  display: flex;
  margin: 24px auto 16px;
  gap: 8px 24px;
  align-items: center;
}
@media screen and (max-width: 1365px) {
  .chapter02__element-more-rank {
    gap: 8px 16px;
  }
}
@media screen and (max-width: 1100px) {
  .chapter02__element-more-rank {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .chapter02__element-more-rank {
    gap: 4px 24px;
    margin: 16px auto 12px;
  }
}
.chapter02__element-more-label {
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .chapter02__element-more-label {
    letter-spacing: 0.06em;
  }
}
.chapter02__element-more-label {
  font-size: 15px;
  padding: 4px 8px 4px 12px;
  background-color: #bea971;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .chapter02__element-more-label {
    margin-left: -40px;
  }
}
@media screen and (max-width: 768px) {
  .chapter02__element-more-label {
    font-size: 14px;
    margin-left: -24px;
  }
}
@media screen and (max-width: 480px) {
  .chapter02__element-more-label {
    margin-left: -16px;
  }
}
.chapter02__element-more-label::after {
  content: "";
  position: absolute;
  top: 0;
  right: -7px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 8px solid #bea971;
}
@media screen and (max-width: 768px) {
  .chapter02__element-more-label::after {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 8px solid #bea971;
    right: -8px;
  }
}
.chapter02__element-more-ranking {
  font-size: 16px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .chapter02__element-more-ranking {
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 768px) {
  .chapter02__element-more-ranking {
    font-size: 15px;
  }
}
.chapter02__element-more-txt {
  font-size: 16px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .chapter02__element-more-txt {
    letter-spacing: 0.06em;
  }
}
.chapter02__element-more-txt {
  font-weight: 400;
  padding: 0 0 4px 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .chapter02__element-more-txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .chapter02__element-more-txt {
    text-align: left;
    margin: 0 auto;
    padding: 0 0 4px 40px;
  }
}
.chapter02__element-more-txt span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .chapter02__element-more-txt span {
    font-size: 18px;
  }
}
.chapter02__element-more-txt::before {
  content: "";
  width: 32px;
  aspect-ratio: 32/10;
  display: block;
  background-image: url(../img/element_more_arrow.png);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .chapter02__element-more-txt::before {
    top: 8px;
    transform: none;
  }
}
@media screen and (max-width: 480px) {
  .chapter02__element-more-txt .sm_down {
    display: block !important;
  }
}
.chapter02__element-more-menu {
  font-size: 15px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .chapter02__element-more-menu {
    letter-spacing: 0.06em;
  }
}
.chapter02__element-more-menu {
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .chapter02__element-more-menu {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .chapter02__element-more-menu {
    font-size: 14px;
  }
}
.chapter02__element-more-menu .attention {
  font-size: 12px;
  position: relative;
  top: -0.3em;
  left: 0;
}
.chapter02__element-more-note {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  text-indent: -1em;
  padding: 4px 0 0 1em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .chapter02__element-more-note {
    font-size: 10px;
  }
}
.chapter02__element-fig {
  display: flex;
  align-items: center;
  gap: 16px 64px;
  justify-content: center;
  margin: 48px auto 80px;
}
@media screen and (max-width: 950px) {
  .chapter02__element-fig {
    gap: 16px 24px;
  }
}
@media screen and (max-width: 768px) {
  .chapter02__element-fig {
    margin: 24px auto 40px;
    flex-direction: column;
  }
}
.chapter02__element-fig-img {
  width: 44%;
  min-width: 280px;
}
@media screen and (max-width: 768px) {
  .chapter02__element-fig-img {
    width: 88%;
    max-width: 360px;
    margin-left: -10%;
    min-width: auto;
  }
}
.chapter02__element-fig-img img {
  object-fit: contain;
}
.chapter02__element-fig-subtxt {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .chapter02__element-fig-subtxt {
    letter-spacing: 0.1em;
  }
}
.chapter02__element-fig-subtxt {
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .chapter02__element-fig-subtxt {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.chapter02__space {
  padding: 112px 0 88px;
}
@media screen and (max-width: 768px) {
  .chapter02__space {
    padding: 48px 0 40px;
  }
}
.chapter02 .inner-small {
  width: 90%;
}
.chapter02__space-img img {
  object-fit: contain;
}
.chapter02__space-illust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 5%;
  margin: 64px auto 40px;
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust {
    margin: 32px auto;
    flex-direction: column;
    gap: normal;
    width: 100%;
    max-width: 400px;
  }
}
.chapter02__space-illust li {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust li {
    width: fit-content;
    margin: -60px auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust li:first-child {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust li:nth-child(even) {
    margin: -60px 0 0 auto;
  }
}
.chapter02__space-illust .space01 .chapter02__space-img {
  width: 90px;
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust .space01 .chapter02__space-img {
    width: 67px;
  }
}
.chapter02__space-illust .space01 .chapter02__space-txt::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 20px solid transparent;
  border-top: 40px solid #bea971;
  border-bottom: 0;
  bottom: -30px;
  left: 40%;
  transform: translateX(-50%) rotate(-30deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust .space01 .chapter02__space-txt::before {
    bottom: -18px;
    border-right: 2.5px solid transparent;
    border-left: 10px solid transparent;
    border-top: 20px solid #bea971;
  }
}
.chapter02__space-illust .space01 .chapter02__space-txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 20px solid transparent;
  border-top: 40px solid #212524;
  border-bottom: 0;
  bottom: -26px;
  left: calc(40% - 3px);
  transform: translateX(-50%) rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust .space01 .chapter02__space-txt::after {
    bottom: -14px;
    border-right: 2.5px solid transparent;
    border-left: 10px solid transparent;
    border-top: 20px solid #212524;
  }
}
.chapter02__space-illust .space02 .chapter02__space-img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust .space02 .chapter02__space-img {
    width: 70px;
  }
}
.chapter02__space-illust .space02 .chapter02__space-txt::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 5px solid transparent;
  border-top: 40px solid #bea971;
  border-bottom: 0;
  bottom: -30px;
  left: 70%;
  transform: translateX(-50%) rotate(30deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust .space02 .chapter02__space-txt::before {
    bottom: -18px;
    border-right: 10px solid transparent;
    border-left: 2.5px solid transparent;
    border-top: 20px solid #bea971;
  }
}
.chapter02__space-illust .space02 .chapter02__space-txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 5px solid transparent;
  border-top: 40px solid #212524;
  border-bottom: 0;
  bottom: -26px;
  left: calc(70% + 3px);
  transform: translateX(-50%) rotate(30deg);
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust .space02 .chapter02__space-txt::after {
    bottom: -14px;
    border-right: 10px solid transparent;
    border-left: 2.5px solid transparent;
    border-top: 20px solid #212524;
  }
}
.chapter02__space-illust .space03 .chapter02__space-img {
  width: 132px;
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust .space03 .chapter02__space-img {
    width: 89px;
  }
}
.chapter02__space-illust .space03 .chapter02__space-txt::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 10px solid transparent;
  border-top: 35px solid #bea971;
  border-bottom: 0;
  bottom: -30px;
  left: 35%;
  transform: translateX(-50%) rotate(-20deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust .space03 .chapter02__space-txt::before {
    bottom: -16px;
    border-right: 8px solid transparent;
    border-left: 5px solid transparent;
    border-top: 17.5px solid #bea971;
  }
}
.chapter02__space-illust .space03 .chapter02__space-txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 10px solid transparent;
  border-top: 35px solid #212524;
  border-bottom: 0;
  bottom: -26px;
  left: calc(35% - 2px);
  transform: translateX(-50%) rotate(-20deg);
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust .space03 .chapter02__space-txt::after {
    bottom: -12px;
    border-right: 8px solid transparent;
    border-left: 5px solid transparent;
    border-top: 17.5px solid #212524;
  }
}
.chapter02__space-illust .space04 .chapter02__space-img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust .space04 .chapter02__space-img {
    width: 63px;
  }
}
@media screen and (max-width: 950px) {
  .chapter02__space-illust .space04 .chapter02__space-txt {
    padding: 11px 8px;
  }
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust .space04 .chapter02__space-txt {
    padding: 10px 24px;
  }
}
.chapter02__space-illust .space04 .chapter02__space-txt::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 8px solid transparent;
  border-top: 40px solid #bea971;
  border-bottom: 0;
  bottom: -28px;
  left: 30%;
  transform: translateX(-50%) rotate(-35deg);
  z-index: -1;
}
@media screen and (max-width: 950px) {
  .chapter02__space-illust .space04 .chapter02__space-txt::before {
    bottom: -24px;
    border-right: 16px solid transparent;
    border-left: 6px solid transparent;
    border-top: 30px solid #bea971;
  }
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust .space04 .chapter02__space-txt::before {
    bottom: -15px;
    border-right: 10px solid transparent;
    border-left: 4px solid transparent;
    border-top: 20px solid #bea971;
  }
}
.chapter02__space-illust .space04 .chapter02__space-txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 8px solid transparent;
  border-top: 40px solid #212524;
  border-bottom: 0;
  bottom: -24px;
  left: calc(30% - 2px);
  transform: translateX(-50%) rotate(-35deg);
}
@media screen and (max-width: 950px) {
  .chapter02__space-illust .space04 .chapter02__space-txt::after {
    bottom: -20px;
    border-right: 16px solid transparent;
    border-left: 6px solid transparent;
    border-top: 30px solid #212524;
  }
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust .space04 .chapter02__space-txt::after {
    bottom: -12px;
    border-right: 10px solid transparent;
    border-left: 4px solid transparent;
    border-top: 20px solid #212524;
  }
}
.chapter02__space-illust .space05 .chapter02__space-img {
  width: 142px;
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust .space05 .chapter02__space-img {
    width: 91px;
  }
}
.chapter02__space-illust .space05 .chapter02__space-txt::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 16px solid transparent;
  border-top: 44px solid #bea971;
  border-bottom: 0;
  bottom: -30px;
  left: 45%;
  transform: translateX(-50%) rotate(30deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust .space05 .chapter02__space-txt::before {
    bottom: -18px;
    border-right: 10px solid transparent;
    border-left: 8px solid transparent;
    border-top: 22px solid #bea971;
  }
}
.chapter02__space-illust .space05 .chapter02__space-txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 16px solid transparent;
  border-top: 44px solid #212524;
  border-bottom: 0;
  bottom: -26px;
  left: calc(45% + 2px);
  transform: translateX(-50%) rotate(30deg);
}
@media screen and (max-width: 768px) {
  .chapter02__space-illust .space05 .chapter02__space-txt::after {
    bottom: -14px;
    border-right: 10px solid transparent;
    border-left: 8px solid transparent;
    border-top: 22px solid #212524;
  }
}
.chapter02__space-txt {
  width: 100%;
  text-align: center;
  padding: 24px 8px;
  border: 2px solid #bea971;
  border-radius: 12px;
  font-size: 18px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .chapter02__space-txt {
    letter-spacing: 0.03em;
  }
}
.chapter02__space-txt {
  font-weight: 500;
  color: #bea971;
  margin-bottom: 36px;
  position: relative;
  background-color: #212524;
}
@media screen and (max-width: 768px) {
  .chapter02__space-txt {
    font-size: 16px;
    width: fit-content;
    padding: 10px 24px;
    border-radius: 8px;
    margin-bottom: 24px;
  }
}

.chapter03 {
  padding-bottom: 112px;
}
@media screen and (max-width: 768px) {
  .chapter03 {
    padding-bottom: 48px;
  }
}
.chapter03__case-wrap {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 48px;
}
@media screen and (max-width: 768px) {
  .chapter03__case-wrap {
    margin-top: 24px;
    row-gap: 24px;
  }
}
.chapter03__case-block {
  background-color: #403d3c;
  color: #bea971;
  display: flex;
  min-height: 295px;
}
@media screen and (max-width: 768px) {
  .chapter03__case-block {
    min-height: auto;
    flex-direction: column;
  }
}
.chapter03__case-block.flex-re {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .chapter03__case-block.flex-re {
    flex-direction: column;
  }
}
.chapter03__case-img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .chapter03__case-img {
    width: 100%;
    overflow: auto;
    aspect-ratio: 335/209;
  }
}
.chapter03__case-img img {
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 768px) {
  .chapter03__case-img img {
    position: relative;
  }
}
.chapter03__case-contents {
  width: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .chapter03__case-contents {
    width: 100%;
    padding: 16px 6% 24px;
  }
}
.chapter03__case-ttl {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .chapter03__case-ttl {
    letter-spacing: 0.16em;
  }
}
.chapter03__case-ttl {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  padding: 8px 0;
  border-top: 1px solid #bea971;
  border-bottom: 1px solid #bea971;
}
@media screen and (max-width: 768px) {
  .chapter03__case-ttl {
    font-size: 18px;
    padding: 4px 0;
  }
}
.chapter03__case-ttl span {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .chapter03__case-ttl span {
    font-size: 14px;
  }
}
.chapter03__case-txt {
  width: 100%;
  padding: 24px 16px 0;
}
@media screen and (max-width: 768px) {
  .chapter03__case-txt {
    padding: 16px 0 0;
  }
}
.chapter03__case-txt ul {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .chapter03__case-txt ul {
    row-gap: 8px;
  }
}
.chapter03__case-txt ul li {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .chapter03__case-txt ul li {
    letter-spacing: 0.1em;
  }
}
.chapter03__case-txt ul li {
  line-height: 1.5;
  text-indent: -1.6em;
  padding-left: 1.6em;
}
.chapter03__case-txt ul li span {
  padding-right: 0.5em;
}
.chapter03__case-txt a {
  color: #bea971;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.chapter03__case-txt a img {
  height: 12px;
  width: 12px;
  object-fit: contain;
  display: inline-block;
  margin: 0 4px 0 2px;
}
.chapter03__ecila {
  color: #bea971;
  width: 92%;
  margin: -24px auto 0;
}
@media screen and (max-width: 768px) {
  .chapter03__ecila {
    margin: -8px auto 0;
    width: 100%;
  }
}
.chapter03__ecila-ttl-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.chapter03__ecila-ttl-wrap::after {
  content: "";
  flex: 1;
  height: 1px;
  margin-left: 16px;
  background: #bea971;
}
.chapter03__ecila-ttl {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .chapter03__ecila-ttl {
    letter-spacing: 0.06em;
  }
}
.chapter03__ecila-ttl {
  white-space: nowrap;
}
.chapter03__ecila-contents {
  display: grid;
  grid-template-columns: 80px 1fr;
  padding: 10px 16px 24px;
  gap: 8px 24px;
  border-bottom: 1px solid #bea971;
}
@media screen and (max-width: 768px) {
  .chapter03__ecila-contents {
    grid-template-columns: 60px 1fr;
    padding: 10px 20px 24px;
    gap: 8px 16px;
  }
}
.chapter03__ecila-logo {
  width: 80px;
  aspect-ratio: 1/1;
  grid-row: 1/3;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .chapter03__ecila-logo {
    grid-row: auto;
    width: 60px;
  }
}
.chapter03__ecila-logo img {
  display: block;
  height: auto;
}
.chapter03__ecila-subttl {
  grid-column: 2;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .chapter03__ecila-subttl {
    letter-spacing: 0.1em;
  }
}
.chapter03__ecila-subttl {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .chapter03__ecila-subttl {
    font-size: 15px;
    line-height: 1.5;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .chapter03__ecila-subttl .sm_down {
    display: block !important;
  }
}
.chapter03__ecila-txt {
  grid-column: 2;
  font-size: 14px;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .chapter03__ecila-txt {
    letter-spacing: 0em;
  }
}
.chapter03__ecila-txt {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .chapter03__ecila-txt {
    grid-column: 1/3;
  }
}

.information__intro {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .information__intro {
    letter-spacing: 0.1em;
  }
}
.information__intro {
  text-align: center;
  line-height: 1;
  color: #fff;
  background: linear-gradient(to left, #a19362 0%, #a79964, #61593c 100%);
  padding: 24px 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .information__intro {
    font-size: 18px;
    padding: 8px 0;
  }
}
.information__bg {
  padding: 64px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .information__bg {
    padding: 32px 0;
  }
}
.information__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/info_bg.webp) center/cover no-repeat;
  filter: brightness(40%);
}
.information .container {
  position: relative;
  z-index: 1;
}
.information__ttl {
  color: #bea971;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .information__ttl {
    letter-spacing: 0.24em;
  }
}
.information__ttl {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .information__ttl {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.information__ttl::after, .information__ttl::before {
  content: "";
  flex: 1;
  height: 1px;
  background: #bea971;
}
.information__ttl.showroom {
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .information__ttl.showroom {
    letter-spacing: 0.12em;
  }
}
.information__ttl.link, .information__ttl.request {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .information__ttl.link, .information__ttl.request {
    margin-top: 24px;
  }
}
.information__block {
  padding: 40px;
  background-color: rgba(72, 69, 68, 0.7);
  border: 1px solid #bea971;
}
@media screen and (max-width: 768px) {
  .information__block {
    padding: 32px 6%;
  }
}
.information__block-inner {
  display: flex;
  align-items: center;
  gap: 16px 4%;
  color: #bea971;
}
@media screen and (max-width: 768px) {
  .information__block-inner {
    flex-direction: column;
  }
}
.information__block-inner.showroom-link .information__img {
  width: 45%;
  aspect-ratio: 388/548;
}
@media screen and (max-width: 768px) {
  .information__block-inner.showroom-link .information__img {
    width: 81%;
    height: 100%;
    max-width: 388px;
    aspect-ratio: 1/1;
  }
}
.information__block-inner.mens-link .information__img {
  width: 45%;
  aspect-ratio: 388/277;
}
@media screen and (max-width: 768px) {
  .information__block-inner.mens-link .information__img {
    width: 81%;
    max-width: 388px;
  }
}
.information__block-inner.mens-link .information__img img {
  object-fit: contain;
}
.information__block-inner.salon-link {
  padding-bottom: 24px;
  border-bottom: 1px solid #bea971;
  margin-bottom: 24px;
}
.information__block-inner.salon-link .information__img {
  width: 31%;
  aspect-ratio: 268/201;
}
@media screen and (max-width: 768px) {
  .information__block-inner.salon-link .information__img {
    width: 54%;
    max-width: 268px;
  }
}
.information__block-inner.spa-link .information__img {
  width: 31%;
  aspect-ratio: 268/181;
}
@media screen and (max-width: 768px) {
  .information__block-inner.spa-link .information__img {
    width: 54%;
    max-width: 268px;
  }
}
.information__block-inner.spa-link .information__img img {
  object-fit: contain;
}
.information__txt-wrap {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .information__txt-wrap {
    text-align: center;
    width: 100%;
  }
}
.information__name {
  font-size: 24px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .information__name {
    letter-spacing: 0.03em;
  }
}
.information__name {
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .information__name {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.information__txt {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .information__txt {
    letter-spacing: 0.1em;
  }
}
.information__txt {
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .information__txt {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  .information__txt .sm_down {
    display: block !important;
  }
}
.information__txt2 {
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .information__txt2 {
    letter-spacing: 0.1em;
  }
}
.information__txt2 {
  font-weight: 400;
  line-height: 1.5;
  text-indent: -1.5em;
  padding: 32px 0 16px 1.5em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .information__txt2 {
    font-size: 12px;
    padding: 16px 0 8px 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .information__txt2 .sm_down {
    display: block;
  }
}
.information .btn__wrap {
  width: 349px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .information .btn__wrap {
    width: 100%;
    margin: 0 auto;
  }
}
.information .btn__wrap a {
  width: 100%;
}

.contact {
  width: 100%;
  padding: 40px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 32px 0;
  }
}
.contact__info {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 2.5714285714;
}
@media screen and (max-width: 768px) {
  .contact__info {
    font-size: 14px;
    line-height: 2.5714285714;
  }
}
.contact__info {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .contact__info {
    letter-spacing: 0.05em;
  }
}
.contact__info {
  font-weight: 500;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact__info {
    flex-flow: column;
    align-items: baseline;
  }
}
.contact__info .info__ttl {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .contact__info .info__ttl {
    font-size: 16px;
    line-height: 1.75;
  }
}
.contact__info .info__ttl {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .contact__info .info__ttl {
    letter-spacing: 0.05em;
  }
}
.contact__info .info__ttl {
  background-color: #bea971;
  color: #ffffff;
  padding: 1px 8px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .contact__info .info__ttl {
    font-size: 14px;
    line-height: 2;
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact__info .info__ttl {
    font-size: 14px;
    line-height: 2;
  }
}
.contact__info .info__wrap {
  display: flex;
  column-gap: 16px;
  flex-wrap: wrap;
}
.contact__info .info__tel img {
  width: 26px;
  height: auto;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .contact__info .info__tel img {
    margin: 0 4px 0 10px;
  }
}
.contact__info .info__tel--big {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .contact__info .info__tel--big {
    font-size: 20px;
    line-height: 1.8;
  }
}
.contact__info .info__tel--big {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .contact__info .info__tel--big {
    letter-spacing: 0.07em;
  }
}
.contact__info .info__tel--big {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
.contact__policy {
  font-size: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .contact__policy {
    font-size: 10px;
    line-height: 1.7;
  }
}
.contact__policy {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .contact__policy {
    letter-spacing: 0.02em;
  }
}
.contact__policy {
  margin: 8px auto 0;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .contact__policy {
    margin: 4px auto 0 0;
  }
}
.contact__policy a {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}
.contact__policy a img {
  width: 10px;
  height: 10px;
  object-fit: contain;
  display: inline-block;
  margin: 2px 0 0 2px;
}

.copyright {
  background-color: #bea971;
  color: #fff;
  text-align: center;
  font-size: 12px;
  width: 100%;
  line-height: 64px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .copyright {
    letter-spacing: 0.08em;
  }
}
.copyright {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .copyright {
    line-height: 60px;
  }
}

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(30px); /* 下に30pxの位置から */
  transition: opacity 1s, transform 1s; /* 透過率と縦方向の移動を1秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: 0.5s; /* フェード開始を0.5秒遅らせる */
}

.js-fadeUp-slow {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s;
}

.js-fadeUp-slow.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.js-fadeUp-slow2 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s;
}

.js-fadeUp-slow2.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.js-fadeUp-delay {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s;
}

.js-fadeUp.is-inview .js-fadeUp-delay {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}

.js-fadeDown-delay {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 1s, transform 1s;
}

.js-fadeUp.is-inview .js-fadeDown-delay {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}