@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1330px) {
  html {
    font-size: 1.2030075188vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  color: #231815;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    cursor: pointer;
  }
}

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

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

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

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

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

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
            transition-duration: 0.01ms !important;
  }
}
.l-bg {
  background-color: #f4f6f5;
}

.l-bg.l-bg--bk {
  background-color: #231815;
}

.l-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1330px;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.l-main {
  padding-top: 109px;
  padding-top: 6.8125rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 4.0625rem;
  }
}

.c-btn {
  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;
  background-color: #231815;
  border-radius: 2.5rem;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
          justify-content: center;
  letter-spacing: 0.065em;
  padding: 15.5px 20px;
  padding: 0.96875rem 1.25rem;
  text-align: center;
  -webkit-transition: 0.3s ease;
  gap: 10px;
  gap: 0.625rem;
  max-width: 222px;
  max-width: 13.875rem;
  position: relative;
  transition: 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1rem;
    max-width: 12.5rem;
    padding: 0.75rem 1.125rem;
  }
}

.c-btn::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: inline-block;
  height: max(9px, 8px);
  height: max(0.5625rem, 8px);
  width: max(9px, 8px);
  width: max(0.5625rem, 8px);
  -webkit-transition: 0.3s ease;
  position: relative;
  transition: 0.3s ease;
  -webkit-transform: rotate(45deg);
  right: 0;
          transform: rotate(45deg);
}

@media (any-hover: hover) {
  .c-btn:hover {
    background-color: #d80c18;
  }
  .c-btn:hover::after {
    right: -0.625rem;
  }
}
.c-company-list {
  margin: 45px auto 0;
  margin: 2.8125rem auto 0;
  max-width: 893px;
  max-width: 55.8125rem;
  overflow: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-company-list {
    margin: 1.875rem calc(50% - 50vw) 0;
    width: 100vw;
  }
}

.c-company-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f6f5;
  border-bottom: 1px solid #727171;
}

.c-company-list.c-company-list--history .c-company-list__item {
  background-color: #d80c18;
  position: relative;
}

.c-company-list.c-company-list--history .c-company-list__item::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.c-company-list.c-company-list--history .c-company-list__item:last-child::after {
  display: none;
}

.c-company-list__item:first-child {
  border-top: 1px solid #727171;
}

.c-company-list__ttl {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  font-weight: 700;
  letter-spacing: 0.01em;
  max-width: 218px;
  max-width: 13.625rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-company-list__ttl {
    font-size: 0.875rem;
    padding-left: 0.9375rem;
    width: 6.25rem;
  }
}

.c-company-list.c-company-list--history .c-company-list__ttl {
  color: #fff;
}

.c-company-list__txt {
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  max-width: calc(100% - 13.625rem);
  min-height: 70px;
  min-height: 4.375rem;
  padding: 23px 20px 23px 30px;
  padding: 1.4375rem 1.25rem 1.4375rem 1.875rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-company-list__txt {
    max-width: unset;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex: 1;
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem 0.625rem 0.9375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .c-company-list__txt {
    font-size: max(2.4vw, 13px);
  }
}

.c-company-list.c-company-list--history .c-company-list__txt {
  background-color: #f4f6f5;
}

.c-company-list__txt > a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-company-list__txt > a {
    pointer-events: auto;
  }
}

.c-company-list__txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .c-company-list__txt-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-company-list__items {
  max-width: 225px;
  max-width: 14.0625rem;
  width: 100%;
}

.c-company-list__items:last-child {
  max-width: 415px;
  max-width: 25.9375rem;
  width: 100%;
}

.c-company-list__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  .c-company-list__detail-item {
    font-size: 0.875rem;
  }
}

.c-company-list__detail-item::before {
  content: "・";
  display: inline-block;
}

.c-company-list__detail-item + .c-company-list__detail-item {
  margin-top: 2px;
  margin-top: 0.125rem;
}

@media screen and (max-width: 767px) {
  .p-company__committee .c-company-list {
    max-width: 37.5rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-company__committee .c-company-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}

.p-company__committee .c-company-list__item .c-company-list__ttl {
  max-width: 288px;
  max-width: 18rem;
  padding-left: 45px;
  padding-left: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-company__committee .c-company-list__item .c-company-list__ttl {
    padding: 1rem 0;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}

.p-company__committee .c-company-list__item .c-company-list__txt {
  max-width: calc(100% - 18rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__committee .c-company-list__item .c-company-list__txt {
    max-width: unset;
  }
}

@media screen and (max-width: 767px) {
  .p-company__committee .p-company__inner {
    padding: 0;
  }
}

.c-heading {
  font-family: "Noto Serif JP", Helvetica Neue, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.375rem;
  }
}

.c-list {
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  max-width: 915px;
  max-width: 57.1875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-list {
    margin: 1.875rem auto 0;
  }
}

.c-list__item {
  border-bottom: 1px solid #727171;
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .c-list__item {
    padding-bottom: 1.875rem;
  }
}

.c-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.c-list__item + .c-list__item {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .c-list__item + .c-list__item {
    margin-top: 1.875rem;
  }
}

.c-list__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 35px;
  gap: 2.1875rem;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-list__item-wrapper {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .c-list__item-wrapper {
    -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;
  }
}

.c-list__item-box {
  max-width: 440px;
  max-width: 27.5rem;
  width: 100%;
}

.c-list__item-ttl {
  background-color: #d80c18;
  border-radius: 2.5rem;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 11.5px 15px 11.5px 30px;
  padding: 0.71875rem 0.9375rem 0.71875rem 1.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-list__item-ttl {
    font-size: 1.125rem;
    padding: 0.71875rem 0.9375rem 0.71875rem 0.9375rem;
    text-align: center;
  }
}

.c-list__item-txt {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  line-height: 1.6875;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-list__item-txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 600px) {
  .c-list__item-txt {
    margin-top: 0.625rem;
  }
}

.c-list__item-img {
  max-width: 440px;
  max-width: 27.5rem;
  width: 100%;
}

.c-list__item-wrapper--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .c-list__item-wrapper--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}

.c-message {
  padding: 150px 0 145px;
  padding: 9.375rem 0 9.0625rem;
}
@media screen and (max-width: 767px) {
  .c-message {
    padding: 5rem 0;
  }
}

.c-message__ttl.c-ttl {
  letter-spacing: 0.13em;
}

.c-message__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 60px;
  gap: 3.75rem;
          justify-content: center;
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
  max-width: 765px;
  max-width: 47.8125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-message__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    margin: 1.875rem auto 0;
  }
}

