@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media (max-width: 1220px) and (min-width: 768px) {
  html {
    font-size: 0.81967vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
  color: #1A1A1A;
  font-size: 1.2rem;
  overflow-x: hidden;
  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 (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
  }
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-x: clip;
}

footer {
  margin-top: auto;
}

body.is-fixed {
  overflow: hidden;
}

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

main {
  overflow-x: hidden;
}

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

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

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

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

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

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

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

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

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

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

.l-inner.l-inner--sm {
  max-width: 110.7rem;
  margin-inline: auto;
}

.c-btn01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  position: relative;
}

.c-btn01::after {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn01::before {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 0.9rem;
  background-color: #fff;
  -webkit-mask-image: url(../images/icon_arrow_white.svg);
          mask-image: url(../images/icon_arrow_white.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0.6rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .c-btn01:hover::after {
    background-color: #EAED53;
    border: 1px solid #EAED53;
  }
  .c-btn01:hover::before {
    background-color: #333333;
  }
}
.c-btn02 {
  display: block;
}

.c-btn02__text {
  background-color: #333333;
  border-radius: 2rem 2rem 0 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 1.3rem 2rem 1.3rem 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn02__text {
    font-size: 1.8rem;
    border-radius: 1.7rem 1.7rem 0 0;
    padding: 1rem 1.5rem 1rem 1.5rem;
  }
}

.c-btn02__text span {
  display: inline-block;
  color: #EAED53;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-btn02__text span {
    font-size: 1rem;
  }
}

.c-btn02__text::after {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn02__text::before {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 0.9rem;
  background-color: #fff;
  -webkit-mask-image: url(../images/icon_arrow_white.svg);
          mask-image: url(../images/icon_arrow_white.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn02__text::before {
    right: 2rem;
  }
}

.c-btn02__img img {
  aspect-ratio: 548/185;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .c-btn02__img img {
    aspect-ratio: 548/193;
  }
}

@media (any-hover: hover) {
  .c-btn02:hover .c-btn02__text::before {
    background-color: #333333;
  }
  .c-btn02:hover .c-btn02__text::after {
    background-color: #EAED53;
    border: 1px solid #EAED53;
  }
}
.c-btn03 {
  display: block;
  background-color: #333333;
  border-radius: 2rem;
  padding: 3rem 7rem 3rem 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn03 {
    padding: 2.5rem 2rem 2.3rem 2rem;
  }
}

.c-btn03 .arrow {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn03 .arrow {
    right: 1.3rem;
  }
}

.c-btn03 .arrow::before {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 0.9rem;
  background-color: #fff;
  -webkit-mask-image: url(../images/icon_arrow_white.svg);
          mask-image: url(../images/icon_arrow_white.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn03__text {
  color: #fff;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  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 (max-width: 767px) {
  .c-btn03__text {
    font-size: 1.8rem;
  }
}

.c-btn03__text span {
  display: inline-block;
  font-family: "Lexend", sans-serif;
  color: #EAED53;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-btn03__text span {
    font-size: 1rem;
  }
}

@media (any-hover: hover) {
  .c-btn03:hover .arrow {
    border: 1px solid #EAED53;
    background-color: #EAED53;
  }
  .c-btn03:hover .arrow::before {
    background-color: #333333;
  }
}
.c-btn04 {
  display: inline-block;
  color: #EAED53;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #EAED53;
  border-radius: 50vh;
  text-align: center;
  padding: 2.6rem 2.6rem;
  min-width: 29rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn04 {
    padding: 2.1rem 2.6rem;
  }
}

@media (any-hover: hover) {
  .c-btn04:hover {
    color: #1A1A1A;
    background-color: #EAED53;
  }
}
.c-btn04.c-btn04--contact {
  background-color: #EAED53;
  color: #333333;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 2rem 2.6rem 2rem 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn04.c-btn04--contact {
    font-size: 2rem;
    padding: 2.1rem 2.6rem 2.1rem 4rem;
  }
}

.c-btn04.c-btn04--contact::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 3rem;
  background-color: #333333;
  -webkit-mask-image: url(../images/icon_tel_black.svg);
          mask-image: url(../images/icon_tel_black.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn04.c-btn04--contact::before {
    left: 5rem;
  }
}

@media (any-hover: hover) {
  .c-btn04.c-btn04--contact:hover {
    background-color: #333333;
    color: #EAED53;
    border: 1px solid #333333;
  }
  .c-btn04.c-btn04--contact:hover::after {
    background-color: #EAED53;
  }
  .c-btn04.c-btn04--contact:hover::before {
    background-color: #EAED53;
  }
}
.c-btn04.c-btn04--arrow {
  background-color: #EAED53;
  color: #333333;
  font-weight: 500;
}

.c-btn04.c-btn04--arrow {
  position: relative;
}
.c-btn04.c-btn04--arrow::after {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.2rem;
  background-color: #333333;
  -webkit-mask-image: url(../images/icon_arrow_white.svg);
          mask-image: url(../images/icon_arrow_white.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn04.c-btn04--arrow::after {
    width: 1.5rem;
    height: 1rem;
  }
}

@media (any-hover: hover) {
  .c-btn04.c-btn04--arrow:hover {
    background-color: #333333;
    color: #EAED53;
    border: 1px solid #333333;
  }
  .c-btn04.c-btn04--arrow:hover::after {
    background-color: #EAED53;
  }
}
.c-btn05 {
  display: inline-block;
  font-size: 1.4rem;
  text-align: center;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border: 1px solid #fff;
  border-radius: 100vh;
  min-width: 22.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn05 {
    padding: 1.2rem 2rem 1.2rem 2rem;
    min-width: 21rem;
  }
}

@media (any-hover: hover) {
  .c-btn05:hover {
    color: #1A1A1A;
    background-color: #EAED53;
    border: 1px solid #EAED53;
  }
}
.c-bnt06 {
  display: inline-block;
  border: 1px solid #333333;
  border-radius: 1.5rem;
  padding: 1.4rem 2rem;
  min-width: 35.9rem;
  text-align: left;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-bnt06 {
    min-width: 26.9rem;
    padding: 1.1rem 1.2rem;
    border-radius: 1.2rem;
  }
}

.c-bnt06 .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-family: "Lexend", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-bnt06 .en {
    font-size: 0.9rem;
  }
}

.c-bnt06 .en::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1px;
  background-color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-bnt06 .ja {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-bnt06 .ja {
    font-size: 1.5rem;
  }
}

.c-bnt06::before {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid #333333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-bnt06::before {
    width: 2.7rem;
    height: 2.7rem;
    right: 1.5rem;
  }
}

.c-bnt06::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 0.9rem;
  background-color: #333333;
  -webkit-mask-image: url(../images/icon_arrow_white.svg);
          mask-image: url(../images/icon_arrow_white.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 3.1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-bnt06::after {
    width: 1.1rem;
    height: 0.8rem;
    right: 2.3rem;
  }
}

@media (any-hover: hover) {
  .c-bnt06:hover {
    background-color: #333333;
    color: #fff;
  }
  .c-bnt06:hover .en::before {
    background-color: #fff;
  }
  .c-bnt06:hover::before {
    border: 1px solid #EAED53;
    background-color: #EAED53;
    -webkit-transform: translateY(-50%) translateX(0.5rem);
            transform: translateY(-50%) translateX(0.5rem);
  }
  .c-bnt06:hover::after {
    -webkit-transform: translateY(-50%) translateX(0.5rem);
            transform: translateY(-50%) translateX(0.5rem);
  }
}
.c-card01 {
  background-color: #fff;
  border-radius: 1.5rem;
  border: 1px solid #333333;
  border-radius: 0.8rem;
  padding: 4.3rem 2rem 4.3rem 2rem;
  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 (max-width: 767px) {
  .c-card01 {
    padding: 1.6rem 2rem 1.6rem 2rem;
    font-size: 1.6rem;
    min-height: 15rem;
  }
}

.c-card01__title {
  font-size: 2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-card01__title {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
}

.c-card01__title::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #EAED53;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-card01__title::before {
    width: 1rem;
    height: 1rem;
  }
}

.c-card01__text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-card01__text {
    font-size: 1.4rem;
    margin-top: auto;
  }
}

.c-card02 {
  background-color: #fff;
  border-radius: 2rem;
  padding: 4.5rem 4.5rem 4.5rem 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.6rem;
}
@media screen and (max-width: 767px) {
  .c-card02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    padding: 3.5rem 1.5rem 3rem 1.5rem;
  }
}

