@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  font-size: 1rem;
  margin: 0;
  font-family: Yaku Han JP, "Prompt", "BIZ UDPGothic", "Helvetica Neue", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  background-color: #fffbfd;
  color: #06203f;
  letter-spacing: 0.05em;
  line-height: 1.6;
  overflow-x: clip;
  letter-spacing: 0.1em;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
  width: 100%;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-main {
  overflow: hidden;
}

.l-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding-inline: 5.3vw;
  }
}

.l-container-min {
  width: 100%;
  max-width: 880px;
  margin: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .l-container-min {
    padding-inline: 5.3vw;
  }
}

.l-section {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .l-section {
    margin-top: 72px;
  }
}

.l-spacer {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-spacer {
    margin-top: 64px;
  }
}

.l-block-2col {
  display: flex;
  gap: min(56px, 4.5vw);
}
@media screen and (max-width: 768px) {
  .l-block-2col {
    flex-direction: column;
    gap: 56px;
  }
}

.l-sidebar {
  flex-shrink: 0;
  width: clamp(200px, 23.25vw, 240px);
}
@media screen and (max-width: 768px) {
  .l-sidebar {
    order: 1;
    width: 100%;
  }
}

.l-main-contents {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .l-main-contents {
    order: 0;
  }
}

html:lang(en-US) .lang-ja {
  display: none;
}

html:lang(ja) .lang-en {
  display: none;
}

.c-button-wrap {
  display: flex;
  gap: 16px 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .c-button-wrap {
    margin-top: 32px;
  }
  .c-button-wrap.u-sp {
    display: flex;
  }
}
.c-button-wrap.-left {
  justify-content: flex-start;
}

.c-button-primary {
  position: relative;
  display: inline-block;
  min-width: 260px;
  padding: 0.875rem 3.5rem 0.75rem 1.5rem;
  background-color: #fff;
  border: 1px solid #818e9e;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-primary {
    transition: 0.3s;
  }
  .c-button-primary:hover {
    background-color: #db7100;
    border-color: #fff;
    color: #fff;
  }
  .c-button-primary:hover::after {
    background: url(../img/common/arrow-wh.svg) no-repeat center/cover;
  }
}
.c-button-primary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
  background: url(../img/common/arrow-or.svg) no-repeat center/cover;
  transition: background 0.3s;
}

.c-button-outline {
  position: relative;
  display: inline-block;
  min-width: 260px;
  padding: 0.875rem 3.5rem 0.75rem 1.5rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-button-outline {
    min-width: 240px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button-outline {
    transition: 0.3s;
  }
  .c-button-outline:hover {
    background-color: #fff;
    color: #06203f;
  }
  .c-button-outline:hover::after {
    background: url(../img/common/arrow-bl.svg) no-repeat center/cover;
  }
}
.c-button-outline::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
  background: url(../img/common/arrow-wh-bl.svg) no-repeat center/cover;
  transition: background 0.3s;
}

.c-button-large {
  position: relative;
  display: inline-block;
  min-width: 340px;
  padding: 0.9em 3.5rem 0.9em 1.6em;
  background-color: #fff;
  border: 1px solid #818e9e;
  border-radius: 3rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-button-large {
    min-width: 280px;
    font-size: 1rem;
  }
}
.c-button-large::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
  background: url(../img/common/arrow-or.svg) no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-large {
    transition: 0.3s;
  }
  .c-button-large:hover {
    background-color: #db7100;
    border-color: #fff;
    color: #fff;
  }
  .c-button-large:hover::after {
    background: url(../img/common/arrow-wh.svg) no-repeat center/cover;
  }
}

.c-button-back {
  position: relative;
  display: block;
  min-width: 340px;
  padding: 1.125rem 1.5rem 1.125rem 4rem;
  background-color: #06203f;
  color: #fff;
  border: 1px solid #06203f;
  border-radius: 3rem;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-button-back {
    min-width: 300px;
    padding-block: 1rem;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button-back {
    transition: 0.3s;
  }
  .c-button-back:hover {
    background-color: #fff;
    border-color: #06203f;
    color: #06203f;
  }
}
.c-button-back::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
  background: url(../img/common/arrow-wh-bl.svg) no-repeat center/cover;
  pointer-events: none;
  rotate: 180deg;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-back:hover::after {
    background: url(../img/common/arrow-bl.svg) no-repeat center/cover;
  }
}

.c-button-link {
  position: relative;
  padding-right: 1.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  transition: color 0.3s;
}
.c-button-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  background: url(../img/common/arrow-or.svg) no-repeat center/cover;
  transition: scale 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-button-link:hover {
    color: #db7100;
  }
  .c-button-link:hover::after {
    scale: 1.1;
  }
}

.c-productsCard__swiperBlock {
  max-width: 1200px;
  padding-inline: 40px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-productsCard__swiperBlock {
    padding-inline: 0;
    overflow: hidden;
  }
}
.c-productsCard__swiper {
  overflow: unset;
}
@media screen and (max-width: 768px) {
  .c-productsCard__swiper .c-productsCard__list {
    display: flex;
    gap: 0;
  }
}
.c-productsCard__swiper .swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-productsCard__swiper .swiper-button-next {
    display: block;
    width: 8vw;
    height: 8vw;
    right: 5vw;
    background: url(../img/common/arrow-next.svg) no-repeat center/cover;
  }
}
.c-productsCard__swiper .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-productsCard__swiper .swiper-button-prev {
    display: block;
    width: 8vw;
    height: 8vw;
    left: 5vw;
    background: url(../img/common/arrow-prev.svg) no-repeat center/cover;
  }
}
.c-productsCard__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-productsCard__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.c-productsCard__list.-min {
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .c-productsCard__list.-min {
    gap: 16px;
  }
}
.c-productsCard__item {
  height: auto;
}
.c-productsCard__link {
  display: block;
  height: 100%;
  padding: 24px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.c-productsCard__list.-min .c-productsCard__link {
  padding: 16px;
}

.c-productsCard__link img {
  display: block;
  width: 82.5%;
  margin: 0 auto 16px;
  aspect-ratio: 49/48;
  object-fit: contain;
}
@media (hover: hover) and (pointer: fine) {
  .c-productsCard__link {
    transition: box-shadow 0.3s;
  }
  .c-productsCard__link img {
    transition: scale 0.3s;
  }
  .c-productsCard__link:hover {
    box-shadow: none;
  }
  .c-productsCard__link:hover img {
    scale: 1.04;
  }
}
.c-productsCard__title {
  margin-top: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
}
.c-productsCard__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-productsCard__cat {
  padding: 2px 8px;
  background-color: #06203f;
  color: #fff;
  font-size: 0.6875rem;
  border-radius: 2px;
}
.c-productsCard__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-productsCard__tags {
    gap: 4px;
    margin-top: 4px;
  }
}
.c-productsCard__tag {
  color: #37424f;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
}
.c-productsCard__tag::before {
  content: "#";
}

.c-headingPrimary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 350px;
  margin-top: 80px;
  padding-block: 40px;
  background: url(../img/common/heading-hero-bg.svg) no-repeat right 3% top/273px;
}
@media screen and (max-width: 768px) {
  .c-headingPrimary {
    min-height: 200px;
    margin-top: 64px;
    background-size: 180px;
  }
}
.c-headingPrimary__block {
  position: relative;
}
.c-headingPrimary__block::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -80px;
  width: 325px;
  height: 350px;
  background: url(../img/common/heading-hero.svg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-headingPrimary__block::before {
    top: -70px;
    left: -20px;
    width: 205px;
    height: 235px;
  }
}
.c-headingPrimary__title-en {
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-headingPrimary__title-en {
    font-size: 0.875rem;
  }
}
.c-headingPrimary__title {
  margin-top: 16px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-headingPrimary__title {
    margin-top: 8px;
    font-size: 2.25rem;
  }
}

.c-headingSecondary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 270px;
  margin-top: 80px;
  padding-block: 40px;
}
@media screen and (max-width: 768px) {
  .c-headingSecondary {
    min-height: 140px;
    margin-top: 64px;
  }
}
.c-headingSecondary__block {
  position: relative;
}
.c-headingSecondary__block::before {
  content: "";
  position: absolute;
  top: -64px;
  left: -64px;
  width: 207px;
  height: 227px;
  background: url(../img/common/heading-hero-child.svg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-headingSecondary__block::before {
    top: -45px;
    left: -20px;
    width: 145px;
    height: 165px;
  }
}
.c-headingSecondary__subTitle {
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-headingSecondary__subTitle {
    font-size: 0.75rem;
  }
}
.c-headingSecondary__title {
  margin-top: 8px;
  font-size: 2.75em;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-headingSecondary__title {
    font-size: 2rem;
  }
}

.c-title-primary {
  position: relative;
  margin-bottom: 48px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-title-primary {
    margin-bottom: 32px;
    font-size: 1.75rem;
  }
}
.c-title-primary.-wh {
  color: #fff;
}
.c-title-primary::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -40px;
  width: 80px;
  height: 80px;
  background: url(../img/common/title-deco.png) no-repeat center/cover;
  z-index: -1;
}

.c-title-secondary {
  position: relative;
  margin-bottom: 64px;
  padding-bottom: 24px;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-title-secondary {
    padding-bottom: 16px;
    margin-bottom: 48px;
    font-size: 1.75rem;
  }
}
.c-title-secondary span {
  display: inline-block;
}
.c-title-secondary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 88px;
  height: 8px;
  margin: auto;
  border-radius: 8px;
  background-color: #db7100;
}
@media screen and (max-width: 768px) {
  .c-title-secondary::after {
    width: 64px;
    height: 4px;
  }
}

.c-title-third {
  position: relative;
  margin-bottom: 48px;
  padding-left: 38px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-title-third {
    margin-bottom: 32px;
    font-size: 1.5rem;
    padding-left: 28px;
  }
}
.c-title-third::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background-color: #db7100;
}
.c-title-third.-wh {
  color: #fff;
}
.c-title-third.-wh::before {
  background-color: #fff;
}

.c-title-fourth {
  position: relative;
  margin-bottom: 24px;
  padding-left: 32px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-title-fourth {
    margin-bottom: 16px;
    font-size: 1.25rem;
  }
}
.c-title-fourth::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 16px;
  height: 4px;
  border-radius: 4px;
  background-color: #db7100;
}

.c-title-center {
  margin-bottom: 48px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-title-center {
    margin-bottom: 32px;
    font-size: 1.5rem;
    padding-left: 28px;
  }
}

.c-read {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}
.c-read span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-read {
    font-size: 1rem;
  }
}

.c-iconBlock__list {
  display: grid;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .c-iconBlock__list {
    margin-top: 32px;
  }
}
.c-iconBlock__list.-col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-iconBlock__list.-col3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.c-iconBlock__list.-col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .c-iconBlock__list.-col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-iconBlock__item {
    display: flex;
    gap: 24px;
  }
  .-col4 .c-iconBlock__item {
    flex-direction: column;
    gap: 8px;
  }
}
.c-iconBlock__icon {
  display: block;
  width: 140px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-iconBlock__icon {
    align-self: flex-start;
    width: 90px;
    margin: 0;
  }
  .-col4 .c-iconBlock__icon {
    align-self: center;
  }
}
@media screen and (max-width: 768px) {
  .c-iconBlock__textBlock {
    align-self: center;
  }
}
.c-iconBlock__title {
  margin-block: 16px 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
.c-iconBlock__title span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-iconBlock__title {
    margin-top: 0;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
  }
  .-col4 .c-iconBlock__title {
    text-align: center;
  }
}

.c-check__list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}
.c-check__item {
  padding-left: 1.5rem;
  background: url(../img/common/icon-check.svg) no-repeat left top 2px/1.125rem;
  font-size: 0.875rem;
}

