@charset "UTF-8";
/*
 * 参考
 * https: //github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove all animations and transitions for people that prefer not to see them */
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https: //css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https: //webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #333;
  display: flex;
  flex-direction: column;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  min-height: 100svh;
  overflow-x: hidden;
  position: relative;
  text-rendering: optimizeSpeed;
}

body.is-fixed {
  overflow: hidden;
}
main {
  flex-grow: 1;
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

.l-access {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.l-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 900;
}

.l-header.is-visible {
  opacity: 1;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  max-width: 37.5rem;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}

.l-page-top {
  bottom: 15px;
  bottom: 0.9375rem;
  opacity: 0;
  position: absolute;
  right: 14px;
  right: 0.875rem;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  z-index: 100;
}

.l-page-top.is-show {
  opacity: 1;
  visibility: visible;
}

.l-pager {
  margin-top: 32px;
  margin-top: 2rem;
}

.l-post-connect {
  margin-top: 16px;
  margin-top: 1rem;
}

.c-breadcrumb {
  padding: 16px 0;
  padding: 1rem 0;
}

.c-breadcrumb a {
  color: #a346ff;
}

.c-btn {
  background-color: transparent;
  border: 1px solid #013365;
  border-radius: 2.125rem;
  color: #013365;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.84px;
  letter-spacing: 0.0525rem;
  min-width: 277px;
  min-width: 17.3125rem;
  padding: 20px 70px;
  padding: 1.25rem 4.375rem;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  transition: 0.5s;
}

.c-btn.c-btn--white {
  border: 1px solid #fff;
  color: #fff;
}

.c-btn.c-btn--white::after {
  background-color: #fff;
}

.c-btn.c-btn--contact {
  background-color: #d6ff02;
  border: none;
}

.c-btn::after {
  background: #013365;
  clip-path: polygon(0 40%, 52.4% 40%, 52.4% 0, 100% 50%, 52.4% 100%, 52.4% 60%, 0 60%);
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 50px;
  margin-left: 3.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  width: 21px;
}

.c-btn:hover {
  -webkit-text-decoration: none;
  background: linear-gradient(to bottom, #924bd8, #5e16a4);
  box-shadow: 0 4px 30px rgb(212, 95, 255);
  color: #fff;
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
}

.c-btn.c-btn--white:hover {
  border: 1px solid transparent;
  box-shadow: 0px 0px 40px 0px rgba(212, 95, 255, 0.7);
}

.c-btn:hover::after {
  background-color: #fff;
}

.c-link {
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(画像のバスを入れる) center center/contain no-repeat;
  content: "";
  height: 1em;
  position: absolute;
  right: -1em;
  top: 0.3em;
  width: 1em;
}

.c-page-top {
  align-items: center;
  background-color: #a346ff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  height: 48px;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  padding-top: 15px;
  padding-top: 0.9375rem;
  text-transform: uppercase;
  transition: 0.3s;
  width: 48px;
  width: 3rem;
}

.c-page-top:hover {
  background-color: #d6ff02;
}

.c-page-top:hover .arrow {
  background-color: #013365;
  width: 2px;
  width: 0.125rem;
}

.c-page-top:hover .arrow::before,
.c-page-top:hover .arrow::after {
  background-color: #013365;
  left: calc(50% - 0.0625rem); /* 太さが変わったので位置調整 */
  transform-origin: 50% 0.0625rem; /* 太さが変わったので回転軸調整 */
  width: 2px;
  width: 0.125rem;
}

.arrow {
  background-color: #fff;
  border-radius: 9999px;
  display: inline-block;
  height: 18px;
  height: 1.125rem;
  margin: 0 21.9px;
  margin: 0 1.36875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  width: 0.1875rem;
}

.arrow::before,
.arrow::after {
  background-color: #fff;
  border-radius: 9999px;
  content: "";
  height: 12px;
  height: 0.75rem;
  left: calc(50% - 0.09375rem);
  position: absolute;
  top: 0;
  transform-origin: 50% 0.09375rem;
  width: 3px;
  width: 0.1875rem;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

.c-scroll-down {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
  position: relative;
  text-transform: capitalize;
  writing-mode: sideways-lr;
}

.c-scroll-down::after {
  animation: scroll-down 2s infinite;
  background: #fff;
  bottom: 0%;
  content: "";
  height: 170px;
  height: 10.625rem;
  left: 50%;
  position: absolute;
  width: 1px;
}

@keyframes scroll-down {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.c-sub-title {
  color: #a346ff;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

.c-sub-title.c-sub-title-en {
  color: #3366ff;
  text-transform: capitalize;
}

.c-title {
  color: #a346ff;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: normal;
  text-transform: uppercase;
}

.c-title.c-title--white {
  color: #fff;
}

.p-404__title {
  text-align: center;
}

.p-404__btn {
  text-align: center;
}

.p-access__inner {
  opacity: 0;
}

.p-access__inner.is-active {
  animation: fadeIn 1s ease-out forwards;
}

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

.p-access__map-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
}

.p-access__map {
  height: 0;
  padding-top: 47.5%;
  position: relative;
  width: 100%;
}

.p-access__map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-recruit-profile__list {
  border-bottom: 1px solid #cecece;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}

.p-recruit-profile__list:first-child {
  border-top: 1px solid #cecece;
  padding-top: 30px;
  padding-top: 1.875rem;
}

.p-recruit-profile__list + .p-recruit-profile__list {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-recruit-profile__list dt {
  color: #a346ff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}

.p-recruit-profile__list dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
  line-height: 27px;
  line-height: 1.6875rem;
}

.p-recruit-profile__term {
  flex-shrink: 0;
  max-width: 100%;
  width: 100%;
}

.p-recruit-profile__message {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: right;
}

.p-company {
  background-image: url(./../images/common/top/feature-bg-sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-company__title {
  padding-left: 25px;
  padding-left: 1.5625rem;
}

.p-company__inner {
  opacity: 0;
}

.p-company__inner.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.p-company__flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
}

.p-company__img {
  aspect-ratio: 600/400;
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
}

.p-company__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 0.625rem;
     object-fit: cover;
}

.p-company__text-wrap {
  flex: 1;
}

.p-company__message {
  color: #013365;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 30px;
  line-height: 1.875rem;
}

.p-company__text {
  color: #013365;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  gap: 20px;
  gap: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-company__grid {
  display: grid;
  grid-gap: 30px;
  gap: 30px;
  gap: 1.875rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-company__grid-item {
  background-color: rgba(163, 70, 255, 0.1);
  border-radius: 1.25rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 22px;
  padding-right: 1.375rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
}

.p-company__grid-title {
  color: #a346ff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 33.2px;
  line-height: 2.075rem;
  text-align: center;
}

.p-company__grid-text {
  color: #013365;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  line-height: 1.5rem;
}

.p-company__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-contact {
  background-color: #fff;
  border-radius: 3.125rem 3.125rem 0 0;
  margin-top: -50px;
  margin-top: -3.125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
  z-index: 2;
}

.p-contact__inner.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.p-contact__inner.l-inner {
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.p-contact__status-list {
  counter-reset: number;
  display: flex;
  gap: 13px;
  gap: 0.8125rem;
  justify-content: space-between;
  margin: auto;
  max-width: 500px;
  max-width: 31.25rem;
  position: relative;
  width: 100%;
}

.p-contact__status-item {
  align-items: center;
  background-color: #fff;
  border: 1px solid #a346ff;
  border: 0.0625rem solid #a346ff;
  border-radius: 1.375rem;
  display: flex;
  flex-direction: column;
  height: 45px;
  height: 2.8125rem;
  justify-content: center;
  width: 120px;
  width: 7.5rem;
}

.p-contact__status-item.p-contact__status-item--current {
  background-color: #a346ff;
}

.p-contact__status-text {
  color: #a346ff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
}

.p-contact__status-item.p-contact__status-item--current .p-contact__status-text {
  color: #fff;
}

.p-contact__text-wrap {
  border-bottom: 1px solid #cecece;
  border-bottom: 0.0625rem solid #cecece;
  color: #013365;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
  line-height: 27px;
  line-height: 1.6875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  text-align: center;
}

.p-contact__text-thanks {
  color: #013365;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-contact__text {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}

.p-contact__title {
  color: #013365;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
  text-align: center;
}

.p-contact__contents {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-contact__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-contact__content.p-contact__content--start {
  align-items: flex-start;
}

.p-contact__head {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
  line-height: normal;
  width: 300px;
  width: 18.75rem;
}

.p-contact__head label {
  display: flex;
}

.p-contact__item {
  margin-top: 13px;
  margin-top: 0.8125rem;
  width: 100%;
}

.p-contact__item-example {
  color: gray;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-contact__required {
  background-color: #d40000;
  border-radius: 0.125rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.56px;
  letter-spacing: 0.035rem;
  line-height: normal;
  margin-left: 21px;
  margin-left: 1.3125rem;
  padding: 2px 5px;
  padding: 0.125rem 0.3125rem;
}

.p-contact__policy {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
  line-height: normal;
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
  transition: all 0.3s;
}

.p-contact__policy-link {
  margin-left: 14px;
  margin-left: 0.875rem;
  position: relative;
}

.p-contact__policy-link::after {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-contact__btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-contact__btn {
  display: inline-block;
  text-align: center;
}

.p-contact__item-text,
.p-contact__item-tel,
.p-contact__item-email,
.p-contact__item-textarea,
.p-contact__item-select {
  background: none;
  background-color: #f3f5fb;
  border: none;
  border-radius: 0.1875rem;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  outline: none;
  padding: 10px;
  padding: 0.625rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}

.p-contact__item-text:focus,
.p-contact__item-tel:focus,
.p-contact__item-email:focus,
.p-contact__item-textarea:focus,
.p-contact__item-select:focus {
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow: none;
  outline: none;
}

.p-contact__item-textarea {
  height: 255px;
  height: 15.9375rem;
  overflow: auto;
  resize: none;
}

.p-contact__item-textarea.p-contact__item-textarea--entry {
  height: 120px;
  height: 7.5rem;
  overflow: auto;
  resize: none;
}

.p-contact__item-message {
  white-space: pre-wrap;
}

.p-contact__item-select {
  background-image: url(./../images/common/entry-icon.svg);
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 1.0625rem;
  color: inherit;
  padding-right: 3em;
}

.p-contact__item-select:invalid {
  color: rgba(0, 0, 0, 0.32);
}

.p-contact__item-select select::-ms-expand {
  display: none;
}

.p-contact__item-radio input[type=radio],
.p-contact__item-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-contact__item-radio input[type=radio] + span,
.p-contact__item-checkbox input[type=checkbox] + span {
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5em 1em 0.5em 1.5em;
  position: relative;
}

.p-contact__item-radio input[type=radio]:focus + span,
.p-contact__item-checkbox input[type=checkbox]:focus + span {
  opacity: 0.7;
}

.p-contact__item-radio input[type=radio] + span::before,
.p-contact__item-checkbox input[type=checkbox] + span::before {
  background: white;
  border: 1px solid #a9acb8;
  content: "";
  height: 25px;
  height: 1.5625rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  width: 1.5625rem;
}

.p-contact__item-checkbox input[type=checkbox]:checked + span::before {
  background: #333;
}

.p-contact__item-radio input[type=radio]:checked + span::before {
  background: white;
}

.p-contact__item-radio input[type=radio] + span::before {
  border-radius: 50%;
}

.p-contact__item-radio input[type=radio] + span::after {
  background: #333;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 0.5em;
  left: 0.25em;
  opacity: 0;
  padding: 0.125em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 0.5em;
}

.p-contact__item-checkbox input[type=checkbox] + span::after {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  content: "";
  display: block;
  height: 0.35em;
  left:  0.3125em;
  margin-top: -0.1em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 0.8em;
}

.p-contact__item-checkbox input[type=checkbox]:checked + span::after,
.p-contact__item-radio input[type=radio]:checked + span::after {
  opacity: 1;
}

/* button */
.p-contact__btn input[type=submit],
.p-contact__btn input[type=button] {
  display: inline-block;
  margin: 0;
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  background-color: transparent;
  border: 1px solid #013365;
  border-radius: 2.125rem;
  color: #013365;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -moz-appearance: button;
       appearance: button;
  cursor: pointer;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  min-width: 220px;
  min-width: 13.75rem;
  transition: all 0.3s;
}

/* エントリー時の背景色 */
.p-contact__btn.p-contact__btn--entry .wpcf7-submit,
.p-contact__btn.p-contact__btn--entry input.wpcf7-submit,
.p-contact__btn.p-contact__btn--entry input[type=submit].wpcf7-submit {
  background-color: #d6ff02;
  border: none;
  margin-top: 1.875rem;
}

.p-contact__btn input[type=submit]:hover,
.p-contact__btn input[type=button]:hover,
.p-contact__btn input[type=submit]:focus,
.p-contact__btn input[type=button]:focus {
  opacity: 0.7;
  outline: none;
}

.p-contact__item,
.p-contact__btn-submit {
  min-width: 150px;
  min-width: 9.375rem;
}

.p-contact__btn.p-contact__btn--thanks {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.wpcf7-spinner {
  position: absolute;
}

.p-feature {
  background-image: url(./../images/common/top/feature-bg-sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-feature__title {
  padding-left: 25px;
  padding-left: 1.5625rem;
}

.p-feature__title-wrap {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-feature__message {
  color: #013365;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 37.5px;
  line-height: 2.34375rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-feature__text {
  color: #013365;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-feature__grid {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-feature__grid-item {
  background-color: #e9f1f8;
  border-radius: 1.875rem;
  opacity: 0;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  text-align: center;
}

.p-feature__grid-item.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-feature__img {
  aspect-ratio: 72/83;
  margin-left: auto;
  margin-right: auto;
  width: 72px;
  width: 4.5rem;
}

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

.p-feature__grid-title {
  color: #3366ff;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
  line-height: normal;
  text-transform: capitalize;
}

.p-feature__grid-message {
  color: #013365;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.p-feature__grid-en {
  color: #908399;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.32px;
  letter-spacing: -0.02rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-feature__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-footer__contact {
  background-image: url(./../images/common/contact-bg-sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
}

.p-footer__contact--top {
  padding-bottom: 232px;
  padding-bottom: 14.5rem;
}

.p-footer__contact--top::before {
  background-image: url(./../images/common/contact-right.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 15%;
  content: "";
  height: 100px;
  height: 6.25rem;
  position: absolute;
  right: 0;
  width: 240px;
  width: 15rem;
}

.p-footer__contact-wrap {
  opacity: 0;
  text-align: center;
}

.p-footer__contact-wrap.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.p-footer__contact-title span {
  font-family: "Oswald", sans-serif;
}

.p-footer__contact-title h3 {
  color: #013365;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
}

.p-footer__contact-text {
  color: #013365;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  gap: 30px;
  gap: 1.875rem;
  line-height: 27px;
  line-height: 1.6875rem;
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-footer__contact-btn {
  margin-top: 53px;
  margin-top: 3.3125rem;
  text-align: center;
}

.p-footer__contact-entry {
  color: #013365;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.75rem;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-footer {
  background-image: url(./../images/common/footer-bg-sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0;
  padding: 2.8125rem 0;
}

.p-footer__inner {
  margin: auto;
  padding: 0 54px;
  padding: 0 3.375rem;
  width: 100%;
}

.p-footer__logo {
  margin-right: auto;
  max-width: 150px;
  max-width: 9.375rem;
  width: 100%;
}

.p-footer__logo a {
  display: block;
  padding: 10px 0;
  padding: 0.625rem 0;
}

.p-footer__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__nav-items {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-footer__nav-item a {
  color: #fff;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.6px;
  letter-spacing: -0.0375rem;
  line-height: normal;
  padding: 12px 0;
  padding: 0.75rem 0;
  position: relative;
  text-align: left;
  text-decoration-line: underline;
  text-transform: uppercase;
  transition: 0.3s;
}

.p-footer__nav-item a:hover {
  color: #cd9aff;
}

.p-footer__nav-bottom-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 1rem;
  justify-content: end;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-footer__nav-bottom-item a {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: -0.36px;
  letter-spacing: -0.0225rem;
  line-height: normal;
  white-space: nowrap;
}

.p-footer__copyright {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.24px;
  letter-spacing: -0.015rem;
  line-height: normal;
  white-space: nowrap;
  display: inline-block;
}

.p-footer__copyright span {
  text-transform: uppercase;
}

.p-header {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4rem;
  height: 60px;
  height: 3.75rem;
  margin-left: 16px;
  margin-left: 1rem;
  margin-right: 16px;
  margin-right: 1rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-header__inner {
  display: flex;
  height: inherit;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.p-header__logo {
  height: inherit;
  max-width: 100px;
  max-width: 6.25rem;
  width: 100%;
}

.p-header__logo a {
  align-items: center;
  display: flex;
  height: inherit;
}

.p-header__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  display: none;
  height: inherit;
  margin-left: auto;
}

.p-header__nav-list {
  display: flex;
  height: inherit;
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-item a {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  height: inherit;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
  line-height: 1;
  padding: 0 30px;
  padding: 0 1.875rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-transform: uppercase;
  transition: 0.3s;
}

.p-header__nav-item a:hover {
  color: #cd9aff;
}

.p-header__hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: inherit;
  margin: 0;
  margin-left: auto;
  outline: none;
  padding: 0;
  position: relative;
  transition: 0.3s;
  width: 24px;
  width: 1.5rem;
  z-index: 999;
}

.p-header__hamburger.is-open {
  background-color: transparent;
}

.p-header__hamburger span {
  background-color: #fff;
  display: block;
  height: 2px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 24px;
  width: 1.5rem;
}

.p-header__hamburger.is-open span {
  background-color: #fff;
}

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

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

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

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

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

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

.p-header__drawer {
  background-color: rgba(0, 0, 0, 0.5); /* 黒の半透明 */
  bottom: 0;
  height: 100dvh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: 0.6s;
  width: 100vw;
  z-index: 900;
}

.p-header__drawer-inner {
  background-color: rgba(163, 70, 255, 0.85); /* 紫色 */
  border-radius: 1.875rem 0 0 1.875rem; /* 左側のみ角丸 */
  height: 100%;
  overflow-y: scroll;
  padding: 70px 0;
  padding: 4.375rem 0;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 0;
  width: 90vw;
}

.p-header__drawer.is-open {
  transform: translateX(0); /* 開く時は元の位置に */
}

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

.p-header__drawer-item a {
  color: #fff;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
  line-height: normal;
  padding: 24px 0px 24px 80px;
  padding: 1.5rem 0rem 1.5rem 5rem;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-transform: uppercase;
  transition: 0.3s;
}

.p-header__drawer-item a:hover {
  color: #cd9aff;
}

.loading {
  align-items: center;
  background-color: #f8f8f8;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  width: 100%;
  z-index: 999;
}

.loading.is-hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.1);
}

.loading__img {
  animation: slideIn 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  height: auto;
  width: 100%;
}

@keyframes slideIn {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.loading__img img,
.loading__img video {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  display: block;
     object-fit: contain;
}

.p-mv {
  height: 100svh;
  min-height: 700px;
  min-height: 43.75rem;
  position: relative;
  z-index: 1;
}

.p-mv__inner {
  height: inherit;
  min-height: inherit;
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.p-mv__text-img {
  left: 50%;
  opacity: 0;
  position: absolute;
  scale: 0.5;
  top: 10%;
  transform: translateX(-50%);
  transform-origin: center;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-mv__text-img.is-active {
  opacity: 1;
  scale: 1;
}

.p-mv__title-wrap {
  bottom: 30%;
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}

.p-mv__main-title {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.6px;
  letter-spacing: -0.0375rem;
  line-height: normal;
}

.p-mv__sub-title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.28px;
  letter-spacing: -0.0175rem;
  line-height: normal;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-mv__slick,
.p-mv__slick .slick-list,
.p-mv__slick .slick-track,
.p-mv__slick-img,
.p-mv__slick-img img {
  height: inherit;
  min-height: inherit;
}

.p-mv__slick-img picture {
  display: block;
  height: inherit;
  min-height: inherit;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.p-mv__scroll-down {
  bottom: 0;
  content: "";
  left: 3%;
  position: absolute;
}

.p-mv__news {
  background-color: #fff;
  border-radius: 1.875rem;
  bottom: 5%;
  display: flex;
  gap: 0px;
  gap: 0rem;
  justify-content: center;
  left: 50%;
  min-width: 80%;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 16px;
  padding-top: 1rem;
  position: absolute;
  transform: translateX(-50%);
}

.p-mv__news-list {
  max-width: 300px;
  max-width: 18.75rem;
}

.p-mv__news-title {
  color: #a346ff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  line-height: normal;
}

.p-mv__news-meta {
  color: #013365;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  gap: 5px;
  gap: 0.3125rem;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-mv__news-btn a {
  border: 1px solid #013365;
  border-radius: 50%;
  display: inline-block;
  height: 22px;
  height: 1.375rem;
  position: relative;
  width: 22px;
  width: 1.375rem;
}

.p-mv__news-btn a::before {
  background: #000000;
  clip-path: polygon(0 41.7%, 90% 41.7%, 90% 0, 100% 50%, 90% 100%, 90% 58.3%, 0 58.3%);
  content: "";
  display: inline-block;
  height: 2px;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease; /* 追加：スムーズな移動 */
  width: 10px;
  width: 0.625rem;
}

/* ホバー時のアニメーション */
.p-mv__news-btn a:hover::before {
  animation: arrowSlideLoop 1.2s ease-in-out infinite;
}

/* 矢印のスライドアニメーション */
@keyframes arrowSlideLoop {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  45% {
    opacity: 0;
    transform: translate(100%, -50%);
  }
  55% {
    opacity: 0;
    transform: translate(-200%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.p-news-list__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.p-news-list__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.p-news-list__item a {
  display: block;
  padding: 15px 0;
  padding: 0.9375rem 0;
}

.p-news-list__item-meta {
  align-items: center;
  display: flex;
}

.p-news-list__item-date {
  color: #908399;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.16px;
  letter-spacing: -0.01rem;
  line-height: normal;
}

.p-news-list__item-category {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.71875rem;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  margin-left: 5px;
  margin-left: 0.3125rem;
  min-width: 110px;
  min-width: 6.875rem;
  padding: 5px;
  padding: 0.3125rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.p-news-list__item-title {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
  line-height: normal;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-news {
  background-image: url(./../images/common/top/news-bg-sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 15px;
  border-top-left-radius: 0.9375rem;
  border-top-right-radius: 15px;
  border-top-right-radius: 0.9375rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-news__inner {
  opacity: 0;
}

.p-news__inner.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.p-news__title {
  padding-left: 25px;
  padding-left: 1.5625rem;
}

.p-news__list {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-news__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-pager-list {
  display: flex;
  justify-content: space-between;
}

.p-pager-list__btn a {
  border: 1px solid #a346ff;
  color: #a346ff;
  display: inline-block;
  padding: 10px 20px;
}

.p-post-article {
  background-color: #fff;
  border-radius: 3.125rem 3.125rem 0 0;
  margin-top: -50px;
  margin-top: -3.125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
  z-index: 2;
}

.p-post-article__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  max-width: 37.5rem;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

.p-post-article__title {
  color: #1f0034;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
}

.p-post-article__info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-post-article__category {
  align-items: center;
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
  justify-content: center;
}

.p-post-article__category li {
  border: 1px solid #a346ff;
  color: #a346ff;
  padding: 5px;
  padding: 0.3125rem;
}

.p-post-article__box {
  margin: 102.4px auto 0;
  margin: 6.4rem auto 0;
}

.p-post-article__content {
  background-color: #fff;
  padding: 20px 23px 0;
  padding: 1.25rem 1.4375rem 0;
  width: 100%;
}

.p-post-article__content-wrap {
  margin: auto;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  width: 100%;
}

.p-post-article__contents {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-post-article__main-img {
  aspect-ratio: 2/1;
  position: relative;
}

.p-post-article__title-box {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-post-article__main-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 1.875rem;
     object-fit: cover;
}

.p-post-article__category {
  letter-spacing: 0;
}

.p-post-article__data {
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.05em;
  margin-left: auto;
  text-align: right;
}

.p-post-article__content h2 {
  background-color: #a346ff;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  margin: 30px 0 15px;
  margin: 1.875rem 0 0.9375rem;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
}

.p-post-article__contents h3 {
  border-left: 0.5em solid #a346ff;
  color: #a346ff;
  font-size: 28px;
  font-size: 1.75rem;
  margin: 30px 0 15px;
  margin: 1.875rem 0 0.9375rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.p-post-article__contents h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-article__contents h5 {
  border-bottom: 2px solid #a346ff;
  border-top: 2px solid #a346ff;
  color: #a346ff;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 10px 0;
  margin: 0.625rem 0;
  padding: 2px 12.5px;
  padding: 0.125rem 0.78125rem;
}

.p-post-article__contents p {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-post-article__contents a {
  color: #a346ff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-post-article__contents img {
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-article__contents figure {
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-article__contents figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-card__img {
  aspect-ratio: 370/200;
  position: relative;
  width: 100%;
}

.p-post-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 1.875rem;
     object-fit: cover;
}

.p-post-card__body {
  position: relative;
}

.p-post-card__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

.p-post-card__date {
  color: #a5a5a5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.36px;
  letter-spacing: -0.0225rem;
  margin-left: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-post-card__title {
  color: #1f0034;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
  max-width: 200px;
  max-width: 12.5rem;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.p-post-card__text {
  display: -webkit-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.36px;
  letter-spacing: -0.0225rem;
  line-height: 27px;
  line-height: 1.6875rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-post-connect__title {
  color: #a346ff;
  font-size: 24px;
  font-size: 1.5rem;
}

.p-post-connect__items {
  display: grid;
  grid-gap: 50px;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-post-list {
  background-color: #fff;
  border-radius: 3.125rem 3.125rem 0 0;
  margin-top: -50px;
  margin-top: -3.125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
  z-index: 2;
}

.p-post-list__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  max-width: 37.5rem;
  opacity: 0;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  width: 100%;
}

.p-post-list__inner.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.p-post-list__title {
  color: #a346ff;
  font-size: 48px;
  font-size: 3rem;
}

.p-post-list__items {
  display: grid;
  grid-gap: 50px;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-post-list__cards {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-post-list__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-privacy-policy {
  background-color: #fff;
  border-radius: 3.125rem 3.125rem 0 0;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -50px;
  margin-top: -3.125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
  z-index: 2;
}

.p-privacy-policy__inner {
  margin: auto;
  max-width: 600px;
  max-width: 37.5rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  width: 100%;
}

.p-privacy-policy__title {
  color: #a346ff;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: normal;
  text-align: center;
}

.p-privacy-policy__introduction {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

.p-privacy-policy__introduction.p-privacy-policy__introduction--margin {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-privacy-policy__items {
  margin-top: 32px;
  margin-top: 2rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-privacy-policy__item {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.p-privacy-policy__item + .p-privacy-policy__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-privacy-policy__term {
  color: #a346ff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}

.p-privacy-policy__description {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.56px;
  letter-spacing: 0.035rem;
  line-height: 21px;
  line-height: 1.3125rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-privacy-policy__description-text {
  padding-left: 0px;
  padding-left: 0rem;
}

.p-privacy-policy__description-numbers {
  counter-reset: number;
}

.p-privacy-policy__description-text + .p-privacy-policy__description-numbers,
.p-privacy-policy__description-text + .p-privacy-policy__description-items {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-privacy-policy__description-number {
  padding-left: 40px;
  padding-left: 2.5rem;
  text-indent: -15px;
  text-indent: -0.9375rem;
}

.p-privacy-policy__description-number.p-privacy-policy__description-number--padding {
  padding-left: 15px;
  padding-left: 0.9375rem;
}

.p-privacy-policy__description-text.p-privacy-policy__description-text--padding {
  padding-left: 15px;
  padding-left: 0.9375rem;
}

.p-privacy-policy__description-number + .p-privacy-policy__description-number,
.p-privacy-policy__description-item + .p-privacy-policy__description-item {
  margin-top: 0px;
  margin-top: 0rem;
}

.p-privacy-policy__description-number::before {
  content: counter(number) ". ";
  counter-increment: number;
}

.p-privacy-policy__description-items {
  list-style: disc;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-privacy-policy__description-numbers.p-privacy-policy__description-numbers--margin {
  margin-top: 0px;
  margin-top: 0rem;
}

.p-recruit {
  background-color: #fff;
  border-radius: 3.125rem 3.125rem 0 0;
  margin-top: -50px;
  margin-top: -3.125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
  z-index: 2;
}

.p-recruit__inner {
  opacity: 0;
}

.p-recruit__inner.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.p-recruit__title {
  color: #a346ff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.p-recruit__text {
  color: #1f0034;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
  line-height: 27px;
  line-height: 1.6875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-service {
  background-image: url(./../images/common/top/service-bg-sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.9375rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-service__inner {
  opacity: 0;
}

.p-service__inner.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.p-service__title {
  padding-left: 25px;
  padding-left: 1.5625rem;
}

.p-service__grid {
  display: grid;
  grid-gap: 30px;
  gap: 30px;
  gap: 1.875rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-service__grid-item {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-service__img {
  aspect-ratio: 275/155;
}

.p-service__img img,
.p-service__img video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 0.625rem;
     object-fit: cover;
}

.p-service__grid-title {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
  line-height: normal;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-service__grid-title.p-service__grid-title--margin {
  margin-top: 0px;
  margin-top: 0rem;
}

.p-service__grid-text {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.32px;
  letter-spacing: -0.02rem;
  line-height: 27px;
  line-height: 1.6875rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-service__system {
  display: grid;
  grid-gap: 25px;
  gap: 25px;
  gap: 1.5625rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-service__system-img {
  aspect-ratio: 50/50;
  width: 50px;
  width: 3.125rem;
}

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

.p-service__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-sub-company {
  background-color: #fff;
  background-image: url(./../images/common/top/feature-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3.125rem 3.125rem 0 0;
  margin-top: -50px;
  margin-top: -3.125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
  z-index: 2;
}

.p-sub-company__inner {
  opacity: 0;
}

.p-sub-company__inner.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.p-sub-company__main-title {
  color: #013365;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
  line-height: normal;
}

.p-sub-company__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-sub-company__flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
  gap: 0.9375rem;
}

.p-sub-company__flex.p-sub-company__flex--reverse {
  flex-direction: column-reverse;
}

.p-sub-company__text-wrap {
  width: 100%;
}

.p-sub-company__title {
  color: #013365;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  line-height: normal;
}

.p-sub-company__text {
  color: #013365;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-size: 1rem;
  gap: 30px;
  gap: 1.875rem;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  line-height: 27px;
  line-height: 1.6875rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-sub-company__text span {
  font-weight: 700;
  position: relative;
}

.p-sub-company__text span::before {
  background-color: #013365;
  border-radius: 50%;
  content: "";
  height: 4px;
  height: 0.25rem;
  left: -10px;
  left: -0.625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  width: 0.25rem;
}

.p-sub-company__text.p-sub-company__text--padding {
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-sub-company__img {
  aspect-ratio: 660/400;
  flex: 1;
}

.p-sub-company__img img {
  border-radius: 0.625rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-company__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-sub-company__list {
  align-items: center;
  display: flex;
}

.p-sub-company__list dt {
  color: #013365;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.28px;
  letter-spacing: -0.0175rem;
  line-height: normal;
  width: 30%;
}

.p-sub-company__list dd {
  color: #013365;
  flex: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.28px;
  letter-spacing: -0.0175rem;
  line-height: normal;
}

.p-sub-mv {
  height: 200px;
  height: 12.5rem;
  position: relative;
}

.p-sub-mv__title {
  bottom: 35%;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  left: 5%;
  letter-spacing: -1px;
  letter-spacing: -0.0625rem;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}

.p-sub-mv__title.p-sub-mv__title--en {
  text-transform: capitalize;
}

.p-sub-mv__img {
  height: inherit;
}

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

.p-sub-service {
  background-color: #fff;
  border-radius: 3.125rem 3.125rem 0 0;
  margin-top: -50px;
  margin-top: -3.125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
  z-index: 2;
}

.p-sub-service__inner {
  opacity: 0;
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 50px;
  padding-right: 3.125rem;
}

.p-sub-service__inner.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.p-sub-service__wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}

.p-sub-service__items {
  position: relative;
  width: 100%;
}

.p-sub-service__title-wrap {
  padding-left: 0px;
  padding-left: 0rem;
}

.p-sub-service__items::before {
  display: none;
}

.p-sub-service__items:first-child::before {
  display: none;
}

.p-sub-service__title {
  color: #013365;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  line-height: 37.5px;
  line-height: 2.34375rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-sub-service__flex {
  display: flex;
  flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-sub-service__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  width: 100%;
}

.p-sub-service__text p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  line-height: 27px;
  line-height: 1.6875rem;
}

.p-sub-service__img {
  flex: 1;
}

.p-sub-service__img {
  aspect-ratio: 276/500;
}

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

.p-sub-service__img video {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-sub-service__engineering-title {
  color: #013365;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-transform: uppercase;
}

.p-sub-service__grid {
  display: grid;
  grid-gap: 5px;
  gap: 5px;
  gap: 0.3125rem;
  grid-template-columns: repeat(1, 1fr);
  padding-left: 0px;
  padding-left: 0rem;
  padding-right: 0px;
  padding-right: 0rem;
}

.p-sub-service__grid.p-sub-service__grid--three {
  grid-template-columns: repeat(1, 1fr);
  margin-top: 0px;
  margin-top: 0rem;
  padding-left: 0px;
  padding-left: 0rem;
  padding-right: 0px;
  padding-right: 0rem;
}

.p-sub-service__grid-item {
  opacity: 0;
}

.p-sub-service__grid-item.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-sub-service__grid-img {
  aspect-ratio: 140/140;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  width: 8.75rem;
}

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

.p-sub-service__grid-title {
  color: #013365;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.22px;
  letter-spacing: -0.01375rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-align: center;
}

.p-sub-service__grid-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.176px;
  letter-spacing: -0.011rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-top-gallery__inner {
  margin: 5% 5% 0 5%;
}

.p-top-gallery .splide__slide {
  aspect-ratio: 600/300;
  display: block;
  width: 100%;
}

.p-top-gallery .splide__slide picture {
  height: inherit;
  height: 100%;
}

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

.p-top-gallery .swiper-slide {
  aspect-ratio: 600/300;
  display: block;
  width: 100%;
}

.p-top-gallery .swiper-slide picture {
  height: inherit;
  height: 100%;
}

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

.p-top-gallery .slick-track {
  display: block;
  width: 100%;
}

.p-top-gallery .slick-slide {
  aspect-ratio: 600/300;
  display: block;
  margin: 0 5px;
  width: 100%;
}

.p-top-gallery .slick-slide picture {
  height: inherit;
  height: 100%;
}

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

.p-top-mv-slick {
  background: black;
}

.p-top-mv-slick__inner {
  margin: 5% 5% 0 5%;
}

.p-top-mv-slick .slick-track {
  display: block;
  width: 100%;
}

.p-top-mv-slick .slick-slide {
  aspect-ratio: 600/300;
  display: block;
  margin: 0 5px;
  width: 100%;
}

.p-top-mv-slick .slick-slide picture {
  height: inherit;
  height: 100%;
}

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

.p-top-mv-splide__inner {
  margin: 5% 5% 0 5%;
}

.p-top-mv-splide .splide__slide {
  aspect-ratio: 600/300;
  display: block;
  width: 100%;
}

.p-top-mv-splide .splide__slide picture {
  height: inherit;
  height: 100%;
}

.p-top-mv-splide .splide__slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv-swiper__inner {
  margin: 5% 5% 0 5%;
}

.p-top-mv-swiper .swiper-slide {
  aspect-ratio: 600/300;
  display: block;
  width: 100%;
}

.p-top-mv-swiper .swiper-slide picture {
  height: inherit;
  height: 100%;
}

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

.p-top-mv-swiper .swiper-button-prev,
.p-top-mv-swiper .swiper-button-next {
  text-rendering: initial;
}

.p-top-post__inner {
  margin: 5% 5% 0 5%;
}

.p-top-post .splide__slide {
  display: block;
  width: 100%;
}

.p-top-post .splide__slide a {
  aspect-ratio: 600/400;
  display: block;
}

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

.p-top-post .splide__pagination {
  bottom: -2em;
}

.p-top-post .splide__pagination__page.is-active {
  background-color: blue;
}

.p-top-post .swiper {
  padding-bottom: 20px;
}

.p-top-post .swiper-slide {
  aspect-ratio: 600/300;
  display: block;
  width: 100%;
}

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

.p-top-post .swiper-pagination {
  bottom: 0;
}

.p-top-post .swiper-button-prev,
.p-top-post .swiper-button-next {
  text-rendering: initial;
}

.p-top-post .slick-track {
  display: block;
  width: 100%;
}

.p-top-post .slick-slide {
  display: block;
  height: 100%;
  margin: 0 5px;
  width: 100%;
}

.p-top-post .slick-slide img {
  aspect-ratio: 600/300;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-post .slick-next,
.p-top-post .slick-prev {
  background: gray;
}

.p-top-works {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.p-top-works__inner {
  margin: 5% 5% 0 5%;
}

.p-top-works .splide__slide {
  display: block;
  width: 100%;
}

.p-top-works .splide__slide a {
  aspect-ratio: 600/400;
  display: block;
}

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

.p-top-works .splide__pagination {
  bottom: -2em;
}

.p-top-works .splide__pagination__page.is-active {
  background-color: blue;
}

.p-top-works .swiper {
  padding-bottom: 20px;
}

.p-top-works .swiper-slide {
  aspect-ratio: 600/300;
  display: block;
  width: 100%;
}

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

.p-top-works .swiper-pagination {
  bottom: 0;
}

.p-top-works .swiper-button-prev,
.p-top-works .swiper-button-next {
  text-rendering: initial;
}

.p-top-works .slick-track {
  display: block;
  width: 100%;
}

.p-top-works .slick-slide {
  display: block;
  height: 100%;
  margin: 0 5px;
  width: 100%;
}

.p-top-works .slick-slide img {
  aspect-ratio: 600/300;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-works .slick-next,
.p-top-works .slick-prev {
  background: gray;
}

.p-work-flow__inner {
  opacity: 0;
  position: relative;
}

.p-work-flow__inner.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.p-work-flow__inner::after {
  background-image: url(./../images/recruit/sub-recruit.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 200px;
  height: 12.5rem;
  position: absolute;
  position: absolute;
  right: 0;
  top: 5%;
  width: 100%;
}

.p-work-flow__list {
  margin-top: 245px;
  margin-top: 15.3125rem;
}

.p-work-flow__item {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}

.p-work-flow__term {
  color: #013365;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  line-height: normal;
  width: 25%;
}

.p-work-flow__description {
  padding-bottom: 44px;
  padding-bottom: 2.75rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  position: relative;
  width: 75%;
}

.p-work-flow__description.p-work-flow__description--padding::before {
  display: none;
}

.p-work-flow__description::before,
.p-work-flow__description::after {
  content: "";
  position: absolute;
  top: 6px;
  top: 0.375rem;
}

.p-work-flow__description::before {
  background: #b8caff;
  height: 100%;
  left: 0;
  width: 1px;
}

.p-work-flow__description::after {
  background: #3366ff;
  border-radius: 50%;
  height: 25px;
  height: 1.5625rem;
  left: -12px;
  left: -0.75rem;
  width: 25px;
  width: 1.5625rem;
}

.p-work-flow__month {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-work-flow__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.pagination {
  width: 100%;
}
.nav-links ul {
  display: flex;
  justify-content: center;
}

.nav-links ul li a,
.nav-links ul li span {
  align-items: center;
  color: #a346ff;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1rem;
}

.nav-links ul li span.current {
  color: #333;
}

.nav-links ul li {
  margin: 0 5px;
  margin: 0 0.3125rem;
  position: relative;
}

.nav-links ul li a,
.nav-links ul li span {
  display: block;
  padding: 5px;
  padding: 0.3125rem;
  width: 100%;
}

.nav-links ul li .nav-links ul .dots {
  padding-left: 0;
  padding-right: 0;
}

.u-pc {
  display: none;
}

.u-sp {
  display: block;
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px){
  html {
    font-size: 1.2307692308vw;
  }
  .l-access {
    margin-top: 150px;
    margin-top: 9.375rem;
  }
  .l-inner {
    max-width: 1350px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .l-page-top {
    bottom: 180px;
    bottom: 11.25rem;
    right: 80px;
    right: 5rem;
  }
  .c-btn {
    min-width: 300px;
    min-width: 18.75rem;
  }
  .c-page-top {
    height: 180px;
    height: 11.25rem;
    width: 180px;
    width: 11.25rem;
  }
  .c-page-top:hover .arrow {
    width: 8px;
    width: 0.5rem;
  }
  .c-page-top:hover .arrow::before,
  .c-page-top:hover .arrow::after {
    left: calc(50% - 0.25rem); /* 太さが変わったので位置調整 */
    transform-origin: 50% 0.25rem; /* 太さが変わったので回転軸調整 */
    width: 8px;
    width: 0.5rem;
  }
  .arrow {
    height: 71px;
    height: 4.4375rem;
    width: 3px;
    width: 0.1875rem;
  }
  .arrow::before,
  .arrow::after {
    height: 34px;
    height: 2.125rem;
    width: 3px;
    width: 0.1875rem;
  }
  .c-sub-title {
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
  }
  .c-title {
    font-size: 80px;
    font-size: 5rem;
    letter-spacing: 3.2px;
    letter-spacing: 0.2rem;
  }
  .p-access__map-wrap {
    margin-top: 80px;
    margin-top: 5rem;
    max-width: 940px;
    max-width: 58.75rem;
  }
  .p-recruit-profile__list {
    flex-direction: initial;
    margin-top: 80px;
    margin-top: 5rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
  .p-recruit-profile__list + .p-recruit-profile__list {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-recruit-profile__list dt {
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
  }
  .p-recruit-profile__term {
    max-width: 270px;
    max-width: 16.875rem;
  }
  .p-company {
    background-image: url(./../images/common/top/feature-bg.webp);
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
    padding-top: 150px;
    padding-top: 9.375rem;
  }
  .p-company__title {
    padding-left: 100px;
    padding-left: 6.25rem;
  }
  .p-company__flex {
    flex-direction: initial;
    gap: 60px;
    gap: 3.75rem;
    margin-top: 55px;
    margin-top: 3.4375rem;
  }
  .p-company__img {
    margin-top: 0px;
    margin-top: 0rem;
    width: 50%;
  }
  .p-company__img img {
    border-radius: 3.125rem;
  }
  .p-company__message {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
  .p-company__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-company__grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-company__grid-item {
    border-radius: 1.875rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .p-company__grid-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 66.4px;
    line-height: 4.15rem;
  }
  .p-company__grid-text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
  .p-company__btn {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-contact {
    padding-top: 150px;
    padding-top: 9.375rem;
  }
  .p-contact__status-list {
    gap: 0px;
    gap: 0rem;
  }
  .p-contact__status-item {
    height: 45px;
    height: 2.8125rem;
    width: 120px;
    width: 7.5rem;
  }
  .p-contact__status-text {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.72px;
    letter-spacing: 0.045rem;
  }
  .p-contact__text-wrap {
    margin-top: 80px;
    margin-top: 5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .p-contact__text-thanks {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.72px;
    letter-spacing: 0.045rem;
    line-height: 27px;
    line-height: 1.6875rem;
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-contact__title {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 1.6px;
    letter-spacing: 0.1rem;
  }
  .p-contact__contents.p-contact__contents--entry {
    padding-left: 100px;
    padding-left: 6.25rem;
    padding-right: 100px;
    padding-right: 6.25rem;
  }
  .p-contact__content {
    align-items: center;
    display: flex;
    gap: 26px;
    gap: 1.625rem;
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-contact__head label {
    display: flex;
    justify-content: space-between;
  }
  .p-contact__item {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-contact__required {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.72px;
    letter-spacing: 0.045rem;
    margin-left: 0px;
    margin-left: 0rem;
    padding: 4px 9px;
    padding: 0.25rem 0.5625rem;
  }
  .p-contact__policy {
    margin-top: 82px;
    margin-top: 5.125rem;
  }
  .p-contact__btn-wrap {
    flex-direction: row;
    gap: 40px;
    gap: 2.5rem;
    margin-top: 82px;
    margin-top: 5.125rem;
  }
  .p-contact__item-text,
  .p-contact__item-tel,
  .p-contact__item-email,
  .p-contact__item-textarea,
  .p-contact__item-select {
    border-radius: 0.625rem;
    padding: 35px;
    padding: 2.1875rem;
  }
  .p-contact__item-textarea {
    height: 506px;
    height: 31.625rem;
  }
  .p-contact__item-textarea.p-contact__item-textarea--entry {
    height: 210px;
    height: 13.125rem;
  }
  .p-contact__item-select {
    background-position: right 2em center;
    background-size: 1.625rem;
  }
  .p-contact__btn input[type=submit],
  .p-contact__btn input[type=button] {
    min-width: 250px;
    min-width: 15.625rem;
  }

  /* エントリー時の背景色 */
.p-contact__btn.p-contact__btn--entry .wpcf7-submit,
.p-contact__btn.p-contact__btn--entry input.wpcf7-submit,
.p-contact__btn.p-contact__btn--entry input[type=submit].wpcf7-submit {
  margin-top: 0rem;
}
  .p-feature {
    background-image: url(./../images/common/top/feature-bg.webp);
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
    padding-top: 150px;
    padding-top: 9.375rem;
  }
  .p-feature__title {
    padding-left: 100px;
    padding-left: 6.25rem;
  }
  .p-feature__title-wrap {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-feature__message {
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    line-height: 75px;
    line-height: 4.6875rem;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-feature__text {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.72px;
    letter-spacing: 0.045rem;
    line-height: 27px;
    line-height: 1.6875rem;
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-feature__grid {
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 87px;
    margin-top: 5.4375rem;
  }
  .p-feature__grid-item {
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
  }
  .p-feature__img {
    aspect-ratio: 100/115;
    width: 100px;
    width: 6.25rem;
  }
  .p-feature__grid-title {
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: -1px;
    letter-spacing: -0.0625rem;
  }
  .p-feature__grid-message {
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 37.5px;
    line-height: 2.34375rem;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-feature__grid-en {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: -0.36px;
    letter-spacing: -0.0225rem;
    line-height: 27px;
    line-height: 1.6875rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-feature__btn {
    margin-top: 90px;
    margin-top: 5.625rem;
  }
  .p-footer__contact {
    background-image: url(./../images/common/contact-bg.webp);
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
    padding-top: 150px;
    padding-top: 9.375rem;
  }
  .p-footer__contact--top {
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
  }
  .p-footer__contact--top::before {
    bottom: 0;
    height: 450px;
    height: 28.125rem;
    top: 50%;
    transform: translateY(-50%);
    width: 450px;
    width: 28.125rem;
  }
  .p-footer__contact-title h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .p-footer__contact-text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-footer__contact-btn {
    margin-top: 124px;
    margin-top: 7.75rem;
  }
  .p-footer {
    background-image: url(./../images/common/footer-bg.webp);
    padding: 95px 0 145px;
    padding: 5.9375rem 0 9.0625rem;
  }
  .p-footer__inner {
    padding: 0 95px;
    padding: 0 5.9375rem;
  }
  .p-footer__wrap {
    align-items: center;
    display: flex;
    gap: 30px;
    gap: 1.875rem;
    justify-content: space-between;
  }
  .p-footer__logo {
    margin: auto;
    margin: 0;
    margin: initial;
    max-width: 220px;
    max-width: 13.75rem;
  }
  .p-footer__logo a {
    padding: 15px 0;
    padding: 0.9375rem 0;
  }
  .p-footer__nav-items {
    align-items: center;
    display: flex;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-footer__nav-item a {
    font-size: 25px;
    font-size: 1.5625rem;
    padding: 0px 25px;
    padding: 0rem 1.5625rem;
    text-align: center;
  }
  .p-footer__nav-bottom-items {
    flex-direction: initial;
    gap: 80px;
    gap: 5rem;
    margin-top: 43px;
    margin-top: 2.6875rem;
  }
  .p-footer__nav-bottom-item a {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: -0.54px;
    letter-spacing: -0.03375rem;
  }
  .p-footer__copyright {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: -0.36px;
    letter-spacing: -0.0225rem;
  }
  .p-header {
    background-color: rgba(0, 0, 0, 0.4);
    height: 128px;
    height: 8rem;
    margin-left: 54px;
    margin-left: 3.375rem;
    margin-right: 54px;
    margin-right: 3.375rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-header__inner {
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-header__logo {
    max-width: 200px;
    max-width: 12.5rem;
  }
  .p-header__logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-header__nav {
    display: block;
  }
  .p-header__nav-item a {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .p-header__hamburger {
    margin-left: 25px;
    margin-left: 1.5625rem;
    width: 40px;
    width: 2.5rem;
  }
  .p-header__hamburger span {
    width: 40px;
    width: 2.5rem;
  }
  .p-header__hamburger.is-open span {
    background-color: #013365;
  }
  .p-header__hamburger span:nth-of-type(1) {
    top: -16px;
    top: -1rem;
  }
  .p-header__hamburger span:nth-of-type(3) {
    top: 16px;
    top: 1rem;
  }
  .p-header__drawer-inner {
    background-image: url(./../images/common/slide-menu_background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    padding: 142px 0;
    padding: 8.875rem 0;
    padding-right: 72px;
    padding-right: 4.5rem;
  }
  .p-header__drawer-item a {
    color: #013365;
    text-align: right;
  }
  .p-mv {
    height: 100vh;
    min-height: 880px;
    min-height: 55rem;
  }
  .p-mv__inner {
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
    padding-top: 10px;
    padding-top: 0.625rem;
  }
  .p-mv__text-img {
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
  }
  .p-mv__title-wrap {
    bottom: 4%;
    left: 8%;
    text-align: left;
    transform: none;
    transform: initial;
    width: auto;
    width: initial;
  }
  .p-mv__main-title {
    font-size: 80px;
    font-size: 5rem;
    letter-spacing: -1.6px;
    letter-spacing: -0.1rem;
  }
  .p-mv__sub-title {
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: -0.5px;
    letter-spacing: -0.03125rem;
  }
  .p-mv__news {
    align-items: center;
    background-color: transparent;
    bottom: 0%;
    gap: 100px;
    gap: 6.25rem;
    left: auto;
    left: initial;
    min-width: 0;
    min-width: initial;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-top: 0px;
    padding-top: 0rem;
    right: 5%;
    transform: none;
    transform: initial;
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
  }
  .p-mv__news-title {
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 0.5px;
    letter-spacing: 0.03125rem;
  }
  .p-mv__news-btn a {
    height: 100px;
    height: 6.25rem;
    width: 100px;
    width: 6.25rem;
  }
  .p-mv__news-btn a::before {
    height: 12px;
    height: 0.75rem;
    width: 56px;
    width: 3.5rem;
  }
  .p-news-list__item a {
    align-items: center;
    display: flex;
    padding: 30px 0;
    padding: 1.875rem 0;
  }
  .p-news-list__item-date {
    font-size: 23px;
    font-size: 1.4375rem;
    letter-spacing: -0.23px;
    letter-spacing: -0.014375rem;
  }
  .p-news-list__item-category {
    border-radius: 2.09375rem;
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 30px;
    margin-left: 1.875rem;
    min-width: 140px;
    min-width: 8.75rem;
  }
  .p-news-list__item-title {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.54px;
    letter-spacing: 0.03375rem;
    margin-left: 43px;
    margin-left: 2.6875rem;
    margin-top: 0;
  }
  .p-news {
    background-image: url(./../images/common/top/news-bg.webp);
    border-top-left-radius: 30px;
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 30px;
    border-top-right-radius: 1.875rem;
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
    padding-top: 150px;
    padding-top: 9.375rem;
  }
  .p-news__title {
    padding-left: 100px;
    padding-left: 6.25rem;
  }
  .p-news__list {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-news__btn {
    margin-top: 84px;
    margin-top: 5.25rem;
    text-align: right;
  }
  .p-post-article {
    padding-top: 150px;
    padding-top: 9.375rem;
  }
  .p-post-article__title {
    font-size: 48px;
    font-size: 3rem;
  }
  .p-post-article__inner {
    max-width: 1350px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .p-post-card__info {
    gap: 20px;
    gap: 1.25rem;
  }
  .p-post-connect__items {
    row-gap: 40px;
    row-gap: 2.5rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-post-list {
    padding-top: 150px;
    padding-top: 9.375rem;
  }
  .p-post-list__inner {
    max-width: 1350px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .p-post-list__items {
    row-gap: 40px;
    row-gap: 2.5rem;
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-post-list__cards {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-post-list__btn {
    margin: 28px auto 0;
    margin: 1.75rem auto 0;
    max-width: calc(61.25rem + 50px);
    padding: 0 10px;
    padding: 0 0.625rem;
    width: 100%;
  }
  .p-privacy-policy {
    padding-top: 150px;
    padding-top: 9.375rem;
  }
  .p-privacy-policy__inner {
    max-width: 1200px;
    max-width: 75rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-privacy-policy__title {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 1.6px;
    letter-spacing: 0.1rem;
  }
  .p-privacy-policy__introduction {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-privacy-policy__items {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .p-privacy-policy__item {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .p-privacy-policy__item + .p-privacy-policy__item {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-privacy-policy__term {
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
  }
  .p-privacy-policy__description {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.72px;
    letter-spacing: 0.045rem;
    line-height: 27px;
    line-height: 1.6875rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-privacy-policy__description-text.p-privacy-policy__description-text--margin {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
  .p-recruit {
    padding-top: 150px;
    padding-top: 9.375rem;
  }
  .p-recruit__title {
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-service {
    background-image: url(./../images/common/top/service-bg.webp);
    border-radius: 1.875rem;
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
    padding-top: 150px;
    padding-top: 9.375rem;
  }
  .p-service__title {
    padding-left: 100px;
    padding-left: 6.25rem;
  }
  .p-service__grid {
    gap: 140px;
    gap: 8.75rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-service__grid-item {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-service__img {
    aspect-ratio: 588/330;
  }
  .p-service__img img,
  .p-service__img video {
    border-radius: 3.125rem;
  }
  .p-service__grid-title {
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: -0.1px;
    letter-spacing: -0.00625rem;
  }
  .p-service__grid-text {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: -0.36px;
    letter-spacing: -0.0225rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-service__system {
    gap: 50px;
    gap: 3.125rem;
  }
  .p-service__system-img {
    aspect-ratio: 100/100;
    width: 100px;
    width: 6.25rem;
  }
  .p-service__btn {
    margin-top: 120px;
    margin-top: 7.5rem;
    text-align: right;
  }
  .p-sub-company {
    padding-top: 150px;
    padding-top: 9.375rem;
  }
  .p-sub-company__main-title {
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: -0.1px;
    letter-spacing: -0.00625rem;
  }
  .p-sub-company__items {
    gap: 80px;
    gap: 5rem;
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
  .p-sub-company__flex {
    align-items: center;
    display: flex;
    flex-direction: initial;
    gap: 60px;
    gap: 3.75rem;
  }
  .p-sub-company__flex.p-sub-company__flex--reverse {
    flex-direction: row-reverse;
  }
  .p-sub-company__text-wrap {
    width: 46%;
  }
  .p-sub-company__title {
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
  }
  .p-sub-company__text {
    font-size: 18px;
    font-size: 1.125rem;
    gap: 20px;
    gap: 1.25rem;
    letter-spacing: -0.72px;
    letter-spacing: -0.045rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-sub-company__img img {
    border-radius: 1.875rem;
  }
  .p-sub-company__info {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-sub-company__list dt {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: -0.36px;
    letter-spacing: -0.0225rem;
  }
  .p-sub-company__list dd {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: -0.36px;
    letter-spacing: -0.0225rem;
  }
  .p-sub-mv {
    height: 472px;
    height: 29.5rem;
  }
  .p-sub-mv__title {
    bottom: 20%;
    font-size: 80px;
    font-size: 5rem;
    left: 5%;
    letter-spacing: 3.2px;
    letter-spacing: 0.2rem;
  }
  .p-sub-service {
    padding-top: 150px;
    padding-top: 9.375rem;
  }
  .p-sub-service__inner {
    padding-left: 75px;
    padding-left: 4.6875rem;
    padding-right: 75px;
    padding-right: 4.6875rem;
  }
  .p-sub-service__wrap {
    flex-direction: column;
  }
  .p-sub-service__items {
    width: 100%;
  }
  .p-sub-service__title-wrap {
    padding-left: 76px;
    padding-left: 4.75rem;
  }
  .p-sub-service__items::before {
    display: none;
  }
  .p-sub-service__title {
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
  }
  .p-sub-service__flex {
    flex-direction: initial;
  }
  .p-sub-service__text {
    padding-left: 150px;
    padding-left: 9.375rem;
    width: 55%;
  }
  .p-sub-service__text p {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.72px;
    letter-spacing: 0.045rem;
  }
  .p-sub-service__img {
    aspect-ratio: 350/700;
  }
  .p-sub-service__engineering-title {
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    margin-top: 150px;
    margin-top: 9.375rem;
  }
  .p-sub-service__grid {
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-sub-service__grid.p-sub-service__grid--three {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 108px;
    margin-top: 6.75rem;
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
  }
  .p-sub-service__grid-img {
    aspect-ratio: 1/1;
    width: 280px;
    width: 17.5rem;
  }
  .p-sub-service__grid-title {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: -0.275px;
    letter-spacing: -0.0171875rem;
    line-height: 37.5px;
    line-height: 2.34375rem;
  }
  .p-sub-service__grid-text {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: -0.198px;
    letter-spacing: -0.012375rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
  .p-work-flow__inner {
    margin-top: 150px;
    margin-top: 9.375rem;
  }
  .p-work-flow__inner::after {
    bottom: 5%;
    height: 455px;
    height: 28.4375rem;
    right: 0;
    top: auto;
    top: initial;
    width: 515px;
    width: 32.1875rem;
  }
  .p-work-flow__list {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-work-flow__term {
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    width: 10%;
  }
  .p-work-flow__description {
    width: 90%;
  }
  .p-work-flow__text {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.72px;
    letter-spacing: 0.045rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
  .nav-links ul li a,
  .nav-links ul li span {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .nav-links ul li {
    margin: 0 10px;
    margin: 0 0.625rem;
  }
  .nav-links ul li a,
  .nav-links ul li span {
    padding: 10px;
    padding: 0.625rem;
  }
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
}

@media (min-width: 1300px){
  html {
    font-size: 16px;
  }
}

@media screen and (hover: hover) and (min-width: 768px){
  a:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px){
  .p-header__drawer-inner {
    width: 100vw;
  }
}

@media screen and (min-width: 1200px){
  .p-mv__news-list {
    max-width: 350px;
    max-width: 21.875rem;
  }
  .p-mv__news-meta {
    font-size: 16px;
    font-size: 1rem;
    gap: 47px;
    gap: 2.9375rem;
    letter-spacing: 0.36px;
    letter-spacing: 0.0225rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-sub-service__wrap {
    flex-direction: initial;
  }
  .p-sub-service__items {
    width: 50%;
  }
  .p-sub-service__items::before {
    background-color: #cecece;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    width: 0.0625rem;
  }
  .p-sub-service__grid {
    gap: 50px;
    gap: 3.125rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-sub-service__grid.p-sub-service__grid--three {
    grid-template-columns: repeat(3, 1fr);
    padding-left: 200px;
    padding-left: 12.5rem;
    padding-right: 200px;
    padding-right: 12.5rem;
  }
}
/*# sourceMappingURL=style.css.map */
