@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background-color: #fff;
  border: none;
}

html {
  font-size: 16px;
}

body {
  background: #FFFFFF;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
}

.l-header {
  padding-top: 0.9rem;
  padding-bottom: 0.65rem;
  padding-inline: 1.875rem;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-top: 0.5rem;
    padding-bottom: 0.375rem;
    padding-right: 2rem;
    padding-left: 0.875rem;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.l-header__inner {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  max-width: 80rem;
  margin-inline: auto;
}

.l-header__menu {
  display: flex;
  gap: 2.2rem;
  list-style: none;
}
.l-header__menu > li > a {
  color: #FFFFFF;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px; /* 168% */
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.l-header__menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #F1E12F;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}
.l-header__menu > li > a:hover::after, .l-header__menu > li > a:focus-visible::after {
  transform: scaleX(1);
}
@media screen and (max-width: 72.625rem) {
  .l-header__menu {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .l-header__menu > li > a::after {
    transition: none;
  }
}
.l-header__nav {
  margin-left: auto;
}

.l-header__logo-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.l-header__logo {
  width: 2.75rem;
}
.l-header__logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 3.375rem;
  }
}

.l-header__logo-text-wrap {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-header__logo-text-wrap {
    display: none;
  }
}

.l-header__logo-text-sub {
  color: #FFFFFF;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.l-header__logo-text {
  color: #FFFFFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.l-header__tel {
  color: #f1e12f;
  position: relative;
  font-size: 1.35rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 25.2px;
}

.l-header__tel-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
}
.l-header__tel-icon img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__tel-icon {
    width: 1.5rem;
  }
}

.l-header__hamburger-slot {
  width: 2.5rem;
  height: 2.1875rem;
  flex: 0 0 2.5rem;
}
@media screen and (min-width: 72.625rem) {
  .l-header__hamburger-slot {
    display: none;
  }
}

.l-inner {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner.l-inner--contact {
    padding-inline: 2rem;
  }
}
.l-inner.l-inner--product {
  position: relative;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner.l-inner--product {
    padding-inline: 1.125rem;
  }
}
.l-inner.l-inner--technology {
  padding-bottom: 9.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-inner.l-inner--technology {
    padding-inline: 1.125rem;
    padding-top: 2.625rem;
    padding-bottom: 7.5625rem;
  }
}
.l-inner.l-inner--news {
  padding-top: 13.5rem;
  padding-bottom: 7.1875rem;
  max-width: 87.5rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner.l-inner--news {
    padding-top: 6.0625rem;
    padding-inline: 1.125rem;
    padding-bottom: 9.5625rem;
  }
}
.l-inner.l-inner--single {
  padding-inline: 8.75rem;
}
@media screen and (max-width: 767px) {
  .l-inner.l-inner--single {
    padding-inline: 1.125rem;
  }
}
.l-inner.--contact-form {
  max-width: 67.5rem;
}
.l-inner.--recruit-page-points {
  max-width: 90rem;
  padding-bottom: 9.1875rem;
}
@media screen and (min-width: 48.0625rem) and (max-width: 90rem) {
  .l-inner.--recruit-page-points {
    max-width: 67.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner.--recruit-page-points {
    padding-bottom: 4.375rem;
  }
}

/* Figma node: 248-2612 (Footer) */
.l-footer {
  background: #F0872B;
  /* #F0872B */
  color: #FFFFFF;
  /* #fff */
  padding-top: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 2.625rem;
  }
}

.l-footer__inner {
  height: 25.25rem;
  margin-inline: auto;
  max-width: 90.1875rem;
  position: relative;
  width: min(100% - 2.5rem, 90.1875rem);
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    height: auto;
    padding-bottom: 1.5rem;
  }
}

.l-footer__nav-wrap {
  display: flex;
  justify-content: space-between;
  padding-right: 7rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-wrap {
    flex-direction: column-reverse;
    padding-right: 0;
  }
}

.l-footer__logo {
  display: block;
  left: 0.125rem;
  width: 18rem;
}
.l-footer__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 11.375rem;
    margin-inline: auto;
  }
}

.l-footer__nav > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(3, 1.875rem);
  column-gap: 7.1875rem;
  row-gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav > ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-left: 1.625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .l-footer__nav > ul {
    column-gap: 1.25rem;
  }
}
.l-footer__nav .menu-item-7 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.l-footer__nav .menu-item-26 {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .l-footer__nav .menu-item-19 {
    display: none;
  }
}
.l-footer__nav .menu-item-20 {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .l-footer__nav .menu-item-20 {
    display: none;
  }
}
.l-footer__nav .menu-item-22 {
  grid-column: 1/2;
  grid-row: 3/4;
}
.l-footer__nav > ul > li > a {
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav > ul > li > a {
    font-size: 1rem;
    line-height: 1.7;
  }
}

.l-footer__bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom-wrap {
    flex-direction: column-reverse;
    justify-content: center;
  }
}

.l-footer__menu > li > a {
  transition: opacity 0.25s ease;
}
.l-footer__menu > li > a:hover {
  opacity: 0.5;
}

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

.l-footer__nav-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-sp {
    display: block;
    padding: 20px;
  }
}

.l-footer__menu-sp {
  display: grid;
  grid-template-columns: 7.5rem 7.5rem;
  grid-template-rows: repeat(5, 1.875rem);
  row-gap: 0.9375rem;
}
.l-footer__menu-sp .menu-item:nth-child(5) {
  grid-column: 1/2;
}
.l-footer__menu-sp .menu-item:nth-child(6) {
  grid-column: 1/2;
}
.l-footer__menu-sp .menu-item:nth-child(7) {
  grid-column: 1/2;
}

.l-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-footer__nav-item {
  position: absolute;
}
.l-footer__nav-item a {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.l-footer__company {
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__company {
    margin-right: 0;
  }
}

.l-footer__company-name {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  left: 63.75rem;
  line-height: 1.125;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__company-name {
    font-size: 1.25rem;
    line-height: 1.35;
    margin-bottom: 0;
  }
}

.l-footer__company-address {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 350;
  left: 65.3125rem;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__company-address {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

.l-footer__policy-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 0.9375rem;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__policy-wrap {
    margin-top: 2.1875rem;
  }
}

.l-footer__policy {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  left: 0;
  line-height: 1.8;
  text-decoration: none;
}
.l-footer__policy:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-footer__policy {
    text-align: center;
  }
}

.l-footer__copy {
  color: #FFFFFF;
  font-family: "Outfit", system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  left: 0;
  line-height: 1;
}

.l-main.p-product {
  position: relative;
}
.l-main.p-product::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1542px;
  height: 730px;
  background: url("../img/bg-accent.webp") no-repeat center center/cover;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .l-main.p-product::after {
    width: 32.875rem;
    height: 14.4375rem;
  }
}

/* Figma node: 203-1800（reasonsカード） */
.c-reason-card {
  display: grid;
  gap: 1.375rem;
  width: 43.75%;
  min-width: 17.1875rem;
}
@media screen and (max-width: 767px) {
  .c-reason-card {
    width: 100%;
    gap: 1.0625rem;
  }
}

.c-reason-card__media {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 0.625rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 560/420;
  position: relative;
}
.c-reason-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.c-reason-card__headline {
  color: #f1e12f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-reason-card__headline {
    font-size: 16px;
    line-height: normal;
    margin-top: 0.1875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .c-reason-card__headline {
    font-size: 1.125rem;
  }
}

.c-reason-card__title {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  margin-top: -1.125rem;
}
@media screen and (max-width: 767px) {
  .c-reason-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    margin-top: -1.125rem;
  }
}

.c-reason-card__text {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5555555556;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-reason-card__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
}

/* 共通ボタン */
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding-block: 0.9375rem;
  padding-inline: 1.5625rem;
  box-sizing: border-box;
  width: 19.8125rem;
  position: relative;
  overflow: hidden;
  --c-button-hover-bg: #F24E4E;
}
.c-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--c-button-hover-bg);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
  z-index: 0;
  pointer-events: none;
}
.c-button > * {
  position: relative;
  z-index: 1;
}
.c-button:hover, .c-button:focus-visible {
  color: #fff;
}
.c-button:hover::before, .c-button:focus-visible::before {
  transform: scaleX(1);
}
.c-button:hover .c-button__arrow, .c-button:focus-visible .c-button__arrow {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
}
.c-button:hover .c-button__arrow img, .c-button:focus-visible .c-button__arrow img {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .c-button {
    margin-inline: auto;
  }
}
@media screen and (max-width: 350px) {
  .c-button {
    max-width: 15.625rem;
  }
}

.c-button--primary {
  background: #F0872B;
  color: #FFFFFF;
}
@media screen and (max-width: 350px) {
  .c-button--primary {
    max-width: 15.625rem;
  }
}

