@font-face {
  font-family: "Arrus";
  src: url("../font/FontsFree-Net-Arrus.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #31312F;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

main {
  overflow-x: hidden;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

.c-text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 821px) {
  .c-text {
    font-size: 18px;
  }
}

.c-btn {
  border-radius: 6px;
  text-align: center;
  display: block;
  color: #fff;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 821px) {
  .c-btn {
    letter-spacing: 0.1em;
  }
}
.c-btn.black {
  background: #463F3C;
}
.c-btn.blue {
  background: #8097B9;
}
.c-btn.arrow {
  position: relative;
  padding-right: 16px;
}
.c-btn.arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-left: 10px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 821px) {
  .c-btn.arrow::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}

.c-cta {
  position: relative;
}
@media screen and (min-width: 821px) {
  .c-cta {
    max-width: 920px;
    margin: 0 auto;
  }
}
.c-cta .c-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 82%;
  font-size: 18px;
}
@media screen and (min-width: 821px) {
  .c-cta .c-btn {
    max-width: 305px;
    bottom: 72px;
    font-size: 20px;
    padding: 20px 0;
  }
}

.c-point-text {
  width: 110px;
  margin: 0 auto 32px;
  font-size: 13px;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  font-weight: 400;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (min-width: 821px) {
  .c-point-text {
    width: 170px;
    font-size: 20px;
  }
}
.c-point-text strong {
  font-size: 28px;
  font-weight: 300;
}
@media screen and (min-width: 821px) {
  .c-point-text strong {
    font-size: 42px;
  }
}

.c-point-sub-title {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.27em;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .c-point-sub-title {
    font-size: 35px;
    margin-bottom: 84px;
  }
}

.c-point-sub-text {
  font-size: 17px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (min-width: 821px) {
  .c-point-sub-text {
    font-size: 19px;
  }
}

.c-point-sub-title02 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.22em;
  line-height: 1.5238095238;
  padding: 6px 0;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  margin-bottom: 30px;
}
.c-point-sub-title02 span {
  color: #677994;
}

.c-note {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  margin: 30px 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 821px) {
  .c-note {
    max-width: 820px;
    margin: 40px auto 70px;
  }
}
.c-note .c-note__inner {
  border: 1px solid #333;
  background: #fff;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.c-note .c-note__background {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #333;
  z-index: 0;
}
.c-note h5 {
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (min-width: 821px) {
  .c-note h5 {
    font-size: 22px;
  }
}
.c-note p {
  color: #A56561;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 821px) {
  .c-note p {
    font-size: 20px;
  }
}

.p-mv {
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-mv {
    border-bottom: 12px solid #8D8886;
  }
}
.p-mv .p-mv__logo {
  position: absolute;
  width: 225px;
  height: 68px;
  top: 13px;
  left: 0px;
}
@media screen and (min-width: 821px) {
  .p-mv .p-mv__logo {
    width: 240px;
    height: 72px;
    top: 19px;
    left: 50px;
  }
}
.p-mv .p-mv__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-mv .p-mv__link {
  width: 325px;
  color: #fff;
  background: #333;
  box-shadow: 5px 5px 0px 1px rgba(255, 255, 255, 0.3);
  border-radius: 0px;
  padding: 20px 14px 20px 30px;
  display: block;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 821px) {
  .p-mv .p-mv__link {
    font-size: 18px;
    width: 400px;
    padding: 27px 14px 27px 36px;
    left: inherit;
    right: 4%;
    bottom: 10%;
    transform: translateX(0%);
    box-shadow: 7px 9px 0px 1px rgba(255, 255, 255, 0.3);
  }
}
.p-mv .p-mv__link::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 46%;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
}

@media screen and (min-width: 821px) {
  .p-links-area__banner {
    max-width: 720px;
    margin: 0 auto;
  }
}

.c-section-ttl {
  font-size: 46px;
  text-align: center;
  font-family: "Arrus", sans-serif;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (min-width: 821px) {
  .c-section-ttl {
    font-size: 90px;
    line-height: 1;
  }
}
.c-section-ttl span {
  display: block;
  font-size: 22px;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  margin-top: -3px;
  letter-spacing: 0.34em;
}
@media screen and (min-width: 821px) {
  .c-section-ttl span {
    font-size: 30px;
    margin-top: 8px;
    letter-spacing: 0.1em;
  }
}

.c-cta-btn {
  width: 300px;
  height: 60px;
  border-radius: 8px;
  margin: 0 auto 27px;
  box-shadow: 5px 5px 10px 0 #666666;
}
@media screen and (min-width: 821px) {
  .c-cta-btn {
    margin: 0;
    width: 380px;
    height: 70px;
  }
}
.c-cta-btn:last-child {
  margin-bottom: 0;
}
.c-cta-btn--line {
  background: #00b900;
}
.c-cta-btn--instagram {
  background: #a56458;
}
.c-cta-btn--instagram a::before {
  background: url("../img/icon-insta.svg") no-repeat center top/cover !important;
  width: 25px !important;
  height: 25px !important;
}
@media screen and (min-width: 821px) {
  .c-cta-btn--instagram a::before {
    width: 30px !important;
    height: 30px !important;
  }
}
.c-cta-btn a {
  color: #fff;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2em;
  position: relative;
  padding-right: 16px;
}
@media screen and (min-width: 821px) {
  .c-cta-btn a {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.c-cta-btn a::before {
  content: "";
  display: block;
  width: 26px;
  height: 25px;
  background: url("../img/icon-line.svg") no-repeat center top/cover;
  margin-right: 16px;
}
.c-cta-btn a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: 10px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 821px) {
  .c-cta-btn a::after {
    width: 9px;
    height: 9px;
    right: 20px;
  }
}

.storker-btns {
  display: flex;
  gap: 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 111;
  border-bottom: 10px solid #474848;
}
@media screen and (min-width: 821px) {
  .storker-btns {
    border: none;
    flex-direction: column;
    left: inherit !important;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    gap: 30px;
    width: 50px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }
  .storker-btns.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.storker-btns .c-cta-btn {
  width: 50%;
  font-size: 10px;
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 10px 10px 0 0 !important;
  height: 55px;
}
@media screen and (min-width: 821px) {
  .storker-btns .c-cta-btn {
    width: 50px;
    height: 230px;
    border-radius: 10px 0px 0 10px !important;
  }
}
.storker-btns .c-cta-btn a {
  padding: 0;
  letter-spacing: 0;
  font-size: 14px;
}
@media screen and (min-width: 821px) {
  .storker-btns .c-cta-btn a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    letter-spacing: 0.1em;
  }
}
.storker-btns .c-cta-btn a:before {
  margin-right: 4px;
}
@media screen and (min-width: 821px) {
  .storker-btns .c-cta-btn a:before {
    margin: 0 0 10px;
  }
}
.storker-btns .c-cta-btn a::after {
  display: none;
}
.storker-btns .c-cta-btn.c-cta-btn--instagram a::before {
  width: 20px !important;
  height: 20px !important;
  margin-right: 4px;
}
@media screen and (min-width: 821px) {
  .storker-btns .c-cta-btn.c-cta-btn--instagram a::before {
    margin: 0 0 10px;
  }
}

.c-card {
  position: relative;
  width: 100%;
  min-height: 174px;
  perspective: 500px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 821px) {
  .c-card {
    min-height: 280px;
  }
}
.c-card:focus-visible {
  outline: 2px solid #333;
  outline-offset: 4px;
}
.c-card.brown .c-card__omote {
  background: #AF9176;
  color: #fff;
  border: 3px solid #C7B29F;
}
.c-card.brown .c-card__omote .c-card__title,
.c-card.brown .c-card__omote .c-card__number,
.c-card.brown .c-card__omote .c-card__hint {
  color: #fff;
}
.c-card.brown .c-card__omote .c-card__title {
  font-size: 15px;
}
@media screen and (min-width: 821px) {
  .c-card.brown .c-card__omote .c-card__title {
    font-size: 24px;
  }
}
.c-card.brown .c-card__omote .c-card__title strong {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 821px) {
  .c-card.brown .c-card__omote .c-card__title strong {
    font-size: 30px;
  }
}
.c-card.brown .c-card__ura {
  background: #fff;
  border: 3px solid #C29790;
}
.c-card.brown .c-card__ura p {
  color: #4E6172;
  letter-spacing: 0.02em;
  font-size: 18px;
}
@media screen and (min-width: 821px) {
  .c-card.brown .c-card__ura p {
    font-size: 25px;
  }
}
.c-card.brown .c-card__ura p.small {
  font-size: 15px;
}
@media screen and (min-width: 821px) {
  .c-card.brown .c-card__ura p.small {
    font-size: 25px;
  }
}
.c-card.brown .c-card__ura p span,
.c-card.brown .c-card__ura p strong {
  color: #AA6763;
}
.c-card.brown .c-card__ura p strong {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (min-width: 821px) {
  .c-card.brown .c-card__ura p strong {
    font-size: 40px;
  }
}
.c-card.brown .c-card__ura p span {
  font-size: 15px;
}
@media screen and (min-width: 821px) {
  .c-card.brown .c-card__ura p span {
    font-size: 25px;
  }
}
.c-card.brown .c-card__ura p span strong {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (min-width: 821px) {
  .c-card.brown .c-card__ura p span strong {
    font-size: 30px;
  }
}
.c-card .c-card__omote,
.c-card .c-card__ura {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: transform 0.7s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: 3px solid #A1BCCC;
}
@media (prefers-reduced-motion: reduce) {
  .c-card .c-card__omote,
  .c-card .c-card__ura {
    transition-duration: 0.01ms;
  }
}
.c-card .c-card__omote {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  gap: 10px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.c-card .c-card__omote strong {
  color: #B36572;
  font-weight: 500;
}
.c-card .c-card__omote strong.bigger {
  font-size: 26px;
}
@media screen and (min-width: 821px) {
  .c-card .c-card__omote strong.bigger {
    font-size: 42px;
  }
}
.c-card .c-card__ura {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  background: #5b6d83;
  border: 1px solid #8fa3b8;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  font-size: 1.5rem;
  font-weight: 500;
  transform: rotateY(-180deg);
  letter-spacing: 0.14em;
}
@media screen and (min-width: 821px) {
  .c-card .c-card__ura {
    font-size: 25px;
  }
}
.c-card .c-card__ura span {
  font-size: 1.8rem;
  color: #F9E8AB;
  font-weight: 500;
}
@media screen and (min-width: 821px) {
  .c-card .c-card__ura span {
    font-size: 30px;
  }
}
.c-card .c-card__ura span.bigger {
  font-size: 2.6rem;
}
@media screen and (min-width: 821px) {
  .c-card .c-card__ura span.bigger {
    font-size: 4rem;
  }
}
.c-card.is-flipped .c-card__omote {
  transform: rotateY(180deg);
}
.c-card.is-flipped .c-card__ura {
  transform: rotateY(0);
}
.c-card .c-card__number {
  font-size: 22px;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  color: #54697B;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 821px) {
  .c-card .c-card__number {
    font-size: 37px;
    top: 24px;
  }
}
.c-card .c-card__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (min-width: 821px) {
  .c-card .c-card__icon {
    width: 46px;
    height: 46px;
    top: 20px;
  }
}
.c-card .c-card__icon img {
  width: auto;
  height: auto;
}
@media screen and (min-width: 821px) {
  .c-card .c-card__icon img {
    width: 63%;
  }
}
.c-card .c-card__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  color: #4C5F70;
  line-height: 1.2;
}
@media screen and (min-width: 821px) {
  .c-card .c-card__title {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}
.c-card .c-card__hint {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #4C5F70;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 821px) {
  .c-card .c-card__hint {
    font-size: 24px;
    bottom: 20px;
  }
}

.p-links-area {
  padding: 50px 16px;
  background: url("../img/bg-links-sp.webp") no-repeat center top/cover;
}
@media screen and (min-width: 821px) {
  .p-links-area {
    background: url("../img/bg-links.webp") no-repeat center top/cover;
    padding: 82px 16px 33px;
  }
}

.p-cta {
  background: url("../img/bg-cta-sp.webp") no-repeat center top/cover;
  padding-bottom: 45px;
}
@media screen and (min-width: 821px) {
  .p-cta {
    background: url("../img/bg-cta.webp") no-repeat center top/cover;
    padding: 58px 0 76px;
    text-align: center;
  }
}
.p-cta p {
  font-size: 15px;
  color: #fff;
  background: #57504e;
  line-height: 1.3;
  text-align: center;
  padding: 13px 0;
  margin-bottom: 33px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 821px) {
  .p-cta p {
    padding: 13px 52px;
    font-size: 21px;
    display: inline-block;
  }
}
@media screen and (min-width: 821px) {
  .p-cta .p-cta__btn-area {
    display: flex;
    justify-content: center;
    gap: 92px;
  }
}

.p-nav {
  margin-bottom: 30px;
}
@media screen and (min-width: 821px) {
  .p-nav {
    max-width: 1000px;
    margin: 0 auto 78px;
  }
}

.p-nav__inner {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 10px;
}
@media screen and (min-width: 821px) {
  .p-nav__inner {
    gap: 30px 48px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 36px 0 16px;
  height: 50px;
  background-color: #333;
  border-radius: 7px;
  color: #fff;
  line-height: 1.3;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-nav__link {
    font-size: 18px;
    padding: 16px 18px 16px 10px;
    height: 58px;
  }
}
.p-nav__link:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.p-nav__icon {
  position: absolute;
  right: 12px;
  top: 55%;
  transform: translateY(-60%);
  width: 12px;
  height: 8px;
  color: inherit;
}
@media screen and (min-width: 821px) {
  .p-nav__icon {
    top: 60%;
    right: 18px;
  }
}
.p-nav__icon::before, .p-nav__icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: currentColor;
  top: 50%;
  transition: background-color 0.2s;
}
@media screen and (min-width: 821px) {
  .p-nav__icon::before, .p-nav__icon::after {
    width: 12px;
  }
}
.p-nav__icon::before {
  right: 6px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
.p-nav__icon::after {
  left: 6px;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: left center;
}

.p-lead {
  background: url("../img/bg-lead-sp.webp") no-repeat center top/cover;
}
@media screen and (min-width: 821px) {
  .p-lead {
    background: url("../img/bg-lead.webp") no-repeat center top/cover;
  }
}
.p-lead h2 {
  line-height: 2;
}
.p-lead .p-lead__inner {
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-lead .p-lead__inner {
    display: flex;
  }
}
.p-lead .p-lead__inner::before {
  content: "";
  display: block;
  width: 206px;
  height: 63px;
  background: url("../img/lead-logo.webp") no-repeat center top/cover;
  position: absolute;
  bottom: 23px;
  right: 0px;
}
@media screen and (min-width: 821px) {
  .p-lead .p-lead__inner::before {
    width: 565px;
    height: 172px;
    right: -70px;
    bottom: 0px;
  }
}
@media screen and (min-width: 821px) {
  .p-lead .p-lead__inner figure {
    max-width: 700px;
    flex-shrink: 0;
  }
}
.p-lead .p-lead__inner .p-lead__content {
  padding: 30px 19px 97px;
}
@media screen and (min-width: 821px) {
  .p-lead .p-lead__inner .p-lead__content {
    padding: 115px 0 0 96px;
  }
}
.p-lead .p-lead__inner .p-lead__content h2 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.3em;
  margin-bottom: 47px;
  position: relative;
  line-height: 1.8;
}
@media screen and (min-width: 821px) {
  .p-lead .p-lead__inner .p-lead__content h2 {
    font-size: 28px;
    margin-bottom: 40;
  }
}
.p-lead .p-lead__inner .p-lead__content h2::before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #32312f;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.p-lead .p-lead__inner .p-lead__content p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 37px;
  letter-spacing: 0em;
}
@media screen and (min-width: 821px) {
  .p-lead .p-lead__inner .p-lead__content p {
    font-size: 16px;
    line-height: 1.9375;
  }
}
.p-lead .p-lead__inner .p-lead__content p:last-child {
  margin-bottom: 0;
}

.p-reason {
  padding: 90px 0 54px;
}
@media screen and (min-width: 821px) {
  .p-reason {
    padding: 190px 0 165px;
  }
}
.p-reason h2 {
  margin-bottom: 22px;
}
@media screen and (min-width: 821px) {
  .p-reason h2 {
    margin-bottom: 82px;
  }
}
@media screen and (min-width: 821px) {
  .p-reason .p-reason__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 12px;
  }
}
.p-reason .p-reason__inner .p-reason__item {
  margin-bottom: 58px;
}
@media screen and (min-width: 821px) {
  .p-reason .p-reason__inner .p-reason__item {
    display: flex;
    align-items: center;
    gap: 42px;
    margin-bottom: 42px;
  }
}
.p-reason .p-reason__inner .p-reason__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 821px) {
  .p-reason .p-reason__inner .p-reason__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-reason .p-reason__inner .p-reason__item:nth-child(even) figure {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}
.p-reason .p-reason__inner .p-reason__item figure {
  padding-right: 28px;
  margin-bottom: 32px;
}
@media screen and (min-width: 821px) {
  .p-reason .p-reason__inner .p-reason__item figure {
    margin-left: calc(50% - 50vw);
    width: 50.135417vw;
    flex-shrink: 0;
    padding: 0;
    margin-bottom: 0;
  }
}
.p-reason .p-reason__inner .p-reason__item .p-reason__content {
  padding: 0 20px;
}
@media screen and (min-width: 821px) {
  .p-reason .p-reason__inner .p-reason__item .p-reason__content {
    padding: 0;
  }
}
.p-reason .p-reason__inner .p-reason__item .p-reason__content h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .p-reason .p-reason__inner .p-reason__item .p-reason__content h3 {
    font-size: 30px;
  }
}
.p-reason .p-reason__inner .p-reason__item .p-reason__content p {
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 821px) {
  .p-reason .p-reason__inner .p-reason__item .p-reason__content p {
    font-size: 17px;
    line-height: 1.8235294118;
    letter-spacing: 0.1em;
  }
}

.p-welfare {
  padding: 75px 0 0;
  background: #c4d3dc;
}
@media screen and (min-width: 821px) {
  .p-welfare {
    padding: 126px 0 0;
  }
}
.p-welfare .p-welfare__point {
  max-width: 640px;
  margin: 0 auto 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__point {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
}
.p-welfare .p-welfare__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px 10px;
  max-width: 640px;
  margin: 0 auto 54px;
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 60px;
    max-width: 900px;
    margin: 0 auto 132px;
  }
}
.p-welfare .c-section-ttl {
  margin-bottom: 68px;
}
@media screen and (min-width: 821px) {
  .p-welfare .c-section-ttl {
    margin-bottom: 112px;
  }
}
.p-welfare .p-walfare__sub-title02 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.22em;
  line-height: 1.5238095238;
  padding: 6px 0;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  margin-bottom: 30px;
}
.p-welfare .p-walfare__sub-title02 span {
  color: #677994;
}
.p-welfare .p-welfare__real {
  background: #F3F6F8;
  padding: 88px 16px;
  position: relative;
}
.p-welfare .p-welfare__real::after {
  content: "";
  display: block;
  width: 100%;
  height: 47px;
  background: #E6EBEF;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__real::after {
    width: 100%;
    height: 10px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    top: inherit;
    left: 0;
  }
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__real .p-welfare__real-inner {
    max-width: 1110px;
    margin: 0 auto;
    background: #F3F6F8;
    padding: 88px 125px;
  }
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__real .p-welfare__real-inner .c-point-sub-title {
    margin-bottom: 15px;
  }
}
.p-welfare .p-welfare__real h3 {
  width: 180px;
  font-size: 18px;
  text-align: center;
  margin: 0 auto 50px;
  border: 1px solid #333;
  padding: 10px 10px;
  border-radius: 999px;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__real h3 {
    width: 254px;
    font-size: 26px;
    margin: 0 auto 40px;
    padding: 13px 10px;
  }
}
.p-welfare .p-welfare__real h3::after {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background: #333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__real h3::after {
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -33px;
  }
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__real {
    padding: 110px 10px;
    background: rgba(182, 202, 213, 0.4);
  }
  .p-welfare .p-welfare__real::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: #fff;
    position: absolute;
    top: -10px;
    left: 0;
  }
}
.p-welfare .p-welfare__real-content-item {
  margin-bottom: 60px;
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__real-content-item {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__real-content-item .c-point-sub-title02 {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__real-content-item .p-welfare__real-content-item-text {
    width: 420px;
  }
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__real-content-item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.p-welfare .p-welfare__real-content-item:last-child {
  margin-bottom: 0;
}
.p-welfare .p-welfare__real-content-item figure {
  margin-bottom: 16px;
}
.p-welfare .p-welfare__real-content-item:first-child figure {
  width: 263px;
  margin: 0 auto 16px;
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__real-content-item:first-child figure {
    margin: 0;
  }
}
.p-welfare .p-welfare__real-content-item:first-child .c-text {
  margin-bottom: 30px;
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__real-content-item:first-child .c-text {
    letter-spacing: 0;
  }
}
.p-welfare .p-welfare__real-content-item:first-child .p-walfare__box .p-walfare__box-content img {
  width: 247px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__real-content-item:nth-child(2) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__real-content-item:nth-child(2) figure {
    max-width: 388px;
  }
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__real-content-item:nth-child(2) .p-welfare__real-content-item-text {
    width: 350px;
  }
}
.p-welfare .p-welfare__real-content-item:nth-child(2) .p-walfare__box {
  margin-top: 30px;
}
.p-welfare .p-welfare__real-content-item:nth-child(2) .p-walfare__box .p-walfare__box-content img {
  width: 197px;
  display: block;
  margin: 10px auto 0;
}
.p-welfare .p-welfare__real-content-item:nth-child(2) .p-walfare__box .p-walfare__box-content:nth-of-type(2) img {
  width: 216px;
  display: block;
  margin: 10px auto 0;
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__real-content-item:nth-child(3) figure {
    width: 338px;
  }
}
@media screen and (min-width: 821px) {
  .p-welfare .p-welfare__real-content-item:nth-child(3) .p-welfare__real-content-item-text {
    width: 350px;
  }
  .p-welfare .p-welfare__real-content-item:nth-child(3) .p-welfare__real-content-item-text .p-walfare__box-content {
    width: 350px;
  }
}
.p-welfare .p-walfare__box {
  text-align: center;
}
.p-welfare .p-walfare__box .p-walfare__box-title {
  font-size: 17px;
  color: #fff;
  background: #677994;
  text-align: center;
  border-radius: 4px;
  min-width: 234px;
  margin: 0 auto;
  padding: 4px 10px;
  display: inline-block;
}
.p-welfare .p-walfare__box .p-walfare__box-content {
  border: 2px solid #677994;
  padding: 24px 0 18px;
  text-align: center;
  background: #fff;
  width: 98%;
  margin: -14px auto 0;
}
@media screen and (min-width: 821px) {
  .p-welfare .p-walfare__box .p-walfare__box-content {
    width: 324px;
    padding: 28px 0 18px;
  }
}
.p-welfare .p-walfare__box .p-walfare__box-content p {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .p-welfare .p-walfare__box .p-walfare__box-content p {
    font-size: 14px;
  }
}
.p-welfare .point {
  padding: 0 20px;
}
.p-welfare .point-two {
  padding: 70px 16px 0;
}
@media screen and (min-width: 821px) {
  .p-welfare .point-two {
    padding: 90px 16px 0;
  }
}
.p-welfare .point-two .c-text {
  text-align: center;
  letter-spacing: 0em;
  line-height: 1.4;
}
@media screen and (min-width: 821px) {
  .p-welfare .point-two .c-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 821px) {
  .p-welfare .point-two .c-point-sub-title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 821px) {
  .p-welfare .point-two .c-point-sub-text {
    margin-bottom: 40px;
  }
}
.p-welfare .p-walfare__sub-text02 {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 24px;
}
.p-welfare .p-welfare__note {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  margin: 30px 0;
  position: relative;
  z-index: 2;
}
.p-welfare .p-welfare__note .p-welfare__note-inner {
  border: 1px solid #333;
  background: #fff;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.p-welfare .p-welfare__note .p-welfare__note-background {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #333;
  z-index: 0;
}
.p-welfare .p-welfare__note h5 {
  font-weight: 500;
  margin-bottom: 12px;
}
.p-welfare .p-welfare__note p {
  color: #A56561;
  letter-spacing: 0.05em;
}
.p-welfare .p-walfare__image-bottom {
  margin: 68px calc(50% - 50vw) 0;
  background: #fff;
  padding-top: 68px;
}
@media screen and (min-width: 821px) {
  .p-welfare .p-walfare__image-bottom {
    margin: 140px calc(50% - 50vw) 0;
    padding-top: 10px;
  }
}

.p-education {
  padding: 60px 20px;
}
@media screen and (min-width: 821px) {
  .p-education {
    padding: 145px 20px;
  }
}
.p-education .c-section-ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 821px) {
  .p-education .c-section-ttl {
    margin-bottom: 80px;
  }
}
.p-education .p-education__sub-title {
  text-align: center;
  font-size: 23px;
  color: #B36572;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  margin: 0 calc(50% - 50vw) 32px;
}
@media screen and (min-width: 821px) {
  .p-education .p-education__sub-title {
    font-size: 35px;
    margin: 0 calc(50% - 50vw) 30px;
    letter-spacing: 0.05em;
  }
}
.p-education .c-text {
  margin-bottom: 20px;
  font-size: 15px;
}
@media screen and (min-width: 821px) {
  .p-education .c-text {
    text-align: center;
    margin-bottom: 40px;
    font-size: 17px;
  }
}
.p-education .p-education__lesson-content {
  margin-bottom: 70px;
}
.p-education .p-education__lesson-content-item {
  margin-bottom: 30px;
}
@media screen and (min-width: 821px) {
  .p-education .p-education__lesson-content-item {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 90px;
    margin: 0 auto 70px;
  }
}
@media screen and (min-width: 821px) {
  .p-education .p-education__lesson-content-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.p-education .p-education__lesson-content-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 821px) {
  .p-education .p-education__lesson-content-item:last-of-type .p-education__lesson-content-item-text .p-education__lesson-content-item-title span {
    font-size: 56px;
  }
}
.p-education .p-education__lesson-content-item figure {
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .p-education .p-education__lesson-content-item figure {
    width: 410px;
    flex-shrink: 0;
  }
}
.p-education .p-education__lesson-content-item .p-education__lesson-content-item-text .p-education__lesson-content-item-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (min-width: 821px) {
  .p-education .p-education__lesson-content-item .p-education__lesson-content-item-text .p-education__lesson-content-item-title {
    font-size: 24px;
    letter-spacing: 0em;
  }
}
.p-education .p-education__lesson-content-item .p-education__lesson-content-item-text .p-education__lesson-content-item-title span {
  font-size: 60px;
  font-family: "Arrus", sans-serif;
  color: #7F8080;
  position: relative;
}
.p-education .p-education__lesson-content-item .p-education__lesson-content-item-text .p-education__lesson-content-item-title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 17px;
  background: rgba(193, 189, 192, 0.3);
  position: absolute;
  bottom: 14px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 821px) {
  .p-education .p-education__lesson-content-item .p-education__lesson-content-item-text .p-education__lesson-content-item-title span::after {
    bottom: 6px;
  }
}
.p-education .p-education__lesson-content-item .p-education__lesson-content-item-text .p-education__lesson-content-flow {
  margin: 40px 0 20px;
}
.p-education .p-education__lesson-content-item .p-education__lesson-content-item-text .p-education__lesson-content-flow:last-of-type {
  margin: 0;
}
.p-education .p-education__lesson-content-item .p-education__lesson-content-item-text .p-education__lesson-content-flow h3 {
  background: #333333;
  width: 190px;
  padding: 8px 0;
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 19px;
}
.p-education .p-education__lesson-content-item .p-education__lesson-content-item-text .p-education__lesson-content-flow h4 {
  font-size: 17px;
  font-weight: 500;
  background: #DFD0B2;
  width: 135px;
  padding: 10px 6px;
  text-align: center;
  margin-bottom: 16px;
}
.p-education .p-education__lesson-content-item .p-education__lesson-content-item-text .p-education__lesson-content-flow p {
  margin-bottom: 20px;
}
.p-education .p-education__lesson-content-item .p-education__lesson-content-item-text p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #040000;
}
.p-education .point-one {
  background: url("../img/bg-point-sp.webp") no-repeat center top/cover;
  margin: 0 calc(50% - 50vw);
  padding: 49px 16px 60px;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-education .point-one {
    padding: 120px 10px;
    background: none;
    background: url("../img/bg-point.webp") no-repeat center top/cover;
  }
}
@media screen and (min-width: 821px) {
  .p-education .point-one .point-one__content {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.p-education .point-one .point-one__content .point-one__content-item {
  margin-bottom: 60px;
}
@media screen and (min-width: 821px) {
  .p-education .point-one .point-one__content .point-one__content-item {
    margin-bottom: 100px;
  }
}
.p-education .point-one .point-one__content .point-one__content-item:last-of-type {
  margin-bottom: 0;
}
.p-education .point-one .point-one__content .point-one__content-item .text {
  display: none;
}
@media screen and (min-width: 821px) {
  .p-education .point-one .point-one__content .point-one__content-item .text {
    display: block;
    font-size: 62px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 50%;
    color: #fff;
    left: -15px;
    font-family: "Arrus", sans-serif;
    position: absolute;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 821px) {
  .p-education .point-one .point-one__content .point-one__content-item:first-of-type .text {
    top: 30%;
  }
}
@media screen and (min-width: 821px) {
  .p-education .point-one .point-one__content .point-one__content-item:nth-of-type(2) .text {
    top: 57%;
    left: inherit;
    right: -15px;
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 821px) {
  .p-education .point-one .point-one__content .point-one__content-item:nth-of-type(3) .text {
    top: inherit;
    bottom: 1%;
  }
}
.p-education .point-two {
  padding: 60px 0 0;
}
@media screen and (min-width: 821px) {
  .p-education .point-two {
    padding: 120px 0 0;
  }
}
.p-education .p-education__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 640px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 821px) {
  .p-education .p-education__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 24px;
    max-width: 900px;
    margin: 0 auto 140px;
  }
}
.p-education .p-education__pic-contents .p-education__pic-contents-item {
  margin-bottom: 30px;
}
@media screen and (min-width: 821px) {
  .p-education .p-education__pic-contents .p-education__pic-contents-item {
    display: flex;
    gap: 70px;
    max-width: 1000px;
    margin: 0 auto 60px;
  }
}
.p-education .p-education__pic-contents .p-education__pic-contents-item:last-of-type {
  margin-bottom: 0;
}
.p-education .p-education__pic-contents figure {
  margin-bottom: 16px;
}
@media screen and (min-width: 821px) {
  .p-education .p-education__pic-contents figure {
    flex-shrink: 0;
    width: 460px;
    margin-bottom: 0;
  }
}
.p-education .p-education__pic-contents h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}
@media screen and (min-width: 821px) {
  .p-education .p-education__pic-contents h3 {
    font-size: 30px;
    margin-bottom: 36px;
  }
}
.p-education .p-education__pic-contents p {
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.05em;
  color: #32312F;
}
@media screen and (min-width: 821px) {
  .p-education .p-education__pic-contents p {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}

.p-staff {
  background: #eeeae3;
  padding: 77px 20px 70px;
}
@media screen and (min-width: 821px) {
  .p-staff {
    padding: 120px 24px;
  }
}
.p-staff .c-section-ttl {
  margin-bottom: 70px;
}
@media screen and (min-width: 821px) {
  .p-staff .c-section-ttl {
    margin-bottom: 48px;
  }
}
.p-staff .p-staff__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 12px;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .p-staff .p-staff__contents {
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 52px;
  }
}
.p-staff .p-staff__card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
}
.p-staff .p-staff__thumb {
  position: relative;
  margin: 0 0 10px;
  padding-top: 120%;
  overflow: visible;
}
.p-staff .p-staff__thumb::before {
  content: "";
  display: block;
  width: 94%;
  height: 94%;
  background: #EEEAE3;
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  border-radius: 0 60px 0 0;
}
@media screen and (min-width: 821px) {
  .p-staff .p-staff__thumb {
    margin-bottom: 16px;
  }
}
.p-staff .p-staff__img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 10px 0 0;
  padding: 0 0 15px 15px;
}
.p-staff .p-staff__role {
  margin: 0 0 6px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #31312f;
}
@media screen and (min-width: 821px) {
  .p-staff .p-staff__role {
    font-size: 1.6rem;
    letter-spacing: 0em;
  }
}
.p-staff .p-staff__name {
  margin: 0 0 8px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #31312f;
  font-weight: 400;
}
.p-staff .p-staff__name span {
  display: none;
}
@media screen and (min-width: 821px) {
  .p-staff .p-staff__name {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  .p-staff .p-staff__name span {
    display: inline-block;
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
  }
}
.p-staff .p-staff__btn {
  margin-top: auto;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px 32px 10px 16px;
  text-decoration: none;
  background: #98675A;
  transition: opacity 0.3s;
}
@media screen and (min-width: 821px) {
  .p-staff .p-staff__btn {
    font-size: 1.4rem;
    padding: 14px 36px 14px 16px;
    width: 200px;
  }
}
.p-staff .p-staff__btn:hover {
  opacity: 0.7;
}
.p-staff .p-staff__btn:where(button) {
  border: none;
  cursor: pointer;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-voice-modal {
  box-sizing: border-box;
  position: fixed;
  inset: 0;
  z-index: 1000;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  border: none;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (min-width: 821px) {
  .p-voice-modal {
    min-height: inherit;
    max-height: 650px;
    max-width: 1000px;
    height: 71%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
}
.p-voice-modal[hidden] {
  display: none !important;
}
.p-voice-modal__panel {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  box-shadow: none;
}
@media screen and (min-width: 821px) {
  .p-voice-modal__panel {
    padding: 0 32px 20px;
    background-image: url("../img/bg-voice-modal.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.p-voice-modal__header {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.p-voice-modal__ttl {
  position: relative;
  z-index: 0;
  margin: 0;
  padding-right: 8px;
  font-family: "Arrus", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #31312f;
  text-align: left;
}
@media screen and (min-width: 821px) {
  .p-voice-modal__ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.p-voice-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: #42210B;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: opacity 0.2s;
}
.p-voice-modal__close:hover {
  opacity: 0.88;
}
.p-voice-modal__close span {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.p-voice-modal__close span::before, .p-voice-modal__close span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 18px;
  background: #fff;
  border-radius: 1px;
}
.p-voice-modal__close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-voice-modal__close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 821px) {
  .p-voice-modal__close {
    top: calc(16px + env(safe-area-inset-top));
    right: calc(16px + env(safe-area-inset-right));
    width: 44px;
    height: 44px;
  }
}
.p-voice-modal__body {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: grid;
  gap: 0;
  padding: 32px 20px calc(28px + env(safe-area-inset-bottom));
  background-image: url("../img/bg-voice-modal-sp.webp");
  background-repeat: no-repeat;
  background-size: 100% 360px;
  background-position: top;
  background-attachment: local;
}
@media screen and (min-width: 821px) {
  .p-voice-modal__body {
    display: flex;
    align-items: center;
    background-position: top;
    background: none;
    gap: 48px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.p-voice-modal__photo-wrap {
  position: relative;
  width: 240px;
  margin: 0 auto 40px;
  z-index: 10;
}
@media screen and (min-width: 821px) {
  .p-voice-modal__photo-wrap {
    width: 280px;
    margin: 0;
    flex-shrink: 0;
  }
}
.p-voice-modal__photo-bg {
  position: absolute;
  top: 45px;
  left: 0;
  width: 93%;
  height: 86%;
  background: #eeeae3;
  border-radius: 0 60px 0 0;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 821px) {
  .p-voice-modal__photo-bg {
    top: 80px;
    width: 94%;
    height: 79%;
    border-radius: 0 70px 0 0;
  }
}
.p-voice-modal__photo-inner {
  padding: 0 0 15px 15px;
}
.p-voice-modal__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 10px 0 0;
  display: block;
  position: relative;
  z-index: 10;
}
.p-voice-modal__content {
  min-width: 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 821px) {
  .p-voice-modal__content {
    margin-top: 40px;
  }
}
.p-voice-modal .bg-pc {
  display: none;
}
@media screen and (min-width: 821px) {
  .p-voice-modal .bg-pc {
    display: block;
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 73%;
    height: 91%;
    bottom: 0;
    right: 0;
  }
}
.p-voice-modal__role {
  margin: 0 0 8px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  color: #31312f;
}
@media screen and (min-width: 821px) {
  .p-voice-modal__role {
    font-size: 1.8rem;
  }
}
.p-voice-modal__name {
  margin: 0 0 8px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.35;
  color: #31312f;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (min-width: 821px) {
  .p-voice-modal__name {
    font-size: 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 12px;
  }
}
.p-voice-modal__name-en {
  display: block;
  margin-top: 4px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 821px) {
  .p-voice-modal__name-en {
    display: inline;
    margin-top: 0;
    font-size: 1.5rem;
  }
}
.p-voice-modal__edu {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #31312f;
}
@media screen and (min-width: 821px) {
  .p-voice-modal__edu {
    font-size: 1.4rem;
  }
}
.p-voice-modal__sep {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #333;
}
@media screen and (min-width: 821px) {
  .p-voice-modal__sep {
    margin: 14px 0;
  }
}
.p-voice-modal__q {
  margin: 0 0 16px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.6;
  color: #31312f;
}
@media screen and (min-width: 821px) {
  .p-voice-modal__q {
    font-size: 1.5rem;
  }
}
.p-voice-modal__answer p {
  margin: 0 0 1.2em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.05em;
  color: #31312f;
}
@media screen and (min-width: 821px) {
  .p-voice-modal__answer p {
    font-size: 1.4rem;
    margin: 0 0 8px;
  }
}
.p-voice-modal__answer p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 821px) {
  .p-voice-modal__answer p {
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
}

.p-salon {
  padding: 77px 20px 0;
}
@media screen and (min-width: 821px) {
  .p-salon {
    padding: 100px 10px 0;
  }
}
.p-salon .c-section-ttl {
  margin-bottom: 60px;
}
@media screen and (min-width: 821px) {
  .p-salon .p-salon__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.p-salon__item {
  margin-bottom: 40px;
}
@media screen and (min-width: 821px) {
  .p-salon__item {
    margin-bottom: 150px;
  }
}
.p-salon__item:last-child {
  margin-bottom: 0;
  padding: 58px 20px;
  background: #F6F4F0;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 821px) {
  .p-salon__item:last-child {
    padding: 110px 10px;
  }
}
@media screen and (min-width: 821px) {
  .p-salon__item:last-child .p-salon__item-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 821px) {
  .p-salon__item:last-child .btns {
    margin-left: auto;
  }
}
.p-salon__name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  letter-spacing: 0.34em;
  text-align: center;
  line-height: 1.8;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}
@media screen and (min-width: 821px) {
  .p-salon__name {
    font-size: 33px;
    margin-bottom: 60px;
  }
}
.p-salon .btns {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-top: 30px;
}
@media screen and (min-width: 821px) {
  .p-salon .btns {
    width: 45%;
    margin-top: -25%;
  }
}
.p-salon .btns .c-btn {
  font-size: 13px;
  letter-spacing: 0.2em;
  padding: 18px 0;
  width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .p-salon .btns .c-btn {
    font-size: 20px;
    padding: 25px 0;
    width: 450px;
  }
}
.p-salon .btns .c-btn.insta::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/icon-insta.svg") no-repeat center top/cover;
  margin-right: 10px;
}

.p-entry {
  background: url("../img/bg-entry-sp.webp") no-repeat center top/cover;
  padding: 48px 20px 56px;
}
@media screen and (min-width: 821px) {
  .p-entry {
    background: url("../img/bg-entry.webp") no-repeat center top/cover;
    padding: 140px 0;
  }
}
.p-entry .p-entry__recruitment {
  margin-bottom: 50px;
}
@media screen and (min-width: 821px) {
  .p-entry .p-entry__recruitment {
    margin-bottom: 100px !important;
  }
}
.p-entry .p-entry__recruitment,
.p-entry .p-entry__company-profile {
  color: #fff;
}
@media screen and (min-width: 821px) {
  .p-entry .p-entry__recruitment,
  .p-entry .p-entry__company-profile {
    padding: 0 32px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.p-entry .p-entry__recruitment .c-section-ttl,
.p-entry .p-entry__company-profile .c-section-ttl {
  margin-bottom: 28px;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 821px) {
  .p-entry .p-entry__recruitment .c-section-ttl,
  .p-entry .p-entry__company-profile .c-section-ttl {
    margin-bottom: 60px;
  }
}
.p-entry .p-entry__recruitment .c-section-ttl span,
.p-entry .p-entry__company-profile .c-section-ttl span {
  color: #fff;
}
.p-entry .p-entry__content {
  max-width: 920px;
  margin: 0 auto;
}
.p-entry .p-entry__list {
  position: relative;
  margin: 0;
}
.p-entry .p-entry__list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 26%;
  width: 1px;
  background: #fff;
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 821px) {
  .p-entry .p-entry__list::before {
    left: 16%;
  }
}
.p-entry .p-entry__row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  padding: 0 0 16px;
}
@media screen and (min-width: 575px) {
  .p-entry .p-entry__row {
    padding: 0 0 24px;
  }
}
.p-entry .p-entry__row:last-child {
  padding-bottom: 0;
}
.p-entry .p-entry__label {
  position: relative;
  z-index: 1;
  margin: 0;
  flex: 0 0 28%;
  min-width: 0;
  padding-right: 12px;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.22em;
  align-self: stretch;
}
@media screen and (min-width: 575px) {
  .p-entry .p-entry__label {
    padding-right: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.4em;
  }
}
@media screen and (min-width: 821px) {
  .p-entry .p-entry__label {
    font-size: 1.6rem;
    padding-right: 28px;
    flex: 0 0 18%;
  }
}
.p-entry .p-entry__text {
  position: relative;
  z-index: 1;
  margin: 0;
  flex: 1;
  min-width: 0;
  padding-left: 12px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (min-width: 575px) {
  .p-entry .p-entry__text {
    padding-left: 20px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 821px) {
  .p-entry .p-entry__text {
    font-size: 1.6rem;
    padding-left: 28px;
  }
}

.p-flow {
  padding: 60px 20px 0;
}
@media screen and (min-width: 821px) {
  .p-flow {
    padding: 160px 10px 0;
  }
}
.p-flow .c-section-ttl {
  margin-bottom: 80px;
}
.p-flow .p-flow__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-flow .p-flow__content {
  display: flex;
  flex-direction: column;
  gap: 110px;
  margin-bottom: 70px;
}
@media screen and (min-width: 821px) {
  .p-flow .p-flow__content {
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
  }
}
.p-flow .p-flow__content .p-flow__item {
  width: 284px;
  background: #DEE4EB;
  margin: 0 auto;
  padding: 50px 20px 25px;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-flow .p-flow__content .p-flow__item {
    min-height: 337px;
  }
}
.p-flow .p-flow__content .p-flow__item:first-of-type::before {
  content: "OR";
  display: block;
  width: 40px;
  height: 40px;
  background: #757E86;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  font-family: "Arrus", sans-serif;
  text-align: center;
  position: absolute;
  bottom: -70px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  padding-top: 5px;
  box-sizing: border-box;
  transform: translateX(-50%);
}
@media screen and (min-width: 821px) {
  .p-flow .p-flow__content .p-flow__item:first-of-type::before {
    font-size: 32px;
    background: none;
    width: auto;
    height: auto;
    color: #757E86;
    left: inherit;
    top: 50%;
    transform: translateY(-50%);
    right: -59px;
  }
}
.p-flow .p-flow__content .p-flow__item:nth-of-type(2)::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #757E86;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 821px) {
  .p-flow .p-flow__content .p-flow__item:nth-of-type(2)::before {
    transform: translateY(-50%) rotate(270deg);
    left: inherit;
    right: -59px;
    top: 50%;
  }
}
.p-flow .p-flow__content .p-flow__item .num {
  font-size: 49px;
  font-family: "Arrus", sans-serif;
  color: #231815;
  position: relative;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.p-flow .p-flow__content .p-flow__item .time {
  text-align: center;
  line-height: 1.3;
  color: #fff;
  background: #757E86;
  border-radius: 10px;
  padding: 10px 0;
  margin-top: 20px;
  font-size: 17px;
  letter-spacing: 0;
}
.p-flow .p-flow__content .p-flow__item .p-flow__item-title {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.p-flow .p-flow__content .p-flow__item p {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .p-flow .p-flow__content .p-flow__item p {
    font-size: 17px;
    line-height: 1.8235294118;
  }
}
.p-flow .kengaku {
  padding: 70px 20px;
  margin: 0 calc(50% - 50vw);
  background: #EEEAE3;
}
@media screen and (min-width: 821px) {
  .p-flow .kengaku {
    padding: 80px 0 150px;
  }
}
.p-flow .kengaku .c-text {
  text-align: center;
  letter-spacing: 0;
  font-size: 15px;
}
.p-flow .kengaku .coupon {
  margin-top: 30px;
}
@media screen and (min-width: 821px) {
  .p-flow .kengaku .coupon {
    max-width: 920px;
    margin: 80px auto 0;
  }
}

.p-contact {
  padding: 60px 0;
  background: url("../img/bg-contact-sp.webp") no-repeat center top/cover;
}
@media screen and (min-width: 821px) {
  .p-contact {
    background: url("../img/bg-contact.webp") no-repeat center top/cover;
    padding: 170px 10px 140px;
  }
}
.p-contact .c-section-ttl {
  margin-bottom: 40px;
  color: #fff;
}
.p-contact .c-section-ttl span {
  color: #fff;
}
.p-contact .p-cta {
  background: none;
  padding: 0;
}
.p-contact .p-cta__btn-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 821px) {
  .p-contact .p-cta__btn-area {
    flex-direction: row;
    gap: 90px;
    margin-top: 60px;
  }
}
.p-contact .qr {
  display: none;
}
@media screen and (min-width: 821px) {
  .p-contact .qr {
    display: block;
    width: 210px;
    margin: 0 auto 24px;
  }
}

.p-instagram {
  padding: 60px 20px;
}
@media screen and (min-width: 821px) {
  .p-instagram {
    padding: 110px 10px 250px;
  }
}
.p-instagram h2 {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .p-instagram h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.p-instagram h2 span {
  font-family: "Arrus", sans-serif;
  font-size: 45px;
  display: block;
  margin-top: 4px;
}
@media screen and (min-width: 821px) {
  .p-instagram h2 span {
    font-size: 100px;
  }
}
.p-instagram p {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .p-instagram p {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
.p-instagram figure {
  margin-bottom: 20px;
}
@media screen and (min-width: 821px) {
  .p-instagram figure {
    max-width: 880px;
    margin: 0 auto 50px;
  }
}
.p-instagram .c-btn {
  width: 300px;
  height: 60px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .p-instagram .c-btn {
    font-size: 20px;
    width: 450px;
    padding: 18px 0;
  }
}
.p-instagram .c-btn::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/icon-insta.svg") no-repeat center top/cover;
  margin-right: 10px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 821px) {
  .p-instagram .c-btn::before {
    width: 20px;
    height: 20px;
  }
}
.p-instagram .c-btn::after {
  content: "";
  display: block;
  background: url("../img/sankaku.svg") no-repeat center top/cover;
  width: 12px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
@media screen and (min-width: 821px) {
  .p-instagram .c-btn::after {
    right: 100px;
  }
}

.l-footer {
  padding: 100px 0 90px;
  background-color: #6a747b;
  line-height: 1.6;
  font-weight: 400 !important;
}

.l-footer .l-content-wrap {
  max-width: 1100px;
}

.l-footer .logo-wrap {
  margin-bottom: 25px;
}

.l-footer .logo-wrap img {
  width: auto;
  height: 63px;
}

.l-footer .nav-wrap {
  width: 100%;
}

.l-footer .nav-wrap .upper-wrap {
  margin-bottom: 35px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b1afa9;
}

.l-footer .nav-wrap .upper-wrap .list {
  margin-bottom: 35px;
  padding-bottom: 30px;
}

.l-footer .nav-wrap .upper-wrap .list .item:not(:last-child) {
  margin-bottom: 20px;
}

.l-footer .nav-wrap .upper-wrap .list .item .link {
  font-family: Poppins, "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #fff;
}

.l-footer .nav-wrap .upper-wrap .info-wrap .list-info {
  margin-bottom: 25px;
}

.l-footer .nav-wrap .upper-wrap .info-wrap .name {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
}

.l-footer .nav-wrap .upper-wrap .info-wrap .address {
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #fff;
}

.l-footer .nav-wrap .upper-wrap .info-wrap .tel a {
  font-family: Poppins, "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #fff;
}

.l-footer .nav-wrap .upper-wrap .info-wrap .sns-wrap {
  margin-bottom: 60px;
}

.l-footer .nav-wrap .upper-wrap .info-wrap .sns-wrap a:not(:first-child) {
  margin-left: 50px;
}

.l-footer .nav-wrap .upper-wrap .info-wrap .sns-wrap img {
  width: auto;
  height: 20px;
}

.l-footer .nav-wrap .upper-wrap .info-wrap .link-contact {
  margin-bottom: 55px;
  font-family: Poppins, "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #fff;
  display: inline-block;
}

.l-footer .nav-wrap .upper-wrap .info-wrap .link-reserve {
  max-width: 345px;
  width: 100%;
  position: relative;
}

.l-footer .nav-wrap .upper-wrap .info-wrap .link-reserve::after {
  content: "";
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/arrow_right_07.png);
  transition: 0.3s;
}

.l-footer .nav-wrap .upper-wrap .info-wrap .link-reserve:hover::after {
  right: 10px;
}

.l-footer .nav-wrap .bottom-wrap {
  display: flex;
  justify-content: space-between;
}

.l-footer .nav-wrap .bottom-wrap .link-privacy {
  font-family: Poppins, "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #fff;
}

.l-footer .nav-wrap .bottom-wrap .go-to-top {
  padding-right: 15px;
  font-family: Poppins, "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #fff;
  position: relative;
}

.l-footer .nav-wrap .bottom-wrap .go-to-top::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 10px;
  right: 0;
  transform: rotate(-45deg);
}

@media screen and (min-width: 821px) {
  .l-footer {
    padding-bottom: 105px;
  }
  .l-footer .logo-wrap {
    width: 34%;
  }
  .l-footer .nav-wrap {
    width: 66%;
  }
  .l-footer .nav-wrap .upper-wrap {
    margin-bottom: 45px;
    padding-bottom: 15px;
    display: flex;
  }
  .l-footer .nav-wrap .upper-wrap .list {
    width: 45%;
  }
  .l-footer .nav-wrap .upper-wrap .list .item .link {
    font-size: 18px;
  }
  .l-footer .nav-wrap .upper-wrap .info-wrap {
    width: 55%;
  }
  .l-footer .nav-wrap .upper-wrap .info-wrap .list-info {
    margin-bottom: 40px;
  }
  .l-footer .nav-wrap .upper-wrap .info-wrap .sns-wrap {
    margin-bottom: 20px;
  }
  .l-footer .nav-wrap .upper-wrap .info-wrap .sns-wrap a:not(:first-child) {
    margin-left: 20px;
  }
  .l-footer .nav-wrap .upper-wrap .info-wrap .link-contact {
    margin-bottom: 35px;
    font-size: 18px;
  }
  .l-footer .nav-wrap .upper-wrap .info-wrap .link-reserve {
    width: 190px;
    padding-right: 30px;
  }
  .l-footer .nav-wrap .bottom-wrap {
    margin-right: 9%;
  }
}
.l-footer .list {
  border: none;
  background: transparent;
}

.l-footer .nav-wrap .upper-wrap .list .item ul li {
  margin-top: 10px;
}

.l-footer .nav-wrap .upper-wrap .list .item ul li a {
  padding-left: 25px;
  font-size: 14px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.l-footer .nav-wrap .upper-wrap .list .item ul li a::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
}

.l-content-wrap {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 80px;
  padding-left: 80px;
}

.l-content-wrap-default {
  position: relative;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 2.4%;
  padding-left: 2.4%;
}

@media only screen and (max-width: 575px) {
  .l-content-wrap {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .l-spinner {
    width: 85%;
    margin: 0 auto;
  }
  .l-content-wrap-default {
    max-width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    box-sizing: border-box;
  }
  .l-content-wrap {
    max-width: 100%;
    padding-right: 20px !important;
    padding-left: 20px !important;
    box-sizing: border-box !important;
  }
  .l-spinner {
    width: 85%;
    margin: 0 auto;
  }
  .l-content-wrap-default {
    max-width: 100%;
    padding-right: 5% !important;
    padding-left: 5% !important;
    box-sizing: border-box !important;
  }
  .l-header .humburger-wrap .c-button-primary {
    display: none;
  }
  .l-header .nav-wrap .bottom .sns-wrap {
    width: 60%;
  }
  .l-footer .l-2col-wrap {
    flex-direction: column;
  }
  .l-footer .nav-wrap .upper-wrap .list {
    border-bottom: 1px solid #b1afa9;
  }
}
.c-button-primary,
.c-button-secondary {
  width: 190px;
  margin: 0 auto;
  padding: 13px 0;
  font-family: Poppins, "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  text-align: center;
  border: 1px solid #32312f;
  border-radius: 27px;
  display: block;
  transition: 0.3s;
}

.c-button-primary:not(:first-child),
.c-button-secondary:not(:first-child) {
  margin-top: 18px;
}

.c-button-primary {
  color: #fff;
  background-color: #32312f;
}

.c-button-primary:hover {
  color: #32312f;
  background-color: #fff;
}

.c-button-secondary {
  color: #32312f;
  background-color: #fff;
}

.c-button-secondary:hover {
  color: #fff;
  background-color: #32312f;
}

@media screen and (min-width: 821px) {
  .c-button-primary,
  .c-button-secondary {
    width: 32%;
    margin: initial;
    letter-spacing: 0.08em;
  }
  .c-button-primary:not(:first-child),
  .c-button-secondary:not(:first-child) {
    margin-top: 0;
    margin-left: 2%;
  }
  .c-button-primary {
    letter-spacing: 0.08em;
  }
}
.l-2col-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .l-footer .l-2col-wrap {
    flex-direction: column;
  }
}
.u-sp {
  display: block !important;
}
@media screen and (min-width: 821px) {
  .u-sp {
    display: none !important;
  }
}

.u-pc {
  display: none !important;
}
@media screen and (min-width: 821px) {
  .u-pc {
    display: block !important;
  }
}
