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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

dialog {
  display: block;
}

[hidden] {
  display: none !important;
}

::-moz-selection {
  background: transparent;
}

::selection {
  background: transparent;
}

:focus {
  outline: none;
}

img {
  width: 100%;
}

html {
  overflow-x: hidden;
  font-size: max(3.6505867014vw, 14px);
  scroll-behavior: smooth;
}
@media screen and (min-width: 900px) {
  html {
    font-size: min(1.5625vw, 16px);
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.l-inner {
  max-width: 77.1428571429rem;
  margin: 0 auto;
  padding: 0 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .l-inner {
    padding: 0 2.5rem;
    max-width: 67.5rem;
  }
}

.c-section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.7142857143rem;
  padding-top: 1.1428571429rem;
  text-align: right;
}
@media screen and (min-width: 900px) {
  .c-section-head {
    row-gap: 1rem;
    padding-top: 3.9375rem;
  }
}

.c-section-head__en {
  font-family: "Unbounded", sans-serif;
  font-size: 2.2857142857rem;
  line-height: 1.5507857143rem;
  color: #181818;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .c-section-head__en {
    font-size: 6rem;
    line-height: 6.10625rem;
    letter-spacing: 0rem;
  }
}
.c-section-head__en.--company {
  line-height: 2.5rem;
}
@media screen and (min-width: 900px) {
  .c-section-head__en.--company {
    line-height: 6rem;
    font-size: 6rem;
  }
}
.c-section-head__en.--news {
  font-size: 2.2857142857rem;
  line-height: 2.0821428571rem;
  letter-spacing: 0;
}
@media screen and (min-width: 900px) {
  .c-section-head__en.--news {
    font-size: 7.5rem;
    line-height: 8.198125rem;
  }
}

.c-section-head__ja {
  display: block;
  width: 100%;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.1885714286rem;
}
@media screen and (min-width: 900px) {
  .c-section-head__ja {
    font-size: 1.375rem;
    line-height: 2.2875rem;
    letter-spacing: 0.275rem;
  }
}

.c-section-head__en,
.c-section-head__ja {
  opacity: 0;
}
.c-section-head__en.is-initialized,
.c-section-head__ja.is-initialized {
  opacity: 1;
}
.c-section-head__en .char,
.c-section-head__ja .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transition-delay: calc(var(--char-index) * 0.04s);
          transition-delay: calc(var(--char-index) * 0.04s);
}

.c-section-head.is-active .c-section-head__en,
.c-section-head.is-active .c-section-head__ja {
  opacity: 1;
}
.c-section-head.is-active .c-section-head__en .char {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-section-head.is-active .c-section-head__ja .char {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: calc(var(--char-index) * 0.04s + 0.3s);
          transition-delay: calc(var(--char-index) * 0.04s + 0.3s);
}

.c-section-detail.--business {
  margin-top: 1.2857142857rem;
}
@media screen and (min-width: 900px) {
  .c-section-detail.--business {
    margin-top: 4.25rem;
  }
}
.c-section-detail.--company {
  margin-top: 1.6428571429rem;
}
@media screen and (min-width: 900px) {
  .c-section-detail.--company {
    margin-top: 3.125rem;
    text-align: right;
  }
}

.c-section-detail__head {
  color: #0068b7;
  font-size: 0.8571428571rem;
  font-weight: 700;
  letter-spacing: 0.1885714286rem;
  line-height: 1.1428571429rem;
}
@media screen and (min-width: 900px) {
  .c-section-detail__head {
    font-size: 1.5rem;
    line-height: 2.2875rem;
    letter-spacing: 0.33rem;
  }
}

.c-section-detail__body {
  margin-top: 1.0714285714rem;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.c-section-detail__body.--company {
  letter-spacing: 0.0321428571rem;
}
@media screen and (min-width: 900px) {
  .c-section-detail__body.--company {
    margin-top: 2.375rem;
  }
}
@media screen and (min-width: 900px) {
  .c-section-detail__body {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 2rem;
  }
}

.c-news-slide {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  border-radius: 0.2372857143rem;
  background: #ffffff;
  min-height: 4.6428571429rem;
}
@media screen and (min-width: 900px) {
  .c-news-slide {
    min-height: 7.3125rem;
  }
}

.c-news-slide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.7142857143rem;
     -moz-column-gap: 0.7142857143rem;
          column-gap: 0.7142857143rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0.7142857143rem 0.8571428571rem;
}
@media screen and (min-width: 900px) {
  .c-news-slide__wrap {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
    padding: 1.875rem 1.25rem;
  }
}

.c-news-slide__time {
  color: #0068b7;
  font-size: 0.7142857143rem;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  .c-news-slide__time {
    font-size: 1rem;
  }
}

.c-news-slide__detail {
  font-size: 0.7857142857rem;
  font-style: normal;
  line-height: 1.0519285714rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.6428571429rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .c-news-slide__detail {
    font-size: 1rem;
    line-height: 1.6625rem;
    height: 7.3125rem;
  }
}

.c-archive-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.5397142857rem;
  aspect-ratio: 1;
  background: #efefef;
  border-radius: 50%;
  row-gap: 0.1428571429rem;
}
@media screen and (min-width: 900px) {
  .c-archive-btn {
    width: 7.75rem;
  }
}
.c-archive-btn:hover .c-archive-btn__arrow {
  -webkit-transform: translate(0.1428571429rem, -0.1428571429rem);
          transform: translate(0.1428571429rem, -0.1428571429rem);
}
@media screen and (min-width: 900px) {
  .c-archive-btn:hover .c-archive-btn__arrow {
    -webkit-transform: translate(0.1875rem, 0.1875rem);
            transform: translate(0.1875rem, 0.1875rem);
  }
}

.c-archive-btn__text {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 0.7142857143rem;
  font-weight: 700;
  letter-spacing: 0.0214285714rem;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .c-archive-btn__text {
    font-size: 1.125rem;
    letter-spacing: 0.03375rem;
  }
}

.c-archive-btn__arrow {
  width: 0.3556428571rem;
  aspect-ratio: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
@media screen and (min-width: 900px) {
  .c-archive-btn__arrow {
    width: 0.5625rem;
  }
}

.c-breadcrumb {
  padding-top: 1.1428571429rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.5714285714rem;
  font-weight: 500;
  letter-spacing: 0.1257142857rem;
  line-height: 1rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .c-breadcrumb {
    padding-top: 1.25rem;
    font-size: 1rem;
    letter-spacing: 0.22rem;
    line-height: 2.28;
  }
}

.c-breadcrumb__item,
.c-breadcrumb__current {
  color: #181818;
  text-decoration: none;
}
.c-breadcrumb__item.is-current,
.c-breadcrumb__current.is-current {
  color: #0068b7;
}

.c-breadcrumb__separator {
  padding-inline: 0.2857142857rem;
  color: #181818;
}
@media screen and (min-width: 900px) {
  .c-breadcrumb__separator {
    padding-inline: 0.5rem;
  }
}

.arrow {
  position: absolute;
  top: 0.9285714286rem;
  right: 0.9285714286rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
  width: 0.5201428571rem;
  height: 0.5146428571rem;
}
@media screen and (min-width: 900px) {
  .arrow {
    width: 1.0714285714rem;
    height: 1.0601428571rem;
  }
}

.arrow:hover {
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}

.arrow svg {
  display: block;
}

.c-page-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 3.07rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .c-page-head {
    padding-top: 5.375rem;
    padding-bottom: 3.4375rem;
  }
}

.c-page__head-inner {
  padding-inline: 1.4285714286rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .c-page__head-inner {
    padding-inline: 2.5rem;
    max-width: 1080px;
  }
}

.c-page-title--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 1.5714285714rem;
}
@media screen and (min-width: 900px) {
  .c-page-title--head {
    padding-top: 4.75rem;
  }
}

.c-page-title__en {
  font-family: "Lato", sans-serif;
  font-size: 1.4285714286rem;
  font-weight: 700;
  line-height: 2.0714285714rem;
  letter-spacing: 0;
  color: #181818;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .c-page-title__en {
    font-size: 4rem;
    line-height: 4rem;
  }
}

.c-page-title__ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.1428571429rem;
  color: #181818;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .c-page-title__ja {
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: 0.1875rem;
  }
}

.c-page-title__en.--white,
.c-page-title__ja.--white {
  color: #ffffff;
}

.c-section__title {
  padding-top: 2.7142857143rem;
}
@media screen and (min-width: 900px) {
  .c-section__title {
    padding-top: 0;
  }
}

.c-section__title-en {
  color: #181818;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.4285714286rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 900px) {
  .c-section__title-en {
    font-size: 4rem;
    line-height: 5.0625rem;
  }
}

.c-section__title-ja {
  color: #181818;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1.5714285714rem;
  letter-spacing: 0.1428571429rem;
}
@media screen and (min-width: 900px) {
  .c-section__title-ja {
    font-size: 1rem;
    line-height: 2.25rem;
    letter-spacing: 0.1875rem;
    font-weight: 500;
  }
}

.c-inner {
  padding-inline: 1.4285714286rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .c-inner {
    padding-inline: 2.5rem;
    max-width: 1080px;
  }
}

.c-pagination {
  margin-top: 2.8571428571rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5714285714rem;
}
@media screen and (min-width: 768px) {
  .c-pagination {
    margin-top: 3.75rem;
    gap: 0.625rem;
  }
}
.c-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 2.2857142857rem;
  height: 2.2857142857rem;
  padding: 0 0.2857142857rem;
  background-color: #fff;
  color: #000000;
  border: 1px solid #ddd;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-pagination .page-numbers {
    min-width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
}
.c-pagination .page-numbers.current {
  background-color: #b80a15;
  color: #fff;
  border-color: #b80a15;
  pointer-events: none;
}
.c-pagination .page-numbers:not(.current):hover {
  background-color: #fbfbfb;
  opacity: 0.8;
}
.c-pagination .page-numbers.dots {
  border: none;
  background: transparent;
}
.p-header {
  width: 100%;
  position: fixed;
  padding-block: 0.5142857143rem;
  background: transparent;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .p-header {
    padding-block: 0.9375rem;
  }
}
.p-header.is-scrolled {
  background: #878787;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 0.9428571429rem;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .p-header__inner {
    padding-inline: 2.235625rem;
  }
}

.p-header__logo {
  width: 6.505rem;
  height: 2.1428571429rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .p-header__logo {
    width: 9.540625rem;
    height: 2.5rem;
  }
}
.p-header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8521428571rem;
     -moz-column-gap: 0.8521428571rem;
          column-gap: 0.8521428571rem;
}
@media screen and (min-width: 900px) {
  .p-header__nav {
    -webkit-column-gap: 0.635rem;
       -moz-column-gap: 0.635rem;
            column-gap: 0.635rem;
  }
}

.p-header__btn {
  display: grid;
  place-items: center;
  min-width: 6.3785714286rem;
  padding-block: 0.8571428571rem;
  padding-inline: 0.3428571429rem;
  border: 0.43px solid #000000;
  border-radius: 4.82px;
  color: #000000;
  font-size: 0.7714285714rem;
  font-weight: 500;
  text-align: center;
  backdrop-filter: blur(8px);
  font-family: "Lato", sans-serif;
  letter-spacing: 0.0228571429rem;
  /* グラデーション背景（光の反射を表現） */
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.12) 100%);
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  /* 立体感を出す影 */
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.4);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  /* 背景のぼかし効果 */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  /* スムーズなアニメーション */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .p-header__btn {
    min-width: 9.2375rem;
    font-size: 0.875rem;
    padding-block: 1.25rem;
    padding-inline: 0.5rem;
    letter-spacing: normal;
  }
}
@media (hover: hover) {
  .p-header__btn:hover {
    color: #767676;
  }
}

.p-drawer {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #ffffff;
  padding-top: 1.5rem;
  translate: 100% 0;
  z-index: 20;
}
@media screen and (min-width: 900px) {
  .p-drawer {
    padding-top: 2.24125rem;
    padding-bottom: 1.25rem;
  }
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.5714285714rem;
     -moz-column-gap: 0.5714285714rem;
          column-gap: 0.5714285714rem;
  padding-inline: 0.7857142857rem 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-drawer__header {
    padding-inline: 3.4375rem 2.813125rem;
  }
}

.p-drawer__header-logo {
  width: 5.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-drawer__header-logo {
    width: 9.540625rem;
  }
}

.p-drawer__close-icon {
  width: 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-drawer__close-icon {
    width: 1.875rem;
  }
}

.p-drawer__body {
  margin-top: 2.3571428571rem;
  padding-inline: 1.4285714286rem;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 9.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-drawer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    max-width: calc(1000px + 2.5rem);
    width: min(1000px + 2.5rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
    margin-inline: auto;
    margin-top: 7.55375rem;
    padding-bottom: 1.25rem;
  }
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-drawer__list {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .p-drawer__list {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-drawer__list-item-head {
  padding-bottom: 1.75rem;
  border-bottom: 0.79px solid #b80a15;
}
@media screen and (min-width: 900px) {
  .p-drawer__list-item-head {
    padding-bottom: 1.875rem;
    border-width: 1px;
  }
}

.p-drawer__list-item-head-link {
  padding-right: 1.2142857143rem;
  position: relative;
  font-size: 1.1285714286rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .p-drawer__list-item-head-link {
    font-size: 1.25rem;
    padding-right: 1.125rem;
  }
}
.p-drawer__list-item-head-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5714285714rem;
  aspect-ratio: 1;
  translate: 0 -50%;
  background: url(../images/btn-arrow-black.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .p-drawer__list-item-head-link::before {
    width: 0.5rem;
  }
}

.p-drawer__list-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.1071428571rem;
  margin-top: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-drawer__list-children {
    row-gap: 2.125rem;
    margin-top: 2.625rem;
  }
}

.p-drawer__list-children-item {
  padding-left: 0.79rem;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-drawer__list-children-item {
    padding-left: 0.875rem;
  }
}
.p-drawer__list-children-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 0.395rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #b80a15;
}
@media screen and (min-width: 900px) {
  .p-drawer__list-children-item::before {
    width: 0.4375rem;
  }
}

.p-drawer__list-children-item-link {
  font-size: 0.9028571429rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .p-drawer__list-children-item-link {
    font-size: 1rem;
  }
}

.p-drawer__btns {
  margin-top: 1.7857142857rem;
}
@media screen and (min-width: 900px) {
  .p-drawer__btns {
    margin-top: 1.5625rem;
  }
}

.p-drawer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.9285714286rem;
}
@media screen and (min-width: 900px) {
  .p-drawer__cta {
    display: none;
  }
}

.p-drawer__btn {
  padding-block: 1.5357142857rem;
  padding-inline: 2.2857142857rem;
  font-size: 1.1428571429rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  max-width: 14.9285714286rem;
}
.p-drawer__btn::before {
  content: "";
  position: absolute;
  width: 0.7142857143rem;
  aspect-ratio: 1;
  right: 0.5rem;
  top: 0.5rem;
  background: url(../images/btn-arrow-white.png) no-repeat center center/contain;
}
.p-drawer__btn.--contact {
  background: #0068b7;
}
.p-drawer__btn.--recruit {
  background: #b80a15;
}

.p-drawer__instagram-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8571428571rem;
     -moz-column-gap: 0.8571428571rem;
          column-gap: 0.8571428571rem;
  margin-top: 1.1157142857rem;
  font-size: 0.8571428571rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.0257142857rem;
}
@media screen and (min-width: 900px) {
  .p-drawer__instagram-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 0.6875rem;
       -moz-column-gap: 0.6875rem;
            column-gap: 0.6875rem;
    margin-top: 0;
    font-size: 0.875rem;
    letter-spacing: 0.02625rem;
  }
}
.p-drawer__instagram-link img {
  width: 1.6964285714rem;
}
@media screen and (min-width: 900px) {
  .p-drawer__instagram-link img {
    width: 1.8125rem;
  }
}

.p-fv {
  position: relative;
  --fv-scroll: 60vh;
}
@media screen and (min-width: 900px) {
  .p-fv {
    --fv-scroll: 100vh;
  }
}

.p-fv__bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  z-index: 2;
}

.p-fv__content {
  position: relative;
  z-index: 3;
  margin-top: -40vh;
}
.p-fv__content::after {
  content: "";
  display: block;
  height: var(--fv-scroll);
}

.p-fv__head {
  min-height: 100vh;
  margin-top: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 5.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-fv__head {
    margin-top: 30vh;
    row-gap: 80rem;
  }
}

.p-fv__text-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.19875rem;
  font-size: 2.1103571429rem;
  font-family: "Unbounded", sans-serif;
  -webkit-transform: translateY(170%);
          transform: translateY(170%);
  opacity: 0.7;
  mix-blend-mode: color-dodge;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-fv__text-en {
    font-size: 8.309375rem;
  }
}

.p-fv__text-ja {
  display: block;
  color: #ffffff;
  text-shadow: 0 0 5.778px rgba(0, 0, 0, 0.18);
  font-size: 1.7142857143rem;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 0.3771428571rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .p-fv__text-ja {
    font-size: 2.25375rem;
    letter-spacing: 0.4958125rem;
  }
}

.p-recruit {
  position: relative;
  width: 100%;
  padding-top: 4.1428571429rem;
  padding-bottom: 3.2064285714rem;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-recruit {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
  }
}
.p-recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(316deg, rgba(209, 0, 14, 0.58) 38.08%, rgba(255, 35, 38, 0.58) 75.97%);
  z-index: 1;
  pointer-events: none;
}

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

.p-recruit__inner {
  position: relative;
  z-index: 2;
  padding-inline: 0.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-recruit__inner {
    padding-inline: 1.25rem;
    max-width: 1200px;
    margin-inline: auto;
  }
}

.p-recruit__messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4.2857142857rem;
  margin-top: 2.8571428571rem;
  padding-bottom: 8.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-recruit__messages {
    row-gap: 15vh;
    margin-top: 20vh;
    padding-bottom: 20vh;
  }
}

