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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.0625rem;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding: 3.125rem;
  }
}
@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

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

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

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

input,
textarea,
select {
  font: inherit;
}

picture,
img {
  display: block;
  height: 100%;
  width: 100%;
}

li {
  list-style: none;
}

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

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: inline;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.c-inner {
  max-width: 90rem;
  padding-inline: 6.25rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-inner {
    padding-inline: 0.5rem;
  }
}
.c-inner--small {
  max-width: 77rem;
}

.c-hero {
  display: grid;
  grid-template-columns: 20.8333333333% 29.1666666667% 50%;
  grid-template-rows: 12.4375rem 12.4375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-hero {
    grid-template-columns: 4.5rem 9.5625rem 9.375rem;
    grid-template-rows: 9.9375rem 5.6875rem;
  }
}

.c-hero__item {
  position: relative;
}

.c-hero__accent {
  position: absolute;
}

.c-hero__line-small {
  bottom: 0;
  left: 3.125rem;
  width: 13.0625rem;
}
@media screen and (max-width: 767px) {
  .c-hero__line-small {
    width: 6.6875rem;
    z-index: 1;
    bottom: -1.875rem;
    left: 0;
  }
}

.c-hero__line-white {
  top: 5.6875rem;
  left: 0;
  z-index: 1;
  width: 17.6875rem;
}
@media screen and (max-width: 767px) {
  .c-hero__line-white {
    display: block;
    top: auto;
    bottom: 0.3125rem;
    left: 0;
    width: 4.875rem;
  }
}

.c-hero__tire01 {
  top: 0;
  right: 0;
  width: 7.375rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-hero__tire01 {
    width: 7.375rem;
    right: -1.75rem;
  }
}

.c-hero__tire02 {
  top: 0;
  right: 3.125rem;
  width: 7.375rem;
}
@media screen and (max-width: 767px) {
  .c-hero__tire02 {
    display: none;
  }
}

.c-hero__arrow {
  bottom: 2.625rem;
  right: -12rem;
  width: 24rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-hero__arrow {
    width: 6.3125rem;
    bottom: auto;
    top: 3.5625rem;
    right: -1rem;
  }
}

.c-hero__item1 {
  background-color: #F0F0F0;
  grid-column: 1/2;
  grid-row: 1/2;
}

.c-hero__item2 {
  background-color: #000;
  grid-column: 2/3;
  grid-row: 1/2;
}

.c-hero__item3 {
  background-color: #F42300;
  grid-column: 1/3;
  grid-row: 2/3;
}

.c-hero__item4 {
  grid-column: 3/4;
  grid-row: 1/3;
}
.c-hero__item4 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-hero__item4 picture {
  height: 100%;
  width: 100%;
}

.c-hero__text {
  font-size: 1.75rem;
  font-weight: 100;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #fff;
  position: absolute;
  bottom: 0.3125rem;
  left: 0.3125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-hero__text {
    display: none;
  }
}

.c-hero__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-inline: 6.25rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-hero__inner {
    bottom: 0.625rem;
    padding-inline: 1rem 0;
  }
}

.c-hero__title-en {
  font-weight: 900;
  font-size: 5.3125rem;
  color: #fff;
  line-height: 1.4470588235;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.1em;
  z-index: 1;
  position: relative;
}
.c-hero__title-en::before {
  position: absolute;
  top: -0.5625rem;
  left: 0;
  font-weight: 700;
  font-size: 1.75rem;
  color: #fff;
  line-height: 1.0714285714;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .c-hero__title-en::before {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    top: -1.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-hero__title-en {
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.page-id-6 .c-hero__title-en::before {
  content: "会社情報";
}

.page-id-9 .c-hero__title-en::before {
  content: "一般車車検";
}

.page-id-11 .c-hero__title-en {
  letter-spacing: 0.05em;
}
.page-id-11 .c-hero__title-en::before {
  content: "特装車特定自主検査";
}

@media screen and (max-width: 767px) {
  .page-id-13 .c-hero__title-en {
    white-space: nowrap;
  }
}
.page-id-13 .c-hero__title-en::before {
  content: "特装車レンタル";
}

@media screen and (max-width: 767px) {
  .page-id-15 .c-hero__title-en {
    white-space: nowrap;
  }
}
.page-id-15 .c-hero__title-en::before {
  content: "採用情報";
}

@media screen and (max-width: 767px) {
  .post-type-archive-staff .c-hero__title-en {
    white-space: nowrap;
  }
}
.post-type-archive-staff .c-hero__title-en::before {
  content: "スタッフ紹介";
}

@media screen and (max-width: 767px) {
  .page-id-25 .c-hero__title-en {
    white-space: nowrap;
  }
}
.page-id-25 .c-hero__title-en::before {
  content: "プライバシーポリシー";
}

@media screen and (max-width: 767px) {
  .page-id-119 .c-hero__title-en {
    white-space: nowrap;
  }
}
.page-id-119 .c-hero__title-en::before {
  content: "サイトマップ";
}

@media screen and (max-width: 767px) {
  .page-id-62 .c-hero__title-en,
  .page-id-65 .c-hero__title-en {
    white-space: nowrap;
  }
}
.page-id-62 .c-hero__title-en::before,
.page-id-65 .c-hero__title-en::before {
  content: "お問い合わせ";
}

@media screen and (max-width: 767px) {
  .blog .c-hero__title-en,
  .single .c-hero__title-en {
    white-space: nowrap;
  }
}
.blog .c-hero__title-en::before,
.single .c-hero__title-en::before {
  content: "お知らせ";
}

.p-bread-crumbs {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-block: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-bread-crumbs {
    font-size: 0.875rem;
    padding-block: 0.625rem;
  }
}
.p-bread-crumbs a {
  color: #F42300;
}
.p-bread-crumbs a span {
  text-decoration: underline;
}

.c-heading-box {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-heading-box {
    padding-left: 0.5rem;
  }
}

.c-heading-box__text {
  font-weight: 900;
  font-size: 5.3125rem;
  letter-spacing: 0.09em;
  color: #F42300;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-heading-box__text {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
  }
}

.c-heading-box__line {
  height: 1.25rem;
  background-color: #F42300;
  position: absolute;
  bottom: 0.3125rem;
  left: 0;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .c-heading-box__line {
    height: 0.5rem;
  }
}

.c-animation-button {
  position: relative;
  z-index: 0;
}
.c-animation-button::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0.625rem;
  left: 0.625rem;
  background-color: #F42300;
  content: "";
  z-index: -1;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .c-animation-button::after {
    top: 0.25rem;
    left: 0.25rem;
  }
}

.c-animation-button__link {
  width: 100%;
  height: 100%;
  border: 1px solid #F42300;
  background-color: #fff;
  position: relative;
  display: block;
}
@media (hover: hover) {
  .c-animation-button__link:hover {
    -webkit-transform: translateX(0.625rem) translateY(0.625rem);
            transform: translateX(0.625rem) translateY(0.625rem);
  }
}
@media screen and (max-width: 767px) {
  .c-animation-button__link {
    border: 2px solid #F42300;
  }
}

.c-intro {
  padding-block: 2.0625rem 3.75rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-intro {
    padding-block: 0 2.5rem;
  }
}

.c-intro--l {
  padding-block: 2.0625rem 5.4375rem;
}
@media screen and (max-width: 767px) {
  .c-intro--l {
    padding-block: 0 1.5625rem;
  }
}

.c-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  .c-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
    padding-inline: 1rem;
  }
}

.c-intro__item:first-child {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-intro__item:first-child {
    margin-inline: calc(50% - 50vw);
  }
}

.c-intro__line-img {
  width: 11.875rem;
  position: absolute;
  bottom: -1.25rem;
  left: -6.25rem;
}
@media screen and (max-width: 767px) {
  .c-intro__line-img {
    width: 3.625rem;
    bottom: -2.5rem;
    left: 0;
    z-index: -1;
  }
}

.c-intro__line-img--under {
  bottom: -2.5rem;
}
@media screen and (max-width: 767px) {
  .c-intro__line-img--under {
    bottom: -5.5625rem;
  }
}

.c-intro__arrow-img {
  width: 0.9375rem;
  position: absolute;
  top: 0.25rem;
  right: -1.4375rem;
}
@media screen and (max-width: 767px) {
  .c-intro__arrow-img {
    display: none;
  }
}

.c-intro__photo {
  width: 25.5rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .c-intro__photo {
    width: 100%;
  }
}
.c-intro__photo img {
  display: block;
}

.c-intro__heading {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #F42300;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.2857142857;
}
@media screen and (max-width: 767px) {
  .c-intro__heading {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}

.c-intro__item:last-child {
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-intro__item:last-child {
    padding-top: 0;
    text-align: center;
  }
}

.c-intro__text {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .c-intro__text {
    font-size: 1rem;
    line-height: 1.375;
    text-align: left;
    margin-top: 1.3125rem;
  }
}

.c-intro__text--margin-l {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-intro__text--margin-l {
    margin-top: 1.25rem;
  }
}

.c-other-service {
  padding-top: 6rem;
  padding-bottom: 7.875rem;
  -webkit-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .c-other-service {
    padding-top: 1.375rem;
    padding-bottom: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .c-other-service__heading {
    line-height: 1.05;
    letter-spacing: 0.05em;
  }
}

.c-other-service__heading-line {
  width: 71.9444444444vw;
}
@media screen and (max-width: 767px) {
  .c-other-service__heading-line {
    width: calc(100% + 0.5rem);
    margin-inline: calc(50% - 50vw);
    bottom: -0.1875rem;
  }
}

.c-other-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7.375rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-other-service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.625rem;
  }
}

.c-other-service__button {
  width: 24.9375rem;
  height: 20.9375rem;
}
@media screen and (max-width: 767px) {
  .c-other-service__button {
    width: 100%;
    height: 16.375rem;
  }
}

.c-other-service__text {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.125;
  color: #F42300;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-other-service__text {
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-inline: 0.5rem;
  }
}

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

.c-other-service__img {
  width: 20.5625rem;
  height: 10.4375rem;
  border: 2px solid #F42300;
  position: relative;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-other-service__img {
    width: 19.375rem;
    height: 9rem;
    margin-top: 0.625rem;
  }
}
.c-other-service__img::before {
  position: absolute;
  content: "";
  top: 1.5625rem;
  right: -3.5625rem;
  width: 2.75rem;
  height: 3.25rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #F42300;
}
@media screen and (max-width: 767px) {
  .c-other-service__img::before {
    width: 1.6875rem;
    height: 1.9375rem;
    right: -2.3125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.c-other-service__flex {
  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;
  margin-inline: 0.8125rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-other-service__flex {
    margin-inline: 0;
  }
}

.c-other-service__ja-text {
  font-size: 1.3125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-other-service__ja-text {
    font-size: 1.375rem;
    line-height: 1;
    padding-left: 0.5rem;
    letter-spacing: 0.1em;
  }
}

.c-other-service__arrow {
  width: 5rem;
  height: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .c-other-service__arrow {
    position: absolute;
    top: 2.6875rem;
    right: -1.25rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 3.125rem;
    background-color: #F7F7F7;
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-left: 1rem;
    padding-right: 0.125rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 5.125rem;
  }
}

.l-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14.4375rem;
  height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 7.75rem;
    height: auto;
  }
}

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

.l-header__nav {
  margin-left: auto;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5rem;
}

.l-header__nav-item {
  position: relative;
}

.l-header__nav-link {
  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: 0.375rem;
  color: #000000;
}
@media (any-hover: hover) {
  .l-header__nav-link:hover {
    opacity: 1;
    color: #f42300;
  }
}

.l-header__nav-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}

.l-header__nav-jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

.l-header__dropdown {
  position: absolute;
  top: calc(50% + 2.25rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  padding: 0.625rem 1.25rem;
  min-width: 14.6875rem;
  white-space: nowrap;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.l-header__nav-item--has-dropdown:hover .l-header__dropdown {
  opacity: 1;
  visibility: visible;
}

.l-header__dropdown-item {
  line-height: 1.875rem;
}

.l-header__dropdown-link {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.875rem;
}
@media (any-hover: hover) {
  .l-header__dropdown-link:hover {
    opacity: 1;
    color: #f42300;
  }
}

.l-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10.9375rem;
  height: 6.0625rem;
  margin-left: 2.9375rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: #fff;
  color: #f42300;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.16);
}
.l-header__contact::before {
  position: absolute;
  content: "";
  background-color: #f42300;
  width: 100%;
  height: 2.1875rem;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 0;
  left: 0;
  z-index: 0;
}
.l-header__contact::after {
  position: absolute;
  content: "";
  background-color: #f42300;
  width: 100%;
  height: 1.4375rem;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-header__contact {
    display: none;
  }
}

.l-header__contact-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 0.625rem;
}

.l-header__contact-jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}

.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.375rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    padding-left: 0.1875rem;
    background: none;
    border: none;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.l-header__hamburger-bar {
  display: block;
  width: 1.875rem;
  height: 1px;
  background-color: #B2B2B2;
  border-radius: 2px;
}

.l-header__drawer {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__drawer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 18.125rem;
    height: 100dvh;
    background-color: #fff;
    overflow: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 200;
  }
}

@media screen and (max-width: 767px) {
  .l-header__drawer.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.l-header__drawer-close {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__drawer-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.375rem;
    width: 2.5rem;
    height: 2.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 0.3125rem 0 0 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
}

.l-header__drawer-close-bar {
  display: block;
  width: 1.875rem;
  height: 1px;
  background-color: #B2B2B2;
  border-radius: 2px;
}

.l-header__drawer-close-bar:nth-child(1) {
  -webkit-transform: translateY(0.21875rem) rotate(15deg);
          transform: translateY(0.21875rem) rotate(15deg);
}

.l-header__drawer-close-bar:nth-child(2) {
  -webkit-transform: translateY(-0.21875rem) rotate(-15deg);
          transform: translateY(-0.21875rem) rotate(-15deg);
}

.l-header__drawer-nav {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__drawer-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
    padding: 0.25rem 1.5rem 2.5rem 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header__drawer-list {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header__drawer-item {
    padding-bottom: 1.5625rem;
  }
}

.l-header__drawer-link {
  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.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__drawer-link {
    color: #000000;
  }
}
@media (any-hover: hover) {
  .l-header__drawer-link:hover {
    color: #f42300;
  }
}

.l-header__drawer-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .l-header__drawer-en {
    font-size: 1.375rem;
  }
}

.l-header__drawer-jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .l-header__drawer-sub-item {
    border-bottom: none;
    position: relative;
  }
  .l-header__drawer-sub-item::before {
    position: absolute;
    width: 0.3125rem;
    height: 0.125rem;
    top: calc(50% + 0.4375rem);
    left: -0.4375rem;
    background-color: #000;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.l-header__drawer-sub-link {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .l-header__drawer-sub-link {
    padding-top: 0.5625rem;
    padding-left: 0.3125rem;
  }
}
@media (any-hover: hover) {
  .l-header__drawer-sub-link:hover {
    color: #f42300;
  }
}

.l-header__drawer-telephone-wrapper {
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.16);
}

.l-header__drawer-telephone {
  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.25rem;
  font-size: 1.375rem;
  font-weight: 700;
  background-color: #000;
  color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 40.4255319149%, 79.2% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .l-header__drawer-telephone {
    padding: 0.4375rem 3.5rem 0.5rem 2.75rem;
  }
}
@media (any-hover: hover) {
  .l-header__drawer-telephone:hover {
    opacity: 0.85;
  }
}

.l-header__tel {
  width: 1rem;
  height: 1.3125rem;
}

.l-header__drawer-arrow-img {
  position: absolute;
  top: 0;
  right: 1.5rem;
}

body {
  overflow-x: hidden;
}

.p-top-contact {
  padding-top: 10.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-contact {
    padding-top: 7.9375rem;
  }
}

.p-top-contact__bg {
  position: absolute;
}

.p-top-contact__straight-red-ribbon {
  width: 12.4375rem;
  height: 79.4375rem;
  background-color: #F42300;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  top: -10.9375rem;
  right: 13rem;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-top-contact__straight-red-ribbon {
    display: none;
  }
}

.p-top-contact__red-ribbon {
  width: 41.3888888889vw;
  height: 5.0625rem;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  background-color: #F42300;
  top: 12.1527777778vw;
  right: 0;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .p-top-contact__red-ribbon {
    height: 2.5rem;
    top: 0.9375rem;
    width: 20.9375rem;
    z-index: -4;
  }
}
@media screen and (min-width: 2300px) {
  .p-top-contact__red-ribbon {
    width: 46.9565217391vw;
    top: 4.347826087vw;
  }
}

.p-top-contact__black-ribbon {
  width: 41.3888888889vw;
  height: 5.0625rem;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
  background-color: #000;
  top: 19.4444444444vw;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-top-contact__black-ribbon {
    height: 2.5rem;
    width: 20.9375rem;
    top: 4.6875rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 2300px) {
  .p-top-contact__black-ribbon {
    top: 12.7391304348vw;
    width: 46.9565217391vw;
  }
}

.p-top-contact__tire {
  width: 12.8125rem;
  height: 67.375rem;
  right: 0;
  bottom: 0;
  z-index: -4;
}
@media screen and (max-width: 767px) {
  .p-top-contact__tire {
    width: 7.0625rem;
    height: 48.0625rem;
    right: 1.5rem;
    top: 0;
    bottom: auto;
  }
}

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

.p-top-contact__heading-line {
  width: 62.5vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-contact__heading-line {
    width: calc(100% + 0.5rem);
  }
}

.p-top-contact__text {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__text {
    font-size: 1rem;
    margin-top: 0.375rem;
    padding-inline: 0.5rem;
    line-height: 1.375;
  }
}

.p-top-contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
  gap: 7.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 1.1875rem;
    gap: 0.75rem;
    width: 15.625rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-contact__info-item {
    width: 100%;
  }
}

.p-top-contact__info-item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-top-contact__tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  color: #F42300;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-top-contact__tel-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

.p-top-contact__tel-title {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__tel-title {
    font-size: 0.9375rem;
    margin-bottom: 0;
  }
}

.top-contact__tel-number {
  font-size: 3.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-contact__tel-number {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-top-contact__fax-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-top-contact__fax-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

.p-top-contact__fax-title {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__fax-title {
    font-size: 0.9375rem;
    margin-bottom: 0;
  }
}

.top-contact__fax-number {
  font-size: 3.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-contact__fax-number {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-top-contact__button {
  width: 31.5rem;
  height: 7.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;
}
@media screen and (max-width: 767px) {
  .p-top-contact__button {
    width: 100%;
    height: 3.75rem;
    gap: 0;
  }
}

.p-top-contact__link {
  font-size: 2rem;
  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;
  position: relative;
  font-weight: 700;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-contact__link {
    font-size: 1.3125rem;
    padding-bottom: 1rem;
  }
}
.p-top-contact__link::before {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  content: "メールフォーム";
}
@media screen and (max-width: 767px) {
  .p-top-contact__link::before {
    font-size: 1rem;
    bottom: 0.3125rem;
  }
}
.p-top-contact__link picture {
  width: 6.3125rem;
  height: 0.9375rem;
  display: inline-block;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__link picture {
    width: 2.5625rem;
    height: 0.9375rem;
  }
}

.p-top-contact__image {
  width: 77.25rem;
  height: 51.625rem;
  position: relative;
  z-index: 5;
  margin-top: -6.25rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-contact__image {
    width: 100%;
    height: auto;
    -webkit-transform: unset;
            transform: unset;
    margin-top: -1.375rem;
  }
}

.p-top-info__bg {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.p-top-info__straight-red-ribbon {
  width: 12.4375rem;
  height: 85.8125rem;
  background-color: #F42300;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  top: -10.375rem;
  right: 19.5rem;
  z-index: -2;
  pointer-events: none;
}
.p-top-info__straight-red-ribbon::before {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: 0;
  width: 12.4375rem;
  height: 1.25rem;
  background-color: #F42300;
}
@media screen and (max-width: 767px) {
  .p-top-info__straight-red-ribbon::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-info__straight-red-ribbon {
    height: 9.375rem;
    width: 6.75rem;
    right: 1.5rem;
    bottom: -9.375rem;
    top: auto;
    left: auto;
    z-index: 3;
  }
}

.p-top-info__line {
  width: 16.6875rem;
  height: 19.125rem;
  top: 0.625rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-info__line {
    display: none;
  }
}

.p-top-info {
  padding-top: 10.375rem;
  position: relative;
  margin-bottom: 17rem;
}
@media screen and (max-width: 767px) {
  .p-top-info {
    padding-top: 2.5rem;
    margin-bottom: 9.375rem;
  }
}

.p-top-info__inner {
  padding-inline: 12.75rem;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-top-info__inner {
    padding-inline: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info__heading-box {
    text-align: center;
  }
}

.p-top-info__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-columns: auto auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-weight: 700;
  margin-top: 0.1875rem;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-info__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    margin-top: 0;
  }
}

.p-top-info__text-box {
  position: relative;
}

.p-top-info__arrow-img {
  position: absolute;
  width: 0.9375rem;
  height: 9.6875rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-info__arrow-img {
    display: block;
  }
}
.p-top-info__arrow-img01, .p-top-info__arrow-img03 {
  top: 0.5rem;
  left: 0.5rem;
}
.p-top-info__arrow-img02, .p-top-info__arrow-img04 {
  bottom: 0.5rem;
  right: 0.5rem;
}
.p-top-info__arrow-img03 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-top-info__text-box--red {
  background-color: #F42300;
  padding-block: 2rem 1.5rem;
  padding-inline: 4.625rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__text-box--red {
    grid-row: 1/2;
    padding-block: 1.6875rem 1.375rem;
    padding-inline: 3.3125rem;
  }
}
.p-top-info__text-box--red .p-top-info__address-flex {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__text-box--red .p-top-info__address-flex {
    margin-top: 0.75rem;
  }
}
.p-top-info__text-box--red .p-top-info__name {
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__text-box--red .p-top-info__time-flex {
    margin-top: 0.875rem;
  }
}
.p-top-info__text-box--red .p-top-info__tel-flex {
  margin-top: 0.625rem;
}
.p-top-info__text-box--red .p-top-info__fax-flex {
  margin-top: -0.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__text-box--red .p-top-info__fax-flex {
    margin-top: 0.625rem;
  }
}

.p-top-info__text-box--black {
  background-color: #000;
  padding: 1.9375rem 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__text-box--black {
    grid-row: 3/4;
    padding-block: 2rem 1.5rem;
    padding-inline: 0.625rem;
    text-align: center;
  }
}
.p-top-info__text-box--black .p-top-info__address-flex {
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__text-box--black .p-top-info__address-flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 2.5rem;
    margin-top: 0.625rem;
  }
}
.p-top-info__text-box--black .p-top-info__time-flex {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__text-box--black .p-top-info__time-flex {
    margin-top: 0.625rem;
    margin-left: 2.625rem;
  }
}
.p-top-info__text-box--black .p-top-info__fax-flex {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__text-box--black .p-top-info__fax-flex {
    margin-top: 0.6875rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-info__text-box--black .p-top-info__address-number {
    text-align: left;
  }
}

.p-top-info__name {
  font-size: 2.125rem;
  line-height: 0.9411764706;
}
@media screen and (max-width: 767px) {
  .p-top-info__name {
    font-size: 1.5rem;
  }
}

.p-top-info__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-info__flex:first-of-type {
  margin-top: 1.125rem;
}

.p-top-info__address-icon {
  width: 1.625rem;
  height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__address-icon {
    width: 1.125rem;
    height: 1.3125rem;
  }
}

.p-top-info__address-number {
  display: block;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-top-info__address-number {
    font-size: 0.875rem;
  }
}

.p-top-info__address-detail {
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-info__address-detail {
    font-size: 1rem;
  }
}

.p-top-info__time-flex {
  margin-top: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top-info__time-flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-top-info__time-icon {
  width: 2.0625rem;
  height: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__time-icon {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}

.p-top-info__time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.125rem;
  line-height: 1.44;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-info__time {
    font-size: 1.3125rem;
  }
}
.p-top-info__time::before {
  content: "(日曜・祝日定休)";
  position: absolute;
  left: 0;
  bottom: -1.125rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-info__time::before {
    font-size: 0.875rem;
    bottom: 0.1875rem;
    left: auto;
    right: -6.8125rem;
  }
}

.p-top-info__tel-flex {
  font-family: "Noto Sans JP", sans-serif;
}

.p-top-info__tel-icon {
  width: 2.25rem;
  height: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__tel-icon {
    width: 1.1875rem;
    height: 1.375rem;
  }
}

.p-top-info__tel {
  font-size: 3.125rem;
  line-height: 1.44;
}
@media screen and (max-width: 767px) {
  .p-top-info__tel {
    font-size: 1.3125rem;
  }
}

.p-top-info__fax-flex {
  font-family: "Noto Sans JP", sans-serif;
}

.p-top-info__fax {
  font-size: 3.125rem;
  line-height: 1.44;
}
@media screen and (max-width: 767px) {
  .p-top-info__fax {
    font-size: 1.3125rem;
  }
}

.p-top-info__fax-icon {
  width: 2.1875rem;
  height: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__fax-icon {
    width: 1.125rem;
    height: 1.6875rem;
  }
}

.p-top-info__map-box iframe {
  width: 100%;
  height: 26.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__map-box iframe {
    height: 15.625rem;
  }
}
.p-top-info__map-box {
  height: 26.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__map-box {
    width: 100%;
    height: 15.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info__item:nth-child(3) {
    grid-template-rows: 2/3;
    margin-bottom: 1.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info__item:nth-child(4) {
    grid-template-rows: 3/4;
  }
}

.l-footer {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    z-index: auto;
  }
}

.l-footer__bg {
  position: absolute;
}

.l-footer__red-ribbon {
  width: 93.0555555556vw;
  height: 5.0625rem;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  background-color: #F42300;
  top: -5.3472222222vw;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-footer__red-ribbon {
    height: 2.5rem;
    width: 22.9375rem;
    top: -2.9375rem;
    z-index: 5;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 2300px) {
  .l-footer__red-ribbon {
    width: 82.6086956522vw;
  }
}

.l-footer__black-ribbon {
  width: 93.0555555556vw;
  height: 5.0625rem;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
  background-color: #000;
  top: -21.6666666667vw;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-footer__black-ribbon {
    height: 2.5rem;
    width: 22.9375rem;
    top: -7rem;
    z-index: 0;
  }
}
@media screen and (min-width: 2300px) {
  .l-footer__black-ribbon {
    width: 82.6086956522vw;
    top: -19.9130434783vw;
  }
}

.l-footer_inner {
  display: grid;
  grid-template-columns: auto 57.6388888889vw;
  grid-template-rows: auto auto;
  grid-template-areas: "logo nav" "logo banner";
}
@media screen and (max-width: 767px) {
  .l-footer_inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "nav" "banner" "logo";
  }
}

.l-footer__grid-item01 {
  grid-area: logo;
  background-color: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 8.5625rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__grid-item01 {
    padding-top: 1.5rem;
    padding-bottom: 5.625rem;
  }
}

.l-footer__logo {
  width: 22.125rem;
  height: 5.625rem;
  display: block;
  margin-left: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 13.25rem;
    height: 3.375rem;
    margin-left: 0;
  }
}

.l-footer__link-flex {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 7.375rem;
  margin-left: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__link-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.5625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: 0;
    justify-content: space-between;
    width: 100%;
    padding-inline: 1.5rem;
  }
}

.l-footer__link-flex02 {
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__link-flex02 {
    margin-left: 0;
  }
}

.l-footer__copy {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: 0.5625rem;
  margin-left: 3.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 0.4375rem;
    margin-left: 0;
  }
}

.l-footer__grid-item02 {
  grid-area: nav;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.1875rem;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__grid-item02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    padding-left: 1.875rem;
    grid-template-areas: "grid01 grid03" "grid02 grid02";
    row-gap: 1.3125rem;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 1.5625rem;
    padding-bottom: 1.6875rem;
    -webkit-column-gap: 1.6875rem;
       -moz-column-gap: 1.6875rem;
            column-gap: 1.6875rem;
  }
}

.l-footer__nav-column {
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-footer__nav-column:last-child .l-footer__nav-link-title {
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-column:last-child .l-footer__nav-link-title:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__nav-column:first-child {
    grid-area: grid01;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__nav-column:nth-child(2) {
    grid-area: grid02;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__nav-column:last-child {
    grid-area: grid03;
  }
}

.l-footer__arrow-img {
  position: absolute;
  top: 0.625rem;
  right: -2.8125rem;
  width: 0.9375rem;
  height: 11.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__arrow-img {
    display: none;
  }
}

.l-footer__arrow-img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer__arrow-img-sp {
    display: block;
    width: 0.9375rem;
    height: 18.9375rem;
    top: 0;
    left: 9.375rem;
    position: absolute;
  }
}

.l-footer__nav-column:first-child .l-footer__arrow-img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-footer__nav-link {
  display: block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.l-footer__nav-link-title {
  font-size: 1.5625rem;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-link-title {
    font-size: 1.3125rem;
  }
}

.l-footer__nav-link-title--margin {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-link-title--margin {
    margin-top: 0.75rem;
  }
}

.l-footer__grid-item03 {
  grid-area: banner;
  background-color: #F42300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 2.3125rem 3.4375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__grid-item03 {
    padding-inline: 0.5rem;
    padding-block: 1.625rem 1.75rem;
    gap: 0.875rem;
  }
}

.l-footer__banner {
  width: 11.5625rem;
  height: 4.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__banner {
    width: 6.875rem;
    height: 2.5rem;
  }
}

.l-floating-area {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-floating-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}

.l-floating-area__button {
  width: 10rem;
  height: 3.75rem;
  background-color: #fff;
}

.l-floating-area__button-inner {
  width: 100%;
  height: 100%;
  background-color: #F42300;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 71.875% 100%, 0 100%);
}

.l-floating-area__button--mail .l-floating-area__button-inner {
  background-color: #F42300;
}

.l-floating-area__button--tel .l-floating-area__button-inner {
  background-color: #000;
}

.l-floating-area__button-flex {
  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-top: 0.4375rem;
  gap: 0.25rem;
  position: relative;
}

.l-floating-area__button--mail .l-floating-area__button-flex::before {
  content: "メール";
  position: absolute;
  bottom: -1.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-weight: 500;
  font-size: 0.6875rem;
}

.l-floating-area__button--tel .l-floating-area__button-flex::before {
  content: "お電話";
  position: absolute;
  bottom: -1.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-weight: 500;
  font-size: 0.6875rem;
}

.l-floating-area__mail-icon {
  width: 1.0625rem;
  height: 0.75rem;
}

.l-floating-area__tel-icon {
  width: 0.6875rem;
  height: 0.875rem;
}

.l-floating-area__button-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  color: #fff;
}

.l-floating-area__top {
  width: 3.4375rem;
  background-color: #676767;
  height: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-floating-area__top-line {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 11px;
}

.l-floating-area__top-line::before,
.l-floating-area__top-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 18.8px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: 50% 1px;
          transform-origin: 50% 1px;
}

.l-floating-area__top-line::before {
  -webkit-transform: rotate(61.7deg);
          transform: rotate(61.7deg);
}

.l-floating-area__top-line::after {
  -webkit-transform: rotate(-61.7deg);
          transform: rotate(-61.7deg);
}

.p-top-fv {
  display: grid;
  grid-template-columns: 28.0555555556vw 21.9444444444% 50%;
  grid-template-rows: 6.9444444444vw 21.3888888889vw 18.0555555556vw;
  grid-template-areas: "red01 black01 swiper" "gray01 gray01 swiper" "black02 black02 swiper";
  margin-top: 6.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-fv {
    display: none;
  }
}

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

.p-top-fv__item--red01 {
  grid-area: red01;
  background-color: #F42300;
}

.p-top-fv__accent {
  position: absolute;
}

.p-top-fv__arrow-white01 {
  width: 1.0416666667vw;
  height: 6.5972222222vw;
  top: 0;
  left: 9.1666666667vw;
}

.p-top-fv__item--black01 {
  grid-area: black01;
  background-color: #000;
}

.p-top-fv__line-white01 {
  width: 14.5138888889vw;
  height: 6.9444444444vw;
  left: 0;
  top: 0;
}

.p-top-fv__tire01 {
  width: 8.1944444444vw;
  height: 46.3888888889vw;
  top: 0;
  right: -1.0416666667vw;
}

.p-top-fv__item--gray01 {
  grid-area: gray01;
  background-color: #E6E6E6;
}

.p-top-fv-_line-white02 {
  width: 20vw;
  height: 24.5138888889vw;
  top: 0;
  left: 0;
}

.p-top-fv__en-text {
  color: #F42300;
  font-size: 1.9444444444vw;
  font-weight: 100;
  letter-spacing: 0.2em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0;
  left: 6.25vw;
}

.p-top-fv-_line-red01 {
  width: 19.6527777778vw;
  height: 21.25vw;
  top: 0;
  left: 20vw;
}

.p-top-fv__item--black02 {
  grid-area: black02;
  background-color: #000;
}

.p-top-fv__arrow-white03 {
  width: 35.7638888889vw;
  height: 1.0416666667vw;
  top: 37.2916666667vw;
  right: 35.625vw;
  z-index: 3;
}

.p-top-fv__name {
  width: 21.6666666667vw;
  height: 7.2916666667vw;
  margin-left: auto;
  margin-top: 0.4861111111vw;
}

.p-top-fv__news {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.2222222222vw;
  margin-left: 6.9444444444vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-top-fv__new-heading {
  font-size: 1.25vw;
  font-weight: 900;
  letter-spacing: 0.15em;
  padding-right: 2.9861111111vw;
}

.p-top-fv__news-contents {
  font-size: 1.1111111111vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 0.8333333333vw;
  border-left: 1px solid #707070;
  padding-block: 0.3472222222vw;
}

.p-top-fv__news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8055555556vw;
}

.p-top-fv__news-date {
  min-width: 110px;
}

.p-top-fv__item--swiper-area {
  grid-area: swiper;
  position: relative;
}

.p-top-fv__swiper-bg {
  position: absolute;
  inset: 0;
  background-color: #000;
}

.p-top-fv__swiper-container {
  width: 37.9166666667vw;
  height: 46.3888888889vw;
  position: relative;
  z-index: 2;
}
.p-top-fv__swiper-container .p-top-fv__swiper {
  overflow: hidden;
  height: 100%;
}
.p-top-fv__swiper-container .swiper-slide {
  width: 37.9166666667vw;
}
.p-top-fv__swiper-container .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-fv__swiper-container .swiper-pagination {
  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.3888888889vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: auto;
  right: -1.3888888889vw;
  top: 12.5694444444vw;
  font-size: 0.9722222222vw;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.25em;
}
.p-top-fv__swiper-container .swiper-pagination span {
  cursor: pointer;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: relative;
}
.p-top-fv__swiper-container .swiper-pagination span::before {
  width: 1px;
  height: 0.2083333333vw;
  background-color: #fff;
  position: absolute;
  content: "";
  bottom: -0.6944444444vw;
  left: 0.6944444444vw;
}
.p-top-fv__swiper-container .swiper-pagination span:last-child::before {
  display: none;
}
.p-top-fv__swiper-container .swiper-pagination .swiper-pagination-custom-active {
  color: #F42300;
}

.p-top-fv__overlay {
  background-color: #F42300;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0.64;
  width: 100%;
  height: 18.9583333333vw;
  clip-path: polygon(0 0, 100% 0, 100% 12.2222222222vw, 0 100%);
  mix-blend-mode: overlay;
}

.p-top-fv__tire02 {
  width: 4.7222222222vw;
  height: 46.3888888889vw;
  top: 0;
  right: 2.1875rem;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: 0 0;
}

.p-top-fv__arrow-white02 {
  width: 1.0416666667vw;
  height: 10.7638888889vw;
  bottom: 1.4583333333vw;
  right: 8.1944444444vw;
}

.p-top-fv__ribbon {
  position: absolute;
}
.p-top-fv__ribbon--red01 {
  width: 87.9861111111vw;
  height: 5.3472222222vw;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  background-color: #F42300;
  top: 12.5vw;
  right: 0;
}
.p-top-fv__ribbon--black01 {
  width: 25.0694444444vw;
  height: 5.3472222222vw;
  -webkit-transform: skewY(7deg);
          transform: skewY(7deg);
  background-color: #000;
  top: 21.875vw;
  left: 12.0138888889vw;
}
.p-top-fv__ribbon--red02 {
  width: 40.2777777778vw;
  height: 5.4861111111vw;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  background-color: #F42300;
  top: 27.0833333333vw;
  left: -3.1944444444vw;
}

.p-top-fv__main-text {
  position: absolute;
  top: 14.0972222222vw;
  left: 11.9444444444vw;
  width: 30.0694444444vw;
  height: auto;
}

.p-top-fv--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-fv--sp {
    display: grid;
    grid-template-columns: 4.5rem 6.125rem 12.8125rem;
    grid-template-rows: 6.25rem 24.375rem 2.6875rem 8.375rem;
    grid-template-areas: "black01 red01 swiper" "gray01 gray01 swiper" "black02 black02 swiper" "gray02 gray02 gray02";
    position: relative;
    overflow-x: clip;
  }
}

.p-top-fv--sp__item {
  position: relative;
}

.p-top-fv--sp__item--black01 {
  grid-area: black01;
  background-color: #000;
}

.p-top-fv--sp__accent {
  position: absolute;
}

.p-top-fv--sp__line-red01 {
  width: 8.0625rem;
  height: 8.8125rem;
  top: 0;
  left: 0;
}

.p-top-fv--sp__item--red01 {
  grid-area: red01;
  background-color: #F42300;
  z-index: 1;
}

.p-top-fv--sp__tire01 {
  width: 7.375rem;
  height: 41.625rem;
  bottom: 0;
  right: -1.6875rem;
  z-index: 1;
}

.p-top-fv--sp__arrow-white01 {
  width: 0.9375rem;
  height: 4.4375rem;
  bottom: 0;
  right: 0.4375rem;
}

.p-top-fv--sp__item--gray01 {
  grid-area: gray01;
  background-color: #E6E6E6;
}

.p-top-fv--sp__line-white01 {
  width: 8.0625rem;
  height: 8.75rem;
  top: 2.875rem;
  left: 0;
}

.p-top-fv--sp__arrow-red01 {
  width: 0.9375rem;
  height: 9.6875rem;
  right: 0.375rem;
  top: 6.1875rem;
  z-index: 2;
}

.p-top-fv--sp__text {
  font-size: 1rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #F42300;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 6.25rem;
  left: 0.75rem;
}

.p-top-fv--sp__item--black02 {
  grid-area: black02;
  background-color: #000;
}

.p-top-fv--sp__item--swiper-area {
  grid-area: swiper;
}

.p-top-fv--sp__swiper-container {
  height: 100%;
  position: relative;
}
.p-top-fv--sp__swiper-container .p-top-fv--sp__swiper {
  height: 100%;
}
.p-top-fv--sp__swiper-container .p-top-fv--sp__swiper-wrapper {
  height: 100%;
}
.p-top-fv--sp__swiper-container .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: -19.375rem;
     object-position: -19.375rem;
}
.p-top-fv--sp__swiper-container .swiper-pagination {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: auto;
  right: 0.5rem;
  top: 6.4375rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.25em;
}
.p-top-fv--sp__swiper-container .swiper-pagination span {
  cursor: pointer;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: relative;
}
.p-top-fv--sp__swiper-container .swiper-pagination span::before {
  width: 1px;
  height: 0.1875rem;
  background-color: #fff;
  position: absolute;
  content: "";
  bottom: -0.625rem;
  left: 0.5rem;
}
.p-top-fv--sp__swiper-container .swiper-pagination span:last-child::before {
  display: none;
}
.p-top-fv--sp__swiper-container .swiper-pagination .swiper-pagination-custom-active {
  color: #F42300;
}
.p-top-fv--sp__swiper-container .p-top-fv--sp__pagination-line {
  width: 1px;
  height: 14.0625rem;
  background-color: #F42300;
  bottom: 1.875rem;
  right: 1.1875rem;
  position: absolute;
  z-index: 1;
}
.p-top-fv--sp__logo {
  top: 3.8125rem;
  left: 1.1875rem;
  width: 5.4375rem;
  height: 15.875rem;
  z-index: 1;
}

.p-top-fv--sp__item--gray02 {
  grid-area: gray02;
  padding: 0.9375rem 1rem;
  background-color: #E6E6E6;
}

.p-top-fv--sp__news-heading {
  font-size: 1.3125rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.8095238095;
}

.p-top-fv--sp__news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  margin-top: 0.3125rem;
}
.p-top-fv--sp__news-item:first-child {
  margin-top: 0;
}

.p-top-fv--sp__news-date {
  min-width: 5rem;
}

.p-top-fv--sp__accent {
  position: absolute;
}

.p-top-fv--sp__black-ribbon01 {
  width: 16.1875rem;
  height: 3.4375rem;
  -webkit-transform: skewY(7deg);
          transform: skewY(7deg);
  background-color: #000;
  left: 0.625rem;
  bottom: 12.8125rem;
  z-index: 1;
}

.p-top-fv--sp__red-ribbon01 {
  width: 23.0625rem;
  height: 3.4375rem;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  background-color: #F42300;
  left: 0.625rem;
  bottom: 15.875rem;
  z-index: 1;
}

.p-top-fv--sp__red-ribbon02 {
  width: 16.875rem;
  height: 3.4375rem;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  background-color: #F42300;
  left: 0;
  bottom: 10.3125rem;
  z-index: 1;
}

.p-top-fv--sp__main-text {
  width: 18.625rem;
  height: auto;
  bottom: 8.25rem;
  left: 1.25rem;
  z-index: 1;
}

.p-top-intro {
  position: relative;
  padding-top: 3.375rem;
  padding-bottom: 7.5rem;
  overflow-x: clip;
  overflow-y: visible;
}
@media screen and (max-width: 767px) {
  .p-top-intro {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
}

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

.p-top-intro__heading-text {
  line-height: 1;
}

.p-top-intro__heading-text--empty {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-intro__heading-text--empty {
    display: inline;
  }
}

.p-top-intro__heading-text--black {
  color: #000;
}

.p-top-intro__heading-line01 {
  width: 79.9305555556vw;
  left: 0;
  bottom: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-intro__heading-line01 {
    width: 100%;
    bottom: -0.3125rem;
  }
}

.p-top-intro__heading-line02 {
  position: absolute;
  bottom: -3.4375rem;
  right: 0;
  margin-inline: calc(50% - 50vw);
  width: 80.0694444444vw;
  height: 1.25rem;
  right: 0;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-top-intro__heading-line02 {
    width: 18.6875rem;
    height: 0.5rem;
    bottom: -1.375rem;
  }
}

.p-top-intro__sub-heading {
  font-size: 3.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2857142857;
  color: #F42300;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-intro__sub-heading {
    font-size: 1.375rem;
    line-height: 1.3636363636;
    margin-top: 2.5rem;
    margin-left: 0.5rem;
  }
}

.p-top-intro__text-wrapper {
  position: relative;
}

.p-top-intro__text {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-top: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-intro__text {
    margin-top: 10.625rem;
    font-size: 1rem;
    line-height: 1.375;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.6875rem 0.5rem 0.375rem;
    width: 100%;
  }
}

.p-top-intro__black-ribbon {
  position: absolute;
  bottom: -9.6527777778vw;
  left: 0;
  margin-left: calc(50% - 50vw);
  width: 46.3888888889vw;
  height: 5rem;
  background-color: #000;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-intro__black-ribbon {
    z-index: 0;
    height: 2.5rem;
    width: 21.125rem;
    bottom: -5.125rem;
  }
}
@media screen and (min-width: 2300px) {
  .p-top-intro__black-ribbon {
    bottom: -4.347826087vw;
  }
}

.p-top-intro__red-ribbon {
  position: absolute;
  margin-left: calc(50% - 50vw);
  bottom: -17.7777777778vw;
  left: 0;
  width: 46.3888888889vw;
  height: 5rem;
  background-color: #F42300;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-intro__red-ribbon {
    z-index: 0;
    width: 21.125rem;
    height: 2.5rem;
    bottom: -8.75rem;
  }
}
@media screen and (min-width: 2300px) {
  .p-top-intro__red-ribbon {
    bottom: -12.6956521739vw;
  }
}

.p-top-intro__text--accent {
  color: #F42300;
}

.p-top-intro__button {
  width: 19rem;
  height: 4.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;
  border: 2px solid #F42300;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4583333333;
  margin-top: 4.5625rem;
  margin-left: 6.5625rem;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-intro__button {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-inline: auto;
    width: 13.75rem;
    height: 3.125rem;
    margin-top: 1.625rem;
  }
}

.p-top-intro__track01 {
  position: absolute;
  top: 12.4375rem;
  right: 2.9375rem;
  width: 29.6875rem;
  height: auto;
  z-index: 2;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .p-top-intro__track01 {
    width: 13.75rem;
    top: 9.25rem;
    right: -1.4375rem;
  }
}

.p-top-intro__track02 {
  position: absolute;
  top: 33.75rem;
  right: 13.375rem;
  width: 29.375rem;
  height: auto;
  z-index: 2;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .p-top-intro__track02 {
    width: 12.8125rem;
    left: -1.125rem;
    top: 12.0625rem;
  }
}

.p-top-intro__straight-red-ribbon {
  position: absolute;
  width: 12.5rem;
  height: 67.375rem;
  background-color: #F42300;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  top: 13.4375rem;
  right: 19.25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-intro__straight-red-ribbon {
    width: 6.75rem;
    height: 41rem;
    right: 1.5rem;
    z-index: -1;
    top: 6.3125rem;
  }
}

.p-top-service {
  background-color: #E0E0E0;
  padding-top: 7.5rem;
  padding-bottom: 10.375rem;
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    padding-top: 2.5rem;
    padding-bottom: 2.8125rem;
  }
}

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

.p-top-service__image {
  position: absolute;
  width: 44.8125rem;
  height: auto;
  top: 11.625rem;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top-service__image {
    width: 22.4375rem;
    height: 11.9375rem;
    top: 3.9375rem;
    right: auto;
    left: 0.5rem;
  }
}

.p-top-service__heading-line {
  width: 64.7222222222vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-service__heading-line {
    width: 100%;
  }
}

.p-top-service__text {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__text {
    font-size: 1rem;
    line-height: 1.375;
    margin-top: 12.75rem;
    padding-inline: 0.5rem;
  }
}

.p-top-service__link-box {
  margin-left: -6.25rem;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-top-service__link-box {
    margin-left: -0.5rem;
  }
}

.p-top-service__link-item {
  margin-top: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__link-item {
    gap: 0.5rem;
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__link-item:first-child {
    margin-top: 1.375rem;
  }
}

.p-top-service__link-number {
  background-color: #F42300;
  color: #E0E0E0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  letter-spacing: -0.025em;
  line-height: 1.5;
  width: 12.25rem;
  height: 5.9375rem;
  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: flex-end;
}
@media screen and (max-width: 767px) {
  .p-top-service__link-number {
    font-size: 3.125rem;
    line-height: 1.52;
    width: 6.875rem;
    height: 4.375rem;
  }
}
.p-top-service__link-number01 {
  letter-spacing: 0.08em;
}

.p-top-service__button-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.25rem;
  gap: 3.5rem;
  width: 37.5rem;
  height: 5.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-service__button-link {
    -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;
    width: 15.1875rem;
    height: 4.0625rem;
    gap: 0;
    padding-left: 0.375rem;
  }
}
.p-top-service__button-link::before {
  position: absolute;
  content: "";
  width: 1.375rem;
  height: 1.625rem;
  background-color: #F42300;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-service__button-link::before {
    width: 1rem;
    height: 1.1875rem;
    right: 0.6875rem;
  }
}

.p-top-service__button-text-en {
  color: #F42300;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 900;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__button-text-en {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    width: unset;
  }
}

.p-top-service__button-text-ja {
  font-size: 1.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.0714285714;
}
@media screen and (max-width: 767px) {
  .p-top-service__button-text-ja {
    font-size: 1.3125rem;
    line-height: 1;
  }
}

.p-top-service__straight-red-ribbon {
  position: absolute;
  width: 12.5rem;
  height: 42.125rem;
  bottom: -10.375rem;
  right: 19.25rem;
  background-color: #F42300;
  z-index: 2;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-top-service__straight-red-ribbon {
    width: 6.75rem;
    height: 5.0625rem;
    right: 1.5rem;
    bottom: -7.875rem;
  }
}

.p-top-others {
  padding-top: 10rem;
  overflow-y: visible;
  overflow-x: clip;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-others {
    padding-top: 7.25rem;
    padding-bottom: 6rem;
  }
}

.p-top-others__accent {
  position: absolute;
}

.p-top-others__black-ribbon01 {
  height: 5.0625rem;
  width: 41.3888888889vw;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  top: -7.3611111111vw;
  right: 0;
  background-color: #000;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-others__black-ribbon01 {
    height: 2.5rem;
    width: 20.9375rem;
    top: -1.25rem;
    z-index: -1;
  }
}
@media screen and (min-width: 2300px) {
  .p-top-others__black-ribbon01 {
    width: 45.652173913vw;
  }
}

.p-top-others__straight-black-ribbon {
  width: 12.5rem;
  height: 47.8125rem;
  background-color: #000;
  top: -10rem;
  right: 19.25rem;
  z-index: 0;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-top-others__straight-black-ribbon {
    width: 6.75rem;
    height: 50.5rem;
    right: 1.5rem;
    top: -2.5rem;
  }
}

.p-top-others__red-ribbon01 {
  height: 5.0625rem;
  width: 41.3888888889vw;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
  top: 0;
  right: 0;
  background-color: #F42300;
  z-index: 6;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-top-others__red-ribbon01 {
    height: 2.5rem;
    width: 20.9375rem;
    top: 2.5rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 2300px) {
  .p-top-others__red-ribbon01 {
    width: 45.652173913vw;
    top: 0.7826086957vw;
  }
}

.p-top-others__red-ribbon02 {
  height: 5.0625rem;
  width: 93.0555555556vw;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  bottom: -10.2083333333vw;
  left: 0;
  background-color: #F42300;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-others__red-ribbon02 {
    width: 22.9375rem;
    height: 2.5rem;
    bottom: -1rem;
    z-index: 6;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 2300px) {
  .p-top-others__red-ribbon02 {
    bottom: -6.5217391304vw;
    width: 82.6086956522vw;
  }
}

.p-top-others__black-ribbon02 {
  height: 5.0625rem;
  width: 93.0555555556vw;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
  bottom: 6.25vw;
  left: 0;
  background-color: #000;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-others__black-ribbon02 {
    height: 2.5rem;
    width: 22.9375rem;
    bottom: 3.1875rem;
  }
}
@media screen and (min-width: 2300px) {
  .p-top-others__black-ribbon02 {
    width: 82.6086956522vw;
    bottom: 8.0434782609vw;
  }
}

.p-top-others__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5625rem;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-others__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-others__item {
  width: 31.25rem;
  height: 26.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-others__item {
    width: 100%;
    height: auto;
    padding-right: 0.5rem;
  }
}

.p-top-others__arrow {
  position: absolute;
  width: 0.9375rem;
  height: 9.6875rem;
}
.p-top-others__arrow01 {
  bottom: -0.625rem;
  left: -1.5625rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-top-others__arrow01 {
    display: none;
  }
}
.p-top-others__arrow02 {
  top: 1.5625rem;
  right: -2rem;
}
@media screen and (max-width: 767px) {
  .p-top-others__arrow02 {
    display: none;
  }
}

.p-top-others__button-link {
  padding-bottom: 0.1875rem;
}

.p-top-others__button-link::after {
  top: 0.375rem;
  left: 0;
}

.p-top-others__title {
  font-size: 5.1875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.0169491525;
  color: #F42300;
  margin-left: -0.4375rem;
  margin-top: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-others__title {
    font-size: 2.5rem;
    margin-left: 0.625rem;
    line-height: 1.45;
    margin-top: -0.125rem;
  }
}
.p-top-others__title::before {
  position: absolute;
  content: "";
  width: 3.4375rem;
  height: 4.0625rem;
  background-color: #F42300;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: calc(50% + 5px);
  right: -3.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-others__title::before {
    width: 1.6875rem;
    height: 1.9375rem;
    right: -2.5rem;
  }
}

.p-top-others__button-img {
  width: 30.25rem;
  height: auto;
  margin-top: 0.75rem;
  border: 1px solid #F42300;
}
@media screen and (max-width: 767px) {
  .p-top-others__button-img {
    width: 21.4375rem;
    height: 9.875rem;
    margin-top: 0.4375rem;
  }
}

.p-top-others__button-text {
  margin-top: 0.8125rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding-left: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-others__button-text {
    font-size: 1rem;
    margin-top: 0.375rem;
    padding-inline: 0.625rem;
  }
}

.p-question {
  position: relative;
  padding-top: 11.5625rem;
  overflow-x: clip;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-question {
    padding: 0;
    z-index: 6;
  }
}

.p-top-question__red-line {
  position: absolute;
  top: 9.5rem;
  right: 0;
  width: 16.6875rem;
  height: 19.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-question__red-line {
    display: none;
  }
}

.p-top-question__black-line {
  position: absolute;
  bottom: -3.625rem;
  left: 0;
  width: 21.25rem;
  height: 19.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-question__black-line {
    display: none;
  }
}

.p-question__inner {
  position: relative;
}

.p-question__box {
  max-width: 64.5rem;
  margin-inline: auto;
  position: relative;
  border: 2px solid #F42300;
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  padding: 1rem 6.5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-question__box {
    max-width: 100%;
    padding: 1.25rem 0.5rem 2.25rem;
  }
}

/* 左側アクセントライン（黒） */
.p-question__box::before {
  content: "";
  position: absolute;
  left: -0.625rem;
  top: 0.25rem;
  width: 0.125rem;
  height: 23.3125rem;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-question__box::before {
    display: none;
  }
}

/* 右側アクセントライン（赤） */
.p-question__box::after {
  content: "";
  position: absolute;
  right: -0.625rem;
  top: 20.0625rem;
  width: 0.125rem;
  height: 23.3125rem;
  background-color: #F42300;
}
@media screen and (max-width: 767px) {
  .p-question__box::after {
    display: none;
  }
}

.p-question__side-label {
  position: absolute;
  font-size: 1.125rem;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  /* letterSpacing 100 / 1000 = 0.1em */
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-question__side-label {
    display: none;
  }
}

.p-question__side-label--questions {
  left: -2.375rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  /* 下から上へ読む */
  color: #000;
  top: 19.6875rem;
}

.p-question__side-label--answers {
  right: -2.375rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  top: 20rem;
  color: #F42300;
}

.p-question__title {
  font-size: 5.3125rem;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  color: #F42300;
  letter-spacing: 0.1em;
  /* letterSpacing 100 / 1000 = 0.1em */
  text-align: center;
  line-height: 1;
  padding-top: 1rem;
  padding-bottom: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-question__title {
    font-size: 2.5rem;
    padding-top: 0.5rem;
    padding-bottom: 1.25rem;
  }
}

.p-question__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-question__item {
  border-top: 2px solid #B2B2B2;
  padding-block: 1.0625rem;
  padding-inline: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-question__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-question__item {
    padding-block: 0.3125rem;
    row-gap: 0.3125rem;
    padding-inline: 0.4375rem 0;
  }
}

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

.p-question__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-question__q {
    gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-question__icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.125rem;
  height: 0.9375rem;
  background-color: #B2B2B2;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  /* 初期状態：▼（閉じている） */
  -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;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-question__icon {
    width: 0.5rem;
    height: 0.4375rem;
    margin-block: auto;
    margin-right: 0.4375rem;
  }
}

.p-question__q.show .p-question__icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  /* 開いた状態：▲ */
}

.p-question__q-label {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #DD2000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  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;
}
@media screen and (max-width: 767px) {
  .p-question__q-label {
    font-size: 1rem;
    margin-top: 0.3125rem;
  }
}

.p-question__q-text {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-question__q-text {
    font-size: 1rem;
  }
}

.p-question__a {
  display: none;
  gap: 1.5625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-question__a {
    gap: 0.5rem;
  }
}

.p-question__a-label {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  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: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-question__a-label {
    font-size: 1rem;
    width: unset;
    margin-left: 0.125rem;
  }
}

.p-question__a-text {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  line-height: 1.6666666667;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-question__a-text {
    font-size: 1rem;
    padding-top: 0;
    margin-top: -0.3125rem;
  }
}

.p-news {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-news {
    background-color: #F7F7F7;
    padding-block: 1rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

.p-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7rem;
  margin-top: 2.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    display: block;
    margin-top: 0;
  }
}

.p-news__image {
  position: relative;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-news__image {
    display: none;
  }
}

.p-news__line-img {
  bottom: -4.5rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-news__line-img {
    z-index: -1;
  }
}

.p-news__fig {
  width: 25.5rem;
  height: 35.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-news__fig {
    display: none;
  }
}

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

.p-news__sidebar {
  width: 38.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #F7F7F7;
  padding: 2.1875rem 2.5625rem 2.4375rem 2.3125rem;
  margin-bottom: 0.5rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news__sidebar {
    width: 100%;
    background-color: transparent;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.p-news__side-arrow {
  position: absolute;
  top: 0.625rem;
  right: -1.375rem;
  width: 0.9375rem;
  height: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .p-news__side-arrow {
    display: none;
  }
}

.p-news__card {
  background-color: #fff;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  max-height: 31.1875rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #F42300 #E0E0E0;
}

.p-news__card::-webkit-scrollbar {
  width: 0.5rem;
}

.p-news__card::-webkit-scrollbar-track {
  background-color: #E0E0E0;
}

.p-news__card::-webkit-scrollbar-thumb {
  background-color: #F42300;
  min-height: 1.875rem;
}

.p-news__list {
  padding-inline: 1.625rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    padding-inline: 1rem 0.5rem;
  }
}

.p-news__item {
  border-bottom: 1px solid #F42300;
}

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

.p-news__item:first-child .p-news__link {
  padding-top: 0.8125rem;
}

.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-block: 1.125rem 0.375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3333333333;
  color: #000;
}
@media (any-hover: hover) {
  .p-news__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-news__link {
    font-size: 1rem;
    gap: 0.5rem;
    line-height: 1.5;
    padding-block: 1.1875rem 0.375rem;
  }
}

.p-news__date {
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-news__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-news__badge {
  background-color: #F42300;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0;
}

.p-about-intro__text {
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__text {
    margin-top: 1.25rem;
  }
}

.p-about-features {
  padding-block: 2.6875rem 6.25rem;
  background-color: #E0E0E0;
}
@media screen and (max-width: 767px) {
  .p-about-features {
    padding-block: 2.625rem 2.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-features__inner {
    padding-inline: 0.5rem;
  }
}

.p-about-features__heading-line {
  width: 78.6111111111vw;
}
@media screen and (max-width: 767px) {
  .p-about-features__heading-line {
    width: calc(100% + 0.5rem);
  }
}

.p-about-features__heading.c-heading::before {
  width: 70.75rem;
  left: -6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-features__heading.c-heading::before {
    left: -1rem;
    width: calc(100% + 1.5rem);
  }
}

.p-about-features__subtitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin-left: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-features__subtitle {
    font-size: 1rem;
    line-height: 1.375;
    margin-top: 0.625rem;
    margin-left: 0;
  }
}

.p-about-features__list {
  list-style: none;
  margin-top: 3rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-features__list {
    margin-top: 0.625rem;
  }
}

.p-about-features__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  position: relative;
  padding-block: 2.5rem;
  padding-right: 6.5rem;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
}
@media screen and (max-width: 767px) {
  .p-about-features__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding-right: 0;
    padding-block: 0.75rem;
  }
}

.p-about-features__item:nth-child(even) .p-about-features__item-img {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .p-about-features__item:nth-child(even) .p-about-features__item-img {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-left: auto;
  }
}

.p-about-features__item:nth-child(even) .p-about-features__item-title-box {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .p-about-features__item:nth-child(even) .p-about-features__item-title-box {
    text-align: right;
  }
}

.p-about-features__item:nth-child(even) .p-about-features__item-text {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .p-about-features__item:nth-child(even) .p-about-features__item-text {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.p-about-features__item-img {
  width: 38.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .p-about-features__item-img {
    width: 20.9375rem;
    height: 16.25rem;
    aspect-ratio: 3/2;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

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

.p-about-features__item:nth-child(even) {
  padding-right: unset;
  padding-left: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-features__item:nth-child(even) {
    padding-left: 0;
  }
}

.p-about-features__item-en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #F42300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about-features__item-en {
    font-size: 0.875rem;
    letter-spacing: unset;
    line-height: 1.4285714286;
  }
}

.p-about-features__item-title-box {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-features__item-title-box {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: flex-end;
    background-color: rgba(247, 247, 247, 0.8);
    margin-top: 0;
    padding-left: 0.5rem;
  }
}

.p-about-features__item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.16;
  color: #F42300;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-features__item-title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
    letter-spacing: 0.1em;
    margin-top: 0;
  }
}

.p-about-features__item-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-top: 1.25rem;
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .p-about-features__item-text {
    font-size: 1rem;
    line-height: 1.375;
    margin-top: 0.75rem;
    grid-column: 1/2;
    grid-row: 2/3;
    padding-inline: 0.5rem;
    margin-top: 1.0625rem;
  }
}
.p-about-features__item-text--color {
  color: #F42300;
}

.p-about-features__item-label {
  position: absolute;
  right: 0.4375rem;
  top: 2.5rem;
  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.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about-features__item-label {
    right: 0.25rem;
    top: 0.625rem;
  }
}

.p-about-features__item:nth-child(even) .p-about-features__item-label {
  right: auto;
  left: 0;
}

.p-about-features__item-label-stripe {
  display: block;
  width: 0.9375rem;
  height: 6.3125rem;
}

.p-about-features__item-label-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
}

.p-about-message {
  padding-block: 6.25rem 9.375rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-message {
    padding-block: 1.25rem 2.5rem;
  }
}

.p-about-message__inner {
  position: relative;
}

.p-about-message__bg {
  position: absolute;
  top: -6.25rem;
  right: 19.25rem;
  width: 12.5rem;
  height: 62.875rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about-message__bg {
    width: 7.0625rem;
    right: 1.5rem;
    top: -1.25rem;
  }
}

.p-about-message__heading-line {
  width: 80.5555555556vw;
}
@media screen and (max-width: 767px) {
  .p-about-message__heading-line {
    width: calc(100% + 0.5rem);
  }
}

.p-about-message__body {
  margin-top: 2.6875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-message__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12.875rem;
    margin-top: 1.25rem;
  }
}

.p-about-message__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0.1em;
  color: #F42300;
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .p-about-message__lead {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}

.p-about-message__fig {
  width: 29.6875rem;
  height: 19.8125rem;
  position: absolute;
  right: 0rem;
  bottom: 2.8125rem;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .p-about-message__fig {
    width: 16.375rem;
    height: 10.875rem;
    bottom: auto;
    top: 5.0625rem;
    right: auto;
    left: 2.875rem;
  }
}

.p-about-message__desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-top: 3.4375rem;
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .p-about-message__desc {
    font-size: 1rem;
    line-height: 1.375;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 0.5rem 1.125rem;
    width: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 0.5rem;
  }
}

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

.p-about-company__container {
  background-color: #B2B2B2;
  padding: 2.5rem 6.5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-company__container {
    padding: 1rem 0.5rem 1.25rem;
  }
}

.p-about-company__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.3125rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-about-company__heading {
    font-size: 2.5rem;
    padding-inline: 1.125rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}

.p-about-company__card-wrap {
  position: relative;
  max-width: 64.5rem;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-company__card-wrap {
    margin-top: 0.4375rem;
  }
}

.p-about-company__card {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}

.p-about-company__deco {
  position: absolute;
  width: 0.9375rem;
  height: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .p-about-company__deco {
    display: none;
  }
}

.p-about-company__deco--left {
  left: -1.875rem;
  top: 0rem;
}

.p-about-company__deco--right {
  right: -1.875rem;
  bottom: 0;
}

.p-about-company__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-about-company__row {
  border-bottom: 0.125rem solid #F0F0F0;
}
@media screen and (max-width: 767px) {
  .p-about-company__row:first-child .p-about-company__label {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about-company__sp-no {
    display: none;
  }
}

.p-about-company__row:last-child {
  border-bottom: none;
}

.p-about-company__label {
  width: 10.625rem;
  padding: 0.6875rem 0.625rem;
  background-color: #F0F0F0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: center;
  color: #000;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-about-company__label {
    width: 4.125rem;
    padding: 0.75rem 0;
    text-align: center;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: inline-block;
  }
}

.p-about-company__value {
  padding-inline: 1.0625rem;
  padding-block: 0.75rem 0.8125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  color: #000;
  vertical-align: middle;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-about-company__value {
    padding: 0.9375rem 0.5rem 0.5625rem 0.5rem;
    font-size: 0.875rem;
    display: inline-block;
  }
}

.p-vehicle-inspection-flow {
  background-color: #E0E0E0;
  padding-top: 2.5rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-vehicle-inspection-flow {
    padding-top: 1.5rem;
    padding-bottom: 2.625rem;
  }
}

.p-vehicle-inspection-flow__heading-line {
  width: 78.6111111111%;
}
@media screen and (max-width: 767px) {
  .p-vehicle-inspection-flow__heading-line {
    width: calc(100% + 0.5rem);
    margin-inline: calc(50% - 50vw);
  }
}

.p-vehicle-inspection-flow__wrapper {
  margin-top: 3.75rem;
  max-width: 1032px;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-vehicle-inspection-flow__wrapper {
    width: 100%;
    margin-top: 1.5625rem;
  }
}

.tab-menu {
  width: 64.5rem;
}
@media screen and (max-width: 767px) {
  .tab-menu {
    width: 100%;
  }
}
.tab-menu .p-vehicle-inspection-flow__swiper-slide {
  color: #fff;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#5F5F5F), to(#000));
  background: linear-gradient(to bottom, #5F5F5F 0%, #000 100%);
  position: relative;
  width: 12.875rem;
  height: 7.5rem;
  padding-left: 0.6875rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tab-menu .p-vehicle-inspection-flow__swiper-slide {
    width: 4.5rem;
    height: 3.75rem;
    padding-left: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.tab-menu picture:has(.p-vehicle-inspection-flow__tab-line) {
  position: absolute;
  top: 0;
  left: 0;
  width: 8.0625rem;
  height: 7.5rem;
}
@media screen and (max-width: 767px) {
  .tab-menu picture:has(.p-vehicle-inspection-flow__tab-line) {
    width: 4rem;
    height: 3.625rem;
  }
}
.tab-menu .p-vehicle-inspection-flow__tab-line {
  width: 100%;
  height: 100%;
}
.tab-menu .p-vehicle-inspection-flow__tab-no {
  font-size: 3.125rem;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .tab-menu .p-vehicle-inspection-flow__tab-no {
    font-size: 1.5rem;
  }
}
.tab-menu .p-vehicle-inspection-flow__tab-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  margin-left: -0.75rem;
}
@media screen and (max-width: 767px) {
  .tab-menu .p-vehicle-inspection-flow__tab-text {
    display: none;
  }
}

.tab-content {
  width: 64.5rem;
  height: 34.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tab-content {
    width: 100%;
    height: auto;
  }
}
.tab-content .p-vehicle-inspection-flow__slider-img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .tab-content .p-vehicle-inspection-flow__slider-img {
    height: 15.625rem;
  }
  .tab-content .p-vehicle-inspection-flow__slider-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.tab-content .p-vehicle-inspection-flow__text-area {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.56);
  color: #fff;
  padding-inline: 7.125rem;
  padding-top: 1.5625rem;
  width: 100%;
  height: 11.25rem;
}
@media screen and (max-width: 767px) {
  .tab-content .p-vehicle-inspection-flow__text-area {
    position: relative;
    padding-inline: 0;
    padding-top: 0;
    background-color: unset;
    height: auto;
  }
}
.tab-content .p-vehicle-inspection-flow__slide-title {
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .tab-content .p-vehicle-inspection-flow__slide-title {
    position: absolute;
    top: -2.5rem;
    font-size: 1.3125rem;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.56);
    padding: 0.3125rem 0.5rem;
    letter-spacing: 0;
  }
}
.tab-content .p-vehicle-inspection-flow__slide-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3333333333;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .tab-content .p-vehicle-inspection-flow__slide-text {
    background-color: #000;
    color: #fff;
    padding-top: 1.25rem;
    padding-inline: 0.5rem;
    margin-top: 0;
    font-size: 1rem;
    height: 13.125rem;
    line-height: 1.375;
  }
}

.tab-menu .swiper-slide-thumb-active {
  background: -webkit-gradient(linear, left top, left bottom, from(#F42300), color-stop(50%, #F02200), to(#CB1D00));
  background: linear-gradient(to bottom, #F42300 0%, #F02200 50%, #CB1D00 100%);
}

.tab-content .swiper-button-next,
.tab-content .swiper-button-prev {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .tab-content .swiper-button-next,
  .tab-content .swiper-button-prev {
    -webkit-transform: unset;
            transform: unset;
    top: 7.9375rem;
  }
}
.tab-content .swiper-button-next {
  right: 1.125rem;
}
@media screen and (max-width: 767px) {
  .tab-content .swiper-button-next {
    right: 0.5rem;
  }
}
.tab-content .swiper-button-prev {
  left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .tab-content .swiper-button-prev {
    left: 0.5rem;
  }
}
.tab-content .swiper-button-prev.swiper-button-disabled::after,
.tab-content .swiper-button-next.swiper-button-disabled::after {
  border-color: #fff;
}
.tab-content .swiper-button-prev.swiper-button-disabled,
.tab-content .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.tab-content .swiper-button-next:after,
.tab-content .swiper-button-prev:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-top: 6px solid #F42300;
}
@media screen and (max-width: 767px) {
  .tab-content .swiper-button-next:after,
  .tab-content .swiper-button-prev:after {
    border-width: 2px;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.tab-content .swiper-button-next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 6px solid #F42300;
}
@media screen and (max-width: 767px) {
  .tab-content .swiper-button-next:after {
    border-width: 2px;
  }
}
.tab-content .swiper-button-prev:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 6px solid #F42300;
}
@media screen and (max-width: 767px) {
  .tab-content .swiper-button-prev:after {
    border-width: 2px;
  }
}

.p-vehicle-inspection-flow__wrapper .swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-vehicle-inspection-flow__wrapper .swiper-pagination {
    bottom: -1.5625rem;
  }
}
.p-vehicle-inspection-flow__wrapper .swiper-pagination-bullet {
  background-color: #fff;
  height: 0.625rem;
  width: 0.625rem;
  opacity: 1;
  margin-inline: 0.625rem !important;
}
.p-vehicle-inspection-flow__wrapper .swiper-pagination-bullet-active {
  background-color: #F42300;
}

.p-spv {
  padding-block: 5.625rem 6.25rem;
  background-color: #E0E0E0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-spv {
    padding-block: 3.5rem 1.5rem;
  }
}

.p-spv__tire {
  position: absolute;
  width: 12.8125rem;
  height: 35.25rem;
  top: -5.625rem;
  right: 19.25rem;
}
@media screen and (max-width: 767px) {
  .p-spv__tire {
    width: 7.0625rem;
    height: 48.0625rem;
    right: 1.5rem;
  }
}

.p-spv__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-spv__inner {
    padding-inline: 0.5rem;
  }
}

.p-spv__header {
  position: relative;
}

.p-spv__car-image {
  position: absolute;
  width: 47rem;
  height: 30.5rem;
  top: -2.0625rem;
  right: -3.875rem;
}
@media screen and (max-width: 767px) {
  .p-spv__car-image {
    width: 20.5rem;
    height: 13.6875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 7.1875rem;
  }
}

.p-spv__heading {
  line-height: 1;
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-spv__heading {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

.p-spv__heading-line {
  width: 78.6111111111vw;
  bottom: -1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-spv__heading-line {
    width: calc(100% + 0.5rem);
    bottom: -0.3125rem;
  }
}

.p-spv__sub-heading {
  font-size: 1.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.0714285714;
  margin-top: 3.6875rem;
}
@media screen and (max-width: 767px) {
  .p-spv__sub-heading {
    font-size: 1.375rem;
    letter-spacing: 0.1em;
    margin-top: 1.25rem;
  }
}

.p-spv__sub-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin-left: 0.375rem;
  margin-top: 1.375rem;
  width: 38.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-spv__sub-text {
    font-size: 1rem;
    line-height: 1.375;
    margin-top: 14rem;
    margin-left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
    padding: 1rem 0.5rem 1.25rem;
  }
}

.p-spv__list {
  list-style: none;
  margin-top: 3rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-spv__list {
    margin-top: 1.75rem;
  }
}

.p-spv__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  position: relative;
  padding-block: 2.5rem;
  padding-right: 6.5rem;
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-spv__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding-right: 0;
    padding-block: 0.75rem;
  }
}

.p-spv__item:nth-child(even) .p-spv__item-img {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .p-spv__item:nth-child(even) .p-spv__item-img {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-left: auto;
  }
}

.p-spv__item:nth-child(even) .p-spv__item-title-box {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .p-spv__item:nth-child(even) .p-spv__item-title-box {
    text-align: right;
  }
}

.p-spv__item:nth-child(even) .p-spv__item-text {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .p-spv__item:nth-child(even) .p-spv__item-text {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.p-spv__item:nth-child(even) {
  padding-right: unset;
  padding-left: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-spv__item:nth-child(even) {
    padding-left: 0;
  }
}

.p-spv__item-img {
  width: 38.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .p-spv__item-img {
    width: 20.9375rem;
    height: 16.25rem;
    aspect-ratio: 3/2;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

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

.p-spv__item-title-box {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-spv__item-title-box {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: flex-end;
    background-color: rgba(247, 247, 247, 0.8);
    margin-top: 0;
    padding-left: 0.5rem;
  }
}

.p-spv__item-en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #F42300;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-spv__item-en {
    font-size: 0.875rem;
    letter-spacing: unset;
    line-height: 1.4285714286;
  }
}

.p-spv__item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.16;
  color: #F42300;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-spv__item-title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
    letter-spacing: 0.1em;
    margin-top: 0;
  }
}

.p-spv__item-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-top: 1.25rem;
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .p-spv__item-text {
    font-size: 1rem;
    line-height: 1.375;
    grid-column: 1/2;
    grid-row: 2/3;
    padding-inline: 0.5rem;
    margin-top: 1.0625rem;
  }
}
.p-spv__item-text--color {
  color: #F42300;
}

.p-spv__item-label {
  position: absolute;
  right: 0.4375rem;
  top: 2.5rem;
  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.5625rem;
}
@media screen and (max-width: 767px) {
  .p-spv__item-label {
    right: 0.25rem;
    top: 0.625rem;
  }
}

.p-spv__item:nth-child(even) .p-spv__item-label {
  right: auto;
  left: 0;
}

.p-spv__item-label-stripe {
  display: block;
  width: 0.9375rem;
  height: 6.3125rem;
}

.p-spv__item-label-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
}

.p-spv-prices {
  padding-top: 5rem;
  padding-bottom: 7.5625rem;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-spv-prices {
    padding-top: 1.5625rem;
    padding-bottom: 2.5rem;
  }
}

.p-spv-prices__heading-box {
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-spv-prices__heading-box {
    gap: 0.5rem;
  }
}

.p-spv-prices__en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.3125rem;
  font-weight: 900;
  color: #F42300;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-spv-prices__en {
    font-size: 3rem;
  }
}

.p-spv-prices__heading-sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  color: #F42300;
  line-height: 1.16;
  padding-bottom: 0.25rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-spv-prices__heading-sub {
    font-size: 1.5rem;
    line-height: 1.4;
    display: block;
    text-align: center;
  }
}

.p-spv-prices__heading-line {
  width: 78.6111111111vw;
}
@media screen and (max-width: 767px) {
  .p-spv-prices__heading-line {
    width: calc(100% + 0.5rem);
    height: 0.75rem;
    margin-top: 0;
    bottom: 2.375rem;
  }
}

.p-spv-prices__content {
  background-color: #fff;
  margin-top: 3.75rem;
  padding: 4rem 3.1875rem 4rem 2.9375rem;
  max-width: 1032px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-spv-prices__content {
    margin-left: 0;
    margin-top: 1rem;
    padding: 0 0.5rem 1.0625rem;
  }
}

.p-spv-prices__table-group {
  margin-top: 2.6875rem;
}

.p-spv-prices__table-group:last-of-type {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-spv-prices__table-group:last-of-type::before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    height: 2.1875rem;
    left: 0;
    top: -2.3125rem;
  }
}

.p-spv-prices__table-group:first-child {
  margin-top: 0;
}

.p-spv-prices__category {
  display: inline-block;
  background-color: #000;
  color: #F7F7F7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4285714286;
  width: 30.3125rem;
  margin-left: -3rem;
  padding: 0 2.875rem 0 2.875rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 27px) 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-spv-prices__category {
    font-size: 1.125rem;
    padding: 0.125rem 1rem;
    width: 18.125rem;
    margin-left: -1.0625rem;
    margin-top: -0.125rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  }
}

.p-spv-prices__table-scroll {
  margin-top: 0.625rem;
}

.p-spv-prices__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-spv-prices__th {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  height: 2.5rem;
  text-align: center;
  line-height: 1.3333333333;
  border: 1px solid #fff;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-spv-prices__th {
    font-size: 0.875rem;
  }
}

.p-spv-prices__th--model {
  width: 86.0813704497%;
  background-color: #676767;
}

.p-spv-prices__th--price {
  width: 13.9186295503%;
  background-color: #DD2000;
}
@media screen and (max-width: 767px) {
  .p-spv-prices__th--price {
    width: calc(100% - 17.125rem);
  }
}

.p-spv-prices__td {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  background-color: #F0F0F0;
  padding: 1.0625rem;
  line-height: 1.3333333333;
  border: 1px solid #fff;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-spv-prices__td {
    font-size: 1rem;
    padding: 0.9375rem 1rem 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-spv-prices__td--model,
  .p-spv-prices__th--model {
    width: 17.125rem;
  }
}

.p-spv-prices__td--price {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-spv-prices__td--price {
    font-size: 0.8125rem;
    padding: 0.5rem;
  }
}

.p-spv-prices__note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5714285714;
  color: #000;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-spv-prices__note {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
    line-height: 1.4285714286;
  }
}

.p-spv-catalogue {
  padding-top: 5rem;
  padding-bottom: 6.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-spv-catalogue {
    padding-top: 3.25rem;
    padding-bottom: 2.875rem;
  }
}

.p-spv-catalogue__line {
  position: absolute;
  width: 21.25rem;
  height: 19.125rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-spv-catalogue__line {
    width: 5.5rem;
    height: 4.9375rem;
  }
}

.p-spv-catalogue__line01 {
  right: 0;
  top: 6.9375rem;
}
@media screen and (max-width: 767px) {
  .p-spv-catalogue__line01 {
    top: 0;
  }
}

.p-spv-catalogue__line02 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: 0;
  left: 0;
}

.p-spv-catalogue__inner {
  max-width: 77rem;
}

@media screen and (max-width: 767px) {
  .p-spv-catalogue__heading-text {
    text-align: center;
  }
}

.p-spv-catalogue__text {
  background-color: #E0E0E0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding-block: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-spv-catalogue__text {
    font-size: 1rem;
    padding-block: 0.3125rem;
    margin-top: 0.625rem;
  }
}

.p-spv-catalogue__grid {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 6.875rem;
     -moz-column-gap: 6.875rem;
          column-gap: 6.875rem;
  row-gap: 5rem;
  padding-inline: 11.5625rem;
  padding-block: 6.5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-spv-catalogue__grid {
    padding-inline: 2.1875rem;
    -webkit-column-gap: 2.4375rem;
       -moz-column-gap: 2.4375rem;
            column-gap: 2.4375rem;
    row-gap: 2.5rem;
    padding-block: 1.375rem 0.9375rem;
  }
}

.p-spv-catalogue__grid-item {
  width: 9.0625rem;
  height: 12.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-spv-catalogue__grid-item {
    width: 7.75rem;
    height: 10.625rem;
  }
}

.page-id-13 .c-intro__heading {
  white-space: nowrap;
}

.p-scr-details {
  background-color: #E0E0E0;
  padding-top: 2.5rem;
  padding-bottom: 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-scr-details {
    padding-bottom: 2.5rem;
    padding-top: 2.75rem;
    margin-bottom: 1.75rem;
  }
}

.p-scr-details__line {
  position: absolute;
  width: 21.25rem;
  height: 19.125rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-scr-details__line {
    display: none;
  }
}

.p-scr-details__line01 {
  top: 10.9375rem;
  right: 0;
}

.p-scr-details__line02 {
  bottom: 2.9375rem;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-scr-details__heading-line {
  width: 78.6111111111vw;
}
@media screen and (max-width: 767px) {
  .p-scr-details__heading-line {
    width: 97.8666666667vw;
  }
}

.p-scr-details__content {
  max-width: 64.5rem;
  margin-inline: auto;
  margin-top: 4.375rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  padding: 4.375rem 5.25rem 3.125rem 6.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-scr-details__content {
    margin-top: 1rem;
    padding: 1.5rem 0.5rem 2.75rem;
  }
}

.p-scr-details__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-scr-details__list {
    grid-template-columns: 1fr;
    gap: 1.3125rem;
  }
}

.p-scr-details__card {
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-scr-details__card-header {
  background-color: #F42300;
  height: 4rem;
  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;
}
@media screen and (max-width: 767px) {
  .p-scr-details__card-header {
    height: 3.4375rem;
  }
}

.p-scr-details__card-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-scr-details__card-title {
    font-size: 1.375rem;
  }
}

.p-scr-details__card-img {
  aspect-ratio: 400/176;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-scr-details__card-img {
    aspect-ratio: 343/149;
  }
}

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

.p-scr-details__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
  padding: 1rem 1.125rem 0.8125rem 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-scr-details__card-body {
    padding: 0.875rem 1rem 0.8125rem 0.875rem;
    gap: 0.5rem;
  }
}

.p-scr-details__spec {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-collapse: collapse;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border: 1px solid #000;
}

.p-scr-details__spec-row {
  border-bottom: 1px solid #000;
}

.p-scr-details__spec-th {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.25rem 0.125rem;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  width: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-scr-details__spec-th {
    width: 3rem;
    font-size: 0.875rem;
    padding: 0.1875rem 0.375rem;
    background-color: #F0F0F0;
    border-right: 1px solid #000;
  }
}

.p-scr-details__spec-td {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  background-color: #fff;
  padding: 0.25rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-scr-details__spec-td {
    font-size: 0.875rem;
    padding: 0.1875rem 0.375rem;
  }
}

.p-scr-details__spec-row--tall .p-scr-details__spec-th,
.p-scr-details__spec-row--tall .p-scr-details__spec-td {
  height: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-scr-details__spec-row--tall .p-scr-details__spec-th,
  .p-scr-details__spec-row--tall .p-scr-details__spec-td {
    height: 2.8125rem;
  }
}

.p-scr-details__spec-row:last-child .p-scr-details__spec-td {
  vertical-align: middle;
}

.p-scr-details__price {
  width: 7.8125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-scr-details__price {
    width: 6.625rem;
  }
}

.p-scr-details__price-label {
  background-color: #000;
  color: #F7F7F7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  padding-block: 0.1875rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .p-scr-details__price-label {
    font-size: 0.875rem;
    padding-block: 0.25rem;
  }
}

.p-scr-details__price-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
}

.p-scr-details__price-amount {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #F42300;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-scr-details__price-amount {
    font-size: 1rem;
  }
}

.p-scr-details__price-note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #F42300;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-scr-details__price-note {
    font-size: 0.75rem;
  }
}

.p-scr-details__cta-btn {
  width: 52.1875rem;
  height: 4.25rem;
  margin-inline: auto;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-scr-details__cta-btn {
    width: 17.5rem;
    height: 3.75rem;
    margin-top: 1.25rem;
  }
}

.p-scr-details__cta-link {
  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;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  height: 100%;
  gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-scr-details__cta-link {
    font-size: 1.125rem;
    gap: 0.375rem;
  }
}

.p-scr-details__arrow-img {
  width: 6.3125rem;
  height: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-scr-details__arrow-img {
    width: 1.8125rem;
    height: 0.9375rem;
  }
}

.p-recruit-features {
  padding-block: 2.5rem 5.4375rem;
  background-color: #E0E0E0;
}
@media screen and (max-width: 767px) {
  .p-recruit-features {
    padding-block: 2.5rem 2.8125rem;
  }
}

.p-recruit-features__heading-line {
  width: 78.6111111111vw;
}
@media screen and (max-width: 767px) {
  .p-recruit-features__heading-line {
    width: 97.8666666667vw;
    height: 0.5rem;
  }
}

.p-recruit-features__body {
  max-width: 51.625rem;
  margin-inline: auto;
  margin-top: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-features__body {
    max-width: 100%;
    margin-top: 1.25rem;
  }
}

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

.p-recruit-features__tab-btn {
  width: 10rem;
  height: 3.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border: 1px solid #E0E0E0;
  background-color: #F42300;
  color: #fff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-recruit-features__tab-btn {
    width: 33.3333333333%;
    height: 2.625rem;
    font-size: 1rem;
  }
}

.p-recruit-features__tab-btn.is-active {
  background-color: #fff;
  color: #F42300;
}

@media (any-hover: hover) {
  .p-recruit-features__tab-btn:not(.is-active):hover {
    opacity: 0.8;
  }
}
.p-recruit-features__panel {
  display: none;
}

.p-recruit-features__panel.is-active {
  display: block;
}

.p-recruit-features__card {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
  width: 100%;
  padding: 4.125rem 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-features__card {
    padding: 0.5rem;
  }
}

.p-recruit-features__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-recruit-features__row {
  border-bottom: 2px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-features__row {
    padding-block: 0.5rem;
  }
}
.p-recruit-features__row:first-child {
  padding-top: 0;
}

.p-recruit-features__row:last-child {
  border-bottom: none;
}

.p-recruit-features__label {
  width: 10.125rem;
  background-color: #B2B2B2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 1rem;
  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;
}
@media screen and (max-width: 767px) {
  .p-recruit-features__label {
    width: 1.875rem;
    font-size: 1rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    padding-block: 0.125rem;
    padding-inline: 1.25rem 1.125rem;
    letter-spacing: 0.2em;
    white-space: nowrap;
  }
}

.p-recruit-features__value {
  padding: 1rem;
  padding-bottom: 1.375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2222222222;
  color: #000;
  vertical-align: middle;
  word-break: break-all;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-features__value {
    padding-inline: 0.375rem;
    padding-block: 0.625rem;
    font-size: 1rem;
    line-height: 1.25;
  }
}

.p-recruit-features__value--small {
  font-size: 0.875rem;
}

.p-recruit-features__value--small--sp {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-features__value--small--sp {
    font-size: 0.875rem;
  }
}

.p-recruit-features__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-recruit-features__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-recruit-features__list li::before {
  content: "・";
}

.p-recruit-features__cta {
  margin-top: 8.125rem;
  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: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-features__cta {
    margin-top: 9.8125rem;
    gap: 0.625rem;
  }
}

.p-recruit-features__btn-wrap {
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-features__btn-wrap {
    width: 11.5rem;
  }
}

.p-recruit-features__btn-link {
  height: 3.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;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-recruit-features__btn-link {
    height: 2.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.125rem;
  }
}

.p-recruit-features__cta-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-recruit-features__cta-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.875rem;
  }
}

.p-privacy {
  padding-block: 2.1875rem 6.25rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding-block: 3.75rem 1.5625rem;
  }
}

.p-privacy__inner {
  max-width: 1232px;
}
@media screen and (max-width: 767px) {
  .p-privacy__inner {
    padding-inline: 1rem;
  }
}

.p-privacy__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: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__list {
    gap: 1.6875rem;
  }
}

.p-privacy__heading {
  border-bottom: 1px solid #F42300;
}

.p-privacy__heading-en {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  color: #F42300;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-privacy__heading-en {
    font-size: 0.75rem;
    line-height: 1;
  }
}

.p-privacy__heading-jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  line-height: 1.0714285714;
}
@media screen and (max-width: 767px) {
  .p-privacy__heading-jp {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.p-privacy__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  color: #000;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-sitemap {
  padding-block: 3.75rem 6.25rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-sitemap {
    padding-block: 2.5rem 3.75rem;
  }
}

.p-sitemap__inner {
  max-width: 1232px;
}
@media screen and (max-width: 767px) {
  .p-sitemap__inner {
    padding-inline: 1rem;
  }
}

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

.p-sitemap__heading-en {
  font-size: 1.25rem;
  font-weight: 700;
  color: #F42300;
}
@media screen and (max-width: 767px) {
  .p-sitemap__heading-en {
    font-size: 1.125rem;
  }
}

.p-sitemap__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;
  margin-top: 0.75rem;
  padding-left: 1rem;
}

.p-sitemap__item {
  list-style: none;
}

.p-sitemap__link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-sitemap__link:hover {
  color: #F42300;
}
@media screen and (max-width: 767px) {
  .p-sitemap__link {
    font-size: 1rem;
  }
}

.p-sitemap__link--sub {
  font-size: 1rem;
  padding-left: 0.75rem;
}
.p-sitemap__link--sub::before {
  content: "- ";
}
@media screen and (max-width: 767px) {
  .p-sitemap__link--sub {
    font-size: 0.875rem;
  }
}

.p-single {
  background-color: #fff;
  padding-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-single {
    background-color: #F7F7F7;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 0;
  }
}

.p-single__container {
  max-width: 68.25rem;
  margin-inline: auto;
  background-color: #F7F7F7;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.24);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.24);
  padding: 2.5rem 6.9375rem 2.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single__container {
    max-width: 100%;
    background-color: transparent;
    padding: 1.5rem 0.5rem 2.6875rem;
  }
}

.p-single__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.9375rem;
  height: 19.125rem;
}
@media screen and (max-width: 767px) {
  .p-single__line {
    left: auto;
    right: 0;
    width: 2.625rem;
    height: 7.3125rem;
  }
}

.p-single__date {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-single__date {
    font-size: 1rem;
  }
}

.p-single__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.375rem;
    margin-top: 0.125rem;
  }
}

.p-single__thumb {
  margin-top: 0.5rem;
  aspect-ratio: 870/480;
}
@media screen and (max-width: 767px) {
  .p-single__thumb {
    aspect-ratio: 343/250;
  }
}

.p-single__body {
  margin-top: 0.625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  line-height: 1.4583333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-single__body {
    font-size: 1rem;
    line-height: 1.375;
    margin-top: 0.9375rem;
    padding-inline: 0.5rem;
    gap: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-single__body .wp-block-image.size-large {
    width: 21.4375rem;
    height: 15.625rem;
  }
}
.p-single__body .wp-block-image.size-large img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single__body p + p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__body p + p {
    margin-top: 1rem;
  }
}

.p-single__nav {
  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;
  margin-top: 11.5625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-single__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem 0;
    margin-top: 1.125rem;
    font-size: 1rem;
    padding-inline: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-single__nav-prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-single__nav-prev,
.p-single__nav-next,
.p-single__nav-center {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-single__nav-center {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-single__nav-next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (any-hover: hover) {
  .p-single__nav-prev a:hover,
  .p-single__nav-center a:hover,
  .p-single__nav-next a:hover {
    opacity: 0.7;
  }
}
.p-contact-form__intro {
  padding-block: 2.8125rem;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact-form__intro {
    padding-inline: 1rem;
    padding-block: 1.0625rem;
  }
}

.p-contact-form__intro-text {
  max-width: 45rem;
  margin-inline: auto;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact-form__intro-text {
    font-size: 1rem;
    line-height: 1.375;
  }
}

.p-contact-form__inner {
  position: relative;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__inner {
    padding-top: 2.875rem;
  }
}

.p-contact-form__bg {
  width: 12.8125rem;
  height: 67.375rem;
  position: absolute;
  top: 0;
  right: 19.25rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-contact-form__bg {
    width: 7.0625rem;
    height: 10.1875rem;
    right: 1.5rem;
  }
}

.p-contact-form__heading-line {
  width: 70.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__heading-line {
    width: calc(100% + 8px);
  }
}

.p-contact-form__body {
  background-color: #F7F7F7;
  padding: 4rem 9.6875rem;
  margin-top: 4.8125rem;
  max-width: 64.5rem;
  margin-inline: auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p-contact-form__body::before, .p-contact-form__body::after {
  position: absolute;
  width: 0.9375rem;
  height: 9.6875rem;
  content: "";
}
.p-contact-form__body::before {
  top: 0;
  right: -1.4375rem;
  background-image: url("../img/contact/contact_arrow-black.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__body::before {
    display: none;
  }
}
.p-contact-form__body::after {
  bottom: 0;
  left: -1.4375rem;
  background-image: url("../img/contact/contact_arrow-red.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__body::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form__body {
    padding: 2.5rem 0 2.625rem 1rem;
    margin-left: calc(50% - 50vw);
    margin-right: 0.5rem;
    margin-top: 2.6875rem;
  }
}

.p-contact-form__input-area {
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input-area {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.875rem;
  }
}

.p-contact-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
  padding-block: 1.1875rem 1.625rem;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item {
    -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;
    border: none;
    gap: 0.5rem;
    padding-block: 0;
  }
}
.p-contact-form__item:last-child {
  border-bottom: none;
}
.p-contact-form__item:last-child .p-contact-form__label {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.p-contact-form__item:first-child {
  padding-block: 0.8125rem 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item:first-child {
    padding-block: unset;
  }
}

.p-contact-form__label {
  min-width: 11.875rem;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact-form__label {
    min-width: unset;
    font-size: 1rem;
    margin-left: 0.5625rem;
  }
}

.p-contact-form__required {
  font-size: 1rem;
  color: #F42300;
}
@media screen and (max-width: 767px) {
  .p-contact-form__required {
    font-size: 0.875rem;
  }
}

.p-contact-form__value {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-contact-form__value {
    width: 100%;
  }
}
.p-contact-form__value input,
.p-contact-form__value textarea {
  width: 100%;
  padding: 0.4375rem 0.5rem;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  font-size: 1.125rem;
}
.p-contact-form__value input::-webkit-input-placeholder, .p-contact-form__value textarea::-webkit-input-placeholder {
  color: #F0F0F0;
}
.p-contact-form__value input::-moz-placeholder, .p-contact-form__value textarea::-moz-placeholder {
  color: #F0F0F0;
}
.p-contact-form__value input:-ms-input-placeholder, .p-contact-form__value textarea:-ms-input-placeholder {
  color: #F0F0F0;
}
.p-contact-form__value input::-ms-input-placeholder, .p-contact-form__value textarea::-ms-input-placeholder {
  color: #F0F0F0;
}
.p-contact-form__value input::placeholder,
.p-contact-form__value textarea::placeholder {
  color: #F0F0F0;
}
.p-contact-form__value textarea {
  height: 11.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__value textarea {
    height: 4.5rem;
  }
}

.p-contact-form__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* デフォルトの矢印を非表示 */
  width: 100%;
  padding: 0.375rem 0.5rem;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__select select {
    padding: 0.5rem;
  }
}

.p-contact-form__select select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}

.p-contact-form__select {
  position: relative;
  width: 16.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__select {
    width: 100%;
  }
}

.p-contact-form__select::before {
  content: "";
  border-top: 0.625rem solid #676767;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.p-contact-form__privacy-policy {
  text-align: center;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy-policy {
    margin-top: 2.5rem;
    margin-left: -2.625rem;
  }
}
.p-contact-form__privacy-policy .wpcf7-list-item {
  margin-left: 0;
}
.p-contact-form__privacy-policy label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.p-contact-form__privacy-policy a {
  font-size: 1.125rem;
  color: #F42300;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy-policy a {
    font-size: 1rem;
  }
}
.p-contact-form__privacy-policy input {
  width: 1.75rem;
  height: 1.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contact-form__text {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
}

.p-contact-form__animation-button {
  width: 20.625rem;
  height: 5.8125rem;
  margin-inline: auto;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__animation-button {
    width: 14.375rem;
    height: 4.375rem;
    margin-top: 1.875rem;
  }
}

.p-contact-form__animation-button-link {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-contact-form__animation-button-link {
    font-size: 1.125rem;
  }
}
.p-contact-form__animation-button-link::before {
  content: "プライバシーポリシーに同意し";
  text-align: center;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  position: absolute;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  z-index: 1;
  cursor: pointer;
  padding-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__animation-button-link::before {
    font-size: 0.875rem;
    padding-top: 0.625rem;
  }
}
.p-contact-form__animation-button-link input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: none;
  cursor: pointer;
  padding-top: 2.4375rem;
  color: #000;
}
.p-contact-form__animation-button-link input:disabled {
  color: rgba(16, 16, 16, 0.3);
}
@media screen and (max-width: 767px) {
  .p-contact-form__animation-button-link input {
    padding-top: 1.25rem;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.p-thanks-intro {
  padding-block: 2.0625rem 5rem;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-thanks-intro {
    padding-block: 1.5rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

@media screen and (max-width: 767px) {
  .p-thanks-intro__inner {
    padding-inline: 1rem;
  }
}

.p-thanks-intro__heading {
  font-size: 3.5rem;
  line-height: 1.2857142857;
  color: #F42300;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-thanks-intro__heading {
    font-size: 1.375rem;
  }
}

.p-thanks-intro__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-thanks-intro__text {
    font-size: 1rem;
    text-align: left;
    line-height: 1.375;
    margin-top: 1.25rem;
  }
}

.p-thanks-intro__text-large {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .post-type-archive-staff .c-intro {
    padding-bottom: 1.5rem;
  }
}

.p-staff-members {
  background-color: #E0E0E0;
  padding-block: 2.5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-staff-members {
    padding-block: 2.5rem;
  }
}

.p-staff-members__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-staff-members__inner {
    padding-inline: 0.5rem;
  }
}

.p-staff-members__heading-line {
  width: 78.6111111111vw;
}
@media screen and (max-width: 767px) {
  .p-staff-members__heading-line {
    width: 97.8666666667vw;
  }
}

.p-staff-members__wrapper {
  background-color: #fff;
  padding: 5rem 6.5rem 7.5rem 6.5rem;
  margin-top: 4.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-staff-members__wrapper {
    padding: 1rem 0.5rem;
    margin-top: 1.875rem;
  }
}

.p-staff-members__rep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.25rem;
  max-width: 64.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-staff-members__rep {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    max-width: 100%;
    position: relative;
  }
}

.p-staff-members__rep-fig {
  width: 30rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 480/297;
}
@media screen and (max-width: 767px) {
  .p-staff-members__rep-fig {
    width: 100%;
    aspect-ratio: 343/250;
    overflow: hidden;
  }
}

.p-staff-members__rep-fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-staff-members__rep-fig img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-staff-members__rep-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-staff-members__rep-body {
    padding-top: 0;
    display: contents;
  }
}

.p-staff-members__rep-role {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-staff-members__rep-role {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-staff-members__rep-name-area {
    position: absolute;
    top: 11.75rem;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 0.25rem 0.5rem;
  }
}

.p-staff-members__rep-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  color: #000;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-staff-members__rep-name {
    font-size: 1.375rem;
    margin-top: 0;
  }
}

.p-staff-members__rep-name-kana {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-staff-members__rep-name-kana {
    font-size: 1.125rem;
  }
}

.p-staff-members__rep-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  color: #000;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-staff-members__rep-text {
    font-size: 1rem;
    line-height: 1.375;
    margin-top: 0.75rem;
  }
}

.p-staff-members__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, 1fr);
  -webkit-column-gap: 2.1875rem;
     -moz-column-gap: 2.1875rem;
          column-gap: 2.1875rem;
  row-gap: 3.625rem;
  max-width: 64.375rem;
  margin-inline: auto;
  margin-top: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-staff-members__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0.4375rem;
       -moz-column-gap: 0.4375rem;
            column-gap: 0.4375rem;
    row-gap: 0.5625rem;
    margin-top: 0.625rem;
    max-width: 100%;
  }
}

.p-staff-members__item {
  background-color: #F7F7F7;
  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 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-staff-members__item {
    max-width: 10.5rem;
  }
}

.p-staff-members__item-fig {
  width: 100%;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  .p-staff-members__item-fig {
    aspect-ratio: 168/150;
    overflow: hidden;
  }
}

.p-staff-members__item-fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-staff-members__item-fig img {
    -o-object-position: center 0.9375rem;
       object-position: center 0.9375rem;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

.p-staff-members__item-body {
  padding: 0.9375rem 0.5rem 0.5rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-staff-members__item-body {
    padding: 1rem 0.5rem;
  }
}
.p-staff-members__item-body::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 6.25rem;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: #1A1A1A;
  opacity: 0.05;
}
@media screen and (max-width: 767px) {
  .p-staff-members__item-body::before {
    width: 5.5rem;
    height: 9.875rem;
  }
}

.p-staff-members__item-role {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-staff-members__item-role {
    font-size: 0.75rem;
  }
}

.p-staff-members__item-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-staff-members__item-name {
    font-size: 1rem;
  }
}

.p-staff-members__item-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5714285714;
  color: #000;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-staff-members__item-text {
    font-size: 0.75rem;
    margin-top: 0.25rem;
    line-height: 1.3333333333;
  }
}

.p-staff-members__office-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  max-width: 64.375rem;
  margin-inline: auto;
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-staff-members__office-list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 0.625rem;
    margin-top: 1.25rem;
    max-width: 100%;
  }
}

.p-staff-members__office-item {
  background-color: #F7F7F7;
  min-height: 8.6875rem;
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-staff-members__office-item {
    min-height: 6.25rem;
  }
}
.p-staff-members__office-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 6.25rem;
  height: 5.3125rem;
  background-color: #1A1A1A;
  opacity: 0.05;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.p-staff-members__office-role {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-staff-members__office-role {
    font-size: 0.8125rem;
  }
}

.p-staff-members__office-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-staff-members__office-name {
    font-size: 1rem;
  }
}

.p-staff-members__office-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2857142857;
  color: #000;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-staff-members__office-text {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}

.p-staff-members__office-deco {
  width: 6.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
  opacity: 0.25;
}
@media screen and (max-width: 767px) {
  .p-staff-members__office-deco {
    width: 3.75rem;
  }
}

.p-staff-members__office-deco img {
  width: 100%;
  height: 5.3125rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-staff-members__office-deco img {
    height: 3.125rem;
  }
}

.p-staff-members__bg {
  position: absolute;
  top: -2.5rem;
  right: 19.25rem;
  width: 12.8125rem;
  height: 67.375rem;
}
@media screen and (max-width: 767px) {
  .p-staff-members__bg {
    width: 7.0625rem;
    height: 48.0625rem;
    right: 1.5rem;
  }
}