@charset "UTF-8";
/* リキッドレイアウト対応 */
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

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

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

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background-color: #EAE7D6;
  font-family: "Open Sans", sans-serif;
  z-index: -1;
  position: relative;
}

body.jp-language .js-font-change {
  font-family: "Zen Kaku Gothic Antique", serif;
}

body.en-language .js-font-en-not {
  display: none;
}

.js-fade-common,
.js-fade-first {
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="8" /></filter></svg>#filter');
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
  -webkit-transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-fade-common.is-active,
.js-fade-first.is-active {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}

.pin-spacer {
  background-color: #EAE7D6;
}

.grecaptcha-badge {
  opacity: 0;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  /* pcの電話番号発信対応 */
  a[href^="tel:"] {
    pointer-events: none;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

/* Set core root defaults */
/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

select::-ms-expand {
  display: none;
}

summary::marker {
  content: "";
}

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

.l-about {
  position: relative;
  background-color: #222636;
  opacity: 0;
  -webkit-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-about {
    padding-top: 7.875rem;
    opacity: 1;
    padding-bottom: 0;
  }
}

.l-about.is-change {
  background-color: #22362C;
}

.l-about__container {
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-grid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .l-grid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 3rem);
    height: inherit;
    padding-inline: 1.5rem;
    background-image: linear-gradient(to right, transparent 0%, rgba(37, 58, 73, .0509803922) 0%, rgba(37, 58, 73, .0509803922) 1px, transparent 1px), linear-gradient(to right, transparent calc(25% - 0.5px), rgba(37, 58, 73, .0509803922) calc(25% - 0.5px), rgba(37, 58, 73, .0509803922) calc(25% + 0.5px), transparent calc(25% + 0.5px)), linear-gradient(to right, transparent calc(50% - 0.5px), rgba(37, 58, 73, .0509803922) calc(50% - 0.5px), rgba(37, 58, 73, .0509803922) calc(50% + 0.5px), transparent calc(50% + 0.5px)), linear-gradient(to right, transparent calc(75% - 0.5px), rgba(37, 58, 73, .0509803922) calc(75% - 0.5px), rgba(37, 58, 73, .0509803922) calc(75% + 0.5px), transparent calc(75% + 0.5px)), linear-gradient(to right, transparent calc(100% - 1px), rgba(37, 58, 73, .0509803922) calc(100% - 1px), rgba(37, 58, 73, .0509803922) 100%, transparent 100%);
    pointer-events: none;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .l-grid--show::before {
    z-index: 5;
  }
}

.l-info {
  position: relative;
  z-index: 10;
}

.l-info__container {
  position: relative;
  z-index: 10;
}

.l-inner {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1096px;
    padding-right: 48px;
    padding-left: 48px;
  }
}

.l-page-contact {
  background-color: #EAE7D6;
  padding-top: 116px;
  padding-top: 7.25rem;
}
@media screen and (min-width: 768px) {
  .l-page-contact {
    padding-top: 12.75rem;
  }
}

.l-page-contact--thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.l-page {
  padding-top: 116px;
  padding-top: 7.25rem;
  background-color: #EAE7D6;
}
@media screen and (min-width: 768px) {
  .l-page {
    padding-top: 14.1875rem;
  }
}

.l-page__inner {
  padding-inline: 24px;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-page__inner {
    padding-inline: 3rem;
  }
}

.l-spacer-grid {
  position: relative;
  z-index: -1;
  position: relative;
  height: 96px;
  height: 6rem;
}
@media screen and (min-width: 768px) {
  .l-spacer-grid {
    height: 12rem;
  }
}

.l-vision {
  position: relative;
  background-color: #222636;
}

.c-accordion-second {
  border: 1px solid rgba(37, 58, 73, .6);
  padding: 18px;
  padding: 1.125rem;
  background-color: #EAE7D6;
}
@media screen and (min-width: 768px) {
  .c-accordion-second {
    padding: 3rem;
  }
}

.c-accordion-second__summary {
  display: grid;
  grid-template-columns: auto 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  gap: 1.125rem;
  cursor: pointer;
}

.c-accordion-second__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  gap: 1.125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c-accordion-second__head {
    gap: 3rem;
  }
}

.c-accordion-second__number {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.5;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
  font-weight: 400;
  color: #253A49;
  font-family: "STIX Two Text", serif;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #253A49;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .c-accordion-second__number {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
    margin-top: 0.375rem;
  }
}

.c-accordion-second__item {
  display: grid;
  gap: 6px;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-accordion-second__item {
    gap: 0.75rem;
  }
}

