@charset "UTF-8";

.p-recruit__apply {
display:contents;
}

html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

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

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

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* foundation > base
--------------------------------------------- */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #455065;
  font-weight: 500;
}
body.js-no-scroll {
  overflow: hidden;
}

/* layout > l-inner */
.l-inner {
  max-width: 68rem;
  margin-inline: auto;
  padding: 0 1.5rem;
}

/* layout > l-outer */
.l-outer {
  max-width: 90rem;
  margin-inline: auto;
}

/* layout > l-section */
.l-section {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-section {
    margin-top: 9.375rem;
  }
}

/* layout > l-page */
.l-page._company {
  padding: 2.5rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-page._company {
    padding: 9.375rem 0 9.375rem;
  }
}

/* object > component > heading */
.c-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-section-heading {
    gap: 1.25rem;
  }
}

.c-section-heading__jp {
  text-align: center;
  font-size: 2.3125rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-section-heading__jp {
    font-size: 3.75rem;
  }
}
.c-section-heading__jp._heightLong {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-section-heading__jp._heightLong {
    line-height: 1.3;
  }
}
.c-section-heading__jp._spHeightLong {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-section-heading__jp._spHeightLong {
    line-height: 1;
  }
}
.c-section-heading__jp._spFontSmall {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-section-heading__jp._spFontSmall {
    font-size: 3.75rem;
  }
}

.c-section-heading__en {
  color: #CD5A3C;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-section-heading__en {
    font-size: 1.5625rem;
    letter-spacing: 0.2em;
  }
}

/* object > component > button */
.c-link-button {
  display: inline-block;
  max-width: 11.25rem;
  width: 100%;
  padding: 0.375rem 0.625rem 0.5625rem;
  border: 1px solid #455065;
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-link-button {
    font-size: 1.125rem;
    padding: 0.28125rem 0.625rem 0.46875rem;
  }
}
@media (any-hover: hover) {
  .c-link-button:hover {
    color: #FFFFFF;
    background-color: #455065;
  }
  .c-link-button:hover._bgTransparent {
    background-color: #455065;
  }
}
.c-link-button._contact {
  max-width: 12.625rem;
}
.c-link-button._sm {
  max-width: 9.375rem;
  padding: 0.25rem 0.625rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-link-button._sm {
    max-width: 11.25rem;
    padding: 0.28125rem 0.625rem 0.46875rem;
  }
}
.c-link-button.__type02 {
  background-color: transparent;
}
.c-link-button._bgTransparent {
  background-color: transparent;
}

.c-contact-button {
  display: inline-block;
  padding: 0.71875rem 0.625rem 0.78125rem;
  text-align: center;
  max-width: 13.125rem;
  width: 100%;
  background-color: #CD5A3C;
  border-radius: 1.875rem;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-contact-button {
    max-width: 18.75rem;
    padding: 0.90625rem 0.625rem 0.96875rem;
    font-size: 1.25rem;
  }
}
.c-contact-button:disabled {
  cursor: initial;
  pointer-events: none;
}
.c-contact-button._bgNavy {
  background-color: #455065;
}

/* object > component > p-top */
.p-top {
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top {
    padding-bottom: 9.375rem;
  }
}

.p-top__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  z-index: 1001;
  -webkit-transition: opacity 0.3s, visibility 0.3s ease;
  transition: opacity 0.3s, visibility 0.3s ease;
}
.p-top__overlay.is-loaded {
  opacity: 0;
  visibility: hidden;
}

/* Common */
.p-top__body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-top__body {
    margin: 3.125rem auto 0;
  }
}

.p-top__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-top__text {
    text-align: center;
    font-size: 1rem;
    line-height: 2.5;
  }
}

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

/* FV */
.p-top__fv {
  padding-top: 8.25rem;
}
@media screen and (min-width: 768px) {
  .p-top__fv {
    padding-top: 9.4375rem;
  }
}

.p-top__fv-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top__fv-content {
    gap: 1.9375rem;
  }
}

.p-top__fv-logo {
  width: 16.5rem;
}
@media screen and (min-width: 768px) {
  .p-top__fv-logo {
    width: 28.5625rem;
  }
}
.p-top__fv-logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__fv-msg-sp {
  width: 7.75rem;
}
@media screen and (min-width: 768px) {
  .p-top__fv-msg-sp {
    display: none;
  }
}
.p-top__fv-msg-sp img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__fv-msg-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top__fv-msg-pc {
    display: block;
  }
}
.p-top__fv-msg-pc .text {
  text-align: center;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.62;
  -webkit-font-feature-settings: "hwid" on;
          font-feature-settings: "hwid" on;
}

/* About */
.p-top__about-inner {
  padding: 0 1.5rem;
}

.p-top__about-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-top__about-text {
    text-align: center;
    font-size: 1.125rem;
    line-height: 2.5;
  }
}
.p-top__about-text + .p-top__about-text {
  margin-top: 1em;
}

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

/* Brand */
.p-top__brand {
  position: relative;
}

.p-top__brand-wrap {
  padding: 13.375rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-top__brand-wrap {
    padding: 24.375rem 1.5rem 0;
  }
}

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

.p-top__brand-illust {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 20.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top__brand-illust {
    max-width: 58.0625rem;
  }
}
.p-top__brand-illust img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Staff */
.p-top__staff {
  position: relative;
}