.c-form__read {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-form__read {
    font-size: 1.25rem;
  }
}
.c-form__read span {
  display: inline-block;
}
.c-form__pre {
  margin-top: 16px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 2;
}
.c-form__button {
  display: flex;
  gap: 8px;
  align-items: center;
  max-width: 100%;
  padding: 16px 48px;
  border-radius: 40px;
  background-color: #db7100;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
}
.c-form__button span span {
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .c-form__button {
    transition: background 0.3s;
  }
  .c-form__button:hover {
    background-color: #eb8212;
  }
}
@media screen and (max-width: 768px) {
  .c-form__button {
    gap: 16px;
    padding: 16px 24px;
    line-height: 1.875;
  }
}
.c-form__button::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 28px;
  height: 26px;
  background: url(../img/common/icon-contact-wh.svg) no-repeat center/cover;
}
.c-form__item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-form__item {
    margin-top: 32px;
  }
}
.c-form__label {
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 700;
}
.c-form__eq {
  align-self: center;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #c70101;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}
.c-form__any {
  align-self: center;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #818e9e;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}
.c-form__input input, .c-form__textarea textarea {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.c-form__submit {
  position: relative;
  min-width: 340px;
}
@media screen and (max-width: 768px) {
  .c-form__submit {
    min-width: 300px;
  }
}
.c-form__submit input {
  display: block;
  width: 100%;
  padding: 1.125rem 4rem 1.125rem 1.5rem;
  background-color: #fff;
  border: 1px solid #818e9e;
  border-radius: 3rem;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-form__submit input {
    padding-block: 1rem;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__submit input {
    transition: 0.3s;
  }
  .c-form__submit input:hover {
    background-color: #db7100;
    border-color: #db7100;
    color: #fff;
  }
}
.c-form__submit::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
  background: url(../img/common/arrow-or.svg) no-repeat center/cover;
  pointer-events: none;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-form__submit:hover::after {
    background: url(../img/common/arrow-wh.svg) no-repeat center/cover;
  }
}
.c-form__back {
  position: relative;
  min-width: 340px;
}
@media screen and (max-width: 768px) {
  .c-form__back {
    min-width: 300px;
  }
}
.c-form__back input {
  display: block;
  width: 100%;
  padding: 1.125rem 1.5rem 1.125rem 4rem;
  background-color: #06203f;
  color: #fff;
  border: 1px solid #06203f;
  border-radius: 3rem;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-form__back input {
    padding-block: 1rem;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__back input {
    transition: 0.3s;
  }
  .c-form__back input:hover {
    background-color: #fff;
    border-color: #06203f;
    color: #06203f;
  }
}
.c-form__back::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
  background: url(../img/common/arrow-wh-bl.svg) no-repeat center/cover;
  pointer-events: none;
  rotate: 180deg;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-form__back:hover::after {
    background: url(../img/common/arrow-bl.svg) no-repeat center/cover;
  }
}
.c-form__select {
  position: relative;
  display: block;
  width: 50%;
  min-width: 300px;
}
.c-form__select::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 2px solid #06203f;
  border-bottom: 2px solid #06203f;
  rotate: 45deg;
}
.c-form__select select {
  width: 100%;
  padding: 12px 40px 12px 16px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.c-form__textBox {
  padding: 48px;
  background-color: #fff;
  border: 2px solid #db7100;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .c-form__textBox {
    padding: 24px;
  }
}
.c-form__title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-form__text {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}

.c-checkbox__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .c-checkbox__list {
    gap: 16px;
  }
}
.c-checkbox__grid {
  display: flex;
  gap: 40px;
}
.c-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-checkbox label {
    font-size: 14px;
  }
}
.c-checkbox label input[type=checkbox] {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.c-checkbox label input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background-color: #fff;
  border: 1px solid #818e9e;
}
.c-checkbox label input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  bottom: 0;
  width: 16px;
  height: 8px;
  margin: auto;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
.c-checkbox label input[type=checkbox]:checked::after {
  border-color: #db7100;
}
.c-checkbox .c-checkbox__name {
  display: block;
  margin: -24px -24px 24px -24px;
  padding: 16px 40px 16px 64px;
  background-color: #f9d2cb;
  border-radius: 7px 7px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-checkbox .c-checkbox__name {
    font-size: 16px;
  }
}
.c-checkbox .c-checkbox__name input[type=checkbox]::before {
  left: 24px;
}
.c-checkbox .c-checkbox__name input[type=checkbox]::after {
  left: 30px;
}

.c-radio__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-radio__grid {
  display: flex;
  gap: 40px;
}
.c-radio .wpcf7-list-item {
  margin-left: 0;
}
.c-radio label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  text-align: left;
  font-weight: 400;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .c-radio label {
    font-size: 14px;
  }
}
.c-radio label input[type=radio] {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.c-radio label input[type=radio]::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background-color: #fff;
  border: 1px solid #818e9e;
  border-radius: 20px;
}
.c-radio label input[type=radio]::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 4px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 16px;
  background-color: transparent;
}
.c-radio label input[type=radio]:checked::after {
  background-color: #db7100;
}
.c-radio .c-radio__name {
  display: block;
  margin: -24px -24px 24px -24px;
  padding: 16px 40px 16px 64px;
  background-color: #f9d2cb;
  border-radius: 7px 7px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-radio .c-radio__name {
    font-size: 16px;
  }
}
.c-radio .c-radio__name input[type=radio]::before {
  left: 24px;
}
.c-radio .c-radio__name input[type=radio]::after {
  left: 30px;
}

.wpcf7-response-output,
.c-form-confirm {
  display: none;
}

.error {
  margin-top: 8px;
  color: #c70101;
  font-size: 0.875rem;
}

.wpcf7-not-valid-tip,
.wpcf7-spinner {
  display: none !important;
}

.c-desc__list {
  flex: 1;
  display: grid;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}
.c-desc__item {
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .c-desc__item {
    flex-direction: column;
    gap: 4px;
  }
}
.c-desc__item dt {
  width: 200px;
  flex-shrink: 0;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-desc__item dt {
    font-size: 1rem;
  }
}
.c-desc__item dd {
  flex: 1;
  font-size: 0.875rem;
  line-height: 2;
}