.c-accordion-second__name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  color: #253A49;
  font-family: "STIX Two Text", serif;
}
@media screen and (min-width: 768px) {
  .c-accordion-second__name {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}

.c-accordion-second__type {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: rgba(37, 58, 73, .6);
}
@media screen and (min-width: 768px) {
  .c-accordion-second__type {
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
  }
}

.c-accordion-second__details {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-accordion-second__details {
    margin-top: 3rem;
  }
}

.c-accordion-second__detail {
  border-top: 1px dashed rgba(37, 58, 73, .6);
  padding-block: 18px;
  padding-block: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-accordion-second__detail {
    padding-block: 1.5rem;
    display: grid;
    grid-template-columns: 9.25rem auto;
    gap: 3rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-accordion-second__detail:first-child {
  border-top: 1px solid rgba(37, 58, 73, .6);
}

.c-accordion-second__title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  color: #253A49;
}
@media screen and (min-width: 768px) {
  .c-accordion-second__title {
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
  }
}

.c-accordion-second__lists {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-accordion-second__lists {
    margin-top: 0;
  }
}

.c-accordion-second__list {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: rgba(37, 58, 73, .6);
  position: relative;
  padding-left: 12px;
  padding-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-accordion-second__list {
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
    padding-left: 0.875rem;
  }
}

.c-accordion-second__list--noBullet {
  padding-left: 0;
}

.c-accordion-second__list::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.c-accordion-second__list--noBullet::before {
  content: none;
}

.c-accordion {
  border-top: 1px dashed rgba(37, 58, 73, .6);
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c-accordion {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-faq__contents.is-active .c-accordion {
    padding-bottom: 1rem;
  }
}

.c-accordion:first-child {
  border-top: 1px solid rgba(37, 58, 73, .6);
}

.c-accordion:last-child {
  border-bottom: 1px dashed rgba(37, 58, 73, .6);
}

@media screen and (min-width: 768px) {
  .c-accordion--faq:first-child {
    border-top: none;
    padding-top: 0;
  }
}

.c-accordion__details {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.c-accordion__summary {
  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;
  cursor: pointer;
  gap: 22px;
  gap: 1.375rem;
}

.c-accordion__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  color: #253A49;
  font-family: "STIX Two Text", serif;
}
@media screen and (min-width: 768px) {
  .c-accordion__title {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}

.jp-language .c-accordion__title.js-font-change {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .jp-language .c-accordion__title.js-font-change {
    font-size: 1rem;
  }
}

.c-accordion__toggle {
  min-width: 24px;
  min-width: 1.5rem;
  min-height: 24px;
  min-height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #253A49;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-accordion__toggle {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.c-accordion__toggle::before,
.c-accordion__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #EAE7D6;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.c-accordion__toggle::before {
  width: 1px;
  width: 0.0625rem;
  height: 12px;
  height: 0.75rem;
  opacity: 1;
}

.c-accordion__toggle::after {
  width: 12px;
  width: 0.75rem;
  height: 1px;
  height: 0.0625rem;
}

.c-accordion[open] .c-accordion__toggle::before,
.c-accordion-second[open] .c-accordion-second__toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.c-accordion.is-closing .c-accordion__toggle::before,
.c-accordion-second.is-closing .c-accordion-second__toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 1;
}

.c-accordion__content {
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-accordion__content {
    gap: 2rem;
  }
}

.c-accordion__content > *:first-child {
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__content > *:first-child {
    padding-top: 2rem;
  }
}

.c-accordion__content > *:last-child {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__content > *:last-child {
    padding-bottom: 2.5rem;
  }
}

.c-accordion__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: rgba(37, 58, 73, .75);
}
@media screen and (min-width: 768px) {
  .c-accordion__text {
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-faq__contents .c-accordion__text {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}

.c-accordion__image img {
  border-radius: 0.5rem;
}

.jp-language .c-accordion__image-en {
  display: none;
}

.en-language .c-accordion__image-jp {
  display: none;
}

.c-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-anchor {
    display: grid;
  }
}

.c-anchor__item {
  display: grid;
  grid-template-columns: 1.125rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  background-color: #F7F5E9;
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-anchor__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: 1.75rem auto;
    gap: 0.875rem;
    padding: 0.65625rem 0.875rem;
  }
}

.c-anchor__number {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.5;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
  font-weight: 400;
  color: #253A49;
  border-right: 1px solid rgba(37, 58, 73, .25);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-anchor__number {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}

.c-anchor__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: rgba(37, 58, 73, .75);
}
@media screen and (min-width: 768px) {
  .c-anchor__text {
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
  }
}

.c-back {
  width: 240px;
  width: 15rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(37, 58, 73, .6);
  color: #253A49;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-back {
    font-size: 1.25rem;
    width: 27.125rem;
    padding-bottom: 0.9375rem;
    gap: 2.25rem;
  }
}

.c-back__arrow {
  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: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: border 0.6s cubic-bezier(0.05, 0.7, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.05, 0.7, 0.1, 1);
  transition: border 0.6s cubic-bezier(0.05, 0.7, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.05, 0.7, 0.1, 1);
  transition: transform 0.6s cubic-bezier(0.05, 0.7, 0.1, 1), border 0.6s cubic-bezier(0.05, 0.7, 0.1, 1);
  transition: transform 0.6s cubic-bezier(0.05, 0.7, 0.1, 1), border 0.6s cubic-bezier(0.05, 0.7, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.05, 0.7, 0.1, 1);
}
@media screen and (min-width: 768px) {
  .c-back__arrow {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.c-back__move {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.05, 0.7, 0.1, 1);
          animation-timing-function: cubic-bezier(0.05, 0.7, 0.1, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.05, 0.7, 0.1, 1);
  transition: all 1.2s cubic-bezier(0.05, 0.7, 0.1, 1);
}

.c-back__arrow::before,
.c-back__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  left: 0rem;
  background-image: url(../images/common/icon_arrow_back_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.05, 0.7, 0.1, 1);
          animation-timing-function: cubic-bezier(0.05, 0.7, 0.1, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.1, 1);
  transition: all 0.6s cubic-bezier(0.05, 0.7, 0.1, 1);
}
@media screen and (min-width: 768px) {
  .c-back__arrow::before,
  .c-back__arrow::after {
    background-image: url(../images/common/icon_arrow_back_pc.svg);
    width: 1.875rem;
    height: 1.875rem;
  }
}

.c-back__arrow::after {
  left: 40px;
  left: 2.5rem;
}

@media (any-hover: hover) {
  .c-back:hover .c-back__move {
    -webkit-animation-name: textRightLeft;
            animation-name: textRightLeft;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .c-back:hover .c-back__arrow::before {
    -webkit-animation-name: transformBackLeft;
            animation-name: transformBackLeft;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  .c-back:hover .c-back__arrow::after {
    -webkit-animation-name: transformBackRight;
            animation-name: transformBackRight;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@-webkit-keyframes textRightLeft {
  0% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
  50% {
    -webkit-transform: translateX(0.625rem);
            transform: translateX(0.625rem);
  }
  100% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
}
@keyframes textRightLeft {
  0% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
  50% {
    -webkit-transform: translateX(0.625rem);
            transform: translateX(0.625rem);
  }
  100% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
}
@-webkit-keyframes transformBackLeft {
  0% {
    left: 0rem;
  }
  100% {
    left: -2.5rem;
  }
}
@keyframes transformBackLeft {
  0% {
    left: 0rem;
  }
  100% {
    left: -2.5rem;
  }
}
@-webkit-keyframes transformBackRight {
  0% {
    left: 2.5rem;
  }
  100% {
    left: 0rem;
  }
}
@keyframes transformBackRight {
  0% {
    left: 2.5rem;
  }
  100% {
    left: 0rem;
  }
}
.c-card {
  display: grid;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-card {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .c-card--recruit {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-card__item {
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="8" /></filter></svg>#filter');
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
  -webkit-transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 1.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 1.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), filter 1.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), filter 1.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 1.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 768px) {
  .c-card__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-card__item.is-visible {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .c-card__item:nth-child(1).is-visible {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}

@media screen and (min-width: 768px) {
  .c-card__item:nth-child(2).is-visible {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

@media screen and (min-width: 768px) {
  .c-card__item:nth-child(3).is-visible {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}

@media screen and (min-width: 768px) {
  .c-card__item:nth-child(4).is-visible {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}

.c-card__image img {
  border-radius: 0.5rem 0.5rem 0 0;
  aspect-ratio: 342/257;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-card__image img {
    aspect-ratio: 4/3;
  }
}

.c-card__image--recruit {
  display: block;
}

.c-card__image--recruit img {
  aspect-ratio: 342/266;
}
@media screen and (min-width: 768px) {
  .c-card__image--recruit img {
    aspect-ratio: 318/248;
  }
}

.c-card__content {
  padding: 18px;
  padding: 1.125rem;
  background-color: #F7F5E9;
  display: grid;
  gap: 18px;
  gap: 1.125rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 1.5rem;
    gap: 1.5rem;
  }
}

.c-card__content--recruit {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
.c-card__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  color: #253A49;
  font-family: "STIX Two Text", serif;
}
@media screen and (min-width: 768px) {
  .c-card__title {
    font-size: 1.25rem;
    letter-spacing: 0.025rem;
  }
}

@media screen and (min-width: 768px) {
  .c-card__title--recruit {
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.c-card__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: rgba(37, 58, 73, .6);
}
@media screen and (min-width: 768px) {
  .c-card__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
  }
}

@media screen and (min-width: 768px) {
  .c-card__text--recruit {
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
}

.c-drawer {
  border-top: 1px solid rgba(234, 231, 214, .5);
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-drawer {
    border-top: none;
    padding: 1.125rem;
  }
}

.c-drawer.is-open {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.c-drawer__inner--menu,
.c-drawer__inner--language {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-drawer__inner--menu,
  .c-drawer__inner--language {
    display: block;
    opacity: 0;
  }
}

.c-drawer__inner--menu.is-open,
.c-drawer__inner--language.is-open {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-drawer__inner--menu.is-open,
  .c-drawer__inner--language.is-open {
    opacity: 1;
  }
}

.c-drawer__list {
  display: grid;
  gap: 14px;
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-drawer__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    gap: 1.125rem;
  }
}

.c-drawer__item {
  font-size: 14px;
  font-size: 0.875rem;
  color: #EAE7D6;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.28px;
  letter-spacing: 0.0175rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-drawer__item {
    text-align: left;
    font-size: 0.75rem;
    line-height: 1;
    color: #253A49;
    margin-left: 0;
    margin-left: initial;
    padding: 0;
  }
}

.c-drawer__item.is-active {
  background-color: #EAE7D6;
  color: #253A49;
}
@media screen and (min-width: 768px) {
  .c-drawer__item.is-active {
    background-color: transparent;
  }
}

.c-drawer__item.is-active .c-drawer__link--language {
  color: #253A49;
}

.c-drawer__link {
  color: #EAE7D6;
  text-decoration: none;
  display: block;
  padding: 4px;
  padding: 0.25rem;
  border-radius: 0.25rem;
}

.c-drawer__link.is-active {
  color: #222636;
  cursor: default;
  pointer-events: none;
  background-color: #EAE7D6;
}
@media screen and (min-width: 768px) {
  .c-drawer__link.is-active {
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
  }
}

@media (any-hover: hover) {
  .c-drawer__item:hover {
    opacity: 0.7;
  }
}
.c-form {
  margin-top: 18px;
  margin-top: 1.125rem;
  background-color: #FFFDF0;
  padding: 16px;
  padding: 1rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-form {
    margin-top: 2.25rem;
    padding: 2rem;
  }
}

.c-form--confirm {
  margin-top: 52px;
  margin-top: 3.25rem;
}

.c-form__container {
  position: relative;
}

.c-form__container:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-form__container:not(:first-child) {
    margin-top: 2rem;
  }
}

.c-form__container--first {
  margin-top: 0 !important;
}

.c-form__item {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-form__item {
    display: grid;
    grid-template-columns: 9.1875rem auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5.375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-form__item {
    gap: 3.25rem;
  }
}

.c-form__item p {
  font-size: 12px;
  font-size: 0.75rem;
  min-height: 24px;
  min-height: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  border-bottom: 1px solid rgba(37, 58, 73, .25);
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  word-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .c-form__item p {
    font-size: 0.875rem;
    padding-bottom: 0.75rem;
  }
}

.jp-language .c-form__item p {
  font-family: "Zen Kaku Gothic Antique", serif;
}

.c-form__label {
  font-size: 12px;
  font-size: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.28px;
  letter-spacing: 0.0175rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-form__label {
    margin-bottom: 0;
    font-size: 0.875rem;
    padding-left: 1rem;
    margin-bottom: 0;
  }
}

.c-form__label::before {
  content: "";
  position: absolute;
  bottom: -40px;
  bottom: -2.5rem;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-form__label::before {
    display: none;
  }
}

.c-form__item--textarea .c-form__label::before {
  bottom: -160px;
  bottom: -10rem;
}
@media screen and (min-width: 768px) {
  .c-form__item--textarea .c-form__label::before {
    bottom: -14rem;
  }
}

.c-form__label.required {
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

.c-form__label.required::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  top: 0.4375rem;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  background-color: #EA8C8C;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .c-form__label.required::after {
    top: 0.5625rem;
  }
}

.c-form input,
.c-form button,
.c-form select,
.c-form textarea {
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  font-weight: 400;
  color: #253A49;
  height: 100%;
  border-bottom: 1px solid rgba(37, 58, 73, .25);
  padding: 0;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .c-form input,
  .c-form button,
  .c-form select,
  .c-form textarea {
    font-size: 0.875rem;
  }
}

.jp-language .c-form input,
.jp-language .c-form button,
.jp-language .c-form select,
.jp-language .c-form textarea {
  font-family: "Zen Kaku Gothic Antique", serif;
}

.jp-language .c-form input,
.jp-language .c-form button,
.jp-language .c-form textarea {
  color: #253A49;
}

.c-form input[type=text]::-webkit-input-placeholder,
.c-form input[type=email]::-webkit-input-placeholder,
.c-form input[type=tel]::-webkit-input-placeholder,
.c-form input[type=url]::-webkit-input-placeholder,
.c-form input[type=search]::-webkit-input-placeholder,
.c-form input[type=number]::-webkit-input-placeholder,
.c-form input[type=date]::-webkit-input-placeholder,
.c-form input[type=time]::-webkit-input-placeholder,
.c-form textarea::-webkit-input-placeholder {
  color: rgba(37, 58, 73, .6);
}

.c-form input[type=text]::-moz-placeholder,
.c-form input[type=email]::-moz-placeholder,
.c-form input[type=tel]::-moz-placeholder,
.c-form input[type=url]::-moz-placeholder,
.c-form input[type=search]::-moz-placeholder,
.c-form input[type=number]::-moz-placeholder,
.c-form input[type=date]::-moz-placeholder,
.c-form input[type=time]::-moz-placeholder,
.c-form textarea::-moz-placeholder {
  color: rgba(37, 58, 73, .6);
}

.c-form input[type=text]::-ms-input-placeholder,
.c-form input[type=email]::-ms-input-placeholder,
.c-form input[type=tel]::-ms-input-placeholder,
.c-form input[type=url]::-ms-input-placeholder,
.c-form input[type=search]::-ms-input-placeholder,
.c-form input[type=number]::-ms-input-placeholder,
.c-form input[type=date]::-ms-input-placeholder,
.c-form input[type=time]::-ms-input-placeholder,
.c-form textarea::-ms-input-placeholder {
  color: rgba(37, 58, 73, .6);
}

.c-form input[type=text]::placeholder,
.c-form input[type=email]::placeholder,
.c-form input[type=tel]::placeholder,
.c-form input[type=url]::placeholder,
.c-form input[type=search]::placeholder,
.c-form input[type=number]::placeholder,
.c-form input[type=date]::placeholder,
.c-form input[type=time]::placeholder,
.c-form textarea::placeholder {
  color: rgba(37, 58, 73, .6);
}

.c-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url(../images/common/select-arrow.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: right top;
}

/* 最初のオプション以外が選択されている場合のスタイル */
.c-form select option:checked:not(:first-child) {
  color: #253A49;
}

.c-form select:has(option:checked:not(:first-child)) {
  color: #253A49;
}

.c-form select {
  color: rgba(37, 58, 73, .6);
}

.c-form select.has-value {
  color: #253A49;
}

@media screen and (min-width: 768px) {
  .c-form__item--textarea .wpcf7-form-control-wrap {
    margin-bottom: 0rem;
  }
}

.c-form__item .wpcf7-not-valid-tip {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.c-form__item--textarea .wpcf7-not-valid-tip {
  margin-top: 0px;
  margin-top: 0rem;
}
.c-form textarea {
  min-height: 150px;
  min-height: 9.375rem;
}

.c-form textarea[name=content] {
  min-height: 224px;
  min-height: 14rem;
  resize: none;
}
@media screen and (min-width: 768px) {
  .c-form textarea[name=content] {
    min-height: 15.75rem;
  }
}

.c-form textarea[name=content] {
  padding: 0;
}

.c-form__recaptcha {
  font-size: 10px;
  font-size: 0.625rem;
  color: rgba(0, 0, 0, .6);
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-form__recaptcha {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .c-form--confirm .c-form__recaptcha {
    margin-top: 2.25rem;
  }
}

.c-form__btns {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .c-form__btns {
    margin-top: 5.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.75rem;
    width: calc(100% - 14.5625rem);
    margin-left: auto;
  }
}

.c-form__btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  z-index: 1;
  border-bottom: 1px solid rgba(37, 58, 73, .6);
}

.c-form__btn input {
  border-bottom: none;
}

.c-form__btn--submit {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .c-form__btn--submit {
    width: 100%;
    margin-top: 0;
  }
}

.c-form__btn span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-form__btn input {
  text-align: left;
  padding: 0;
  line-height: 1.5;
  width: 240px;
  width: 15rem;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.05, 0.7, 0.1, 1);
          animation-timing-function: cubic-bezier(0.05, 0.7, 0.1, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.05, 0.7, 0.1, 1);
  transition: all 1.2s cubic-bezier(0.05, 0.7, 0.1, 1);
}
@media screen and (min-width: 768px) {
  .c-form__btn input {
    font-size: 1.25rem;
    width: 27.125rem;
    padding-bottom: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-form__btn--submit input {
    width: 100%;
  }
}

.c-form__btn .c-more__arrow {
  z-index: -1;
}

.c-form__btn span {
  top: calc(50% - 0.25rem);
}
@media screen and (min-width: 768px) {
  .c-form__btn span {
    top: calc(50% - 0.46875rem);
  }
}

@media (any-hover: hover) {
  .c-form__btn:hover input {
    -webkit-animation-name: textRightLeft;
            animation-name: textRightLeft;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .c-form__btn:hover .c-more__arrow::before {
    -webkit-animation-name: transformRightLeft;
            animation-name: transformRightLeft;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  .c-form__btn:hover .c-more__arrow::after {
    -webkit-animation-name: transformLeftRight;
            animation-name: transformLeftRight;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@keyframes textRightLeft {
  0% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
  50% {
    -webkit-transform: translateX(0.625rem);
            transform: translateX(0.625rem);
  }
  100% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
}
@keyframes textRightLeft {
  0% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
  50% {
    -webkit-transform: translateX(0.625rem);
            transform: translateX(0.625rem);
  }
  100% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
}
@-webkit-keyframes transformRightLeft {
  0% {
    left: 0rem;
  }
  100% {
    left: 2.5rem;
  }
}
@keyframes transformRightLeft {
  0% {
    left: 0rem;
  }
  100% {
    left: 2.5rem;
  }
}
@-webkit-keyframes transformLeftRight {
  0% {
    left: -2.5rem;
  }
  100% {
    left: 0rem;
  }
}
@keyframes transformLeftRight {
  0% {
    left: -2.5rem;
  }
  100% {
    left: 0rem;
  }
}
.c-form__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(37, 58, 73, .6);
}
@media screen and (min-width: 768px) {
  .c-form__back {
    width: 100%;
  }
}

.c-form__back input {
  width: 240px;
  width: 15rem;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  text-align: left;
  padding-left: 36px;
  padding-left: 2.25rem;
  border-bottom: none;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.05, 0.7, 0.1, 1);
          animation-timing-function: cubic-bezier(0.05, 0.7, 0.1, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.05, 0.7, 0.1, 1);
  transition: all 1.2s cubic-bezier(0.05, 0.7, 0.1, 1);
}
@media screen and (min-width: 768px) {
  .c-form__back input {
    font-size: 1.25rem;
    width: 27.125rem;
    padding-bottom: 0.9375rem;
    padding-left: 4.125rem;
    width: 100%;
  }
}

.c-form__back span {
  position: absolute;
  top: calc(50% - 0.25rem);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-form__back span {
    top: calc(50% - 0.46875rem);
  }
}

.c-form__back span::before,
.c-form__back span::after {
  background-image: url(../images/common/icon_arrow_back_sp.svg);
}
@media screen and (min-width: 768px) {
  .c-form__back span::before,
  .c-form__back span::after {
    background-image: url(../images/common/icon_arrow_back_pc.svg);
  }
}

@media (any-hover: hover) {
  .c-form__back:hover input {
    -webkit-animation-name: textRightLeft;
            animation-name: textRightLeft;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .c-form__back:hover .c-more__arrow::before {
    -webkit-animation-name: transformBackLeft;
            animation-name: transformBackLeft;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  .c-form__back:hover .c-more__arrow::after {
    -webkit-animation-name: transformBackRight;
            animation-name: transformBackRight;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@keyframes textRightLeft {
  0% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
  50% {
    -webkit-transform: translateX(0.625rem);
            transform: translateX(0.625rem);
  }
  100% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
}
@keyframes textRightLeft {
  0% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
  50% {
    -webkit-transform: translateX(0.625rem);
            transform: translateX(0.625rem);
  }
  100% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
}
@keyframes transformBackLeft {
  0% {
    left: 0rem;
  }
  100% {
    left: -2.5rem;
  }
}
@keyframes transformBackRight {
  0% {
    left: 2.5rem;
  }
  100% {
    left: 0rem;
  }
}
.c-form__btn .c-more__arrow--submit.is-move {
  -webkit-transform: translateY(-50%) scale(1.05);
          transform: translateY(-50%) scale(1.05);
  border: 1px solid rgba(0, 0, 0, .5);
}

.c-form__btn .c-more__arrow--submit.is-move::before {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.c-form__btn .c-more__arrow--submit.is-move::after {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.wpcf7-spinner {
  display: none !important;
}

.c-form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
  color: #EA8C8C;
}
@media screen and (min-width: 768px) {
  .c-form .wpcf7-not-valid-tip {
    margin-left: 0;
  }
}

.c-form__item--confirm {
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #e7e7e7;
}

.c-form__item--confirm:not(:first-child) {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.c-form__item--confirm .c-form__label::before {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.c-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}

.c-logo__left {
  position: fixed;
  top: 12px;
  top: 0.75rem;
  left: 12px;
  left: 0.75rem;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .c-logo__left {
    top: 1.5rem;
    left: 3rem;
  }
}

.c-logo__left img {
  width: 33px;
  width: 2.0625rem;
  height: 32px;
  height: 2rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-logo__left img {
    width: 2.4375rem;
    height: 2.375rem;
  }
}

.c-logo__right {
  position: fixed;
  top: 14px;
  top: 0.875rem;
  left: 53px;
  left: 3.3125rem;
  right: 0;
  z-index: 1000;
  mix-blend-mode: exclusion;
}
@media screen and (min-width: 768px) {
  .c-logo__right {
    top: 1.5rem;
    left: 6.1875rem;
    padding-top: 0.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.c-logo__right img {
  width: 81px;
  width: 5.0625rem;
  height: 30px;
  height: 1.875rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-logo__right img {
    width: 5.8125rem;
    height: 2.125rem;
  }
}

.c-more {
  min-width: 240px;
  min-width: 15rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #EAE7D6;
  color: #EAE7D6;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-more {
    font-size: 1.25rem;
    min-width: 27.125rem;
    padding-bottom: 0.9375rem;
  }
}

.c-more--blue {
  color: #253A49;
  border-bottom: 1px solid #253A49;
}

.c-more--recruit {
  min-width: 271px;
  min-width: 16.9375rem;
}
@media screen and (min-width: 768px) {
  .c-more--recruit {
    min-width: 27.125rem;
  }
}

.c-more__arrow {
  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: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: border 0.6s cubic-bezier(0.05, 0.7, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.05, 0.7, 0.1, 1);
  transition: border 0.6s cubic-bezier(0.05, 0.7, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.05, 0.7, 0.1, 1);
  transition: transform 0.6s cubic-bezier(0.05, 0.7, 0.1, 1), border 0.6s cubic-bezier(0.05, 0.7, 0.1, 1);
  transition: transform 0.6s cubic-bezier(0.05, 0.7, 0.1, 1), border 0.6s cubic-bezier(0.05, 0.7, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.05, 0.7, 0.1, 1);
}
@media screen and (min-width: 768px) {
  .c-more__arrow {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.c-more__move {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.05, 0.7, 0.1, 1);
          animation-timing-function: cubic-bezier(0.05, 0.7, 0.1, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.05, 0.7, 0.1, 1);
  transition: all 1.2s cubic-bezier(0.05, 0.7, 0.1, 1);
}

.c-more__arrow::before,
.c-more__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  left: 0rem;
  background-image: url(../images/common/icon_arrow_white_small.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.05, 0.7, 0.1, 1);
          animation-timing-function: cubic-bezier(0.05, 0.7, 0.1, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.1, 1);
  transition: all 0.6s cubic-bezier(0.05, 0.7, 0.1, 1);
}
@media screen and (min-width: 768px) {
  .c-more__arrow::before,
  .c-more__arrow::after {
    background-image: url(../images/common/icon_arrow_white.svg);
    width: 1.875rem;
    height: 1.875rem;
  }
}

.c-more__arrow::after {
  left: -40px;
  left: -2.5rem;
}

.c-more__arrow--blue {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-more__arrow--blue {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.c-more__arrow--blue::before,
.c-more__arrow--blue::after {
  background-image: url(../images/common/icon_arrow_blue.svg);
}
@media screen and (min-width: 768px) {
  .c-more__arrow--blue::before,
  .c-more__arrow--blue::after {
    background-image: url(../images/common/icon_arrow_blue_bold.svg);
  }
}

.c-more__arrow--blue::after {
  left: -40px;
  left: -2.5rem;
}

@media (any-hover: hover) {
  .c-more:hover .c-more__move {
    -webkit-animation-name: textRightLeft;
            animation-name: textRightLeft;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .c-more:hover .c-more__arrow::before {
    -webkit-animation-name: transformRightLeft;
            animation-name: transformRightLeft;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  .c-more:hover .c-more__arrow::after {
    -webkit-animation-name: transformLeftRight;
            animation-name: transformLeftRight;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@keyframes textRightLeft {
  0% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
  50% {
    -webkit-transform: translateX(0.625rem);
            transform: translateX(0.625rem);
  }
  100% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
}
@keyframes transformRightLeft {
  0% {
    left: 0rem;
  }
  100% {
    left: 2.5rem;
  }
}
@keyframes transformLeftRight {
  0% {
    left: -2.5rem;
  }
  100% {
    left: 0rem;
  }
}
.c-news__cards {
  background-color: #EAE7D6;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-news__cards {
    margin-top: 0rem;
  }
}

.c-news__link {
  display: grid;
  grid-template-columns: auto 0.75rem;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 12px;
  padding-block: 0.75rem;
  border-bottom: 1px solid rgba(37, 58, 73, .1);
}
@media screen and (min-width: 768px) {
  .c-news__link {
    grid-template-columns: auto 1.5rem;
    padding-block: 1rem;
    gap: 8rem;
  }
}

.c-news__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-news__left {
    display: grid;
    grid-template-columns: 196fr 776fr;
    gap: 3rem;
  }
}

.c-news__date time {
  font-size: 10px;
  line-height: 1.75;
  font-weight: 400;
  color: #253A49;
  display: block;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
}
@media screen and (min-width: 768px) {
  .c-news__date time {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}

.c-news__titles {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: #253A49;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .c-news__titles {
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
  }
}

.c-title__en,
.c-title__jp {
  display: block;
}

.c-title__jp {
  color: #000;
}

.en-language .c-title__jp {
  display: none;
}

.jp-language .c-title__en {
  display: none;
}

.c-news__arrow {
  position: relative;
  overflow: hidden;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-news__arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.c-news__arrow::before,
.c-news__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  left: 0rem;
  background-image: url(../images/common/icon_arrow_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.05, 0.7, 0.1, 1);
          animation-timing-function: cubic-bezier(0.05, 0.7, 0.1, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.1, 1);
  transition: all 0.6s cubic-bezier(0.05, 0.7, 0.1, 1);
}
@media screen and (min-width: 768px) {
  .c-news__arrow::before,
  .c-news__arrow::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.c-news__arrow::after {
  left: -40px;
  left: -2.5rem;
}

.c-news__more {
  margin-top: 64px;
  margin-top: 4rem;
}

.c-news__pagination {
  margin-top: 64px;
  margin-top: 4rem;
}

@media (any-hover: hover) {
  .c-news__link:hover .c-news__left {
    opacity: 0.7;
  }
  .c-news__link:hover .c-news__arrow::before {
    -webkit-animation-name: transformRightLeft;
            animation-name: transformRightLeft;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  .c-news__link:hover .c-news__arrow::after {
    -webkit-animation-name: transformLeftRight;
            animation-name: transformLeftRight;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@keyframes transformRightLeft {
  0% {
    left: 0rem;
  }
  100% {
    left: 2.5rem;
  }
}
@keyframes transformLeftRight {
  0% {
    left: -2.5rem;
  }
  100% {
    left: 0rem;
  }
}
.c-page-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "STIX Two Text", serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #253A49;
}
@media screen and (min-width: 768px) {
  .c-page-title {
    font-size: 2.25rem;
    letter-spacing: 0.045rem;
  }
}

.c-page-title-jp {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-page-title-jp {
    font-size: 1.125rem;
    margin-top: 0.875rem;
  }
}

.c-pagination__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}

.c-pagination__list--prev {
  margin-right: 16px;
  margin-right: 1rem;
}

.c-pagination__list--next {
  margin-left: 16px;
  margin-left: 1rem;
}

.c-pagination__number {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  font-weight: 600;
  opacity: 0.5;
  min-width: 16px;
  min-width: 1rem;
  min-height: 28px;
  min-height: 1.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-bottom: 1px solid transparent;
}

.c-pagination__number.active {
  opacity: 1;
  border-bottom: 1px solid #253A49;
}

.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-pagination__list a,
.c-pagination__list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-pagination__list a {
  cursor: pointer;
}

.c-pagination__list--disabled img rect {
  fill: #EAE7D6;
}

.c-slide {
  width: 100vw;
  padding-inline: 18px;
  padding-inline: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-slide {
    width: calc(50vw - 1.5rem);
    padding: 0 0.75rem;
  }
}

.c-slide:not(:first-child) {
  margin-left: -24px;
  margin-left: -1.5rem;
}
@media screen and (min-width: 768px) {
  .c-slide:not(:first-child) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-slide:first-child {
    margin-left: -1.5rem;
  }
}

.c-slide__inner {
  padding: 18px;
  padding: 1.125rem;
  background-color: #FFFDF0;
  border-radius: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-slide__inner {
    padding: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .c-slide__inner {
    overflow-y: scroll;
  }
}
.c-slide__number {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 600;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #253A49;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-slide__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "STIX Two Text", serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  margin-top: 36px;
  margin-top: 2.25rem;
  color: #253A49;
}
@media screen and (min-width: 768px) {
  .c-slide__title {
    font-size: 1.5rem;
    margin-top: 6rem;
    letter-spacing: 0.03rem;
  }
}

.c-slide__title span {
  display: block;
}

.c-slide__title span:last-child {
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-slide__title span:last-child {
    margin-top: 0.4375rem;
  }
}

.c-slide__title span:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-slide__title span:last-child {
    font-size: 0.875rem;
  }
}

.c-slide__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: rgba(37, 58, 73, .75);
}
@media screen and (min-width: 768px) {
  .c-slide__text {
    font-size: 0.875rem;
    margin-top: 1.75rem;
    letter-spacing: 0.0175rem;
  }
}

.c-step {
  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;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-step--first {
  margin-right: 12px;
  margin-right: 0.75rem;
}

.c-step--second {
  margin-left: 12px;
  margin-left: 0.75rem;
  margin-right: 12px;
  margin-right: 0.75rem;
}

.c-step--third {
  margin-left: 12px;
  margin-left: 0.75rem;
}

.c-step__label {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2;
  white-space: nowrap;
  color: rgba(37, 58, 73, .6);
}

.c-step.active .c-step__label {
  color: #253a49;
  font-weight: 400;
}

.c-step.completed .c-step__label {
  color: #253a49;
  font-weight: 400;
}

.c-step__fill {
  width: 24px;
  width: 1.5rem;
  height: 1px;
  z-index: -1;
  background-color: rgba(0, 0, 0, .25);
}

.c-step__progress .c-step__fill.active {
  background-color: #000;
}

.p-404 {
  padding-top: 192px;
  padding-top: 12rem;
  padding-bottom: 96px;
  padding-bottom: 6rem;
  background-color: #EAE7D6;
}
.p-404__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #253A49;
}

.p-404__title {
  text-align: center;
  font-family: "STIX Two Text", serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-404__title {
    font-size: 2.25rem;
  }
}

.p-404__text {
  margin-top: 16px;
  margin-top: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    font-size: 1.25rem;
  }
}

.p-404__top {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-404__top {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-404__top .c-back {
    width: 18.75rem;
  }
}

.p-about {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: sticky;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-about--vision {
    margin-top: 0;
  }
}

.p-about__inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__inner {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.p-about__content {
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  position: sticky;
  top: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__content {
    padding-left: 0rem;
    padding-top: 0;
    margin-bottom: 0;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
  }
}

.p-about__box {
  position: absolute;
  top: 12px;
  top: 0.75rem;
  left: 12px;
  left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-about__box {
    width: calc(100% - 6rem);
    left: 6rem;
    top: auto;
    top: initial;
    bottom: 1.75rem;
  }
}

.p-about__image {
  width: 50%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-about__image {
    width: 41.2342215989%;
  }
}

.p-about__image--strategy {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.p-about__svg {
  width: 10.2564102564%;
  margin-left: -12px;
  margin-left: -0.75rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-about__svg {
    width: 6.7796610169%;
    margin-left: -3rem;
  }
}

.p-about__svg--strategy {
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.p-about__svg--vision {
  margin-top: -15%;
}
@media screen and (min-width: 768px) {
  .p-about__svg--vision {
    margin-top: -37%;
  }
}

.p-about__svg--strategy {
  margin-top: -38%;
}
@media screen and (min-width: 768px) {
  .p-about__svg--strategy {
    margin-top: -52%;
  }
}

@media screen and (min-width: 768px) {
  .p-about__detail {
    padding-top: 12.4375rem;
  }
}

.p-about__detail--strategy {
  padding-top: 192px;
  padding-top: 12rem;
}
@media screen and (min-width: 768px) {
  .p-about__detail--strategy {
    padding-top: 12.4375rem;
  }
}

.p-about__info {
  width: 84.7457627119%;
  margin-left: auto;
  position: relative;
  z-index: 2;
  color: #EAE7D6;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-about__info {
    width: 48.4126984127%;
    padding-right: 3rem;
    padding-bottom: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__info--strategy {
    padding-bottom: 0rem;
    margin-top: -8rem;
  }
}

.p-about__title {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 600;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #EAE7D6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  color: #EAE7D6;
}

.p-about__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "STIX Two Text", serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  color: #EAE7D6;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__subtitle {
    padding-right: 3.875rem;
    font-size: 2.25rem;
    letter-spacing: 0.045rem;
    margin-top: 3rem;
  }
}

.p-about__subtitle span {
  display: block;
}

.p-about__subtitle span:last-child {
  padding-right: 30px;
  padding-right: 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-about__subtitle span:last-child {
    padding-right: 0;
    font-size: 0.875rem;
    margin-top: 0.4375rem;
    letter-spacing: 0.0175rem;
  }
}

.p-about__text {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: rgba(234, 231, 214, .75);
  padding-right: 12px;
  padding-right: 0.75rem;
  max-height: 292px;
  max-height: 18.25rem;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    margin-top: 4rem;
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
    padding-right: 0.75rem;
  }
}

.p-about__text::-webkit-scrollbar {
  width: 6px;
  width: 0.375rem;
}

.p-about__text::-webkit-scrollbar-track {
  background: rgba(234, 231, 214, .1);
  border-radius: 0.1875rem;
}

.p-about__text::-webkit-scrollbar-thumb {
  background: rgba(234, 231, 214, .3);
  border-radius: 0.1875rem;
}
.p-about__text::-webkit-scrollbar-thumb:hover {
  background: rgba(234, 231, 214, .5);
}

.p-about__text span {
  font-weight: 600;
}

.p-about__text li {
  position: relative;
  padding-left: 12px;
  padding-left: 0.75rem;
}

.p-about__text li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.p-about__more {
  margin-top: 16px;
  margin-top: 1rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-about__spacer {
  height: 100vh;
  height: 100svh;
}

.p-archive {
  background-color: #EAE7D6;
}
.p-archive__inner {
  position: relative;
  z-index: 1;
}

.p-archive__container {
  padding-top: 116px;
  padding-top: 7.25rem;
  padding-inline: 24px;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive__container {
    padding-top: 12.75rem;
    padding-inline: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-archive__container {
    display: grid;
    grid-template-columns: 13.9% auto;
    gap: 3rem;
  }
}

.p-archive__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "STIX Two Text", serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #253A49;
}
@media screen and (min-width: 768px) {
  .p-archive__title {
    font-size: 2.25rem;
    letter-spacing: 0.03rem;
    padding-top: 0rem;
  }
}

.p-contact-head {
  color: #253A49;
}
.p-contact-head__inner {
  padding-inline: 24px;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-head__inner {
    padding-inline: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-contact-head__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  font-family: "STIX Two Text", serif;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .p-contact-head__title {
    width: 17.2%;
    font-size: 2.25rem;
    letter-spacing: 0.045rem;
  }
}

.p-contact-head__nav {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-top: 12px;
  padding-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact-head__nav {
    width: 82.8%;
    margin-top: 0;
  }
}

.p-contact-head__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-contact {
  position: relative;
  z-index: 2;
}

.p-contact__inner {
  padding-top: 96px;
  padding-top: 6rem;
  padding-inline: 12px;
  padding-inline: 0.75rem;
  background-color: #EAE7D6;
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    padding-top: 12rem;
    padding-inline: 3rem;
    background-color: transparent;
    background-color: initial;
  }
}

.p-contact__link {
  background-color: #222636;
  display: block;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (min-width: 768px) {
  .p-contact__link {
    padding-top: 6rem;
    padding-bottom: 6rem;
    border-radius: 0.75rem;
  }
}

@media (any-hover: hover) {
  .p-contact__link:hover {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}
.p-contact__text {
  color: rgba(234, 231, 214, .75);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  max-width: 318px;
  max-width: 19.875rem;
  width: 86.8852459016vw;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    font-size: 1rem;
    max-width: 100%;
    width: 100%;
    text-align: center;
    width: 118.5792349727vw;
    letter-spacing: 0.02rem;
  }
}

.jp-language .p-contact__text {
  font-weight: 500;
}

.p-contact__wrapper {
  overflow: hidden;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__wrapper {
    margin-top: 2rem;
  }
}

.p-contact__loop .splide__track {
  overflow: visible;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.p-contact__loop .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__item {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  font-family: "STIX Two Text", serif;
  color: #EAE7D6;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-inline: 40px;
  padding-inline: 2.5rem;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-contact__item {
    font-size: 6rem;
    padding-inline: 9rem;
  }
}

.p-contact__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.p-contact__arrow img {
  width: 28px;
  width: 1.75rem;
  height: 19px;
  height: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__arrow img {
    width: 6rem;
    height: 6rem;
  }
}

.p-drawer {
  margin-left: auto;
  position: relative;
  width: 145px;
  width: 9.0625rem;
  position: fixed;
  top: 12px;
  top: 0.75rem;
  right: 12px;
  right: 0.75rem;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer::before.is-open {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222636;
  padding: 6px;
  padding: 0.375rem;
}

.p-drawer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(253, 252, 249, .5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 0.375rem;
  padding-inline: 6px;
  padding-inline: 0.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.p-drawer__head.is-open {
  background-color: #222636;
  backdrop-filter: none;
  border-radius: 0.375rem 0.375rem 0 0;
}

.p-drawer__head.is-open .p-drawer__line {
  background-color: #EAE7D6;
  opacity: 0.5;
}

.p-drawer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 6px;
  padding-block: 0.375rem;
}

.p-drawer__item button {
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  border: none;
}

.p-drawer__line {
  width: 1px;
  height: 16px;
  height: 1rem;
  display: block;
  background: rgba(37, 58, 73, .25);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-drawer__lang-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  background: rgba(253, 252, 249, .5);
  backdrop-filter: blur(4px);
  border-radius: 0.375rem;
  padding-inline: 6px;
  padding-inline: 0.375rem;
  border: none;
  color: #253A49;
  cursor: pointer;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-drawer__lang-btn {
    padding: 0.375rem 0.5rem;
  }
}

.p-drawer__lang-text {
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  line-height: 1;
  padding-inline: 2px;
  padding-inline: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-drawer__lang-text {
    font-size: 0.8125rem;
  }
}

.p-drawer__lang-arrow {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  color: #253A49;
}

.p-drawer__menu-btn {
  border-radius: 4px;
  background: rgba(234, 231, 214, .5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  color: #253A49;
  cursor: pointer;
  padding: 4px 6px;
  padding: 0.25rem 0.375rem;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.p-drawer__lang-btn.is-open,
.p-drawer__menu-btn.is-open {
  background-color: #FDFCF9;
  backdrop-filter: blur(4px);
}

.p-drawer__menu-text {
  line-height: 1;
}

.p-drawer__hamburger {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  gap: 0.125rem;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}

.p-drawer__hamburger span {
  display: block;
  width: 12px;
  width: 0.75rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #253A49;
  border-radius: 0.0625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-drawer__menu-btn.is-open .p-drawer__hamburger span:nth-child(1) {
  -webkit-transform: rotate(30deg) translate(1.5px, 2.5px);
          transform: rotate(30deg) translate(1.5px, 2.5px);
}

.p-drawer__menu-btn.is-open .p-drawer__hamburger span:nth-child(2) {
  opacity: 0;
}

.p-drawer__menu-btn.is-open .p-drawer__hamburger span:nth-child(3) {
  -webkit-transform: rotate(-30deg) translate(1.5px, -2.5px);
          transform: rotate(-30deg) translate(1.5px, -2.5px);
}

.p-drawer__body {
  padding-inline: 6px;
  padding-inline: 0.375rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  margin-top: -4px;
  margin-top: -0.25rem;
  height: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  background-color: #222636;
  -webkit-transition: -webkit-clip-path 0.3s ease;
  transition: -webkit-clip-path 0.3s ease;
  transition: clip-path 0.3s ease;
  transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
  border-radius: 0 0 0.375rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-drawer__body {
    position: absolute;
    left: 50%;
    top: 2.125rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0;
    border-radius: 0.375rem;
    background: rgba(249, 247, 241, .5);
    backdrop-filter: blur(4px);
  }
}

.p-drawer__body.is-open {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  height: auto;
}

@media (any-hover: hover) {
  .p-drawer__lang-btn:hover {
    background-color: #EAE7D6;
  }
}
.p-footer {
  background-color: #EAE7D6;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-footer {
    background-color: transparent;
    background-color: initial;
    z-index: 10;
  }
}

.p-footer__inner {
  padding-inline: 24px;
  padding-inline: 1.5rem;
  padding-top: 96px;
  padding-top: 6rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding-inline: 3rem;
    padding-bottom: 3rem;
    padding-top: 12rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__container {
    display: grid;
    grid-template-columns: 684fr 732fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__table {
    display: grid;
    gap: 1.5rem;
  }
}

.p-footer__table dl {
  padding-block: 12px;
  padding-block: 0.75rem;
  border-bottom: 1px solid rgba(37, 58, 73, .1);
  display: grid;
  grid-template-columns: 5.5rem auto;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__table dl {
    padding: 0;
    border-bottom: none;
    gap: 3rem;
  }
}

.p-footer__table dt {
  text-align: left;
  color: #253A49;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
}

.p-footer__table dd {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: rgba(37, 58, 73, .75);
}

.jp-language .p-footer__table dd {
  color: rgba(34, 38, 54, .75);
}

.p-footer__nav {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    margin-top: 0rem;
    padding-left: 3rem;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__list {
    gap: 3rem;
  }
}

.p-footer__list--public {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__list--public {
    margin-top: 2.25rem;
  }
}

.p-footer__list--policy {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-footer__link {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5;
  color: #253A49;
  letter-spacing: 0.22px;
  letter-spacing: 0.01375rem;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    font-size: 0.75rem;
    letter-spacing: 0.015rem;
  }
}

.p-footer__link--other {
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(37, 58, 73, .25);
}

.p-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    margin-top: 1.5625rem;
  }
}

.p-footer__copyright {
  font-size: 10px;
  line-height: 1.5;
  color: rgba(37, 58, 73, .5);
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
  font-weight: 400;
}
.p-footer__top {
  position: relative;
  border: 1px solid rgba(37, 58, 73, .6);
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.375rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.p-footer__arrow::before,
.p-footer__arrow::after {
  content: "";
  position: absolute;
  top: 12px;
  top: 0.75rem;
  left: 50%;
  background-image: url(../images/common/icon_arrow_top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.05, 0.7, 0.1, 1);
          animation-timing-function: cubic-bezier(0.05, 0.7, 0.1, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.7, 0.1, 1);
  transition: all 0.6s cubic-bezier(0.05, 0.7, 0.1, 1);
}
@media screen and (min-width: 768px) {
  .p-footer__arrow::before,
  .p-footer__arrow::after {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.p-footer__arrow::after {
  top: 60px;
  top: 3.75rem;
}

@media (any-hover: hover) {
  .p-footer__map:hover,
  .p-footer__nav a:hover {
    opacity: 0.7;
  }
  .p-footer__top:hover .p-footer__arrow::before {
    -webkit-animation-name: transformBottomTop;
            animation-name: transformBottomTop;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  .p-footer__top:hover .p-footer__arrow::after {
    -webkit-animation-name: transformTopBottom;
            animation-name: transformTopBottom;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@-webkit-keyframes transformBottomTop {
  0% {
    top: 0rem;
  }
  100% {
    top: -3.75rem;
  }
}
@keyframes transformBottomTop {
  0% {
    top: 0rem;
  }
  100% {
    top: -3.75rem;
  }
}
@-webkit-keyframes transformTopBottom {
  0% {
    top: 3.75rem;
  }
  100% {
    top: 0.75rem;
  }
}
@keyframes transformTopBottom {
  0% {
    top: 3.75rem;
  }
  100% {
    top: 0.75rem;
  }
}
.p-footer__map {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4px;
  margin-top: 0.25rem;
  border-bottom: 1px solid rgba(37, 58, 73, .25);
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  font-family: "Open Sans", sans-serif !important;
}
@media screen and (min-width: 768px) {
  .p-footer__map {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__nav {
    position: fixed;
    top: 1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
    padding: 0.5rem;
    background: rgba(253, 252, 249, .5);
    border-radius: 0.5rem;
    backdrop-filter: blur(4px);
    min-width: 36.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.75rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-header__list::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.75rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 1.125rem;
    background: rgba(37, 58, 73, .25);
    backdrop-filter: blur(4px);
  }
}

.p-header__link {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header__link {
    color: #253A49;
    font-size: 0.8125rem;
    line-height: 1;
    letter-spacing: 0.01625rem;
    font-weight: 400;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__link.is-active {
    border-radius: 4px;
    background-color: #EAE7D6;
  }
}

@media screen and (min-width: 768px) {
  .p-header__contact {
    position: fixed;
    top: 1.5rem;
    right: 3rem;
    z-index: 1000;
    border-radius: 1.6875rem;
  }
}

.p-header__contact a {
  color: #253A49;
  background-color: #EAE7D6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header__contact a {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.0175rem;
    font-weight: 400;
    border: 1px solid #dac5b6;
    display: block;
    border-radius: 1.6875rem;
  }
}

.p-header__language {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header__language {
    position: relative;
  }
}

@media (any-hover: hover) {
  .p-header__link:hover {
    background-color: #EAE7D6;
  }
  .p-header__contact a:hover {
    background-color: #222636;
    color: #EAE7D6;
  }
}
.p-info {
  overflow: hidden;
  position: relative;
  background-color: #EAE7D6;
  z-index: -1;
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-info {
    padding-top: 12rem;
  }
}

.p-info__head {
  padding-inline: 24px;
  padding-inline: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-info__head {
    padding-bottom: 2.5rem;
    padding-inline: 3rem;
    padding-top: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-info__head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 6rem);
    height: 1px;
    background-color: #253A49;
  }
}

.p-info__title {
  border-top: 1px solid #253A49;
  padding-top: 16px;
  padding-top: 1rem;
  font-family: "STIX Two Text", serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #253A49;
}
@media screen and (min-width: 768px) {
  .p-info__title {
    border-top: none;
    padding-top: 0;
    font-size: 1.5rem;
  }
}

.p-info__title span {
  display: block;
}

.p-info__title span:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-info__title span:last-child {
    margin-top: 0.875rem;
    font-size: 0.875rem;
  }
}

.jp-language .p-info__title span:last-child {
  font-family: "Zen Kaku Gothic Antique", serif;
}

.p-info__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: rgba(37, 58, 73, .75);
}
@media screen and (min-width: 768px) {
  .p-info__text {
    margin-top: 0;
    font-size: 0.875rem;
  }
}

.p-info__block {
  background-color: #EAE7D6;
  z-index: 2;
}

.p-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(-0.375rem);
          transform: translateX(-0.375rem);
}
@media screen and (min-width: 768px) {
  .p-info__body {
    padding-inline: 3rem;
    -webkit-transform: translateX(-0.75rem);
            transform: translateX(-0.75rem);
    gap: 1.5rem;
  }
}

.p-main {
  position: sticky;
  top: 0;
  z-index: -1;
  overflow: hidden;
  background-color: #EAE7D6;
}
@media screen and (min-width: 768px) {
  .p-main {
    position: relative;
  }
}

.p-main__gradient {
  position: absolute;
  bottom: -55%;
  right: 0;
  width: 100%;
  height: 262.1153846154%;
  z-index: -1;
  display: grid;
  grid-template-columns: repeat(30, 1fr);
  gap: 1px;
}
@media screen and (min-width: 768px) {
  .p-main__gradient {
    grid-template-columns: repeat(43, 1fr);
    bottom: 0;
    height: auto;
    height: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-main__gradient--sp {
    display: none;
  }
}

.p-main__gradient--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-main__gradient--pc {
    display: grid;
  }
}

.p-main__gradient img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
}
.p-main__gradient img {
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-main__gradient img:nth-child(1) {
  height: 38.3652430044%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(1) {
    height: 21.3125rem;
  }
}

.p-main__gradient img:nth-child(2) {
  height: 32.6951399116%;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(2) {
    height: 18.25rem;
  }
}

.p-main__gradient img:nth-child(3) {
  height: 30.9278350515%;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(3) {
    height: 22.375rem;
  }
}

.p-main__gradient img:nth-child(4) {
  height: 32.2533136966%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(4) {
    height: 21.3125rem;
  }
}

.p-main__gradient img:nth-child(5) {
  height: 28.2768777614%;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(5) {
    height: 23.3125rem;
  }
}

.p-main__gradient img:nth-child(6) {
  height: 37.1870397644%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(6) {
    height: 22.375rem;
  }
}

.p-main__gradient img:nth-child(7) {
  height: 31.5169366716%;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(7) {
    height: 26.1875rem;
  }
}

.p-main__gradient img:nth-child(8) {
  height: 39.617083947%;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(8) {
    height: 28.5rem;
  }
}

.p-main__gradient img:nth-child(9) {
  height: 44.3298969072%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(9) {
    height: 32.5625rem;
  }
}

.p-main__gradient img:nth-child(10) {
  height: 39.764359352%;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(10) {
    height: 36.6875rem;
  }
}

.p-main__gradient img:nth-child(11) {
  height: 45.7290132548%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(11) {
    height: 32.5625rem;
  }
}

.p-main__gradient img:nth-child(12) {
  height: 41.9734904271%;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(12) {
    height: 34.5625rem;
  }
}

.p-main__gradient img:nth-child(13) {
  height: 45.7290132548%;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(13) {
    height: 34.5625rem;
  }
}

.p-main__gradient img:nth-child(14) {
  height: 51.9882179676%;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(14) {
    height: 31.5625rem;
  }
}

.p-main__gradient img:nth-child(15) {
  height: 46.9072164948%;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(15) {
    height: 26.75rem;
  }
}

.p-main__gradient img:nth-child(16) {
  height: 42.4153166421%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(16) {
    height: 33.625rem;
  }
}

.p-main__gradient img:nth-child(17) {
  height: 46.9072164948%;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(17) {
    height: 37.625rem;
  }
}

.p-main__gradient img:nth-child(18) {
  height: 48.6008836524%;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(18) {
    height: 33.75rem;
  }
}

.p-main__gradient img:nth-child(19) {
  height: 54.2709867452%;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(19) {
    height: 38.8125rem;
  }
}

.p-main__gradient img:nth-child(20) {
  height: 48.6008836524%;
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(20) {
    height: 35.625rem;
  }
}

.p-main__gradient img:nth-child(21) {
  height: 56.6273932253%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(21) {
    height: 38.8125rem;
  }
}

.p-main__gradient img:nth-child(22) {
  height: 68.9248895434%;
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(22) {
    height: 44.125rem;
  }
}

.p-main__gradient img:nth-child(23) {
  height: 63.9911634757%;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(23) {
    height: 39.8125rem;
  }
}

.p-main__gradient img:nth-child(24) {
  height: 68.9248895434%;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(24) {
    height: 36rem;
  }
}

.p-main__gradient img:nth-child(25) {
  height: 82.8424153166%;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(25) {
    height: 39.8125rem;
  }
}

.p-main__gradient img:nth-child(26) {
  height: 92.4153166421%;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(26) {
    height: 41.25rem;
  }
}

.p-main__gradient img:nth-child(27) {
  height: 101.3991163476%;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(27) {
    height: 46.0625rem;
  }
}

.p-main__gradient img:nth-child(28) {
  height: 105.0810014728%;
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(28) {
    height: 41.25rem;
  }
}

.p-main__gradient img:nth-child(29) {
  height: 94.9926362297%;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(29) {
    height: 48.0625rem;
  }
}

.p-main__gradient img:nth-child(30) {
  height: 98.9690721649%;
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(30) {
    height: 58.5rem;
  }
}

.p-main__gradient img:nth-child(31) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(31) {
    height: 54.3125rem;
  }
}

.p-main__gradient img:nth-child(32) {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(32) {
    height: 58.5rem;
  }
}

.p-main__gradient img:nth-child(33) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(33) {
    height: 70.3125rem;
  }
}

.p-main__gradient img:nth-child(34) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(34) {
    height: 78.4375rem;
  }
}

.p-main__gradient img:nth-child(35) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(35) {
    height: 86.0625rem;
  }
}

.p-main__gradient img:nth-child(36) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(36) {
    height: 89.1875rem;
  }
}

.p-main__gradient img:nth-child(37) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(37) {
    height: 80.625rem;
  }
}

.p-main__gradient img:nth-child(38) {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(38) {
    height: 83.375rem;
  }
}

.p-main__gradient img:nth-child(39) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(39) {
    height: 88rem;
  }
}

.p-main__gradient img:nth-child(40) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(40) {
    height: 80.0625rem;
  }
}

.p-main__gradient img:nth-child(41) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(41) {
    height: 82.75rem;
  }
}

.p-main__gradient img:nth-child(42) {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(42) {
    height: 93.1875rem;
  }
}

.p-main__gradient img:nth-child(43) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
@media screen and (min-width: 768px) {
  .p-main__gradient img:nth-child(43) {
    height: 88rem;
  }
}

.p-main__inner {
  padding-inline: 12px;
  padding-inline: 0.75rem;
  padding-top: 116px;
  padding-top: 7.25rem;
  padding-bottom: 252px;
  padding-bottom: 15.75rem;
}
@media screen and (min-width: 768px) {
  .p-main__inner {
    padding-top: 14.1875rem;
    padding-bottom: 15.75rem;
    padding-inline: 3rem;
    padding-bottom: 32.75rem;
  }
}

.p-main__title {
  opacity: 0;
}

.p-main__en {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #253A49;
  font-family: "STIX Two Text", serif;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-main__en {
    font-size: 2.25rem;
    letter-spacing: 0.045rem;
  }
}

.p-main__other {
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  color: #253A49;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  display: block;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-main__other {
    font-size: 0.875rem;
    margin-top: 0.875rem;
    letter-spacing: 0.01625rem;
    padding-bottom: 1rem;
  }
}

.p-main__text {
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(37, 58, 73, .75);
  margin-top: 48px;
  margin-top: 3rem;
  opacity: 0;
  max-width: 240px;
  max-width: 15rem;
}
@media screen and (min-width: 768px) {
  .p-main__text {
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
    margin-top: 8rem;
    max-width: 27rem;
  }
}

.p-news {
  background-color: #EAE7D6;
  position: relative;
  z-index: 10;
}

.p-news--top {
  padding-top: 126px;
  padding-top: 7.875rem;
}
@media screen and (min-width: 768px) {
  .p-news--top {
    padding-top: 0;
    margin-top: 12rem;
  }
}

.p-news__inner {
  padding-inline: 24px;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__inner {
    padding-inline: 3rem;
  }
}

.p-news__container {
  padding-top: 12px;
  padding-top: 0.75rem;
  border-top: 1px solid #253A49;
}
@media screen and (min-width: 768px) {
  .p-news__container {
    display: grid;
    grid-template-columns: 13.9% auto;
    padding-top: 0rem;
    gap: 3rem;
    position: relative;
    z-index: 10;
    background-color: #EAE7D6;
  }
}

@media screen and (min-width: 768px) {
  .p-news__head {
    border-top: none;
    padding-top: 0;
  }
}

.p-news__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "STIX Two Text", serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #253A49;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
    padding-top: 1rem;
  }
}

.p-page-contact {
  margin-top: 64px;
  margin-top: 4rem;
  color: #253A49;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-page-contact {
    width: 82.8%;
    margin-left: auto;
  }
}

.p-page-contact__inner {
  padding-inline: 24px;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-contact__inner {
    padding-inline: 2rem;
  }
}

.p-page-contact__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
}

.p-page-contact__required {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-page-contact__required {
    margin-top: 0;
    margin-right: 0.75rem;
  }
}

.p-page-contact__required::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  background-color: #EA8C8C;
  border-radius: 50%;
}

.p-page-contact__contents {
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-contact__contents {
    margin-top: 3.25rem;
  }
}

.p-page-faq {
  margin-top: 96px;
  margin-top: 6rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-page-faq {
    margin-top: 12rem;
  }
}

.p-page-faq__container {
  background-color: #EAE7D6;
}
@media screen and (min-width: 768px) {
  .p-page-faq__container {
    display: grid;
    grid-template-columns: 12.25rem auto;
    gap: 3rem;
    border-top: 1px solid rgba(37, 58, 73, .25);
    padding-top: 1rem;
  }
}

.p-page-faq__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  font-family: "STIX Two Text", serif;
  color: #253A49;
}
@media screen and (min-width: 768px) {
  .p-page-faq__title {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}

.p-page-faq__contents {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-page-faq__contents {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-page-litigationfinance__head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.p-page-litigationfinance__right {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__right {
    margin-top: 0;
  }
}

.p-page-litigationfinance__message {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: rgba(37, 58, 73, .75);
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__message {
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
  }
}

.p-page-litigationfinance__message:not(:first-child) {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__message:not(:first-child) {
    margin-top: 0.875rem;
  }
}

.p-page-litigationfinance__content {
  margin-top: 96px;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__content {
    margin-top: 12rem;
  }
}

.p-page-litigationfinance__header {
  border-top: 1px solid rgba(37, 58, 73, .6);
  padding-top: 16px;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.p-page-litigationfinance__hero {
  font-size: 16px;
  font-size: 1rem;
  font-family: "STIX Two Text", serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  color: #253A49;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__hero {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}

.p-page-litigationfinance__hero-jp {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #253A49;
  font-weight: 500;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__hero-jp {
    font-size: 0.875rem;
    margin-top: 0.875rem;
  }
}

.p-page-litigationfinance__comment {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: rgba(37, 58, 73, .75);
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__comment {
    font-size: 0.875rem;
    margin-top: 0;
  }
}

.p-page-litigationfinance__block {
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
  z-index: 10;
}

.p-page-litigationfinance__container {
  margin-top: 96px;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__container {
    margin-top: 12rem;
  }
}

.p-page-litigationfinance__flow {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__flow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding-top: 0;
    margin-top: 2.5rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.p-page-litigationfinance__map {
  position: relative;
  padding: 8.2051282051vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__map {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: none;
    max-width: initial;
    width: 100%;
    padding: 10.9649122807% 4.0935672515% 15.0584795322%;
    z-index: 1;
    position: sticky;
    top: 2.5%;
  }
}

.p-page-litigationfinance__circle {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__circle {
    width: 100%;
    height: 100%;
    padding: 11.6959064327%;
  }
}

.p-page-litigationfinance__circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  mask-image: conic-gradient(from 0deg at center, black 0deg, transparent 0deg);
  -webkit-mask-image: conic-gradient(from 0deg at center, black 0deg, transparent 0deg);
}

.p-page-litigationfinance__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #EAE7D6;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__logos {
    width: 100%;
    z-index: -1;
  }
}

.p-page-litigationfinance__logoLeft {
  width: 8.4615384615vw;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__logoLeft {
    width: 5.701754386%;
  }
}

.p-page-litigationfinance__logoRight {
  width: 20.7692307692vw;
  mix-blend-mode: exclusion;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__logoRight {
    width: 13.5964912281%;
  }
}

.p-page-litigationfinance__anchors {
  width: 100%;
  height: 100%;
  background-color: #EAE7D6;
}

.p-page-litigationfinance__anchor {
  position: absolute;
  content: "";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__anchor {
    width: 23.3918128655%;
    aspect-ratio: 1/1;
  }
}

.p-page-litigationfinance__anchor:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__anchor:nth-child(1) {
    top: 7.5%;
  }
}

.p-page-litigationfinance__anchor:nth-child(2) {
  top: 14.9122807018%;
  right: 7.6023391813%;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__anchor:nth-child(2) {
    right: 10.8187134503%;
    top: 20.7808564232%;
  }
}

.p-page-litigationfinance__anchor:nth-child(3) {
  top: 48.5380116959%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__anchor:nth-child(3) {
    right: 4.0935672515%;
    top: 49.3702770781%;
  }
}

.p-page-litigationfinance__anchor:nth-child(4) {
  bottom: 0;
  right: 21.3450292398%;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__anchor:nth-child(4) {
    right: 23.0994152047%;
    bottom: 12.9722921914%;
  }
}

.p-page-litigationfinance__anchor:nth-child(5) {
  bottom: 0;
  left: 21.3450292398%;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__anchor:nth-child(5) {
    left: 23.0994152047%;
    bottom: 12.9722921914%;
  }
}

.p-page-litigationfinance__anchor:nth-child(6) {
  top: 48.5380116959%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__anchor:nth-child(6) {
    left: 4.0935672515%;
    top: 46.3476070529%;
  }
}

.p-page-litigationfinance__anchor:nth-child(7) {
  top: 14.9122807018%;
  left: 7.6023391813%;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__anchor:nth-child(7) {
    left: 10.8187134503%;
    top: 20.7808564232%;
  }
}

.p-page-litigationfinance__human {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
  color: #253A49;
  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;
  width: 21.5384615385vw;
  height: 21.5384615385vw;
  border-radius: 50%;
  background-color: rgba(255, 253, 240, .9);
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__human {
    font-size: 0.75rem;
    width: 100%;
    height: 100%;
  }
}

.p-page-litigationfinance__steps {
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__steps {
    margin-top: 1.5rem;
  }
}

.p-page-litigationfinance__step {
  background-color: #FFFDF0;
  padding: 18px;
  padding: 1.125rem;
  border-radius: 0.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__step {
    padding: 3rem;
  }
}

.p-page-litigationfinance__number {
  font-size: 12px;
  font-size: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #253A49;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  color: #253A49;
}

.p-page-litigationfinance__box {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__box {
    margin-top: 6rem;
  }
}

.p-page-litigationfinance__name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  color: #253A49;
  font-family: "STIX Two Text", serif;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__name {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}

.p-page-litigationfinance__name-jp {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  color: #253A49;
  font-weight: 400;
  font-family: "STIX Two Text", serif;
  text-transform: uppercase;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__name-jp {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.p-page-litigationfinance__detail {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: rgba(37, 58, 73, .75);
}
@media screen and (min-width: 768px) {
  .p-page-litigationfinance__detail {
    margin-top: 1.75rem;
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
  }
}

.p-page-process {
  background-color: #222636;
  margin-top: 96px;
  margin-top: 6rem;
}

.p-page-process__inner {
  padding-block: 64px;
  padding-block: 4rem;
}
@media screen and (min-width: 768px) {
  .p-page-process__inner {
    padding-block: 8rem;
  }
}

.p-page-process__head {
  border-top: 1px solid rgba(234, 231, 214, .6);
  padding-top: 16px;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-page-process__head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding-bottom: 1rem;
  }
}

.p-page-process__title {
  color: #EAE7D6;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  font-family: "STIX Two Text", serif;
}
@media screen and (min-width: 768px) {
  .p-page-process__title {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}

.p-page-process__title-jp {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-page-process__title-jp {
    font-size: 0.875rem;
    margin-top: 0.875rem;
  }
}

.p-page-process__comment {
  color: rgba(234, 231, 214, .75);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-page-process__comment {
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
    margin-top: 0;
  }
}

.p-page-process__contents {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1.625rem auto;
}
@media screen and (min-width: 768px) {
  .p-page-process__contents {
    margin-top: 2.5rem;
    grid-template-columns: 4.875rem auto;
  }
}

.p-page-process__left {
  position: sticky;
  top: 64px;
  top: 4rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 0.75;
}
@media screen and (min-width: 768px) {
  .p-page-process__left {
    top: 6rem;
    line-height: 1.5;
  }
}

.p-page-process__left span {
  color: #EAE7D6;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 0.8;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  font-weight: 400;
  font-family: "STIX Two Text", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-page-process__left span {
    font-size: 2.25rem;
    letter-spacing: 0.03rem;
    line-height: 1.5;
    -webkit-transform: translateY(0.4375rem);
            transform: translateY(0.4375rem);
  }
}

.p-page-process__right {
  border-left: 1px solid rgba(234, 231, 214, .6);
  padding-left: 24px;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-process__right {
    padding-left: 6rem;
  }
}

.p-page-process__item {
  padding-block: 16px;
  padding-block: 1rem;
  border-top: 1px solid rgba(234, 231, 214, .6);
}
@media screen and (min-width: 768px) {
  .p-page-process__item {
    padding-block: 3rem;
    display: grid;
    grid-template-columns: 12.25rem 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-page-process__item:not(:first-child) {
  border-top: 1px dashed rgba(234, 231, 214, .6);
}

.p-page-process__item:last-child {
  border-bottom: 1px dashed rgba(234, 231, 214, .6);
}

.p-page-process__circle {
  padding: 16px;
  padding: 1rem;
  border: 1px solid rgba(234, 231, 214, .6);
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-process__circle {
    aspect-ratio: 196/134;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -o-object-fit: cover;
       object-fit: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 12.25rem;
  }
}

.p-page-process__icon {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-page-process__icon {
    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: 2rem;
    height: 2rem;
  }
}

.p-page-process__detail {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-process__detail {
    padding-left: 6rem;
    margin-top: 0;
  }
}

.p-page-process__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-process__header {
    gap: 3rem;
  }
}

.p-page-process__number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #EAE7D6;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  color: #EAE7D6;
}

.p-page-process__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  font-family: "STIX Two Text", serif;
}
@media screen and (min-width: 768px) {
  .p-page-process__title {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}

.p-page-process__lists {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-page-process__lists {
    margin-top: 3rem;
  }
}

.p-page-process__list {
  padding-left: 12px;
  padding-left: 0.75rem;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: rgba(234, 231, 214, .6);
}
@media screen and (min-width: 768px) {
  .p-page-process__list {
    font-size: 0.875rem;
    padding-left: 0.875rem;
  }
}

.p-page-process__list::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

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

.p-page-recruit__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  gap: 3rem;
}

.p-page-recruit__members {
  margin-top: 96px;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-page-recruit__members {
    margin-top: 12rem;
  }
}

.p-page-recruit__header {
  border-top: 1px solid rgba(37, 58, 73, .6);
  padding-top: 16px;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-page-recruit__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.p-page-recruit__header--job {
  border-top: none;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-page-recruit__header--job {
    grid-template-columns: 1fr;
    gap: 0rem;
    position: sticky;
    top: 6rem;
  }
}

.p-page-recruit__hero {
  font-size: 16px;
  font-size: 1rem;
  font-family: "STIX Two Text", serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  color: #253A49;
}
@media screen and (min-width: 768px) {
  .p-page-recruit__hero {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}

.p-page-recruit__hero-jp {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #253A49;
  font-weight: 500;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-page-recruit__hero-jp {
    font-size: 0.875rem;
    margin-top: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-recruit__hero--job {
    font-size: 2.25rem;
    letter-spacing: 0.045rem;
  }
}

.p-page-recruit__comment {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: rgba(37, 58, 73, .75);
}
@media screen and (min-width: 768px) {
  .p-page-recruit__comment {
    margin-top: 0;
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-recruit__comment--job {
    margin-top: 0.875rem;
  }
}

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

.p-page-recruit__job {
  margin-top: 96px;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-page-recruit__job {
    margin-top: 12rem;
    display: grid;
    grid-template-columns: 440fr 928fr;
    gap: 3rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

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

.p-page-recruit__contents {
  margin-top: 24px;
  margin-top: 1.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-page-recruit__contents {
    margin-top: 0;
  }
}

.p-page-recruit__items {
  display: grid;
  gap: 18px;
  gap: 1.125rem;
}

.p-page-recruit__more {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-page-recruit__more {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-strategy__head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.p-page-strategy__subtitle {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "STIX Two Text", serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  color: #253A49;
}
@media screen and (min-width: 768px) {
  .p-page-strategy__subtitle {
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
    margin-top: 1.125rem;
  }
}

.p-page-strategy__content {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-page-strategy__content {
    margin-top: 12rem;
    position: relative;
    z-index: 10;
  }
}

.p-page-strategy__message {
  margin-top: 48px;
  margin-top: 3rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: rgba(37, 58, 73, .75);
}
@media screen and (min-width: 768px) {
  .p-page-strategy__message {
    margin-top: 0;
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
  }
}

.p-page-strategy__view {
  margin: 0 calc(50% - 50vw);
  padding-inline: 12px;
  padding-inline: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-page-strategy__view {
    margin: 0;
    margin: initial;
    padding-inline: initial;
  }
}

.p-page-strategy__view img {
  border-radius: 0.5rem;
}

.p-page-strategy__container {
  margin-top: 96px;
  margin-top: 6rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-page-strategy__container {
    margin-top: 12rem;
  }
}

.p-page-strategy__hero {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "STIX Two Text", serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  color: #253A49;
}
@media screen and (min-width: 768px) {
  .p-page-strategy__hero {
    font-size: 2.25rem;
    letter-spacing: 0.045rem;
  }
}

.p-page-strategy__hero-jp {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-page-strategy__hero-jp {
    font-size: 1rem;
    margin-top: 0.875rem;
  }
}

.p-page-strategy__block {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-page-strategy__block {
    margin-top: 4rem;
  }
}

.p-policy {
  background-color: #EAE7D6;
}

.p-policy__inner {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-policy__head {
    width: 82.7683615819%;
  }
}

.p-policy__content {
  margin-top: 96px;
  margin-top: 6rem;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  counter-reset: policy-counter;
}
@media screen and (min-width: 768px) {
  .p-policy__content {
    margin-top: 12rem;
    gap: 3rem;
    width: 82.7683615819%;
    margin-left: auto;
  }
}

.p-policy__comment {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: #253A49;
}
@media screen and (min-width: 768px) {
  .p-policy__comment {
    font-size: 0.875rem;
  }
}

.p-policy__block {
  counter-increment: policy-counter;
}

.p-policy__title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "STIX Two Text", serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  color: #253A49;
  padding-left: 21px;
  padding-left: 1.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-policy__title {
    font-size: 1.875rem;
    padding-left: 2.375rem;
  }
}

.p-policy__title::before {
  content: counter(policy-counter) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.p-policy__title-ja {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-policy__title-ja {
    font-size: 1rem;
    margin-top: 0.875rem;
  }
}

.p-policy__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: #253A49;
  display: grid;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-policy__text {
    font-size: 0.875rem;
    margin-top: 3rem;
    letter-spacing: 0.0175rem;
    gap: 1.5rem;
  }
}

.p-policy__text a {
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 7.5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}

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

.p-policy__item {
  position: relative;
  padding-left: 12px;
  padding-left: 0.75rem;
}

.p-policy__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.p-policy__box {
  margin-top: 24px;
  margin-top: 1.5rem;
  border: 1px solid rgba(37, 58, 73, .25);
  background-color: #EAE7D6;
}
@media screen and (min-width: 768px) {
  .p-policy__box {
    margin-top: 3rem;
  }
}

.p-policy__table {
  display: grid;
  gap: 6px;
  gap: 0.375rem;
  padding: 12px;
  padding: 0.75rem;
  border-bottom: 1px solid rgba(37, 58, 73, .25);
  color: #253A49;
}
@media screen and (min-width: 768px) {
  .p-policy__table {
    grid-template-columns: 1fr 1fr;
    padding: 0;
    gap: 0;
  }
}

.p-policy__table:last-child {
  border-bottom: none;
}

.p-policy__table dt {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-policy__table dt {
    border-right: 1px solid rgba(37, 58, 73, .25);
    padding: 0.75rem;
    font-size: 0.875rem;
  }
}

.p-policy__table dd {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-policy__table dd {
    font-size: 0.875rem;
    padding: 0.75rem;
    line-height: 1.75;
    letter-spacing: 0.0175rem;
  }
}

.p-policy__table dd a {
  color: #5786a8;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 7.5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}

.p-single {
  background-color: #EAE7D6;
}

.p-single__inner {
  position: relative;
  z-index: 1;
}

.p-single__content {
  padding-inline: 24px;
  padding-inline: 1.5rem;
  padding-top: 116px;
  padding-top: 7.25rem;
}
@media screen and (min-width: 768px) {
  .p-single__content {
    padding-inline: 3rem;
    padding-top: 14.1875rem;
  }
}

.p-single__titles {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  font-weight: 400;
  color: #253A49;
}
@media screen and (min-width: 768px) {
  .p-single__titles {
    width: 77.5132275132vw;
    font-size: 2.25rem;
  }
}

.p-single__date {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-single__date {
    margin-top: 0.75rem;
  }
}

.p-single__titles .p-single__en {
  font-family: "STIX Two Text", serif;
  font-weight: 400;
}

.p-single__en,
.p-single__jp {
  display: block;
}

.en-language .p-single__jp {
  display: none;
}

.jp-language .p-single__en {
  display: none;
}

.p-single__info {
  margin-top: 96px;
  margin-top: 6rem;
  color: #253A49;
}
@media screen and (min-width: 768px) {
  .p-single__info {
    width: 77.5132275132vw;
    margin-left: auto;
    margin-top: 12rem;
  }
}

.p-single__info-en h2 {
  font-family: "STIX Two Text", serif;
}

.p-single__info h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  color: #253A49;
  position: relative;
  padding-left: 18px;
  padding-left: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-single__info h2 {
    font-size: 1.875rem;
    padding-left: 2.25rem;
  }
}

.p-single__info h2::before {
  content: "";
  position: absolute;
  top: 9px;
  top: 0.5625rem;
  left: 0;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  background-color: #253A49;
}
@media screen and (min-width: 768px) {
  .p-single__info h2::before {
    top: 0.875rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}

.jp-language .p-single__info h2::before {
  top: 11px;
  top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .jp-language .p-single__info h2::before {
    top: 1rem;
  }
}

.p-single__info p {
  margin-top: 24px;
  margin-top: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single__info p {
    margin-top: 3rem;
    font-size: 0.875rem;
  }
}

.p-single__info h3 {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  .p-single__info h3 {
    margin-top: 3rem;
    font-size: 1.25rem;
  }
}

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

.p-single__info tr {
  border-top: 1px solid rgba(37, 58, 73, .25);
  border-left: 1px solid rgba(37, 58, 73, .25);
  border-right: 1px solid rgba(37, 58, 73, .25);
}

.p-single__info tr:last-child {
  border-bottom: 1px solid rgba(37, 58, 73, .25);
}

.p-single__info tr th,
.p-single__info tr td {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single__info tr th,
  .p-single__info tr td {
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
  }
}

@media screen and (max-width: 767px) {
  .p-single__info tr th,
  .p-single__info tr td {
    width: 100% !important;
    height: auto !important;
    height: initial !important;
    display: block;
  }
}
.p-single__info tr td:first-child {
  font-family: "Open Sans", sans-serif;
}

.p-single__info tr td:first-child {
  padding: 12px 12px 6px;
  padding: 0.75rem 0.75rem 0.375rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-single__info tr td:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem;
  }
}

.p-single__info tr td:last-child {
  padding: 0px 12px 12px;
  padding: 0rem 0.75rem 0.75rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single__info tr td:last-child {
    padding: 0.75rem;
    border-left: 1px solid rgba(37, 58, 73, .25);
  }
}

.p-single__info a {
  color: #5786A8;
  text-decoration: underline;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 7.5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  word-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.p-single__info h4 {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  color: #253A49;
}
@media screen and (min-width: 768px) {
  .p-single__info h4 {
    margin-top: 3rem;
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
  }
}

.p-single__info ol,
.p-single__info ul {
  padding-left: 1em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__info ol,
  .p-single__info ul {
    margin-top: 3rem;
  }
}
.p-single__info ol li,
.p-single__info ul li {
  margin-top: 6px;
  margin-top: 0.375rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single__info ol li,
  .p-single__info ul li {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
}

.p-single__info ol {
  list-style-type: decimal;
}

.p-single__info ul {
  list-style-type: disc;
}

.p-single__info blockquote p {
  font-style: italic;
  opacity: 0.6;
}

.p-single__info-en,
.p-single__info-jp {
  display: block;
}

.en-language .p-single__info-jp {
  display: none;
}

.jp-language .p-single__info-en {
  display: none;
}

.p-single__back {
  margin-top: 96px;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-single__back {
    width: 77.5132275132vw;
    margin-left: auto;
  }
}

.p-strategy {
  background-color: #22362C;
  position: relative;
}

.p-strategy__inner {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-bottom: 128px;
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .p-strategy__inner {
    padding-top: 12.4375rem;
    padding-inline: 3rem;
    padding-bottom: 11rem;
  }
}

.p-strategy__content {
  position: sticky;
  top: 12px;
  top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-strategy__content {
    padding-left: 3rem;
    top: 7.875rem;
  }
}

.p-strategy__image {
  width: 66.6666666667%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-strategy__image {
    width: 43%;
  }
}

.p-strategy__svg {
  width: 10.2564102564%;
  margin-top: -150px;
  margin-top: -9.375rem;
  margin-left: -12px;
  margin-left: -0.75rem;
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-filter 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-filter 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, filter 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, filter 0.8s ease-in-out, -webkit-filter 0.8s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-strategy__svg {
    width: 6.7796610169%;
    margin-top: -53%;
    margin-left: -3rem;
  }
}

.p-strategy__svg.is-open {
  opacity: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.p-strategy__detail {
  margin-top: 64px;
  margin-top: 4rem;
  width: 82.2033898305%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-strategy__detail {
    width: 48.3050847458%;
    padding-top: 3rem;
    padding-bottom: 10%;
  }
}

.p-strategy__title {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 600;
  color: #EAE7D6;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #EAE7D6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

.p-strategy__subtitle {
  padding-right: 6px;
  padding-right: 0.375rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "STIX Two Text", serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  color: #EAE7D6;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-strategy__subtitle {
    padding-right: 0.875rem;
    font-size: 2.25rem;
    letter-spacing: 0.045rem;
    margin-top: 4rem;
  }
}

.p-strategy__subtitle span {
  display: block;
}

.p-strategy__subtitle span:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-strategy__subtitle span:last-child {
    font-size: 0.875rem;
    margin-top: 0.875rem;
    letter-spacing: 0.0175rem;
  }
}

.p-strategy__text {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: rgba(234, 231, 214, .75);
}
@media screen and (min-width: 768px) {
  .p-strategy__text {
    margin-top: 4rem;
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
  }
}

.p-strategy__more {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-thanks {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-thanks {
    width: 82.8%;
    margin-left: auto;
  }
}

.p-thanks__inner {
  padding-inline: 24px;
  padding-inline: 1.5rem;
  margin-top: 64px;
  margin-top: 4rem;
  color: #253A49;
}
@media screen and (min-width: 768px) {
  .p-thanks__inner {
    padding-inline: 3rem;
    padding-left: 2rem;
    margin-left: auto;
    margin-top: 2.6875rem;
  }
}

.p-thanks__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  font-family: "STIX Two Text", serif;
}
@media screen and (min-width: 768px) {
  .p-thanks__title {
    font-size: 2.25rem;
    letter-spacing: 0.045rem;
  }
}

.p-thanks__text {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-thanks__text {
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
    margin-top: 2rem;
  }
}

.p-thanks__btn {
  margin-top: 64px;
  margin-top: 4rem;
}

.l-content {
  position: relative;
  z-index: -1;
  background-color: #222636;
}

@media screen and (max-width: 767px) {
  .l-content {
    opacity: 0;
  }
}
.p-vision {
  position: sticky;
  top: 0;
  z-index: 1;
}

.p-vision__inner {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-vision__inner {
    padding-top: 7.875rem;
    padding-inline: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-vision__content {
    padding-left: 3rem;
  }
}

.p-vision__image {
  width: 66.6666666667%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-vision__image {
    width: 43%;
  }
}

.p-vision__svg {
  width: 10.2564102564%;
  margin-top: -15%;
  margin-left: -12px;
  margin-left: -0.75rem;
}
@media screen and (min-width: 768px) {
  .p-vision__svg {
    width: 6.7796610169%;
    margin-top: -38%;
    margin-left: -3rem;
  }
}

.p-vision__block {
  background-color: #222636;
  padding-bottom: 128px;
  padding-bottom: 8rem;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .p-vision__block {
    background-color: transparent;
    z-index: 12;
  }
}

@media screen and (min-width: 768px) {
  .p-vision__block.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (min-width: 768px) {
  .p-vision__block {
    position: sticky;
    top: 35%;
  }
}

.p-vision__detail {
  padding-top: 64px;
  padding-top: 4rem;
  width: 82.2033898305%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-vision__detail {
    width: 48.3050847458%;
    padding-top: 3rem;
  }
}

.p-vision__title {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 600;
  color: #EAE7D6;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #EAE7D6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

.p-vision__subtitle {
  padding-right: 30px;
  padding-right: 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "STIX Two Text", serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  color: #EAE7D6;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-vision__subtitle {
    padding-right: 3.875rem;
    font-size: 2.25rem;
    letter-spacing: 0.045rem;
    margin-top: 4rem;
  }
}

.p-vision__subtitle span {
  display: block;
}

.p-vision__subtitle span:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-vision__subtitle span:last-child {
    font-size: 0.875rem;
    margin-top: 0.875rem;
    letter-spacing: 0.0175rem;
  }
}

.p-vision__text {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.24px;
  letter-spacing: 0.015rem;
  font-weight: 400;
  color: rgba(234, 231, 214, .75);
  padding-right: 24px;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-vision__text {
    margin-top: 4rem;
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
    padding-right: 3rem;
  }
}
/*# sourceMappingURL=styles.css.map */
