@charset "UTF-8";

html {
  font-size: 4.1025641026vw;
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("../../fonts/HelveticaNowDisplay-ExtBlk.eot");
  src: url("../../fonts/HelveticaNowDisplay-ExtBlk.woff2") format("woff2"), url("../../fonts/HelveticaNowDisplay-ExtBlk.woff") format("woff"), url("../../fonts/HelveticaNowDisplay-ExtBlk.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  color: #231815;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.no-scroll {
  overflow: hidden !important;
}

body > * {
  width: 100%;
}

footer {
  margin-top: auto;
}

body {
  /* レスポンシブ対応 */
}

body .has-now-display-font-family {
  font-family: "Helvetica Now Display";
}

body .has-toppan-font-family {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
}

body .has-body-font-size {
  font-size: 1rem !important;
}

body .has-small-ss-font-size {
  font-size: 1.25rem !important;
}

body .has-small-s-font-size {
  font-size: 1.5rem !important;
}

body .has-medium-font-size {
  font-size: 1.75rem !important;
}

body .has-large-font-size {
  font-size: 2rem !important;
}

body .has-extra-large-font-size {
  font-size: 2.5rem !important;
}

body .has-heading-large-font-size {
  font-size: 4rem !important;
}

body .has-48-font-size {
  font-size: 3rem;
}

/* カスタムパディングのデフォルト */

.has-padding-24 {
  padding: 1.5rem 0;
}

.has-padding-48 {
  padding: 3rem 0;
}

.has-padding-60 {
  padding: 3.75rem 0;
}

.has-padding-110 {
  padding: 3.75rem 0;
}

.has-padding-180_80 {
  padding: 11.25rem 0 5rem;
}

.p-top__sub-copy {
  letter-spacing: 0.15em;
  font-size: 1.25rem;
}

/* A Modern CSS Reset */

* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  font-style: normal;
  font-optical-sizing: auto;
}

picture {
  display: block;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  display: block;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-inner {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-inline: auto;
  max-width: 30rem;
}

.l-header {
  background: #CA2423;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 10;
}

.l-header__inner {
  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;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  padding: 0.625rem 1.5rem;
}

.l-footer {
  padding: 2rem 0;
}

.l-footer__inner {
  padding: 0 1.5rem;
}

.p-footer__local-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.p-footer__local-wrap a:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
}

.p-footer__local-wrap a:first-of-type::after {
  content: "|";
}

.p-footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-footer__nav-main_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem 1.5rem;
  text-transform: uppercase;
}

.p-footer__nav-main_list a {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-footer__button {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3.125rem;
  background: #231815;
  padding: 0.25rem 0.75rem;
  text-transform: capitalize;
}

.p-footer__local {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

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

.l-body > * {
  width: 100%;
}

.l-page__container.page-vision2030 {
  position: relative;
  background: url(../img/bg_vision_sp.png) no-repeat top center/100% auto;
}

.l-page__container.page-company {
  opacity: 0;
  -webkit-animation: fade 2s ease 0.2s forwards;
  animation: fade 2s ease 0.2s forwards;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.l-page__contents {
  padding: 2.5rem 0;
}

.l-page__inner {
  padding: 0 1.5rem;
}

.l-page__inner--single {
  max-width: 60rem;
  margin: 3rem auto;
}

.l-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem 1.5rem;
  gap: 0.5rem 0;
}

.l-bottom-logo {
  padding: 5rem 0 3.75rem;
}

.l-bottom-logo__inner {
  padding: 0 1.5rem;
}

.l-section {
  padding: 1.5rem;
  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.5rem;
}

.c-button {
  background: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.109em;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 16.25rem;
  padding: 1.375rem 1rem;
  position: relative;
}

.c-button__point {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  right: 2.625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-button__point span {
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.c-button__point span:nth-of-type(1) {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-button__point span:nth-of-type(2) {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-button {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.c-button:hover .c-button__point span {
  background: #000;
}

.c-hamburger {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  z-index: 10;
  position: relative;
  -webkit-transform: 0.2s ease;
  transform: 0.2s ease;
}

.c-hamburger__line {
  display: block;
  width: 1.5rem;
  height: 0.125rem;
  background: #fff;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.c-hamburger__inner {
  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;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.125rem;
}

#toggle-checkbox:checked ~ #header #toggle-button .c-hamburger__line {
  width: 1.25rem;
  position: relative;
  left: -6%;
  background: #fff;
}

#toggle-checkbox:checked ~ #header #toggle-button .c-hamburger__line:nth-of-type(1) {
  -webkit-transform: rotate(-44deg);
  transform: rotate(-44deg);
  top: 0.0625rem;
}

#toggle-checkbox:checked ~ #header #toggle-button .c-hamburger__line:nth-of-type(2) {
  opacity: 0;
}

#toggle-checkbox:checked ~ #header #toggle-button .c-hamburger__line:nth-of-type(3) {
  -webkit-transform: rotate(44deg);
  transform: rotate(44deg);
  top: -0.0625rem;
}

#toggle-checkbox:checked ~ #header #toggle-button .c-hamburger__inner {
  margin-inline: initial;
}

#toggle-checkbox:checked ~ #header .header-logo_white {
  opacity: 0;
}

#toggle-checkbox:checked ~ #header .header-logo_color {
  opacity: 1;
}

