@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1270px) {
  html {
    font-size: 1.2598425197vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Shippori Mincho B1", serif;
  color: #000;
  background-color: #e9e2d8;
}

body.academy {
  background-color: #afa7a3;
}

body.fixed {
  overflow: hidden;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-404 {
  padding: 5rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-404 {
    padding: 3rem 0 5rem;
  }
}

.l-about-lead {
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-about-lead {
    padding: 3.75rem 0;
  }
}

.l-about {
  padding-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-about {
    padding-top: 3.75rem;
  }
}

.l-academy-lead {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-academy-lead {
    padding-top: 3.75rem;
  }
}

.l-access {
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-access {
    padding: 3.75rem 0;
  }
}

.l-banner-academy {
  padding: 5.625rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-banner-academy {
    padding: 3.75rem 0;
  }
}

.l-banner {
  padding: 6.25rem 0 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-banner {
    padding: 3.75rem 0;
  }
}

.l-breadcrumbs {
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .l-breadcrumbs {
    margin-top: 4.375rem;
  }
}

.l-breadcrumbs--single {
  margin-top: 15rem;
}

.l-business {
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .l-business {
    padding: 1.875rem 0;
  }
}

.l-company {
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .l-company {
    padding: 1.875rem 0;
  }
}

.l-concept {
  padding: 7.5rem 0 1.6875rem;
}
@media screen and (max-width: 767px) {
  .l-concept {
    padding: 3.75rem 0 1rem;
  }
}

.l-contact {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding: 3.75rem 0;
  }
}

.l-feature-academy {
  padding-top: 12.1875rem;
}
@media screen and (max-width: 767px) {
  .l-feature-academy {
    padding-top: 3.75rem;
  }
}

.l-feature {
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-feature {
    padding: 3.75rem 0;
  }
}

.l-flow {
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-flow {
    padding: 3.75rem 0;
  }
}

.l-footer-academy {
  padding: 7.5rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-academy {
    padding: 3.75rem 0 1rem;
  }
}

.l-footer {
  padding: 5rem 0 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2.5rem 0 3.875rem;
  }
}

.l-fv-row {
  height: 13.75rem;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .l-fv-row {
    margin-top: 3.75rem;
  }
}

.l-fv-study {
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .l-fv-study {
    margin-top: 3.75rem;
  }
}

.l-fv {
  padding-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .l-fv {
    padding-top: 4.5rem;
  }
}

.l-header-academy {
  width: 100%;
  padding: 2.375rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-academy {
    padding: 1rem 1.25rem;
  }
}

.l-header {
  width: 100%;
  min-height: 8.75rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    min-height: 3.75rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1270px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 31.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-melit {
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-melit {
    padding: 3.75rem 0;
  }
}

.l-message {
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-message {
    padding: 3.75rem 0;
  }
}

.l-news-archive {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .l-news-archive {
    padding: 3.75rem 0;
  }
}

.l-news {
  padding: 10.625rem 0 9.5625rem;
}
@media screen and (max-width: 767px) {
  .l-news {
    padding: 3.75rem 0;
  }
}

.l-page-service {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .l-page-service {
    padding: 3.75rem 0;
  }
}

.l-point {
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-point {
    padding: 3.75rem 0;
  }
}

.l-relation {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .l-relation {
    padding: 3.75rem 0;
  }
}

.l-sdgs {
  padding: 3.75rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-sdgs {
    padding: 1.875rem 0 3.75rem;
  }
}

.l-service {
  padding: 7.5rem 0 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-service {
    padding: 3.75rem 0;
  }
}

.l-showroom-slide {
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .l-showroom-slide {
    padding: 2.5rem 0;
  }
}

.l-showroom {
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .l-showroom {
    padding: 1.875rem 0;
  }
}

.l-single {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .l-single {
    padding: 3.75rem 0 6.25rem;
  }
}

.l-support-detail {
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .l-support-detail {
    padding: 2rem 0;
  }
}

.l-support-lead {
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-support-lead {
    padding: 3.75rem 0;
  }
}

.l-support {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-support {
    padding-top: 3.75rem;
  }
}

.l-voice {
  padding: 4.375rem 0 2.625rem;
}
@media screen and (max-width: 767px) {
  .l-voice {
    padding: 2.5rem 0;
  }
}

.l-works-academy {
  padding-top: 7.5rem;
  padding-bottom: 8.125rem;
}
@media screen and (max-width: 767px) {
  .l-works-academy {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.l-works {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .l-works {
    padding: 3.75rem 0;
  }
}

.c-banner-btn {
  width: 31.1875rem;
  height: 9.125rem;
  display: block;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, .7);
  backdrop-filter: blur(-0.625rem);
  -webkit-box-shadow: 1px 4px 7px rgba(92, 76, 63, .4);
          box-shadow: 1px 4px 7px rgba(92, 76, 63, .4);
  padding: 1.5rem 2.5rem;
  border: 1px solid #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-banner-btn {
    width: 100%;
    height: 7.5rem;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
  }
}

.c-banner-btn__title {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #5c4c3f;
}
@media screen and (max-width: 767px) {
  .c-banner-btn__title {
    font-size: 1.25rem;
  }
}

.c-banner-btn__text {
  margin-top: 0.1875rem;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #5c4c3f;
}
@media screen and (max-width: 767px) {
  .c-banner-btn__text {
    font-size: 0.875rem;
  }
}

.c-banner-btn__btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
@media screen and (max-width: 767px) {
  .c-banner-btn__btn {
    bottom: 0.5rem;
    right: 0.5rem;
  }
}

.c-banner-btn__btn span {
  width: 4.1875rem;
  height: 2.25rem;
  border-radius: 1.125rem;
  background-color: #5c4c3f;
  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 (max-width: 767px) {
  .c-banner-btn__btn span {
    width: 2.5rem;
    height: 1.375rem;
    border-radius: 1rem;
  }
}

.c-banner-btn__btn span::after {
  content: "";
  width: 1.375rem;
  height: 0.375rem;
  background: url(../images/icon_arrow-white.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-banner-btn__btn span::after {
    width: 1.125rem;
    height: 0.25rem;
  }
}

.c-box-lead {
  padding: 2.5rem;
  background-color: #f6f6f6;
  border-radius: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-box-lead {
    padding: 1.5rem;
  }
}

.c-box-lead__title {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-box-lead__title {
    font-size: 1.25rem;
  }
}

.c-box-lead__table {
  margin-top: 1rem;
}

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

.c-box-lead__talbe-box dt {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-box-lead__talbe-box dt {
    font-size: 1rem;
  }
}

.c-box-lead__talbe-box dd {
  margin-top: 0.25rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-box-lead__talbe-box dd {
    font-size: 0.875rem;
  }
}

.c-box-point {
  border: 2px solid #000;
  padding: 3.75rem 5.625rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-box-point {
    padding: 2.5rem 1.5rem;
  }
}

.c-box-point__title {
  padding: 0.5rem 2.5rem;
  border-radius: 1.875rem;
  background-color: #8fa177;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-box-point__title {
    padding: 0.375rem 1rem;
    font-size: 1.25rem;
  }
}

.c-box-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-box-point__item {
    gap: 0.5rem;
    font-size: 0.875rem;
  }
}

.c-box-point__item::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_check.webp) no-repeat center/contain;
  margin-top: 0.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-box-point__item::before {
    width: 0.75rem;
    height: 0.75rem;
    margin-top: 0.25rem;
  }
}

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

.c-breadcrumbs {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #969390;
  padding: 0.5625rem 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    padding: 0.375rem 0;
    font-size: 0.6875rem;
  }
}

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

.c-breadcrumbs--color {
  color: #fff;
}

.c-breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  overflow-x: auto;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__inner {
    gap: 0.5rem;
  }
}

.c-breadcrumbs .current-item {
  color: #5c4c3f;
}

.c-breadcrumbs--color .current-item {
  color: #fff;
}

.c-btn-academy {
  min-width: 18.75rem;
  display: inline-block;
  padding: 0.875rem 3.125rem;
  background-color: #f9f9f9;
  border: 1px solid #160c0c;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-btn-academy {
    min-width: auto;
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
  }
}

.c-btn-academy--min {
  min-width: auto;
  padding: 0.625rem 3.125rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-btn-academy--min {
    padding: 0.5rem 1.5rem;
  }
}

.c-btn-academy::after {
  content: "";
  width: 0.3125rem;
  height: 0.625rem;
  background: url(../images/icon_arrow-academy.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn-academy::after {
    right: 0.5rem;
  }
}

.c-btn-offer {
  width: 26.25rem;
  height: 4.6875rem;
  background-color: #f1f1f1;
  border: 2px solid #2a211e;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.5rem;
  font-size: 1.5625rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #160c0c;
}
@media screen and (max-width: 767px) {
  .c-btn-offer {
    width: 20rem;
    height: 3.75rem;
    padding: 0 1rem;
    font-size: 1rem;
  }
}

.c-btn-offer::after {
  content: "";
  width: 0.875rem;
  height: 1.25rem;
  background-color: #f3773d;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .c-btn-offer::after {
    width: 0.625rem;
    height: 0.875rem;
  }
}

