@charset "UTF-8";
:root {
  --font-main: "Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
  --font-en: "Cormorant Garamond", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui;
  --c-main: #000 ;
  --white: #fff;
  --bk23: #231815;
  --navy: #003273;
  --green: #67B5B7;
  --gray-f5: #F5F5F5;
  --gray-af: #AFAFAF;
  --red: #FF0000;
}

html {
  font-size: 100%;
}
@media (max-width: 1178px) {
  html {
    font-size: 1.3582342954vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  color: var(--c-main);
  font-family: var(--font-main);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
            transition-duration: 0.01ms !important;
  }
}
.l-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}

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

.l-main {
  -webkit-padding-before: 115px;
          padding-block-start: 115px;
  -webkit-padding-before: 7.1875rem;
          padding-block-start: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    -webkit-padding-before: 4.0625rem;
            padding-block-start: 4.0625rem;
  }
}

.c-back-btn {
  background-color: white;
  border: 2px solid navy;
  border: 0.125rem solid navy;
  color: navy;
  display: inline-block;
  max-width: 300px;
  max-width: 18.75rem;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-transition: color 0.3s ease;
  border-radius: 0.3125rem;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 16px 30px;
  padding: 1rem 1.875rem;
  transition: color 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .c-back-btn:hover {
    background-color: var(--navy);
    color: var(--white);
  }
}
.c-btn {
  border-radius: 50vh;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  line-height: 1;
  min-width: 170px;
  min-width: 10.625rem;
  padding: 12.5px 5px;
  padding: 0.78125rem 0.3125rem;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  background-color: var(--white);
  color: var(--navy);
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    max-width: 18.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    gap: 0.625rem;
            justify-content: center;
    padding: 0.8125rem 1.25rem;
  }
}

.c-btn::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1lh;
  width: 19px;
  width: 1.1875rem;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  left: 13px;
  left: 0.8125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.c-btn.c-btn--catalog {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  -webkit-padding-start: 1.875rem;
          padding-inline-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-btn.c-btn--catalog {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}

.c-btn.c-btn--catalog::before {
  background-image: url(../img/icon/icon_book.svg);
  left: 13px;
  left: 0.8125rem;
}

.c-btn.c-btn--contact::before {
  background-image: url(../img/icon/icon_mail.svg);
  left: 13px;
  left: 0.8125rem;
  width: 18px;
  width: 1.125rem;
}

.c-btn.c-btn--recruit {
  background-color: var(--green);
  color: var(--white);
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  -webkit-padding-start: 0.625rem;
          padding-inline-start: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-btn.c-btn--recruit {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}

.c-btn.c-btn--recruit::before {
  background-image: url(../img/icon/icon_entry.svg);
  height: 1.5lh;
  width: 16px;
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .c-btn.c-btn--recruit::before {
    height: 1lh;
  }
}

@media (any-hover: hover) {
  .c-btn:hover {
    opacity: 0.7;
  }
}
.c-card {
  height: 100%;
  width: 100%;
}

.c-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 264/200;
     object-fit: cover;
}

.c-card__ttl {
  color: var(--navy);
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
  -webkit-margin-before: 17px;
          margin-block-start: 17px;
  -webkit-margin-before: 1.0625rem;
          margin-block-start: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .c-card__ttl {
    -webkit-margin-before: 0.625rem;
    line-height: 1.2857142857;
            margin-block-start: 0.625rem;
  }
}

.c-card__txt {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.4;
  -webkit-margin-before: 1px;
          margin-block-start: 1px;
  -webkit-margin-before: 0.0625rem;
          margin-block-start: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .c-card__txt {
    font-size: max(0.875rem, 10px);
    line-height: 1.2857142857;
    -webkit-margin-before: 0.3125rem;
            margin-block-start: 0.3125rem;
  }
}

.c-case-list {
  display: grid;
  gap: 50px 24px;
  gap: 3.125rem 1.5rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .c-case-list {
    gap: 1.5rem 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-case-list__item {
  height: 100%;
  width: 100%;
}

.c-contact-btn {
  background-color: var(--navy);
  border-radius: 50vh;
  color: var(--white);
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding-block: 22px;
  padding-block: 1.375rem;
  padding-inline: 35px 17px;
  padding-inline: 2.1875rem 1.0625rem;
  -webkit-transition: all 0.3s ease;
  letter-spacing: 0.1em;
  min-width: 265px;
  min-width: 16.5625rem;
  position: relative;
  transition: all 0.3s ease;
}

.c-contact-btn::before {
  background-image: url(../img/icon/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 9px;
  height: 0.5625rem;
  position: absolute;
  right: 17px;
  right: 1.0625rem;
  top: 50%;
  width: 30px;
  width: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .c-contact-btn:hover {
    opacity: 0.8;
  }
  .c-contact-btn:hover::before {
    -webkit-transform: translateY(-50%);
    right: 0.75rem;
            transform: translateY(-50%);
  }
}
.c-more-btn {
  background-color: var(--navy);
  color: var(--white);
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding-block: 13px;
  padding-block: 0.8125rem;
  padding-inline: 18px;
  padding-inline: 1.125rem;
  -webkit-transition: all 0.3s ease;
  letter-spacing: 0.1em;
  min-width: 195px;
  min-width: 12.1875rem;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}

.c-more-btn::before {
  background-image: url(../img/icon/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 7px;
  height: 0.4375rem;
  position: absolute;
  right: 13px;
  right: 0.8125rem;
  top: 50%;
  width: 22px;
  width: 1.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .c-more-btn:hover {
    opacity: 0.8;
  }
  .c-more-btn:hover::before {
    -webkit-transform: translateY(-50%);
    right: 0.5rem;
            transform: translateY(-50%);
  }
}
.c-recruit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white);
  color: var(--c-main);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 24.5px 5px;
  padding: 1.53125rem 0.3125rem;
  position: relative;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .c-recruit-btn {
    font-size: 0.875rem;
    padding: 1.25rem 0.625rem;
  }
}

.c-recruit-btn::before {
  background-image: url(../img/icon/icon_arrow-bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8px;
  height: 0.5rem;
  position: absolute;
  right: 14px;
  right: 0.875rem;
  top: 50%;
  width: 25px;
  width: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

@media (any-hover: hover) {
  .c-recruit-btn:hover {
    opacity: 0.8;
  }
  .c-recruit-btn:hover::before {
    -webkit-transform: translateY(-50%) translateX(0.3125rem);
            transform: translateY(-50%) translateX(0.3125rem);
  }
}
.c-top-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  background-color: var(--bk23);
  border-radius: 50%;
  gap: 5px;
  gap: 0.3125rem;
  height: 50px;
          justify-content: center;
  padding: 10px;
  padding: 0.625rem;
  width: 50px;
  z-index: 100;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .c-top-btn {
    height: 40px;
    width: 40px;
  }
}

.c-top-btn__icon {
  display: block;
  height: 8px;
  height: 0.5rem;
  width: 11px;
  width: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .c-top-btn__icon {
    height: 0.375rem;
    width: 0.5rem;
  }
}

.c-top-btn__icon img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-top-btn__txt {
  color: var(--white);
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-top-btn__txt {
    font-size: 0.625rem;
  }
}

@media (any-hover: hover) {
  .c-top-btn:hover {
    opacity: 0.8;
  }
}
.c-ttl {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
}

.c-ttl::before {
  color: var(--bk23);
  content: attr(data-en);
  display: block;
  font-family: var(--font-en);
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  -webkit-padding-after: 13px;
          padding-block-end: 13px;
  -webkit-padding-after: 0.8125rem;
          padding-block-end: 0.8125rem;
  -webkit-margin-after: 17px;
          margin-block-end: 17px;
  -webkit-margin-after: 1.0625rem;
  letter-spacing: 0;
          margin-block-end: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .c-ttl::before {
    -webkit-padding-after: 0.625rem;
            padding-block-end: 0.625rem;
    -webkit-margin-after: 0.625rem;
            margin-block-end: 0.625rem;
  }
}

.c-ttl::after {
  background-color: var(--navy);
  content: "";
  display: block;
  height: 5px;
  height: 0.3125rem;
  left: 50%;
  position: absolute;
  top: 52%;
  width: 73px;
  width: 4.5625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-ttl::after {
    height: 0.1875rem;
    width: 3.125rem;
  }
}

.c-ttl.c-ttl--white,
.c-ttl.c-ttl--white::before {
  color: var(--white);
}

.c-ttl--white::after {
  background-color: var(--white);
}

.p-about {
  padding-block: 140px;
  padding-block: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-block: 3.75rem;
  }
}

.p-about__inner {
  max-width: 986px;
  max-width: 61.625rem;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    max-width: 33.75rem;
  }
}

.p-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  gap: 96px;
  gap: 6rem;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-about__wrapper {
    -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;
  }
}

.p-about__img-box {
  max-width: 480px;
  max-width: 30rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__img-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    max-width: unset;
            order: 2;
    -webkit-margin-before: 1.75rem;
            margin-block-start: 1.75rem;
  }
}