.p-recruit__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  clip-path: none;
  position: relative;
  z-index: 2;
}
.p-recruit__message--first {
  text-align: left;
}
.p-recruit__message--first > * {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
@media screen and (min-width: 900px) {
  .p-recruit__message--first > * {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
}
.p-recruit__message--second {
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
}
.p-recruit__message--second > * {
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}
@media screen and (min-width: 900px) {
  .p-recruit__message--second > * {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
}

.p-recruit__message-ja,
.p-recruit__message-en {
  display: block;
  clip-path: none;
}
@media screen and (min-width: 900px) {
  .p-recruit__message-ja,
  .p-recruit__message-en {
    clip-path: inset(0 0 100% 0);
  }
}

.p-recruit__message-ja {
  font-size: 1.2857142857rem;
  letter-spacing: 0.18rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 374px) {
  .p-recruit__message-ja {
    font-size: 1rem;
  }
}
@media screen and (min-width: 900px) {
  .p-recruit__message-ja {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0.36rem;
  }
}

.p-recruit__message-en {
  margin-top: 0.7142857143rem;
  font-size: 0.6428571429rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.0257142857rem;
}
@media screen and (min-width: 900px) {
  .p-recruit__message-en {
    margin-top: 1rem;
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}

.p-recruit__message-ja .char-wrap,
.p-recruit__message-en .char-wrap {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.p-recruit__message-ja .char,
.p-recruit__message-en .char {
  display: inline-block;
  -webkit-transform: translate3d(0, 105%, 0);
          transform: translate3d(0, 105%, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: calc(var(--char-index) * 0.01s);
          transition-delay: calc(var(--char-index) * 0.01s);
}
.p-recruit__message-ja.is-inview .char,
.p-recruit__message-en.is-inview .char {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.p-recruit__detail {
  margin-top: 2.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-recruit__detail {
    margin-top: 12.5rem;
  }
}

.p-recruit__detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  color: #ffffff;
  margin-bottom: -0.5714285714rem;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.p-recruit__detail-head.is-active {
  row-gap: 0.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-recruit__detail-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -2.5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    max-width: 75rem;
    margin-inline: auto;
    margin-top: 1.5rem;
  }
}

.p-recruit__detail-head-text {
  font-size: 0.9285714286rem;
  text-align: end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  line-height: 1.5714285714rem;
  font-weight: 700;
  font-size: clamp(0.8rem, 2vw, 1.78rem);
}
@media screen and (min-width: 900px) {
  .p-recruit__detail-head-text {
    vertical-align: top;
    font-size: 1.781875rem;
    line-height: 2.75rem;
    -ms-flex-item-align: center;
        align-self: center;
    white-space: nowrap;
    margin-top: -3rem;
  }
}

.p-recruit__detail-head-title {
  font-size: 2.6666428571rem;
  font-family: "Unbounded", sans-serif;
  margin-left: -0.2857142857rem;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .p-recruit__detail-head-title {
    font-size: clamp(7rem, 12vw, 10.5rem);
  }
}

.p-recruit__detail-btns {
  width: 100%;
  max-width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.4285714286rem;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .p-recruit__detail-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 34.125rem;
    -webkit-column-gap: 2.9075rem;
       -moz-column-gap: 2.9075rem;
            column-gap: 2.9075rem;
    max-width: 71.25rem;
  }
}

.p-recruit__btn-wrap {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-recruit__btn-wrap {
    width: 48%;
  }
}

.p-recruit__btn {
  display: block;
  width: 100%;
  height: 13.2142857143rem;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-recruit__btn {
    height: 20.875rem;
  }
}
.p-recruit__btn::before {
  content: "";
  position: absolute;
  background: url(../images/btn-arrow-white-big.svg) no-repeat center center/contain;
  width: 0.8571428571rem;
  aspect-ratio: 1;
  top: 0.7142857143rem;
  right: 0.7142857143rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 900px) {
  .p-recruit__btn::before {
    width: 1.4225rem;
    top: 1.35125rem;
    right: 1.706875rem;
  }
}
.p-recruit__btn:hover::before {
  -webkit-transform: translate(0.1428571429rem, -0.1428571429rem);
          transform: translate(0.1428571429rem, -0.1428571429rem);
}
@media screen and (min-width: 900px) {
  .p-recruit__btn:hover::before {
    -webkit-transform: translate(0.3125rem, -0.3125rem);
            transform: translate(0.3125rem, -0.3125rem);
  }
}
.p-recruit__btn.--first {
  background: url(../images/recruit-1.png) no-repeat center center/cover;
}
.p-recruit__btn.--second {
  background: url(../images/recruit-2.png) no-repeat center center/cover;
}

.p-recruit__btn-tag {
  position: absolute;
  background: #ffffff;
  padding-block: 0.2857142857rem;
  padding-inline: 0.4285714286rem;
  font-size: 1.1428571429rem;
  font-weight: 700;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 900px) {
  .p-recruit__btn-tag {
    font-size: 2rem;
    letter-spacing: 0.06rem;
    padding: 1.25rem;
  }
}

.p-recruit__btn-text {
  margin-top: 0.4285714286rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.0214285714rem;
}

.p-recruit__btn-text-pc {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  color: #ffffff;
  text-align: left;
  position: absolute;
}
.p-recruit__btn-text-pc.--first {
  left: 11.25rem;
  bottom: 1.591875rem;
}
.p-recruit__btn-text-pc.--second {
  left: 20rem;
  bottom: 0.841875rem;
}

.p-recruit__detail-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: "Unbounded", sans-serif;
  font-size: 1.1428571429rem;
  color: #ffffff;
  position: relative;
  padding-right: 1.1428571429rem;
  margin-top: 1.7142857143rem;
  font-weight: 300;
}
@media screen and (min-width: 900px) {
  .p-recruit__detail-link {
    padding-right: 2.75rem;
    margin-top: 1.5rem;
    font-size: 3rem;
  }
}
.p-recruit__detail-link::before {
  content: "";
  position: absolute;
  background: url(../images/btn-arrow-white-thin.svg) no-repeat center center/contain;
  width: 0.4202857143rem;
  aspect-ratio: 1;
  top: 0.2857142857rem;
  right: 0.2857142857rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 900px) {
  .p-recruit__detail-link::before {
    width: 1.34rem;
  }
}
.p-recruit__detail-link:hover::before {
  -webkit-transform: translate(0.1428571429rem, -0.1428571429rem);
          transform: translate(0.1428571429rem, -0.1428571429rem);
}
@media screen and (min-width: 900px) {
  .p-recruit__detail-link:hover::before {
    -webkit-transform: translate(0.3125rem, -0.3125rem);
            transform: translate(0.3125rem, -0.3125rem);
  }
}
.p-recruit__detail-link--sales {
  padding-bottom: 0.9285714286rem;
  color: #181818;
}
@media screen and (min-width: 900px) {
  .p-recruit__detail-link--sales {
    padding-bottom: 8.3125rem;
  }
}
.p-recruit__detail-link--sales::before {
  background-image: url(../images/btn-arrow-black.svg);
}

.p-business {
  padding-bottom: 0.7142857143rem;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-business {
    padding-bottom: 8.375rem;
  }
}

.p-business__inner {
  width: min(20rem + 1.4285714286rem * 2, 100%);
  padding-inline: 0.7142857143rem;
  margin-inline: auto;
  padding-top: 3rem;
}
@media screen and (min-width: 900px) {
  .p-business__inner {
    width: min(62.5rem + 1.25rem * 2, 100%);
    padding-top: 0;
    padding-inline: 1.25rem;
  }
}

.p-business__fv {
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-business__fv {
    max-width: 100%;
    margin-inline: auto;
    margin-bottom: 2rem;
  }
}
.p-business__fv img {
  width: 100%;
  height: 100%;
  min-height: 15.3571428571rem;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: inset(20% 20% 20% 20% round 20px);
}
@media screen and (min-width: 900px) {
  .p-business__fv img {
    width: 100%;
    max-width: none;
    margin-inline: auto;
    margin-bottom: 5.625rem;
    min-height: 41.875rem;
  }
}

@media screen and (min-width: 900px) {
  .p-business__main-content {
    max-width: 48.5rem;
    margin-inline: auto;
  }
}

.p-business-detail {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .p-business-detail {
    margin-top: 9.875rem;
  }
}

.p-business-detail__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5714285714rem;
  height: auto;
  position: relative;
}

.p-business-detail__box {
  background-color: #ffffff;
  z-index: 1;
}
.p-business-detail__box.is-stopped {
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-business-detail__box {
    position: sticky;
    padding-top: 20px;
    top: 0;
  }
}
@media screen and (min-width: 900px) {
  .p-business-detail__box:nth-child(2), .p-business-detail__box:nth-child(3) {
    border-top: 1px solid #000000;
  }
}

.p-business-detail__head {
  padding-top: 0.5714285714rem;
  padding-left: 0.7857142857rem;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-business-detail__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    padding-left: 1.5rem;
  }
}
.p-business-detail__head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.0080714286rem;
  height: 1.1427857143rem;
  background: url(../images/business-head-frame.png) no-repeat center center/cover;
}
@media screen and (min-width: 900px) {
  .p-business-detail__head::before {
    width: 1.155125rem;
    height: 1.1580625rem;
  }
}

.p-business-detail__number {
  font-family: "Unbounded", sans-serif;
  font-size: 1.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-business-detail__number {
    width: 8.5rem;
    font-size: 4rem;
    padding-top: 1.125rem;
  }
}

.p-business-detail__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 0.7857142857rem;
     -moz-column-gap: 0.7857142857rem;
          column-gap: 0.7857142857rem;
  margin-top: 0.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-business-detail__title {
    margin-top: 0;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.p-business-detail__title.--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 0.2142857143rem;
}
@media screen and (min-width: 900px) {
  .p-business-detail__title.--vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    row-gap: 0;
    -webkit-column-gap: 0.713125rem;
       -moz-column-gap: 0.713125rem;
            column-gap: 0.713125rem;
    margin-top: 0.5625rem;
  }
}

.p-business-detail__title-en {
  color: #181818;
  font-family: "Lato", sans-serif;
  font-size: 1.7857142857rem;
  font-weight: 700;
  line-height: 1.8859285714rem;
}
@media screen and (min-width: 900px) {
  .p-business-detail__title-en {
    font-size: 2.5rem;
    line-height: normal;
  }
}

.p-business-detail__title-ja {
  font-size: 0.7142857143rem;
  font-weight: 500;
  line-height: 1.0714285714rem;
  padding-bottom: 0.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-business-detail__title-ja {
    font-size: 1.156875rem;
    line-height: normal;
  }
}

.p-business-detail__desc {
  margin-top: 0.2857142857rem;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1.0714285714rem;
  letter-spacing: 0.0235714286rem;
}
@media screen and (min-width: 900px) {
  .p-business-detail__desc {
    margin-top: 0.625rem;
    font-size: 1rem;
    letter-spacing: 0.09rem;
    line-height: 1.3125rem;
  }
}
.p-business-detail__desc.--vertical {
  margin-top: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-business-detail__desc.--vertical {
    margin-top: 0;
  }
}

.p-business-detail__image {
  padding: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-business-detail__image {
    margin-top: 1.5rem;
    padding: 0;
    margin-left: 10rem;
  }
}
.p-business-detail__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-business-detail__image img {
    height: 18.75rem;
  }
}

.p-business__bottom-bg {
  position: relative;
  width: 100%;
}
.p-business__bottom-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 100%);
  z-index: 1;
  pointer-events: none;
}

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

.p-business__bottom-bg > .p-business__inner,
.p-business__bottom-bg > .p-business__news {
  position: relative;
  z-index: 2;
}

.p-business__info {
  margin-top: 2.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-business__info {
    margin-top: 11.25rem;
  }
}

.p-business__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-business__bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.7) 100%);
}

.p-business__info-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-business__info-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

.p-business__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-business-link {
  padding: 1.0357142857rem 2.8571428571rem 1.0357142857rem 1.4285714286rem;
  font-weight: 700;
  border-bottom: 1px solid #000000;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-business-link {
    padding: 2.1875rem 2.5rem 2.1875rem 1.25rem;
  }
}

.p-business-link__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b80a15;
  -webkit-transform: translate3d(0, 101%, 0);
          transform: translate3d(0, 101%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
  pointer-events: none;
}

.p-business-link__text {
  position: relative;
  z-index: 1;
}

.p-business-link::before {
  content: "";
  position: absolute;
  right: 0.5714285714rem;
  top: 0.5714285714rem;
  width: 0.5714285714rem;
  height: 0.5714285714rem;
  opacity: 0;
  background: url(../images/btn-arrow-white.png) no-repeat center center/contain;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .p-business-link::before {
    right: 0.6875rem;
    top: 0.5625rem;
    width: 1.1875rem;
    height: 1.1875rem;
  }
}

@media (any-hover: hover) {
  .p-business-link:hover {
    border-color: transparent;
  }
  .p-business-link:hover .p-business-link__bg {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .p-business-link:hover::before {
    opacity: 1;
  }
  .p-business-link:hover .char-original {
    -webkit-transform: translate3d(0, -115%, 0);
            transform: translate3d(0, -115%, 0);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .p-business-link:hover .char-hover {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition-delay: calc(var(--char-index) * 0.02s);
            transition-delay: calc(var(--char-index) * 0.02s);
  }
}
.char-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
  letter-spacing: normal;
}

.char-original {
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: calc(var(--char-index) * 0.02s);
          transition-delay: calc(var(--char-index) * 0.02s);
}

.char-hover {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-transform: translate3d(0, 101%, 0);
          transform: translate3d(0, 101%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: calc(var(--char-index) * 0.02s);
          transition-delay: calc(var(--char-index) * 0.02s);
}

.p-business-link__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.2857142857rem;
     -moz-column-gap: 0.2857142857rem;
          column-gap: 0.2857142857rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (min-width: 900px) {
  .p-business-link__text {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}

.p-business-link__text-en {
  font-family: "Lato", sans-serif;
  font-size: 1.3571428571rem;
  line-height: 1.2222142857rem;
  white-space: nowrap;
  letter-spacing: -0.15em;
}
@media screen and (min-width: 900px) {
  .p-business-link__text-en {
    font-size: 2.5rem;
    line-height: 2.3054375rem;
    letter-spacing: normal;
  }
}

.p-business-link__text-ja {
  white-space: nowrap;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 1.2222142857rem;
  letter-spacing: -0.6em;
}
@media screen and (min-width: 900px) {
  .p-business-link__text-ja {
    font-size: 1rem;
    line-height: 2.3054375rem;
    letter-spacing: normal;
  }
}

.p-business__link-image {
  padding-inline: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-business__link-image {
    max-width: 385px;
    padding-inline: 0;
  }
}
.p-business__link-image img {
  width: 100%;
}

.p-business-news {
  margin-top: 2.3571428571rem;
  padding-inline: 0.7142857143rem;
  --news-slider-indent: 2.1428571429rem;
  --news-slider-spaceBetween: 0.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-business-news {
    margin-top: 8.375rem;
    --news-slider-indent: 6.25rem;
    --news-slider-spaceBetween: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-business-news {
    margin-top: 8.375rem;
    --news-slider-indent: 13.8125rem;
    --news-slider-spaceBetween: 1.5rem;
  }
}

@media screen and (min-width: 900px) {
  .p-business-news__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.p-business-news__head-en {
  color: #0068b7;
  font-family: "Lato", sans-serif;
  font-size: 1.4285714286rem;
  font-weight: 700;
  line-height: 1.2857142857rem;
  letter-spacing: 0.0428571429rem;
}
@media screen and (min-width: 900px) {
  .p-business-news__head-en {
    font-size: 2.5rem;
    line-height: 2.3054375rem;
  }
}

.p-business-news__head-ja {
  display: block;
  margin-top: 0.2857142857rem;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 1.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-business-news__head-ja {
    font-size: 1rem;
    line-height: 2.3054375rem;
    letter-spacing: 0.3125rem;
  }
}

.p-business-news__slider {
  margin-top: 0.7142857143rem;
  padding-inline: 0.7142857143rem;
  width: min(20rem + 1.4285714286rem * 2, 100%);
  margin-inline: auto;
  overflow: hidden;
  --news-slider-spaceBetween: 0.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-business-news__slider {
    margin-top: 1.125rem;
    width: auto;
    margin-inline: 0;
    --news-slider-spaceBetween: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-business-news__slider {
    --news-slider-spaceBetween: 1.5rem;
  }
}

.p-business-news__swiper {
  padding-inline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-page-safety__inner {
  margin: 0 auto;
  padding-inline: 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-page-safety__inner {
    padding: 0 2.5rem;
    max-width: 67.5rem;
  }
}

.p-page-safety {
  background-color: #fbfbfb;
  padding-bottom: 2.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-page-safety {
    padding-bottom: 6.875rem;
  }
}

#safetyManagement {
  scroll-margin-top: 2.1428571429rem;
}
@media screen and (min-width: 900px) {
  #safetyManagement {
    scroll-margin-top: 2.5rem;
  }
}

.p-a__intro {
  padding-top: 1.8571428571rem;
  padding-bottom: 1.5625rem;
}
@media screen and (min-width: 900px) {
  .p-a__intro {
    padding-top: 2.25rem;
    padding-bottom: 2.1875rem;
  }
}

.p-safety__section-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 0.5807142857rem;
  letter-spacing: 0.1885714286rem;
  color: #0068b7;
  margin-bottom: 0.7857142857rem;
}
@media screen and (min-width: 900px) {
  .p-safety__section-title {
    font-size: 1.5rem;
    line-height: 2.2875rem;
    letter-spacing: 0.33rem;
    margin-bottom: 1.25rem;
  }
}

.p-safety__intro-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7857142857rem;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  .p-safety__intro-text {
    gap: 1.25rem;
  }
}
.p-safety__intro-text p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
  color: #181818;
}
@media screen and (min-width: 900px) {
  .p-safety__intro-text p {
    font-size: 1rem;
    line-height: 1.8125rem;
    letter-spacing: 0;
  }
}

.p-safety__grid {
  margin: 0 auto 3.1428571429rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2857142857rem 0.7142857143rem;
  margin-top: 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-safety__grid {
    max-width: 70rem;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.25rem;
    margin: 0 auto 5rem;
  }
}

.p-safety__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.p-safety__card-icon {
  margin-bottom: 0.7857142857rem;
}
@media screen and (min-width: 900px) {
  .p-safety__card-icon {
    margin-bottom: 1.25rem;
  }
}
.p-safety__card-icon svg {
  width: 3.0714285714rem;
  height: 3.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-safety__card-icon svg {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.p-safety__card-icon svg circle {
  fill: #0068b7;
}

.p-safety__card-image {
  width: 100%;
  height: auto;
  margin-bottom: 0.7857142857rem;
}
@media screen and (min-width: 900px) {
  .p-safety__card-image {
    width: 9.75rem;
    height: auto;
    margin-bottom: 1.25rem;
  }
}
.p-safety__card-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-safety__card-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.1428571429rem;
  color: #181818;
}
@media screen and (min-width: 900px) {
  .p-safety__card-title {
    font-size: 0.8125rem;
    line-height: 1.4375rem;
  }
}

.p-safety__details {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.7857142857rem;
}
@media screen and (min-width: 900px) {
  .p-safety__details {
    max-width: 70rem;
    gap: 2.7rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.5rem 3.75rem;
  }
}

@media screen and (min-width: 900px) {
  .p-safety__details-container {
    padding-inline: 2.5rem;
  }
}

.p-safety__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-safety__detail-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-safety__detail-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-safety__detail-icon {
  margin-bottom: 0.7857142857rem;
}
@media screen and (min-width: 900px) {
  .p-safety__detail-icon {
    margin-bottom: 1.25rem;
  }
}
.p-safety__detail-icon svg {
  width: 3.0714285714rem;
  height: 3.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-safety__detail-icon svg {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.p-safety__detail-icon svg circle {
  fill: #0068b7;
}

.p-safety__detail-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #0068b7;
  min-height: 3em; /* 2行分の高さを確保（必要に応じて調整） */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 文字を下揃え */
}
@media screen and (min-width: 900px) {
  .p-safety__detail-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}

.p-safety__detail-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
  color: #181818;
  padding-top: 0.7142857143rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 900px) {
  .p-safety__detail-text {
    font-size: 1rem;
    line-height: 1.8125rem;
    letter-spacing: 0;
  }
}

.p-safety-digitaco {
  padding-block: 4.2857142857rem;
  background-color: #efefef;
}
@media screen and (min-width: 900px) {
  .p-safety-digitaco {
    padding-block: 6.875rem;
  }
}

.p-safety-digitaco__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4rem;
  letter-spacing: 0.12rem;
  color: #181818;
  margin-bottom: 0.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-safety-digitaco__title {
    font-size: 1.5rem;
    line-height: 2.2875rem;
    letter-spacing: 0.21rem;
    margin-bottom: 1.875rem;
  }
}

@media screen and (min-width: 900px) {
  .p-safety-digitaco__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5rem;
  }
}

.p-safety-digitaco__description--image {
  max-width: 25.7142857143rem;
  height: 12.8571428571rem;
  aspect-ratio: 2/1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-safety-digitaco__description--image {
    margin-bottom: 0;
  }
}
.p-safety-digitaco__description--image img {
  width: 100%;
  height: auto;
}

.p-safety-digitaco__description {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0785714286rem;
  color: #181818;
  margin-bottom: 1.9285714286rem;
}
@media screen and (min-width: 900px) {
  .p-safety-digitaco__description {
    font-size: 1rem;
    line-height: 1.8125rem;
    letter-spacing: 0;
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 900px) {
  .p-safety-digitaco__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.5rem 3.75rem;
    padding-top: 5.4375rem;
  }
}

@media screen and (min-width: 900px) {
  .p-safety-digitaco__items-container {
    padding-inline: 2.5rem;
  }
}

.p-safety-digitaco__item {
  margin-bottom: 2.2142857143rem;
}
@media screen and (min-width: 900px) {
  .p-safety-digitaco__item {
    margin-bottom: 0;
  }
}
.p-safety-digitaco__item:last-child {
  margin-bottom: 0;
}

.p-safety-digitaco__image {
  width: 100%;
  margin-bottom: 0.5714285714rem;
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 900px) {
  .p-safety-digitaco__image {
    margin-bottom: 0.9375rem;
  }
}
.p-safety-digitaco__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-safety-digitaco__subtitle {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 2.68rem;
  letter-spacing: 0.12rem;
  color: #0068b7;
}
@media screen and (min-width: 900px) {
  .p-safety-digitaco__subtitle {
    font-size: 1.25rem;
    letter-spacing: 0.1875rem;
  }
}

.p-safety-digitaco__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
  color: #181818;
}
@media screen and (min-width: 900px) {
  .p-safety-digitaco__text {
    font-size: 1rem;
    line-height: 1.8125rem;
    letter-spacing: 0;
  }
}

.p-safetyInspection {
  padding-block: 4.2857142857rem;
  background-color: #fbfbfb;
}
@media screen and (min-width: 900px) {
  .p-safetyInspection {
    padding-block: 7.0625rem;
  }
}

.p-safetyInspection__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 0.5807142857rem;
  letter-spacing: 0.1885714286rem;
  color: #181818;
  margin-bottom: 1.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-safetyInspection__title {
    font-size: 1.5rem;
    line-height: 2.2875rem;
    letter-spacing: 0.33rem;
    margin-bottom: 1.25rem;
  }
}