.p-header {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  width: calc(100% - 48px);
  margin: auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(224, 224, 224, 0.1));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-header {
    top: 16px;
    width: calc(100% - 32px);
  }
}
.p-header__inner {
  display: flex;
  justify-content: space-between;
  padding: 16px 24px 16px 16px;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    padding: 10px 16px 8px 16px;
  }
}
.p-header__logo {
  align-self: center;
  flex-shrink: 0;
  width: auto;
  height: 48px;
}
@media screen and (max-width: 1050px) {
  .p-header__logo {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    order: 0;
    height: 32px;
  }
}
.p-header__logo a {
  display: block;
  height: 100%;
}
.p-header__logo img {
  width: auto;
  height: 100%;
}
.p-header__nav {
  display: flex;
  gap: 40px;
  margin-left: auto;
}
@media screen and (max-width: 1050px) {
  .p-header__nav {
    gap: 24px;
  }
}
@media screen and (max-width: 850px) {
  .p-header__nav {
    position: fixed;
    top: -16px;
    right: calc(-100vw - 24px);
    flex-direction: column;
    width: calc(100% + 24px);
    height: 100vh;
    padding: 80px 40px;
    background-color: #fff;
    transition: 0.3s;
  }
  .is-active .p-header__nav {
    right: -24px;
  }
}
.p-header__buttonWrap {
  display: flex;
}
@media screen and (max-width: 850px) {
  .p-header__buttonWrap {
    flex-direction: column;
    gap: 8px;
  }
}
.p-header__button {
  align-self: center;
  padding: 10px 32px 8px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 1050px) {
  .p-header__button {
    padding-inline: 16px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 850px) {
  .p-header__button {
    width: 100%;
    padding: 16px;
  }
}
.p-header__button.-recruit {
  background-color: #72d1d1;
  color: #06203f;
  border-radius: 4px 0 0 4px;
}
@media (hover: hover) and (pointer: fine) {
  .p-header__button.-recruit {
    transition: background 0.3s;
  }
  .p-header__button.-recruit:hover {
    background-color: #90dfdf;
  }
}
@media screen and (max-width: 768px) {
  .p-header__button.-recruit {
    border-radius: 4px;
  }
}
.p-header__button.-contact {
  background-color: #db7100;
  border-radius: 0 4px 4px 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-header__button.-contact {
    transition: background 0.3s;
  }
  .p-header__button.-contact:hover {
    background-color: #eb8212;
  }
}
@media screen and (max-width: 768px) {
  .p-header__button.-contact {
    border-radius: 4px;
  }
}
.p-header__button.-contact.-en {
  border-radius: 4px;
}
.p-header .bogo-language-switcher {
  align-self: center;
  display: flex;
  flex-direction: row-reverse;
  margin-left: 24px;
  padding-top: 1.25rem;
  background: url(../img/common/icon-lang.svg) no-repeat center top/1.25rem 1.25rem;
}
@media screen and (max-width: 1050px) {
  .p-header .bogo-language-switcher {
    margin-left: 16px;
  }
}
@media screen and (max-width: 850px) {
  .p-header .bogo-language-switcher {
    order: 1;
    margin-left: auto;
    margin-right: 16px;
  }
}
.p-header .bogo-language-switcher li {
  font-size: 1rem;
}
.p-header .bogo-language-switcher li + li::after {
  content: "/";
  padding-inline: 2px;
  color: #818e9e;
}
.p-header .bogo-language-switcher li a {
  line-height: 1.5;
}
@media (hover: hover) and (pointer: fine) {
  .p-header .bogo-language-switcher li a {
    transition: opacity 0.3s;
  }
  .p-header .bogo-language-switcher li a:hover {
    opacity: 0.7;
  }
}
.p-header .bogo-language-switcher li a.current {
  color: #db7100;
  pointer-events: none;
}

.p-hamburger__button {
  display: none;
}
@media screen and (max-width: 850px) {
  .p-hamburger__button {
    order: 2;
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    margin-block: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 850px) {
  .p-hamburger__line {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 1px;
    margin: auto;
    background-color: #06203f;
    transition: 0.3s;
  }
  .is-active .p-hamburger__line {
    background-color: transparent;
  }
  .p-hamburger__line::before, .p-hamburger__line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #06203f;
    transition: rotate 0.3s;
  }
  .p-hamburger__line::before {
    top: -8px;
  }
  .is-active .p-hamburger__line::before {
    top: 0;
    rotate: 35deg;
  }
  .p-hamburger__line::after {
    top: 8px;
  }
  .is-active .p-hamburger__line::after {
    top: 0;
    rotate: -35deg;
  }
}

.p-globalNav {
  align-self: center;
  display: flex;
  gap: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1050px) {
  .p-globalNav {
    gap: 24px;
  }
}
@media screen and (max-width: 850px) {
  .p-globalNav {
    flex-direction: column;
    gap: 16px;
    align-self: flex-start;
    width: 100%;
  }
}
.p-globalNav__item {
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-globalNav__item {
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.p-globalNav__item > a.p-globalNav__button {
  display: block;
}
@media screen and (max-width: 850px) {
  .p-globalNav__item > a.p-globalNav__button {
    display: none;
  }
}
.p-globalNav__item > a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .p-globalNav__item > a {
    transition: opacity 0.3s;
  }
  .p-globalNav__item > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1050px) {
  .p-globalNav__item > a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 850px) {
  .p-globalNav__item > a {
    font-size: 1rem;
  }
}
.p-globalNav__item > span.p-globalNav__button {
  display: none;
}
@media screen and (max-width: 850px) {
  .p-globalNav__item > span.p-globalNav__button {
    position: relative;
    display: block;
    font-size: 1rem;
    cursor: pointer;
  }
  .p-globalNav__item > span.p-globalNav__button::before {
    content: "";
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 16px;
    margin: auto;
    background-color: #06203f;
    transition: rotate 0.3s;
  }
  .p-globalNav__item > span.p-globalNav__button::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 1px;
    margin: auto;
    background-color: #06203f;
  }
  .p-globalNav__item > span.p-globalNav__button.is-open::before {
    rotate: 90deg;
  }
}
.p-globalNav__button {
  position: relative;
}

.p-megaMenu {
  position: absolute;
  top: calc(100% + 1px);
  display: none;
  width: max-content;
  padding: 32px;
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .p-megaMenu {
    position: static;
    width: 100%;
    margin: 16px 0 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
}
.p-megaMenu__item {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 850px) {
  .p-megaMenu__item {
    position: relative;
    padding-left: 16px;
    border: none;
  }
  .p-megaMenu__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #db7100;
  }
}
.p-megaMenu__item + .p-megaMenu__item {
  margin-top: 16px;
}
.p-megaMenu__item.-sp {
  display: none;
}
@media screen and (max-width: 850px) {
  .p-megaMenu__item.-sp {
    display: block;
  }
}
.p-megaMenu__link {
  position: relative;
  display: block;
  width: 280px;
  padding-bottom: 16px;
  font-size: 0.875rem;
}
@media screen and (max-width: 850px) {
  .p-megaMenu__link {
    width: 100%;
    padding-bottom: 0;
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-megaMenu__link {
    transition: opacity 0.3s;
  }
  .p-megaMenu__link:hover {
    opacity: 0.7;
  }
}

body.is-active {
  overflow: hidden;
}
body.is-active::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.p-footer {
  margin-top: 120px;
  padding-block: 80px 32px;
  background: #06203f;
  color: #fff;
}
main:has(.p-productsTechnology) + .p-footer {
  margin-top: 0;
}

main:has(.p-indexRecruit.-mb) + .p-footer {
  margin-top: 0;
}

main:has(.c-ctaLabo.-mb) + .p-footer {
  margin-top: 0;
}

main:has(.p-companyNav) + .p-footer {
  margin-top: 0;
}

main:has(.p-recruitNav) + .p-footer {
  margin-top: 0;
}

main:has(.p-recruitInfo) + .p-footer {
  margin-top: 0;
}

.c-ctaLabo + .p-footer {
  margin-top: 0;
}

.p-footer__ctaBlock {
  display: flex;
  gap: 24px;
  width: 92%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-footer__ctaBlock {
    flex-direction: column;
    gap: 16px;
  }
}
.p-footer__cta {
  width: 100%;
  padding: 56px 32px 32px 48px;
  background-color: #fff;
  color: #06203f;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-footer__cta {
    padding: 24px;
  }
}
.p-footer__cta::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 56px;
  margin-left: auto;
  background: url(../img/common/arrow-bl.svg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .p-footer__cta::after {
    width: 32px;
    height: 32px;
    margin-top: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-footer__cta {
    transition: 0.3s;
  }
  .p-footer__cta:hover {
    background-color: #db7100;
  }
}
.p-footer__ctaTitle {
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-footer__ctaTitle {
    font-size: 1.25rem;
  }
}
.p-footer__mainContents {
  display: flex;
  gap: 5%;
  width: 100%;
  margin: 80px auto 0;
  padding-inline: 5%;
}
@media screen and (max-width: 1100px) {
  .p-footer__mainContents {
    padding-inline: 3%;
  }
}
@media screen and (max-width: 900px) {
  .p-footer__mainContents {
    flex-direction: column;
    gap: 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__mainContents {
    gap: 40px 0;
    max-width: 100%;
    margin-top: 56px;
    padding-inline: 30px;
  }
}
.p-footer__info {
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .p-footer__info {
    max-width: fit-content;
    margin: auto;
  }
}
.p-footer__logo {
  width: auto;
  height: 64px;
}
@media screen and (max-width: 900px) {
  .p-footer__logo {
    text-align: center;
  }
}
.p-footer__logo img {
  width: auto;
  height: 100%;
}
.p-footer__add {
  display: grid;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-footer__add {
    width: fit-content;
    margin: 32px auto 0;
  }
}
.p-footer__addItem dt {
  font-size: 0.75rem;
  line-height: 2;
}
.p-footer__addItem dd {
  padding-left: 16px;
  border-left: 1px solid #fff;
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  .p-footer__addItem dd {
    font-size: 0.6875rem;
  }
}
.p-footer__group {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-footer__group {
    justify-content: center;
  }
}
.p-footer__groupItem {
  height: 48px;
}
@media screen and (max-width: 1100px) {
  .p-footer__groupItem {
    height: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-footer__groupItem a {
    transition: opacity 0.3s;
  }
  .p-footer__groupItem a:hover {
    opacity: 0.7;
  }
}
.p-footer__groupItem img {
  width: auto;
  height: 100%;
}
.p-footer__navContents {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-footer__nav {
  display: flex;
  justify-content: flex-end;
  gap: 6%;
}
@media screen and (max-width: 900px) {
  .p-footer__nav {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav {
    flex-wrap: wrap;
    gap: 24px 16px;
    max-width: 300px;
    margin: auto;
  }
}
.p-footer__navList {
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-footer__navList {
    width: calc((100% - 16px) / 2);
  }
}
.p-footer__navLink {
  font-size: 1rem;
  line-height: 2;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer__navLink {
    transition: opacity 0.3s;
  }
  .p-footer__navLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1100px) {
  .p-footer__navLink {
    font-size: 0.875rem;
  }
}
.p-footer__subNav {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}
.p-footer__subNav-item {
  position: relative;
  padding-left: 16px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  .p-footer__subNav-item {
    font-size: 0.75rem;
  }
}
.p-footer__subNav-item::after {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer__subNav-item a {
    transition: opacity 0.3s;
  }
  .p-footer__subNav-item a:hover {
    opacity: 0.7;
  }
}
.p-footer__snsList {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-top: auto;
}
@media screen and (max-width: 900px) {
  .p-footer__snsList {
    justify-content: center;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__snsList {
    justify-content: center;
    margin-top: 24px;
  }
}
.p-footer__snsItem {
  width: auto;
  height: 27px;
}
.p-footer__snsItem a {
  display: block;
}
.p-footer__snsItem img {
  width: auto;
  height: 100%;
  transition: scale 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer__snsItem:hover img {
    scale: 1.1;
  }
}
.p-footer__subContents {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 5%;
  justify-content: space-between;
  max-width: 90%;
  margin: 32px auto 0;
  padding-top: 32px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1100px) {
  .p-footer__subContents {
    max-width: 94%;
  }
}
@media screen and (max-width: 900px) {
  .p-footer__subContents {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__subContents {
    gap: 8px;
    flex-direction: column;
    margin-top: 24px;
    padding-top: 24px;
  }
}
.p-footer__infoNav {
  display: flex;
  align-items: center;
  align-self: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-footer__infoNav {
    flex-direction: column;
    gap: 8px;
  }
}
.p-footer__infoNav-item + .p-footer__infoNav-item {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-footer__infoNav-item + .p-footer__infoNav-item {
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
}
.p-footer__infoNav-item a {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 2;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer__infoNav-item a {
    transition: opacity 0.3s;
  }
  .p-footer__infoNav-item a:hover {
    opacity: 0.7;
  }
}
.p-footer__copy {
  font-size: 0.625rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-footer__copy {
    margin-top: 8px;
    text-align: center;
  }
}

.p-article + .c-ctaLabo {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-article + .c-ctaLabo {
    margin-top: 72px;
  }
}

.c-ctaLabo__inner {
  position: relative;
  display: block;
  padding: 7.7% 0;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-ctaLabo__inner {
    padding-block: 40px;
  }
}
.c-ctaLabo__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg-cta.png) repeat left/100px;
  z-index: -1;
  transition: opacity 0.3s;
}
.c-ctaLabo__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -2;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .c-ctaLabo__bg {
    transform: translate(-50%, -50%) scale(1.75);
  }
}
.c-ctaLabo__container {
  padding-left: 7%;
}
@media screen and (max-width: 768px) {
  .c-ctaLabo__container {
    padding-left: 0;
  }
}
.c-ctaLabo__title {
  margin-bottom: 24px;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-ctaLabo__title {
    margin-bottom: 16px;
    font-size: 1.75rem;
  }
}
.c-ctaLabo__block {
  display: flex;
  gap: 5.5%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-ctaLabo__block {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-ctaLabo:hover .c-ctaLabo__inner::before {
    opacity: 0.9;
  }
  .c-ctaLabo:hover .c-ctaLabo__bg {
    transform: translate(-50%, -50%) scale(1.02);
  }
}

.c-newsList__list {
  flex: 1;
  display: grid;
  gap: 24px;
  max-width: 800px;
  margin: auto;
}
.c-newsList__item {
  width: 100%;
}
.c-newsList__link {
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid #06203f;
}
@media (hover: hover) and (pointer: fine) {
  .c-newsList__link {
    transition: opacity 0.3s;
  }
  .c-newsList__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .c-newsList__link {
    flex-wrap: wrap;
  }
}
.c-newsList__date {
  flex-shrink: 0;
  min-width: 5rem;
  margin-right: 16px;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.c-newsList__tag {
  flex-shrink: 0;
  align-self: flex-start;
  min-width: 4rem;
  margin-right: 24px;
  padding: 4px 4px;
  background: #06203f;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  font-size: 0.625rem;
}
html:lang(en-US) .c-newsList__tag {
  width: 6rem;
}

.c-newsList__title {
  flex: 1;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-newsList__title {
    flex: auto;
    width: 100%;
    margin-top: 8px;
  }
}

.c-modalBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 11;
}

.c-modalContents {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1120px;
  padding: 40px;
  border: none;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  z-index: 12;
}

.c-modalClose {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 48px;
}
.c-modalClose::before, .c-modalClose::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  margin: auto;
  background-color: #06203f;
}
.c-modalClose::before {
  rotate: 45deg;
}
.c-modalClose::after {
  rotate: -45deg;
}

.c-tab__list {
  display: flex;
  gap: 1px;
  margin-block: 24px 40px;
}
.c-tab__item {
  width: 100%;
}
.c-tab__label {
  display: block;
  width: 100%;
  padding: 16px;
  background-color: #ededed;
  color: #797b7c;
  text-align: center;
  font-size: 1.125rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-tab__label {
    padding: 12px 8px;
    font-size: 1rem;
  }
}
.c-tab__label.is-active {
  background-color: transparent;
  color: #06203f;
  font-weight: 700;
  cursor: auto;
}
.c-tab__block {
  display: none;
}
.c-tab__contents input[type=radio] {
  display: none;
}
.c-tab__contents #tab1:checked ~ .c-tab__contents #tabContents1,
.c-tab__contents #tab2:checked ~ .c-tab__contents #tabContents2,
.c-tab__contents #tab3:checked ~ .c-tab__contents #tabContents3 {
  display: block;
}
.c-tab__contents {
  /* チェックされたラジオボタンに対応するタブ（ラベル）のスタイルを変える */
}
.c-tab__contents #tab1:checked ~ .c-tab__list label[for=tab1],
.c-tab__contents #tab2:checked ~ .c-tab__list label[for=tab2],
.c-tab__contents #tab3:checked ~ .c-tab__list label[for=tab3] {
  background-color: transparent;
  color: #06203f;
  font-weight: 700;
}

.c-breadcrumb {
  max-width: 1360px;
  margin: 8px auto 80px;
  padding-inline: 40px;
}
.p-article > .c-breadcrumb {
  margin-top: 152px;
}
@media screen and (max-width: 768px) {
  .p-article > .c-breadcrumb {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1080px) {
  .c-breadcrumb {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    padding: 8px 14px;
  }
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-breadcrumb__item {
  display: flex;
  font-size: 0.75rem;
}
.c-breadcrumb__item::after {
  content: "";
  align-self: center;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #adadbb;
  border-right: 1px solid #adadbb;
  vertical-align: super;
  rotate: 45deg;
}
.c-breadcrumb__item:last-child::after {
  content: none;
}
.c-breadcrumb__link {
  display: inline-block;
  width: max-content;
  padding: 4px 8px;
  border-radius: 20px;
  color: #adadbb;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumb__link {
    transition: 0.3s;
  }
  .c-breadcrumb__link:hover {
    opacity: 0.7;
  }
}
.c-breadcrumb__current {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-left: 6px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 1360px;
  margin: 8px auto 80px;
  padding-inline: 40px;
}
.p-article > .breadcrumbs {
  margin-top: 152px;
}
@media screen and (max-width: 768px) {
  .p-article > .breadcrumbs {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1080px) {
  .breadcrumbs {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 8px 14px;
  }
}

.c-bnrLab {
  position: fixed;
  bottom: 4vw;
  right: 4vw;
  z-index: 9;
}
.c-bnrLab__close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  background: url(../img/common/icon-close.svg) no-repeat center/cover;
}
.c-bnrLab__cta {
  display: block;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .c-bnrLab__cta {
    width: 200px;
  }
}
.c-bnrLab__cta img {
  width: 100%;
  height: auto;
}

.p-sidebar__block + .p-sidebar__block {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #d6d6e3;
}
@media screen and (max-width: 768px) {
  .p-sidebar__block + .p-sidebar__block {
    margin-top: 16px;
    padding-top: 16px;
  }
}
.p-sidebar__title {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-sidebar__title {
    font-size: 1rem;
  }
}
.p-sidebar__catList {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-sidebar__catList {
    gap: 8px;
    margin-top: 8px;
  }
}
.p-sidebar__catItem {
  position: relative;
  padding-left: 16px;
}
.p-sidebar__catItem::before {
  content: "";
  position: absolute;
  top: 0.625em;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #db7100;
}
.p-sidebar__catLink {
  font-size: 1rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
@media (hover: hover) and (pointer: fine) {
  .p-sidebar__catLink {
    transition: opacity 0.3s;
  }
  .p-sidebar__catLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-sidebar__catLink {
    font-size: 0.875rem;
  }
}

.c-imageBlock {
  display: flex;
  gap: 6.6%;
}
@media screen and (max-width: 768px) {
  .c-imageBlock {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.c-imageBlock:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-imageBlock:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.c-imageBlock.-row {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .c-imageBlock.-row {
    flex-direction: column-reverse;
  }
}
.c-imageBlock + .c-imageBlock {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .c-imageBlock + .c-imageBlock {
    margin-top: 48px;
  }
}
.c-imageBlock img {
  align-self: flex-start;
  width: 48.75%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .c-imageBlock img {
    width: 100%;
  }
}
.c-imageBlock__textBox {
  flex: 1;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .c-imageBlock__textBox {
    width: 100%;
  }
}
.c-imageBlock__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-imageBlock__title {
    font-size: 1.5rem;
  }
}
.c-imageBlock__read {
  margin-top: 24px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-imageBlock__read {
    margin-top: 8px;
    font-size: 0.875rem;
  }
}
.c-imageBlock__read span {
  font-weight: 400;
}
.c-imageBlock__read + .c-check__list {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .c-imageBlock__read + .c-check__list {
    margin-top: 16px;
  }
}
.c-imageBlock__text {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-imageBlock__text {
    margin-top: 8px;
    font-size: 0.875rem;
  }
}
.c-imageBlock__text span {
  font-weight: 400;
}
.c-imageBlock__text + .c-check__list {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .c-imageBlock__text + .c-check__list {
    margin-top: 16px;
  }
}

.c-flow__list {
  flex: 1;
  position: relative;
  display: flex;
  gap: min(32px, 2.5vw);
}
@media screen and (max-width: 768px) {
  .c-flow__list {
    flex-direction: column;
    gap: 40px;
  }
}
.c-flow__list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #db7100;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-flow__list::after {
    left: 0;
    right: 0;
    width: 2px;
    height: 100%;
  }
}
.c-flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 120px;
  padding: 24px 8px 24px;
  background-color: #fff;
  border: 2px solid #db7100;
  border-radius: 5px;
}
.c-flow__num {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  width: 40px;
  height: 40px;
  margin: auto;
  background-color: #db7100;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
}
.c-flow__title {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}

.navigation {
  margin-top: 48px;
}

.nav-links {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.nav-links a.page-numbers {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  text-align: center;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
}
@media (hover: hover) and (pointer: fine) {
  .nav-links a.page-numbers {
    transition: opacity 0.3s;
  }
  .nav-links a.page-numbers:hover {
    opacity: 0.7;
  }
}
.nav-links .page-numbers.prev img {
  width: 28px;
  vertical-align: sub;
}
.nav-links .page-numbers.next img {
  width: 28px;
  vertical-align: sub;
}
.nav-links .page-numbers.current {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #db7100;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
}

.p-topTitle {
  position: relative;
  margin-block: 1rem 2.5rem;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-topTitle {
    margin-block: 0.5rem 2rem;
    font-size: 1.75rem;
  }
}
.p-topTitle span {
  display: inline-block;
}
.p-topTitle-en {
  position: relative;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-topTitle-en {
    font-size: 0.875rem;
  }
}
.p-topTitle-en::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -40px;
  width: 80px;
  height: 80px;
  background: url(../img/common/title-deco.png) no-repeat center/cover;
  z-index: -1;
}

.p-indexHero {
  position: relative;
  padding-top: 12.15277778vw;
}
@media screen and (max-width: 768px) {
  .p-indexHero {
    padding-top: 50vw;
  }
}
.p-indexHero::after {
  content: "";
  position: absolute;
  top: -6.11111111vw;
  left: -10.20833333vw;
  width: 64.51388889vw;
  height: 61.04166667vw;
  background: url(../img/top/hero-circle.svg) no-repeat center/cover;
  z-index: 1;
  animation: rotateAnimation 20s linear infinite;
}
@media screen and (max-width: 768px) {
  .p-indexHero::after {
    top: 4vw;
    width: 75vw;
    height: 67vw;
  }
}
.p-indexHero__heading {
  position: absolute;
  top: 18.81944444vw;
  left: 6.1111111vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-indexHero__heading {
    top: 25vw;
  }
}
.p-indexHero__copy {
  font-size: 3.05555556vw;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .p-indexHero__copy {
    font-size: 6vw;
  }
}
.p-indexHero__copy span {
  font-size: 0.72727273em;
}
.p-indexHero__read {
  margin-top: 0.8em;
  font-size: 1.38888889vw;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-indexHero__read {
    font-size: 3vw;
  }
}
.p-indexHero__slide {
  width: 72.0708333333vw;
  height: 41.527777778vw;
  margin: 0 -1vw 0 auto;
  padding-top: 0;
  mask-image: url(../img/top/hero-mask.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media screen and (max-width: 768px) {
  .p-indexHero__slide {
    width: 100%;
    height: 56.527778vw;
  }
}
.p-indexHero__slide .swiper-slide {
  width: 100%;
  height: 100%;
}
.p-indexHero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-indexAbout__block {
  display: flex;
  gap: 80px;
}
.p-indexAbout__image {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-indexAbout__image {
    width: 75%;
    margin: 0 auto 24px;
  }
}
.p-indexAbout__movie {
  position: relative;
  width: 100%;
  margin-top: 80px;
  aspect-ratio: 56/15;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-indexAbout__movie {
    margin-top: 56px;
    aspect-ratio: 2/0.875;
  }
}
.p-indexAbout__movie::after {
  content: "Play Video";
  position: absolute;
  top: 50%;
  left: 50%;
  padding-right: 164px;
  background: url(../img/top/icon-play.svg) no-repeat right center/100px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 100px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-indexAbout__movie::after {
    width: max-content;
    padding-right: 100px;
    background-size: 64px;
    font-size: 20px;
  }
}
.p-indexAbout__movie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (hover: hover) and (pointer: fine) {
  .p-indexAbout__movie img {
    transition: scale 0.3s;
  }
  .p-indexAbout__movie:hover img {
    scale: 1.05;
  }
}
.p-indexAbout__youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.p-indexAbout__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-indexProducts {
  position: relative;
}
.p-indexProducts::before {
  content: "";
  position: absolute;
  left: calc(50vw - 680px);
  bottom: 35px;
  width: 257px;
  height: 198px;
  background: url(../img/top/line-bl.svg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .p-indexProducts::before {
    left: -8vw;
    bottom: 20px;
    width: 35vw;
    height: 27vw;
    background-position: right bottom;
  }
}
.p-indexProducts::after {
  content: "";
  position: absolute;
  right: calc(50vw - 780px);
  bottom: -180px;
  width: 456px;
  height: 353px;
  background: url(../img/top/line-or.svg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .p-indexProducts::after {
    right: -20vw;
    bottom: -120px;
    width: 50vw;
    height: 37.5vw;
    z-index: -1;
    background-position: left bottom;
  }
}
.p-indexProducts__heading {
  display: flex;
  justify-content: space-between;
  gap: 10%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-indexProducts__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.p-indexProducts__headingTitle {
  flex-shrink: 0;
}
.p-indexProducts__button {
  margin-top: 16px;
  text-align: right;
}
.p-indexProducts__image01, .p-indexProducts__image02, .p-indexProducts__image03 {
  position: absolute;
  z-index: -1;
  transform: translateY(calc(var(--scroll) * -0.0005 * 100%));
}
.p-indexProducts__image01 {
  top: -50px;
  right: max(50vw - 700px, -5vw);
  width: 330px;
  height: 330px;
}
@media screen and (max-width: 768px) {
  .p-indexProducts__image01 {
    top: -8%;
    right: 0;
    width: 34vw;
    height: 34vw;
  }
}
.p-indexProducts__image02 {
  top: 10px;
  left: max(50vw - 780px, -5vw);
  width: 262px;
  height: 348px;
}
@media screen and (max-width: 768px) {
  .p-indexProducts__image02 {
    left: -10%;
    top: 150px;
    width: 25vw;
    height: 31vw;
  }
}
.p-indexProducts__image03 {
  bottom: 50px;
  right: max(50vw - 705px, -4.5vw);
  width: 134px;
  height: 183px;
}
@media screen and (max-width: 768px) {
  .p-indexProducts__image03 {
    right: -12%;
    bottom: 10%;
    width: 26vw;
    height: 30vw;
  }
}

.p-indexNewProducts {
  position: relative;
}
.p-indexNewProducts::before {
  content: "";
  position: absolute;
  left: calc(50vw - 720px);
  bottom: -160px;
  width: 365px;
  height: 351px;
  background: url(../img/top/line-gr.svg) no-repeat center/cover;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-indexNewProducts::before {
    left: -10vw;
    bottom: -80px;
    width: 40vw;
    height: 38.5vw;
  }
}
.p-indexNewProducts__image01, .p-indexNewProducts__image02, .p-indexNewProducts__image03 {
  position: absolute;
  z-index: -1;
  transform: translateY(calc(var(--scroll) * -0.0003 * 100%));
}
.p-indexNewProducts__image01 {
  top: -100px;
  left: max(50vw - 700px, -4vw);
  width: 134px;
  height: 256px;
}
@media screen and (max-width: 768px) {
  .p-indexNewProducts__image01 {
    left: -7%;
    top: 14%;
    width: 25vw;
    height: 31vw;
  }
}
.p-indexNewProducts__image02 {
  top: 40px;
  right: max(50vw - 680px, -3.75vw);
  width: 91px;
  height: 136px;
}
@media screen and (max-width: 768px) {
  .p-indexNewProducts__image02 {
    right: 0;
    width: 12vw;
    height: 22vw;
  }
}
.p-indexNewProducts__image03 {
  bottom: -300px;
  right: max(50vw - 700px, -4vw);
  width: 294px;
  height: 264px;
}
@media screen and (max-width: 768px) {
  .p-indexNewProducts__image03 {
    bottom: -18%;
    right: 0;
    width: 39vw;
    height: 35vw;
  }
}

.p-indexEsg__inner {
  position: relative;
}
.p-indexEsg__inner::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 524px;
  height: 556px;
  background: url(../img/top/bg-circle.svg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-indexEsg__inner::after {
    top: -80px;
    right: -20px;
    width: 64%;
    max-width: 524px;
    height: 0;
    padding-top: min(556px, 80%);
  }
}
.p-indexEsg__top {
  display: flex;
  justify-content: space-between;
  gap: 21%;
}
@media screen and (max-width: 768px) {
  .p-indexEsg__top {
    flex-direction: column;
    gap: 0;
  }
}
.p-indexEsg__heading {
  flex-shrink: 0;
}
.p-indexEsg__list {
  display: flex;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-indexEsg__list {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.p-indexEsg__item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-indexEsg__item {
    width: calc((100% - 16px) / 2);
  }
}
.p-indexEsg__link {
  display: block;
  padding: 24px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.p-indexEsg__link img {
  display: block;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .p-indexEsg__link img {
    width: 56px;
    height: 56px;
  }
}
.p-indexEsg__link span {
  display: block;
  margin-top: 16px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-indexEsg__link span {
    font-size: 1rem;
  }
}
.p-indexEsg__link::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 40px;
  margin-left: auto;
  background: url(../img/common/arrow-or.svg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .p-indexEsg__link::after {
    width: 28px;
    height: 28px;
    margin-top: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-indexEsg__link {
    transition: 0.3s;
  }
  .p-indexEsg__link::after {
    transition: 0.3s;
  }
  .p-indexEsg__link:hover {
    box-shadow: none;
  }
  .p-indexEsg__link:hover::after {
    scale: 1.1;
  }
}

.p-indexRecruit {
  position: relative;
  padding-block: 160px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-indexRecruit {
    padding-block: 80px;
  }
}
.p-indexRecruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg-cta.png) repeat center/100px;
  z-index: 1;
}
.p-indexRecruit__title {
  margin-block: 1rem 2.5rem;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
.p-indexRecruit__title-en {
  color: #fff;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  z-index: 0;
}
.p-indexRecruit__swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-indexRecruit__swiper .swiper {
  height: 50%;
}
.p-indexRecruit__swiper .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.p-indexRecruit__swiper .swiper .swiper-slide {
  width: auto;
}
.p-indexRecruit__swiper .swiper .swiper-slide img {
  width: auto;
  height: 100%;
}
.p-indexRecruit__contents {
  position: relative;
  z-index: 1;
}

.p-indexNews__container {
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  .p-indexNews__container {
    flex-direction: column;
  }
}
.p-indexNews__top {
  flex-shrink: 0;
}

.p-productsButton__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 1120px) {
  .p-productsButton__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-productsButton__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.p-productsButton__button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 64px;
  height: 100%;
  padding: 16px 16px 16px 24px;
  background-color: #db7100;
  color: #fff;
  border-radius: 4px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 1120px) {
  .p-productsButton__button {
    padding: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productsButton__button {
    min-height: 56px;
    padding: 8px 12px;
    font-size: 0.875rem;
  }
}
.p-productsButton__button::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: min(32px, 3.5vw);
  height: min(32px, 3.5vw);
  margin-left: auto;
  background: url(../img/common/arrow-wh.svg) no-repeat center/cover;
  transition: scale 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-productsButton__button {
    transition: 0.3s;
  }
  .p-productsButton__button:hover {
    background-color: #eb8212;
  }
  .p-productsButton__button:hover::after {
    scale: 1.05;
  }
}
.p-productsButton__cate {
  font-size: 1.25rem;
  font-weight: 700;
}

.p-productsFeatured {
  position: relative;
  padding-block: 80px;
  background-color: #db7100;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-productsFeatured {
    padding-block: 64px;
  }
}
.p-productsFeatured::before {
  content: "";
  position: absolute;
  top: 0;
  right: max(50vw - 710px, -5vw);
  width: 235px;
  height: 228px;
  background: url(../img/products/bg01.svg) no-repeat center/cover;
  z-index: -1;
}
.p-productsFeatured::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: max(50vw - 710px, 0.5vw);
  width: 135px;
  height: 246px;
  background: url(../img/products/bg02.svg) no-repeat center/cover;
  z-index: -1;
}

.p-productsTechnology {
  position: relative;
  padding-block: 120px;
}
@media screen and (max-width: 768px) {
  .p-productsTechnology {
    padding-block: 64px;
  }
}
.p-productsTechnology::before {
  content: "";
  position: absolute;
  top: 20px;
  right: max(50vw - 710px, 0.5vw);
  width: 171px;
  height: 189px;
  background: url(../img/products/bg03.svg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-productsTechnology::before {
    width: 132px;
    height: 147px;
  }
}
.p-productsTechnology::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: max(50vw - 710px, 0.5vw);
  width: 177px;
  height: 191px;
  background: url(../img/products/bg04.svg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-productsTechnology::after {
    width: 128px;
    height: 138px;
  }
}
.p-productsTechnology__container {
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  .p-productsTechnology__container {
    flex-direction: column;
  }
}
.p-productsTechnology__top {
  flex-shrink: 0;
}

.p-productsCat__block {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-productsCat__block {
    flex-direction: column;
    gap: 24px;
  }
}
.p-productsCat__details {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .p-productsCat__details {
    width: 100%;
  }
}
.p-productsCat__read {
  margin-bottom: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-productsCat__read {
    margin-bottom: 16px;
    font-size: 1.25rem;
  }
}
.p-productsCat__box {
  align-self: flex-start;
  flex: 1;
  padding: 24px;
  background-color: #db7100;
  color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-productsCat__box {
    width: 100%;
  }
}
.u-text + .p-productsCat__box {
  margin-top: 16px;
}

.p-productsCat__boxTitle {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-productsCat__boxList {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}
.p-productsCat__boxItem {
  position: relative;
  padding-left: 16px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.p-productsCat__boxItem::before {
  content: "";
  position: absolute;
  top: 0.375em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 8px;
}
.p-productsCat__map {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-productsCat__map {
    margin-top: 16px;
  }
}
.p-productsCat__map img {
  width: 100%;
  max-width: 100%;
}
.p-productsCat__container {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-productsCat__container {
    margin-top: 48px;
  }
}

.p-productsTag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 8px;
  margin-block: 64px;
}
@media screen and (max-width: 768px) {
  .p-productsTag__list {
    gap: 8px;
    margin-block: 40px;
  }
}
.p-productsTag__item input[type=checkbox] {
  display: none;
}
.p-productsTag__label {
  display: inline-block;
  padding: 6px 8px;
  background-color: #ededed;
  color: #666666;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-productsTag__label {
    padding: 4px 6px;
    font-size: 0.75rem;
  }
}
input[type=checkbox]:checked + .p-productsTag__label {
  background-color: #06203f;
  color: #fff;
}

.p-productsArticle__thumb {
  flex-shrink: 0;
  align-self: flex-start;
  position: relative;
  width: 42%;
  padding: 16px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .p-productsArticle__thumb {
    width: 80%;
    margin: auto;
  }
}
.p-productsArticle__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-technologyBnr {
  margin-top: 64px;
}
.p-technologyBnr__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 270px;
  padding: 32px 400px 32px 56px;
  background-color: #db7100;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-technologyBnr__link {
    padding: 32px 80px 32px 24px;
  }
}
.p-technologyBnr__link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 382px;
  height: 387px;
  background: url(../img/technology/bnr-bg.png) no-repeat center/cover;
  mix-blend-mode: hard-light;
  transition: scale 0.3s;
}
@media screen and (max-width: 768px) {
  .p-technologyBnr__link::after {
    right: -270px;
    rotate: -7deg;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-technologyBnr__link {
    transition: 0.3s;
  }
  .p-technologyBnr__link:hover {
    background-color: #eb8212;
  }
  .p-technologyBnr__link:hover::after {
    scale: 1.015;
  }
}
.p-technologyBnr__title {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-technologyBnr__title {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
}
.p-technologyBnr__title span {
  display: inline-block;
}
.p-technologyBnr__button {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-technologyBnr__button {
    margin-top: 16px;
  }
}

.p-technology__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 40px;
}
@media screen and (max-width: 768px) {
  .p-technology__list {
    gap: 24px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-technology__link {
    transition: opacity 0.3s;
  }
  .p-technology__link:hover {
    opacity: 0.7;
  }
  .p-technology__link:hover .p-technology__thumb img {
    scale: 1.05;
  }
}
.p-technology__thumb {
  aspect-ratio: 27/16;
  background-color: #fff;
  border: 1px solid #818e9e;
  overflow: hidden;
}
.p-technology__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.p-technology__cat {
  display: inline-block;
  margin-top: 16px;
  padding: 4px 8px 2px;
  background-color: #06203f;
  color: #fff;
  border-radius: 4px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-technology__cat {
    margin-top: 8px;
    font-size: 0.75rem;
  }
}
.p-technology__title {
  margin-top: 8px;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-technology__title {
    margin-top: 4px;
    font-size: 1.125rem;
  }
}

.p-support {
  padding-block: 80px;
  background-color: #fbf1e5;
}
@media screen and (max-width: 768px) {
  .p-support {
    padding-block: 64px;
  }
}
.p-support__read {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-support__read {
    font-size: 1.125rem;
  }
}

.p-article__date {
  margin-bottom: 16px;
  color: #818e9e;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.p-article__title {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid #adadbb;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .p-article__title {
    padding-bottom: 16px;
    font-size: 1.875rem;
  }
}
.p-article__title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 32px;
  height: 1px;
  background-color: #db7100;
}
.p-article__series {
  width: fit-content;
  padding: 4px 8px;
  background-color: #db7100;
  color: #fff;
  border-radius: 2px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-article__subTitle {
  margin-block: 8px;
  font-size: 0.875rem;
  font-weight: 700;
}
.p-article__contents {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-article__contents {
    margin-top: 56px;
  }
}
.p-article__contents p {
  margin-bottom: 32px;
  font-size: 0.875rem;
  line-height: 2;
}
.p-article__contents p a {
  color: #db7100;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-article__contents p a {
    transition: opacity 0.3s;
  }
  .p-article__contents p a:hover {
    opacity: 0.7;
  }
}
.p-article__contents img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-bottom: 32px;
}
.p-article__contents .wp-block-image img,
.p-article__contents .wp-block-image p {
  margin-bottom: 0;
}
.p-article__contents h1 {
  position: relative;
  margin-top: 64px;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid #adadbb;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
.p-article__contents h1::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 32px;
  height: 1px;
  background-color: #db7100;
}
.p-article__contents h2 {
  position: relative;
  margin-top: 64px;
  margin-bottom: 48px;
  padding-left: 38px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-article__contents h2 {
    margin-top: 56px;
    margin-bottom: 32px;
    font-size: 1.5rem;
    padding-left: 28px;
  }
}
.p-article__contents h2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background-color: #db7100;
}
.p-article__contents h3 {
  position: relative;
  margin-top: 64px;
  margin-bottom: 24px;
  padding-left: 32px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-article__contents h3 {
    margin-top: 56px;
    margin-bottom: 16px;
    font-size: 1.25rem;
  }
}
.p-article__contents h3::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 16px;
  height: 4px;
  border-radius: 4px;
  background-color: #db7100;
}
.p-article__contents h4 {
  margin-top: 64px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-article__contents h4 {
    margin-top: 56px;
    margin-bottom: 16px;
    font-size: 1.25rem;
  }
}
.p-article__contents h5 {
  margin-top: 64px;
  margin-bottom: 24px;
  color: #db7100;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-article__contents h5 {
    margin-top: 56px;
    margin-bottom: 16px;
    font-size: 1.125rem;
  }
}
.p-article__contents h6 {
  margin-top: 64px;
  margin-bottom: 24px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-article__contents h6 {
    margin-top: 56px;
    margin-bottom: 16px;
    font-size: 1rem;
  }
}
.p-article__contents ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-block: 32px;
  list-style: none;
}
.p-article__contents ul li {
  position: relative;
  padding-left: 26px;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.p-article__contents ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.125rem;
  height: 1.125rem;
  background: url(../img/common/icon-check.svg) no-repeat center/cover;
}
.p-article__contents ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-block: 32px;
  list-style: decimal;
}
.p-article__contents ol li {
  margin-left: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.p-article__contents ol li::marker {
  color: #db7100;
}
.p-article__contents .p-block__process {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-article__contents .p-block__process {
    gap: 1.5rem;
  }
}
.p-article__contents .p-block__process img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-article__contents .p-block__process img {
    width: 80%;
    max-width: 320px;
    margin-inline: auto;
  }
}
.p-article__contents .p-block__process .p-block__processTitle {
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-article__contents .p-block__process .p-block__processTitle {
    margin-bottom: 0;
  }
}
.p-article__contents .p-block__process p {
  margin-bottom: 0;
}
.p-article__contents .p-block__process .wp-block-group {
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-article__contents .p-block__process .wp-block-group {
    gap: 1rem;
  }
}
.p-article__contents .p-block__process.-vertical img {
  align-self: flex-start;
  width: 100%;
  max-width: 300px;
  min-width: 130px;
  margin-bottom: 0;
}
.p-article__contents .p-block__compare {
  margin-bottom: 32px;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .p-article__contents .p-block__compare {
    gap: 40px;
  }
}
.p-article__contents .p-block__compare .p-block__compareItem {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
}
.p-article__contents .p-block__compare .p-block__compareItem.-old {
  border: 1px solid #818e9e;
}
.p-article__contents .p-block__compare .p-block__compareItem.-old::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -46px;
  border-left: 20px solid #db7100;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-article__contents .p-block__compare .p-block__compareItem.-old::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -56px;
    transform: translate(-50%, 0);
    border-top: 20px solid #db7100;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
  }
}
.p-article__contents .p-block__compare .p-block__compareItem.-new {
  border: 1px solid #db7100;
}
.p-article__contents .p-block__compare .p-block__compareTitle {
  margin-bottom: 0;
  padding: 16px;
  text-align: center;
  color: #fff;
  border-radius: 4px 4px 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-article__contents .p-block__compare .p-block__compareTitle {
    font-size: 1rem;
  }
}
.p-block__compareItem.-old .p-block__compareTitle {
  background-color: #818e9e;
}

