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

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

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

@media screen and (max-width: 1259px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1260 * 100vw);
  }
}
@media screen and (max-width: 401px) {
  html {
    font-size: calc(16 / 402 * 100vw);
  }
}
html {
  scroll-padding-block-start: 6.25rem;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-block-start: 4.4375rem;
  }
}

body {
  color: #2C2E43;
  font-family: "Noto Sans JP", serif;
}
body.is-fixed {
  overflow-y: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

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

picture,
img {
  display: block;
}

a,
span {
  display: inline-block;
}

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

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

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  min-height: 100vh;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1260px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

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

.l-inner__page {
  width: min(1190px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner__page {
    width: 100%;
    max-width: 640px;
    padding-inline: 20px;
  }
}

.l-footer {
  width: 100%;
}

.c-btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-block: 0.4375rem;
  padding-inline: 0.875rem 1rem;
  border-radius: 9999px;
  background: #303D69;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 0.6875rem;
     -moz-column-gap: 0.6875rem;
          column-gap: 0.6875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1c5daa 0%, #2e6eb9 49.52%, #4fd19b 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: -1;
}
@media (any-hover: hover) {
  .c-btn:hover::before {
    opacity: 1;
  }
}

.c-btn--w240 {
  width: 15rem;
}

.c-btn--w217 {
  width: 13.5625rem;
}

.c-btn--w166 {
  width: 10.375rem;
}

.c-btn--w171 {
  width: 10.6875rem;
}

.c-btn--ghost {
  border: 1px solid #ffffff;
}

.c-btn__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1875;
  letter-spacing: 0.03em;
}

.c-btn__icon {
  width: 0.625rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-head {
  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: 0;
}
@media screen and (max-width: 767px) {
  .c-head {
    row-gap: 0.25rem;
  }
}

.c-head__title {
  color: #303D69;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .c-head__title {
    font-size: 2.5rem;
  }
}

.c-head__en {
  display: block;
  -webkit-margin-start: 0.3125rem;
          margin-inline-start: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #3889B1;
}

.c-head--white .c-head__title {
  color: #ffffff;
}

.c-head--white .c-head__en {
  color: #ffffff;
}

.c-pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}

.c-pager__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-pager__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  color: #303D69;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.c-pager__link:hover {
  opacity: 0.7;
}

.c-pager__link--prev {
  -webkit-margin-end: 14px;
          margin-inline-end: 14px;
}

.c-pager__link--next {
  -webkit-margin-start: 14px;
          margin-inline-start: 14px;
}

.c-pager__text {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.c-pager__icon {
  display: block;
  width: 19px;
  height: 13px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-pager__separator {
  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;
  color: #bbb;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-pager__separator-icon {
  display: block;
  width: 13px;
  height: 13px;
}

.c-pager__item--number.is-current .c-pager__link {
  font-weight: 500;
  pointer-events: none;
}

.c-pager__item--number .c-pager__link {
  min-width: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  pointer-events: none;
}
.c-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-post-content img {
  max-width: 100%;
  height: auto;
  margin-top: 1.25rem;
}
.c-post-content h2 {
  position: relative;
  margin-top: 2.5rem;
  padding-bottom: 1rem;
  font-size: max(1.6875rem, 21.6px);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .c-post-content h2 {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-post-content h2 {
    margin-top: 1.875rem;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 0.625rem;
  }
}
.c-post-content h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: rgba(44, 46, 67, 0.25);
}
.c-post-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.625rem;
  height: 0.0625rem;
  background: #303D69;
}
.c-post-content h3,
.c-post-content h4,
.c-post-content h5,
.c-post-content h6 {
  position: relative;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-post-content h3,
  .c-post-content h4,
  .c-post-content h5,
  .c-post-content h6 {
    margin-top: 1.875rem;
  }
}
.c-post-content h3.--mt60,
.c-post-content h4.--mt60,
.c-post-content h5.--mt60,
.c-post-content h6.--mt60 {
  margin-top: 3.75rem;
}
.c-post-content h3 {
  padding: 0.75rem 1.125rem;
  background: #F0EDE5;
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-post-content h3 {
    font-size: 1.5rem;
  }
}
.c-post-content h4 {
  padding-bottom: 0.9375rem;
  border-bottom: solid 0.0625rem rgba(0, 0, 0, 0.25);
  font-size: max(1.375rem, 17.6px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-post-content h4 {
    font-size: 1.375rem;
  }
}
.c-post-content h5 {
  padding: 0.75rem 1.5rem;
  background: #F0EDE5;
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-post-content h5 {
    font-size: 1.25rem;
  }
}
.c-post-content h6 {
  padding-left: 1.875rem;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-post-content h6 {
    font-size: 1.125rem;
  }
}
.c-post-content h6::after {
  content: "";
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  background: #303D69;
}
.c-post-content p {
  margin-top: 1.25rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-post-content p {
    font-size: 1rem;
  }
}
.c-post-content p a {
  color: #303D69;
  text-decoration: underline;
}
.c-post-content p a:hover {
  text-decoration: none;
}
.c-post-content p.--top {
  margin-top: 0;
}
.c-post-content p.--500 {
  font-weight: 500;
}
.c-post-content h6 + p {
  margin-top: 1rem;
}
.c-post-content ul,
.c-post-content ol {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.375rem;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-post-content ul,
  .c-post-content ol {
    font-size: 1rem;
  }
}
.c-post-content ul li {
  position: relative;
  padding-left: 1.5625rem;
}
.c-post-content ul li::before {
  content: "";
  position: absolute;
  top: 0.5625rem;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: #303D69;
}
.c-post-content ol {
  counter-reset: number;
}
.c-post-content ol li {
  position: relative;
  padding-left: 1.5625rem;
}
.c-post-content ol li::before {
  content: counter(number) ".";
  position: absolute;
  counter-increment: number;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  font-family: "Geologica", serif;
  color: #303D69;
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 1.8125rem;
  left: 50%;
  translate: -50%;
  width: calc(100% - 5.625rem);
  border-radius: 9999px;
  background: rgba(234, 234, 234, 0.6);
  backdrop-filter: blur(4.5px);
}
@media screen and (max-width: 767px) {
  .p-header {
    width: 100%;
    top: 0;
    border-radius: 0;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  padding-inline: 1.375rem 1.75rem;
  padding-block: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 1.375rem 1.625rem;
  }
}

.p-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4rem;
  height: auto;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.375rem;
     -moz-column-gap: 1.375rem;
          column-gap: 1.375rem;
}
.p-header__list li a {
  color: #303D69;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.1875;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-header__list li a {
    font-size: 1rem;
  }
}

.p-header__btn {
  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;
  padding-block: 0.5rem;
  border-radius: 9999px;
  color: #ffffff;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .p-header__btn:hover {
    opacity: 0.7;
  }
}

.p-header__btn--recruit {
  padding-inline: 1.5625rem;
  background-color: #49bca1;
  border: 1px solid #49bca1;
}

.p-header__btn--contact {
  padding-inline: 0.8125rem;
  background-color: #303D69;
  border: 1px solid #303D69;
}

.p-drawer__icon {
  position: fixed;
  z-index: 103;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 25px;
  right: 26px;
  width: 25.5px;
  height: 19.5px;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #303D69;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 9.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -9.5px;
}