.c-button-back {
  background: #F0872B;
  color: #FFFFFF;
  border-radius: 3.125rem;
  padding-block: 1.5625rem;
  padding-left: 1.25rem;
  display: flex;
  gap: 1.5rem;
  width: 17.3125rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  --c-button-back-hover-bg: #F24E4E;
}
.c-button-back::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--c-button-back-hover-bg);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
  z-index: 0;
  pointer-events: none;
}
.c-button-back > * {
  position: relative;
  z-index: 1;
}
.c-button-back:hover::before, .c-button-back:focus-visible::before {
  transform: scaleX(1);
}
.c-button-back:hover .c-button__arrow, .c-button-back:focus-visible .c-button__arrow {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
}
.c-button-back:hover .c-button__arrow img, .c-button-back:focus-visible .c-button__arrow img {
  filter: brightness(0) invert(1);
}
.c-button-back.c-button-back--news {
  gap: 0.8125rem;
}
.c-button-back.c-button-back--news span {
  letter-spacing: normal;
}
.c-button-back.--privacy-policy {
  width: 18.125rem;
  padding-right: 0.3125rem;
  gap: 0.8125rem;
}
.c-button-back.--privacy-policy span {
  letter-spacing: normal;
}

.c-button-back__text {
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.27rem;
}

.c-button--secondary {
  --c-button-hover-bg: #F0872B;
  background: #F24E4E;
  color: #FFFFFF;
  margin-right: 1.625rem;
}

.c-button__arrow {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.c-button__arrow img {
  width: 0.5625rem;
  height: 0.5625rem;
  transition: filter 0.2s ease;
}

.c-button__text {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 350px) {
  .c-button__text {
    font-size: 0.875rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .c-button::before {
    transition: none;
  }
  .c-button-back::before {
    transition: none;
  }
  .c-button__arrow,
  .c-button__arrow img {
    transition: none;
  }
}
.c-section-title {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 900;
    line-height: 54px;
    /* 225% */
    font-weight: 500;
    line-height: 1.5;
  }
}
.c-section-title span {
  color: #F24E4E;
  position: relative;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-section-title span {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: normal;
  }
}
.c-section-title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .c-section-title span::before {
    width: auto;
  }
}
.c-section-title.--about span::before {
  background: url(../img/about-title.webp) no-repeat center center/contain;
}
.c-section-title.--reasons span::before {
  background: url(../img/reasons-title.webp) no-repeat center center/contain;
  height: 4.9375rem;
  width: 25.3125rem;
}
@media screen and (max-width: 767px) {
  .c-section-title.--reasons span::before {
    width: 15.0625rem;
  }
}
.c-section-title.--works span::before {
  background: url(../img/works-title.webp) no-repeat center center/contain;
  height: 7.125rem;
  width: 20.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-title.--works span::before {
    width: 11.9375rem;
    height: 5.125rem;
  }
}
.c-section-title.--recruit span::before {
  background: url(../img/recruit-title.webp) no-repeat center center/contain;
  height: 5.75rem;
  width: 22.25rem;
}
@media screen and (max-width: 767px) {
  .c-section-title.--recruit span::before {
    width: 13.5rem;
    height: 6.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section-title.--recruit span {
    font-size: 1.25rem;
  }
}
.c-section-title.--news span::before {
  background: url(../img/news-title.webp) no-repeat center center/contain;
  height: 5.6875rem;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .c-section-title.--news span::before {
    width: 11.125rem;
    height: 3.25rem;
  }
}
.c-section-title.--news span::before {
  bottom: 15px;
  max-width: 300px;
}
.c-section-title.--home span::before {
  background: url(../img/home-title.webp) no-repeat center center/contain;
  width: 266px;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .c-section-title.--home span::before {
    width: 155px;
    height: 74px;
  }
}
.c-section-title.--single {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-section-title.--single {
    text-align: center;
  }
}
.c-section-title.--single span {
  padding-inline: 0;
}
.c-section-title.--contadt-form span {
  font-size: 2.25rem;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .c-section-title.--contadt-form span {
    font-size: 1.5rem;
  }
}
.c-section-title.--contadt-form span::before {
  background: url(../img/contact-form.webp) no-repeat center center/contain;
  width: 24.8125rem;
  height: 8.125rem;
}
@media screen and (max-width: 767px) {
  .c-section-title.--contadt-form span::before {
    width: 14.6875rem;
    height: 4.8125rem;
  }
}
.c-section-title.--message span::before {
  background: url(../img/message-title.webp) no-repeat center center/contain;
  width: 24.8125rem;
  height: 8.125rem;
}
.c-section-title.--motto span::before {
  background: url(../img/motto-title.webp) no-repeat center center/contain;
  width: 19.375rem;
  height: 7.8125rem;
}
.c-section-title.--concept span::before {
  background: url(../img/concept-title.webp) no-repeat center center/contain;
  width: 25.625rem;
  height: 8.125rem;
  bottom: -1.25rem;
}
@media screen and (max-width: 767px) {
  .c-section-title.--concept span::before {
    width: 15.5rem;
    height: 4.8125rem;
  }
}
.c-section-title.--effort span::before {
  background: url(../img/effort-title.webp) no-repeat center center/contain;
  width: 18.375rem;
  height: 8.125rem;
}
@media screen and (max-width: 767px) {
  .c-section-title.--effort span::before {
    width: 15.5rem;
    height: 4.8125rem;
  }
}
.c-section-title.--company span {
  font-size: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .c-section-title.--company span {
    font-size: 1.5625rem;
  }
}
.c-section-title.--company span::before {
  background: url(../img/company-title.webp) no-repeat center center/contain;
  width: 31.5625rem;
  height: 8.125rem;
}
@media screen and (max-width: 767px) {
  .c-section-title.--company span::before {
    width: 17.125rem;
    height: 4.8125rem;
  }
}
.c-section-title.--greet span::before {
  background: url(../img/message-title.webp) no-repeat center center/contain;
  width: 28.5625rem;
  height: 5.6875rem;
}
@media screen and (max-width: 767px) {
  .c-section-title.--greet span::before {
    width: 17.125rem;
    height: 4.8125rem;
  }
}
.c-section-title.--point span::before {
  background: url(../img/recruit/point-title.webp) no-repeat center center/contain;
  width: 28.5625rem;
  height: 7.125rem;
}
@media screen and (max-width: 767px) {
  .c-section-title.--point span::before {
    width: 17.125rem;
    height: 4.8125rem;
  }
}
.c-section-title.--interview span::before {
  background: url(../img/recruit/interview-title.webp) no-repeat center center/contain;
  width: 31.0625rem;
  height: 8.6875rem;
}
@media screen and (max-width: 767px) {
  .c-section-title.--interview span::before {
    height: 5.6875rem;
    width: 18.125rem;
  }
}
.c-section-title.--privacy-policy span::before {
  background: url(../img/privacy-policy.webp) no-repeat center center/contain;
  height: 9.6875rem;
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .c-section-title.--privacy-policy span::before {
    height: 6rem;
    width: 19.9375rem;
  }
}
.c-section-title.--thanks span {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-section-title.--thanks span {
    font-size: 1.25rem;
  }
}
.c-section-title.--thanks span::before {
  background: url(../img/thanks-title.webp) no-repeat center center/contain;
  height: 9.8125rem;
  width: 22.125rem;
}
@media screen and (max-width: 767px) {
  .c-section-title.--thanks span::before {
    height: 8.875rem;
    width: 13.875rem;
  }
}

.c-work {
  align-items: center;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-work {
    gap: 1.0625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .c-work {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 52.5rem) {
  .c-work {
    align-items: start;
    flex-direction: column;
  }
}

.c-work__media {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 0.625rem;
  flex: 0 0 27.5rem;
  height: 15.5rem;
  overflow: hidden;
}

.c-work__body {
  display: grid;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-work__body {
    gap: 1.1875rem;
  }
}

.c-work__heading {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6875;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-work__heading {
    font-size: 1.5rem;
    text-align: center;
  }
}

.c-work__text {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5555555556;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-work__text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .c-work__text {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .c-work__media {
    flex-basis: auto;
    height: auto;
    width: 100%;
    aspect-ratio: 440/248;
  }
  .c-work__body {
    width: 100%;
  }
}
.c-news-card {
  width: 32.580625rem;
  max-width: 100%;
}

.c-news-card__link {
  color: inherit;
  display: grid;
  gap: 1.5625rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-news-card__link {
    gap: 0.8125rem;
  }
}

.c-news-card__thumb {
  border-radius: 0.625rem;
  height: 22.5rem;
  overflow: hidden;
  width: 100%;
}

.c-news-card__img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-news-card__img--placeholder {
  background: rgba(0, 0, 0, 0.06);
}

.c-news-card__body {
  display: grid;
  gap: 0.75rem;
}

.c-news-card__meta {
  align-items: center;
  display: flex;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-news-card__meta {
    gap: 0.375rem;
  }
}

.c-news-item__date-wrap {
  display: flex;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-news-item__date-wrap {
    gap: 0.9375rem;
  }
}

.c-news-card__date {
  color: #000000;
  font-family: "Outfit", system-ui, -apple-system, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-news-card__date {
    font-size: 0.9375rem;
  }
}

.c-news-card__badge {
  align-items: center;
  background: #F24E4E; /* #F24E4E */
  border-radius: 62.4375rem;
  color: #FFFFFF;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  height: 1.6875rem;
  justify-content: center;
  letter-spacing: 0.1em;
  min-width: 6.875rem;
}
@media screen and (max-width: 767px) {
  .c-news-card__badge {
    background: #F1E12F;
    font-size: 0.6875rem;
    height: 1.125rem;
    min-width: 5rem;
  }
}

.c-news-card__title {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.625rem;
}
@media screen and (max-width: 767px) {
  .c-news-card__title {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .c-news-card {
    width: 100%;
  }
  .c-news-card__thumb {
    height: auto;
    aspect-ratio: 521.29/360;
  }
}
.c-news-item__link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.c-news-item__thumb {
  border-radius: 0.625rem;
  overflow: hidden;
  width: minmax(340px, 1fr);
  aspect-ratio: 620/465;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-news-item__thumb {
    width: 100%;
    aspect-ratio: 340/240;
  }
}

.c-news-item__img {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
}

.c-news-item__body {
  display: grid;
  gap: 0.375rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-news-item__body {
    gap: 1.0625rem;
  }
}

.c-news-item__title {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-news-item__title {
    font-size: 1rem;
  }
}

.c-news-item__date {
  color: #000000;
  font-family: "Outfit", system-ui, -apple-system, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-news-item__date {
    font-size: 0.875rem;
  }
}

.c-news-item__badge {
  align-items: center;
  background: #F24E4E; /* #F24E4E */
  border-radius: 62.4375rem;
  color: #FFFFFF;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  height: 1.5rem;
  justify-content: center;
  letter-spacing: 0.1em;
  min-width: 7.6875rem;
}

.c-hamburger {
  width: 2.5rem;
  height: 2.8125rem;
  position: relative;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 10000;
}
@media screen and (min-width: 72.625rem) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger__line {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.1875rem;
  border-radius: 62.4375rem;
  transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease, bottom 0.2s ease, background 0.2s ease;
  background: linear-gradient(90deg, #F1E12F 0%, #F6A43B 55%, #F24E4E 100%);
}
.c-hamburger__line:nth-child(1) {
  top: 0;
}
.c-hamburger__line:nth-child(2) {
  top: 0.75rem;
}
.c-hamburger__line:nth-child(3) {
  bottom: 1.125rem;
}

.c-hamburger__open-text {
  color: #F1E12F;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.105rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.is-drawer-open .c-hamburger__line {
  background: #F1E12F;
}

.is-drawer-open .c-hamburger__line:nth-child(1) {
  top: 33%;
  transform: translateY(-50%) rotate(45deg);
}

.is-drawer-open .c-hamburger__line:nth-child(2) {
  opacity: 0;
}

.is-drawer-open .c-hamburger__line:nth-child(3) {
  bottom: auto;
  top: 33%;
  transform: translateY(-50%) rotate(-45deg);
}

/* ドロワー表示中もボタンを見える位置に固定 */
.is-drawer-open .c-hamburger {
  position: fixed;
  right: 2rem;
}

/* Figma node: 77-467 */
.c-machine-block {
  padding-block: 1.5rem;
}
.c-machine-block.--technology {
  width: 100%;
  height: 100%;
  justify-content: end;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-machine-block.--technology {
    padding-block: 0;
  }
}
.c-machine-block.--technology .c-machine-block__head-row {
  width: 100%;
  display: block;
}
.c-machine-block.--technology .c-machine-block__media {
  display: block;
}
.c-machine-block.--technology .c-machine-block__media figure {
  width: 100%;
}
.c-machine-block.--technology .c-machine-block__title {
  text-align: left;
  letter-spacing: 0.1rem;
  background-color: transparent;
}

.c-machine-block__title {
  background-color: #FFFDE9;
  padding-block: 0.25rem;
}

.c-machine-block__head {
  min-height: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .c-machine-block__head {
    min-height: auto;
  }
}

.c-machine-block__head.--mt {
  margin-top: 3.5rem;
}

.c-machine-block__head-row {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  min-height: 3.9375rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-machine-block__head-row {
    min-height: auto;
    gap: 0.9375rem;
  }
}

.c-machine-block__title {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 0.27rem;
  text-align: center;
}
.c-machine-block__title span {
  font-size: 1rem;
  letter-spacing: 0.00125rem;
}
@media screen and (max-width: 767px) {
  .c-machine-block__title span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-machine-block__title {
    font-size: 1rem;
  }
}

.c-machine-block__sub-title {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-machine-block__sub-title {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.c-machine-block__sub-title.--technology {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-machine-block__sub-title.--technology {
    font-size: 1rem;
  }
}

.c-machine-block__line {
  background: #F0872B;
  /* #F0872B */
  height: 0.125rem;
  width: 100%;
}

.c-machine-block__desc {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  margin: 1.8125rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-machine-block__desc {
    line-height: 1.5;
    margin: 0.75rem 0 0;
  }
}

.c-machine-block__media {
  display: flex;
  gap: 5rem;
  margin-top: 2rem;
}

.c-machine-block__figure {
  border-radius: 0.625rem;
  height: 28.125rem;
  margin: 0;
  width: 37.5rem;
}
.c-machine-block__figure img {
  width: 100%;
  border-radius: 0.625rem;
}

@media screen and (max-width: 767px) {
  .c-machine-block__media {
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
  }
  .c-machine-block__figure {
    height: auto;
    width: 100%;
    aspect-ratio: 600/450;
    min-width: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .c-machine-block__media {
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
  }
  .c-machine-block__figure {
    height: auto;
    width: 100%;
    aspect-ratio: 600/450;
    min-width: 0;
  }
}
.c-machine-block__title.--transparent {
  background-color: transparent;
}

.c-page-head {
  position: relative;
  width: 100%;
  height: 37.5rem;
  overflow: hidden;
}
.c-page-head.--about-page {
  background: url(../img/about-page-head.webp) no-repeat center center/cover;
  height: 37.5rem;
}
@media screen and (max-width: 767px) {
  .c-page-head.--about-page {
    background: url(../img/about-page-head-sp.webp) no-repeat center center/cover;
    height: 31.25rem;
  }
}
.c-page-head.--product {
  background: url(../img/product/product-head.webp) no-repeat center center/cover;
  height: 37.5rem;
}
@media screen and (max-width: 767px) {
  .c-page-head.--product {
    background: url(../img/product/product-head-sp.webp) no-repeat center center/cover;
    height: 28.4375rem;
  }
}
.c-page-head.--technology {
  background: url(../img/technology/technology-bg.webp) no-repeat center center/cover;
  height: 37.5rem;
}
@media screen and (max-width: 767px) {
  .c-page-head.--technology {
    background: url(../img/technology/technology-bg-sp.webp) no-repeat 0 -44px/cover;
    height: 28.375rem;
  }
}
.c-page-head.--recruit {
  background: url(../img/recruit/recruit-head-pc.webp) no-repeat center center/cover;
  height: 37.5rem;
}
@media screen and (max-width: 767px) {
  .c-page-head.--recruit {
    background: url(../img/recruit/recruit-head-sp.webp) no-repeat center center/cover;
    height: 31.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-head {
    height: 28.4375rem;
  }
}
.c-page-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(151, 74, 6, 0.4);
  z-index: 0;
}

.c-page-head__content {
  position: absolute;
  top: 24.5%;
  left: 12.5%;
}
@media screen and (max-width: 767px) {
  .c-page-head__content {
    top: 29.2307692308%;
    width: 90.6666666667%;
    left: 50%;
    translate: -50% 0;
  }
}
.c-page-head__content.--technology {
  top: 28%;
}
@media screen and (max-width: 767px) {
  .c-page-head__content.--technology {
    top: 29%;
  }
}
.c-page-head__content.--product {
  top: 8.25rem;
}
.c-page-head__content.--about-page {
  top: 15.25rem;
}
@media screen and (max-width: 767px) {
  .c-page-head__content.--about-page {
    top: 11.125rem;
  }
}
.c-page-head__content.--recruit {
  top: 15.1875rem;
}
@media screen and (max-width: 767px) {
  .c-page-head__content.--recruit {
    top: 20rem;
    left: 57%;
  }
}

.c-page-head__title {
  width: fit-content;
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  line-height: 3.375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-page-head__title {
    font-size: 2rem;
    line-height: 1.25;
  }
}

.c-page-head__sub {
  color: #fff;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 900;
  line-height: 3.375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-page-head__sub {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 0.625rem;
  }
}

.c-page-title-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 28.75rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-page-title-img {
    width: 88.2666666667%;
  }
}
.c-page-title-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-page-title-img img {
    width: 88%;
  }
}
.c-page-title-img.--product {
  left: 11rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-page-title-img.--product {
    left: 6.25rem;
    width: 12.5rem;
    top: 0.625rem;
  }
}
.c-page-title-img.--technology {
  top: -0.875rem;
  left: 9.4375rem;
}
@media screen and (max-width: 767px) {
  .c-page-title-img.--technology {
    left: 3.625rem;
  }
}
.c-page-title-img.--technology img {
  width: 64%;
}
.c-page-title-img.--about-page {
  width: 18.75rem;
  left: 107px;
  top: -51px;
}
@media screen and (max-width: 767px) {
  .c-page-title-img.--about-page {
    width: 205px;
    left: 50%;
    left: 3.6875rem;
    top: -1.5rem;
  }
}
.c-page-title-img.--recruit {
  left: 171px;
  position: absolute;
  top: -30px;
  width: 338px;
}
@media screen and (max-width: 767px) {
  .c-page-title-img.--recruit {
    width: 205px;
    left: 50%;
    left: 3.6875rem;
    top: -1.5rem;
  }
}

.c-page-head__text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-page-head__text {
    font-size: 1rem;
    margin-top: 1.125rem;
    line-height: 1.8;
  }
}
.c-page-head__text.--technology {
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .c-page-head__text.--technology {
    margin-top: 1.375rem;
  }
}
.c-page-head__text.--product {
  margin-top: 1.4375rem;
}

.c-scroll {
  position: absolute;
  bottom: 2.125rem;
  left: 50%;
  translate: -50% 0;
  bottom: 1.875rem;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.0625rem;
  margin-inline: auto;
  z-index: 2;
}
.c-scroll.-product {
  bottom: 1.375rem;
  gap: 0;
}
.c-scroll.--technology {
  bottom: 1.1875rem;
  gap: 0.1875rem;
}

.c-scroll__down {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .c-scroll__down {
    margin-top: 3.3125rem;
  }
}

.c-scroll__text {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1rem;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-scroll__text {
    font-size: 0.75rem;
  }
}

.c-scroll__icon {
  width: 2.1875rem;
  height: 3.4375rem;
  border-radius: 1.25rem;
  border: 0.125rem solid #fff;
  position: relative;
  z-index: 2;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-scroll__icon {
    width: 1.5rem;
    height: 2.75rem;
  }
}

.c-scroll__dot {
  position: absolute;
  top: 0.625rem;
  left: 50%;
  translate: -50% 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #fff;
  animation: c-scroll-dot 1.6s ease-in-out infinite;
}

@keyframes c-scroll-dot {
  0% {
    top: 15%;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  70% {
    top: 70%;
    opacity: 1;
  }
  100% {
    top: 70%;
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-scroll__dot {
    animation: none;
  }
}
.c-other-image {
  border-radius: 0.625rem;
  height: auto;
  width: 100%;
  aspect-ratio: 600/450;
}
.c-other-image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-other-image {
    margin-top: 0;
  }
}

.c-contact__box {
  position: relative;
  max-width: 80rem;
  margin: 0 auto 0;
  background: #F24E4E;
  padding-top: 4.125rem;
  padding-left: 6.25rem;
  padding-right: 4.625rem;
  padding-bottom: 5.3125rem;
  border-radius: 0.625rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-contact__box {
    height: auto;
    flex-direction: column;
    padding-top: 2.5rem;
    padding-inline: 1.25rem;
    padding-bottom: 1.1875rem;
  }
}

.c-contact__box-bg {
  position: absolute;
  left: -5.1875rem;
  top: -8.4375rem;
  width: 96.375rem;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
.c-contact__box-bg img {
  width: 100%;
  height: auto;
}

.c-contact__box-body {
  flex: 1 1 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-contact__box-body {
    padding: 0;
  }
}

.c-contact__title {
  color: #FFFFFF;
  font-family: "Outfit", system-ui, -apple-system, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .c-contact__title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin-left: 0;
  }
}

.c-contact__lead {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.35rem;
  font-weight: 350;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-contact__lead {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 1.0625rem;
    text-align: center;
  }
}

.c-contact__box-bottom {
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2.4375rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-contact__box-bottom {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .c-contact__box-bottom {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.c-contact__link {
  width: 20rem;
  height: 3.75rem;
  padding-inline: 1.8125rem;
  background: #fff;
  border-radius: 1.6875rem;
  max-width: 16.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  will-change: transform;
}
.c-contact__link:hover, .c-contact__link:focus-visible {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 767px) {
  .c-contact__link {
    border-radius: 1.3125rem;
    width: 13.9375rem;
    height: 3rem;
  }
}
@media (max-width: 374px) {
  .c-contact__link {
    width: 9.375rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .c-contact__link {
    transition: none;
  }
}
.c-contact__link-icon {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-contact__link-icon img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-contact__link-icon {
    margin-bottom: -0.3125rem;
  }
}

.c-contact__link-text {
  color: #F24E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.7;
}
@media screen and (max-width: 767px) {
  .c-contact__link-text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-contact__tel {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-contact__tel {
    margin-left: 0;
    margin-top: 1.5rem;
    justify-content: center;
    width: 100%;
  }
}

.c-contact__tel-link {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-contact__tel-link {
    font-size: 2.125rem;
    position: static;
    width: fit-content;
  }
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .c-contact__tel-link {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .c-contact__tel-link {
    font-size: 1.5rem;
  }
}

.c-contact__tel-icon {
  width: 2.125rem;
  height: 100%;
  display: flex;
}
.c-contact__tel-icon img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .c-contact__box-side {
    width: 100%;
    flex-basis: auto;
    margin-top: 1.5rem;
    position: relative;
  }
}
@media screen and (min-width: 1060px) {
  .c-contact__box.--page {
    padding-top: 6.125rem;
    height: 12.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contact__box.--page {
    padding-top: 2.625rem;
    padding-bottom: 1.4375rem;
  }
}
.c-contact__box.--page .c-contact__title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 5.4rem;
}
@media screen and (max-width: 767px) {
  .c-contact__box.--page .c-contact__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.c-contact__box.--page .c-contact__tel {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-contact__box.--page .c-contact__tel {
    display: flex;
    margin-top: 1.875rem;
  }
}
.c-contact__box.--page .c-contact__lead {
  margin-top: 1.0625rem;
  margin-left: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .c-contact__box.--page .c-contact__lead {
    margin-left: 0.125rem;
  }
}
.c-contact__box.--page .c-contact__box-bottom {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-contact__box.--page .c-contact__box-bottom {
    gap: 1.375rem;
  }
}

/*
  Recruit page "point" component
  Used in page-recruit.php within the points section.
*/
.c-recruit-page-point {
  display: grid;
  grid-template-columns: minmax(25rem, 45%) 1fr;
  gap: 5.25rem;
  align-items: center;
}
@media screen and (min-width: 48.0625rem) and (max-width: 68.75rem) {
  .c-recruit-page-point {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .c-recruit-page-point {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.c-recruit-page-point + .c-recruit-page-point {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-recruit-page-point + .c-recruit-page-point {
    margin-top: 2.375rem;
  }
}
@media screen and (min-width: 1060px) {
  .c-recruit-page-point.--reverse {
    grid-template-columns: 1fr minmax(25rem, 45%);
  }
  .c-recruit-page-point.--reverse .c-recruit-page-point__media {
    order: 2;
  }
  .c-recruit-page-point.--reverse .c-recruit-page-point__body {
    order: 1;
  }
}

.c-recruit-page-point__body {
  height: 100%;
  padding-top: 2.625rem;
}

.c-recruit-page-point__media {
  width: 100%;
  aspect-ratio: 646/486;
  border-radius: 0.625rem;
  background: rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.c-recruit-page-point__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.c-recruit-page-point__label {
  margin: 0;
  color: #EADE37;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-recruit-page-point__label {
    font-size: 1.25rem;
    line-height: 1;
  }
}

.c-recruit-page-point__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-recruit-page-point__title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.5;
  }
}

.c-recruit-page-point__text {
  margin: 2rem 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-recruit-page-point__text {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 0.625rem;
    line-height: 1.5;
  }
}

.p-drawer {
  background: #F1E12F;
  position: fixed;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  z-index: 9999;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
}

.is-drawer-open .p-drawer {
  transform: translateX(0);
  transition-duration: 0.25s;
}

.is-drawer-link-close .p-drawer {
  transition-duration: 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .p-drawer,
  .is-drawer-open .p-drawer,
  .is-drawer-link-close .p-drawer {
    transition: none;
  }
}
.p-drawer__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.75rem 3.875rem 0;
}

.p-drawer__nav {
  margin-left: 0.3125rem;
}

.p-drawer__menu {
  display: grid;
  gap: 1.9375rem;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-drawer__menu > li:nth-child(6) {
  grid-column: 1/2;
  grid-row: 4/5;
}
.p-drawer__menu > li:nth-child(7) {
  grid-column: 1/2;
  grid-row: 5/6;
}

.p-drawer__menu a {
  color: #000;
  display: inline-block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875;
  text-decoration: none;
}
.p-drawer__menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}
.p-drawer__menu a:hover::after, .p-drawer__menu a:focus-visible::after {
  transform: scaleX(1);
}
@media (prefers-reduced-motion: reduce) {
  .p-drawer__menu a::after {
    transition: none;
  }
}

.p-drawer__footer-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.p-drawer__footer-img img {
  width: 100%;
}

/* FV（ファーストビュー） */
.p-fv {
  background: rgba(151, 74, 6, 0.4);
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 100vh;
  }
}
.p-fv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(151, 74, 6, 0.4);
  z-index: 0;
}

.p-fv__video {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}

.p-fv__poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.p-fv__poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.p-fv__video-el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__video-el {
    object-fit: cover;
    object-position: center 30%;
  }
}

@media screen and (max-width: 767px) {
  .is-video .p-fv__video-el {
    transform-origin: center;
  }
}
.p-fv__content {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 30%;
  width: 100%;
  align-items: center;
  display: grid;
  justify-items: center;
  margin-inline: auto;
  max-width: 37.4375rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-fv__content {
    top: 36%;
    width: 100%;
  }
}

.p-fv__logo {
  height: auto;
  width: 14.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__logo {
    width: 8.0625rem;
    margin-right: 1rem;
  }
}

.p-fv__copy {
  display: grid;
  gap: 0;
  justify-items: center;
}

.p-fv__catch {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 0.25rem 0.25rem rgba(104, 49, 1, 0.48);
}
@media screen and (max-width: 767px) {
  .p-fv__catch {
    font-size: 1rem;
    margin-top: 0.4375rem;
  }
}

.p-fv__title {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 0.25rem 0.25rem rgba(104, 49, 1, 0.48);
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.5rem;
    letter-spacing: 0.1375rem;
  }
}

.p-fv__scroll-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}

.p-about-page {
  position: relative;
  overflow: hidden;
}
.p-about-page::after {
  content: "";
  position: absolute;
  width: 80.3125%;
  aspect-ratio: 1542/896;
  background: url("../img/about-bg.svg") no-repeat center center/cover;
  right: -12.5rem;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-about-page::after {
    right: 0;
  }
}

.p-about {
  position: relative;
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-top: 13.9375rem;
  padding-bottom: 23.4375rem;
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .p-about {
    padding-block: 6.25rem;
    padding-bottom: 45.25rem;
  }
}
@media screen and (min-width: 401px) and (max-width: 767px) {
  .p-about {
    padding-block: 6.25rem;
    padding-bottom: 56.25rem;
  }
}
@media screen and (max-width: 350px) {
  .p-about {
    padding-bottom: 45.25rem;
  }
}

.p-about__text {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin: 4.5625rem auto 0;
  max-width: 67.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    margin-top: 2.7625rem;
    text-align: left;
    padding-inline: 0.625rem;
  }
}
@media screen and (min-width: 401px) and (max-width: 767px) {
  .p-about__text {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-about__eyebrow {
    font-size: 4.5rem;
    -webkit-text-stroke: 0.1875rem rgba(242, 78, 78, 0.3);
  }
  .p-about__title {
    width: 100%;
  }
}
.p-about__decor {
  position: absolute;
  display: inline-block;
}
.p-about__decor img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.p-about__decor--1 {
  top: 2.9375rem;
  left: -4.0625rem;
  width: 34.375%;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-about__decor--1 {
    top: auto;
    bottom: 21.625rem;
    left: -4.85rem;
    width: 93.3333333333%;
    z-index: 2;
    max-width: 27.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .p-about__decor--1 {
    left: -6.25rem;
  }
}

.p-about__decor--2 {
  top: 9.5rem;
  right: -5.125rem;
  width: 28.5416666667%;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-about__decor--2 {
    top: auto;
    bottom: 10.8125rem;
    right: -2.725rem;
    width: 77.3333333333%;
    z-index: 1;
    max-width: 23.125rem;
  }
}

.p-about__decor--3 {
  bottom: 0;
  right: 20.4375rem;
  width: 18.90625%;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-about__decor--3 {
    top: auto;
    bottom: 0;
    left: -1.375rem;
    width: 70.1333333333%;
    z-index: 2;
    width: 16.375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .p-about__decor--3 {
    max-width: 20.9375rem;
    bottom: 7.5rem;
  }
}

.p-reasons {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-reasons {
    margin-top: 9.8125rem;
  }
}

.p-reasons__cards {
  display: flex;
  justify-content: center;
  margin-top: 5.3125rem;
  gap: 4.375rem;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .p-reasons__cards {
    margin-top: 1.9375rem;
    flex-direction: column;
    align-items: center;
    gap: 3.5625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .p-reasons__cards {
    padding-inline: 1.25rem;
  }
}

.p-works {
  padding-top: 17.1875rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-works {
    padding-top: 9.6875rem;
    padding-bottom: 5.5rem;
  }
}

.p-works__items {
  display: grid;
  gap: 5rem;
  margin-top: 6.4375rem;
}
@media screen and (max-width: 767px) {
  .p-works__items {
    padding-inline: 0;
    margin-top: 2.5rem;
    gap: 3.9375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .p-works__items {
    padding-inline: 1.25rem;
  }
}

.p-works__bg {
  position: absolute;
  right: -15.625rem;
  bottom: 0;
  aspect-ratio: 1542/963;
  width: 80.3125%;
  z-index: -1;
  opacity: 0.1;
}

.p-works__bg-item {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
.p-works__bg-item--1 {
  width: 100%;
  z-index: 1;
}
.p-works__bg-item--2 {
  width: 65.7587548638%;
  z-index: 2;
}
.p-works__bg-item--3 {
  width: 38.261997406%;
  z-index: 3;
}
.p-works__bg-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.p-recruit {
  position: relative;
  margin: 0 calc(-50vw + 50%);
  width: 100vw;
  height: 51.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    overflow: visible;
    height: 33.125rem;
  }
}
.p-recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(151, 74, 6, 0.4);
}

.p-recruit__bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-recruit__bg-wrap {
    inset: 0;
    display: block;
  }
}

.p-recruit__bg {
  width: 52.8125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__bg {
    width: 100%;
  }
}
.p-recruit__bg img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit__bg:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__bg:nth-child(3) {
    display: none;
  }
}

.p-recruit__content {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 84.375%;
  max-width: 67.5rem;
  padding-top: 4.5625rem;
  padding-bottom: 2.4375rem;
  padding-inline: 8.75rem;
  box-sizing: border-box;
  margin-inline: auto;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__content {
    position: absolute;
    bottom: -10.0625rem;
    top: auto;
    left: 50%;
    translate: -50% 0;
    width: 82.1333333333%;
    padding-inline: 1.4375rem;
    padding-top: 3.125rem;
  }
}

.p-recruit__text {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__text {
    font-size: 0.9375rem;
    margin-top: 0.3125rem;
  }
}

.p-recruit__actions {
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__actions {
    display: none;
  }
}

.p-news {
  padding-top: 9.0625rem;
  padding-bottom: 6rem;
  background: #fcf4ed;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-top: 18.9375rem;
    padding-bottom: 11.625rem;
  }
}

@media screen and (min-width: 1160px) and (max-width: 1500px) {
  .p-news__body {
    max-width: 1060px;
    margin-inline: auto;
  }
}

.p-news__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.5rem;
  row-gap: 5.25rem;
  margin-top: 7.25rem;
  max-width: 80rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-news__items {
    margin-top: 1.75rem;
    grid-template-columns: 1fr;
    row-gap: 2.9375rem;
  }
}

.p-news__items--front {
  display: grid;
  grid-template-columns: 1fr;
  justify-self: center;
  column-gap: 2.5rem;
  row-gap: 5.25rem;
  margin-top: 1.25rem;
  max-width: 80rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-news__items--front {
    margin-top: 3.1875rem;
    grid-template-columns: 1fr;
    row-gap: 2.9375rem;
  }
}

.p-news__empty {
  margin: 1.5rem 0 0;
}

.p-news__lead {
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.75rem;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.5rem;
  color: #231815;
}

.p-news__more {
  width: fit-content;
  margin-inline: auto;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-news__more {
    margin-top: 1.25rem;
  }
}

.p-news__pager {
  margin-top: 8.5rem;
  margin-right: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-news__pager {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-news__pager.p-news__pager--bottom {
    margin-top: 5.125rem;
  }
}

.p-news__pager-list {
  display: flex;
  gap: 0.25rem; /* 60px幅で中心間64px相当 */
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-news__pager-item {
  height: 3.75rem;
  width: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-news__pager-item {
    height: 2.8125rem;
    width: 2.8125rem;
  }
}

.p-news__pager-item .page-numbers {
  align-items: center;
  color: #000000;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  line-height: 1.05;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-news__pager-item .page-numbers {
    font-size: 1rem;
  }
}

.p-news__pager-item .page-numbers.current {
  background: #f1e12f;
  border-radius: 50%;
  color: #FFFFFF;
}

.p-news__botton-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 4.4375rem;
  margin-right: 3.6875rem;
}
@media screen and (max-width: 767px) {
  .p-news__botton-wrap {
    justify-content: center;
    margin-right: 0;
    margin-top: 3.375rem;
  }
}

.p-product {
  padding-top: 6.75rem;
  padding-bottom: 15.625rem;
  position: relative;
  overflow: hidden;
}
.p-product::after {
  content: "";
  position: absolute;
  width: 80.3125%;
  aspect-ratio: 1542/896;
  background: url("../img/about-bg.svg") no-repeat center center/cover;
  right: -12.5rem;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-product::after {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-product {
    padding-top: 2.125rem;
    padding-bottom: 7.25rem;
  }
}

.p-product__head-text {
  color: #F24E4E;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product__head-text {
    font-size: 1.25rem;
  }
}

.p-product-block-wrap {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 767px) {
  .p-product-block-wrap {
    gap: 0;
  }
}

.p-product__other-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  justify-content: space-between;
  row-gap: 1.6875rem;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-product__other-images {
    grid-template-columns: 1fr;
    gap: 0.3125rem;
    margin-top: 0;
  }
}

.p-product__other-image-title {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.16;
}
@media screen and (max-width: 767px) {
  .p-product__other-image-title {
    font-size: 1rem;
    line-height: 2.7;
    font-weight: 400;
    min-height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .p-product__other-image-title {
    min-height: 4.32em;
  }
}

.p-product__bottom-text {
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 12.9375rem;
}
@media screen and (max-width: 767px) {
  .p-product__bottom-text {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 3.5625rem;
  }
}
.p-product__bottom-text.p-product__bottom-text--technology {
  margin-top: 11.125rem;
}
@media screen and (max-width: 767px) {
  .p-product__bottom-text.p-product__bottom-text--technology {
    margin-top: 5.3125rem;
  }
}

.p-product__contact-wrap {
  padding-top: 14.875rem;
}
@media screen and (max-width: 767px) {
  .p-product__contact-wrap {
    padding-inline: 1.0625rem;
    padding-top: 5.5625rem;
  }
}

.p-product__scroll-wrap {
  margin-top: 4.0625rem;
}

.p-contact {
  position: relative;
  padding: 9.875rem 0 19.375rem;
  overflow: hidden;
  background: url("../img/contact-bg.webp") no-repeat center center/cover;
  padding-inline: 2.5rem;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-inline: 0;
    padding-top: 6rem;
    padding-bottom: 5.4375rem;
  }
}

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

.p-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(151, 74, 6, 0.4);
  z-index: 0;
}

.p-contact::after {
  content: "";
  position: absolute;
  width: 62.5rem;
  height: 62.5rem;
  left: -39.875rem;
  top: -57.125rem;
  background: url("../img/contact-section-bg.svg") no-repeat 0 0/contain;
  z-index: 0;
  pointer-events: none;
}

.p-contact .l-inner {
  position: relative;
  z-index: 1;
}

.p-contact__eyebrow {
  width: 31rem;
  height: auto;
  margin: 0 auto;
  transform: translateX(-1.0625rem);
}
@media screen and (max-width: 767px) {
  .p-contact__eyebrow {
    width: 13.75rem;
    transform: none;
  }
}
.p-contact__eyebrow img {
  width: 100%;
  height: auto;
}

.p-technology {
  padding-top: 8.625rem;
  position: relative;
  overflow: hidden;
}
.p-technology::after {
  content: "";
  position: absolute;
  width: 80.3125%;
  aspect-ratio: 1542/896;
  background: url("../img/about-bg.svg") no-repeat center center/cover;
  right: -12.5rem;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-technology::after {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-technology {
    padding-top: 2.625rem;
  }
}

.p-technology__block-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(7, auto);
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-technology__block-wrap {
    margin-top: 0;
    gap: 0.9375rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.p-technology__block-wrap > * {
  min-width: 0;
}

.p-technology__wrap-l {
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  .p-technology__wrap-l {
    grid-column: 1;
  }
}

.p-technology__media {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-technology__media {
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (max-width: 78.75rem) {
  .p-technology__media .c-machine-block__figure {
    width: 45%;
  }
}
@media screen and (max-width: 78.75rem) and (max-width: 767px) {
  .p-technology__media .c-machine-block__figure {
    width: 100%;
  }
}

.p-technology__contact-wrap {
  margin-top: 9.9375rem;
}
@media screen and (max-width: 767px) {
  .p-technology__contact-wrap {
    margin-top: 5.75rem;
    padding-inline: 1rem;
  }
}

/* single.php（Figma node: 50-603） */
.p-single {
  padding-top: 15.375rem;
  padding-bottom: 13.4375rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding-top: 5.9375rem;
  }
}

.p-single__layout {
  display: flex;
  gap: 1.5rem;
  margin-top: 11.5625rem;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .p-single__layout {
    margin-top: 3.75rem;
    gap: 1.25rem;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-single__layout {
    margin-top: 3.75rem;
    gap: 1.25rem;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1600px) {
  .p-single__layout {
    gap: 2.8125rem;
    justify-content: space-between;
  }
}

.p-single__content {
  width: min(100%, 38.5625rem);
}

.p-single__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-single__date {
  font-family: "Outfit", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3125;
  color: #000;
}

.p-single .c-news-item__badge {
  border: 1px solid #fff;
  min-width: 7.8rem;
  height: 1.525rem;
  letter-spacing: 0.4em;
  /* 40% */
}

.p-single__title {
  margin: 2rem 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
}

.p-single__body {
  margin-top: 3.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__body {
    margin-top: 0.75rem;
  }
}

.p-single__media {
  width: min(100%, 38.625rem);
  border-radius: 0.625rem;
  overflow: hidden;
  aspect-ratio: 618/465;
}
@media screen and (max-width: 767px) {
  .p-single__media {
    aspect-ratio: 618/437;
  }
}

.p-single__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-single__content,
  .p-single__media {
    width: 100%;
  }
  .p-single__date {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-single__date {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-single__title {
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1.5rem;
  }
}
.p-single__botton-wrap {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  align-items: end;
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-single__botton-wrap {
    align-items: center;
  }
}

.p-contact-form__inner {
  padding-top: 14.1875rem;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__inner {
    padding-top: 7.4375rem;
    padding-inline: 1.0625rem;
    padding-bottom: 26.875rem;
  }
}

.contact-form {
  width: 100%;
  max-width: 67.5rem;
  margin-inline: auto;
  margin-top: 5.5625rem;
  margin-bottom: 3.8125rem;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .contact-form {
    width: 100%;
    margin-top: 7.3125rem;
    margin-bottom: 0;
    gap: 0.75rem;
  }
}
@media screen and (min-width: 48rem) and (max-width: 90rem) {
  .contact-form {
    max-width: 47.5rem;
  }
}

.contact-label__head {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .contact-label__head {
    font-size: 1rem;
    gap: 0.375rem;
  }
}

.contact-label {
  display: flex;
  flex-direction: column;
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  /* 180% */
  letter-spacing: 0.15rem;
}
.contact-label input {
  height: 80px;
}

.p-contact-form__badge {
  display: grid;
  place-items: center;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  height: 1.4375rem;
  min-width: 3.1875rem;
  padding-inline: 0.625rem;
  line-height: 1;
}
@media screen and (min-width: 1060px) {
  .p-contact-form__badge {
    min-width: 2.5rem;
    height: 1.1875rem;
  }
}

.p-contact-form__badge--required {
  background: #f24e4e;
  color: #fff;
}

.p-contact-form__badge--optional {
  background: #fffbcc;
  color: #f0872b;
  letter-spacing: 0.1em;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
  font-size: 1.5rem;
  width: 100%;
  border-radius: 10px;
  background: #fcf4ed;
  border: 0;
  padding-inline: 1.25rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    padding-inline: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap input {
    height: 3.625rem;
  }
}

.wpcf7-form-control-wrap textarea {
  padding-block: 1.25rem;
}

.wpcf7-form-control {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control {
    margin-top: 0.3125rem;
  }
}

.p-contact-form__checkbox-text {
  font-size: 1.5rem;
}
.p-contact-form__checkbox-text a {
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-contact-form__checkbox-text {
    font-size: 0.9375rem;
  }
}

.wpcf7-list-item {
  margin-left: 0;
}
@media screen and (min-width: 48rem) and (max-width: 90rem) {
  .wpcf7-list-item {
    margin-inline: auto;
    display: block;
    width: fit-content;
  }
}
.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 20px;
}

.wpcf7-list-item label input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #f0872b;
  border-radius: 0.375rem;
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item label input[type=checkbox] {
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 0;
  }
}

.wpcf7-list-item label input[type=checkbox]:checked {
  background: #f0872b;
  border-color: #f0872b;
}
.wpcf7-list-item label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1rem;
  height: 0.5rem;
  border-left: 0.1875rem solid #fff;
  border-bottom: 0.1875rem solid #fff;
  transform: rotate(-45deg);
  opacity: 0;
}

.wpcf7-list-item label input[type=checkbox]:checked::after {
  opacity: 1;
}

.wpcf7-submit {
  display: block;
  width: 57.4074074074%;
  height: 5rem;
  border-radius: 0.625rem;
  background: #dedede;
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  /* 180% */
  letter-spacing: 0.6rem;
  border: none;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-submit {
    font-size: 1.25rem;
    height: 3.75rem;
    width: 100%;
    margin-top: 3.125rem;
  }
}
.wpcf7-submit[disabled] {
  background: #dedede;
}
.wpcf7-submit.is-ready {
  background: #f0872b;
}

.p-contact-form__botton-wrap {
  display: flex;
  justify-content: end;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__botton-wrap {
    justify-content: center;
  }
}

.wpcf7-not-valid-tip {
  position: absolute;
  display: block;
  width: max-content;
}

/* page-recruit.php（Figma node: 5-245 / pc_seika_recruitment）
   既存の .p-recruit（トップのrecruitセクション）とは別物なので、p-recruit-page で完全スコープ */
.p-recruit-page {
  background: #fff;
}

/* hero */
.p-recruit-page-hero {
  position: relative;
  height: 37.5rem;
  overflow: hidden;
}

.p-recruit-page-hero__bg {
  position: absolute;
  inset: 0;
  /* 背景画像は後で差し替え（Figma: 3643596_m 1） */
  background: rgba(151, 74, 6, 0.4);
}

.p-recruit-page-hero__inner {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-recruit-page-hero__content {
  text-align: center;
}

.p-recruit-page-hero__eyebrow {
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-transform: lowercase;
  -webkit-text-stroke: 0.25rem #F1E12F;
}

.p-recruit-page-hero__title {
  margin: 1rem 0 0;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.125;
}

.p-recruit-page-hero__scroll {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
}

/* intro */
.p-recruit-page-intro {
  padding-top: 10.5rem;
  padding-bottom: 5rem;
}

.p-recruit-page-intro__outline {
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-transform: lowercase;
  -webkit-text-stroke: 0.25rem rgba(242, 78, 78, 0.3);
  text-align: center;
}

.p-recruit-page-intro__title {
  margin: 2.5rem 0 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

/* points */
.p-recruit-page-points__wrraper {
  margin-top: 7.0625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-page-points__wrraper {
    margin-top: 4.9375rem;
  }
}

.p-recruit-page-points {
  padding-top: 10.1875rem;
  padding-bottom: 14.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-page-points {
    padding-top: 8.375rem;
    padding-bottom: 14.375rem;
  }
}

/* interview */
.p-recruit-page-interview {
  padding-top: 2.9375rem;
  padding-bottom: 14.1875rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-page-interview {
    padding-bottom: 6.625rem;
  }
}

.p-recruit-page-interview__outline {
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-transform: lowercase;
  -webkit-text-stroke: 0.25rem rgba(242, 78, 78, 0.3);
  text-align: center;
}

.p-recruit-page-interview__title {
  margin: 1.5rem 0 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.5;
  color: #F24E4E;
}

.p-recruit-page-interview__person {
  margin-top: 2.5rem;
  display: grid;
  justify-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-page-interview__person {
    margin-top: 1.5625rem;
  }
}

.p-recruit-page-interview__avatar {
  position: relative;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  overflow: hidden;
}
.p-recruit-page-interview__avatar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FCF4ED;
  z-index: 1;
}
.p-recruit-page-interview__avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: url(../img/recruit/interview.webp) no-repeat center center/cover;
}

.p-recruit-page-interview__name {
  margin: 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-recruit-page-interview__name {
    font-size: 1rem;
  }
}
.p-recruit-page-interview__name span {
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-page-interview__name span {
    font-size: 1rem;
    letter-spacing: 0.09375rem;
  }
}

.p-recruit-page-interview__qa {
  margin-top: 5rem;
  display: grid;
  gap: 4rem;
  max-width: 955px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-page-interview__qa {
    gap: 4.875rem;
    margin-top: 4.25rem;
  }
}

.p-recruit-page-qa__q {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-page-qa__q {
    font-size: 1rem;
    letter-spacing: 0.09375rem;
  }
}

.p-recruit-page-qa__wrap {
  display: flex;
  gap: 1.6875rem;
  padding-inline: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-page-qa__wrap {
    padding-inline: 0.875rem;
  }
}

.p-recruit-page-qa__badge {
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 4.1875rem;
  height: 4.1875rem;
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit-page-qa__badge {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.p-recruit-page-qa__badge-q {
  position: absolute;
  top: -42px;
  left: -20px;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: url(../img/recruit/Q.webp) no-repeat center center/45%;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 2px #f1e12f;
}
@media screen and (max-width: 767px) {
  .p-recruit-page-qa__badge-q {
    width: 2.8125rem;
    height: 2.8125rem;
    left: -15px;
    top: -40px;
  }
}

.p-recruit-page-qa__badge-q::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  clip-path: circle(25px at 58px 58px);
}
@media screen and (max-width: 767px) {
  .p-recruit-page-qa__badge-q::after {
    clip-path: circle(26px at 54px 48px);
  }
}

.p-recruit-page-qa__badge-num {
  background: #F1E12F;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 50%;
  width: 4.1875rem;
  height: 4.1875rem;
  display: grid;
  place-items: center;
  translate: 14px -7px;
}
@media screen and (max-width: 767px) {
  .p-recruit-page-qa__badge-num {
    width: 3.125rem;
    height: 3.125rem;
    translate: 14px -17px;
  }
}

.p-recruit-page-qa__a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: #FFFDE9;
  border-radius: 0.625rem;
  padding: 0.8125rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-page-qa__a {
    padding: 0.1875rem 0.75rem;
  }
}

.p-recruit__contact-wrap {
  padding-inline: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__contact-wrap {
    padding-inline: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-page-hero {
    height: 22.5rem;
  }
  .p-recruit-page-hero__eyebrow {
    font-size: 4.5rem;
    -webkit-text-stroke: 0.1875rem #F1E12F;
  }
  .p-recruit-page-hero__title {
    font-size: 1.75rem;
  }
  .p-recruit-page-intro {
    padding-top: 5rem;
  }
  .p-recruit-page-intro__outline {
    font-size: 4.5rem;
    -webkit-text-stroke: 0.1875rem rgba(242, 78, 78, 0.3);
  }
  .p-recruit-page-intro__title {
    font-size: 1.75rem;
  }
  .p-recruit-page-interview__title {
    font-size: 1.75rem;
  }
}
.p-about-page {
  background: #fff;
  position: relative;
  padding-bottom: 10.6875rem;
}

/* message */
.p-about-page-message {
  padding-top: 12.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-page-message {
    padding-top: 7.4375rem;
  }
}

.p-about-page-message__img {
  margin-inline: auto;
  width: 15.625rem;
  height: 15.625rem;
  margin-top: 1.375rem;
}
.p-about-page-message__img img {
  width: 100%;
}

.p-about-page-message__content {
  max-width: 67.5rem;
  margin-inline: auto;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-about-page-message__content {
    margin-top: 4rem;
  }
}

.p-about-page-message__title {
  color: #F24E4E;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 3.2px;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-about-page-message__title {
    font-size: 1.1875rem;
    margin-top: 1.25rem;
  }
}

.p-about-page-message__text {
  margin-top: 1.125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-about-page-message__text {
    margin: 1.25rem 0 0;
  }
}

.p-about-page-message__line {
  margin-top: 0.9375rem;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-about-page-message__line {
    margin-top: 0.6875rem;
  }
}

.p-about-page-message__sign {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  /* 150% */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .p-about-page-message__sign {
    font-size: 1.25rem;
  }
}
.p-about-page-message__sign span {
  margin-left: 2.1875rem;
}

/* motto */
.p-about-page-motto {
  padding-top: 13.75rem;
  padding-bottom: 7.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-page-motto {
    padding-top: 6.25rem;
    padding-bottom: 5rem;
  }
}

.p-about-page-motto__badges {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-page-motto__badges {
    flex-wrap: wrap;
  }
}

.p-about-page-motto__badge {
  width: 10.0625rem;
  height: 10.0625rem;
  border-radius: 50%;
  background: #FFFDE9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-about-page-motto__badge {
    width: 7.5rem;
    height: 7.5rem;
    font-size: 1.25rem;
  }
}

.p-about-page-motto__badge-text {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 0.2rem;
}

.p-about-page-motto__badge-text-sub {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.09375rem;
}

.p-about-page-motto__lead {
  margin: 1.875rem 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-about-page-motto__lead {
    font-size: 1.125rem;
  }
}

.p-about-page-motto__lead + .p-about-page-motto__lead {
  margin-top: 0rem;
}

.p-about-page-motto__word {
  margin-right: 1.5625rem;
  margin-left: 1.5625rem;
}

/* concept */
.p-about-page-concept {
  padding-top: 8.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-page-concept {
    padding-top: 8rem;
  }
}

.p-about-page-concept__outline {
  margin: 0;
  text-align: center;
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-text-stroke: 0.25rem rgba(242, 78, 78, 0.3);
}
@media screen and (max-width: 767px) {
  .p-about-page-concept__outline {
    font-size: 4.5rem;
    -webkit-text-stroke: 0.1875rem rgba(242, 78, 78, 0.3);
  }
}

.p-about-page-concept__title {
  margin: 1.5rem 0 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.5;
  color: #F24E4E;
}

.p-about-page-concept__bleed {
  margin-inline: calc(50% - 50vw);
}

.p-about-page-concept__box {
  margin-top: 5.625rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(15.625rem, 40%) 1fr;
  gap: 4.6875rem;
  align-items: center;
  width: 80%;
  max-width: 84.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-page-concept__box {
    margin-top: 1.25rem;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1059px) {
  .p-about-page-concept__box {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    justify-content: center;
  }
}

.p-about-page-concept__logo {
  width: 100%;
  max-width: 32.125rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-about-page-concept__logo {
    height: auto;
    width: 60%;
  }
}
.p-about-page-concept__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.p-about-page-concept__text {
  margin-top: 1.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #000;
  max-width: 48.75rem;
  min-width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-page-concept__text {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.p-about-page-concept__text span {
  color: #F24E4E;
}

/*  effort */
.p-about-page-effort {
  padding-top: 23.1875rem;
  padding-bottom: 7.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-page-effort {
    padding-top: 12.5rem;
  }
}

.p-about-page-effort__text {
  margin-top: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

.p-about-page-effort__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-page-effort__box {
    grid-template-columns: 1fr;
  }
}

.p-about-page-effort__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-about-page-effort__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* company */
.p-about-page-company {
  padding-top: 10.75rem;
  padding-bottom: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-about-page-company {
    padding-top: 6.25rem;
  }
}

.p-about-page-company__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about-page-company__box {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
  }
}

.p-about-page-company__img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-about-page-company__text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1rem;
  text-align: center;
}

.p-about-page-company__list {
  margin: 7.4375rem auto 0;
  width: min(100%, 67.5rem);
}
@media screen and (max-width: 767px) {
  .p-about-page-company__list {
    margin: 5rem auto 0;
  }
}

.p-about-page-company__row {
  display: grid;
  grid-template-columns: 15.3125rem 1fr;
  border-bottom: 1px solid #F9A963;
  height: 5.9375rem;
  align-items: center;
}
.p-about-page-company__row.--bank dd {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-about-page-company__row {
    height: auto;
    grid-template-columns: 5rem 1fr;
    gap: 0.375rem;
    min-height: 3.75rem;
    padding-block: 0.9375rem;
    box-sizing: border-box;
  }
}
.p-about-page-company__row dt {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-about-page-company__row dt {
    font-size: 1rem;
  }
}
.p-about-page-company__row dd {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-about-page-company__row dd {
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 48.0625rem) and (max-width: 66.8125rem) {
  .p-about-page-company__row {
    padding-block: 1.25rem;
    height: auto;
  }
}

/* map */
.p-about-page-map {
  padding-bottom: 4.4375rem;
}

.p-about-page-map__box {
  width: min(100%, 67.5rem);
  height: 41.25rem;
  border-radius: 0.625rem;
  background: #D9D9D9;
  margin-inline: auto;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-about-page-map__box {
    height: 12.5rem;
  }
}

.p-about-page-map__label {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.512;
  color: #000;
}

/* contact */
.p-about-page-contact {
  position: relative;
  padding-bottom: 7.5rem;
  overflow: hidden;
}

.p-about-page-contact__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  height: 23.75rem;
  border-radius: 0.625rem;
  background: #F24E4E;
  /* #F24E4E */
  padding-left: 7.1875rem;
  padding-right: 2.5rem;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-page-contact__link {
    flex-direction: column;
    height: auto;
    padding: 2.5rem 1.5rem;
    text-align: center;
  }
}

.p-about-page-contact__bg {
  position: absolute;
  inset: 0;
  background: url(../img/contact-box-bg.svg) no-repeat right bottom/contain;
  opacity: 0.2;
}

.p-about-page-contact__body {
  position: relative;
  z-index: 1;
}

.p-about-page-contact__title {
  margin: 0;
  font-family: "Outfit", system-ui, -apple-system, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-page-contact__title {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.p-about-page-contact__lead {
  margin: 0.875rem 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.35rem;
  font-weight: 350;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-page-contact__lead {
    font-size: 1rem;
  }
}

.p-about-page-contact__cta {
  position: relative;
  z-index: 1;
  width: 20rem;
  height: 3.75rem;
  border-radius: 1.25rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about-page-contact__cta {
    width: 100%;
  }
}

.p-about-page-contact__cta-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.7;
  letter-spacing: 0.1em;
  color: #F24E4E;
}

.p-about-page-contact__cta-icon {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #F24E4E;
  position: relative;
}

.p-about-page-contact__cta-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

.p-about-page__bg {
  position: absolute;
  right: -5.1875rem;
  bottom: -10.75rem;
  width: 96.375rem;
  max-width: none;
  opacity: 0.1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-about-page__bg {
    right: -8.75rem;
    bottom: -7.5rem;
    width: 56.25rem;
  }
}
.p-about-page__bg img {
  width: 100%;
  height: auto;
  display: block;
}

.p-privacy-policy {
  padding-top: 15.625rem;
  padding-bottom: 21.5625rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy {
    padding-top: 11.375rem;
    padding-bottom: 6.25rem;
  }
}

.p-privacy-policy__wrap {
  max-width: 67.5rem;
  margin-inline: auto;
  margin-top: 5.75rem;
}

.p-privacy-policy__content {
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__content {
    margin-top: 0.9375rem;
  }
}
.p-privacy-policy__content.--2 {
  margin-top: 1.4375rem;
}

.p-privacy-policy__title {
  color: #F0872B;
  font-family: "Noto Sans CJK JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}
.p-privacy-policy__title > span {
  font-size: 1.5rem;
}

.p-privacy-policy__text-top {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__text-top {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.p-privacy-policy__text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__text {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.3rem;
  }
}

.p-privacy-policy__lists {
  margin-left: 1.75rem;
  margin-top: 0.1875rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__lists {
    gap: 0;
    margin-left: 1.5rem;
    margin-top: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.p-privacy-policy__botton-wrap {
  margin-top: 5.25rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__botton-wrap {
    justify-content: center;
  }
}

.p-404 {
  padding-top: 13.75rem;
  padding-bottom: 13.75rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding-top: 10rem;
    padding-bottom: 8.75rem;
  }
}

.p-404__inner {
  max-width: 47.5rem;
  margin-inline: auto;
  text-align: center;
}

.p-404__code {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 8.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(240, 135, 43, 0.18);
}
@media screen and (max-width: 767px) {
  .p-404__code {
    font-size: 6rem;
  }
}

.p-404__title {
  margin: 0.75rem 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: 1.375rem;
  }
}

.p-404__text {
  margin: 1.125rem 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.p-404__actions {
  margin-top: 2.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-404__actions {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

.p-thanks {
  padding-top: 18.75rem;
  padding-bottom: 10rem;
}
.p-thanks {
  padding-top: 15.625rem;
  padding-bottom: 8.125rem;
}

.p-thanks__text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.625rem;
  margin-top: 3.875rem;
  max-width: 54rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-top: 5.1875rem;
    text-align: unset;
  }
}

.p-thanks__botton-wrap {
  display: flex;
  justify-self: center;
  margin-top: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__botton-wrap {
    margin-top: 5.6875rem;
  }
}

@media screen and (min-width: 1060px) {
  .u-hidden-pc {
    display: none;
  }
}

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