.p-block__compareItem.-new .p-block__compareTitle {
  background-color: #db7100;
}

.p-article__contents .p-block__compare .p-block__compareContents {
  padding: 0 24px 24px;
}
.p-article__contents .p-block__compare .p-block__compareContents p,
.p-article__contents .p-block__compare .p-block__compareContents img {
  margin-top: 24px;
  margin-bottom: 0;
}
.p-article__contents .p-block__use {
  margin-bottom: 32px;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-article__contents .p-block__use {
    gap: 8px;
  }
}
.p-article__contents .p-block__useItem {
  gap: 24px;
  padding: 16px;
  border: 2px solid #db7100;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-article__contents .p-block__useItem {
    gap: 16px;
    padding: 8px;
  }
}
.p-article__contents .p-block__useItem img {
  margin-bottom: 0;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .p-article__contents .p-block__useItem img {
    width: 48px;
    height: 48px;
  }
}
.p-article__contents .p-block__useItem p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-article__contents .p-block__useItem p {
    font-size: 0.875rem;
  }
}
.p-article__contents .p-block__applied {
  margin-bottom: 32px;
  padding: 24px 32px;
  background-color: #db7100;
  color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-article__contents .p-block__applied {
    padding: 16px 24px;
  }
}
.p-article__contents .p-block__applied h6 {
  margin-block: 0;
  font-size: 1rem;
  line-height: 2;
}
.p-article__contents .p-block__applied p {
  margin: 0;
}
.p-article__contents .wp-block-buttons {
  gap: 24px;
  margin-top: 48px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-article__contents .wp-block-buttons {
    gap: 16px;
    margin-top: 40px;
  }
}
.p-article__contents .wp-block-buttons .wp-block-button {
  width: auto !important;
}
.p-article__contents .wp-block-buttons .wp-block-button a {
  position: relative;
  min-width: 260px;
  padding: 0.875rem 3.5rem 0.75rem 1.5rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.p-article__contents .wp-block-buttons .wp-block-button a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
}
.p-article__contents .wp-block-buttons .wp-block-button.is-style-outline a {
  background-color: #fff;
  border: 1px solid #818e9e;
}
.p-article__contents .wp-block-buttons .wp-block-button.is-style-outline a::after {
  background: url(../img/common/arrow-or.svg) no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .p-article__contents .wp-block-buttons .wp-block-button.is-style-outline a {
    transition: 0.3s;
  }
  .p-article__contents .wp-block-buttons .wp-block-button.is-style-outline a:hover {
    background-color: #db7100;
    border-color: #db7100;
    color: #fff;
  }
  .p-article__contents .wp-block-buttons .wp-block-button.is-style-outline a:hover::after {
    background: url(../img/common/arrow-wh.svg) no-repeat center/cover;
  }
}
.p-article__contents .wp-block-buttons .wp-block-button.is-style-fill a {
  background-color: #db7100;
  border: 1px solid #db7100;
  color: #fff;
}
.p-article__contents .wp-block-buttons .wp-block-button.is-style-fill a::after {
  background: url(../img/common/arrow-wh.svg) no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .p-article__contents .wp-block-buttons .wp-block-button.is-style-fill a {
    transition: 0.3s;
  }
  .p-article__contents .wp-block-buttons .wp-block-button.is-style-fill a:hover {
    background-color: #eb8212;
  }
}
.p-article__contents .wp-block-flexible-table-block-table {
  margin-bottom: 32px;
}
.p-article__contents .wp-block-flexible-table-block-table table {
  border: 1px solid #adadbb !important;
}
.p-article__contents .wp-block-flexible-table-block-table table tr th {
  padding: 8px 16px !important;
  background-color: #f6f6f6 !important;
  border-color: #adadbb !important;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
}
.p-article__contents .wp-block-flexible-table-block-table table tr td {
  padding: 8px 16px !important;
  border-color: #adadbb !important;
  font-size: 0.875rem;
  line-height: 2;
}
.p-article__contents .wp-block-embed,
.p-article__contents .wp-block-group {
  margin-bottom: 32px;
}
.p-article__related {
  padding-block: 80px;
  background-color: #db7100;
}
@media screen and (max-width: 768px) {
  .p-article__related {
    padding-block: 56px;
  }
}