.c-btn {
  min-width: 20rem;
  height: 4.25rem;
  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: 1.5px solid #5c4c3f;
  border-radius: 2.125rem;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #5c4c3f;
  padding: 0 2.25rem;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 0.875rem;
    gap: 0.875rem;
    padding: 0 1rem;
    height: 3.125rem;
  }
}

.c-btn--min {
  min-width: 15rem;
  height: 3.125rem;
  background-color: rgba(255, 255, 255, .8);
  border: 1.5px solid #5c4c3f;
  border-radius: 1.5625rem;
}

.c-btn--prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-btn::after {
  content: "";
  width: 2rem;
  height: 0.5625rem;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 1.5rem;
    height: 0.4375rem;
  }
}

.c-btn--prev::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.c-btn--noarrow::after {
  display: none;
}

.c-card-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.75rem;
  counter-increment: num;
}
@media screen and (max-width: 767px) {
  .c-card-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.c-card-feature:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-card-feature:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-card-feature__img {
  width: 50%;
  border-radius: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-card-feature__img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.c-card-feature__img img {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #ccc;
  border-radius: 0.375rem;
}

.c-card-feature__body {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-card-feature__body {
    display: contents;
  }
}

.c-card-feature__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 (max-width: 767px) {
  .c-card-feature__head {
    gap: 0.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.c-card-feature:nth-child(even) .c-card-feature__head {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-card-feature:nth-child(even) .c-card-feature__head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-card-feature__label::before {
  content: counter(num, decimal-leading-zero);
  font-family: "Lato", sans-serif;
  font-size: 5rem;
  font-weight: bold;
  color: #796b60;
}
@media screen and (max-width: 767px) {
  .c-card-feature__label::before {
    font-size: 3rem;
  }
}

.c-card-feature__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #5c4c3f;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-card-feature__title {
    font-size: 1.125rem;
  }
}

.c-card-feature__text {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-card-feature__text {
    font-size: 0.5rem;
    font-size: 0.875rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.c-card-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  background-color: #fff;
  padding: 1.5rem 2.5rem;
  border-radius: 1rem;
  min-height: 14.375rem;
}
@media screen and (max-width: 767px) {
  .c-card-flow {
    gap: 0.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
    padding: 1.5rem;
    position: relative;
  }
}

.c-card-flow__label {
  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: 1.5rem;
  font-weight: bold;
  color: rgba(121, 107, 96, .2);
}
@media screen and (max-width: 767px) {
  .c-card-flow__label {
    font-size: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5rem;
  }
}

.c-card-flow__label::before {
  content: "STEP";
  font-size: 0.75rem;
  margin-right: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-card-flow__label::before {
    font-size: 0.6875rem;
  }
}

.c-card-flow__body {
  position: relative;
  z-index: 1;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-card-flow__body {
    margin-top: 0;
    padding-left: 0;
  }
}

.c-card-flow__body::before {
  content: "";
  width: 2px;
  height: 3.75rem;
  background-color: #8fa177;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-card-flow__body::before {
    content: none;
  }
}

.c-card-flow__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #5c4c3f;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-card-flow__title {
    font-size: 1.125rem;
    text-align: center;
  }
}

.c-card-flow__title.point {
  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;
  gap: 0.5rem;
}

.c-card-flow__point {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #fff;
  padding: 0.25rem 1rem;
  background-color: #8fa177;
  border-radius: 0.5rem;
  position: relative;
}

.c-card-flow__point::after {
  content: "";
  width: 1rem;
  height: 0.5rem;
  background-color: #8fa177;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 90%);
          transform: translate(-50%, 90%);
}

.c-card-flow__text {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-card-flow__text {
    font-size: 0.875rem;
  }
}

.c-card-flow__icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #5c4c3f;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-card-flow__icon {
    width: 3.375rem;
    height: 3.375rem;
    position: absolute;
    top: -1rem;
    left: -1rem;
  }
}

.c-card-flow__icon::after {
  content: "";
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .c-card-flow__icon::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.c-card-flow__icon01::after {
  background: url(../images/icon_flow01.svg) no-repeat center/contain;
}

.c-card-flow__icon02::after {
  background: url(../images/icon_flow02.svg) no-repeat center/contain;
}

.c-card-flow__icon03::after {
  background: url(../images/icon_flow03.svg) no-repeat center/contain;
}

.c-card-flow__icon04::after {
  background: url(../images/icon_flow04.svg) no-repeat center/contain;
}

.c-card-flow__icon05::after {
  background: url(../images/icon_flow05.svg) no-repeat center/contain;
}

.c-card-flow__icon06::after {
  background: url(../images/icon_flow06.svg) no-repeat center/contain;
}

.c-card-flow__icon07::after {
  background: url(../images/icon_flow07.svg) no-repeat center/contain;
}

.c-card-flow__icon08::after {
  background: url(../images/icon_flow08.svg) no-repeat center/contain;
}

.c-card-flow__icon09::after {
  background: url(../images/icon_flow09.svg) no-repeat center/contain;
}

.c-card-flow__icon10::after {
  background: url(../images/icon_flow10.svg) no-repeat center/contain;
}

.c-card-flow__icon11::after {
  background: url(../images/icon_flow11.svg) no-repeat center/contain;
}

.c-card-melit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-card-melit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.c-card-melit__img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .c-card-melit__img {
    width: 100%;
  }
}

.c-card-melit__img img {
  aspect-ratio: 464/348;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
}

.c-card-melit__body {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .c-card-melit__body {
    width: 100%;
  }
}

.c-card-melit__title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #5c4c3f;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-card-melit__title {
    font-size: 1.125rem;
  }
}

.c-card-melit__text {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-card-melit__text {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}

.c-card-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-card-news__head {
    gap: 0.5rem;
  }
}

.c-card-news__category {
  padding: 0 2.5rem;
  min-height: 1.625rem;
  border-radius: 3.75rem;
  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: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #f9f9f9;
  border: 1px solid #f9f9f9;
}
@media screen and (max-width: 767px) {
  .c-card-news__category {
    padding: 0 1.5rem;
    min-height: 1.25rem;
    font-size: 0.75rem;
  }
}

.c-card-news__time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .c-card-news__time {
    font-size: 0.75rem;
  }
}

.c-card-news__title {
  margin-top: 0.75rem;
  padding: 0 1.25rem 0.9375rem 0.375rem;
  font-size: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #f9f9f9;
  border-bottom: 0.5px solid #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card-news__title {
    margin-top: 0.5rem;
    padding: 0 1.25rem 0.5rem 0.25rem;
  }
}

.c-card-news__title::after {
  content: "";
  width: 0.25rem;
  height: 0.5625rem;
  background: url(../images/icon_arrow-news.svg) no-repeat center/cover;
  position: absolute;
  top: 0.375rem;
  right: 0;
}

.c-card-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 0.375rem;
  aspect-ratio: 380/431;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-card-service {
    padding: 1rem;
  }
}

.c-card-service:nth-child(1) {
  background: url(../images/service01.webp) no-repeat center/cover;
}

.c-card-service:nth-child(2) {
  background: url(../images/service02.webp) no-repeat center/cover;
}

.c-card-service:nth-child(3) {
  background: url(../images/service03.webp) no-repeat center/cover;
}

.c-card-service__title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2857142857;
  letter-spacing: 0.07em;
  color: #fff;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .2);
}
@media screen and (max-width: 767px) {
  .c-card-service__title {
    font-size: 1.5rem;
  }
}

.c-card-service__text {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #fff;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-card-service__text {
    padding-right: 0;
  }
}

.c-card-service__btn {
  margin-top: 0.375rem;
  text-align: right;
}

.c-card-service__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: 4.1875rem;
  height: 2.25rem;
  background-color: #fff;
  border-radius: 1.125rem;
}

.c-card-service__btn span::after {
  content: "";
  width: 1.375rem;
  height: 0.375rem;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
}

.c-card-showroom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-card-showroom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.c-card-showroom__img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .c-card-showroom__img {
    width: 100%;
  }
}

.c-card-showroom__img img {
  aspect-ratio: 580/435;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
}

.c-card-showroom__body {
  width: 60%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-card-showroom__body {
    width: 100%;
    margin-top: 0;
  }
}

.c-card-showroom__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #5c4c3f;
}
@media screen and (max-width: 767px) {
  .c-card-showroom__title {
    font-size: 1.25rem;
  }
}