.c-detail-btn-icon {
  border-radius: 50%;
  background: #231815;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}

.c-detail-btn-icon svg {
  width: 1rem;
  height: auto;
}

.c-arrow__circle-white {
  overflow: hidden;
  position: relative;
}

.c-arrow__circle-white::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #231815;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 1;
}

.c-arrow__circle-white svg {
  z-index: 2;
}

.c-arrow__circle-black {
  outline: 1px solid #231815;
  overflow: hidden;
  position: relative;
}

.c-arrow__circle-black::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 1;
}

.c-arrow__circle-black svg {
  z-index: 2;
}

.c-arrow__parent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0 !important;
}

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

.p-flex.item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.p-flex.gap-24 {
  gap: 1.5rem;
}

.p-flex.gap-60 {
  gap: 2.5rem;
}

.p-header__logo {
  width: 4.25rem;
}

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

.p-header__logo img {
  width: 100%;
  height: auto;
}

.p-header__menu-list {
  margin: 8.125rem 2.375rem 0;
}

.p-header__menu-item {
  padding: 1.5rem 0;
  width: 100%;
  border-bottom: 2px solid #000;
}

.p-header__menu-item:nth-last-child(1) {
  border: none;
}

.p-header__menu-anchor {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.149em;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.p-header__menu-copy {
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.149em;
  display: block;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.p-header__ctas {
  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-margin-before: 2.6875rem;
  margin-block-start: 2.6875rem;
  gap: 0.5rem 0;
}

.p-header__btn--document {
  width: 100%;
  max-width: 19.375rem;
  padding: 1.875rem 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 62.4375rem;
  background: #231815;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-inline: auto;
}

.p-header__btn--document span {
  position: relative;
  z-index: 1;
}

.p-header__btn--document .icon-mail {
  width: 1.25rem;
  height: 1rem;
}

.p-header__btn--document .icon-arrow {
  width: 1.4375rem;
  height: 1.25rem;
}

.p-header-nav {
  position: fixed;
  top: 0;
  right: -110%;
  width: 46%;
  height: 100vh;
  background: #CA2423;
  padding: 6.25rem 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: -1;
  visibility: hidden;
  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.5rem 0;
}

.p-header__fixed-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}

.p-header__fixed-menu-item {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.25rem;
}

.p-header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.7142857143;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.p-header__button {
  color: #CA2423;
  background: #fff;
  border-radius: 3.125rem;
  padding: 0.25rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7142857143;
  text-transform: uppercase;
}

.p-header__local-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.p-header__local-wrap a:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
}

.p-header__local-wrap a:first-of-type::after {
  content: "|";
}

.p-header__local,
.p-header__local + span {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #fff;
}

body:not(.home) .p-header__menu-anchor,
body:not(.home) .p-header__menu-copy {
  color: #231815;
}

body:not(.home) .header-logo_white {
  opacity: 0;
}

body:not(.home) .header-logo_color {
  opacity: 1;
}

body:not(.home) .c-hamburger__line {
  background: #fff;
}

.p-footer__btn--contact {
  width: 100%;
  max-width: 19.375rem;
  padding: 1.875rem 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
  border-radius: 62.4375rem;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-inline: auto;
}

.p-footer__btn--contact span {
  position: relative;
  z-index: 1;
}

.p-footer__btn--contact .icon-mail {
  width: 1.25rem;
  height: 1rem;
}

.p-footer__btn--contact .icon-arrow {
  width: 1.4375rem;
  height: 1.25rem;
}

.p-footer__copy-write {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}

.p-footer__ctas {
  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;
  gap: 1.5rem 0;
  -webkit-margin-before: 2.25rem;
  margin-block-start: 2.25rem;
}

.p-footer-nav__item:nth-of-type(n+2) .p-footer-nav__copy::before {
  display: block;
  width: 5.125rem;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.p-footer-nav__anchor {
  padding: 0.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.p-footer-nav__page {
  color: #fff;
  line-height: 1;
  letter-spacing: 0.149em;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.p-footer-nav__copy {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.149em;
  color: #fff;
  display: block;
  line-height: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.p-page__title {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.2;
  color: #CA2423;
  text-transform: uppercase;
}

.p-page__title.-center {
  text-align: center;
}

.p-page__sub-title {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.15em;
  padding: 1.5rem 0;
}

.p-page__sub-title.-center {
  text-align: center;
}

.p-page__cat {
  color: #CA2423;
  border: 1px solid #CA2423;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-post__time {
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 500;
  color: #4F5759;
  margin: 1rem 0;
  display: block;
}

.p-form__wrap {
  width: 100%;
  max-width: 48rem;
  margin-inline: auto;
  margin-top: 1.5rem;
}

.p-form {
  width: 100%;
  padding: 1.5rem 0 3rem 0;
  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 0;
  grid-template-columns: 1fr;
}

.p-form--confirmation {
  max-width: 50rem;
  padding: 3.75rem 0 3rem;
  gap: 1rem 0;
  margin-inline: auto;
}

.p-form__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem 0;
}

.p-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
}

.p-form__input {
  width: 100%;
  background: #fff;
  border: 1px solid #4F5759;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
}

.p-form__required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #CA2423;
  color: #CA2423;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: #fff;
  padding: 0.25rem 0.625rem;
  line-height: 1.5;
}

.p-form-radio {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem 0;
  background: #F1F1F1;
  border-radius: 1.5rem;
  padding: 1rem;
}

.p-form-radio span {
  margin: 0;
}

.p-form-radio label {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1rem;
  background: #fff;
  border: 1px solid #4F5759;
  padding: 1rem;
}

.p-form-radio label .p-form__radio-label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}

input[type=radio] {
  display: initial;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.125rem;
  border: 2px solid #4F5759;
  border-radius: 50%;
  vertical-align: -2px;
}

input[type=radio]:checked {
  border: 2px solid #CA2423;
}

input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #CA2423;
  content: "";
}

.p-form__textarea {
  background: #fff;
  border: 1px solid #4F5759;
  width: 100%;
  font-size: 1rem;
  line-height: 2;
  padding: 0.5rem 1.5rem;
  height: 10rem;
}

.p-form__policy {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
}

.p-form__policy a {
  color: #CA2423;
  text-decoration: underline;
}

.p-form__btn-wrap {
  text-align: center;
}

.p-contact-btn {
  background: #231815;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 10rem;
  padding: 1.5rem;
  margin-inline: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #CA2423;
}

.p-contact__previous-btn {
  color: #CA2423;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  display: block !important;
  margin-inline: auto;
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}

.p-breadcrumb .breadcrumb-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-transform: uppercase;
}

.p-breadcrumb .breadcrumb-area > span {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
}

.p-breadcrumb .breadcrumb-area a {
  color: #CA2423;
}

.p-bottom-logo__main {
  width: 10rem;
  margin-inline: auto;
}

.p-bottom-logo__main img {
  width: 100%;
  height: auto;
}

.p-career__card {
  max-width: 50rem;
  padding: 1.5rem;
  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.5rem;
  border: 1px solid #4F5759;
  width: 100%;
}

.p-career__main-container p {
  line-height: 2.5;
}

.p-career__main-container small {
  color: var(--wp--preset--color--gray);
}

.p-career__main-container > *:nth-of-type(n+2) {
  margin-top: 0.5rem;
}

.p-cat-list__wrap {
  padding: 0.625rem 1.5rem;
}

.p-cat-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.25rem 1rem;
  border-bottom: 1px solid #231815;
  padding-bottom: 0.25rem;
}

.p-cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-cat-list__item {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #A39E9C;
}

.p-cat-list__item.is-active {
  font-weight: 700;
  color: #231815;
}

.p-cat-list__dropdown {
  width: 5rem;
  height: 2rem;
  padding: 0.125rem 0.25rem;
  border: 1px solid #4F5759;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-article__item {
  display: block;
  padding: 1rem 0;
}

.p-article__meta {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 6.25rem auto;
  gap: 0 1rem;
}

.p-article__date {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-article__category {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #CA2423;
  border: 1px solid #CA2423;
  padding: 0.25rem 0.625rem;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-article__title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000;
}

.p-article__pdf-link {
  color: #fff;
  display: inline-block;
  background: #4F5759;
  border-radius: 0.25rem;
  padding: 0.125rem 0.625rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-left: 1rem;
}

.p-article__external-link {
  margin-left: 1rem;
  font-weight: 400;
}

.p-republic__fv {
  position: relative;
}

.p-republic__fv-inner {
  gap: 0.5rem;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

.p-republic__copy {
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 2.8;
  text-align: center;
}

.p-republic__img img {
  width: 100%;
  height: auto;
}

.p-republic__back-anchor {
  color: #E7312C;
  font-size: 2rem;
  font-weight: 950;
}

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

.p-brands__list--top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1rem;
}

.p-brands__list--top .p-brands__logo {
  border: none;
}

.p-brands__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: 1rem;
}

.p-brands__logo {
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.25rem 2.5rem;
}

.p-brands__logo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p-brands__main {
  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.125rem 0;
}

.p-brands__headline {
  font-weight: 700;
  line-height: 1.1428571429;
}

.p-brands__text {
  line-height: 2.5;
}

.p-brand__main-wrap {
  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.5rem;
}

.p-company__read p {
  line-height: 2.8;
  letter-spacing: 0.15em;
  font-weight: 700;
}

.p-company__read p:nth-of-type(n+2) {
  margin-top: 2.8em;
}

.p-company__president {
  margin-top: 1.5rem;
  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.5rem;
}

.p-company__map {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 80/42;
  display: block;
  margin-top: 1.5rem;
}

.p-company__table {
  max-width: 50rem;
  margin-inline: auto;
  margin-top: 1.5rem;
}

.p-company__table th,
.p-company__table td {
  vertical-align: baseline;
  border: none;
  font-size: 1rem;
}

.p-banner {
  padding: 1rem 1.5rem;
}

.p-banner__container {
  position: relative;
  display: block;
}

.p-banner__container img {
  width: 100%;
  height: auto;
}

.p-banner__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1rem;
  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;
}

.p-banner__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.5;
  text-shadow: 0px 3px 8px rgba(35, 24, 21, 0.24), 0px 4px 32px rgba(35, 24, 21, 0.08);
  font-weight: 700;
}

.p-banner__anchor span {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-banner__anchor span svg {
  width: 0.5rem;
  height: auto;
}

.p-banner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.p-banner__text span {
  text-shadow: 0px 3px 8px rgba(35, 24, 21, 0.24), 0px 4px 32px rgba(35, 24, 21, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.5rem;
  font-weight: 950;
}

.p-banner__text span.-small {
  font-size: 1rem;
  line-height: 1;
}

.p-banner__text span.-large {
  font-size: 2rem;
  line-height: 1;
}

.p-banner__text span.-ja {
  font-size: 0.6875rem;
  line-height: 0.9333333333;
  letter-spacing: 0.15em;
  font-weight: 900;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
}

.p-banner-slide {
  overflow: hidden;
}

.p-banner-slide * {
  overflow: hidden;
}

.p-banner-slide img {
  width: 100%;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /* 拡大率 */
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /* 拡大率 */
  }
}

.add-animation {
  -webkit-animation: zoomUp 8s linear 0s normal both;
  animation: zoomUp 8s linear 0s normal both;
}

.p-section__headline {
  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;
}

.p-section__title {
  text-align: center;
  color: #CA2423;
  font-size: 3rem;
  font-weight: 950;
  line-height: 1.2;
}

.p-strength__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.p-strength__card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}

.p-strength__card-img {
  aspect-ratio: 64/36;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

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

.p-strength__card-title {
  font-size: 1rem;
  line-height: 2;
  font-weight: 900;
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}

.p-strength__card-text {
  font-weight: 700;
  color: #4F5759;
  -webkit-margin-before: 0.125rem;
  margin-block-start: 0.125rem;
  letter-spacing: 0.05em;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-strength__card-anchor {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  font-size: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-strength__copy {
  letter-spacing: 0.15em;
}

.p-post__thumbnail {
  width: 100%;
  margin: 0 auto 2rem;
  max-width: 40rem;
}

.p-post__thumbnail img {
  width: 100%;
  height: auto;
}

.p-post__title {
  padding: 2rem 0;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.p-page__contents img {
  max-width: 100%;
  margin: 0 auto 2rem;
  width: 100%;
}

.p-page__contents p {
  margin-bottom: 2rem;
}

.p-page__contents h2,
.p-page__contents h3,
.p-page__contents h4,
.p-page__contents h5,
.p-page__contents h6 {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

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

.p-roadmap__wrap {
  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;
  max-width: 70rem;
  margin-inline: auto;
}

.p-roadmap__head-wrap {
  padding: 2.5rem 0 0.625rem;
}

.p-roadmap__head-wrap:nth-of-type(1) .p-roadmap__head-dot {
  position: relative;
}

.p-roadmap__year {
  color: #CA2423;
  font-size: 5rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.p-roadmap__headline {
  font-weight: 600;
  color: #CA2423;
  line-height: 2;
}

.p-roadmap__head-dot {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #CA2423;
  margin-inline: auto;
  margin-top: 1rem;
  -webkit-transition: height 1s;
  transition: height 1s;
}

.p-roadmap__graphic {
  margin: 2.5rem 0;
  margin: 5rem 0;
}

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

.p-roadmap__title {
  font-size: 2rem;
  font-weight: 950;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.p-roadmap__title span {
  font-size: 1rem;
  display: block;
}

.p-roadmap-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 0;
  background-color: #CA2423;
  z-index: -1;
  top: 0;
}

.l-mv__inner {
  padding: 1.5rem;
  opacity: 0;
  -webkit-animation: mv-fade 1.8s ease forwards;
  animation: mv-fade 1.8s ease forwards;
}

@-webkit-keyframes mv-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mv-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.p-mv__copy {
  padding: 0 1.5rem;
}

.p-mv__copy h2 {
  letter-spacing: 0.15em;
}

.p-mv__slide-item {
  overflow: hidden;
  position: relative;
}

.p-mv__slide-item img {
  width: 100%;
}

.p-mv__parts {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
}

.p-mv__ship {
  bottom: 0;
  z-index: 2;
  -webkit-animation: ship 2s ease-in-out forwards;
  animation: ship 2s ease-in-out forwards;
}

.p-mv__wave-front {
  bottom: 0;
  z-index: 3;
  -webkit-animation: wave-front 1.5s ease-in-out infinite alternate;
  animation: wave-front 1.5s ease-in-out infinite alternate;
}

.p-mv__wave {
  bottom: 0;
  z-index: 1;
  -webkit-animation: wave 1.3s ease-in-out 0.7s forwards;
  animation: wave 1.3s ease-in-out 0.7s forwards;
  -webkit-transform: translate(-100%, 10%);
  transform: translate(-100%, 10%);
}

@-webkit-keyframes ship {
  from {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes ship {
  from {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes wave-front {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}

@keyframes wave-front {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translate(-100%, 30%) rotate(60deg);
    transform: translate(-100%, 30%) rotate(60deg);
  }

  100% {
    -webkit-transform: translate(0%, 0%) rotate(0);
    transform: translate(0%, 0%) rotate(0);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translate(-100%, 30%) rotate(60deg);
    transform: translate(-100%, 30%) rotate(60deg);
  }

  100% {
    -webkit-transform: translate(0%, 0%) rotate(0);
    transform: translate(0%, 0%) rotate(0);
  }
}

.p-vision__top-logo {
  width: 60%;
}

.p-team__text {
  font-size: 0.75rem !important;
}

.p-team__container {
  padding: 1.5rem 0;
}

.p-team__list--col,
.p-team__list--row {
  width: 100%;
  max-width: 55rem;
  margin-inline: auto;
}

.p-team__list--col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 0;
}

.p-team__list--col .p-team__list-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.p-team__img {
  width: 10rem;
  margin-inline: auto;
  aspect-ratio: 1/1;
}

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

.p-team__position {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-margin-before: 0.5rem;
  margin-block-start: 0.5rem;
}

.p-p-team__name {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.3333333333;
  text-align: center;
  -webkit-margin-before: 0.25rem;
  margin-block-start: 0.25rem;
}

.p-team__list--row {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 0;
}

.p-team__list--row .p-team__list-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.js-slide-text {
  overflow: hidden;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  display: block;
}

.js-slide-text > * {
  display: block;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.js-slide-text.-visible,
.js-slide-text.-visible > * {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
}

@media screen and (min-width: 768px) {
  main {
    min-height: 50vh;
  }

  .sp {
    display: none !important;
  }

  .has-padding-110 {
    padding: 6.875rem 0;
  }

  .p-top__sub-copy {
    font-size: 2.5rem;
  }

  .l-inner {
    max-width: calc(1872px + 32.5rem);
    padding-right: 16.25rem;
    padding-left: 16.25rem;
  }

  .l-header__inner {
    padding: 1.25rem 1.5rem;
  }

  .l-footer {
    padding: 5rem 0;
  }

  .l-footer__inner {
    padding: 0 5rem;
  }

  .p-footer_nav {
    gap: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .p-footer__nav-main_list {
    gap: 2.5rem;
  }

  .l-page__container.page-vision2030 {
    background: url(../img/bg_vision.png) no-repeat top center/100% auto;
  }

  .l-page__contents {
    padding: 3.75rem 0;
  }

  .l-page__inner {
    padding: 0 5rem;
  }

  .l-page__inner--large {
    padding: 0 4rem;
  }

  .l-page__header {
    gap: 1.5rem 0;
    padding: 3.75rem 4rem;
  }

  .l-bottom-logo {
    padding: 7.5rem 0 5rem;
  }

  .l-bottom-logo__inner {
    padding: 0 5rem;
  }

  .l-section {
    padding: 3.75rem 4rem;
    gap: 5rem;
  }

  .c-button {
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    border: #231815 solid 1px;
    background: #fff;
    color: #231815;
    padding: 1.875rem 7.5rem;
    max-width: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 29.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.625rem;
  }

  .c-button__point {
    width: 1.125rem;
    height: 1.125rem;
    position: relative;
    right: unset;
    top: unset;
    -webkit-transform: initial;
    transform: initial;
  }

  .c-button__point span {
    background: #231815;
  }

  .c-button__point span:nth-of-type(1) {
    height: 2px;
  }

  .c-button__point span:nth-of-type(2) {
    width: 2px;
  }

  .c-hamburger {
    display: none;
  }

  .c-detail-btn-icon {
    width: 2rem;
    height: 2rem;
  }

  .p-flex.gap-60 {
    gap: 3.75rem;
  }

  .p-header__menu-list {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.0625rem;
  }

  .p-header__menu-item {
    padding: 0;
    width: initial;
    border: none;
  }

  .p-header__menu-anchor {
    font-size: 1.5625rem;
    font-weight: 500;
    color: #fff;
    line-height: 150%;
    letter-spacing: 0.06rem;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
  }

  .p-header__menu-anchor .p-header__menu-copy {
    display: block;
    visibility: initial;
  }

  .p-header__menu-copy {
    letter-spacing: 0.089em;
    font-weight: 700;
    line-height: 130%;
    color: #fff;
    text-align: center;
    display: none;
    visibility: hidden;
  }

  .p-header__ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    height: 100%;
  }

  .p-header__btn--document {
    border-radius: 0;
    width: 14.75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-margin-before: initial;
    margin-block-start: initial;
    margin: 0;
    position: relative;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding-left: 0.625rem;
  }

  .p-header__btn--document::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #565555;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: 0.3s cubic-bezier(0.68, 0.01, 0.09, 0.99);
    transition: 0.3s cubic-bezier(0.68, 0.01, 0.09, 0.99);
  }

  .p-header__btn--document span.ja {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }

  .p-header__btn--document .icon-pc {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.4375rem;
  }

  .p-header-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: initial;
    position: static;
    background: transparent;
    padding: 0;
    opacity: 1;
    z-index: initial;
    visibility: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 3rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-header__fixed-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.5rem;
  }

  .p-header__fixed-menu::after {
    content: "|";
    font-size: 0.875rem;
    line-height: 1.7142857143;
    color: #fff;
    margin-left: 0.5rem;
  }

  .p-header__menu-list {
    font-size: 0.875rem;
    gap: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  body:not(.home) .p-header__menu-anchor:hover,
  body:not(.home) .p-header__menu-copy:hover {
    color: #000;
  }

  .p-footer__btn--contact {
    border-radius: 0;
    height: 100%;
    width: 16.3125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5625rem;
    font-weight: 500;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-margin-before: initial;
    margin-block-start: initial;
    margin: 0;
    position: relative;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding-left: 0.625rem;
  }

  .p-footer__btn--contact::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #E62B00;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: 0.3s cubic-bezier(0.68, 0.01, 0.09, 0.99);
    transition: 0.3s cubic-bezier(0.68, 0.01, 0.09, 0.99);
  }

  .p-footer__btn--contact span.ja {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }

  .p-footer__btn--contact .icon-pc {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.9375rem;
    height: 1.375rem;
  }

  .p-footer__copy-write {
    font-size: 0.875rem;
    -webkit-margin-before: 4rem;
    margin-block-start: 4rem;
  }

  .p-footer__btn--document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.6875rem;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #231815;
    border-radius: 62.4375rem;
    width: 4.375rem;
    padding: 1.75rem 1.25rem;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }

  .p-footer__btn--document svg {
    width: 1.25rem;
    height: auto;
  }

  .p-footer-nav__wrap {
    grid-column: 2/12;
    grid-row: 2;
    -webkit-margin-before: 5.625rem;
    margin-block-start: 5.625rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }

  .p-footer-nav__item:nth-of-type(n+2) .p-footer-nav__copy::before {
    content: "";
  }

  .p-footer-nav__anchor {
    display: grid;
    grid-template-columns: 13.75rem auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-footer-nav__page {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    position: relative;
    line-height: 150%;
  }

  .p-footer-nav__copy {
    line-height: 160%;
    font-size: 2.25rem;
    font-weight: 700;
    margin-left: 2.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.5rem;
  }

  .p-page__title {
    font-size: 2.5rem;
  }

  .p-page__sub-title {
    font-size: 2.5rem;
    padding: 3rem 0;
  }

  .p-page__cat {
    font-size: 1.25rem;
  }

  .p-post__time {
    margin: 2rem 0;
    font-size: 1rem;
  }

  .p-form__wrap {
    margin-top: 3rem;
  }

  .p-form--confirmation .p-form__item {
    width: 100%;
    font-size: 1rem;
    line-height: 1.6666666667;
    grid-template-columns: 17.5rem 1fr;
    gap: 0 0.5rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .p-form__input {
    font-size: 1.5rem;
  }

  .p-form-radio {
    padding: 1.5rem;
  }

  .p-form-radio label {
    gap: 0 1.5rem;
    padding: 1rem 1.5rem;
  }

  .p-form__textarea {
    height: 12.5rem;
  }

  .p-contact__previous-btn {
    -webkit-margin-before: 3rem;
    margin-block-start: 3rem;
  }

  .p-bottom-logo__main {
    width: 22.5625rem;
  }

  .p-career__card {
    padding: 1.5rem 2rem;
  }

  .p-cat-list__wrap {
    padding: 0.625rem 4rem;
  }

  .p-cat-list__inner {
    padding-bottom: 1rem;
  }

  .p-cat-list__item {
    padding: 0.625rem 1.5rem;
    font-size: 1.25rem;
  }

  .p-cat-list__dropdown {
    width: 7.8125rem;
    height: 3.125rem;
    font-size: 1.25rem;
    padding: 0.625rem 0.25rem 0.625rem 1.5rem;
  }

  .p-article__item {
    padding: 1.5rem 0;
  }

  .p-article__item article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .p-article__meta {
    grid-template-columns: 8.5rem auto;
    gap: 0 2rem;
  }

  .p-article__date {
    font-size: 1.3125rem;
  }

  .p-article__category {
    font-size: 1.25rem;
  }

  .p-article__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .p-article__pdf-link {
    font-size: 1.25rem;
  }

  .p-republic__fv-inner {
    padding: 4rem;
    gap: 1.5rem;
  }

  .p-republic__copy {
    padding: 0 5rem;
  }

  .p-republic__back-anchor {
    font-size: 4rem;
  }

  .p-brands__list {
    gap: 4rem 0;
  }

  .p-brands__list--top {
    grid-template-columns: repeat(4, 19rem);
    gap: 5rem 2rem;
  }

  .p-brands__list--top .p-brands__item {
    grid-template-columns: 1fr;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }

  .p-brands__list--top .p-brands__main {
    -webkit-margin-before: 1rem;
    margin-block-start: 1rem;
  }

  .p-brands__item {
    display: grid;
    grid-template-columns: 20rem 1fr;
    gap: 0 5rem;
  }

  .p-brands__main {
    gap: 0.5rem 0;
  }

  .p-company__president-wrap img {
    width: 30rem;
    height: auto;
  }

  .p-company__map {
    max-width: 50rem;
    margin-inline: auto;
    margin-top: 3rem;
  }

  .p-company__table {
    margin-top: 3rem;
  }

  .p-company__table th,
  .p-company__table td {
    line-height: 2.5;
  }

  .p-banner {
    padding: 2rem 4rem;
  }

  .p-banner__inner {
    padding: 4rem;
  }

  .p-banner__anchor {
    gap: 1.5rem;
    font-size: 1.25rem;
  }

  .p-banner__anchor span {
    width: 4rem;
    height: 4rem;
  }

  .p-banner__anchor span svg {
    width: 2rem;
  }

  .p-banner__text span {
    gap: 0 2rem;
  }

  .p-banner__text span.-small {
    font-size: 4rem;
  }

  .p-banner__text span.-large {
    font-size: 7.5rem;
  }

  .p-banner__text span.-ja {
    font-size: 2.5rem;
    line-height: 1.4;
  }

  .p-section__title {
    font-size: 6.25rem;
  }

  .p-strength__cards {
    grid-template-columns: repeat(2, 40rem);
  }

  .p-strength__card-img {
    height: 22.5rem;
  }

  .p-strength__card-img img {
    height: 100%;
  }

  .p-strength__card-title {
    font-size: 2rem;
  }

  .p-strength__card-anchor {
    font-size: 1.25rem;
  }

  .p-page__contents img {
    max-width: 40rem;
  }

  .p-page__contents p {
    margin-bottom: 6rem;
  }

  .p-roadmap__head-wrap {
    padding: 5rem 0 1.25rem;
  }

  .p-roadmap__year {
    font-size: 7.5rem;
  }

  .p-roadmap__title {
    text-align: left;
    padding-right: 5rem;
    padding-left: 5rem;
    font-size: 4rem;
  }

  .p-roadmap__title span {
    font-size: 2.75rem;
  }

  .l-mv__inner {
    padding: 2rem 4rem;
  }

  .p-mv__copy {
    padding: 0 5rem;
  }

  .p-vision__top-logo {
    width: 15.625rem;
  }

  .p-team__container {
    padding: 3.75rem 0;
  }

  .p-team__list--col {
    gap: 4rem 0;
  }

  .p-team__list--col .p-team__list-item {
    grid-template-columns: 15rem 1fr;
    gap: 0 5rem;
  }

  .p-team__img {
    width: 100%;
  }

  .p-team__position {
    -webkit-margin-before: 1rem;
    margin-block-start: 1rem;
    font-size: 1rem;
  }

  .p-p-team__name {
    -webkit-margin-before: 0.5rem;
    margin-block-start: 0.5rem;
    font-size: 1.5rem;
  }

  .p-team__list--row {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 5rem;
  }

  .p-team__list--row .p-team__list-item {
    gap: 2rem 0;
    grid-row: span 2;
    grid-template-rows: subgrid;
  }
}

@media screen and (min-width: 1024px) {
  .c-button:hover {
    border-color: #000;
    color: #000;
  }

  .p-header__menu-anchor:hover {
    color: #000;
  }

  .p-header__menu-anchor:hover .p-header__menu-copy {
    color: #000;
  }

  .p-header__btn--document:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .p-footer__btn--contact:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .p-footer-nav__anchor:hover .p-footer-nav__page {
    color: #000;
  }

  .p-footer-nav__anchor:hover .p-footer-nav__copy {
    color: #000;
  }

  .p-footer-nav__anchor:hover .p-footer-nav__copy::before {
    background: #000;
  }
}

@media (max-width: 768px) {
  body .has-body-font-size {
    font-size: 1rem !important;
  }

  body .has-small-ss-font-size {
    font-size: 0.875rem !important;
  }

  body .has-small-s-font-size {
    font-size: 1rem !important;
  }

  body .has-medium-font-size {
    font-size: 1.25rem !important;
  }

  body .has-large-font-size {
    font-size: 1.5rem !important;
  }

  body .has-extra-large-font-size {
    font-size: 1.75rem !important;
  }

  body .has-heading-large-font-size {
    font-size: 2rem !important;
  }

  body .has-48-font-size {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 7.5rem;
  }

  .pc {
    display: none;
  }

  .p-footer__local-wrap {
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: auto;
  }

  .p-footer__nav-main_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-header-nav {
    overflow-y: scroll;
  }

  .p-header__menu-list {
    margin: 0;
  }

  .p-header__button {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .p-header__local-wrap {
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: auto;
  }

  #toggle-checkbox:checked ~ #header #mobile-nav {
    opacity: 1;
    visibility: initial;
    z-index: 9;
    right: 0;
  }

  .p-footer-nav {
    margin: 0 1.75rem;
  }

  .p-footer-nav__item {
    border-bottom: 2px solid #fff;
    padding: 1.5rem 0 1.375rem;
  }

  .p-footer-nav__item:nth-last-child(2) {
    border: none;
  }

  .p-article__title {
    margin-top: 0.5rem;
  }

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

  .p-roadmap__headline.has-extra-large-font-size {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 390px) {
  html {
    font-size: clamp(0.75rem, -0.0833333333rem + 4.4444444444vw, 1rem);
  }
}

@media (any-hover: hover) {
  .p-footer__button {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    outline: 1px solid #231815;
  }

  .p-footer__button span {
    position: relative;
    z-index: 2;
  }

  .p-footer__button::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    z-index: 1;
  }

  .p-footer__button:hover {
    color: #231815;
  }

  .p-footer__button:hover::before {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .p-banner__inner:hover .c-arrow__circle-white::before {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .p-banner__inner:hover svg path {
    fill: #fff;
  }

  .c-arrow__parent:hover .c-arrow__circle-black::before {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .c-arrow__parent:hover svg path {
    fill: #231815;
  }

  .custom-logo-link {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .custom-logo-link:hover {
    opacity: 0.8;
  }

  .p-header__fixed-menu-item a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .p-header__fixed-menu-item a:hover {
    opacity: 0.8;
  }

  .menu-item a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .menu-item a:hover {
    opacity: 0.8;
  }

  .p-header__local {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .p-header__local:hover {
    opacity: 0.8;
  }

  .p-header__button {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .p-header__button span {
    position: relative;
    z-index: 2;
  }

  .p-header__button::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #231815;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    z-index: 1;
  }

  .p-header__button:hover {
    color: #fff;
  }

  .p-header__button:hover::before {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .p-footer__btn--document:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: #000;
  }

  .p-form__policy,
  .p-contact__previous-btn,
  .p-form__home-btn {
    -webkit-transition: 0.3 ease;
    transition: 0.3 ease;
  }

  .p-form__policy:hover,
  .p-contact__previous-btn:hover,
  .p-form__home-btn:hover {
    opacity: 0.8;
  }

  .p-contact-btn:hover {
    opacity: 0.8;
  }

  .p-breadcrumb a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .p-breadcrumb a:hover {
    opacity: 0.8;
  }

  a.p-article__item {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  a.p-article__item:hover {
    opacity: 0.8;
  }

  .p-article__pdf-link {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .p-article__pdf-link:hover {
    opacity: 0.8;
  }

  .p-republic__back-anchor {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .p-republic__back-anchor:hover {
    opacity: 0.8;
  }

  .p-brands__item > a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .p-brands__item > a:hover {
    opacity: 0.8;
  }

  .p-strength__card-img:hover {
    opacity: 0.7;
  }

  .p-mv__copy a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .p-mv__copy a:hover {
    opacity: 0.8;
  }
}
/*# sourceMappingURL=style.css.map */