.p-company__bnrList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-company__bnrList {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.p-company__bnrBlock {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company__bnrBlock {
    margin-top: 16px;
  }
}
.p-company__bnrBlock .p-company__bnrItem {
  margin-bottom: 16px;
}
.p-company__bnrItem {
  position: relative;
  width: 100%;
  aspect-ratio: 136/55;
  overflow: hidden;
  border-radius: 6px;
}
.p-company__bnrItem img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: scale 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-company__bnrItem:hover img {
    scale: 1.03;
  }
}
.p-company__bnrLink {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 24px 72px 24px 24px;
  border-radius: 6px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-company__bnrLink {
    padding: 16px 64px 16px 16px;
    font-size: 1.25rem;
  }
}
.p-company__bnrLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8));
  border-radius: 6px;
  z-index: -1;
}
.p-company__bnrLink::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 32px;
  height: 32px;
  background: url(../img/common/arrow-line-wh.svg) no-repeat center/cover;
  z-index: 1;
  transition: scale 0.3s;
}
@media screen and (max-width: 768px) {
  .p-company__bnrLink::after {
    right: 16px;
    bottom: 16px;
    width: 26px;
    height: 26px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-company__bnrLink:hover::after {
    scale: 1.1;
  }
}
.p-company__esgBlock {
  padding-block: 80px;
  background-color: #db7100;
}
.p-company__esgList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-company__esgList {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.p-company__esgItem {
  padding: 24px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-company__esgItem {
    padding: 16px;
  }
}
.p-company__esgItem img {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .p-company__esgItem img {
    width: 48px;
    height: 48px;
  }
}
.p-company__esgTitle {
  margin-block: 16px 8px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-company__esgTitle {
    margin-top: 8px;
    font-size: 1.125rem;
  }
}

.p-companyNav {
  padding-block: 80px;
  background-color: #f3f0f3;
}
.p-env__bg + .p-companyNav {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .p-companyNav {
    padding-block: 56px;
  }
}
.p-companyNav__title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-companyNav__title {
    font-size: 1.5rem;
  }
}
.p-companyNav__list {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-companyNav__list {
    margin-top: 32px;
    gap: 16px;
  }
}
.p-companyNav__item {
  width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 768px) {
  .p-companyNav__item {
    width: 260px;
  }
}
.p-companyNav__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 84px;
  padding: 12px 80px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-companyNav__link {
    height: 64px;
    padding: 12px 48px;
    font-size: 1rem;
  }
}
.p-companyNav__link.-philosophy {
  background: url(../img/company/icon-business.svg) no-repeat left 24px center/40px, #fff;
}
@media screen and (max-width: 768px) {
  .p-companyNav__link.-philosophy {
    background-size: 32px;
    background-position: left 8px center;
  }
}
.p-companyNav__link.-profile {
  background: url(../img/company/icon-build.svg) no-repeat left 24px center/40px, #fff;
}
@media screen and (max-width: 768px) {
  .p-companyNav__link.-profile {
    background-size: 32px;
    background-position: left 8px center;
  }
}
.p-companyNav__link.-business {
  background: url(../img/company/icon-driver.svg) no-repeat left 24px center/40px, #fff;
}
@media screen and (max-width: 768px) {
  .p-companyNav__link.-business {
    background-size: 32px;
    background-position: left 8px center;
  }
}
.p-companyNav__link.-history {
  background: url(../img/company/icon-history.svg) no-repeat left 24px center/40px, #fff;
}
@media screen and (max-width: 768px) {
  .p-companyNav__link.-history {
    background-size: 32px;
    background-position: left 8px center;
  }
}
.p-companyNav__link.-sustainable {
  background: url(../img/company/icon-earth.svg) no-repeat left 24px center/40px, #fff;
}
@media screen and (max-width: 768px) {
  .p-companyNav__link.-sustainable {
    background-size: 32px;
    background-position: left 8px center;
  }
}
.p-companyNav__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 32px;
  height: 32px;
  margin: auto;
  background: url(../img/common/arrow-or.svg) no-repeat center/cover;
  transition: scale 0.3s;
}
@media screen and (max-width: 768px) {
  .p-companyNav__link::after {
    right: 16px;
    width: 24px;
    height: 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-companyNav__link {
    transition: color 0.3s;
  }
  .p-companyNav__link:hover {
    color: #db7100;
  }
  .p-companyNav__link:hover::after {
    scale: 1.1;
  }
}
.p-companyNav__link.is-active {
  color: #db7100;
  pointer-events: none;
}
.p-companyNav__link.is-active::after {
  scale: 1.1;
}

.p-philosophy__about {
  position: relative;
  padding-block: min(100px, 6vw);
}
.p-philosophy__about::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-top: 35%;
  background: url(../img/company/bg-philosophy.svg) no-repeat center top/100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-philosophy__about::before {
    padding-top: 65%;
    background: url(../img/company/bg-philosophy.svg) no-repeat center top/160%;
  }
}
.p-philosophy__aboutTextBox {
  display: flex;
  justify-content: space-between;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  .p-philosophy__aboutTextBox {
    flex-direction: column;
  }
}
.p-philosophy__aboutTitle {
  flex-shrink: 0;
  max-width: 29rem;
  font-size: min(3.75rem, 5vw);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .p-philosophy__aboutTitle {
    font-size: max(2.125rem, 8.5vw);
  }
}
.p-philosophy__aboutText {
  margin-top: 80px;
  font-size: min(1.375rem, 2.125vw);
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .p-philosophy__aboutText {
    margin-top: 24px;
    font-size: max(1rem, 4vw);
  }
}
.p-philosophy__block + .p-philosophy__block {
  margin-top: 64px;
}
.p-philosophy__label {
  position: relative;
  padding-left: 1.125rem;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  color: #db7100;
}
@media screen and (max-width: 768px) {
  .p-philosophy__label {
    font-size: 2.25rem;
  }
}
.p-philosophy__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1.125rem;
  width: 100%;
  height: 2px;
  background-color: #db7100;
}
@media screen and (max-width: 768px) {
  .p-philosophy__label::after {
    bottom: 1rem;
  }
}
.p-philosophy__read {
  margin-top: 40px;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-philosophy__read {
    margin-top: 16px;
    font-size: 1.25rem;
  }
}
.p-philosophy__read span {
  display: inline-block;
}
.p-philosophy__text {
  margin-top: 1em;
  text-align: center;
  font-size: 1rem;
  line-height: 2;
}
.p-philosophy__text span {
  display: inline-block;
}
.p-philosophy__valueList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  width: 100%;
  max-width: 810px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .p-philosophy__valueList {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    width: 80%;
    margin-top: 16px;
  }
}
.p-philosophy__valueItem {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #adadbb;
}
.p-philosophy__valueNum {
  align-self: center;
  color: #db7100;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-philosophy__valueNum {
    font-size: 1.125rem;
  }
}
.p-philosophy__valueText {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .p-philosophy__valueText {
    font-size: 1rem;
  }
}