.p-drawer {
  position: fixed;
  z-index: 102;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #f2f2f2;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__logo {
  -webkit-margin-before: 19px;
          margin-block-start: 19px;
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
  width: 4rem;
  height: auto;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 97px 40px;
}

.p-drawer__list {
  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: 2.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: 0 2.625rem;
  margin-inline: 0;
  padding: 0;
  list-style: none;
}
.p-drawer__list li a {
  color: #303D69;
  text-transform: uppercase;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.1875;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-drawer__list li a {
    font-size: 1rem;
  }
}

.p-drawer__btn {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 7px 8px;
  border-radius: 9999px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.1875;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-drawer__btn {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .p-drawer__btn:hover {
    opacity: 0.7;
  }
}
.p-drawer__btn:not(:last-child) {
  -webkit-margin-after: 2.625rem;
          margin-block-end: 2.625rem;
}

.p-drawer__btn--recruit {
  padding-inline: 26px;
  background-color: #1e9b96;
  border: 1px solid #1e9b96;
}

.p-drawer__btn--contact {
  padding-inline: 13px;
  background-color: #303D69;
  border: 1px solid #303D69;
}

.p-fv {
  -webkit-padding-before: 11.0625rem;
          padding-block-start: 11.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    -webkit-padding-before: 7.6875rem;
            padding-block-start: 7.6875rem;
  }
}

.p-fv__inner {
  width: min(1242px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5.3125rem;
     -moz-column-gap: 5.3125rem;
          column-gap: 5.3125rem;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    width: 100%;
    padding-inline: 20px;
    display: grid;
    grid-template-columns: 1fr;
  }
}

.p-fv__img-wrap {
  width: calc(51.9% + 50vw - 50%);
  -webkit-margin-start: calc(50% - 50vw);
          margin-inline-start: calc(50% - 50vw);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) and (min-width: 580px) {
  .p-fv__img-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__img-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc(89.5% + 50vw - 50%);
    -webkit-margin-before: 3.125rem;
            margin-block-start: 3.125rem;
  }
}

.p-fv__img-box {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-fv__img-box.u-noise::before {
    border-radius: 0 1.25rem 1.25rem 0;
  }
}

.p-fv__img {
  display: block;
  width: 53.25rem;
  height: 33.5625rem;
  aspect-ratio: 852/537;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    width: auto;
    height: 19.8125rem;
    border-radius: 0 1.25rem 1.25rem 0;
    -o-object-position: initial;
       object-position: initial;
  }
}

.p-fv__content {
  width: 29.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-padding-before: 3rem;
          padding-block-start: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fv__content {
    display: contents;
  }
}

.p-fv__title {
  display: inline-block;
  background: linear-gradient(135deg, #1c5daa 0%, #2e6eb9 49.52%, #4fd19b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.6875rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 3.125rem;
  }
}

.p-fv__text {
  -webkit-margin-before: 1.9375rem;
          margin-block-start: 1.9375rem;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
    font-size: 1rem;
  }
}

.p-fv__btn-wrap {
  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: 0.8125rem;
  -webkit-margin-before: 4.6875rem;
          margin-block-start: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__btn-wrap {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    row-gap: 1.1875rem;
    -webkit-margin-before: 2.889375rem;
            margin-block-start: 2.889375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-mv {
  overflow-x: clip;
}

.p-mv__inner {
  width: min(1196px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 2.9375rem;
     -moz-column-gap: 2.9375rem;
          column-gap: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    width: 100%;
    padding-inline: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__inner--recruit {
    row-gap: 3.3125rem;
  }
}

.p-mv__media {
  width: calc(49.1935483871% + 50vw - 50%);
  -webkit-margin-end: calc(50% - 50vw);
          margin-inline-end: calc(50% - 50vw);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv__media {
    width: calc(74.0331491713% + 50vw - 50%);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 417px) {
  .p-mv__media {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.p-mv__img-box {
  position: relative;
  display: inline-block;
}
.p-mv__img-box.u-noise::before {
  border-radius: 0 0 0 3.75rem;
}

.p-mv__img {
  display: block;
  width: 39.4375rem;
  height: 35.625rem;
  aspect-ratio: 631/570;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 3.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    width: 18.6875rem;
    height: 19.6875rem;
    aspect-ratio: 299/315;
  }
}

.p-mv__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    width: 100%;
  }
}
.p-mv__content--recruit {
  translate: 0 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-mv__content--recruit {
    translate: 0 0;
  }
}

.p-mv__title-wrap {
  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: 0.6875rem;
}

.p-mv__title {
  color: #303D69;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 2.1875rem;
  }
}
.p-mv__title--recruit {
  font-size: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-mv__title--recruit {
    font-size: 2.8125rem;
  }
}

.p-mv__en {
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #3889B1;
  position: relative;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}
.p-mv__en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../img/icon-entitle-l.svg) no-repeat center center/cover;
}

.p-mv__lead {
  -webkit-margin-before: 3.25rem;
          margin-block-start: 3.25rem;
  color: #303D69;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}
.p-mv__lead--recruit {
  max-width: 480px;
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv__lead--recruit {
    -webkit-margin-before: 2.75rem;
            margin-block-start: 2.75rem;
  }
}

.p-mv__btn-wrap {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-mv__btn-wrap {
    -webkit-margin-before: 2.875rem;
            margin-block-start: 2.875rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-mv__btn-wrap--recruit {
  -webkit-margin-before: 1.6875rem;
          margin-block-start: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-mv__btn-wrap--recruit {
    -webkit-margin-before: 2.125rem;
            margin-block-start: 2.125rem;
  }
}

.p-cta {
  color: #ffffff;
  -webkit-padding-after: 2.8125rem;
          padding-block-end: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    -webkit-padding-after: 3.8125rem;
            padding-block-end: 3.8125rem;
  }
}

.p-cta__inner {
  width: min(1280px, 100%);
  padding-inline: 45px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    width: 100%;
    max-width: 640px;
    padding-inline: 20px;
  }
}

.p-cta__box {
  background-color: #303D69;
  border-radius: 2.5rem;
  padding-block: 5.5rem 6rem;
  padding-inline: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-cta__box {
    padding-block: 2.75rem 4.0625rem;
    padding-inline: 1.0625rem;
  }
}

.p-cta__item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 5.75rem;
     -moz-column-gap: 5.75rem;
          column-gap: 5.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-block: 3.375rem 3.5625rem;
}
.p-cta__item:first-child {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.p-cta__item:last-child {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.p-cta__item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .p-cta__item {
    grid-template-columns: 1fr;
    row-gap: 2.25rem;
    padding-block: 3.625rem 3rem;
  }
}

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

.p-cta__title {
  font-size: 4.6875rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: 2.8125rem;
  }
}

.p-cta__en {
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-cta__en {
    font-size: 0.875rem;
  }
}

.p-cta__body {
  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.6875rem;
  -webkit-padding-before: 0.5rem;
          padding-block-start: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__body {
    row-gap: 2.625rem;
  }
}

.p-cta__text {
  width: min(529px, 100%);
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: 1rem;
  }
}

.p-cta__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-page-head {
  overflow: hidden;
}

.p-page-head__inner {
  width: min(1270px, 100%);
  padding-inline: 40px 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 24.625rem 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 19.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-head__inner {
    width: 100%;
    padding-inline: 20px;
    grid-template-columns: 17.25rem 1fr;
    height: 15.8125rem;
  }
}
.p-page-head__inner--entry {
  grid-template-columns: 36rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-page-head__inner--entry {
    grid-template-columns: 17.25rem 1fr;
  }
}