.p-about__img-box img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  aspect-ratio: 480/321;
     object-fit: contain;
}

.p-about__body {
  max-width: 360px;
  max-width: 22.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__body {
    display: contents;
  }
}

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

.p-about__txt {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  -webkit-margin-before: 1.25rem;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.8571428571;
          margin-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__txt {
    -webkit-margin-before: 1.75rem;
            margin-block-start: 1.75rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    letter-spacing: 0.05em;
            order: 3;
  }
}

.p-about__btn-box {
  -webkit-margin-before: 53px;
          margin-block-start: 53px;
  -webkit-margin-before: 3.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          margin-block-start: 3.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-about__btn-box {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-margin-before: 1.75rem;
            margin-block-start: 1.75rem;
  }
}

.p-access {
  padding-block: 122px 84px;
  padding-block: 7.625rem 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-access {
    -webkit-padding-before: 3.75rem;
            padding-block-start: 3.75rem;
  }
}

.p-access__map {
  -webkit-margin-before: 39px;
          margin-block-start: 39px;
  -webkit-margin-before: 2.4375rem;
          margin-block-start: 2.4375rem;
  margin-inline: auto;
  max-width: 936px;
  max-width: 58.5rem;
  width: 100%;
}

.p-access__map iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  aspect-ratio: 936/450;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-access__map iframe {
    aspect-ratio: 4/3;
  }
}

.p-catalog {
  padding-block: 60px 100px;
  padding-block: 3.75rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-catalog {
    padding-block: 2.5rem 3.75rem;
  }
}

.p-catalog__inner {
  max-width: 1200px;
  max-width: 75rem;
  width: 100%;
}

.p-catalog__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-catalog__ttl {
    font-size: min(5.3333333333vw, 24px);
    -webkit-margin-after: 1.875rem;
            margin-block-end: 1.875rem;
  }
}

.p-catalog__iframe-wrapper {
  background-color: var(--white);
  border: 1px solid var(--gray-af);
  border-radius: 0.3125rem;
  margin-inline: auto;
  max-width: 700px;
  max-width: 43.75rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .p-catalog__iframe-wrapper {
    max-width: 100%;
  }
}

.p-catalog__iframe {
  border: none;
  display: block;
  height: 525px;
  height: 32.8125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-catalog__iframe {
    aspect-ratio: 700/525;
    height: auto;
    min-height: 25rem;
  }
}
@media screen and (max-width: 600px) {
  .p-catalog__iframe {
    min-height: 18.75rem;
  }
}

/* カタログモーダル */
.p-catalog-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-catalog-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

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