.p-safetyInspection__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .p-safetyInspection__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-safetyInspection__image {
  aspect-ratio: 163/109;
  margin-bottom: 0.7142857143rem;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-safetyInspection__image {
    width: 21.25rem;
    height: 13.75rem;
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-safetyInspection__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-safetyInspection__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0785714286rem;
  color: #181818;
  margin-bottom: 43px;
}
@media screen and (min-width: 900px) {
  .p-safetyInspection__text {
    font-size: 1rem;
    line-height: 1.8125rem;
    letter-spacing: 0.1875rem;
    max-width: 39.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}

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

.p-safetyInspection__card-border {
  margin-bottom: 0.5714285714rem;
  position: relative;
  width: 100%;
  height: 0.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-safetyInspection__card-border {
    height: 0.375rem;
    margin-bottom: 0.625rem;
  }
}
.p-safetyInspection__card-border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.0535714286rem;
  background-color: #b80a15;
}
@media screen and (min-width: 900px) {
  .p-safetyInspection__card-border::before {
    height: 0.0625rem;
  }
}
.p-safetyInspection__card-border::after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.2142857143rem;
  width: 10rem;
  height: 0.2857142857rem;
  background-color: #b80a15;
}
@media screen and (min-width: 900px) {
  .p-safetyInspection__card-border::after {
    width: 13.4375rem;
    height: 0.375rem;
  }
}

.p-safety-certification {
  background-color: #efefef;
  padding-block: 4.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-safety-certification {
    padding-block: 5.9375rem;
  }
}

.p-safety-certification__inner {
  margin: 0 auto;
  padding-inline: 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-safety-certification__inner {
    max-width: 70rem;
    padding-inline: 2.5rem;
  }
}

.p-safety-certification__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3571428571rem;
  letter-spacing: 0.02em;
  color: #181818;
  margin-bottom: 0.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-safety-certification__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 1.25rem;
  }
}

.p-safety-certification__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8571428571rem;
  margin-bottom: 0.4285714286rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-safety-certification__badges {
    gap: 4.875rem;
    margin-bottom: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-safety-certification__badge {
  background-color: #0068b7;
  padding: 0.7142857143rem 1.0714285714rem;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
.p-safety-certification__badge::before {
  content: "";
  position: absolute;
  background: url(../images/btn-arrow-white.png) no-repeat center center/contain;
  width: 0.3214285714rem;
  aspect-ratio: 1;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5714285714rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 900px) {
  .p-safety-certification__badge::before {
    width: 1rem;
    right: 0.9375rem;
  }
}
.p-safety-certification__badge:hover {
  opacity: 0.8;
}
.p-safety-certification__badge:hover::before {
  -webkit-transform: translate(0.1428571429rem, calc(-50% - 0.1428571429rem));
          transform: translate(0.1428571429rem, calc(-50% - 0.1428571429rem));
}
@media screen and (min-width: 900px) {
  .p-safety-certification__badge:hover::before {
    -webkit-transform: translate(0.25rem, calc(-50% - 0.25rem));
            transform: translate(0.25rem, calc(-50% - 0.25rem));
  }
}
@media screen and (min-width: 900px) {
  .p-safety-certification__badge {
    padding: 0.75rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 274px;
  }
}

.p-safety-certification__badge-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 1.2414285714rem;
  letter-spacing: 0.0257142857rem;
  color: #ffffff;
}
@media screen and (min-width: 900px) {
  .p-safety-certification__badge-text {
    font-size: 1rem;
    line-height: 1.8125rem;
  }
}

.p-safety-certification__subtitle {
  color: #0068b7;
  font-size: 0.9285714286rem;
  font-weight: 700;
  line-height: 0.4602857143rem;
  letter-spacing: 0.13rem;
}
@media screen and (min-width: 900px) {
  .p-safety-certification__subtitle {
    font-size: 1.25rem;
    line-height: 1.8125rem;
    letter-spacing: 0.275rem;
  }
}

.p-safety-certification__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
  color: #181818;
  margin-bottom: 3.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-safety-certification__text {
    font-size: 1rem;
    line-height: 1.8125rem;
    letter-spacing: 0;
    margin-bottom: 4.375rem;
  }
}

.p-safety-certification__eco-activitys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .p-safety-certification__eco-activitys {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.1875rem;
  }
}

.p-safety-certification__proof {
  color: #181818;
  font-size: 0.7476428571rem;
  font-weight: 700;
  line-height: 1.3551428571rem;
  letter-spacing: 0.0373571429rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 0.5714285714rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.8571428571rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  margin-bottom: 0.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-safety-certification__proof {
    height: 2.5709375rem;
    background-color: #ffffff;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.8125rem;
    letter-spacing: 0.05rem;
  }
}

.p-safety-certification__proof-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1.4285714286rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 12.1428571429rem;
  margin: 0 auto;
  padding-bottom: 1.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-safety-certification__proof-images {
    padding-bottom: 0;
    max-width: 24.4285714286rem;
  }
}
@media screen and (max-width: 374px) {
  .p-safety-certification__proof-images {
    max-width: 10.7142857143rem;
  }
}

.p-safety-certification__proof-image {
  display: block;
  -webkit-transform: rotate(0.496deg);
          transform: rotate(0.496deg);
  aspect-ratio: 136/192;
}
@media screen and (min-width: 900px) {
  .p-safety-certification__proof-image {
    width: 11rem;
    height: 14.5625rem;
    aspect-ratio: 176/233;
  }
}
.p-safety-certification__proof-image.--2 {
  -webkit-transform: translate(-3px, 3px) rotate(0deg) scale(1.01);
          transform: translate(-3px, 3px) rotate(0deg) scale(1.01);
}

.p-safety-certification__eco-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-safety-certification__eco-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-safety-certification__eco-list li {
  background-color: #1e8227;
  color: #ffffff;
  text-align: center;
  font-size: 0.6542142857rem;
  font-weight: 700;
  line-height: 1.3551428571rem;
  width: 100%;
  padding: 0.4642857143rem 0.7857142857rem;
}
@media screen and (min-width: 900px) {
  .p-safety-certification__eco-list li {
    font-size: 0.875rem;
    line-height: normal;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 28.125rem;
    height: 3.43025rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-safety-modal-shift {
  padding-block: 4.2857142857rem;
  background: #fbfbfb;
}
@media screen and (min-width: 900px) {
  .p-safety-modal-shift {
    padding-block: 8.9375rem;
  }
}

.p-safety-modal-shift--inner {
  margin: 0 auto;
  padding-inline: 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-safety-modal-shift--inner {
    max-width: 70rem;
    padding-inline: 2.5rem;
  }
}

.p-safety-modal-shift__intro {
  margin-bottom: 1.6428571429rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .p-safety-modal-shift__intro {
    margin-bottom: 5rem;
    display: grid;
    grid-template-columns: 21.875rem 1fr;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    grid-template-areas: "title title" "image text";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-safety-modal-shift__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3571428571rem;
  letter-spacing: 0.1885714286rem;
  color: #181818;
  margin-bottom: 0.7857142857rem;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .p-safety-modal-shift__title {
    font-size: 1.5rem;
    line-height: 2.2875rem;
    letter-spacing: 0.33rem;
    margin-bottom: 2.5rem;
    grid-area: title;
  }
}

.p-safety-modal-shift__intro-image {
  width: 15.2857142857rem;
  height: auto;
  margin-bottom: 0.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-safety-modal-shift__intro-image {
    width: 21.875rem;
    height: auto;
    margin-bottom: 0;
    grid-area: image;
  }
}
.p-safety-modal-shift__intro-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-safety-modal-shift__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
  color: #181818;
}
@media screen and (min-width: 900px) {
  .p-safety-modal-shift__text {
    font-size: 1rem;
    line-height: 1.8125rem;
    letter-spacing: 0;
    grid-area: text;
  }
}

@media screen and (min-width: 900px) {
  .p-safety-modal-shift__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
}

.p-safety-modal-shift__item {
  margin-bottom: 2.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-safety-modal-shift__item {
    margin-bottom: 0rem;
  }
}
.p-safety-modal-shift__item:last-child {
  margin-bottom: 0;
}

.p-safety-modal-shift__image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-safety-modal-shift__image {
    width: 100%;
    height: auto;
  }
}
.p-safety-modal-shift__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-safety-modal-shift__subtitle {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 1.29rem;
  letter-spacing: 0.1885714286rem;
  color: #0068b7;
  margin-bottom: 0.2142857143rem;
}
@media screen and (min-width: 900px) {
  .p-safety-modal-shift__subtitle {
    font-size: 1.25rem;
    line-height: 1.8125rem;
    letter-spacing: 0.275rem;
    margin-bottom: 0.7142857143rem;
  }
}

.p-safety-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  display: block;
}
.p-safety-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.p-safety-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 0;
}

.p-safety-modal__content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 800px;
  height: 90%;
  margin: 5vh auto;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-safety-modal__image-wrap {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
}
.p-safety-modal__image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.p-safety-modal__close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .p-safety-modal__close-btn {
    top: 0;
    right: -50px;
    font-size: 40px;
  }
}

.p-safety {
  padding-bottom: 0;
  padding-top: 12px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-safety {
    overflow-x: hidden;
    overflow-y: visible;
    padding-bottom: 0;
    background-color: #fff;
  }
}
.p-safety .p-safety__inner {
  width: min(20rem + 1.4285714286rem * 2, 100%);
  padding-inline: 1.4285714286rem;
  margin-inline: auto;
}
.p-safety .p-safety__inner .c-section-head {
  text-align: left;
  padding-bottom: 2.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-safety .p-safety__inner {
    width: min(62.5rem + 1.25rem * 2, 100%);
    padding-inline: 1.25rem;
  }
  .p-safety .p-safety__inner .c-section-head {
    padding-bottom: 4rem;
  }
  .p-safety .p-safety__inner .c-section-head__ja {
    font-size: 1.6875rem;
  }
}
.p-safety .p-safety__content {
  padding: 0 1.4285714286rem;
}
@media screen and (min-width: 768px) {
  .p-safety .p-safety__content {
    padding: 0 2.5rem;
  }
}
.p-safety.is-active {
  background: #b80a15;
}
.p-safety .p-safety__map {
  position: relative;
  z-index: 1;
  margin-top: -0.5714285714rem;
  padding-inline: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-safety .p-safety__map {
    margin-top: -19.625rem;
    padding-inline: 9.625rem 3.395rem;
  }
}
.p-safety .p-safety__map .p-safety__map-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.p-safety .p-safety__map-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.p-safety .p-safety__map-svg path[id^=display-path] {
  stroke-width: 8px;
}
@media screen and (min-width: 900px) {
  .p-safety .p-safety__map-svg path[id^=display-path] {
    stroke-width: 2px;
  }
}
.p-safety .p-safety__contents {
  margin-bottom: 5.7142857143rem;
  width: 100%;
  position: relative;
  clip-path: inset(-100vh 0 -100vh 0);
}
@media screen and (min-width: 900px) {
  .p-safety .p-safety__contents {
    margin-top: 6.25rem;
    margin-bottom: 25rem;
  }
}
.p-safety .p-safety__text {
  position: relative;
  z-index: 5;
  width: min(20rem + 2.1428571429rem * 2, 100%);
  padding-inline: 2.1428571429rem;
  margin-inline: auto;
  margin-top: 0.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-safety .p-safety__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    width: min(48.75rem + 1.25rem * 2, 100%);
    margin-top: 0;
    padding-inline: 1.25rem;
  }
}
.p-safety .p-safety__head {
  color: #0068b7;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 0.5807142857rem;
  letter-spacing: 0.1885714286rem;
  margin-bottom: 0.7857142857rem;
}
@media screen and (min-width: 900px) {
  .p-safety .p-safety__head {
    color: #ffffff;
    font-size: 2.25rem;
    line-height: 2.2875rem;
    letter-spacing: 0.33rem;
    margin-bottom: 1.25rem;
  }
}
.p-safety .p-safety__body {
  margin-top: 0.3571428571rem;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.1428571429rem;
  letter-spacing: 0.0235714286rem;
}
@media screen and (min-width: 900px) {
  .p-safety .p-safety__body {
    color: #ffffff;
    margin-top: 0.25rem;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.03rem;
  }
}
.p-safety .p-safety__slider {
  position: relative;
  margin-top: -7.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-safety .p-safety__slider {
    margin-top: 5rem;
  }
}
.p-safety .p-safety__bg-circle {
  position: absolute;
  width: 20.9285714286rem;
  height: 21.5714285714rem;
  background: #0068b7;
  top: 50%;
  left: 50%;
  translate: -50% -17%;
  z-index: 0;
  border-radius: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  pointer-events: none;
}
@media screen and (min-width: 900px) {
  .p-safety .p-safety__bg-circle {
    width: min(100%, 82.5rem);
    height: auto;
    aspect-ratio: 1320/1361;
    translate: -50% -49.5%;
  }
}
.p-safety .p-safety__arch-container {
  position: relative;
  width: 100%;
  height: 25rem;
  overflow: visible;
}
@media screen and (min-width: 900px) {
  .p-safety .p-safety__arch-container {
    height: 37.5rem;
  }
}
.p-safety .p-safety__arch-wheel {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-safety .p-safety__arch-item {
  position: absolute;
  width: 8.2857142857rem;
  height: 8.2857142857rem;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: -webkit-grab;
  cursor: grab;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-safety .p-safety__arch-item:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.p-safety .p-safety__arch-item.is-active {
  opacity: 1;
  z-index: 2;
}
.p-safety .p-safety__arch-item.is-active .p-safety__arch-item-text {
  opacity: 1;
}
@media screen and (min-width: 900px) {
  .p-safety .p-safety__arch-item {
    width: 16.6875rem;
    height: 16.6875rem;
  }
}
.p-safety .p-safety__arch-item-img {
  width: 100%;
  height: 100%;
}
.p-safety .p-safety__arch-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.p-safety .p-safety__arch-item-text {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 0.8785714286rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  width: 200%;
  top: calc(100% + 0.5714285714rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (min-width: 900px) {
  .p-safety .p-safety__arch-item-text {
    font-size: 1.25rem;
    line-height: 2rem;
    top: calc(100% + 1.625rem);
  }
}
.p-safety .p-safety__controls {
  position: relative;
  margin-top: -2.8571428571rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4285714286rem;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .p-safety .p-safety__controls {
    margin-top: -9.375rem;
    gap: 2.5rem;
  }
}
.p-safety .p-safety__prev-btn,
.p-safety .p-safety__next-btn {
  width: 1.7857142857rem;
  height: 1.7857142857rem;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .p-safety .p-safety__prev-btn,
  .p-safety .p-safety__next-btn {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-safety .p-safety__prev-btn span::before,
.p-safety .p-safety__next-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  border: solid #ffffff;
  border-width: 0 0 0.1428571429rem 0.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-safety .p-safety__prev-btn span::before,
  .p-safety .p-safety__next-btn span::before {
    width: 1rem;
    height: 1rem;
    border-width: 0 0 0.1875rem 0.1875rem;
  }
}
.p-safety .p-safety__prev-btn span::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-safety .p-safety__next-btn span::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.p-safety .p-safety__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-safety .p-safety__pagination {
    gap: 0.75rem;
  }
}
.p-safety .p-safety__dot {
  width: 0.5714285714rem;
  height: 0.5714285714rem;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (min-width: 900px) {
  .p-safety .p-safety__dot {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-safety .p-safety__dot.is-active {
  background: #B80A15;
}
.p-safety .p-safety__slider-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.7142857143rem;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .p-safety .p-safety__slider-btn {
    margin-top: 2rem;
  }
}

.p-companyInformation {
  padding-bottom: 2.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-companyInformation {
    padding-bottom: 9.375rem;
  }
}

#companyInformation {
  scroll-margin-top: 2.1428571429rem;
}
@media screen and (min-width: 900px) {
  #companyInformation {
    scroll-margin-top: 2.5rem;
  }
}

.p-page__company {
  background-color: #fbfbfb;
}

.p-company__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fbfbfb;
}
.p-company__btn:hover {
  opacity: 0.8;
}

.p-company__btn-bg {
  width: 15.7777857143rem;
  height: 2.8781428571rem;
  background-color: #0068b7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-company__btn-bg {
    width: 28.4375rem;
    height: 5.1875rem;
  }
}
.p-company__btn-bg::before {
  content: "";
  top: 1.0714285714rem;
  right: 0rem;
  width: 1.2857142857rem;
  height: 0.5714285714rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/right-up-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .p-company__btn-bg::before {
    top: 2.1428571429rem;
    right: 1.0714285714rem;
    width: 1.0714285714rem;
    height: 1.0714285714rem;
  }
}
.p-company__btn-bg:hover::before {
  -webkit-transform: translate(-30%, -70%);
          transform: translate(-30%, -70%);
}

.p-company__btn-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1728571429rem;
  line-height: 1.2691428571rem;
}
@media screen and (min-width: 900px) {
  .p-company__btn-text {
    font-size: 1.5rem;
    letter-spacing: 0.33rem;
    line-height: 2.2875rem;
  }
}

.p-company__history {
  background-color: #ffffff;
  padding-bottom: 2.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-company__history {
    padding-top: 6.875rem;
    padding-bottom: 9.375rem;
  }
}

.p-company__history-description {
  margin-bottom: 2.8571428571rem;
  margin-top: 2.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-company__history-description {
    margin-bottom: 3.1875rem;
    margin-top: 1.9375rem;
  }
}
.p-company__history-description p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
  color: #181818;
  margin: 0 0 1.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-company__history-description p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0.1925rem;
    margin: 0 0 1.25rem;
  }
}
.p-company__history-description p:last-child {
  margin-bottom: 0;
}

.p-company__timeline-container {
  width: 100%;
  max-height: 45.2857142857rem;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #0068b7;
}
@media screen and (min-width: 900px) {
  .p-company__timeline-container {
    max-height: 39.625rem;
  }
}
.p-company__timeline-container::-webkit-scrollbar {
  width: 8px;
}
.p-company__timeline-container::-webkit-scrollbar-track {
  background: #f3f3f3;
}
.p-company__timeline-container::-webkit-scrollbar-thumb {
  background: #0068b7;
  border-radius: 4px;
}
.p-company__timeline-container::-webkit-scrollbar-thumb:hover {
  background: #004c85;
}

.p-company__timeline-table {
  display: block;
  width: 100%;
  max-height: 35.7142857143rem;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 900px) {
  .p-company__timeline-table {
    display: table;
    width: 100%;
    max-height: none;
    overflow: visible;
    border-collapse: collapse;
    table-layout: fixed;
  }
}

.p-company__timeline-row {
  display: block;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-company__timeline-row {
    display: table-row;
    width: auto;
  }
  .p-company__timeline-row:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}

.p-company__timeline-year {
  display: block;
  width: 100%;
  height: 1.4285714286rem;
  padding: 0 0.8571428571rem;
  background-color: #0068B7;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 500;
  letter-spacing: 0.22rem;
  line-height: 1.4285714286rem;
  text-align: left;
  border-bottom: 0.0215rem solid #FFF;
}
@media screen and (min-width: 900px) {
  .p-company__timeline-year {
    display: table-cell;
    width: 30%;
    height: auto;
    padding: 0.9375rem 0.75rem;
    font-size: 0.875rem;
    letter-spacing: 0.1925rem;
    line-height: 1.266875rem;
    vertical-align: middle;
    border-bottom: none;
    border-right: 0.0625rem solid #ffffff;
  }
}

.p-company__timeline-content {
  display: block;
  width: 100%;
  min-height: 2.5714285714rem;
  padding: 0.5714285714rem 0.8571428571rem;
  background-color: #FFF;
  color: #181818;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 500;
  letter-spacing: 0.1571428571rem;
  line-height: normal;
  text-align: left;
  border-bottom: 0.0215rem solid #0068B7;
  word-wrap: break-word;
  word-break: break-all;
}
@media screen and (min-width: 900px) {
  .p-company__timeline-content {
    display: table-cell;
    width: 70%;
    min-height: auto;
    padding: 0.9375rem 0.75rem;
    color: #181818;
    font-size: 0.875rem;
    letter-spacing: 0.1925rem;
    line-height: 1.266875rem;
    vertical-align: middle;
    border: 0.0625rem solid #0068b7;
  }
}

.p-company__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.9285714286rem;
  max-width: 23.9285714286rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.9285714286rem;
}
@media screen and (min-width: 900px) {
  .p-company__images {
    padding-top: 4.9375rem;
    margin: 0 auto 4.375rem;
    max-width: 62.5rem;
  }
}

.p-company__image {
  width: 100%;
  height: auto;
  display: block;
}

.p-company__info-table-wrapper {
  margin-bottom: 2.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-company__info-table-wrapper {
    margin-bottom: 3.75rem;
  }
}

.p-company__info-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}

.p-company__info-row {
  border: 0.0714285714rem solid #efefef;
}
@media screen and (min-width: 900px) {
  .p-company__info-row {
    border: 0.0625rem solid #efefef;
  }
}

.p-company__info-label {
  width: 30%;
  padding: 1.0714285714rem 0.4285714286rem;
  color: #181818;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 700;
  letter-spacing: 0.1885714286rem;
  line-height: 1.3071428571rem;
  text-align: left;
  vertical-align: top;
  border: 0.0714285714rem solid #efefef;
}
@media screen and (min-width: 900px) {
  .p-company__info-label {
    padding: 1.25rem 1.5rem;
    font-size: 0.875rem;
    letter-spacing: 0.1925rem;
    line-height: 1.3375rem;
    border: 0.0625rem solid #efefef;
  }
}