.c-card02__img {
  width: 40rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-card02__img {
    width: 100%;
  }
}
.c-card02__img img {
  aspect-ratio: 400/340;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .c-card02__img img {
    aspect-ratio: 640/450;
    border-radius: 1.6rem;
  }
}

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

.c-card02__label {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #EAED53;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-card02__label {
    font-size: 1rem;
    padding: 0.2rem 0.7rem;
  }
}

.c-card02__title {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-card02__title {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.c-card02__faq {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .c-card02__faq {
    margin-top: 3rem;
  }
}

.c-card02__faq-item:nth-child(n+2) {
  margin-top: 3rem;
}

.c-card02__faq-title {
  font-size: 1.8rem;
  line-height: 1.7222222222;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-card02__faq-title {
    font-size: 1.4rem;
    line-height: 1.75;
    gap: 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-card02__faq-title::before {
  content: "Q";
  display: inline-block;
  font-family: "Lexend", sans-serif;
  font-weight: 100;
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-card02__faq-title::before {
    font-size: 3.8rem;
    margin-top: -0.5rem;
  }
}

.c-card02__faq-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-card02__faq-text {
    font-size: 1.3rem;
    line-height: 2.1538461538;
    margin-top: 1rem;
  }
}

.c-card03__img {
  padding-top: 2rem;
  padding-left: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card03__img {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
  }
}
.c-card03__img img {
  aspect-ratio: 492/260;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-card03__img img {
    aspect-ratio: 673/356;
    border-radius: 1.4rem;
  }
}

.c-card03__img::before {
  content: "";
  display: inline-block;
  width: 25rem;
  height: 25rem;
  background-color: #EAED53;
  border-radius: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-card03__img::before {
    width: 17.1rem;
    height: 17.1rem;
    border-radius: 1rem;
  }
}

.c-card03__body {
  margin-top: 2.5rem;
  padding-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .c-card03__body {
    padding-left: 1.5rem;
  }
}

.c-card03__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-card03__title {
    font-size: 1.5rem;
  }
}

.c-card03__text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-card03__text {
    font-size: 1.3rem;
    line-height: 1.7692307692;
  }
}

.c-card04__img img {
  border-radius: 1.6rem 1.6rem 0 0;
  aspect-ratio: 330/246;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .c-card04__img img {
    aspect-ratio: 330/196;
  }
}

.c-card04__body {
  background-color: #333333;
  border-radius: 0 0 1.6rem 1.6rem;
  min-height: 6.6rem;
  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;
  margin-top: -1px;
}

.c-card04__title {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card04__title {
    font-size: 1.3rem;
  }
}
.c-card04__title::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #EAED53;
  border-radius: 50%;
  margin-bottom: 0.25rem;
  margin-right: 0.4rem;
}

.c-card05__img img {
  border-radius: 1.6rem 1.6rem 0 0;
  aspect-ratio: 512/242;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-card05__img img {
    aspect-ratio: 512/220;
  }
}

.c-card05__body {
  background-color: #333333;
  border-radius: 0 0 1.6rem 1.6rem;
  min-height: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -1px;
}

.c-card05__title {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6428571429;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card05__title {
    font-size: 1.3rem;
  }
}
.c-card05__title::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #EAED53;
  border-radius: 50%;
  margin-bottom: 0.25rem;
  margin-right: 0.4rem;
}

.p-service-production__btn {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-production__btn {
    margin-top: 3.5rem;
  }
}

.c-section-title {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8461538462;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.2rem;
  }
}

.c-section-title::after {
  content: attr(data-en);
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-section-title::after {
    font-size: 4.2rem;
    margin-bottom: 0.4rem;
  }
}

.c-section-title::before {
  content: "";
  display: inline-block;
  width: calc(50vw - 50.5rem);
  height: 1px;
  background-color: #333333;
  position: absolute;
  right: calc(100% + 2rem);
  top: 64%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-section-title::before {
    width: calc(50vw - 14.5rem);
    right: calc(100% + 1rem);
  }
}

.c-section-title.is-active::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.c-section-title.c-section-title--yellow {
  color: #fff;
}
.c-section-title.c-section-title--yellow::after {
  color: #EAED53;
}
.c-section-title.c-section-title--yellow::before {
  background-color: #EAED53;
}

.c-section-title.c-section-title--gray::after {
  color: #333333;
}
.c-section-title.c-section-title--gray::before {
  background-color: #EAED53;
}

.c-title01 .en {
  display: block;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-title01 .en {
    font-size: 3.6rem;
  }
}
.c-title01 .ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-title01 .ja {
    font-size: 1.5rem;
    margin-top: 0.2rem;
    gap: 1rem;
  }
}
.c-title01 .ja::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #EAED53;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-title01 .ja::before {
    width: 1.1rem;
    height: 1.1rem;
  }
}

.c-title01.c-title01--border {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-title01.c-title01--border {
    padding-bottom: 1.4rem;
  }
}

.c-title01.c-title01--gray .ja::before {
  background-color: #333333;
}
.c-title01.c-title01--gray.c-title01--border {
  border-bottom: 1px solid #333333;
}

.c-title01.c-title01--white {
  color: #fff;
}
.c-title01.c-title01--white .ja::before {
  background-color: #EAED53;
}
.c-title01.c-title01--white.c-title01--border {
  border-bottom: 1px solid #fff;
}

.c-title01--white.c-title01--cta .ja {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-title01--white.c-title01--cta .ja {
    margin-top: 0;
  }
}

.c-title02 {
  font-size: 3rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-title02 {
    font-size: 2rem;
  }
}

.c-title02::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #333333;
  border-radius: 50%;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-title02::before {
    width: 1rem;
    height: 1rem;
  }
}

.p-breadcrumbs {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
}

.p-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-breadcrumbs__item {
  font-size: 1.2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs__item {
    margin-right: 0.5rem;
  }
}

.p-breadcrumbs__item:not(:last-child)::after {
  content: "＞";
  display: inline-block;
  margin-left: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs__item:not(:last-child)::after {
    margin-left: 0.5rem;
  }
}

.p-breadcrumbs.p-breadcrumbs--contact .p-breadcrumbs__list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-company-history {
  background-color: #333333;
  padding-top: 11rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .p-company-history {
    padding-top: 9rem;
    padding-bottom: 17rem;
  }
}

.p-company-history__list {
  max-width: 97rem;
  margin-inline: auto;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-company-history__list {
    margin-top: 3.5rem;
  }
}

.p-company-history__item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company-history__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 4rem;
  }
}

.p-company-history__item:nth-child(n+2) {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-company-history__item:nth-child(n+2) {
    margin-top: 1.9rem;
  }
}

.p-company-history__item::before {
  content: "";
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #EAED53;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-company-history__item::before {
    width: 0.7rem;
    height: 0.7rem;
    top: 0.8rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 2.2rem;
  }
}

.p-company-history__item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 6rem;
  background-color: #EAED53;
  position: absolute;
  top: 2rem;
  left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-company-history__item::after {
    height: 12rem;
    left: 2.5rem;
    top: 1rem;
  }
}

.p-company-history__item:last-child:after {
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company-history__item:last-child:after {
    height: 7rem;
  }
}

.p-company-history__item-year {
  color: #EAED53;
  font-size: 2rem;
  min-width: 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-history__item-year {
    font-size: 1.5rem;
  }
}

.p-company-history__item-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-company-history__item-text {
    font-size: 1.3rem;
    line-height: 1.7692307692;
    margin-top: 0.4rem;
  }
}

.p-company-info {
  background-color: #f3f3f3;
  padding-top: 5rem;
  padding-bottom: 8rem;
  border-radius: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-company-info {
    padding-top: 3.6rem;
    padding-bottom: 4.6rem;
    border-radius: 2.6rem;
  }
}

.p-company-info__body {
  background-color: #fff;
  border-radius: 2.4rem;
  padding: 1.9rem 5.5rem 5rem 5.5rem;
  margin-top: 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-company-info__body {
    border-radius: 1.3rem;
    margin-top: 3.6rem;
    padding: 1.2rem 1.5rem 3.5rem 1.5rem;
  }
}

.p-company-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.625;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-company-info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.3rem;
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
}
.p-company-info__item dt {
  min-width: 17rem;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-company-info__item dt {
    min-width: 0;
    min-width: initial;
  }
}
.p-company-info__item dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-company-info__map {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-company-info__map {
    grid-template-columns: 1fr;
    margin-top: 3.5rem;
    gap: 1.7rem;
  }
}