.p-page-head__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-page-head__en {
  display: block;
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
  background: linear-gradient(135deg, #1c5daa 0%, #2e6eb9 49.52%, #4fd19b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.p-page-head__title {
  display: block;
  width: 100%;
  -webkit-padding-after: 2.8125rem;
          padding-block-end: 2.8125rem;
  -webkit-border-after: 1px solid #CCC;
          border-block-end: 1px solid #CCC;
  background: linear-gradient(135deg, #1c5daa 0%, #2e6eb9 49.52%, #4fd19b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 4.6875rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-page-head__title {
    font-size: 2.8125rem;
    -webkit-padding-after: 1.8125rem;
            padding-block-end: 1.8125rem;
  }
}

.p-page-head__bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  min-height: 18.75rem;
  background: linear-gradient(135deg, #1c5daa 0%, #2e6eb9 49.52%, #4fd19b 100%);
  width: calc(100% + 50vw - 50%);
  -webkit-margin-end: calc(50% - 50vw);
          margin-inline-end: calc(50% - 50vw);
  border-radius: 0 0 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-head__bg {
    min-height: 15.8125rem;
    border-radius: 0 0 0 3.75rem;
  }
}

.p-page-head__bg.u-noise::before {
  border-radius: 0 0 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-head__bg.u-noise::before {
    border-radius: 0 0 0 3.75rem;
  }
}

.p-page-form {
  padding-block: 8.3125rem 14.375rem;
}
@media screen and (max-width: 767px) {
  .p-page-form {
    padding-block: 4.6875rem 6.3125rem;
  }
}

.p-page-form__inner {
  width: min(561px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-page-form__inner {
    padding-inline: 20px;
  }
}

.p-page-company {
  padding-block: 8.375rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-company {
    padding-block: 5.0625rem 6.625rem;
  }
}

.p-page-company__inner {
  width: min(1270px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-page-company__inner {
    width: 100%;
    max-width: 640px;
    padding-inline: 20px;
  }
}

.p-page-company__message-wrap {
  width: min(1082px, 100%);
  margin-inline: auto;
  -webkit-padding-after: 6.79375rem;
          padding-block-end: 6.79375rem;
  display: grid;
  grid-template-columns: 17.5625rem 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-company__message-wrap {
    grid-template-columns: 1fr;
    row-gap: 2.4375rem;
    -webkit-padding-after: 5.31rem;
            padding-block-end: 5.31rem;
  }
}

.p-page-company__head {
  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: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-page-company__head {
    row-gap: 0.75rem;
  }
}

.p-page-company__title {
  color: #303D69;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-page-company__title {
    font-size: 2.5rem;
  }
}

.p-page-company__en {
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #3889B1;
  position: relative;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}
.p-page-company__en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../img/icon-entitle-l.svg) no-repeat center center/cover;
}

.p-page-company__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-page-company__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.8125rem;
  }
}

.p-page-company__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(18.6875rem, 44%);
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-page-company__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-company__text {
    width: 100%;
    -webkit-padding-start: 2.25rem;
            padding-inline-start: 2.25rem;
  }
}

.p-page-company__img-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-page-company__img-wrap {
    width: 89.7790055249%;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}

.p-page-company__img-box {
  position: relative;
  display: inline-block;
}
.p-page-company__img-box.u-noise::before {
  border-radius: 1.25rem;
}
.p-page-company__img-box img {
  max-width: 280px;
  height: auto;
  aspect-ratio: 280/303;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-page-company__img-box img {
    width: 100%;
    max-width: none;
    aspect-ratio: 1/1;
  }
}

.p-page-company__border {
  width: 100%;
  height: 1px;
  background: #ccc;
}

.p-page-company__detail-wrap {
  width: min(1082px, 100%);
  margin-inline: auto;
  -webkit-padding-before: 5.6875rem;
          padding-block-start: 5.6875rem;
  display: grid;
  grid-template-columns: 17.5625rem 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-company__detail-wrap {
    grid-template-columns: 1fr;
    row-gap: 2.4375rem;
  }
}

.p-page-company__detail {
  width: min(679px, 100%);
  -webkit-padding-before: 3.4375rem;
          padding-block-start: 3.4375rem;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-page-company__detail {
    -webkit-padding-before: 0;
            padding-block-start: 0;
    -webkit-padding-start: 2.25rem;
            padding-inline-start: 2.25rem;
  }
}

.p-page-company__table {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  width: min(556px, 100%);
}

.p-page-company__row {
  color: #303D69;
  display: grid;
  grid-template-columns: 10.125rem 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-block: 1.75rem 1.125rem;
  -webkit-border-after: 1px solid #ccc;
          border-block-end: 1px solid #ccc;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-page-company__row {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-company__row {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
    padding-block: 1.75rem 1.1875rem;
  }
}

.p-page-company__label {
  margin: 0;
  -webkit-padding-start: 2.4375rem;
          padding-inline-start: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-page-company__label {
    font-weight: 500;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}

.p-page-company__value {
  margin: 0;
}

.p-about {
  padding-block: 9.375rem 7.3125rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-block: 5.5625rem;
  }
}

.p-about__inner {
  width: min(1196px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 7.6875rem;
     -moz-column-gap: 7.6875rem;
          column-gap: 7.6875rem;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    width: 100%;
    max-width: 640px;
    padding-inline: 20px;
    grid-template-columns: 1fr;
    row-gap: 2.4375rem;
  }
}

.p-about__head {
  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: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about__head {
    row-gap: 0.625rem;
  }
}

.p-about__title {
  color: #303D69;
  font-size: 4.6875rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 2.8125rem;
  }
}

.p-about__en {
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #3889B1;
  position: relative;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
  -webkit-margin-start: 0.75rem;
          margin-inline-start: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-about__en {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.p-about__en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../img/icon-entitle-l.svg) no-repeat center center/cover;
}