.p-company__info-value {
  width: 70%;
  padding: 1.0714285714rem 0.8571428571rem;
  background-color: #ffffff;
  color: #181818;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 500;
  letter-spacing: 0.1885714286rem;
  line-height: 1.3071428571rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 900px) {
  .p-company__info-value {
    padding: 1.25rem 1.5rem;
    font-size: 0.875rem;
    letter-spacing: 0.1925rem;
    line-height: 1.3375rem;
  }
}
.p-company__info-value br {
  display: block;
  margin-bottom: 0.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-company__info-value br {
    margin-bottom: 0.375rem;
  }
}

.p-company__image-bottom-item {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  overflow: hidden;
  aspect-ratio: 1441/366;
}
.p-company__image-bottom-item .p-company__bottom-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.p-company__image-bottom-item .p-company__bottom-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company__image-bottom-item:hover {
  opacity: 0.8;
}
.p-company__image-bottom-item:hover .p-company__image-bottom-item--text::after {
  -webkit-transform: translateY(-50%) translate(5px, -5px);
          transform: translateY(-50%) translate(5px, -5px);
}

.p-company__image-bottom-item--text {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #f3f3f3;
  padding-right: 2.5rem;
  line-height: 1.5;
  pointer-events: none;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .p-company__image-bottom-item--text {
    padding-right: 1.875rem;
    font-size: 1.875rem;
  }
}
.p-company__image-bottom-item--text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/vector.svg) no-repeat center center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 900px) {
  .p-company__image-bottom-item--text::after {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.p-page-head__csr {
  background-color: #efefef;
}

.p-sdgsInitiatives {
  background-color: #efefef;
  padding-top: 1.1428571429rem;
  padding-bottom: 2.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives {
    padding-top: 1.875rem;
    padding-bottom: 5rem;
  }
}

.p-sdgsInitiatives__declaration {
  margin-bottom: 0.7142857143rem;
  margin-top: 1.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__declaration {
    margin-top: 2.25rem;
    margin-bottom: 0;
  }
}

.p-sdgsInitiatives__declaration-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  color: #181818;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__declaration-text {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.p-sdgsInitiatives__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 1.25rem;
  }
}

.p-sdgsInitiatives__poster {
  width: 9.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__poster {
    width: 17.375rem;
  }
}
.p-sdgsInitiatives__poster img {
  width: 100%;
  height: auto;
  display: block;
}

.p-sdgsInitiatives__logo {
  width: 21.7142857143rem;
  height: auto;
  margin-top: -1.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__logo {
    width: 33.75rem;
  }
}
.p-sdgsInitiatives__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.p-csr__inner {
  max-width: 67.5rem;
  margin: 0 auto;
  padding-inline: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-csr__inner {
    padding-inline: 2.5rem;
  }
}

.p-sdgsInitiatives__card {
  background-color: #ffffff;
  padding: 2.1428571429rem 1.4285714286rem;
  margin-bottom: 2.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__card {
    padding: 3.75rem 3.75rem;
    margin-bottom: 2.5rem;
  }
}
.p-sdgsInitiatives__card:last-child {
  margin-bottom: 0;
}

.p-sdgsInitiatives__philosophy-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__philosophy-cards {
    gap: 2.5rem;
  }
}

.p-sdgsInitiatives__philosophy-card {
  background-color: #ffffff;
  padding: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__philosophy-card {
    padding: 1.875rem 3.75rem 2.5rem;
  }
}

.p-sdgsInitiatives__card-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #0068b7;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__card-title {
    font-size: 1.25rem;
    line-height: 3;
    letter-spacing: 0.22em;
  }
}

.p-sdgsInitiatives__card-line {
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: #0068b7;
  margin-bottom: 0.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__card-line {
    margin-bottom: 0.8125rem;
  }
}

.p-sdgsInitiatives__card-image--lg {
  width: 100%;
}

.p-sdgsInitiatives__card-image--md {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__card-image--md {
    width: 90%;
  }
}

.p-sdgsInitiatives__card-image--lg img,
.p-sdgsInitiatives__card-image--md img {
  width: 100%;
  height: auto;
  display: block;
}

.p-sdgsInitiatives__card-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
  padding-top: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__card-text {
    font-size: 1rem;
    padding-top: 1.5rem;
  }
}

.p-sdgsInitiatives__box {
  border: 0.3px solid #0068b7;
  margin-top: 1.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__box {
    border: 1px solid #0068b7;
    margin-top: 1.1875rem;
  }
}

.p-sdgsInitiatives__title {
  background-color: #0068b7;
  color: #f3f3f3;
  padding: 0.4285714286rem 0.8571428571rem;
  display: inline-block;
  text-align: center;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__title {
    padding: 1rem 1.875rem;
    font-size: 1rem;
  }
}

.p-sdgsInitiatives__list {
  padding-inline: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__list {
    padding-inline: 0.625rem;
  }
}

.p-sdgsInitiatives__item {
  margin-block: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__item {
    margin-block: 0.625rem;
  }
}
.p-sdgsInitiatives__item:last-child {
  border-bottom: none;
}

.p-sdgsInitiatives__itemTitle {
  color: #ee0000;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  padding-left: 0.7142857143rem;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__itemTitle {
    font-size: 1.125rem;
    padding-left: 1rem;
    line-height: 2;
  }
}
.p-sdgsInitiatives__itemTitle::before {
  content: "・";
  position: absolute;
  top: 0.7142857143rem;
  left: 0.2142857143rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ee0000;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__itemTitle::before {
    top: 1.125rem;
    left: 0.375rem;
  }
}

.p-sdgsInitiatives__itemText {
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
  padding-bottom: 0.7142857143rem;
  padding-left: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__itemText {
    font-size: 1rem;
    padding-bottom: 0;
  }
}

.p-sdgsInitiatives__itemText-sub {
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
  padding-bottom: 0.7142857143rem;
  padding-left: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__itemText-sub {
    font-size: 1rem;
  }
}

.p-sdgsInitiatives__card-label {
  display: block;
  background-color: #0068b7;
  padding: 0.5714285714rem 1.1428571429rem;
  margin-bottom: 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__card-label {
    padding: 0.96875rem 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.p-sdgsInitiatives__card-label-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__card-label-text {
    font-size: 0.875rem;
  }
}

.p-sdgsInitiatives__card-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7142857143rem;
  margin-bottom: 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__card-icons {
    gap: 1.25rem;
    margin-bottom: 1.875rem;
  }
}

.p-sdgsInitiatives__icon {
  width: 4.2857142857rem;
  height: 4.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__icon {
    width: 8.75rem;
    height: 8.75rem;
  }
}
.p-sdgsInitiatives__icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-sdgsInitiatives__card-summary {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.9285714286rem;
  font-weight: 700;
  line-height: 1.8;
  color: #181818;
  margin: 0 0 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__card-summary {
    font-size: 0.875rem;
    margin: 0 0 1.875rem;
  }
}

.p-sdgsInitiatives__card-details {
  margin-bottom: 1.7857142857rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__card-details {
    margin-bottom: 2.5rem;
  }
}

.p-sdgsInitiatives__detail-item {
  margin-bottom: 1.0714285714rem;
  padding-left: 0.8571428571rem;
  border-left: 0.2142857143rem solid #0068b7;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__detail-item {
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
    border-left: 0.25rem solid #0068b7;
  }
}
.p-sdgsInitiatives__detail-item:last-child {
  margin-bottom: 0;
}

.p-sdgsInitiatives__detail-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.9285714286rem;
  font-weight: 700;
  line-height: 1.6;
  color: #181818;
  margin: 0 0 0.3571428571rem;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__detail-title {
    font-size: 0.875rem;
    margin: 0 0 0.5rem;
  }
}

.p-sdgsInitiatives__detail-desc {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 1.8;
  color: #181818;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__detail-desc {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.p-sdgsInitiatives__card-note {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 700;
  line-height: 1.8;
  color: #181818;
  margin: 1.0714285714rem 0 0;
}
@media screen and (min-width: 900px) {
  .p-sdgsInitiatives__card-note {
    font-size: 0.8125rem;
    margin: 1.25rem 0 0;
  }
}

.p-csrActivities {
  background-color: #efefef;
  padding-top: 1.4285714286rem;
  padding-bottom: 2.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-csrActivities {
    padding-bottom: 6.25rem;
  }
}

#csrActivities {
  scroll-margin-top: 2.1428571429rem;
}
@media screen and (min-width: 900px) {
  #csrActivities {
    scroll-margin-top: 2.5rem;
  }
}

.p-csrActivities__header {
  text-align: left;
  margin-bottom: 2.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__header {
    margin-bottom: 2.5rem;
  }
}

.p-csrActivities__title-en {
  font-family: "Lato", sans-serif;
  font-size: 2.5714285714rem;
  font-weight: 700;
  line-height: 1.6;
  color: #181818;
  margin: 0 0 0.3571428571rem;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__title-en {
    font-size: 4rem;
    margin: 0 0 0.625rem;
  }
}

.p-csrActivities__title-ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 1.6;
  color: #181818;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__title-ja {
    font-size: 1rem;
  }
}

.p-csrActivities__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4285714286rem;
  padding-top: 2.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__cards {
    gap: 1.875rem;
    padding-top: 2.25rem;
  }
}

.p-csrActivities__card {
  background-color: #ffffff;
  padding: 0.7142857143rem;
  margin-bottom: 1.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__card {
    padding: 2.5rem 3.75rem;
    margin-bottom: 1.875rem;
  }
}
.p-csrActivities__card:last-child {
  margin-bottom: 0;
}

.p-csrActivities__card-header {
  margin-bottom: 1.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__card-header {
    margin-bottom: 0;
  }
}

.p-csrActivities__card-title {
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1.8;
  color: #ffffff;
  background-color: #0068b7;
  padding: 0.4285714286rem 0.9285714286rem;
  margin: 0;
}
@media screen and (max-width: 374px) {
  .p-csrActivities__card-title {
    padding: 0.4285714286rem 0.2142857143rem;
  }
}
@media screen and (min-width: 900px) {
  .p-csrActivities__card-title {
    font-size: 1.25rem;
    padding: 0.375rem 2.5rem;
  }
}

.p-csrActivities__card-image {
  width: 100%;
  margin-bottom: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__card-image {
    width: 21.5625rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
}
.p-csrActivities__card-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-csrActivities__card-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__card-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-csrActivities__subcard {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__subcard {
    max-width: calc(50% - 1.25rem);
  }
}

.p-csrActivities__card-wrapper {
  padding-bottom: 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__card-wrapper {
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.p-csrActivities__subcard-image {
  width: 100%;
  height: auto;
  margin-bottom: 1.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__subcard-image {
    margin-bottom: 1.25rem;
  }
}
.p-csrActivities__subcard-image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-csrActivities__subcard-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.2857142857rem;
  font-weight: 500;
  line-height: 2.5;
  color: #0068b7;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__subcard-title {
    font-size: 1.125rem;
    line-height: 2.5;
  }
}

.p-csrActivities__subcard-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #181818;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__subcard-text {
    font-size: 1rem;
  }
}

.p-csrActivities__section-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 500;
  line-height: 2.5;
  color: #181818;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__section-title {
    font-size: 1.125rem;
  }
}

.p-csrActivities__subtitle {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 500;
  line-height: 2;
  color: #0068b7;
  padding-top: 1.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__subtitle {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.p-csrActivities__image-grid {
  display: grid;
  gap: 1.0714285714rem;
  padding-top: 1.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__image-grid {
    gap: 1.875rem;
    padding-top: 0.625rem;
  }
}
.p-csrActivities__image-grid.--two-col {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__image-grid.--two-col {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-csrActivities__image-item {
  width: 100%;
}
.p-csrActivities__image-item img {
  width: 100%;
  height: auto;
  display: block;
}

.p-csrActivities__description {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1.8;
  color: #181818;
  padding-top: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__description {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-csrActivities__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__card-content {
    gap: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.25rem;
  }
}

.p-csrActivities__card-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #181818;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__card-text {
    font-size: 1rem;
  }
}

.p-csrActivities__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__card-body {
    gap: 1.125rem;
  }
}

.p-csrActivities__flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 1.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-csrActivities__flex-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 1.5625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-csrActivities__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 900px) {
  .p-csrActivities__gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-csrActivities__gallery-item {
  width: 100%;
  aspect-ratio: 1.23/1;
  overflow: hidden;
}
.p-csrActivities__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-environmental {
  background-color: #fbfbfb;
  padding: 2.8571428571rem 0 4.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-environmental {
    padding: 6.25rem 0 5rem;
  }
}

#environmental {
  scroll-margin-top: 2.1428571429rem;
}
@media screen and (min-width: 900px) {
  #environmental {
    scroll-margin-top: 2.5rem;
  }
}

.p-environmental__inner {
  max-width: 40rem;
  margin: 0 auto;
  padding: 0 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-environmental__inner {
    max-width: 75rem;
    padding: 0 2.5rem;
  }
}

.p-environmental__header {
  text-align: center;
  margin-bottom: 2.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-environmental__header {
    margin-bottom: 3.75rem;
  }
}

.p-environmental__title-en {
  font-family: "Lato", sans-serif;
  font-size: 2.2857142857rem;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: 0;
  color: #181818;
  margin: 0 0 0.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-environmental__title-en {
    font-size: 4rem;
    line-height: 1.53;
    margin: 0 0 0.75rem;
  }
}

.p-environmental__title-ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.29;
  letter-spacing: 0.22rem;
  color: #181818;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .p-environmental__title-ja {
    font-size: 1rem;
    line-height: 2.3;
    letter-spacing: 0.22rem;
  }
}

.p-environmental__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7857142857rem 0.9285714286rem;
  margin-top: 1.2142857143rem;
}
@media screen and (max-width: 374px) {
  .p-environmental__grid {
    gap: 0.7142857143rem 0.5714285714rem;
  }
}
@media screen and (min-width: 900px) {
  .p-environmental__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 2.25rem;
  }
}

.p-environmental__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 0.7142857143rem 0.5rem 1rem;
  background-color: #efefef;
  border-radius: 0.2857142857rem;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (min-width: 900px) {
  .p-environmental__card {
    border-radius: 0.25rem;
    padding: 1rem 0.4375rem 1.25rem;
  }
}
.p-environmental__card:hover {
  -webkit-transform: translateY(-0.2857142857rem);
          transform: translateY(-0.2857142857rem);
  -webkit-box-shadow: 0 0.5714285714rem 1.1428571429rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5714285714rem 1.1428571429rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 900px) {
  .p-environmental__card:hover {
    -webkit-transform: translateY(-0.25rem);
            transform: translateY(-0.25rem);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
}

.p-environmental__card-image {
  width: 100%;
  height: 8.5714285714rem;
  overflow: hidden;
  background-color: #efefef;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-environmental__card-image {
    height: 100%;
  }
}
.p-environmental__card-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-environmental__card-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #0068b7;
  text-align: center;
  padding: 0.7142857143rem 0rem;
  margin-bottom: auto;
}
@media screen and (min-width: 900px) {
  .p-environmental__card-title {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.01em;
    padding: 0.75rem 0rem;
  }
}

.p-environmental__card-button {
  background-color: #181818;
  border-radius: 0.2857142857rem;
  margin: 0 auto;
  padding: 0.4285714286rem 1.4285714286rem;
  text-align: center;
  max-width: 7.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-environmental__card-button {
    border-radius: 0.25rem;
    margin: 0 auto;
    padding: 0.5rem 1.25rem;
    max-width: 8.4375rem;
  }
}

.p-environmental__button-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7142857143rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1571428571rem;
  color: #ffffff;
  display: block;
}
@media screen and (min-width: 900px) {
  .p-environmental__button-text {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.125rem;
  }
}

.p-environmental-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-environmental-popup.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.p-environmental-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.p-environmental-popup__container {
  position: relative;
  width: 90%;
  max-width: 21.4285714286rem;
  max-height: 80vh;
  margin: auto;
  color: #ffffff;
  border-radius: 0.5714285714rem;
  overflow-y: auto;
  z-index: 10000;
  -webkit-animation: popupSlideIn 0.3s ease;
          animation: popupSlideIn 0.3s ease;
}
@media screen and (min-width: 900px) {
  .p-environmental-popup__container {
    max-width: 40rem;
    border-radius: 0.5rem;
  }
}