.c-message__img-box {
  max-width: 185px;
  max-width: 11.5625rem;
  text-align: right;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-message__img-box {
    text-align: center;
  }
}

.c-message__img {
  width: 100%;
}

.c-message__name {
  font-size: max(14px, 11px);
  font-size: max(0.875rem, 11px);
  line-height: 1.4285714286;
  margin-top: 12px;
  margin-top: 0.75rem;
  white-space: nowrap;
  text-align: center; /* 20260411追加 */
}
@media screen and (max-width: 767px) {
  .c-message__name {
    margin-top: 0.625rem;
  }
}

.c-message__txt-box {
  max-width: 520px;
  max-width: 32.5rem;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-message__txt {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  line-height: 1.95;
}
@media screen and (max-width: 767px) {
  .c-message__txt {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.c-message__txt + .c-message__txt {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-message__txt + .c-message__txt {
    margin-top: 1rem;
  }
}

.c-mv {
  height: max(41.6666666667vw, 320px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-mv {
    height: 20rem;
  }
}

.c-mv__img {
  height: inherit;
}

.c-mv__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-mv__ttl {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
          transform: translate(-50%, -50%);
  z-index: 100;
}

.c-news-list {
  margin-inline: auto;
  max-width: 897px;
  max-width: 56.0625rem;
  width: 100%;
}

.c-news-list__item {
  border-bottom: 1px solid #231815;
}

.c-news-list__item:first-child {
  border-top: 1px solid #231815;
}

.c-news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-size: 1.0625rem;
  gap: 20px;
  gap: 1.25rem;
  letter-spacing: 0.025em;
  padding: 20px 0;
  padding: 1.25rem 0;
  padding-left: 55px;
  padding-left: 3.4375rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-news-list__link {
    font-size: 1rem;
    padding-left: 0.75rem;
  }
}
@media screen and (max-width: 600px) {
  .c-news-list__link {
    font-size: 0.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

@media (any-hover: hover) {
  .c-news-list__link:hover {
    color: #707f87;
  }
}
.c-news-list__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-news-list__link-wrapper {
    gap: 1rem;
  }
}

.c-news-list__date {
  font-size: 15px;
  font-size: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-news-list__date {
    font-size: 0.875rem;
  }
}

.c-news-list__tag {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-news-list__ttl {
  display: -webkit-box;
  font-size: max(17px, 12px);
  font-size: max(1.0625rem, 12px);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-news-list__ttl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .c-news-list__ttl {
    font-size: 0.875rem;
  }
}

.c-open-btn {
  cursor: pointer;
  height: 13px;
  position: relative;
  width: 13px;
}

.c-open-btn span {
  background: #767676;
  display: block;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13px;
  -webkit-transition: 0.4s;
  left: 50%;
  position: absolute;
  transition: 0.4s;
}

.c-open-btn span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}

.c-open-btn span:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

/*rotate*/
.js-rotate.is-active span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(-180deg);
          transform: translateX(-50%) rotate(-180deg);
}

.js-rotate.is-active span:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

/*----------------------------------------------
#PAGINATION
----------------------------------------------*/
.c-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: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    gap: 0.9375rem;
  }
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a.page-numbers {
  color: #231815;
  font-size: 16px;
  line-height: 1;
  padding: 5px;
  padding: 0.3125rem;
  -webkit-transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  height: 1.25rem;
  transition: all 0.3s;
  width: 13px;
  width: 0.8125rem;
  -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;
}

.next.page-numbers,
.prev.page-numbers,
.dots.page-numbers {
  border: none;
  height: unset;
  width: unset;
}

span.current.page-numbers {
  border-bottom: 2px solid #d80c18;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  height: 1.25rem;
  padding: 5px;
  padding: 0.3125rem;
  transition: all 0.3s;
  width: 13px;
  width: 0.8125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  text-decoration: none;
}

a.next.page-numbers svg path,
a.prev.page-numbers svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  a.page-numbers:hover {
    color: #d80c18;
  }
  a.next.page-numbers:hover svg path {
    fill: #d80c18;
  }
  a.prev.page-numbers:hover svg path {
    fill: #d80c18;
  }
}
.c-sub-ttl {
  color: #595757;
  font-family: "Libre Baskerville", Helvetica Neue, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-sub-ttl {
    font-size: 2rem;
    white-space: nowrap;
  }
}

.c-sub-ttl::before {
  color: #595757;
  content: attr(data-ja);
  display: block;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-sub-ttl::before {
    font-size: 0.8125rem;
  }
}

.c-sub-ttl.c-sub-ttl--wh,
.c-sub-ttl.c-sub-ttl--wh::before {
  color: #fff;
}

.c-tag {
  background: #d80c18;
  border-radius: 2.5rem;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.065em;
  line-height: 1;
  min-width: 92px;
  min-width: 5.75rem;
  padding: 9px 20px;
  padding: 0.5625rem 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-tag {
    min-width: 4.375rem;
    padding: 0.4375rem 0.625rem;
  }
}

.c-ttl {
  font-family: "Noto Serif JP", Helvetica Neue, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-size: 37px;
  font-size: 2.3125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 1.5rem;
  }
}

.c-ttl:before {
  color: #d80c18;
  content: attr(data-en);
  display: block;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .c-ttl:before {
    font-size: 1rem;
  }
}

.c-ttl--wh {
  color: #fff;
}

.c-ttl.c-ttl--wh:before {
  color: #fff;
}

.p-company__profile {
  padding: 154px 0;
  padding: 9.625rem 0;
}
@media screen and (max-width: 767px) {
  .p-company__profile {
    padding: 5rem 0;
  }
}

.p-company__history {
  padding: 140px 0;
  padding: 8.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-company__history {
    padding: 5rem 0;
  }
}

.p-company__client {
  padding: 140px 0;
  padding: 8.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-company__client {
    padding: 5rem 0;
  }
}

.p-company__client-top-txt {
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-company__client-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 60px;
  gap: 3.75rem;
          justify-content: center;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  max-width: 725px;
  max-width: 45.3125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__client-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: unset;
  }
}

@media screen and (max-width: 767px) {
  .p-company__client-list,
  .p-company__client-box {
    margin-inline: auto;
    max-width: 21.875rem;
    width: 100%;
  }
}

.p-company__client-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  gap: 0.1875rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-company__client-item {
    font-size: 0.875rem;
    white-space: normal;
  }
}

.p-company__client-item + .p-company__client-item {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-company__client-item::before {
  background-color: #d80c18;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  width: 12px;
  width: 0.75rem;
}

.p-company__client-txt {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__client-txt {
    margin-top: 1.25rem;
  }
}

.p-company__philosophy {
  padding: 140px 0 120px;
  padding: 8.75rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy {
    padding: 5rem 0;
  }
}

.p-company__philosophy-ttl {
  font-family: "Noto Serif JP", Helvetica Neue, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-size: 75px;
  font-size: 4.6875rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin-top: 38px;
  margin-top: 2.375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-ttl {
    font-size: 2.5rem;
    margin-top: 1.875rem;
  }
}

.p-company__philosophy-txt {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  letter-spacing: 0.025em;
  margin-top: 12px;
  margin-top: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-txt {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-txt {
    font-size: 0.875rem;
  }
}

.p-company__philosophy-box {
  text-align: center;
}

.p-company__philosophy-box-heading {
  color: #d80c18;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  margin-top: 70px;
  margin-top: 4.375rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 5px;
  text-underline-offset: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-box-heading {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}

.p-company__philosophy-box-list {
  margin-inline: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 584px;
  max-width: 36.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-box-list {
    max-width: 31.25rem;
  }
}

.p-company__philosophy-box-item {
  border-bottom: 1px solid #727171;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-box-item {
    padding-bottom: 1.25rem;
  }
}

.p-company__philosophy-box-item:last-child {
  border-bottom: none;
}

.p-company__philosophy-box-item + .p-company__philosophy-box-item {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-box-item + .p-company__philosophy-box-item {
    margin-top: 1.25rem;
  }
}

.p-company__philosophy-box-ttl {
  font-family: "Noto Serif JP", Helvetica Neue, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-box-ttl {
    font-size: max(3.4666666667vw, 19px);
  }
}

.p-company__philosophy-box-txt {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
  font-size: max(15px, 11px);
  font-size: max(0.9375rem, 11px);
  letter-spacing: -0.05em;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-box-txt {
    font-size: 0.8125rem;
  }
}

.p-company__policy {
  padding: 147px 0 112px;
  padding: 9.1875rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-company__policy {
    padding: 5rem 0;
  }
}

.p-company__policy-heading {
  color: #d80c18;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  margin-top: 70px;
  margin-top: 4.375rem;
  -webkit-text-decoration-line: underline;
  text-align: center;
          text-decoration-line: underline;
  text-underline-offset: 9px;
  text-underline-offset: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-company__policy-heading {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}

.p-company__policy-list {
  margin-inline: auto;
  margin-top: 34px;
  margin-top: 2.125rem;
  max-width: 584px;
  max-width: 36.5rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__policy-list {
    margin-top: 0.9375rem;
    max-width: 31.25rem;
  }
}

.p-company__policy-item {
  border-bottom: 1px solid #727171;
  font-family: "Noto Serif JP", Helvetica Neue, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-company__policy-item {
    font-size: max(3.4666666667vw, 19px);
    padding-bottom: 1.25rem;
  }
}

.p-company__policy-item:last-child {
  border-bottom: none;
}

.p-company__policy-item + .p-company__policy-item {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-company__policy-item + .p-company__policy-item {
    margin-top: 1.25rem;
  }
}

.p-company__logo {
  padding: 140px 0;
  padding: 8.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-company__logo {
    padding: 5rem 0;
  }
}

.p-company__heading.c-ttl.c-ttl--wh:before {
  color: #d80c18;
}

.p-company__logo-wrapper {
  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: 98px;
  gap: 6.125rem;
  margin: 70px auto 0;
  margin: 4.375rem auto 0;
  max-width: 1061px;
  max-width: 66.3125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__logo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.8125rem;
    margin: 2.5rem auto 0;
  }
}

.p-company__logo-img {
  max-width: 512px;
  max-width: 32rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__logo-img {
    max-width: max(66.6666666667vw, 200px);
  }
}

.p-company__logo-txt-box {
  color: #fff;
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  letter-spacing: 0.025em;
  margin-top: 8px;
  margin-top: 0.5rem;
  max-width: 480px;
  max-width: 30rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__logo-txt-box {
    max-width: 31.25rem;
  }
}

.p-company__logo-txt {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  letter-spacing: 0.025em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-company__logo-txt {
    font-size: 0.875rem;
  }
}

.p-company__logo-txt + .p-company__logo-txt {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__logo-txt + .p-company__logo-txt {
    margin-top: 1.875rem;
  }
}

.p-company__committee {
  padding: 140px 0 97px;
  padding: 8.75rem 0 6.0625rem;
}
@media screen and (max-width: 767px) {
  .p-company__committee {
    padding: 5rem 0;
  }
}

.p-contact__box {
  margin-bottom: 140px;
  margin-bottom: 8.75rem;
  padding-bottom: 145px;
  padding-bottom: 9.0625rem;
  padding-top: 125px;
  padding-top: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__box {
    margin-bottom: 5rem;
    padding-bottom: 6.25rem;
    padding-top: 5rem;
  }
}

.p-contact__top-txt {
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__top-txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-contact__top-txt {
    font-size: 0.875rem;
    margin: 0 auto;
    max-width: 37.5rem;
    text-align: left;
    width: 100%;
  }
}

.p-contact__form {
  margin: 100px auto 0;
  margin: 6.25rem auto 0;
  max-width: 893px;
  max-width: 55.8125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin-top: 5rem;
  }
}

input,
textarea {
  border: 1px solid #231815;
  border-radius: 0;
  display: block;
  outline: none;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input {
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  min-height: 65px;
  min-height: 4.0625rem;
}
@media screen and (max-width: 767px) {
  input {
    font-size: 1rem;
    min-height: 3.125rem;
  }
}
@media screen and (max-width: 600px) {
  input {
    font-size: 0.875rem;
    min-height: 2.5rem;
  }
}

textarea {
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  min-height: 389px;
  min-height: 24.3125rem;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 1rem;
    min-height: 18.75rem;
  }
}
@media screen and (max-width: 600px) {
  textarea {
    font-size: 0.875rem;
    min-height: 12.5rem;
  }
}

.p-contact__content + .p-contact__content {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__content + .p-contact__content {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-contact__content + .p-contact__content {
    margin-top: 1.875rem;
  }
}

.p-contact__head {
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-contact__head {
    font-size: 0.875rem;
  }
}

.p-contact__item {
  display: block;
  width: 100%;
}

.p-contact__btn {
  cursor: pointer;
  margin: 68px auto 0;
  margin: 4.25rem auto 0;
  max-width: 222px;
  max-width: 13.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    margin-top: 3.125rem;
  }
}

input[type=submit] {
  border: 1px solid #231815;
  color: #fff;
  cursor: pointer;
  max-width: 222px;
  max-width: 13.875rem;
  width: 100%;
}

input[type=submit]:hover {
  border: 1px solid #d80c18;
}

.p-contact__btn > p {
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
  -webkit-margin-before: 0 !important;
  height: 65px;
  height: 4.0625rem;
          margin-block-start: 0 !important;
}

.p-footer__top {
  border-bottom: 1px solid #9fa0a0;
  border-top: 1px solid #9fa0a0;
  display: block;
  padding: 29px 0;
  padding: 1.8125rem 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    padding: 1.25rem 0;
  }
}

.p-footer__top::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 56%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  border-left: 2px solid #231815;
  border-top: 2px solid #231815;
  height: 11px;
          transform: rotate(45deg) translate(-50%, -50%);
  width: 11px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__top::before {
    top: 65%;
  }
}

@media (any-hover: hover) {
  .p-footer__top:hover::before {
    border-color: #d80c18;
  }
}
.p-footer__logo {
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  width: 124px;
  width: 7.75rem;
}

.p-footer__logo img {
  width: 100%;
}

.p-footer__address {
  font-style: normal;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  text-align: center;
}

.p-footer__address p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-footer__address p:last-child {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6875;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-footer__nav {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-footer__nav-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-footer__nav-link {
  cursor: pointer;
  display: block;
  height: 201px;
  height: 12.5625rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-footer__nav-item:nth-child(5) .p-footer__nav-link {
    margin-top: -0.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-item:last-child .p-footer__nav-link {
    margin-top: -0.125rem;
    width: 200%;
  }
}

.p-footer__nav-link img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__nav-link:after {
  background-color: rgba(0, 0, 0, .3);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-footer__nav-link-txt {
  bottom: 50%;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  left: 8%;
  letter-spacing: 0.02em;
  position: absolute;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link-txt {
    font-size: 1.25rem;
  }
}

.p-footer__nav-link-txt::after {
  content: attr(data-ja);
  display: block;
  font-size: max(15px, 11px);
  font-size: max(0.9375rem, 11px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link-txt::after {
    font-size: 0.875rem;
  }
}

.p-footer__nav-link-detail {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-footer__nav-link-detail-item {
  background-color: #9a0004;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 2.6041666667vw;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  letter-spacing: 0.05em;
  opacity: 0;
  padding-left: 20px;
  padding-left: 1.25rem;
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-footer__nav-link-detail-item:last-child {
  background-color: #d80c18;
}

@media (any-hover: hover) {
  .p-footer__nav-link:hover:after {
    opacity: 1;
  }
  .p-footer__nav-link:hover .p-footer__nav-link-detail-item {
    opacity: 1;
  }
}
.p-footer__contact {
  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;
  background-color: #231815;
  border-radius: 2.5rem;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  gap: 10px;
  gap: 0.625rem;
          justify-content: center;
  letter-spacing: 0.065em;
  line-height: 1;
  margin: 35px auto 0;
  margin: 2.1875rem auto 0;
  max-width: 222px;
  max-width: 13.875rem;
  padding: 19.5px 20px;
  padding: 1.21875rem 1.25rem;
  width: 100%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__contact {
    font-size: 1rem;
  }
}

.p-footer__contact img {
  width: 20px;
  width: 1.25rem;
}

@media (any-hover: hover) {
  .p-footer__contact:hover {
    background-color: #d80c18;
  }
}
.p-footer__copyright {
  background-color: #d80c18;
  color: #fff;
  font-size: max(11px, 9px);
  font-size: max(0.6875rem, 9px);
  letter-spacing: 0.025em;
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding: 22px 0;
  padding: 1.375rem 0;
  text-align: center;
}

.p-header {
  background-color: #fff;
  height: 109px;
  height: 6.8125rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 4.0625rem;
  }
}

.p-header:has(.p-header__hamburger.is-open) {
  background-color: #f4f6f5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  padding: 0 1.8229166667vw 0 2.5vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: 1.5625rem;
    padding-right: 0.625rem;
  }
}

.p-header__logo {
  height: inherit;
  max-width: 102px;
  max-width: 6.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 3.75rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-header__logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo img {
  height: 85px;
  height: 5.3125rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    height: auto;
  }
}

.p-header__nav {
  display: block;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

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

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-item.p-header__nav-item--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.78125vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: unset;
}

.p-header__nav-item > a,
.p-header__nav-item > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  letter-spacing: 0.05em;
  margin: 0 9px;
  margin: 0 0.5625rem;
  padding: 0 9px;
  padding: 0 0.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  cursor: pointer;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  font-weight: 400;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__nav-item > a:hover,
.p-header__nav-item > p:hover {
  color: #d80c18;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-header__nav-item.p-header__nav-item--contact {
  margin-right: 0;
  padding-right: 0;
}

.p-header__nav-item.p-header__nav-item--contact > a {
  background: #231815;
  border-radius: 2.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease;
  gap: 10px;
  gap: 0.625rem;
  margin-right: 0;
  padding: 14.5px 10px;
  padding: 0.90625rem 0.625rem;
  transition: 0.3s ease;
  width: 188px;
  width: 11.75rem;
}

.p-header__nav-item.p-header__nav-item--contact > a img {
  height: 13px;
  height: 0.8125rem;
  width: 20px;
  width: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (any-hover: hover) {
  .p-header__nav-item.p-header__nav-item--contact > a:hover {
    background-color: #d80c18;
  }
}
.p-header__pc-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  width: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-header__pc-map {
    width: 1.125rem;
  }
}

.p-header__pc-map svg {
  height: 23px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-header__pc-map svg {
    height: 1.875rem;
  }
}

.p-header__pc-map svg path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (any-hover: hover) {
  .p-header__pc-map:hover svg path {
    fill: #d80c18;
  }
}
/*dropddownmenu*/
.p-header__nav-item--dropdown {
  position: relative;
}

.p-header__nav-item--dropdown > a {
  cursor: pointer;
}

.p-header__nav-dropdown {
  display: block;
  left: -20%;
  opacity: 0;
  padding: 0px 20px;
  padding: 0rem 1.25rem;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  width: 222px;
  width: 13.875rem;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: visibility 0s linear 0.5s, opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: visibility 0s linear 0.5s, opacity 0.5s ease, transform 0.5s ease;
  transition: visibility 0s linear 0.5s, opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.p-header__nav-item--dropdown:hover .p-header__nav-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.p-header__nav-dropdown > li > a {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  -webkit-transition: all 0.3s;
  background-color: #d80c18;
  color: #fff;
  display: block;
  font-weight: 500;
  padding: 13px 20px;
  padding: 0.8125rem 1.25rem;
  position: relative;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .p-header__nav-dropdown > li > a:hover {
    background-color: #9a0004;
  }
}
.p-header__nav-item.is-active > p {
  color: #d80c18;
}

/*sp*/
.p-header__sp-nav-wrapper {
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__sp-nav-wrapper {
    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;
    gap: 0.625rem;
            justify-content: center;
  }
}

.p-header__hamburger {
  border: none;
  cursor: pointer;
  display: none;
  height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  width: 50px;
  width: 3.125rem;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    display: block;
  }
}

.p-header__hamburger span {
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  background: #231815;
  display: block;
  height: 2px;
          transform: translateX(-50%);
  width: 25px;
  width: 1.5625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger span:nth-of-type(1) {
  top: -7px;
  top: -0.4375rem;
}

.p-header__hamburger span:nth-of-type(2) {
  top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
  top: 7px;
  top: 0.4375rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 1px;
  top: 0.0625rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
  top: -3px;
  top: -0.1875rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
  background-color: #f4f6f5;
  bottom: 0;
  display: none;
  min-height: 100vh;
  overflow-y: scroll;
  padding: 30px 7.2vw 51px 7.4666666667vw;
  padding: 1.875rem 7.2vw 3.1875rem 7.4666666667vw;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 65px;
  top: 4.0625rem;
  width: 100%;
  z-index: 900;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-item > a {
  border-bottom: solid 1px #777;
  border-bottom: solid 0.0625rem #777;
  color: #231815;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3333333333;
  line-height: 1;
  padding: 2.5px 0;
  padding: 0.15625rem 0;
  padding: 20px 0;
  padding: 1.25rem 0;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.p-header__drawer-item > span {
  color: #231815;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  line-height: 1;
  padding: 16px 0 8px 0;
  padding: 1rem 0 0.5rem 0;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.p-header__drawer-item:nth-child(3) {
  border-top: solid 1px #777;
  border-top: solid 0.0625rem #777;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-header__drawer-list-item > a {
  color: #231815;
  display: inline-block;
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 3px 0 3px 20px;
  padding: 0.1875rem 0 0.1875rem 1.25rem;
}

.p-header__drawer-list-item > a::before {
  background: #231815;
  content: "";
  display: inline-block;
  height: 2px;
  height: 0.125rem;
  margin-right: 6px;
  margin-right: 0.375rem;
  vertical-align: middle;
  width: 10px;
  width: 0.625rem;
}

.p-header__drawer-item--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-header__drawer-item--contact > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  background-color: #231815;
  border-radius: 2.5rem;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  gap: 10px;
  gap: 0.625rem;
          justify-content: center;
  letter-spacing: 0.065em;
  line-height: 1;
  max-width: 222px;
  max-width: 13.875rem;
  padding: 19.5px 20px;
  padding: 1.21875rem 1.25rem;
  width: 100%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header__drawer-item--contact > a {
    font-size: 1rem;
  }
}

.p-header__drawer-item--contact > a img {
  width: 20px;
  width: 1.25rem;
}

.p-lead {
  background-image: url(../img/lead_bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  padding-bottom: 8.75vw;
  padding-top: 9.8958333333vw;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-lead {
    background-size: cover;
    padding-bottom: 13.3333333333vw;
    padding-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 600px) {
  .p-lead {
    padding: 5rem 0;
  }
}

.p-lead__ttl {
  font-family: "Noto Serif JP", Helvetica Neue, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-size: 39px;
  font-size: 2.4375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-lead__ttl {
    font-size: 1.5rem;
  }
}

.p-lead__txt {
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.7;
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-lead__txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-lead__txt {
    font-size: 0.875rem;
  }
}

.p-lead__txt + .p-lead__txt {
  margin-top: 2.3em;
}

.p-top-mv__img-box {
  height: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__img-box {
    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-top-mv__swiper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mv__swiper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-top-mv__img {
  margin-left: auto;
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-top-mv__img img {
  height: 47.34375vw;
  -o-object-fit: cover;
  aspect-ratio: 1920/909;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-mv__img img {
    height: 67.7333333333vw;
  }
}
@media screen and (max-width: 600px) {
  .p-top-mv__img img {
    height: 25.4375rem;
  }
}

.swiper-container {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.swiper-wrapper,
.swiper-slide > .p-top__img {
  height: 100%;
  width: 100%;
}

.p-top-mv__copy {
  bottom: -1px;
  left: 3%;
  position: absolute;
  width: 479px;
  width: 29.9375rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy {
    max-width: 46.6666666667vw;
    min-width: 11.875rem;
    width: 100%;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -50px !important;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -30px !important;
  }
}

.swiper-pagination-bullet {
  background: #c9caca !important;
  height: 8px !important;
  opacity: 1 !important;
  width: 8px !important;
}

.swiper-pagination-bullet-active {
  background: #d80c18 !important;
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px !important;
  opacity: 1;
}

.p-news-single__mv-box {
  height: 550px;
  height: 34.375rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__mv-box {
    height: 18.75rem;
  }
}
@media screen and (max-width: 600px) {
  .p-news-single__mv-box {
    height: 15.625rem;
  }
}

.p-news-single__mv img {
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 600px) {
  .p-news-single__mv img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
  }
}

.p-news-single__container {
  background-image: url(../img/lead_bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  min-height: 37.5rem;
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
  padding-top: 120px;
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__container {
    background-size: cover;
    min-height: unset;
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}

.p-news-single__inner {
  margin-inline: auto;
  max-width: 800px;
  width: 100%;
}

.p-news-single__date {
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
}
@media screen and (max-width: 767px) {
  .p-news-single__date {
    font-size: 0.875rem;
  }
}

.p-news-single__heading {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 30px 0;
  margin: 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-single__heading {
    font-size: 1.25rem;
    margin: 1.25rem 0;
  }
}

.p-news-single__content {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__content {
    margin-top: 2.5rem;
  }
}

.p-news-single__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 150px;
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__btn {
    margin-top: 6.25rem;
  }
}

.p-news-single__btn .c-btn {
  max-width: 240px;
  max-width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__btn .c-btn {
    font-size: 0.875rem;
    max-width: 12.5rem;
    padding: 0.84375rem 1.25rem;
  }
}

.p-news-single__content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 30px 0;
  margin: 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-single__content h3 {
    font-size: 1.125rem;
    margin: 1.25rem 0;
  }
}
.p-news-single__content h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 20px 0;
  margin: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-single__content h4 {
    font-size: 1.125rem;
    margin: 0.9375rem 0;
  }
}
.p-news-single__content p {
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.65;
  margin: 12px 0;
  margin: 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-single__content p {
    font-size: 1rem;
    margin: 0.625rem 0;
  }
}
@media screen and (max-width: 600px) {
  .p-news-single__content p {
    font-size: 0.875rem;
    margin: 0.625rem 0;
  }
}
.p-news-single__content ul {
  list-style: disc;
  list-style-position: inside;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__content ul {
    margin-top: 0.75rem;
  }
}
.p-news-single__content ol {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__content ol {
    margin-top: 0.75rem;
  }
}
.p-news-single__content ul > li, .p-news-single__content ol > li {
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  letter-spacing: 0.025em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-news-single__content ul > li, .p-news-single__content ol > li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-news-single__content ul > li, .p-news-single__content ol > li {
    font-size: 0.875rem;
  }
}
.p-news-single__content a {
  color: #231815;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  letter-spacing: 0.025em;
  line-height: 1.8;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news-single__content a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-news-single__content a {
    font-size: 0.875rem;
  }
}
.p-news-single__content a:hover {
  color: #d80c18;
}
.p-news-single__content p:has(img) {
  margin: 20px 0;
  margin: 1.25rem 0;
}
.p-news-single__content .alignleft {
  margin-right: auto !important;
}
.p-news-single__content .alignright {
  margin-left: auto !important;
}
.p-news-single__content .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.p-news-single__content figure {
  display: block;
  margin: 20px auto;
  margin: 1.25rem auto;
  max-width: 100% !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-news-single__content figure {
    margin: 0.9375rem auto;
  }
}
.p-news-single__content figure img {
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-news-single__content img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
}
.p-news-single__content figcaption {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-news {
  margin-bottom: 105px;
  margin-bottom: 6.5625rem;
  padding: 100px 0 110px;
  padding: 6.25rem 0 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    margin-bottom: 3.125rem;
    padding: 3.125rem 0;
  }
}

.p-news__pagination {
  margin: 55px auto 0;
  margin: 3.4375rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-news__pagination {
    margin: 1.875rem auto 0;
  }
}

.p-opening {
  background-color: #231815;
  display: none; /* 初期状態で非表示 */
  height: 100dvh;
  left: 0;
  opacity: 0; /* フェードインの準備 */
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-opening__bg {
  background-color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute; /* 黒背景 */
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-opening__txt {
  color: #fff;
  font-family: "Noto Serif JP", Helvetica Neue, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  opacity: 1;
  position: relative;
  text-align: center;
  z-index: 1010; /* テキストを前面に配置 */
}
@media screen and (max-width: 767px) {
  .p-opening__txt {
    font-size: 1.5rem;
  }
}

.p-opening__txt span {
  display: inline-block;
  opacity: 0; /* 初期状態で非表示 */
  -webkit-transform: translateX(15px);
  color: #fff; /* 白文字の設定 */
          transform: translateX(15px); /* 初期状態で右にずらす */
}

/* アニメーションを適用 */
.p-opening__txt span.animate {
  -webkit-animation: text_animation 0.5s ease forwards;
          animation: text_animation 0.5s ease forwards;
}

@-webkit-keyframes text_animation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
            transform: translateX(15px); /* 右にずらした状態 */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 元の位置に戻す */
  }
}

@keyframes text_animation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
            transform: translateX(15px); /* 右にずらした状態 */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 元の位置に戻す */
  }
}
.p-opening__bg-red {
  background-color: #d80c18;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1005; /* 赤背景を黒背景とテキストの間に配置 */
  -webkit-transform: translateY(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          transform: translateY(-100%); /* 初期状態で上に配置 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-opening__img {
  max-width: 137px;
  max-width: 8.5625rem;
  opacity: 0;
  width: 100%;
}

.p-sustainability__top-area {
  padding: 140px 0;
  padding: 8.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-sustainability__top-area {
    padding: 5rem 0;
  }
}

.p-sustainability__txt {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  letter-spacing: 0.025em;
  line-height: 2.225;
  margin-top: 45px;
  margin-top: 2.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sustainability__txt {
    font-size: 1rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-sustainability__txt {
    font-size: 0.875rem;
    margin-inline: auto;
    max-width: 31.25rem;
    text-align: left;
    width: 100%;
  }
}

.p-sustainability__environment {
  padding: 140px 0;
  padding: 8.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-sustainability__environment {
    padding: 5rem 0;
  }
}

.p-sustainability__work {
  padding: 145px 0 145px;
  padding: 9.0625rem 0 9.0625rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability__work {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 600px) {
  .p-sustainability__list.c-list .c-list__item-ttl {
    padding: 0.71875rem 0.625rem;
    text-align: center;
  }
}

.p-top-access {
  background-color: #f4f6f5;
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
  padding-top: 140px;
  padding-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-access {
    padding: 5rem 0;
  }
}

.p-top-access__map {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-top-access__map iframe {
  aspect-ratio: 1920/611;
  height: 611px;
  height: 38.1875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-access__map iframe {
    height: 21.875rem;
  }
}

.p-top-access__txt {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  letter-spacing: 0.05em;
  line-height: 2.0625;
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-access__txt {
    font-size: 1rem;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .p-top-access__txt {
    font-size: 0.875rem;
  }
}

.p-top-access__tel {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-access__tel {
    pointer-events: auto;
  }
}

.p-top-access__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px auto 0;
  margin: 1rem auto 0;
  max-width: max(833px, 620px);
  max-width: max(52.0625rem, 620px);
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-top-access__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #231815;
  margin: 0 auto;
  padding: 28px 0;
  padding: 1.75rem 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-access__info {
    padding: 1.25rem 0;
    -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: 0.625rem;
  }
}

.p-top-access__info:first-child {
  border-top: 1px solid #231815;
}

.p-top-access__info-ttl {
  color: #d80c18;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  max-width: 365px;
  max-width: 22.8125rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-access__info-ttl {
    font-size: 1rem;
    max-width: unset;
    text-align: left;
  }
}

.p-top-access__info-txt {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .p-top-access__info-txt {
    font-size: 1rem;
    max-width: unset;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .p-top-access__info-txt {
    font-size: 0.875rem;
  }
}

.p-top-company {
  padding: 150px 0;
  padding: 9.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-company {
    padding: 5rem 0;
  }
}

.p-top-company__txt {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  line-height: 2.0625;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-company__txt {
    font-size: 1rem;
    margin-top: 1.75rem;
  }
}
@media screen and (max-width: 600px) {
  .p-top-company__txt {
    font-size: 0.875rem;
    margin-inline: auto;
    max-width: 21.875rem;
    text-align: left;
    width: 100%;
  }
}

.p-top-company__img {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__img {
    height: 14.375rem;
  }
}

.p-top-company__img img {
  aspect-ratio: 1920/611;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-company__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-top: 3.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-department__bg {
  background-color: #f4f6f5;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-top: 105px;
  padding-top: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-department__bg {
    padding: 5rem 0 3.125rem;
  }
}

.p-top-department__txt {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  letter-spacing: 0.025em;
  line-height: 2.0625;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-department__txt {
    font-size: 1rem;
    margin-top: 1.75rem;
  }
}
@media screen and (max-width: 600px) {
  .p-top-department__txt {
    font-size: 0.875rem;
    margin-inline: auto;
    max-width: 21.875rem;
    text-align: left;
    width: 100%;
  }
}

.p-top-department__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 600px) {
  .p-top-department__wrapper {
    grid-template-columns: 1fr;
  }
}

.p-top-department__link {
  position: relative;
}

.p-top-department__img {
  position: relative;
}

.p-top-department__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 960/600;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .p-top-department__img img {
    height: max(46.6666666667vw, 230px);
  }
}

.p-top-department__img-txt {
  bottom: 50px;
  bottom: 3.125rem;
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  left: 5%;
  letter-spacing: 0.07em;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-top-department__img-txt {
    font-size: 1.625rem;
  }
}

.p-top-department__img-txt::before {
  color: #d80c18;
  content: attr(data-en);
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top-department__img-txt::before {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-top-department__img-txt::before {
    font-size: 0.875rem;
  }
}

.p-top-department__details {
  background-color: #d80c18;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 1.5625vw 1.5625vw 1.5625vw 2.6041666667vw;
  width: 42.7%;
  -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;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s;
  opacity: 0;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .p-top-department__link:hover .p-top-department__details {
    opacity: 1;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .p-top-department__link:hover .p-top-department__details {
    opacity: 0;
  }
}
.p-top-department__details-ttl {
  font-family: "Noto Serif JP", Helvetica Neue, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-size: max(2.0833333333vw, 20px);
  font-size: max(2.0833333333vw, 1.25rem);
  letter-spacing: 0.07em;
}

.p-top-department__details-ttl::before {
  color: #fff;
  content: attr(data-en);
  display: block;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0;
}

.p-top-department__details-txt {
  font-size: max(0.78125vw, 10px);
  letter-spacing: 0.025em;
  line-height: 1.6666666667;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-department__details-btn.c-btn {
  background-color: #fff;
  color: #d80c18;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-department__details-btn.c-btn::after {
  border-color: #d80c18;
}

.p-top-news {
  background-color: #f4f6f5;
  padding: 120px 0;
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding: 5rem 0;
  }
}

.p-top-news__list {
  margin-inline: auto;
  padding: 50px 0 0;
  padding: 3.125rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-top-news__list {
    padding: 1.875rem 0 0;
  }
}

.p-top-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 600px) {
  .p-top-news__btn {
    margin-top: 1.875rem;
  }
}

.p-top-sustainability {
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
  padding-top: 155px;
  padding-top: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top-sustainability {
    padding: 5rem 0;
  }
}

.p-top-sustainability__txt {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  letter-spacing: 0.025em;
  line-height: 2.0625;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-sustainability__txt {
    font-size: 1rem;
    margin-top: 1.75rem;
  }
}
@media screen and (max-width: 600px) {
  .p-top-sustainability__txt {
    font-size: 0.875rem;
    margin-inline: auto;
    max-width: 21.875rem;
    text-align: left;
    width: 100%;
  }
}

.p-top-sustainability__img {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-sustainability__img {
    height: 14.375rem;
  }
}

.p-top-sustainability__img img {
  aspect-ratio: 1920/611;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-sustainability__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-top: 3.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-sustainability__btn .c-btn {
  max-width: 261px;
  max-width: 16.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-sustainability__btn .c-btn {
    max-width: 12.5rem;
  }
}

.p-top-truckyard {
  background-image: url(../img/truckyard_img.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 607px;
  height: 37.9375rem;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
  padding-top: 155px;
  padding-top: 9.6875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-truckyard {
    height: 20.625rem;
    margin-bottom: 3.125rem;
    padding: 3.75rem 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-truckyard__inner {
    padding: 0;
  }
}

.p-top-truckyard__ttl {
  font-size: 37px;
  font-size: 2.3125rem;
  letter-spacing: -0.02em;
  line-height: 1.5135135135;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-truckyard__ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-top-truckyard__ttl {
    font-size: 1.125rem;
  }
}

.p-top-truckyard__ttl::before {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.p-top-truckyard__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-truckyard__btn .c-btn {
  background-color: #fff;
  color: #707f87;
  max-width: 230px;
  max-width: 14.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-truckyard__btn .c-btn {
    max-width: 12.5rem;
  }
}

.p-top-truckyard__btn .c-btn::after {
  border-color: #707f87;
}

@media (any-hover: hover) {
  .p-top-truckyard__btn .c-btn:hover {
    background-color: #d80c18;
    color: #fff;
  }
  .p-top-truckyard__btn .c-btn:hover::after {
    border-color: #fff;
  }
}
.p-transport__top-area {
  padding: 135px 0 140px;
  padding: 8.4375rem 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-transport__top-area {
    padding: 5rem 0;
  }
}

.p-transport__txt {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  letter-spacing: 0.025em;
  line-height: 2.225;
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-transport__txt {
    font-size: 1rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-transport__txt {
    font-size: 0.875rem;
    margin-inline: auto;
    max-width: 31.25rem;
    text-align: left;
    width: 100%;
  }
}

.p-transport__feature {
  padding: 150px 0 140px;
  padding: 9.375rem 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-transport__feature {
    padding: 5rem 0;
  }
}

.p-transport__heading.c-ttl {
  letter-spacing: 0.15em;
}

.p-transport__car-area {
  padding: 150px 0 140px;
  padding: 9.375rem 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-transport__car-area {
    padding: 5rem 0;
  }
}

.p-transport__safety {
  padding: 150px 0;
  padding: 9.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-transport__safety {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 600px) {
  .p-transport__safety .p-transport__txt {
    margin-inline: auto;
    max-width: 20rem;
    text-align: center;
    width: 100%;
  }
}

.p-transport__safety .c-list {
  margin: 55px auto 0;
  margin: 3.4375rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-transport__safety .c-list {
    margin: 1.875rem auto 0;
  }
}

.p-transport__car-list {
  display: grid;
  gap: 90px 32px;
  gap: 5.625rem 2rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 55px auto 0;
  margin: 3.4375rem auto 0;
  max-width: 968px;
  max-width: 60.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-transport__car-list {
    gap: 1.875rem 1rem;
    margin: 1.875rem auto 0;
  }
}

.p-transport__car-item-img {
  max-width: 420px;
  max-width: 26.25rem;
  width: 100%;
}

.p-transport__car-item-txt {
  font-size: max(18px, 12px);
  font-size: max(1.125rem, 12px);
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-transport__car-item-txt {
    font-size: 1rem;
    margin-top: 0.1875rem;
  }
}
@media screen and (max-width: 600px) {
  .p-transport__car-item-txt {
    font-size: 0.875rem;
  }
}

.p-transport__item-detail-list {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-transport__item-detail-list {
    margin-top: 0.9375rem;
  }
}

.p-transport__item-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  letter-spacing: 0.025em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-transport__item-detail-item {
    font-size: 0.875rem;
  }
}

.p-transport__item-detail-item::before {
  content: "・";
  display: inline-block;
  font-size: max(18px, 12px);
  font-size: max(1.125rem, 12px);
}
@media screen and (max-width: 767px) {
  .p-transport__item-detail-item::before {
    font-size: 1rem;
  }
}

.p-transport__item-detail-item + .p-transport__item-detail-item {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-transport__message-area.l-bg {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-transport__message-area.l-bg {
    margin-bottom: 3.125rem;
  }
}

.p-transport__mv.c-mv__img img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.p-truckyard__top-area {
  padding: 135px 0;
  padding: 8.4375rem 0;
}
@media screen and (max-width: 767px) {
  .p-truckyard__top-area {
    padding: 5rem 0;
  }
}

.p-truckyard__top-area .p-truckyard__heading.c-heading {
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: -0.09em;
}
@media screen and (max-width: 767px) {
  .p-truckyard__top-area .p-truckyard__heading.c-heading {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 600px) {
  .p-truckyard__top-area .p-truckyard__txt {
    margin-inline: auto;
    max-width: 20rem;
    width: 100%;
  }
}

.p-truckyard__txt {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  letter-spacing: 0.025em;
  line-height: 2.225;
  margin-top: 34px;
  margin-top: 2.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-truckyard__txt {
    font-size: 1rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-truckyard__txt {
    font-size: 0.875rem;
    margin-inline: auto;
    max-width: 31.25rem;
    text-align: left;
    width: 100%;
  }
}

.p-truckyard__bg,
.p-truckyard__figure-area {
  padding: 107px 0 150px;
  padding: 6.6875rem 0 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-truckyard__bg,
  .p-truckyard__figure-area {
    padding: 5rem 0;
  }
}

.p-truckyard__figure-area {
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-truckyard__figure-area {
    padding-bottom: 5rem;
  }
}

.p-truckyard__bg {
  padding-top: 140px;
  padding-top: 8.75rem;
}

.p-truckyard__figure-box {
  margin: 7px auto 0;
  margin: 0.4375rem auto 0;
  max-width: 1450px;
  max-width: 90.625rem;
}
@media screen and (max-width: 767px) {
  .p-truckyard__figure-box {
    margin: 2rem auto 0;
  }
}

.p-truckyard__img-box {
  margin: 53px auto 0;
  margin: 3.3125rem auto 0;
  max-width: 748px;
  max-width: 46.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-truckyard__img-box {
    margin: 2rem auto 0;
  }
}

.p-truckyard__img-box + .p-truckyard__img-box {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-truckyard__img-box + .p-truckyard__img-box {
    margin-top: 2rem;
  }
}

.p-truckyard__bottom-area {
  padding: 147px 0;
  padding: 9.1875rem 0;
}
@media screen and (max-width: 767px) {
  .p-truckyard__bottom-area {
    padding: 5rem 0;
  }
}

.p-truckyard__bg {
  margin-bottom: 97px;
  margin-bottom: 6.0625rem;
}
@media screen and (max-width: 767px) {
  .p-truckyard__bg {
    margin-bottom: 3.75rem;
    padding-top: 5rem;
  }
}

.p-warehouse__top-area {
  padding: 140px 0 130px;
  padding: 8.75rem 0 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-warehouse__top-area {
    padding: 5rem 0;
  }
}

.p-warehouse__txt {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  letter-spacing: 0.025em;
  line-height: 2.25;
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-warehouse__txt {
    font-size: 1rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-warehouse__txt {
    font-size: 0.875rem;
    margin-inline: auto;
    max-width: 31.25rem;
    text-align: left;
    width: 100%;
  }
}

.p-warehouse__feature-area {
  padding: 150px 0 140px;
  padding: 9.375rem 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-warehouse__feature-area {
    padding: 5rem 0;
  }
}

.p-warehose__detail-area {
  padding: 150px 0 140px;
  padding: 9.375rem 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-warehose__detail-area {
    padding: 5rem 0;
  }
}

.p-warehouse__bottom-img-box {
  margin: 55px auto 0;
  margin: 3.4375rem auto 0;
  max-width: 748px;
  max-width: 46.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-warehouse__bottom-img-box {
    margin: 1.875rem auto 0;
  }
}

.p-warehouse__bottom-img-box + .p-warehouse__bottom-img-box {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-warehouse__bottom-img-box + .p-warehouse__bottom-img-box {
    margin-top: 1.875rem;
  }
}

.p-warehouse__bottom-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 10px;
  gap: 0.625rem;
          justify-content: center;
  margin: 65px auto 0;
  margin: 4.0625rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-warehouse__bottom-img-wrapper {
    margin: 1.875rem auto 0;
  }
}

.p-warehouse__bottom-wrapper-img {
  max-width: 369px;
  max-width: 23.0625rem;
  width: 100%;
}

.p-warehouse__bottom-txt {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  line-height: 2.0625;
  margin: 7px auto 0;
  margin: 0.4375rem auto 0;
  max-width: 748px;
  max-width: 46.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-warehouse__bottom-txt {
    font-size: 0.875rem;
    line-height: 2;
    margin: 0.625rem auto 0;
  }
}

.p-warehouse__bottom-area {
  padding: 150px 0;
  padding: 9.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-warehouse__bottom-area {
    padding: 5rem 0;
  }
}

.p-warehouse__bottom-img-txt {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  letter-spacing: 0.05em;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-warehouse__bottom-img-txt {
    font-size: 0.75rem;
  }
}

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

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

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

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

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