.p-top__staff-wrap {
  padding: 11.75rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-top__staff-wrap {
    padding: 23.4375rem 1.5rem 0;
  }
}

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

.p-top__staff-illust {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 21.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top__staff-illust {
    max-width: 41rem;
  }
}
.p-top__staff-illust img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Recruit */
.p-top__recruit {
  position: relative;
}

.p-top__recruit-wrap {
  padding: 14.8125rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-top__recruit-wrap {
    padding: 26.875rem 1.5rem 0;
  }
}

.p-top__recruit-illust {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 24.5625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top__recruit-illust {
    max-width: 68.9375rem;
  }
}
.p-top__recruit-illust img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* object > project > p-about */
.p-about__top-lead {
  padding: clamp(2.5rem, -0.081rem + 10.51vw, 9.375rem) 0 clamp(1.875rem, 1.406rem + 1.91vw, 3.125rem);
}

.p-about__top-lead-content {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__top-lead-content {
    margin-top: 3.125rem;
  }
}

.p-about__top-lead-textarea {
  padding: 0 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-about__top-lead-text {
  font-size: 0.9375rem;
  text-align: justify;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-about__top-lead-text {
    text-align: center;
    font-size: 1rem;
    line-height: 2.5;
  }
}

.p-about__top-lead-img {
  margin: 1.875rem auto 0;
  max-width: 40rem;
  padding: 0 0.3125rem;
}
.p-about__top-lead-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__top-main {
  padding: clamp(1.875rem, 0.937rem + 3.82vw, 4.375rem) 0;
  background-image: url(../image/about/bg_about.svg?0424);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.p-about__top-main-title {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-about__top-main-title {
    text-align: left;
    font-size: 1.5625rem;
  }
}

.p-about__top-main-box {
  margin-top: 0.9375rem;
  border-radius: 0.5rem;
  border: 1px solid #EDEADB;
  background: -webkit-gradient(linear, left top, right top, from(#FAFAF6), to(#EDEADB));
  background: linear-gradient(90deg, #FAFAF6 0%, #EDEADB 100%);
  padding: 1.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__top-main-box {
    margin-top: 1.25rem;
    padding: 3.125rem 3.125rem;
  }
}

.p-about__top-main-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-about__top-main-text {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.p-about__top-main-text._center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__top-main-text._pcCenter {
    text-align: center;
  }
}

.p-about__top-main-inner {
  max-width: 55.5rem;
  margin-inline: auto;
  padding: 0 1.5rem;
}

.p-about__top-main-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__top-main-items {
    gap: 3.125rem;
  }
}

.p-about__believe-lead {
  padding: clamp(6.25rem, 5.077rem + 4.78vw, 9.375rem) 0 clamp(1.875rem, 1.406rem + 1.91vw, 3.125rem);
  position: relative;
}

.p-about__believe-lead-icon {
  position: absolute;
  display: block;
}
.p-about__believe-lead-icon._left {
  width: 12.5rem;
  top: 1.875rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-about__believe-lead-icon._left {
    width: 30.5625rem;
    top: 1.875rem;
  }
}
.p-about__believe-lead-icon._right {
  width: 12.5rem;
  bottom: 0.625rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-about__believe-lead-icon._right {
    bottom: 2.5rem;
    width: 24.125rem;
  }
}

.p-about__believe-lead-heading {
  position: relative;
  z-index: 2;
}

.p-about__believe-lead-textarea {
  margin-top: 1.875rem;
  max-width: 43rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-about__believe-lead-textarea {
    margin-top: 3.125rem;
  }
}

.p-about__believe-lead-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-about__believe-lead-text {
    text-align: center;
    font-size: 1rem;
    line-height: 2.5;
  }
}

.p-about__believe-main {
  padding: clamp(1.875rem, 0.937rem + 3.82vw, 4.375rem) 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, #EDEADB), color-stop(55%, #FAFAF6));
  background: linear-gradient(90deg, #EDEADB 45%, #FAFAF6 55%);
}
@media screen and (min-width: 768px) {
  .p-about__believe-main {
    background: -webkit-gradient(linear, left top, right top, from(#EDEADB), to(#FAFAF6));
    background: linear-gradient(90deg, #EDEADB 0%, #FAFAF6 100%);
  }
}

.p-about__believe-main-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-about__believe-main-content {
    gap: 11.25rem;
  }
}
.p-about__believe-main-content .title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-about__believe-main-content .title {
    font-size: 1.5625rem;
    line-height: 1;
  }
}
.p-about__believe-main-content .box-list {
  margin-top: 2.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-about__believe-main-content .box-list {
    gap: 1.5625rem;
  }
}
.p-about__believe-main-content .box {
  border-radius: 0.5rem;
  padding: 0.625rem 0.625rem;
  display: grid;
  place-items: center;
  height: 5.9375rem;
}
@media screen and (min-width: 900px) {
  .p-about__believe-main-content .box {
    padding: 1.25rem 1.25rem;
  }
}
.p-about__believe-main-content .box._left {
  background-color: #FFFFFF;
}
.p-about__believe-main-content .box._right {
  background-color: #EDEADB;
  border: 2px solid #455065;
  position: relative;
}
.p-about__believe-main-content .box._right::before {
  content: "";
  position: absolute;
  left: -1.84375rem;
  top: -1.25rem;
  display: inline-block;
  width: 4.1875rem;
  height: 0.9375rem;
  background-image: url(../image/about/icon_box-arrow_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .p-about__believe-main-content .box._right::before {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .p-about__believe-main-content .box._right::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -10rem;
    display: inline-block;
    width: 8.75rem;
    height: 0.9375rem;
    background-image: url(../image/about/icon_box-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}
.p-about__believe-main-content .box-text {
  text-align: center;
}
.p-about__believe-main-content .box-text._left {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-about__believe-main-content .box-text._left {
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}
.p-about__believe-main-content .box-text._right {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-about__believe-main-content .box-text._right {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.p-about__believe-main-inner {
  max-width: 68rem;
  margin-inline: auto;
  padding: 0 1.5rem;
}

.p-about__rules {
  padding: clamp(6.25rem, 5.077rem + 4.78vw, 9.375rem) 0 clamp(6.25rem, 3.435rem + 11.46vw, 13.75rem);
  overflow-x: hidden;
}

.p-about__rules-inner {
  max-width: 55.5rem;
  margin-inline: auto;
  padding: 0 1.5rem;
}

.p-about__rules-heading {
  position: relative;
}
.p-about__rules-heading .c-section-heading {
  position: relative;
  z-index: 2;
}

.p-about__rules-icon {
  position: absolute;
}
.p-about__rules-icon._01 {
  bottom: -2.1875rem;
  left: -1.25rem;
  width: 9.4375rem;
}
@media screen and (min-width: 768px) {
  .p-about__rules-icon._01 {
    width: 21rem;
    left: -12.5rem;
    bottom: -6.25rem;
  }
}
.p-about__rules-icon._02 {
  right: -1.5rem;
  bottom: -4.5625rem;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .p-about__rules-icon._02 {
    width: 18.0625rem;
    right: -10.4375rem;
    bottom: -11.875rem;
  }
}
.p-about__rules-icon._03 {
  bottom: -2.0625rem;
  left: -2.875rem;
  width: 11.5625rem;
}
@media screen and (min-width: 768px) {
  .p-about__rules-icon._03 {
    width: 20.375rem;
    bottom: -3.75rem;
    left: -7.375rem;
  }
}
.p-about__rules-icon._04 {
  width: 10.75rem;
  bottom: -2.125rem;
  right: -1.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__rules-icon._04 {
    width: 19.4375rem;
    right: -11.125rem;
    bottom: -8.4375rem;
  }
}

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

.p-about_rules-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about_rules-items {
    gap: 3.125rem;
  }
}

.p-about__rules-item {
  position: relative;
}

.p-about__rules-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-about__rules-title {
    text-align: left;
    font-size: 1.875rem;
  }
}

.p-about__rules-box {
  margin-top: 0.9375rem;
  border-radius: 8px;
  border: 1px solid #EDEADB;
  background: rgba(255, 255, 255, 0.5);
  padding: 1.25rem 1.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-about__rules-box {
    margin-top: 1.25rem;
    padding: 3.125rem 3.125rem;
  }
}

.p-about__rules-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-about__rules-text {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

/* object > component > p-company */
.p-company__inner {
  max-width: 68rem;
  margin-inline: auto;
  padding: 0 1.5rem;
}

.p-company__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company__content {
    gap: 1.75rem;
  }
}

.p-company__item {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #EDEADB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-company__item {
    padding-bottom: 1.75rem;
  }
}

.p-company__term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.4375rem;
          flex: 0 0 7.4375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-company__term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.3125rem;
            flex: 0 0 17.3125rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    letter-spacing: 0.1em;
  }
}

.p-company__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.0444444444em;
}
@media screen and (min-width: 768px) {
  .p-company__desc {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
  }
}

.p-company__map {
  margin-top: 0.5625rem;
  aspect-ratio: 228/158;
}
@media screen and (min-width: 768px) {
  .p-company__map {
    margin-top: 1rem;
    aspect-ratio: 765/319;
  }
}
.p-company__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__address-space {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-company__address-space {
    margin-left: 1em;
  }
}

/* object > component > p-brand */
.p-brand {
  padding: 2.5rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-brand {
    padding: 6.25rem 0 6.25rem;
  }
}

.p-brand__inner {
  max-width: 68rem;
  margin-inline: auto;
  padding: 0 1.5rem;
}

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

.p-brand__lead-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-brand__lead-text {
    font-size: 1rem;
    text-align: center;
    line-height: 2.5;
  }
}

.p-brand__content {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-brand__content {
    margin-top: 6.25rem;
  }
}

.p-brand__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-brand__items {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.1875rem;
       -moz-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
    row-gap: 4.375rem;
  }
}
@media screen and (min-width: 900px) {
  .p-brand__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-brand__items {
    grid-template-columns: repeat(3, 18.75rem);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-brand__item:not(:first-of-type) {
  padding-top: 0.9375rem;
  border-top: 1px solid #EDEADB;
}
@media screen and (min-width: 768px) {
  .p-brand__item:not(:first-of-type) {
    padding-top: 0;
    border-top: none;
  }
}

/* object > component > p-staff */
.p-staff {
  padding: 2.5rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-staff {
    padding: 6.25rem 0 6.25rem;
  }
}

.p-staff__inner {
  max-width: 68rem;
  margin-inline: auto;
  padding: 0 1.5rem;
}

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

.staff__lead-text {
  text-align: justify;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .staff__lead-text {
    text-align: center;
    font-size: 1rem;
    line-height: 2.5;
  }
}

.p-staff__content {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-staff__content {
    margin-top: 6.25rem;
  }
}

.p-staff__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-staff__items {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 2.1875rem;
    -webkit-column-gap: 2.1875rem;
       -moz-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-staff__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1240px) {
  .p-staff__items {
    row-gap: 4.375rem;
    -webkit-column-gap: 4.375rem;
       -moz-column-gap: 4.375rem;
            column-gap: 4.375rem;
  }
}

.p-staff__item:not(:first-of-type) {
  padding-top: 0.9375rem;
  border-top: 1px solid #EDEADB;
}
@media screen and (min-width: 768px) {
  .p-staff__item:not(:first-of-type) {
    padding-top: 0;
    border-top: none;
  }
}

/* object > component > p-recruit */
.p-recruit {
  padding: 2.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-recruit {
    padding: 5.5rem 0 0;
  }
}

.p-recruit__nav {
  padding: 0 0.59375rem;
}

.p-recruit__nav-list {
  display: grid;
  grid-template-columns: repeat(3, 7.5rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__nav-list {
    grid-template-columns: repeat(3, 15.625rem);
    gap: 1.25rem;
  }
}

.p-recruit__nav-link {
  background-color: #455065;
  padding: 0.625rem 0.625rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__nav-link {
    padding: 0.84375rem 1.6875rem 0.84375rem 1.9375rem;
    border-radius: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.p-recruit__nav-link .text {
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit__nav-link .text {
    font-size: 1.25rem;
  }
}
.p-recruit__nav-link svg {
  display: inline-block;
  width: 0.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-recruit__nav-link svg {
    width: 1.125rem;
  }
}

/* About */
.p-recruit__about {
  overflow: hidden;
  position: relative;
  padding: 2.3125rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__about {
    padding: 8rem 0 11.125rem;
  }
}

.p-recruit__about-bg {
  position: absolute;
  width: 245px;
  right: 0;
  bottom: -3.125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__about-bg {
    width: 463px;
    right: 9.25rem;
    bottom: -8rem;
  }
}

.p-recruit__about-heading {
  text-align: center;
  font-size: clamp(2.1875rem, 1.6010028653rem + 2.3877745941vw, 3.75rem);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-recruit__about-heading {
    line-height: 1;
  }
}

.p-recruit__about-textarea {
  padding: 0 1.5rem;
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-recruit__about-textarea {
    margin-top: 3.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-recruit__about-text {
  text-align: justify;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-recruit__about-text {
    text-align: center;
    font-size: 1rem;
    line-height: 2.5;
  }
}

/* Brand */
.p-recruit__brand {
  padding: 3.125rem 0;
  background-image: url(../image/recruit/bg_brand.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .p-recruit__brand {
    padding: 8.125rem 0 7.5rem;
  }
}

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

.p-recruit__brand-desc {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-recruit__brand-desc {
    text-align: center;
    font-size: 1rem;
    line-height: 2.5;
  }
}

.p-recruit__brand-btn {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit__brand-btn {
    margin-top: 3.125rem;
  }
}

/* Message */
.p-recruit__msg {
  padding: 3.125rem 0;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruit__msg {
    padding: 6.25rem 0;
  }
}

.p-recruit__msg-bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-recruit__msg-bg {
    display: block;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-recruit__msg-bg._left {
    top: 25.1875rem;
    left: 0;
    width: 369px;
  }
  .p-recruit__msg-bg._right {
    bottom: 1.0625rem;
    right: 0;
    width: 425px;
  }
}

.p-recruit__msg-img {
  margin: 2.5rem auto 0;
  width: 15.8125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__msg-img {
    margin: 3.125rem auto 0;
    width: 22rem;
  }
}
.p-recruit__msg-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit__msg-textarea {
  padding: 0 1.5rem;
  margin-top: 2.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-recruit__msg-textarea {
    margin-top: 3.125rem;
  }
}

.p-recruit__msg-desc {
  text-align: justify;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-recruit__msg-desc {
    text-align: center;
    font-size: 1rem;
    line-height: 2.5;
  }
}

/* Apply */
.p-recruit__apply {
  padding: 3.125rem 0;
  background: rgba(237, 234, 219, 0.5);
}
@media screen and (min-width: 768px) {
  .p-recruit__apply {
    padding: 6.25rem 0;
  }
}

.p-recruit__apply-inner {
  padding: 0 0.9375rem;
}

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

.p-recruit__apply-title {
  padding: 0.625rem 1.875rem 0.625rem 1.25rem;
  background-color: #455065;
  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;
  cursor: pointer;
}
.p-recruit__apply-title.is-open .p-recruit__apply-chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .p-recruit__apply-title {
    padding: 1.125rem 2.5625rem 1.125rem 1.875rem;
  }
}
.p-recruit__apply-title .text {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.9444444444;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-recruit__apply-title .text {
    font-size: 1.5625rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}

.p-recruit__apply-chevron {
  width: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p-recruit__apply-chevron {
    width: 1rem;
  }
}

.p-recruit__apply-container {
  display: none;
}

.p-recruit__apply-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  background-color: #FFFFFF;
  padding: 0.625rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__apply-list {
    padding: 1.875rem 3.125rem;
  }
}

.p-recruit__apply-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.p-recruit__apply-wrap:not(:last-of-type):not(:nth-last-child(2)) {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(69, 80, 101, 0.3);
}
@media screen and (min-width: 768px) {
  .p-recruit__apply-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.p-recruit__apply-term {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375;
}
@media screen and (min-width: 768px) {
  .p-recruit__apply-term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.875rem;
            flex: 0 0 11.875rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4444444444;
  }
}

.p-recruit__apply-desc {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-recruit__apply-desc {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 1rem;
  }
}
.p-recruit__apply-desc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.p-recruit__apply-desc li::before {
  content: "・";
  display: inline-block;
  font-size: 1em;
}

.p-recruit__apply-img {
  max-width: 44.6875rem;
  width: 100%;
  margin: 0 auto;
}
.p-recruit__apply-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* object > component > p-contact */
.p-contact {
  padding: 2.5rem 0 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding: 9.375rem 0;
  }
}

.p-contact__inner {
  max-width: 55.5rem;
  margin-inline: auto;
  padding: 0 1.5rem;
}

.p-contact__tab-wrap.is-hidden {
  display: none;
}

.p-contact__tab {
  display: grid;
  grid-template-columns: repeat(2, 9.375rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-contact__tab {
    grid-template-columns: repeat(2, 16.875rem);
  }
}

@media screen and (min-width: 768px) {
  .p-contact__confirm-notice {
    padding-bottom: 3.125rem;
  }
}
.p-contact__confirm-notice.is-hidden {
  display: none;
}
.p-contact__confirm-notice .text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
}
@media screen and (min-width: 768px) {
  .p-contact__confirm-notice .text {
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-contact__tab-item {
  padding: 0.625rem 0.625rem 0.875rem;
  background-color: #FFFFFF;
  display: grid;
  place-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  border: 3px solid #455065;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-contact__tab-item {
    padding: 0.6875rem 0.625rem;
    font-size: 1.4375rem;
    letter-spacing: 0.1em;
  }
}
.p-contact__tab-item.is-active {
  background-color: #455065;
  color: #FFFFFF;
}

.p-contact__content {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__content {
    margin-top: 6.25rem;
  }
}

/* object > component > p-thanks */
.p-thanks {
  padding: 3.75rem 0 10.125rem;
}
@media screen and (min-width: 768px) {
  .p-thanks {
    padding: 9.375rem 0 12.5rem;
  }
}

.p-thanks__icon {
  max-width: 5rem;
  width: 100%;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-thanks__icon {
    max-width: 6.25rem;
    margin: 3.125rem auto 0;
  }
}
.p-thanks__icon svg {
  width: 5rem;
}

.p-thanks__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .p-thanks__textarea {
    gap: 0;
  }
}

.p-thanks__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-thanks__text {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.p-thanks__btn-wrap {
  margin: 3.125rem auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-thanks__btn-wrap {
    margin: 6.25rem auto 0;
  }
}

/* object > project > p-privacy */
.p-privacy {
  padding: 2.375rem 0 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    padding: 9.375rem 0 9.375rem;
  }
}

.p-privacy__inner {
  max-width: 55.5rem;
  margin-inline: auto;
  padding: 0 1.5rem;
}

.p-privacy__lead,
.p-privacy__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  text-align: justify;
}

.p-privacy__lead + .p-privacy__item {
  margin-top: 1em;
}

.p-privacy__title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5714285714;
}

.p-privacy__item + .p-privacy__item {
  margin-top: 1em;
}

.p-privacy__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
}
.p-privacy__list-item .dot {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
}
.p-privacy__list-item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* object > component > p-contact-cta */
.p-contact-cta {
  padding: 2.125rem 1.875rem 2.0625rem;
  background: -webkit-gradient(linear, left top, right top, from(#EDEADB), to(#FAFAF6));
  background: linear-gradient(90deg, #EDEADB 0%, #FAFAF6 100%);
}
@media screen and (min-width: 768px) {
  .p-contact-cta {
    padding: 2rem 1.875rem 1.875rem;
  }
}

.p-contact-cta__inner {
  max-width: 20.8125rem;
  margin-inline: auto;
  aspect-ratio: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact-cta__inner {
    max-width: 27.375rem;
  }
}

.p-contact-cta__bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-contact-cta__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact-cta__box {
    gap: 1.875rem;
  }
}

.p-contact-cta__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact-cta__title {
    gap: 0.6875rem;
  }
}
.p-contact-cta__title .en {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-contact-cta__title .en {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
}
.p-contact-cta__title .jp {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-contact-cta__title .jp {
    font-size: 2.3125rem;
  }
}

.p-contact-cta__msg {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .p-contact-cta__msg {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.p-contact-cta__btn {
  text-align: center;
}

/* object > component > p-cta */
.p-cta__inner {
  max-width: 53.0625rem;
  margin-inline: auto;
  padding: 0 1.875rem;
}

.p-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-cta__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-cta__item {
  max-width: 20.8125rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 27.3125rem;
  }
}
@media screen and (min-width: 900px) {
  .p-cta__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.3125rem;
            flex: 0 0 27.3125rem;
  }
}
.p-cta__item:first-of-type {
  z-index: 2;
}
.p-cta__item:nth-of-type(2) {
  margin-top: -2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-cta__item:nth-of-type(2) {
    margin-top: 0;
    margin-left: -3.5625rem;
  }
}

.p-cta__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

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

.p-cta__heading-en {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-cta__heading-en {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
}

.p-cta__heading-jp {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-cta__heading-jp {
    font-size: 2.3125rem;
  }
}

.p-cta__textarea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-cta__textarea {
    margin: 1.875rem auto 0;
  }
}

.p-cta__text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .p-cta__text {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.p-cta__bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cta__btn-wrap {
  text-align: center;
}
.p-cta__btn-wrap._company {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-cta__btn-wrap._company {
    margin-top: 3.125rem;
  }
}
.p-cta__btn-wrap._contact {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-cta__btn-wrap._contact {
    margin-top: 1.875rem;
  }
}

/* object > component > p-header */
.p-header {
  height: 3.625rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.625rem 1.5rem 0.625rem;
  z-index: 1002;
  -webkit-transition: top 0.6s ease, background 0.4s ease, backdrop-filter 0.4s ease;
  transition: top 0.6s ease, background 0.4s ease, backdrop-filter 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 6.25rem;
    padding: 0.9375rem 2.75rem 0 1.5rem;
  }
}
.p-header.js-scroll {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}
.p-header.js-hidden {
  top: -101%;
}

.p-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.0625rem;
          flex: 0 0 3.0625rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.4375rem;
            flex: 0 0 4.4375rem;
  }
}

.p-header__logo-link {
  display: block;
}
.p-header__logo-link img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 900px) {
  .p-header__nav {
    display: block;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.p-header__nav-item {
  position: relative;
}
.p-header__nav-item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.3125rem;
  display: inline-block;
  width: 0.0625rem;
  height: 100%;
  background-color: #CD5A3C;
}

.p-header__nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  position: relative;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-header__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #455065;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-header__nav-link:hover {
    opacity: 0.5;
  }
  .p-header__nav-link:hover::after {
    opacity: 1;
  }
}

.p-header__hamburger {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: inline-block;
  position: relative;
  width: 1.5rem;
  height: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    -ms-flex-item-align: initial;
        align-self: initial;
  }
}
@media screen and (min-width: 900px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger-line {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 0.1875rem;
  background-color: #455065;
  left: 0;
}
.p-header__hamburger-line:nth-of-type(1) {
  top: 0;
}
.p-header__hamburger-line:nth-of-type(2) {
  top: 50%;
}
.p-header__hamburger-line:nth-of-type(3) {
  top: 100%;
}

/* object > component > p-footer */
.p-footer {
  background-color: #455065;
  padding: 1.25rem 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 2.5rem 0 0.625rem;
  }
}

.p-footer__inner {
  padding: 0 1.25rem;
}

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

.p-footer__privacy-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  font-size: 0.625rem;
  line-height: 1.2;
  position: relative;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-footer__privacy-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-footer__privacy-text:hover {
    opacity: 0.5;
  }
  .p-footer__privacy-text:hover::after {
    opacity: 1;
  }
}

.p-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125rem;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.p-footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.1875rem;
            flex: 0 0 9.1875rem;
  }
}