@-webkit-keyframes popupSlideIn {
  from {
    -webkit-transform: translateY(-1.4285714286rem);
            transform: translateY(-1.4285714286rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes popupSlideIn {
  from {
    -webkit-transform: translateY(-1.4285714286rem);
            transform: translateY(-1.4285714286rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.p-environmental-popup__close {
  position: absolute;
  top: 0.7142857143rem;
  right: 0.7142857143rem;
  width: 2.2857142857rem;
  height: 2.2857142857rem;
  background-color: #181818;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 900px) {
  .p-environmental-popup__close {
    top: 1.25rem;
    right: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-environmental-popup__close:hover {
  background-color: #0068b7;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-environmental-popup__close span {
  position: absolute;
  width: 1.1428571429rem;
  height: 0.1428571429rem;
  background-color: #ffffff;
  border-radius: 0.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-environmental-popup__close span {
    width: 1.25rem;
    height: 0.125rem;
    border-radius: 0.0625rem;
  }
}
.p-environmental-popup__close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-environmental-popup__close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-environmental-popup__content {
  padding: 3.5714285714rem 1.4285714286rem 2.1428571429rem;
  background-color: #efefef;
}
@media screen and (min-width: 900px) {
  .p-environmental-popup__content {
    padding: 2.5rem 2.5rem;
  }
}

.p-environmental-popup__image {
  width: 100%;
  margin-bottom: 1.7142857143rem;
  border-radius: 0.2857142857rem;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-environmental-popup__image {
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    width: 70%;
  }
}
.p-environmental-popup__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-environmental-popup__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.2857142857rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1285714286rem;
  color: #0068b7;
  margin: 0 0 1.4285714286rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-environmental-popup__title {
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.15rem;
    margin: 0 0 1.875rem;
    width: 80%;
    margin: 0 auto;
  }
}

.p-environmental-popup__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.0357142857rem;
  color: #181818;
}
@media screen and (min-width: 900px) {
  .p-environmental-popup__text {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.03125rem;
    width: 80%;
    margin: 0 auto;
  }
}
.p-environmental-popup__text p {
  margin: 0 0 1.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-environmental-popup__text p {
    margin: 0 0 1.25rem;
  }
}
.p-environmental-popup__text p:last-child {
  margin-bottom: 0;
}

.p-contact {
  background-color: #fbfbfb;
  padding-bottom: 2.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-contact {
    padding-bottom: 5.75rem;
  }
}

.p-contact__breadcrumb {
  padding: 4.5714285714rem 1.4285714286rem 1rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.5714285714rem;
  font-weight: 700;
  letter-spacing: 0.1257142857rem;
  line-height: 1rem;
}
@media screen and (min-width: 900px) {
  .p-contact__breadcrumb {
    padding: 5rem 2.5rem 1.25rem;
    font-size: 0.625rem;
    letter-spacing: 0.1375rem;
    line-height: 1.0625rem;
  }
}

.p-contact__breadcrumb-home {
  color: #181818;
}

.p-contact__breadcrumb-separator {
  color: #181818;
}

.p-contact__breadcrumb-current {
  color: #0068b7;
}

.p-contact__header {
  max-width: 20rem;
  margin: 0 auto 4rem;
  text-align: right;
}
@media screen and (min-width: 900px) {
  .p-contact__header {
    max-width: 70rem;
    margin: 0 auto 5rem;
  }
}

.p-contact__title {
  font-family: "Unbounded", sans-serif;
  font-size: 2.2857142857rem;
  font-weight: 400;
  line-height: 2.0821428571rem;
  letter-spacing: 0;
  color: #181818;
  margin: 0 0 0.6428571429rem;
}
@media screen and (min-width: 900px) {
  .p-contact__title {
    font-size: 3rem;
    line-height: 2.7325rem;
    margin: 0 0 0.8125rem;
  }
}

.p-contact__subtitle {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 0.5807142857rem;
  letter-spacing: 0.1885714286rem;
  color: #181818;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .p-contact__subtitle {
    font-size: 1.125rem;
    line-height: 0.7625rem;
    letter-spacing: 0.2475rem;
  }
}

.p-contact__main-content {
  padding-top: 2.7142857143rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-contact__main-content {
    max-width: 62.5rem;
    padding-top: 0;
  }
}

.p-contact__description {
  margin: 0 0 1.2857142857rem;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .p-contact__description {
    margin: 0 0 2.8125rem;
    text-align: center;
  }
}
.p-contact__description p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0235714286rem;
  color: #181818;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .p-contact__description p {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.03rem;
  }
}

.p-contact__content-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-contact__content-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-contact__recruit-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 440/288;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-contact__recruit-banner {
    width: 27.5625rem;
    height: 18.0625rem;
    margin: 0;
  }
}

.p-contact__recruit-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-contact__recruit-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-contact__recruit-content {
  position: relative;
  z-index: 2;
  padding: 7.4285714286rem 0.7142857143rem 0.7857142857rem;
  pointer-events: none;
}
@media screen and (min-width: 900px) {
  .p-contact__recruit-content {
    padding: 13.75rem 2.5rem 2.5rem;
  }
}

.p-contact__recruit-title {
  font-family: "Lato", sans-serif;
  font-size: 3.4285714286rem;
  font-weight: 500;
  line-height: 4rem;
  color: #f3f3f3;
  margin: 0 0 -0.1385714286rem;
}
@media screen and (min-width: 900px) {
  .p-contact__recruit-title {
    font-size: 5rem;
    line-height: 5.833125rem;
    margin: 0 0 -0.201875rem;
  }
}

.p-contact__recruit-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 5;
}
.p-contact__recruit-link::before {
  content: "";
  position: absolute;
  bottom: 0.7142857143rem;
  right: 0.8571428571rem;
  width: 0.7857142857rem;
  height: 0.7857142857rem;
  background-image: url(../images/arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
@media screen and (min-width: 900px) {
  .p-contact__recruit-link::before {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 1.4375rem;
    height: 1.4375rem;
  }
}
.p-contact__recruit-link:hover {
  opacity: 0.8;
}
.p-contact__recruit-link:hover::before {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (min-width: 900px) {
  .p-contact__recruit-link:hover::before {
    -webkit-transform: translate(6px, -6px);
            transform: translate(6px, -6px);
  }
}
.p-contact__recruit-link:active {
  opacity: 0.6;
}

.p-contact__recruit-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 700;
  line-height: 0.9985714286rem;
  letter-spacing: 0.0235714286rem;
  color: #f3f3f3;
}
@media screen and (min-width: 900px) {
  .p-contact__recruit-text {
    font-size: 0.875rem;
    line-height: 1.110625rem;
    letter-spacing: 0.02625rem;
  }
}

.p-contact__recruit-icon {
  width: 1.0328571429rem;
  height: 1.0328571429rem;
  color: #f3f3f3;
}
@media screen and (min-width: 900px) {
  .p-contact__recruit-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.p-contact__recruit-decoration {
  position: absolute;
  top: -0.0078571429rem;
  right: -0.0714285714rem;
  width: 2.5792857143rem;
  height: 2.5792857143rem;
  background-color: #f3f3f3;
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 900px) {
  .p-contact__recruit-decoration {
    top: -0.01125rem;
    right: -0.104375rem;
    width: 3.1875rem;
    height: 3.1875rem;
  }
}

.p-contact__form-wrapper {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-contact__form-wrapper {
    max-width: 31.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

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

.p-contact__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2142857143rem;
  margin-bottom: 0.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-contact__label {
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }
}

.p-contact__label-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1.2371428571rem;
  letter-spacing: 0.0257142857rem;
  color: #181818;
}
@media screen and (min-width: 900px) {
  .p-contact__label-text {
    font-size: 1rem;
    line-height: 1.443125rem;
    letter-spacing: 0.03rem;
  }
}

.p-contact__label-required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.0714285714rem 0.2142857143rem;
  background-color: #efefef;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.5714285714rem;
  font-weight: 500;
  line-height: 0.9278571429rem;
  letter-spacing: 0.0171428571rem;
  color: #181818;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-contact__label-required {
    padding: 0.125rem 0.375rem;
    font-size: 0.625rem;
    line-height: 1.015rem;
    letter-spacing: 0.01875rem;
  }
}

.p-contact__input {
  width: 100%;
  height: 2.5rem;
  padding: 0.5714285714rem 0.8571428571rem;
  background-color: #efefef;
  border: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 500;
  color: #181818;
  outline: none;
}
@media screen and (min-width: 900px) {
  .p-contact__input {
    height: 3.375rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
}
.p-contact__input:focus {
  background-color: #e5e5e5;
}

.p-contact__textarea {
  width: 100%;
  min-height: 9.78rem;
  padding: 0.5714285714rem 0.8571428571rem;
  background-color: #efefef;
  border: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1.2857142857rem;
  color: #181818;
  outline: none;
  resize: vertical;
}
@media screen and (min-width: 900px) {
  .p-contact__textarea {
    min-height: 15.8125rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.p-contact__textarea:focus {
  background-color: #e5e5e5;
}

.p-contact__privacy-agreement {
  margin-top: 0.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-contact__privacy-agreement {
    margin-top: 1.25rem;
  }
}

.p-contact__privacy-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5714285714rem;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .p-contact__privacy-label {
    gap: 0.6875rem;
  }
}

.wpcf7-acceptance input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  background-color: #f3f3f3;
  border: 1px solid #878787;
  border-radius: 0;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0.5714285714rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 900px) {
  .wpcf7-acceptance input[type=checkbox] {
    width: 1.625rem;
    height: 1.625rem;
    margin-right: 0.6875rem;
  }
}
.wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #181818;
  border-color: #181818;
}
.wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -55%) rotate(45deg);
          transform: translate(-50%, -55%) rotate(45deg);
  width: 0.2857142857rem;
  height: 0.5714285714rem;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
}
@media screen and (min-width: 900px) {
  .wpcf7-acceptance input[type=checkbox]:checked::after {
    width: 0.3125rem;
    height: 0.625rem;
    border-width: 0 2.5px 2.5px 0;
  }
}

.wpcf7-list-item-label {
  white-space: nowrap;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7142857143rem;
  font-weight: 500;
  line-height: 1.2857142857rem;
  letter-spacing: 0.0357142857rem;
  color: #000000;
  vertical-align: middle;
}
@media screen and (min-width: 900px) {
  .wpcf7-list-item-label {
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
}

.wpcf7-list-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  white-space: nowrap;
}

.p-contact__privacy-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7142857143rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  color: #000000;
}
@media screen and (min-width: 900px) {
  .p-contact__privacy-text {
    font-size: 1rem;
    letter-spacing: 0.14rem;
  }
}

.p-contact__privacy-link {
  border-bottom: 1px solid #181818;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-contact__privacy-link:hover {
  opacity: 0.8;
  color: #0068b7;
  border-bottom: 1px solid #0068b7;
}

/* プライバシーポリシーリンクのスタイル */
.wpcf7-list-item-label a {
  color: #181818; /* 通常時は黒 */
  text-decoration: underline; /* 下線を表示 */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; /* 色の変化をスムーズに */
}

.wpcf7-list-item-label a:hover {
  color: #0068b7; /* ホバー時は青色 */
  opacity: 0.7; /* さらに少し薄くなる */
}

.p-contact__form-submit {
  margin-top: 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-contact__form-submit {
    margin-top: 2.5rem;
  }
}

.p-contact__submit-btn {
  width: 100%;
  height: 3.1428571429rem;
  margin: 0 auto;
  display: block;
  background-color: #181818;
  border: none;
  border-radius: 0.8114285714rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 1.4285714286rem;
  letter-spacing: 0.12rem;
  color: #f3f3f3;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 900px) {
  .p-contact__submit-btn {
    height: 5.1875rem;
    border-radius: 1.25rem;
    font-size: 1.25rem;
    line-height: 2.3125rem;
    letter-spacing: 0.175rem;
  }
}

.p-contact__form-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.p-page__greeting {
  position: relative;
  background-color: #efefef;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-page__greeting {
    background-color: transparent;
  }
}

.p-greeting__header {
  max-width: 20rem;
  margin-bottom: 4rem;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .p-greeting__header {
    max-width: 70rem;
    margin: 0 auto 5rem;
  }
}

.p-greeting__title {
  font-family: "Lato", sans-serif;
  font-size: 2.2857142857rem;
  font-weight: 700;
  line-height: 2.0821428571rem;
  letter-spacing: 0;
  color: #181818;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .p-greeting__title {
    font-size: 4rem;
    line-height: 6.10625rem;
  }
}

.p-greeting__subtitle {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 0.5807142857rem;
  letter-spacing: 0.1885714286rem;
  color: #181818;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .p-greeting__subtitle {
    font-size: 1rem;
    line-height: 2.2875rem;
    letter-spacing: 0.22rem;
  }
}

.p-greeting__message-section {
  position: relative;
  padding-bottom: 4.2857142857rem;
  background-color: #efefef;
  padding-top: 3.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-greeting__message-section {
    padding-bottom: 10rem;
    min-height: 37.5rem;
    background-color: transparent;
    -webkit-mask-position: 0;
            mask-position: 0;
  }
}

.p-greeting__message-bg {
  display: none;
}
@media screen and (min-width: 900px) {
  .p-greeting__message-bg {
    display: block;
    position: absolute;
    top: 0;
    left: -10%;
    width: 130%;
    height: 130%;
    z-index: 0;
    pointer-events: none;
    background-image: url(../images/greeting-bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, black), to(black));
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 100%);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, black), to(black));
    mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 100%);
  }
}
@media screen and (min-width: 1200px) {
  .p-greeting__message-bg {
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1920px) {
  .p-greeting__message-bg {
    background-size: 100% auto;
    background-position: center top;
    top: -15%;
  }
}

.p-greeting__message-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-greeting__message-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-greeting__ceo-photo {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .p-greeting__ceo-photo {
    width: 25rem;
  }
}
.p-greeting__ceo-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.p-greeting__message-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-greeting__message-text-wrapper {
    padding-bottom: 0;
    gap: 2.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-greeting__message-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-greeting__message-text {
    gap: 1.5rem;
  }
}
.p-greeting__message-text p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0235714286rem;
  color: #181818;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .p-greeting__message-text p {
    font-size: 1.0625rem;
    line-height: 1.8125rem;
    letter-spacing: 0.23375rem;
  }
}

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

.p-greeting__signature-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7142857143rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.0214285714rem;
  color: #181818;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .p-greeting__signature-title {
    font-size: 1.0625rem;
    line-height: 1.8125rem;
    letter-spacing: 0.23375rem;
  }
}

.p-greeting__philosophy-section {
  background-color: #efefef;
  position: relative;
  z-index: 2;
  padding-bottom: 2.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-greeting__philosophy-section {
    padding-bottom: 7.5rem;
    background-color: transparent;
  }
  .p-greeting__philosophy-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    z-index: -1;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, black), to(black));
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 100%);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, black), to(black));
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 100%);
  }
}

.p-greeting__philosophy-head {
  position: relative;
  z-index: 10;
  text-align: left;
  margin-bottom: 2.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-greeting__philosophy-head {
    margin-bottom: 3rem;
  }
}

.p-greeting__section-title-en {
  font-family: "Lato", sans-serif;
  font-size: 2.2857142857rem;
  font-weight: 400;
  line-height: 2.0821428571rem;
  letter-spacing: 0;
  color: #181818;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-greeting__section-title-en {
    font-size: 4rem;
    font-weight: 700;
    line-height: 6.10625rem;
  }
}

.p-greeting__section-title-ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 0.5807142857rem;
  letter-spacing: 0.1885714286rem;
  color: #181818;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .p-greeting__section-title-ja {
    font-size: 1rem;
    line-height: 2.2875rem;
    letter-spacing: 0.22rem;
  }
}

.p-greeting__philosophy-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4285714286rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 900px) {
  .p-greeting__philosophy-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
    padding-top: 2.25rem;
  }
}

.p-greeting__philosophy-card {
  background-color: #ffffff;
  padding: 1.4285714286rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8571428571rem;
  border-radius: 1rem;
}
@media screen and (min-width: 900px) {
  .p-greeting__philosophy-card {
    padding: 2.25rem 3.6875rem;
    gap: 1.0625rem;
  }
}

.p-greeting__card-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0068b7;
  line-height: 1.4285714286rem;
  letter-spacing: 0.03rem;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .p-greeting__card-title {
    font-size: 1.0625rem;
    line-height: 1.8125rem;
    letter-spacing: 0.23375rem;
    color: #0068b7;
  }
}

.p-greeting__card-line {
  height: 1px;
  width: 100%;
  background-color: #0068b7;
}

.p-greeting__card-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0235714286rem;
  color: #181818;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .p-greeting__card-text {
    font-size: 1rem;
    line-height: 1.8125rem;
  }
}

.p-greeting__policy-section {
  background-color: #fbfbfb;
  position: relative;
  z-index: 10;
  padding-bottom: 3.5rem;
  padding-top: 2.6428571429rem;
}
@media screen and (min-width: 900px) {
  .p-greeting__policy-section {
    padding-top: 7.5rem;
    padding-bottom: 8.625rem;
  }
}

.p-greeting__policy-section__inner {
  padding-inline: 1.4285714286rem;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-greeting__policy-section__inner {
    max-width: 67.5rem;
    padding-inline: 2.5rem;
  }
}

.p-greeting__policy-header {
  margin-bottom: 2.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-greeting__policy-header {
    margin-bottom: 3rem;
  }
}

.p-greeting__policy-catchphrase {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.03rem;
  color: #181818;
  margin: 0 0 1.1428571429rem;
  color: #0068b7;
  margin-top: 1.2142857143rem;
}
@media screen and (min-width: 900px) {
  .p-greeting__policy-catchphrase {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.3125rem;
    color: #0068b7;
    margin-bottom: 1.5rem;
    margin-top: 2.25rem;
  }
}

.p-greeting__policy-description {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0235714286rem;
  color: #181818;
  margin: 0 0 2.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-greeting__policy-description {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: 0.22rem;
    margin: 0 0 3rem;
  }
}

.p-greeting__policy-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-greeting__policy-cards {
    max-width: 62.5rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-greeting__policy-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-greeting__policy-card-image {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-greeting__policy-card-image {
    aspect-ratio: 250/348;
  }
}
.p-greeting__policy-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-greeting__policy-card-content {
  padding-top: 0.9285714286rem;
  padding-bottom: 1.3571428571rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5714285714rem;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-greeting__policy-card-content {
    gap: 0.75rem;
  }
}

.p-greeting__policy-card-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.9285714286rem;
  font-weight: 500;
  line-height: 1.1428571429rem;
  letter-spacing: 0.0235714286rem;
  color: #181818;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-greeting__policy-card-title {
    font-size: 1.5rem;
    line-height: 2.375rem;
    letter-spacing: 0.33rem;
  }
}

.p-greeting__policy-message {
  padding-top: 1.7857142857rem;
}
@media screen and (min-width: 900px) {
  .p-greeting__policy-message {
    padding-top: 1.3571428571rem;
  }
}

.p-greeting__policy-message-text {
  color: #181818;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.1728571429rem;
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-greeting__policy-message-text {
    font-size: 1rem;
    line-height: 1.875rem;
    letter-spacing: 0.22rem;
  }
}

.p-footer {
  padding-block: 2.8571428571rem 1.5rem;
  background: #545454;
  color: #ffffff;
}
@media screen and (min-width: 900px) {
  .p-footer {
    padding-block: 5.625rem 3.1875rem;
  }
}

.p-footer__inner {
  padding-inline: 1.4285714286rem;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .p-footer__inner {
    width: min(62.5rem + 1.25rem * 2, 100%);
    padding-inline: 1.25rem;
  }
}

@media screen and (min-width: 900px) {
  .p-footer__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 2.75rem;
       -moz-column-gap: 2.75rem;
            column-gap: 2.75rem;
  }
}

.p-footer__logo {
  max-width: 6.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-footer__logo {
    max-width: 8.3125rem;
  }
}

.p-footer__address {
  margin-top: 0.7142857143rem;
  font-size: 0.8571428571rem;
  letter-spacing: 0.0257142857rem;
  line-height: 1.3571428571rem;
}
@media screen and (min-width: 900px) {
  .p-footer__address {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    letter-spacing: 0.02625rem;
  }
}

.p-footer__phone {
  margin-top: 0.8571428571rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 900px) {
  .p-footer__phone {
    margin-top: 0.75rem;
  }
}
.p-footer__phone img {
  width: 0.6428571429rem;
  height: 0.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-footer__phone img {
    width: 1.0004375rem;
    height: 1.0284375rem;
  }
}
.p-footer__phone span {
  font-size: 1.2142857143rem;
  font-weight: 700;
  letter-spacing: 0.0257142857rem;
}
@media screen and (min-width: 900px) {
  .p-footer__phone span {
    font-size: 1.25rem;
    letter-spacing: 0.0375rem;
  }
}
.p-footer__phone:hover {
  opacity: 0.7;
}

.p-footer__instagram-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3364285714rem;
     -moz-column-gap: 0.3364285714rem;
          column-gap: 0.3364285714rem;
  margin-top: 0.7857142857rem;
  font-size: 0.6732857143rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.0257142857rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 900px) {
  .p-footer__instagram-link {
    -webkit-column-gap: 0.6875rem;
       -moz-column-gap: 0.6875rem;
            column-gap: 0.6875rem;
    margin-top: 2.125rem;
    font-size: 0.875rem;
    letter-spacing: 0.02625rem;
  }
}
.p-footer__instagram-link img {
  width: 1.7857142857rem;
}
@media screen and (min-width: 900px) {
  .p-footer__instagram-link img {
    width: 1.8125rem;
  }
}
.p-footer__instagram-link:hover {
  opacity: 0.7;
}

.p-footer__list {
  display: none;
}
@media screen and (min-width: 900px) {
  .p-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-footer__list-item-head-text {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 900px) {
  .p-footer__list-item-head-text {
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3173125rem;
  }
}
.p-footer__list-item-head-text:hover {
  color: #0068b7;
}

@media screen and (min-width: 900px) {
  .p-footer__list-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.875rem;
    row-gap: 0.9375rem;
  }
}

@media screen and (min-width: 900px) {
  .p-footer__list-children-item-link {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3173125rem;
  }
}

.p-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.p-footer__btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.9285714286rem;
}
@media screen and (min-width: 900px) {
  .p-footer__btns {
    margin-top: 2.875rem;
    max-width: 27.125rem;
    margin-right: auto;
  }
}

.p-footer__btn {
  display: inline-block;
  padding-block: 1.2rem;
  padding-inline: 1.4285714286rem;
  color: #000000;
  background: #ffffff;
  position: relative;
  font-size: 0.7857142857rem;
  font-weight: 700;
  width: 48%;
}
@media screen and (min-width: 900px) {
  .p-footer__btn {
    font-size: 1rem;
    padding-block: 1.5rem;
    padding-inline: 1.25rem;
  }
}
.p-footer__btn::before {
  content: "";
  position: absolute;
  right: 0.2857142857rem;
  top: 0.2857142857rem;
  width: 0.5714285714rem;
  height: 0.5714285714rem;
  background: url(../images/btn-arrow-black.svg) no-repeat center center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 900px) {
  .p-footer__btn::before {
    right: 0.6875rem;
    top: 0.5625rem;
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
.p-footer__btn:hover::before {
  -webkit-transform: translate(0.1428571429rem, -0.1428571429rem);
          transform: translate(0.1428571429rem, -0.1428571429rem);
}
@media screen and (min-width: 900px) {
  .p-footer__btn:hover::before {
    -webkit-transform: translate(0.3125rem, -0.1875rem);
            transform: translate(0.3125rem, -0.1875rem);
  }
}

.p-footer__copyright {
  font-size: 0.5714285714rem;
  font-weight: 500;
  letter-spacing: 0.0171428571rem;
}
@media screen and (min-width: 900px) {
  .p-footer__copyright {
    color: #fff;
    font-size: 0.875rem;
    letter-spacing: 0.02625rem;
  }
}

.p-news {
  padding-bottom: 3.5rem;
  background-color: #f3f3f3;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-news {
    padding-bottom: 7.5rem;
  }
}

.p-news-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
  list-style: none;
  padding-top: 1.4285714286rem;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .p-news-category__list {
    padding-top: 0;
  }
}
.p-news-category__list .p-news-category__item:nth-child(1) {
  padding-left: 0;
}

.p-news-category__item {
  position: relative;
  padding: 0 0.5714285714rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 4;
  letter-spacing: 0.0285714286rem;
  color: #181818;
  text-align: center;
}
@media screen and (max-width: 374px) {
  .p-news-category__item {
    font-size: 0.7142857143rem;
  }
}
@media screen and (min-width: 900px) {
  .p-news-category__item {
    padding: 0 0.875rem;
    font-size: 0.875rem;
    line-height: 2.5rem;
    letter-spacing: 0.0375rem;
  }
}
.p-news-category__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.0242857143rem;
  height: 0.4285714286rem;
  background-color: #181818;
}
@media screen and (min-width: 900px) {
  .p-news-category__item:not(:last-child)::after {
    width: 0.03125rem;
    height: 0.53125rem;
  }
}
.p-news-category__item a {
  color: #181818;
  text-decoration: none;
  display: block;
}
.p-news-category__item a:hover {
  opacity: 0.8;
}
.p-news-category__item.is-active a {
  color: #0068b7;
}

.p-news-card__arrow {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #181818;
}

.p-news-list {
  margin-top: 0.8571428571rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-news-list {
    margin-top: 2.5rem;
    gap: 1.5rem;
  }
}