.p-profile__container {
  display: flex;
  gap: min(160px, 10vw);
}
@media screen and (max-width: 768px) {
  .p-profile__container {
    flex-direction: column;
    gap: 0;
  }
}
.p-profile__container .c-title-primary {
  flex-shrink: 0;
}
.p-profile__contents {
  flex: 1;
}
.p-profile__block + .p-profile__block {
  margin-top: 64px;
}
.p-profile__accessTitle {
  margin-top: 24px;
  padding-left: 26px;
  background: url(../img/company/icon-access.svg) no-repeat left top 3px/18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.p-profile__accessGrid {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-profile__accessGrid {
    flex-direction: column;
    gap: 16px;
  }
}
.p-profile__accessList {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
.p-profile__accessItem {
  display: flex;
  gap: 16px;
  width: 100%;
}
.p-profile__accessItem img {
  width: 48px;
  height: 48px;
}
.p-profile__accessCat {
  font-size: 1rem;
  font-weight: 700;
}
.p-profile__accessMap {
  position: relative;
  width: 100%;
  height: 299px;
  margin-top: 24px;
}
.p-profile__accessMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-history__cat {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-history__cat {
    display: none;
  }
}
.p-history__title {
  width: 100%;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
}
.p-history__block {
  position: relative;
  margin-top: 40px;
  padding-bottom: 32px;
}
.p-history__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #06203f;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-history__block::before {
    left: 2rem;
    right: auto;
  }
}
.p-history__block:last-of-type {
  margin-bottom: 30px;
}
.p-history__block:last-of-type::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 1px;
  height: 30px;
  margin: auto;
  border-left: 1px dashed #06203f;
}
@media screen and (max-width: 768px) {
  .p-history__block:last-of-type::after {
    right: auto;
    left: 2rem;
  }
}
.p-history__label {
  width: fit-content;
  margin: auto;
  padding: 4px 6px 4px 8px;
  background-color: #06203f;
  color: #fff;
  border-radius: 2px;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-history__label {
    margin-left: 0;
    font-size: 1.25rem;
  }
}
.p-history__list {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
.p-history__item {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-history__item {
    width: 100%;
  }
}
.p-history__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 16px;
  background-color: #db7100;
}
.p-history__item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  border-top: 1px dashed #db7100;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-history__item::after {
    width: 80%;
    left: 1.75rem;
  }
}
.p-history__item.-company::before {
  right: -8px;
}
@media screen and (max-width: 768px) {
  .p-history__item.-company::before {
    left: 1.5rem;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-history__item.-company .p-history__card {
    margin-left: auto;
  }
}
.p-history__item.-products {
  margin-left: auto;
}
.p-history__item.-products::before {
  left: -8px;
}
@media screen and (max-width: 768px) {
  .p-history__item.-products::before {
    left: 1.5rem;
  }
}
.p-history__item.-products .p-history__card {
  margin-left: auto;
}
.p-history__card {
  width: 80%;
  padding: 24px;
  background-color: #fff;
  border: 2px solid #db7100;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .p-history__card {
    padding: 16px 24px;
  }
}
.p-history__year {
  margin-bottom: 4px;
  font-size: 0.875rem;
  font-weight: 700;
}

.p-business__about {
  display: flex;
  gap: min(80px, 9vw);
}
@media screen and (max-width: 768px) {
  .p-business__about {
    flex-direction: column;
  }
}
.p-business__about img {
  width: max(380px, 40%);
}
.p-business__map {
  overflow-x: scroll;
}
.p-business__mapInner {
  position: relative;
  min-width: 850px;
}
.p-business__mapItem {
  position: absolute;
}
.p-business__mapItem.-item01 {
  top: 55%;
  left: 48%;
}
.p-business__mapItem.-item02 {
  top: 25%;
  right: 20%;
}
.p-business__mapItem.-item03 {
  top: 24%;
  left: 5%;
}
.p-business__mapItem.-item04 {
  bottom: 8%;
  right: 30%;
}
.p-business__mapItem.-item05 {
  bottom: 20%;
  right: 8%;
}
.p-business__mapItem.-item06 {
  bottom: 30%;
  left: 10%;
}
.p-business__mapItem.-item07 {
  bottom: 5%;
  left: 12%;
}
.p-business__mapItem.-item08 {
  top: 50%;
  right: 4%;
}
.p-business__mapLink {
  display: inline-block;
  min-width: 200px;
  padding: 4px 8px;
  background-color: #db7100;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 930px) {
  .p-business__mapLink {
    min-width: 180px;
    font-size: 14px;
  }
}
.p-business__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-business__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-business__contents {
  display: flex;
  gap: 48px min(40px, 4vw);
}
.p-business__icon {
  align-self: flex-start;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .p-business__icon {
    width: 90px;
  }
}
.p-business__title {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-business__title {
    font-size: 1rem;
  }
}
.p-business__read {
  margin-top: 72px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-business__read {
    font-size: 0.875rem;
  }
}
.p-business__bnrList {
  display: flex;
  gap: 10px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-business__bnrList {
    flex-direction: column;
  }
}
.p-business__bnrItem {
  position: relative;
  width: 100%;
  border-radius: 8px;
  z-index: 0;
  overflow: hidden;
}
.p-business__bnrItem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg-cta.png) repeat center/100px;
  z-index: -1;
  transition: opacity 0.3s;
}
.p-business__bnrItem img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: scale 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-business__bnrItem:hover img {
    scale: 1.03;
  }
  .p-business__bnrItem:hover::after {
    opacity: 0.75;
  }
}
.p-business__bnrLink {
  display: block;
  padding: min(64px, 5vw);
}
@media screen and (max-width: 768px) {
  .p-business__bnrLink {
    padding: 8vw 7vw;
  }
}
.p-business__bnrTitle {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-business__bnrTitle {
    font-size: 1.5rem;
  }
}