.c-card-showroom__text {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-card-showroom__text {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}

.c-card-support {
  padding: 1.5rem;
  border-radius: 0.375rem;
  background-color: #e9e2d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  counter-increment: num;
}
@media screen and (max-width: 767px) {
  .c-card-support {
    padding: 1rem 0.5rem;
    gap: 1rem;
  }
}

.c-card-support__label {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #afa7a3;
  border-radius: 0.375rem;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-card-support__label {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.c-card-support__label::before {
  content: counter(num, decimal-leading-zero);
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-card-support__label::before {
    font-size: 1.5rem;
  }
}

.c-card-support__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-card-support__title {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #796b60;
}
@media screen and (max-width: 767px) {
  .c-card-support__title {
    font-size: 1.125rem;
  }
}

.c-card-support__text {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-card-support__text {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.c-card-voice {
  padding: 1.875rem;
  background-color: #fff;
  display: block;
  border-radius: 0.375rem;
}

.c-card-voice__img img {
  aspect-ratio: 258/172;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-voice__category {
  margin-top: 0.75rem;
  padding: 0.375rem 0.5rem;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  background-color: #ded7cd;
}

.c-card-voice__title {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  height: 2.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.c-card-voice__btn {
  margin-top: 0.8125rem;
  text-align: right;
}

.c-card-voice__btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.5rem;
  height: 1.6875rem;
  border-radius: 0.8125rem;
  background-color: #5c4c3f;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-card-voice__btn span::after {
  content: "";
  width: 1rem;
  height: 0.25rem;
  background: url(../images/icon_arrow-white.svg) no-repeat center/contain;
}

.c-card-works {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f9f9f9;
}

.c-card-works__img img {
  aspect-ratio: 330/247;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-works__title {
  margin-top: 1.0625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.625;
  color: #000;
  height: 3.375rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-card-works__text {
  height: 6.5rem;
  margin-top: 0.9375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
  color: #2e2b2a;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-card-works__category {
  margin-top: 1.25rem;
  padding: 0 1.25rem;
  height: 1.875rem;
  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: #f9f9f9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  border-radius: 2.1875rem;
  border: 1px solid #f9f9f9;
}

.c-card-works__btn {
  margin-top: 1.75rem;
  text-align: right;
}

.c-card-works__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  color: #f9f9f9;
  letter-spacing: 0.05em;
}

.c-card-works__btn a::after {
  content: "";
  width: 0.625rem;
  height: 0.3125rem;
  background: url(../images/icon_arrow-news.svg) no-repeat center/contain;
}

.c-item-feature {
  counter-increment: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4375rem;
  padding-bottom: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .c-item-feature {
    gap: 1rem;
  }
}

.c-item-feature:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.c-item-feature:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-item-feature__label {
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-item-feature__label {
    padding-top: 1.25rem;
  }
}

.c-item-feature__label::before {
  content: counter(num, decimal-leading-zero);
  font-family: "Zen Old Mincho", serif;
  font-size: 6.5rem;
  font-weight: bold;
  line-height: 0.3653846154;
  color: transparent;
  -webkit-text-stroke: 2px #f1f1f1;
}
@media screen and (max-width: 767px) {
  .c-item-feature__label::before {
    font-size: 3.75rem;
  }
}

.c-item-feature__title {
  font-size: 2.125rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #160c0c;
}
@media screen and (max-width: 767px) {
  .c-item-feature__title {
    font-size: 1.25rem;
  }
}

.c-item-feature__title span {
  border-bottom: 3px solid #f3773d;
}

.c-item-feature__text {
  margin-top: 1.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.1111111111;
  letter-spacing: 0.1em;
  color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .c-item-feature__text {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.c-item-news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #c2b8b0;
}
@media screen and (max-width: 767px) {
  .c-item-news a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5rem 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
}

.c-item-news:nth-child(1) a {
  padding-top: 0;
}

.c-item-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.c-item-news__time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #5c4c3f;
  width: 38.2978723404%;
}

.c-item-news__category {
  min-width: 6rem;
  height: 1.6875rem;
  background-color: #fff;
  border-radius: 0.875rem;
  border: 1px solid #5c4c3f;
  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: #5c4c3f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.78125rem;
  line-height: 1;
}

.c-item-news__title {
  margin-left: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .c-item-news__title {
    margin-left: 0;
  }
}

.c-section-title-academy {
  color: #f9f9f9;
}

.c-section-title-academy::before {
  content: attr(data-en);
  font-family: "Cormorant Garamond", serif;
  font-size: 4.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-section-title-academy::before {
    font-size: 2rem;
  }
}

.c-section-title-academy span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-section-title-academy span {
    font-size: 0.75rem;
    gap: 0.5rem;
  }
}

.c-section-title-academy span::before {
  content: "";
  width: 3.125rem;
  height: 1px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .c-section-title-academy span::before {
    width: 2rem;
  }
}

.c-section-title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  line-height: 1.5;
  color: #1c1c1c;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 0.15em;
  }
}

.c-section-title--white {
  color: #fff;
}

.c-section-title--row {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  letter-spacing: 0.05em;
}

.c-section-title::before {
  content: attr(data-en);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  color: #796b60;
  margin-top: 0.375rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .c-section-title::before {
    font-size: 0.625rem;
    margin-top: 0;
    margin-left: 0;
  }
}

.c-section-title--white::before {
  color: #fff;
}

.c-section-title--row::before {
  margin-left: 0;
  margin-bottom: 0.75rem;
}

.c-table-voice__title {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-table-voice__title {
    font-size: 1.125rem;
  }
}

.c-table-voice__table {
  margin-top: 1rem;
}

.c-table-voice__table-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-table-voice__table-box dt {
  width: 30%;
  padding: 1rem;
  background-color: #ddd;
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 1px solid #5c4c3f;
  border-left: 1px solid #5c4c3f;
  border-right: 1px solid #5c4c3f;
}
@media screen and (max-width: 767px) {
  .c-table-voice__table-box dt {
    padding: 0.5rem;
    font-size: 0.875rem;
  }
}

.c-table-voice__table-box:first-child dt {
  border-top: 1px solid #5c4c3f;
}

.c-table-voice__table-box dd {
  width: 70%;
  padding: 1rem;
  border-bottom: 1px solid #5c4c3f;
  border-right: 1px solid #5c4c3f;
}
@media screen and (max-width: 767px) {
  .c-table-voice__table-box dd {
    padding: 0.5rem;
    font-size: 0.75rem;
  }
}

.c-table-voice__table-box:first-child dd {
  border-top: 1px solid #5c4c3f;
}

.p-404__text {
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
  color: #5c4c3f;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 0.875rem;
  }
}

.p-404__btn {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-404__btn {
    margin-top: 2rem;
  }
}

.p-about-lead__title-box {
  text-align: center;
}

.p-about-lead__wrap {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-lead__wrap {
    margin-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.p-about-lead__img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-about-lead__img {
    width: 100%;
  }
}

.p-about-lead__img img {
  aspect-ratio: 3/4;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-about-lead__img img {
    aspect-ratio: 4/3;
  }
}

.p-about-lead__text {
  width: 60%;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-about-lead__text {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.p-about__inner {
  max-width: 88.125rem;
}

.p-about__contents {
  padding-left: 6.25rem;
  margin-top: -15.375rem;
}
@media screen and (max-width: 767px) {
  .p-about__contents {
    padding-left: 2.5rem;
    margin-top: -8.75rem;
  }
}

.p-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.p-about__lead {
  width: 38.2470119522%;
  font-size: 3.4375rem;
  font-weight: bold;
  line-height: 1.7818181818;
  letter-spacing: 0.05em;
  color: #f9f9f9;
  padding-top: 5.875rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-about__lead {
    width: 100%;
    font-size: 1.5rem;
    padding-top: 0;
  }
}

.p-about__img {
  width: 56.015936255%;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    width: 100%;
  }
}

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

.p-about__text {
  margin-top: 3.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 2.5263157895;
  letter-spacing: 0.1em;
  color: #160c0c;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.p-about__btn {
  margin-top: 3.125rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-about__btn {
    margin-top: 1.5rem;
  }
}

.p-academy-lead__title {
  text-align: center;
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .p-academy-lead__title {
    font-size: 1.25rem;
  }
}

.p-academy-lead__title span {
  padding-bottom: 0.75rem;
  border-bottom: 3px solid #f3773d;
}
@media screen and (max-width: 767px) {
  .p-academy-lead__title span {
    padding-bottom: 0.375rem;
  }
}

.p-academy-lead__list {
  margin-top: 2.625rem;
  width: 56.5625rem;
  height: 12.9375rem;
  margin-inline: auto;
  background-color: rgba(249, 249, 249, .1);
  border: 1px solid #f9f9f9;
  padding: 2.3125rem 7.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-academy-lead__list {
    margin-top: 1.5rem;
    width: 100%;
    height: auto;
    padding: 1.5rem 1rem;
  }
}

.p-academy-lead__list::after {
  content: "";
  width: 4.3125rem;
  height: 2.125rem;
  background: url(../images/icon_arrow-down.svg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 3.875rem));
          transform: translate(-50%, calc(100% + 3.875rem));
}
@media screen and (max-width: 767px) {
  .p-academy-lead__list::after {
    width: 2.5rem;
    height: 1.25rem;
    -webkit-transform: translate(-50%, calc(100% + 1.5rem));
            transform: translate(-50%, calc(100% + 1.5rem));
  }
}

.p-academy-lead__item {
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.9545454545;
  letter-spacing: 0.1em;
  color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .p-academy-lead__item {
    font-size: 0.875rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.p-academy-lead__why {
  margin-top: 10.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-academy-lead__why {
    margin-top: 5rem;
  }
}

.p-academy-lead__why span {
  font-size: 1.875rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  background-color: #fff;
  padding: 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-academy-lead__why span {
    font-size: 1.125rem;
  }
}

.p-academy-lead__cards {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-academy-lead__cards {
    margin-top: 2.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-academy-lead__cards::after {
  content: "";
  width: 4.3125rem;
  height: 2.125rem;
  background: url(../images/icon_arrow-down.svg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 4.5625rem));
          transform: translate(-50%, calc(100% + 4.5625rem));
}
@media screen and (max-width: 767px) {
  .p-academy-lead__cards::after {
    width: 2.5rem;
    height: 1.25rem;
    -webkit-transform: translate(-50%, calc(100% + 1.5rem));
            transform: translate(-50%, calc(100% + 1.5rem));
  }
}

.p-academy-lead__card {
  width: 19.9375rem;
  height: 19.9375rem;
  border-radius: 50%;
  background-color: rgba(249, 249, 249, .1);
  border: 1px solid #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .p-academy-lead__card {
    width: 10.625rem;
    height: 10.625rem;
    padding-left: 1rem;
    font-size: 0.75rem;
  }
}

.p-academy-lead__card:not(:last-child) {
  margin-right: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-academy-lead__card:not(:last-child) {
    margin-right: -0.5rem;
  }
}

.p-academy-lead__card:last-child {
  font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-academy-lead__card:last-child {
    font-size: 0.75rem;
  }
}

.p-academy-lead__reason {
  margin-top: 11.8125rem;
  font-size: 2.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #f9f9f9;
  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 (max-width: 767px) {
  .p-academy-lead__reason {
    margin-top: 5rem;
    font-size: 1.125rem;
  }
}

.p-academy-lead__reason::before,
.p-academy-lead__reason::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #f9f9f9;
}

.p-academy-lead__reason::before {
  margin-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-academy-lead__reason::before {
    margin-right: 0.5rem;
  }
}

.p-academy-lead__reason::after {
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-academy-lead__reason::after {
    margin-left: 0.5rem;
  }
}

.p-academy-lead__reason span {
  color: #160c0c;
  background-color: #fff;
  padding: 0 0.25rem;
}

.p-academy-lead__reason-list {
  margin-top: 4.875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-academy-lead__reason-list {
    margin-top: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}

.p-academy-lead__reason-item {
  counter-increment: num;
  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;
}

.p-academy-lead__reason-label {
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 50%;
  background-color: #f9f9f9;
  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 (max-width: 767px) {
  .p-academy-lead__reason-label {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-academy-lead__reason-label::after {
  content: counter(num, decimal-leading-zero);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.0625rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #160c0c;
}
@media screen and (max-width: 767px) {
  .p-academy-lead__reason-label::after {
    font-size: 1.25rem;
  }
}

.p-academy-lead__reason-title {
  margin-top: 1.875rem;
  font-size: 1.375rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  color: #f9f9f9;
  text-align: center;
  padding-bottom: 2.75rem;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-academy-lead__reason-title {
    margin-top: 1rem;
    font-size: 1.125rem;
    padding-bottom: 1.5rem;
  }
}

.p-academy-lead__reason-title::after {
  content: "";
  width: 4.6875rem;
  height: 1px;
  background-color: #f9f9f9;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-academy-lead__reason-title::after {
    width: 3.125rem;
  }
}

.p-academy-lead__reason-text {
  margin-top: 2.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #f9f9f9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-academy-lead__reason-text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}

.p-academy-lead__reason-text-list {
  margin-top: 0.5rem;
}

.p-academy-lead__reason-text-item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #f9f9f9;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-academy-lead__reason-text-item {
    font-size: 0.8125rem;
  }
}

.p-academy-lead__band {
  margin-top: 8rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 7rem;
  background-color: #f3773d;
  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: "Zen Old Mincho", serif;
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 1.3235294118;
  letter-spacing: 0.1em;
  color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .p-academy-lead__band {
    margin-top: 2.5rem;
    height: auto;
    padding: 0.5rem;
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-access__inner {
  max-width: 65.625rem;
}

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

.p-access__address {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-access__address {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}

.p-access__map {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    margin-top: 1.5rem;
  }
}

.p-access__map iframe {
  aspect-ratio: 5/2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-access__map iframe {
    aspect-ratio: 4/3;
  }
}

.p-article__title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-article__title {
    font-size: 1.25rem;
  }
}

.p-article__category {
  margin-top: 1rem;
  padding: 0.375rem 0.5rem;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  background-color: #ded7cd;
}
@media screen and (max-width: 767px) {
  .p-article__category {
    font-size: 0.75rem;
  }
}

.p-article__thumbnail {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-article__thumbnail {
    margin-top: 1.5rem;
  }
}

.p-article__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-article__slider {
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-article__slider {
    margin-top: 2rem;
  }
}

.p-article__slide img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-article__swiperThumb {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-article__swiperThumb {
    margin-top: 0.5rem;
  }
}

.p-article__thumbSlide img {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-article__swiper--prev.swiper-button-prev,
.p-article__swiper--next.swiper-button-next {
  width: 1.5rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-article__swiper--prev.swiper-button-prev,
  .p-article__swiper--next.swiper-button-next {
    width: 1rem;
    height: 1.375rem;
  }
}

.p-article__swiper--prev {
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.5rem), -50%);
          transform: translate(calc(-100% - 0.5rem), -50%);
}
@media screen and (max-width: 767px) {
  .p-article__swiper--prev {
    -webkit-transform: translate(calc(-100% - 0.25rem), -50%);
            transform: translate(calc(-100% - 0.25rem), -50%);
  }
}

.p-article__swiper--next {
  right: 0;
  -webkit-transform: translate(calc(100% + 0.5rem), -50%);
          transform: translate(calc(100% + 0.5rem), -50%);
}
@media screen and (max-width: 767px) {
  .p-article__swiper--next {
    -webkit-transform: translate(calc(100% + 0.25rem), -50%);
            transform: translate(calc(100% + 0.25rem), -50%);
  }
}

.p-article__swiper--prev::after,
.p-article__swiper--next::after {
  width: 100%;
  height: 100%;
  background: url(../images/icon_arrow-swiper.svg) no-repeat center/contain;
}

.p-article__swiper--next::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-article__table {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-article__table {
    margin-top: 2rem;
  }
}

.p-article__contents {
  margin-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-article__contents {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-article__contents h2 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-article__contents h2 {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.p-article__contents h3 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-article__contents h3 {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-article__contents p {
  line-height: 2;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-article__contents p {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}

.p-article__contents img {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-article__contents img {
    margin-top: 1.25rem;
  }
}

.p-article__contents .wp-block-file {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-article__contents .wp-block-file {
    margin-top: 1.25rem;
  }
}

.p-article__contents .wp-block-file object {
  display: none;
}

.p-banner-academy {
  background: url(../images/banner-academy_bg.webp) no-repeat center/cover;
}

.p-banner-academy__inner {
  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 (max-width: 767px) {
  .p-banner-academy__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-banner-academy__body {
  width: 49.8360655738%;
}
@media screen and (max-width: 767px) {
  .p-banner-academy__body {
    width: 100%;
  }
}

.p-banner-academy__title span {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -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;
  font-size: 1.25rem;
  gap: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-banner-academy__title span {
    font-size: 0.875rem;
    gap: 0.5rem;
  }
}

.p-banner-academy__title::before {
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-banner-academy__title::before {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.p-banner-academy__text {
  margin-top: 2.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2.5333333333;
  letter-spacing: 0.1em;
  color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .p-banner-academy__text {
    margin-top: 2rem;
    font-size: 0.875rem;
  }
}

.p-banner-academy__btn {
  width: 43.8524590164%;
}
@media screen and (max-width: 767px) {
  .p-banner-academy__btn {
    width: 100%;
  }
}

.p-banner-academy__btn a {
  max-width: 33.4375rem;
  height: 5.625rem;
  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 #f9f9f9;
  background-color: rgba(249, 249, 249, .1);
  backdrop-filter: blur(5px);
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #f9f9f9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-banner-academy__btn a {
    height: 3.75rem;
    font-size: 1rem;
  }
}

.p-banner-academy__btn a::after {
  content: "";
  width: 0.3125rem;
  height: 0.6875rem;
  background: url(../images/icon_arrow-news.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-banner {
  background: url(../images/banner_bg.webp) no-repeat center/cover;
  position: relative;
}

.p-banner::after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: rgba(203, 191, 181, .5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-banner__btns {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-banner__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}

.p-banner__text {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-banner__text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}

.p-business__inner {
  max-width: 65.625rem;
}

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

.p-business__list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-business__list {
    margin-top: 1.5rem;
  }
}

.p-business__item {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-business__item {
    font-size: 0.875rem;
  }
}

.p-business__item::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #000;
  margin-top: 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-business__item::before {
    width: 0.25rem;
    height: 0.25rem;
  }
}

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

.p-company__inner {
  max-width: 65.625rem;
}

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

.p-company__table {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__table {
    margin-top: 1.5rem;
  }
}

.p-company__table-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-company__table-box dt {
  width: 30%;
  padding: 1.25rem 1.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #e8e8e8;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-company__table-box dt {
    padding: 0.5rem;
    font-size: 0.875rem;
  }
}

.p-company__table-box:last-child dt {
  border-bottom: 1px solid #ccc;
}

.p-company__table-box dd {
  width: 70%;
  padding: 1.25rem 1.5rem;
  font-size: 1.125rem;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-company__table-box dd {
    padding: 0.5rem;
    font-size: 0.8125rem;
  }
}

.p-company__table-box:last-child dd {
  border-bottom: 1px solid #ccc;
}

.p-concept {
  position: relative;
}

.p-concept::after {
  content: "";
  width: 24.375rem;
  height: 24.25rem;
  background: url(../images/bg01.webp) no-repeat center/cover;
  position: absolute;
  top: 14.6875rem;
  right: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-concept::after {
    width: 11.875rem;
    height: 11.8125rem;
    top: 16.25rem;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-concept__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.125rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-concept__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-concept__img {
  width: 65.0819672131%;
  margin-left: -4.9375rem;
}
@media screen and (max-width: 767px) {
  .p-concept__img {
    width: 100%;
    margin-left: 0;
  }
}

.p-concept__img img {
  aspect-ratio: 794/608;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-concept__body {
  width: 39.9180327869%;
}
@media screen and (max-width: 767px) {
  .p-concept__body {
    width: 100%;
  }
}

.p-concept__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-concept__title-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
}

.p-concept__title {
  margin-top: 0.5rem;
}

.p-concept__title::before {
  margin-left: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-concept__title::before {
    margin-bottom: 0.375rem;
    margin-left: 0;
  }
}

.p-concept__text-box {
  margin-top: 11.625rem;
}
@media screen and (max-width: 767px) {
  .p-concept__text-box {
    margin-top: 1.25rem;
  }
}

.p-concept__text {
  padding-left: 0.625rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #5c4c3f;
}
@media screen and (max-width: 767px) {
  .p-concept__text {
    padding-left: 0;
    font-size: 0.875rem;
    text-align: center;
  }
}

.p-concept__btn {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-concept__btn {
    margin-top: 1.25rem;
    text-align: center;
  }
}

.p-contact {
  overflow: hidden;
}

.p-contact__lead {
  text-align: center;
  margin-bottom: 2.5rem;
}

.p-contact__text {
  text-align: center;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}

.p-contact__form-wrapper {
  background: #f6f4ef;
  padding: 3.125rem;
  border-radius: 0.75rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form-wrapper {
    margin-top: 2.5rem;
  }
}

.p-feature-academy__inner {
  max-width: 88.125rem;
}

.p-feature-academy__contents {
  padding-left: 6.25rem;
  padding-right: 3.75rem;
  margin-top: -3.25rem;
}
@media screen and (max-width: 767px) {
  .p-feature-academy__contents {
    padding-left: 1.25rem;
    padding-right: 0;
    margin-top: 0;
  }
}

.p-feature-academy__item:nth-child(n+2) {
  margin-top: 3rem;
}

.p-feature__cards {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-feature__cards {
    margin-top: 2.5rem;
  }
}

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

.p-flow__title-box {
  text-align: center;
}

.p-flow__text {
  margin-top: 3.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    margin-top: 2.5rem;
    font-size: 0.875rem;
  }
}

.p-flow__areas {
  margin-top: 3.75rem;
}

.p-flow__area {
  border-radius: 1rem;
}

.p-flow__area:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__area:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.p-flow__area--free {
  background-color: #f6f4ef;
  padding: 3.125rem 1.875rem 1.875rem;
  position: relative;
  border: 1px dashed #8fa177;
}
@media screen and (max-width: 767px) {
  .p-flow__area--free {
    padding: 3.75rem 1.5rem 1.25rem;
  }
}

.p-flow__area--row {
  padding: 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-flow__area--row {
    padding: 0 1.25rem;
  }
}

.p-flow__label {
  display: inline-block;
  background-color: #8fa177;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.375rem 1.25rem;
  border-radius: 1.25rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .p-flow__label {
    font-size: 1rem;
  }
}

.p-flow__cards {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(1, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-flow__cards {
    gap: 2.5rem;
  }
}

.p-footer-academy {
  position: relative;
}

.p-footer-academy__top-btn {
  position: absolute;
  top: 1rem;
  right: 2.5rem;
  width: 2.75rem;
  height: 2.75rem;
  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 #f9f9f9;
  background-color: rgba(249, 249, 249, .1);
}
@media screen and (max-width: 767px) {
  .p-footer-academy__top-btn {
    right: 1rem;
    width: 2rem;
    height: 2rem;
  }
}

.p-footer-academy__top-btn::after {
  content: "";
  width: 0.625rem;
  height: 1.125rem;
  background: url(../images/icon_arrow-top.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-footer-academy__top-btn::after {
    width: 0.5rem;
    height: 0.9375rem;
  }
}

.p-footer-academy__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer-academy__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.p-footer-academy__nav {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer-academy__nav {
    margin-top: 0;
  }
}

.p-footer-academy__item:nth-child(n+2) {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-footer-academy__item:nth-child(n+2) {
    margin-top: 1rem;
  }
}

.p-footer-academy__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #160c0c;
}

.p-footer-academy__item a::before {
  content: "";
  width: 0.9375rem;
  height: 1px;
  background-color: #160c0c;
}

.p-footer-academy__btn {
  margin-top: 2.1875rem;
}

.p-footer-academy__btn a {
  width: 18.75rem;
  height: 3.3125rem;
  font-size: 1.125rem;
}

.p-footer-academy__top-back {
  margin-top: 1.625rem;
  padding-left: 0.5625rem;
}

.p-footer-academy__top-back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  color: #160c0c;
}

.p-footer-academy__top-back a::before {
  content: "";
  width: 0.3125rem;
  height: 0.6875rem;
  background: url(../images/icon_arrow-academy.svg) no-repeat center/contain;
}

.p-footer-academy__name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-footer-academy__name {
    font-size: 1.125rem;
  }
}

.p-footer-academy__address {
  margin-top: 0.9375rem;
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-footer-academy__address {
    font-size: 0.75rem;
    text-align: left;
  }
}

.p-footer-academy__snss {
  margin-top: 2.0625rem;
  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 (max-width: 767px) {
  .p-footer-academy__snss {
    margin-top: 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5rem;
  }
}

.p-footer-academy__snss a {
  width: 2.75rem;
  height: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-footer-academy__snss a {
    width: 1.875rem;
    height: 1.25rem;
  }
}

.p-footer-academy__snss a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer-academy__copyright {
  margin-top: 6.625rem;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  color: #160c0c;
}
@media screen and (max-width: 767px) {
  .p-footer-academy__copyright {
    margin-top: 3.75rem;
    font-size: 0.75rem;
  }
}

.p-footer {
  background-color: rgba(203, 191, 181, .5);
}

.p-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-footer__logo {
  width: 18.125rem;
}

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

.p-footer__address {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.75;
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem 3rem;
  }
}

.p-footer__menu-title {
  font-family: "Lato", sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  color: #fff;
}

.p-footer__list {
  margin-top: 0.375rem;
  padding-left: 0.75rem;
  border-left: 1px solid #796b60;
}

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

.p-footer__item a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #1c1c1c;
  line-height: 1.4615384615;
  white-space: nowrap;
}

.p-footer__sns-list {
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
}

.p-footer__btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__btn {
    margin-top: 1.5rem;
  }
}

.p-footer__btn a {
  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: 15rem;
  height: 3.25rem;
  border-radius: 3.125rem;
  background: linear-gradient(219deg, rgb(228, 160, 42) 0%, rgb(222, 103, 12) 100%);
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
}

.p-footer__copyright {
  margin-top: 3.125rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  line-height: 1.55;
}

/* =========================================
   Component
   ========================================= */
.c-badge-required {
  display: inline-block;
  background: #c85a5a;
  color: #fff;
  font-size: 0.625rem;
  padding: 0.125rem 0.375rem;
  border-radius: 0.3125rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.c-input,
.c-textarea {
  width: 100%;
  padding: 0.75rem 0.9375rem;
  border: 1px solid #dcdcdc;
  border-radius: 0.25rem;
  font-size: 1rem;
}

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

.c-radio input {
  margin-right: 0.375rem;
  accent-color: #8fa177;
}

.c-btn-zip {
  background: #f0f0f0;
  border: 1px solid #ccc;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}

.p-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.p-form__head {
  width: 30%;
  font-weight: bold;
}

.p-form__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-form__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}

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

.p-form__address {
  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.625rem;
}

.p-form__zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form__input-zip {
  width: 8.75rem;
}

.p-form__pref-city {
  margin-top: 1rem;
}

.p-form__pref-city .wpcf7-form-control-wrap {
  display: block;
}

.p-form__pref-city .wpcf7-form-control-wrap:nth-child(n+2) {
  margin-top: 0.5rem;
}

.p-form__submit {
  text-align: center;
  margin-top: 2.5rem;
}

/* レスポンシブ */
@media (max-width: 767px) {
  .p-form__row {
    display: block;
  }
  .p-form__head {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .p-contact__form-wrapper {
    padding: 1.5625rem;
  }
}
.p-fv-academy {
  background: url(../images/fv-academy.webp) no-repeat center/cover;
  aspect-ratio: 1440/813;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv-academy {
    aspect-ratio: 375/500;
  }
}

.p-fv-academy__inner {
  max-width: 76.625rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-fv-academy__copy {
  font-size: 2.8125rem;
  font-weight: bold;
  line-height: 1.5333333333;
  letter-spacing: 0.07em;
  color: #f9f9f9;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
  position: relative;
  margin-top: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-academy__copy {
    font-size: 1.25rem;
  }
}

.p-fv-academy__copy span {
  position: relative;
  z-index: 10;
}

.p-fv-academy__copy::after {
  content: "";
  width: 14.75rem;
  height: 14.75rem;
  background: url(../images/copy-bg.webp) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: -2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv-academy__copy::after {
    width: 7.5rem;
    height: 7.5rem;
    left: -1.25rem;
  }
}

.p-fv-academy__link-box {
  position: absolute;
  bottom: 6.5rem;
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-academy__link-box {
    right: auto;
    bottom: 4%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .p-fv-academy__offer {
    text-align: center;
  }
}

.p-fv-academy__news-box {
  margin-top: 1.4375rem;
  display: block;
  width: 26.25rem;
  padding: 0.6875rem 0.6875rem 0.875rem;
  background-color: rgba(249, 249, 249, .1);
  backdrop-filter: blur(34px);
}
@media screen and (max-width: 767px) {
  .p-fv-academy__news-box {
    margin-top: 0.5rem;
    width: 20rem;
    padding: 0.5rem;
  }
}

.p-fv-academy__btn {
  margin-top: 0.5rem;
  text-align: right;
}

.p-fv-academy__btn a {
  padding: 0.125rem 1rem;
  color: #f9f9f9;
  border-radius: 1.875rem;
  border: 1px solid #f9f9f9;
  font-size: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.p-fv-row {
  background-color: #e9e2d8;
  position: relative;
  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;
}

.p-fv-row--academy {
  background-color: #afa7a3;
}

.p-fv-row::after {
  content: "";
  aspect-ratio: 39/22;
  width: 24.375rem;
  background: url(../images/fv_bg.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 9.5833333333%;
}
@media screen and (max-width: 767px) {
  .p-fv-row::after {
    width: 18.75rem;
    height: auto;
  }
}

.p-fv-row--academy::after {
  content: none;
}

.p-fv-row__title {
  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: 3rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #5c4c3f;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-fv-row__title {
    font-size: 1.5rem;
    text-align: center;
  }
}

.p-fv-row--academy .p-fv-row__title {
  text-align: center;
  color: #fff;
}

.p-fv-row__title::before {
  content: attr(data-en);
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  color: #796b60;
  display: block;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-row__title::before {
    font-size: 0.75rem;
    margin-bottom: 0.375rem;
  }
}

.p-fv-row--academy .p-fv-row__title::before {
  color: #fff;
}

.p-fv-row__title::after {
  content: "";
  width: 6.875rem;
  height: 1px;
  background-color: #796b60;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-row__title::after {
    width: 5rem;
    margin-top: 1rem;
  }
}

.p-fv-row--academy .p-fv-row__title::after {
  background-color: #fff;
}

.p-fv-study {
  background: url(../images/fv-study_bg.webp) no-repeat center/cover;
  position: relative;
  aspect-ratio: 1440/600;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-fv-study {
    aspect-ratio: 375/500;
  }
}

.p-fv-study::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
}

.p-fv-study__inner {
  position: relative;
  z-index: 10;
}

.p-fv-study__title {
  text-align: center;
  color: #fff;
  font-size: 3.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-fv-study__title {
    font-size: 2.5rem;
  }
}

.p-fv-study__cards {
  max-width: 45rem;
  margin-inline: auto;
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-study__cards {
    margin-top: 2.5rem;
    display: block;
    text-align: center;
  }
}

.p-fv-study__card {
  width: 100%;
  height: 7.5rem;
  border-radius: 1.875rem;
  background-color: #fff;
  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: #796b60;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-study__card {
    width: 15rem;
    height: 5rem;
    font-size: 0.875rem;
    border-radius: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fv-study__card:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}

.p-fv__swiper {
  width: 94.4444444444%;
  margin-inline: auto;
  border-radius: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__swiper {
    width: 89.3333333333%;
  }
}

.p-fv__img img {
  aspect-ratio: 136/60;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-fv__img img {
    aspect-ratio: 335/490;
  }
}

.p-fv__logo {
  width: 11.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .p-fv__logo {
    display: none;
  }
}

.p-fv__logo img {
  aspect-ratio: 180/173.07;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-fv__ctas {
  position: fixed;
  top: 20.8125rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv__ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.25rem;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-fv__ctas.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-fv__ctas.is-show {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

.p-fv__cta {
  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;
  width: 3.25rem;
  height: 15rem;
  border-radius: 0.375rem 0 0 0.375rem;
  background: linear-gradient(219deg, rgb(228, 160, 42) 0%, rgb(222, 103, 12) 100%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  gap: 0.375rem;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-fv__cta {
    width: 11.25rem;
    height: 3.125rem;
    border-radius: 0.375rem 0.375rem 0 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1rem;
  }
}

.p-fv__cta::before {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
}

.p-fv__cta.yoyaku::before {
  background: url(../images/icon_yoyaku-white.svg) no-repeat center/contain;
}

.p-fv__cta.document::before {
  background: url(../images/icon_document-white.svg) no-repeat center/contain;
}

.p-header-academy {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.p-header-academy.show {
  background-color: #afa7a3;
}

.p-header-academy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header-academy__title {
  font-size: 1.3125rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #f9f9f9;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-header-academy__title {
    font-size: 1rem;
    padding-left: 0;
  }
}

.p-header-academy__nav {
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-header-academy__nav {
    display: none;
    position: fixed;
    top: 3.5rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 3.5rem);
    background-color: #afa7a3;
    margin-top: 0;
  }
}

.p-header-academy__list {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header-academy__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.75rem;
  }
}

.p-header-academy__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.0625rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #f9f9f9;
  gap: 0.8125rem;
}

.p-header-academy__item a::before {
  content: "";
  width: 0.9375rem;
  height: 1px;
  background-color: #f9f9f9;
}

.p-header-academy__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header-academy__btn {
    display: block;
    margin-top: 1.5rem;
    text-align: center;
  }
}

.p-header-academy__toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header-academy__toggle {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.25rem;
  }
}

.p-header-academy__toggle span {
  width: 100%;
  height: 2px;
  background-color: #f9f9f9;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

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

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

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

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

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0.25rem 0.625rem 0 rgba(143, 127, 113, .12);
          box-shadow: 0 0.25rem 0.625rem 0 rgba(143, 127, 113, .12);
  background-color: #e9e2d8;
  padding: 1rem 0;
}

.p-header__inner {
  height: 100%;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1.25rem;
  }
}

.p-header__logo {
  width: 18.125rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 11.25rem;
  }
}

.p-header__logo img {
  aspect-ratio: 290/55;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-header__menus {
    display: none;
    position: fixed;
    top: 3.75rem;
    left: 0;
    width: 100%;
    height: calc(100% - 3.75rem);
    background-color: #e9e2d8;
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
    overflow: auto;
  }
}

.p-header__menu-wrap {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-header__menu-wrap {
    -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;
  }
}

.p-header__top {
  width: 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 (max-width: 767px) {
  .p-header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.p-header__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-header__btn-box {
    -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: 1rem;
  }
}

.p-header__btn a {
  width: 15.625rem;
  height: 2.4375rem;
  border: 1px solid #5c4c3f;
  border-radius: 1.21875rem;
  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.6875rem;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: -0.01em;
  color: #5c4c3f;
}

.p-header__btn a::after {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  background: url(../images/icon_link.svg) no-repeat center/contain;
}

.p-header__tel {
  margin-left: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__tel {
    margin-left: 0;
  }
}

.p-header__tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ce6f0b;
}

.p-header__tel a::before {
  content: "";
  width: 1.125rem;
  height: 1.375rem;
  background: url(../images/icon_tel.svg) no-repeat center/contain;
}

.p-header__time {
  margin-left: 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #533e2c;
}
@media screen and (max-width: 767px) {
  .p-header__time {
    margin-left: 0;
  }
}

.p-header__menu {
  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: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.p-header__item a {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: 0.05em;
  color: #1c1c1c;
}

.p-header__toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__toggle {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.25rem;
  }
}

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

.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) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

.p-materials__grid {
  max-width: 56.25rem;
  margin-inline: auto;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-materials__grid {
    margin-top: 2.5rem;
  }
}

.p-material-grid--bonus {
  max-width: 500px;
  margin: 0 auto;
}

.p-materials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-materials__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-materials__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-materials__img {
    width: 100%;
  }
}

.p-materials__img img {
  aspect-ratio: 1408/985;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-materials__body {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-materials__body {
    width: 100%;
  }
}

.p-materials__text-box:first-child {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-materials__text-box:first-child {
    padding-bottom: 1.25rem;
  }
}

.p-materials__text-box:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-materials__text-box:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

.p-materials__title {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-materials__title {
    font-size: 1.125rem;
  }
}

.p-materials__text {
  text-align: left;
  font-size: 1rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-materials__text {
    font-size: 0.875rem;
  }
}

.p-materials__bonus {
  margin-top: 2.5rem;
  background: #f1f4eb;
  padding: 1.875rem 3.75rem;
  border-radius: 0.5rem;
  border: 2px dashed #8fa177;
  width: 40rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-materials__bonus {
    width: 100%;
    padding: 1.25rem;
  }
}

.p-materials__bonus-title {
  text-align: center;
  margin-bottom: 1.25rem;
  font-weight: bold;
  color: #8fa177;
}

.p-materials__caption {
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-materials__caption {
    font-size: 0.75rem;
  }
}

.p-melit__title {
  font-size: 2rem;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-melit__title {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
  }
}

.p-melit__cards {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-melit__cards {
    margin-top: 2.5rem;
  }
}

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

.p-melit__contact {
  margin-top: 3.75rem;
  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: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-melit__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-melit__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-melit__tel--text {
  width: 5.625rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5rem;
  line-height: 1.2;
  font-size: 0.75rem;
  -webkit-clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
          clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
  position: relative;
  background-color: #000;
  margin-top: 0.75rem;
}

.p-melit__tel--text span {
  position: relative;
  z-index: 10;
}

.p-melit__tel--text::before {
  content: "";
  display: block;
  position: absolute;
  inset: 1px;
  -webkit-clip-path: inherit;
          clip-path: inherit;
  background-color: #fff;
}

.p-melit__tel a {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-melit__tel a {
    font-size: 2rem;
  }
}

.p-melit__tel a span {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -0.5rem;
}

.p-melit__btn a {
  width: 25rem;
  height: 4.375rem;
  border-radius: 0.375rem;
  background: linear-gradient(219deg, rgb(228, 160, 42) 0%, rgb(222, 103, 12) 100%);
  color: #fff;
  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: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-box-shadow: 0 0.375rem 0.5rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.375rem 0.5rem rgba(0, 0, 0, .16);
}
@media screen and (max-width: 767px) {
  .p-melit__btn a {
    width: 20rem;
    height: 3.75rem;
    font-size: 1.125rem;
  }
}

.p-melit__btn a::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_mail.svg) no-repeat center/contain;
}

.p-message__title-box {
  text-align: center;
}

.p-message__wrap {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-message__wrap {
    margin-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.p-message__img {
  width: 40%;
  border-radius: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    width: 100%;
  }
}

.p-message__img img {
  aspect-ratio: 3/4;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #ccc;
  border-radius: 0.375rem;
}

.p-message__type {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-message__type {
    margin-top: 0.25rem;
    font-size: 0.75rem;
  }
}

.p-message__name {
  font-size: 1.25rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-message__name {
    font-size: 1.125rem;
  }
}

.p-message__name span {
  font-size: 0.875rem;
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-message__name span {
    font-size: 0.75rem;
    margin-right: 0.5rem;
  }
}

.p-message__body {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-message__body {
    width: 100%;
  }
}

.p-message__copy {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-message__copy {
    font-size: 1.25rem;
  }
}

.p-message__box {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
}

.p-message__text {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.p-message__text strong {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-message__text strong {
    font-size: 1rem;
  }
}

.p-message__movie {
  margin-top: 2.5rem;
  text-align: center;
  max-width: 61.25rem;
  margin-inline: auto;
}

.p-message__movie iframe {
  aspect-ratio: 560/315;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-archive__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news-archive__cats {
    gap: 0.5rem;
  }
}

.p-news-archive__cats a {
  display: block;
  padding: 0.5rem 1.5rem;
  border-radius: 1.875rem;
  background-color: #fff;
  color: #796b60;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-news-archive__cats a {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}

.p-news-archive__cats a:hover {
  opacity: 1;
  background-color: #5c4c3f;
  color: #fff;
}

.p-news-archive__cats li.is-active a {
  background-color: #5c4c3f;
  color: #fff;
}

.p-news-archive__items {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-news-archive__items {
    margin-top: 2.5rem;
  }
}

.p-news-archive__pagination {
  margin-top: 3.75rem;
}

.p-news {
  position: relative;
}

.p-news::after {
  content: "";
  width: 16.0625rem;
  height: 19.875rem;
  background: url(../images/bg03.webp) no-repeat center/cover;
  position: absolute;
  top: 10.625rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-news::after {
    width: 12.5rem;
    height: 16.25rem;
    top: 5rem;
  }
}

.p-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 6.25rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.p-news__body {
  width: 24.5901639344%;
  padding-left: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-news__body {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-news__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-news__btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
}

.p-news__btn a {
  background-color: transparent;
}

.p-news__list {
  width: 67.2131147541%;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-page-service__text {
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-page-service__text {
    font-size: 0.875rem;
    letter-spacing: -0.04em;
  }
}

.p-page-service__text span {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-page-service__text span {
    font-size: 1.125rem;
  }
}

.p-page-service__cards {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-service__cards {
    margin-top: 1.5rem;
  }
}

.p-page-service__card:nth-child(n+2) {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-service__card:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.p-pagination .page-numbers {
  width: 3.125rem;
  height: 3.75rem;
  border: 1px solid #5c4c3f;
  background-color: #fff;
  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: 1.125rem;
  color: #796b60;
  font-weight: bold;
}

.p-pagination .page-numbers.current {
  background-color: #5c4c3f;
  color: #fff;
}

.p-point__title {
  font-size: 2rem;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-point__title {
    font-size: 1.25rem;
  }
}

.p-point__text {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-point__text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    text-align: left;
  }
}

.p-point__box {
  margin-top: 3.75rem;
  max-width: 56.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-point__box {
    margin-top: 2.5rem;
  }
}

.p-privacy__box {
  background-color: #fff;
  padding: 1rem 1.5rem;
  height: 15rem;
  overflow: auto;
}

.p-privacy__box p {
  font-size: 0.875rem;
  line-height: 2;
}

.p-privacy__check {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-privacy__check {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-privacy__check .wpcf7-list-item {
    margin-left: 0;
  }
}

.p-relation__items {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-relation__items {
    margin-top: 2rem;
  }
}

.p-relation__cards {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-relation__cards {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-relation__item {
  list-style: none;
}

.p-sdgs__inner {
  max-width: 65.625rem;
}

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

.p-sdgs__text {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-sdgs__text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}

.p-sdgs__img {
  margin-top: 1.5rem;
  max-width: 45rem;
  margin-inline: auto;
}

.p-sdgs__img img {
  aspect-ratio: 1000/126.65;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service {
  position: relative;
}

.p-service::after {
  content: "";
  width: 34.8125rem;
  height: 34.625rem;
  background: url(../images/bg02.webp) no-repeat center/cover;
  position: absolute;
  top: -0.3125rem;
  left: 12.125rem;
}
@media screen and (max-width: 767px) {
  .p-service::after {
    width: 17.3125rem;
    height: 17.1875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-service__inner {
  position: relative;
  z-index: 10;
}

.p-service__fukidashi {
  width: 12.5rem;
  height: 5rem;
  border-radius: 60%;
  border: 1px solid #5c4c3f;
  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;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  position: absolute;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-service__fukidashi {
    width: 6.875rem;
    height: 3.125rem;
    font-size: 0.75rem;
  }
}

.p-service__fukidashi.fukidashi01 {
  left: 7.5rem;
  top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-service__fukidashi.fukidashi01 {
    left: 0.625rem;
    top: -2.5rem;
  }
}

.p-service__fukidashi.fukidashi02 {
  left: 17.5rem;
  top: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service__fukidashi.fukidashi02 {
    left: 0.625rem;
    top: 2.5rem;
  }
}

.p-service__fukidashi.fukidashi03 {
  left: 21.25rem;
  top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service__fukidashi.fukidashi03 {
    left: 8.125rem;
    top: -3.75rem;
  }
}

.p-service__fukidashi.fukidashi04 {
  right: 7.5rem;
  top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__fukidashi.fukidashi04 {
    right: 0.625rem;
    top: -2.5rem;
  }
}

.p-service__fukidashi.fukidashi05 {
  right: 6.25rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-service__fukidashi.fukidashi05 {
    right: 0.625rem;
    top: 2.5rem;
  }
}

.p-service__fukidashi.fukidashi06 {
  right: 18.125rem;
  top: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__fukidashi.fukidashi06 {
    right: 4.375rem;
    top: 5.625rem;
  }
}

.p-service__fukidashi.fukidashi07 {
  right: 20rem;
  top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service__fukidashi.fukidashi07 {
    left: 3.75rem;
    top: 5.625rem;
  }
}

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

.p-service__cards {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 4.5rem;
  }
}

.p-service__card:nth-child(1) {
  -webkit-transform: translateY(-3.75rem);
          transform: translateY(-3.75rem);
}
@media screen and (max-width: 767px) {
  .p-service__card:nth-child(1) {
    -webkit-transform: none;
            transform: none;
  }
}

.p-service__card:nth-child(3) {
  -webkit-transform: translateY(3.75rem);
          transform: translateY(3.75rem);
}
@media screen and (max-width: 767px) {
  .p-service__card:nth-child(3) {
    -webkit-transform: none;
            transform: none;
  }
}

.p-service__btn {
  margin-top: 6.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__btn {
    margin-top: 2.5rem;
  }
}

.p-showroom-slide__swiper-contents {
  position: relative;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-showroom-slide__swiper-contents {
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-showroom-slide__swiper {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-showroom-slide__img img {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
}

.p-showroom-slide__prev,
.p-showroom-slide__next {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 2.5rem;
  width: 2.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-showroom-slide__prev,
  .p-showroom-slide__next {
    right: 0;
    width: 2rem;
    height: 1rem;
  }
}

.p-showroom-slide__prev {
  left: auto;
  right: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-showroom-slide__prev {
    right: 3.75rem;
  }
}

.p-showroom-slide__prev::after,
.p-showroom-slide__next::after {
  width: 100%;
  height: 100%;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
}

.p-showroom-slide__prev::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-showroom__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-showroom__lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-showroom__body {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-showroom__body {
    width: 100%;
  }
}

.p-showroom__lead {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-showroom__lead {
    font-size: 1.25rem;
  }
}

.p-showroom__text {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-showroom__text {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.p-showroom__box {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-showroom__box {
    width: 100%;
  }
}

.p-showroom__cards {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-showroom__cards {
    margin-top: 3.75rem;
  }
}

.p-showroom__card:nth-child(n+2) {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-showroom__card:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.p-single-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single-pagination {
    gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-single-pagination__archive {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(calc(100% + 1rem));
            transform: translateY(calc(100% + 1rem));
  }
}

@media screen and (max-width: 767px) {
  .p-single-pagination a {
    min-width: 7.5rem;
    height: 2rem;
  }
}

.p-single__inner {
  max-width: 65.625rem;
}

.p-single__pagination {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__pagination {
    margin-top: 2.5rem;
  }
}

.p-support-detail__cards {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-support-detail__cards {
    margin-top: 1.5rem;
  }
}

.p-support-detail__card:nth-child(n+2) {
  margin-top: 1.25rem;
}

.p-support-lead__title-box {
  text-align: center;
}

.p-support-lead__text {
  margin-top: 3.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-support-lead__text {
    margin-top: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.7;
    text-align: left;
  }
}

.p-support__inner {
  max-width: 88.125rem;
}

.p-support__contents {
  padding-left: 6.25rem;
  margin-top: -5.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-support__contents {
    padding-left: 2.5rem;
    margin-top: -2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.5rem;
  }
}

.p-support__body {
  width: 51.6207455429%;
}
@media screen and (max-width: 767px) {
  .p-support__body {
    width: 100%;
  }
}

.p-support__table-box:nth-child(n+2) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-support__table-box:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.p-support__table-box dt {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.3125rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #f9f9f9;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f9f9f9;
}
@media screen and (max-width: 767px) {
  .p-support__table-box dt {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
  }
}

.p-support__table-box dd {
  margin-top: 1.625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.625;
  letter-spacing: 0.08em;
  color: #160c0c;
}
@media screen and (max-width: 767px) {
  .p-support__table-box dd {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.p-support__btn {
  margin-top: 2.5rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-support__btn {
    margin-top: 1.5rem;
  }
}

.p-support__img {
  width: 43.2739059968%;
}
@media screen and (max-width: 767px) {
  .p-support__img {
    width: 100%;
  }
}

.p-support__img img {
  aspect-ratio: 534/680;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-voice {
  background: url(../images/voice_bg.webp) no-repeat center/cover;
  overflow: hidden;
}

.p-voice__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8.5rem;
  margin-left: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-left: 0;
  }
}

.p-voice__text {
  padding-left: 1.875rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #fff;
  position: relative;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    padding-left: 0;
    font-size: 0.875rem;
    margin-top: 0;
  }
}

.p-voice__text::before {
  content: "";
  width: 1px;
  height: 5.8125rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-voice__text::before {
    content: none;
  }
}

.p-voice__swiper-contents {
  margin-top: 2.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice__swiper-contents {
    margin-top: 1.5rem;
  }
}

.p-voice__swiper {
  margin-right: calc(50% - 50vw);
}

.p-voice__slide {
  width: 19.875rem;
}
@media screen and (max-width: 767px) {
  .p-voice__slide {
    width: 18.75rem;
  }
}

.p-voice__btns {
  margin-top: 2.625rem;
  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: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-voice__btns {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.5rem;
  }
}

.p-voice__swiper-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  height: 2.25rem;
  padding-right: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-voice__swiper-btns {
    height: 1.5rem;
    margin-left: auto;
  }
}

.p-voice__swiper-prev.swiper-button-prev,
.p-voice__swiper-next.swiper-button-next {
  position: static;
  width: 4.1875rem;
  height: 2.25rem;
  margin: 0;
  background-color: #fff;
  border-radius: 1.125rem;
  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 (max-width: 767px) {
  .p-voice__swiper-prev.swiper-button-prev,
  .p-voice__swiper-next.swiper-button-next {
    width: 3.125rem;
    height: 1.5rem;
  }
}

.p-voice__swiper-prev.swiper-button-prev::after,
.p-voice__swiper-next.swiper-button-next::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-right: 0.125rem solid #5c4c3f;
  border-bottom: 0.125rem solid #5c4c3f;
}
@media screen and (max-width: 767px) {
  .p-voice__swiper-prev.swiper-button-prev::after,
  .p-voice__swiper-next.swiper-button-next::after {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.p-voice__swiper-prev.swiper-button-prev::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.p-voice__swiper-next.swiper-button-next::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-works-academy {
  overflow: hidden;
}

.p-works-academy__inner {
  max-width: 88.125rem;
  position: relative;
}

.p-works-academy__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-works-academy__title-box {
    gap: 1.5rem;
  }
}

.p-works-academy__btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-works-academy__btn {
    margin-top: 1rem;
  }
}

.p-works-academy__contents {
  padding-left: 6.25rem;
  margin-top: -0.625rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-works-academy__contents {
    padding-left: 2.5rem;
  }
}

.p-works-academy__prev,
.p-works-academy__next {
  width: 4.0625rem;
  height: 4.0625rem;
  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%;
  background-color: rgba(249, 249, 249, .1);
  border: 1px solid #f9f9f9;
  backdrop-filter: blur(14px);
  top: 57%;
}
@media screen and (max-width: 767px) {
  .p-works-academy__prev,
  .p-works-academy__next {
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-works-academy__prev {
  left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-works-academy__prev {
    left: 0.5rem;
  }
}

.p-works-academy__next {
  right: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-works-academy__next {
    right: 0.5rem;
  }
}

.p-works-academy__prev::after,
.p-works-academy__next::after {
  width: 0.625rem;
  height: 1.4375rem;
  background: url(../images/icon_arrow-news.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-works-academy__prev::after,
  .p-works-academy__next::after {
    width: 0.5rem;
    height: 1.125rem;
  }
}

.p-works-academy__prev::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-works__cards {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}

.p-works__pagination {
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

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