.p-footer__logo-link {
  display: block;
}
.p-footer__logo-link img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-list {
    grid-template-columns: repeat(7, auto);
    grid-template-rows: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer__nav-link {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-link {
    font-size: 0.9375rem;
  }
}
.p-footer__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-footer__nav-link:hover {
    opacity: 0.5;
  }
  .p-footer__nav-link:hover::after {
    opacity: 1;
  }
}

/* object > component > p-form */
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form textarea {
  width: 100%;
  padding: 0.75rem 0.75rem 0.875rem;
  border: 1px solid #EDEADB;
  background: rgba(237, 234, 219, 0.3);
}
.p-form input[type=text]::-webkit-input-placeholder, .p-form input[type=email]::-webkit-input-placeholder, .p-form input[type=tel]::-webkit-input-placeholder, .p-form input[type=date]::-webkit-input-placeholder, .p-form textarea::-webkit-input-placeholder {
  color: #979797;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
}
.p-form input[type=text]::-moz-placeholder, .p-form input[type=email]::-moz-placeholder, .p-form input[type=tel]::-moz-placeholder, .p-form input[type=date]::-moz-placeholder, .p-form textarea::-moz-placeholder {
  color: #979797;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
}
.p-form input[type=text]:-ms-input-placeholder, .p-form input[type=email]:-ms-input-placeholder, .p-form input[type=tel]:-ms-input-placeholder, .p-form input[type=date]:-ms-input-placeholder, .p-form textarea:-ms-input-placeholder {
  color: #979797;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
}
.p-form input[type=text]::-ms-input-placeholder, .p-form input[type=email]::-ms-input-placeholder, .p-form input[type=tel]::-ms-input-placeholder, .p-form input[type=date]::-ms-input-placeholder, .p-form textarea::-ms-input-placeholder {
  color: #979797;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
}
.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form input[type=date]::placeholder,
.p-form textarea::placeholder {
  color: #979797;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
}
.p-form textarea {
  height: 12.875rem;
  resize: none;
}
.p-form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-form__items {
    gap: 1.875rem;
  }
}

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