.p-company-info__map-img iframe {
  aspect-ratio: 469/279;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-company-info__map-img iframe {
    aspect-ratio: 640/274;
    border-radius: 1rem;
  }
}

.p-company-info__map-title {
  font-size: 1.6rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-left: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company-info__map-title {
    font-size: 1.3rem;
    margin-top: 0.6rem;
    padding-left: 0;
  }
}

.p-company-info__map-title::before {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #EAED53;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-company-info__map-title::before {
    width: 1rem;
    height: 1rem;
  }
}

.p-company-message {
  padding-top: 7.5rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-company-message {
    padding-top: 7rem;
  }
}

.p-company-message__content {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  margin-top: 5.7rem;
}
@media screen and (max-width: 767px) {
  .p-company-message__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 4rem;
    gap: 2.5rem;
  }
}

.p-company-message__name {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-company-message__name {
    font-size: 1.5rem;
  }
}

.p-company-message__text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-company-message__text {
    font-size: 1.3rem;
    line-height: 1.56;
    margin-top: 2rem;
  }
}

.p-company-message__main-img {
  width: 48.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-company-message__main-img {
    width: 100%;
  }
}
.p-company-message__main-img img {
  aspect-ratio: 486/500;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-company-message__main-img img {
    aspect-ratio: 700/400;
    border-radius: 1rem;
  }
}

.p-company-message__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-message__images {
    grid-template-columns: 1fr;
    margin-top: 3.5rem;
    gap: 3rem;
  }
}

.p-company-message__img img {
  aspect-ratio: 486/360;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-company-message__img img {
    aspect-ratio: 700/400;
    border-radius: 1rem;
  }
}

.p-company-policy {
  background-color: #EAED53;
  border-radius: 4.6rem;
  padding-top: 8.5rem;
  padding-bottom: 10rem;
  position: relative;
  z-index: 2;
  margin-bottom: -5rem;
}
@media screen and (max-width: 767px) {
  .p-company-policy {
    border-radius: 2.6rem;
    padding-bottom: 9rem;
    padding-top: 5.5rem;
  }
}

.p-company-policy__items {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-company-policy__items {
    margin-top: 4rem;
  }
}

.p-company-policy__item {
  background-color: #fff;
  border: 1px solid #333333;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-company-policy__item {
    font-size: 1.5rem;
  }
}

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

.p-company-policy__item-title {
  text-align: center;
  min-width: 22.5rem;
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-company-policy__item-title {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    min-width: 10.8rem;
  }
}

.p-company-policy__item-body {
  padding-left: 4rem;
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company-policy__item-body {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    padding-left: 2rem;
  }
}

.p-company-policy__item-body::before {
  content: "";
  display: inline-block;
  width: 1px;
  background-color: #333333;
  height: calc(100% - 3rem);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-company-policy__item-body::before {
    height: calc(100% - 2rem);
  }
}

.p-company-policy__list {
  counter-reset: none;
}

.p-company-policy__list-item {
  font-size: 1.6rem;
  counter-increment: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-policy__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    font-size: 1.5rem;
    font-size: 1.3rem;
  }
}

.p-company-policy__list-item:nth-child(n+2) {
  margin-top: 1.6rem;
}

.p-company-policy__list-item::before {
  content: "0" counter(num);
}

.p-company-policy__item:nth-child(3) .p-company-policy__item-body::before {
  height: calc(100% - 5rem);
}
@media screen and (max-width: 767px) {
  .p-company-policy__item:nth-child(3) .p-company-policy__item-body::before {
    height: calc(100% - 3rem);
  }
}

.p-company-policy__subtitle {
  text-align: center;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-policy__subtitle {
    margin-top: 3.5rem;
  }
}

