@charset "UTF-8";
@media (max-width: 360px) {
  html {
    font-size: 4.4444444444vw;
  }
}
@media (min-width: 361px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: max(10px, 1.2030075188vw);
  }
}
@media (min-width: 1330px) {
  html {
    font-size: 100%;
  }
}

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

body.fixed {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

/*
	* Modern CSS Reset (2024 Updated Version)
	* Based on modern-css-reset with additional optimizations
	*/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Remove default margin and padding */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

/* List reset */
ul,
ol {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  min-height: 100dvh;
  /* Modern viewport height */
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Link reset */
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

/* Modern image handling */
img,
picture,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Aspect ratio support */
img[style*=aspect-ratio] {
  height: 100%;
}

/* Form element reset */
input,
button,
textarea,
select {
  padding: 0;
  margin: 0;
}

/* Modern button reset */
button {
  cursor: pointer;
  color: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
}

/* Smooth scrolling with fallback */
/* Remove animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
/* Details and summary reset */
summary {
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

/* Modern hover states */
@media (any-hover: hover) {
  a,
  button {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}
/* Touch device optimization */
@media (hover: none) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}
/* Modern focus styles */
:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Modern scrollbar styling */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, .3) transparent;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 4px;
}

/* Prevent image drag and select */
img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

/* Fix for iOS tap highlight */
* {
  -webkit-tap-highlight-color: transparent;
}

/* Modern text selection */
::-moz-selection {
  background-color: rgba(0, 0, 0, .1);
}
::selection {
  background-color: rgba(0, 0, 0, .1);
}

.l-about {
  padding: 2.375rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-about {
    padding: 12.5rem 0 10rem;
  }
}

.l-access {
  padding: 2.625rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-access {
    padding: 7.75rem 0 4rem;
  }
}

.l-achievements {
  padding: 3.125rem 0 2.375rem;
}
@media screen and (min-width: 768px) {
  .l-achievements {
    padding: 7.5rem 0 5rem;
  }
}

.l-banner {
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-banner {
    padding: 5rem 0;
  }
}

.l-book {
  padding: 3.5rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-book {
    padding: 7.75rem 0 5rem;
  }
}

.l-company {
  padding: 2.875rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .l-company {
    padding: 7.75rem 0 4rem;
  }
}

.l-contact-top {
  margin-top: 3.875rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-contact-top {
    margin-top: 7.5rem;
    padding-top: 4.5rem;
  }
}

.l-contact-top--thanks {
  padding-bottom: 13.75rem;
}
@media screen and (min-width: 768px) {
  .l-contact-top--thanks {
    padding-bottom: 26.25rem;
  }
}

.l-contact {
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-contact {
    padding: 5.125rem 0 3.375rem;
  }
}

.l-error {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .l-error {
    padding: 5rem 0 5.625rem;
  }
}

.l-flow {
  padding: 2.625rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-flow {
    padding: 7.75rem 0 4rem;
  }
}

.l-footer {
  padding-top: 2.5rem;
}

.l-footer--contact {
  padding-top: 0;
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .l-footer--contact {
    height: 2.5rem;
  }
}

.l-fv {
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-fv {
    padding-top: 10.6875rem;
  }
}

.l-header {
  width: 100%;
  height: 3.875rem;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 7.5rem;
  }
}

.l-info {
  padding: 1.6875rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-info {
    padding: 4rem 0;
  }
}

.l-initiatives {
  padding: 2.875rem 0 2.25rem;
}
@media screen and (min-width: 768px) {
  .l-initiatives {
    padding: 7.5rem 0 6.25rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1330px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-interview {
  padding: 3.5rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-interview {
    padding: 7.75rem 0 5rem;
  }
}

.l-join-top {
  padding: 2rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-join-top {
    padding: 3.5rem 0 4rem;
  }
}

.l-media {
  padding: 3.5rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-media {
    padding: 7.75rem 0 5rem;
  }
}

.l-page-fv {
  margin-top: 3.875rem;
  height: 6.625rem;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-page-fv {
    padding-top: 1rem;
    margin-top: 7.5rem;
    height: 11.0625rem;
  }
}

.l-page-fv.partner,
.l-page-fv.join,
.l-page-fv.about {
  height: 8.125rem;
}
@media screen and (min-width: 768px) {
  .l-page-fv.partner,
  .l-page-fv.join,
  .l-page-fv.about {
    height: 11.0625rem;
  }
}

.l-partner {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .l-partner {
    padding: 4rem 0 5rem;
  }
}

.l-policy {
  padding: 1.5rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-policy {
    padding: 4.5rem 0 3rem;
  }
}

.l-price-page {
  padding: 2.625rem 0 0;
}
@media screen and (min-width: 768px) {
  .l-price-page {
    padding: 7.75rem 0 0;
  }
}

.l-price {
  padding: 3.125rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-price {
    padding: 7.75rem 0 5rem;
  }
}

.l-seminar {
  padding: 3.5rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-seminar {
    padding: 7.75rem 0 5rem;
  }
}

.l-shop-info {
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-shop-info {
    padding: 5rem 0 7.5rem;
  }
}

.l-single-other {
  padding: 1.5rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-single-other {
    padding: 5.125rem 0 5rem;
  }
}

.l-single-voice {
  padding: 1.5rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-single-voice {
    padding: 4rem 0;
  }
}

.l-top {
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-top {
    padding: 4rem 0;
  }
}

.l-trainer-archive {
  padding: 1.875rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-trainer-archive {
    padding: 4rem 0 5rem;
  }
}

.l-trainer-page-top {
  padding-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-trainer-page-top {
    padding-top: 6.25rem;
    padding-bottom: 5.875rem;
  }
}

.l-trainer-top {
  padding: 2rem 0 1.75rem;
}
@media screen and (min-width: 768px) {
  .l-trainer-top {
    padding: 4rem 0;
  }
}

.l-trainer {
  padding: 3.125rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-trainer {
    padding: 6.25rem 0 5rem;
  }
}

.l-training-block {
  padding: 4.5rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-training-block {
    padding: 10.625rem 0 5rem;
  }
}

.l-training-select {
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-training-select {
    padding: 5rem 0;
  }
}

.l-training-top {
  padding: 2rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-training-top {
    padding: 4rem 0 4.5rem;
  }
}

.l-training {
  padding: 3.125rem 0 2.375rem;
}
@media screen and (min-width: 768px) {
  .l-training {
    padding: 7.75rem 0 6.25rem;
  }
}

.l-view {
  padding: 2.875rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-view {
    padding: 7.75rem 0 4rem;
  }
}

.l-voice {
  padding: 3rem 0 2.375rem;
}
@media screen and (min-width: 768px) {
  .l-voice {
    padding: 7.75rem 0 5rem;
  }
}

.l-voices-archive {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .l-voices-archive {
    padding: 4rem 0 5rem;
  }
}

.c-box-policy {
  padding: 1.5rem 0;
  border-top: 1px solid #DDDDDD;
}

.c-box-policy__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-box-policy__title {
    font-size: 1.5rem;
  }
}

.c-box-policy__text {
  margin-top: 0.375rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .c-box-policy__text {
    margin-top: 0.5rem;
    line-height: 1.75;
  }
}

.c-box-policy__list {
  margin-top: 0.375rem;
}

.c-box-policy__item {
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-indent: -1em;
  padding-left: 1em;
}

.c-box-policy__item span {
  font-weight: bold;
}

.c-box-policy__item:nth-child(n+2) {
  margin-top: 0.25rem;
}

.c-box-trainer {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c-box-trainer {
    padding-bottom: 1.5rem;
  }
}

.c-box-trainer__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
}
@media screen and (min-width: 768px) {
  .c-box-trainer__title {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
}

.c-box-trainer__list {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 1.7142857143;
}

.c-box-trainer__list li {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-box-trainer__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-box-trainer__list li a {
  color: #2992EB;
  text-decoration: underline;
}

.c-box-trainer__list li::before {
  display: inline-block;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #B1935F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.375rem;
  margin-right: 0.625rem;
}

.c-box-training__title {
  height: 2.625rem;
  background-color: #B1935F;
  color: #ffffff;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-box-training__title {
    height: 3.5rem;
    padding: 0 1.5rem 0 1.25rem;
    font-size: 1.375rem;
    cursor: pointer;
  }
}

.c-box-training__title::after {
  content: "";
  width: 0.875rem;
  height: 0.375rem;
  background: url(../images/icon_arrow-min-white.svg) no-repeat center/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-box-training__title.close::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-box-training__contents {
  display: none;
  padding: 1rem;
  background-color: #FDFBF7;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
}
@media screen and (min-width: 768px) {
  .c-box-training__contents {
    padding: 2rem;
  }
}

.c-box-training__box {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-box-training__box {
    padding-bottom: 2rem;
  }
}

.c-box-training__box:not(:last-child) {
  border-bottom: 1px solid #B1935F;
}

.c-box-training__box:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-box-training__box:nth-child(n+2) {
    margin-top: 2rem;
  }
}

.c-box-training__box-title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  padding-left: 0.5rem;
  border-left: 0.1875rem solid #B1935F;
}
@media screen and (min-width: 768px) {
  .c-box-training__box-title {
    font-size: 1.5rem;
    padding-left: 1rem;
    border-left: 0.3125rem solid #B1935F;
  }
}

.c-box-training__body {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-box-training__body {
    margin-top: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.25rem;
  }
}

.c-box-training__text {
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .c-box-training__text {
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}

@media screen and (min-width: 768px) {
  .c-box-training__text.width50 {
    width: calc(50% - 1.125rem);
  }
}

.c-box-training__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-box-training__imgs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .c-box-training__img-box {
    width: calc(50% - 1.125rem);
  }
}

.c-box-training__img {
  border: 1px solid #B1935F;
}
@media screen and (min-width: 768px) {
  .c-box-training__img {
    width: calc(50% - 1.125rem);
  }
}

.c-box-training__img-box .c-box-training__img {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c-box-training__img-box .c-box-training__img {
    width: 100%;
  }
}

.c-box-training__img img {
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-box-training__btn {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-box-training__btn {
    margin-top: 2rem;
    cursor: pointer;
  }
}

.c-box-training__btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7.5rem;
  height: 2rem;
  border: 1px solid #B1935F;
  color: #B1935F;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: #ffffff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-box-training__btn span {
    width: 10rem;
    height: 2.8125rem;
    font-size: 1rem;
  }
}

.c-box-training__btn span::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: url(../images/icon_cross.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-box-training__btn span::after {
    width: 0.5rem;
    height: 0.5rem;
    right: 1rem;
  }
}

.c-breadcrumbs {
  font-size: 0.75rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: scroll;
}

.c-breadcrumbs--other {
  margin-top: 3.875rem;
  background-color: #848484;
  height: 2.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs--other {
    margin-top: 7.5rem;
    height: 3.0625rem;
  }
}