.p-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.875rem;
            flex: 0 0 12.875rem;
    gap: 0;
    -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;
  }
}

.p-form__label-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-form__label-text {
    font-size: 1.125rem;
  }
}

.p-form__tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1875rem 0.3125rem 0.3125rem 0.3125rem;
  border-radius: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
}
.p-form__tag._required {
  background-color: #CD5A3C;
  color: #FFFFFF;
}
.p-form__tag._optional {
  background-color: #EDEADB;
  color: #455065;
}
@media screen and (min-width: 768px) {
  .p-form__tag._spDisplay {
    display: none;
  }
}
.p-form__tag._pcDisplay {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form__tag._pcDisplay {
    display: inline-block;
  }
}

.p-form__notice {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__notice._sp {
    display: none;
  }
}
.p-form__notice._pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form__notice._pc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: inline-block;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__control {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.p-form__control .confirm_message,
.p-form__control .confirm_motivation,
.p-form__control .confirm_question {
  white-space: pre-wrap;
}
@media screen and (min-width: 768px) {
  .p-form__control._confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form__control._pcShort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
  .p-form__control._pcShort .wpcf7-form-control-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 31.625rem;
    width: 100%;
    display: inline-block;
  }
}

.p-form__privacy {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__privacy {
    margin-top: 3.125rem;
  }
}