.p-company-policy__slogan {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-policy__slogan {
    margin-top: 3.2rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.p-company-policy__img {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-company-policy__img {
    margin-top: 4rem;
  }
}
.p-company-policy__img img {
  aspect-ratio: 1060/400;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company-policy__img img {
    aspect-ratio: 700/400;
  }
}

@media screen and (max-width: 767px) {
  .p-company-policy__item:nth-child(2) .p-company-policy__item-title {
    padding-top: 2.3rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-policy__item:nth-child(2) .p-company-policy__item-body {
    padding-top: 2.3rem;
    padding-bottom: 2.5rem;
  }
}

.p-company-link {
  padding-top: 4rem;
  padding-bottom: 7.3rem;
}
@media screen and (max-width: 767px) {
  .p-company-link {
    padding-bottom: 4.3rem;
  }
}

.p-contact-form__item {
  border-top: 1px solid #ccc;
  padding-top: 2.5rem;
  padding-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item {
    padding-top: 2.2rem;
    padding-bottom: 2.1rem;
  }
}

.p-contact-form__item:last-child {
  border-bottom: 1px solid #ccc;
}

.p-contact-form__label {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact-form__label {
    font-size: 1.3rem;
  }
}

.p-contact-form__label .required {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #EAED53;
  border-radius: 3rem;
  padding: 0.3rem 1.2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__label .required {
    font-size: 1rem;
    padding: 0.2rem 1rem;
    margin-left: 1rem;
  }
}

.p-contact-form__input {
  margin-top: 1.8rem;
}

.p-contact-form__input input[type=text],
.p-contact-form__input input[type=email] {
  font-size: 1.4rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #F2F2F2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.8rem;
  color: inherit;
  font-family: inherit;
  width: 100%;
  padding: 1.3rem 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input input[type=text],
  .p-contact-form__input input[type=email] {
    font-size: 1.3rem;
    border-radius: 0.4rem;
    padding: 1.3rem 1.5rem;
  }
}
.p-contact-form__input input[type=text]::-webkit-input-placeholder,
.p-contact-form__input input[type=email]::-webkit-input-placeholder {
  color: #BABABA;
}
.p-contact-form__input input[type=text]::-moz-placeholder,
.p-contact-form__input input[type=email]::-moz-placeholder {
  color: #BABABA;
}
.p-contact-form__input input[type=text]::-ms-input-placeholder,
.p-contact-form__input input[type=email]::-ms-input-placeholder {
  color: #BABABA;
}
.p-contact-form__input input[type=text]::placeholder,
.p-contact-form__input input[type=email]::placeholder {
  color: #BABABA;
}
.p-contact-form__input textarea {
  font-size: 1.4rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #F2F2F2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.8rem;
  color: inherit;
  font-family: inherit;
  width: 100%;
  padding: 1.3rem 2.2rem;
  height: 25rem;
  resize: none;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input textarea {
    height: 21.3rem;
    border-radius: 0.4rem;
    font-size: 1.3rem;
    padding: 1.3rem 1.5rem;
  }
}
.p-contact-form__input textarea::-webkit-input-placeholder {
  color: #BABABA;
}
.p-contact-form__input textarea::-moz-placeholder {
  color: #BABABA;
}
.p-contact-form__input textarea::-ms-input-placeholder {
  color: #BABABA;
}
.p-contact-form__input textarea::placeholder {
  color: #BABABA;
}

.p-contact-form__input.p-contact-form__input--radio {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input.p-contact-form__input--radio {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}
.p-contact-form__input.p-contact-form__input--radio label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
}
.p-contact-form__input.p-contact-form__input--radio label + label {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input.p-contact-form__input--radio label + label {
    margin-top: 0.4rem;
  }
}
.p-contact-form__input.p-contact-form__input--radio input[type=radio]::before {
  background-color: #333333;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 0.8rem;
  width: 0.8rem;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input.p-contact-form__input--radio input[type=radio]::before {
    height: 0.7rem;
    width: 0.7rem;
  }
}
.p-contact-form__input.p-contact-form__input--radio input[type=radio]:checked::before {
  opacity: 1;
}
.p-contact-form__input.p-contact-form__input--radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #333333;
  border-radius: 50%;
  margin: 0;
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input.p-contact-form__input--radio input[type=radio] {
    width: 1.3rem;
    height: 1.3rem;
  }
}

.p-contact-form__policy {
  border-top: 1px solid #CCCCCC;
  padding-top: 2.6rem;
}

.p-contact-form__policy-title {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact-form__policy-title {
    font-size: 1.3rem;
  }
}

.p-contact-form__policy-wrapper {
  background-color: #F2F2F2;
  border-radius: 0.8rem;
  padding: 1.5rem 1.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__policy-wrapper {
    margin-top: 1.5rem;
    border-radius: 0.4rem;
  }
}

.p-contact-form__policy-body {
  height: 22rem;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-contact-form__policy-body {
    height: 18rem;
  }
}

.p-contact-form__policy-text {
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  padding: 3rem 2rem;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-contact-form__policy-text {
    font-size: 1.2rem;
    line-height: 1.34375;
    padding: 2rem 1rem;
  }
}

.p-contact-form__policy-note {
  font-size: 1.6rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__policy-note {
    font-size: 1.3rem;
  }
}

.p-contact-form__submit {
  text-align: center;
  margin-top: 9.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit {
    margin-top: 5rem;
    gap: 2rem;
  }
}
.p-contact-form__submit .submit-btn,
.p-contact-form__submit .back-btn {
  display: inline-block;
  position: relative;
}
.p-contact-form__submit .submit-btn::before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.2rem;
  background-color: #333333;
  -webkit-mask-image: url(../images/icon_arrow_white.svg);
          mask-image: url(../images/icon_arrow_white.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit .submit-btn::before {
    width: 1.5rem;
    height: 1rem;
  }
}
.p-contact-form__submit .back-btn::before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.2rem;
  background-color: #fff;
  -webkit-mask-image: url(../images/icon_arrow_white.svg);
          mask-image: url(../images/icon_arrow_white.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  left: 3rem;
  -webkit-transform: translateY(-50%) scale(-1.1);
          transform: translateY(-50%) scale(-1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit .back-btn::before {
    width: 1.5rem;
    height: 1rem;
  }
}
.p-contact-form__submit ::before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.2rem;
  background-color: #333333;
  -webkit-mask-image: url(../images/icon_arrow_white.svg);
          mask-image: url(../images/icon_arrow_white.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit ::before {
    width: 1.5rem;
    height: 1rem;
  }
}
.p-contact-form__submit input[type=submit] {
  display: inline-block;
  color: #1A1A1A;
  text-align: center;
  background-color: #EAED53;
  border: none;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2.4rem 1rem;
  min-width: 29rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit input[type=submit] {
    font-size: 1.3rem;
    min-width: 26.1rem;
  }
}
.p-contact-form__submit input[type=button] {
  display: inline-block;
  text-align: center;
  background-color: #333333;
  color: #fff;
  border: none;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2.4rem 1rem;
  min-width: 29rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit input[type=button] {
    font-size: 1.3rem;
    min-width: 26.1rem;
  }
}
.p-contact-form__submit input[type=submit]:disabled {
  pointer-events: none;
  color: #1A1A1A;
  opacity: 1;
}
.p-contact-form__submit .submit-btn.is-disabled {
  cursor: not-allowed;
}
@media (any-hover: hover) {
  .p-contact-form__submit input[type=submit]:hover {
    color: #EAED53;
    background-color: #333333;
  }
  .p-contact-form__submit input[type=submit]:not(:disabled):hover {
    color: #EAED53;
    background-color: #333333;
  }
  .p-contact-form__submit .submit-btn:not(:has(input[disabled]))::before {
    background-color: #EAED53;
  }
}

/*==================================
# お問合わせ確認ページ
===================================*/
.formTable {
  margin-top: 10rem;
  max-width: 97rem;
  margin-inline: auto;
  width: 100%;
  margin-inline: auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .formTable {
    margin-top: 7rem;
  }
}
.formTable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #ccc;
  padding-top: 2.5rem;
  padding-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .formTable tr {
    padding-top: 2.2rem;
    padding-bottom: 2.1rem;
  }
}
.formTable .tr:last-child {
  border-bottom: 1px solid #ccc;
}
.formTable th {
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .formTable th {
    font-size: 1.3rem;
  }
}
.formTable td {
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .formTable td {
    font-size: 1.3rem;
  }
}

.p-contact-thanks__text {
  font-size: 1.8rem;
  line-height: 2.1111111111;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__text {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2.1;
    margin-top: 3rem;
  }
}
.p-contact-thanks__text .row {
  display: block;
}
.p-contact-thanks__text .row + .row {
  margin-top: 4rem;
}
.p-contact-thanks__text a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact-thanks__text a:hover {
  opacity: 0.7;
}

.p-contact-thanks__btn {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__btn {
    margin-top: 5rem;
  }
}
.p-contact-thanks__btn span {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__btn span {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}

@media (any-hover: hover) {
  .p-contact-thanks__text a:hover {
    text-decoration: underline;
  }
}
.p-contact__text {
  font-size: 1.8rem;
  line-height: 2.1111111111;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2.1;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__text.p-contact__text--confirm {
    -moz-text-align-last: center;
         text-align-last: center;
  }
}

.p-contact__btn {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    margin-top: 4rem;
  }
}
.p-contact__btn span {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__btn span {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}

.p-contact__form {
  margin-top: 10rem;
  max-width: 97rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin-top: 8.5rem;
  }
}

.p-cta {
  padding-top: 13.5rem;
  padding-bottom: 15rem;
  border-radius: 4.6rem 4.6rem 0 0;
  position: relative;
  z-index: 4;
  color: #fff;
  margin-top: -4rem;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .p-cta {
    border-radius: 2em 2rem 0 0;
    padding-top: 9.5rem;
    padding-bottom: 9rem;
  }
}

.p-cta::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11.6rem;
  background-color: #EAED53;
  position: absolute;
  top: -3rem;
  left: 50%;
  z-index: 5;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.p-cta.is-active::after {
  -webkit-transform: scale(1, 1) scale(1, 1);
          transform: scale(1, 1) scale(1, 1);
}

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

.p-cta__title {
  width: 58.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    width: 30.3rem;
  }
}
.p-cta__title img {
  width: 100%;
  height: auto;
}

.p-cta__text {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    margin-top: 2.5rem;
  }
}

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

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

.p-cta__btn-text {
  font-size: 1.3rem;
  display: block;
  text-align: center;
  margin-top: 1rem;
}

.p-cta__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 4.6rem;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .p-cta__bg {
    border-radius: 3rem;
  }
}
.p-cta__bg picture {
  height: 100%;
}
.p-cta__bg img {
  width: 120%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cta__bg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  border-radius: 4.6rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-cta__bg::before {
    border-radius: 3rem;
  }
}

.p-drawer {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    background-color: #333333;
    position: fixed;
    width: 100%;
    height: 100dvh;
    top: 0;
    left: 0;
    z-index: 190;
    overflow-y: auto;
    padding-top: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 6rem;
  }
}

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

.p-drawer__nav-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 1.3rem;
}

.p-drawer__nav-item a::before {
  content: attr(data-en);
  display: inline-block;
  font-family: "Lexend", sans-serif;
  color: #EAED53;
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.p-drawer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-top: 5.5rem;
  gap: 2.2rem;
}

.p-drawer__cta-btn a {
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  background-color: #EAED53;
  min-width: 29rem;
  border-radius: 100vh;
  padding: 1.5rem 2rem;
}

.p-drawer__cta-btn span {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 1.4rem;
}

.p-drawer__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;
  gap: 2.5rem;
  margin-top: 5rem;
}

.p-drawer__sns-item img {
  width: 100%;
  height: auto;
}

.p-drawer__sns-item--instagram a {
  display: inline-block;
  width: 2.5rem;
}

.p-drawer__sns-item--facebook a {
  display: inline-block;
  width: 1.4rem;
}

.p-drawer__link {
  text-align: center;
  margin-top: 3rem;
}

.p-drawer__link a {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  padding: 1.4rem;
  border: 1px solid #fff;
  border-radius: 100vh;
  min-width: 22.7rem;
}

.p-equipment-sec {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-equipment-sec {
    padding-top: 6.4rem;
  }
}

.p-equipment-sec.p-equipment-sec--02 {
  margin-top: 3.4rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-equipment-sec.p-equipment-sec--02 {
    margin-top: 2rem;
  }
}

.p-equipment-sec__title {
  font-size: 3rem;
  font-weight: 500;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-equipment-sec__title {
    font-size: 2.4rem;
  }
}

.p-equipment-sec__title::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #EAED53;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-equipment-sec__title::before {
    width: 1.3rem;
    height: 1.3rem;
  }
}

.p-equipment-sec__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 4.8rem;
     -moz-column-gap: 4.8rem;
          column-gap: 4.8rem;
  row-gap: 5rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-equipment-sec__list {
    grid-template-columns: 1fr;
    margin-top: 3.5rem;
    gap: 3rem;
  }
}

.p-footer {
  background-color: #333333;
  color: #fff;
  padding-top: 9.5rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 5.5rem;
  }
}

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

.p-footer__logo {
  width: 18.7rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 13.5rem;
  }
}
.p-footer__logo img {
  width: 100%;
  height: auto;
}

.p-footer__area {
  margin-top: 2.5rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__area {
    padding-left: 0;
    margin-top: 3.5rem;
  }
}

.p-footer__area-item:nth-child(n+2) {
  margin-top: 1.8rem;
}

.p-footer__area-title {
  font-size: 1.6rem;
  line-height: 1.75;
}

.p-footer__area-address {
  font-size: 1.4rem;
  line-height: 1.7857142857;
}

.p-footer__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
}

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

.p-footer__nav-parent a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 17.1rem;
  font-size: 1.6rem;
  line-height: 1.75;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-footer__nav-parent a::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 0.9rem;
  background-color: #fff;
  -webkit-mask-image: url(../images/icon_arrow_white.svg);
          mask-image: url(../images/icon_arrow_white.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.p-footer__nav-list {
  margin-top: 1rem;
}

.p-footer__nav-item a {
  font-size: 1.4rem;
  line-height: 2.0714285714;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-footer__nav-item.child a::before {
  content: "-";
  display: inline-block;
  margin-right: 0.7rem;
}

.p-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4rem;
  }
}

.p-footer__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;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-footer__sns {
    gap: 2.5rem;
  }
}

.p-footer__sns-item img {
  width: 100%;
  height: auto;
}

.p-footer__sns-item--instagram a {
  display: inline-block;
  width: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__sns-item--instagram a {
    width: 2.2rem;
  }
}

.p-footer__sns-item--facebook {
  display: inline-block;
  width: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__copy {
  font-size: 1.2rem;
  margin-top: 7rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    text-align: center;
  }
}

@media (any-hover: hover) {
  .p-footer__nav-item:hover a {
    color: #EAED53;
  }
  .p-footer__sns-item a:hover {
    opacity: 0.7;
  }
  .p-footer__nav-parent a:hover {
    color: #EAED53;
  }
  .p-footer__nav-parent a:hover::after {
    background-color: #EAED53;
  }
}
.p-fv {
  margin-top: 8rem;
  background: url(../images/fv_company_pc.webp) no-repeat center center/cover;
  padding-top: 16.5rem;
  padding-bottom: 14rem;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background: url(../images/fv_company_sp.webp) no-repeat center center/cover;
    margin-top: 0;
    padding-top: 19rem;
    padding-bottom: 11.5rem;
  }
}

.p-fv::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.3rem;
  width: 100%;
  height: 100%;
  background: url(../images/fv_mask.webp) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
}

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

.p-fv__title {
  color: #EAED53;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8461538462;
  letter-spacing: 0.1em;
  position: relative;
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.4rem;
    margin-left: 4.2rem;
  }
}

.p-fv__title::before {
  content: attr(data-en);
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-fv__title::before {
    font-size: 4.2rem;
    margin-bottom: 0.4rem;
  }
}

.p-fv__title::after {
  content: "";
  display: inline-block;
  width: calc(50vw - 47.5rem);
  height: 1px;
  background-color: #EAED53;
  position: absolute;
  right: calc(100% + 2rem);
  top: 35%;
}
@media screen and (max-width: 767px) {
  .p-fv__title::after {
    width: calc(50vw - 13.5rem);
    right: calc(100% + 0.7rem);
    top: 26%;
  }
}

.p-fv__bg-text {
  width: 32rem;
  position: absolute;
  right: 6rem;
  top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-fv__bg-text {
    width: 16.4rem;
    right: -1rem;
    top: 16.5rem;
  }
}
.p-fv__bg-text img {
  width: 100%;
  height: auto;
}

.p-fv.p-fv--recruit {
  background: url(../images/fv_recruit_pc.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-fv.p-fv--recruit {
    background: url(../images/fv_recruit_sp.webp) no-repeat center center/cover;
  }
}
.p-fv.p-fv--recruit .p-fv__bg-text {
  width: 32.9rem;
  position: absolute;
  right: 6rem;
  top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-fv.p-fv--recruit .p-fv__bg-text {
    width: 16.4rem;
    right: -1rem;
    top: 17.5rem;
  }
}

.p-fv.p-fv--contact {
  background: none;
  padding-top: 9.8rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv.p-fv--contact {
    padding-top: 12rem;
    padding-bottom: 3rem;
  }
}
.p-fv.p-fv--contact::before {
  display: none;
}
.p-fv.p-fv--contact .p-fv__title {
  color: #333333;
}
.p-fv.p-fv--contact .p-fv__title::after {
  background-color: #333333;
}

.p-fv.p-fv--service {
  background: url(../images/fv_service_pc.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-fv.p-fv--service {
    background: url(../images/fv_service_sp.webp) no-repeat center center/cover;
  }
}
.p-fv.p-fv--service .p-fv__bg-text {
  width: 32.9rem;
  position: absolute;
  right: 6rem;
  top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-fv.p-fv--service .p-fv__bg-text {
    width: 16.4rem;
    right: -1rem;
    top: 17.5rem;
  }
}

.p-fv.p-fv--equipment {
  background: url(../images/fv_equipment_pc.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-fv.p-fv--equipment {
    background: url(../images/fv_equipment_sp.webp) no-repeat center center/cover;
  }
}
.p-fv.p-fv--equipment .p-fv__bg-text {
  width: 31.5rem;
  position: absolute;
  right: 6rem;
  top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-fv.p-fv--equipment .p-fv__bg-text {
    width: 16.4rem;
    right: -1rem;
    top: 18.5rem;
  }
}

.p-fv.p-fv--404 {
  background: none;
  padding-top: 9rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv.p-fv--404 {
    padding-top: 12rem;
    padding-bottom: 2.5rem;
  }
}
.p-fv.p-fv--404::before {
  display: none;
}
.p-fv.p-fv--404 .p-fv__title {
  color: #333333;
  font-size: 2rem;
  letter-spacing: 0;
}
.p-fv.p-fv--404 .p-fv__title::after {
  background-color: #333333;
}

.p-header {
  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;
  height: 8rem;
  width: 100%;
  background-color: #333333;
  padding-right: 2rem;
  padding-left: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header {
    position: absolute;
    height: 6rem;
    margin-top: 0;
    background-color: transparent;
  }
}

.p-header.p-header--top {
  background-color: transparent;
}

.p-header.is-scroll {
  background-color: #232323;
}

.p-header__logo {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 19rem;
  }
}
.p-header__logo img {
  width: 100%;
  height: auto;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__nav-item a {
  display: inline-block;
  height: inherit;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 1.5rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  margin-left: 0.4rem;
}

.p-header__cta a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1A1A1A;
  font-size: 1.4rem;
  font-weight: 500;
  gap: 0.9rem;
  background-color: #EAED53;
  border-radius: 100vh;
  padding: 1rem 2.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #333333;
}

.p-header__cta a::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #333333;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__cta.p-header__cta--top a {
  color: #fff;
  background-color: #333333;
}
.p-header__cta.p-header__cta--top a::before {
  background-color: #EAED53;
}

.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    width: 6rem;
    height: 6rem;
    background-color: #333333;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem;
  }
}

.p-header__hamburger span {
  display: inline-block;
  width: 1.6rem;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger span:nth-child(1) {
  margin-right: 0.7rem;
}

.p-header__hamburger span:nth-child(3) {
  margin-left: 0.7rem;
}

.p-header__hamburger.open span:nth-child(1) {
  width: 2.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 1.7rem;
  top: 3rem;
}

.p-header__hamburger.open span:nth-child(2) {
  opacity: 0;
  display: none;
}

.p-header__hamburger.open span:nth-child(3) {
  width: 2.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 1rem;
  top: 3rem;
}

@media (any-hover: hover) {
  .p-header__nav-item a:hover {
    color: #EAED53;
  }
  .p-header__cta a:hover {
    color: #EAED53;
    background-color: #333333;
    border: 1px solid #EAED53;
  }
  .p-header__cta a:hover::before {
    background-color: #EAED53;
  }
  .p-header.p-header--top .p-header__nav-item a:hover {
    color: #EAED53;
  }
  .p-header.p-header--top .p-header__cta a:hover {
    color: #1A1A1A;
    background-color: #EAED53;
  }
  .p-header.p-header--top .p-header__cta a:hover::before {
    background-color: #333333;
  }
}
@media screen and (max-width: 767px) {
  .p-header.p-header--contact {
    background-color: #333333;
  }
}
@media screen and (max-width: 767px) {
  .p-header.p-header--contact .p-header__hamburger {
    background-color: #EAED53;
  }
  .p-header.p-header--contact .p-header__hamburger span {
    background-color: #333333;
  }
}

.p-hinata {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-color: lightyellow;
}

.p-hinata__img {
  margin-top: 1.875rem;
}

.p-hinata__btn {
  margin-top: 1.875rem;
  text-align: center;
}

.p-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-link-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 1.5rem;
  }
}

.p-link-list__item a {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background-color: #333333;
  border-radius: 100vh;
  padding: 1rem 1rem;
  min-width: 17.2rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-link-list__item a {
    min-width: 16.5rem;
  }
}

.p-link-list__item a::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 0.8rem;
  background-color: #EAED53;
  -webkit-mask-image: url(../images/icon_arrow_yellow.svg);
          mask-image: url(../images/icon_arrow_yellow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .p-link-list__item a:hover {
    background-color: #EAED53;
    color: #333333;
  }
  .p-link-list__item a:hover::after {
    background-color: #333333;
  }
}
.p-mv {
  min-height: 76.8rem;
  position: relative;
  z-index: 3;
  background-color: gray;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-mv {
    min-height: 50rem;
  }
}

.p-mv__inner {
  max-width: 130rem;
  min-height: 76.8rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    min-height: 50rem;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.p-mv__img::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/mv_bg.webp);
  position: absolute;
  top: 0;
  left: 0;
}

.p-mv__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-mv__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__bg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/mv_bg.webp);
  position: absolute;
  top: 0;
  left: 0;
}

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

.p-mv__logo-img {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .p-mv__logo-img {
    width: 13rem;
    margin-bottom: -0.5rem;
  }
}
.p-mv__logo-img img {
  mix-blend-mode: screen;
  display: block;
  width: 100%;
  height: auto;
}

.p-mv__logo-text {
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-mv__logo-text {
    font-size: 1.3rem;
    margin-left: 0.5rem;
  }
}

.p-mv__img-text {
  width: 38.8rem;
  position: absolute;
  bottom: -3rem;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-mv__img-text {
    width: 18.5rem;
    bottom: -1.2rem;
    right: -1.5rem;
  }
}
.p-mv__img-text img {
  width: 100%;
  height: auto;
  mix-blend-mode: exclusion;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.p-top {
  background-color: #333333;
}

.p-mv__bg {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.p-mv__bg.is-loaded {
  opacity: 1;
}

.p-opening {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #333333;
  z-index: 210;
}

.p-opening__line {
  width: 100%;
  height: 1px;
  background-color: #EAED53;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.p-opening__num {
  color: transparent;
  font-size: 6.5rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #EAED53;
  position: absolute;
  left: 4rem;
  top: calc(50% - 11rem);
}
@media screen and (max-width: 767px) {
  .p-opening__num {
    font-size: 5rem;
    left: 2.5rem;
    top: calc(50% - 8rem);
  }
}

.p-opening__name {
  color: #fff;
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
  left: 4rem;
  bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-opening__name {
    font-size: 2.8rem;
    left: 2.5rem;
    bottom: 2rem;
  }
}

.p-opening__name span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-opening__name span {
    font-size: 1.1rem;
    margin-left: 1rem;
  }
}

.p-page.p-page--contact {
  padding-top: 2rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-page.p-page--contact {
    padding-bottom: 8.5rem;
  }
}

.p-page.p-page--404 {
  padding-top: 2rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .p-page.p-page--404 {
    padding-bottom: 13.5rem;
  }
}

.p-recruit_interview {
  padding-top: 6.5rem;
  padding-bottom: 14.5rem;
  background-color: #EAED53;
  border-radius: 4.6rem 4.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit_interview {
    padding-top: 3.5rem;
    border-radius: 3.1rem 3.1rem 0 0;
    padding-bottom: 13.5rem;
  }
}

.p-recruit_interview__text {
  font-size: 2rem;
  margin-top: 2.3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-recruit_interview__text {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-top: 1.8rem;
  }
}

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

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

.p-recruit-cta {
  background-color: #333333;
  border-radius: 4.6rem 4.6rem 0 0;
  padding-top: 10rem;
  padding-bottom: 15rem;
  margin-top: -4.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-cta {
    border-radius: 3.1rem 3.1rem 0 0;
    padding-top: 4rem;
    padding-bottom: 9.7rem;
  }
}

.p-recruit-cta__wrapper {
  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;
}
@media screen and (max-width: 767px) {
  .p-recruit-cta__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-recruit-cta__title {
  margin-left: 5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-cta__title {
    margin-left: 0;
    padding-bottom: 0;
  }
}

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

.p-recruit-cta__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #fff;
  min-height: 18rem;
  border-radius: 1.2rem;
  padding: 2rem 1rem 1.5rem 1rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruit-cta__item a {
    border-radius: 0.5rem;
    min-height: 10.8rem;
    padding: 1rem 1rem 1rem 1rem;
  }
}

.p-recruit-cta__item.p-recruit-cta__item--tel a::before {
  content: "";
  display: inline-block;
  width: 5.3rem;
  height: 5rem;
  background: url(../images/icon_tel_white.svg) no-repeat center center/contain;
  position: absolute;
  top: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-recruit-cta__item.p-recruit-cta__item--tel a::before {
    width: 4.1rem;
    height: 3rem;
    top: 1.8rem;
  }
}
.p-recruit-cta__item.p-recruit-cta__item--tel a .num {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-recruit-cta__item.p-recruit-cta__item--tel a .num {
    font-size: 1.4rem;
  }
}
.p-recruit-cta__item.p-recruit-cta__item--tel a .text {
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-recruit-cta__item.p-recruit-cta__item--tel a .text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-cta__item.p-recruit-cta__item--mail a {
    font-size: 1.2rem;
  }
}
.p-recruit-cta__item.p-recruit-cta__item--mail a::before {
  content: "";
  display: inline-block;
  width: 6.3rem;
  height: 4.2rem;
  background: url(../images/icon_mail_white.svg) no-repeat center center/contain;
  position: absolute;
  top: 3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-recruit-cta__item.p-recruit-cta__item--mail a::before {
    width: 3.8rem;
    height: 2.7rem;
    top: 2rem;
  }
}

@media (any-hover: hover) {
  .p-recruit-cta__item a span {
    display: block;
  }
  .p-recruit-cta__item a:hover {
    background-color: #EAED53;
  }
}
.p-recruit-flow {
  padding-top: 6rem;
  padding-bottom: 8rem;
  border-radius: 4.6rem;
  background-color: #F3F3F3;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow {
    padding-top: 3.5rem;
    border-radius: 3.1rem;
    padding-bottom: 3.5rem;
  }
}

.p-recruit-flow__list {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__list {
    margin-top: 4rem;
  }
}

.p-recruit-flow__item {
  background-color: #fff;
  border-radius: 2rem;
  padding: 2.2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__item {
    border-radius: 1rem;
  }
}

.p-recruit-flow__item:nth-child(n+2) {
  margin-top: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__item:nth-child(n+2) {
    margin-top: 6rem;
  }
}

.p-recruit-flow__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 2.6rem;
  background-color: #EAED53;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -7.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__item:not(:last-child)::after {
    width: 4.8rem;
    height: 2.1rem;
    bottom: -3.6rem;
  }
}

.p-recruit-flow__item-num {
  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;
  gap: 1.5rem;
  font-size: 3.2rem;
  font-weight: 500;
  min-width: 27rem;
  padding: 2.4rem 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__item-num {
    font-size: 2.1rem;
    min-width: 10.7rem;
    padding: 1rem 0;
    padding-right: 1rem;
    gap: 1rem;
  }
}

.p-recruit-flow__item-num::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #EAED53;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__item-num::before {
    width: 1rem;
    height: 1rem;
  }
}

.p-recruit-flow__item-text {
  font-size: 2.2rem;
  font-weight: 500;
  border-left: 1px solid #1A1A1A;
  padding: 2.4rem 0;
  padding-left: 8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__item-text {
    font-size: 1.6rem;
    padding: 1rem 0;
    padding-left: 1.2rem;
    min-height: 6.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-recruit-intro {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro {
    padding-top: 6rem;
  }
}

.p-recruit-intro__lead {
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  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: 2rem;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__lead {
    font-size: 2.8rem;
    line-height: 1.5357142857;
    gap: 1.5rem;
  }
}

.p-recruit-intro__lead::after {
  content: "";
  display: inline-block;
  width: 7.6rem;
  height: 1px;
  background-color: #EAED53;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__lead::after {
    width: 6.5rem;
  }
}

.p-recruit-intro__wrapper {
  margin-left: calc(50% - 50vw);
  background-color: #F3F3F3;
  border-radius: 0 4.1rem 4.1rem 0;
  padding-top: 7rem;
  padding-bottom: 11rem;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__wrapper {
    margin-top: 3rem;
    padding-left: 2rem;
    padding-top: 5rem;
    padding-right: 2rem;
    padding-bottom: 4.5rem;
    border-radius: 0 2.1rem 2.1rem 0;
  }
}

.p-recruit-intro__body {
  max-width: 106rem;
  margin-left: auto;
}

.p-recruit-intro__title {
  font-size: 3rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__title {
    font-size: 2.4rem;
    gap: 1.5rem;
  }
}

.p-recruit-intro__title::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #EAED53;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__title::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.p-recruit-intro__list {
  margin-top: 3rem;
  max-width: 100rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__list {
    margin-top: 2.5rem;
  }
}

.p-recruit-intro__item {
  position: relative;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__item {
    padding-left: 6rem;
  }
}

.p-recruit-intro__item:nth-child(n+2) {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__item:nth-child(n+2) {
    margin-top: 2.2rem;
  }
}

.p-recruit-intro__item::before {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  background: url(../images/icon_check_gray.svg) no-repeat center center/contain;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__item::before {
    width: 2.1rem;
    height: 2.1rem;
    left: 2.8rem;
  }
}

.p-recruit-intro__item-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__item-title {
    font-size: 1.6rem;
  }
}
.p-recruit-intro__item-title span {
  display: inline-block;
  padding: 0 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #EAED53));
  background: linear-gradient(transparent 60%, #EAED53 60%);
  margin-left: -0.5rem;
}

.p-recruit-intro__item-text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__item-text {
    font-size: 1.3rem;
    line-height: 1.7692307692;
  }
}

.p-recruit-job {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job {
    padding-top: 5rem;
    padding-bottom: 9rem;
  }
}

.p-recruit-job__tab {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__tab {
    margin-top: 4.5rem;
  }
}

.p-recruit-job__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 3px solid #EAED53;
}

.p-recruit-job__tab-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9E9E9E;
  font-size: 2.2rem;
  font-weight: 500;
  background-color: #F3F3F3;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  padding: 2rem 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__tab-menu {
    font-size: 1.6rem;
    padding: 1.4rem 2rem;
  }
}

.p-recruit-job__tab-menu.current {
  color: #1A1A1A;
  background-color: #EAED53;
}

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

.p-recruit-job__content-box {
  display: none;
}

.p-recruit-job__content-box:first-of-type {
  display: block;
}

.p-recruit-job__content-text {
  font-size: 1.6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__content-text {
    font-size: 1.3rem;
  }
}

.p-recruit-job__table {
  border-collapse: collapse;
}

.p-recruit-job__table tr {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.p-recruit-job__table th {
  background-color: #F3F3F3;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  min-width: 22.4rem;
  padding: 2.15rem 2rem;
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__table th {
    min-width: 11.4rem;
    font-size: 1.3rem;
    padding: 1.8rem 1rem;
  }
}

.p-recruit-job__table td {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 2.15rem 4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__table td {
    font-size: 1.3rem;
    padding: 1.8rem 1.5rem;
  }
}

.p-recruit-job__table-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.p-recruit-job__table-text::before {
  content: "";
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #EAED53;
  border-radius: 50%;
  margin-top: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__table-text::before {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: 0.6rem;
  }
}

.p-recruit-welfare {
  padding-top: 8.5rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-welfare {
    padding-top: 7rem;
    padding-bottom: 14rem;
  }
}

.p-recruit-welfare__list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  row-gap: 5rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-welfare__list {
    grid-template-columns: 1fr;
    row-gap: 2rem;
    margin-top: 4rem;
    gap: 3.4rem;
  }
}

.p-sakura {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-color: pink;
}

.p-sakura__img {
  margin-top: 1.875rem;
}

.p-sakura__btn {
  margin-top: 1.875rem;
  text-align: center;
}

.p-service-agriculture {
  padding-top: 9rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .p-service-agriculture {
    padding-top: 8rem;
    padding-bottom: 16rem;
  }
}

.p-service-agriculture__btn {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-service-agriculture__btn {
    margin-top: 3rem;
  }
}

.p-service-agriculture__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 30rem;
  border-radius: 2rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-service-agriculture__btn a {
    min-height: 16rem;
    border-radius: 1rem;
  }
}

.p-service-agriculture__btn a::before {
  content: "";
  display: inline-block;
  width: 8rem;
  height: 8rem;
  background-color: #EAED53;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-service-agriculture__btn a::before {
    width: 4rem;
    height: 4rem;
    right: 2rem;
  }
}

.p-service-agriculture__btn a::after {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.2rem;
  background-color: #333333;
  -webkit-mask-image: url(../images/icon_arrow_white.svg);
          mask-image: url(../images/icon_arrow_white.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 7.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-service-agriculture__btn a::after {
    width: 1.5rem;
    height: 1rem;
    right: 3.2rem;
  }
}

.p-service-agriculture__btn-text {
  position: relative;
  z-index: 1;
  font-family: "Lexend", sans-serif;
  color: #EAED53;
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-service-agriculture__btn-text {
    font-size: 2.2rem;
  }
}

.p-service-agriculture__btn-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service-agriculture__btn-img {
    border-radius: 1rem;
  }
}
.p-service-agriculture__btn-img::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service-agriculture__btn-img::after {
    border-radius: 1rem;
  }
}
.p-service-agriculture__btn-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-service-agriculture__btn-img img {
    border-radius: 1rem;
  }
}

@media (any-hover: hover) {
  .p-service-agriculture__btn a:hover .p-service-agriculture__btn-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-service-agriculture__btn a:hover::before {
    -webkit-transform: translateY(-50%) translateX(0.5rem);
            transform: translateY(-50%) translateX(0.5rem);
  }
  .p-service-agriculture__btn a:hover::after {
    -webkit-transform: translateY(-50%) translateX(0.5rem);
            transform: translateY(-50%) translateX(0.5rem);
  }
}
.p-service-intro {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-service-intro {
    padding-top: 6rem;
  }
}

.p-service-intro__lead {
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  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: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service-intro__lead {
    font-size: 2.8rem;
    line-height: 1.5357142857;
    gap: 1.5rem;
  }
}

.p-service-intro__lead::after {
  content: "";
  display: inline-block;
  width: 7.6rem;
  height: 1px;
  background-color: #EAED53;
}
@media screen and (max-width: 767px) {
  .p-service-intro__lead::after {
    width: 6.5rem;
  }
}

.p-service-intro__text {
  font-size: 1.8rem;
  line-height: 2.6;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-service-intro__text {
    font-size: 1.4rem;
    margin-top: 2.8rem;
    line-height: 2.5;
  }
}

.p-service-production {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-service-production {
    padding-top: 5.5rem;
  }
}

.p-service-production__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-service-production__list {
    grid-template-columns: 1fr;
    margin-top: 4rem;
    gap: 4rem;
  }
}

.p-service-production__btn {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-production__btn {
    margin-top: 3.5rem;
  }
}

.p-top-company {
  border-radius: 4.6rem;
  background: url(../images/top_company_pc.webp) no-repeat center center/cover;
  padding-top: 12rem;
  padding-bottom: 17.5rem;
  overflow-x: clip;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-company {
    padding-top: 10rem;
    padding-bottom: 10.5rem;
    border-radius: 2.5rem;
  }
}

.p-top-company::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 4.6rem;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.p-top-company__inner {
  position: relative;
  z-index: 3;
}

.p-top-company__title {
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__title {
    margin-left: 4rem;
  }
}

.p-top-company__link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 11.5rem;
     -moz-column-gap: 11.5rem;
          column-gap: 11.5rem;
  row-gap: 6rem;
  margin-top: 5.5rem;
  max-width: 96.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-company__link {
    grid-template-columns: 1fr;
    row-gap: 1.7rem;
  }
}

.p-top-company__link-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #fff;
  padding: 1rem 0rem 1.6rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__link-item a {
    font-size: 1.8rem;
    padding: 0.9rem 0rem 0.9rem 2rem;
  }
}

.p-top-company__link-item a::before {
  content: "";
  display: inline-block;
  width: 0.53rem;
  height: 0.53rem;
  background: #EAED53;
  border-radius: 50%;
}

.p-top-company__link-item a .arrow {
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top-company__link-item a .arrow::before {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 0.9rem;
  background-color: #fff;
  -webkit-mask-image: url(../images/icon_arrow_white.svg);
          mask-image: url(../images/icon_arrow_white.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .p-top-company__link-item a:hover .arrow {
    background-color: #EAED53;
    border: 1px solid #EAED53;
  }
  .p-top-company__link-item a:hover .arrow::before {
    background-color: #333333;
  }
}
.p-top-mission {
  position: relative;
  padding-top: 23.7rem;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-top-mission {
    padding-top: 6.3rem;
    padding-bottom: 20rem;
  }
}

.p-top-mission::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 76.4rem;
  background: url(../images/top_mission_pc.webp) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-mission::before {
    height: 72.7rem;
  }
}

.p-top-mission::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 76.4rem;
  background-color: #333333;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.p-top-mission__inner {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top-mission__inner {
    padding-right: 1rem;
  }
}

.p-top-mission__body {
  margin-left: 59rem;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-top-mission__body {
    margin-left: 6.5rem;
  }
}

.p-top-mission__title {
  color: #EAED53;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-left: 0.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mission__title {
    font-size: 1.2rem;
  }
}

.p-top-mission__title::before {
  content: "";
  display: inline-block;
  width: 9.4rem;
  height: 1px;
  background-color: #EAED53;
  position: absolute;
  right: calc(100% + 0.9rem);
  top: 50%;
}

.p-top-mission__text {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-mission__text {
    font-size: 2rem;
    letter-spacing: 0.05em;
    margin-top: 1.6rem;
  }
}

.p-top-mission__bg-text {
  width: 63rem;
  position: absolute;
  top: -11rem;
  left: -9rem;
}
@media screen and (max-width: 767px) {
  .p-top-mission__bg-text {
    width: 33rem;
    top: 17.5rem;
    left: -1rem;
  }
}
.p-top-mission__bg-text img {
  width: 100%;
  height: auto;
}

.p-top-news {
  background-color: #fff;
  border-radius: 4.6rem 4.6rem 0 0;
  margin-top: -5rem;
  padding-top: 12.5rem;
  padding-bottom: 17rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding-top: 9.5rem;
    padding-bottom: 14rem;
    border-radius: 3rem 3rem 0 0;
  }
}

.p-top-news__inner {
  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-top-news__inner {
    display: block;
  }
}

.p-top-news__body {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__body {
    padding-left: 4rem;
  }
}

.p-top-news__list {
  width: 58.2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__list {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.p-top-news__item {
  border-bottom: 1px solid #CCCCCC;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  padding: 2.3rem 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2rem 0;
  }
}

.p-top-news__item a .arrow {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid #999999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-top-news__item a .arrow::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 0.9rem;
  background-color: #999999;
  -webkit-mask-image: url(../images/icon_arrow_white.svg);
          mask-image: url(../images/icon_arrow_white.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top-news__item-time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.4rem;
  min-width: 12rem;
}

.p-top-news__item-title {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-news__item-title {
    margin-top: 0.4rem;
  }
}

@media (any-hover: hover) {
  .p-top-news__item a:hover .arrow {
    background-color: #EAED53;
    border: 1px solid #EAED53;
  }
  .p-top-news__item a:hover .arrow::after {
    background-color: #333333;
  }
  .p-top-news__item a:hover {
    opacity: 0.7;
  }
}
.p-top-recruit {
  background-color: #EAED53;
  padding-top: 17.8rem;
  padding-bottom: 27.5rem;
  margin-top: -4rem;
  overflow-x: clip;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-recruit {
    padding-top: 13.8rem;
    padding-bottom: 18rem;
  }
}

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

.p-top-recruit__body {
  width: 36.5591397849%;
  padding-left: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__body {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recruit__title {
    margin-left: 4rem;
  }
}

.p-top-recruit__lead {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 5rem;
}

.p-top-recruit__text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  margin-top: 1rem;
}

.p-top-recruit__img {
  width: 36.5591397849%;
  height: 39.8rem;
  margin-right: calc(50% - 50vw);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__img {
    width: 37rem;
    height: 19.4rem;
  }
}
.p-top-recruit__img picture {
  height: 100%;
}
.p-top-recruit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__img img {
    border-radius: 1.5rem 0 0 1.5rem;
  }
}

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

.p-top-recruit__link02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__link02 {
    margin-top: 6rem;
    grid-template-columns: 1fr;
    max-width: 31rem;
    margin-inline: auto;
    gap: 1.6rem;
  }
}

.p-top-recruit__repeat-text {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 11rem;
  left: 0;
  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-top-recruit__repeat-text {
    bottom: 9rem;
  }
}

.p-top-recruit__repeat-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  gap: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-recruit__repeat-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-animation: infinity-scroll-left 40s linear infinite;
          animation: infinity-scroll-left 40s linear infinite;
}

.p-top-recruit__repeat-img {
  width: 110.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__repeat-img {
    width: 52.5rem;
  }
}

.p-top-recruit__repeat-img img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-top-service {
  position: relative;
  z-index: 2;
  padding-top: 12.5rem;
  padding-bottom: 10rem;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    padding-top: 3rem;
  }
}

.p-top-service__title {
  margin-left: 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__title {
    margin-left: 3.5rem;
  }
}

.p-top-service__content01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11rem;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__content01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7rem;
  }
}

.p-top-service__content01-body {
  padding-left: 29.5rem;
  padding-top: 11rem;
  width: 57%;
}
@media screen and (max-width: 767px) {
  .p-top-service__content01-body {
    width: 100%;
    padding-left: 0;
    padding-top: 10rem;
  }
}

.p-top-service__sub-title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.8214285714;
  letter-spacing: 0.1em;
  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 (max-width: 767px) {
  .p-top-service__sub-title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

.p-top-service__sub-title span {
  display: inline-block;
  color: #EAED53;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-service__sub-title span {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.p-top-service__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__text {
    font-size: 1.6rem;
    margin-top: 2rem;
    letter-spacing: 0;
  }
}

.p-top-service__btn {
  margin-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__btn {
    margin-top: 4.3rem;
  }
}

.p-top-service__content01-img {
  width: 46.5949820789%;
  height: 60rem;
  margin-right: calc(50% - 50vw);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-service__content01-img {
    width: 30rem;
    margin-right: 0;
    margin-left: calc(50% - 50vw);
    height: 30rem;
  }
}
.p-top-service__content01-img picture {
  height: 100%;
}
.p-top-service__content01-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__content01-img img {
    border-radius: 0 1.5rem 1.5rem 0;
  }
}

.p-top-service__content01-bg {
  width: 27.9rem;
  position: absolute;
  top: 33rem;
  left: calc(50% - 72rem);
}
@media screen and (max-width: 767px) {
  .p-top-service__content01-bg {
    left: auto;
    left: initial;
    top: 58.5rem;
    right: -2rem;
    width: 14rem;
  }
}
.p-top-service__content01-bg img {
  width: 100%;
  height: auto;
}

.p-top-service__content02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 11rem;
  margin-top: 5.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-service__content02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7rem;
    margin-top: 9.5rem;
  }
}

.p-top-service__content02-body {
  padding-right: 27.5rem;
  padding-top: 12.5rem;
  width: 56%;
}
@media screen and (max-width: 767px) {
  .p-top-service__content02-body {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
}

.p-top-service__content02-img {
  width: 46.5949820789%;
  height: 60rem;
  margin-left: calc(50% - 50vw);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-top-service__content02-img {
    width: 100%;
    width: 30rem;
    height: 30rem;
    position: relative;
    z-index: 2;
  }
}
.p-top-service__content02-img picture {
  height: 100%;
}
.p-top-service__content02-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 3rem 3rem 0;
}

.p-top-service__content02-bg {
  width: 27.9rem;
  position: absolute;
  top: 19.3rem;
  right: calc(50% - 69rem);
}
@media screen and (max-width: 767px) {
  .p-top-service__content02-bg {
    top: 38.8rem;
    width: 14rem;
    right: -4rem;
  }
}
.p-top-service__content02-bg img {
  width: 100%;
  height: auto;
}

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

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