@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1119px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1120 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}
html {
  scrollbar-gutter: stable;
}

body {
  color: #010101;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
body.is-fixed {
  overflow-y: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img {
  display: block;
}

a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  -webkit-padding-before: 5.75rem;
          padding-block-start: 5.75rem;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .l-main {
    -webkit-padding-before: 3.75rem;
            padding-block-start: 3.75rem;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 630px;
    padding: 0 0.9375rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 0.9375rem;
    max-width: 600px;
  }
}

.c-btn__entry {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #EC7419;
  border: solid 0.0625rem #EC7419;
  border-radius: 9999px;
  -webkit-box-shadow: 0 0 8.1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8.1px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.11875rem;
     -moz-column-gap: 1.11875rem;
          column-gap: 1.11875rem;
  padding-inline: 2.615rem;
  padding-block: 0.890625rem;
  color: #ffffff;
}
@media (any-hover: hover) {
  .c-btn__entry:hover {
    color: #EC7419;
    background: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__entry {
    -webkit-column-gap: 0.85125rem;
       -moz-column-gap: 0.85125rem;
            column-gap: 0.85125rem;
    padding-inline: 1.97rem;
    padding-block: 0.6625rem;
    -webkit-box-shadow: 0 0 6.161px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6.161px 0 rgba(0, 0, 0, 0.2);
  }
}

.c-btn__entry-label {
  font-size: 1.1654375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-btn__entry-label {
    font-size: 0.8864375rem;
  }
}

.c-btn__entry-icon {
  width: 1.15525rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-btn__entry-icon {
    width: 0.8786875rem;
  }
}

.c-btn__modal {
  width: 14.9375rem;
  background: #EC7419;
  border: solid 0.0625rem #EC7419;
  border-radius: 9999px;
  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;
  padding-inline: 1.4375rem;
  padding-block: 0.5125rem;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media (any-hover: hover) {
  .c-btn__modal:hover {
    background: #ffffff;
    color: #EC7419;
  }
  .c-btn__modal:hover .c-btn__modal-icon-bg {
    fill: #EC7419;
  }
  .c-btn__modal:hover .c-btn__modal-icon-line {
    stroke: #ffffff;
  }
}

.c-btn__modal-label {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.c-btn__modal-icon {
  width: 1.5rem;
  height: auto;
}

.c-btn__modal-icon-bg {
  fill: #ffffff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.c-btn__modal-icon-line {
  stroke: #EC7419;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.c-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  pointer-events: none;
}
.c-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-animated__fadeIn,
.c-animated__fadeIn-d {
  translate: 0 40px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, translate 0.6s ease;
  transition: opacity 0.6s ease, translate 0.6s ease;
}
.c-animated__fadeIn.js-show,
.c-animated__fadeIn-d.js-show {
  translate: 0;
  opacity: 1;
}

.c-animated__fade-in {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}
.c-animated__fade-in.js-show {
  opacity: 1;
}

.c-animated__slideIn--left,
.c-animated__slideIn--right {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.c-animated__slideIn--left.js-show,
.c-animated__slideIn--right.js-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-animated__slideIn--left {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.c-animated__slideIn--right {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.c-animated__slideIn--left-default {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation: slidIn 0.6s ease forwards;
          animation: slidIn 0.6s ease forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes slidIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slidIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-animation__text {
  visibility: hidden;
}
.c-animation__text .char {
  opacity: 0;
}

.c-animation__text-up {
  visibility: hidden;
}
.c-animation__text-up .char {
  translate: 0 100%;
}
.c-animation__text-up span {
  overflow: hidden;
}

.c-animated__delay--03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.c-animated__delay--05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.c-animated__delay--1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.c-animated__delay--15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.c-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .c-head {
    row-gap: 0.75rem;
  }
}

.c-head__title {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5625;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-head__title {
    font-size: 1rem;
  }
}
.c-head__title.-white {
  color: #ffffff;
}

.c-head__en {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 3.5rem;
  height: 3.5rem;
  text-transform: uppercase;
}
.c-head__en.-orange {
  color: #EC7419;
}
.c-head__en.-white {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-head__en {
    font-size: 2.375rem;
    line-height: 1.6875rem;
    height: 1.6875rem;
  }
}

/* dialogのデフォルトスタイルのリセット ============ */
:where(dialog) {
  width: unset;
  max-width: unset;
  /* height: unset;
  max-height: unset; */
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

/* モーダルのスタイル ============ */
dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
dialog::backdrop {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
dialog.js-show.c-modal {
  opacity: 1;
}
dialog.js-show::-ms-backdrop {
  opacity: 1;
  /* 背景画像 */
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
}
dialog.js-show::backdrop {
  opacity: 1;
  /* 背景画像 */
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
}

.c-modal {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: min(1440px, 100%);
  margin-inline: auto;
  max-height: 90vh;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.25rem 1.875rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 1.875rem 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .c-modal {
    width: min(390px, 100%);
  }
}
.c-modal.-privacy {
  width: min(900px, 100%);
}

.c-modal__close-btn {
  position: absolute;
  z-index: 2;
  top: 2.9125rem;
  right: 3.030625rem;
  width: 3.625rem;
  height: 3.625rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-modal__close-btn:focus {
  outline: none;
}
@media (any-hover: hover) {
  .c-modal__close-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-modal__close-btn {
    top: 1.625rem;
    right: 0.99625rem;
    width: 1.87875rem;
    height: 1.87875rem;
  }
}

.c-modal__wrapper {
  overflow-y: scroll;
  height: inherit;
  max-height: inherit;
  position: relative;
}

.c-modal__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
.c-modal__body::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 13.36875rem;
  height: 13.36875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA136), to(#FF710E));
  background: linear-gradient(180deg, #FFA136 0%, #FF710E 100%);
  clip-path: polygon(0 100%, 100% 0%, 100% 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-modal__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.125rem;
  }
  .c-modal__body::after {
    right: auto;
    bottom: auto;
    left: 0;
    top: 0;
    width: 5.9375rem;
    height: 5.9375rem;
    clip-path: polygon(0 0, 0% 100%, 100% 0%);
  }
}
.c-modal__body.-privacy::after {
  content: none;
}

.c-modal__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 58.875rem;
}
@media (max-width: 1340px) {
  .c-modal__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .c-modal__right {
    width: 100%;
    padding-inline: 0.9375rem;
  }
}

.c-modal__head {
  -webkit-padding-end: 2.46875rem;
          padding-inline-end: 2.46875rem;
  font-family: "Montserrat", sans-serif;
  color: #EC7419;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1340px) {
  .c-modal__head {
    -webkit-padding-before: 2.28125rem;
            padding-block-start: 2.28125rem;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 1.0625rem;
       -moz-column-gap: 1.0625rem;
            column-gap: 1.0625rem;
  }
  .c-modal__head .c-modal__cap {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    height: auto;
    width: auto;
    padding-left: 0;
  }
}

.c-modal__number {
  font-size: 5.1424375rem;
  line-height: 3.625rem;
  width: 5.5rem;
  height: 3.625rem;
}
@media screen and (max-width: 767px) {
  .c-modal__number {
    font-size: 3.2674375rem;
    line-height: 2.3125rem;
    width: 3.5rem;
    height: 2.3125rem;
  }
}

.c-modal__cap {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-transform: uppercase;
  font-size: 1.9448125rem;
  line-height: 1.375rem;
  height: 11.8125rem;
  width: 1.375rem;
  padding-left: 2.75rem;
}
@media screen and (max-width: 767px) {
  .c-modal__cap {
    font-size: 1.5625rem;
    line-height: 1.125rem;
    height: 1.125rem;
  }
}

.c-modal__content {
  -webkit-padding-before: 4.6875rem;
          padding-block-start: 4.6875rem;
  -webkit-padding-after: 2.5rem;
          padding-block-end: 2.5rem;
  -webkit-padding-end: 2.5rem;
          padding-inline-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-modal__content {
    -webkit-padding-before: 2.59375rem;
            padding-block-start: 2.59375rem;
    -webkit-padding-after: 0;
            padding-block-end: 0;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
.c-modal__content.-privacy {
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-modal__content.-privacy {
    padding-inline: 1.5rem;
    -webkit-padding-after: 2.5rem;
            padding-block-end: 2.5rem;
  }
}

.c-modal__title {
  width: min(691.4px, 100%);
  -webkit-padding-after: 1.91rem;
          padding-block-end: 1.91rem;
  border-bottom: solid 0.0625rem #000000;
}
@media screen and (max-width: 767px) {
  .c-modal__title {
    width: 100%;
  }
}

.c-modal__name {
  font-size: 1.57575rem;
  font-weight: 700;
  letter-spacing: 0.084em;
  line-height: 1.125rem;
  display: block;
  height: 1.125rem;
}

.c-modal__honorific {
  font-size: 1.32575rem;
}
@media screen and (max-width: 767px) {
  .c-modal__honorific {
    font-size: inherit;
  }
}

.c-modal__position {
  -webkit-margin-before: 1.814375rem;
          margin-block-start: 1.814375rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}

.c-modal__qa {
  -webkit-margin-before: 2.00125rem;
          margin-block-start: 2.00125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.10875rem;
}

.c-modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.6425rem;
}

.c-modal__question {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-padding-start: 1.125rem;
          padding-inline-start: 1.125rem;
}
.c-modal__question::before {
  content: "ー";
  position: absolute;
  top: 0;
  left: 0;
}

.c-modal__answer {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-modal__answer {
    font-size: 0.875rem;
  }
}

.c-modal__phots {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 427/900;
  width: 29.6527777778%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-modal__phots {
    width: 100%;
    padding-inline: 0.9375rem;
    -webkit-padding-after: 1.60875rem;
            padding-block-end: 1.60875rem;
  }
}

.c-modal__phot {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-modal__title-privacy {
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .c-modal__title-privacy {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-modal__title-privacy {
    font-size: 1.5rem;
  }
}

.c-modal__subTitle-privacy {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.0388888889em;
}
@media screen and (max-width: 767px) {
  .c-modal__subTitle-privacy {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-modal__subTitle-privacy {
    font-size: 1rem;
  }
}

.c-modal__text-wrap {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}

.c-modal__text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-modal__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-modal__text {
    font-size: 0.875rem;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    -webkit-padding-before: 0;
            padding-block-start: 0;
    padding-inline: 0;
  }
}

.p-header__inner {
  width: min(1090px, 100%);
  height: 3.75rem;
  margin-inline: auto;
  padding-inline: 1.76625rem;
  border-radius: 9999px;
  -webkit-box-shadow: 0 0.176625rem 0.4858125rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.176625rem 0.4858125rem 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 0.9375rem;
    border-radius: initial;
    -webkit-box-shadow: 0 0 1.5rem 0 rgba(44, 44, 44, 0.1);
            box-shadow: 0 0 1.5rem 0 rgba(44, 44, 44, 0.1);
    background: #ffffff;
  }
}

.p-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.3125rem;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-header__logo:hover {
  opacity: 0.7;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 2.9375rem;
     -moz-column-gap: 2.9375rem;
          column-gap: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}
.p-header__list li {
  font-size: 0.7056875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.p-header__list li:hover {
  color: #EC7419;
}

.p-header__sns {
  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: 1.5460625rem;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-header__sns:hover {
  opacity: 0.7;
}

.p-header__btn {
  padding: 0.375rem 1.70375rem;
  background: #EC7419;
  border: 1px solid #EC7419;
  border-radius: 9999px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.176875rem;
     -moz-column-gap: 0.176875rem;
          column-gap: 0.176875rem;
}
.p-header__btn:hover {
  color: #EC7419;
  background: #ffffff;
}

.p-header__btn-label {
  font-size: 0.706625rem;
  font-weight: 600;
  letter-spacing: 0.029em;
}

.p-header__btn-icon {
  width: 0.618125rem;
  height: auto;
}

.p-drawer__wrap {
  position: fixed;
  z-index: 103;
  right: 14px;
  top: 17.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  -webkit-padding-end: 0.5825rem;
          padding-inline-end: 0.5825rem;
}
@media (min-width: 768px) {
  .p-drawer__wrap {
    display: none;
  }
}

.p-drawer__insta {
  width: 1.5460625rem;
  height: auto;
}
.p-drawer__insta:hover {
  opacity: 0.7;
}

.p-drawer__icon {
  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;
  row-gap: 9px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
@media (any-hover: hover) {
  .p-drawer__icon:hover .p-drawer__icon--bar {
    background: #EC7419;
  }
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #000;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 4.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  rotate: -45deg;
  translate: 0 -4.5px;
}

.p-drawer {
  position: fixed;
  z-index: 102;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: min(390px, 100%);
  height: 100vh;
  height: 100svh;
  background: #ffffff;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-padding-before: 83.71px;
          padding-block-start: 83.71px;
  padding-inline: 15px;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
.p-drawer__list li a {
  font-size: 18px;
  font-weight: 600;
  color: #EC7419;
  border-bottom: solid 1px #EC7419;
  display: block;
  padding-inline: 40px;
  padding-block: 22px 30px;
}
@media (any-hover: hover) {
  .p-drawer__list li a:hover {
    color: #010101;
    border-bottom: solid 1px #010101;
  }
}

.p-drawer__btn {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  padding: 9.79px 39.38px;
  background: #EC7419;
  border: 1px solid #EC7419;
  border-radius: 9999px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.p-drawer__btn:hover {
  color: #EC7419;
  background: #ffffff;
}

.p-drawer__btn-label {
  font-size: 15.751px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.p-drawer__btn-icon {
  width: 13.78px;
  height: auto;
}

.p-bg__orange {
  background: linear-gradient(to bottom, transparent 422px, #FFA136 422px, #FF710E 100%);
}
@media screen and (max-width: 767px) {
  .p-bg__orange {
    background: linear-gradient(to bottom, transparent 384px, #FFA136 384px, #FF710E 100%);
  }
}

.p-mv {
  position: relative;
  overflow-x: clip;
}

.p-mv__inner {
  position: relative;
  width: min(90rem, 100%);
  margin-inline: auto;
}

.p-mv__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 2.4375rem;
  -webkit-padding-before: 3.8125rem;
          padding-block-start: 3.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  row-gap: 4.185625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__head {
    -webkit-margin-end: 0.9375rem;
            margin-inline-end: 0.9375rem;
    -webkit-padding-before: 2.75rem;
            padding-block-start: 2.75rem;
    row-gap: 2.125rem;
  }
}

.p-mv__title {
  display: block;
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.75rem;
  height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 1.6875rem;
    line-height: 1.25rem;
    height: 1.25rem;
  }
}

.p-mv__title-en {
  color: #EC7419;
  font-family: "Montserrat", sans-serif;
  font-size: min(10.78vw, 9.352375rem);
  font-weight: 700;
  line-height: 6.5625rem;
  height: 6.5625rem;
  -webkit-padding-end: 1.5rem;
          padding-inline-end: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__title-en {
    font-size: 4.7154375rem;
    -webkit-padding-end: 0.3125rem;
            padding-inline-end: 0.3125rem;
    line-height: 1;
    height: 8rem;
  }
}

.p-mv__swiper-container {
  -webkit-margin-before: -2.1875rem;
          margin-block-start: -2.1875rem;
  margin-inline: calc(50% - 50vw);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__swiper-container {
    -webkit-margin-before: -0.875rem;
            margin-block-start: -0.875rem;
  }
}

.p-mv__swiper-wrapper {
  height: 27.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv__swiper-wrapper {
    height: 16.341875rem;
  }
}

.p-mv__swiper-slide {
  aspect-ratio: 406/436;
  width: 25.375rem;
  height: auto;
}
.p-mv__swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 0.61375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-mv__swiper-slide {
    width: 15.21875rem;
    border-radius: 0.368125rem;
  }
}

.p-mv__button-wrap {
  position: absolute;
  right: 4.725rem;
  bottom: 2.133125rem;
}
@media screen and (max-width: 767px) {
  .p-mv__button-wrap {
    position: relative;
    right: auto;
    bottom: auto;
    -webkit-margin-before: 0.93rem;
            margin-block-start: 0.93rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.p-about {
  overflow: hidden;
  -webkit-padding-before: 10.5rem;
          padding-block-start: 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    -webkit-padding-before: 2.22rem;
            padding-block-start: 2.22rem;
  }
}

.p-about__inner {
  position: relative;
  width: min(1368.42px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    width: min(630px, 100%);
    padding-inline: 15px;
  }
}

.p-about__wrapper {
  position: relative;
  width: min(1125.20768px, 100%);
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.p-about__title {
  height: 8.75rem;
  font-size: 2.4305625rem;
  font-weight: 700;
  line-height: 1.50582;
  letter-spacing: 0.04em;
  position: relative;
  left: -0.25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    height: 4.8941rem;
    font-size: 1.3556875rem;
    left: auto;
  }
}

.p-about__title-bg {
  padding-inline: 2.67375rem;
  padding-block: 0.6613125rem;
  background: #ffffff;
}
.p-about__title-bg:nth-of-type(2) {
  position: relative;
  top: -1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-about__title-bg {
    white-space: nowrap;
    -webkit-padding-start: 1.49125rem;
            padding-inline-start: 1.49125rem;
    -webkit-padding-end: 0.454375rem;
            padding-inline-end: 0.454375rem;
    padding-block: 0.375838125rem;
  }
  .p-about__title-bg:nth-of-type(2) {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    padding-block: 0.3688625rem;
    top: -0.678rem;
  }
}

.p-about__text {
  -webkit-margin-before: 2.0625rem;
          margin-block-start: 2.0625rem;
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 2.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__text {
    -webkit-margin-before: 13.418125rem;
            margin-block-start: 13.418125rem;
    white-space: nowrap;
    letter-spacing: normal;
    font-size: max(1.0625rem, 13.6px);
    font-weight: 700;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about__text {
    font-size: 1.0625rem;
  }
}

.p-about__img-wrap {
  position: absolute;
  right: 0;
  bottom: 3.501875rem;
  z-index: 0;
  aspect-ratio: 724.2/469.9;
  width: 64.3618912193%;
  height: auto;
}
.p-about__img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-about__img-wrap {
    top: 5.561875rem;
    bottom: auto;
    width: 86.3768115942%;
  }
}

.p-about__bg-title {
  font-family: "Montserrat", sans-serif;
  color: #feb26c;
  font-size: 8.0793125rem;
  font-weight: 700;
  line-height: 5.375rem;
  height: 5.375rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-transform: uppercase;
  position: absolute;
  left: 3.325625rem;
  top: -2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-about__bg-title {
    font-size: 3.125rem;
    line-height: 2.8125rem;
    height: 2.8125rem;
    top: 5.25rem;
    left: -0.3125rem;
  }
}

.p-about__swiper-container {
  -webkit-margin-before: 6.500625rem;
          margin-block-start: 6.500625rem;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-about__swiper-container {
    -webkit-margin-before: 3.24625rem;
            margin-block-start: 3.24625rem;
  }
}

.p-about__swiper {
  width: 100%;
}

.p-about__swiper-wrapper {
  width: inherit;
  height: 255.64491px;
}
@media screen and (max-width: 767px) {
  .p-about__swiper-wrapper {
    height: 214.01px;
  }
}

.p-about__swiper-slide {
  aspect-ratio: 360/255.6;
  width: 360px;
  height: auto;
}
.p-about__swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-about__swiper-slide {
    width: 301.37px;
  }
}

.p-message {
  overflow: hidden;
  position: relative;
  -webkit-padding-before: 10.125rem;
          padding-block-start: 10.125rem;
  -webkit-padding-after: 17.0625rem;
          padding-block-end: 17.0625rem;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding-block: 2.815625rem 4.9375rem;
  }
}

.p-message__inner {
  position: relative;
  width: min(1440px, 100%);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-message__inner {
    width: min(630px, 100%);
  }
}

.p-message__wrapper {
  -webkit-margin-start: calc(50% - 50vw);
          margin-inline-start: calc(50% - 50vw);
  -webkit-margin-end: 5.125rem;
          margin-inline-end: 5.125rem;
  background: #ffffff;
  padding-block: 6.125rem 6.5625rem;
  -webkit-padding-end: 3.125rem;
          padding-inline-end: 3.125rem;
  -webkit-padding-start: calc(50vw - 50% + 8.25rem);
          padding-inline-start: calc(50vw - 50% + 8.25rem);
  border-radius: 0 4.4375rem 0 0;
}
@media (max-width: 1237px) {
  .p-message__wrapper {
    -webkit-padding-start: 3.125rem;
            padding-inline-start: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-message__wrapper {
    -webkit-margin-end: 0.9375rem;
            margin-inline-end: 0.9375rem;
    padding-block: 2.0625rem 3.125rem;
    -webkit-padding-end: 0.75rem;
            padding-inline-end: 0.75rem;
    -webkit-padding-start: calc(50vw - 50%);
            padding-inline-start: calc(50vw - 50%);
  }
}

.p-message__box {
  width: min(973px, 100%);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.875rem;
     -moz-column-gap: 2.875rem;
          column-gap: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-message__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.375rem;
  }
}

.p-message__content {
  position: relative;
  width: 23.75rem;
  -webkit-margin-before: 2.875rem;
          margin-block-start: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-message__content {
    width: 100%;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.p-message__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1.9608125rem;
  font-weight: 700;
  line-height: 1.50582;
  letter-spacing: 0.04em;
  color: #ffffff;
  white-space: nowrap;
  padding-block: 0.533666875rem;
  padding-inline: 2.156875rem;
  background: #EC7419;
}
@media screen and (max-width: 767px) {
  .p-message__title {
    font-size: 1.2654375rem;
    line-height: 1.65457;
    padding-block: 0.390625rem;
    padding-inline: 1.25rem;
  }
}

.p-message__text {
  -webkit-margin-before: 5.75024375rem;
          margin-block-start: 5.75024375rem;
  font-size: max(0.9375rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-message__text {
    -webkit-margin-before: 4.0625rem;
            margin-block-start: 4.0625rem;
    -webkit-padding-start: 0.9375rem;
            padding-inline-start: 0.9375rem;
  }
}

.p-message__img {
  position: relative;
  z-index: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 547/410;
  width: 34.1875rem;
  height: auto;
}
.p-message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    width: 17.625rem;
    margin-inline: auto 2.0625rem;
  }
}

.p-message__bg-message {
  font-family: "Poppins", sans-serif;
  color: #010101;
  font-size: 5.397rem;
  font-weight: 600;
  line-height: 3.8125rem;
  height: 3.8125rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-transform: uppercase;
  position: absolute;
  right: 3.25rem;
  top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-message__bg-message {
    font-family: "Montserrat", sans-serif;
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 2.808656875rem;
    height: 2.808656875rem;
    right: 1.69125rem;
    top: 15.25rem;
  }
}

.p-message__bg-title {
  font-family: "Montserrat", sans-serif;
  color: #ff9442;
  font-size: 14.2840625rem;
  font-weight: 700;
  line-height: 10rem;
  height: 10rem;
  white-space: nowrap;
  position: absolute;
  bottom: -17.0625rem;
  right: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-message__bg-title {
    font-size: 3.7059375rem;
    line-height: 2.625rem;
    height: 2.625rem;
    bottom: -3.5rem;
    right: auto;
    left: 50%;
    translate: -50%;
  }
}

.p-work {
  padding-block: 5.9375rem 7.046875rem;
}
@media screen and (max-width: 767px) {
  .p-work {
    padding-block: 2.5rem 3.979375rem;
  }
}

.p-work__inner {
  width: min(1052px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-work__inner {
    width: min(630px, 100%);
    padding-inline: 15px;
    margin-inline: auto;
  }
}

.p-work__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-work__content {
  -webkit-margin-before: 3.8125rem;
          margin-block-start: 3.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-work__content {
    -webkit-margin-before: 1.9375rem;
            margin-block-start: 1.9375rem;
  }
}

.p-work__head-sub {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-work__head-sub {
    font-size: 1.25rem;
  }
}

.p-work__text {
  -webkit-margin-before: 1.125rem;
          margin-block-start: 1.125rem;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-work__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-work__text {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
  }
}

.p-work__items {
  -webkit-margin-before: 2.5625rem;
          margin-block-start: 2.5625rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 1.46875rem;
     -moz-column-gap: 1.46875rem;
          column-gap: 1.46875rem;
}
@media screen and (max-width: 767px) {
  .p-work__items {
    -webkit-margin-before: 2.0625rem;
            margin-block-start: 2.0625rem;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.0525rem;
       -moz-column-gap: 1.0525rem;
            column-gap: 1.0525rem;
    row-gap: 1.071875rem;
  }
}

.p-work__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-work__item {
    row-gap: 0.53125rem;
  }
}

.p-work__img {
  aspect-ratio: 224.82/159.73;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.489375rem;
}
@media screen and (max-width: 767px) {
  .p-work__img {
    border-radius: 0.3575rem;
  }
}

.p-work__cap {
  font-size: max(0.7835rem, 10.0288px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1000319081em;
}
@media screen and (max-width: 767px) {
  .p-work__cap {
    font-size: 0.7835rem;
  }
}
@media screen and (max-width: 767px) {
  .p-work__cap {
    font-size: 0.9375rem;
  }
}

.p-date {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA136), to(#FF710E));
  background: linear-gradient(180deg, #FFA136 0%, #FF710E 100%);
  border-radius: 5rem 5rem 0 0;
  padding-block: 5.125rem 11.5525rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-date {
    border-radius: 0;
    padding-block: 2.4375rem 6rem;
  }
}

.p-date__inner {
  position: relative;
  width: min(1049px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-date__inner {
    width: min(630px, 100%);
    padding-inline: 15px;
    margin-inline: auto;
  }
}

.p-date__text {
  color: #ffffff;
  -webkit-margin-before: 3.5625rem;
          margin-block-start: 3.5625rem;
  text-align: center;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-date__text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-date__text {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.08em;
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
  }
}

.p-date__wrapper {
  position: relative;
  z-index: 1;
  -webkit-margin-before: 4.625rem;
          margin-block-start: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-date__wrapper {
    -webkit-margin-before: 1.9375rem;
            margin-block-start: 1.9375rem;
  }
}

.p-date__bg-title {
  font-family: "Montserrat", sans-serif;
  color: #FE8528;
  font-size: 14.2840625rem;
  font-weight: 700;
  line-height: 10rem;
  white-space: nowrap;
  position: absolute;
  z-index: 0;
  height: 10rem;
}
.p-date__bg-title.-top {
  top: 28.25rem;
  left: -15.4375rem;
}
.p-date__bg-title.-bottom {
  top: 41.9375rem;
  left: -74rem;
}

.p-interview {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-block: 6.5625rem 30.464375rem;
}
@media screen and (max-width: 767px) {
  .p-interview {
    padding-block: 4.4375rem 13.169375rem;
  }
}

.p-interview__inner {
  position: relative;
  width: min(1066px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-interview__inner {
    width: min(630px, 100%);
    padding-inline: 15px;
    margin-inline: auto;
  }
}

.p-interview__text {
  -webkit-margin-before: 3.5625rem;
          margin-block-start: 3.5625rem;
  text-align: center;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-interview__text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interview__text {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.08em;
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
  }
}

.p-interview__wrap {
  -webkit-margin-before: 5.0625rem;
          margin-block-start: 5.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.625rem;
     -moz-column-gap: 3.625rem;
          column-gap: 3.625rem;
}
.p-interview__wrap.-bottom {
  -webkit-margin-before: -2.1875rem;
          margin-block-start: -2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-interview__wrap {
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.1875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-interview__wrap.-bottom {
    -webkit-margin-before: 3.1875rem;
            margin-block-start: 3.1875rem;
  }
}

.p-interview__item {
  position: relative;
  width: 28.9375rem;
  height: auto;
}
.p-interview__item:nth-of-type(2) {
  -webkit-margin-before: 11.6875rem;
          margin-block-start: 11.6875rem;
}
@media screen and (max-width: 767px) {
  .p-interview__item {
    width: 21.5625rem;
  }
  .p-interview__item:nth-of-type(2) {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.p-interview__item-number {
  font-family: "Montserrat", sans-serif;
  color: #EC7419;
  font-size: 6.2790625rem;
  font-weight: 700;
  line-height: 4.375rem;
  height: 4.375rem;
  position: absolute;
  top: 2.25rem;
}
.p-interview__item-number.--01 {
  width: 6.6875rem;
  left: -1.4375rem;
}
.p-interview__item-number.--02, .p-interview__item-number.--03 {
  width: 7.9375rem;
  left: -2.0625rem;
}
.p-interview__item-number.--04 {
  width: 8.625rem;
  left: -2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-interview__item-number {
    font-size: 4.375rem;
    line-height: 3.0625rem;
    height: 3.0625rem;
    top: 1.4375rem;
  }
  .p-interview__item-number.--01 {
    width: 2.8125rem;
    left: -0.25rem;
  }
  .p-interview__item-number.--02, .p-interview__item-number.--03 {
    width: 5.5625rem;
    top: 0.125rem;
    left: -0.125rem;
  }
  .p-interview__item-number.--04 {
    width: 6rem;
    top: 0.125rem;
    left: -0.375rem;
  }
}

.p-interview__item-img {
  aspect-ratio: 404/389.5;
  width: 25.25rem;
  height: auto;
  -webkit-margin-start: 1.875rem;
          margin-inline-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-interview__item-img {
    width: 20rem;
    margin-inline: auto;
  }
}

.p-interview__item-textbox {
  -webkit-margin-before: 1.9375rem;
          margin-block-start: 1.9375rem;
  width: 21.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-interview__item-textbox {
    -webkit-margin-before: 1.1875rem;
            margin-block-start: 1.1875rem;
    width: 100%;
    text-align: center;
  }
}

.p-interview__item-title {
  font-size: max(1.1875rem, 15.2px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-interview__item-title {
    font-size: 1.1875rem;
  }
}

.p-interview__item-name {
  display: block;
  -webkit-margin-before: 0.875rem;
          margin-block-start: 0.875rem;
  height: 0.8125rem;
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-interview__item-name {
    font-size: 1.125rem;
  }
}
.p-interview__item-name .fon14 {
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.7857142857;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-interview__item-name .fon14 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interview__item-name {
    -webkit-margin-before: 0.6875rem;
            margin-block-start: 0.6875rem;
  }
  .p-interview__item-name .fon14 {
    font-size: 1.125rem;
  }
}

.p-interview__item-data {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  height: 0.625rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-interview__item-data {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interview__item-data {
    -webkit-margin-before: 1.6875rem;
            margin-block-start: 1.6875rem;
    line-height: 1.35;
    height: auto;
  }
}

.p-interview__button-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-before: 2.1875rem;
          margin-block-start: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-interview__button-wrap {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
    margin-inline: auto;
  }
}

.p-interview__bg-title {
  font-family: "Montserrat", sans-serif;
  color: #FCEBDE;
  font-size: 14.2840625rem;
  font-weight: 700;
  line-height: 10rem;
  white-space: nowrap;
  position: absolute;
  z-index: 0;
  height: 10rem;
  left: 50%;
}
.p-interview__bg-title.-top {
  bottom: 13.1875rem;
  translate: -38.5%;
}
.p-interview__bg-title.-bottom {
  bottom: 0;
  translate: -58%;
}
@media screen and (max-width: 767px) {
  .p-interview__bg-title {
    font-size: 4.8896875rem;
    line-height: 3.4375rem;
    height: 3.4375rem;
  }
  .p-interview__bg-title.-top {
    bottom: 7.125rem;
    translate: -32.5%;
  }
  .p-interview__bg-title.-bottom {
    bottom: 2.625rem;
    translate: -54%;
  }
}

.p-what {
  position: relative;
  z-index: 1;
  -webkit-margin-before: -4.25rem;
          margin-block-start: -4.25rem;
  padding-block: 5.8125rem 9.354375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA136), to(#FF710E));
  background: linear-gradient(180deg, #FFA136 0%, #FF710E 100%);
  border-radius: 5rem 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-what {
    border-radius: 0;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    padding-block: 3.125rem 3.25rem;
  }
}

.p-what__inner {
  width: min(1182px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-what__inner {
    width: min(630px, 100%);
    padding-inline: 15px;
    margin-inline: auto;
  }
}

.p-what__text {
  color: #ffffff;
  -webkit-margin-before: 3.5625rem;
          margin-block-start: 3.5625rem;
  text-align: center;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-what__text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-what__text {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.08em;
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
  }
}

.p-what__wrapper {
  overflow: hidden;
  width: min(1055px, 100%);
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  -webkit-margin-before: 5.3125rem;
          margin-block-start: 5.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-what__wrapper {
    -webkit-margin-before: 1.75rem;
            margin-block-start: 1.75rem;
    row-gap: 4.375rem;
  }
}

.p-what__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5625rem;
     -moz-column-gap: 2.5625rem;
          column-gap: 2.5625rem;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-what__box:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-what__box:nth-of-type(2n) .p-what__text-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 42.3696682464%;
}
@media screen and (max-width: 767px) {
  .p-what__box:nth-of-type(2n) .p-what__text-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.3125rem;
  }
}
.p-what__box:nth-of-type(2n) .p-what__number-wrap {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  border-right: none;
  -webkit-padding-start: 1.8125rem;
          padding-inline-start: 1.8125rem;
  border-left: solid 0.0625rem #ffffff;
}
@media screen and (max-width: 767px) {
  .p-what__box:nth-of-type(2n) .p-what__number-wrap {
    border-left: none;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-what__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 1.3125rem;
  }
  .p-what__box:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 1.3125rem;
  }
}

.p-what__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 40.663507109%;
}
@media screen and (max-width: 767px) {
  .p-what__text-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.1875rem;
  }
}

.p-what__number-wrap {
  height: auto;
  -webkit-padding-end: 0.75rem;
          padding-inline-end: 0.75rem;
  border-right: solid 0.0625rem #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-what__number-wrap {
    border-right: none;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    -webkit-padding-after: 0.75rem;
            padding-block-end: 0.75rem;
    border-bottom: solid 0.0625rem #ffffff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-what__number {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1208125rem;
  font-weight: 700;
  line-height: 1.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-what__number {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.p-what__title {
  height: 1.375rem;
  font-size: max(1.875rem, 24px);
  font-weight: 700;
  line-height: 0.7333333333;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-what__title {
    font-size: 1.875rem;
  }
}

.p-what__cap {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
  height: 0.9375rem;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 0.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-what__cap {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-what__cap {
    -webkit-margin-before: 1.5625rem;
            margin-block-start: 1.5625rem;
  }
}

.p-what__article {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
  font-size: max(0.9375rem, 12px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-what__article {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-what__article {
    -webkit-margin-before: 1.5625rem;
            margin-block-start: 1.5625rem;
  }
}

.p-what__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 567/389.4;
  width: 53.7440758294%;
  height: auto;
}
.p-what__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-what__img {
    aspect-ratio: 345/230.15;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.p-recruit {
  padding-block: 5.5rem 8.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding-block: 3.096875rem 4.125rem;
  }
}

.p-recruit__inner {
  width: min(1050px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit__inner {
    width: min(630px, 100%);
    padding-inline: 15px;
    margin-inline: auto;
  }
}

.p-recruit__content {
  -webkit-margin-before: 6.3125rem;
          margin-block-start: 6.3125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__content {
    -webkit-margin-before: 2.4375rem;
            margin-block-start: 2.4375rem;
  }
}

.p-recruit-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  color: #686767;
}
.p-recruit-list__item:first-of-type .p-recruit-list__term {
  border-top: solid 0.125rem #EC7419;
}
.p-recruit-list__item:first-of-type .p-recruit-list__description {
  border-top: solid 0.0625rem #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-recruit-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.5rem;
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
  }
  .p-recruit-list__item:first-of-type {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
  .p-recruit-list__item:first-of-type .p-recruit-list__term,
  .p-recruit-list__item:first-of-type .p-recruit-list__description {
    border-top: none;
  }
}

.p-recruit-list__term {
  width: 8.6875rem;
  padding-block: 1.875rem 1.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: solid 0.125rem #EC7419;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recruit-list__term {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-list__term {
    width: 100%;
    padding-block: 0;
    border-bottom: none;
  }
}

.p-recruit-list__description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-block: 1.875rem 1.875rem;
  border-bottom: solid 0.0625rem #d9d9d9;
}
.p-recruit-list__description p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  font-size: max(0.9375rem, 12px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recruit-list__description p {
    font-size: 0.9375rem;
  }
}
.p-recruit-list__description p + p {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
.p-recruit-list__description strong {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recruit-list__description strong {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-list__description {
    padding-block: 0 0.9375rem;
    border-bottom: solid 0.125rem #EC7419;
  }
}

.p-flow {
  padding-block: 4.6875rem 8.2625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA136), to(#FF710E));
  background: linear-gradient(180deg, #FFA136 0%, #FF710E 100%);
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-block: 3.125rem 2.788125rem;
  }
}

.p-flow__inner {
  width: min(1355px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    width: min(630px, 100%);
    padding-inline: 15px;
    margin-inline: auto;
  }
}

.p-flow__items {
  width: 100%;
  -webkit-margin-before: 4.8375rem;
          margin-block-start: 4.8375rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 2.625rem;
     -moz-column-gap: 2.625rem;
          column-gap: 2.625rem;
}
@media (max-width: 1355px) {
  .p-flow__items {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 2.625rem;
  }
  .p-flow__items .p-flow__item {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__items {
    width: 95.4753623188%;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
    -webkit-margin-before: 1.75rem;
            margin-block-start: 1.75rem;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.29875rem;
       -moz-column-gap: 1.29875rem;
            column-gap: 1.29875rem;
    row-gap: 1.225625rem;
  }
}
@media (max-width: 480px) {
  .p-flow__items .p-flow__item {
    aspect-ratio: 1;
  }
}

.p-flow__item {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  min-width: 0;
}
.p-flow__item::after {
  content: "";
  position: absolute;
  width: 1.3125rem;
  height: 1.5rem;
  background-color: #ffffff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  top: 50%;
  right: -2.1875rem;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .p-flow__item::after {
    width: 0.75rem;
    height: 0.875rem;
    right: -1.125rem;
  }
}
.p-flow__item:nth-of-type(6)::after {
  content: none;
}

.p-flow-list {
  background-color: #ffffff;
  padding: 0.773125rem 1.16rem;
}
@media screen and (max-width: 767px) {
  .p-flow-list {
    padding: 0.66875rem 1.003125rem;
  }
  .p-flow-list:nth-of-type(n+3) .p-flow-list__icon {
    height: 58.196400626%;
  }
}

.p-flow-list__number {
  font-family: "Montserrat", sans-serif;
  font-size: 1.0828125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-transform: uppercase;
  padding-block: 0.20625rem;
  width: 100%;
  background-color: #EC7419;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-flow-list__number {
    font-size: 0.9364375rem;
    padding-block: 0.178125rem;
  }
}

.p-flow-list__icon {
  width: 100%;
  height: 4.71875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-flow-list__icon {
    height: 47.6631154448%;
  }
}

.p-flow-list__icon01 {
  width: 3.45875rem;
  height: 2.1125rem;
}

.p-flow-list__icon02 {
  width: 3.1875rem;
  height: 3.2675rem;
}

.p-flow-list__icon03 {
  width: 3.705625rem;
  height: 2.5725rem;
}

.p-flow-list__icon04 {
  width: 3.373125rem;
  height: 3.065625rem;
}

.p-flow-list__icon05 {
  width: 3.790625rem;
  height: 2.5225rem;
}

.p-flow-list__icon06 {
  width: 2.4025rem;
  height: 2.68375rem;
}

.p-flow-list__title {
  text-align: center;
  font-size: 0.928125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.p-form {
  padding-block: 6.5rem 7.8125rem;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding-block: 2.4375rem 1.5625rem;
  }
}

.p-form__inner {
  width: min(1055px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-form__inner {
    width: min(630px, 100%);
    padding-inline: 15px;
    margin-inline: auto;
  }
}

.p-form__text {
  -webkit-margin-before: 3.5625rem;
          margin-block-start: 3.5625rem;
  text-align: center;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-form__text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__text {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.08em;
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
  }
}

.p-form__fields {
  -webkit-margin-before: 4.5625rem;
          margin-block-start: 4.5625rem;
  height: auto;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .p-form__fields {
    -webkit-margin-before: 1.8125rem;
            margin-block-start: 1.8125rem;
  }
}

.wpcf7-form-control:not(.wpcf7-radio):not(.wpcf7-submit) {
  width: 100%;
}

.wpcf7 textarea,
.wpcf7-form-control-wrap {
  width: 100%;
  resize: vertical;
}

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

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

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

.p-contact-form {
  padding-block: 3.4375rem 3.5625rem;
  width: min(836.5px + 3rem, 100%);
  padding-inline: 1.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact-form {
    padding-block: 2.9375rem 2.125rem;
    padding-inline: 1.40625rem;
  }
}

.p-contact-form__row {
  -webkit-margin-before: 1.625rem;
          margin-block-start: 1.625rem;
  display: grid;
  grid-template-columns: 11.75rem 1fr;
  -webkit-column-gap: 2.09375rem;
     -moz-column-gap: 2.09375rem;
          column-gap: 2.09375rem;
}
.p-contact-form__row:first-of-type {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.p-contact-form__row.-job-type {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}
.p-contact-form__row.-message {
  -webkit-margin-before: 2.375rem;
          margin-block-start: 2.375rem;
}
.p-contact-form__row.-agreement {
  -webkit-margin-before: 3.53125rem;
          margin-block-start: 3.53125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__row {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
    grid-template-columns: 1fr;
    row-gap: 0.875rem;
  }
  .p-contact-form__row.-job-type {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
  .p-contact-form__row.-message {
    -webkit-margin-before: 1.5625rem;
            margin-block-start: 1.5625rem;
  }
  .p-contact-form__row.-agreement {
    -webkit-margin-before: 2.46875rem;
            margin-block-start: 2.46875rem;
    -webkit-margin-start: -0.625rem;
            margin-inline-start: -0.625rem;
  }
}

.p-contact-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-contact-form__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-contact-form__label {
  -webkit-margin-before: 0.875rem;
          margin-block-start: 0.875rem;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-contact-form__label {
    font-size: 1rem;
  }
}
.p-contact-form__label.-message {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  line-height: 2.22;
}
@media screen and (max-width: 767px) {
  .p-contact-form__label {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    font-size: 0.9375rem;
  }
  .p-contact-form__label.-message {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    line-height: 1;
  }
}

.p-contact-form__required {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  padding: 0.15625rem 0.4711875rem;
  background-color: #EC7419;
}
@media screen and (max-width: 767px) {
  .p-contact-form__required {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    padding: 0.3125rem 0.5rem;
  }
}

.p-contact-form__body {
  width: 100%;
  min-width: 0;
  height: auto;
}

.p-contact-form__text,
.p-contact-form__textarea {
  width: 100%;
  border: solid 0.0625rem #d9d9d9;
  background-color: #ffffff;
  padding: 0.59375rem 1.25rem;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact-form__text,
  .p-contact-form__textarea {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form__text,
  .p-contact-form__textarea {
    padding: 0.90625rem 0.9375rem;
  }
}
.p-contact-form__text::-webkit-input-placeholder, .p-contact-form__textarea::-webkit-input-placeholder {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
}
.p-contact-form__text::-moz-placeholder, .p-contact-form__textarea::-moz-placeholder {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
}
.p-contact-form__text:-ms-input-placeholder, .p-contact-form__textarea:-ms-input-placeholder {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
}
.p-contact-form__text::-ms-input-placeholder, .p-contact-form__textarea::-ms-input-placeholder {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
}
.p-contact-form__text::placeholder,
.p-contact-form__textarea::placeholder {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact-form__text::-webkit-input-placeholder, .p-contact-form__textarea::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .p-contact-form__text::-moz-placeholder, .p-contact-form__textarea::-moz-placeholder {
    font-size: 1rem;
  }
  .p-contact-form__text:-ms-input-placeholder, .p-contact-form__textarea:-ms-input-placeholder {
    font-size: 1rem;
  }
  .p-contact-form__text::-ms-input-placeholder, .p-contact-form__textarea::-ms-input-placeholder {
    font-size: 1rem;
  }
  .p-contact-form__text::placeholder,
  .p-contact-form__textarea::placeholder {
    font-size: 1rem;
  }
}
.p-contact-form__text::-webkit-input-placeholder, .p-contact-form__textarea::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-contact-form__text::-moz-placeholder, .p-contact-form__textarea::-moz-placeholder {
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-contact-form__text:-ms-input-placeholder, .p-contact-form__textarea:-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-contact-form__text::-ms-input-placeholder, .p-contact-form__textarea::-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-contact-form__text::placeholder,
.p-contact-form__textarea::placeholder {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-contact-form__text:focus, .p-contact-form__text:hover,
.p-contact-form__textarea:focus,
.p-contact-form__textarea:hover {
  outline: none;
  border-color: #EC7419;
}
.p-contact-form__text.invalid,
.p-contact-form__textarea.invalid {
  border-color: #FF0000;
  background-color: rgba(255, 0, 0, 0.2);
}

.p-contact-form__textarea {
  height: 18.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__textarea {
    height: 8.75rem;
  }
}

.p-contact-form__radio {
  width: 100%;
  height: 2.8125rem;
  border: solid 0.0625rem #d9d9d9;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
.p-contact-form__radio input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.p-contact-form__radio input[type=radio]:checked + .wpcf7-list-item-label {
  font-weight: 700;
}
.p-contact-form__radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #EC7419;
}
.p-contact-form__radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact-form__radio input[type=radio]:focus-visible + .wpcf7-list-item-label {
  font-weight: 500;
}
.p-contact-form__radio input[type=radio]:focus-visible + .wpcf7-list-item-label::before {
  border-color: #EC7419;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    height: auto;
    padding-inline: 0.9375rem;
    padding-block: 0.8125rem 1.125rem;
  }
}

.p-contact-form__radio .wpcf7-list-item-label {
  position: relative;
  -webkit-padding-start: 1.6875rem;
          padding-inline-start: 1.6875rem;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radio .wpcf7-list-item-label {
    font-size: 1rem;
  }
}
.p-contact-form__radio .wpcf7-list-item-label::before, .p-contact-form__radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  border-radius: 50%;
  background-color: #ffffff;
}
.p-contact-form__radio .wpcf7-list-item-label::before {
  width: 1.125rem;
  height: 1.125rem;
  left: 0;
  border: solid 0.0625rem #010101;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.p-contact-form__radio .wpcf7-list-item-label::after {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #000000;
  left: 0.3125rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-contact-form__file {
  position: relative;
}

.p-contact-form__file-note {
  position: absolute;
  top: 2.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-padding-start: 5.34375rem;
          padding-inline-start: 5.34375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__file-note {
    top: 5.0625rem;
    line-height: 1.5;
    padding-inline: 2.8125rem 1.25rem;
  }
}

.codedropz-upload-handler {
  border: solid 0.0625rem #d9d9d9;
  border-radius: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  height: 4.5rem;
}
@media screen and (max-width: 767px) {
  .codedropz-upload-handler {
    height: 8.75rem;
  }
}

.codedropz-upload-container {
  padding: 0.75rem 2.90625rem 0;
}
@media screen and (max-width: 767px) {
  .codedropz-upload-container {
    padding: 1.375rem 1.5625rem 0;
  }
}

.codedropz-upload-inner {
  position: relative;
  text-align: inherit;
  -webkit-padding-start: 2.4375rem;
          padding-inline-start: 2.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.codedropz-upload-inner h3,
.codedropz-upload-inner span,
.codedropz-upload-inner .codedropz-btn-wrap {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.codedropz-upload-inner h3 {
  margin: 0;
}
.codedropz-upload-inner span {
  -webkit-margin-start: 0.40625rem;
          margin-inline-start: 0.40625rem;
}
.codedropz-upload-inner .codedropz-btn-wrap {
  display: inline-block;
}
.codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn {
  color: #30a4e3;
  border-bottom: solid 0.0625rem transparent;
  -webkit-transition: border-bottom 0.3s, opacity 0.3s;
  transition: border-bottom 0.3s, opacity 0.3s;
}
.codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn:hover {
  opacity: 0.7;
  border-bottom: solid 0.0625rem #30a4e3;
}
.codedropz-upload-inner::before {
  content: "";
  position: absolute;
  background: url(../img/recruit/icon-clip.svg) no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .codedropz-upload-inner {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-padding-start: 2.25rem;
            padding-inline-start: 2.25rem;
  }
  .codedropz-upload-inner::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-contact-form__privacy {
  -webkit-padding-start: 1.9375rem;
          padding-inline-start: 1.9375rem;
}
.p-contact-form__privacy .wpcf7-list-item-label {
  position: relative;
  -webkit-padding-start: 3.4375rem;
          padding-inline-start: 3.4375rem;
  white-space: nowrap;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy .wpcf7-list-item-label {
    font-size: 1rem;
  }
}
.p-contact-form__privacy .wpcf7-list-item-label::before, .p-contact-form__privacy .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
}
.p-contact-form__privacy .wpcf7-list-item-label::before {
  width: 1.75rem;
  height: 1.75rem;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  border: solid 0.0625rem #000000;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.p-contact-form__privacy .wpcf7-list-item-label::after {
  width: 1.125rem;
  height: 0.625rem;
  top: 0.1875rem;
  left: 0.3125rem;
  border-left: solid 0.1875rem #EC7419;
  border-bottom: solid 0.1875rem #EC7419;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}

.p-contact-form__privacyCheck {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.p-contact-form__privacyCheck:checked + .wpcf7-list-item-label::before {
  border-color: #EC7419;
}
.p-contact-form__privacyCheck:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact-form__privacyCheck:focus-visible + .wpcf7-list-item-label {
  font-weight: 500;
}
.p-contact-form__privacyCheck:focus-visible + .wpcf7-list-item-label::before {
  border-color: #EC7419;
}
.p-contact-form__privacyCheck.invalid + .wpcf7-list-item-label::before {
  border-color: #EC7419;
  background-color: rgba(236, 116, 25, 0.2);
}

.p-ccontact-form__privacy-btn {
  cursor: pointer;
  padding-bottom: 0.3125rem;
  border-bottom: solid 0.0625rem #010101;
  -webkit-transition: opacity 0.3s, border-bottom 0.3s;
  transition: opacity 0.3s, border-bottom 0.3s;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-ccontact-form__privacy-btn {
    font-size: 1rem;
  }
}
.p-ccontact-form__privacy-btn:hover {
  opacity: 0.7;
}

.p-contact-form__submit {
  -webkit-margin-before: 4.875rem;
          margin-block-start: 4.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit {
    -webkit-margin-before: 2.1875rem;
            margin-block-start: 2.1875rem;
  }
}

.p-contact-form___button {
  width: 11.625rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.11em;
  border: solid 0.0625rem #EC7419;
  background-color: #EC7419;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media (any-hover: hover) {
  .p-contact-form___button:hover {
    background-color: #ffffff;
    color: #EC7419;
  }
}
.p-contact-form___button:disabled {
  cursor: not-allowed;
  -webkit-filter: grayscale(100%) opacity(0.4);
          filter: grayscale(100%) opacity(0.4);
}
.p-contact-form___button:disabled:hover {
  background-color: #EC7419;
  color: #ffffff;
}

.p-footer {
  padding-block: 2.46875rem 1.125rem;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 1.875rem 1.6875rem;
  }
}

.p-footer__inner {
  width: min(1358px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    width: min(630px, 100%);
    padding-inline: 15px;
    margin-inline: auto;
  }
}

.p-footer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10.375rem;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-footer__logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin-inline: auto;
  }
}

.p-footer__nav {
  width: 67.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.1875rem;
     -moz-column-gap: 2.1875rem;
          column-gap: 2.1875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-after: 0.5rem;
          padding-block-end: 0.5rem;
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.125rem;
     -moz-column-gap: 2.125rem;
          column-gap: 2.125rem;
  row-gap: 0.3125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-footer__list li {
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-footer__list li:hover {
    opacity: 0.7;
  }
}

.p-footer__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8125rem 1.96875rem 0.8125rem 2.59375rem;
  background: #EC7419;
  border: 1px solid #EC7419;
  border-radius: 9999px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.p-footer__btn:hover {
  color: #EC7419;
  background: #ffffff;
}

.p-footer__btn-label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-footer__btn-icon {
  width: 0.25rem;
  height: auto;
}

.p-footer__copy {
  -webkit-margin-before: 1.96875rem;
          margin-block-start: 1.96875rem;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    -webkit-margin-before: 1.34375rem;
            margin-block-start: 1.34375rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Montserrat", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}