.p-sustainable__read {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-sustainable__read {
    font-size: 1rem;
  }
}

.p-sdgsIcon__list {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-sdgsIcon__list {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.p-sdgsIcon__item {
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  .p-sdgsIcon__item {
    width: 100px;
  }
}
.p-sdgsIcon__item img {
  width: 100%;
  height: 100%;
}

.p-env__container {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .p-env__container {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.p-env__textBlock {
  width: 44.25%;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .p-env__textBlock {
    width: 100%;
  }
}
.p-env__hero {
  flex: 1;
  margin-right: calc(50% - 50vw);
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.p-env__copy {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-env__copy {
    font-size: 1.75rem;
  }
}
.p-env__read {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 2;
}
.p-env__bg {
  padding-block: 80px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-env__bg {
    padding-block: 56px;
  }
}
.p-env__block {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-env__block {
    margin-top: 48px;
  }
}
.p-env__graph {
  display: block;
  max-width: 800px;
  margin: 32px auto 0;
}
.p-env__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-env__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-env__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-env__item img {
  display: block;
  max-width: 300px;
  margin-inline: auto;
}
.p-env__title {
  margin-top: 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-env__label {
  width: fit-content;
  margin: auto auto 0;
  padding-inline: 16px;
  background-color: #fbf1e5;
  font-size: 0.75rem;
  line-height: 2;
}

.p-social__desc {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}
.p-social__descItem {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-social__descItem {
    flex-direction: column;
    gap: 4px;
  }
}
.p-social__descItem dt {
  flex-shrink: 0;
  align-self: flex-start;
  width: 11.25rem;
  padding: 4px;
  background-color: #db7100;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-social__descItem dt {
    width: 100%;
  }
}
.p-social__descItem dd {
  font-size: 0.875rem;
  line-height: 1.6;
}

.p-health__box {
  display: flex;
  gap: min(80px, 9vw);
  margin-top: 80px;
  padding: 40px 64px;
  background-color: #fff;
  border: 2px solid #db7100;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-health__box {
    flex-direction: column-reverse;
    gap: 24px;
    padding: 24px;
  }
}
.p-health__image {
  flex-shrink: 0;
  width: 186px;
}
@media screen and (max-width: 768px) {
  .p-health__image {
    margin: auto;
  }
}
.p-health__image figcaption {
  margin-top: 8px;
  text-align: center;
  color: #818e9e;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 0.875rem;
}
.p-health__textBox {
  flex: 1;
  align-self: center;
}
.p-health__read {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-health__read {
    font-size: 0.875rem;
  }
}
.p-health__bnr {
  position: relative;
  padding-block: 72px;
  background: url(../img/company/soudan-bg.jpg) no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-health__bnr {
    padding-block: 56px;
  }
}
.p-health__bnr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg-cta.png) repeat left/100px;
  z-index: -1;
}
.p-health__bnrTitle {
  margin-bottom: 24px;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-health__bnrTitle {
    font-size: 1.75rem;
  }
}
.p-health__goal {
  background-color: #fff;
  border: 2px solid #db7100;
  border-radius: 6px;
}
.p-health__label {
  color: #fff;
  background-color: #db7100;
  border-radius: 3px 3px 0 0;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-health__label {
    font-size: 1.375rem;
  }
}
.p-health__goalText {
  padding: 40px 32px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-health__goalText {
    padding: 24px;
    font-size: 1rem;
  }
}
.p-health__goalText span {
  display: inline-block;
}

.p-recruit__hero {
  position: relative;
  display: flex;
  align-self: center;
  height: 460px;
  margin-top: 120px;
  padding-block: 40px;
  background: url(../img/recruit/hero.jpg) no-repeat left center/cover;
  color: #fff;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-recruit__hero {
    margin-top: 80px;
    height: 220px;
    background-position: left 20% center;
  }
}
.p-recruit__hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(73deg, rgba(219, 113, 0, 0.7) 20.72%, rgba(219, 113, 0, 0) 116.28%);
  z-index: -1;
}
.p-recruit__heroRead {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-recruit__heroRead {
    font-size: 1.75rem;
  }
}
.p-recruit__bnrList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-recruit__bnrList {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.p-recruit__bnrBlock {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit__bnrBlock {
    margin-top: 16px;
  }
}
.p-recruit__bnrBlock .p-company__bnrItem {
  margin-bottom: 16px;
}
.p-recruit__bnrItem {
  position: relative;
  width: 100%;
  aspect-ratio: 136/55;
  overflow: hidden;
  border-radius: 6px;
}
.p-recruit__bnrItem img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: scale 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit__bnrItem:hover img {
    scale: 1.03;
  }
}
.p-recruit__bnrLink {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 24px 72px 24px 24px;
  border-radius: 6px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-recruit__bnrLink {
    padding: 16px 64px 16px 16px;
    font-size: 1.25rem;
  }
}
.p-recruit__bnrLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8));
  border-radius: 6px;
  z-index: -1;
}
.p-recruit__bnrLink::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 32px;
  height: 32px;
  background: url(../img/common/arrow-line-wh.svg) no-repeat center/cover;
  z-index: 1;
  transition: scale 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruit__bnrLink::after {
    right: 16px;
    bottom: 16px;
    width: 26px;
    height: 26px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit__bnrLink:hover::after {
    scale: 1.1;
  }
}

.p-recruitType__list {
  display: grid;
  gap: 40px;
}
.p-recruitType__item {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-recruitType__item {
    flex-direction: column;
    gap: 16px;
  }
}
.p-recruitType__item img {
  align-self: flex-start;
  width: 34.5%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-recruitType__item img {
    width: 100%;
  }
}
.p-recruitType__textBlock {
  flex: 1;
  align-self: center;
}
.p-recruitType__title {
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruitType__title {
    font-size: 1.375rem;
  }
}
.p-recruitType__read {
  margin-block: 24px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruitType__read {
    margin-block: 8px;
  }
}

.p-recruitSchedule {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-recruitSchedule {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.p-recruitSchedule img {
  align-self: flex-start;
  width: 48%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-recruitSchedule img {
    width: 100%;
  }
}
.p-recruitSchedule__list {
  display: grid;
  gap: 32px;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-recruitSchedule__list {
    gap: 24px;
    padding-top: 24px;
  }
}
.p-recruitSchedule__desc {
  display: flex;
  position: relative;
  padding-bottom: 32px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .p-recruitSchedule__desc {
    padding-bottom: 24px;
  }
}
.p-recruitSchedule__desc::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 120px;
  height: 2px;
  background-color: #db7100;
}
@media screen and (max-width: 768px) {
  .p-recruitSchedule__desc::before {
    width: 80px;
  }
}
.p-recruitSchedule__desc dt {
  flex-shrink: 0;
  width: 120px;
  color: #db7100;
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruitSchedule__desc dt {
    width: 80px;
    font-size: 0.875rem;
  }
}
.p-recruitSchedule__desc dd {
  padding-inline: 16px;
  font-size: 1rem;
}
.c-imageBlock .p-recruitSchedule__desc dd {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-imageBlock .p-recruitSchedule__desc dd {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-recruitSchedule__desc dd {
    font-size: 0.875rem;
  }
}

.p-recruitSns {
  padding-block: 40px;
  background-color: #fbf1e5;
}
.p-recruitSns__title {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
.p-recruitSns__list {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.p-recruitSns__link {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-recruitSns__link.-tk {
  background-color: #000;
}
.p-recruitSns__link.-ig {
  background: linear-gradient(90deg, #9810fa 0%, #e60076 100%);
}
.p-recruitSns__link img {
  display: inline-block;
  align-self: flex-start;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .p-recruitSns__link {
    transition: opacity 0.3s;
  }
  .p-recruitSns__link:hover {
    opacity: 0.7;
  }
}

.p-recruitData__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-recruitData__list {
    gap: 16px;
  }
}
.p-recruitData__item {
  width: 262px;
  padding: 24px 16px;
  background-color: #fff;
  border: 2px solid #db7100;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruitData__item {
    width: 100%;
    padding: 16px;
  }
}
.p-recruitData__item img {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .p-recruitData__item img {
    width: 56px;
    height: 56px;
  }
}
.p-recruitData__title {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-recruitData__title {
    margin-top: 16px;
  }
}
.p-recruitData__meta {
  color: #db7100;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruitData__meta {
    font-size: 24px;
  }
}
.p-recruitData__meta b {
  font-size: 56px;
}
@media screen and (max-width: 768px) {
  .p-recruitData__meta b {
    font-size: 40px;
  }
}
.p-recruitData__text {
  font-size: 14px;
}

.p-recruitInfo {
  position: relative;
  padding-block: 80px;
  background-color: #db7100;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-recruitInfo {
    padding-block: 64px;
  }
}
.p-recruitInfo::before {
  content: "";
  position: absolute;
  top: 0;
  right: max(50vw - 710px, -5vw);
  width: 235px;
  height: 228px;
  background: url(../img/products/bg01.svg) no-repeat center/cover;
  z-index: -1;
}
.p-recruitInfo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: max(50vw - 710px, 0.5vw);
  width: 135px;
  height: 246px;
  background: url(../img/products/bg02.svg) no-repeat center/cover;
  z-index: -1;
}
.p-recruitInfo__list {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-recruitInfo__list {
    flex-direction: column;
    gap: 16px;
  }
}
.p-recruitInfo__item {
  width: 100%;
}
.p-recruitInfo__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 110px;
  padding: 24px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruitInfo__link {
    height: 80px;
  }
}
.p-recruitInfo__link::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/common/arrow-or.svg) no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .p-recruitInfo__link {
    transition: color 0.3s;
  }
  .p-recruitInfo__link:hover {
    color: #db7100;
  }
  .p-recruitInfo__link::after {
    transition: scale 0.3s;
  }
  .p-recruitInfo__link:hover::after {
    scale: 1.05;
  }
}

.p-recruitDay__read {
  margin-block: 64px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-recruitDay__read {
    margin-block: 40px;
  }
}

.p-recruitNav {
  padding-block: 80px;
  background-color: #f3f0f3;
}
.p-env__bg + .p-recruitNav {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .p-recruitNav {
    padding-block: 56px;
  }
}
.p-recruitNav__title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruitNav__title {
    font-size: 1.5rem;
  }
}
.p-recruitNav__list {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-recruitNav__list {
    justify-content: center;
    margin-top: 32px;
    gap: 16px;
  }
}
.p-recruitNav__item {
  width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 768px) {
  .p-recruitNav__item {
    width: 260px;
  }
}
.p-recruitNav__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 84px;
  padding: 12px 80px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruitNav__link {
    height: 64px;
    padding: 12px 48px;
    font-size: 1rem;
  }
}
.p-recruitNav__link.-career {
  background: url(../img/recruit/icon-business.svg) no-repeat left 24px center/40px, #fff;
}
@media screen and (max-width: 768px) {
  .p-recruitNav__link.-career {
    background-size: 32px;
    background-position: left 8px center;
  }
}
.p-recruitNav__link.-internship {
  background: url(../img/recruit/icon-internship.svg) no-repeat left 24px center/40px, #fff;
}
@media screen and (max-width: 768px) {
  .p-recruitNav__link.-internship {
    background-size: 32px;
    background-position: left 8px center;
  }
}
.p-recruitNav__link.-benefits {
  background: url(../img/recruit/icon-benefits.svg) no-repeat left 24px center/40px, #fff;
}
@media screen and (max-width: 768px) {
  .p-recruitNav__link.-benefits {
    background-size: 32px;
    background-position: left 8px center;
  }
}
.p-recruitNav__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 32px;
  height: 32px;
  margin: auto;
  background: url(../img/common/arrow-or.svg) no-repeat center/cover;
  transition: scale 0.3s;
}
@media screen and (max-width: 768px) {
  .p-recruitNav__link::after {
    right: 16px;
    width: 24px;
    height: 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-recruitNav__link {
    transition: color 0.3s;
  }
  .p-recruitNav__link:hover {
    color: #db7100;
  }
  .p-recruitNav__link:hover::after {
    scale: 1.1;
  }
}
.p-recruitNav__link.is-active {
  color: #db7100;
  pointer-events: none;
}
.p-recruitNav__link.is-active::after {
  scale: 1.1;
}

.p-recruitJob__container {
  display: flex;
  gap: min(120px, 10vw);
}
@media screen and (max-width: 768px) {
  .p-recruitJob__container {
    flex-direction: column;
    gap: 0;
  }
}
.p-recruitJob__container .c-title-primary {
  flex-shrink: 0;
  min-width: 12.5rem;
}
.p-recruitJob__container .c-flow__list {
  gap: min(24px, 2vw);
}
@media screen and (max-width: 768px) {
  .p-recruitJob__container .c-flow__list {
    gap: 40px;
  }
}

.p-recruitContact {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .p-recruitContact {
    margin-top: 80px;
  }
}
.p-recruitContact__block {
  display: flex;
  justify-content: center;
  gap: min(80px, 8vw);
  margin-top: 40px;
  padding: 16px;
  background-color: #fbf1e5;
}
@media screen and (max-width: 768px) {
  .p-recruitContact__block {
    flex-direction: column;
    gap: 16px;
    padding: 24px;
  }
}
.p-recruitContact__cta {
  align-self: center;
}
.p-recruitContact__tel {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #db7100;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruitContact__tel {
    justify-content: center;
    font-size: 32px;
  }
}
.p-recruitContact__tel::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/recruit/icon-phone.svg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .p-recruitContact__tel::before {
    width: 32px;
    height: 32px;
  }
}
.p-recruitContact__attr {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-recruitContact__attr {
    font-size: 0.75rem;
  }
}
.p-recruitContact__text {
  padding: 8px 0 8px 80px;
  border-left: 1px solid #06203f;
}
@media screen and (max-width: 768px) {
  .p-recruitContact__text {
    width: fit-content;
    margin: auto;
    padding: 16px 0 0;
    border-left: none;
    border-top: 1px solid #818e9e;
  }
}