.p-news-list__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-news-list__wrapper {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-news-list__wrapper {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    row-gap: 1.625rem;
  }
}

.p-news-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 4.9285714286rem;
}
@media screen and (min-width: 900px) {
  .p-news-card__link {
    min-height: 7.5rem;
  }
}

.p-news-card {
  width: 100%;
  background-color: #efefef;
  color: #181818;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-news-card {
    padding: 1.0625rem;
  }
}
.p-news-card::before {
  content: "";
  position: absolute;
  bottom: 0.7142857143rem;
  right: 0.8571428571rem;
  width: 0.7857142857rem;
  height: 0.7857142857rem;
  background-image: url(../images/arrow-bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 900px) {
  .p-news-card::before {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 1.0625rem;
    height: 1.0625rem;
  }
}
.p-news-card:hover {
  background-color: #b80a15;
}
.p-news-card:hover::before {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (min-width: 900px) {
  .p-news-card:hover::before {
    -webkit-transform: translate(6px, -6px);
            transform: translate(6px, -6px);
  }
}
.p-news-card:hover .p-news-card__category,
.p-news-card:hover .p-news-card__date,
.p-news-card:hover .p-news-card__title,
.p-news-card:hover .p-news-card__arrow,
.p-news-card:hover .p-salesNews__arrow {
  color: #fbfbfb;
  fill: #fbfbfb;
}
.p-news-card:hover .p-news-card__category::after {
  background-color: #fbfbfb;
}

.p-news-card__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 5.3571428571rem;
  overflow: hidden;
  aspect-ratio: 4/3.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .p-news-card__image {
    height: 10.9375rem;
  }
}
.p-news-card__image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.p-news-card__image img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin-left: 0.625rem;
  gap: 0.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-news-card__content {
    padding: 0;
    margin-left: 1.125rem;
    gap: 0.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-news-card__content {
    margin-left: 1.25rem;
  }
}

.p-news-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2857142857rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-news-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-news-card__category {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.6428571429rem;
  font-weight: 700;
  line-height: 0.8571428571rem;
  letter-spacing: 0.1092857143rem;
  color: #181818;
  text-align: right;
  position: relative;
  padding-bottom: 0.1428571429rem;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .p-news-card__category {
    font-size: 0.875rem;
    line-height: 0.5rem;
    letter-spacing: 0.14375rem;
    padding-bottom: 0.1875rem;
  }
}
.p-news-card__category::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  right: 0;
  width: 100%;
  height: 0.0442857143rem;
  background-color: #181818;
}
@media screen and (min-width: 900px) {
  .p-news-card__category::after {
    height: 0.0625rem;
    bottom: -0.3125rem;
  }
}

.p-news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-news-card__meta {
    gap: 0.5rem;
  }
}

.p-news-card__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2857142857rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  color: #181818;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 900px) {
  .p-news-card__date {
    gap: 0.375rem;
    font-size: 1rem;
    letter-spacing: 0.22rem;
  }
}

.p-news-card__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #181818;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-news-card__title {
    font-size: 1rem;
    line-height: 1.8125rem;
    width: 100%;
  }
}

.p-news-card__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #181818;
}

.p-salesNews-section__en {
  color: #f3f3f3;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 1.4285714286rem;
  line-height: 1.5507857143rem;
}
@media screen and (min-width: 900px) {
  .p-salesNews-section__en {
    font-size: 4.5rem;
    line-height: normal;
  }
}

.p-salesNews-section__ja {
  color: #f3f3f3;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 0.8571428571rem;
  line-height: 0.5809285714rem;
  letter-spacing: 0.1885714286rem;
}
@media screen and (min-width: 900px) {
  .p-salesNews-section__ja {
    font-size: 1rem;
    line-height: 2.2875rem;
    letter-spacing: 0.22rem;
  }
}

.p-salesNews__list {
  margin-top: 1.6428571429rem;
}
@media screen and (min-width: 900px) {
  .p-salesNews__list {
    margin-top: 3.0625rem;
  }
}

.p-salesNews__header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.p-salesNews__arrow {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #181818;
}

.p-news-sales {
  width: 100%;
  background-color: #545454;
  padding: 3.5rem 0;
}
@media screen and (min-width: 900px) {
  .p-news-sales {
    padding: 7.5rem 0;
  }
}
.p-news-sales__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.4285714286rem;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-news-sales__inner {
    padding: 0 2.5rem;
  }
}
.p-news-sales__list {
  margin-top: 1.6428571429rem;
}
@media screen and (min-width: 900px) {
  .p-news-sales__list {
    margin-top: 3.0625rem;
  }
}
.p-news-sales__empty {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  padding: 2.8571428571rem 0;
  width: 100%;
  color: #f3f3f3;
}
@media screen and (min-width: 900px) {
  .p-news-sales__empty {
    font-size: 1.5rem;
    padding: 3.75rem 0;
  }
}

.p-news-list__empty {
  text-align: center;
  font-size: 1.4285714286rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  padding: 5.7142857143rem 0;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-news-list__empty {
    font-size: 2rem;
    padding: 5rem 0;
  }
}

.p-news-sales {
  width: 100%;
  margin-top: 0;
  padding: 2.8571428571rem 0;
  background-color: #545454;
  color: #ffffff;
}
.p-news-sales .c-section-head__en {
  color: #ffffff;
}
@media screen and (min-width: 900px) {
  .p-news-sales {
    padding: 7.5rem 0;
  }
}
.p-news-sales__inner {
  position: relative;
}
.p-news-sales__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.7142857143rem;
  margin-top: 2.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-news-sales__list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    row-gap: 1.625rem;
    margin-top: 3.0625rem;
  }
}

.p-news-detail {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: #f3f3f3;
}
@media screen and (min-width: 900px) {
  .p-news-detail {
    padding-top: 7.5rem;
    padding-bottom: 5.75rem;
  }
}

.p-news-detail__inner {
  padding-inline: 1.4285714286rem;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-news-detail__inner {
    padding-inline: 2.5rem;
  }
}

.p-news-detail__head {
  row-gap: 0.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-news-detail__head {
    row-gap: 0;
  }
}

.p-news-detail__article {
  margin-top: 2.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-news-detail__article {
    margin-top: 6.625rem;
  }
}

.p-news-detail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 900px) {
  .p-news-detail__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.0625rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 900px) {
  .p-news-detail__meta {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-news-detail__category {
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7142857143rem;
  font-weight: 700;
  line-height: 1.4107142857rem;
  letter-spacing: 0.1571428571rem;
  color: #0068b7;
}
@media screen and (min-width: 900px) {
  .p-news-detail__category {
    font-size: 0.875rem;
    line-height: 1.728125rem;
    letter-spacing: 0.1925rem;
  }
}

.p-news-detail__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.5357142857rem;
  font-weight: 700;
  line-height: 2.2664285714rem;
  letter-spacing: 0;
  color: #181818;
}
@media screen and (min-width: 900px) {
  .p-news-detail__title {
    margin-top: 0.375rem;
    font-size: 2.5rem;
    line-height: 3.675rem;
  }
}

.p-news-detail__date {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7142857143rem;
  font-weight: 700;
  line-height: 1.605rem;
  letter-spacing: 0.1571428571rem;
  color: #878787;
}
@media screen and (min-width: 900px) {
  .p-news-detail__date {
    font-size: 0.8125rem;
    line-height: 2.2875rem;
    letter-spacing: 0.17875rem;
  }
}

.p-news-detail__thumbnail {
  margin-top: 1.2142857143rem;
  width: 100%;
  max-width: 20rem;
  height: 12.5714285714rem;
  overflow: hidden;
  background-color: #ededed;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .p-news-detail__thumbnail {
    margin-top: 0;
    width: 24.75rem;
    max-width: 24.75rem;
    height: 19.9375rem;
    margin-inline: 0;
  }
}
.p-news-detail__thumbnail picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-news-detail__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-detail__content {
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .p-news-detail__content {
    margin-top: 3.8125rem;
  }
}
.p-news-detail__content p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #181818;
}
@media screen and (min-width: 900px) {
  .p-news-detail__content p {
    font-size: 1.125rem;
    line-height: 1.8125rem;
  }
}

.p-news-detail__back {
  margin-top: 3.5714285714rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .p-news-detail__back {
    margin-top: 4.5rem;
  }
}

.p-news-detail__back-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.2857142857rem;
  height: 2.3571428571rem;
  background-color: #181818;
  color: #f3f3f3;
  font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic Antique", sans-serif, sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 700;
  line-height: 1.1378571429rem;
  letter-spacing: 0.0235714286rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0.3571428571rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 900px) {
  .p-news-detail__back-btn {
    width: 15.5625rem;
    height: 3.9375rem;
    background-color: #000000;
    color: #ffffff;
    font-size: 1.1875rem;
    line-height: 1.69125rem;
    letter-spacing: 0.035rem;
    border-radius: 0.5625rem;
  }
}
.p-news-detail__back-btn:hover {
  opacity: 0.8;
}

.p-service {
  background-color: #efefef;
  padding-bottom: 3.5rem;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-service {
    padding-bottom: 0;
    background: #fbfbfb;
    position: relative;
    width: 100%;
  }
}

.p-service-head--inner {
  padding-inline: 1.4285714286rem;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-service-head--inner {
    padding-inline: 2.5rem;
    max-width: 1080px;
  }
}

.p-service-container {
  padding-top: 2.7142857143rem;
  padding-bottom: 2.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-service-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 4.0625rem;
    padding-top: 0;
    padding-bottom: 6.5rem;
  }
}

.p-service-left {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-service-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 34.875rem;
    color: #181818;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2.0625rem;
    letter-spacing: 0.1125rem;
  }
}

.p-service-content {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-service-content {
    width: 35.875rem;
  }
}

@media screen and (min-width: 900px) {
  .p-service-textWrap:last-child {
    margin-bottom: 0;
  }
}

.p-service__description {
  color: #181818;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0785714286rem;
}
@media screen and (min-width: 900px) {
  .p-service__description {
    font-size: 1.125rem;
    line-height: 2.0625rem;
    letter-spacing: 0.1125rem;
    padding-bottom: 1rem;
    margin-top: 0;
  }
}

.p-service__description p {
  padding-bottom: 1rem;
}

.p-service-image-right {
  padding-top: 1.4285714286rem;
  padding-bottom: 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-service-image-right {
    padding-top: 0;
  }
}

.p-service-right {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-service-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
  .p-service-right::before {
    content: "";
    background-image: url(../images/service_img01-pc.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    width: 58.75rem;
    height: 39.1875rem;
    top: calc(50% - 9.75rem);
    left: calc(50% - 10rem);
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .p-service-right::before {
    width: 71.875rem;
  }
}

.p-service-image-sp {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 900px) {
  .p-service-image-pc {
    width: auto;
    height: 100%;
    display: block;
  }
}

.p-service__lists {
  background-color: #efefef;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 900px) {
  .p-service__lists {
    padding-bottom: 0;
  }
}

.p-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6785714286rem;
  background-color: #efefef;
}
@media screen and (min-width: 900px) {
  .p-service__list {
    padding-top: 11.9375rem;
    padding-bottom: 8.875rem;
    gap: 6rem;
  }
}

.p-service__item {
  background-color: #efefef;
}
@media screen and (min-width: 900px) {
  .p-service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
    margin: 0 auto;
  }
}

.p-service__image {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .p-service__image {
    max-width: 20.3125rem;
  }
}

.p-service__item--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-service__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.545rem;
  letter-spacing: 0.2042857143rem;
  color: #181818;
  margin-bottom: 0.6428571429rem;
}
@media screen and (min-width: 900px) {
  .p-service__title {
    font-size: 1.25rem;
    line-height: 1.8125rem;
    letter-spacing: 0.275rem;
    margin-bottom: 0.375rem;
  }
}

.p-service__decoration {
  position: relative;
  width: 100%;
  height: 0.2857142857rem;
  margin-bottom: 0.8571428571rem;
}
.p-service__decoration::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 11.1428571429rem;
  height: 0.2857142857rem;
  background-color: #b80a15;
}
.p-service__decoration::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.0532857143rem;
  background-color: #b80a15;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .p-service__decoration {
    max-width: 39.6875rem;
    height: 0.375rem;
    margin-bottom: 0.1875rem;
  }
  .p-service__decoration::before {
    width: 242px;
    height: 6px;
  }
  .p-service__decoration::after {
    height: 1px;
  }
}

.p-service__decoration--short::before {
  width: 4.3571428571rem;
}
@media screen and (min-width: 900px) {
  .p-service__decoration--short::before {
    width: 5.8125rem;
  }
}

.p-service__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 0.7857142857rem;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
  color: #181818;
  padding-top: 1.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-service__text {
    font-size: 0.875rem;
    line-height: 1.8125rem;
    letter-spacing: 0px;
    padding-top: 0;
  }
}

.p-groupNetwork {
  background-color: #ffffff;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork {
    padding-top: 6.375rem;
    padding-bottom: 5rem;
    overflow: hidden;
  }
}

#groupNetwork {
  scroll-margin-top: 2.1428571429rem;
}
@media screen and (min-width: 900px) {
  #groupNetwork {
    scroll-margin-top: 2.5rem;
  }
}

.p-groupNetwork__inner {
  margin: 0 auto;
  padding-inline: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__inner {
    max-width: 67.5rem;
    padding-inline: 2.5rem;
  }
}

.p-groupNetwork__header {
  margin-bottom: 2.2857142857rem;
  padding-inline: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__header {
    margin-bottom: 3.75rem;
    padding-inline: 0;
  }
}

.p-groupNetwork__title-en {
  font-family: "Lato", sans-serif;
  color: #181818;
  font-weight: 700;
  font-size: 2.2857142857rem;
  line-height: 1.5507142857rem;
  color: #181818;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__title-en {
    font-size: 4rem;
    line-height: 2rem;
    margin-bottom: 0.375rem;
    line-height: 6.10625rem;
  }
}

.p-groupNetwork__title-ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 0.8571428571rem;
  line-height: 0.5807142857rem;
  letter-spacing: 0.1885714286rem;
  color: #181818;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__title-ja {
    font-size: 1rem;
    line-height: 0.75rem;
    letter-spacing: 0.22rem;
  }
}

.p-groupNetwork__map {
  position: relative;
  margin-bottom: 2.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__map {
    margin-bottom: 3.75rem;
  }
}

.p-groupNetwork__map-image {
  width: 100%;
  height: auto;
  display: block;
}

.p-groupNetwork__offices {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-groupNetwork__office {
  position: absolute;
  background-color: #ffffff;
  border: 0.0321428571rem solid #181818;
  padding: 0.5714285714rem 0.7142857143rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2857142857rem;
  pointer-events: auto;
  min-width: 5.4285714286rem;
  min-height: 3rem;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__office {
    border-width: 0.0375rem;
    padding: 0.75rem 0.875rem;
    gap: 0.375rem;
    min-width: 6.25rem;
    min-height: 3.5rem;
  }
}

.p-groupNetwork__office-company {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 0.6428571429rem;
  line-height: 1.45;
  color: #0068b7;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__office-company {
    font-size: 0.75rem;
  }
}

.p-groupNetwork__headquarters {
  background-color: #ffffff;
  max-width: 21.4285714286rem;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__headquarters {
    max-width: 37.5rem;
  }
}

.p-groupNetwork__hq-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.7857142857rem;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__hq-map {
    margin-bottom: 1.125rem;
    width: 59.845rem;
    height: 71.7349375rem;
    margin-top: -8rem;
    margin-left: -10.125rem;
  }
}

.p-groupNetwork__hq-map-image {
  height: auto;
  display: block;
}

.p-groupNetwork__hq-info {
  padding-top: 1.9285714286rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__hq-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.75rem;
    padding-top: 3.75rem;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.p-groupNetwork__mainImage {
  width: 100%;
  height: auto;
  aspect-ratio: 300/162;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__mainImage {
    width: 25rem;
    height: 11.875rem;
  }
}

.p-groupNetwork__hq-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.0714285714rem;
  letter-spacing: 0.22rem;
  color: #b80a15;
  margin-bottom: 0.2142857143rem;
  padding-top: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__hq-title {
    font-size: 1.25rem;
    line-height: 1.8125rem;
    letter-spacing: 0.275rem;
    margin-bottom: 0.375rem;
    padding-top: 0rem;
  }
}

.p-groupNetwork__hq-address {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 0.8571428571rem;
  line-height: 1.2857142857rem;
  letter-spacing: 0.0257142857rem;
  color: #181818;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__hq-address {
    font-size: 1rem;
    line-height: 1.8125rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    line-height: 1.8125rem;
    letter-spacing: normal;
  }
}

.p-groupNetwork__hq-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5714285714rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 0.8571428571rem;
  line-height: 1.5;
  color: #181818;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-groupNetwork__hq-link::after {
  content: "→";
  font-size: 1rem;
}
.p-groupNetwork__hq-link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__hq-link {
    font-size: 0.875rem;
    gap: 0.75rem;
  }
  .p-groupNetwork__hq-link::after {
    font-size: 1rem;
  }
}

.p-groupNetwork__hq-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5714285714rem;
  margin-top: 0.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__hq-buttons {
    gap: 0.75rem;
    margin-top: 1rem;
  }
}

.p-groupNetwork__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4285714286rem;
  padding: 0rem 0.8571428571rem;
  border: 0.0714285714rem solid #0068b7;
  border-radius: 1.4285714286rem;
  background-color: transparent;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 0.8571428571rem;
  line-height: 1.1735rem;
  color: #0068b7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__button {
    gap: 0.5rem;
    padding: 0.125rem 1.4375rem;
    border-radius: 1.424125rem;
    border-width: 0.0625rem;
    font-size: 0.875rem;
  }
}
.p-groupNetwork__button:hover {
  background-color: #0068b7;
  color: #ffffff;
}
.p-groupNetwork__button:hover .p-groupNetwork__button-icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

a.p-groupNetwork__button--recruit {
  padding: 0rem 0.7142857143rem;
  color: #b80a15;
  border: 0.0714285714rem solid #b80a15;
}
@media screen and (min-width: 900px) {
  a.p-groupNetwork__button--recruit {
    padding: 0.125rem 0.75rem;
  }
}
a.p-groupNetwork__button--recruit:hover {
  background-color: #b80a15;
  color: #ffffff;
}
a.p-groupNetwork__button--recruit:hover .p-groupNetwork__button-icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.p-groupNetwork__button-icon {
  font-size: 1rem;
  line-height: 1;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__button-icon {
    font-size: 1rem;
  }
}

@media screen and (min-width: 900px) {
  .p-groupNetwork__button-icon svg {
    width: 0.816875rem;
    height: 0.816875rem;
  }
}

.p-groupNetwork__button-text {
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__button-text {
    font-size: 0.98025rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4888125rem;
  }
}

.p-groupNetwork__offices-content {
  padding-top: 2.7142857143rem;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .p-groupNetwork__offices-content {
    padding-top: 2.7142857143rem;
  }
}
@media screen and (min-width: 768px) {
  .p-groupNetwork__offices-content {
    padding-top: 4.9375rem;
  }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .p-groupNetwork__offices-heading {
    color: #0068b7;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1428571429rem;
  }
}
@media screen and (min-width: 768px) {
  .p-groupNetwork__offices-heading {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8125rem;
    letter-spacing: 0.3125rem;
  }
}

.p-groupNetwork__offices-list {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1rem;
  margin-top: 0.75rem;
  grid-template-rows: auto auto 1fr auto; /* 4行目: ボタン（ボタンの高さに固定） */
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .p-groupNetwork__offices-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5714285714rem 0.3571428571rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.7142857143rem;
    margin-top: 1.1428571429rem;
  }
}
@media screen and (min-width: 900px) {
  .p-groupNetwork__offices-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem 0.6875rem;
    max-width: 62.5rem;
  }
}

.p-groupNetwork__office-card {
  background-color: #ffffff;
  width: 100%;
  max-width: 21.4285714286rem;
  display: grid;
  /* 親グリッドの 4行分を占有する */
  grid-row: span 4;
  grid-template-rows: subgrid;
  margin-top: 8px;
  gap: 0.7142857143rem;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .p-groupNetwork__office-card {
    max-width: 21.4285714286rem;
  }
}
@media screen and (min-width: 768px) {
  .p-groupNetwork__office-card {
    max-width: 15rem;
  }
}

.p-groupNetwork__office-image {
  width: 100%;
  overflow: hidden;
}

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

.p-groupNetwork__office-content {
  text-align: center;
  display: contents;
}

.p-groupNetwork__office-card .p-groupNetwork__office-name {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #181818;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .p-groupNetwork__office-card .p-groupNetwork__office-name {
    font-size: 0.7142857143rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .p-groupNetwork__office-card .p-groupNetwork__office-name {
    font-size: 0.875rem;
    font-style: normal;
    line-height: 2;
  }
}

.p-groupNetwork__office-address {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 0.8571428571rem;
  line-height: 1.2rem;
  color: #181818;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .p-groupNetwork__office-address {
    font-size: 0.8571428571rem;
    line-height: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-groupNetwork__office-address {
    font-size: 0.75rem;
    line-height: 1.2rem;
    font-style: normal;
  }
}

.p-groupNetwork__office-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4285714286rem;
  align-items: center;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: end;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .p-groupNetwork__office-buttons {
    gap: 0.5714285714rem;
  }
}
@media screen and (min-width: 768px) {
  .p-groupNetwork__office-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-groupNetwork__office-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 6.4285714286rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border: 1px solid #0068b7;
  background-color: transparent;
  border-radius: 0.9285714286rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  color: #0068b7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.4285714286rem 0.7142857143rem;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .p-groupNetwork__office-button {
    padding: 0.3571428571rem 0.8571428571rem;
    gap: 0.5rem;
    padding: 0.8571428571rem 0.8571428571rem;
    font-size: 0.6428571429rem;
    line-height: 0.9285714286rem;
    height: 1.1428571429rem;
  }
}
@media screen and (min-width: 768px) {
  .p-groupNetwork__office-button {
    gap: 0.625rem;
    border-radius: 1.0625rem;
    border-width: 0.0625rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
    height: 1.75rem;
  }
}
.p-groupNetwork__office-button:hover {
  background-color: #0068b7;
  color: #ffffff;
}
.p-groupNetwork__office-button:hover .p-groupNetwork__office-button-icon svg path {
  fill: #ffffff;
  stroke: #ffffff;
}

.p-groupNetwork__office-button--recruit {
  border-color: #b80a15;
  color: #b80a15;
}
.p-groupNetwork__office-button--recruit:hover {
  background-color: #b80a15;
  color: #ffffff;
}
.p-groupNetwork__office-button--recruit:hover .p-groupNetwork__office-button-icon svg path {
  fill: #ffffff;
}

.p-groupNetwork__office-button-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-groupNetwork__office-button-icon {
    width: 0.75rem;
    height: 0.6875rem;
  }
}
.p-groupNetwork__office-button-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.p-groupNetwork__office-button-text {
  white-space: nowrap;
  font-size: 0.6428571429rem;
  line-height: 1;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .p-groupNetwork__office-button-text {
    font-size: 0.8571428571rem;
  }
}
@media screen and (min-width: 768px) {
  .p-groupNetwork__office-button-text {
    font-size: 0.75rem;
  }
}

.p-groupNetwork__groups-content {
  margin-top: 2.5714285714rem;
}
.p-truckInformation {
  background-color: #efefef;
  padding-top: 3.5rem;
  padding-bottom: 2.3571428571rem;
}
@media screen and (min-width: 900px) {
  .p-truckInformation {
    padding-top: 5.625rem;
    padding-bottom: 8.5625rem;
  }
}

#truckInformation {
  scroll-margin-top: 2.1428571429rem;
}
@media screen and (min-width: 900px) {
  #truckInformation {
    scroll-margin-top: 2.5rem;
  }
}

.p-truckInformation__wrap {
  padding-inline: 0.7142857143rem;
  margin: 0 auto;
  max-width: 40rem;
}
@media screen and (max-width: 374px) {
  .p-truckInformation__wrap {
    padding-inline: 0.3571428571rem;
  }
}
@media screen and (min-width: 900px) {
  .p-truckInformation__wrap {
    max-width: 67.5rem;
    padding-inline: 2.5rem;
  }
}

.p-truckInformation__container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__container {
    max-width: 62.5rem;
    padding-inline: 0;
    margin-top: 3.75rem;
  }
}

.p-truckInformation__head {
  padding-inline: 0.7142857143rem;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__head {
    padding-inline: 0;
  }
}

.p-truckInformation__description--text {
  color: #181818;
  font-size: 0.7857142857rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0864285714rem;
  margin-bottom: 1.4642857143rem;
  padding-top: 1.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__description--text {
    color: #181818;
    font-size: 1.5rem;
    line-height: 2.5375rem;
    letter-spacing: 0.33rem;
    padding-top: 2.25rem;
  }
}

.p-truckInformation__section {
  margin-bottom: 1.4285714286rem;
  background-color: #fbfbfb;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__section {
    margin-bottom: 3.0625rem;
  }
}

.p-truckInformation__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4285714286rem;
  margin-bottom: 0.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__header {
    gap: 1rem;
    margin-bottom: 0.625rem;
  }
}

.p-truckInformation__number {
  font-size: 1.4285714286rem;
  font-weight: 400;
  color: #0068b7;
  line-height: 1;
  margin: 0;
  font-family: Unbounded;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__number {
    font-size: 3rem;
    line-height: 2.2875rem;
  }
}

.p-truckInformation__title {
  font-size: 1rem;
  color: #181818;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  line-height: 0.8697142857rem;
  letter-spacing: 0.1885714286rem;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__title {
    font-size: 2rem;
    font-size: 2rem;
    line-height: 2.2875rem;
    letter-spacing: 0.44rem;
  }
}

.p-truckInformation__divider {
  width: 100%;
  height: 1px;
  background-color: #0068b7;
  margin-bottom: 0.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__divider {
    width: 100%;
    margin-bottom: 0rem;
  }
}

.p-truckInformation__description {
  font-size: 0.7857142857rem;
  color: #181818;
  margin-bottom: 1.2142857143rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__description {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 3.75rem;
    max-width: 1080px;
    padding-top: 0.625rem;
  }
}

.p-truckInformation__card {
  background-color: #fbfbfb;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__card {
    margin-bottom: 0rem;
  }
}

.p-truckInformation__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.375rem;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__cards {
    gap: 4.625rem;
  }
}

.p-truckInformation__card-inner {
  padding: 1.1428571429rem 0.7142857143rem;
  max-width: 71.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__card-inner {
    padding: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 900px) {
  .p-truckInformation__card-inner > .p-truckInformation__card-header + .p-truckInformation__card-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 23.125rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 900px) {
  .p-truckInformation__card-inner:not(:has(.p-truckInformation__card-item)) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0rem;
  }
}
@media screen and (min-width: 900px) {
  .p-truckInformation__card-inner:not(:has(.p-truckInformation__card-item)) .p-truckInformation__card-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 900px) {
  .p-truckInformation__card-inner:not(:has(.p-truckInformation__card-item)) .p-truckInformation__card-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-truckInformation__card-item {
  margin-bottom: 1.2857142857rem;
}
.p-truckInformation__card-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
    margin-bottom: 3.4375rem;
  }
  .p-truckInformation__card-item:last-child {
    margin-bottom: 0;
  }
}

.p-truckInformation__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4285714286rem;
  margin-bottom: 0.7142857143rem;
}

.p-truckInformation__card-accent {
  width: 0.2142857143rem;
  height: 0.8571428571rem;
  background-color: #b80a15;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__card-accent {
    display: none;
  }
}

.p-truckInformation__card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #181818;
  margin: 0;
  line-height: 0.8697142857rem;
  letter-spacing: 0.1885714286rem;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
  }
}

.p-truckInformation__card--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__card--flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.1875rem;
  }
}

.p-truckInformation__card-image {
  width: 100%;
  margin-bottom: 0.7142857143rem;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__card-image {
    width: 23.125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.p-truckInformation__card-image img,
.p-truckInformation__card-image picture {
  width: 100%;
  height: auto;
  display: block;
}
.p-truckInformation__card-image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 280/162;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__card-image img {
    width: 370px;
    height: 215px;
  }
}

@media screen and (min-width: 900px) {
  .p-truckInformation__card-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-truckInformation__card-text {
  font-size: 0.7857142857rem;
  line-height: 1.2142857143rem;
  color: #181818;
  margin-top: 1rem;
  font-weight: 500;
  letter-spacing: 0.0392857143rem;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__card-text {
    font-size: 0.875rem;
    font-style: normal;
    line-height: 1.8125rem;
  }
}

.p-truckInformation__pictures {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 1.625rem;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__pictures {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 1.625rem;
    padding-top: 1.875rem;
  }
}

.p-truckInformation-truck__section {
  padding-bottom: 1.4285714286rem;
  background-color: #fbfbfb;
}
@media screen and (min-width: 900px) {
  .p-truckInformation-truck__section {
    padding-bottom: 7.375rem;
  }
}

.p-truckInformation__table-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__table-container {
    max-width: 38.75rem;
    margin: 0 auto;
  }
}

.p-truckInformation__table {
  background-color: #fbfbfb;
  padding: 1.1428571429rem 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__table {
    padding: 0;
  }
}

.p-truckInformation__table-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 700;
  color: #181818;
  line-height: 1.1014285714rem;
  letter-spacing: 0.1057142857rem;
  margin-bottom: 0.3571428571rem;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__table-title {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    letter-spacing: 0.165rem;
    margin-bottom: 0.625rem;
    margin-top: 2.5rem;
  }
}

.p-truckInformation__table-date {
  font-size: 0.6428571429rem;
  font-weight: 500;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__table-date {
    font-size: 1rem;
  }
}

.p-truckInformation__data-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  max-width: 40rem;
  margin: 0 auto;
}

.p-truckInformation__table-header {
  background-color: #0068b7;
  color: #f3f3f3;
  font-size: 0.8571428571rem;
  font-weight: 700;
  text-align: left;
  padding: 0.2142857143rem 0.3571428571rem;
  letter-spacing: 0.1057142857rem;
  line-height: 1.2642857143rem;
  border: 1px solid #181818;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__table-header {
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
    letter-spacing: 0.165rem;
    line-height: 2.25rem;
    height: 2.9375rem;
  }
}

.p-truckInformation__table-header--number {
  text-align: right;
  width: 20%;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__table-header--number {
    width: 15%;
  }
}

.p-truckInformation__table-cell {
  font-size: 0.8571428571rem;
  font-weight: 500;
  color: #181818;
  padding: 0.2142857143rem 0.3571428571rem;
  letter-spacing: 0.1057142857rem;
  line-height: 1.2642857143rem;
  border: 1px solid #181818;
  height: 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__table-cell {
    font-size: 0.875rem;
    padding: 0.3125rem 1rem;
    letter-spacing: 0.165rem;
    line-height: 2.375rem;
    height: 2.9375rem;
  }
}

.p-truckInformation__table-cell--number {
  text-align: right;
}

.p-truckInformation__table-row--total .p-truckInformation__table-cell {
  background-color: #0068b7;
  color: #f3f3f3;
  border-bottom: none;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .p-truckInformation__table-row--total .p-truckInformation__table-cell {
    font-weight: 700;
  }
}

.p-truckInformation__table-cell--total {
  background-color: #b80a15;
  color: #f3f3f3;
}

.p-benefits {
  background-color: #efefef;
  padding-top: 3.2142857143rem;
}
@media screen and (min-width: 900px) {
  .p-benefits {
    padding-top: 8rem;
    padding-bottom: 7.5rem;
  }
}

.p-benefits__inner {
  margin: 0 auto;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 900px) {
  .p-benefits__inner {
    max-width: 67.5rem;
    padding-inline: 2.5rem;
  }
}

.p-benefits__header {
  margin-bottom: 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-benefits__header {
    margin-bottom: 2.5rem;
  }
}

.p-benefits__subtitle {
  color: rgb(24, 24, 24);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 0.5714285714rem;
  letter-spacing: 0.1428571429rem;
  margin-bottom: 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-benefits__subtitle {
    font-size: 2rem;
    line-height: 2.2875rem;
    letter-spacing: 0.44rem;
    margin-bottom: 2.25rem;
  }
}

.p-benefits__lead {
  color: #0068b7 !important;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.11rem;
}
@media screen and (min-width: 900px) {
  .p-benefits__lead {
    font-size: 1.5rem;
    line-height: 2.375rem;
    letter-spacing: 0.33rem;
  }
}

.p-benefits__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.3571428571rem;
}
@media screen and (min-width: 900px) {
  .p-benefits__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1875rem;
  }
}

.p-benefits__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .p-benefits__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: rgb(238, 238, 238);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.p-benefits__cardImage {
  width: 100%;
  height: auto;
  margin-bottom: 1.6428571429rem;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-benefits__cardImage {
    width: 20.3125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
}
.p-benefits__cardImage img {
  width: 100%;
  height: auto;
  aspect-ratio: 280/185;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 900px) {
  .p-benefits__cardImage img {
    aspect-ratio: 325/215;
    height: 100%;
  }
}

.p-benefits__cardContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .p-benefits__cardContent {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 3.625rem 1.4375rem 3.625rem 1.4375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fbfbfb;
  }
}

.p-benefits__cardTitle {
  color: #181818;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.2142857143rem;
}
@media screen and (min-width: 900px) {
  .p-benefits__cardTitle {
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
  }
}

.p-benefits__cardLine {
  position: relative;
  width: 100%;
  height: 0.2857142857rem;
  background-color: transparent;
  margin-bottom: 1.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-benefits__cardLine {
    height: 0.375rem;
    margin-bottom: 0.3125rem;
  }
}
.p-benefits__cardLine::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.0532857143rem;
  background-color: rgb(184, 10, 21);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .p-benefits__cardLine::before {
    height: 0.0625rem;
  }
}

.p-benefits__cardLineAccent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgb(184, 10, 21);
  display: block;
}
.p-benefits__card:nth-child(1) .p-benefits__cardLineAccent {
  width: 7.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-benefits__card:nth-child(1) .p-benefits__cardLineAccent {
    width: 8.785625rem;
  }
}
.p-benefits__card:nth-child(2) .p-benefits__cardLineAccent {
  width: 5rem;
}
@media screen and (min-width: 900px) {
  .p-benefits__card:nth-child(2) .p-benefits__cardLineAccent {
    width: 5.7975rem;
  }
}
.p-benefits__card:nth-child(3) .p-benefits__cardLineAccent {
  width: 10.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-benefits__card:nth-child(3) .p-benefits__cardLineAccent {
    width: 11.875rem;
  }
}

.p-benefits__cardText {
  color: #181818;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .p-benefits__cardText {
    font-size: 0.875rem;
    line-height: 1.6875rem;
    letter-spacing: 0;
  }
}

.p-page__staffTraining-training {
  padding: 0 1.4285714286rem;
  scroll-margin-top: 5.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-page__staffTraining-training {
    padding: 3.75rem 2.5rem 5rem;
    scroll-margin-top: 5.375rem;
  }
}

#staffTraining {
  scroll-margin-top: 2.1428571429rem;
}
@media screen and (min-width: 900px) {
  #staffTraining {
    scroll-margin-top: 2.5rem;
  }
}

.p-staffTraining-training__inner {
  max-width: 20rem;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-training__inner {
    max-width: 55rem;
  }
}

.p-staffTraining-training__header {
  margin-bottom: 1.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-training__header {
    margin-bottom: 3.9375rem;
  }
}

.p-staffTraining-training__title-en {
  font-family: "Lato", sans-serif;
  font-size: 1.4285714286rem;
  font-weight: 700;
  line-height: 1.5507142857rem;
  letter-spacing: 0;
  color: #181818;
  margin-bottom: 0.4285714286rem;
  margin-top: 2.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-training__title-en {
    font-size: 4rem;
    line-height: 6.10625rem;
    margin-bottom: -0.625rem;
  }
}

.p-staffTraining-training__title-ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 0.5807142857rem;
  letter-spacing: 0.1885714286rem;
  color: #181818;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-training__title-ja {
    font-size: 1rem;
    line-height: 2.2875rem;
    letter-spacing: 0.22rem;
  }
}

.p-staffTraining-training__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7857142857rem;
  padding-top: 1.4285714286rem;
  padding-bottom: 2.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-training__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 4.9375rem;
       -moz-column-gap: 4.9375rem;
            column-gap: 4.9375rem;
    row-gap: 1.9375rem;
    padding-top: 2.25rem;
    padding-bottom: 3.625rem;
  }
}

.p-staffTraining-training__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-staffTraining-training__card-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 0.8357142857rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-training__card-image {
    margin-bottom: 1.125rem;
    aspect-ratio: 400/280;
  }
}
.p-staffTraining-training__card-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-staffTraining-training__card-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3571428571rem;
  letter-spacing: 0.1428571429rem;
  color: #181818;
  margin-bottom: 0.5rem;
  padding-left: 0.8571428571rem;
  letter-spacing: 0.1428571429rem;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-training__card-title {
    font-size: 1.25rem;
    line-height: 1.8125rem;
    letter-spacing: 0.275rem;
    margin-bottom: 0.75rem;
  }
}
.p-staffTraining-training__card-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.0464285714rem;
  background-color: #0068b7;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-training__card-title::after {
    height: 0.0625rem;
  }
}
.p-staffTraining-training__card-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2321428571rem;
  width: 0.4178571429rem;
  height: 1.1607142857rem;
  background-color: #0068b7;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-training__card-title::before {
    top: 0.3125rem;
    width: 0.525rem;
    height: 1.5625rem;
  }
}

.p-staffTraining-training__card-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
  color: #181818;
  padding-bottom: 0.5571428571rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-training__card-text {
    font-size: 0.875rem;
    line-height: 1.8125rem;
    letter-spacing: 0;
    padding-bottom: 0.75rem;
  }
}

.p-staffTraining-info {
  padding-bottom: 5.7142857143rem;
  background-color: #efefef;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info {
    padding-block: 3.625rem 5.625rem;
  }
}

#staffTraining-info {
  scroll-margin-top: 2.1428571429rem;
}
@media screen and (min-width: 900px) {
  #staffTraining-info {
    scroll-margin-top: 2.5rem;
  }
}

.p-staffTraining-info__inner {
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__inner {
    max-width: 64rem;
  }
}

.p-staffTraining-info__header {
  margin-bottom: 2.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__header {
    margin-bottom: 3.75rem;
  }
}

.p-staffTraining-info__title-en {
  font-family: "Lato", sans-serif;
  font-size: 1.4285714286rem;
  font-weight: 700;
  line-height: 1.5507142857rem;
  letter-spacing: 0;
  color: #181818;
  margin-bottom: 0.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__title-en {
    font-size: 4rem;
    line-height: 6.10625rem;
  }
}

.p-staffTraining-info__title-ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 0.5807142857rem;
  letter-spacing: 0.1885714286rem;
  color: #181818;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__title-ja {
    font-size: 1rem;
    line-height: 2.2875rem;
    letter-spacing: 0.22rem;
  }
}

.p-staffTraining-info__intro-card {
  margin-top: 1.4285714286rem;
  margin-bottom: 1.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__intro-card {
    margin-top: 2.1875rem;
    margin-bottom: 3.75rem;
  }
}

.p-staffTraining-info__intro-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 2.5714285714rem;
  letter-spacing: 0.1885714286rem;
  color: #0068b7;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__intro-title {
    font-size: 1.5625rem;
    line-height: 4.25rem;
    letter-spacing: 0.33rem;
  }
}

.p-staffTraining-info__intro-image {
  width: 100%;
  margin-bottom: 0.7857142857rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__intro-image {
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 21.25rem;
  }
}
.p-staffTraining-info__intro-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__intro-image img {
    width: 21.25rem;
  }
}

.p-staffTraining-info__intro-content {
  padding-top: 0;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__intro-content {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

.p-staffTraining-info__intro-heading {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1.4285714286rem;
  letter-spacing: 0.1428571429rem;
  color: #181818;
  margin-bottom: 0.4285714286rem;
  border-bottom: 0.0714285714rem solid #0068b7;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__intro-heading {
    font-size: 1.25rem;
    line-height: 2.8125rem;
    letter-spacing: 0.275rem;
    margin-bottom: 0.75rem;
  }
}

.p-staffTraining-info__intro-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
  color: #181818;
  margin-top: 0.2142857143rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__intro-text {
    font-size: 1rem;
    line-height: 1.8125rem;
    letter-spacing: 0;
    margin-top: 0;
  }
}

.p-staffTraining-info__flow {
  background-color: #f3f3f3;
  padding: 1.4285714286rem 0.7142857143rem;
  margin: 0 -0.7142857143rem;
  background-color: #fbfbfb;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__flow {
    padding: 3.75rem 2.5rem;
    margin: 0;
  }
}

.p-staffTraining-info__flow-intro {
  margin-bottom: 0.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__flow-intro {
    margin-bottom: 2.5rem;
  }
}

.p-staffTraining-info__flow-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1.7857142857rem;
  letter-spacing: 0.1428571429rem;
  color: #0068b7;
  margin-bottom: 0.7142857143rem;
  border-bottom: 0.0714285714rem solid #0068b7;
  padding-left: 0.5rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__flow-title {
    font-size: 1.375rem;
    line-height: 2.8125rem;
    letter-spacing: 0.275rem;
  }
}

@media screen and (min-width: 900px) {
  .p-staffTraining-info__intro-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5625rem;
  }
}

.p-staffTraining-info__flow-description {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
  color: #181818;
  padding: 0 0.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__flow-description {
    font-size: 1rem;
    line-height: 1.8125rem;
    letter-spacing: 0;
  }
}

.p-staffTraining-info__step {
  background-color: #efefef;
  padding: 0.9285714286rem;
  margin-bottom: 1.2857142857rem;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__step {
    margin-bottom: 2.5rem;
    gap: 0;
    padding: 0;
  }
}
.p-staffTraining-info__step--last {
  margin-bottom: 2.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__step--last {
    margin-bottom: 2.5rem;
  }
}

.p-staffTraining-info__step-number {
  position: absolute;
  right: -0.8571428571rem;
  top: -0.2857142857rem;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__step-number {
    right: -3.75rem;
  }
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__step-number {
    right: 0;
    top: 0;
  }
}

.p-staffTraining-info__step-num {
  font-family: "Unbounded", sans-serif;
  font-size: 2.1428571429rem;
  font-weight: 400;
  line-height: 0.5714285714rem;
  letter-spacing: 0;
  color: #0068b7;
  display: block;
  margin-bottom: 0.7142857143rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__step-num {
    font-size: 2.5rem;
  }
}

.p-staffTraining-info__step-num01 {
  letter-spacing: 0.35rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__step-num01 {
    letter-spacing: 0.42rem;
  }
}

.p-staffTraining-info__step-line-svg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0.0714285714rem;
  min-height: 0;
  margin-top: 0.7142857143rem;
}

.p-staffTraining-info__step-arrow-svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.9285714286rem;
  height: 0.7857142857rem;
}

.p-staffTraining-info__step-line {
  width: 0.0714285714rem;
  height: 18.5714285714rem;
  background-image: repeating-linear-gradient(to bottom, #0068b7 0px, #0068b7 1px, transparent 1px, transparent 2px);
  margin: 0.7142857143rem 0;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__step-line {
    height: 18.75rem;
  }
}
.p-staffTraining-info__step-line--last {
  height: 25.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__step-line--last {
    height: 25rem;
  }
}

.p-staffTraining-info__step-arrow {
  width: 0;
  height: 0;
  border-left: 0.5357142857rem solid transparent;
  border-right: 0.5357142857rem solid transparent;
  border-top: 0.9285714286rem solid #0068b7;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__step-arrow {
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-top: 1.0625rem solid #0068b7;
  }
}

.p-staffTraining-info__step-finish {
  font-family: "Unbounded", sans-serif;
  font-size: 0.865rem;
  font-weight: 400;
  line-height: 0.9421428571rem;
  letter-spacing: 0;
  color: #0068b7;
  text-align: center;
  margin-top: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__step-finish {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.p-staffTraining-info__step-content {
  padding-right: 1.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__step-content {
    padding-right: 7.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-staffTraining-info__step-image {
  width: 100%;
  margin-bottom: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__step-image {
    margin-bottom: 0;
  }
  .p-staffTraining-info__step-image img {
    display: block;
    width: 17.849875rem;
    height: 13.4375rem;
  }
}

.p-staffTraining-info__step-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
  color: #181818;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__step-text {
    letter-spacing: 0;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625rem;
    padding-left: 0.75rem;
    padding-bottom: 0.5625rem;
  }
}

.p-staffTraining-info__flow-outro {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
  color: #181818;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__flow-outro {
    font-size: 1rem;
    line-height: 1.8125rem;
    letter-spacing: 0;
    font-style: normal;
  }
}

.p-staffTraining-info__accident-prevention {
  margin-top: 2.4285714286rem;
  margin-bottom: 2.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__accident-prevention {
    margin-top: 5rem;
    margin-bottom: 8.125rem;
  }
}

.p-staffTraining-info__section-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.9285714286rem;
  font-weight: 700;
  line-height: 0.5714285714rem;
  letter-spacing: 0.1428571429rem;
  color: #181818;
  margin-bottom: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__section-title {
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: 0.3125rem;
    margin-bottom: 1.25rem;
  }
}

.p-staffTraining-info__intro-section {
  margin-bottom: 1.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__intro-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.4375rem;
    margin-bottom: 2.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-staffTraining-info__intro-section .p-staffTraining-info__intro-image {
  width: 100%;
  margin-bottom: 0.7857142857rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__intro-section .p-staffTraining-info__intro-image {
    width: 20rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
}
.p-staffTraining-info__intro-section .p-staffTraining-info__intro-image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-staffTraining-info__intro-section .p-staffTraining-info__intro-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
  color: #181818;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__intro-section .p-staffTraining-info__intro-text {
    font-size: 1rem;
    line-height: 1.8125rem;
    letter-spacing: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-staffTraining-info__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__cards {
    gap: 0.6875rem;
  }
}

.p-staffTraining-info__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #ffffff;
    flex-direction: row;
  }
}

.p-staffTraining-info__card-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__card-image {
    width: 100%;
    width: 20rem;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
}
.p-staffTraining-info__card-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 900px) {
  .p-staffTraining-info__card-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0.625rem 1.5rem 0.625rem 1.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-staffTraining-info__card-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.9285714286rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.1428571429rem;
  color: #181818;
  margin-bottom: 0.2857142857rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__card-title {
    font-size: 1.25rem;
    line-height: 1.8125rem;
    letter-spacing: 0.25rem;
    margin-bottom: 0.5625rem;
  }
}

.p-staffTraining-info__card-border {
  position: relative;
  width: 100%;
  height: 0.2857142857rem;
  margin-bottom: 1.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__card-border {
    height: 0.375rem;
    margin-bottom: 0.9375rem;
  }
}
.p-staffTraining-info__card-border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.0535714286rem;
  background-color: #b80a15;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__card-border::before {
    height: 0.0625rem;
  }
}
.p-staffTraining-info__card-border::after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.2142857143rem;
  width: 10rem;
  height: 0.2857142857rem;
  background-color: #b80a15;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__card-border::after {
    width: 13.4375rem;
    height: 0.375rem;
  }
}

.p-staffTraining-info__card:nth-child(2) .p-staffTraining-info__card-border::after {
  width: 8.8571428571rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__card:nth-child(2) .p-staffTraining-info__card-border::after {
    width: 11.75rem;
  }
}

.p-staffTraining-info__card:nth-child(3) .p-staffTraining-info__card-border::after {
  width: 13.3571428571rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__card:nth-child(3) .p-staffTraining-info__card-border::after {
    width: 17.9375rem;
  }
}

.p-staffTraining-info__card-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
  color: #181818;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__card-text {
    font-size: 0.875rem;
    line-height: 1.6875rem;
    letter-spacing: 0;
  }
}

.p-staffTraining-info__manager-training {
  margin-top: 2.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__manager-training {
    margin-top: 5rem;
    max-width: 54.3125rem;
    margin-inline: auto;
  }
}

.p-staffTraining-info__section-title--blue {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.9285714286rem;
  font-weight: 700;
  line-height: 0.5714285714rem;
  letter-spacing: 0.1428571429rem;
  margin-bottom: 0.7142857143rem;
  color: #0068b7;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__section-title--blue {
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: 0.3125rem;
    margin-bottom: 1.25rem;
  }
}

.p-staffTraining-info__subsection-title--border {
  border: 0.0357142857rem solid #0068b7;
}

.p-staffTraining-info__subsection-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7142857143rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1571428571rem;
  color: #0068b7;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__subsection-title {
    font-size: 1.25rem;
    line-height: 2.2875rem;
    letter-spacing: 0.275rem;
  }
}

.p-staffTraining-info__manager-intro {
  margin-bottom: 1.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__manager-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.4375rem;
    margin-bottom: 4.0625rem;
  }
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__manager-intro .p-staffTraining-info__intro-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-staffTraining-info__manager-image {
  width: 100%;
  margin-bottom: 0.7857142857rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__manager-image {
    width: 21.25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
}
.p-staffTraining-info__manager-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__manager-image img {
    height: 13.75rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-staffTraining-info__training-content {
  margin-bottom: 3.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__training-content {
    margin-bottom: 6.9375rem;
  }
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__training-content .p-staffTraining-info__intro-text {
    font-size: 0.875rem;
    line-height: 1.625rem;
    margin-top: 0.6875rem;
  }
}

.p-staffTraining-info__practice-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.7142857143rem;
  margin-top: 0.9285714286rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__practice-cards {
    gap: 2.5rem;
    margin-top: 1.6875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-staffTraining-info__practice-card {
  border: 0.0714285714rem solid #0068b7;
  padding: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__practice-card {
    padding: 1.25rem;
  }
}

.p-staffTraining-info__practice-label {
  background-color: #efefef;
  padding: 0.7142857143rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4285714286rem;
  margin-bottom: 0.7142857143rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__practice-label {
    padding: 0.75rem 1rem;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
  }
}

.p-staffTraining-info__practice-label-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7142857143rem;
  font-weight: 700;
  letter-spacing: 0.2057142857rem;
  color: #0068b7;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__practice-label-text {
    font-size: 0.8125rem;
    letter-spacing: 0.22rem;
  }
}

.p-staffTraining-info__practice-label-number {
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 1.4285714286rem;
  font-weight: 700;
  color: #0068b7;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__practice-label-number {
    font-size: 1.5rem;
  }
}

.p-staffTraining-info__practice-image {
  width: 100%;
  margin-bottom: 0.6428571429rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__practice-image {
    margin-bottom: 1.25rem;
  }
}
.p-staffTraining-info__practice-image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-staffTraining-info__practice-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
  color: #181818;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__practice-text {
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}

.p-staffTraining-info__other-training {
  margin-top: 3.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__other-training {
    margin-top: 3.75rem;
  }
}

.p-staffTraining-info__other-section {
  margin-top: 1.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__other-section {
    margin-top: 2.5rem;
  }
}
.p-staffTraining-info__other-section:first-child {
  margin-top: 0;
}

.p-staffTraining-info__other-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7142857143rem;
  font-weight: 700;
  line-height: 0.46rem;
  letter-spacing: 0.1571428571rem;
  color: #0068b7;
  margin-bottom: 0.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__other-title {
    font-size: 1.25rem;
    line-height: 1.8125rem;
    letter-spacing: 0.275rem;
    margin-bottom: 0.75rem;
  }
}

.p-staffTraining-info__other-divider {
  width: 100%;
  height: 0.0714285714rem;
  background-color: #0068b7;
  margin-bottom: 0.7857142857rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__other-divider {
    margin-bottom: 1.25rem;
  }
}

.p-staffTraining-info__other-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 0.7857142857rem;
}
@media screen and (min-width: 900px) {
  .p-staffTraining-info__other-images {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 1.25rem;
  }
}
.p-staffTraining-info__other-images img {
  width: 100%;
  height: auto;
  display: block;
}

.p-company {
  padding-top: 2.4285714286rem;
  position: relative;
  background: url(../images/company-profile-bg-sp.png) no-repeat center top/cover;
}

@media screen and (min-width: 900px) {
  .p-company {
    margin-top: 0;
    padding-top: 6.25rem;
    background: url(../images/company-profile-bg-pc.png) no-repeat center top/cover;
  }
}
.p-company__inner {
  width: min(25.4285714286rem, 100%);
  padding-inline: 2rem;
  margin-inline: auto;
}

@media screen and (min-width: 900px) {
  .p-company__inner {
    width: min(65rem, 100%);
    padding-inline: 1.25rem;
  }
}
.p-company__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  row-gap: 0.5rem;
  margin-top: 2.5rem;
  max-width: 14.2857rem;
  margin-left: auto;
}

@media screen and (min-width: 900px) {
  .p-company__links {
    max-width: 15.5625rem;
    row-gap: 1.25rem;
    margin-top: 1.875rem;
  }
}
.p-company__link {
  width: 100%;
  padding-block: 1.2rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.0235714286rem;
  color: #ffffff;
  background: #181818;
  border-radius: 0.3456428571rem;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-company__link:hover {
  background-color: #0068b7;
}

@media screen and (min-width: 900px) {
  .p-company__link {
    padding-block: 1.4375rem;
    border-radius: 0.5625rem;
    font-size: 1.168125rem;
    letter-spacing: 0.0350625rem;
  }
}
.p-company__link::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  right: 0.4rem;
  width: 1rem;
  height: 0.7rem;
  -webkit-mask: url(../images/btn-arrow-white.png) no-repeat center center/contain;
  mask: url(../images/btn-arrow-white.png) no-repeat center center/contain;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 900px) {
  .p-company__link::before {
    top: 0.625rem;
    right: 0.375rem;
    width: 0.75rem;
    height: 0.5625rem;
  }
}
.p-company-news {
  padding-block: 1.2857142857rem 2.7142857143rem;
  border-radius: 0.4762142857rem 0.4762142857rem 0 0;
  background: #ffffff;
  margin-top: 3.6428571429rem;
  max-width: 21.4285714286rem;
  margin-inline: auto;
}

@media screen and (min-width: 900px) {
  .p-company-news {
    max-width: 83.125rem;
    margin-top: 10.25rem;
    padding-block: 4.625rem 3.9375rem;
    border-radius: 1.875rem 1.875rem 0 0;
  }
}
.p-company-news__inner {
  padding-inline: 0.7142857143rem;
}

@media screen and (min-width: 900px) {
  .p-company-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-column-gap: 2.5625rem;
    -webkit-column-gap: 2.5625rem;
            column-gap: 2.5625rem;
    width: min(65rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
}
.p-company-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-column-gap: 0.7142857143rem;
  -webkit-column-gap: 0.7142857143rem;
          column-gap: 0.7142857143rem;
}

@media screen and (min-width: 900px) {
  .p-company-news__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.p-company-news__head-title-en {
  font-family: "Unbounded", sans-serif;
  font-size: 2.0041428571rem;
  font-weight: 400;
}

@media screen and (min-width: 900px) {
  .p-company-news__head-title-en {
    font-size: 4rem;
  }
}
.p-company-news__head-title-ja {
  font-size: 0.6262857143rem;
  font-weight: 700;
  line-height: 1.1461428571rem;
  letter-spacing: 0.1377857143rem;
  margin-top: 0.2857142857rem;
}

@media screen and (min-width: 900px) {
  .p-company-news__head-title-ja {
    margin-top: 0;
    font-size: 1.25rem;
    line-height: 2.2875rem;
    letter-spacing: 0.275rem;
  }
}
.p-company-news__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}

@media screen and (min-width: 900px) {
  .p-company-news__links {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.p-company-news__link {
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 900px) {
  .p-company-news__link {
    font-size: 1rem;
    padding-inline: 0.25rem;
    line-height: 2.2875rem;
    padding-block: 0.5rem;
  }
}
.p-company-news__link:nth-child(1),
.p-company-news__link:nth-child(2) {
  border-bottom: 0.027rem solid #000000;
}

@media screen and (min-width: 900px) {
  .p-company-news__link:nth-child(1),
  .p-company-news__link:nth-child(2) {
    border-width: 0.0625rem;
  }
}
.p-company-news__link-time {
  font-size: 0.7142857143rem;
  font-weight: 500;
  line-height: 0.9873571429rem;
}

@media screen and (min-width: 900px) {
  .p-company-news__link-time {
    font-size: 1rem;
    line-height: 2.2875rem;
  }
}
.p-company-news__link-text {
  margin-top: 0.2142857143rem;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 0.9873571429rem;
}

@media screen and (min-width: 900px) {
  .p-company-news__link-text {
    margin-top: 0;
    font-size: 1rem;
    line-height: 2.2875rem;
  }
}
.p-company-news__btn .c-archive-btn {
  width: 4.75rem;
}
@media screen and (min-width: 900px) {
  .p-company-news__btn .c-archive-btn {
    width: 7.75rem;
  }
}

.p-fv__text-ja {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  margin: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  -webkit-transition: opacity 0.5s ease-out, -webkit-filter 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-filter 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, filter 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, filter 0.5s ease-out, transform 0.5s ease-out, -webkit-filter 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.p-fv__text-ja.is-active {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.p-fv__text-ja.is-released {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-fv__text-en span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.p-fv__text-en.is-active span {
  opacity: 0.7;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-fv__text-en.is-active span:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.p-recruit__detail-head-title .char {
  display: inline-block;
  -webkit-transform: translateY(130px);
          transform: translateY(130px);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: calc(var(--char-index) * 0.03s);
          transition-delay: calc(var(--char-index) * 0.03s);
}

.p-recruit__detail-head-text .line {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: calc(var(--line-index) * 0.2s);
          transition-delay: calc(var(--line-index) * 0.2s);
}

.p-recruit__detail-head.is-active .p-recruit__detail-head-title .char {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-recruit__detail-head.is-active .p-recruit__detail-head-text .line {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: calc(0.5s + var(--line-index) * 0.2s);
          transition-delay: calc(0.5s + var(--line-index) * 0.2s);
}

.p-workEnvironment {
  background-color: #ffffff;
  padding-top: 3.2142857143rem;
  padding-bottom: 3.2142857143rem;
}
@media screen and (min-width: 900px) {
  .p-workEnvironment {
    background-color: #fbfbfb;
    padding-top: 8rem;
    padding-bottom: 7.5rem;
  }
}

.p-workEnvironment__inner {
  margin: 0 auto;
  padding-inline: 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-workEnvironment__inner {
    max-width: 67.5rem;
    padding-inline: 2.5rem;
  }
}

.p-workEnvironment__header {
  margin-bottom: 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-workEnvironment__header {
    margin-bottom: 2.5rem;
  }
}

.p-workEnvironment__subtitle {
  color: #181818;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 0.5807142857rem;
  letter-spacing: 0.1885714286rem;
  margin-bottom: 1.4285714286rem;
}
@media screen and (min-width: 900px) {
  .p-workEnvironment__subtitle {
    font-size: 2rem;
    line-height: 2.2875rem;
    letter-spacing: 0.44rem;
    margin-bottom: 2.25rem;
  }
}

.p-workEnvironment__lead {
  color: #0068b7 !important;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.11rem;
}
@media screen and (min-width: 900px) {
  .p-workEnvironment__lead {
    font-size: 1.5rem;
    line-height: 2.375rem;
    letter-spacing: 0.33rem;
  }
}

.p-workEnvironment__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.3571428571rem;
}
@media screen and (min-width: 900px) {
  .p-workEnvironment__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1875rem;
  }
}

.p-workEnvironment__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .p-workEnvironment__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: rgb(238, 238, 238);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.p-workEnvironment__cardImage {
  width: 100%;
  height: auto;
  margin-bottom: 1.6428571429rem;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-workEnvironment__cardImage {
    width: 20.3125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
}
.p-workEnvironment__cardImage img {
  width: 100%;
  height: auto;
  aspect-ratio: 280/185;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 900px) {
  .p-workEnvironment__cardImage img {
    aspect-ratio: 325/215;
    height: 100%;
  }
}

.p-workEnvironment__cardContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .p-workEnvironment__cardContent {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 3.625rem 1.4375rem 3.625rem 1.4375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-workEnvironment__cardTitle {
  color: rgb(24, 24, 24);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.2142857143rem;
}
@media screen and (min-width: 900px) {
  .p-workEnvironment__cardTitle {
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
  }
}

.p-workEnvironment__cardLine {
  position: relative;
  width: 100%;
  height: 0.2857142857rem;
  background-color: transparent;
  margin-bottom: 1.0714285714rem;
}
@media screen and (min-width: 900px) {
  .p-workEnvironment__cardLine {
    height: 0.375rem;
    margin-bottom: 0.3125rem;
  }
}
.p-workEnvironment__cardLine::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.0532857143rem;
  background-color: #b80a15;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .p-workEnvironment__cardLine::before {
    height: 0.0625rem;
  }
}

.p-workEnvironment__cardLineAccent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #b80a15;
  display: block;
}
.p-workEnvironment__card:nth-child(1) .p-workEnvironment__cardLineAccent {
  width: 7.5714285714rem;
}
@media screen and (min-width: 900px) {
  .p-workEnvironment__card:nth-child(1) .p-workEnvironment__cardLineAccent {
    width: 8.785625rem;
  }
}
.p-workEnvironment__card:nth-child(2) .p-workEnvironment__cardLineAccent {
  width: 5rem;
}
@media screen and (min-width: 900px) {
  .p-workEnvironment__card:nth-child(2) .p-workEnvironment__cardLineAccent {
    width: 5.7975rem;
  }
}
.p-workEnvironment__card:nth-child(3) .p-workEnvironment__cardLineAccent {
  width: 10.1428571429rem;
}
@media screen and (min-width: 900px) {
  .p-workEnvironment__card:nth-child(3) .p-workEnvironment__cardLineAccent {
    width: 11.875rem;
  }
}

.p-workEnvironment__cardText {
  color: #181818;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.7857142857rem;
  font-weight: 500;
  line-height: 1.2142857143rem;
  letter-spacing: 0.0392857143rem;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .p-workEnvironment__cardText {
    font-size: 0.875rem;
    line-height: 1.6875rem;
    letter-spacing: 0;
  }
}

.u-sp-hidden {
  display: none;
}
@media screen and (min-width: 900px) {
  .u-sp-hidden {
    display: block;
  }
}

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

.u-dot-line {
  height: 1px;
  width: 100%;
  background-image: radial-gradient(circle, #0068b7 1px, transparent 1px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}

.u-blue-line {
  width: 100%;
  height: 1px;
  background-color: #0068b7;
}