.p-catalog-modal__content {
  background-color: var(--white);
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 95vh;
  max-width: 1000px;
  max-width: 62.5rem;
  overflow: auto;
  padding-block: 50px;
  padding-block: 3.125rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  position: relative;
  width: 95%;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-catalog-modal__content {
    border-radius: 0;
    height: 100vh;
    max-height: 95vh;
    max-width: 100%;
    padding-block: 3.125rem 1.25rem;
    padding-inline: 0.9375rem;
    width: 100%;
  }
}

.p-catalog-modal__close {
  background-color: transparent;
  border: none;
  color: var(--c-main);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
  font-size: 2rem;
  height: 40px;
  height: 2.5rem;
  line-height: 1;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 10px;
  top: 0.625rem;
  width: 40px;
  width: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-catalog-modal__close {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 50%;
    font-size: 2rem;
    height: 2.5rem;
    right: 0.9375rem;
    top: 0.9375rem;
    width: 2.5rem;
  }
}
@media (any-hover: hover) {
  .p-catalog-modal__close:hover {
    opacity: 0.7;
  }
}

.p-catalog-modal__iframe-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%; /* 700/525 = 1.333... */
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
@media screen and (max-width: 767px) {
  .p-catalog-modal__iframe-wrapper {
    height: calc(100vh - 4.375rem);
    min-height: 25rem;
    padding-bottom: 0;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.p-catalog-modal__iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-catalog-modal__iframe {
    position: relative;
  }
}

.p-company {
  -webkit-padding-before: 56px;
          padding-block-start: 56px;
  -webkit-padding-before: 3.5rem;
          padding-block-start: 3.5rem;
}

.p-company__top-ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__top-ttl {
    font-size: 1.125rem;
  }
}

.p-company__ttl {
  -webkit-margin-before: 85px;
          margin-block-start: 85px;
  -webkit-margin-before: 5.3125rem;
          margin-block-start: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-company__ttl {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-company__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 55px;
  gap: 3.4375rem;
          justify-content: center;
  -webkit-margin-before: 38px;
          margin-block-start: 38px;
  -webkit-margin-before: 2.375rem;
          margin-block-start: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-company__wrapper {
    -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: 1.875rem;
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

.p-company__body {
  -webkit-padding-before: 44px;
          padding-block-start: 44px;
  -webkit-padding-before: 2.75rem;
  max-width: 424px;
  max-width: 26.5rem;
          padding-block-start: 2.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__body {
    max-width: unset;
    -webkit-padding-before: 2.5rem;
            padding-block-start: 2.5rem;
  }
}

.p-company__body-ttl {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-company__body-ttl {
    font-size: 1.375rem;
    letter-spacing: 0.05em;
    line-height: 1.7272727273;
  }
}

.p-company__body-txt {
  -webkit-margin-before: 28px;
          margin-block-start: 28px;
  -webkit-margin-before: 1.75rem;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
          margin-block-start: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__body-txt {
    font-size: max(0.875rem, 10px);
    line-height: 1.7142857143;
  }
}

.p-company__img-box {
  max-width: 264px;
  max-width: 16.5rem;
  width: 100%;
  -webkit-margin-before: 100px;
          margin-block-start: 100px;
  -webkit-margin-before: 6.25rem;
          margin-block-start: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__img-box {
    max-width: 21.875rem;
    width: 76vw;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.p-company__img img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  aspect-ratio: 264/335;
     object-fit: contain;
}

.p-company__img-txt {
  -webkit-margin-before: 6px;
          margin-block-start: 6px;
  -webkit-margin-before: 0.375rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
          margin-block-start: 0.375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__img-txt {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.p-company__img-txt > span {
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  -webkit-margin-end: 0.625rem;
          margin-inline-end: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-company__img-txt > span {
    -webkit-margin-end: 0.3125rem;
    font-size: 0.75rem;
            margin-inline-end: 0.3125rem;
  }
}

.p-company__bottom-list {
  -webkit-margin-before: 132px;
          margin-block-start: 132px;
  -webkit-margin-before: 8.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          margin-block-start: 8.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-company__bottom-list {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: auto;
    max-width: 31.25rem;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-company__bottom-item {
  max-width: 376px;
  max-width: 23.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__bottom-item {
    max-width: 31.25rem;
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .p-company__bottom-item:first-child,
  .p-company__bottom-item:last-child {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}

.p-company__bottom-item:nth-child(2) {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__bottom-item:nth-child(2) {
    margin-top: 0;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
}

.p-company__bottom-img img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  aspect-ratio: 376/280;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-company__bottom-img img {
    aspect-ratio: 240/160;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-contact {
  -webkit-padding-after: 100px;
          padding-block-end: 100px;
  -webkit-padding-after: 6.25rem;
          padding-block-end: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    -webkit-padding-after: 3.75rem;
            padding-block-end: 3.75rem;
  }
}

.p-contact__form-area {
  margin-inline: auto;
  max-width: max(744px, 550px);
  max-width: max(46.5rem, 550px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__form-area {
    max-width: 40.625rem;
  }
}

p.p-contact__top-txt {
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  line-height: 2;
  padding-block: 18px 111px;
  padding-block: 1.125rem 6.9375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  p.p-contact__top-txt {
    font-size: min(3.7333333333vw, 16px);
    line-height: 1.7142857143;
    padding-block: 1.125rem 3.75rem;
    text-align: left;
  }
}

.p-contact__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 55px;
  margin-top: 3.4375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__ttl {
    font-size: min(5.3333333333vw, 24px);
    margin-top: 3.75rem;
  }
}

/*----------------------------------------------
フォームのCSSここから
----------------------------------------------*/
.p-contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  border-bottom: 1px solid var(--gray-af);
          justify-content: space-between;
  padding-block: 23px;
  padding-block: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__content {
    -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-bottom: none;
    gap: 0.5rem;
    padding-block: 0rem 0.625rem;
  }
}

.p-contact__content.p-contact__content--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-contact__content.p-contact__content--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__content + .p-contact__content {
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
  }
}

.p-contact__head {
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  font-weight: 500;
  width: 210px;
  width: 13.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
}

.p-contact_entry-txt {
  letter-spacing: 0;
  white-space: nowrap;
}

.p-contact__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 481px;
  max-width: 30.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__item {
    max-width: unset;
  }
}

.p-contact__item input[type=text],
.p-contact__item input[type=email],
.p-contact__item input[type=tel] {
  display: block;
  max-width: 481px;
  max-width: 30.0625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  background-color: var(--white);
  border: 1px solid var(--gray-af);
  border-radius: 0.3125rem;
          box-sizing: border-box;
  color: var(--c-main);
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  height: max(35px, 30px);
  height: max(2.1875rem, 30px);
  letter-spacing: 0.04em;
  outline: none;
  padding: 0;
  padding-block: 4px;
  padding-block: 0.25rem;
  padding-inline: 12px;
  padding-inline: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__item input[type=text],
  .p-contact__item input[type=email],
  .p-contact__item input[type=tel] {
    height: 2.5rem;
    max-width: unset;
  }
}

.p-contact__item textarea {
  background-color: var(--white);
  border: 1px solid var(--gray-af);
  border-radius: 0.3125rem;
  color: var(--c-main);
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  height: max(119px, 90px);
  height: max(7.4375rem, 90px);
  letter-spacing: 0.04em;
  max-width: 481px;
  max-width: 30.0625rem;
  outline: none;
  padding: 0;
  padding-block: 8px;
  padding-block: 0.5rem;
  padding-inline: 12px;
  padding-inline: 0.75rem;
  resize: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__item textarea {
    max-width: unset;
    width: 100%;
  }
}

/*会社名*/
.p-contact__company-wrapper {
  max-width: 481px;
  max-width: 30.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__company-wrapper {
    max-width: unset;
  }
}

/*名前*/
.p-contact__item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  gap: 0.3125rem;
}

.p-contact__item-name > label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}

/* email*/
.p-contact__item.p-contact__item--email input {
  max-width: 481px;
  max-width: 30.0625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__item.p-contact__item--email input {
    max-width: unset;
    width: 100%;
  }
}

/* 住所 */
.p-contact__address-content {
  max-width: 481px;
  max-width: 30.0625rem;
  width: 100%;
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__address-content {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.p-contact__address-wrapper label {
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
}

/*郵便番号*/
.p-contact__item.p-contact__item--postal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__item.p-contact__item--postal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-contact__item-postal {
  color: var(--c-main);
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  font-weight: 500;
  width: 121px;
  width: 7.5625rem;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-end: 13px;
          margin-inline-end: 13px;
  -webkit-margin-end: 0.8125rem;
          margin-inline-end: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__item-postal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-contact__item.p-contact__item--postal .p-contact__error {
  bottom: -39%;
  left: 0;
  position: absolute;
}

.p-contact__btn-postal {
  background-color: var(--gray-af);
  border-radius: 0.3125rem;
  color: var(--white);
  cursor: pointer;
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  font-weight: 500;
  height: max(35px, 30px);
  height: max(2.1875rem, 30px);
  max-width: 91px;
  max-width: 5.6875rem;
  min-width: 100px;
  padding: 5px 12px;
  padding: 0.3125rem 0.75rem;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.3s ease;
  -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-contact__btn-postal {
    height: 2.5rem;
    margin-left: 0;
    min-width: unset;
  }
}
@media screen and (max-width: 600px) {
  .p-contact__btn-postal {
    margin-left: 0.75rem;
    width: 12.5rem;
  }
}

@media (any-hover: hover) {
  .p-contact__btn-postal:hover {
    opacity: 0.7;
  }
}
/*住所*/
.p-contact__item-town {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-contact__item-town .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.p-contact__item-town .wpcf7-form-control-wrap > textarea {
  height: max(90px, 70px);
  height: max(5.625rem, 70px);
  width: 481px;
  width: 30.0625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__item-town .wpcf7-form-control-wrap > textarea {
    height: 3.75rem;
    width: 100%;
  }
}

/*電話番号*/
.p-contact__tel-content {
  max-width: 481px;
  max-width: 30.0625rem;
  width: 100%;
}

.p-contact__tel-label {
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
}

/*必須項目*/
.p-contact__required {
  color: var(--red);
  display: inline-block;
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__required {
    font-size: 0.75rem;
  }
}

/*ボタン*/
.p-contact__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 70px auto 0;
  margin: 4.375rem auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  gap: 30px;
  gap: 1.875rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-contact__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 1.25rem;
  }
}

.p-contact__btn-confirm {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-contact__btn-confirm::after {
  background-image: url(../img/icon/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 9px;
  height: 0.5625rem;
  position: absolute;
  right: 17px;
  right: 1.0625rem;
  top: 50%;
  width: 30px;
  width: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*同意して確認画面に進むボタン*/
.p-contact__btn-confirm {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--navy);
  border-radius: 0.3125rem;
  color: var(--white);
  cursor: pointer;
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  font-weight: 500;
  height: 58px;
  height: 3.625rem;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 265px;
  width: 16.5625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__btn-confirm {
    height: 3.125rem;
    max-width: 31.25rem;
  }
}

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

@media (any-hover: hover) {
  .p-contact__btn-confirm:hover {
    opacity: 0.7;
  }
  .p-contact__btn-confirm:hover::after {
    right: 0.75rem;
  }
}
.p-contact__error, .wpcf7-not-valid-tip {
  color: var(--red);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 4px;
  margin-top: 0.25rem;
}

/*----------------------------------------------
デフォルト設定
----------------------------------------------*/
input:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
          box-shadow: 0 0 0px 1000px #fff inset;
}

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

.wpcf7-spinner, .wpcf7-spinner::before {
  display: none;
}

/*----------------------------------------------
/*確認画面
----------------------------------------------*/
.p-contact__back-txt {
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  font-weight: 500;
  line-height: 175%;
  margin: 120px auto;
  margin: 7.5rem auto;
  text-align: center;
}

@media (any-hover: hover) {
  .p-contact__back-txt > a:hover {
    opacity: 0.7;
  }
}
.p-contact__confirm-area {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.p-contact__confirm-area p.p-contact__top-txt {
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
  -webkit-padding-after: 3.75rem;
          padding-block-end: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__confirm-area p.p-contact__top-txt {
    -webkit-padding-after: 1.875rem;
            padding-block-end: 1.875rem;
  }
}

.p-contact__confirm-area .p-contact__head {
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  font-weight: 500;
  width: 249px;
  width: 15.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contact__confirm-area .p-contact__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: var(--fz16);
  margin-top: 0;
}

.p-contact__confirm-area .p-contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-contact__confirm-area .p-contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    border-bottom: 1px solid var(--gray-af);
            flex-direction: column;
    gap: 0.5rem;
    padding-block: 1.25rem;
  }
}

.p-contact__confirm-area .p-contact__btn-wrap {
  gap: 64px;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__confirm-area .p-contact__btn-wrap {
    gap: 1rem;
    margin-top: 3rem;
  }
}

.p-contact__input-confirm-area {
  margin-top: 80px;
  margin-top: 5rem;
}

/*電話番号*/
.p-contact__confirm-area .p-contact__tel-inputs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

/*戻るボタン*/
.p-contact__confirm-area .p-contact__prev-btn {
  height: 58px;
  height: 3.625rem;
  position: relative;
  width: 265px;
  width: 16.5625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__confirm-area .p-contact__prev-btn {
    height: 3.125rem;
    max-width: 31.25rem;
    width: 100%;
  }
}

.p-contact__confirm-area .p-contact__prev-btn::before {
  background-image: url(../img/icon/icon_arrow-back.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 9px;
  height: 0.5625rem;
  left: 30px;
  left: 1.875rem;
  position: absolute;
  top: 50%;
  width: 30px;
  width: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-contact__btn-back {
  background-color: var(--gray-af);
  border: none;
  color: var(--white);
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  font-weight: 500;
  height: 58px;
  height: 3.625rem;
  line-height: 1;
  padding: 16px 30px;
  padding: 1rem 1.875rem;
  width: 265px;
  width: 16.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  border-radius: 0.3125rem;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-contact__btn-back {
    height: 3.125rem;
    max-width: 31.25rem;
    width: 100%;
  }
}

@media (any-hover: hover) {
  .p-contact__btn-back:hover {
    opacity: 0.7;
  }
  .p-contact__confirm-area .p-contact__prev-btn:hover::before {
    left: 0.75rem;
  }
}
/*送信ボタン*/
.p-contact__submit-btn {
  position: relative;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
  height: 58px;
  height: 3.625rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-contact__submit-btn {
    font-size: max(0.875rem, 12px);
    max-width: 31.25rem;
    width: 100%;
  }
}

.p-contact__submit-btn::after {
  background-image: url(../img/icon/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: 30px;
  right: 1.875rem;
  top: 50%;
  width: 30px;
  width: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-contact__submit-btn > input[type=submit] {
  border: none;
  cursor: pointer;
  height: 58px;
  height: 3.625rem;
  text-align: center;
  width: 265px;
  width: 16.5625rem;
  -webkit-transition: all 0.3s ease;
  background-color: var(--navy);
  border-radius: 0.3125rem;
  color: var(--white);
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 16px 30px;
  padding: 1rem 1.875rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-contact__submit-btn > input[type=submit] {
    height: 3.125rem;
    max-width: 31.25rem;
    width: 100%;
  }
}

@media (any-hover: hover) {
  .p-contact__submit-btn:hover > input[type=submit] {
    opacity: 0.7;
  }
  .p-contact__submit-btn:hover::after {
    right: 0.75rem;
  }
}
.p-contact__confirm-area .p-contact__item {
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  line-height: 1.4285714286;
}

/*----------------------------------------------
/*送信完了画面
----------------------------------------------*/
.p-contact-thanks {
  padding-block: 120px;
  padding-block: 7.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks {
    padding-block: 3.75rem;
  }
}

.p-contact-thanks__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__ttl {
    font-size: 1.125rem;
  }
}

.p-contact-thanks__txt {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  -webkit-margin-before: 2.5rem;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  font-weight: 500;
  line-height: 1.75;
          margin-block-start: 2.5rem;
  margin-inline: auto;
  word-break: keep-all;
  word-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__txt {
    font-size: max(0.875rem, 12px);
    max-width: 40.625rem;
  }
}

.p-contact-confirm {
  padding-block: 150px;
  padding-block: 9.375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm {
    padding-block: 7.5rem;
  }
}

.p-contact-confirm__txt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__txt {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.p-contact-thanks__btn-wrapper {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}

.p-contact__input-area {
  display: block;
}

.p-contact__confirm-area {
  display: none;
}

.p-cta {
  padding-block: 0 77px;
  padding-block: 0 4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-block: 0 3.75rem;
  }
}

.p-cta__ttl {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: center;
}

.p-cta__ttl-en {
  color: var(--bk23);
  display: block;
  font-family: var(--font-en);
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.p-cta__txt {
  text-align: center;
  -webkit-margin-before: 45px;
          margin-block-start: 45px;
  -webkit-margin-before: 2.8125rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
          margin-block-start: 2.8125rem;
  word-break: keep-all;
  word-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .p-cta__txt {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-inline: auto;
    max-width: 31.25rem;
  }
}

.p-cta__btn-wrapper {
  -webkit-margin-before: 44px;
          margin-block-start: 44px;
  -webkit-margin-before: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          margin-block-start: 2.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 46px;
  gap: 2.875rem;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-cta__tel-number {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-number {
    font-size: 1.125rem;
  }
}

.p-cta__tel-link {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-link {
    font-size: 1.75rem;
    pointer-events: auto;
  }
}

.p-cta__tel-txt {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
  -webkit-margin-before: 0.3125rem;
          margin-block-start: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-txt {
    font-size: 0.75rem;
    text-align: center;
    -webkit-margin-before: 0.3125rem;
            margin-block-start: 0.3125rem;
  }
}

.p-footer {
  background-color: var(--navy);
  padding-block: 83px 67px;
  padding-block: 5.1875rem 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 3.75rem 1.875rem;
  }
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  height: 6.25rem;
  margin-inline: auto;
  max-width: 1180px;
  max-width: 73.75rem;
  padding-inline: 25px;
  padding-inline: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    -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;
    gap: 0;
    height: auto;
            justify-content: center;
    padding-inline: 4%;
  }
}

.p-footer__logo {
  max-width: 407px;
  max-width: 25.4375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    max-width: 18.75rem;
  }
}

.p-footer__copyright {
  color: var(--white);
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 0.625rem;
  }
}

.p-footer__address {
  color: var(--white);
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-style: normal;
  font-weight: 400;
  line-height: 2.0714285714;
  text-align: end;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    text-align: center;
    -webkit-margin-before: 2.5rem;
    font-size: 0.625rem;
            margin-block-start: 2.5rem;
  }
}

.p-footer__btn {
  bottom: 20px;
  position: fixed;
  right: 50px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-footer__btn {
    bottom: 10px;
    right: 10px;
  }
}

.p-footer__btn.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-gateway {
  background-color: var(--navy);
  padding-block: 142px;
  padding-block: 8.875rem;
  -webkit-margin-after: 77px;
          margin-block-end: 77px;
  -webkit-margin-after: 4.8125rem;
          margin-block-end: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-gateway {
    padding-block: 3.75rem;
    -webkit-margin-after: 3.75rem;
            margin-block-end: 3.75rem;
  }
}

.p-gateway__inner {
  max-width: 1228px;
  max-width: 76.75rem;
  padding-inline: 50px;
  padding-inline: 3.125rem;
}

.p-gateway__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-gateway__list {
    grid-template-columns: repeat(1, 1fr);
    margin-inline: auto;
    max-width: 31.25rem;
    width: 100%;
  }
}

.p-gateway__item {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.p-gateway__item-wrapper {
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: inherit;
  overflow: hidden;
  width: inherit;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: center;
  position: relative;
          transform-origin: center;
}
@media screen and (max-width: 767px) {
  .p-gateway__item-wrapper {
    aspect-ratio: 500/300;
    background-size: cover;
  }
}

.p-gateway__item-wrapper:after {
  background-color: rgba(0, 0, 0, .5);
  content: "";
  display: block;
  height: inherit;
  left: 0;
  position: absolute;
  top: 0;
  width: inherit;
  z-index: -1;
  -webkit-transition: all 0.2s ease-out;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.p-gateway__item-wrapper:first-child {
  background-image: url(../img/top/gateway01.jpg);
}

.p-gateway__item:nth-child(2) .p-gateway__item-wrapper {
  background-image: url(../img/top/gateway02.jpg);
}

.p-gateway__item:last-child .p-gateway__item-wrapper {
  background-image: url(../img/top/gateway03.jpg);
}

.p-gateway__item-link {
  cursor: pointer;
  display: block;
  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;
  height: inherit;
          justify-content: center;
  width: inherit;
}

@media (any-hover: hover) {
  .p-gateway__item-wrapper:hover {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  .p-gateway__item-wrapper:hover:after {
    opacity: 1;
  }
}
.p-header {
  background-color: var(--navy);
  height: 115px;
  height: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 4.0625rem;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  margin-inline: auto;
  max-width: 1380px;
  max-width: 86.25rem;
  padding-inline: 25px 50px;
  padding-inline: 1.5625rem 3.125rem;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 4%;
  }
}

.p-header__logo {
  height: inherit;
  max-width: 269px;
  max-width: 16.8125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 11.25rem;
  }
}

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

.p-header__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  aspect-ratio: 282/50;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    aspect-ratio: 180/65;
  }
}

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

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

.p-header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  margin-inline: 5px;
  margin-inline: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  width: inherit;
}

.p-header__nav-item:nth-child(2) {
  margin-inline: 40px 45px;
  margin-inline: 2.5rem 2.8125rem;
}

.p-header__nav-item:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  width: unset;
}

.p-header__nav-item-link {
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  height: inherit;
  width: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-header__nav-item-link {
    font-size: 0.875rem;
  }
}

@media (any-hover: hover) {
  .p-header__nav-item-link:hover {
    opacity: 0.8;
  }
}
.p-header__sp-btn-area {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__sp-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
  }
}

.p-header__sp-contact {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__sp-contact {
    background-color: var(--white);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.5rem;
    min-width: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    border: none;
    cursor: pointer;
            flex-direction: column;
    height: 2.5rem;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    width: 2.5rem;
    z-index: 999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-header__hamburger span {
  background: var(--white);
  display: block;
  height: 2px;
  position: relative;
  width: 75%;
  -webkit-transition: ease-in-out 0.3s;
  left: 0;
  transition: ease-in-out 0.3s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

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

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

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

.p-header__hamburger.is-open span {
  background: var(--white);
}

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

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

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

.p-header__drawer {
  background-color: var(--navy);
  bottom: 0;
  display: none;
  min-height: 100vh;
  overflow-y: scroll;
  padding: 0 4% 60px;
  padding: 0 4% 3.75rem;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 0px;
  top: 0rem;
  width: 100%;
  z-index: 900;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

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

.p-header__drawer-inner {
  margin-inline: auto;
  max-width: 1410px;
  max-width: 88.125rem;
  width: 100%;
}

.p-header__drawer-logo {
  display: block;
  height: inherit;
  max-width: 180px;
  max-width: 11.25rem;
  width: 100%;
}

.p-header__drawer-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  aspect-ratio: 180/65;
     object-fit: contain;
}

.p-header__drawer-nav {
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
}

.p-header__drawer-items {
  -webkit-padding-after: 15px;
          padding-block-end: 15px;
  -webkit-padding-after: 0.9375rem;
  margin-inline: auto;
          padding-block-end: 0.9375rem;
}

.p-header__drawer-item {
  border-bottom: solid 1px white;
  border-bottom: solid 0.0625rem white;
  position: relative;
}

.p-header__drawer-lists {
  padding-top: 8px;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__drawer-lists {
    padding-top: 0.625rem;
  }
}

.p-header__drawer-link {
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: min(4.2666666667vw, 18px);
  font-weight: 700;
  line-height: 1;
  padding-block: 15px;
  padding-block: 0.9375rem;
  -webkit-transition: 0.3s ease-in-out;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

.p-history {
  -webkit-padding-before: 148px;
          padding-block-start: 148px;
  -webkit-padding-before: 9.25rem;
          padding-block-start: 9.25rem;
}
@media screen and (max-width: 767px) {
  .p-history {
    -webkit-padding-before: 5rem;
            padding-block-start: 5rem;
  }
}

.p-history__container {
  margin-inline: auto;
  max-width: 744px;
  max-width: 46.5rem;
  width: 100%;
  -webkit-margin-before: 49px;
          margin-block-start: 49px;
  -webkit-margin-before: 3.0625rem;
          margin-block-start: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .p-history__container {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.p-history__item {
  border-bottom: 1px solid var(--gray-af);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 16px;
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  .p-history__item {
    gap: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-history__item-ttl {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7857142857;
  width: 135px;
  width: 8.4375rem;
}

.p-history__item-ttl > span {
  display: inline-block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -webkit-margin-end: 1.25rem;
          margin-inline-end: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-history__item-ttl > span {
    -webkit-margin-end: 0.3125rem;
            margin-inline-end: 0.3125rem;
  }
}

.p-history__item-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7857142857;
}
@media screen and (max-width: 767px) {
  .p-history__item-txt {
    letter-spacing: 0.05em;
  }
}

.p-history__item-txt > span {
  display: inline-block;
  width: 35px;
  width: 2.1875rem;
  -webkit-margin-end: 1.7em;
          margin-inline-end: 1.7em;
}
@media screen and (max-width: 767px) {
  .p-history__item-txt > span {
    -webkit-margin-end: 0.3125rem;
            margin-inline-end: 0.3125rem;
    width: unset;
  }
}

.p-history__item:nth-child(1) .p-history__item-txt,
.p-history__item:nth-child(2) .p-history__item-txt {
  -webkit-margin-start: 56px;
          margin-inline-start: 56px;
  -webkit-margin-start: 3.5rem;
          margin-inline-start: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-history__item:nth-child(1) .p-history__item-txt,
  .p-history__item:nth-child(2) .p-history__item-txt {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

.p-history__item-txt > p {
  -webkit-margin-start: 58px;
          margin-inline-start: 58px;
  -webkit-margin-start: 3.625rem;
          margin-inline-start: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-history__item-txt > p {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

.p-mv {
  position: relative;
  -webkit-padding-before: 43px;
          padding-block-start: 43px;
  -webkit-padding-before: 2.6875rem;
          padding-block-start: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    -webkit-padding-before: 1.875rem;
            padding-block-start: 1.875rem;
  }
}

.p-mv::before {
  background-color: var(--navy);
  content: "";
  display: block;
  height: 707px;
  height: 44.1875rem;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 44%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 44%, 0% 100%);
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv::before {
    height: 25.625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-mv::before {
    height: 93.3333333333vw;
    max-height: 23.4375rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  }
}

.p-mv__inner {
  max-width: 1228px;
  max-width: 76.75rem;
  padding-inline: 50px;
  padding-inline: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding-inline: 1.25rem;
  }
}

.p-mv__ttl {
  color: var(--white);
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    word-break: keep-all;
    word-wrap: anywhere;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.p-mv__ttl br:last-of-type {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-mv__ttl br:last-of-type {
    display: block;
  }
}

.p-mv__ttl .js-mv-char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
  will-change: transform, opacity;
}

.p-mv__img-box {
  position: relative;
  -webkit-margin-before: 36px;
          margin-block-start: 36px;
  -webkit-margin-before: 2.25rem;
  display: block;
          margin-block-start: 2.25rem;
  max-width: 1128px;
  max-width: 70.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__img-box {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

.p-mv__img-box img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  aspect-ratio: 1128/555;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-mv__img-box img {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-outline {
  -webkit-padding-before: 107px;
          padding-block-start: 107px;
  -webkit-padding-before: 6.6875rem;
          padding-block-start: 6.6875rem;
}
@media screen and (max-width: 767px) {
  .p-outline {
    -webkit-padding-before: 3.75rem;
            padding-block-start: 3.75rem;
  }
}

.p-outline__container {
  -webkit-margin-before: 54px;
          margin-block-start: 54px;
  -webkit-margin-before: 3.375rem;
          margin-block-start: 3.375rem;
  margin-inline: auto;
  max-width: 745px;
  max-width: 46.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-outline__container {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.p-outline__item {
  border-bottom: 1px solid var(--gray-af);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
  gap: 6rem;
  padding-block: 40px 38px;
  padding-block: 2.5rem 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-outline__item {
    gap: 1.25rem;
    padding-block: 1.25rem;
  }
}

.p-outline__item-ttl {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7857142857;
  width: 96px;
  width: 6rem;
}
@media screen and (max-width: 767px) {
  .p-outline__item-ttl {
    width: 4.0625rem;
  }
}

.p-outline__item-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7857142857;
}

.p-outline__item-tel {
  display: inline;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-outline__item-tel {
    pointer-events: auto;
  }
}

.p-outline__datetxt {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.7857142857;
  text-align: end;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}

.p-outline__img {
  -webkit-margin-before: 71px;
          margin-block-start: 71px;
  -webkit-margin-before: 4.4375rem;
          margin-block-start: 4.4375rem;
  margin-inline: auto;
  max-width: 937px;
  max-width: 58.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-outline__img {
    max-width: 43.75rem;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-outline__img img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  aspect-ratio: 937/380;
     object-fit: contain;
}

.p-recruit {
  padding-block: 6px 66px;
  padding-block: 0.375rem 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding-block: 1.25rem 1.875rem;
  }
}

.p-recruit__top-ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__top-ttl {
    font-size: 1.125rem;
  }
}

.p-recruit__inner {
  max-width: 1178px;
  max-width: 73.625rem;
  -webkit-padding-before: 50px;
          padding-block-start: 50px;
  -webkit-padding-before: 3.125rem;
          padding-block-start: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__inner {
    -webkit-padding-before: 1.25rem;
            padding-block-start: 1.25rem;
  }
}

.p-recruit__img-box {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}

.p-recruit__img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 1128/450;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-recruit__img-box img {
    aspect-ratio: 5/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-recruit__entry {
  background-color: var(--green);
  padding-block: 89px 85px;
  padding-block: 5.5625rem 5.3125rem;
  -webkit-margin-before: 121px;
          margin-block-start: 121px;
  -webkit-margin-before: 7.5625rem;
          margin-block-start: 7.5625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__entry {
    padding-block: 3.125rem;
    -webkit-margin-before: 3.125rem;
            margin-block-start: 3.125rem;
  }
}

.p-recruit__btn-list {
  -webkit-margin-before: 69px;
          margin-block-start: 69px;
  -webkit-margin-before: 4.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          margin-block-start: 4.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 50px;
  gap: 3.125rem;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__btn-list {
    gap: 2.5rem;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-recruit__btn-item {
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
}

.p-recruit__btn-txt {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-margin-before: 0.625rem;
  color: var(--white);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
          margin-block-start: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__btn-txt {
    font-size: 0.875rem;
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
  }
}

.p-top-work {
  padding-block: 55px 193px;
  padding-block: 3.4375rem 12.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-work {
    padding-block: 1.875rem 3.75rem;
  }
}

.p-top-work__inner {
  max-width: 1228px;
  max-width: 76.75rem;
  padding-inline: 50px;
  padding-inline: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-work__inner {
    padding-inline: 1.25rem;
  }
}

.p-top-work__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-work__ttl {
    font-size: 1.125rem;
  }
}

.p-top-work__img-box {
  -webkit-margin-before: 43px;
          margin-block-start: 43px;
  -webkit-margin-before: 2.6875rem;
          margin-block-start: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top-work__img-box {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

.p-top-work__img-box img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  aspect-ratio: 1128/450;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-top-work__img-box img {
    aspect-ratio: 5/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-top-work__body {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-work__body {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-top-work__body-ttl {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.71875;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-work__body-ttl {
    font-size: 1.375rem;
    letter-spacing: 0.05em;
    line-height: 1.7272727273;
    word-break: keep-all;
    word-wrap: anywhere;
  }
}

.p-top-work__body-txt {
  margin-inline: auto;
  max-width: 744px;
  max-width: 46.5rem;
  width: 100%;
  -webkit-margin-before: 36px;
          margin-block-start: 36px;
  -webkit-margin-before: 2.25rem;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 2;
          margin-block-start: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-work__body-txt {
    font-size: max(0.875rem, 10px);
    line-height: 1.7142857143;
  }
}

.p-work {
  -webkit-padding-after: 84px;
          padding-block-end: 84px;
  -webkit-padding-after: 5.25rem;
          padding-block-end: 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-work {
    -webkit-padding-after: 3.75rem;
            padding-block-end: 3.75rem;
  }
}

.p-work__bg {
  background-color: var(--gray-f5);
  padding-block: 127px 143px;
  padding-block: 7.9375rem 8.9375rem;
  -webkit-margin-before: 58px;
          margin-block-start: 58px;
  -webkit-margin-before: 3.625rem;
          margin-block-start: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-work__bg {
    padding-block: 3.75rem;
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}

.p-work__container:last-of-type {
  -webkit-padding-before: 83px;
          padding-block-start: 83px;
  -webkit-padding-before: 5.1875rem;
          padding-block-start: 5.1875rem;
  -webkit-margin-before: 85px;
          margin-block-start: 85px;
  -webkit-margin-before: 5.3125rem;
          margin-block-start: 5.3125rem;
  -webkit-border-before: 1px solid var(--gray-af);
          border-block-start: 1px solid var(--gray-af);
}
@media screen and (max-width: 767px) {
  .p-work__container:last-of-type {
    -webkit-padding-before: 2.5rem;
            padding-block-start: 2.5rem;
    -webkit-margin-before: 3.125rem;
            margin-block-start: 3.125rem;
  }
}

.p-work__heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-work__heading {
    font-size: 1.125rem;
  }
}

.p-work__list {
  -webkit-margin-before: 83px;
          margin-block-start: 83px;
  -webkit-margin-before: 5.1875rem;
          margin-block-start: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .p-work__list {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-work__container:last-of-type .c-card:first-child .c-card__txt {
  -webkit-margin-before: 41px;
          margin-block-start: 41px;
  -webkit-margin-before: 2.5625rem;
          margin-block-start: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-work__container:last-of-type .c-card:first-child .c-card__txt {
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
  }
}

.p-work__container:last-of-type .c-card:last-child .c-card__ttl:nth-child(4) {
  -webkit-margin-before: 9px;
          margin-block-start: 9px;
  -webkit-margin-before: 0.5625rem;
          margin-block-start: 0.5625rem;
}

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

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

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

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