.p-form__privacy-text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .p-form__privacy-text {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.p-form__privacy-link {
  text-decoration: underline;
}

.p-form__privacy-control {
  margin-top: 0.9375rem;
  text-align: center;
}
.p-form__privacy-control label {
  cursor: pointer;
}
.p-form__privacy-control input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.p-form__privacy-control input[type=checkbox] + span {
  display: inline-block;
  padding-left: 26px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__privacy-control input[type=checkbox] + span {
    font-size: 1.125rem;
  }
}
.p-form__privacy-control input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 0.125rem;
  border: 1px solid #455065;
}
@media screen and (min-width: 768px) {
  .p-form__privacy-control input[type=checkbox] + span::before {
    top: 3px;
  }
}
.p-form__privacy-control input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  display: inline-block;
  width: 10px;
  height: 5px;
  border-left: 1.5px solid #455065;
  border-bottom: 1.5px solid #455065;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p-form__privacy-control input[type=checkbox]:checked + span::after {
    top: 6px;
  }
}

.p-form__btn-wrap {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__btn-wrap {
    margin-top: 3.125rem;
  }
}
.p-form__btn-wrap._confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-form__btn-wrap._confirm {
    margin-top: 9.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.125rem;
  }
}

.p-form__confirm-text {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-form__confirm-text {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.p-form__confirm-notice {
  display: inline-block;
  margin-left: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-form__confirm-notice {
    font-size: 1rem;
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form__confirm-notice._sp {
    display: none;
  }
}
.p-form__confirm-notice._pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form__confirm-notice._pc {
    display: inline-block;
  }
}

.p-form__date-wrap {
  cursor: pointer;
  min-height: 3.125rem;
  position: relative;
  border: 1px solid #EDEADB;
  background: rgba(237, 234, 219, 0.3);
}
.p-form__date-wrap .wpcf7-form-control-wrap {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.p-form__date-wrap input[type=date] {
  cursor: pointer;
  display: inline-block;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 0.71875rem 0.75rem 0.84375rem 0.75rem;
}
.p-form__date-wrap input[type=date]::-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  color: #979797;
}
.p-form__date-wrap input[type=date]::-moz-placeholder {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  color: #979797;
}
.p-form__date-wrap input[type=date]:-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  color: #979797;
}
.p-form__date-wrap input[type=date]::-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  color: #979797;
}
.p-form__date-wrap input[type=date]::placeholder {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  color: #979797;
}
.p-form__date-wrap input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.p-form__date-wrap input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}
.p-form__date-wrap input[type=date].is-empty {
  color: #979797;
}

/* 確認 */
.confirm_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.p-form__privacy-control .wpcf7-not-valid-tip {
  display: none !important;
}

/* CF7 */
.wpcf7-spinner {
  display: none;
}

/* object > component > p-drawer */
.p-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 7.25rem;
  overflow: hidden;
  background-color: #455065;
  z-index: 1003;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.p-drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.p-drawer__close {
  cursor: pointer;
  position: absolute;
  top: 0.6875rem;
  right: 0.9375rem;
  display: inline-block;
  width: 1.25rem;
}

.p-drawer__icon {
  position: absolute;
  left: -5.625rem;
  bottom: 2.4375rem;
  display: block;
  width: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1004;
}

.p-drawer__nav {
  position: relative;
  z-index: 1005;
}

.p-drawer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.p-drawer__nav-link {
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

/* object > component > p-fv */
/* object > component > p-page-fv */
.p-page-fv {
  height: 10rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-fv {
    height: 18.75rem;
  }
}
.p-page-fv._recruit {
  height: 260px;
}
@media screen and (min-width: 768px) {
  .p-page-fv._recruit {
    height: 37.5rem;
  }
}

.p-page-fv__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-fv__box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 4.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-fv__box {
    top: 10.25rem;
  }
}
.p-page-fv__box._recruit {
  padding-left: 1.3125rem;
  top: 5.8125rem;
}
@media screen and (min-width: 768px) {
  .p-page-fv__box._recruit {
    top: 18.4375rem;
    padding-left: 0;
  }
}
.p-page-fv__box._recruit .p-page-fv__heading-en {
  padding-right: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-page-fv__box._recruit .p-page-fv__heading-en {
    padding-right: 0;
  }
}

.p-page-fv__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-page-fv__heading {
    font-size: 3.125rem;
    gap: 1.25rem;
  }
}
.p-page-fv__heading._height {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-page-fv__heading._height {
    line-height: 1.3;
  }
}

.p-page-fv__heading-en {
  text-align: center;
  color: #CD5A3C;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-page-fv__heading-en {
    font-size: 1.5625rem;
    letter-spacing: 0.2em;
  }
}

/* object > component > p-staff-modal */
/* object > component > p-card */
.p-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  min-height: 10rem;
}
@media screen and (min-width: 768px) {
  .p-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    min-height: initial;
  }
}
.p-card.is-withdrawal .p-card__title {
  opacity: 0.2;
}
.p-card.is-withdrawal .p-card__desc {
  opacity: 0.2;
}
.p-card.is-withdrawal .c-link-button {
  display: none;
}
.p-card.is-withdrawal .p-card__img {
  position: relative;
}
.p-card.is-withdrawal .p-card__img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "事業撤退";
  display: inline-block;
  max-width: 9.0625rem;
  width: 100%;
  padding: 0.25rem 0.5rem 0.375rem;
  border-radius: 1.875rem;
  background-color: #707070;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-card.is-withdrawal .p-card__img::before {
    max-width: 11.25rem;
    font-size: 1.125rem;
    padding: 0.28125rem 0.625rem 0.46875rem;
  }
}