.p-recruitIntern__list {
  display: grid;
  gap: 24px;
  margin-block: 48px;
  padding: 56px 40px;
  background-color: #f3f0f3;
}
@media screen and (max-width: 768px) {
  .p-recruitIntern__list {
    margin-block: 32px;
    padding: 32px 24px;
  }
}
.p-recruitIntern__item {
  display: flex;
  gap: 24px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-recruitIntern__item {
    flex-direction: column;
  }
}
.p-recruitIntern__week {
  flex-shrink: 0;
  position: relative;
  min-width: 6rem;
  text-align: center;
  color: #db7100;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0;
}
.p-recruitIntern__week::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #06203f;
}
.p-recruitIntern__contents {
  flex: 1;
  padding: 24px;
  background-color: #fff;
}
.p-recruitIntern__title {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruitIntern__title {
    font-size: 1rem;
  }
}
.p-recruitIntern__read {
  margin-top: 24px;
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-recruitIntern__read {
    margin-top: 16px;
  }
}
.p-recruitIntern__text {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #818e9e;
  font-size: 0.875rem;
}

.p-recruitBenefits__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-recruitBenefits__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}
.p-recruitBenefits__item img {
  display: block;
  width: 140px;
  height: 140px;
  margin: auto;
}
.p-recruitBenefits__title {
  margin-block: 16px 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.p-openlab__button {
  position: relative;
  display: inline-block;
  min-width: 260px;
  padding: 0.875rem 3.5rem 0.75rem 1.5rem;
  background-color: #fff;
  border: 1px solid #818e9e;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .p-openlab__button {
    transition: 0.3s;
  }
  .p-openlab__button:hover {
    background-color: #db7100;
    border-color: #fff;
    color: #fff;
  }
  .p-openlab__button:hover::after {
    background: url(../img/common/arrow-wh.svg) no-repeat center/cover;
  }
}
.p-openlab__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
  background: url(../img/common/arrow-or.svg) no-repeat center/cover;
  transition: background 0.3s;
  rotate: 90deg;
}

.p-openlabHero {
  margin-top: 120px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-openlabHero {
    margin-top: 80px;
  }
}
.p-openlabHero__inner {
  position: relative;
  display: block;
  padding: min(80px, 5.5%) 0;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-openlabHero__inner {
    padding-block: 40px;
  }
}
.p-openlabHero__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/openlab/bg-hero.png) repeat left/100px;
  z-index: -1;
  transition: opacity 0.3s;
}
.p-openlabHero__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -2;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .p-openlabHero__bg {
    transform: translate(-50%, -50%) scale(1.75);
  }
}
.p-openlabHero__subTitle {
  font-size: 1.125rem;
  font-weight: 700;
}
.p-openlabHero__title {
  margin-block: 8px 24px;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-openlabHero__title {
    margin-bottom: 16px;
    font-size: 1.75rem;
  }
}
.p-openlabHero__read {
  font-size: 1rem;
  line-height: 2;
}

.p-openlabScene {
  position: relative;
  padding-block: 80px;
  background-color: #db7100;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-openlabScene {
    padding-block: 64px;
  }
}
.p-openlabScene::before {
  content: "";
  position: absolute;
  top: 0;
  right: max(50vw - 710px, -5vw);
  width: 235px;
  height: 228px;
  background: url(../img/products/bg01.svg) no-repeat center/cover;
  z-index: -1;
}
.p-openlabScene::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: max(50vw - 710px, 0.5vw);
  width: 135px;
  height: 246px;
  background: url(../img/products/bg02.svg) no-repeat center/cover;
  z-index: -1;
}
.p-openlabScene__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-openlabScene__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.p-openlabScene__item {
  padding: 24px;
  background-color: #fff;
  border-radius: 6px;
}
.p-openlabScene__title {
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 700;
}
.p-openlabScene__read {
  margin-top: 32px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
.p-openlabScene__read span {
  display: inline-block;
}

.p-openlabStyle__list {
  display: grid;
  gap: 32px;
}
.p-openlabStyle__item {
  display: flex;
  gap: 56px;
  padding: 40px;
  background-color: #fbf1e5;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .p-openlabStyle__item {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
}
.p-openlabStyle__item img {
  flex-shrink: 0;
  align-self: flex-start;
  width: 36.5%;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-openlabStyle__item img {
    width: 100%;
  }
}
.p-openlabStyle__textBlock {
  align-self: center;
}
.p-openlabStyle__title {
  margin-top: 16px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-openlabSwiper {
  padding-block: 80px;
  background-color: #f3f0f3;
}
.p-openlabSwiper__slide {
  position: relative;
}
.p-openlabSwiper__slide .swiper-button-next,
.p-openlabSwiper__slide .swiper-button-prev {
  width: 56px;
  height: 56px;
  top: -1rem;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-openlabSwiper__slide .swiper-button-next,
  .p-openlabSwiper__slide .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.p-openlabSwiper__slide .swiper-button-next {
  right: 10px;
  background: url(../img/common/arrow-next.svg) no-repeat center/cover;
}
.p-openlabSwiper__slide .swiper-button-prev {
  left: 10px;
  background: url(../img/common/arrow-prev.svg) no-repeat center/cover;
}
.p-openlabSwiper__thumb {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  aspect-ratio: 430/323;
}
.p-openlabSwiper__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-openlabSwiper__cap {
  margin-top: 16px;
  line-height: 2;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-openlabSwiper__cap {
    margin-top: 8px;
  }
}
.p-openlabSwiper__thumbnails {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-openlabSwiper__thumbnails {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 16px;
  }
}
.p-openlabSwiper__thumbnails .p-openlabSwiper__thumb {
  opacity: 0.7;
}
.p-openlabSwiper__thumbnails .p-openlabSwiper__thumb.is-active {
  opacity: 1;
}

.p-openlabSim {
  display: none;
  padding-block: 80px;
  background-color: #db7100;
}
@media screen and (max-width: 768px) {
  .p-openlabSim {
    padding-block: 56px;
  }
}
.p-openlabSim.is-show {
  display: block;
}
.p-openlabSim__meta {
  display: flex;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-openlabSim__meta {
    flex-direction: column;
    gap: 4px;
  }
}
.p-openlabSim__metaItem {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
}
.p-openlabSim__metaItem + .p-openlabSim__metaItem {
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-openlabSim__metaItem + .p-openlabSim__metaItem {
    margin-left: 0;
    padding-left: 0;
    border: 0;
  }
}
.p-openlabSim__list {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-openlabSim__list {
    flex-direction: column;
    gap: 16px;
  }
}
.p-openlabSim__item {
  width: 100%;
  padding: 24px;
  background-color: #fff;
  border-radius: 6px;
}
.p-openlabSim__title {
  margin-block: 16px 8px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-openlabProducts {
  padding-top: 80px;
}
.p-openlabProducts__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-openlabProducts__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.p-openlabProducts__item {
  padding: 16px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.p-openlabProducts__item.is-hidden {
  display: none;
}
.p-openlabProducts__itemInner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-openlabProducts__thumb {
  position: relative;
  width: 100%;
  padding-top: 61.674%;
}
.p-openlabProducts__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-openlabProducts__name {
  margin-block: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-openlabProducts__meta {
  height: 100%;
  margin-bottom: 8px;
  padding: 16px;
  background-color: #f3f0f3;
}
.p-openlabProducts__title {
  position: relative;
  padding-left: 16px;
  font-size: 0.75rem;
  font-weight: 700;
}
.p-openlabProducts__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 8px;
  height: 1px;
  background-color: #db7100;
}
.p-openlabProducts__metaList {
  display: grid;
  gap: 2px;
  margin-top: 8px;
}
.p-openlabProducts__metaList + .p-openlabProducts__title {
  margin-top: 8px;
}
.p-openlabProducts__metaItem {
  display: flex;
}
.p-openlabProducts__metaItem dt {
  flex-shrink: 0;
  min-width: 4.375rem;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.p-openlabProducts__metaItem dd {
  flex: 1;
  font-size: 0.6875rem;
  letter-spacing: 0.01em;
}
html:lang(en-US) .p-openlabProducts__metaItem {
  flex-direction: column;
}
html:lang(en-US) .p-openlabProducts__metaItem dt {
  font-weight: 500;
}

.p-openlabProducts__text {
  margin-top: 8px;
  font-size: 0.75rem;
}
.p-openlabProducts__text + .p-openlabProducts__title {
  margin-top: 8px;
}
.p-openlabProducts__links {
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap;
  margin-top: auto;
}
.p-openlabProducts__more, .p-openlabProducts__close {
  position: relative;
  display: inline-block;
  min-width: 260px;
  padding: 0.875rem 3.5rem 0.75rem 1.5rem;
  background-color: #fff;
  border: 1px solid #818e9e;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .p-openlabProducts__more, .p-openlabProducts__close {
    transition: 0.3s;
  }
  .p-openlabProducts__more:hover, .p-openlabProducts__close:hover {
    background-color: #db7100;
    border-color: #fff;
    color: #fff;
  }
}
.p-openlabProducts__more::after, .p-openlabProducts__close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
  transition: background 0.3s;
}
.p-openlabProducts__more::after {
  background: url(../img/common/icon-plus-or.svg) no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .p-openlabProducts__more:hover::after {
    background: url(../img/common/icon-plus-wh.svg) no-repeat center/cover;
  }
}
.p-openlabProducts__close {
  display: none;
}
.p-openlabProducts__close::after {
  background: url(../img/common/icon-minus-or.svg) no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .p-openlabProducts__close:hover::after {
    background: url(../img/common/icon-minus-wh.svg) no-repeat center/cover;
  }
}

.p-openlabSample {
  padding-block: 80px;
  background-color: #f3f0f3;
}
.p-openlabSample__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-openlabSample__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.p-openlabSample__thumb {
  position: relative;
  width: 100%;
  padding-top: 38.5826%;
}
.p-openlabSample__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-openlabCta {
  padding-block: 80px;
  background-color: #fbf1e5;
}
@media screen and (max-width: 768px) {
  .p-openlabCta {
    padding-block: 56px;
  }
}
.p-openlabCta__read {
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-openlabCta__read {
    font-size: 1.125rem;
  }
}

.p-sitemap__column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-sitemap__column {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.p-sitemap__block {
  display: grid;
  gap: 1rem;
  align-content: start;
}
.p-sitemap__link {
  display: inline-block;
  font-weight: 700;
}
.p-sitemap__childList {
  display: grid;
  gap: 16px;
  align-content: start;
}
.p-sitemap__childList li > .p-sitemap__childList {
  margin-top: 1rem;
}

.p-sitemap__childList li {
  position: relative;
  padding-left: 1rem;
}
.p-sitemap__childList li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 0.5em;
  height: 1px;
  background-color: #db7100;
}

.wp-block-categories {
  display: grid;
  gap: 16px;
  align-content: start;
}
.wp-block-categories li {
  position: relative;
  padding-left: 1rem;
}
.wp-block-categories li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 0.5em;
  height: 1px;
  background-color: #db7100;
}

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

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

.u-visually-hidden,
.screen-reader-text {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.u-text {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .u-text {
    font-size: 0.875rem;
  }
}
.u-text span {
  display: inline-block;
}
.u-text + .u-text {
  margin-top: 0.5em;
}

.u-textBlock {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .u-textBlock {
    margin-top: 48px;
  }
}

.u-textBlock-min {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .u-textBlock-min {
    margin-top: 32px;
  }
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-indent {
  margin-left: 1em;
}

.u-white {
  color: #fff;
}

.u-link {
  text-decoration: underline;
}

.u-orderList {
  margin-left: 1.5em;
  list-style: auto;
  font-family: "BIZ UDPGothic", sans-serif;
}

.u-list li {
  display: flex;
}
.u-list li::before {
  content: "・";
  padding-inline: 0.25em;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */