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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

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

@media screen and (max-width: 1259px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1260 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body.is-fixed {
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: auto;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1260px;
  height: inherit;
  padding: 0 1.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.l-footer {
  padding-block: 6.25rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 3.125rem;
  }
}

.l-section {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-block: 3.125rem;
  }
}

.l-page-section {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-section {
    padding-block: 3.125rem;
  }
}

.c-button {
  font-size: 1.3125rem;
  font-weight: bold;
  padding: 0.9375rem;
  position: relative;
  text-align: center;
  border-radius: 25px;
  display: block;
  width: 320px;
}
@media (max-width: 420px) {
  .c-button {
    width: 100%;
    font-size: 1.125rem;
  }
}

.c-button-arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: auto;
  aspect-ratio: 3/1;
}
@media screen and (max-width: 767px) {
  .c-button-arrow {
    width: 18px;
  }
}

.c-button-arrow-prev {
  left: 5%;
}

.c-breadcrumb {
  font-size: 1rem;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-top: 2.5rem;
  }
}

.c-toukou__buttons {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-toukou__button,
.c-form__button {
  background: #ac1b22;
  color: #ffffff;
  margin-inline: auto;
}

.c-clear__button {
  background: #333333;
  color: #ffffff;
  margin-inline: auto;
  width: 320px;
  text-align: center;
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.c-section-title--en {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-section-title--en {
    font-size: 40px;
  }
}

.c-section-title--ja {
  font-weight: bold;
}
.c-section-title--ja span {
  color: #ac1b22;
}

.c-section-title-text {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-section-title-text {
    font-size: 16px;
  }
}

.c-page-title-bg {
  background: url(../img/page-background.png) no-repeat center center/cover;
  height: 18.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-title-bg {
    height: 14.375rem;
  }
}

.c-page-title-text {
  position: absolute;
  bottom: -13px;
  left: 20%;
  font-size: 32px;
  font-weight: bold;
  padding: 1.875rem;
  background: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  margin-block: auto 0;
}
@media screen and (max-width: 767px) {
  .c-page-title-text {
    left: 0;
    font-size: 24px;
    padding: 1.25rem;
  }
}

.c-page-section-title {
  font-size: 28px;
  font-weight: bold;
  border-left: 3px solid #ac1b22;
  padding-left: 1.25rem;
  margin-inline: 0 auto;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-page-section-title {
    font-size: 20px;
  }
}

.c-post-title-text {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1260px;
}

.c-archive-title-text {
  color: #ac1b22;
}

table {
  margin-top: 1.75rem;
}

th {
  border-bottom: 1px solid #ac1b22;
  font-size: 1rem;
  width: 12.5rem;
  text-align: left;
  padding-block: 1.25rem;
}
@media screen and (max-width: 767px) {
  th {
    width: 100%;
    padding-block: 0.625rem;
  }
}

td {
  border-bottom: 1px solid #999;
  width: 100%;
  font-size: 1rem;
  padding-block: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  td {
    border-bottom: 1px solid transparent;
    padding-block: 0.625rem;
  }
}

table tr:first-child th {
  border-top: 1px solid #ac1b22;
}
@media screen and (max-width: 767px) {
  table tr:first-child th {
    border-top: 1px solid transparent;
  }
}

table tr:first-child td {
  border-top: 1px solid #999;
}
@media screen and (max-width: 767px) {
  table tr:first-child td {
    border-top: 1px solid transparent;
  }
}

tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-description-h2 {
  font-size: 2.25rem;
  margin-top: 1.4375rem;
}

.p-description-h3 {
  font-size: 1.5rem;
  margin-top: 0.6875rem;
}

.p-description-h4 {
  font-size: 1.3125rem;
}

.p-description__container {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-description__container {
    margin-top: 1.875rem;
    gap: 1.25rem;
  }
}

.p-description__container-image {
  width: 670px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-description__container-image {
    width: 100%;
  }
}

.p-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding-block: 12px;
  line-height: 1;
}

.p-header__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1512px;
  grid-template-columns: 9.375rem 1fr;
}
@media (max-width: 1200px) {
  .p-header__inner {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    grid-template-columns: 6.25rem 1fr;
  }
}

.p-header__logo {
  white-space: nowrap;
}

.p-header__logo-text {
  font-size: 1.25rem;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo-text {
    font-size: 14px;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 2.125rem;
     -moz-column-gap: 2.125rem;
          column-gap: 2.125rem;
}
@media (max-width: 1200px) {
  .p-header__nav {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.p-header__list li a {
  font-size: 1.25rem;
}

.p-header__btn {
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    display: none;
  }
}

.p-header__btn--mail img {
  width: 30px;
  aspect-ratio: 50/37;
}
@media (max-width: 1200px) {
  .p-header__btn--mail img {
    width: 20px;
  }
}

.p-header__btn--catalog img {
  width: 20px;
  aspect-ratio: 40/50;
}

.p-header__btn-global img {
  width: 30px;
  aspect-ratio: 54/54;
}
@media (max-width: 1200px) {
  .p-header__btn-global img {
    width: 20px;
  }
}

.p-header-search__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header-search__btn img {
  width: 30px;
  aspect-ratio: 52/52;
}
@media (max-width: 1200px) {
  .p-header-search__btn img {
    width: 20px;
  }
}

.u-google-translate {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .u-google-translate {
    top: -9999px;
    left: -9999px;
    width: min(92vw, 320px);
    z-index: -1;
    pointer-events: none;
  }
  .u-google-translate.js-show {
    z-index: 9999;
    pointer-events: auto;
  }
}

iframe.skiptranslate[id*=".container"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}

html, body {
  top: 0 !important;
  margin-top: 0 !important;
}

.u-translate-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.u-translate-overlay.is-show {
  opacity: 1;
  pointer-events: auto;
  z-index: 2147483646;
}

.goog-te-gadget-simple {
  background-color: transparent !important;
  border-left: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  margin-top: -20px;
}

.p-header-search__input {
  border-radius: 18px;
  border: 1px solid #333333;
  padding-left: 0.9375rem;
  font-size: 12px;
}

.p-drawer__icon {
  z-index: 102;
  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.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
  position: relative;
}

.p-drawer__icon--bars {
  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;
  width: 25px;
  height: 15px;
  position: relative;
}

.p-drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #333333;
}
.p-drawer__icon--bar:nth-child(2) {
  position: absolute;
  display: block;
  background-color: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-8px) rotate(0deg);
          transform: translateY(-8px) rotate(0deg);
}
.p-drawer__icon--bar:nth-child(3) {
  position: absolute;
  display: block;
  background-color: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(8px) rotate(0deg);
          transform: translateY(8px) rotate(0deg);
}

.p-drawer__icon-text {
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  opacity: 0;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.p-drawer__icon.js-show .p-drawer__icon-text {
  display: none;
}

.p-drawer {
  color: #ffffff;
  position: relative;
  max-width: 960px;
  margin-block: auto;
  padding-block: 10px;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 53px;
  translate: 0 -201%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
  z-index: 99;
  background: #313131;
}
.p-drawer-wrapper.js-show {
  translate: 0;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.p-drawer__list li a {
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-drawer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
    margin-bottom: 2.5rem;
  }
}

.p-drawer__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-drawer__btn {
    display: inline-block;
    padding: 0.375rem 1.875rem;
    font-size: 1.25rem;
    font-weight: 400;
  }
}

.p-drawer__btn--mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-drawer__btn--mail svg {
  width: 40px;
  aspect-ratio: 50/37;
}

.p-drawer__btn--catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-drawer__btn--catalog svg {
  width: 30px;
  aspect-ratio: 40/50;
}

.p-drawer-wrapper-sp {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  translate: 101%;
  background: #313131;
  color: #ffffff;
  margin-top: 53px;
  z-index: 101;
  padding-block: 1.25rem;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer-wrapper-sp.js-show {
  translate: 0;
}

.p-drawer__list-sp {
  margin-bottom: 0;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__list-sp {
    gap: 1.25rem;
  }
}

.p-drawer__btn-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-drawer__btn-global svg {
  width: 30px;
  aspect-ratio: 1/1;
}

.p-drawer-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-drawer-search svg {
  width: 30px;
  aspect-ratio: 1/1;
}

.p-drawer-search__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-drawer-search__input {
  width: 100%;
  border-radius: 18px;
  border: 1px solid #333333;
  width: 66%;
  height: 50%;
  padding-left: 0.9375rem;
}

.p-footer {
  background: #333333;
  color: #ffffff;
  line-height: 1.5;
}

.p-footer__container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__container {
    grid-template-columns: 1fr;
  }
}

.p-footer__page {
  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.25rem;
}

.p-footer__page--1-child {
  margin-left: 1.25rem;
  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;
  margin-top: -0.625rem;
}

.p-footer__page--1-grandchild {
  margin-left: 1.25rem;
  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;
}

small {
  margin-top: 2.5rem;
  display: block;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}

.p-fv {
  margin-top: 110px;
}
@media (max-width: 1100px) {
  .p-fv {
    margin-top: 106px;
  }
}
@media (max-width: 900px) {
  .p-fv {
    margin-top: 108px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv {
    margin-top: 53px;
  }
}

.p-fv__top {
  position: relative;
}

.p-fv__image {
  width: 70%;
  margin-inline: auto 0;
}
@media screen and (max-width: 767px) {
  .p-fv__image {
    width: 100%;
  }
}

.p-fv__title {
  position: absolute;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 242, 0.6)), to(rgba(217, 217, 217, 0.6)));
  background-image: linear-gradient(to bottom, rgba(242, 242, 242, 0.6), rgba(217, 217, 217, 0.6));
  padding-inline: 24px;
}
.p-fv__title h2 {
  font-size: 5rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1800px) {
  .p-fv__title h2 {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__title h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 700px) {
  .p-fv__title h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 415px) {
  .p-fv__title h2 {
    font-size: 1.25rem;
  }
}
.p-fv__title h3 {
  font-size: 3.75rem;
  font-family: "Herr Von Muellerhoff", cursive;
}
@media (max-width: 1600px) {
  .p-fv__title h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__title h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 700px) {
  .p-fv__title h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 415px) {
  .p-fv__title h3 {
    font-size: 1rem;
  }
}

.p-fv__title-pc {
  bottom: 10%;
  left: 0;
}

.p-fv__title-sp {
  text-align: center;
  bottom: 0;
  left: 0;
}

.p-fv__about {
  padding-block: 3.75rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__about {
    padding-block: 2.5rem;
  }
}

.p-fv__about-inner {
  max-width: 1000px;
}

.p-fv__about__boxes-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__about__boxes-1 {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}

.p-fv__about__boxes-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  margin-top: 30px;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__about__boxes-2 {
    max-width: 510px;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}
@media (max-width: 492px) {
  .p-fv__about__boxes-2 {
    margin-top: 0.9375rem;
  }
}
@media (max-width: 393px) {
  .p-fv__about__boxes-2 {
    grid-template-columns: 1fr;
    width: 60%;
    max-width: 320px;
    row-gap: 0.9375rem;
  }
}

.p-fv__about__box {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #f2f2f2;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (max-width: 492px) {
  .p-fv__about__box {
    padding: 5px;
  }
}

.p-fv__about__box-title {
  font-weight: bold;
  font-size: 24px;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fv__about__box-title {
    font-size: 22px;
    text-wrap: auto;
  }
}
@media (max-width: 500px) {
  .p-fv__about__box-title {
    font-size: 18px;
  }
}
@media (max-width: 423px) {
  .p-fv__about__box-title {
    font-size: 16px;
  }
}

.p-fv__about__box-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.p-fv__about__box-text {
  font-weight: bold;
  font-size: 20px;
}
.p-fv__about__box-text span {
  font-size: 40px;
  color: #ac1b22;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 767px) {
  .p-fv__about__box-text {
    font-size: 16px;
  }
  .p-fv__about__box-text span {
    font-size: 28px;
  }
}
@media (max-width: 423px) {
  .p-fv__about__box-text {
    font-size: 12px;
  }
  .p-fv__about__box-text span {
    font-size: 20px;
  }
}

.p-fv__about__box-1 .p-fv__about__box-image {
  width: 36px;
  height: auto;
  aspect-ratio: 60/57;
}
@media screen and (max-width: 767px) {
  .p-fv__about__box-1 .p-fv__about__box-image {
    width: 24px;
  }
}
.p-fv__about__box-1 span:nth-of-type(2) {
  font-size: 12px;
  font-size: 20px;
  color: #333333;
}

.p-fv__about__box-2 .p-fv__about__box-text {
  text-wrap: nowrap;
}
.p-fv__about__box-2 .p-fv__about__box-image {
  width: 36px;
  height: auto;
  aspect-ratio: 63/50;
}
@media screen and (max-width: 767px) {
  .p-fv__about__box-2 .p-fv__about__box-image {
    width: 24px;
  }
}

.p-fv__about__box-3 .p-fv__about__box-image {
  width: 32px;
  height: auto;
  aspect-ratio: 52/53;
}
@media screen and (max-width: 767px) {
  .p-fv__about__box-3 .p-fv__about__box-image {
    width: 24px;
  }
}

@media (max-width: 362px) {
  .p-fv__about__box-1 .p-fv__about__box-contents,
  .p-fv__about__box-2 .p-fv__about__box-contents,
  .p-fv__about__box-3 .p-fv__about__box-contents {
    -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;
  }
}

.p-fv__about__box-4 .p-fv__about__box-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.p-fv__about__box-4 .p-fv__about__box-image img:nth-child(1) {
  width: 36px;
  height: auto;
  aspect-ratio: 57/60;
}
@media screen and (max-width: 767px) {
  .p-fv__about__box-4 .p-fv__about__box-image img:nth-child(1) {
    width: 24px;
  }
}
.p-fv__about__box-4 .p-fv__about__box-image img:nth-child(2) {
  width: 150px;
  height: auto;
  aspect-ratio: 219/83;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center calc(100% + 8px);
     object-position: center calc(100% + 8px);
}
@media screen and (max-width: 767px) {
  .p-fv__about__box-4 .p-fv__about__box-image img:nth-child(2) {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__about__box-4 .p-fv__about__box-image img {
    margin-top: 22px;
  }
}
@media (max-width: 480px) {
  .p-fv__about__box-4 .p-fv__about__box-image img {
    margin-top: 18px;
  }
}
.p-fv__about__box-4 .p-fv__about__box-4-title {
  display: none;
}
@media (min-width: 394px) and (max-width: 767px) {
  .p-fv__about__box-4 .p-fv__about__box-4-title {
    display: block;
    margin-top: -15px;
  }
}

.p-fv__about__box-5 .p-fv__about__box-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.p-fv__about__box-5 .p-fv__about__box-image img:nth-child(1) {
  width: 48px;
  height: auto;
  aspect-ratio: 97/60;
}
@media screen and (max-width: 767px) {
  .p-fv__about__box-5 .p-fv__about__box-image img:nth-child(1) {
    width: 30px;
  }
}
.p-fv__about__box-5 .p-fv__about__box-image img:nth-child(2) {
  width: 150px;
  height: auto;
  aspect-ratio: 219/83;
}
@media screen and (max-width: 767px) {
  .p-fv__about__box-5 .p-fv__about__box-image img:nth-child(2) {
    width: 100px;
  }
}

.p-fv__about__box-4,
.p-fv__about__box-5 {
  padding-inline: 1.25rem;
}
.p-fv__about__box-4 .p-fv__about__box-contents,
.p-fv__about__box-5 .p-fv__about__box-contents {
  -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;
}
@media screen and (max-width: 767px) {
  .p-fv__about__box-4,
  .p-fv__about__box-5 {
    padding: 0.625rem;
  }
}
@media (max-width: 492px) {
  .p-fv__about__box-4,
  .p-fv__about__box-5 {
    padding: 5px;
  }
}

.p-sugiyama {
  background-image: -webkit-gradient(linear, left top, right top, from(#f2f2f2), to(#fff));
  background-image: linear-gradient(to right, #f2f2f2 0%, #fff 100%);
}

.p-sugiyama__boxes {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: 70% 20%;
  gap: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  max-width: 90%;
  margin-inline: auto 0;
}
@media (max-width: 1000px) {
  .p-sugiyama__boxes {
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-sugiyama__boxes {
    grid-template-columns: 1fr;
  }
}

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

.p-sugiyama__box-image {
  text-align: center;
}
.p-sugiyama__box-image img {
  aspect-ratio: 422/623;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-sugiyama__box-image img {
    max-width: 30%;
  }
}

.p-sugiyama__box-text {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-sugiyama__box-text {
    margin-top: 1.875rem;
  }
}
.p-sugiyama__box-text p {
  color: transparent;
}
@media screen and (max-width: 767px) {
  .p-sugiyama__box-text p {
    display: none;
  }
}
.p-sugiyama__box-text p:nth-child(3) {
  display: none;
}
@media (min-width: 768px) and (max-width: 899px) {
  .p-sugiyama__box-text p:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-sugiyama__post {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-sugiyama__post {
    gap: 0.9375rem;
  }
}

.p-sugiyama__post-contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.875rem;
  position: relative;
  z-index: 10;
}
.p-sugiyama__post-contents:after {
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110%;
  height: 105%;
  content: "";
  border: 5px solid #ffffff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-sugiyama__post-contents {
    grid-template-columns: 1fr;
  }
  .p-sugiyama__post-contents:after {
    height: 98%;
  }
}

.p-sugiyama__post-img {
  position: relative;
  z-index: 10;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-sugiyama__post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-sugiyama__post-img img {
    width: 60%;
    margin-inline: auto;
  }
}

.p-sugiyama__post_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-sugiyama__post_title {
    font-size: 16px;
  }
}

.p-sugiyama__post_text {
  line-height: 1.5;
}

.p-sugiyama__post-description {
  position: relative;
  z-index: 10;
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.p-sugiyama__box-button {
  margin-top: 3.125rem;
  padding: 1rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  border-radius: 40px;
  color: #ac1b22;
  border: 1px solid #ac1b22;
  margin-inline: auto;
  position: relative;
  width: 85%;
  max-width: 320px;
  z-index: 10;
  cursor: pointer;
}
.p-sugiyama__box-button svg {
  display: block;
  width: 27px;
  aspect-ratio: 27/5;
}
@media screen and (max-width: 767px) {
  .p-sugiyama__box-button {
    width: 100%;
    margin-top: 1.875rem;
    padding: 0.25rem 1rem;
  }
}

.p-sugiyama__box-button-arrow {
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-environment {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #fff), color-stop(99%, #f2f2f2));
  background-image: linear-gradient(to right, #fff 1%, #f2f2f2 99%);
}

.p-environment-title-ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 845px) {
  .p-environment-title-ja {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-environment__boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
  margin-top: 3.75rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  line-height: 1;
}
@media (max-width: 1200px) {
  .p-environment__boxes {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .p-environment__boxes {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
    margin-inline: auto;
    row-gap: 2.5rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-environment__boxes {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
@media (max-width: 541px) {
  .p-environment__boxes {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
@media (max-width: 500px) {
  .p-environment__boxes {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-inline: auto;
  }
}

.p-environment__box {
  -webkit-box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.64);
          box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.64);
  background-color: #fff;
  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.9375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2rem;
  height: 100%;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .p-environment__box {
    padding-bottom: 1.25rem;
    padding-inline: 10px;
    gap: 0.9375rem;
  }
}

.p-environment__box-number {
  color: gray;
  font-size: 5rem;
  margin-top: -40px;
  margin-inline: -20px auto;
}
@media (max-width: 1051px) {
  .p-environment__box-number {
    font-size: 3.75rem;
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-environment__box-number {
    font-size: 3rem;
    margin-top: -20px;
  }
}
@media (max-width: 541px) {
  .p-environment__box-number {
    font-size: 2rem;
    margin-inline: 0 auto;
  }
}

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

.p-environment__box-text,
.p-environment__box-title {
  text-align: center;
  line-height: 1.5;
}

.p-environment__box-title {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 541px) {
  .p-environment__box-title {
    font-size: 1rem;
  }
}

.p-environment__box-text {
  margin-bottom: auto;
}

.p-environment__box-image img {
  width: 100px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-environment__box-image img {
    width: 50px;
  }
}

.p-environment__box-image--3 {
  margin-block: 10px;
}
.p-environment__box-image--3 img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .p-environment__box-image--3 img {
    width: 40px;
  }
}

.p-news {
  background-image: -webkit-gradient(linear, left top, right top, from(#f2f2f2), color-stop(99%, #fff));
  background-image: linear-gradient(to right, #f2f2f2 0%, #fff 99%);
}

.p-news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-news-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.p-news-button {
  margin-top: 1.375rem;
  padding: 1rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  border-radius: 40px;
  color: #ac1b22;
  width: 320px;
  position: relative;
  border: 1px solid #ac1b22;
}
.p-news-button svg {
  display: block;
  width: 27px;
  aspect-ratio: 27/5;
}
@media screen and (max-width: 767px) {
  .p-news-button {
    width: 100%;
    padding: 0.25rem 1.25rem;
    margin-inline: auto;
  }
}

.p-news-button-arrow {
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-news__post {
  padding-block: 1.75rem;
}
.p-news__post:nth-child(2) {
  border-top: 3px solid #707070;
  border-bottom: 3px solid #707070;
}
.p-news__post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-news__post a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-news__post {
    padding-block: 1.25rem;
  }
}

.p-news__post-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18.75rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news__post-img {
    width: 80%;
    margin-inline: auto;
  }
}

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

.p-news__post_date {
  font-size: 12px;
}

.p-news__post_title {
  font-weight: bold;
}

.p-about__boxes {
  margin-top: 5.25rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.375rem;
  margin-inline: calc(50% - 50vw);
  padding-inline: 1.875rem;
}
@media (max-width: 1450px) {
  .p-about__boxes {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-about__boxes {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
  }
}
@media (max-width: 508px) {
  .p-about__boxes {
    grid-template-columns: 1fr;
  }
}

.p-about__box-text {
  background: #ac1b22;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: relative;
  padding-block: 1.25rem;
}
@media (max-width: 1000px) {
  .p-about__box-text {
    font-size: 14px;
  }
}

@media (min-width: 1450px) and (max-width: 1600px) {
  .p-about__btn-arrow {
    width: 15px;
  }
}
@media (min-width: 500px) and (max-width: 900px) {
  .p-about__btn-arrow {
    width: 15px;
  }
}

.p-recruit-tab {
  position: relative;
  z-index: 10;
}

.p-recruit-tabs {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-tabs {
    padding-block: 3.75rem;
  }
}

.p-recruit-tabs__inner {
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-tabs__inner {
    padding-inline: 0;
  }
}

.p-recruit-tabs__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  padding-inline: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-tabs__list {
    row-gap: 0.625rem;
    grid-template-columns: 1fr;
  }
}

.p-recruit-list__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-top: 3.75rem;
  -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-recruit-list__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-recruit-list__img img {
  display: block;
  width: 41.6666666667%;
  aspect-ratio: 550/332;
}
@media screen and (max-width: 767px) {
  .p-recruit-list__img img {
    width: 100%;
  }
}

.p-recruit-tabs__item {
  padding: 1.25rem 0.9375rem;
  background: #F9F9F9;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px #333333;
          box-shadow: 0 0 10px #333333;
  position: relative;
}
.p-recruit-tabs__item.active {
  background: #333333;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-recruit-tabs__item {
    padding: 0.625rem;
    white-space: nowrap;
  }
}

.p-recruit-tabs__contents {
  margin-inline: auto;
  -webkit-box-shadow: 0 0 10px 0 #000;
          box-shadow: 0 0 10px 0 #000;
  background-color: #f9f9f9;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .p-recruit-tabs__contents {
    margin-top: 0.625rem;
  }
}

.p-recruit-tabs__content {
  padding: 3.75rem 1.625rem;
  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;
  -webkit-box-shadow: 0 0 10px 0 #000;
          box-shadow: 0 0 10px 0 #000;
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .p-recruit-tabs__content {
    padding: 1.875rem 0.9375rem;
  }
}

.p-recruit-tabs__content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, height 0.3s ease;
  transition: opacity 0.3s ease, height 0.3s ease;
}
.p-recruit-tabs__content-wrap.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.p-recruit__button {
  margin-top: 4.25rem;
  background: #ac1b22;
  color: #ffffff;
  border-radius: 25px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ac1b22;
}
@media screen and (max-width: 767px) {
  .p-recruit__button {
    margin-top: 2.125rem;
  }
}

.p-recruit__button-white {
  margin-top: 2rem;
  background: #ffffff;
  color: #ac1b22;
  border: 1px solid #ac1b22;
}
@media screen and (max-width: 767px) {
  .p-recruit__button-white {
    margin-top: 1.25rem;
  }
}

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

.p-about__message,
.p-about-company,
.p-about-business,
.p-about__map,
.p-about-area {
  -webkit-box-shadow: 0 0 10px 0 #000;
          box-shadow: 0 0 10px 0 #000;
  background-color: #f9f9f9;
  padding: 4.375rem 1.875rem 3rem 1.875rem;
  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.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__message,
  .p-about-company,
  .p-about-business,
  .p-about__map,
  .p-about-area {
    padding: 2.5rem 0.9375rem;
    gap: 1.125rem;
  }
}

.p-about__message-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__message-title {
    font-size: 20px;
  }
}
@media (max-width: 350px) {
  .p-about__message-title {
    font-size: 18px;
  }
}

.p-about__message-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.25rem;
  margin-top: 2.125rem;
}
.p-about__message-contents p {
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .p-about__message-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about__message-image {
  width: 33.75rem;
  max-width: 540px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-about__message-image {
    width: 50%;
    margin-inline: auto;
  }
}

.p-about__booklet {
  padding-block: 70px;
}
@media screen and (max-width: 767px) {
  .p-about__booklet {
    padding-block: 30px;
  }
}

.p-about__booklet-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about__booklet-top p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 30px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .p-about__booklet-top p {
    font-size: 12px;
    margin-top: 15px;
  }
}
.p-about__booklet-top img {
  margin-top: 30px;
  width: 25px;
  height: auto;
  aspect-ratio: 25/30;
}
@media screen and (max-width: 767px) {
  .p-about__booklet-top img {
    margin-top: 15px;
    width: 15px;
  }
}

.p-about__cards {
  position: relative;
  margin-top: 30px;
}

.p-about__card {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  cursor: pointer;
  -webkit-transform: translateY(calc(var(--i) * -10px));
          transform: translateY(calc(var(--i) * -10px));
  z-index: calc(100 - var(--i));
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (max-width: 1500px) {
  .p-about__card {
    -webkit-transform: translateY(calc(var(--i) * -8px));
            transform: translateY(calc(var(--i) * -8px));
  }
}
@media (max-width: 1200px) {
  .p-about__card {
    -webkit-transform: translateY(calc(var(--i) * -6px));
            transform: translateY(calc(var(--i) * -6px));
  }
}

.p-about__clip {
  overflow: hidden;
  width: 100%;
  margin-inline: auto;
  height: var(--closed-h, 80px); /* ←閉じた高さは変数 */
  max-width: var(--closed-w, 700px); /* ←閉じた幅も変数 */
  -webkit-transition: height 0.1s ease, max-width 0.4s ease;
  transition: height 0.1s ease, max-width 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-about__clip {
    -webkit-transition: height 0.4s ease, max-width 0.4s ease;
    transition: height 0.4s ease, max-width 0.4s ease;
  }
}

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

.p-about__card--1 {
  --closed-w: 700px;
  --closed-h: 80px;
}

.p-about__card--2 {
  --closed-w: 750px;
  --closed-h: 90px;
}

.p-about__card--3 {
  --closed-w: 800px;
  --closed-h: 100px;
}

.p-about__card--4 {
  --closed-w: 850px;
  --closed-h: 110px;
}

.p-about__card--5 {
  --closed-w: 900px;
  --closed-h: 120px;
}

.p-about__card--6 {
  --closed-w: 950px;
  --closed-h: 130px;
}

.p-about__card--7 {
  --closed-w: 1000px;
  --closed-h: 140px;
}

.p-about__card--8 {
  --closed-w: 1100px;
  --closed-h: 140px;
}

@media (max-width: 1100px) {
  .p-about__card--1 {
    --closed-w: 500px;
    --closed-h: 60px;
  }
  .p-about__card--2 {
    --closed-w: 550px;
    --closed-h: 70px;
  }
  .p-about__card--3 {
    --closed-w: 600px;
    --closed-h: 80px;
  }
  .p-about__card--4 {
    --closed-w: 650px;
    --closed-h: 90px;
  }
  .p-about__card--5 {
    --closed-w: 700px;
    --closed-h: 90px;
  }
  .p-about__card--6 {
    --closed-w: 750px;
    --closed-h: 95px;
  }
  .p-about__card--7 {
    --closed-w: 800px;
    --closed-h: 100px;
  }
  .p-about__card--8 {
    --closed-w: 850px;
    --closed-h: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__card--1,
  .p-about__card--2,
  .p-about__card--3,
  .p-about__card--4,
  .p-about__card--5,
  .p-about__card--6,
  .p-about__card--7,
  .p-about__card--8 {
    --closed-w: 100%;
  }
}
.p-about__card--1,
.p-about__card--2,
.p-about__card--3,
.p-about__card--4,
.p-about__card--5,
.p-about__card--6,
.p-about__card--7,
.p-about__card--8 {
  position: relative;
}

.p-about__card--1 {
  z-index: 1;
}

.p-about__card--2 {
  z-index: 2;
}

.p-about__card--3 {
  z-index: 3;
}

.p-about__card--4 {
  z-index: 4;
}

.p-about__card--5 {
  z-index: 5;
}

.p-about__card--6 {
  z-index: 6;
}

.p-about__card--7 {
  z-index: 7;
}

.p-about__card--8 {
  z-index: 8;
}

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

@media (max-width: 600px) {
  .p-about__card {
    --closed-h: 70px;
  }
}
@media (max-width: 500px) {
  .p-about__card {
    --closed-h: 60px;
  }
}
@media (max-width: 400px) {
  .p-about__card {
    --closed-h: 50px;
  }
}
/* 開いたカード：最前面＆重なり解除＆フル表示 */
.p-about__card.is-open {
  z-index: 10;
}

.p-about__card.is-open .p-about__clip img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.p-about__card.is-open .p-about__clip {
  height: var(--open-h);
  max-width: 1100px;
  overflow: visible;
}
@media (max-width: 1200px) {
  .p-about__card.is-open .p-about__clip {
    max-width: 100%;
  }
}

.p-about__card:last-child .p-about__clip {
  height: auto !important;
  overflow: visible;
}

.p-about-booklet__button {
  background: #ac1b22;
  color: #ffffff;
  margin-inline: auto;
  margin-top: 20px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-about-booklet__button {
    margin-top: 10px;
    font-size: 16px;
  }
}

.p-about__map-buttons {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-about__map-buttons {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
}

.p-about__map-button {
  line-height: 1.88;
  border: 1px solid #ac1b22;
  border-radius: 24px;
  background: #ffffff;
  width: auto;
}

.p-about__map-button-arrow {
  width: 40px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .p-about__map-button-arrow {
    width: 35px;
  }
}

.p-about__map-table {
  width: 100%;
}
.p-about__map-table td {
  line-height: 2;
}
.p-about__map-table th {
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about__map-table th {
    padding-left: 0;
  }
}
.p-about__map-table iframe {
  width: 100%;
}

.p-about-area h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.p-about__area-table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__area-table {
    margin-top: 0;
  }
}

th {
  font-weight: bold;
  width: 50%;
}
@media screen and (max-width: 767px) {
  th {
    width: 100%;
  }
}

td:nth-child(4) {
  color: #ac1b22;
  font-weight: bold;
}

.p-about-area-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.p-about-area-icon {
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
}

.org-wrapper {
  display: inline-block;
  margin-inline: auto;
}
@media (max-width: 1000px) {
  .org-wrapper {
    margin-inline: 0;
  }
}
@media (max-width: 893px) {
  .org-wrapper {
    margin-inline: auto;
  }
}
@media (max-width: 466px) {
  .org-wrapper {
    margin-inline: -10px 0;
    margin-bottom: -200px;
  }
}
@media (max-width: 425px) {
  .org-wrapper {
    margin-inline: -30px 0;
    margin-bottom: -350px;
  }
}
@media (max-width: 379px) {
  .org-wrapper {
    margin-inline: -47px 0;
    margin-bottom: -550px;
  }
}

.org {
  --line:#7a7a7a;
  --gapX:103px;
  --gapX-2:25px;
  --gapY:16px;
  --rootW:140px;
  --siteW:140px;
  --childW:180px;
  --grandW:200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gapX);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 16px;
  line-height: 1;
  font-size: 20px;
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media (max-width: 1000px) {
  .org {
    font-size: 18px;
  }
}
@media (max-width: 780px) {
  .org {
    --gapX:10px;
    --gapX-2:12px;
    padding: 0;
    margin-left: -10px;
  }
}
@media (max-width: 466px) {
  .org {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (max-width: 425px) {
  .org {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 379px) {
  .org {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.org__root {
  width: var(--rootW);
  position: relative;
  padding-top: 8px;
}

.org__body {
  position: relative;
  padding-left: 24px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .org__body {
    padding-left: 12px;
  }
}

.org__root::after {
  content: "";
  position: absolute;
  top: 34px;
  left: 100%;
  width: var(--gapX);
  height: 1px;
  background: var(--line);
}

/* 幹線（縦線）：右側の全拠点を貫く */
.org__body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 277px;
  width: 1px;
  background: var(--line);
}
@media (max-width: 1000px) {
  .org__body::before {
    bottom: 265px;
  }
}
@media (max-width: 893px) {
  .org__body::before {
    bottom: 343px;
  }
}
@media screen and (max-width: 767px) {
  .org__body::before {
    bottom: 383px;
    top: 4px;
  }
}

/* 1拠点ブロック */
.site {
  position: relative;
  display: grid;
  grid-template-columns: var(--siteW) auto;
  -webkit-column-gap: var(--gapX);
     -moz-column-gap: var(--gapX);
          column-gap: var(--gapX);
  padding: 12px 0;
  margin-top: -28px;
}
@media (max-width: 893px) {
  .site {
    margin-top: -25px;
    grid-template-columns: 1fr;
  }
}
.site:nth-child(n+2) {
  margin-top: 20px;
}

/* 幹線→拠点箱の横線 */
.site__head {
  position: relative;
}

/* 拠点箱 */
.box {
  font-weight: 700;
  white-space: nowrap;
}

.box--site {
  position: relative;
  border: 1px solid #ac1b22;
  background: #ffffff;
  padding: 8px 12px;
  border-radius: 20px;
  text-align: center;
}
.box--site p:nth-child(2) {
  font-size: 16px;
}
.box--site::before {
  content: "";
  position: absolute;
  left: -24px; /* org__bodyのpadding分 */
  top: 50%;
  width: 24px;
  height: 1px;
  background: var(--line);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .box--site::before {
    width: 12px;
  }
}
.box--site::after {
  content: "";
  position: absolute;
  right: -24px; /* org__bodyのpadding分 */
  top: 50%;
  width: 24px;
  height: 1px;
  background: var(--line);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .box--site {
    padding: 5px;
  }
  .box--site::before, .box--site::after {
    width: 12px;
  }
  .box--site::before {
    left: -12px;
  }
  .box--site::after {
    right: -12px;
  }
}

.box-top {
  color: #ac1b22;
  font-size: 28px;
  width: 220px;
}
@media (max-width: 1000px) {
  .box-top {
    font-size: 24px;
  }
}
@media (max-width: 893px) {
  .box-top {
    margin-bottom: 20px;
  }
  .box-top::after {
    display: none;
  }
}
@media (max-width: 493px) {
  .box-top {
    width: 250px;
  }
}

.box-middle {
  width: 220px;
  font-size: 24px;
}
@media (max-width: 1000px) {
  .box-middle {
    font-size: 22px;
  }
}

/* 2階層：子リスト（部署） */
.children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 24px; /* 子の縦線の余白 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gapY);
  position: relative;
  margin-top: 17px;
}
@media (max-width: 1000px) {
  .children {
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .children {
    margin-top: 8px;
  }
}

/* 子の縦線 */
.children::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 12px;
  width: 1px;
  background: var(--line);
}
@media (max-width: 1000px) {
  .children::before {
    top: 7px;
  }
}

.has-tokyo .g::before {
  left: -100px;
}
@media screen and (max-width: 767px) {
  .has-tokyo .g::before:nth-child(1) {
    top: 20%;
  }
}
@media screen and (max-width: 767px) {
  .has-tokyo .grand::before {
    display: none;
  }
}
.has-tokyo .box--grand {
  margin-left: -65px;
}

.has-yokohama {
  margin-top: 13px;
}
.has-yokohama::before {
  top: 18px;
  bottom: 151px;
}
@media screen and (max-width: 767px) {
  .has-yokohama::before {
    bottom: 127px;
  }
}
.has-yokohama .box--site {
  min-width: 154px;
}
.has-yokohama .box--child {
  padding-left: 12px;
  position: relative;
}
.has-yokohama .box--child::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 37%;
  width: 24px;
  height: 1px;
  background: var(--line);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .has-yokohama .box--child::after {
    width: 12px;
  }
}
.has-yokohama .grand {
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .has-yokohama .grand {
    margin-top: 8px;
  }
}
@media (max-width: 1000px) {
  .has-yokohama {
    margin-top: 12px;
  }
  .has-yokohama:before {
    top: 16px;
    bottom: 146px;
  }
}
@media screen and (max-width: 767px) {
  .has-yokohama {
    padding-left: 11px;
  }
}

.has-abroad {
  margin-top: 13px;
}
.has-abroad::before {
  top: 18px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .has-abroad::before {
    top: 15px;
    bottom: 16px;
  }
}
.has-abroad .box--site {
  min-width: 154px;
}
.has-abroad .grand {
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .has-abroad .grand {
    margin-top: 8px;
  }
  .has-abroad .grand::before {
    top: 26px;
    bottom: 17px;
  }
}
@media (max-width: 1000px) {
  .has-abroad {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .has-abroad {
    padding-left: 11px;
  }
}

@media screen and (max-width: 767px) {
  .grand-br {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
}

/* 子1行 */
.child {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--gapX-2);
}

.box--child {
  padding-left: 12px;
  position: relative;
}
.box--child::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 37%;
  width: 24px;
  height: 1px;
  background: var(--line);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .box--child {
    padding-left: 0;
  }
  .box--child::before {
    width: 12px;
  }
}

/* 子の箱幅 */
.child > .box--child {
  width: var(--childW);
}

.has-grand {
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .has-grand {
    margin-top: -1px;
  }
}

/* 3階層：孫（横浜・海外だけ出る） */
.grand {
  list-style: none;
  margin: 0;
  padding: 0 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gapY);
  position: relative;
}

/* 孫の縦線 */
.grand::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 9px;
  width: 1px;
  background: var(--line);
}

/* 孫1行 */
.g {
  position: relative;
}

/* 孫の横線（孫縦線→孫箱） */
.g::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  width: 24px;
  height: 1px;
  background: var(--line);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 孫箱幅 */
.g .box--grand {
  width: var(--grandW);
  padding-left: 12px;
}

.p-benefits {
  padding-block: 3.75rem 2.5rem;
}

.p-benefits__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-benefits__cards {
    grid-template-columns: 1fr;
  }
}

.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;
  -webkit-box-shadow: 0 0 10px 0 #000;
          box-shadow: 0 0 10px 0 #000;
  background-color: #f9f9f9;
  gap: 1.25rem;
  padding-bottom: 3.125rem;
}

.p-benefits__card-contents {
  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.25rem;
  padding-inline: 1.25rem;
}

.p-benefits__card-tag {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
}
.p-benefits__card-tag span {
  font-size: 2.5rem;
  color: #ac1b22;
  padding-left: 0.3125rem;
}

.p-day__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: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-day__cards {
    gap: 3.125rem;
  }
}

.p-day__card:nth-child(2) .p-day__card-contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-day__card:nth-child(2) .p-day__card-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-day__card:nth-child(2) .p-day__card-img {
  margin-right: auto;
  margin-left: calc(50% - 50vw);
  -o-object-position: right;
     object-position: right;
}
@media screen and (max-width: 767px) {
  .p-day__card:nth-child(2) .p-day__card-img {
    width: 100%;
    margin-inline: auto;
  }
}

.p-day__card-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-day__card-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.0625rem;
    gap: 0.9375rem;
  }
}

.p-day__card-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-day__card-description {
    gap: 1.875rem;
  }
}

.p-day__card-table {
  width: 100%;
  max-width: 540px;
  aspect-ratio: 540/487;
}
@media screen and (max-width: 767px) {
  .p-day__card-table {
    margin-inline: auto;
    width: 80%;
  }
}
@media (max-width: 500px) {
  .p-day__card-table {
    width: 100%;
  }
}

.p-day__card-img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: calc(50% - 50vw);
  width: 50vw;
  aspect-ratio: 960/618;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-day__card-img {
    width: 100%;
    margin-inline: auto;
  }
}

.p-interview__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-interview__cards {
    grid-template-columns: 1fr;
  }
}

.p-interview__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-shadow: 0 0 10px 0 #000;
          box-shadow: 0 0 10px 0 #000;
  background-color: #f9f9f9;
  gap: 1.25rem;
  padding-bottom: 3.125rem;
}

.p-interview__card-contents {
  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.25rem;
  padding-inline: 1.25rem;
}

.p-interview__card-img {
  width: 100%;
  height: auto;
  aspect-ratio: 542/300;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-interview-buttons {
  margin-inline: auto;
}
@media (max-width: 420px) {
  .p-interview-buttons {
    margin-inline: 0;
  }
}

.p-interview-button {
  border: 1px solid #ac1b22;
}

.p-interview-button-red {
  background-color: #ac1b22;
  color: #ffffff;
}

.p-interview-button-white {
  color: #ac1b22;
}

.p-interview-bottom {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-interview-bottom {
    margin-top: 1.875rem;
  }
}
.p-interview-bottom .p-interview-button {
  margin-inline: auto;
}

.p-interview-post__container {
  -webkit-box-shadow: 0 0 10px 0 #333333;
          box-shadow: 0 0 10px 0 #333333;
  background-color: #f9f9f9;
  padding: 3.75rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-interview-post__container {
    padding: 1.875rem 0.9375rem;
  }
}

.p-interview-post-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 4.375rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-interview-post-title {
    margin-top: 2.25rem;
    font-size: 20px;
  }
}

.p-interview-post-company {
  font-size: 22px;
  color: #ac1b22;
  margin-block: 2.125rem 2.5625rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-interview-post-company {
    font-size: 18px;
  }
}

.p-interview-post-question {
  margin-top: 2.5625rem;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-interview-post-question {
    font-size: 18px;
    margin-top: 1.25rem;
  }
}

.p-interview-post-answer {
  margin-top: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-interview-post-answer {
    margin-top: 0.75rem;
  }
}

.p-interview-post__img-middle {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-interview-post__img-middle {
    margin-top: 1.875rem;
  }
}

.p-interview-post-buttons {
  margin-top: 5.3125rem;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.75rem;
}

.p-interview-button-white {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 28px;
  width: 500px;
  font-family: "Roboto", sans-serif;
}
.p-interview-button-white:hover {
  background-color: #ac1b22;
  color: #ffffff;
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.p-interview-button-white:hover svg line {
  stroke: #ffffff;
}
@media (max-width: 550px) {
  .p-interview-button-white {
    width: 100%;
  }
}

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

.p-intro__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f2f2f2;
}
.p-intro__card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-intro__card:nth-child(even) .p-intro__card-contents {
  padding-left: 1.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .p-intro__card:nth-child(even) .p-intro__card-contents {
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__card:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-intro__card-contents {
  padding-block: 7.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1.875rem;
  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;
}
@media screen and (max-width: 767px) {
  .p-intro__card-contents {
    padding-block: 3.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
  }
}

.p-intro__card-contents-inner {
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .p-intro__card-contents-inner {
    padding-inline: 0.9375rem;
  }
}

.p-intro__card-title--en {
  color: #ffffff;
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-intro__card-title--en {
    font-size: 38px;
  }
}

.p-intro__card-title--ja {
  font-size: 28px;
  margin-top: -30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-intro__card-title--ja {
    font-size: 20px;
    margin-top: -20px;
  }
}

.p-intro__card-text {
  margin-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-intro__card-text {
    margin-top: 1.875rem;
  }
}

.p-intro__card-button {
  margin-top: 1.375rem;
  background: #ac1b22;
  color: #ffffff;
  display: block;
  margin-inline: auto;
}

.p-intro__card-img {
  width: 50%;
  aspect-ratio: 960/564;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-intro__card-img {
    width: 70%;
    margin-inline: auto;
  }
}

.p-intro-section__title {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-intro-section__title {
    font-size: 24px;
  }
}
.p-intro-section__title--b {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .p-intro-section__title--b {
    font-size: 26px;
  }
}

.p-intro-school-title--en {
  line-height: 1;
  margin-top: -30px;
}

.p-intro-school-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-intro-school-title {
    font-size: 24px;
  }
}

.p-intro-school-text {
  padding-block: 1.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-intro-school-text {
    padding-block: 0.9375rem;
  }
}

.p-intro__sustainability-title--en,
.p-intro__company-title--en {
  color: #f2f2f2;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-intro__sustainability-title--en,
  .p-intro__company-title--en {
    font-size: 24px;
  }
}

.p-intro__sustainability-title--ja,
.p-intro__company-title--ja {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-intro__sustainability-title--ja,
  .p-intro__company-title--ja {
    font-size: 24px;
  }
}

.p-intro__company-img {
  width: 60%;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-intro__company-img {
    width: 100%;
  }
}

.swiper-pagination-bullet-active {
  background: #ac1b22;
}

.swiper-pagination {
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.p-intro-school-card__swiper-slide {
  border-top: 1px solid #707070;
}

.p-intro-school-cards {
  position: relative;
}

.p-intro-school__slider-pagination {
  bottom: -26px !important;
}
@media screen and (max-width: 767px) {
  .p-intro-school__slider-pagination {
    bottom: -20px !important;
  }
}

.p-intro-messages {
  position: relative;
}

.p-intro-messages__slider-pagination {
  bottom: -40px !important;
}

.p-intro-program {
  position: relative;
}

.p-intro-program__swiper {
  padding-bottom: 50px;
}

.p-intro-program__swiper .p-school-box {
  padding-top: 20px;
}

.p-intro-program__swiper .p-school-box-number {
  top: -5%;
}

.p-intro-program__swiper-slide {
  height: auto !important;
}

.p-intro-program__swiper-pagination {
  bottom: 0 !important;
}

.p-intro-noto {
  position: relative;
}

.p-intro-noto__swiper {
  padding-bottom: 50px;
}

.p-intro-noto__swiper-pagination {
  bottom: 0 !important;
}

.p-strategy__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-strategy__cards {
    padding: 0.9375rem;
  }
}

.p-strategy__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-strategy__card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-strategy__card:nth-child(even) .p-strategy__card-contents {
  padding-left: 1.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .p-strategy__card:nth-child(even) .p-strategy__card-contents {
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-strategy__card:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-strategy__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-strategy__card-contents {
  padding-block: 7.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-inline: 1.875rem;
  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;
}
@media screen and (max-width: 767px) {
  .p-strategy__card-contents {
    padding-block: 3.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 0;
  }
}

.p-strategy__card-contents-inner {
  max-width: 540px;
}

.p-strategy__card-title {
  margin-bottom: 5rem;
}

.p-strategy__card-title--en {
  color: #f2f2f2;
  font-size: 3.75rem;
  font-family: "Roboto", sans-serif;
}

.p-strategy__card-title--ja {
  font-size: 2.25rem;
  margin-top: -30px;
}

.p-strategy__card-text {
  margin-top: 4.125rem;
  line-height: 1.73;
}
@media screen and (max-width: 767px) {
  .p-strategy__card-text {
    margin-top: 1.875rem;
  }
}

.p-strategy__card-img {
  width: 50%;
  aspect-ratio: 960/873;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-strategy__card-img {
    width: 100%;
  }
}

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

.p-strategy__philosophy-title {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-strategy__philosophy-title {
    font-size: 2rem;
  }
}

.p-strategy__philosophy-boxes {
  margin-top: 3.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-strategy__philosophy-boxes {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}

.p-philosophy__box {
  -webkit-box-shadow: 0 0 10px 0 #333333;
          box-shadow: 0 0 10px 0 #333333;
  background-color: #f9f9f9;
  padding: 3.125rem 1.25rem 1.5625rem 1.25rem;
  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.5rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__box {
    padding: 1.25rem;
  }
}

.p-philosophy__box-number {
  opacity: 0.6;
  font-size: 3.75rem;
  margin-top: -5.3125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-philosophy__box-number {
    margin-top: 0;
  }
}

.p-philosophy__box-title {
  font-size: 1.5rem;
  color: #ac1b22;
}

.p-strategy__philosophy-management {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-strategy__philosophy-management {
    gap: 1.875rem;
  }
}

.p-strategy__philosophy-object {
  width: 46.75rem;
  aspect-ratio: 748/666;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-strategy__philosophy-object {
    width: 100%;
  }
}

.p-strategy__philosophy-asia {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-strategy__philosophy-asia {
    gap: 1.875rem;
  }
}

.p-strategy__philosophy-asia-contents {
  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.875rem;
}
@media screen and (max-width: 767px) {
  .p-strategy__philosophy-asia-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-strategy__philosophy-picture {
  width: 35.5625rem;
  aspect-ratio: 569/344;
}
@media screen and (max-width: 767px) {
  .p-strategy__philosophy-picture {
    width: 100%;
  }
}

.p-strategy__philosophy-asia-button {
  background: #ac1b22;
  color: #ffffff;
  margin-inline: auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-strategy__philosophy-asia-button {
    margin-top: 30px;
  }
}

.p-roadmap__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
  -webkit-box-shadow: 0 0 10px 0 #333333;
          box-shadow: 0 0 10px 0 #333333;
  background-color: #f9f9f9;
  padding: 7.5rem 1.875rem 3.75rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-roadmap__container {
    padding: 3.75rem 0.9375rem;
  }
}

.p-roadmap__container-title {
  font-size: 2.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-roadmap__container-title {
    font-size: 1.5rem;
  }
}

.p-roadmap__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: 4.375rem;
}

.p-roadmap__item {
  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.25rem;
}

.p-roadmap__item-text {
  font-size: 16;
}

.p-greenenergy-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-greenenergy-boxes {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}

.p-greenenergy-box {
  border-radius: 30px;
  position: relative;
}

.p-greenenergy-box-number {
  font-size: 3.75rem;
  position: absolute;
  top: -8%;
  left: 5%;
  color: #ac1b22;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-greenenergy-box-number {
    font-size: 3rem;
    top: -4%;
  }
}

.p-greenenergy-box-contents {
  padding: 1.875rem 1.25rem;
  background: #f2f2f2;
  border-radius: 0 0 30px 30px;
}

.p-greenenergy-box-title {
  font-size: 1.3125rem;
  font-weight: bold;
}

.p-greenenergy-box-text {
  margin-top: 2.0625rem;
}

.p-greenenergy-asia {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}

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

.p-exterior__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-exterior__card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-exterior__card:nth-child(even) .p-exterior__card-contents {
  padding-left: 1.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .p-exterior__card:nth-child(even) .p-exterior__card-contents {
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior__card:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-exterior__card-contents {
  padding-block: 7.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1.875rem;
  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;
}
@media screen and (max-width: 767px) {
  .p-exterior__card-contents {
    padding-block: 0.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
  }
}

.p-exterior__card-contents-inner {
  max-width: 540px;
}

.p-exterior__card-title--en {
  color: #f2f2f2;
  font-size: 3.75rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}

.p-exterior__card-title--ja {
  font-size: 2.25rem;
  margin-top: -30px;
}

.p-exterior__card-text {
  margin-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-exterior__card-text {
    margin-top: 1.875rem;
  }
}

.p-exterior__card-img {
  width: 50%;
  aspect-ratio: 960/564;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-exterior__card-img {
    width: 100%;
  }
}

.p-school__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: 3.75rem;
}

.p-school__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}

.p-school__item-object {
  width: 55.125rem;
  aspect-ratio: 882/768;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-school__item-object {
    width: 100%;
  }
}

.p-school__item-text {
  line-height: 1.7;
}

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

.p-school__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.75rem 1.875rem;
  border-bottom: 1px solid #707070;
}
.p-school__card:nth-child(1) {
  border-top: 1px solid #707070;
}
.p-school__card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-school__card:nth-child(even) .p-school__card-contents {
  padding-left: 1.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .p-school__card:nth-child(even) .p-school__card-contents {
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-school__card:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-school__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.875rem 0;
  }
}

.p-school__card-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1.875rem;
  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;
}
@media screen and (max-width: 767px) {
  .p-school__card-contents {
    padding-block: 0 1.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
  }
}

.p-school__card-contents-inner {
  max-width: 540px;
  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.25rem;
}

.p-school__card-title {
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-school__card-title {
    font-size: 1.25rem;
  }
}

.p-school__card-name {
  font-size: 1.3125rem;
  font-weight: bold;
  color: #ff2832;
}
@media screen and (max-width: 767px) {
  .p-school__card-name {
    font-size: 1.125rem;
  }
}

.p-school__card-text {
  margin-top: 0.625rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-school__card-text {
    margin-top: 1.875rem;
  }
}

.p-school__card-img,
.p-school__item-meister-img {
  width: 50%;
  aspect-ratio: 570/360;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-school__card-img,
  .p-school__item-meister-img {
    width: 100%;
  }
}

.p-school__item-meister {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-school__item-meister {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-school__item-messages {
  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.875rem;
}

.p-school__item-message {
  background: #f2f2f2;
  padding: 1.875rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-school__item-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-school__item-message-img {
  width: 14.5rem;
  aspect-ratio: 232/233;
}

.p-school__item-message-text {
  line-height: 1.5;
}

.p-school-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-school-boxes {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 3.75rem;
  }
}
@media (max-width: 632px) {
  .p-school-boxes {
    grid-template-columns: 1fr;
  }
}

.p-school-box {
  border-radius: 30px;
  position: relative;
  height: 554px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-school-box {
    height: auto;
  }
}

.p-school-box-number {
  font-size: 3.75rem;
  position: absolute;
  top: -8%;
  left: 5%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-school-box-number {
    font-size: 3rem;
    top: -4%;
  }
}

.p-school-box-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.875rem 1.25rem;
  background: #f2f2f2;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 400px) {
  .p-school-box-contents {
    padding-inline: 0.625rem;
  }
}

.p-school-box-title {
  font-size: 1.3125rem;
  font-weight: bold;
  color: #ac1b22;
}

.p-school-box-subtitle {
  font-size: 1.3125rem;
  font-weight: bold;
  margin-top: 1.875rem;
}

.p-school-box-text {
  margin-top: 2.0625rem;
  line-height: 1.5;
}

.p-school-noto-box {
  height: auto;
}

.p-school-noto-box-text {
  margin-top: 0.9375rem;
  font-weight: bold;
}

.p-school__item-map {
  width: 53.75rem;
  aspect-ratio: 860/561;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-school__item-map {
    width: 100%;
  }
}

.p-school__item-qa-table {
  line-height: 1.5;
}
.p-school__item-qa-table th {
  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;
  font-weight: bold;
  padding-left: 1.25rem;
  width: 23.75rem;
}
.p-school__item-qa-table th:before {
  content: "Q";
  background: #ac1b22;
  color: #ffffff;
  border-radius: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.375rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-school__item-qa-table th {
    padding-left: 0;
    width: 100%;
  }
}
.p-school__item-qa-table td {
  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;
  font-weight: bold;
  padding-left: 2.5rem;
}
.p-school__item-qa-table td:before {
  content: "A";
  background: #333333;
  color: #ffffff;
  border-radius: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.375rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-school__item-qa-table td {
    padding-left: 0;
  }
}

.p-school__item-apply {
  -webkit-box-shadow: 0 0 10px 0 #000;
          box-shadow: 0 0 10px 0 #000;
  background-color: #f9f9f9;
  padding-block: 3.75rem 7.5rem;
  padding-inline: 1.875rem;
}
.p-school__item-apply table {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-school__item-apply {
    padding: 1.875rem 0.9375rem;
    gap: 1.875rem;
  }
}

.p-school__item-apply-table {
  line-height: 1.5;
}

.p-school__item-apply-text {
  margin-top: -20px;
}

.p-school__item-apply-button {
  background: #ac1b22;
  color: #ffffff;
  margin-inline: auto;
}

.p-archive {
  margin-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-archive {
    margin-bottom: 3.125rem;
  }
}

.p-archive__cards {
  margin-top: 3.125rem;
}
.p-archive__cards a {
  width: 100%;
}

.p-archive__cards > a:last-of-type .p-archive__card .p-archive__line-bottom {
  display: block;
}
.p-archive__cards > a:last-of-type .p-archive__card .p-archive__line-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10.4166666667%;
  height: 1px;
  background: #ac1b22;
}
.p-archive__cards > a:last-of-type .p-archive__card .p-archive__line-bottom::after {
  content: "";
  position: absolute;
  left: 10.4166666667%;
  bottom: 0;
  width: 89.5833333333%;
  height: 1px;
  background: #333333;
}

.p-archive__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  padding-block: 1.25rem;
  padding-left: 1.25rem;
  position: relative;
}
.p-archive__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10.4166666667%;
  height: 1px;
  background: #ac1b22;
}
.p-archive__card::after {
  content: "";
  position: absolute;
  left: 10.4166666667%;
  top: 0;
  width: 89.5833333333%;
  height: 1px;
  background: #333333;
}
@media screen and (max-width: 767px) {
  .p-archive__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}

.p-archive__card-date {
  font-weight: bold;
}

.c-pagination {
  margin-top: 3.125rem;
}

.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination__item {
  padding: 0.3125rem 0.625rem;
}
.c-pagination__item:hover {
  opacity: 0.7;
}

.c-pagination__item.is-current {
  background: #ac1b22;
}

.page-numbers.current {
  color: #ffffff;
}

.p-topic-description {
  margin-top: 80px;
}

.p-blog-description {
  margin-block: 80px 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-blog-description {
    margin-bottom: 3.125rem;
  }
}

.p-form__top {
  line-height: 1.5;
}

.p-form__contents {
  margin-top: 1.75rem;
  padding-block: 3.75rem;
  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-shadow: 0 0 10px 0 #000;
          box-shadow: 0 0 10px 0 #000;
  background-color: #f9f9f9;
}
.p-form__contents label {
  font-weight: bold;
}
.p-form__contents label span {
  color: #ac1b22;
}
@media screen and (max-width: 767px) {
  .p-form__contents label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-form__contents-top {
  color: #ac1b22;
  font-weight: bold;
}

.p-form__contents-groups {
  margin-block: 2.8125rem;
}

.p-form__contents-group {
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 0.9375rem;
}
.p-form__contents-group::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10.4166666667%;
  height: 1px;
  background: #ac1b22;
}
.p-form__contents-group::after {
  content: "";
  position: absolute;
  left: 10.4166666667%;
  top: 0;
  width: 89.5833333333%;
  height: 1px;
  background: #333333;
}
@media screen and (max-width: 767px) {
  .p-form__contents-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.625rem;
  }
}
@media (max-width: 483px) {
  .p-form__contents-group label span {
    right: 10%;
  }
}

.wpcf7-form-control-wrap {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  width: 100%;
}
.wpcf7-form-control-wrap textarea {
  resize: vertical;
  max-width: 100%;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
  border-radius: 10px;
  border: solid 1px #707070;
  min-height: 68px;
}

.p-policy-title {
  text-align: center;
  font-weight: bold;
}

.p-policy-text {
  padding: 1.875rem 1.5625rem;
  border: solid 1px #707070;
  background: #ffffff;
  line-height: 1.5;
  resize: none;
  overflow-y: auto;
  height: 232px;
}
@media screen and (max-width: 767px) {
  .p-policy-text {
    padding: 0.9375rem;
  }
}

.p-policy-check {
  text-align: center;
}
.p-policy-check .wpcf7-list-item-label {
  color: #333333;
  margin-block: 1.875rem;
}
.p-policy-check input {
  width: 10%;
  max-width: 35px;
}
.p-policy-check span {
  display: block;
}

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

.wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}
.wpcf7-acceptance .wpcf7-list-item input {
  position: absolute;
  inset: 0;
  width: 18px;
  height: 18px;
  opacity: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 3.125rem;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.75rem;
  aspect-ratio: 1/1;
  border: 1px solid #707070;
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.0625rem;
  aspect-ratio: 1/1;
  background: url(../img/form-check.png) no-repeat center/contain;
  opacity: 0.2;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

/* チェックされたら表示 */
.wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.p-form__buttons {
  text-align: center;
  margin-right: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__buttons {
    margin-right: auto;
  }
}

/*確認画面*/
/* 初期状態 */
.p-form__confirm {
  display: none;
}

.js-submit-btn,
.js-back-btn {
  display: none;
}

/* 確認画面表示中 */
.wpcf7 form.is-confirm .p-form__contents-groups {
  display: none;
}

.wpcf7 form.is-confirm .p-form__contents-top {
  display: none;
}

.wpcf7 form.is-confirm .p-form__confirm {
  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;
  max-width: 600px;
  margin-inline: auto;
  font-weight: bold;
  padding-inline: 1.25rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .wpcf7 form.is-confirm .p-form__confirm {
    margin-top: 1.875rem;
  }
}

.wpcf7 form.is-confirm .js-confirm-btn {
  display: none;
}

.wpcf7 form.is-confirm .js-submit-btn,
.wpcf7 form.is-confirm .js-back-btn {
  display: inline-block;
}

.wpcf7 form.is-confirm .p-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  margin-top: 3.125rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .wpcf7 form.is-confirm .p-form__buttons {
    gap: 1.5625rem;
    margin-top: 1.875rem;
    padding-inline: 0;
  }
}

.p-catalog__contents-top {
  margin-top: 1.75rem;
}

.p-download__button {
  margin-top: 3.75rem;
}

.p-entry-radio {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-entry-radio {
    gap: 0.9375rem;
  }
}
.p-entry-radio input {
  width: auto;
}
.p-entry-radio span {
  color: #707070;
}
.p-entry-radio label {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-entry-radio textarea {
  width: 118px;
  height: auto;
  aspect-ratio: 118/48;
  resize: none;
}

.p-entry-radio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-entry-radio .wpcf7-radio {
    -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;
  }
}
.p-entry-radio .wpcf7-list-item-label {
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-entry-radio .wpcf7-list-item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-form__label span {
  color: #ac1b22;
}

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

.branch {
  display: none;
  margin-top: 16px;
}

.branch-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 1.875rem;
  color: #707070;
}
.branch-career {
  margin-left: 50%;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .branch-career {
    margin-left: 0;
  }
}
.branch-career .wpcf7-radio {
  -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;
}

.p-search-item {
  border-bottom: 1px solid #707070;
}

.p-search-item__breadcrumb {
  font-size: 14px;
}

.p-search-item__title {
  font-weight: bold;
  font-size: 20px;
}

.p-innovation-fv {
  background: url(../img/innovation-top.png) no-repeat center center;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.p-innovation-fv-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-innovation-fv-title {
    font-size: 24px;
  }
}
.p-innovation-fv-title span {
  color: #ff2832;
  margin-left: 5px;
}

.p-innovation {
  margin-top: -90vh;
  opacity: 0;
  width: 100%;
}

.p-innovation-top {
  padding-block: 73px;
}
@media screen and (max-width: 767px) {
  .p-innovation-top {
    padding-block: 36px;
  }
}

.p-innovation-top__contents {
  padding-block: 67px;
  -webkit-box-shadow: 0 0 10px 0 #000000;
          box-shadow: 0 0 10px 0 #000000;
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .p-innovation-top__contents {
    padding-block: 20px;
  }
}

.p-innovation-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-innovation-title {
    font-size: 24px;
  }
}

.p-innovation-description {
  margin-top: 61px;
}
@media screen and (max-width: 767px) {
  .p-innovation-description {
    margin-top: 30px;
  }
}
.p-innovation-description span {
  color: #ff2832;
}

.p-innovation-name {
  text-align: right;
  font-weight: bold;
}

.p-innovation-pml {
  background: url(../img/innovation-pml.png) no-repeat center center;
  background-size: contain;
  padding-block: 178px 309px;
  font-weight: bold;
  text-align: center;
  max-width: 908px;
  margin-inline: auto;
  margin-block: 120px;
}
@media screen and (max-width: 767px) {
  .p-innovation-pml {
    padding-block: 89px 154px;
    margin-block: 60px;
    max-width: 80%;
  }
}
@media (max-width: 370px) {
  .p-innovation-pml {
    max-width: 90%;
  }
}

.p-innovation-pml__title {
  color: #ff2832;
  font-size: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-innovation-pml__title {
    font-size: 24px;
  }
}

.p-innovation-pml__subtitle {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-innovation-pml__subtitle {
    font-size: 16px;
  }
}
.p-innovation-pml__subtitle span {
  color: #ff2832;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .p-innovation-pml__subtitle span {
    font-size: 17px;
  }
}

.p-innovation-pml__text {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .p-innovation-pml__text {
    font-size: 24px;
  }
}

.p-innovation-change__contents {
  padding-block: 67px 31px;
  -webkit-box-shadow: 0 0 10px 0 #000000;
          box-shadow: 0 0 10px 0 #000000;
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .p-innovation-change__contents {
    padding-block: 20px;
  }
}

.p-innovation-change__container {
  margin-top: 37px;
  padding: 20px;
  background: #ffffff;
  overflow-y: scroll;
  height: 390px;
}
@media screen and (max-width: 767px) {
  .p-innovation-change__container {
    margin-top: 20px;
    padding: 12px;
    height: 200px;
  }
}

.p-innovation-project {
  background: #d9d9d9;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-innovation-project {
    margin-top: 60px;
  }
}

.p-innovation-project__inner {
  background: #ffffff;
  position: relative;
}

.p-innovation-project__swiper-slide--1,
.p-innovation-project__swiper-slide--2 {
  padding-block: 24px 30px;
  font-weight: bold;
  margin-block: auto;
}

.p-innovation-project-text {
  position: absolute;
  top: 24px;
  left: 0;
  width: 50%;
}
@media (max-width: 1260px) {
  .p-innovation-project-text {
    position: relative;
    width: 100%;
  }
}

.p-innovation-project__img--1 {
  width: 90%;
  margin-inline: auto 0;
  display: block;
}
@media (max-width: 1260px) {
  .p-innovation-project__img--1 {
    margin-top: 30px;
  }
}
@media (max-width: 1141px) {
  .p-innovation-project__img--1 {
    width: 95%;
  }
}
@media (max-width: 1055px) {
  .p-innovation-project__img--1 {
    width: 100%;
  }
}

.p-innovation-project-steps {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 922px) {
  .p-innovation-project-steps {
    font-size: 16px;
  }
}
@media (max-width: 571px) {
  .p-innovation-project-steps {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .p-innovation-project-steps {
    font-size: 12px;
  }
}

.p-innovation-project-step1 {
  color: #33cccc;
  position: absolute;
  bottom: 7%;
  right: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-innovation-project-step1 img {
  width: 82px;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 1260px) {
  .p-innovation-project-step1 {
    right: 43%;
  }
  .p-innovation-project-step1 img {
    width: 60px;
  }
}
@media (max-width: 922px) {
  .p-innovation-project-step1 img {
    width: 50px;
  }
}
@media (max-width: 600px) {
  .p-innovation-project-step1 img {
    width: 40px;
  }
}
@media (max-width: 480px) {
  .p-innovation-project-step1 {
    right: 35%;
  }
  .p-innovation-project-step1 img {
    width: 30px;
  }
}

.p-innovation-project-step2 {
  color: #0066ff;
  position: absolute;
  bottom: 23%;
  right: 13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-innovation-project-step2 img {
  width: 182px;
  height: auto;
  aspect-ratio: 182/86;
}
@media (max-width: 1260px) {
  .p-innovation-project-step2 {
    bottom: 22%;
  }
  .p-innovation-project-step2 img {
    width: 120px;
  }
}
@media (max-width: 1055px) {
  .p-innovation-project-step2 {
    right: 9%;
  }
}
@media (max-width: 922px) {
  .p-innovation-project-step2 {
    bottom: 20%;
  }
  .p-innovation-project-step2 img {
    width: 110px;
  }
}
@media (max-width: 600px) {
  .p-innovation-project-step2 {
    bottom: 18%;
  }
  .p-innovation-project-step2 img {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .p-innovation-project-step2 {
    right: 0;
  }
  .p-innovation-project-step2 img {
    width: 80px;
  }
}

.p-innovation-project-step3 {
  color: #cc00cc;
  position: absolute;
  top: 51%;
  right: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-innovation-project-step3 img {
  width: 83px;
  height: auto;
  aspect-ratio: 83/80;
}
@media (max-width: 1260px) {
  .p-innovation-project-step3 {
    top: 58%;
    right: 30%;
  }
  .p-innovation-project-step3 img {
    width: 60px;
  }
}
@media (max-width: 922px) {
  .p-innovation-project-step3 {
    top: 60%;
  }
  .p-innovation-project-step3 img {
    width: 45px;
  }
}
@media (max-width: 600px) {
  .p-innovation-project-step3 {
    top: 63%;
    right: 23%;
  }
  .p-innovation-project-step3 img {
    width: 40px;
  }
}
@media (max-width: 480px) {
  .p-innovation-project-step3 {
    top: 66%;
    right: 16%;
  }
  .p-innovation-project-step3 img {
    width: 30px;
  }
}

.p-innovation-project-step4 {
  color: #ff3399;
  position: absolute;
  top: 35%;
  right: 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-innovation-project-step4 img {
  width: 76px;
  height: auto;
  aspect-ratio: 76/80;
}
@media (max-width: 1260px) {
  .p-innovation-project-step4 {
    top: 43%;
    right: 15%;
  }
  .p-innovation-project-step4 img {
    width: 50px;
  }
}
@media (max-width: 1080px) {
  .p-innovation-project-step4 {
    top: 45%;
  }
}
@media (max-width: 1055px) {
  .p-innovation-project-step4 {
    right: 16%;
  }
}
@media (max-width: 922px) {
  .p-innovation-project-step4 {
    top: 47%;
  }
  .p-innovation-project-step4 img {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .p-innovation-project-step4 {
    top: 50%;
  }
  .p-innovation-project-step4 img {
    width: 35px;
  }
}
@media (max-width: 530px) {
  .p-innovation-project-step4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    top: 48%;
  }
}
@media (max-width: 480px) {
  .p-innovation-project-step4 img {
    width: 30px;
  }
}
@media (max-width: 400px) {
  .p-innovation-project-step4 {
    top: 50%;
  }
}

.p-innovation-table {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.p-innovation-table img {
  display: block;
  max-width: none;
  width: 1137px;
  margin-inline: auto;
}

.p-innovation-card {
  background: #d9d9d9;
}

.p-innovation-card__inner {
  background: #ffffff;
}

.p-innovation-card__swiper-slide--1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  font-size: 28px;
  font-weight: bold;
  margin-block: auto;
}
@media screen and (max-width: 767px) {
  .p-innovation-card__swiper-slide--1 {
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-innovation-card__swiper-slide--1 {
    gap: 10px;
  }
}

.p-innovation-card__swiper-slide--2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 30px;
  margin-block: auto;
}
@media screen and (max-width: 767px) {
  .p-innovation-card__swiper-slide--2 {
    font-size: 16px;
    line-height: 1;
  }
}
.p-innovation-card__swiper-slide--2 p {
  background: #F2F2F2;
}
.p-innovation-card__swiper-slide--2 span {
  color: #ff2832;
}

.p-innovation-card__swiper-slide--2-img {
  display: grid;
  grid-template-columns: 60% 40%;
  background: #ffffff;
}
.p-innovation-card__swiper-slide--2-img img {
  height: 100%;
}

.p-innovation-card__swiper-slide--3 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 30px;
  margin-block: auto;
}
@media screen and (max-width: 767px) {
  .p-innovation-card__swiper-slide--3 {
    font-size: 14px;
    line-height: 1;
  }
}
.p-innovation-card__swiper-slide--3 p {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
}
.p-innovation-card__swiper-slide--3 span {
  color: #ff2832;
}

.p-innovation-card__swiper-slide--4 {
  padding: 30px;
  font-size: 28px;
  font-weight: bold;
  margin-block: auto;
}
@media screen and (max-width: 767px) {
  .p-innovation-card__swiper-slide--4 {
    font-size: 16px;
    line-height: 1;
  }
}

.p-innovation-card__swiper-slide--4-img {
  display: grid;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-innovation-card__swiper-slide--4-img img:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.p-innovation-card__swiper-slide--4-img img:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-innovation-card__swiper-slide--4-img img:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .p-innovation-card__swiper-slide--4-img {
    gap: 10px;
    line-height: 1;
  }
}

.p-innovation-card__swiper-slide--5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  line-height: 1;
  margin-block: auto;
}
.p-innovation-card__swiper-slide--5 p:nth-child(1) {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-innovation-card__swiper-slide--5 p:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-innovation-card__swiper-slide--5 p:nth-child(2) {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-innovation-card__swiper-slide--5 {
    gap: 10px;
    line-height: 1;
  }
}

.p-innovation-project__pagination,
.p-innovation-card__pagination {
  bottom: -8% !important;
}

.p-innovation-project__next,
.p-innovation-card__next {
  right: var(--swiper-navigation-sides-offset, -50px) !important;
}
@media (max-width: 1350px) {
  .p-innovation-project__next,
  .p-innovation-card__next {
    display: none;
  }
}

.p-innovation-project__prev,
.p-innovation-card__prev {
  left: var(--swiper-navigation-sides-offset, -50px) !important;
}
@media (max-width: 1350px) {
  .p-innovation-project__prev,
  .p-innovation-card__prev {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-disappear {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-animation__fadeIn {
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-animation__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}