.c-breadcrumbs--bottom {
  padding: 0.5rem 0;
  color: #333333;
}

.c-btn-tel {
  min-width: 19.5rem;
  height: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 0.3125rem;
  font-size: 1.25rem;
  background-color: #505050;
  white-space: nowrap;
}

.c-btn-tel::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background: url(../images/icon_tel.svg) no-repeat center/cover;
  margin-right: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-btn-tel span {
  font-size: 0.75rem;
  margin-left: -0.375rem;
  letter-spacing: -0.014em;
}

.c-btn {
  width: 18.75rem;
  height: 3.875rem;
  background-color: #505050;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 0.3125rem;
  position: relative;
  font-weight: 500;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .c-btn {
    width: 27.5rem;
    height: 3.625rem;
    font-size: 1.125rem;
  }
}

.c-btn--min {
  width: 10.75rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-btn--min {
    width: 15rem;
    height: 2.5rem;
    font-size: 1rem;
  }
}

.c-btn--la {
  width: 19.5rem;
  height: 3.5rem;
}
@media screen and (min-width: 768px) {
  .c-btn--la {
    width: 25rem;
    height: 3.625rem;
  }
}

.c-btn::after {
  content: "";
  width: 1rem;
  height: 0.25rem;
  background: url(../images/icon_arrow-white.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn::after {
    width: 1.5rem;
    height: 0.3125rem;
    right: 1.5625rem;
  }
}

.c-btn--min::after {
  width: 0.5625rem;
  height: 0.125rem;
}
@media screen and (min-width: 768px) {
  .c-btn--min::after {
    right: 1.5rem;
    width: 0.875rem;
    height: 0.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn--la::after {
    width: 1.5rem;
    height: 0.3125rem;
  }
}

.c-btn2 {
  min-width: 15.5rem;
  min-height: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.3125rem;
  border: 1px solid #222222;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn2 {
    min-width: 27.5rem;
    min-height: 3.625rem;
    font-size: 1.125rem;
  }
}

.c-btn2::after {
  content: "";
  width: 0.625rem;
  height: 0.25rem;
  background: url(../images/icon_arrow-min-black.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn2::after {
    width: 0.875rem;
    height: 0.375rem;
    right: 2rem;
  }
}

.c-card-access {
  counter-increment: num;
}

.c-card-access__img {
  position: relative;
}

.c-card-access__img img {
  aspect-ratio: 140/108;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-card-access__img img {
    aspect-ratio: 26/20;
  }
}

.c-card-access__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-color: #B1935F;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-card-access__label {
    width: 3.25rem;
    height: 3.25rem;
  }
}

.c-card-access__label::after {
  content: counter(num);
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .c-card-access__label::after {
    font-size: 1.5rem;
  }
}

.c-card-access__text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-card-access__text {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}

.c-card-achievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-card-achievements {
    gap: 2rem;
  }
}

.c-card-achievements__img {
  border: 1px solid #B1935F;
}

.c-card-achievements__img img {
  aspect-ratio: 312/200;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-card-achievements__img img {
    aspect-ratio: 400/282;
  }
}

.c-card-achievements__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-card-achievements__title {
    font-size: 1.625rem;
  }
}

.c-card-achievements__text {
  margin-top: 0.375rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .c-card-achievements__text {
    margin-top: 1.25rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}

.c-card-book {
  padding: 1rem 1rem 1.5rem;
  background-color: #FDFBF7;
  border: 1px solid #B1935F;
}
@media screen and (min-width: 768px) {
  .c-card-book {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
    padding: 2.5rem 2rem 2.5rem 2.5rem;
    -webkit-box-shadow: 0.625rem 0.625rem 0 #fdfbf7;
            box-shadow: 0.625rem 0.625rem 0 #fdfbf7;
  }
}

.c-card-book__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-card-book__head {
    display: contents;
  }
}

.c-card-book__img {
  width: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .c-card-book__img {
    width: 13.125rem;
    border: 1px solid #707070;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.c-card-book__img img {
  aspect-ratio: 85/120;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-card-book__img img {
    aspect-ratio: 210/297;
  }
}

.c-card-book__title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-card-book__title {
    font-size: 1.5rem;
  }
}

.c-card-book__title a {
  color: #2992EB;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .c-card-book__body {
    width: 100%;
  }
}

.c-card-book__table {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-card-book__table {
    margin-top: 0.75rem;
  }
}

.c-card-book__box {
  padding: 0.6875rem 0;
  border-bottom: 1px solid #B1935F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-card-book__box {
    gap: 1.4375rem;
  }
}

.c-card-book__box dt {
  width: 30.7142857143%;
  font-size: 0.875rem;
  font-weight: bold;
  color: #B1935F;
}
@media screen and (min-width: 768px) {
  .c-card-book__box dt {
    width: 14.2857142857%;
    font-size: 1rem;
  }
}

.c-card-book__box dd {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .c-card-book__box dd {
    font-size: 1rem;
  }
}

.c-card-book__box dd a {
  color: #2992EB;
  text-decoration: underline;
}

.c-card-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  counter-increment: num;
}
@media screen and (min-width: 768px) {
  .c-card-flow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
}

.c-card-flow__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-card-flow__img {
    width: 40.6504065041%;
  }
}

.c-card-flow__img img {
  aspect-ratio: 400/239;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-flow__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #B1935F;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-card-flow__label {
    width: 3.25rem;
    height: 3.25rem;
  }
}

.c-card-flow__label::after {
  content: counter(num);
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .c-card-flow__label::after {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .c-card-flow__body {
    width: 52.8455284553%;
  }
}

.c-card-flow__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #B1935F;
}
@media screen and (min-width: 768px) {
  .c-card-flow__title {
    font-size: 1.5rem;
    letter-spacing: 0;
    padding-bottom: 0.5rem;
  }
}

.c-card-flow__text {
  margin-top: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .c-card-flow__text {
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}

.c-card-flow__text span {
  font-weight: 600;
}

.c-card-flow__btn {
  margin-top: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-card-flow__btn {
    margin-top: 1.5rem;
    text-align: left;
  }
}

.c-card-flow__btn a {
  width: 19.5rem;
  height: 3.5rem;
  border-radius: 0.3125rem;
  background-color: #C77A43;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-card-flow__btn a {
    width: 21.75rem;
    height: 3.375rem;
    padding: 0 1rem 0 2.1875rem;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-card-flow__btn a:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    opacity: 1;
  }
}

.c-card-flow__btn a::after {
  content: "";
  width: 1rem;
  height: 0.25rem;
  background: url(../images/icon_arrow-white.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-card-flow__btn a::after {
    width: 1.25rem;
    height: 0.3125rem;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.c-card-flow__box {
  margin-top: 0.75rem;
  background-color: #FDFBF7;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .c-card-flow__box {
    padding: 1.5rem 2rem;
  }
}

.c-card-flow__box-title {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  color: #B1935F;
}
@media screen and (min-width: 768px) {
  .c-card-flow__box-title {
    font-size: 1.125rem;
  }
}

.c-card-flow__box-text {
  margin-top: 0.375rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.c-card-flow__box-text span {
  color: #B1935F;
}

.c-card-initiatives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  counter-increment: num;
}
@media screen and (min-width: 768px) {
  .c-card-initiatives {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.46875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-card-initiatives:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .c-card-initiatives__img {
    width: 55%;
  }
}

.c-card-initiatives__img img {
  aspect-ratio: 312/200;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-card-initiatives__img img {
    aspect-ratio: 704/420;
  }
}

@media screen and (min-width: 768px) {
  .c-card-initiatives__body {
    width: 40.6640625%;
  }
}

.c-card-initiatives__head {
  padding-bottom: 1rem;
  position: relative;
  border-bottom: 1px solid #B1935F;
}
@media screen and (min-width: 768px) {
  .c-card-initiatives__head {
    padding-bottom: 1.5rem;
  }
}

.c-card-initiatives__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.c-card-initiatives__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .c-card-initiatives__title {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

.c-card-initiatives__title-box span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.625;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-card-initiatives__title-box span {
    letter-spacing: 0.05em;
  }
}

.c-card-initiatives__label {
  position: absolute;
  right: 0;
  top: 0.8125rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-card-initiatives__label {
    top: -2.375rem;
  }
}

.c-card-initiatives__label::before {
  content: counter(num, decimal-leading-zero);
  font-family: "Marcellus", serif;
  font-size: 4rem;
  color: #F3F1E9;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-card-initiatives__label::before {
    font-size: 7.8125rem;
  }
}

.c-card-initiatives__text {
  margin-top: 1rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .c-card-initiatives__text {
    margin-top: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}

.c-card-initiatives__text span {
  font-weight: bold;
}

.c-card-partner {
  padding: 0.75rem 3rem 0.75rem 0.75rem;
  border: 1px solid #B1935F;
  background-color: #FDFBF7;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-card-partner {
    padding: 1rem 3.5rem 1rem 1rem;
  }
}

.c-card-partner__title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-card-partner__title {
    font-size: 1.375rem;
    gap: 0;
  }
}

.c-card-partner__title span {
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .c-card-partner__title span {
    font-size: 1rem;
  }
}

.c-card-partner::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/icon_arrow-white.svg) no-repeat center/0.75rem 0.1875rem;
  background-color: #B1935F;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-card-partner::after {
    width: 2rem;
    height: 2rem;
  }
}

.c-card-plan {
  border: 1px solid #333333;
}

.c-card-plan__title {
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333333;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .c-card-plan__title {
    height: 4rem;
    font-size: 1.625rem;
  }
}

.c-card-plan__body {
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .c-card-plan__body {
    padding: 1.5rem 2rem;
  }
}

.c-card-plan__price {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6785714286;
}
@media screen and (min-width: 768px) {
  .c-card-plan__price {
    font-size: 3rem;
  }
}

.c-card-plan__price span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-card-plan__price span {
    font-size: 1.125rem;
  }
}

.c-card-plan__text {
  margin-top: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .c-card-plan__text {
    margin-top: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}

.c-card-price {
  border: 1px solid #333333;
}

.c-card-price__title {
  height: 2.5rem;
  background-color: #333333;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .c-card-price__title {
    height: 4rem;
    font-size: 1.625rem;
  }
}

.c-card-price__price {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .c-card-price__price {
    padding: 1.875rem 0;
    font-size: 3rem;
  }
}

.c-card-price__price span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-card-price__price span {
    font-size: 1.125rem;
  }
}

.c-card-simulation {
  border: 1px solid #B1935F;
}

.c-card-simulation.black {
  border: 1px solid #333333;
}

.c-card-simulation__title {
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background-color: #B1935F;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.c-card-simulation.black .c-card-simulation__title {
  background-color: #333333;
}

