*,
*::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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  line-break: strict;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1440px) {
  body {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  body {
    font-size: calc(16 / 390 * 100vw);
  }
}

html.is-loading .l-main {
  opacity: 0;
}

body.is-loaded .l-main {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

html.is-loading-skip .p-loading {
  display: none !important;
}

html.is-loading-skip .l-main {
  opacity: 1;
}

body.is-drawer-open {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.l-section {
  padding-block: 100px;
}
@media screen and (max-width: 1440px) {
  .l-section {
    padding-block: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .l-section {
    padding-block: calc(60 / 390 * 100vw);
  }
}

.l-section--front-news {
  padding-block: 82px 30px;
}
@media screen and (max-width: 1440px) {
  .l-section--front-news {
    padding-block: calc(82 / 1440 * 100vw) calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .l-section--front-news {
    padding-block: calc(86 / 390 * 100vw) calc(22 / 390 * 100vw);
  }
}

.l-hero {
  margin-top: 80px;
}
@media screen and (max-width: 1440px) {
  .l-hero {
    margin-top: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .l-hero {
    margin-top: calc(60 / 390 * 100vw);
  }
}

.l-breadcrumb {
  padding-block: 6px;
}
@media screen and (max-width: 1440px) {
  .l-breadcrumb {
    padding-block: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .l-breadcrumb {
    padding: calc(10 / 390 * 100vw) calc(13 / 390 * 100vw);
  }
}

.c-base-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  padding-block: 14px;
  padding-inline: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .c-base-btn {
    gap: calc(10 / 1440 * 100vw);
    padding-block: calc(14 / 1440 * 100vw);
    padding-inline: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-base-btn {
    gap: calc(10 / 390 * 100vw);
    padding-block: calc(14 / 390 * 100vw);
    padding-inline: calc(10 / 390 * 100vw);
  }
}
@media (any-hover: hover) {
  .c-base-btn:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

.c-base-btn__arrow--right,
.c-base-btn__arrow--left {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 65px;
  height: 17px;
}
@media screen and (max-width: 1440px) {
  .c-base-btn__arrow--right,
  .c-base-btn__arrow--left {
    width: calc(65 / 1440 * 100vw);
    height: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-base-btn__arrow--right,
  .c-base-btn__arrow--left {
    width: calc(48 / 390 * 100vw);
    height: calc(13 / 390 * 100vw);
  }
}

.c-btn__gold {
  color: #0d1b2a;
  background-color: #d4af37;
}

.c-btn__black {
  color: #ffffff;
  background-color: #0d1b2a;
}

.c-btn__gray {
  color: #ffffff;
  background-color: #6b6866;
}

.c-base-btn__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 1440px) {
  .c-base-btn__text {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-base-btn__text {
    font-size: calc(14 / 390 * 100vw);
  }
}

@media (any-hover: hover) {
  .c-btn__right:hover .c-base-btn__arrow--right {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media (any-hover: hover) {
  .c-btn__left:hover .c-base-btn__arrow--left {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

.c-to-top {
  position: fixed;
  right: 31px;
  bottom: 31px;
  width: 120px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 1000;
  color: #f8f5f2;
  text-align: center;
  font-family: Lora;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 1440px) {
  .c-to-top {
    right: calc(31 / 1440 * 100vw);
    bottom: calc(31 / 1440 * 100vw);
    width: calc(120 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-to-top {
    right: calc(11 / 390 * 100vw);
    bottom: calc(20 / 390 * 100vw);
    width: calc(60 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    line-height: 140%;
    letter-spacing: 0.24px;
  }
}
.c-to-top::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #6b6866;
  -webkit-box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.25);
          box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.25);
  z-index: -1;
}
.c-to-top.is-show {
  opacity: 1;
  visibility: visible;
}
@media (any-hover: hover) {
  .c-to-top:hover::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-32.51%, #0d1b2a), color-stop(83.9%, #4583c6));
    background: linear-gradient(180deg, #0d1b2a -32.51%, #4583c6 83.9%);
  }
}

.c-section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-inline: auto;
}
.c-section-title .c-section-title__ja {
  color: #0d1b2a;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .c-section-title .c-section-title__ja {
    font-size: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-section-title .c-section-title__ja {
    color: #0d1b2a;
    font-size: calc(24 / 390 * 100vw);
    line-height: 1.3;
  }
}
.c-section-title .c-section-title__ja::after {
  content: "";
  width: 97px;
  height: 3px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='4' viewBox='0 0 100 4' fill='none'%3E%3Cpath d='M1.5 2H98.5' stroke='url(%23paint0_linear_6075_14)' stroke-width='3' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6075_14' x1='19.3042' y1='-243.966' x2='348.98' y2='-62.4909' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.2' stop-color='%23E2E7E8'/%3E%3Cstop offset='0.521787' stop-color='%23306AA9'/%3E%3Cstop offset='0.8' stop-color='%23E2E7E8'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
@media screen and (max-width: 1440px) {
  .c-section-title .c-section-title__ja::after {
    width: calc(97 / 1440 * 100vw);
    height: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-section-title .c-section-title__ja::after {
    width: calc(63 / 390 * 100vw);
    height: calc(3 / 390 * 100vw);
  }
}
.c-section-title .c-section-title__en {
  color: #6b6866;
  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.36px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .c-section-title .c-section-title__en {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-section-title .c-section-title__en {
    color: #6b6866;
    font-family: Lora;
    font-size: calc(12 / 390 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.24px;
  }
}

.c-page-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-family: "Noto Serif JP";
  font-weight: 500;
}
.c-page-title p {
  color: #6b6866;
  font-size: 28px;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .c-page-title p {
    font-family: Lora;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.4px;
  }
}
.c-page-title h2 {
  color: #0d1b2a;
  font-size: 46px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .c-page-title h2 {
    color: #0d1b2a;
    font-size: 32px;
    line-height: 125%;
  }
}

.c-hero {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}

.c-hero__inner {
  width: 1440px;
  padding-block: 144px 157px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .c-hero__inner {
    padding-block: calc(144 / 1440 * 100vw) calc(157 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-hero__inner {
    padding-block: calc(60 / 390 * 100vw) calc(100 / 390 * 100vw);
    width: calc(390 / 390 * 100vw);
  }
}

.c-hero__inner--privacy {
  width: 1440px;
  padding-block: 114px 116px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .c-hero__inner--privacy {
    width: calc(1440 / 1440 * 100vw);
    padding-block: calc(114 / 1440 * 100vw) calc(116 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-hero__inner--privacy {
    width: calc(390 / 390 * 100vw);
    padding-block: calc(60 / 390 * 100vw) calc(97 / 390 * 100vw);
  }
}

.c-hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-left: 117px;
}
@media screen and (max-width: 1440px) {
  .c-hero__title {
    margin-left: calc(117 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-hero__title {
    gap: calc(10 / 390 * 100vw);
    margin-left: calc(10 / 390 * 100vw);
  }
}

.c-hero__title--en {
  color: #6b6866;
  font-family: Lora;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 1440px) {
  .c-hero__title--en {
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-hero__title--en {
    font-size: calc(20 / 390 * 100vw);
    line-height: 150%;
    letter-spacing: 0.4px;
  }
}

.c-hero__title--jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  color: #0d1b2a;
  font-family: "Noto Serif JP", serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .c-hero__title--jp {
    font-size: calc(46 / 1440 * 100vw);
    gap: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-hero__title--jp {
    font-size: calc(32 / 390 * 100vw);
    line-height: 1.25;
    gap: calc(8 / 390 * 100vw);
  }
}

.c-breadcrumb {
  width: 100%;
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1440px;
  padding-left: 165px;
  margin-inline: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1440px) {
  .c-breadcrumb__list {
    max-width: calc(1440 / 1440 * 100vw);
    padding-left: calc(165 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-breadcrumb__list {
    padding-left: 0px;
    max-width: calc(390 / 390 * 100vw);
  }
}
.c-breadcrumb__list > span {
  padding-inline: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .c-breadcrumb__list > span {
    font-size: calc(14 / 1440 * 100vw);
    padding-inline: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-breadcrumb__list > span {
    font-size: calc(12 / 390 * 100vw);
    padding-inline: calc(9 / 390 * 100vw);
  }
}
.c-breadcrumb__list > span:last-child::after {
  content: none;
}

@media (any-hover: hover) {
  .c-breadcrumb__list > span:hover > a > span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-32.51%, #0d1b2a), color-stop(83.9%, #4583c6));
    background: linear-gradient(180deg, #0d1b2a -32.51%, #4583c6 83.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.c-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
  background-color: #f8f5f2;
}

.c-background__shape {
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  will-change: transform;
}

.c-background__shape--1 {
  top: -20%;
  left: -20%;
  -webkit-animation: fluid-animation1 30s ease-in-out 2s infinite;
          animation: fluid-animation1 30s ease-in-out 2s infinite;
  background-image: radial-gradient(at 0% 0%, #306aa9 30%, transparent 40%), radial-gradient(at 60% 100%, #e2e7e8 30%, transparent 60%);
}

@-webkit-keyframes fluid-animation1 {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    border-radius: 48% 52% 70% 30%/56% 42% 58% 44%;
  }
  33% {
    -webkit-transform: translate(70%, 0) scale(2) rotate(180deg);
            transform: translate(70%, 0) scale(2) rotate(180deg);
    border-radius: 44% 56% 37% 63%/56% 29% 71% 44%;
  }
  66% {
    -webkit-transform: translate(-10%, 20%) scale(1.5);
            transform: translate(-10%, 20%) scale(1.5);
    border-radius: 34% 66% 60% 40%/62% 68% 32% 38%;
  }
}

@keyframes fluid-animation1 {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    border-radius: 48% 52% 70% 30%/56% 42% 58% 44%;
  }
  33% {
    -webkit-transform: translate(70%, 0) scale(2) rotate(180deg);
            transform: translate(70%, 0) scale(2) rotate(180deg);
    border-radius: 44% 56% 37% 63%/56% 29% 71% 44%;
  }
  66% {
    -webkit-transform: translate(-10%, 20%) scale(1.5);
            transform: translate(-10%, 20%) scale(1.5);
    border-radius: 34% 66% 60% 40%/62% 68% 32% 38%;
  }
}
.c-background__shape--2 {
  top: -20%;
  right: -20%;
  -webkit-animation: fluid-animation2 30s ease-in-out 3s infinite;
          animation: fluid-animation2 30s ease-in-out 3s infinite;
  background-image: radial-gradient(at 0% 0%, #e2e7e8 30%, transparent 40%), radial-gradient(at 60% 100%, #306aa9 30%, transparent 60%);
}

@-webkit-keyframes fluid-animation2 {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    border-radius: 48% 52% 70% 30%/56% 42% 58% 44%;
  }
  33% {
    -webkit-transform: translate(-10%, 50%) scale(1) rotate(180deg);
            transform: translate(-10%, 50%) scale(1) rotate(180deg);
    border-radius: 44% 56% 37% 63%/56% 29% 71% 44%;
  }
  66% {
    -webkit-transform: translate(30%, 50%) scale(2);
            transform: translate(30%, 50%) scale(2);
    border-radius: 34% 66% 60% 40%/62% 68% 32% 38%;
  }
}

@keyframes fluid-animation2 {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    border-radius: 48% 52% 70% 30%/56% 42% 58% 44%;
  }
  33% {
    -webkit-transform: translate(-10%, 50%) scale(1) rotate(180deg);
            transform: translate(-10%, 50%) scale(1) rotate(180deg);
    border-radius: 44% 56% 37% 63%/56% 29% 71% 44%;
  }
  66% {
    -webkit-transform: translate(30%, 50%) scale(2);
            transform: translate(30%, 50%) scale(2);
    border-radius: 34% 66% 60% 40%/62% 68% 32% 38%;
  }
}
.c-background__shape--3 {
  bottom: -10%;
  right: -10%;
  -webkit-animation: fluid-animation3 30s ease-in-out 4s infinite;
          animation: fluid-animation3 30s ease-in-out 4s infinite;
  background-image: radial-gradient(at 0% 0%, #f8f5f2 30%, transparent 40%), radial-gradient(at 60% 100%, #306aa9 30%, transparent 50%);
}

@-webkit-keyframes fluid-animation3 {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    border-radius: 48% 52% 70% 30%/56% 42% 58% 44%;
  }
  33% {
    -webkit-transform: translate(60%, -10%) scale(2) rotate(180deg);
            transform: translate(60%, -10%) scale(2) rotate(180deg);
    border-radius: 44% 56% 37% 63%/56% 29% 71% 44%;
  }
  66% {
    -webkit-transform: translate(60%, 60%) scale(1);
            transform: translate(60%, 60%) scale(1);
    border-radius: 34% 66% 60% 40%/62% 68% 32% 38%;
  }
}

@keyframes fluid-animation3 {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    border-radius: 48% 52% 70% 30%/56% 42% 58% 44%;
  }
  33% {
    -webkit-transform: translate(60%, -10%) scale(2) rotate(180deg);
            transform: translate(60%, -10%) scale(2) rotate(180deg);
    border-radius: 44% 56% 37% 63%/56% 29% 71% 44%;
  }
  66% {
    -webkit-transform: translate(60%, 60%) scale(1);
            transform: translate(60%, 60%) scale(1);
    border-radius: 34% 66% 60% 40%/62% 68% 32% 38%;
  }
}
.c-background__shape--4 {
  bottom: -10%;
  left: -10%;
  -webkit-animation: fluid-animation4 30s ease-in-out 0s infinite;
          animation: fluid-animation4 30s ease-in-out 0s infinite;
  background-image: radial-gradient(at 0% 0%, #306aa9 30%, transparent 40%), radial-gradient(at 60% 100%, #f8f5f2 30%, transparent 60%);
}

@-webkit-keyframes fluid-animation4 {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(2);
            transform: translate(0, 0) scale(2);
    border-radius: 48% 52% 70% 30%/56% 42% 58% 44%;
  }
  33% {
    -webkit-transform: translate(-10%, 50%) scale(1) rotate(180deg);
            transform: translate(-10%, 50%) scale(1) rotate(180deg);
    border-radius: 44% 56% 37% 63%/56% 29% 71% 44%;
  }
  66% {
    -webkit-transform: translate(60%, 50%) scale(2);
            transform: translate(60%, 50%) scale(2);
    border-radius: 34% 66% 60% 40%/62% 68% 32% 38%;
  }
}

@keyframes fluid-animation4 {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(2);
            transform: translate(0, 0) scale(2);
    border-radius: 48% 52% 70% 30%/56% 42% 58% 44%;
  }
  33% {
    -webkit-transform: translate(-10%, 50%) scale(1) rotate(180deg);
            transform: translate(-10%, 50%) scale(1) rotate(180deg);
    border-radius: 44% 56% 37% 63%/56% 29% 71% 44%;
  }
  66% {
    -webkit-transform: translate(60%, 50%) scale(2);
            transform: translate(60%, 50%) scale(2);
    border-radius: 34% 66% 60% 40%/62% 68% 32% 38%;
  }
}
.c-overview__inner {
  width: 980px;
  margin-inline: auto;
  padding: 32px 40px;
  border: 0.25px solid #0d1b2a;
}
@media screen and (max-width: 1440px) {
  .c-overview__inner {
    width: calc(980 / 1440 * 100vw);
    padding: calc(32 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-overview__inner {
    width: calc(370 / 390 * 100vw);
    padding: calc(32 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
}

.c-overview__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-overview__contents--title {
  margin-block: 51px 24px;
}
@media screen and (max-width: 1440px) {
  .c-overview__contents--title {
    margin-block: calc(51 / 1440 * 100vw) calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-overview__contents--title {
    margin-block: calc(36 / 390 * 100vw) calc(28 / 390 * 100vw);
  }
}
.c-overview__contents--title .c-overview__contents--title--heading {
  color: #0d1b2a;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 1440px) {
  .c-overview__contents--title .c-overview__contents--title--heading {
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-overview__contents--title .c-overview__contents--title--heading {
    font-size: calc(20 / 390 * 100vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
  }
}

.c-overview__contents--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 45px;
}
@media screen and (max-width: 1440px) {
  .c-overview__contents--body {
    gap: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-overview__contents--body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: calc(24 / 390 * 100vw);
  }
}

.c-overview__contents--desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 414px;
  gap: 32px;
}
@media screen and (max-width: 1440px) {
  .c-overview__contents--desc {
    width: calc(414 / 1440 * 100vw);
    gap: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-overview__contents--desc {
    width: calc(330 / 390 * 100vw);
    gap: calc(16 / 390 * 100vw);
    margin-inline: auto;
  }
}
.c-overview__contents--desc p {
  color: #0d1b2a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 1440px) {
  .c-overview__contents--desc p {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-overview__contents--desc p {
    font-size: calc(14 / 390 * 100vw);
    line-height: 160%;
  }
}

.c-overview__contents--image {
  width: 441px;
  height: auto;
  aspect-ratio: 441/250;
}
@media screen and (max-width: 1440px) {
  .c-overview__contents--image {
    width: calc(441 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-overview__contents--image {
    width: calc(350 / 390 * 100vw);
  }
}

.c-environment {
  background-color: #f8f5f2;
}

.c-environment__wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-inline: auto;
}

.c-environment__inner {
  background-color: #ffffff;
  width: 980px;
  padding: 32px 40px;
  border: 0.25px solid #0d1b2a;
}
@media screen and (max-width: 1440px) {
  .c-environment__inner {
    width: calc(980 / 1440 * 100vw);
    padding: calc(32 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-environment__inner {
    width: calc(370 / 390 * 100vw);
    padding: calc(32 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
}

.c-environment__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-environment__contents {
  margin-top: 52px;
}
@media screen and (max-width: 1440px) {
  .c-environment__contents {
    margin-top: calc(52 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-environment__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: calc(34 / 390 * 100vw);
  }
}

.c-environment__contents--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 38px;
}
@media screen and (max-width: 1440px) {
  .c-environment__contents--body {
    gap: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-environment__contents--body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(24 / 390 * 100vw);
  }
}

.c-environment__contents--desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 414px;
}
@media screen and (max-width: 1440px) {
  .c-environment__contents--desc {
    width: calc(414 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-environment__contents--desc {
    width: calc(330 / 390 * 100vw);
    margin-inline: auto;
  }
}
.c-environment__contents--desc .c-environment__contents--desc--text {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 1440px) {
  .c-environment__contents--desc .c-environment__contents--desc--text {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-environment__contents--desc .c-environment__contents--desc--text {
    font-size: calc(14 / 390 * 100vw);
    line-height: 160%;
  }
}

.c-environment__contents--image {
  width: 441px;
  height: auto;
  aspect-ratio: 441/250;
}
@media screen and (max-width: 1440px) {
  .c-environment__contents--image {
    width: calc(441 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-environment__contents--image {
    width: calc(350 / 390 * 100vw);
  }
}

.c-environment__contents--achievements-title {
  margin-top: 32px;
  margin-bottom: 14px;
  color: #0d1b2a;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 1440px) {
  .c-environment__contents--achievements-title {
    margin-top: calc(32 / 1440 * 100vw);
    margin-bottom: calc(14 / 1440 * 100vw);
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-environment__contents--achievements-title {
    margin-top: calc(16 / 390 * 100vw);
    margin-bottom: calc(14 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.c-environment__contents--achievements-text {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 1440px) {
  .c-environment__contents--achievements-text {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-environment__contents--achievements-text {
    font-size: calc(14 / 390 * 100vw);
    line-height: 160%;
  }
}

.c-career__inner {
  padding-top: 0px;
  padding-bottom: 40px;
  padding-inline: 10px;
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .c-career__inner {
    max-width: calc(980 / 1440 * 100vw);
    padding-top: 0px;
    padding-bottom: calc(40 / 1440 * 100vw);
    padding-inline: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-career__inner {
    max-width: calc(370 / 390 * 100vw);
    padding-top: calc(32 / 390 * 100vw);
    padding-bottom: calc(74 / 390 * 100vw);
    padding-inline: calc(10 / 390 * 100vw);
  }
}

.c-career__lead {
  padding-top: 50px;
}
@media screen and (max-width: 1440px) {
  .c-career__lead {
    padding-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-career__lead {
    padding-top: calc(36 / 390 * 100vw);
  }
}

.c-career__lead--text {
  color: #1a1a1a;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (max-width: 1440px) {
  .c-career__lead--text {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-career__lead--text {
    font-size: calc(16 / 390 * 100vw);
    text-align: left;
    line-height: 160%;
  }
}

.c-career__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .c-career__contents {
    gap: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-career__contents {
    gap: calc(72 / 390 * 100vw);
  }
}

.c-career__graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-career-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 14.48px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1440px) {
  .c-career-steps {
    gap: calc(14.48 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career-steps {
    gap: calc(4 / 390 * 100vw);
  }
}
.c-career-steps .c-career-steps__item {
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .c-career-steps {
    gap: calc(14.48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-career-steps {
    gap: calc(4 / 390 * 100vw);
  }
}
.c-career-steps .c-career-steps__item {
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .c-career-steps .c-career-steps__item {
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-career-steps .c-career-steps__item {
    width: calc(85 / 390 * 100vw);
  }
}

.c-career__bar {
  position: relative;
  width: 100%;
  height: 200px;
  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;
}

.c-career__bar__fill {
  position: absolute;
  inset: 0;
  background: #6b6866;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.c-career--rd .c-career-steps__item:nth-child(1) {
  width: 200px;
}
@media (max-width: 1440px) {
  .c-career--rd .c-career-steps__item:nth-child(1) {
    width: calc(200 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--rd .c-career-steps__item:nth-child(1) {
    width: calc(85 / 390 * 100vw);
  }
}
.c-career--rd .c-career-steps__item:nth-child(1) .c-career__bar {
  height: 134px;
}
@media (max-width: 1440px) {
  .c-career--rd .c-career-steps__item:nth-child(1) .c-career__bar {
    height: calc(134 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--rd .c-career-steps__item:nth-child(1) .c-career__bar {
    height: calc(146 / 390 * 100vw);
  }
}

.c-career--rd .c-career-steps__item:nth-child(2) {
  width: 200px;
}
@media (max-width: 1440px) {
  .c-career--rd .c-career-steps__item:nth-child(2) {
    width: calc(200 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--rd .c-career-steps__item:nth-child(2) {
    width: calc(85 / 390 * 100vw);
  }
}
.c-career--rd .c-career-steps__item:nth-child(2) .c-career__bar {
  height: 214px;
}
@media (max-width: 1440px) {
  .c-career--rd .c-career-steps__item:nth-child(2) .c-career__bar {
    height: calc(214 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--rd .c-career-steps__item:nth-child(2) .c-career__bar {
    height: calc(176 / 390 * 100vw);
  }
}

.c-career--rd .c-career-steps__item:nth-child(3) {
  width: 200px;
}
@media (max-width: 1440px) {
  .c-career--rd .c-career-steps__item:nth-child(3) {
    width: calc(200 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--rd .c-career-steps__item:nth-child(3) {
    width: calc(85 / 390 * 100vw);
  }
}
.c-career--rd .c-career-steps__item:nth-child(3) .c-career__bar {
  height: 294px;
}
@media (max-width: 1440px) {
  .c-career--rd .c-career-steps__item:nth-child(3) .c-career__bar {
    height: calc(294 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--rd .c-career-steps__item:nth-child(3) .c-career__bar {
    height: calc(206 / 390 * 100vw);
  }
}

.c-career--rd .c-career-steps__item:nth-child(4) {
  width: 200px;
}
@media (max-width: 1440px) {
  .c-career--rd .c-career-steps__item:nth-child(4) {
    width: calc(200 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--rd .c-career-steps__item:nth-child(4) {
    width: calc(85 / 390 * 100vw);
  }
}
.c-career--rd .c-career-steps__item:nth-child(4) .c-career__bar {
  height: 374px;
}
@media (max-width: 1440px) {
  .c-career--rd .c-career-steps__item:nth-child(4) .c-career__bar {
    height: calc(374 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--rd .c-career-steps__item:nth-child(4) .c-career__bar {
    height: calc(236 / 390 * 100vw);
  }
}

.c-career--corporate .c-career-steps__item:nth-child(1) {
  width: 300px;
}
@media (max-width: 1440px) {
  .c-career--corporate .c-career-steps__item:nth-child(1) {
    width: calc(300 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--corporate .c-career-steps__item:nth-child(1) {
    width: calc(114 / 390 * 100vw);
  }
}
.c-career--corporate .c-career-steps__item:nth-child(1) .c-career__bar {
  height: 134px;
}
@media (max-width: 1440px) {
  .c-career--corporate .c-career-steps__item:nth-child(1) .c-career__bar {
    height: calc(134 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--corporate .c-career-steps__item:nth-child(1) .c-career__bar {
    height: calc(186 / 390 * 100vw);
  }
}

.c-career--corporate .c-career-steps__item:nth-child(2) {
  width: 300px;
}
@media (max-width: 1440px) {
  .c-career--corporate .c-career-steps__item:nth-child(2) {
    width: calc(300 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--corporate .c-career-steps__item:nth-child(2) {
    width: calc(114 / 390 * 100vw);
  }
}
.c-career--corporate .c-career-steps__item:nth-child(2) .c-career__bar {
  height: 214px;
}
@media (max-width: 1440px) {
  .c-career--corporate .c-career-steps__item:nth-child(2) .c-career__bar {
    height: calc(214 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--corporate .c-career-steps__item:nth-child(2) .c-career__bar {
    height: calc(252 / 390 * 100vw);
  }
}

.c-career--corporate .c-career-steps__item:nth-child(3) {
  width: 300px;
}
@media (max-width: 1440px) {
  .c-career--corporate .c-career-steps__item:nth-child(3) {
    width: calc(300 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--corporate .c-career-steps__item:nth-child(3) {
    width: calc(114 / 390 * 100vw);
  }
}
.c-career--corporate .c-career-steps__item:nth-child(3) .c-career__bar {
  height: 294px;
}
@media (max-width: 1440px) {
  .c-career--corporate .c-career-steps__item:nth-child(3) .c-career__bar {
    height: calc(294 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--corporate .c-career-steps__item:nth-child(3) .c-career__bar {
    height: calc(318 / 390 * 100vw);
  }
}

.c-career--retail .c-career-steps__item:nth-child(1) {
  width: 200px;
}
@media (max-width: 1440px) {
  .c-career--retail .c-career-steps__item:nth-child(1) {
    width: calc(200 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--retail .c-career-steps__item:nth-child(1) {
    width: calc(85 / 390 * 100vw);
  }
}
.c-career--retail .c-career-steps__item:nth-child(1) .c-career__bar {
  height: 134px;
}
@media (max-width: 1440px) {
  .c-career--retail .c-career-steps__item:nth-child(1) .c-career__bar {
    height: calc(134 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--retail .c-career-steps__item:nth-child(1) .c-career__bar {
    height: calc(146 / 390 * 100vw);
  }
}

.c-career--retail .c-career-steps__item:nth-child(2) {
  width: 200px;
}
@media (max-width: 1440px) {
  .c-career--retail .c-career-steps__item:nth-child(2) {
    width: calc(200 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--retail .c-career-steps__item:nth-child(2) {
    width: calc(85 / 390 * 100vw);
  }
}
.c-career--retail .c-career-steps__item:nth-child(2) .c-career__bar {
  height: 214px;
}
@media (max-width: 1440px) {
  .c-career--retail .c-career-steps__item:nth-child(2) .c-career__bar {
    height: calc(214 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--retail .c-career-steps__item:nth-child(2) .c-career__bar {
    height: calc(176 / 390 * 100vw);
  }
}

.c-career--retail .c-career-steps__item:nth-child(3) {
  width: 200px;
}
@media (max-width: 1440px) {
  .c-career--retail .c-career-steps__item:nth-child(3) {
    width: calc(200 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--retail .c-career-steps__item:nth-child(3) {
    width: calc(85 / 390 * 100vw);
  }
}
.c-career--retail .c-career-steps__item:nth-child(3) .c-career__bar {
  height: 294px;
}
@media (max-width: 1440px) {
  .c-career--retail .c-career-steps__item:nth-child(3) .c-career__bar {
    height: calc(294 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--retail .c-career-steps__item:nth-child(3) .c-career__bar {
    height: calc(206 / 390 * 100vw);
  }
}

.c-career--retail .c-career-steps__item:nth-child(4) {
  width: 200px;
}
@media (max-width: 1440px) {
  .c-career--retail .c-career-steps__item:nth-child(4) {
    width: calc(200 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--retail .c-career-steps__item:nth-child(4) {
    width: calc(85 / 390 * 100vw);
  }
}
.c-career--retail .c-career-steps__item:nth-child(4) .c-career__bar {
  height: 374px;
}
@media (max-width: 1440px) {
  .c-career--retail .c-career-steps__item:nth-child(4) .c-career__bar {
    height: calc(374 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .c-career--retail .c-career-steps__item:nth-child(4) .c-career__bar {
    height: calc(236 / 390 * 100vw);
  }
}

.c-career__bar__label {
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 1440px) {
  .c-career__bar__label {
    margin-bottom: calc(12 / 1440 * 100vw);
    font-size: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-career__bar__label {
    margin-bottom: calc(12 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.1;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

@media (prefers-reduced-motion: reduce) {
  .c-career__bar__fill {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@media screen and (max-width: 767px) {
  .c-company-overview {
    padding-block: calc(30 / 390 * 100vw);
  }
}

.c-company-overview__inner {
  width: 980px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .c-company-overview__inner {
    width: calc(980 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-company-overview__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(350 / 390 * 100vw);
  }
}

.c-company-overview__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-company-overview__contents {
  margin-top: 55px;
  padding-inline: 77.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 48px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1440px) {
  .c-company-overview__contents {
    margin-top: calc(55 / 1440 * 100vw);
    padding-inline: calc(77.5 / 1440 * 100vw);
    gap: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-company-overview__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(50 / 390 * 100vw);
    margin-top: calc(34 / 390 * 100vw);
  }
}

.c-company-overview__contents--img {
  width: 280px;
  height: auto;
  aspect-ratio: 280/372;
}
@media screen and (max-width: 1440px) {
  .c-company-overview__contents--img {
    width: calc(280 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-company-overview__contents--img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(280 / 390 * 100vw);
  }
}
.c-company-overview__contents--img img {
  width: 100%;
}

.c-company-overview__contents--body {
  width: 500px;
}
@media screen and (max-width: 1440px) {
  .c-company-overview__contents--body {
    width: calc(500 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-company-overview__contents--body {
    width: calc(350 / 390 * 100vw);
  }
}

.c-company-overview__contents--info {
  margin-top: -10px;
}
.c-company-overview__contents--info ul {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  row-gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .c-company-overview__contents--info ul {
    -webkit-column-gap: calc(16 / 1440 * 100vw);
       -moz-column-gap: calc(16 / 1440 * 100vw);
            column-gap: calc(16 / 1440 * 100vw);
    row-gap: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-company-overview__contents--info ul {
    grid-template-columns: 1fr;
    row-gap: calc(8 / 390 * 100vw);
  }
}
.c-company-overview__contents--info li {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  padding: 8px 0;
  border-bottom: 1px solid #c0c0c0;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 1440px) {
  .c-company-overview__contents--info li {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-company-overview__contents--info li {
    grid-template-columns: 1fr;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.6;
  }
}
.c-company-overview__contents--info li > span:first-child {
  white-space: nowrap;
}
.c-company-overview__contents--info li > span:last-child {
  -ms-flex-item-align: start;
      align-self: start;
}

.c-workstyle__wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-inline: auto;
}

.c-workstyle__inner {
  background-color: #ffffff;
  width: 980px;
  padding: 32px 40px;
}
@media screen and (max-width: 1440px) {
  .c-workstyle__inner {
    width: calc(980 / 1440 * 100vw);
    padding: calc(32 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-workstyle__inner {
    width: calc(370 / 390 * 100vw);
    padding: calc(32 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
}

.c-workstyle__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-workstyle__contents {
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .c-workstyle__contents {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-workstyle__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: calc(32 / 390 * 100vw);
  }
}

.c-workstyle__contents--title h3 {
  margin-block: 32px 24px;
  color: #0d1b2a;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 1440px) {
  .c-workstyle__contents--title h3 {
    margin-block: calc(32 / 1440 * 100vw) calc(24 / 1440 * 100vw);
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-workstyle__contents--title h3 {
    margin-block: calc(16 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.c-workstyle__contents--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 45px;
}
@media screen and (max-width: 1440px) {
  .c-workstyle__contents--body {
    gap: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-workstyle__contents--body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(24 / 390 * 100vw);
  }
}

.c-workstyle__contents--desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 416px;
}
@media screen and (max-width: 1440px) {
  .c-workstyle__contents--desc {
    width: calc(416 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-workstyle__contents--desc {
    width: calc(330 / 390 * 100vw);
    margin-inline: auto;
  }
}
.c-workstyle__contents--desc p {
  color: #0d1b2a;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 1440px) {
  .c-workstyle__contents--desc p {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-workstyle__contents--desc p {
    font-size: calc(14 / 390 * 100vw);
  }
}

.c-workstyle__contents--image {
  width: 441px;
  height: auto;
  aspect-ratio: 441/316;
}
@media screen and (max-width: 1440px) {
  .c-workstyle__contents--image {
    width: calc(441 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-workstyle__contents--image {
    width: calc(350 / 390 * 100vw);
  }
}
.c-workstyle__contents--image img {
  width: 100%;
  height: auto;
}

.p-work-style__text {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  line-break: strict;
}
@media screen and (max-width: 1440px) {
  .p-work-style__text {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-work-style__text {
    font-size: calc(14 / 390 * 100vw);
  }
}

.c-training-programs {
  background-color: #f8f5f2;
}

.c-training-programs__wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-inline: auto;
}

.c-training-programs__inner {
  background-color: #ffffff;
  width: 980px;
  padding: 32px 40px;
}
@media screen and (max-width: 1440px) {
  .c-training-programs__inner {
    width: calc(980 / 1440 * 100vw);
    padding: calc(32 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-training-programs__inner {
    width: calc(370 / 390 * 100vw);
    padding: calc(32 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
}

.c-training-programs__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-training-programs__contents {
  margin-top: 27px;
}
@media screen and (max-width: 1440px) {
  .c-training-programs__contents {
    margin-top: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-training-programs__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: calc(14 / 390 * 100vw);
  }
}

.c-training-programs__contents--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .c-training-programs__contents--body {
    gap: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-training-programs__contents--body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(24 / 390 * 100vw);
  }
}

.c-training-programs__contents--desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 414px;
  gap: 32px;
}
@media screen and (max-width: 1440px) {
  .c-training-programs__contents--desc {
    width: calc(414 / 1440 * 100vw);
    gap: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-training-programs__contents--desc {
    width: calc(330 / 390 * 100vw);
    margin-inline: auto;
    gap: calc(30 / 390 * 100vw);
  }
}
.c-training-programs__contents--desc .c-training-programs__contents--desc--text {
  color: #0d1b2a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 1440px) {
  .c-training-programs__contents--desc .c-training-programs__contents--desc--text {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-training-programs__contents--desc .c-training-programs__contents--desc--text {
    font-size: calc(14 / 390 * 100vw);
  }
}
.c-training-programs__contents--desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.c-training-programs__contents--desc ul li {
  position: relative;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  padding-left: 16px;
}
@media screen and (max-width: 1440px) {
  .c-training-programs__contents--desc ul li {
    font-size: calc(16 / 1440 * 100vw);
    padding-left: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-training-programs__contents--desc ul li {
    font-size: calc(14 / 390 * 100vw);
    padding-left: calc(16 / 390 * 100vw);
  }
}
.c-training-programs__contents--desc ul li::after {
  content: "";
  position: absolute;
  width: 12px;
  height: auto;
  aspect-ratio: 12/12;
  background-color: #1a1a1a;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

.c-training-programs__contents--image {
  width: 441px;
  height: auto;
  aspect-ratio: 441/316;
}
@media screen and (max-width: 1440px) {
  .c-training-programs__contents--image {
    width: calc(441 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-training-programs__contents--image {
    width: calc(350 / 390 * 100vw);
  }
}
.c-training-programs__contents--image img {
  width: 100%;
  height: auto;
}

.c-career-support__wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-inline: auto;
}

.c-career-support__inner {
  background-color: #ffffff;
  width: 980px;
  padding: 32px 40px;
  border: 0.25px solid #0d1b2a;
}
@media screen and (max-width: 1440px) {
  .c-career-support__inner {
    width: calc(980 / 1440 * 100vw);
    padding: calc(32 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-career-support__inner {
    width: calc(370 / 390 * 100vw);
    padding: calc(32 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
}

.c-career-support__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-career-support__contents {
  margin-top: 49px;
}
@media screen and (max-width: 1440px) {
  .c-career-support__contents {
    margin-top: calc(49 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-career-support__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: calc(32 / 390 * 100vw);
  }
}

.c-career-support__contents--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 45px;
}
@media screen and (max-width: 1440px) {
  .c-career-support__contents--body {
    gap: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-career-support__contents--body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(24 / 390 * 100vw);
  }
}

.c-career-support__contents--desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 414px;
}
@media screen and (max-width: 1440px) {
  .c-career-support__contents--desc {
    width: calc(414 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-career-support__contents--desc {
    width: calc(330 / 390 * 100vw);
    margin-inline: auto;
  }
}
.c-career-support__contents--desc .c-career-support__contents--desc--text {
  color: #0d1b2a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 1440px) {
  .c-career-support__contents--desc .c-career-support__contents--desc--text {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-career-support__contents--desc .c-career-support__contents--desc--text {
    font-size: calc(14 / 390 * 100vw);
  }
}

.c-career-support__contents--image {
  width: 441px;
  height: auto;
  aspect-ratio: 441/316;
}
@media screen and (max-width: 1440px) {
  .c-career-support__contents--image {
    width: calc(441 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-career-support__contents--image {
    width: calc(350 / 390 * 100vw);
  }
}
.c-career-support__contents--image img {
  width: 100%;
  height: auto;
}

.c-luxria-info__wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-inline: auto;
  padding-bottom: 34px;
}
@media screen and (max-width: 1440px) {
  .c-luxria-info__wrapper {
    padding-bottom: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-luxria-info__wrapper {
    padding-bottom: calc(24 / 390 * 100vw);
  }
}

.c-luxria-info__inner {
  width: 980px;
}
@media screen and (max-width: 1440px) {
  .c-luxria-info__inner {
    width: calc(980 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-luxria-info__inner {
    width: calc(370 / 390 * 100vw);
  }
}

.c-luxria-info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-luxria-info__contents--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 45px;
}
@media screen and (max-width: 1440px) {
  .c-luxria-info__contents--body {
    gap: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-luxria-info__contents--body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(24 / 390 * 100vw);
  }
}

.c-luxria-info__contents--desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 414px;
}
@media screen and (max-width: 1440px) {
  .c-luxria-info__contents--desc {
    width: calc(414 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-luxria-info__contents--desc {
    width: calc(330 / 390 * 100vw);
    margin-inline: auto;
  }
}
.c-luxria-info__contents--desc p {
  color: #0d1b2a;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 1440px) {
  .c-luxria-info__contents--desc p {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-luxria-info__contents--desc p {
    font-size: calc(14 / 390 * 100vw);
  }
}

.c-luxria-info__contents--image {
  width: 441px;
  height: auto;
  aspect-ratio: 441/250;
}
@media screen and (max-width: 1440px) {
  .c-luxria-info__contents--image {
    width: calc(441 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-luxria-info__contents--image {
    width: calc(350 / 390 * 100vw);
  }
}

.c-luxria-info__contents {
  display: grid;
  grid-template-areas: "item1 item2" "item3 item4" "item5 item6" "item7 item8";
  gap: 8px;
  margin-top: 28px;
}
@media screen and (max-width: 1440px) {
  .c-luxria-info__contents {
    gap: calc(10 / 1440 * 100vw);
    margin-top: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-luxria-info__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: calc(10 / 390 * 100vw);
    margin-top: calc(28 / 390 * 100vw);
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7" "item8";
  }
}
.c-luxria-info__contents div:nth-of-type(1) {
  grid-area: item1;
}
.c-luxria-info__contents div:nth-of-type(2) {
  grid-area: item2;
}
.c-luxria-info__contents div:nth-of-type(3) {
  grid-area: item3;
}
.c-luxria-info__contents div:nth-of-type(4) {
  grid-area: item4;
}
.c-luxria-info__contents div:nth-of-type(5) {
  grid-area: item5;
}
.c-luxria-info__contents div:nth-of-type(6) {
  grid-area: item6;
}
.c-luxria-info__contents div:nth-of-type(7) {
  grid-area: item7;
}
.c-luxria-info__contents div:nth-of-type(8) {
  grid-area: item8;
}

.c-luxria-info__contents--inner {
  margin-inline: auto;
  background-color: #ffffff;
  border: 1px solid rgba(13, 27, 42, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 484px;
  height: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1440px) {
  .c-luxria-info__contents--inner {
    width: calc(484 / 1440 * 100vw);
    height: calc(150 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-luxria-info__contents--inner {
    width: calc(350 / 390 * 100vw);
    height: calc(150 / 390 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: calc(17.5 / 390 * 100vw);
  }
}
.c-luxria-info__contents--inner .c-luxria-info__contents--title {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  color: #6b6866;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 1440px) {
  .c-luxria-info__contents--inner .c-luxria-info__contents--title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(170 / 1440 * 100vw);
            flex: 0 0 calc(170 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-luxria-info__contents--inner .c-luxria-info__contents--title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    font-size: calc(18 / 390 * 100vw);
  }
}
.c-luxria-info__contents--inner .c-luxria-info__contents--val-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0d1b2a;
  font-family: "Lora", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 1440px) {
  .c-luxria-info__contents--inner .c-luxria-info__contents--val-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(250 / 1440 * 100vw);
            flex: 0 0 calc(250 / 1440 * 100vw);
    font-size: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-luxria-info__contents--inner .c-luxria-info__contents--val-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    font-size: calc(48 / 390 * 100vw);
    height: calc(110 / 390 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-luxria-info__contents--inner .c-luxria-info__contents--val-box .c-luxria-info__unit {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .c-luxria-info__contents--inner .c-luxria-info__contents--val-box .c-luxria-info__unit {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-luxria-info__contents--inner .c-luxria-info__contents--val-box .c-luxria-info__unit {
    font-size: calc(16 / 390 * 100vw);
  }
}
.c-luxria-info__contents--inner .c-luxria-info__contents--val-box .c-luxria-info__unit--num {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .c-luxria-info__contents--inner .c-luxria-info__contents--val-box .c-luxria-info__unit--num {
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-luxria-info__contents--inner .c-luxria-info__contents--val-box .c-luxria-info__unit--num {
    font-size: calc(28 / 390 * 100vw);
  }
}

.c-luxria-info__contents--val2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
}
@media screen and (max-width: 1440px) {
  .c-luxria-info__contents--val2 {
    gap: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-luxria-info__contents--val2 {
    gap: calc(25 / 390 * 100vw);
  }
}

.c-luxria-info__sub {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 1440px) {
  .c-luxria-info__sub {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-luxria-info__sub {
    font-size: calc(14 / 390 * 100vw);
  }
}

.c-philosophy__wrapping {
  position: relative;
  width: 650px;
  aspect-ratio: 650/614;
  height: auto;
  margin-inline: auto;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .c-philosophy__wrapping {
    width: calc(650 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-philosophy__wrapping {
    position: static;
    width: calc(280 / 390 * 100vw);
    aspect-ratio: 280/872;
  }
}

@media screen and (max-width: 767px) {
  .c-philosophy__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(16 / 390 * 100vw);
  }
}

@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-philosophy__inner {
    width: calc(280 / 390 * 100vw);
    height: auto;
    aspect-ratio: 1/1;
  }
}

.c-philosophy__inner--mission {
  position: absolute;
  left: 72px;
  top: 92.5px;
}
@media screen and (max-width: 1440px) {
  .c-philosophy__inner--mission {
    left: calc(72 / 1440 * 100vw);
    top: calc(92.5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-philosophy__inner--mission {
    position: static;
    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;
  }
}

.c-philosophy__inner--vision {
  position: absolute;
  left: 355px;
  top: 82.5px;
}
@media screen and (max-width: 1440px) {
  .c-philosophy__inner--vision {
    left: calc(355 / 1440 * 100vw);
    top: calc(82.5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-philosophy__inner--vision {
    position: static;
    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;
  }
}

.c-philosophy__inner--value {
  position: absolute;
  left: 260.5px;
  top: 343px;
}
@media screen and (max-width: 1440px) {
  .c-philosophy__inner--value {
    left: calc(260.5 / 1440 * 100vw);
    top: calc(343 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-philosophy__inner--value {
    position: static;
    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;
  }
}

.c-philosophy__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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  gap: 24px;
  position: relative;
}
.c-philosophy__content::after {
  content: "";
  position: absolute;
  width: 350px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #0d1b2a;
  background-color: white;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .c-philosophy__content::after {
    width: calc(350 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-philosophy__content::after {
    width: calc(280 / 390 * 100vw);
    height: auto;
    aspect-ratio: 1/1;
  }
}
.c-philosophy__content::before {
  content: "";
  position: absolute;
  width: 350px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #0d1b2a;
}
@media screen and (max-width: 1440px) {
  .c-philosophy__content::before {
    width: calc(350 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-philosophy__content::before {
    width: calc(280 / 390 * 100vw);
    height: auto;
    aspect-ratio: 1/1;
  }
}

.c-philosophy__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  text-align: center;
}

.c-philosophy__title--en {
  color: #0d1b2a;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .c-philosophy__title--en {
    font-size: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-philosophy__title--en {
    font-size: calc(24 / 390 * 100vw);
  }
}
.c-philosophy__title--en::after {
  content: "";
  width: 97px;
  height: 3px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='4' viewBox='0 0 100 4' fill='none'%3E%3Cpath d='M1.5 2H98.5' stroke='url(%23paint0_linear_6075_14)' stroke-width='3' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6075_14' x1='19.3042' y1='-243.966' x2='348.98' y2='-62.4909' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.2' stop-color='%23E2E7E8'/%3E%3Cstop offset='0.521787' stop-color='%23306AA9'/%3E%3Cstop offset='0.8' stop-color='%23E2E7E8'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
@media screen and (max-width: 1440px) {
  .c-philosophy__title--en::after {
    width: calc(97 / 1440 * 100vw);
    height: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-philosophy__title--en::after {
    width: calc(63 / 390 * 100vw);
    height: calc(2 / 390 * 100vw);
  }
}

.c-philosophy__title--jp {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1440px) {
  .c-philosophy__title--jp {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-philosophy__title--jp {
    font-size: calc(12 / 390 * 100vw);
  }
}

.c-philosophy__mission--desc {
  color: #1a1a1a;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 1440px) {
  .c-philosophy__mission--desc {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-philosophy__mission--desc {
    font-size: calc(14 / 390 * 100vw);
  }
}

.p-header {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1440px) {
  .p-header {
    height: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-header {
    height: calc(60 / 390 * 100vw);
  }
}

.p-header.js-show {
  background-color: #1a1a1a;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.p-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: inherit;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 80px;
}
@media screen and (max-width: 1440px) {
  .p-header__inner {
    max-width: calc(1440 / 1440 * 100vw);
    padding-inline: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-header__inner {
    padding-inline: calc(10 / 390 * 100vw);
  }
}

.p-header__logo {
  display: block;
  width: 160px;
  height: 37px;
  margin-block: auto;
  background: url(../../assets/img/com/img_logo_color.webp) no-repeat center center/cover;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1440px) {
  .p-header__logo {
    width: calc(160 / 1440 * 100vw);
    height: calc(37 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-header__logo {
    width: calc(120 / 390 * 100vw);
    height: calc(27 / 390 * 100vw);
  }
}

.p-header.js-show .p-header__inner .p-header__logo {
  background: url(../../assets/img/com/footer_logo_white.webp) no-repeat center center/cover;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-header.js-show .p-header__inner .p-header__logo:hover {
    opacity: 0.6;
  }
}

.p-header-right__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 80px;
  padding-right: 80px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  .p-header-right__wrapper {
    height: calc(80 / 1440 * 100vw);
    padding-right: calc(80 / 1440 * 100vw);
    gap: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-header-right__wrapper {
    height: 60px;
    padding-right: calc(10 / 390 * 100vw);
    gap: calc(12 / 390 * 100vw);
  }
}

.p-header__btn {
  width: 260px;
  font-size: 16px;
  padding-block: 14px;
  padding-inline: 10px;
}
@media screen and (max-width: 1440px) {
  .p-header__btn {
    width: calc(260 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    padding-block: calc(14 / 1440 * 100vw);
    padding-inline: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-header__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: calc(14 / 390 * 100vw);
    padding-block: calc(15 / 390 * 100vw);
    padding-inline: calc(9 / 390 * 100vw);
    gap: 6px;
  }
}

.p-header__drawer-icon {
  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;
  width: 45px;
  height: 34px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-header__drawer-icon:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1440px) {
  .p-header__drawer-icon {
    width: calc(45 / 1440 * 100vw);
    height: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-header__drawer-icon {
    width: calc(45 / 390 * 100vw);
    height: calc(34 / 390 * 100vw);
  }
}
.p-header__drawer-icon.js-show .p-header__drawer-icon-bar {
  background-color: #ffffff;
}
.p-header__drawer-icon.js-show .p-header__drawer-icon-bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 16px;
}
@media screen and (max-width: 1440px) {
  .p-header__drawer-icon.js-show .p-header__drawer-icon-bar:nth-of-type(1) {
    translate: 0 calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-header__drawer-icon.js-show .p-header__drawer-icon-bar:nth-of-type(1) {
    translate: 0 calc(16 / 390 * 100vw);
  }
}
.p-header__drawer-icon.js-show .p-header__drawer-icon-bar:nth-of-type(2) {
  display: none;
}
.p-header__drawer-icon.js-show .p-header__drawer-icon-bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -16px;
}
@media screen and (max-width: 1440px) {
  .p-header__drawer-icon.js-show .p-header__drawer-icon-bar:nth-of-type(3) {
    translate: 0 calc(-16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-header__drawer-icon.js-show .p-header__drawer-icon-bar:nth-of-type(3) {
    translate: 0 calc(-16 / 390 * 100vw);
  }
}

.p-header__drawer-icon-bar {
  width: 100%;
  height: 2px;
  background-color: #0d1b2a;
}

.p-footer {
  display: block;
  background: #0d1b2a;
  padding-block: 100px 100px;
}
@media screen and (max-width: 1440px) {
  .p-footer {
    padding-block: calc(100 / 1440 * 100vw) calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-footer {
    padding-block: calc(60 / 390 * 100vw) calc(60 / 390 * 100vw);
  }
}

.p-footer__inner {
  width: 1079px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .p-footer__inner {
    width: calc(1079 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-footer__inner {
    width: calc(350 / 390 * 100vw);
  }
}

.p-footer__title {
  width: 977px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid #e2e7e8;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .p-footer__title {
    width: calc(977 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-footer__title {
    width: 100%;
  }
}

.p-footer__title__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 32px;
  margin-inline: auto;
  padding-bottom: 32px;
}
@media screen and (max-width: 1440px) {
  .p-footer__title__inner {
    gap: calc(32 / 1440 * 100vw);
    padding-bottom: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-footer__title__inner {
    gap: calc(32 / 390 * 100vw);
    padding-bottom: calc(32 / 390 * 100vw);
  }
}

.p-footer__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-footer__logo img {
  width: 160px;
  height: auto;
  aspect-ratio: 160/36.6;
}
@media screen and (max-width: 1440px) {
  .p-footer__logo img {
    width: calc(160 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-footer__logo img {
    width: calc(120 / 390 * 100vw);
  }
}

.p-footer__sns {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px;
  gap: 48px;
}
@media screen and (max-width: 1440px) {
  .p-footer__sns {
    padding: calc(16 / 1440 * 100vw);
    gap: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-footer__sns {
    padding: calc(16 / 390 * 100vw);
    gap: calc(48 / 390 * 100vw);
  }
}
.p-footer__sns .p-footer__instagram,
.p-footer__sns .p-footer__x {
  display: inline-block;
}
.p-footer__sns .p-footer__instagram img {
  display: block;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (any-hover: hover) {
  .p-footer__sns .p-footer__instagram img:hover {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@media screen and (max-width: 1440px) {
  .p-footer__sns .p-footer__instagram img {
    width: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-footer__sns .p-footer__instagram img {
    width: calc(30 / 390 * 100vw);
  }
}
.p-footer__sns .p-footer__x img {
  display: block;
  width: 23px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (any-hover: hover) {
  .p-footer__sns .p-footer__x img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width: 1440px) {
  .p-footer__sns .p-footer__x img {
    width: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-footer__sns .p-footer__x img {
    width: calc(23 / 390 * 100vw);
  }
}

.p-footer__content {
  width: 1079px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 43px;
  margin-inline: auto;
  gap: 57px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 1440px) {
  .p-footer__content {
    margin-top: calc(43 / 1440 * 100vw);
    width: calc(1079 / 1440 * 100vw);
    gap: calc(57 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-footer__content {
    margin-top: calc(43 / 390 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: auto;
    width: calc(248 / 390 * 100vw);
    gap: calc(12 / 390 * 100vw);
  }
}

.p-footer__nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
}
@media screen and (max-width: 1440px) {
  .p-footer__nav-group {
    gap: calc(1 / 1440 * 100vw);
  }
}
.p-footer__nav-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-left: 8px;
  line-height: 170%;
}
@media screen and (max-width: 1440px) {
  .p-footer__nav-group ul {
    gap: calc(4 / 1440 * 100vw);
    margin-left: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-footer__nav-group ul {
    gap: calc(8 / 390 * 100vw);
    margin-left: calc(8 / 390 * 100vw);
  }
}
.p-footer__nav-group ul > li > a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media (any-hover: hover) {
  .p-footer__nav-group ul > li > a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1440px) {
  .p-footer__nav-group ul > li > a {
    font-size: calc(16 / 1440 * 100vw);
  }
}

.p-footer__nav-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 1440px) {
  .p-footer__nav-title {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-footer__nav-title {
    display: block;
    padding-block: calc(12 / 390 * 100vw) calc(8 / 390 * 100vw);
    border-bottom: 1px solid #ffffff;
    font-size: calc(14 / 390 * 100vw);
  }
}

.p-footer__nav-title > a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
@media (any-hover: hover) {
  .p-footer__nav-title > a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1440px) {
  .p-footer__nav-title > a {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-footer__nav-title > a {
    font-size: calc(14 / 390 * 100vw);
  }
}

.p-footer__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 14px;
  text-align: center;
  margin-top: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .p-footer__legal {
    margin-top: calc(60 / 1440 * 100vw);
    gap: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-footer__legal {
    margin-top: calc(64 / 390 * 100vw);
    gap: calc(16 / 390 * 100vw);
  }
}

.p-footer__legal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  margin-left: -20px;
}
@media screen and (max-width: 1440px) {
  .p-footer__legal-links {
    gap: calc(24 / 1440 * 100vw);
    margin-left: calc(-20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-footer__legal-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(8 / 390 * 100vw);
  }
}

.p-footer__legal-item {
  color: #f8f5f2;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 1440px) {
  .p-footer__legal-item {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-footer__legal-item {
    font-size: calc(12 / 390 * 100vw);
  }
}

.p-footer__legal-link {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__legal-link {
    font-size: calc(12 / 390 * 100vw);
    font-weight: 500;
    line-height: 140%;
  }
}
@media (any-hover: hover) {
  .p-footer__legal-link:hover {
    opacity: 0.6;
  }
}

.p-footer__copyright {
  color: #f8f5f2;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1440px) {
  .p-footer__copyright {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-footer__copyright {
    font-size: calc(14 / 390 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__panel {
    padding-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-top: 8px;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}
@media (any-hover: hover) {
  summary:hover {
    cursor: pointer;
  }
}

.p-footer__js-summary {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer__js-summary {
    display: block;
    padding-block: calc(12 / 390 * 100vw) calc(6 / 390 * 100vw);
    border-bottom: 1px solid #ffffff;
  }
}
.p-footer__js-summary::after {
  content: "";
  position: absolute;
  top: 18.45px;
  right: 6px;
  width: 12.97px;
  height: 7.134px;
  aspect-ratio: 13/7;
  background: url(../../assets/img/com/icon_drawer-arrow_white.svg) no-repeat center center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__js-summary::after {
    top: calc(18.45 / 390 * 100vw);
    right: calc(6 / 390 * 100vw);
    width: calc(12.97 / 390 * 100vw);
    height: calc(7.134 / 390 * 100vw);
  }
}
.p-footer__js-summary span {
  display: inline-block;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
@media screen and (max-width: 767px) {
  .p-footer__js-summary span {
    font-size: calc(14 / 390 * 100vw);
    font-weight: 500;
    line-height: 140%;
  }
}
@media (any-hover: hover) {
  .p-footer__js-summary:hover span {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .p-footer__js-content {
    padding-block: 14px 10px;
    border-bottom: 1px solid #6b6866;
    font-size: calc(14 / 390 * 100vw);
    font-weight: 400;
    line-height: 160%;
  }
}

.p-footer__js-content > a {
  display: inline-block;
  width: 100%;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
@media (any-hover: hover) {
  .p-footer__js-content > a:hover {
    opacity: 0.6;
  }
}

.item[open] > .p-footer__js-summary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

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

.p-404-content {
  width: 100%;
  background-image: url(../img/404/img_404.webp);
  background-repeat: no-repeat;
  background-position: center -40px;
  background-size: contain;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 74px;
}
@media screen and (max-width: 1440px) {
  .p-404-content {
    background-position: center calc(-40 / 1440 * 100vw);
    padding-bottom: calc(74 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-404-content {
    background-position: center center;
    padding-bottom: calc(60 / 390 * 100vw);
  }
}

.p-404-content__inner {
  width: 980px;
  margin-inline: auto;
  padding-inline: 10px;
}
@media screen and (max-width: 1440px) {
  .p-404-content__inner {
    width: calc(980 / 1440 * 100vw);
    padding-inline: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-404-content__inner {
    width: calc(370 / 390 * 100vw);
    padding-inline: calc(10 / 390 * 100vw);
  }
}

.p-404-content__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 1440px) {
  .p-404-content__title {
    font-size: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-404-content__title {
    font-size: calc(24 / 390 * 100vw);
    line-height: 130%;
  }
}

.p-404-content__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 48px;
  margin-inline: auto;
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .p-404-content__text {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-404-content__text {
    font-size: calc(16 / 390 * 100vw);
    line-height: 160%;
    text-align: center;
  }
}

.p-404-content__btn {
  margin-top: 56px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-404-content__btn {
    margin-top: calc(56 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-404-content__btn {
    margin-top: calc(56 / 390 * 100vw);
  }
}

.p-404-content__btn > .c-base-btn {
  padding-block: 16px;
  padding-inline: 32px;
}
@media screen and (max-width: 1440px) {
  .p-404-content__btn > .c-base-btn {
    padding-block: calc(16 / 1440 * 100vw);
    padding-inline: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-404-content__btn > .c-base-btn {
    padding-block: calc(16 / 390 * 100vw);
    padding-inline: calc(46 / 390 * 100vw);
  }
}

.p-policy__container {
  width: 862px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .p-policy__container {
    width: calc(862 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-policy__container {
    width: calc(350 / 390 * 100vw);
  }
}
.p-policy__container h1,
.p-policy__container h2,
.p-policy__container h3,
.p-policy__container h4,
.p-policy__container h5,
.p-policy__container h6 {
  margin-bottom: 48px;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .p-policy__container h1,
  .p-policy__container h2,
  .p-policy__container h3,
  .p-policy__container h4,
  .p-policy__container h5,
  .p-policy__container h6 {
    margin-bottom: calc(48 / 1440 * 100vw);
    font-size: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-policy__container h1,
  .p-policy__container h2,
  .p-policy__container h3,
  .p-policy__container h4,
  .p-policy__container h5,
  .p-policy__container h6 {
    margin-bottom: calc(32 / 390 * 100vw);
    font-size: calc(24 / 390 * 100vw);
    line-height: 130%;
  }
}
.p-policy__container p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 1440px) {
  .p-policy__container p {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-policy__container p {
    font-size: calc(14 / 390 * 100vw);
    line-height: 160%;
  }
}
.p-policy__container ol {
  counter-reset: policy;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 1440px) {
  .p-policy__container ol {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-policy__container ol {
    font-size: calc(14 / 390 * 100vw);
  }
}
.p-policy__container li {
  counter-increment: policy;
  display: grid;
  grid-template-columns: 14px 1fr;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 1440px) {
  .p-policy__container li {
    grid-template-columns: calc(14 / 1440 * 100vw) 1fr;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-policy__container li {
    grid-template-columns: 14px 1fr;
  }
}
.p-policy__container li::before {
  content: counter(policy) ".";
}
.p-policy__container .wp-block-spacer {
  height: 200px;
}
@media screen and (max-width: 1440px) {
  .p-policy__container .wp-block-spacer {
    height: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-policy__container .wp-block-spacer {
    height: calc(120 / 390 * 100vw) !important;
  }
}

.p-contactbox {
  padding-top: 71px;
}
@media screen and (max-width: 1440px) {
  .p-contactbox {
    padding-top: calc(71 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contactbox {
    padding-top: calc(36 / 390 * 100vw);
  }
}

.p-contactbox__container {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #1a1a1a;
}

.p-contactbox__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 980px;
  height: 202px;
  padding: 16px 32px;
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (max-width: 1440px) {
  .p-contactbox__body {
    width: calc(980 / 1440 * 100vw);
    height: calc(202 / 1440 * 100vw);
    padding: calc(16 / 1440 * 100vw) calc(32 / 1440 * 100vw);
    gap: calc(10 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contactbox__body {
    width: calc(350 / 390 * 100vw);
    height: calc(202 / 390 * 100vw);
    padding: calc(16 / 390 * 100vw);
    gap: calc(10 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    line-height: 160%;
  }
}
.p-contactbox__body .p-policy-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-contactbox__body .p-policy-ul {
    gap: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contactbox__body .p-policy-ul {
    gap: calc(10 / 390 * 100vw);
  }
}
.p-contactbox__body .p-policy-li span {
  margin-left: 4px;
}
@media screen and (max-width: 1440px) {
  .p-contactbox__body .p-policy-li span {
    margin-left: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contactbox__body .p-policy-li span {
    margin-left: calc(4 / 390 * 100vw);
  }
}

.p-header__drawer {
  position: fixed;
  z-index: 105;
  top: 80px;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  height: 710px;
  background-color: #1a1a1a;
  opacity: 0;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0s 0.3s;
  transition: opacity 0.3s ease, -webkit-transform 0s 0.3s;
  transition: opacity 0.3s ease, transform 0s 0.3s;
  transition: opacity 0.3s ease, transform 0s 0.3s, -webkit-transform 0s 0.3s;
}
.p-header__drawer.js-show {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0s 0s;
  transition: opacity 0.3s ease, -webkit-transform 0s 0s;
  transition: opacity 0.3s ease, transform 0s 0s;
  transition: opacity 0.3s ease, transform 0s 0s, -webkit-transform 0s 0s;
}
@media screen and (max-width: 1440px) {
  .p-header__drawer {
    height: calc(710 / 1440 * 100vw);
    top: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-header__drawer {
    height: 100vh;
    height: 100dvh;
    top: calc(60 / 390 * 100vw);
  }
}

.p-header__drawer-nav {
  width: 100%;
  margin-top: 100px;
  padding-block: 75px;
  padding-inline: 10px;
  background-color: #f8f5f2;
}
@media screen and (max-width: 1440px) {
  .p-header__drawer-nav {
    margin-top: calc(100 / 1440 * 100vw);
    padding-block: calc(75 / 1440 * 100vw);
    padding-inline: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-header__drawer-nav {
    display: none;
  }
}

.p-header__drawer-nav-inner {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 57px;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .p-header__drawer-nav-inner {
    gap: calc(57 / 1440 * 100vw);
    max-width: calc(1440 / 1440 * 100vw);
  }
}

.p-header__drawer-nav-group {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1440px) {
  .p-header__drawer-nav-group {
    gap: calc(8 / 1440 * 100vw);
  }
}

.p-header__drawer-nav-title {
  color: #0d1b2a;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 1440px) {
  .p-header__drawer-nav-title {
    font-size: calc(16 / 1440 * 100vw);
  }
}

.p-header__drawer-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-bottom: 8px;
  margin-left: 8px;
}
@media screen and (max-width: 1440px) {
  .p-header__drawer-nav-items {
    gap: calc(8 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
    margin-left: calc(8 / 1440 * 100vw);
  }
}

.p-header__drawer-nav-item {
  color: #0d1b2a;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}
@media (any-hover: hover) {
  .p-header__drawer-nav-item:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-32.51%, #0d1b2a), color-stop(83.9%, #4583c6));
    background: linear-gradient(180deg, #0d1b2a -32.51%, #4583c6 83.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (max-width: 1440px) {
  .p-header__drawer-nav-item {
    font-size: calc(16 / 1440 * 100vw);
  }
}

.p-header__sp-drawer-nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-header__sp-drawer-nav {
    display: block;
    margin-top: calc(24 / 390 * 100vw);
    margin-inline: calc(10 / 390 * 100vw);
    padding-block: calc(60 / 390 * 100vw);
    padding-inline: calc(10 / 390 * 100vw);
    background-color: #f8f5f2;
  }
  .p-header__sp-drawer-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(16 / 390 * 100vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-header__sp-drawer-nav-group {
    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: start;
        -ms-flex-align: start;
            align-items: start;
    gap: calc(8 / 390 * 100vw);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(250 / 390 * 100vw);
    margin-inline: auto;
  }
  .p-header__sp-drawer-nav-group.js-open .js-header-nav-accordion::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .p-header__sp-drawer-nav-title {
    color: #0d1b2a;
    font-family: "Noto Sans JP";
    font-size: calc(14 / 390 * 100vw);
    font-weight: 500;
    line-height: 140%;
    padding-top: calc(12 / 390 * 100vw);
    padding-bottom: calc(8 / 390 * 100vw);
    border-bottom: 1px solid #0d1b2a;
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .js-header-nav-accordion {
    position: relative;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .js-header-nav-accordion:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-32.51%, #0d1b2a), color-stop(83.9%, #4583c6));
    background: linear-gradient(180deg, #0d1b2a -32.51%, #4583c6 83.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .js-header-nav-accordion::after {
    content: "";
    width: calc(12.97 / 390 * 100vw);
    height: calc(7.134 / 390 * 100vw);
    aspect-ratio: 13/7;
    position: absolute;
    top: calc(18.45 / 390 * 100vw);
    right: calc(6 / 390 * 100vw);
    background: url(../../assets/img/com/icon_drawer-arrow.svg) no-repeat center center/contain;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .p-header__sp-accordion-wrapper {
    display: none;
    width: 100%;
  }
  .p-header__sp-drawer-nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-bottom: 8px;
    margin-left: 8px;
  }
  .p-header__sp-drawer-nav-item {
    color: #0d1b2a;
    font-family: "Noto Sans JP";
    font-size: calc(14 / 390 * 100vw);
    font-weight: 400;
    line-height: 160%;
    padding-top: calc(15 / 390 * 100vw);
    padding-bottom: calc(10 / 390 * 100vw);
    border-bottom: 1px solid #b8b5b2;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .p-header__sp-drawer-nav-item:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-32.51%, #0d1b2a), color-stop(83.9%, #4583c6));
    background: linear-gradient(180deg, #0d1b2a -32.51%, #4583c6 83.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (any-hover: hover) {
  .p-header__drawer-link-title:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-32.51%, #0d1b2a), color-stop(83.9%, #4583c6));
    background: linear-gradient(180deg, #0d1b2a -32.51%, #4583c6 83.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.p-header__drawer-sns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-block: 56px;
}
@media screen and (max-width: 1440px) {
  .p-header__drawer-sns-wrapper {
    gap: calc(48 / 1440 * 100vw);
    margin-block: calc(56 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-header__drawer-sns-wrapper {
    gap: calc(48 / 390 * 100vw);
    margin-block: calc(54 / 390 * 100vw);
  }
}

.p-header__drawer-sns-instagram {
  display: inline-block;
}
.p-header__drawer-sns-instagram .p-header__drawer-sns-instagram-img {
  width: 30px;
  height: 30px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__drawer-sns-instagram .p-header__drawer-sns-instagram-img:hover {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@media screen and (max-width: 1440px) {
  .p-header__drawer-sns-instagram .p-header__drawer-sns-instagram-img {
    width: calc(30 / 1440 * 100vw);
    height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-header__drawer-sns-instagram .p-header__drawer-sns-instagram-img {
    width: calc(30 / 390 * 100vw);
    height: calc(30 / 390 * 100vw);
  }
}

.p-header__drawer-sns-x {
  display: inline-block;
}
.p-header__drawer-sns-x .p-header__drawer-sns-x-img {
  width: 23px;
  height: 23px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__drawer-sns-x .p-header__drawer-sns-x-img:hover {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@media screen and (max-width: 1440px) {
  .p-header__drawer-sns-x .p-header__drawer-sns-x-img {
    width: calc(23 / 1440 * 100vw);
    height: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-header__drawer-sns-x .p-header__drawer-sns-x-img {
    width: calc(23 / 390 * 100vw);
    height: calc(23 / 390 * 100vw);
  }
}

.p-archive-interview__content {
  width: 100%;
  background-color: #ffffff;
}

.p-archive-interview__content-lead {
  text-align: center;
  line-height: 170%;
}
@media screen and (max-width: 1440px) {
  .p-archive-interview__content-lead {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-interview__content-lead {
    font-size: calc(16 / 390 * 100vw);
    line-height: 160%;
  }
}

.p-archive-interview__inner {
  width: 100%;
  max-width: 981px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .p-archive-interview__inner {
    max-width: calc(981 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-interview__inner {
    max-width: calc(370 / 390 * 100vw);
  }
}

.p-archive-interview__content-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  width: 100%;
  margin-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1440px) {
  .p-archive-interview__content-cards {
    gap: calc(48 / 1440 * 100vw);
    margin-top: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-interview__content-cards {
    grid-template-columns: 1fr;
    gap: calc(48 / 390 * 100vw);
    margin-top: calc(60 / 390 * 100vw);
  }
}

.p-archive-interview__card {
  position: relative;
  width: 295px;
  height: 412px;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-archive-interview__card {
    width: calc(295 / 1440 * 100vw);
    height: calc(412 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-interview__card {
    width: calc(295 / 390 * 100vw);
    height: calc(412 / 390 * 100vw);
  }
}
@media (any-hover: hover) {
  .p-archive-interview__card:hover .p-archive-interview__card-img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-archive-interview__card-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-archive-interview__card-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .p-archive-interview__card-text-wrapper {
    gap: calc(10 / 1440 * 100vw);
    bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-interview__card-text-wrapper {
    gap: calc(10 / 390 * 100vw);
    bottom: calc(20 / 390 * 100vw);
  }
}

.p-archive-interview__card-profile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  background-color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .p-archive-interview__card-profile-wrapper {
    gap: calc(4 / 1440 * 100vw) calc(8 / 1440 * 100vw);
    padding: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-interview__card-profile-wrapper {
    gap: calc(4 / 390 * 100vw) calc(8 / 390 * 100vw);
    padding: calc(4 / 390 * 100vw);
  }
}

.p-archive-interview__card-profile-name {
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-archive-interview__card-profile-name {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-interview__card-profile-name {
    font-size: calc(20 / 390 * 100vw);
    line-height: 140%;
  }
}

.p-archive-interview__card-profile-tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
@media screen and (max-width: 1440px) {
  .p-archive-interview__card-profile-tag-wrapper {
    gap: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-interview__card-profile-tag-wrapper {
    gap: calc(2 / 390 * 100vw);
  }
}

.p-archive-interview__card-profile-job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 8px;
  font-size: 14px;
  line-height: 160%;
  border-radius: 60px;
  background-color: #e2e7e8;
}
@media screen and (max-width: 1440px) {
  .p-archive-interview__card-profile-job {
    padding-inline: calc(8 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
    border-radius: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-interview__card-profile-job {
    padding-inline: calc(8 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    border-radius: calc(60 / 390 * 100vw);
    line-height: 150%;
  }
}

.p-archive-interview__card-profile-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 8px;
  font-size: 14px;
  line-height: 160%;
  border-radius: 60px;
  background-color: #e2e7e8;
}
@media screen and (max-width: 1440px) {
  .p-archive-interview__card-profile-year {
    padding-inline: calc(8 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
    border-radius: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-interview__card-profile-year {
    padding-inline: calc(8 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    border-radius: calc(60 / 390 * 100vw);
    line-height: 150%;
  }
}

.p-archive-interview__card-message {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  font-size: 14px;
  line-height: 1.6;
  background-color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-archive-interview__card-message {
    padding: calc(4 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-interview__card-message {
    padding: calc(4 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}

.p-link-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 22px;
  padding-inline: 10px;
}
@media screen and (max-width: 1440px) {
  .p-link-section__inner {
    gap: calc(24 / 1440 * 100vw) calc(22 / 1440 * 100vw);
    padding-inline: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-link-section__inner {
    gap: calc(24 / 390 * 100vw) calc(22 / 390 * 100vw);
    padding-inline: calc(10 / 390 * 100vw);
  }
}

.p-link-section__card {
  display: block;
  width: 480px;
  height: 407px;
  background-color: #ffffff;
  position: relative;
}
@media (any-hover: hover) {
  .p-link-section__card:hover .p-link-section__btn {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@media screen and (max-width: 1440px) {
  .p-link-section__card {
    width: calc(480 / 1440 * 100vw);
    height: calc(407 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-link-section__card {
    width: calc(480 / 390 * 100vw);
    height: calc(407 / 390 * 100vw);
  }
}
.p-link-section__card::before {
  content: "";
  width: 88px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6b6866;
}
@media screen and (max-width: 1440px) {
  .p-link-section__card::before {
    width: calc(88 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-link-section__card::before {
    width: calc(47 / 390 * 100vw);
  }
}

.p-link-section__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-left: 88px;
  padding-top: 92px;
  padding-bottom: 41px;
  padding-inline: 8px;
}
@media screen and (max-width: 1440px) {
  .p-link-section__card-inner {
    margin-left: calc(88 / 1440 * 100vw);
    padding-top: calc(92 / 1440 * 100vw);
    padding-bottom: calc(41 / 1440 * 100vw);
    padding-inline: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-link-section__card-inner {
    margin-left: calc(47 / 390 * 100vw);
    padding-top: calc(92 / 390 * 100vw);
    padding-bottom: calc(77 / 390 * 100vw);
    padding-inline: calc(8 / 390 * 100vw);
  }
}

.p-link-section__card-text {
  margin-top: 36px;
  color: #1a1a1a;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (max-width: 1440px) {
  .p-link-section__card-text {
    margin-top: calc(36 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-link-section__card-text {
    margin-top: calc(36 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    line-height: 160%;
  }
}

.p-link-section__btn {
  width: 320px;
  margin-top: 48px;
}
@media screen and (max-width: 1440px) {
  .p-link-section__btn {
    width: calc(320 / 1440 * 100vw);
    margin-top: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-link-section__btn {
    width: calc(307 / 390 * 100vw);
    margin-top: calc(48 / 390 * 100vw);
  }
}

.p-cards__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: 22px;
}
@media screen and (max-width: 1440px) {
  .p-cards__inner {
    gap: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-cards__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: calc(24 / 390 * 100vw);
  }
}

.p-front-fv {
  width: 100%;
  max-width: 1440px;
  height: 630px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-front-fv {
    max-width: calc(1440 / 1440 * 100vw);
    height: calc(630 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-fv {
    max-width: calc(390 / 390 * 100vw);
    height: calc(780 / 390 * 100vw);
  }
}

.p-front-fv__inner {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1440px) {
  .p-front-fv__inner {
    gap: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: calc(0 / 390 * 100vw);
  }
}

.p-front-fv__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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 567px;
  padding-top: 88px;
}
@media screen and (max-width: 1440px) {
  .p-front-fv__content {
    width: calc(567 / 1440 * 100vw);
    padding-top: calc(88 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-fv__content {
    width: calc(390 / 390 * 100vw);
    padding-top: calc(0 / 390 * 100vw);
  }
}

.p-front-fv__lead-en {
  font-family: "Lora", serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.12px;
  background: -webkit-gradient(linear, left top, right top, from(#6b6866), color-stop(27.41%, #938e8a), color-stop(54.81%, #6b6866));
  background: linear-gradient(90deg, #6b6866 0%, #938e8a 27.41%, #6b6866 54.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1440px) {
  .p-front-fv__lead-en {
    font-size: calc(56 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-fv__lead-en {
    margin-top: calc(48 / 390 * 100vw);
    text-align: center;
    font-size: calc(32 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.64px;
  }
}

.p-front-fv__lead-ja {
  margin-block: 24px 40px;
  color: #0d1b2a;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 1440px) {
  .p-front-fv__lead-ja {
    margin-block: calc(24 / 1440 * 100vw) calc(40 / 1440 * 100vw);
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-fv__lead-ja {
    margin-block: calc(16 / 390 * 100vw) calc(23 / 390 * 100vw);
    text-align: center;
    font-size: calc(20 / 390 * 100vw);
  }
}

.p-front-fv__site-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-fv__site-name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-front-fv__site-name span {
  color: #0d1b2a;
}
.p-front-fv__site-name span:nth-of-type(1) {
  font-family: "Lora", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1440px) {
  .p-front-fv__site-name span:nth-of-type(1) {
    font-size: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-fv__site-name span:nth-of-type(1) {
    font-size: calc(24 / 390 * 100vw);
  }
}
.p-front-fv__site-name span:nth-of-type(2) {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .p-front-fv__site-name span:nth-of-type(2) {
    font-size: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-fv__site-name span:nth-of-type(2) {
    font-size: calc(24 / 390 * 100vw);
  }
}

.p-front-fv__button {
  margin-top: 32px;
  width: 320px;
  aspect-ratio: 320/54;
}
@media screen and (max-width: 1440px) {
  .p-front-fv__button {
    margin-top: calc(32 / 1440 * 100vw);
    width: calc(320 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-fv__button {
    margin-top: calc(20 / 390 * 100vw);
    margin-inline: auto;
    width: calc(307 / 390 * 100vw);
    aspect-ratio: 307/50;
  }
}
.p-front-fv__button a {
  width: 100%;
  height: 100%;
}

.p-front-fv__image {
  position: relative;
  width: 720px;
  overflow: hidden;
  aspect-ratio: 720/576;
}
@media screen and (max-width: 1440px) {
  .p-front-fv__image {
    width: calc(720 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-fv__image {
    width: calc(390 / 390 * 100vw);
    aspect-ratio: 390/436;
  }
}
.p-front-fv__image .swiper,
.p-front-fv__image .swiper-wrapper,
.p-front-fv__image .swiper-slide,
.p-front-fv__image .slide,
.p-front-fv__image .slide-media {
  width: 100%;
  height: 100%;
}
.p-front-fv__image picture,
.p-front-fv__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front-fv__image .slide-media img {
  -webkit-transition: -webkit-transform 3s ease;
  transition: -webkit-transform 3s ease;
  transition: transform 3s ease;
  transition: transform 3s ease, -webkit-transform 3s ease;
}
.p-front-fv__image .swiper-slide[class*=-active] .slide-media img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-front-fv__image .swiper-slide[class*=-prev] .slide-media img {
  -webkit-transform: translateX(40px) scale(0.95);
          transform: translateX(40px) scale(0.95);
  opacity: 0.6;
}
.p-front-fv__image .swiper-slide[class*=-next] .slide-media img {
  -webkit-transform: translateX(-40px) scale(0.95);
          transform: translateX(-40px) scale(0.95);
  opacity: 0;
}
.p-front-fv__image .swiper-button-prev,
.p-front-fv__image .swiper-button-next {
  color: #333;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: none !important;
}
.p-front-fv__image .swiper-button-prev:hover,
.p-front-fv__image .swiper-button-next:hover {
  opacity: 1;
}
.p-front-fv__image .fraction {
  position: absolute;
  bottom: 16px;
  right: 32px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  z-index: 10;
  display: none !important;
}

.p-front-message__inner {
  width: 100%;
  max-width: 980px;
  overflow: hidden;
  padding: 46px 146.5px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-front-message__inner {
    padding: calc(46 / 1440 * 100vw) calc(146.5 / 1440 * 100vw);
    max-width: calc(980 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-message__inner {
    padding: calc(60 / 390 * 100vw) calc(20 / 390 * 100vw);
    max-width: calc(390 / 390 * 100vw);
  }
}

.p-front-message__contents--title {
  margin-block: 54px 16px;
}
@media screen and (max-width: 1440px) {
  .p-front-message__contents--title {
    margin-block: calc(54 / 1440 * 100vw) calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-message__contents--title {
    margin-block: calc(36 / 390 * 100vw) calc(16 / 390 * 100vw);
  }
}
.p-front-message__contents--title span {
  color: #1a1a1a;
}
.p-front-message__contents--title span:nth-of-type(1) {
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.44px;
}
@media screen and (max-width: 1440px) {
  .p-front-message__contents--title span:nth-of-type(1) {
    font-size: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-message__contents--title span:nth-of-type(1) {
    font-size: calc(18 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.36px;
  }
}
.p-front-message__contents--title span:nth-of-type(2) {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 1440px) {
  .p-front-message__contents--title span:nth-of-type(2) {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-message__contents--title span:nth-of-type(2) {
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.4;
  }
}

.p-front-message__contents--text {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 1440px) {
  .p-front-message__contents--text {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-message__contents--text {
    font-size: calc(16 / 390 * 100vw);
    font-weight: 400;
    line-height: 160%;
  }
}

.p-front-news__inner {
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-front-news__inner {
    max-width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-news__inner {
    max-width: calc(390 / 390 * 100vw);
  }
}

.p-front-news__contents {
  margin-block: 50px;
}
@media (max-width: 1440px) {
  .p-front-news__contents {
    margin-block: calc(50 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) and (max-width: 767px) {
  .p-front-news__contents {
    margin-block: calc(37 / 390 * 100vw);
  }
}

.p-front-news__text {
  text-align: center;
}
@media (max-width: 1440px) and (max-width: 767px) {
  .p-front-news__text {
    margin-inline: auto;
    width: calc(350 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    line-height: 160%;
  }
}

.p-front-news__card-area {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
}
@media (max-width: 1440px) {
  .p-front-news__card-area {
    margin-top: calc(48 / 1440 * 100vw);
    gap: calc(19 / 1440 * 100vw);
    max-width: calc(980 / 1440 * 100vw);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1440px) and (max-width: 767px) {
  .p-front-news__card-area {
    margin-top: calc(32 / 390 * 100vw);
    max-width: calc(390 / 390 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #newsSlider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(10 / 390 * 100vw);
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-left: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #newsSlider::-webkit-scrollbar {
    display: none;
  }
  #newsSlider .p-front-news__card-inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    scroll-snap-align: center;
  }
}
.p-front-news__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 16px;
  width: 315px;
  height: 100%;
  aspect-ratio: 315/363;
}
@media screen and (max-width: 1440px) {
  .p-front-news__card-inner {
    padding: calc(16 / 1440 * 100vw);
    width: calc(315 / 1440 * 100vw);
    gap: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-news__card-inner {
    scroll-snap-align: center;
    width: calc(315 / 390 * 100vw);
    padding: calc(16 / 390 * 100vw);
    gap: calc(24 / 390 * 100vw);
  }
}
@media (any-hover: hover) {
  .p-front-news__card-inner:hover .p-front-news__card-image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-front-news__card-image {
  width: 100%;
  aspect-ratio: 281/211;
  overflow: hidden;
}
.p-front-news__card-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-front-news__card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-front-news__card--info {
  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;
  gap: 14px;
}

.p-front-news__card--date {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1440px) {
  .p-front-news__card--date {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-news__card--date {
    font-size: calc(12 / 390 * 100vw);
    font-weight: 500;
    line-height: 1.4;
  }
}

.p-front-news__card--category {
  background: #6b6866;
  padding: 2px 4px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1440px) {
  .p-front-news__card--category {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-news__card--category {
    font-size: calc(12 / 390 * 100vw);
    font-weight: 400;
    line-height: 1.5;
  }
}

.p-front-news__card--title {
  color: #1a1a1a;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 1440px) {
  .p-front-news__card--title {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-news__card--title {
    font-size: calc(20 / 390 * 100vw);
    font-weight: 500;
    line-height: 1.4;
  }
}

.p-front-news__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 32px;
}

.p-front-news__dots .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #c7c7c7;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.p-front-news__dots .dot.is-active {
  background: #111;
}

.p-front-news__more {
  width: 313px;
  height: auto;
  aspect-ratio: 313/54;
}
@media screen and (max-width: 1440px) {
  .p-front-news__more {
    width: calc(313 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-news__more {
    margin-inline: auto;
    width: calc(307 / 390 * 100vw);
    aspect-ratio: 307/50;
  }
}
.p-front-news__more a {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-front-job {
    padding-block: calc(85 / 390 * 100vw) calc(60 / 390 * 100vw);
  }
}

.p-front-job__contetns {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1440px) {
  .p-front-job__contetns {
    margin-top: calc(48 / 1440 * 100vw);
    gap: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-job__contetns {
    margin-top: calc(34 / 390 * 100vw);
    gap: calc(22 / 390 * 100vw);
  }
}

.p-front-job__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-job__card {
    -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;
  }
}
@media (any-hover: hover) {
  .p-front-job__card:hover .p-front-job__card-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-front-job__card:hover .p-front-job__card-text--arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.p-front-job__card-img {
  width: 370px;
  height: 246px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-front-job__card-img {
    width: calc(370 / 1440 * 100vw);
    height: calc(246 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-job__card-img {
    width: calc(350 / 390 * 100vw);
    height: calc(233 / 390 * 100vw);
  }
}
.p-front-job__card-img img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-front-job__card-char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 610px;
}
@media screen and (max-width: 1440px) {
  .p-front-job__card-char {
    width: calc(610 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-job__card-char {
    width: calc(350 / 390 * 100vw);
  }
}

.p-front-job__card-text--title {
  height: 80px;
  padding-left: 16px;
  background: #6b6866;
  color: #ffffff;
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 0.8px;
  vertical-align: middle;
}
@media screen and (max-width: 1440px) {
  .p-front-job__card-text--title {
    height: calc(80 / 1440 * 100vw);
    padding-left: calc(16 / 1440 * 100vw);
    font-size: calc(36 / 1440 * 100vw);
    line-height: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-job__card-text--title {
    height: calc(59 / 390 * 100vw);
    padding-left: calc(16 / 390 * 100vw);
    font-size: calc(24 / 390 * 100vw);
    line-height: calc(59 / 390 * 100vw);
    letter-spacing: 0.48px;
  }
}

.p-front-job__card-text--wrapper {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 610px;
  height: 166px;
}
@media screen and (max-width: 1440px) {
  .p-front-job__card-text--wrapper {
    width: calc(610 / 1440 * 100vw);
    height: calc(166 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-job__card-text--wrapper {
    -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: flex-end;
    width: calc(350 / 390 * 100vw);
    height: calc(138 / 390 * 100vw);
  }
}

.p-front-job__card-text--text {
  width: 465px;
  padding-top: 32px;
  padding-left: 16px;
  color: #6b6866;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 1440px) {
  .p-front-job__card-text--text {
    width: calc(465 / 1440 * 100vw);
    padding-top: calc(32 / 1440 * 100vw);
    padding-left: calc(16 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-job__card-text--text {
    width: 100%;
    padding-top: calc(16 / 390 * 100vw);
    padding-inline: calc(10 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.6;
  }
}

.p-front-job__card-text--arrow {
  width: 65px;
  height: 100%;
  height: 17px;
  margin-block: auto;
  margin-left: 10px;
}
@media screen and (max-width: 1440px) {
  .p-front-job__card-text--arrow {
    width: calc(65 / 1440 * 100vw);
    height: calc(17 / 1440 * 100vw);
    margin-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-front-job__card-text--arrow {
    width: calc(65 / 390 * 100vw);
    height: calc(17 / 390 * 100vw);
    margin-left: calc(0 / 390 * 100vw);
    margin-right: calc(10 / 390 * 100vw);
    margin-bottom: calc(12 / 390 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-front-stories {
    padding-block: calc(85 / 390 * 100vw) calc(82 / 390 * 100vw);
  }
}

.p-front-stories__contents--text {
  color: #1a1a1a;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  margin-block: 48px;
}
@media (max-width: 1440px) {
  .p-front-stories__contents--text {
    font-size: calc(18 / 1440 * 100vw);
    margin-block: calc(48 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) and (max-width: 767px) {
  .p-front-stories__contents--text {
    font-size: calc(16 / 390 * 100vw);
    margin-block: calc(34 / 390 * 100vw) calc(49 / 390 * 100vw);
    line-height: 160%;
  }
}

.p-front-stories__contents--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 981px;
  gap: 48px;
}
@media (max-width: 1440px) {
  .p-front-stories__contents--card {
    width: calc(981 / 1440 * 100vw);
    gap: calc(48 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) and (max-width: 767px) {
  .p-front-stories__contents--card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(295 / 390 * 100vw);
    gap: calc(24 / 390 * 100vw);
  }
}

.p-front-stories__card {
  width: 295px;
  height: auto;
  aspect-ratio: 295/412;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .p-front-stories__card {
    width: calc(295 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) and (max-width: 767px) {
  .p-front-stories__card {
    width: calc(295 / 390 * 100vw);
  }
}
@media (any-hover: hover) {
  .p-front-stories__card:hover .p-front-stories__card--img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-front-stories__card--img {
  width: 100%;
  position: absolute;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-front-stories__card--img img {
  width: 100%;
  height: auto;
}

.p-front-stories__card--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  z-index: 10;
}
@media (max-width: 1440px) {
  .p-front-stories__card--text {
    gap: calc(10 / 1440 * 100vw);
    bottom: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) and (max-width: 767px) {
  .p-front-stories__card--text {
    gap: calc(8 / 390 * 100vw);
    bottom: calc(20 / 390 * 100vw);
  }
}

.p-front-stories__card--info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #ffffff;
  gap: 8px;
  padding: 4px;
}
@media (max-width: 1440px) {
  .p-front-stories__card--info {
    gap: calc(8 / 1440 * 100vw);
    padding: calc(4 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) and (max-width: 767px) {
  .p-front-stories__card--info {
    gap: calc(8 / 390 * 100vw);
    padding: calc(4 / 390 * 100vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-front-stories__card__name {
  color: #1a1a1a;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1440px) {
  .p-front-stories__card__name {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) and (max-width: 767px) {
  .p-front-stories__card__name {
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.4;
  }
}

.p-front-stories__card__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  gap: 2px;
}
@media (max-width: 1440px) {
  .p-front-stories__card__category {
    font-size: calc(14 / 1440 * 100vw);
    gap: calc(2 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) and (max-width: 767px) {
  .p-front-stories__card__category {
    font-size: calc(12 / 390 * 100vw);
    gap: calc(2 / 390 * 100vw);
    height: calc(18 / 390 * 100vw);
  }
}

.p-front-stories__card__occupation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: #e2e7e8;
}
@media (max-width: 1440px) {
  .p-front-stories__card__occupation {
    padding: 0 calc(8 / 1440 * 100vw);
    gap: calc(10 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) and (max-width: 767px) {
  .p-front-stories__card__occupation {
    padding: 0 calc(8 / 390 * 100vw);
    gap: calc(10 / 390 * 100vw);
  }
}

.p-front-stories__card__career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: #e2e7e8;
}
@media (max-width: 1440px) {
  .p-front-stories__card__career {
    padding: 0 calc(8 / 1440 * 100vw);
    gap: calc(10 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) and (max-width: 767px) {
  .p-front-stories__card__career {
    padding: 0 calc(8 / 390 * 100vw);
    gap: calc(10 / 390 * 100vw);
  }
}

.p-front-stories__card--one-word {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px;
  gap: 10px;
  background: #ffffff;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1440px) {
  .p-front-stories__card--one-word {
    padding: calc(4 / 1440 * 100vw);
    gap: calc(10 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) and (max-width: 767px) {
  .p-front-stories__card--one-word {
    padding: calc(4 / 390 * 100vw);
    gap: calc(10 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    line-height: 160%;
  }
}

.p-front-stories__contents--button {
  margin-top: 68px;
  margin-bottom: 32px;
  width: 324px;
  height: auto;
  aspect-ratio: 324/54;
}
@media (max-width: 1440px) {
  .p-front-stories__contents--button {
    width: calc(324 / 1440 * 100vw);
    margin-top: calc(68 / 1440 * 100vw);
    margin-bottom: calc(32 / 1440 * 100vw);
  }
}
@media (max-width: 1440px) and (max-width: 767px) {
  .p-front-stories__contents--button {
    margin-block: calc(32 / 390 * 100vw) calc(56 / 390 * 100vw);
    width: calc(307 / 390 * 100vw);
    margin-bottom: calc(32 / 390 * 100vw);
  }
}
.p-front-stories__contents--button a {
  width: 100%;
  height: 100%;
}

.c-content-box__inner {
  width: 980px;
  margin-inline: auto;
  padding: 32px 40px;
  border: 0.1px solid rgba(13, 27, 42, 0.3);
  background-color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .c-content-box__inner {
    width: calc(980 / 1440 * 100vw);
    padding: calc(32 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-content-box__inner {
    width: calc(370 / 390 * 100vw);
    padding: calc(32 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
}

.c-content-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .c-content-box__title {
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-content-box__title {
    margin-bottom: calc(36 / 390 * 100vw);
  }
}

.c-content-box__contents-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-content-box__contents-title {
    margin-inline: auto;
  }
}
.c-content-box__contents-title .c-content-box__contents-title--text {
  color: #0d1b2a;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 1440px) {
  .c-content-box__contents-title .c-content-box__contents-title--text {
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-content-box__contents-title .c-content-box__contents-title--text {
    font-size: calc(20 / 390 * 100vw);
  }
}

.c-content-box__contents-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 38px;
}
@media screen and (max-width: 1440px) {
  .c-content-box__contents-body {
    gap: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-content-box__contents-body {
    -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;
    margin-inline: auto;
    gap: calc(24 / 390 * 100vw);
  }
}

.c-content-box__contents-body--reverse {
  width: 900px;
  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;
  gap: 45px;
}
@media screen and (max-width: 1440px) {
  .c-content-box__contents-body--reverse {
    width: calc(900 / 1440 * 100vw);
    gap: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-content-box__contents-body--reverse {
    -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;
    margin-inline: auto;
    width: calc(330 / 390 * 100vw);
    gap: calc(24 / 390 * 100vw);
  }
}

.c-content-box__contents-desc {
  width: 414px;
}
@media screen and (max-width: 1440px) {
  .c-content-box__contents-desc {
    width: calc(414 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-content-box__contents-desc {
    width: calc(330 / 390 * 100vw);
    gap: calc(16 / 390 * 100vw);
  }
}

.c-content-box__contents-text-box {
  color: #0d1b2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 1440px) {
  .c-content-box__contents-text-box {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-content-box__contents-text-box {
    font-size: calc(14 / 390 * 100vw);
    font-weight: 400;
    line-height: 160%;
  }
}
.c-content-box__contents-text-box + .c-content-box__contents-text-box {
  margin-top: 32px;
}

.c-content-box__contents-image {
  width: 441px;
  height: auto;
  aspect-ratio: 441/316;
}
@media screen and (max-width: 1440px) {
  .c-content-box__contents-image {
    width: calc(441 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .c-content-box__contents-image {
    width: calc(350 / 390 * 100vw);
  }
}

.p-single-interview__message {
  width: 100%;
  background-color: #ffffff;
}

.p-single-interview__message__profile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-block: 6px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1440px) {
  .p-single-interview__message__profile-wrapper {
    gap: calc(4 / 1440 * 100vw) calc(8 / 1440 * 100vw);
    margin-block: calc(6 / 1440 * 100vw) calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-interview__message__profile-wrapper {
    gap: calc(4 / 1440 * 100vw) calc(8 / 1440 * 100vw);
    margin-block: calc(6 / 390 * 100vw) calc(32 / 390 * 100vw);
  }
}

.p-single-interview__message__profile-name {
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1440px) {
  .p-single-interview__message__profile-name {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-interview__message__profile-name {
    font-size: calc(20 / 390 * 100vw);
  }
}

.p-single-interview__message__profile-tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  margin-top: 6px;
}
@media screen and (max-width: 1440px) {
  .p-single-interview__message__profile-tag-wrapper {
    gap: calc(2 / 1440 * 100vw);
    margin-top: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-interview__message__profile-tag-wrapper {
    gap: calc(2 / 390 * 100vw);
    margin-top: calc(6 / 390 * 100vw);
  }
}

.p-single-interview__message__tag-job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-inline: 8px;
  font-size: 14px;
  line-height: 160%;
  border-radius: 60px;
  background-color: #e2e7e8;
}
@media screen and (max-width: 1440px) {
  .p-single-interview__message__tag-job {
    gap: calc(10 / 1440 * 100vw);
    padding-inline: calc(8 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
    border-radius: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-interview__message__tag-job {
    gap: calc(10 / 390 * 100vw);
    padding-inline: calc(8 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    border-radius: calc(60 / 390 * 100vw);
  }
}

.p-single-interview__message__tag-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 8px;
  font-size: 14px;
  line-height: 160%;
  border-radius: 60px;
  background-color: #e2e7e8;
}
@media screen and (max-width: 1440px) {
  .p-single-interview__message__tag-year {
    padding-inline: calc(8 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
    border-radius: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-interview__message__tag-year {
    padding-inline: calc(8 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    border-radius: calc(60 / 390 * 100vw);
  }
}

.p-single-interview__faq {
  width: 100%;
}

.p-single-interview__faq__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .p-single-interview__faq__inner {
    max-width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-interview__faq__inner {
    max-width: calc(390 / 390 * 100vw);
  }
}

.p-single-interview__faq-a {
  margin-top: 8px;
}
@media screen and (max-width: 1440px) {
  .p-single-interview__faq-a {
    margin-top: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-interview__faq-a {
    margin-top: calc(8 / 390 * 100vw);
  }
}

.p-single-interview__faq__btn {
  margin-top: 46px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-single-interview__faq__btn {
    margin-top: calc(46 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-interview__faq__btn {
    margin-top: calc(34 / 390 * 100vw);
  }
}
.p-single-interview__faq__btn .c-base-btn {
  padding-block: 16px;
  padding-inline: 18px;
}
@media screen and (max-width: 1440px) {
  .p-single-interview__faq__btn .c-base-btn {
    padding-block: calc(16 / 1440 * 100vw);
    padding-inline: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-interview__faq__btn .c-base-btn {
    padding-block: calc(15 / 390 * 100vw);
    padding-inline: calc(34 / 390 * 100vw);
  }
}

.p-single-interview__other {
  background-color: #ffffff;
}

.p-single-interview__other__inner {
  width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .p-single-interview__other__inner {
    width: calc(980 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-interview__other__inner {
    width: calc(370 / 390 * 100vw);
  }
}

.p-single-interview__other-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  padding: 10px;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1440px) {
  .p-single-interview__other-title {
    margin-bottom: calc(25 / 1440 * 100vw);
    padding: calc(10 / 1440 * 100vw);
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-interview__other-title {
    margin-bottom: calc(8 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
    margin-inline: auto;
  }
}

.p-single-interview__other-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1440px) {
  .p-single-interview__other-cards {
    gap: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-interview__other-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(52 / 390 * 100vw);
  }
}

.p-interview__card {
  position: relative;
  width: 295px;
  height: auto;
  aspect-ratio: 295/412;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-interview__card {
    width: calc(295 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-interview__card {
    width: calc(295 / 390 * 100vw);
  }
}

.p-interview__card-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .p-interview__card-img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-interview__card-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .p-interview__card-text-wrapper {
    gap: calc(10 / 1440 * 100vw);
    bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-interview__card-text-wrapper {
    gap: calc(32 / 1440 * 100vw);
    bottom: calc(20 / 390 * 100vw);
  }
}

.p-interview__card-profile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px;
  background-color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1440px) {
  .p-interview__card-profile-wrapper {
    gap: calc(4 / 1440 * 100vw) calc(8 / 1440 * 100vw);
    padding: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-interview__card-profile-wrapper {
    gap: calc(8 / 390 * 100vw);
    padding: calc(4 / 390 * 100vw);
  }
}

.p-interview__card-profile-name {
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-interview__card-profile-name {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-interview__card-profile-name {
    font-size: calc(20 / 390 * 100vw);
  }
}

.p-interview__card-profile-tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
@media screen and (max-width: 1440px) {
  .p-interview__card-profile-tag-wrapper {
    gap: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-interview__card-profile-tag-wrapper {
    gap: calc(2 / 390 * 100vw);
  }
}

.p-interview__card-profile-job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 160%;
  border-radius: 60px;
  background-color: #e2e7e8;
}
@media screen and (max-width: 1440px) {
  .p-interview__card-profile-job {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-interview__card-profile-job {
    font-size: calc(12 / 390 * 100vw);
  }
}

.p-interview__card-profile-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  font-size: 14px;
  line-height: 160%;
  border-radius: 60px;
  background-color: #e2e7e8;
}
@media screen and (max-width: 1440px) {
  .p-interview__card-profile-year {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-interview__card-profile-year {
    font-size: calc(12 / 390 * 100vw);
  }
}

.p-interview__card-message {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-interview__card-message {
    font-size: calc(14 / 1440 * 100vw);
    padding: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-interview__card-message {
    font-size: calc(14 / 390 * 100vw);
    padding: calc(4 / 390 * 100vw);
  }
}

.p-page-recruit__detail {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__detail {
    padding-block: calc(92 / 390 * 100vw);
  }
}

.p-page-recruit__detail__inner {
  width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .p-page-recruit__detail__inner {
    width: calc(980 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-page-recruit__detail__inner {
    width: calc(350 / 390 * 100vw);
  }
}

.detail-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 48px;
  gap: 16px;
}
@media screen and (max-width: 1440px) {
  .detail-tabs__list {
    margin-top: calc(48 / 1440 * 100vw);
    gap: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .detail-tabs__list {
    margin-top: calc(36 / 390 * 100vw);
    gap: calc(4 / 390 * 100vw);
  }
}

.detail-tabs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 117px;
  height: 46px;
  padding: 2px 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #6b6866;
  border-bottom: none;
  font-size: 16px;
  color: #0d1b2a;
}
@media screen and (max-width: 1440px) {
  .detail-tabs__item {
    width: calc(117 / 1440 * 100vw);
    height: calc(46 / 1440 * 100vw);
    padding: calc(2 / 1440 * 100vw) calc(4 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .detail-tabs__item {
    width: calc(115 / 390 * 100vw);
    height: calc(46 / 390 * 100vw);
    padding: calc(2 / 390 * 100vw) calc(4 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    line-height: 160%;
  }
}
.detail-tabs__item[aria-selected=true] {
  background-color: #6b6866;
  color: #fff;
  pointer-events: none;
}
.detail-tabs__item[aria-selected=false] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .detail-tabs__item[aria-selected=false]:hover {
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-32.51%, #0d1b2a), color-stop(83.9%, #4583c6));
    background: linear-gradient(180deg, #0d1b2a -32.51%, #4583c6 83.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.detail-tabs__contents {
  width: 980px;
  padding-block: 60px;
  padding-inline: 0px;
  border: 1px solid #6b6866;
}
@media screen and (max-width: 1440px) {
  .detail-tabs__contents {
    width: 100%;
    padding-block: calc(60 / 1440 * 100vw);
    padding-inline: 0px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .detail-tabs__contents {
    width: 100%;
    padding-top: calc(24 / 390 * 100vw);
    padding-bottom: 0px;
    padding-inline: 0px;
  }
}

.detail-tabs__content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.detail-tabs__content-wrap.js-tab-show {
  opacity: 1;
  visibility: visible;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.detail-info {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1440px) {
  .detail-info {
    width: calc(800 / 1440 * 100vw);
    gap: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .detail-info {
    width: 100%;
    gap: calc(24 / 390 * 100vw);
  }
}

.detail-info__item {
  width: 100%;
  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;
  gap: 24px;
  padding-bottom: 13px;
  border-bottom: 1px solid #b8b5b2;
}
@media screen and (max-width: 1440px) {
  .detail-info__item {
    padding-bottom: calc(13 / 1440 * 100vw);
    gap: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .detail-info__item {
    padding-bottom: calc(12 / 390 * 100vw);
    gap: calc(24 / 390 * 100vw);
  }
  .detail-info__item:last-child {
    border-bottom: none;
  }
}

.detail-info__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 116px;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #b8b5b2;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 1440px) {
  .detail-info__term {
    min-width: calc(116 / 1440 * 100vw);
    padding: calc(10 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .detail-info__term {
    min-width: calc(116 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    font-weight: 400;
    line-height: 160%;
  }
}

.detail-info__desc {
  font-size: 16px;
  padding-inline: 8px;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (max-width: 1440px) {
  .detail-info__desc {
    font-size: calc(16 / 1440 * 100vw);
    padding-inline: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .detail-info__desc {
    font-size: calc(14 / 390 * 100vw);
    padding-inline: calc(8 / 390 * 100vw);
    font-weight: 400;
    line-height: 160%;
  }
}

.faq__box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 980px;
  margin-top: 52px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .faq__box-wrapper {
    gap: calc(25 / 1440 * 100vw);
    width: calc(980 / 1440 * 100vw);
    margin-top: calc(52 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .faq__box-wrapper {
    gap: calc(25 / 390 * 100vw);
    width: calc(370 / 390 * 100vw);
    margin-top: calc(48 / 390 * 100vw);
  }
}

.faq-box {
  background-color: #ffffff;
  border-radius: 4px;
}
.faq-box.is-open .faq-box__q .faq-box__q-icon {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-32.51%, #0d1b2a), color-stop(83.9%, #4583c6));
  background: linear-gradient(180deg, #0d1b2a -32.51%, #4583c6 83.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq-box.is-open .faq-box__q .faq-box__q-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-box__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 18.5px;
  padding-inline: 6px;
}
.faq-box__q.is-center-line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1440px) {
  .faq-box__q {
    padding-top: calc(12 / 1440 * 100vw);
    padding-bottom: calc(18.5 / 1440 * 100vw);
    padding-inline: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .faq-box__q {
    padding-top: calc(14 / 390 * 100vw);
    padding-bottom: calc(22 / 390 * 100vw);
    padding-inline: calc(5.5 / 390 * 100vw);
  }
}
@media (any-hover: hover) {
  .faq-box__q:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-32.51%, #0d1b2a), color-stop(83.9%, #4583c6));
    background: linear-gradient(180deg, #0d1b2a -32.51%, #4583c6 83.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.faq-box__q-icon {
  margin-right: 30px;
  color: #0d1b2a;
  font-family: Lora;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1440px) {
  .faq-box__q-icon {
    margin-right: calc(30 / 1440 * 100vw);
    font-size: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .faq-box__q-icon {
    margin-right: calc(14 / 390 * 100vw);
    font-size: calc(24 / 390 * 100vw);
    font-weight: 500;
    line-height: 130%;
  }
}

.faq-box__q-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  color: #1a1a1a;
}
@media screen and (max-width: 1440px) {
  .faq-box__q-text {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .faq-box__q-text {
    font-size: calc(16 / 390 * 100vw);
    line-height: 160%;
  }
}

.faq-box__q-toggle {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 24px;
  margin-right: 13.5px;
  width: 28px;
  height: 53px;
  background: url(../../assets/img/recruit/icon_drawer-arrow_faq.svg) no-repeat center center/contain;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 1440px) {
  .faq-box__q-toggle {
    margin-left: calc(24 / 1440 * 100vw);
    margin-right: calc(13.5 / 1440 * 100vw);
    width: calc(28 / 1440 * 100vw);
    height: calc(53 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .faq-box__q-toggle {
    margin-left: calc(7 / 390 * 100vw);
    margin-right: calc(3.5 / 390 * 100vw);
    width: calc(26 / 390 * 100vw);
    height: calc(31.2 / 390 * 100vw);
  }
}

.faq-box__a {
  display: none;
}

.faq-box__a-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-bottom: 16px;
  padding-inline: 9.5px;
}
@media screen and (max-width: 1440px) {
  .faq-box__a-inner {
    padding-bottom: calc(16 / 1440 * 100vw);
    padding-inline: calc(9.5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .faq-box__a-inner {
    padding-bottom: calc(16 / 390 * 100vw);
    padding-inline: calc(8 / 390 * 100vw);
  }
}
.faq-box__a-inner.is-center-line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-box__a-icon {
  margin-right: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #d4af37;
  font-family: Lora;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1440px) {
  .faq-box__a-icon {
    margin-right: calc(34 / 1440 * 100vw);
    font-size: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .faq-box__a-icon {
    margin-right: calc(15 / 390 * 100vw);
    font-size: calc(24 / 390 * 100vw);
    font-weight: 500;
    line-height: 130%;
  }
}

.faq-box__a-text {
  margin-right: 58px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 1440px) {
  .faq-box__a-text {
    margin-right: calc(58 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .faq-box__a-text {
    margin-right: calc(10 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}

.p-page-recruit__flow {
  background-color: #f8f5f2;
}

.p-page-recruit__flow-content {
  width: 980px;
  margin-inline: auto;
  padding: 32px 32px 100px;
  border: 1px solid rgba(13, 27, 42, 0.3);
  background-color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .p-page-recruit__flow-content {
    width: calc(980 / 1440 * 100vw);
    padding: calc(32 / 1440 * 100vw) calc(32 / 1440 * 100vw) calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-page-recruit__flow-content {
    width: calc(370 / 390 * 100vw);
    padding: calc(32 / 390 * 100vw) calc(32 / 390 * 100vw) calc(32 / 390 * 100vw);
  }
}

.p-page-recruit__flow-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 48px;
}
@media screen and (max-width: 1440px) {
  .p-page-recruit__flow-title {
    margin-bottom: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-page-recruit__flow-title {
    margin-bottom: calc(48 / 390 * 100vw);
  }
}

.flow-box-wrapper {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .flow-box-wrapper {
    gap: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .flow-box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(4 / 390 * 100vw);
  }
}
.flow-box-wrapper::before {
  position: absolute;
  content: "";
  width: 102%;
  height: 102%;
  top: -1%;
  left: -1%;
  background: #ffffff;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.8s linear;
  transition: -webkit-transform 0.8s linear;
  transition: transform 0.8s linear;
  transition: transform 0.8s linear, -webkit-transform 0.8s linear;
  display: block;
}
.flow-box-wrapper::after {
  display: none;
}
.flow-box-wrapper.is-in-view::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
@media screen and (max-width: 767px) {
  .flow-box-wrapper::before {
    display: none;
  }
  .flow-box-wrapper::after {
    position: absolute;
    content: "";
    width: 102%;
    height: 102%;
    top: -1%;
    left: -1%;
    background: #ffffff;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transition: -webkit-transform 1s linear;
    transition: -webkit-transform 1s linear;
    transition: transform 1s linear;
    transition: transform 1s linear, -webkit-transform 1s linear;
    display: block;
  }
  .flow-box-wrapper.is-in-view::after {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

.flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #6b6866;
  color: #ffffff;
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 1440px) {
  .flow-box {
    width: calc(200 / 1440 * 100vw);
    height: calc(200 / 1440 * 100vw);
    gap: calc(10 / 1440 * 100vw);
    font-size: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .flow-box {
    width: calc(200 / 390 * 100vw);
    height: calc(200 / 390 * 100vw);
    gap: calc(10 / 390 * 100vw);
    font-size: calc(24 / 390 * 100vw);
    line-height: 130%;
  }
}
.flow-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-box .fz-s {
  font-family: "Noto Sans JP";
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (max-width: 1440px) {
  .flow-box .fz-s {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .flow-box .fz-s {
    font-size: calc(14 / 390 * 100vw);
    line-height: 160%;
  }
}
.flow-box .fz-ss {
  font-family: "Noto Sans JP";
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 1440px) {
  .flow-box .fz-ss {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .flow-box .fz-ss {
    font-size: calc(12 / 390 * 100vw);
    line-height: 160%;
  }
}

.flow-arrow {
  width: 20px;
  height: 37px;
  margin-left: 5px;
  background-color: #c0c0c0;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 1440px) {
  .flow-arrow {
    width: calc(20 / 1440 * 100vw);
    height: calc(37 / 1440 * 100vw);
    margin-left: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .flow-arrow {
    width: calc(16 / 390 * 100vw);
    height: calc(33 / 390 * 100vw);
    margin-left: calc(5 / 390 * 100vw);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.p-page-recruit__link__inner {
  text-align: center;
  padding-inline: 10px;
}

.entry-btn {
  padding-block: 80px;
  padding-inline: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 145px;
}
@media screen and (max-width: 1440px) {
  .entry-btn {
    padding-block: calc(80 / 1440 * 100vw);
    padding-inline: calc(150 / 1440 * 100vw);
    gap: calc(145 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .entry-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: calc(40 / 390 * 100vw);
    padding-inline: calc(102 / 390 * 100vw);
    gap: calc(28 / 390 * 100vw);
  }
}

.entry-btn__text-en {
  color: #0d1b2a;
  font-family: Lora;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 1440px) {
  .entry-btn__text-en {
    font-size: calc(56 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .entry-btn__text-en {
    font-size: calc(32 / 390 * 100vw);
    font-weight: 500;
    line-height: 125%;
  }
}

.entry-btn__text-ja {
  color: #0d1b2a;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 1440px) {
  .entry-btn__text-ja {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .entry-btn__text-ja {
    font-size: calc(14 / 390 * 100vw);
    font-weight: 700;
    line-height: 140%;
  }
}

.entry-btn__arrow--right {
  display: block;
  width: 169px;
  height: 44px;
}
@media screen and (max-width: 1440px) {
  .entry-btn__arrow--right {
    width: calc(169 / 1440 * 100vw);
    height: calc(44 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .entry-btn__arrow--right {
    width: calc(166 / 390 * 100vw);
    height: calc(44 / 390 * 100vw);
  }
}

.p-archive-news__content {
  width: 100%;
  background-color: #ffffff;
}

.p-archive-news__content-inner {
  width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .p-archive-news__content-inner {
    width: calc(980 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-news__content-inner {
    width: 100%;
  }
}

.p-archive-news__content-title {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1440px) {
  .p-archive-news__content-title {
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-news__content-title {
    font-size: calc(20 / 390 * 100vw);
    line-height: 140%;
  }
}

.p-archive-news__content-category {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 15px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .p-archive-news__content-category {
    gap: calc(20 / 1440 * 100vw);
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-news__content-category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(300 / 390 * 100vw);
    gap: calc(16 / 390 * 100vw) calc(20 / 390 * 100vw);
    margin-top: calc(32 / 390 * 100vw);
  }
}

.p-archive-news__content-term {
  display: block;
  padding: 9.5px 4px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}
@media (any-hover: hover) {
  .p-archive-news__content-term:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-32.51%, #0d1b2a), color-stop(83.9%, #4583c6));
    background: linear-gradient(180deg, #0d1b2a -32.51%, #4583c6 83.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (max-width: 1440px) {
  .p-archive-news__content-term {
    padding: calc(9.5 / 1440 * 100vw) calc(4 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-news__content-term {
    padding: calc(9.5 / 390 * 100vw) calc(4 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }
}
.p-archive-news__content-term.is-active {
  color: #ffffff;
  background-color: #6b6866;
}
@media (any-hover: hover) {
  .p-archive-news__content-term.is-active:hover {
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
    background: #6b6866;
    cursor: default;
  }
}

.p-archive-news__content-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .p-archive-news__content-cards {
    gap: calc(20 / 1440 * 100vw);
    margin-top: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-news__content-cards {
    gap: calc(22 / 390 * 100vw);
    margin-top: calc(60 / 390 * 100vw);
    grid-template-columns: 1fr;
  }
}

.p-archive-news__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 313px;
  margin-inline: auto;
  padding-top: 16px;
  padding-bottom: 22px;
  padding-inline: 16px;
  -webkit-box-shadow: 0 0 4px 0 rgba(26, 26, 26, 0.25);
          box-shadow: 0 0 4px 0 rgba(26, 26, 26, 0.25);
}
@media screen and (max-width: 1440px) {
  .p-archive-news__card {
    gap: calc(24 / 1440 * 100vw);
    width: calc(313 / 1440 * 100vw);
    padding-top: calc(16 / 1440 * 100vw);
    padding-bottom: calc(22 / 1440 * 100vw);
    padding-inline: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-news__card {
    gap: calc(24 / 390 * 100vw);
    width: calc(313 / 390 * 100vw);
    padding-top: calc(16 / 390 * 100vw);
    padding-bottom: calc(16 / 390 * 100vw);
    padding-inline: calc(16 / 390 * 100vw);
  }
}
@media (any-hover: hover) {
  .p-archive-news__card:hover .p-archive-news__card-img > img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-archive-news__card-img {
  width: 281px;
  aspect-ratio: 281/211;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-archive-news__card-img {
    width: calc(281 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-news__card-img {
    width: calc(281 / 390 * 100vw);
  }
}
.p-archive-news__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.p-archive-news__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-archive-news__card-body {
    gap: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-news__card-body {
    gap: calc(10 / 390 * 100vw);
  }
}

.p-archive-news__card-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1440px) {
  .p-archive-news__card-label {
    gap: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-news__card-label {
    gap: calc(18 / 390 * 100vw);
  }
}

.p-archive-news__card-date {
  font-size: 14px;
  line-height: 160%;
}
@media screen and (max-width: 1440px) {
  .p-archive-news__card-date {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-news__card-date {
    font-size: calc(12 / 390 * 100vw);
    line-height: 150%; /* 18px */
  }
}

.p-archive-news__card-term {
  padding-block: 2px;
  padding-inline: 4px;
  font-size: 14px;
  line-height: 160%;
  color: #ffffff;
  background-color: #6b6866;
}
@media screen and (max-width: 1440px) {
  .p-archive-news__card-term {
    padding-block: calc(2 / 1440 * 100vw);
    padding-inline: calc(4 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-news__card-term {
    padding-block: calc(2 / 390 * 100vw);
    padding-inline: calc(4 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    line-height: 150%;
  }
}

.p-archive-news__card-title {
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-archive-news__card-title {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-news__card-title {
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.4;
  }
}

.p-archive-news__content-pagination {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .p-archive-news__content-pagination {
    gap: calc(21 / 1440 * 100vw);
    margin-top: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-archive-news__content-pagination {
    gap: calc(0 / 390 * 100vw);
    margin-top: calc(60 / 390 * 100vw);
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 46px;
  padding: 10px;
  color: #0d1b2a;
  font-family: Lora;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.32px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (any-hover: hover) {
  .page-numbers:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-32.51%, #0d1b2a), color-stop(83.9%, #4583c6));
    background: linear-gradient(180deg, #0d1b2a -32.51%, #4583c6 83.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (max-width: 1440px) {
  .page-numbers {
    width: calc(46 / 1440 * 100vw);
    height: calc(46 / 1440 * 100vw);
    padding: calc(10 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .page-numbers {
    width: calc(46 / 390 * 100vw);
    height: calc(46 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }
}
.page-numbers.current {
  color: #ffffff;
  background-color: #0d1b2a;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
@media (any-hover: hover) {
  .page-numbers.current:hover {
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
    background: #0d1b2a;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    cursor: default;
  }
}

.prev,
.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 53px;
  height: 46px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1440px) {
  .prev,
  .next {
    width: calc(53 / 1440 * 100vw);
    height: calc(46 / 1440 * 100vw);
    padding: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .prev,
  .next {
    width: calc(53 / 390 * 100vw);
    height: calc(46 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw);
  }
}
.prev svg,
.next svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .prev svg,
  .next svg {
    width: calc(35 / 1440 * 100vw);
    height: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .prev svg,
  .next svg {
    width: calc(35 / 390 * 100vw);
    height: calc(10 / 390 * 100vw);
  }
}

@media (any-hover: hover) {
  .prev:hover svg {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

@media (any-hover: hover) {
  .next:hover svg {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.p-single-news__content {
  background-color: #ffffff;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(60 / 390 * 100vw);
  }
}

.p-single-news__main {
  width: 1080px;
}
@media screen and (max-width: 1440px) {
  .p-single-news__main {
    width: calc(1080 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__main {
    width: calc(390 / 390 * 100vw);
  }
}

.p-single-news__main-inner {
  width: 860px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .p-single-news__main-inner {
    width: calc(860 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__main-inner {
    width: calc(350 / 390 * 100vw);
  }
}

.p-single-news__main-head {
  padding-inline: 29.5px;
}
@media screen and (max-width: 1440px) {
  .p-single-news__main-head {
    padding-inline: calc(29.5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__main-head {
    padding-inline: 0px;
  }
}

.p-single-news__main-title {
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 1440px) {
  .p-single-news__main-title {
    font-size: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__main-title {
    font-size: calc(24 / 390 * 100vw);
    line-height: 130%;
  }
}

.p-single-news__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .p-single-news__label {
    gap: calc(29 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__label {
    gap: calc(16 / 390 * 100vw);
    margin-top: calc(10 / 390 * 100vw);
  }
}

.p-single-news__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 1440px) {
  .p-single-news__date {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__date {
    font-size: calc(12 / 390 * 100vw);
    line-height: 150%;
  }
}

.p-single-news__term {
  color: #ffffff;
  font-size: 14px;
  line-height: 160%;
  padding-block: 2px;
  padding-inline: 4px;
  background-color: #6b6866;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (any-hover: hover) {
  .p-single-news__term:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@media screen and (max-width: 1440px) {
  .p-single-news__term {
    font-size: calc(14 / 1440 * 100vw);
    padding-block: calc(2 / 1440 * 100vw);
    padding-inline: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__term {
    font-size: calc(12 / 390 * 100vw);
    padding-block: calc(2 / 390 * 100vw);
    padding-inline: calc(4 / 390 * 100vw);
    line-height: 150%;
  }
}

.p-single-news__img {
  margin-top: 44px;
  aspect-ratio: 800/534;
}
@media screen and (max-width: 1440px) {
  .p-single-news__img {
    margin-top: calc(44 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__img {
    margin-top: calc(44 / 390 * 100vw);
  }
}
.p-single-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.p-single-news__body {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1440px) {
  .p-single-news__body {
    margin-top: calc(48 / 1440 * 100vw);
    gap: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__body {
    margin-top: calc(48 / 390 * 100vw);
    gap: calc(24 / 390 * 100vw);
  }
}

.p-single-news__body > h1,
.p-single-news__body > h2,
.p-single-news__body > h3,
.p-single-news__body > h4,
.p-single-news__body > h5,
.p-single-news__body > h6 {
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1440px) {
  .p-single-news__body > h1,
  .p-single-news__body > h2,
  .p-single-news__body > h3,
  .p-single-news__body > h4,
  .p-single-news__body > h5,
  .p-single-news__body > h6 {
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__body > h1,
  .p-single-news__body > h2,
  .p-single-news__body > h3,
  .p-single-news__body > h4,
  .p-single-news__body > h5,
  .p-single-news__body > h6 {
    font-size: calc(20 / 390 * 100vw);
    line-height: 140%;
  }
}

.p-single-news__body > p {
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 170%;
}
@media screen and (max-width: 1440px) {
  .p-single-news__body > p {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__body > p {
    font-size: calc(14 / 390 * 100vw);
    line-height: 160%;
  }
}

.p-single-news__btn {
  margin-top: 76px;
}
@media screen and (max-width: 1440px) {
  .p-single-news__btn {
    margin-top: calc(76 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__btn {
    margin-top: calc(80 / 390 * 100vw);
    text-align: center;
  }
}
.p-single-news__btn .c-base-btn {
  padding-top: 14px;
  padding-bottom: 16px;
  padding-inline: 50px;
}
@media screen and (max-width: 1440px) {
  .p-single-news__btn .c-base-btn {
    padding-bottom: calc(14 / 1440 * 100vw);
    padding-bottom: calc(16 / 1440 * 100vw);
    padding-inline: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__btn .c-base-btn {
    padding-bottom: calc(16 / 390 * 100vw);
    padding-inline: calc(62 / 390 * 100vw);
  }
}

.p-single-news__aside {
  width: 357px;
}
@media screen and (max-width: 1440px) {
  .p-single-news__aside {
    width: calc(357 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__aside {
    width: calc(390 / 390 * 100vw);
  }
}

.p-single-news__aside-inner {
  width: 226px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
  margin-left: 0;
}
@media screen and (max-width: 1440px) {
  .p-single-news__aside-inner {
    width: calc(226 / 1440 * 100vw);
    gap: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__aside-inner {
    width: calc(344 / 390 * 100vw);
    gap: calc(32 / 390 * 100vw);
    margin-inline: auto;
  }
}

.p-single-news__category-title {
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1440px) {
  .p-single-news__category-title {
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__category-title {
    font-size: calc(20 / 390 * 100vw);
    line-height: 140%;
  }
}

.p-single-news__category-terms {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1440px) {
  .p-single-news__category-terms {
    margin-top: calc(15 / 1440 * 100vw);
    gap: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__category-terms {
    margin-top: calc(15 / 390 * 100vw);
    gap: calc(20 / 390 * 100vw);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-single-news__category-term {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  padding-block: 10.5px;
  padding-inline: 8px;
  background-color: #6b6866;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (any-hover: hover) {
  .p-single-news__category-term:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@media screen and (max-width: 1440px) {
  .p-single-news__category-term {
    font-size: calc(15 / 1440 * 100vw);
    padding-block: calc(10.5 / 1440 * 100vw);
    padding-inline: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__category-term {
    font-size: calc(14 / 390 * 100vw);
    padding-block: calc(12 / 390 * 100vw);
    padding-inline: calc(4 / 390 * 100vw);
    line-height: 160%;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

.p-single-news__recommend-title {
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  position: relative;
  padding-left: 26.5px;
}
@media screen and (max-width: 1440px) {
  .p-single-news__recommend-title {
    padding-left: calc(26.5 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__recommend-title {
    padding-left: calc(26.5 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
    line-height: 140%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.p-single-news__recommend-title::before {
  content: "";
  width: 22px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #2c2c2c;
}
@media screen and (max-width: 1440px) {
  .p-single-news__recommend-title::before {
    width: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__recommend-title::before {
    width: calc(22 / 390 * 100vw);
  }
}

.p-single-news__recommend-cards {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1440px) {
  .p-single-news__recommend-cards {
    margin-top: calc(24 / 1440 * 100vw);
    gap: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__recommend-cards {
    margin-top: calc(24 / 390 * 100vw);
    gap: calc(24 / 390 * 100vw);
  }
}

.p-single-news__recommend-card {
  width: 226px;
  height: 258px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
  padding-bottom: 4px;
  padding-inline: 10px;
  gap: 14px;
  -webkit-box-shadow: 0 0 2.5px 0 rgba(26, 26, 26, 0.25);
          box-shadow: 0 0 2.5px 0 rgba(26, 26, 26, 0.25);
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .p-single-news__recommend-card {
    width: calc(226 / 1440 * 100vw);
    height: calc(258 / 1440 * 100vw);
    padding-top: calc(10 / 1440 * 100vw);
    padding-bottom: calc(4 / 1440 * 100vw);
    padding-inline: calc(10 / 1440 * 100vw);
    gap: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__recommend-card {
    width: calc(315 / 390 * 100vw);
    height: calc(357 / 390 * 100vw);
    padding: calc(16 / 390 * 100vw);
    gap: calc(24 / 390 * 100vw);
  }
}
@media (any-hover: hover) {
  .p-single-news__recommend-card:hover .p-single-news__recommend-card-img > img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-single-news__recommend-card-img {
  width: 205px;
  aspect-ratio: 177/133;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-single-news__recommend-card-img {
    width: calc(205 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__recommend-card-img {
    width: calc(281 / 390 * 100vw);
  }
}
.p-single-news__recommend-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.p-single-news__recommend-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 1440px) {
  .p-single-news__recommend-card-body {
    gap: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__recommend-card-body {
    gap: calc(10 / 390 * 100vw);
  }
}

.p-single-news__recommend-card-label {
  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;
  gap: 19px;
}
@media screen and (max-width: 1440px) {
  .p-single-news__recommend-card-label {
    gap: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__recommend-card-label {
    gap: calc(14 / 390 * 100vw);
  }
}

.p-single-news__recommend-card-date {
  font-size: 14px;
  line-height: 160%;
}
@media screen and (max-width: 1440px) {
  .p-single-news__recommend-card-date {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__recommend-card-date {
    font-size: calc(12 / 390 * 100vw);
    line-height: 150%;
  }
}

.p-single-news__recommend-card-term {
  color: #ffffff;
  font-size: 14px;
  line-height: 160%;
  background-color: #6b6866;
  padding-block: 1.3px;
  padding-inline: 2.5px;
}
@media screen and (max-width: 1440px) {
  .p-single-news__recommend-card-term {
    padding-block: calc(1.3 / 1440 * 100vw);
    padding-inline: calc(2.5 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__recommend-card-term {
    padding-block: calc(2 / 390 * 100vw);
    padding-inline: calc(4 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    line-height: 150%;
  }
}

.p-single-news__recommend-card-title {
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-single-news__recommend-card-title {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-single-news__recommend-card-title {
    font-size: calc(20 / 390 * 100vw);
    font-weight: 500;
    line-height: 140%;
  }
}

@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contact {
    padding-top: calc(45 / 390 * 100vw);
  }
}

.p-contact__inner {
  width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .p-contact__inner {
    width: calc(980 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contact__inner {
    width: calc(370 / 390 * 100vw);
  }
}

.p-contact__title {
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-contact__title {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contact__title {
    margin-bottom: 36px;
  }
}

.p-contact__form {
  width: 800px;
  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: 7px;
}
@media screen and (max-width: 1440px) {
  .p-contact__form {
    width: calc(800 / 1440 * 100vw);
    row-gap: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contact__form {
    width: calc(350 / 390 * 100vw);
    row-gap: calc(11 / 390 * 100vw);
  }
}

.p-contact__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__row.--aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1440px) {
  .p-contact__row {
    grid-template-columns: calc(180 / 1440 * 100vw) 1fr;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contact__row {
    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: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1px;
  }
}

.p-contact__head {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 1440px) {
  .p-contact__head {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contact__head {
    font-size: calc(14 / 390 * 100vw);
  }
}
.p-contact__head span.--must {
  position: relative;
  display: inline-block;
}
.p-contact__head span.--must::after {
  content: "*";
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  font-size: 16px;
  color: #e30000;
  padding: 1px 3px;
  border-radius: 4px;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .p-contact__head span.--must::after {
    font-size: calc(16 / 1440 * 100vw);
    padding: calc(1 / 1440 * 100vw) calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contact__head span.--must::after {
    font-size: calc(16 / 390 * 100vw);
    padding: calc(1 / 390 * 100vw) calc(3 / 390 * 100vw);
  }
}

.p-contact__data {
  width: 620px;
}
@media screen and (max-width: 1440px) {
  .p-contact__data {
    width: calc(620 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contact__data {
    width: calc(350 / 390 * 100vw);
  }
}
.p-contact__data input[type=text],
.p-contact__data input[type=email] {
  height: 43px;
}
@media screen and (max-width: 1440px) {
  .p-contact__data input[type=text],
  .p-contact__data input[type=email] {
    height: calc(43 / 1440 * 100vw);
    padding-block: calc(1 / 1440 * 100vw) calc(0 / 1440 * 100vw);
    padding-inline: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 1280px) {
  .p-contact__data input[type=text],
  .p-contact__data input[type=email] {
    padding-block: calc(1 / 1440 * 100vw) calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 1000px) {
  .p-contact__data input[type=text],
  .p-contact__data input[type=email] {
    padding-block: calc(1 / 1440 * 100vw) calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 800px) {
  .p-contact__data input[type=text],
  .p-contact__data input[type=email] {
    padding-block: calc(1 / 1440 * 100vw) calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contact__data input[type=text],
  .p-contact__data input[type=email] {
    height: calc(43 / 390 * 100vw);
    padding-block: calc(1 / 390 * 100vw) calc(0 / 390 * 100vw);
    padding-inline: calc(16 / 390 * 100vw);
  }
}

input[type=text],
input[type=email],
select,
textarea {
  border-radius: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 0.75px solid #6b6866;
  padding: 10px 16px;
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 1440px) {
  input[type=text],
  input[type=email],
  select,
  textarea {
    padding: calc(10 / 1440 * 100vw) calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  input[type=text],
  input[type=email],
  select,
  textarea {
    padding-block: calc(9 / 390 * 100vw);
    padding-inline: calc(16 / 390 * 100vw);
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6b6866;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b6866;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b6866;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #6b6866;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #6b6866;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: calc(16 / 1440 * 100vw);
  }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    font-size: calc(16 / 1440 * 100vw);
  }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: calc(16 / 1440 * 100vw);
  }
  input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: calc(16 / 1440 * 100vw);
  }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  select::placeholder,
  textarea::placeholder {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: calc(16 / 390 * 100vw);
  }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    font-size: calc(16 / 390 * 100vw);
  }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: calc(16 / 390 * 100vw);
  }
  input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: calc(16 / 390 * 100vw);
  }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  select::placeholder,
  textarea::placeholder {
    font-size: calc(16 / 390 * 100vw);
  }
}

textarea {
  height: 208px;
  resize: vertical;
}
@media screen and (max-width: 1440px) {
  textarea {
    height: calc(208 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  textarea {
    height: calc(208 / 390 * 100vw);
  }
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.wpcf7-acceptance {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 1440px) {
  .wpcf7-acceptance {
    -webkit-column-gap: calc(10 / 1440 * 100vw);
       -moz-column-gap: calc(10 / 1440 * 100vw);
            column-gap: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .wpcf7-acceptance {
    -webkit-column-gap: calc(10 / 390 * 100vw);
       -moz-column-gap: calc(10 / 390 * 100vw);
            column-gap: calc(10 / 390 * 100vw);
  }
}
.wpcf7-acceptance .wpcf7-list-item-label {
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  margin-top: 1px;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: calc(16 / 1440 * 100vw);
    margin-top: calc(1 / 1440 * 100vw);
    padding-left: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: calc(16 / 390 * 100vw);
    margin-top: calc(1 / 390 * 100vw);
    padding-left: calc(28 / 390 * 100vw);
  }
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 2.5px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}
@media screen and (max-width: 1440px) {
  .wpcf7-acceptance .wpcf7-list-item-label::before {
    top: calc(2.5 / 1440 * 100vw);
    left: 0;
    width: calc(20 / 1440 * 100vw);
    height: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .wpcf7-acceptance .wpcf7-list-item-label::before {
    top: calc(2.5 / 390 * 100vw);
    left: 0;
    width: calc(20 / 390 * 100vw);
    height: calc(20 / 390 * 100vw);
  }
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  width: 6px;
  height: 12px;
  rotate: 45deg;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .wpcf7-acceptance .wpcf7-list-item-label::after {
    top: calc(5 / 1440 * 100vw);
    left: calc(7 / 1440 * 100vw);
    width: calc(6 / 1440 * 100vw);
    height: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .wpcf7-acceptance .wpcf7-list-item-label::after {
    top: calc(5 / 390 * 100vw);
    left: calc(7 / 390 * 100vw);
    width: calc(6 / 390 * 100vw);
    height: calc(12 / 390 * 100vw);
  }
}

.p-contact__acceptance {
  grid-template-columns: 1fr;
}
.p-contact__acceptance a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1440px) {
  .p-contact__acceptance a {
    padding-bottom: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contact__acceptance a {
    padding-bottom: calc(2 / 390 * 100vw);
  }
}
.p-contact__acceptance a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-32.51%, #0d1b2a), color-stop(83.9%, #4583c6));
  background: linear-gradient(180deg, #0d1b2a -32.51%, #4583c6 83.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-contact__data-radio input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.your-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.p-contact__data-radio .wpcf7-list-item label {
  cursor: pointer;
  display: inline-block;
}

.p-contact__data-radio .wpcf7-list-item label:hover .wpcf7-list-item-label {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-32.51%, #0d1b2a), color-stop(83.9%, #4583c6));
  background: linear-gradient(180deg, #0d1b2a -32.51%, #4583c6 83.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-color: transparent;
}

.p-contact__data-radio .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
}
@media screen and (max-width: 1440px) {
  .p-contact__data-radio .wpcf7-list-item-label {
    padding-left: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contact__data-radio .wpcf7-list-item-label {
    padding-left: calc(32 / 390 * 100vw);
  }
}

.p-contact__data-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #6b6866;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  .p-contact__data-radio .wpcf7-list-item-label::before {
    width: calc(20 / 1440 * 100vw);
    height: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contact__data-radio .wpcf7-list-item-label::before {
    width: calc(20 / 390 * 100vw);
    height: calc(20 / 390 * 100vw);
  }
}

.p-contact__data-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #6b6866;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  .p-contact__data-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
    width: calc(20 / 1440 * 100vw);
    height: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contact__data-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
    width: calc(20 / 390 * 100vw);
    height: calc(20 / 390 * 100vw);
  }
}

.p-contact__data-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .p-contact__data-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
    left: calc(5 / 1440 * 100vw);
    width: calc(10 / 1440 * 100vw);
    height: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contact__data-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
    left: calc(5 / 390 * 100vw);
    width: calc(10 / 390 * 100vw);
    height: calc(10 / 390 * 100vw);
  }
}

.p-contact__data-radio {
  margin-top: 6px;
}
@media screen and (max-width: 1440px) {
  .p-contact__data-radio {
    margin-top: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contact__data-radio {
    margin-top: calc(2 / 390 * 100vw);
  }
}
.p-contact__data-radio .wpcf7-list-item {
  color: var(--Black, #1a1a1a);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 1440px) {
  .p-contact__data-radio .wpcf7-list-item {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contact__data-radio .wpcf7-list-item {
    font-size: calc(14 / 390 * 100vw);
  }
}

.--contact .p-contact__head {
  margin-top: 21px;
}
@media screen and (max-width: 1440px) {
  .--contact .p-contact__head {
    margin-top: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .--contact .p-contact__head {
    margin-top: calc(21 / 390 * 100vw);
  }
}
.--contact .p-contact__data {
  margin-top: 12px;
}
@media screen and (max-width: 1440px) {
  .--contact .p-contact__data {
    margin-top: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .--contact .p-contact__data {
    margin-top: calc(10 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
  }
}

.--privacy {
  margin-top: 18px;
}
.--privacy .p-contact__data {
  margin-top: 1px;
  margin-left: 10px;
}
@media screen and (max-width: 1440px) {
  .--privacy .p-contact__data {
    margin-top: calc(1 / 1440 * 100vw);
    margin-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .--privacy .p-contact__data {
    margin-top: calc(4 / 390 * 100vw);
    margin-left: 0px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .--privacy .p-contact__data .wpcf7-list-item-label {
    color: #1a1a1a;
    font-family: "Noto Sans JP", sans-serif;
    font-size: calc(14 / 390 * 100vw);
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

.p-contact__submit {
  width: 320px;
  margin-top: 40px;
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 1440px) {
  .p-contact__submit {
    width: calc(320 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-contact__submit {
    width: calc(307 / 390 * 100vw);
    margin-top: calc(46 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}

.p-contact__error-message {
  color: red;
  font-weight: 700;
  font-size: 16px;
  margin-top: 6px;
}

.p-contact__data-checkbox .wpcf7-list-item {
  display: contents;
}

.p-contact__data-checkbox label > span.p-contact__checkbox-label {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

.p-contact__data-checkbox label > span.p-contact__checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.5px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}

.p-contact__data-checkbox label > span.p-contact__checkbox-label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 6px;
  height: 12px;
  rotate: 45deg;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-contact__acceptance input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.p-contact__data-checkbox input[type=checkbox]:checked + span.p-contact__checkbox-label::after {
  opacity: 1;
}

.wpcf7-spinner {
  display: none;
}

.demo-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.demo-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}

.demo-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.demo-modal__content {
  position: relative;
  background: #fff;
  padding: 32px;
  width: 643px;
  z-index: 10000;
}
@media screen and (max-width: 1440px) {
  .demo-modal__content {
    width: calc(643 / 1440 * 100vw);
    padding: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .demo-modal__content {
    width: 350px;
    padding: 15px;
  }
}

.demo-modal__close {
  position: absolute;
  top: 10.5px;
  right: 10.5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #6b6866;
  background-color: #6b6866;
  cursor: pointer;
  padding: 0;
  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;
}
.demo-modal__close::before, .demo-modal__close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
}
.demo-modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.demo-modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.demo-modal__close:hover {
  opacity: 0.7;
}
.demo-modal__close:hover::before, .demo-modal__close:hover::after {
  opacity: 0.7;
}

.demo-modal__en {
  padding-bottom: 15.5px;
  border-bottom: 1px solid #0d1b2a;
  color: #6b6866;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 1440px) {
  .demo-modal__en {
    font-size: calc(24 / 1440 * 100vw);
    padding-bottom: calc(15.5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .demo-modal__en {
    font-size: 14px;
    padding-bottom: 10px;
  }
}

.demo-modal__ja {
  padding-top: 15.5px;
  color: #0d1b2a;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 1440px) {
  .demo-modal__ja {
    font-size: calc(20 / 1440 * 100vw);
    padding-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .demo-modal__ja {
    font-size: 12px;
    padding-top: 10px;
  }
}

body.is-loading {
  overflow: hidden;
}

body.is-loaded {
  overflow: auto;
}

.p-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  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;
  pointer-events: none;
  background: #0d1b2a;
  -webkit-transition: background-color 1.2s ease, opacity 0.8s ease;
  transition: background-color 1.2s ease, opacity 0.8s ease;
}

.p-loading.p-loading--hide {
  opacity: 0;
  visibility: hidden;
}

.p-loading__base {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.p-loading__water {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("../img/com/img_loading1.webp") center/cover no-repeat;
  opacity: 0;
  clip-path: circle(160% at 50% 50%);
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.p-loading.is-ripple-start .p-loading__water {
  opacity: 1;
}

.p-loading.is-wave-out {
  background-color: rgba(0, 0, 0, 0);
}

.p-loading.is-wave-out .p-loading__water {
  opacity: 1;
  -webkit-animation: loadingWaveOut 2.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: loadingWaveOut 2.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@-webkit-keyframes loadingWaveOut {
  0% {
    clip-path: circle(160% at 50% 50%);
  }
  40% {
    clip-path: circle(130% at 70% 30%);
  }
  100% {
    clip-path: circle(0% at 100% 100%);
  }
}

@keyframes loadingWaveOut {
  0% {
    clip-path: circle(160% at 50% 50%);
  }
  40% {
    clip-path: circle(130% at 70% 30%);
  }
  100% {
    clip-path: circle(0% at 100% 100%);
  }
}
.p-loading__wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}

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

.p-loading__title {
  color: #ffffff;
  font-family: "Noto Serif JP";
  font-size: 61.615px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}

.p-loading.is-ripple-start .p-loading__title {
  color: var(--LUX-Navy, #0d1b2a);
}

.p-loading__img {
  width: 390px;
  height: 90px;
  position: relative;
}

.p-loading__logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.p-loading__logo--white {
  opacity: 1;
}

.p-loading__logo--color {
  opacity: 0;
}

.p-loading.is-ripple-start .p-loading__logo--white {
  opacity: 0;
}

.p-loading.is-ripple-start .p-loading__logo--color {
  opacity: 1;
}

.p-loading.is-wave-out .p-loading__wrapper {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
  .u-display-sp {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
  .u-display-pc {
    display: block !important;
  }
}
.js-env [data-anim=prepared] {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
}

.js-env-image {
  position: relative;
  overflow: hidden;
}

.js-env-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

@media (prefers-reduced-motion: reduce) {
  .js-env [data-anim=prepared] {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .js-env-image img {
    -webkit-transform: none;
            transform: none;
  }
}
.u-mb24 {
  margin-bottom: 24px !important;
}

.u-space-ml117 {
  margin-left: 117px;
}

.u-space-centerX {
  margin-left: auto;
  margin-right: auto;
}

.u-flex-centerX {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-bg-white {
  background-color: #ffffff;
}

.u-border-bottom--navy03 {
  border: 1px solid rgba(13, 27, 42, 0.3);
}

.u-border-bottom--navy05 {
  border: 1px solid rgba(13, 27, 42, 0.5);
}

.u-background--white {
  background: #ffffff;
}

.u-background--ivory {
  background: #f8f5f2;
}