.p-about__body {
  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: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-about__body {
    row-gap: 4.3125rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.p-about__text {
  width: min(583px, 100%);
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__text {
    width: 100%;
    -webkit-padding-start: 2.1875rem;
            padding-inline-start: 2.1875rem;
  }
}

.p-page-recruit__corp {
  -webkit-margin-before: 6.25rem;
          margin-block-start: 6.25rem;
  padding-block: 3rem 4.25rem;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__corp {
    -webkit-margin-before: 4.8125rem;
            margin-block-start: 4.8125rem;
    padding-block: 3.1875rem 5.125rem;
  }
}

.p-page-recruit__corp-inner {
  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: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__corp-inner {
    row-gap: 3.125rem;
  }
}

.p-page-recruit__corp-list {
  color: #303D69;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 4.375rem;
     -moz-column-gap: 4.375rem;
          column-gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__corp-list {
    grid-template-columns: 1fr;
  }
}

.p-page-recruit__corp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .p-page-recruit__corp-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -2.1875rem;
    top: 0;
    width: 0.0625rem;
    height: 23.0625rem;
    background-color: rgba(44, 46, 67, 0.12);
  }
}
@media screen and (max-width: 767px) {
  .p-page-recruit__corp-item {
    padding-block: 3.75rem 3.375rem;
    -webkit-border-after: 1px solid rgba(44, 46, 67, 0.12);
            border-block-end: 1px solid rgba(44, 46, 67, 0.12);
  }
  .p-page-recruit__corp-item:first-child {
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
  .p-page-recruit__corp-item:last-child {
    -webkit-padding-after: 0;
            padding-block-end: 0;
    -webkit-border-after: none;
            border-block-end: none;
  }
}

.p-page-recruit__corp-heading {
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.p-page-recruit__corp-value {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-page-recruit__corp-num {
  font-size: 7.5rem;
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.p-page-recruit__corp-unit {
  font-size: 2.625rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.p-page-recruit__corp-text {
  -webkit-margin-before: 0.4375rem;
          margin-block-start: 0.4375rem;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__corp-text {
    font-size: 1rem;
  }
}

.p-page-recruit__merit {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: 3.1875rem 4.6875rem;
  background-color: #303D69;
  color: #ffffff;
}
.p-page-recruit__merit.u-noise::before {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__merit {
    padding-block: 2.6875rem 5.0625rem;
  }
}

.p-page-recruit__merit-inner {
  position: relative;
  z-index: 3;
  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: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__merit-inner {
    row-gap: 3.75rem;
  }
}

.p-page-recruit__merit-list {
  width: min(1086px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__merit-list {
    grid-template-columns: 1fr;
    row-gap: 3.5rem;
  }
}

.p-page-recruit__merit-item {
  min-width: 0;
  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: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__merit-item {
    row-gap: 0.25rem;
  }
}

.p-page-recruit__merit-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
}

.p-page-recruit__merit-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 4.6875rem;
  font-weight: 100;
  line-height: 1;
  color: #ffffff;
  opacity: 0.3;
}

.p-page-recruit__merit-title {
  margin: 0;
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.p-page-recruit__merit-figure {
  border-radius: 0.625rem;
  overflow: hidden;
}

.p-page-recruit__merit-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-recruit__voice {
  margin-block: 6.9375rem 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__voice {
    margin-block: 6.0625rem 3.5625rem;
  }
}

.p-page-recruit__voice-inner {
  width: min(1262px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__voice-inner {
    width: 100%;
    max-width: 640px;
    padding-inline: 20px;
  }
}

.p-page-recruit__voice-box {
  padding-block: 4.75rem 6.25rem;
  padding-inline: 2.3125rem 3.8125rem;
  background-color: #efefef;
  border-radius: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__voice-box {
    padding-block: 3.5625rem 5.875rem;
    padding-inline: 1.125rem;
  }
}

.p-page-recruit__voice-head {
  position: relative;
  z-index: 3;
}
.p-page-recruit__voice-head.c-head {
  row-gap: 0.5rem;
}

.p-page-recruit__voice-list {
  -webkit-margin-before: 0.6875rem;
          margin-block-start: 0.6875rem;
  width: min(1058px, 100%);
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__voice-list {
    -webkit-margin-before: 4.0625rem;
            margin-block-start: 4.0625rem;
  }
}

.p-page-recruit__voice-item {
  -webkit-padding-end: 1rem;
          padding-inline-end: 1rem;
  display: grid;
  grid-template-columns: 1fr 32.8125rem;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  padding-block: 3.5rem;
  color: #303D69;
}
.p-page-recruit__voice-item:first-child {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.p-page-recruit__voice-item:last-child {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.p-page-recruit__voice-item:not(:last-child) {
  -webkit-border-after: 1px solid #ccc;
          border-block-end: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__voice-item {
    grid-template-columns: 1fr;
    row-gap: 2.25rem;
    padding-block: 3.5625rem 3.9375rem;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}

.p-page-recruit__voice-body {
  -webkit-margin-before: 2.875rem;
          margin-block-start: 2.875rem;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__voice-body {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    grid-row: 2;
  }
}

.p-page-recruit__voice-meta {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__voice-meta {
    -webkit-margin-after: 0.3125rem;
            margin-block-end: 0.3125rem;
  }
}

.p-page-recruit__voice-name {
  -webkit-margin-before: -0.125rem;
          margin-block-start: -0.125rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #303D69;
}

.p-page-recruit__voice-name-main {
  font-size: 2.25rem;
}

.p-page-recruit__voice-name-suffix {
  -webkit-margin-before: 1.625rem;
          margin-block-start: 1.625rem;
  -webkit-margin-start: 1.0625rem;
          margin-inline-start: 1.0625rem;
  font-size: 1rem;
}

.p-page-recruit__voice-text {
  -webkit-margin-before: 2.0625rem;
          margin-block-start: 2.0625rem;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__voice-text {
    font-size: 1rem;
  }
}

.p-page-recruit__voice-media {
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__voice-media {
    grid-row: 1;
  }
}

.p-page-recruit__voice-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 525/341;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-recruit__day {
  -webkit-margin-before: 4.125rem;
          margin-block-start: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__day {
    -webkit-margin-before: 4.0625rem;
            margin-block-start: 4.0625rem;
  }
}

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

.p-page-recruit__day-full {
  -webkit-margin-before: 1.9375rem;
          margin-block-start: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__day-full {
    -webkit-margin-before: 2.8125rem;
            margin-block-start: 2.8125rem;
  }
}

.p-page-recruit__day-title {
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #303D69;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.0625rem;
     -moz-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.p-page-recruit__day-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #ccc;
}

.p-page-recruit__day-items {
  position: relative;
  -webkit-margin-before: 2.875rem;
          margin-block-start: 2.875rem;
  padding-inline: 2.4375rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
  row-gap: 9.125rem;
}
.p-page-recruit__day-items::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 1.03125rem;
  height: 1.03125rem;
  background: url(../img/icon-step-arrow-c.svg) no-repeat center center/contain;
}
.p-page-recruit__day-items::before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 50%;
  translate: -50%;
  width: 71.0625rem;
  height: 50.3125rem;
  background: url(../img/bg-day.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__day-items {
    width: 362px;
    margin-inline: auto;
    -webkit-margin-before: 2.5625rem;
            margin-block-start: 2.5625rem;
    padding-inline: 0;
    grid-template-columns: 1fr;
    row-gap: 6.6875rem;
  }
  .p-page-recruit__day-items::after {
    display: none;
  }
  .p-page-recruit__day-items::before {
    width: 18.4375rem;
    height: 143.75rem;
    background: url(../img/bg-day_sp.svg) no-repeat center center/contain;
  }
}

.p-page-recruit__day-item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__day-item {
    width: 76.5193370166%;
  }
  .p-page-recruit__day-item:nth-child(even) {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}

.p-page-recruit__day-cols {
  -webkit-margin-before: 3.625rem;
          margin-block-start: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__day-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.1875rem;
  }
}

.p-page-recruit__day-half {
  max-width: 508px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__day-half {
    max-width: 100%;
  }
}

.p-page-recruit__day-row {
  -webkit-margin-before: 1.625rem;
          margin-block-start: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__day-row {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
    -webkit-column-gap: 1.4375rem;
       -moz-column-gap: 1.4375rem;
            column-gap: 1.4375rem;
  }
}

.p-page-recruit__day-media {
  width: 54.5275590551%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  border-radius: 0.625rem;
  overflow: hidden;
  min-height: 0;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__day-media {
    width: 50.8287292818%;
  }
}

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

.p-page-recruit__day-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 1.5rem;
  padding-inline: 1.9375rem;
  background-color: #f7f7f7;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.8125rem;
  min-width: 0;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__day-card {
    padding-block: 1.5rem;
    padding-inline: 1rem;
  }
}

.p-page-recruit__day-steps {
  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;
  row-gap: 0.375rem;
  margin: 0;
  text-align: center;
  color: rgba(44, 46, 67, 0.85);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__day-steps {
    font-size: 0.875rem;
    row-gap: 0.3125rem;
  }
}

.p-page-recruit__day-steps--text {
  row-gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__day-steps--text {
    row-gap: 0;
  }
}

.p-page-recruit__day-step {
  color: #303D69;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin: 0;
}

.p-page-recruit__day-arrow {
  width: 1.46rem;
  height: 1.46rem;
}

.p-day-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.p-day-card:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3.75rem;
  width: 1.4375rem;
  height: 1.4375rem;
  translate: 0 -50%;
  background: url(../img/icon-step-arrow-r.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-day-card::after {
    display: none;
  }
  .p-day-card:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 0.875rem;
    height: 1.5625rem;
    bottom: -3.125rem;
    left: 50%;
    translate: -50%;
    background: url(../img/icon-step-arrow-b.svg) no-repeat center center/contain;
  }
  .p-day-card:not(:last-child):nth-child(even)::before {
    left: 15%;
    translate: 0;
  }
}

.p-day-card__media {
  width: 100%;
  height: auto;
  aspect-ratio: 277/185;
}

.p-day-card__img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-day-card__title,
.p-day-card__text {
  color: #303D69;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.p-day-card__title {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
  font-size: 1.6875rem;
}

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

.p-recruit {
  padding-block: 5.875rem 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding-block: 3.8125rem 3.125rem;
  }
}

.p-recruit__inner {
  width: min(1214px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 3.375rem;
     -moz-column-gap: 3.375rem;
          column-gap: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__inner {
    width: 100%;
    max-width: 640px;
    padding-inline: 20px;
    grid-template-columns: 1fr;
    row-gap: 3.125rem;
  }
}

.p-recruit__head {
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__head {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    row-gap: 1.3125rem;
  }
}

.p-recruit__title {
  color: #303D69;
  font-size: 4.6875rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-recruit__title {
    font-size: 2.8125rem;
  }
}

.p-recruit__en {
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #3889B1;
  position: relative;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
  -webkit-margin-start: 0.75rem;
          margin-inline-start: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__en {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.p-recruit__en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../img/icon-entitle-l.svg) no-repeat center center/cover;
}

.p-recruit__body {
  -webkit-padding-before: 1.0625rem;
          padding-block-start: 1.0625rem;
  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.3125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__body {
    -webkit-padding-before: 0;
            padding-block-start: 0;
    row-gap: 2.8125rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.p-recruit__text {
  width: min(504px, 100%);
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-recruit__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__text {
    width: 100%;
    -webkit-padding-start: 0.1875rem;
            padding-inline-start: 0.1875rem;
  }
}

.p-bg__navy {
  padding-block: 5.625rem 7.8125rem;
  background-color: #303D69;
}
@media screen and (max-width: 767px) {
  .p-bg__navy {
    padding-block: 2.9375rem 3.5625rem;
  }
}

.p-service {
  color: #ffffff;
}

.p-service__inner {
  width: min(1260px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    width: 100%;
    max-width: 640px;
    padding-inline: 20px;
  }
}

.p-service__head {
  -webkit-padding-start: 3.3125rem;
          padding-inline-start: 3.3125rem;
}
.p-service__head.--machine {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
@media screen and (max-width: 767px) {
  .p-service__head {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}

.p-service__title {
  font-size: 4.6875rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-service__title {
    font-size: 2.8125rem;
  }
}

.p-service__en {
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 0.03em;
  position: relative;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}
.p-service__en.--machine {
  -webkit-margin-before: 0.3125rem;
          margin-block-start: 0.3125rem;
}
.p-service__en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../img/icon-entitle-l.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-service__en {
    -webkit-margin-before: 0.8125rem;
            margin-block-start: 0.8125rem;
  }
}

.p-service__list {
  -webkit-margin-before: 2.4375rem;
          margin-block-start: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-service__list {
    -webkit-margin-before: 2.75rem;
            margin-block-start: 2.75rem;
  }
}

.p-service__item:not(:last-child) {
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service__item:not(:last-child) {
    -webkit-padding-after: 4.3125rem;
            padding-block-end: 4.3125rem;
  }
}
.p-service__item:not(:first-child) {
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service__item:not(:first-child) {
    -webkit-padding-before: 2.75rem;
            padding-block-start: 2.75rem;
  }
}
.p-service__item + .p-service__item {
  -webkit-border-before: 1px solid rgba(255, 255, 255, 0.3);
          border-block-start: 1px solid rgba(255, 255, 255, 0.3);
}

.p-service__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.82125rem;
     -moz-column-gap: 2.82125rem;
          column-gap: 2.82125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 2.5rem 1.0625rem;
}
.p-service__item-inner.--machine {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .p-service__item-inner.--machine {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-service__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 1.9375rem;
    padding-inline: 0;
  }
}

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

.p-service__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-service__item-head {
    -webkit-padding-start: 0.3125rem;
            padding-inline-start: 0.3125rem;
  }
}

.p-service__item-num {
  font-size: 4.6875rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.03em;
}

.p-service__item-title {
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.p-service__item-text {
  -webkit-margin-before: 1.4375rem;
          margin-block-start: 1.4375rem;
  -webkit-padding-start: 0.5rem;
          padding-inline-start: 0.5rem;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-service__item-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__item-text {
    -webkit-padding-start: 0.5625rem;
            padding-inline-start: 0.5625rem;
  }
}

.p-service__item-media,
.p-service__machine-content {
  width: 52.7159394479%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service__item-media,
  .p-service__machine-content {
    width: 100%;
  }
}

.p-service__item-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 592/396;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-service__item-img {
    border-radius: 1.25rem;
  }
}

.p-service__item-btn {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service__item-btn {
    -webkit-margin-before: 3.3125rem;
            margin-block-start: 3.3125rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

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

@media screen and (max-width: 767px) {
  .p-service__machine-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.p-service__machine-text {
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-service__machine-text {
    font-size: 1rem;
  }
}

.p-service__machine-btn {
  -webkit-margin-before: 2.25rem;
          margin-block-start: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-service__machine-btn {
    -webkit-margin-before: 3.3125rem;
            margin-block-start: 3.3125rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.p-service__machine-items {
  width: 100%;
  padding-inline: 2.5rem 1.0625rem;
  -webkit-margin-before: 3.625rem;
          margin-block-start: 3.625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.1875rem;
     -moz-column-gap: 2.1875rem;
          column-gap: 2.1875rem;
  row-gap: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-service__machine-items {
    padding-inline: 0;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.92rem;
       -moz-column-gap: 0.92rem;
            column-gap: 0.92rem;
    row-gap: 1.485rem;
  }
}

.p-service__machine-card img {
  border-radius: 0.625rem;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 351/234;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__machine-name {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-service__machine-name {
    font-size: 1rem;
  }
}

.p-servis__btn-wrap {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-service-flow {
  -webkit-margin-before: 6.1875rem;
          margin-block-start: 6.1875rem;
  background-color: #f7f7f7;
  padding-block: 3rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-service-flow {
    -webkit-margin-before: 5.875rem;
            margin-block-start: 5.875rem;
    padding-block: 4.375rem 5.8125rem;
  }
}

.p-service-flow__list {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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-service-flow__list {
    -webkit-margin-before: 2.875rem;
            margin-block-start: 2.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.p-service-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-service-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-service-flow__item:not(:last-child)::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.46875rem;
  height: 1.46875rem;
  margin-inline: 0.3125rem;
  background: url(../img/icon-flow-arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-service-flow__item:not(:last-child)::after {
    margin-inline: 0;
    margin-block: 1.1875rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.p-service-flow__card {
  display: grid;
  grid-template-rows: 1fr 3.7375rem;
  width: 13.5rem;
  height: 13.5rem;
  border: 1px solid #303D69;
  border-radius: 50%;
  background-color: #ffffff;
  min-width: 0;
}

.p-service-flow__icon-wrap {
  -webkit-padding-before: 1.25rem;
          padding-block-start: 1.25rem;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  min-height: 0;
}

.p-service-flow__icon {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 5.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-service-flow__label {
  color: #303D69;
  text-align: center;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-service-flow__label {
    font-size: 1rem;
  }
}

.p-service-products {
  position: relative;
  padding-block: 3.1875rem 7.5225rem;
  background-color: #303D69;
  color: #ffffff;
}
.p-service-products.u-noise::before {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-service-products {
    padding-block: 5.0625rem;
  }
}

.p-service-products__inner {
  position: relative;
  z-index: 3;
}

.p-service-products__list {
  margin: 0;
  -webkit-margin-before: 2.5625rem;
          margin-block-start: 2.5625rem;
  padding-inline: 0.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.9375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .p-service-products__list {
    padding-inline: 0.40625rem;
    -webkit-margin-before: 1.4775rem;
            margin-block-start: 1.4775rem;
    grid-template-columns: 1fr;
    gap: 4.02125rem;
  }
}

.p-service-products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-service-products__media {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}

.p-service-products__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 360/240;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service-products__name {
  -webkit-margin-before: 0.763125rem;
          margin-block-start: 0.763125rem;
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.p-service-products__text {
  -webkit-margin-before: 0.125rem;
          margin-block-start: 0.125rem;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-service-products__text {
    font-size: 1rem;
  }
}

.p-service-works {
  padding-block: 5rem 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-works {
    padding-block: 5.25rem 6.25rem;
  }
}

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

.p-service-works__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 6.024375rem;
     -moz-column-gap: 6.024375rem;
          column-gap: 6.024375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 2.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service-works__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
    padding-block: 2rem;
  }
}
.p-service-works__item::after {
  content: "";
  position: absolute;
  left: -2.4375rem;
  right: -2.4375rem;
  bottom: 0;
  height: 1px;
  background-color: #ccc;
}
@media (max-width: 1190px) {
  .p-service-works__item::after {
    left: 0;
    right: 0;
  }
}

.p-service-works__item:first-child {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}

.p-service-works__item:last-child {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.p-service-works__item:last-child::after {
  display: none;
}

.p-service-works__media {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 47.027027027%;
  max-width: 32.625rem;
  border-radius: 1.875rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service-works__media {
    width: 100%;
    max-width: none;
    border-radius: 0.9375rem;
  }
}

.p-service-works__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 522/349;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service-works__body {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-service-works__name {
  color: #303D69;
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.p-service-works__text {
  -webkit-margin-before: 1.75rem;
          margin-block-start: 1.75rem;
  color: #2C2E43;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-service-works__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-works__text {
    -webkit-margin-before: 1.125rem;
            margin-block-start: 1.125rem;
  }
}

.p-service-machinery {
  background-color: #f7f7f7;
  padding-block: 4.125rem 7.5625rem;
}
@media screen and (max-width: 767px) {
  .p-service-machinery {
    padding-block: 4.5rem 6.5rem;
  }
}

.p-service-machinery__text {
  width: min(30rem, 100%);
  -webkit-margin-before: 2.5625rem;
          margin-block-start: 2.5625rem;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-service-machinery__text {
    font-size: 1rem;
  }
}

.p-service-machinery__items.p-service__machine-items {
  padding-inline: 0;
}

.p-service-machinery__table-scroll {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  width: calc(100% + 40px);
  -webkit-margin-end: -40px;
          margin-inline-end: -40px;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .p-service-machinery__table-scroll {
    width: calc(100% + 50vw - 50%);
    -webkit-margin-end: calc(50% - 50vw);
            margin-inline-end: calc(50% - 50vw);
  }
}

.p-service-machinery__table {
  width: 1123px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #303D69;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-service-machinery__table {
    font-size: 1rem;
  }
}
.p-service-machinery__table th,
.p-service-machinery__table td {
  height: 48px;
  padding: 9px 25px 10px;
  border: 1px solid #000000;
  text-align: left;
  vertical-align: middle;
}
.p-service-machinery__table th {
  background-color: #dbdfee;
  font-weight: 300;
}
.p-service-machinery__table td {
  background-color: #ffffff;
}
.p-service-machinery__table th:nth-child(1),
.p-service-machinery__table td:nth-child(1) {
  width: 282px;
}
.p-service-machinery__table th:nth-child(2),
.p-service-machinery__table td:nth-child(2) {
  width: 282px;
}
.p-service-machinery__table th:nth-child(3),
.p-service-machinery__table td:nth-child(3) {
  width: 559px;
}

.p-choose {
  -webkit-margin-before: 5.1875rem;
          margin-block-start: 5.1875rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-choose {
    -webkit-margin-before: 5.3125rem;
            margin-block-start: 5.3125rem;
  }
}

.p-choose__inner {
  width: min(1264px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-choose__inner {
    width: 100%;
    max-width: 640px;
    padding-inline: 20px;
  }
}

.p-choose__box {
  position: relative;
  background-color: #303D69;
  border-radius: 1.875rem;
  padding-block: 2.9375rem 3.875rem;
  padding-inline: 3rem;
}
@media screen and (max-width: 767px) {
  .p-choose__box {
    -webkit-padding-after: 2.375rem;
            padding-block-end: 2.375rem;
    padding-inline: 0.9375rem;
  }
}

.p-choose__head {
  position: relative;
  z-index: 3;
}

.p-choose__title {
  font-size: 4.6875rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-choose__title {
    font-size: 2.8125rem;
  }
}

.p-choose__en {
  -webkit-margin-before: 1.0625rem;
          margin-block-start: 1.0625rem;
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 0.03em;
  position: relative;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}
.p-choose__en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../img/icon-entitle-l.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-choose__en {
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
  }
}

.p-choose__list {
  position: relative;
  z-index: 3;
  -webkit-margin-before: 4.8975rem;
          margin-block-start: 4.8975rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-choose__list {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
    grid-template-columns: 1fr;
    gap: 2.71rem;
  }
}

.p-choose__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-choose__item-media {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}

.p-choose__item-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 360/240;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-choose__item-title {
  -webkit-margin-before: 0.763125rem;
          margin-block-start: 0.763125rem;
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.p-choose__item-text {
  margin-block: 0.125rem 0.4375rem;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-choose__item-text {
    font-size: 1rem;
  }
}

.p-choose__item-btn {
  -webkit-margin-before: auto;
          margin-block-start: auto;
}
@media screen and (max-width: 767px) {
  .p-choose__item-btn {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

.p-choose__btn-wrap {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-news {
  padding-block: 8.10625rem 13rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-block: 6.016875rem 10.3125rem;
  }
}

.p-news__inner {
  width: min(1260px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    width: 100%;
    max-width: 640px;
    padding-inline: 20px;
  }
}

.p-news__box {
  position: relative;
  background-color: #efefef;
  border-radius: 1.875rem;
  padding-block: 2.8125rem 4.9375rem;
  padding-inline: 3rem 3.125rem;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 7.8125rem;
     -moz-column-gap: 7.8125rem;
          column-gap: 7.8125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .p-news__box {
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
    padding-block: 3.75rem 4.3125rem;
    padding-inline: 0.8125rem 0.9375rem;
  }
}

.p-news__head {
  position: relative;
  z-index: 3;
  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.1875rem;
}
@media screen and (max-width: 767px) {
  .p-news__head {
    row-gap: 0.3125rem;
  }
}

.p-news__title {
  color: #303D69;
  font-size: 4.6875rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: 2.8125rem;
  }
}

.p-news__en {
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #3889B1;
  position: relative;
  -webkit-margin-start: 0.75rem;
          margin-inline-start: 0.75rem;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}
.p-news__en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../img/icon-entitle-l.svg) no-repeat center center/cover;
}

.p-news__main {
  position: relative;
  z-index: 3;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3.625rem;
  min-width: 0;
  -webkit-padding-before: 1.25rem;
          padding-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__main {
    -webkit-padding-before: 0;
            padding-block-start: 0;
    gap: 2rem;
  }
}

.p-news__list {
  width: 100%;
}

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

.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding-block: 1.8125rem;
  padding-inline: 0;
  color: inherit;
  text-decoration: none;
}
@media (any-hover: hover) {
  .p-news__link:hover .p-news__item-title {
    border-bottom-color: #303D69;
  }
  .p-news__link:hover .p-news__item-btn {
    background-color: #303D69;
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .p-news__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 1.8125rem 0.625rem;
  }
}

.p-news__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.625rem;
     -moz-column-gap: 2.625rem;
          column-gap: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-news__text-wrap {
    -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;
    row-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.p-news__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.p-news__item-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-width: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: #303D69;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-block-end-color 0.3s ease;
  transition: border-block-end-color 0.3s ease;
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-news__item-title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__item-title {
    -webkit-margin-before: -0.1875rem;
            margin-block-start: -0.1875rem;
  }
}

.p-news__item-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 5.5625rem;
  height: 2.125rem;
  border: 1px solid #303D69;
  border-radius: 9999px;
  color: #303D69;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-news__item-btn svg {
  width: 0.5625rem;
  height: auto;
}

.p-news__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-news__foot {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-archive-news {
  padding-block: 7.125rem 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-archive-news {
    padding-block: 3.75rem 4.75rem;
  }
}

.p-archive-news__inner {
  width: min(722px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-archive-news__inner {
    width: 100%;
    max-width: 640px;
    padding-inline: 20px;
  }
}

.p-archive-news__list {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-archive-news__list {
    -webkit-padding-start: 2.25rem;
            padding-inline-start: 2.25rem;
  }
}

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

.p-archive-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  padding-block: 32px 29px;
  color: inherit;
}
@media (any-hover: hover) {
  .p-archive-news__link:hover .p-archive-news__title {
    opacity: 0.7;
  }
  .p-archive-news__link:hover .p-archive-news__btn {
    background-color: #303D69;
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .p-archive-news__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 1.8125rem 0.625rem;
  }
}

.p-archive-news__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 42px;
     -moz-column-gap: 42px;
          column-gap: 42px;
}
@media screen and (max-width: 767px) {
  .p-archive-news__text-wrap {
    -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;
    row-gap: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.p-archive-news__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #303D69;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.p-archive-news__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-width: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: #303D69;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-archive-news__title {
    -webkit-margin-before: -0.1875rem;
            margin-block-start: -0.1875rem;
  }
}

.p-archive-news__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 89px;
  height: 34px;
  border: 1px solid #303D69;
  border-radius: 9999px;
  color: #303D69;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-archive-news__btn svg {
  width: 9px;
  height: auto;
}

.p-archive-news__pager {
  -webkit-margin-before: 61px;
          margin-block-start: 61px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-archive-news__pager {
    -webkit-margin-before: 4.75rem;
            margin-block-start: 4.75rem;
  }
}

.p-single {
  margin-block: 6.25rem;
  width: min(722px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-single {
    width: 100%;
    max-width: 640px;
    padding-inline: 20px;
  }
}

.p-single__header {
  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: 0.625rem;
}

.p-single__meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}

.p-single__category {
  display: inline-block;
  padding: 0.125rem 0.8125rem;
  color: #ffffff;
  background-color: #303D69;
  border-radius: 0.75rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: max(0.75rem, 9.6px);
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-single__category {
    font-size: 0.75rem;
  }
}
@media (any-hover: hover) {
  .p-single__category:hover {
    opacity: 0.7;
  }
}

.p-single__date {
  font-size: max(1rem, 12.8px);
  font-weight: 300;
  line-height: 0;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-single__date {
    font-size: 1rem;
  }
}

.p-single__title {
  position: relative;
  padding-bottom: 0.625rem;
  font-size: max(1.6875rem, 21.6px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.5rem;
  }
}
.p-single__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #CCC;
}

.p-single__eyecatch {
  margin-top: 2rem;
  width: 100%;
  aspect-ratio: 3/2;
}
.p-single__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}

.p-single__footer {
  margin-top: 5.375rem;
  text-align: center;
}

.wpcf7-form-control:not(.wpcf7-radio):not(.wpcf7-submit) {
  width: 100%;
}

.wpcf7 textarea,
.wpcf7-form-control-wrap {
  width: 100%;
  resize: vertical;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-right: 0;
}

.p-contact-form__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.8125rem;
}

.p-contact-form__field {
  width: 100%;
}

.p-contact-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.p-contact-form__label {
  color: #303D69;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-contact-form__label {
    font-size: 1rem;
  }
}

.p-contact-form__required {
  -webkit-padding-before: 0.3125rem;
          padding-block-start: 0.3125rem;
  color: #FF0000;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0107142857em;
}
@media screen and (max-width: 767px) {
  .p-contact-form__required {
    font-size: 0.875rem;
  }
}

.p-contact-form__body {
  width: 100%;
  min-width: 0;
  height: auto;
  -webkit-margin-before: 0.125rem;
          margin-block-start: 0.125rem;
}

.p-contact-form__text,
.p-contact-form__textarea,
.p-contact-form__select {
  width: 100%;
  height: 2.0625rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.3125rem;
  border: solid 0.0625rem #e6e8ec;
  background: #E6E6E6;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  font-size: max(0.875rem, 11.2px);
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact-form__text,
  .p-contact-form__textarea,
  .p-contact-form__select {
    font-size: 0.875rem;
  }
}
.p-contact-form__text::-webkit-input-placeholder, .p-contact-form__textarea::-webkit-input-placeholder, .p-contact-form__select::-webkit-input-placeholder {
  color: #717182;
}
.p-contact-form__text::-moz-placeholder, .p-contact-form__textarea::-moz-placeholder, .p-contact-form__select::-moz-placeholder {
  color: #717182;
}
.p-contact-form__text:-ms-input-placeholder, .p-contact-form__textarea:-ms-input-placeholder, .p-contact-form__select:-ms-input-placeholder {
  color: #717182;
}
.p-contact-form__text::-ms-input-placeholder, .p-contact-form__textarea::-ms-input-placeholder, .p-contact-form__select::-ms-input-placeholder {
  color: #717182;
}
.p-contact-form__text::placeholder,
.p-contact-form__textarea::placeholder,
.p-contact-form__select::placeholder {
  color: #717182;
}
.p-contact-form__text:focus, .p-contact-form__text:hover,
.p-contact-form__textarea:focus,
.p-contact-form__textarea:hover,
.p-contact-form__select:focus,
.p-contact-form__select:hover {
  outline: none;
  border-color: #303D69;
}
.p-contact-form__text.invalid,
.p-contact-form__textarea.invalid,
.p-contact-form__select.invalid {
  border-color: #FF0000;
  background-color: rgba(255, 0, 0, 0.2);
}

.p-contact-form__textarea {
  resize: vertical;
  height: 6.75rem;
}

.p-contact-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-contact-form__body:has(.p-contact-form__select) {
  position: relative;
}
.p-contact-form__body:has(.p-contact-form__select)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  translate: 0 -50%;
  width: 0.625rem;
  height: 0.625rem;
  pointer-events: none;
  background: url("../../assets/img/icon-select-arrow.svg") no-repeat center/contain;
}

.p-contact-form__radio {
  width: 100%;
  height: 1.8125rem;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.p-contact-form__radio input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.p-contact-form__radio input[type=radio]:checked + .wpcf7-list-item-label {
  font-weight: 700;
}
.p-contact-form__radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #303D69;
}
.p-contact-form__radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact-form__radio input[type=radio]:focus-visible + .wpcf7-list-item-label {
  font-weight: 500;
}
.p-contact-form__radio input[type=radio]:focus-visible + .wpcf7-list-item-label::before {
  border-color: #303D69;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radio {
    grid-template-columns: 1fr;
    row-gap: 0.125rem;
    height: auto;
  }
}

.p-contact-form__radio .wpcf7-list-item {
  position: relative;
  height: 1.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact-form__radio .wpcf7-list-item-label {
  position: relative;
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
  cursor: pointer;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radio .wpcf7-list-item-label {
    font-size: 1rem;
  }
}
.p-contact-form__radio .wpcf7-list-item-label::before, .p-contact-form__radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  border-radius: 50%;
  background-color: #ffffff;
}
.p-contact-form__radio .wpcf7-list-item-label::before {
  width: 1.0625rem;
  height: 1.0625rem;
  left: 0;
  border: solid 0.0625rem #303D69;
  background-color: #D9D9D9;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.p-contact-form__radio .wpcf7-list-item-label::after {
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: #000000;
  border: solid 0.0625rem #303D69;
  left: 0.3125rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-contact-form__submit {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}

.p-contact-form__button {
  width: 100%;
  height: 4.25rem;
  border: solid 0.0625rem #303D69;
  border-radius: 0.3125rem;
  background: #303D69;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-contact-form__button {
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .p-contact-form__button:hover {
    background-color: #ffffff;
    color: #303D69;
  }
}
.p-contact-form__button:disabled {
  cursor: not-allowed;
  -webkit-filter: grayscale(100%) opacity(0.4);
          filter: grayscale(100%) opacity(0.4);
}
.p-contact-form__button:disabled:hover {
  background-color: #303D69;
  color: #ffffff;
}

.p-slider {
  overflow: hidden;
}
.p-slider__swiper-container {
  margin-inline: auto;
  max-width: 100%;
}

.p-slider__swiper {
  overflow: visible;
  height: 25.0625rem;
}
@media screen and (max-width: 767px) {
  .p-slider__swiper {
    height: 14.125rem;
  }
}

.p-slider__swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-slider__swiper-slide {
  overflow: hidden;
  border-radius: 1.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-slider__swiper-slide--lg {
  width: 32.0625rem;
  height: auto;
  aspect-ratio: 513/343;
  -webkit-margin-after: auto;
          margin-block-end: auto;
}
@media screen and (max-width: 767px) {
  .p-slider__swiper-slide--lg {
    width: 18.0625rem;
  }
}

.p-slider__swiper-slide--sm {
  width: 25.0625rem;
  height: auto;
  aspect-ratio: 401/268;
  -webkit-margin-before: auto;
          margin-block-start: auto;
}
@media screen and (max-width: 767px) {
  .p-slider__swiper-slide--sm {
    width: 14.125rem;
  }
}

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

.p-footer {
  position: relative;
  background: linear-gradient(135deg, #1c5daa 0%, #2e6eb9 49.52%, #4fd19b 100%);
  color: #ffffff;
}
.p-footer.u-noise::before {
  border-radius: 0;
}

.p-footer__inner {
  position: relative;
  z-index: 3;
  width: min(1274px, 100%);
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 2.8125rem 2.0625rem;
  min-height: 38.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    width: 100%;
    padding-inline: 15px;
    padding-block: 12.0625rem 0.625rem;
    min-height: 27.6875rem;
    row-gap: 1.5625rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.p-footer__logo-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-footer__logo-link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media (any-hover: hover) {
  .p-footer__logo-link:hover {
    opacity: 0.7;
  }
}

.p-footer__logo {
  display: block;
  width: 8.0625rem;
  height: auto;
  aspect-ratio: 129/68;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 5.8125rem;
    aspect-ratio: 93/49;
  }
}

.p-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-margin-before: auto;
          margin-block-start: auto;
  width: 100%;
}

.p-footer__name {
  font-size: 6.5625rem;
  font-weight: 100;
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer__name {
    font-size: 4.6875rem;
  }
}

.p-footer__copy {
  -webkit-margin-after: 0.75rem;
          margin-block-end: 0.75rem;
  -webkit-margin-end: 0.25rem;
          margin-inline-end: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.p-footer__copy-text {
  color: #303D69;
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-footer__copy-text {
    font-size: 0.75rem;
  }
}

.p-footer__top-img {
  position: absolute;
  z-index: 4;
  top: -7.5625rem;
  right: 0;
  width: 53.75rem;
  height: 24.8125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top-img {
    top: -7rem;
    width: 17.75rem;
    height: 12.375rem;
  }
}
.p-footer__top-img picture {
  display: block;
  height: 100%;
}
.p-footer__top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.875rem 0 0 1.875rem;
}

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

.p-test__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-test__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
  }
}

.p-test__title {
  text-transform: uppercase;
  font-size: max(1.625rem, 20.8px);
  font-weight: 700;
  line-height: 1.8076923077;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-test__title {
    font-size: 1.625rem;
  }
}

.p-test__text {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  font-size: max(1.75rem, 22.4px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-test__text {
    font-size: 1.75rem;
  }
}

.p-test__text-wrap {
  width: min(25rem, 100%);
}

.p-test__img {
  width: min(37.5rem, 100%);
  height: auto;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", serif;
}
.u-font__en {
  font-family: "Geologica", serif;
}
.u-font__opacity {
  opacity: 0.5;
}

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

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

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

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

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

.u-noise::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/img-noise.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 2;
  border-radius: 1.875rem;
}

.u-noise--opacity::before {
  opacity: 0.8;
}