.c-card-simulation__body {
  padding: 0.5rem 1rem;
  background-color: #FDFBF7;
}

.c-card-simulation__price {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
}

.c-card-trainer {
  background-color: #FDFBF7;
  border: 1px solid #B1935F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.375rem 0.5rem 0.25rem;
  gap: 0.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-card-trainer {
    padding: 1rem 1rem 0.625rem;
    gap: 1rem;
  }
}

.c-card-trainer::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0.6875rem;
  right: 0.5rem;
  background: url(../images/icon_arrow-white.svg) no-repeat center/0.375rem 0.1875rem;
  background-color: #B1935F;
}
@media screen and (min-width: 768px) {
  .c-card-trainer::after {
    width: 2rem;
    height: 2rem;
    bottom: 1.6875rem;
    right: 1rem;
    background: url(../images/icon_arrow-white.svg) no-repeat center/1rem 0.25rem;
    background-color: #B1935F;
  }
}

.c-card-trainer--la {
  padding: 1rem 1rem 3.375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-card-trainer--la {
    padding: 2.5rem 5.5rem 2.5rem 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

.c-card-trainer--la::after {
  width: 1.5rem;
  height: 1.5rem;
  bottom: 1rem;
  right: 1rem;
  background: url(../images/icon_arrow-white.svg) no-repeat center/0.75rem 0.1875rem;
  background-color: #B1935F;
}
@media screen and (min-width: 768px) {
  .c-card-trainer--la::after {
    width: 2rem;
    height: 2rem;
    bottom: 2.5rem;
    right: 2.5rem;
    background: url(../images/icon_arrow-white.svg) no-repeat center/1rem 0.25rem;
    background-color: #B1935F;
  }
}

@media screen and (min-width: 768px) {
  .c-card-trainer--la .c-card-trainer__img {
    width: 48.1651376147%;
  }
}

.c-card-trainer__img img {
  aspect-ratio: 420/269;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media screen and (min-width: 768px) {
  .c-card-trainer--la .c-card-trainer__body {
    padding-top: 1rem;
    width: 47.247706422%;
  }
}

.c-card-trainer__type {
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .c-card-trainer__type {
    font-size: 1rem;
  }
}

.c-card-trainer--la .c-card-trainer__type {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-card-trainer--la .c-card-trainer__type {
    text-align: left;
  }
}

.c-card-trainer__name {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5454545455;
}
@media screen and (min-width: 768px) {
  .c-card-trainer__name {
    font-size: 1.375rem;
    line-height: 1.5454545455;
  }
}

.c-card-trainer--la .c-card-trainer__name {
  margin-top: 0.375rem;
  font-size: 1.25rem;
  line-height: 1.7083333333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-card-trainer--la .c-card-trainer__name {
    margin-top: 0.5rem;
    font-size: 1.5rem;
    text-align: left;
  }
}

.c-card-trainer__introduction {
  margin-top: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .c-card-trainer__introduction {
    margin-top: 1.875rem;
    line-height: 1.75;
  }
}

.c-card-training-top__img img {
  aspect-ratio: 400/239;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-training-top__body {
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-card-training-top__body {
    padding-top: 1rem;
  }
}

.c-card-training-top__title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .c-card-training-top__title {
    font-size: 1.5rem;
  }
}

.c-card-training-top__text {
  margin-top: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .c-card-training-top__text {
    margin-top: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}

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

.c-card-training__img {
  position: relative;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (min-width: 768px) {
  .c-card-training:hover {
    opacity: 1;
  }
}

.c-card-training__img img {
  display: block;
  aspect-ratio: 152/98;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.4" /><feFuncG type="linear" slope="0.4" /><feFuncB type="linear" slope="0.4" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-card-training__img img {
    aspect-ratio: 302/200;
  }
}

@media screen and (min-width: 768px) {
  .c-card-training:hover .c-card-training__img img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6);
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}

.overflow-filler {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  z-index: 5;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.c-card-training:hover .overflow-filler {
  opacity: 0;
}

.c-card-training__title {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-card-training__title {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}

.c-card-training__btn {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 0.75rem));
          transform: translate(-50%, calc(100% + 0.75rem));
}
@media screen and (min-width: 768px) {
  .c-card-training__btn {
    width: 2rem;
    height: 2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, calc(100% + 0.25rem));
            transform: translate(-50%, calc(100% + 0.25rem));
  }
}

@media screen and (min-width: 768px) {
  .c-card-training:hover .c-card-training__btn {
    background-color: #B1935F;
  }
}

.c-card-training__btn::before {
  content: "";
  width: 0.5625rem;
  height: 0.125rem;
  background: url(../images/icon_arrow.svg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .c-card-training__btn::before {
    width: 1rem;
    height: 0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .c-card-training:hover .c-card-training__btn::before {
    background: url(../images/icon_arrow-white.svg) no-repeat center/cover;
  }
}

.c-card-training__body {
  padding: 0.375rem 0.5rem 0.4375rem;
  background-color: #333333;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-card-training__body {
    padding: 0.5rem 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-height: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .c-card-training:hover .c-card-training__body {
    background-color: rgba(51, 51, 51, .8);
  }
}

.c-card-training__list {
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0.5em;
}
@media screen and (min-width: 768px) {
  .c-card-training__list {
    font-size: 1rem;
  }
}

.c-card-voice {
  padding: 1rem 1rem 2.5rem;
  border: 1px solid #B1935F;
  background-color: #FDFBF7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-card-voice {
    padding: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-card-voice::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/icon_arrow-white.svg) no-repeat center/0.75rem 0.1875rem;
  background-color: #B1935F;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c-card-voice::after {
    width: 2rem;
    height: 2rem;
    background: url(../images/icon_arrow-white.svg) no-repeat center/1rem 0.25rem;
    bottom: 2.5rem;
    right: 2.5rem;
    background-color: #B1935F;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .c-card-voice:hover::after {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
}

@media screen and (min-width: 768px) {
  .c-card-voice__img {
    width: 46.1722488038%;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.c-card-voice__img img {
  aspect-ratio: 28/17;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-card-voice__img img {
    aspect-ratio: 420/269;
  }
}

@media screen and (min-width: 768px) {
  .c-card-voice:hover .c-card-voice__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and (min-width: 768px) {
  .c-card-voice__body {
    width: 50%;
  }
}

.c-card-voice__meta {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  color: #B1935F;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-card-voice__meta {
    font-size: 1rem;
    margin-top: 0;
  }
}

.c-card-voice__title {
  margin-top: 0.625rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-card-voice__title {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
}

.c-card-voice__sub-title {
  display: -webkit-box;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-card-voice__sub-title {
    margin-top: 1rem;
    font-size: 1.125rem;
  }
}

.c-card-voice__table {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-card-voice__table {
    margin-top: 2rem;
  }
}

.c-card-voice__table-box:nth-child(n+2) {
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-card-voice__table-box:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}

.c-card-voice__table-box {
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .c-card-voice__table-box {
    font-size: 1rem;
  }
}

.c-card-voice__table-box dd {
  max-width: 16.25rem;
}
@media screen and (min-width: 768px) {
  .c-card-voice__table-box dd {
    max-width: 26.25rem;
  }
}

.c-pagination {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-pagination {
    margin-top: 4rem;
    gap: 1rem;
  }
}

.page-numbers {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #B1935F;
  color: #B1935F;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.page-numbers.current {
  color: #ffffff;
  background-color: #B1935F;
}

.page-numbers.dots {
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .page-numbers.dots {
    padding: 0 0.6875rem;
  }
}

.page-numbers.prev,
.page-numbers.next {
  border: none;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon_arrow-white.svg) no-repeat center/1rem 0.25rem;
  background-color: #B1935F;
}

.page-numbers.prev {
  margin-right: 0.25rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .page-numbers.prev {
    margin-right: 1.25rem;
  }
}

.page-numbers.next {
  margin-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .page-numbers.next {
    margin-left: 1.25rem;
  }
}

.c-section-title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 2.5rem;
    letter-spacing: 0.04em;
  }
}

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

.c-section-title.bold {
  font-weight: 600;
}

.c-section-title span {
  font-size: 1.25rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-section-title span {
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 2.03125;
    margin-bottom: 0;
  }
}

.c-section-title::before {
  content: attr(data-en);
  font-family: "Marcellus", serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.1458333333;
  color: #F3F1E9;
  position: absolute;
  top: -1.3125rem;
  right: 0;
  text-align: right;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-section-title::before {
    font-size: 7.8125rem;
    top: -4.625rem;
    right: auto;
    left: -2.4375rem;
  }
}

.c-section-title.center::before {
  top: -1.125rem;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-section-title.center::before {
    top: -4.5rem;
  }
}

.c-section-title.nowrap::before {
  white-space: nowrap;
}

.c-table {
  border-bottom: 1px solid #B1935F;
}

.c-table__box {
  border-right: 1px solid #B1935F;
  display: none;
}

.c-table__box.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-table__box dt {
  width: 25.641025641%;
  padding: 0.5rem 0.625rem;
  background-color: #B1935F;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-table__box dt {
    width: 16%;
    min-height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-table__box:not(:first-child) dt {
  border-top: 1px solid #ffffff;
}

.c-table__box dd {
  width: 74.358974359%;
  padding: 0.375rem 0.5rem 0.25rem;
  line-height: 1.625;
  border-top: 1px solid #B1935F;
}
@media screen and (min-width: 768px) {
  .c-table__box dd {
    width: 84%;
    min-height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.625rem 1rem;
  }
}

.c-table__box.seminar dd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c-table__box.seminar dd {
    padding: 1.375rem 1rem 0.625rem;
  }
}

.c-table__box dd span {
  padding: 0.125rem 0.5rem;
  border-radius: 0.1875rem;
  border: 1px solid #B1935F;
  color: #B1935F;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  display: inline-block;
}

.c-table__box:nth-child(even) dd {
  background-color: #FDFBF7;
}

.c-tel-box {
  padding: 1rem 1rem 1.5rem;
  border: 1px solid #B1935F;
  background-color: #FDFBF7;
}
@media screen and (min-width: 768px) {
  .c-tel-box {
    padding: 2rem 2.5rem 2.5rem;
  }
}

.c-tel-box__title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-tel-box__title {
    font-size: 1.5rem;
  }
}

.c-tel-box__btn {
  margin-top: 0.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-tel-box__btn {
    margin-top: 1rem;
  }
}

.c-tel-box__btn a {
  width: 17.5rem;
  height: 4rem;
  background-color: #505050;
  border-radius: 0.3125rem;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.45;
  gap: 0.4375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-tel-box__btn a {
    width: 25rem;
    height: 3.625rem;
  }
}

.c-tel-box__btn a::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background: url(../images/icon_tel.svg) no-repeat center/cover;
  margin-top: -0.875rem;
}
@media screen and (min-width: 768px) {
  .c-tel-box__btn a::before {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0;
  }
}

.c-tel-box__btn a::after {
  content: "";
  width: 1rem;
  height: 0.25rem;
  background: url(../images/icon_arrow-white.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-tel-box__btn a::after {
    width: 1.5rem;
    height: 0.3125rem;
    right: 1.5625rem;
  }
}

.c-tel-box__btn a .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c-tel-box__btn a .tel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-tel-box__btn a .tel .time {
  font-size: 0.75rem;
  font-weight: normal;
  margin-left: -0.375rem;
}
@media screen and (min-width: 768px) {
  .c-tel-box__btn a .tel .time {
    margin-left: -0.125rem;
  }
}

.p-about {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-about__inner {
    position: relative;
  }
}

.p-about__title {
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    font-size: 2.5rem;
  }
}

.p-about__imgs {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-about__imgs {
    display: contents;
  }
}

.p-about__img.img01 {
  width: 14rem;
}
@media screen and (min-width: 768px) {
  .p-about__img.img01 {
    width: 27.5rem;
    position: absolute;
    top: -7rem;
    right: 7.8125rem;
    z-index: -2;
  }
}

.p-about__img.img01 img {
  aspect-ratio: 224/256;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-about__img.img01 img {
    aspect-ratio: 44/60;
  }
}

.p-about__img.img02 {
  margin-left: -2.375rem;
  width: 9.375rem;
  margin-top: 4.625rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-about__img.img02 {
    width: 27.5rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 0.375rem;
    right: -26.25rem;
  }
}

.p-about__img.img02 img {
  aspect-ratio: 150/205;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-about__img.img03 {
    position: absolute;
    width: 27.5rem;
    top: -2.5625rem;
    left: -36.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__img.img03 img {
    aspect-ratio: 44/60;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-about__body {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about__body {
    margin-top: 2.5rem;
  }
}

.p-about__text {
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
}

.p-about__text span {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-about__text span {
    font-size: 1.5rem;
  }
}

.p-access {
  border-top: 1px solid #B1935F;
}

.p-access__tab-list {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-access__tab-list {
    margin-top: 2.875rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .p-access__tab a {
    height: 5.6875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #B1935F;
    color: #B1935F;
    background-color: #ffffff;
    font-family: "Shippori Mincho", serif;
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5454545455;
    text-align: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-access__tab.is-active a {
    background-color: #B1935F;
    color: #ffffff;
  }
}

@media screen and (min-width: 768px) {
  .p-access__tab a:hover {
    opacity: 1;
    background-color: #B1935F;
    color: #ffffff;
  }
}

@media screen and (min-width: 768px) {
  .p-access__tab a::after {
    content: "";
    width: 0.875rem;
    height: 0.375rem;
    background: url(../images/icon_arrow-min-gold.svg) no-repeat center/cover;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .p-access__tab.is-active a::after {
    background: url(../images/icon_arrow-min-white.svg) no-repeat center/cover;
  }
}

@media screen and (min-width: 768px) {
  .p-access__tab a:hover::after {
    background: url(../images/icon_arrow-min-white.svg) no-repeat center/cover;
  }
}

.p-access__boxies {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-access__boxies {
    margin-top: 0;
  }
}

.p-access__box:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-access__box:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-access__box-title {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #B1935F;
  background-color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  text-align: center;
  position: relative;
  border: 1px solid #B1935F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-access__box-title {
    display: none;
  }
}

.p-access__box-title.close {
  background-color: #B1935F;
  color: #ffffff;
}

.p-access__box-title::after {
  content: "";
  width: 0.875rem;
  height: 0.375rem;
  background: url(../images/icon_arrow-min-gold.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-access__box-title.close::after {
  background: url(../images/icon_arrow-min-white.svg) no-repeat center/cover;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-access__box-open {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-access__box-open {
    display: block;
  }
}

.p-access__cards {
  background-color: #FDFBF7;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  padding: 1.75rem 0.75rem 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-access__cards {
    padding: 2rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem 3.6875rem;
  }
}

.p-access__card {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-access__card:not(:last-child)::after {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(../images/icon_arrow-white.svg) no-repeat center/1rem 0.25rem;
    background-color: #B1935F;
    position: absolute;
    border-radius: 50%;
    top: 5.25rem;
    right: 0;
    -webkit-transform: translateX(calc(100% + 0.8125rem));
            transform: translateX(calc(100% + 0.8125rem));
  }
}

@media screen and (min-width: 768px) {
  .p-access__card:nth-child(4n)::after {
    display: none;
  }
}

.p-achievements {
  border-top: 1px solid #B1935F;
  overflow: hidden;
}

.p-achievements__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-achievements__title {
    text-align: left;
  }
}

.p-achievements__title::before {
  top: -1.125rem;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-achievements__title::before {
    top: -4.625rem;
    right: auto;
    left: -4.8125rem;
    -webkit-transform: none;
            transform: none;
  }
}

.p-achievements__cards {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-achievements__cards {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

.p-achievements__card:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-achievements__card:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-banner-voice {
  background: url(../images/banner-voice_bg.webp) no-repeat center/cover;
  padding: 1.5rem 1rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-banner-voice {
    padding: 2.9375rem 0;
  }
}

.p-banner-voice__title {
  padding-top: 0.5rem;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  border-top: 1px solid #ffffff;
  max-width: 15.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-banner-voice__title {
    max-width: 39.25rem;
    padding-top: 1.25rem;
    font-size: 2.5rem;
    white-space: nowrap;
  }
}

.p-banner-voice__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
  font-family: "Marcellus", serif;
  font-size: 0.5rem;
  letter-spacing: 0.8em;
}
@media screen and (min-width: 768px) {
  .p-banner-voice__title span {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}

.p-banner-voice__title span::before,
.p-banner-voice__title span::after {
  content: "";
  height: 1px;
  background-color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-banner-voice__title span::before {
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-banner-voice__title span::before {
    margin-right: 2rem;
  }
}

.p-banner-voice__title span::after {
  margin-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-banner-voice__title span::after {
    margin-left: 1rem;
  }
}

.p-banner-voice__btn {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-banner-voice__btn {
    margin-top: 1.5rem;
  }
}

.p-banner-voice__btn a {
  width: 17.5rem;
  height: 4rem;
  border-radius: 0.3125rem;
  background-color: #C77A43;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-banner-voice__btn a {
    width: 28.75rem;
    height: 6.25rem;
    font-size: 1.6875rem;
    line-height: 1.3333333333;
  }
}

.p-banner-voice__btn a::before {
  content: "";
  width: 1.75rem;
  height: 1.5rem;
  background: url(../images/icon_cale.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 1.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-banner-voice__btn a::before {
    width: 2.375rem;
    height: 2.0625rem;
    left: 2rem;
  }
}

.p-banner-voice__btn a::after {
  content: "";
  width: 1rem;
  height: 0.25rem;
  background: url(../images/icon_arrow-white.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-banner-voice__btn a::after {
    width: 1.5rem;
    height: 0.3125rem;
    right: 2.0625rem;
  }
}

.p-banner {
  border-top: 1px solid #B1935F;
}

.p-banner__box {
  display: block;
  width: 20.5rem;
  height: 7.8125rem;
  border: 1px solid #B1935F;
  padding: 0.5rem;
  background: url(../images/banner.webp) no-repeat center/cover;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-banner__box {
    width: 56.25rem;
    height: 17.5rem;
    padding: 3.125rem 3rem;
    overflow: hidden;
  }
}

.p-banner__text {
  font-family: "Shippori Mincho", serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-banner__text {
    font-size: 1.5rem;
  }
}

.p-banner__btn {
  margin-top: 0.375rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-banner__btn {
    margin-top: 1.25rem;
  }
}

.p-banner__title {
  white-space: nowrap;
  font-family: "Marcellus", serif;
  font-size: 1.4375rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(177, 147, 95, .5);
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-banner__title {
    font-size: 4.0625rem;
    bottom: -0.5rem;
  }
}

.p-book {
  border-top: 1px solid #B1935F;
}

@media screen and (min-width: 768px) {
  .p-book__inner {
    max-width: 65.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-book__title {
    font-size: 2.125rem;
  }
}

.p-book__cards {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-book__cards {
    margin-top: 3rem;
  }
}

.p-book__card {
  display: none;
}

.p-book__card.is-visible {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-book__card.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-book__card:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-book__card:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.p-book__btn {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-book__btn {
    margin-top: 4rem;
  }
}

.p-box-simulation__lead {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-box-simulation__lead {
    text-align: center;
    font-size: 1.5rem;
  }
}

.p-box-simulation__cards {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-box-simulation__cards {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.5rem;
  }
}

.p-box-simulation__card {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-box-simulation__card {
    width: 18.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-box-simulation__card.black {
    width: 15rem;
  }
}

.p-box-simulation__card:nth-child(n+2) {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-box-simulation__card:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-box-simulation__card:nth-child(1)::after {
  content: "";
  width: 1.25rem;
  height: 1.375rem;
  background: url(../images/icon_plus.svg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 0.5rem));
          transform: translate(-50%, calc(100% + 0.5rem));
}
@media screen and (min-width: 768px) {
  .p-box-simulation__card:nth-child(1)::after {
    width: 1.5rem;
    height: 1.5rem;
    bottom: auto;
    left: auto;
    top: 50%;
    right: 0;
    -webkit-transform: translate(calc(100% + 1.5rem), -50%);
            transform: translate(calc(100% + 1.5rem), -50%);
  }
}

.p-box-simulation__card:nth-child(2)::after {
  content: "";
  width: 0.875rem;
  height: 1.5rem;
  background: url(../images/icon_equal.svg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 0.5rem));
          transform: translate(-50%, calc(100% + 0.5rem));
}
@media screen and (min-width: 768px) {
  .p-box-simulation__card:nth-child(2)::after {
    bottom: auto;
    left: auto;
    top: 50%;
    right: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(calc(100% + 2rem), -50%) rotate(90deg);
            transform: translate(calc(100% + 2rem), -50%) rotate(90deg);
  }
}

.p-company {
  border-top: 1px solid #B1935F;
}

@media screen and (min-width: 768px) {
  .p-company__inner {
    max-width: 53.125rem;
  }
}

.p-company__table {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company__table {
    margin-top: 2.875rem;
  }
}

.p-company__table-box {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #B1935F;
}
@media screen and (min-width: 768px) {
  .p-company__table-box {
    padding: 1.5rem 0;
  }
}

.p-company__table-box:nth-child(1) {
  padding-top: 0;
}

.p-company__table-box dt {
  width: 26.2820512821%;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #B1935F;
}
@media screen and (min-width: 768px) {
  .p-company__table-box dt {
    width: 18.25%;
    font-size: 1rem;
    letter-spacing: 0.025em;
  }
}

.p-company__table-box dd {
  width: 73.7179487179%;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-company__table-box dd {
    width: 81.75%;
    font-size: 1rem;
    letter-spacing: 0.025em;
  }
}

.p-company__table-box dd a {
  color: #2992EB;
  text-decoration: underline;
}

.p-contact-top {
  border-top: 0.5rem solid #848484;
}
@media screen and (min-width: 768px) {
  .p-contact-top {
    border-top: 1rem solid #848484;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-top__inner {
    max-width: 53.125rem;
  }
}

.p-contact-top__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-top__title {
    font-size: 2.5rem;
  }
}

.p-contact-top__text {
  margin-top: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-contact-top__text {
    margin-top: 3rem;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}

.p-contact-top__tel-box {
  margin-top: 1.5rem;
}

.p-contact-top__form {
  padding: 1.875rem 0 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-top__form {
    padding: 4rem 0 2.625rem;
  }
}

.p-contact-top__btn {
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-top__btn {
    margin-top: 3.5rem;
  }
}

.p-contact {
  background: url(../images/contact_bg.webp) no-repeat center/cover;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-contact {
    background: url(../images/contact_bg-pc.webp) no-repeat center/cover;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__inner {
    max-width: 70.625rem;
  }
}

.p-contact__title {
  font-size: 1.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 2.5rem;
  }
}

.p-contact__title::before {
  color: rgba(243, 241, 233, .15);
  z-index: 0;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-contact__text {
  margin-top: 0.875rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    margin-top: 1.75rem;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
}

.p-contact__img {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__img {
    margin-top: 1.5rem;
  }
}

.p-contact__btn {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__btn {
    margin-top: 2.5rem;
  }
}

.p-contact__btn a {
  width: 19.5rem;
  height: 3.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  background-color: #C77A43;
  border-radius: 0.3125rem;
  position: relative;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-contact__btn a {
    width: 27.5rem;
    height: 5rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__btn a:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    opacity: 1;
  }
}

.p-contact__btn a::before {
  content: "";
  width: 1.5rem;
  height: 1.25rem;
  background: url(../images/icon_cale.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-contact__btn a::before {
    width: 2rem;
    height: 1.6875rem;
    left: 2.5rem;
  }
}

.p-contact__btn a::after {
  content: "";
  width: 1rem;
  height: 0.25rem;
  background: url(../images/icon_arrow-white.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-contact__btn a::after {
    width: 1.5rem;
    height: 0.3125rem;
    right: 1.75rem;
  }
}

.p-error__text {
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-error__text {
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.75;
  }
}

.p-error__btn {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-error__btn {
    margin-top: 4rem;
  }
}

.p-error__btn a {
  width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .p-error__btn a {
    width: 25rem;
  }
}

.p-flow {
  border-top: 1px solid #B1935F;
}

.p-flow__inner {
  max-width: 64.625rem;
}

.p-flow__cards {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__cards {
    margin-top: 3rem;
  }
}

.p-flow__card {
  position: relative;
}

.p-flow__card:not(:last-child)::after {
  content: "";
  width: 5rem;
  height: 1.5rem;
  background-color: #B1935F;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 2rem));
          transform: translate(-50%, calc(100% + 2rem));
}

.p-flow__card:nth-child(n+2) {
  margin-top: 5.5rem;
}

.p-footer {
  position: sticky;
  top: 100vh;
  width: 100%;
  z-index: 10;
}

.p-footer__page-top {
  position: fixed;
  bottom: 5.125rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .p-footer__page-top {
    right: 0.75rem;
    width: 3.375rem;
    height: 3.375rem;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__page-top:hover {
    opacity: 0.7;
  }
}

.p-footer__page-top::after {
  content: "";
  width: 0.4375rem;
  height: 0.1875rem;
  background: url(../images/icon_arrow-min-white.svg) no-repeat center/cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .p-footer__page-top::after {
    width: 0.875rem;
    height: 0.375rem;
  }
}

.p-footer__fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.625rem;
  background-color: #333333;
  padding: 0.625rem;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .p-footer__fixed {
    display: none;
  }
}

.p-footer__fixed a {
  height: 3.375rem;
  border-radius: 0.3125rem;
  background-color: #C77A43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}

.p-footer__fixed a::after {
  content: "";
  width: 1rem;
  height: 0.25rem;
  background: url(../images/icon_arrow-white.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-footer--contact {
  background-color: #848484;
}

.p-footer--contact__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .p-footer__top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__logo {
  width: 14.6875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin-left: 0;
  }
}

.p-footer__logo img {
  aspect-ratio: 235/75;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__name {
  margin-top: 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-footer__name {
    margin-top: 1.25rem;
  }
}

.p-footer__address {
  margin-top: 0.25rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    margin-top: 0.25rem;
  }
}

.p-footer__btns {
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__btns {
    margin-top: 1rem;
  }
}

.p-footer__btn:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__btn:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}

.p-footer__btn a {
  width: 19.5rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 0.3125rem;
}

.p-footer__btn:first-child a {
  font-size: 1.25rem;
  background-color: #505050;
}

.p-footer__btn:nth-child(2) a {
  font-size: 1.125rem;
  background-color: #C77A43;
  gap: 0.6875rem;
}

.p-footer__btn:nth-child(2) a::before {
  content: "";
  width: 1.625rem;
  height: 1.1875rem;
  background: url(../images/icon_mail.svg) no-repeat center/cover;
}

.p-footer__nav {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    margin-top: 3.125rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__menu-wrap {
    display: contents;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__menu {
    width: 15rem;
  }
}

.p-footer__menu:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__menu:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-footer__item:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}

.p-footer__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  border-bottom: 1px solid #CCCCCC;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-footer__item a {
    font-size: 1.125rem;
    padding-bottom: 0.625rem;
    padding-left: 0.625rem;
    gap: 0.75rem;
    letter-spacing: 0.06em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__item a:hover {
    opacity: 1;
    color: #B1935F;
  }
}

.p-footer__item a::before {
  content: "";
  width: 0.5625rem;
  height: 0.4375rem;
  background-color: #B1935F;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-footer__item a::before {
    width: 0.625rem;
    height: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__item a:hover::before {
    -webkit-transform: translateX(0.375rem);
            transform: translateX(0.375rem);
  }
}

.p-footer__bottom {
  margin-top: 2rem;
  height: 9rem;
  background-color: #848484;
  color: #ffffff;
  padding-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    margin-top: 2.5rem;
    height: 2.5rem;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__bottom-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}

.p-footer__policy {
  font-size: 0.625rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-decoration: underline;
}

.p-footer__copyright {
  margin-top: 0.5rem;
  font-size: 0.625rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: 0;
  }
}

.p-footer--contact__inner .p-footer__copyright {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-footer--contact__inner .p-footer__copyright {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.p-form__table {
  padding-bottom: 2rem;
  border-bottom: 1px solid #DDDDDD;
}

.p-form__table-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__table-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

.p-form__table-box:not(:last-child) {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-form__table-box:not(:last-child) {
    padding-bottom: 2rem;
  }
}

.p-form__table-box:nth-child(n+2) {
  padding-top: 1rem;
  border-top: 1px solid #DDDDDD;
}
@media screen and (min-width: 768px) {
  .p-form__table-box:nth-child(n+2) {
    padding-top: 2rem;
  }
}

.p-form__table-box dt {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.625;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__table-box dt {
    width: 41%;
  }
}

.p-form__table-box dt span.hissu {
  width: 2.25rem;
  height: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background-color: #D32E36;
  font-size: 0.75rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-form__table-box dt span.hissu {
    width: 2.5rem;
    height: 1.5rem;
    font-size: 0.875rem;
  }
}

.p-form__table-box dt span.option {
  background-color: #999999;
  color: #ffffff;
  width: 2.25rem;
  height: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-form__table-box dt span.option {
    width: 2.5rem;
    height: 1.5rem;
    font-size: 0.875rem;
  }
}

.p-form__table-box dt span.caption {
  font-size: 0.875rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-form__table-box dt span.caption {
    width: 100%;
  }
}

.p-form__table-box dd {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-form__table-box dd {
    width: 59%;
  }
}

.p-form__table-box dd input[type=text],
.p-form__table-box dd input[type=tel],
.p-form__table-box dd input[type=email],
.p-form__table-box dd input[type=date] {
  width: 100%;
  height: 2.5rem;
  border-radius: 0.25rem;
  border: 1px solid #B1935F;
  padding: 0 0.75rem;
  font-size: 0.875rem;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-form__table-box dd input[type=text],
  .p-form__table-box dd input[type=tel],
  .p-form__table-box dd input[type=email],
  .p-form__table-box dd input[type=date] {
    font-size: 1rem;
  }
}

.wpcf7-form-control.wpcf7-checkbox {
  margin-top: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control.wpcf7-checkbox {
    margin-top: 0;
    gap: 0.5625rem;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}

.wpcf7-list-item-label {
  font-size: 0.875rem;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 1rem;
  }
}

.p-form__table-box dd input[type=checkbox],
.p-form__agree input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  border: 1px solid #B1935F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-form__table-box dd input[type=checkbox]:checked::before,
.p-form__agree input[type=checkbox]:checked::before {
  content: "";
  width: 0.625rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(40deg) skewY(8deg) translateY(-50%);
          transform: rotate(40deg) skewY(8deg) translateY(-50%);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  border-right: 0.1875rem solid #D32E36;
  border-bottom: 0.1875rem solid #D32E36;
}

.p-form__table-box dd textarea {
  width: 100%;
  height: 10rem;
  border-radius: 0.25rem;
  border: 1px solid #B1935F;
  padding: 0.4375rem 0.75rem;
}

.p-form__agree {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-form__agree {
    margin-top: 2.875rem;
    text-align: center;
  }
}

.p-form__agree a {
  color: #2992EB;
  text-decoration: underline;
}

.p-form__btn {
  margin-top: 2rem;
  text-align: center;
}

.p-form__btn span {
  display: inline-block;
  position: relative;
}

.p-form__btn span::after {
  content: "";
  width: 1rem;
  height: 0.25rem;
  background: url(../images/icon_arrow-white.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-form__btn span::after {
    width: 1.5rem;
    height: 0.3125rem;
  }
}

.p-form__btn input {
  width: 19.5rem;
  height: 4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background-color: #C77A43;
  border: none;
  border-radius: 0.3125rem;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-form__btn input {
    width: 25rem;
    height: 4rem;
    cursor: pointer;
  }
}

.p-form__btn span.wpcf7-spinner {
  display: none;
}

.p-form__recaptcha {
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.6875rem;
}

.p-form__recaptcha a {
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-fv {
  overflow: hidden;
}

.p-fv__lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.75rem;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.2;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-fv__lead {
    font-size: 5.25rem;
    padding-left: 0;
  }
}

.p-fv__lead span.go {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-fv__lead span.go {
    font-size: 3.75rem;
  }
}

.p-fv__lead span.min {
  font-size: 2.25rem;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-fv__lead span.min {
    font-size: 4.25rem;
  }
}

.p-fv__text {
  margin-top: 0.625rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.125rem;
  letter-spacing: 0.025em;
  line-height: 1.5555555556;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-fv__text {
    margin-top: 1rem;
    font-size: 2rem;
  }
}

.p-fv__title {
  margin-top: 0.125rem;
  white-space: nowrap;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-fv__title {
    margin-top: 2rem;
  }
}

.marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

.marquee__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: marquee 50s linear infinite;
          animation: marquee 50s linear infinite;
}
@media screen and (min-width: 768px) {
  .marquee__inner {
    -webkit-animation: marquee 40s linear infinite;
            animation: marquee 40s linear infinite;
  }
}

.marquee__inner span {
  display: inline-block;
  padding-right: 1rem;
  font-family: "Marcellus", serif;
  font-size: 3.125rem;
  line-height: 1.2;
  color: #F3F1E9;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .marquee__inner span {
    font-size: 6.5625rem;
  }
}

/* アニメーション */
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-fv__swiper {
  margin-top: -1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv__swiper {
    margin-top: -3.75rem;
  }
}

.p-fv__img img {
  aspect-ratio: 36/46;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-fv__img img {
    aspect-ratio: 1920/800;
  }
}

.p-fv__text-box {
  position: absolute;
  top: 2.625rem;
  right: 1rem;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-fv__text-box {
    top: 7.375rem;
    right: 3rem;
    gap: 1rem;
  }
}

.p-fv__img-text {
  padding: 0.25rem 0.375rem;
  background-color: #404040;
  color: #ffffff;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-fv__img-text {
    padding: 0.6875rem;
    font-size: 1.125rem;
  }
}

.p-fv__img-text span {
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.1111111111;
}
@media screen and (min-width: 768px) {
  .p-fv__img-text span {
    font-size: 1.5rem;
  }
}

.p-fv__pagination.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  top: 10.625rem;
  left: 1rem;
  bottom: auto;
}
@media screen and (min-width: 768px) {
  .p-fv__pagination.swiper-pagination {
    top: 14.125rem;
    left: 2.5rem;
  }
}

.p-fv__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #B1935F;
  background-color: #ffffff;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-fv__pagination .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.p-fv__pagination .swiper-pagination-bullet-active {
  background-color: #B1935F;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1000;
  -webkit-transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
  transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
}

.p-header.is-blur {
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, .8);
}

.p-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    max-width: 100%;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1720px) {
  .p-header__inner {
    padding: 0 4rem 0 5.625rem;
  }
}

.p-header__logo {
  width: 6.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 8.75rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-header__logo {
    width: 14.0625rem;
  }
}

.p-header__logo img {
  aspect-ratio: 110/35;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-header__logo img {
    aspect-ratio: 225/72;
  }
}

.p-header__nav {
  display: none;
  padding: 2.3125rem 1.5rem 2.5rem;
  position: fixed;
  top: 3.875rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 3.875rem);
  background-color: #ffffff;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    height: auto;
    background-color: transparent;
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-header__menu {
  width: 18.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-header__menu {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-header__menu {
    gap: 2rem;
  }
}
@media screen and (min-width: 1720px) {
  .p-header__menu {
    gap: 3rem;
  }
}

.p-header__item:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-header__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-header__item a {
  padding-bottom: 1rem;
  padding-left: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .p-header__item a {
    padding-bottom: 0.5rem;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    letter-spacing: 0.04em;
    gap: 0.25rem;
    overflow: hidden;
    border-bottom: none;
  }
}
@media screen and (min-width: 1540px) {
  .p-header__item a {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__item a:hover {
    opacity: 1;
    color: #B1935F;
  }
}

.p-header__item a span {
  display: none;
  font-family: "Marcellus", serif;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-header__item a span {
    display: block;
  }
}

.p-header__item a::before {
  content: "";
  width: 0.5625rem;
  height: 0.625rem;
  background-color: #B1935F;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (min-width: 768px) {
  .p-header__item a::before {
    content: none;
  }
}

.p-header__btns {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-header__btns {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-header__btns {
    margin-left: 3.25rem;
  }
}
@media screen and (min-width: 1720px) {
  .p-header__btns {
    margin-left: 4.5rem;
  }
}

.p-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  overflow: visible;
}

.p-header__btn span {
  font-size: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-header__btn span {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
}

.p-header__btn:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-header__btn:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-header__btn:nth-child(1) {
    display: none;
  }
}

.p-header__btn .c-btn-tel {
  height: 3.5rem;
}

.p-header__btn:nth-child(2) a {
  width: 19.5rem;
  height: 3.5rem;
  background-color: #C77A43;
  border-radius: 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  gap: 0.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-header__btn:nth-child(2) a {
    height: 3.375rem;
    -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
    transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
    transition: filter 0.3s ease, opacity 0.3s ease;
    transition: filter 0.3s ease, opacity 0.3s ease, -webkit-filter 0.3s ease;
  }
}
@media screen and (min-width: 1540px) {
  .p-header__btn:nth-child(2) a {
    width: 21.75rem;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__btn:nth-child(2) a:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-header__btn:nth-child(2) a::after {
    content: "";
    width: 1.25rem;
    height: 0.3125rem;
    background: url(../images/icon_arrow-white.svg) no-repeat center/cover;
  }
}

.p-header__toggle {
  display: block;
  width: 1.125rem;
  height: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__toggle {
    display: none;
  }
}

.p-header__toggle span {
  width: 100%;
  height: 2px;
  background-color: #333333;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__toggle span:nth-child(1) {
  top: 0;
}

.p-header__toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header__toggle span:nth-child(3) {
  bottom: 0;
}

.p-header__toggle.show span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-header__toggle.show span:nth-child(2) {
  opacity: 0;
}

.p-header__toggle.show span:nth-child(3) {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .p-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-info__table {
    width: 42.1875%;
  }
}

.p-info__table-box {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #B1935F;
}
@media screen and (min-width: 768px) {
  .p-info__table-box {
    padding: 1.5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-info__table-box:nth-child(1) {
    padding-top: 0;
  }
}

.p-info__table-box dt {
  width: 26.2820512821%;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #B1935F;
}
@media screen and (min-width: 768px) {
  .p-info__table-box dt {
    width: 22.4074074074%;
    font-size: 1rem;
    letter-spacing: 0.025em;
  }
}

.p-info__table-box dd {
  width: 73.7179487179%;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-info__table-box dd {
    width: 77.5925925926%;
    font-size: 1rem;
    letter-spacing: 0.025em;
    line-height: 1.625;
  }
}

.p-info__table-box dd a {
  color: #2992EB;
  text-decoration: underline;
}

.p-info__table-item {
  text-indent: -1em;
  padding-left: 1em;
}

.p-info__table-item span {
  color: #B1935F;
}

.p-info__map {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-info__map {
    margin-top: 0;
    width: 52.8125%;
  }
}

.p-info__map iframe {
  aspect-ratio: 312/200;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-info__map iframe {
    aspect-ratio: 676/462;
  }
}

.p-initiatives {
  border-top: 1px solid #B1935F;
}

.p-initiatives__cards {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-initiatives__cards {
    margin-top: 3.5rem;
  }
}

.p-initiatives__card:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-initiatives__card:nth-child(n+2) {
    margin-top: 3.5rem;
  }
}

.p-p-interview-voice__box {
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-p-interview-voice__box {
    padding: 2.625rem 0 2rem;
  }
}

.p-p-interview-voice__box:not(:last-child) {
  border-bottom: 1px solid #B1935F;
}

.p-p-interview-voice__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .p-p-interview-voice__q {
    font-size: 1.5rem;
    gap: 1rem;
  }
}

.p-p-interview-voice__q::before {
  content: "";
  width: 1rem;
  height: 2px;
  background-color: #B1935F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-p-interview-voice__q::before {
    width: 1.5rem;
    margin-top: 1rem;
  }
}

.p-p-interview-voice__a {
  margin-top: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-p-interview-voice__a {
    margin-top: 1.25rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}

.p-interview {
  border-top: 1px solid #B1935F;
}

@media screen and (min-width: 768px) {
  .p-interview__inner {
    max-width: 59.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-interview__title {
    font-size: 2.125rem;
  }
}

.p-interview__img {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-interview__img {
    margin-top: 2.5rem;
  }
}

.p-interview__img img {
  aspect-ratio: 312/176;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-interview__boxies {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-interview__boxies {
    margin-top: 2.5rem;
  }
}

.p-interview__box:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-interview__box:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}

.p-interview__q {
  padding: 0.5rem 2.3125rem 0.5rem 0.5rem;
  background-color: #FDFBF7;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.375;
  border-left: 0.25rem solid #B1935F;
  position: relative;
  min-height: 4rem;
}
@media screen and (min-width: 768px) {
  .p-interview__q {
    padding: 0.75rem 2.875rem 0.75rem 0.9375rem;
    border-left: 0.3125rem solid #B1935F;
    font-size: 1.375rem;
    cursor: pointer;
  }
}

.p-interview__q::after {
  content: "";
  width: 0.875rem;
  height: 0.375rem;
  background: url(../images/icon_arrow-min.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-interview__q.close::after {
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-interview__a {
  padding: 1rem 0 0.75rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-interview__a {
    padding: 1.5rem 1.25rem 1rem;
  }
}

.p-join-top__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-join-top__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

.p-join-top__item a {
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.3125rem;
  border: 1px solid #333333;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-join-top__item a {
    height: 3.625rem;
    font-size: 1.125rem;
  }
}

.p-join-top__item a::after {
  content: "";
  width: 0.8125rem;
  height: 0.375rem;
  background: url(../images/icon_arrow-min-black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 1.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-join-top__text {
  margin-top: 1.5rem;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-join-top__text {
    margin-top: 3.5rem;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.75;
  }
}

.p-media {
  border-top: 1px solid #B1935F;
}

@media screen and (min-width: 768px) {
  .p-media__inner {
    max-width: 65.625rem;
  }
}

.p-media__table {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-media__table {
    margin-top: 2.75rem;
  }
}

.p-media__btn {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-media__btn {
    margin-top: 3rem;
  }
}

.p-page-fv {
  position: relative;
  overflow: hidden;
}

.p-page-fv.training {
  background: url(../images/training_bg-sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-page-fv.training {
    background: url(../images/training_bg.webp) no-repeat center/cover;
  }
}

.p-page-fv.trainer {
  background: url(../images/trainer_bg-sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-page-fv.trainer {
    background: url(../images/trainer_bg.webp) no-repeat center/cover;
  }
}

.p-page-fv.voices {
  background: url(../images/voices_bg.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-page-fv.voices {
    background: url(../images/voices_bg-pc.webp) no-repeat center/cover;
  }
}

.p-page-fv.partner {
  background: url(../images/partner_bg.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-page-fv.partner {
    background: url(../images/partner_bg-pc.webp) no-repeat center/cover;
  }
}

.p-page-fv.join {
  background: url(../images/join_bg.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-page-fv.join {
    background: url(../images/join_bg-pc.webp) no-repeat center/cover;
  }
}

.p-page-fv.about {
  background: url(../images/about_bg-sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-page-fv.about {
    background: url(../images/about_bg.webp) no-repeat center/cover;
  }
}

.p-page-fv__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #ffffff;
  position: absolute;
  top: 3.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-page-fv__title {
    font-size: 2.5rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.p-page-fv.join .p-page-fv__title,
.p-page-fv.training .p-page-fv__title {
  white-space: nowrap;
}

.p-page-fv__title::before {
  content: attr(data-en);
  font-family: "Marcellus", serif;
  font-size: 3.125rem;
  letter-spacing: 0.05em;
  color: rgba(243, 241, 233, .15);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-fv__title::before {
    font-size: 6.25rem;
  }
}

.p-page-fv.partner .p-page-fv__title::before {
  font-size: 2.875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-page-fv.partner .p-page-fv__title::before {
    white-space: nowrap;
  }
}

.p-page-fv.join .p-page-fv__title {
  text-align: center;
}

.p-partner__text {
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-partner__text {
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
  }
}

.p-partner__text a {
  color: #2992EB;
  text-decoration: underline;
}

.p-partner__boxies {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-partner__boxies {
    margin-top: 3.5rem;
    max-width: 67.5rem;
    margin-inline: auto;
  }
}

.p-partner__box:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-partner__box:nth-child(n+2) {
    margin-top: 4rem;
  }
}

.p-partner__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-partner__title {
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
}

.p-partner__cards {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-partner__cards {
    margin-top: 3rem;
    gap: 2rem 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.p-plan__title span {
  display: inline-block;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6363636364;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 768px) {
  .p-plan__title span {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}

.p-plan__cards {
  margin-top: 2rem;
}

.p-plan__card {
  position: relative;
}

.p-plan__card:not(:last-child)::after {
  content: "";
  width: 1.25rem;
  height: 1.375rem;
  background: url(../images/icon_plus.svg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 0.5rem));
          transform: translate(-50%, calc(100% + 0.5rem));
}
@media screen and (min-width: 768px) {
  .p-plan__card:not(:last-child)::after {
    width: 2.1875rem;
    height: 2.1875rem;
    -webkit-transform: translate(-50%, calc(100% + 2rem));
            transform: translate(-50%, calc(100% + 2rem));
  }
}

.p-plan__card:nth-child(n+2) {
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-plan__card:nth-child(n+2) {
    margin-top: 6.1875rem;
  }
}

.p-plan__payment {
  margin-top: 2rem;
  border: 1px solid #999999;
}
@media screen and (min-width: 768px) {
  .p-plan__payment {
    margin-top: 4rem;
  }
}

.p-plan__payment-title {
  height: 2.5rem;
  background-color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-plan__payment-title {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
}

.p-plan__payment-text {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-plan__payment-text {
    padding: 1.5rem 2rem;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}

@media screen and (min-width: 768px) {
  .p-policy__inner {
    max-width: 59.375rem;
  }
}

.p-policy__title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-policy__title {
    font-size: 2.5rem;
  }
}

.p-policy__text {
  margin-top: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-policy__text {
    margin-top: 3rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}

.p-policy__boxies {
  margin-top: 1.5rem;
}

.p-price-page {
  border-top: 1px solid #B1935F;
}

.p-price-page__inner {
  max-width: 64.625rem;
}

.p-price-page__text {
  margin-top: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-price-page__text {
    margin-top: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}

.p-price-page__box {
  margin-top: 1.5rem;
  border: 1px solid #B1935F;
}

.p-price-page__box-title {
  height: 2.5rem;
  background-color: #B1935F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-price-page__box-title {
    font-size: 1.125rem;
  }
}

.p-price-page__box-list {
  background-color: #FDFBF7;
  padding: 0.5rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-price-page__box-list {
    padding: 0.5rem 2.25rem 1rem;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    gap: 0 1em;
  }
}

.p-price-page__box-item {
  width: calc(50% - 0.25rem);
}
@media screen and (min-width: 768px) {
  .p-price-page__box-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-price-page__box-item span {
  color: #B1935F;
}

.p-price-page__btn {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price-page__btn {
    margin-top: 2rem;
  }
}

.p-price-page__btn a {
  width: 19.5rem;
  height: 3.5rem;
  border-radius: 0.3125rem;
  background-color: #C77A43;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-price-page__btn a {
    width: 30rem;
    height: 5rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-price-page__btn a:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    opacity: 1;
  }
}

.p-price-page__btn a::after {
  content: "";
  width: 1rem;
  height: 0.25rem;
  background: url(../images/icon_arrow-white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-price-page__btn a::after {
    width: 1.5rem;
    height: 0.3125rem;
    right: 1.9375rem;
  }
}

.p-price-page__plan {
  margin-top: 3.5rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-price-page__plan {
    margin-top: 4.5rem;
    padding-bottom: 5rem;
  }
}

.p-price-page__simulation {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-price-page__simulation {
    margin-top: 4.5rem;
  }
}

.p-price {
  border-top: 1px solid #B1935F;
}

@media screen and (min-width: 768px) {
  .p-price__inner {
    max-width: 70.625rem;
  }
}

.p-price__text {
  margin-top: 0.75rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-price__text {
    margin-top: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
  }
}

.p-price__box {
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__box {
    margin-top: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.75rem;
  }
}

.p-price__card {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-price__card {
    width: 50%;
  }
}

.p-price__card:not(:last-child)::after {
  content: "";
  width: 1.25rem;
  height: 1.375rem;
  background: url(../images/icon_plus.svg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 0.5625rem));
          transform: translate(-50%, calc(100% + 0.5625rem));
}
@media screen and (min-width: 768px) {
  .p-price__card:not(:last-child)::after {
    width: 2.1875rem;
    height: 2.1875rem;
    bottom: auto;
    top: 50%;
    left: auto;
    right: 0;
    -webkit-transform: translate(calc(100% + 1.75rem), -50%);
            transform: translate(calc(100% + 1.75rem), -50%);
  }
}

.p-price__btn {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price__btn {
    margin-top: 2.625rem;
  }
}

.p-price__btn a {
  height: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__btn a {
    height: 3.875rem;
    width: 25rem;
  }
}

.p-seminar {
  border-top: 1px solid #B1935F;
}

@media screen and (min-width: 768px) {
  .p-seminar__inner {
    max-width: 65.625rem;
  }
}

.p-seminar__table {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-seminar__table {
    margin-top: 2.75rem;
  }
}

.p-seminar__btn {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-seminar__btn {
    margin-top: 3rem;
  }
}

.p-shop-info {
  border-top: 1px solid #B1935F;
}

.p-shop-info__wrap {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shop-info__wrap {
    margin-top: 2.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-shop-info__body {
    width: 42.1875%;
  }
}

.p-shop-info__table-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding: 1rem 0.5rem 0.875rem;
  font-size: 0.875rem;
  border-top: 1px solid #333333;
}
@media screen and (min-width: 768px) {
  .p-shop-info__table-box {
    padding: 1.4375rem 1.5rem;
    gap: 4.1875rem;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}

.p-shop-info__table-box:last-child {
  border-bottom: 1px solid #333333;
}

.p-shop-info__table-box dt {
  width: 19.5945945946%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-shop-info__table-box dt {
    width: 14.2276422764%;
  }
}

.p-shop-info__table-box dd {
  width: 72.2972972973%;
}
@media screen and (min-width: 768px) {
  .p-shop-info__table-box dd {
    width: 86.3821138211%;
  }
}

.p-shop-info__table-item {
  text-indent: -1em;
  padding-left: 1em;
}

.p-shop-info__table-box dd span {
  color: #B1935F;
}

.p-shop-info__table-box dd a {
  color: #2992EB;
  text-decoration: underline;
}

.p-shop-info__map {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-shop-info__map {
    margin-top: 0;
    width: 52.8125%;
  }
}

.p-shop-info__map iframe {
  aspect-ratio: 312/200;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-shop-info__btn {
  margin-top: 1.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shop-info__btn {
    text-align: left;
    margin-top: 3rem;
  }
}

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

.p-simulation__title span {
  display: inline-block;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6363636364;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 768px) {
  .p-simulation__title span {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}

.p-simulation__boxies {
  margin-top: 1.5rem;
}

.p-simulation__box:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-simulation__box:nth-child(n+2) {
    margin-top: 3.5rem;
  }
}

.p-single-other {
  border-top: 1px solid #B1935F;
}

@media screen and (min-width: 768px) {
  .p-single-other__inner {
    max-width: 59.375rem;
  }
}

.p-single-other__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single-other__title {
    font-size: 2.5rem;
    letter-spacing: 0.04em;
  }
}

.p-single-other__cards {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-other__cards {
    margin-top: 3rem;
  }
}

.p-single-other__card:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-other__card:nth-child(n+2) {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-single-voice__inner {
    max-width: 59.375rem;
  }
}

.p-single-voice__title {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .p-single-voice__title {
    font-size: 2rem;
  }
}

.p-single-voice__time {
  display: block;
  text-align: right;
  margin-top: 0.375rem;
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .p-single-voice__time {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}

.p-single-voice__img {
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-single-voice__img {
    margin-top: 0.5rem;
  }
}

.p-single-voice__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-voice__meta {
  min-height: 2.5rem;
  color: #ffffff;
  background-color: #B1935F;
  padding: 0 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-voice__meta {
    min-height: 2.75rem;
    padding: 0 1rem;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-single-voice__banner {
    margin-top: 1.5rem;
  }
}

.p-single-voice__pagination {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-single-voice__pagination .nav-previous a,
.p-single-voice__pagination .nav-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.p-single-voice__pagination .nav-previous .nav-arrow,
.p-single-voice__pagination .nav-next .nav-arrow {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #B1935F;
}

.p-single-voice__pagination .nav-previous .nav-arrow::before,
.p-single-voice__pagination .nav-next .nav-arrow::before {
  content: "";
  width: 1rem;
  height: 0.25rem;
  background: url(../images/icon_arrow-white.svg) no-repeat center/cover;
}

.p-single-voice__pagination .nav-previous .nav-arrow::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-top {
  background: url(../images/top_bg.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-top {
    background: url(../images/top_bg-pc.webp) no-repeat center/cover;
  }
}

@media screen and (min-width: 768px) {
  .p-top__inner {
    max-width: 70.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top__img {
    width: 48.1481481481%;
  }
}

@media screen and (min-width: 768px) {
  .p-top__img img {
    aspect-ratio: 520/317;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .p-top__body {
    width: 46.2962962963%;
  }
}

.p-top__lead-box {
  width: 15.5rem;
  border-top: 1px solid #333333;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top__lead-box {
    width: 100%;
  }
}

.p-top__lead {
  padding-top: 0.5rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
}
@media screen and (min-width: 768px) {
  .p-top__lead {
    padding-top: 1rem;
    font-size: 3rem;
  }
}

.p-top__title {
  margin-top: 0.5rem;
  font-family: "Marcellus", serif;
  font-size: 0.5rem;
  letter-spacing: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top__title {
    font-size: 1.25rem;
    gap: 1.25rem;
  }
}

.p-top__title::before,
.p-top__title::after {
  content: "";
  width: auto;
  height: 1px;
  background-color: #333333;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-top__btn {
  margin-top: 1.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top__btn {
    margin-top: 1.625rem;
  }
}

.p-top__btn a {
  width: 19.5rem;
  height: 4rem;
  border-radius: 0.3125rem;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: #C77A43;
  position: relative;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top__btn a {
    width: 28.75rem;
    height: 6.25rem;
    font-size: 1.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top__btn a:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    opacity: 1;
  }
}

.p-top__btn a::before {
  content: "";
  width: 1.75rem;
  height: 1.5rem;
  background: url(../images/icon_cale.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 1.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-top__btn a::before {
    width: 2.375rem;
    height: 2.0625rem;
    left: 2rem;
  }
}

.p-top__btn a::after {
  content: "";
  width: 1rem;
  height: 0.25rem;
  background: url(../images/icon_arrow-white.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-top__btn a::after {
    width: 1.5rem;
    height: 0.3125rem;
    right: 2.0625rem;
  }
}

.p-trainer-archive {
  border-top: 1px solid #B1935F;
}

.p-trainer-archive__main {
  max-width: 62.5rem;
  margin-inline: auto;
}

.p-trainer-archive__cards {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-trainer-archive__cards {
    margin-top: 4rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-trainer-page-top__inner {
    max-width: 65.625rem;
  }
}

.p-trainer-page__title {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-trainer-page__title {
    font-size: 2rem;
  }
}

.p-trainer-page__title span {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-trainer-page__title span {
    font-size: 1.125rem;
  }
}

.p-trainer-page__links {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-trainer-page__links {
    margin-top: 2.5rem;
  }
}

.p-trainer-page__link a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.p-trainer-page__link a img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-trainer-page__wrap {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-trainer-page__wrap {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.25rem;
  }
}

.p-trainer-page__img {
  width: 15rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-trainer-page__img {
    width: 44%;
  }
}

.p-trainer-page__img img {
  aspect-ratio: 24/27;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-trainer-page__img img {
    aspect-ratio: 44/50;
  }
}

.p-trainer-page__boxies {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-trainer-page__boxies {
    margin-top: -0.5rem;
    width: 50.8%;
  }
}

.p-trainer-page__box:nth-child(n+2) {
  padding-top: 1.5rem;
  border-top: 1px solid #B1935F;
  padding-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-trainer-page__box:nth-child(n+2) {
    padding-bottom: 0;
  }
}

.p-trainer-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-trainer-top__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.5625rem;
  }
}

.p-trainer-top__body {
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-trainer-top__body {
    width: 40.625%;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}

.p-trainer-top__text:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-trainer-top__text:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}

.p-trainer-top__text span {
  font-weight: bold;
}

.p-trainer-top__text span.line {
  display: inline-block;
  width: 2.6875rem;
  height: 1px;
  background-color: #333333;
  margin-left: 0.75rem;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

@media screen and (min-width: 768px) {
  .p-trainer-top__body span.line::after {
    content: "";
  }
}

@media screen and (min-width: 768px) {
  .p-trainer-top__img {
    width: 54.84375%;
  }
}

.p-trainer-top__img img {
  aspect-ratio: 702/420;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-trainer {
  border-top: 1px solid #B1935F;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-trainer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-trainer__body {
    margin-top: 10.25rem;
    position: relative;
    width: 36.8125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-trainer__body::before {
    content: "";
    width: calc(100% + 1.9375rem);
    height: calc(100% + 6.9375rem);
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: -4.4375rem;
  }
}

.p-trainer__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-trainer__title {
    text-align: left;
    position: relative;
    z-index: 10;
  }
}

.p-trainer__title::before {
  top: -1.125rem;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-trainer__title::before {
    top: -4.625rem;
    right: auto;
    left: -4.8125rem;
    -webkit-transform: none;
            transform: none;
  }
}

.p-trainer__text {
  margin-top: 0.75rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-trainer__text {
    position: relative;
    z-index: 10;
    margin-top: 2.5rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}

.p-trainer__img {
  margin-top: 0.875rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-trainer__img {
    width: 100vw;
    margin-top: 0;
    margin-left: -1.875rem;
  }
}

.p-trainer__img img {
  aspect-ratio: 360/200;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-trainer__img img {
    aspect-ratio: 1042/623;
  }
}

.p-trainer__btn {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-trainer__btn {
    margin-top: 2.5rem;
    text-align: left;
  }
}

.p-trainer__btn a {
  height: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-trainer__btn a {
    height: 3.875rem;
    width: 25rem;
  }
}

.p-training-block {
  border-top: 1px solid #B1935F;
  overflow: hidden;
}

.p-training-block__inner {
  max-width: 59.375rem;
}

.p-training-block__boxies {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-training-block__boxies {
    margin-top: 4.5rem;
  }
}

.p-training-block__box:nth-child(n+2) {
  margin-top: 1rem;
}

.p-training-select {
  border-top: 1px solid #B1935F;
}

.p-training-select__box {
  max-width: 27.5rem;
  margin-inline: auto;
}

.p-training-select__btn {
  height: 3rem;
  border: 1px solid #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.3125rem;
  padding-left: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-training-select__btn {
    height: 3.6875rem;
    cursor: pointer;
    padding-left: 1rem;
    font-size: 1.125rem;
  }
}

.p-training-select__btn.close {
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.p-training-select__btn span {
  width: 3rem;
  height: 100%;
  border-left: 1px solid #333333;
  background-color: #B1935F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-training-select__btn span {
    width: 4.8125rem;
  }
}

.p-training-select__btn span::after {
  content: "";
  width: 1.25rem;
  height: 0.5rem;
  background: url(../images/icon_arrow-min-white.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-training-select__btn.close span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-training-select__list {
  display: none;
  padding: 0.5rem;
  border: 1px solid #333333;
  border-top: none;
  border-radius: 0 0 0.3125rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-training-select__list {
    padding: 1rem;
  }
}

.p-training-select__item {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-training-select__item {
    font-size: 1.25rem;
  }
}

.p-training-select__item:nth-child(n+2) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-training-select__item:nth-child(n+2) {
    margin-top: 1rem;
  }
}

.p-training-select__sub-list {
  font-size: 1rem;
  font-weight: normal;
  text-indent: 1em;
}
@media screen and (min-width: 768px) {
  .p-training-select__sub-list {
    font-size: 1.125rem;
  }
}

.p-training-top__text {
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-training-top__text {
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

.p-training-top__text span {
  font-weight: 600;
}

.p-training-top__wrap {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-training-top__wrap {
    margin-top: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-training-top__body {
    width: 52.5%;
  }
}

.p-training-top__box:nth-child(n+2) {
  margin-top: 1.5rem;
}

.p-training-top__box-title {
  height: 2rem;
  background-color: #333333;
  color: #ffffff;
  border-radius: 0.1875rem;
  padding-left: 0.5rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-training-top__box-title {
    height: 3rem;
    padding-left: 0.75rem;
    font-size: 1.375rem;
    border-radius: 0.3125rem;
  }
}

.p-training-top__box-title span {
  position: relative;
  z-index: 10;
}

.p-training-top__box-title::after {
  content: "";
  width: 28.5256410256%;
  height: 100%;
  background-color: #B1935F;
  -webkit-clip-path: polygon(36% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(36% 0, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0.1875rem 0.1875rem 0;
}
@media screen and (min-width: 768px) {
  .p-training-top__box-title::after {
    width: 50%;
    -webkit-clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0% 100%);
    border-radius: 0 0.3125rem 0.3125rem 0;
  }
}

.p-training-top__box-text {
  margin-top: 0.375rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-training-top__box-text {
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}

.p-training-top__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-training-top__img {
    width: 44.84375%;
  }
}

.p-training-top__cards {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-training-top__cards {
    margin-top: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

.p-training {
  border-top: 1px solid #B1935F;
}

.p-training__text {
  margin-top: 0.75rem;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-training__text {
    margin-top: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
  }
}

.p-training__cards {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-training__cards {
    margin-top: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.p-training__btn {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-training__btn {
    margin-top: 3.125rem;
    gap: 2rem;
  }
}

.p-training__btn-text {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.4285714286;
  text-align: center;
  padding-bottom: 0.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-training__btn-text {
    font-size: 1rem;
    padding-bottom: 0.5rem;
  }
}

.p-training__btn-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5rem;
  background: url(../images/text_line.svg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (min-width: 768px) {
  .p-training__btn-text::after {
    height: 0.8125rem;
  }
}

.p-view {
  border-top: 1px solid #B1935F;
}

@media screen and (min-width: 768px) {
  .p-view__inner {
    max-width: 59.375rem;
  }
}

.p-view__img-box {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-view__img-box {
    margin-top: 2.875rem;
  }
}

.p-view__img img {
  aspect-ratio: 312/167;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-view__img img {
    aspect-ratio: 90/48;
  }
}

.p-view__img-list {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6875rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-view__img-list {
    margin-top: 2rem;
    gap: 2rem 1.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-view__img-item {
    cursor: pointer;
  }
}

.p-view__img-item img.is-active {
  border: 2px solid #B1935F;
}

.p-voice {
  border-top: 1px solid #B1935F;
}

.p-voice__cards {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-voice__cards {
    max-width: 62.5rem;
    margin-top: 3.125rem;
    margin-inline: auto;
  }
}

.p-voice__card:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-voice__card:nth-child(n+2) {
    margin-top: 2rem;
  }
}

.p-voice__btn {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-voice__btn {
    margin-top: 3.5rem;
  }
}

.p-voice__btn a {
  height: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice__btn a {
    height: 3.875rem;
    width: 25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-voices-archive__inner {
    max-width: 65.625rem;
  }
}

.p-voices-archive__card:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-voices-archive__card:nth-child(n+2) {
    margin-top: 2rem;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