.p-card__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.82608%;
          flex: 0 0 47.82608%;
  aspect-ratio: 165/160;
  min-height: 10rem;
}
@media screen and (min-width: 768px) {
  .p-card__img {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    aspect-ratio: 300/269;
    min-height: 16.8125rem;
  }
}
.p-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-card__body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding-top: 1.25rem;
    min-height: 10rem;
  }
}

.p-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-card__title {
    text-align: center;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}

.p-card__textarea {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-card__textarea {
    margin-top: 1.25rem;
  }
}

.p-card__desc {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-card__desc {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.03em;
  }
}

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

.p-card__position {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-card__position {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

.p-card__name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-card__name {
    font-size: 1.25rem;
    letter-spacing: 0.0555555556em;
  }
}

.p-card__btn-wrap {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .p-card__btn-wrap {
    text-align: center;
  }
}

/* object > component > p-modal */
.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(160, 160, 160, 0.35);
  background-blend-mode: multiply;
  backdrop-filter: blur(8px);
  z-index: 1003;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.p-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.p-modal__contents {
  width: 92.3664%;
  height: 80dvh;
  background-color: #FFFFFF;
  border-radius: 0.9375rem;
  margin: 4.1875rem auto;
  padding: 1.25rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-modal__contents {
    max-width: 71.25rem;
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-modal__contents {
    padding: 6.25rem 4.375rem 6.25rem 6.25rem;
  }
}

.p-modal__content {
  height: 100%;
  overflow-y: auto;
}

.p-modal__container {
  height: 100%;
}

.p-modal__inner {
  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;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-modal__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .p-modal__inner {
    gap: 5rem;
  }
}

.p-modal__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-modal__profile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.25rem;
            flex: 0 0 18.25rem;
  }
}

.p-modal__img {
  max-width: 19.875rem;
  width: 100%;
  min-height: 22.5rem;
  aspect-ratio: 292/360;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-modal__img {
    max-width: initial;
    width: initial;
  }
}
.p-modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-modal__profile-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}

.p-modal__profile-position {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.p-modal__profile-name {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
}

.p-modal__body {
  padding-right: clamp(0.625rem, -0.255rem + 3.76vw, 3.125rem);
}
@media screen and (min-width: 768px) {
  .p-modal__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.p-modal__qa-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

.p-modal__qa-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.p-modal__qa-term {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-modal__qa-term {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
}

.p-modal__qa-desc {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-modal__qa-desc {
    font-size: 1rem;
  }
}

.p-modal__close {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3.75rem;
  cursor: pointer;
  max-width: 12.5rem;
  width: 100%;
  padding: 0.34375rem 0.625rem 0.53125rem;
  text-align: center;
  border-radius: 30px;
  border: 0.0625rem solid #FFFFFF;
  background: #455065;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-modal__close {
    bottom: -5rem;
    max-width: 15.625rem;
    padding: 0.90625rem 0.625rem 1.09375rem;
    border: 0.1875rem solid #FFFFFF;
    font-size: 1.125rem;
  }
}

/* object > utility > u-display */
@media screen and (min-width: 768px) {
  .u-sp-inline {
    display: none;
  }
}

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

@media screen and (min-width: 1024px) {
  .u-pc-inline {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */