@charset "UTF-8";
@import "ress/dist/ress.min.css";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
button,
div,
dl,
ul,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

li,
ul {
  padding: 0;
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
a {
  text-decoration-line: none;
  color: #ffffff;
}

.l-interviewArticle__message p {
  text-align: center;
  font-size: 2rem;
  margin-top: 10%;
}

.rellax-section {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media screen and (max-width: 900px) {
  .rellax-section {
    height: 300px;
  }
}

@font-face {
  font-family: "Shippori Antique";
  src: url("../../../fonts/Shippori_Antique/ShipporiAntique-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Copperplate";
  src: url("../fonts/copperplate/Copperplate.otf") format("opentype"), url("../fonts/Copperplate/OPTICopperplate-Heavy.otf") format("opentype"), url("../fonts/copperplate/OPTICopperplate-Light.otf") format("opentype"), url("../fonts/copperplate/OPTICopperplate.otf") format("opentype");
}
html,
body {
  width: 100%;
  background-color: #001943;
  color: #ffffff;
  font-family: "Shippori Antique";
  letter-spacing: 1px;
  font-weight: 100;
}

body {
  overflow-x: clip;
}
@media screen and (max-width: 900px) {
  body {
    width: 100vw;
    background-color: unset;
  }
}

/* ブラウザのスクロールバーを消す */
::-webkit-scrollbar {
  display: none;
}

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

.display-tab {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .display-tab {
    display: block;
  }
}

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

html {
  scroll-padding-top: 100px; /* すべてのアンカーリンクに適用 */
}

body.no-scroll {
  overflow: hidden;
}

.l-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.l-header {
  width: 100%;
}

.l-header__nav {
  opacity: 0;
  width: 100%;
  height: 100vh;
  padding: 100px 70px 140px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #001943;
  z-index: 200;
  overflow: hidden;
  transform: translateY(-10px);
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 900px) {
  .l-header__nav {
    padding: 60px 20px;
    height: 100%;
    overflow-y: scroll;
  }
}

.l-header__nav.is-active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .l-header__nav.is-active {
    display: block;
  }
}

body.nav-open {
  overflow: hidden;
}

.l-footer {
  height: 469px;
}

.content {
  width: 100%;
  height: 400px;
  margin: 100px 0;
}

.main_content {
  overflow-x: hidden;
}

section {
  background-color: #001943;
}

.l-fvSection {
  width: 100%;
  max-height: 881px;
  background-image: url("/wp-content/uploads/2024/09/FV-background.png");
  background-size: cover;
  background-position: top;
  overflow: hidden;
  position: relative;
}

.l-fvSection::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 44%;
  height: 51%;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-fvSection::after {
    top: 50%;
  }
}

.l-frontPage__vision {
  height: 1350px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .l-frontPage__vision {
    height: 1000px;
    padding-bottom: 0;
  }
}

.l-frontPage__vision::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  height: 15%;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.l-team-member {
  width: 100%;
  height: 1112px;
  background-image: url("/wp-content/uploads/2024/09/team-member-bg.png");
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .l-team-member {
    height: auto;
    padding-bottom: 70px;
  }
}

.l-otherInterview {
  height: 1016px;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .l-otherInterview {
    height: 1500px;
  }
}

.l-privacy {
  width: 1140px;
  padding: 250px 0 100px;
  font-family: "Shippori Antique", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-privacy {
    width: 100%;
    padding: 150px 20px 0;
  }
  .l-privacy p {
    font-size: 14px;
    line-height: 180%;
  }
}

.l-front__parallax {
  width: 100%;
  height: 628px;
  background-attachment: fixed;
  background-image: url("/wp-content/uploads/2024/10/top-ship-pararax.png");
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .l-front__parallax {
    height: 100vh;
    background-position: top 0 left 10%;
    background-image: url("/wp-content/uploads/2024/11/top-ship-pallarax-sp.png");
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-attachment: unset;
  }
}
@media screen and (max-width: 900px) {
  .l-front__parallax + section {
    margin-top: 324px;
  }
}

.l-about__mission {
  height: 1200px;
  padding: 180px 0 40px 150px;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .l-about__mission {
    height: 1700px;
    padding: 100px 20px;
  }
}
@media screen and (max-width: 900px) {
  .l-about__mission {
    height: 1300px;
    overflow-x: hidden;
  }
}

.l-about__philosophy {
  height: 500px;
  background-image: url("/wp-content/uploads/2024/10/philosophy.png");
  background-size: cover;
  padding: 100px 260px 100px;
}
@media screen and (max-width: 1024px) {
  .l-about__philosophy {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 900px) {
  .l-about__philosophy {
    background-image: url("/wp-content/uploads/2024/11/philosophy_sp.png");
    background-size: cover;
    padding: 80px 20px;
  }
}

.l-about__space {
  height: 300px;
  background-color: #ffffff;
}
@media screen and (max-width: 900px) {
  .l-about__space {
    height: 144px;
  }
}

.l-about__parallax {
  width: 100%;
  height: 550px;
  background-attachment: fixed;
  background-image: url("/wp-content/uploads/2024/10/about-us_parallax.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .l-about__parallax {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-attachment: unset;
  }
}
@media screen and (max-width: 900px) {
  .l-about__parallax + section {
    margin-top: 500px;
  }
}

.l-about__value {
  height: 1450px;
  background-color: #01a13e;
  position: relative;
  padding: 100px 0px 0 100px;
  clip-path: polygon(0 0, 100% 0, 100% 89%, 0 82%);
}
@media screen and (max-width: 1024px) {
  .l-about__value {
    padding: 100px 20px;
    height: 1800px;
  }
}
@media screen and (max-width: 900px) {
  .l-about__value {
    height: 1700px;
    padding: 80px 20px;
  }
}

.l-about__inventory {
  height: 1100px;
  background-color: #002c75;
  padding: 100px 0 150px;
}
@media screen and (max-width: 900px) {
  .l-about__inventory {
    padding: 80px 20px;
    height: auto;
  }
}

.l-front__whatWeDo {
  height: 1325px;
  padding: 250px 0px;
  position: relative;
  background-image: url("/wp-content/uploads/2024/10/front-business-bg-1.png");
}
@media screen and (max-width: 900px) {
  .l-front__whatWeDo {
    padding: 150px 0 130px;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-front__whatWeDo {
    padding: 200px 0;
  }
}

.l-company {
  height: auto;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 250px 150px 150px;
  color: #001943;
}
@media screen and (max-width: 900px) {
  .l-company {
    padding: 120px 20px;
  }
}

.l-greeting {
  height: auto;
  padding: 250px 0 150px;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media screen and (max-width: 900px) {
  .l-greeting {
    padding: 80px 20px;
    gap: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-greeting {
    padding: 200px 20px;
  }
}

.l-news {
  width: 100%;
  height: auto;
  padding: 200px 150px 150px;
}
@media screen and (max-width: 900px) {
  .l-news {
    padding: 80px 20px 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-news {
    padding: 150px 20px 80px;
  }
}

.l-single {
  background-color: #ffffff;
  height: auto;
  color: #001943;
  padding: 230px 150px 80px;
}
@media screen and (max-width: 900px) {
  .l-single {
    padding: 130px 20px 80px;
  }
}

.l-single__otherNews {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0px 100px;
  gap: 60px;
  background: #f5f5f5;
}
@media screen and (max-width: 900px) {
  .l-single__otherNews {
    gap: 40px;
  }
}

.l-whatWeDo__fv {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  height: 900px;
  width: 100%;
  background-image: url("/wp-content/uploads/2024/10/whatWeDo_fv-bg.png");
}
@media screen and (max-width: 900px) {
  .l-whatWeDo__fv {
    background-image: url("/wp-content/uploads/2024/11/message_bg_sp.png");
  }
}

.l-service {
  height: auto;
  padding: 200px 0;
  background-image: url("/wp-content/uploads/2024/10/whatWeDo-bg.png");
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 900px) {
  .l-service {
    padding: 120px 20px;
  }
}

.l-interview {
  display: flex;
  flex-direction: column;
  background-image: url("/wp-content/uploads/2024/11/interview_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  gap: 150px;
  padding: 200px 0;
  font-family: "Shippori Antique";
}
@media screen and (max-width: 900px) {
  .l-interview {
    padding: 50px 0 150px;
    height: auto;
    gap: 80px;
    background-image: url("/wp-content/uploads/2024/11/contents_bg_sp.png");
    background-position: center top;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-interview {
    padding: 150px 0 150px;
  }
}

.l-moreInfo {
  width: 100%;
  background-image: url("/wp-content/uploads/2024/10/more-info-bg.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 130px 0 100px;
}
@media screen and (max-width: 900px) {
  .l-moreInfo {
    padding: 150px 0 80px;
  }
}

.l-interviewArticle__fv {
  height: 780px;
  background-image: var(--bg-image);
  background-size: cover;
  display: flex;
  gap: 70px;
  padding: 150px 100px 0;
  justify-content: center;
  align-items: end;
}
@media screen and (max-width: 900px) {
  .l-interviewArticle__fv {
    gap: 0;
    height: auto;
    padding: 120px 20px 60px;
    flex-direction: column;
    background-position: center left 48%;
    align-items: normal;
  }
}

.l-interviewArticle__content {
  padding: 150px 0 0;
  display: flex;
  justify-content: center;
  gap: 90px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .l-interviewArticle__content {
    flex-direction: column;
    gap: 30px;
    justify-content: start;
    padding: 120px 20px 100px;
    height: auto;
  }
}

.l-interviewArticle__message {
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: var(--comment_image);
  background-position: center center;
}
@media screen and (max-width: 900px) {
  .l-interviewArticle__message {
    height: 390px;
    background-size: cover;
    background-position: center;
    background-attachment: initial;
  }
}

.l-recruit__fv {
  padding: 200px 0 0;
  height: 580px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .l-recruit__fv {
    height: auto;
    padding: 120px 0 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-recruit__fv {
    height: auto;
    padding: 150px 0 60px;
  }
}

.l-recruit__slider-container {
  overflow: hidden;
}

.l-recruit__slider {
  display: flex;
  animation: sliderToLeft 30s linear infinite;
}

.l-recruit__job {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 70px;
  padding: 100px 0;
}
@media screen and (max-width: 900px) {
  .l-recruit__job {
    gap: 40px;
    padding: 60px 20px;
  }
}

.l-form {
  padding: 250px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .l-form {
    padding: 100px 20px 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-form {
    padding: 200px 20px 50px;
  }
}

.l-thanks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 80px;
  padding: 170px 0 100px;
}

/* ==========================
  ローディング画面
========================== */
#bl_loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: #001943;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
  z-index: 9999;
  transform: translateZ(0);
}

#bl_loadingPercentWrap {
  margin-bottom: 20px;
  font-size: 1.875rem;
}
#bl_loadingPercentWrap span {
  font-family: "Copperplate";
  font-weight: 700;
  font-size: 4rem;
  line-height: 180%;
}

#bl_loadingGaugeWrap {
  width: 100%;
  height: 3px;
  background-color: #666;
}

#bl_loadingGaugeMeter {
  width: 0;
  height: 3px;
  background-color: #fff;
  display: block;
}

/* ==========================
  ローディング画面ここまで
========================== */
.p-frontPage__vision {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transform: translateZ(0);
}
.p-frontPage__vision__bg {
  width: 100%;
  height: 854px;
  position: absolute;
  z-index: 0;
  transform: translateZ(0);
}
.p-frontPage__vision__bg.reveal {
  opacity: 1;
  transform: translateY(0);
  transform: translateZ(0);
}

.p-frontPage__vision__message {
  font-family: "Shippori Antique";
  font-weight: 200;
  font-size: 32px;
  line-height: 150%;
}
@media screen and (max-width: 900px) {
  .p-frontPage__vision__message {
    font-size: 20px;
    width: 100%;
    line-height: 190%;
  }
}

.p-frontPage__vision__message__text {
  display: block !important;
  width: fit-content;
  opacity: 0;
}
.p-frontPage__vision__message__text:nth-child(2) {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .p-frontPage__vision__message__text:nth-child(4) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .p-frontPage__vision__message__text:nth-child(5) {
    margin-bottom: 50px;
  }
}
.p-frontPage__vision__message__text:nth-child(6) {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .p-frontPage__vision__message__text:nth-child(6) {
    margin-bottom: 0;
  }
}
.p-frontPage__vision__message__text:nth-child(8) {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .p-frontPage__vision__message__text:nth-child(8) {
    margin-bottom: 0;
  }
}

.p-frontPage__vision__message-wrap {
  display: flex;
  position: absolute;
  top: 300px;
  left: 10%;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 80%;
  justify-content: center;
  transform: translateZ(0);
}
@media screen and (max-width: 1440px) {
  .p-frontPage__vision__message-wrap {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .p-frontPage__vision__message-wrap {
    width: calc(100% - 40px);
    flex-direction: column;
    font-size: 20px;
    gap: 67px;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-frontPage__vision__message-wrap {
    top: 30%;
  }
}

.p-frontPage__vision__message-wrap.reveal {
  opacity: 1;
  transform: translateZ(0);
}

.p-frontPage__vision__image-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-frontPage__vision__bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: -50px;
}

.p-frontPage__vision__image-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.p-frontPage__vision__image-wrapper {
  position: absolute;
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  transform: translateY(20px);
  transform: translateZ(0);
}
.p-frontPage__vision__image-wrapper.reveal {
  opacity: 1;
  transform: translateY(0);
  transform: translateZ(0);
}
.p-frontPage__vision__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.8s ease background-color;
  z-index: 1;
  transform: translateZ(0);
}
.p-frontPage__vision__image-wrapper.reveal-mask::after {
  background-color: rgba(0, 0, 0, 0.7);
  transform: translateZ(0);
}
.p-frontPage__vision__image-wrapper:nth-child(1) {
  top: calc(85% - 150px);
  left: max(20%, 50px);
  aspect-ratio: 331/220;
}
.p-frontPage__vision__image-wrapper:nth-child(2) {
  top: 45%;
  left: 57%;
  aspect-ratio: 283/139;
}
.p-frontPage__vision__image-wrapper:nth-child(3) {
  top: 60%;
  left: 3%;
  aspect-ratio: 342/228;
}
.p-frontPage__vision__image-wrapper:nth-child(4) {
  top: 80%;
  left: 62%;
  aspect-ratio: 380/253;
}
.p-frontPage__vision__image-wrapper:nth-child(5) {
  top: 40%;
  left: 25%;
  aspect-ratio: 458/305;
}
.p-frontPage__vision__image-wrapper:nth-child(6) {
  top: 18%;
  left: 55%;
  aspect-ratio: 490/327;
}
.p-frontPage__vision__image-wrapper:nth-child(7) {
  top: 50%;
  left: 75%;
  aspect-ratio: 364/256;
}
.p-frontPage__vision__image-wrapper:nth-child(8) {
  top: 20%;
  left: 0%;
  aspect-ratio: 510/355;
}
.p-frontPage__vision__image-wrapper:nth-child(9) {
  top: 70%;
  left: 35%;
  aspect-ratio: 398/265;
}
@media screen and (max-width: 900px) {
  .p-frontPage__vision__image-wrapper {
    width: 50%;
  }
  .p-frontPage__vision__image-wrapper:nth-child(1) {
    top: 75%;
    left: 2%;
  }
  .p-frontPage__vision__image-wrapper:nth-child(2) {
    top: 45%;
    left: 40%;
    aspect-ratio: 148/99;
  }
  .p-frontPage__vision__image-wrapper:nth-child(3) {
    top: 60%;
    left: 3%;
  }
  .p-frontPage__vision__image-wrapper:nth-child(4) {
    top: 80%;
    left: 50%;
    aspect-ratio: 185/124;
  }
  .p-frontPage__vision__image-wrapper:nth-child(5) {
    top: 40%;
    left: 0%;
    aspect-ratio: 73/52;
  }
  .p-frontPage__vision__image-wrapper:nth-child(6) {
    top: 25%;
    left: 50%;
    aspect-ratio: 205/136;
  }
  .p-frontPage__vision__image-wrapper:nth-child(7) {
    top: 58%;
    left: 75%;
    aspect-ratio: 185/124;
  }
  .p-frontPage__vision__image-wrapper:nth-child(8) {
    top: 20%;
    left: 0%;
    aspect-ratio: 73/52;
  }
  .p-frontPage__vision__image-wrapper:nth-child(9) {
    top: 67%;
    left: 40%;
    aspect-ratio: 179/118;
  }
}

.p-frontPage__vision__link {
  align-self: flex-end;
  margin-top: auto;
}
@media screen and (max-width: 900px) {
  .p-frontPage__vision__link {
    align-self: flex-start;
  }
}

.p-front__whatWeDo {
  display: flex;
  flex-direction: column;
  gap: 70px;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .p-front__whatWeDo {
    gap: 0px;
  }
}

.p-front__whatWeDo__top {
  gap: 60px;
  padding: 0 150px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-front__whatWeDo__top {
    padding: 0 50px;
  }
}
@media screen and (max-width: 900px) {
  .p-front__whatWeDo__top {
    display: contents;
  }
}

.p-front__whatWeDo__bottom {
  width: 100vw;
}
@media screen and (max-width: 900px) {
  .p-front__whatWeDo__bottom {
    overflow-x: scroll;
    padding-left: 20px;
  }
}

.p-front__whatWeDo__titleWrap {
  display: flex;
  flex-direction: column;
  font-family: "Shippori Antique";
}
@media screen and (max-width: 900px) {
  .p-front__whatWeDo__titleWrap {
    padding: 0 20px;
  }
}

.p-front__whatWeDo__subTitle {
  font-size: 2.5rem;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .p-front__whatWeDo__subTitle {
    font-size: 24px;
  }
}

.p-front__whatWeDo__title {
  font-size: 4rem;
  width: fit-content;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-front__whatWeDo__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 900px) {
  .p-front__whatWeDo__title {
    font-size: 2.5rem;
    width: 300px;
    font-weight: normal;
  }
}

.p-front__whatWeDo__description {
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .p-front__whatWeDo__description {
    width: 100%;
    line-height: 180%;
    margin-bottom: 50px;
  }
}

.p-frontPage__whatWeDo__link {
  margin-top: auto;
  padding-right: 200px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .p-frontPage__whatWeDo__link {
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-frontPage__whatWeDo__link {
    padding-right: 0;
  }
}

.p-frontPage__whatWeDo__Link__Box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  height: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .p-frontPage__whatWeDo__Link__Box {
    min-width: 250px;
    height: auto;
    padding-left: 20px;
  }
  .p-frontPage__whatWeDo__Link__Box .c-pageLink {
    justify-content: space-between;
    padding-bottom: 16px;
  }
}

.p-front__whatWeDo__list {
  width: 100%;
  display: flex;
  gap: 75px;
  overflow-x: auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-front__whatWeDo__list {
    height: 340px;
    gap: 32px;
    width: 300%;
    overflow: hidden;
  }
}

@media screen and (max-width: 900px) {
  .p-front__whatWeDo__item img {
    width: 90%;
    gap: 32px;
  }
}

.p-front__whatWeDo__item:first-of-type {
  margin-left: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-front__whatWeDo__item:first-of-type {
    margin-left: 50px;
  }
}
@media screen and (max-width: 900px) {
  .p-front__whatWeDo__item:first-of-type {
    margin-left: 0;
  }
}

.p-front__whatWeDo__item:last-of-type {
  margin-right: 150px;
}
@media screen and (max-width: 900px) {
  .p-front__whatWeDo__item:last-of-type {
    margin-right: 20px;
  }
}

header {
  width: 100vw;
  height: calc(150px + 1%);
  background: linear-gradient(0deg, rgba(0, 25, 67, 0) 0%, rgba(0, 25, 67, 0.8) 100%);
  position: fixed;
  z-index: 101;
  transition: top 0.3s ease;
}

.p-header__logo-link {
  position: fixed;
  top: 40px;
  z-index: 200;
  margin-left: 50px;
  transition: top 0.3s ease;
}
@media screen and (max-width: 900px) {
  .p-header__logo-link {
    top: 20px;
    margin-left: 20px;
  }
}

.p-header__logo {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 900px) {
  .p-header__logo {
    width: 50px;
    height: auto;
  }
}

.p-hamburger {
  width: 95px;
  height: 70px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
  background: none;
  border: none;
  position: fixed;
  top: 40px;
  right: 0;
  z-index: 201;
  transition: top 0.3s ease;
}
.p-hamburger span {
  display: block;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  transition: transform 0.3s ease, width 0.3s ease;
  margin-top: 14px;
}
.p-hamburger span:first-child {
  width: 100%;
}
.p-hamburger span:nth-child(2) {
  width: 60%;
}
@media screen and (max-width: 900px) {
  .p-hamburger span {
    margin-top: 7px;
  }
}
@media screen and (max-width: 900px) {
  .p-hamburger {
    width: 70px;
    top: 25px;
    margin-right: 20px;
    height: 30px;
  }
}

.p-hamburger.is-active .p-hamburger__line1 {
  -webkit-transform: rotate(-25deg) translateY(-6px);
  transform: rotate(-25deg) translateY(-6px);
  width: 70%;
}
@media screen and (max-width: 900px) {
  .p-hamburger.is-active .p-hamburger__line1 {
    -webkit-transform: rotate(-30deg) translateY(-3px) translateX(-3px);
    transform: rotate(-30deg) translateY(-3px) translateX(-3px);
  }
}
.p-hamburger.is-active .p-hamburger__line2 {
  -webkit-transform: rotate(30deg) translateY(-12px) translateX(-20px);
  transform: rotate(30deg) translateY(-12px) translateX(-20px);
  width: 47%;
}
@media screen and (max-width: 900px) {
  .p-hamburger.is-active .p-hamburger__line2 {
    -webkit-transform: rotate(33deg) translateY(-4px) translateX(-12px);
    transform: rotate(33deg) translateY(-4px) translateX(-12px);
  }
}

body.single .p-hamburger span {
  background-color: #001943;
}
body.single .p-hamburger.is-active span {
  background-color: #ffffff;
}

.p-header__nav {
  display: flex;
  gap: 190px;
}
@media screen and (max-width: 900px) {
  .p-header__nav {
    flex-direction: column;
    gap: 50px;
  }
}

.p-header__nav__left {
  width: 270px;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 48px;
  font-family: "Shippori Antique";
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .p-header__nav__left {
    display: contents;
  }
}

.p-header__nav__logo {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-header__nav__logo {
    order: 1;
    width: 109px;
    height: 109px;
    margin: 0;
  }
}

.p-header__nav__subInfo {
  width: 150%;
}
@media screen and (max-width: 900px) {
  .p-header__nav__subInfo {
    order: 3;
  }
}

.p-header__nav__company-name {
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .p-header__nav__company-name {
    display: none;
  }
}

.p-header__nav__address,
.p-header__navIcon__instagram {
  margin-top: 16px;
}

.p-header__nav__address {
  line-height: 150%;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
}

.p-header__navIcon__instagram,
.p-header__nav__policy {
  display: inline-block;
  transition: all 0.2s linear;
}
.p-header__navIcon__instagram:hover,
.p-header__nav__policy:hover {
  opacity: 0.6;
}

.p-header__nav__policyWrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 900px) {
  .p-header__nav__policyWrap {
    order: 4;
    border-top: 1px solid #fff;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 10px;
  }
}

.p-header__nav__policyMark,
.p-header__nav__policy {
  color: #cfcfcf;
}

.p-header__nav__policy {
  padding-bottom: 5px;
  font-family: "YuGothic";
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-header__nav__policy {
    border-bottom: none;
    font-size: 0.75rem;
  }
}

.p-header__nav__policyMark {
  font-size: 0.75rem;
}

.p-header__nav__right {
  display: flex;
}
@media screen and (max-width: 900px) {
  .p-header__nav__right {
    order: 2;
    justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  .p-header__nav__right nav {
    width: 100%;
  }
}

.p-header__navListWrap {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 900px) {
  .p-header__navListWrap {
    display: block;
  }
}

.p-header__navList {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 900px) {
  .p-header__navList {
    display: contents;
    gap: 20px;
  }
  .p-header__navList:nth-child(2) {
    margin-top: 20px;
  }
}

.p-header__navItem {
  flex: 1;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .p-header__navItem {
    gap: 10px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    width: 100%;
    margin-top: 20px;
  }
  .p-header__navItem a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 900px) {
  .p-header__navList:last-child .p-header__navItem:last-child {
    border-bottom: none;
  }
}

.p-header__navItem__icon {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p-header__navItem__icon {
    width: 26px;
  }
}

.p-header__navItem-title {
  font-style: normal;
}
.p-header__navItem-title--en {
  line-height: 100%;
  font-family: "Copperplate";
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .p-header__navItem-title--en {
    line-height: 100%;
    margin-bottom: 5px;
    font-size: 36px;
  }
}
.p-header__navItem-title--ja {
  font-family: "Shippori Antique";
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .p-header__navItem-title--ja {
    font-size: 16px;
  }
}

.p-header__nav__contact-Wrap {
  display: flex;
  gap: 30px;
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .p-header__nav__contact-Wrap {
    flex-direction: column;
    align-items: center;
  }
}

.p-header__nav__contact {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 390px;
  height: 130px;
  border-radius: 10px;
}
@media screen and (max-width: 1440px) {
  .p-header__nav__contact {
    width: 50%;
  }
}
.p-header__nav__contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
}
.p-header__nav__contact:hover::before {
  transform: scale(1.1);
}
.p-header__nav__contact:nth-of-type(1)::before {
  background-image: url("/wp-content/uploads/2024/10/contact-banner.png");
}
.p-header__nav__contact:nth-of-type(2)::before {
  background-image: url("/wp-content/uploads/2024/10/recruit-banner-1.png");
}
@media screen and (max-width: 900px) {
  .p-header__nav__contact {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .p-header__nav__contact .p-header__navItem__icon {
    display: none !important;
  }
}

.p-header__nav__link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.p-footer {
  letter-spacing: 1px;
  padding: 80px 150px 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-family: "Shippori Antique";
  font-style: normal;
  background-color: #001943;
}
@media screen and (max-width: 1024px) {
  .p-footer {
    padding: 80px 20px 60px;
  }
}
@media screen and (max-width: 900px) {
  .p-footer {
    padding: 80px 20px;
    flex-direction: column;
  }
}

.p-footer__top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .p-footer__top {
    display: contents;
  }
}

@media screen and (max-width: 900px) {
  .p-footer__left {
    display: contents;
  }
}

.p-footer__logo {
  width: 148px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p-footer__logo {
    margin: 0 auto;
  }
}

.p-footer__subInfo {
  margin-top: 16px;
  min-width: 280px;
}
@media screen and (max-width: 900px) {
  .p-footer__subInfo {
    order: 1;
  }
}

.p-footer__subInfo > .c-icon__instagram {
  margin-top: 24px;
  display: inline-block;
  transition: all 0.2s linear;
}
.p-footer__subInfo > .c-icon__instagram:hover {
  opacity: 0.6;
}

.p-footer__address,
.p-footer__navItem-text {
  font-size: 0.875rem;
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-weight: lighter;
}

.p-footer__right {
  width: 620px;
}
@media screen and (max-width: 1024px) {
  .p-footer__right {
    margin-left: 30px;
  }
}
@media screen and (max-width: 900px) {
  .p-footer__right {
    width: 100%;
    margin-left: 0;
  }
}

.p-footer__navList {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .p-footer__navList {
    flex-direction: column;
    gap: 0px;
  }
}

@media screen and (max-width: 900px) {
  .p-footer__accordion {
    position: relative;
    padding: 16px 10px !important;
  }
}
.p-footer__accordion .aco_btn {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: none;
}
@media screen and (max-width: 900px) {
  .p-footer__accordion .aco_btn {
    display: block;
  }
}
.p-footer__accordion .aco_btn::before {
  height: 1px;
  width: 100%;
}
.p-footer__accordion .aco_btn::after {
  width: 1px;
  height: 100%;
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}
.p-footer__accordion .aco_btn::before, .p-footer__accordion .aco_btn::after {
  content: "";
  position: absolute;
  background-color: white;
  border-radius: 1000px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .p-footer__accordion .p-footer__navItem__link {
    padding: 0;
    height: auto;
    width: fit-content;
  }
}

@media screen and (max-width: 900px) {
  .p-footer__accordion.open .aco_btn::after {
    transition: transform 0.5s ease;
    transform: rotate(90deg);
  }
  .p-footer__accordion.open .p-footer__subNavList {
    margin-top: 10px;
  }
}
.p-footer__subNavList {
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .p-footer__subNavList {
    margin-top: 0;
    max-height: 0;
    transition: max-height 0.5s ease;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .p-footer__subNavList li {
    width: 50%;
    margin-bottom: 10px;
  }
}

.p-footer__accordion-not {
  display: flex;
  align-items: baseline;
}

.p-footer__nav-icon {
  width: 6px;
  height: 11px;
  display: none;
}
@media screen and (max-width: 900px) {
  .p-footer__nav-icon {
    display: block;
  }
}

.p-footer__navItem {
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .p-footer__navItem {
    padding: 0;
    border-top: 1px solid #d9d9d9;
  }
}

.p-footer__navItem__link {
  transition: all 0.2s linear;
}
.p-footer__navItem__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .p-footer__navItem__link {
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 10px;
    gap: 10px;
    width: 100%;
    height: 49px;
  }
}

.p-footer__navItem-text,
.p-footer__bottom {
  font-size: 0.75rem;
  font-weight: lighter;
}

.p-footer__navItem-text {
  margin-top: 5px;
  transition: all 0.2s linear;
}
.p-footer__navItem-text:hover {
  opacity: 0.6;
}

.p-footer__bottom {
  font-family: "YuGothic";
  font-weight: lighter;
  display: flex;
  justify-content: space-between;
  border-top: #6e6e6e 1px solid;
  padding-top: 10px;
}
@media screen and (max-width: 900px) {
  .p-footer__bottom {
    order: 1;
  }
}

.p-footer__nav-link__policy {
  padding: 10px;
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  transition: all 0.2s linear;
}
.p-footer__nav-link__policy:hover {
  opacity: 0.6;
}

.pickup {
  position: fixed;
  right: 80px;
  bottom: 100px;
  z-index: 111;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pickup {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .pickup {
    position: fixed;
    right: 20px;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}
.pickup.close {
  display: none !important;
}
.pickup-wrapper {
  display: flex;
  position: relative;
  transition: 0.3s;
}
.pickup-wrapper:hover {
  opacity: 0.6;
}
.pickup-img {
  width: 146px;
  padding: 20% 0;
}
@media screen and (max-width: 500px) {
  .pickup-img {
    width: 40%;
  }
}
.pickup-txt {
  width: 214px;
  padding: 16px;
  background: rgb(0, 0, 0);
}
@media screen and (max-width: 500px) {
  .pickup-txt {
    width: 60%;
  }
}
.pickup-txt span {
  width: 86px;
  height: 23px;
  border-radius: 100px;
  border: 1px solid #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-family: "Copperplate", serif;
  font-size: 10px;
}
.pickup-txt p {
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 180%;
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
}
.pickup .pickup-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 11111;
  cursor: pointer;
}
.pickup .pickup-close:before, .pickup .pickup-close:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.pickup .pickup-close:before {
  transform: rotate(45deg);
}
.pickup .pickup-close:after {
  transform: rotate(-45deg);
}

.p-team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}

.p-member__titleWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
}

.p-member__subTitle,
.p-member__title,
.p-team-member__copy,
.p-team-member__team,
.p-team-member__name {
  font-family: "Shippori Antique";
}

.p-member__subTitle {
  font-size: 2.5rem;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .p-member__subTitle {
    font-size: 24px;
  }
}

.p-member__title {
  font-size: 4rem;
  font-weight: 200;
}
@media screen and (max-width: 1024px) {
  .p-member__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 900px) {
  .p-member__title {
    font-size: 35px;
    padding: 0 20px;
    text-align: center;
  }
}

.p-team-member__lists {
  display: flex;
  gap: 10px;
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .p-team-member__lists {
    flex-direction: column;
    align-items: center;
  }
}

.p-team-member__icon-toggle {
  position: absolute;
  top: 75px;
  right: 25px;
  width: 20px;
  height: 20px;
}

.p-team-member__icon-toggle.hovered {
  opacity: 0;
}

.p-team-member__item {
  width: 180px;
  height: 490px;
  background-image: var(--open-image);
  background-position: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: width 0.4s ease-in-out;
  object-fit: cover;
  display: inline-block;
  border: black;
}
@media screen and (max-width: 900px) {
  .p-team-member__item {
    width: 350px !important;
    height: 112px;
    transition: height 0.4s ease-in-out;
    background-position: 50% 26%;
    background-size: cover;
  }
}

.p-team-member__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-team-member__item.hovered {
  width: 490px;
}
@media screen and (max-width: 900px) {
  .p-team-member__item.hovered {
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.p-team-member__item.hovered::before {
  background-color: rgba(0, 0, 0, 0);
}
.p-team-member__item.hovered .p-team-member__textWrap,
.p-team-member__item.hovered .c-contact__vectorIcon {
  opacity: 1;
}

.p-team-member__textWrap {
  width: 80%;
  position: absolute;
  top: 265px;
  left: 32px;
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-team-member__textWrap {
    width: 90%;
    top: 180px;
    left: 16px;
  }
}

.p-team-member__item > .c-contact__vectorIcon {
  position: absolute;
  bottom: 0;
  right: 25px;
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-team-member__item > .c-contact__vectorIcon {
    width: 26px;
    bottom: 15px;
  }
  .p-team-member__item > .c-contact__vectorIcon img {
    width: 100%;
  }
}

.p-team-member__copy {
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  align-self: stretch;
}
@media screen and (max-width: 900px) {
  .p-team-member__copy {
    font-size: 1.25rem;
  }
}

.p-team-member__team {
  font-size: 1.25rem;
  margin-top: 45px;
}
@media screen and (max-width: 900px) {
  .p-team-member__team {
    font-size: 14px;
    margin-top: 20px;
    line-height: 100%;
  }
}

.p-team-member__name {
  font-size: 2.6rem;
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .p-team-member__name {
    font-size: 32px;
    margin-top: 10px;
    line-height: 100%;
  }
}

.p-member__contactLink .p-contact__textBox {
  margin-top: 80px;
}
.p-member__contactLink .p-contact__textBox .p-contact__text {
  font-family: "Copperplate";
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .p-member__contactLink .p-contact__textBox .p-contact__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .p-member__contactLink .p-contact__textBox .p-contact__vectorIcon {
    margin-bottom: -10px;
  }
}

.p-member__contactLink > .c-contact__textBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
}

.p-member__contactLink > .c-contact__textBox > .c-contact__text {
  font-size: 2rem;
}

.p-otherInterview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p-otherInterview .p-team-member__lists {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .p-otherInterview .p-otherInterview__contactLink {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .p-otherInterview .p-otherInterview__vectorIcon {
    width: 26px;
  }
}

.p-otherInterview__titleWrap {
  color: #001943;
  text-align: center;
  margin-top: 120px;
}
@media screen and (max-width: 900px) {
  .p-otherInterview__titleWrap {
    margin-top: 100px;
  }
}

.p-otherInterview__title,
.p-otherInterview__subTitle {
  font-weight: 400;
  font-style: normal;
}

.p-otherInterview__title {
  font-family: "Copperplate";
  font-size: 48px;
  line-height: 130%;
}
@media screen and (max-width: 900px) {
  .p-otherInterview__title {
    line-height: 90%;
  }
}

.p-otherInterview__subTitle {
  font-family: "Shippori Antique";
  font-size: 20px;
  line-height: 130%;
}

.p-otherInterview__text {
  color: #001943;
  font-family: "Copperplate";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
}
@media screen and (max-width: 900px) {
  .p-otherInterview__text {
    font-size: 1.5rem;
  }
}

.p-otherInterview__Link {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 3px #001943 solid;
  gap: 20px;
  padding-bottom: 10px;
  color: #001943;
  font-size: 2rem;
}
.p-otherInterview__Link .p-contact__text {
  font-family: "Copperplate";
  font-size: 2rem;
}

.l-privacy p {
  font-family: "Shippori Antique";
}

.p-privacy__table {
  width: 100%;
  margin-top: 32px;
  border-collapse: collapse;
  margin-bottom: 40px;
  text-align: left;
  border-top: 1px white solid;
}

.p-privacy__head,
.p-privacy__body {
  vertical-align: top;
}

.p-privacy__head {
  font-size: 1.2rem;
  padding-top: 32px;
}
@media screen and (max-width: 900px) {
  .p-privacy__head {
    font-size: 0.875rem;
    line-height: 180%;
    padding-top: 20px;
  }
}

.p-privacy__body {
  padding-top: 10px;
  font-size: 0.875rem;
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 900px) {
  .p-privacy__body {
    font-size: 0.6875rem;
    line-height: 180%;
    padding-top: 0;
  }
}

.p-privacy__content-item {
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  list-style-type: decimal;
  margin-left: 1.25rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 900px) {
  .p-privacy__content-item {
    font-size: 0.6875rem;
    line-height: 180%;
  }
}

.p-about__mission {
  height: 100%;
  position: relative;
}

.p-about__mission__bg,
.p-about__mission__title-wrap h2,
.p-about__mission__copy-wrap p,
.p-about__mission__img {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}

.p-about__mission__bg.reveal,
.p-about__mission__title-wrap h2.reveal,
.p-about__mission__copy-wrap p.reveal,
.p-about__mission__img.reveal {
  opacity: 1;
  transform: translateY(0);
}

.c-reveal-text-hidden-blue {
  transition: 1s all;
}

.p-about__mission__bg {
  position: absolute;
  z-index: 0;
  top: 0;
}

.p-about__mission__bg:nth-of-type(1) {
  width: 100vw;
  height: 100%;
  left: -140px;
}
@media screen and (max-width: 1024px) {
  .p-about__mission__bg:nth-of-type(1) {
    display: none;
  }
}

.p-about__mission__bg:nth-of-type(2) {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about__mission__bg:nth-of-type(2) {
    display: block;
    width: 100%;
    height: auto;
    left: 0px;
  }
}

.p-about__mission__bg:nth-of-type(3) {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-about__mission__bg:nth-of-type(3) {
    display: block;
    width: 100%;
    height: auto;
    left: 0px;
  }
}

.p-about__mission-content {
  display: flex;
  position: relative;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .p-about__mission-content {
    padding: 0 50px;
    flex-direction: column;
    align-items: end;
  }
}
@media screen and (max-width: 900px) {
  .p-about__mission-content {
    padding: 0;
  }
}

.p-about__mission-left {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .p-about__mission-left {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about__mission-left {
    padding: 0 50px;
  }
}
@media screen and (max-width: 900px) {
  .p-about__mission-left {
    padding: 0;
  }
}

.p-about__mission-right {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 770px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-about__mission-right {
    max-width: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__mission-right {
    position: static;
    right: auto;
    top: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 900px) {
  .p-about__mission-right {
    margin-top: 50px;
    width: 100vw;
  }
}
@media screen and (max-width: 900px) {
  .p-about__mission-right .p-about__mission__img {
    transform: scale(1.15) translateY(0);
  }
}

.p-about__mission__title-wrap {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.p-about__mission__title,
.p-about__mission__copy {
  font-family: "Shippori Antique";
  font-style: normal;
  font-weight: 400;
  color: #001943;
  width: fit-content;
}

.p-about__mission__copy.c-reveal-text {
  opacity: 1;
  transition: all ease-in-out 1s;
  --animation-delay: var(--delay, 0.1s);
  --animation-duration: var(--duration, 1s);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  color: #001943;
  cursor: default;
  display: inline-block;
  animation: clip-text var(--duration, 1s) cubic-bezier(0, 0, 0.2, 1) var(--animation-delay, 0s) var(--iterations, 1) both;
  /* アニメーションが進行したら背景色を表示 */
}
.p-about__mission__copy.c-reveal-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001943;
  transform: scaleX(0);
  visibility: hidden; /* 初期状態で背景色を隠す */
  transform-origin: 0 50%;
  pointer-events: none;
  animation: text-revealer var(--duration, 800ms) cubic-bezier(0, 0, 0.2, 1) var(--animation-delay, 0.1s) var(--iterations, 1) both;
}
.p-about__mission__copy.c-reveal-text.c-reveal-text-white::after,
.p-about__mission__copy.c-reveal-text .c-reveal-text-hidden-blue::after {
  visibility: visible;
}

.p-about__mission__title {
  font-size: 4rem;
  line-height: 150%;
  font-size: 3.75rem;
}
@media screen and (max-width: 900px) {
  .p-about__mission__title {
    font-size: 2.5rem;
    word-break: keep-all;
  }
}

.p-about__mission__copy-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.p-about__mission__copy {
  font-size: 1.5rem;
  line-height: 180%;
}
@media screen and (max-width: 1440px) {
  .p-about__mission__copy {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 900px) {
  .p-about__mission__copy {
    font-size: 1rem;
    white-space: normal;
  }
}

.p-about__mission__img {
  width: 100%;
  height: auto;
  display: block;
}

.p-about__philosophy {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.p-about__philosophy__title {
  padding-bottom: 50px;
  border-bottom: 1px #ffffff solid;
}
@media screen and (max-width: 900px) {
  .p-about__philosophy__title {
    padding-bottom: 40px;
  }
}
.p-about__philosophy__title--en {
  font-size: 3rem;
  font-family: "Copperplate";
  font-style: normal;
  font-weight: 400;
  width: fit-content;
  margin: 0 auto;
  display: block !important;
}
@media screen and (max-width: 900px) {
  .p-about__philosophy__title--en {
    line-height: 100%;
    font-size: 2.625rem;
    line-height: 120%;
  }
}
.p-about__philosophy__title--ja {
  font-size: 1.2rem;
  margin-top: 5px;
}
@media screen and (max-width: 900px) {
  .p-about__philosophy__title--ja {
    line-height: 150%;
    font-size: 1.25rem;
    margin-top: 10px;
  }
}

.p-about__philosophy__description {
  font-family: "Shippori Antique";
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 210%;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .p-about__philosophy__description {
    font-size: 1rem;
    margin-top: 40px;
  }
}

.p-about__value__background {
  background-color: #002c75;
  height: 1400px;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .p-about__value__background {
    top: 2472px;
    height: 1400px;
  }
}

.p-about__value {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.p-about__value-title--en {
  font-size: 8rem;
  font-family: "Copperplate";
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
}
@media screen and (max-width: 1440px) {
  .p-about__value-title--en {
    font-size: 7rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-about__value-title--en {
    font-size: 5rem;
  }
}
@media screen and (max-width: 900px) {
  .p-about__value-title--en {
    font-size: 4rem;
    line-height: 110%;
  }
}

.p-about__value-title--ja {
  font-size: 2.8rem;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .p-about__value-title--ja {
    font-size: 1.5rem;
  }
}

.p-about__value-text {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .p-about__value-text {
    font-size: 1rem;
    line-height: 205%;
  }
}

.p-about__value-bottom {
  position: relative;
}

.p-about__value-item {
  width: 90%;
  position: absolute;
  top: 0;
  left: 0;
  gap: 10%;
  display: flex;
  opacity: 0;
  transition: opacity 1s ease-in-out, z-index 1s ease-in-out;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .p-about__value-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

.p-about__value-item.value-active {
  opacity: 1;
  z-index: 10;
}

.p-about__value-image {
  width: 100%;
  height: auto;
}

.p-about__value__wayToValue {
  width: 375px;
  height: auto;
  position: absolute;
  top: 16%;
  left: 23%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .p-about__value__wayToValue {
    top: 0%;
    left: 54%;
  }
}
@media screen and (max-width: 900px) {
  .p-about__value__wayToValue {
    width: 203px;
    left: 50%;
  }
}

.p-about__value-bottom-left {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .p-about__value-bottom-left {
    display: contents;
  }
}

.p-about__value-subtitle {
  font-size: 4rem;
  font-family: "Shippori Antique";
  width: 120%;
}
@media screen and (max-width: 900px) {
  .p-about__value-subtitle {
    font-size: 2.625rem;
    line-height: 150%;
    width: 100%;
    order: 1;
    font-weight: normal;
  }
}

.p-about__value-description {
  font-size: 1.2rem;
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .p-about__value-description {
    font-size: 1.1rem;
  }
}
.p-about__value-description br {
  display: block;
}
@media screen and (max-width: 900px) {
  .p-about__value-description br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .p-about__value-description {
    font-size: 1rem;
    line-height: 180%;
    width: 100%;
    order: 2;
  }
}

.p-about__value-vector-box {
  margin-top: 60px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-about__value-vector-box {
    order: 4;
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-about__value-vector-box {
    order: 4;
    margin-top: 20px;
    gap: 30px;
  }
}

.p-about__value-vector {
  width: 50px;
  height: 55px;
  border-bottom: 3px #ffffff solid;
  transition: all 0.3s ease-in-out;
}
.p-about__value-vector:hover {
  opacity: 0.6;
}
.p-about__value-vector.no-link {
  opacity: 0.6;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-about__value-vector {
    width: 37px;
    gap: 32px;
  }
  .p-about__value-vector img {
    width: 90%;
  }
}

.c-vector-left {
  transform: scale(-1, 1);
}

@media screen and (max-width: 1024px) {
  .p-about__value-bottom-right {
    width: 90%;
    order: 3;
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .p-about__value-bottom-right {
    width: 350px;
    order: 3;
    margin-top: 30px;
  }
}

.p-about__inventory {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.p-about__inventory__top {
  padding: 0 150px;
}
@media screen and (max-width: 1024px) {
  .p-about__inventory__top {
    padding: 0 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-about__inventory__top {
    padding: 0;
  }
}

.p-about__inventory__title--en {
  font-size: 8rem;
  font-family: "Copperplate";
  font-weight: 400;
  line-height: 80%;
}
@media screen and (max-width: 1440px) {
  .p-about__inventory__title--en {
    font-size: 700%;
  }
}
@media screen and (max-width: 900px) {
  .p-about__inventory__title--en {
    font-size: 4.5rem;
    line-height: 110%;
  }
}

.p-about__inventory__title--ja {
  font-family: "Shippori Antique";
  font-weight: 100;
  font-size: 2.8rem;
  line-height: 150%;
}
@media screen and (max-width: 900px) {
  .p-about__inventory__title--ja {
    font-size: 24px;
    margin-top: 20px;
  }
}

.p-about__inventory__description {
  font-family: "Shippori Antique";
  font-weight: 100;
  font-size: 1.1rem;
  line-height: 210%;
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .p-about__inventory__bottom .c-cursor-scroll-button {
    display: none !important;
  }
}

.p-about__inventory__list {
  width: 100%;
  display: flex;
  gap: 40px;
  overflow-x: auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-about__inventory__list {
    flex-direction: column;
    align-items: center;
    overflow-x: visible;
  }
}

.p-about__inventory__item {
  width: 506px;
  height: 381px;
  flex: 0 0 auto; /* アイテムの幅を固定し、縮小しないようにする */
  position: relative;
}
.p-about__inventory__item:first-of-type {
  margin-left: 150px;
}
@media screen and (max-width: 1024px) {
  .p-about__inventory__item:first-of-type {
    margin-left: 20px;
  }
}
.p-about__inventory__item:last-of-type {
  margin-right: 150px;
}
@media screen and (max-width: 900px) {
  .p-about__inventory__item {
    width: 353px;
    height: auto;
  }
  .p-about__inventory__item:first-of-type {
    margin-left: 0;
  }
  .p-about__inventory__item:last-of-type {
    margin-right: 0;
  }
}

.p-about__inventory__image {
  width: 100%;
  height: 100%;
  transition: filter 0.3s ease;
}

.p-about__inventory__shipInfo {
  border-collapse: collapse;
  line-height: 180%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.1s linear;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .p-about__inventory__shipInfo {
    width: 70%;
    left: 53%;
  }
}

.p-about__inventory__item:hover .p-about__inventory__image {
  filter: brightness(40%);
}

.p-about__inventory__item:hover .p-about__inventory__shipInfo {
  opacity: 1;
}

.add-shadow {
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
}

.p-about__inventory__shipInfo td {
  padding-left: 20px;
}

.p-about__inventory__table-head,
.p-about__inventory__table-body {
  white-space: nowrap;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .p-about__inventory__table-head {
    width: 70px;
    font-weight: normal;
  }
}

.p-company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}

.p-company table {
  border-collapse: collapse;
}

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

.p-company__head--en {
  font-family: "Copperplate";
  font-weight: 400;
  font-size: 3rem;
  line-height: 130%;
  display: block !important;
}

.p-company__head--ja {
  font-family: "Shippori Antique";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 130%;
}

.p-company__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  font-size: 1rem;
  line-height: 180%;
}
.p-company__content ol {
  padding-left: 0;
}
@media screen and (max-width: 900px) {
  .p-company__content {
    display: block;
  }
  .p-company__content span {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-company__content {
    width: 80%;
  }
}

@media screen and (max-width: 900px) {
  .p-company__content table {
    width: 100%;
  }
}

.p-company__content tr {
  vertical-align: baseline;
}

.p-company__content th,
.p-company__content td {
  padding: 30px;
}

.p-company__content th {
  border-top: 2px solid #001943;
}
@media screen and (max-width: 900px) {
  .p-company__content th {
    padding: 20px 0;
    width: 30%;
    font-weight: normal;
  }
}

.p-company__content td {
  border-top: 1px solid #cfcfcf;
}
@media screen and (max-width: 900px) {
  .p-company__content td {
    padding: 20px;
    width: 70%;
    font-size: 14px;
  }
}

.p-greeting__head {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .p-greeting__head {
    flex-direction: column;
  }
}

.p-greeting__head-image {
  max-width: 891px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 1440px) {
  .p-greeting__head-image {
    max-width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .p-greeting__head-image {
    width: calc(100vw - 20px);
    margin-left: 0px;
    max-width: 100%;
    border-radius: 10px;
  }
}

.p-greeting__head-message__wrap {
  display: flex;
  flex-direction: column;
  gap: 180px;
  margin-top: 80px;
  margin-left: -100px;
  margin-right: 10%;
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-greeting__head-message__wrap {
    max-width: 40%;
    margin-left: auto;
  }
}
@media screen and (max-width: 900px) {
  .p-greeting__head-message__wrap {
    gap: 30px;
    margin-top: 30px;
    max-width: none;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}

.p-greeting__head-message {
  position: relative;
  text-align: right;
}
.p-greeting__head-message:first-child {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media screen and (max-width: 900px) {
  .p-greeting__head-message {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
  }
  .p-greeting__head-message:first-child {
    gap: 15px;
    flex-direction: column;
    align-items: end;
  }
  .p-greeting__head-message:nth-child(2) {
    gap: 15px;
    flex-direction: row;
  }
}

.p-greeting__head-message h1 {
  font-size: 6rem;
  font-family: "Copperplate";
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .p-greeting__head-message h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 900px) {
  .p-greeting__head-message h1 {
    font-size: 3.125rem;
    line-height: 100%;
    margin-bottom: 20px;
  }
}

.p-greeting__head-message > h2,
p,
h3 {
  font-family: "Shippori Antique";
  font-weight: 100;
}

.p-greeting__head-message h2 {
  display: block;
  font-size: 2.4rem;
  width: fit-content;
  margin-top: -40px;
}
@media screen and (max-width: 1440px) {
  .p-greeting__head-message h2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-greeting__head-message h2 {
    font-size: 1.5rem;
    margin-top: -25px;
  }
}

.p-greeting__head-message p {
  font-size: 2rem;
}

.p-greeting__head-message h3 {
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .p-greeting__head-message h3 {
    font-size: 1.25rem;
    margin-bottom: 2px;
  }
}

.p-greeting__content {
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  gap: 150px;
}
@media screen and (max-width: 900px) {
  .p-greeting__content {
    padding: 0;
    gap: 60px;
  }
}

.p-greeting__content-box {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .p-greeting__content-box {
    flex-direction: column;
    gap: 30px;
  }
  .p-greeting__content-box:nth-child(2) {
    flex-direction: column-reverse;
  }
}

.p-greeting__title {
  font-family: "Shippori Antique", sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .p-greeting__title {
    writing-mode: horizontal-tb;
    font-size: 2.25rem;
    line-height: 1;
  }
}

.p-greeting__title p {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
  background: #ffffff;
  color: #001943;
  height: fit-content;
  margin: 0 -1px;
}
@media screen and (max-width: 900px) {
  .p-greeting__title p {
    width: fit-content;
    gap: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-greeting__title p:first-child {
    padding: 3px 5px 5px;
  }
}
@media screen and (max-width: 900px) {
  .p-greeting__title p:last-child {
    padding: 0 5px 5px;
  }
}

.p-greeting__text {
  font-size: 0.9rem;
  line-height: 1.7;
}

.p-greeting__text p {
  margin-top: 2rem;
}
.p-greeting__text p:nth-child(1) {
  margin-top: 0;
}

.p-greeting__content-box:nth-child(2) .p-greeting__title p:nth-child(1) {
  justify-content: center;
  align-items: center;
}

.p-greeting__content-box .p-greeting__title span {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  font-size: 3.7rem;
  height: 70px;
}
@media screen and (max-width: 900px) {
  .p-greeting__content-box .p-greeting__title span {
    font-size: 2.25rem;
    height: auto;
  }
}

.p-interview__copy-wrap {
  font-family: "Shippori Antique" serif;
  font-weight: 100;
  line-height: 200%;
  margin-left: 150px;
}
@media screen and (max-width: 900px) {
  .p-interview__copy-wrap {
    margin-left: 20px;
  }
}

.p-interview__copy {
  font-family: "Shippori Antique" serif;
  font-style: normal;
  font-weight: 400;
  font-size: 6rem;
  line-height: 130%;
}
@media screen and (max-width: 900px) {
  .p-interview__copy {
    font-size: 4rem;
  }
}

.p-interview__member__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .p-interview__member__list {
    overflow-x: hidden;
  }
}

.p-interview__member__item {
  background-image: var(--bg-image);
  background-position: top center;
  background-size: cover;
  display: flex;
  gap: 150px;
  justify-content: center;
  position: relative;
  height: 455px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 900px) {
  .p-interview__member__item {
    flex-direction: column-reverse;
    gap: 10px;
    position: relative;
    height: 350px;
  }
}

.p-interview__member__item.scale-up {
  transform: scale(2) !important;
}

.p-interview__member__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .p-interview__member__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.p-interview__member__text-content {
  display: flex;
  flex-direction: column;
  gap: 70px;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-interview__member__text-content {
    position: static;
    z-index: 1;
    gap: 20px;
    align-items: baseline;
    padding: 0 20px;
    top: 30px;
    margin-top: 150px;
  }
}

.p-interview__member__info {
  display: flex;
  gap: 173px;
  align-items: end;
}
@media screen and (max-width: 900px) {
  .p-interview__member__info {
    width: 100%;
    gap: 0;
    justify-content: space-between;
  }
  .p-interview__member__info .hover-change__bg-white {
    position: relative;
    cursor: pointer;
    z-index: 2;
  }
  .p-interview__member__info .hover-change__bg-white::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: transform 0.4s ease-out;
    transform: scale(0, 1);
    transform-origin: right top;
    z-index: 0;
  }
  .p-interview__member__info .hover-change__bg-white:hover * {
    color: #001943 !important;
    position: relative;
    z-index: 1;
  }
  .p-interview__member__info .hover-change__bg-white:hover:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
    z-index: 0;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .p-interview__member__info .hover-change__bg-white:hover:hover::before {
    background-color: unset;
  }
}

.p-interview__member__copy-wrap {
  display: flex;
  flex-direction: column;
}

.p-interview__member__copy {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 150%;
  display: block;
}
@media screen and (max-width: 900px) {
  .p-interview__member__copy {
    font-size: 20px;
  }
}

.p-interview__member__profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .p-interview__member__profile {
    gap: 10px;
  }
}

.p-interview__member__department {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 100%;
}
@media screen and (max-width: 900px) {
  .p-interview__member__department {
    font-size: 0.875rem;
  }
}

.p-interview__member__name {
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
}
@media screen and (max-width: 900px) {
  .p-interview__member__name {
    font-size: 2rem;
    line-height: 100%;
  }
}

.p-interview__member__link-box {
  display: flex;
  justify-content: space-between;
  width: auto;
  height: 58px;
  border-bottom: 3px solid #ffffff;
  align-items: baseline;
  gap: 20px;
}
.p-interview__member__link-box .p-contact__text {
  font-family: "Copperplate";
  font-weight: 400;
  font-size: 2rem;
}
.p-interview__member__link-box .c-contact__vectorIcon {
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  .p-interview__member__link-box {
    border: none;
    width: 26px;
    justify-content: end;
    position: absolute;
    right: 20px;
    bottom: 15px;
  }
}

.p-interview__member__link {
  font-family: "Copperplate";
  font-weight: 400;
  font-size: 2rem;
}

.p-interview__member__image-wrapper {
  max-width: 462px;
}
@media screen and (max-width: 900px) {
  .p-interview__member__image-wrapper {
    max-width: 350px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
}

.p-interview__member__image {
  width: 100%;
  height: auto;
}

.p-interview__member__name-large {
  width: auto;
  white-space: nowrap;
  color: transparent; /* 文字色を透明に設定 */
  font-size: 6rem;
  text-align: left;
  font-family: "Copperplate", serif;
  opacity: 0.4;
  -webkit-text-stroke: 1px #ffffff; /* アウトラインの色と太さを設定 */
  text-stroke: 0.7px #cfcfcf; /* 一部のブラウザ用 */
  line-height: 70%;
  font-weight: 600;
  position: absolute;
  bottom: -8px;
}
@media screen and (max-width: 900px) {
  .p-interview__member__name-large {
    font-size: 3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-interview__member__item:nth-child(odd) .p-interview__member__name-large {
  left: 0; /* 奇数番目は左揃え */
}
@media screen and (max-width: 900px) {
  .p-interview__member__item:nth-child(odd) .p-interview__member__name-large {
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-interview__member__item:nth-child(even) .p-interview__member__name-large {
  left: auto; /* 左の位置指定を解除 */
  right: 0;
}
@media screen and (max-width: 900px) {
  .p-interview__member__item:nth-child(even) .p-interview__member__name-large {
    right: 50%;
    transform: translateX(50%);
  }
}

.p-interview__member__name-large__display--pc {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
}
@media screen and (max-width: 900px) {
  .p-interview__member__name-large__display--pc {
    display: none;
  }
}

.p-interview__member__name-large__display--sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-interview__member__name-large__display--sp {
    display: block;
  }
}

.p-news {
  margin: 0 auto;
}

.p-news__list {
  max-width: 900px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.p-news__item {
  background-color: #ffffff;
  align-items: center;
  border-radius: 10px;
  margin-top: 20px;
  transition: all 0.2s linear;
}
@media screen and (max-width: 900px) {
  .p-news__item {
    margin-top: 16px;
  }
}
.p-news__item:hover {
  opacity: 0.6;
}

.p-news__item-inner {
  max-width: 900px;
  width: 100%;
  height: 110px;
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 900px) {
  .p-news__item-inner {
    align-items: center;
    padding: 20px;
    justify-content: center;
    gap: 0;
    max-width: 100%;
  }
}

.p-news__item--left {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-news__item--left {
    flex-direction: column;
    gap: 4px;
  }
}

@media screen and (max-width: 900px) {
  .p-news__date {
    font-size: 0.875rem;
  }
}

.p-news__date,
.p-news__title {
  color: #001943;
  font-family: "Shippori Antique";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .p-news__date,
  .p-news__title {
    margin-right: auto;
  }
}

.p-news__page-nation {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}

.p-news__item--right {
  margin-top: 1.5%;
}
@media screen and (max-width: 900px) {
  .p-news__item--right {
    margin-left: 37px;
  }
}
.p-news__item--right > .c-vectorIcon--blue {
  width: 37px;
}
@media screen and (max-width: 900px) {
  .p-news__item--right > .c-vectorIcon--blue {
    width: 20px;
  }
}

.c-vectorIcon--blue {
  transform: scale(-1, 1);
}

.l-single .c-vectorIcon-box {
  transition: all 0.2s linear;
}
.l-single .c-vectorIcon-box:hover {
  opacity: 0.6;
}

.p-single__head {
  padding-bottom: 50px;
  border-bottom: 1px solid #cfcfcf;
}
@media screen and (max-width: 900px) {
  .p-single__head {
    padding-bottom: 30px;
  }
}

.p-single__date {
  font-size: 16px;
  line-height: 210%;
}

.p-single__title {
  font-size: 2.5rem;
  line-height: 180%;
}
@media screen and (max-width: 900px) {
  .p-single__title {
    font-size: 20px;
    font-weight: normal;
  }
}

@media screen and (max-width: 900px) {
  .c-breadcrumb {
    margin-top: 20px !important;
  }
}

.p-single {
  font-family: "Shippori Antique";
  font-style: normal;
  font-weight: 400;
}

.p-single__content {
  margin-top: 82px;
}
@media screen and (max-width: 900px) {
  .p-single__content {
    margin-top: 30px;
  }
}
.p-single__content a {
  transition: all 0.2s linear;
}
.p-single__content a:hover {
  opacity: 0.6;
}

.p-single__content h1 {
  border-left: 10px solid #001943;
  padding-left: 20px;
}

.p-single__content > h1,
.p-single__content > h2,
.p-single__content > h3,
.p-single__content > h4,
.p-single__content > p,
.p-single__content > img {
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .p-single__content > h1,
  .p-single__content > h2,
  .p-single__content > h3,
  .p-single__content > h4,
  .p-single__content > p,
  .p-single__content > img {
    font-weight: normal;
    margin-top: 20px;
  }
}

.p-single__content h1 {
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .p-single__content h1 {
    font-size: 20px;
    border-left: 7px solid #001943;
    padding-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  .p-single__content h2 {
    font-size: 16px;
  }
}
.p-single__content > p a {
  color: #001943;
  text-decoration: underline;
}

.p-single__thumbnail {
  width: 100%; /* コンテナを親要素の幅いっぱいに */
}

.p-single__thumbnail-image {
  width: 100%;
  height: auto;
  display: block; /* 画像下部の余白を削除 */
}

.p-single__otherNews__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 20px 20px;
  grid-auto-flow: row;
  grid-template-areas: ". ." ". .";
}
@media screen and (max-width: 900px) {
  .p-single__otherNews__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 20px;
    gap: 16px;
  }
}

.p-single__otherNews__item-inner {
  width: 500px;
  height: auto;
  gap: 15px;
  padding: 30px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-single__otherNews__item-inner {
    width: 100%;
    padding: 20px;
  }
}

.p-single__otherNews__item {
  background-color: #ffffff;
  align-items: center;
  border-radius: 10px;
  transition: all 0.2s linear;
}
.p-single__otherNews__item:hover {
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .p-single__otherNews__item {
    width: 100%;
  }
}

.p-single__otherNews__item--left {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-single__otherNews__item--left {
    flex-direction: column;
    align-items: baseline;
    gap: 4px;
  }
}

.p-single__otherNews__date,
.p-single__otherNews__title {
  color: #001943;
  font-family: "Shippori Antique";
  font-weight: 400;
  font-size: 1rem;
}

.p-single__otherNews__title--ja {
  font-family: "Shippori Antique";
  font-weight: 400;
  font-size: 2.5rem;
  text-align: center;
  line-height: 130%;
}
@media screen and (max-width: 900px) {
  .p-single__otherNews__title--ja {
    font-size: 24px;
  }
}

.p-single__otherNews__title--en {
  font-family: "Copperplate";
  font-weight: 400;
  font-size: 1.5px;
  line-height: 130%;
  margin-top: 10px;
  display: block !important;
}

.p-single__otherNews__item--right .c-vectorIcon--blue {
  width: 37px;
}
@media screen and (max-width: 900px) {
  .p-single__otherNews__item--right .c-vectorIcon--blue {
    width: 20px;
  }
}

.p-single__otherNews__title {
  color: #001943;
}

.p-single__otherNews__title--en {
  font-family: "Copperplate";
  font-size: 1.5rem;
  line-height: 130%;
  text-align: center;
}

.p-service__head--ja h1,
.p-service__head--ja p,
.p-service__content__title h1,
.p-service__content__title p,
.p-whatWeDo__fv-title h1,
.p-whatWeDo__fv-title p {
  font-family: "Shippori Antique";
  text-align: center;
}

.p-whatWeDo__fv-title-wrap {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-whatWeDo__fv-title-wrap {
    padding: 100px 20px;
    text-align: center;
  }
}

.p-whatWeDo__fv-title {
  font-weight: 100;
  font-size: 4rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-whatWeDo__fv-title {
    font-size: 2.25rem;
  }
}

.p-whatWeDo__fv-title-wrap p {
  font-weight: 100;
  font-size: 1rem;
  line-height: 180%;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .p-whatWeDo__fv-title-wrap p {
    margin-top: 30px;
  }
}

.p-service__head {
  margin-left: 150px;
}
@media screen and (max-width: 900px) {
  .p-service__head {
    margin-left: 0;
  }
}

.p-service__head--en {
  font-family: "Copperplate";
  font-weight: 400;
  font-size: 128px;
  line-height: 80%;
}
@media screen and (max-width: 900px) {
  .p-service__head--en {
    font-size: 4rem;
  }
}

.p-service__head--ja {
  font-weight: 100;
  font-size: 2.5rem;
  line-height: 150%;
  display: block !important;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .p-service__head--ja {
    font-size: 1.5rem;
  }
}

.p-service__content__list {
  display: flex;
  flex-direction: column;
  gap: 160px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .p-service__content__list {
    gap: 80px;
  }
}

.p-service__content__item {
  display: flex;
  gap: 80px;
  width: 1136px;
  height: 450px;
  background: #001943;
}
@media screen and (max-width: 900px) {
  .p-service__content__item {
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 60px;
    margin: 0;
    justify-content: center;
    height: auto;
    gap: 40px;
  }
}

.p-service__content__item:nth-child(odd) {
  margin-left: auto;
  margin-right: 0; /* 右寄せを明示的に指定 */
  padding-right: 150px;
}
@media screen and (max-width: 900px) {
  .p-service__content__item:nth-child(odd) {
    margin: 0 auto;
    padding: 20px 20px 60px;
  }
}

.p-service__content__item:nth-child(even) {
  flex-direction: row-reverse;
  margin-right: auto;
  margin-left: 0; /* 左寄せを明示的に指定 */
  padding-left: 150px;
}
@media screen and (max-width: 900px) {
  .p-service__content__item:nth-child(even) {
    padding: 20px 20px 60px;
    margin: 0 auto;
    flex-direction: column;
  }
}

.p-service__content__image {
  width: 570px;
  height: 433px;
  margin-top: -40px;
}
@media screen and (max-width: 900px) {
  .p-service__content__image {
    margin-left: 0;
    width: 285px;
    height: auto;
  }
}

.p-service__content__item:nth-child(odd) .p-service__content__image {
  margin-left: -192px;
  transform: rotate(-2deg);
}
@media screen and (max-width: 900px) {
  .p-service__content__item:nth-child(odd) .p-service__content__image {
    margin: 0 auto;
    margin-top: -50px;
  }
}

.p-service__content__item:nth-child(even) .p-service__content__image {
  margin-right: -192px;
  transform: rotate(2deg);
}
@media screen and (max-width: 900px) {
  .p-service__content__item:nth-child(even) .p-service__content__image {
    margin: -40px auto 0;
    transform: rotate(1deg);
  }
}

.p-service__content__title {
  font-weight: 400;
  font-size: 3rem;
  padding: 10px;
  color: #001943;
  background-color: #ffffff;
  display: inline-block;
  margin-top: -40px;
}
@media screen and (max-width: 900px) {
  .p-service__content__title {
    font-size: 24px;
    padding: 6px 10px;
  }
}

.p-service__content__description {
  font-family: "Shippori Antique";
  font-weight: 100;
  font-size: 16px;
  line-height: 180%;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .p-service__content__description {
    margin-top: 30px;
  }
}

@media screen and (max-width: 900px) {
  .l-interviewArticle__fv {
    padding: 80px 20px 10px;
    overflow-x: hidden;
  }
}

.p-interviewArticle__fv__text-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 550px;
  width: 45%;
  min-width: 300px;
}
@media screen and (max-width: 900px) {
  .p-interviewArticle__fv__text-content {
    display: contents;
  }
  .p-interviewArticle__fv__text-content .c-breadcrumb {
    order: 0;
    margin-top: 0;
  }
}
.p-interviewArticle__fv__text-content * {
  width: 100%;
}

.p-interviewArticle__fv__copy {
  width: fit-content;
  font-weight: 100;
  font-size: 2.375rem;
  line-height: 150%;
}
@media screen and (max-width: 900px) {
  .p-interviewArticle__fv__copy {
    margin-top: 20px;
    font-size: 1.5rem;
    order: 2;
  }
}
@media screen and (max-width: 900px) {
  .p-interviewArticle__fv__copy:last-child {
    margin-top: 0px;
  }
}

.p-interviewArticle__fv__joinYear {
  padding: 8px 20px;
  line-height: 100%;
  width: 140px;
  border: 1px solid #ffffff;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .p-interviewArticle__fv__joinYear {
    margin-top: 36px !important;
    order: 3;
    width: 130px;
    font-size: 0.875rem;
  }
}

.p-interviewArticle__fv__profile {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .p-interviewArticle__fv__profile {
    order: 4;
    margin-top: 16px !important;
  }
}

.p-interviewArticle__fv__department {
  font-size: 1.4rem;
  width: auto;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .p-interviewArticle__fv__department {
    font-size: 0.9375rem;
  }
}

.p-interviewArticle__fv__name {
  font-weight: 400;
  font-size: 3rem;
  line-height: 100%;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .p-interviewArticle__fv__name {
    font-size: 2.125rem;
  }
}

.p-interviewArticle__fv__description {
  font-size: 0.9rem;
}
@media screen and (max-width: 900px) {
  .p-interviewArticle__fv__description {
    margin-top: 36px;
    order: 5;
    font-size: 15px;
    line-height: 1.8;
  }
}

.p-interviewArticle__fv__image {
  max-width: 641px;
  height: auto;
  width: 100%;
  min-width: 300px;
  object-fit: contain;
}
@media screen and (max-width: 900px) {
  .p-interviewArticle__fv__image {
    order: 5;
    margin: 20px auto 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-interviewArticle__fv__image {
    transform: translateY(90px);
  }
}

.p-interviewArticle__fv__name-large {
  width: auto;
  white-space: nowrap;
  color: transparent; /* 文字色を透明に設定 */
  font-size: 6rem;
  text-align: left;
  font-family: "Copperplate", serif;
  opacity: 0.4;
  -webkit-text-stroke: 1px #ffffff; /* アウトラインの色と太さを設定 */
  text-stroke: 0.7px #cfcfcf; /* 一部のブラウザ用 */
  line-height: 80%;
  margin-top: 40px;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .p-interviewArticle__fv__name-large {
    font-size: 4.5rem;
    order: 7;
    margin-top: -160px;
    margin-left: -20px;
    transform: translateY(10px);
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-interviewArticle__fv__name-large {
    transform: translateY(-70px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-interviewArticle__fv__name-large.display-pc {
    display: block !important;
  }
}
@media screen and (max-width: 769px) {
  .p-interviewArticle__fv__name-large.display-sp {
    display: none !important;
  }
}

.p-interviewArticle__content__image-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 720px;
}

.p-interviewArticle__content__image-container--top,
.p-interviewArticle__content__image-container--bottom {
  position: relative;
}

.p-interviewArticle__content__image {
  max-width: 100%;
  position: absolute;
  height: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
@media screen and (max-width: 900px) {
  .p-interviewArticle__content__image {
    width: 50%;
  }
}

.p-interviewArticle__content__image.reveal {
  opacity: 1;
  transform: translateY(0);
}

.p-interviewArticle__content__image-container--top .p-interviewArticle__content__image:nth-child(1) {
  left: 50%;
  transform: translateX(-50%);
}
.p-interviewArticle__content__image-container--top .p-interviewArticle__content__image:nth-child(2) {
  left: -11%;
  top: 300px;
}
.p-interviewArticle__content__image-container--top .p-interviewArticle__content__image:nth-child(3) {
  left: 60%;
  top: 350px;
}
@media screen and (max-width: 900px) {
  .p-interviewArticle__content__image-container--top {
    order: 3;
    margin-top: 30px;
  }
  .p-interviewArticle__content__image-container--top .p-interviewArticle__content__image:nth-child(1) {
    width: 290px;
  }
  .p-interviewArticle__content__image-container--top .p-interviewArticle__content__image:nth-child(2) {
    top: 140px;
    width: 173px;
    left: 0;
  }
  .p-interviewArticle__content__image-container--top .p-interviewArticle__content__image:nth-child(3) {
    top: 170px;
    left: 60%;
    width: 135px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-interviewArticle__content__image-container--top {
    order: 3;
    margin-top: 30px;
  }
  .p-interviewArticle__content__image-container--top .p-interviewArticle__content__image:nth-child(1) {
    width: 80%;
  }
  .p-interviewArticle__content__image-container--top .p-interviewArticle__content__image:nth-child(2) {
    top: 140px;
    width: 40%;
    left: 0;
  }
  .p-interviewArticle__content__image-container--top .p-interviewArticle__content__image:nth-child(3) {
    top: 300px;
    left: 67%;
    width: 31%;
  }
}

@media screen and (max-width: 900px) {
  .p-interviewArticle__content__image-container--bottom {
    order: 6;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-interviewArticle__content__image-container--bottom {
    margin-bottom: 300px;
  }
}
.p-interviewArticle__content__image-container--bottom .p-interviewArticle__content__image:nth-child(1) {
  left: 30%;
  top: 750px;
}
.p-interviewArticle__content__image-container--bottom .p-interviewArticle__content__image:nth-child(2) {
  top: 950px;
  left: 10%;
}
@media screen and (max-width: 900px) {
  .p-interviewArticle__content__image-container--bottom .p-interviewArticle__content__image:nth-child(1) {
    width: 267px;
    left: auto;
    top: 30px;
    right: 0;
  }
  .p-interviewArticle__content__image-container--bottom .p-interviewArticle__content__image:nth-child(2) {
    width: 165px;
    top: 120px;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-interviewArticle__content__image-container--bottom .p-interviewArticle__content__image:nth-child(1) {
    width: 80%;
    left: auto;
    top: 30px;
    right: 0;
  }
  .p-interviewArticle__content__image-container--bottom .p-interviewArticle__content__image:nth-child(2) {
    width: 50%;
    top: 120px;
    left: 0;
  }
}

.p-interviewArticle__content.p-interviewArticle__content__question :nth-child(1) __text-container {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-interviewArticle__content__question {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  width: 476px;
}
.p-interviewArticle__content__question:first-child {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .p-interviewArticle__content__question {
    width: 100%;
    margin-top: 50px;
  }
  .p-interviewArticle__content__question:nth-child(1) {
    order: 1;
  }
  .p-interviewArticle__content__question:nth-child(2) {
    order: 2;
  }
  .p-interviewArticle__content__question:nth-child(3) {
    order: 4;
    margin-top: 430px;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) and (max-width: 1024px) {
  .p-interviewArticle__content__question:nth-child(3) {
    margin-top: 500px;
  }
}
@media screen and (max-width: 900px) {
  .p-interviewArticle__content__question:nth-child(4) {
    order: 5;
  }
}

.p-interviewArticle__content__question__title {
  display: flex;
  flex-wrap: wrap;
}
.p-interviewArticle__content__question__title h2,
.p-interviewArticle__content__question__title h3 > span {
  color: #001943;
  background-color: #ffffff;
}
.p-interviewArticle__content__question__title h2 {
  font-family: "Copperplate";
  font-size: 4rem;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-interviewArticle__content__question__title h2 {
    margin-right: 100px;
  }
}
.p-interviewArticle__content__question__title h3 > span {
  font-size: 1.4rem;
  line-height: 150%;
  padding: 5px;
}

.p-interviewArticle__content__question-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 180%;
  margin-top: 26px;
}

@media screen and (max-width: 900px) {
  .p-interviewArticle__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .p-interviewArticle__content__text-container,
  .p-interviewArticle__content__image-container {
    display: contents;
  }
  .p-interviewArticle__content__question:nth-child(2) {
    order: 2;
  }
  .p-interviewArticle__content__question:nth-child(3) {
    order: 4;
  }
  .p-interviewArticle__content__image {
    max-width: 100%;
  }
  .p-interviewArticle__content__image:nth-child(1) {
    order: 3;
    align-self: stretch;
  }
  .p-interviewArticle__content__image:nth-child(2) {
    order: 5;
    align-self: stretch;
  }
}
.p-interviewArticle__message-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 70px;
  margin: 120px auto;
}
.p-interviewArticle__message-box h2 {
  font-size: 1.5rem;
  line-height: 150%;
  margin-top: 5px;
}
.p-interviewArticle__message-box h2 span {
  padding: 5px;
  width: fit-content;
  color: #001943;
  background-color: #ffffff;
  display: block !important;
}
@media screen and (max-width: 900px) {
  .p-interviewArticle__message-box h2 span {
    font-weight: normal;
    display: inline-block !important;
  }
}
.p-interviewArticle__message-box p {
  width: 594px;
  font-size: 1rem;
  line-height: 180%;
}
@media screen and (max-width: 900px) {
  .p-interviewArticle__message-box {
    padding: 0 20px;
    flex-direction: column;
    margin: 50px auto 100px;
    gap: 30px;
  }
  .p-interviewArticle__message-box p {
    width: 100%;
    height: auto;
  }
}

.p-interviewArticle__comment {
  display: inline;
  max-width: 500px;
}

.p-recruit__fv__title,
.p-recruit__fv__message {
  font-weight: 400;
  text-align: center;
}

.p-recruit__fv__title {
  font-size: 4rem;
  line-height: 150%;
}
@media screen and (max-width: 900px) {
  .p-recruit__fv__title {
    font-size: 2.6875rem;
    width: 80%;
  }
}

.p-recruit__fv__message {
  font-size: 1rem;
  line-height: 180%;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .p-recruit__fv__message {
    padding: 0 20px;
    font-size: 16px;
  }
}

@keyframes sliderToLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-recruit__slider-image {
  flex: 0 0 16.6666666667%;
}
@media screen and (max-width: 900px) {
  .p-recruit__slider-image {
    width: 197px;
    height: 197px;
  }
}

.p-recruit__job-head {
  text-align: center;
}

.p-recruit__job-head__title-big {
  font-family: "Copperplate";
  font-weight: 400;
  font-size: 3rem;
  line-height: 130%;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-recruit__job-head__title-big {
    font-size: 43px;
    line-height: 120%;
  }
}

.p-recruit__job-head__title-small {
  font-size: 1.4rem;
  font-weight: 400;
  width: fit-content;
  margin: 0 auto;
  display: block !important;
}
@media screen and (max-width: 900px) {
  .p-recruit__job-head__title-small {
    font-size: 20px;
    line-height: 130%;
  }
}

.p-recruit__job-head__text {
  font-size: 1rem;
  margin-top: 70px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .p-recruit__job-head__text {
    margin-top: 40px;
  }
}

.p-recruit__job__content {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.p-recruit__job__lists * {
  color: #001943;
}

.p-recruit__job__lists {
  margin: 0 auto;
}

.p-recruit__job__item {
  border-collapse: separate;
  margin-top: 35px;
}
.p-recruit__job__item .c-entry__link {
  margin-top: 70px;
  margin-bottom: 70px;
  color: inherit;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .p-recruit__job__item .c-entry__link {
    max-width: 130px;
  }
}

.p-recruit__job__accordion__head {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 35px;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .p-recruit__job__accordion__head {
    padding: 30px 20px;
  }
}

.p-recruit__job__accordion__head.job__toggle-btn__open .p-recruit__job__accordion__toggle-btn::before {
  transform: rotate(90deg);
}

.p-recruit__job__accordion__toggle-btn {
  width: 20px;
  height: 20px;
  position: relative;
}
.p-recruit__job__accordion__toggle-btn::before, .p-recruit__job__accordion__toggle-btn::after {
  content: "";
  position: absolute;
  transition: transform 0.3s ease;
  background-color: #001943;
}
.p-recruit__job__accordion__toggle-btn::before {
  width: 4px;
  height: 20px;
  top: 0;
  left: 8px;
  transition: transform 0.5s;
}
.p-recruit__job__accordion__toggle-btn::after {
  width: 20px;
  height: 4px;
  top: 8px;
  left: 0;
}

.p-recruit__job__accordion__head__title {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 180%;
}
@media screen and (max-width: 900px) {
  .p-recruit__job__accordion__head__title {
    font-size: 1.25rem;
  }
}

.p-recruit__job__content__accordion__lists {
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  color: #001943;
  width: 100%;
  margin-top: 40px;
}
.p-recruit__job__content__accordion__lists tr {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.p-recruit__job__content__accordion__lists th,
.p-recruit__job__content__accordion__lists td {
  border-top: 1px solid #d9d9d9;
  border-collapse: separate;
  text-align: left;
}
.p-recruit__job__content__accordion__lists th {
  font-size: 1rem;
  padding-right: 20px;
  min-width: 160px;
  padding: 30px 0px 30px 20px;
}
@media screen and (max-width: 900px) {
  .p-recruit__job__content__accordion__lists th {
    width: 110px;
    min-width: 110px;
    padding: 20px 0px 20px 10px;
    font-weight: normal;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruit__job__content__accordion__lists th {
    width: 30%;
    max-width: 100%;
  }
}
.p-recruit__job__content__accordion__lists td {
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 0.875rem;
  max-width: 620px;
  width: 100%;
  padding: 30px 0px;
}
@media screen and (max-width: 900px) {
  .p-recruit__job__content__accordion__lists td {
    width: 180px;
    max-width: 180px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruit__job__content__accordion__lists td {
    width: 70%;
    max-width: 100%;
  }
}

.p-recruit__job__content__wrapper {
  padding: 0 50px 0px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: -15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
}
@media screen and (max-width: 900px) {
  .p-recruit__job__content__wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit__job__content__wrapper .c-entry__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 900px) {
  .p-recruit__job__content__wrapper .c-vectorIcon--blue {
    width: 26px;
  }
}

.p-recruit__job__content__wrapper.job__open {
  padding: 15px 50px 6p-recruit__job__content__wrapper0px;
  transition: max-height 0.5s ease, padding 0.5s ease;
}
@media screen and (max-width: 900px) {
  .p-recruit__job__content__wrapper.job__open {
    padding: 30px 20px;
  }
}

.p-recruit__job__accordion__toggle-btn {
  transition: transform 0.5s ease;
}

.p-form__head {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .p-form__head {
    width: 100%;
  }
}

.p-form__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .p-form__text {
    font-size: 0.875rem;
  }
}

.p-form__border {
  display: inline-block;
  width: 506px;
  height: 2px;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 900px) {
  .p-form__border {
    margin: 0 auto;
    max-width: 288px;
  }
}

.p-form__tel-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.p-form__tel__top {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

.p-form__tel__img {
  max-width: 30px;
  width: 100%;
  height: 30px;
}

.p-form__tel {
  font-family: "Copperplate";
  font-weight: 400;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .p-form__tel {
    font-size: 2.25rem;
  }
}

.p-form__tel__bottom {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .p-form__tel__bottom {
    font-size: 0.75rem;
  }
}

.p-form__tab-wrap {
  display: flex;
  gap: 10px;
  margin-top: 80px;
  max-width: 1000px;
  width: 100%;
}

.p-form__tab {
  width: 100%;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 10px;
  gap: 10px;
  background: #d9d9d9;
  border-radius: 10px 10px 0px 0px;
}
@media screen and (max-width: 900px) {
  .p-form__tab {
    height: 53px;
  }
}

.tab_on_choose {
  background: #01a13e;
}

.p-form__content {
  max-width: 1000px;
  width: 100%;
  color: #001943;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 70px 0;
}

.c-form__row {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .c-form__row {
    flex-direction: column;
    margin-top: 20px;
  }
  .c-form__row:nth-child(9) {
    margin-top: 0;
  }
}

.c-form__row-submit {
  margin-top: 60px;
  justify-content: center;
  cursor: pointer;
}

.c-form__label {
  max-width: 200px;
  width: 100%;
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .c-form__label {
    width: fit-content;
    font-size: 0.875rem;
  }
  .c-form__label br {
    display: none;
  }
}

.c-form__label.required::after {
  content: "*";
  color: red;
  position: absolute;
  right: 5px;
  top: 0;
}
@media screen and (max-width: 900px) {
  .c-form__label.required::after {
    right: 0;
  }
}

@media screen and (max-width: 900px) {
  .c-form__input,
  .c-form__textarea {
    margin-top: 10px;
  }
}

.c-form__input > p > span > input,
.c-form__textarea > p > span > textarea {
  width: 580px;
  height: 36px;
  border: none;
  background: #f9f9f9;
}

@media screen and (max-width: 900px) {
  .c-form__input > p > span > input {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .c-form__textarea > p > span > textarea {
    width: 100%;
  }
}

.c-form__submit {
  display: flex;
  gap: 20px;
  margin: 0;
  max-width: 230px;
  width: 100%;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: 0;
  border-bottom: 3px #001943 solid;
  height: 50px;
  align-items: baseline;
  justify-content: space-between;
  min-width: 100px;
}
.c-form__submit br {
  display: none;
}
@media screen and (max-width: 900px) {
  .c-form__submit {
    margin: 0 auto;
    max-width: 187px;
  }
}

.c-submit__text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  font-family: "Copperplate";
}

.c-form__submit__vectorIcon {
  width: 50px;
  height: 8px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 900px) {
  .c-form__submit__vectorIcon {
    width: 26px;
  }
}

.c-confirm__vectorIcon-return {
  transform: scale(1, 1);
}

.wpcf7-spinner {
  position: absolute !important;
  left: -9999px !important;
  visibility: hidden !important;
}

.p-form__confirm__title {
  padding-bottom: 50px;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 180%;
  letter-spacing: 0.1em;
}

.wpcf7-form {
  padding: 0 100px;
}
@media screen and (max-width: 900px) {
  .wpcf7-form {
    padding: 0 20px;
  }
}

.wpcf7-not-valid-tip {
  font-size: 0.875rem;
  font-family: "YuGo-Medium", "Hiragino Kaku Gothic Pro";
}

.c-form__row__submit-entry p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 30px;
  padding-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .c-form__row__submit-entry p {
    gap: 16px;
  }
}

.c-confirm__row {
  display: flex;
  margin-top: 30px;
  gap: 60px;
}
@media screen and (max-width: 900px) {
  .c-confirm__row {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.c-confirm__row:first-child {
  margin-top: 0;
}

.c-confirm__label {
  width: 100%;
  max-width: 180px;
}
@media screen and (max-width: 900px) {
  .c-confirm__label {
    max-width: 100%;
  }
}

.c-confirm__row-submit {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.c-confirm__row-submit p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .c-confirm__row-submit p {
    gap: 20px;
  }
}

.c-confirm__submit {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  width: auto;
  height: 50px;
  padding-bottom: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  justify-content: space-between;
}
.c-confirm__submit br {
  display: none;
}
.c-confirm__submit .p-contact__text {
  font-size: 1.5rem !important;
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 900px) {
  .c-confirm__submit .p-contact__text {
    font-size: 1.125rem !important;
  }
}
.c-confirm__submit .p-contact__text .c-vector {
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .c-confirm__submit .p-contact__text .c-vector {
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 900px) {
  .c-confirm__submit {
    width: 100%;
    gap: 5px;
    min-width: 130px;
    max-width: 150px;
  }
}

.c-submit-complete {
  border-bottom: 3px solid #001943;
  color: #001943;
}

.c-submit-return {
  border-bottom: 3px solid #d9d9d9;
  color: #d9d9d9;
}

.c-form__row__submit-entry .c-vector-confirm-return {
  transform: scale(1, 1);
}

.wpcf7-form-control {
  background: none;
  border: none;
  font-size: 1rem;
  padding: 6px 10px;
  cursor: pointer;
}

.c-icon__postal::after {
  content: "〒";
  position: absolute;
  right: 5px;
  top: 0;
}
@media screen and (max-width: 900px) {
  .c-icon__postal::after {
    display: none;
  }
}

.u-row__age {
  width: 100px !important;
}
@media screen and (max-width: 900px) {
  .u-row__age {
    width: 90px !important;
  }
}

.u-row__zip {
  width: 200px !important;
  max-width: 200px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .u-row__zip {
    width: 150px !important;
  }
}

@media screen and (max-width: 900px) {
  .u-row__zip-sp {
    width: 150px !important;
  }
}

@media screen and (max-width: 900px) {
  .u-age__input__position {
    position: absolute;
    bottom: 0;
    right: -90px;
  }
}

@media screen and (max-width: 900px) {
  .u-age__input__width {
    width: 30px;
    position: relative;
  }
}

@media screen and (max-width: 900px) {
  .u-marginLeft {
    margin-left: 20px;
  }
}

@media screen and (max-width: 900px) {
  .u-postal {
    position: relative;
  }
}

@media screen and (max-width: 900px) {
  .u-postal::after {
    content: "〒";
    position: absolute;
    left: -20px;
    top: 0;
  }
}

.u-textarea {
  height: 280px !important;
}

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

.p-thanks__message-top h1 {
  font-family: "Copperplate";
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
}
@media screen and (max-width: 900px) {
  .p-thanks__message-top h1 {
    font-size: 2.875rem;
    margin-bottom: 10px;
  }
}
.p-thanks__message-top .sp_block {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-thanks__message-top .sp_block {
    display: block;
  }
}

.p-thanks__message-bottom {
  margin-top: 50px;
  line-height: 1.8rem;
}
@media screen and (max-width: 900px) {
  .p-thanks__message-bottom {
    font-size: 0.875rem;
    padding: 0 20px;
  }
}

.p-thanks__link-to-home {
  width: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 3px solid #d9d9d9;
  padding-bottom: 10px;
}
.p-thanks__link-to-home .p-contact__text {
  line-height: 150%;
  font-size: 2rem !important;
  font-weight: 400;
  font-family: "Copperplate" !important;
}
@media screen and (max-width: 900px) {
  .p-thanks__link-to-home .p-contact__text {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 900px) {
  .p-thanks__link-to-home {
    align-items: end;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .p-thanks__link-to-home .c-vector {
    font-size: 1.5rem;
  }
}

.p-thanks__link__image {
  width: 50px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 900px) {
  .p-thanks__link__image {
    width: 26px;
  }
}

.p-thanks__link__text {
  font-family: "Copperplate";
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
}
@media screen and (max-width: 900px) {
  .p-thanks__link__text {
    font-size: 1.5rem;
  }
}

.button {
  cursor: pointer;
}

.c-icon__instagram {
  width: 24px;
  height: auto;
}

.hover-change__bg-white {
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.hover-change__bg-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: transform 0.4s ease-out;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: 0;
}
.hover-change__bg-white:hover * {
  color: #001943 !important;
  position: relative;
  z-index: 1;
}
.hover-change__bg-white:hover:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .hover-change__bg-white:hover:hover::before {
    background-color: unset;
  }
}
@media screen and (max-width: 900px) {
  .hover-change__bg-white {
    position: relative;
    cursor: pointer;
    z-index: 2;
  }
  .hover-change__bg-white::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001943;
    transition: transform 0.4s ease-out;
    transform: scale(0, 1);
    transform-origin: right top;
    z-index: 0;
  }
  .hover-change__bg-white:hover * {
    color: #ffffff !important;
    position: relative;
    z-index: 1;
  }
  .hover-change__bg-white:hover:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
    z-index: 0;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .hover-change__bg-white:hover:hover::before {
    background-color: unset;
  }
}

.hover-change__bg-blue {
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.hover-change__bg-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001943;
  transition: transform 0.4s ease-out;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: 0;
}
.hover-change__bg-blue:hover * {
  color: white !important;
  position: relative;
  z-index: 1;
}
.hover-change__bg-blue:hover:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .hover-change__bg-blue:hover:hover::before {
    background-color: unset;
  }
}
@media screen and (max-width: 900px) {
  .hover-change__bg-blue {
    position: relative;
    cursor: pointer;
    z-index: 2;
  }
  .hover-change__bg-blue::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: unset;
    transition: transform 0.4s ease-out;
    transform: scale(0, 1);
    transform-origin: right top;
    z-index: 0;
  }
  .hover-change__bg-blue:hover * {
    color: #001943 !important;
    position: relative;
    z-index: 1;
  }
  .hover-change__bg-blue:hover:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
    z-index: 0;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .hover-change__bg-blue:hover:hover::before {
    background-color: unset;
  }
}
.hover-change__bg-blue .p-contact__text,
.hover-change__bg-blue .c-entry__text {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .hover-change__bg-blue .p-contact__text,
  .hover-change__bg-blue .c-entry__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .hover-change__bg-blue .p-contact__text.--send_btn,
  .hover-change__bg-blue .c-entry__text.--send_btn {
    font-size: 18px;
  }
}
.hover-change__bg-blue .c-vector {
  font-family: "Copperplate" !important;
  font-size: 2rem !important;
}
@media screen and (max-width: 900px) {
  .hover-change__bg-blue .c-vector {
    font-size: 1.5rem !important;
  }
}

.hover-change__bg-gray {
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.hover-change__bg-gray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  transition: transform 0.4s ease-out;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: 0;
}
.hover-change__bg-gray:hover * {
  color: white !important;
  position: relative;
  z-index: 1;
}
.hover-change__bg-gray:hover:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .hover-change__bg-gray:hover:hover::before {
    background-color: unset;
  }
}

.c-pageLink__box {
  min-width: 220px;
}
@media screen and (max-width: 1440px) {
  .c-pageLink__box {
    min-width: 300px;
    width: 300px;
    margin-top: 30px;
    margin-left: auto;
  }
}
@media screen and (max-width: 900px) {
  .c-pageLink__box {
    min-width: 182px;
    margin-left: 0;
  }
}

.c-pageLink {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 3px #ffffff solid;
  gap: 20px;
  width: auto;
}
@media screen and (max-width: 900px) {
  .c-pageLink {
    width: fit-content;
    gap: 20px;
  }
}

.c-pageLink__text {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-family: "Copperplate" !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  transition: color 0.3s;
}
@media screen and (max-width: 900px) {
  .c-pageLink__text {
    font-size: 24px;
  }
}

.c-vectorIcon-box {
  display: inline-block;
  margin-top: 80px;
  width: 40px;
  height: auto;
  border-bottom: 3px solid #001943;
  padding-bottom: 15px;
}

.c-pageLink__vectorIcon {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .c-pageLink__vectorIcon {
    width: 24px;
  }
}

.c-vectorIcon {
  width: 100%;
  height: auto;
  font-family: copperplate;
}

.c-vector {
  font-family: "Copperplate" !important;
}

.c-vectorIcon--blue {
  width: 50px;
  height: auto;
  transform: scaleX(-1, 0);
}

.c-entry__text {
  font-family: "Copperplate";
  font-size: 32px;
  line-height: 150%;
  font-weight: 400;
}

.c-entry__link {
  max-width: 160px;
  width: auto;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px #001943 solid;
  margin: 0 auto;
  gap: 20px;
}

.c-cursor-scroll-button {
  width: 175px;
  height: 175px;
  display: none;
  gap: 5px;
  background-color: #001943 !important;
  opacity: 0.8;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.24, 0.45, 0.32, 1);
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  .c-cursor-scroll-button.--pc {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .c-cursor-scroll-button.--sp {
    width: 125px;
    height: 125px;
    gap: 0;
    position: absolute;
    bottom: 250px;
    left: auto;
    top: auto;
    right: 50px;
    transform: none;
    display: flex !important;
  }
}

.c-cursor-scroll-title {
  font-family: "Copperplate";
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .c-cursor-scroll-title {
    font-size: 20px;
    line-height: 100%;
  }
}

.c-cursor-scroll-text {
  font-family: "Shippori Antique";
  font-size: 1rem;
  font-weight: 100;
  line-height: 100%;
}
@media screen and (max-width: 900px) {
  .c-cursor-scroll-text {
    font-size: 10px;
  }
}

.p-front__whatWeDo__cursor-scroll__vectorIcon {
  width: 60px;
  height: 40px;
  margin-bottom: -20px;
}
@media screen and (max-width: 900px) {
  .p-front__whatWeDo__cursor-scroll__vectorIcon {
    width: 26px;
    height: 30px;
  }
}

.c-reveal-text {
  --animation-delay: var(--delay, 0.1s);
  --animation-duration: var(--duration, 1s);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  color: #001943;
  cursor: default;
  display: inline-block;
  animation: clip-text var(--duration, 1s) cubic-bezier(0, 0, 0.2, 1) var(--animation-delay, 0s) var(--iterations, 1) both;
  /* アニメーションが進行したら背景色を表示 */
}
.c-reveal-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001943;
  transform: scaleX(0);
  visibility: hidden; /* 初期状態で背景色を隠す */
  transform-origin: 0 50%;
  pointer-events: none;
  animation: text-revealer var(--duration, 800ms) cubic-bezier(0, 0, 0.2, 1) var(--animation-delay, 0.1s) var(--iterations, 1) both;
}
.c-reveal-text.c-reveal-text-white::after,
.c-reveal-text .c-reveal-text-hidden-blue::after {
  visibility: visible;
}

.c-reveal-text-hidden-blue {
  --animation-delay: var(--delay, 0.1s);
  --animation-duration: var(--duration, 1s);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  color: #001943;
  cursor: default;
  display: inline-block;
  animation: clip-text var(--duration, 1s) cubic-bezier(0, 0, 0.2, 1) var(--animation-delay, 0s) var(--iterations, 1) both;
  /* アニメーションが進行したら背景色を表示 */
  --animation-duration: 0.5s;
  --animation-delay: 0s; /* 初期遅延 */
}
.c-reveal-text-hidden-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001943;
  transform: scaleX(0);
  visibility: visible; /* 初期状態で背景色を隠す */
  transform-origin: 0 50%;
  pointer-events: none;
  animation: text-revealer var(--duration, 800ms) cubic-bezier(0, 0, 0.2, 1) var(--animation-delay, 0.1s) var(--iterations, 1) both;
}
.c-reveal-text-hidden-blue.c-reveal-text-white::after,
.c-reveal-text-hidden-blue .c-reveal-text-hidden-blue::after {
  visibility: visible;
}

.c-reveal-text-white {
  --animation-delay: var(--delay, 0.1s);
  --animation-duration: var(--duration, 1s);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  color: #fff;
  cursor: default;
  display: inline-block;
  animation: clip-text var(--duration, 1s) cubic-bezier(0, 0, 0.2, 1) var(--animation-delay, 0s) var(--iterations, 1) both;
  /* アニメーションが進行したら背景色を表示 */
  display: block;
}
.c-reveal-text-white::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(0);
  visibility: hidden; /* 初期状態で背景色を隠す */
  transform-origin: 0 50%;
  pointer-events: none;
  animation: text-revealer var(--duration, 800ms) cubic-bezier(0, 0, 0.2, 1) var(--animation-delay, 0.1s) var(--iterations, 1) both;
}
.c-reveal-text-white.c-reveal-text-white::after,
.c-reveal-text-white .c-reveal-text-hidden-blue::after {
  visibility: visible;
}

.c-reveal-text-blue {
  --animation-delay: var(--delay, 0.1s);
  --animation-duration: var(--duration, 1s);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  color: #001943;
  cursor: default;
  display: inline-block;
  animation: clip-text var(--duration, 1s) cubic-bezier(0, 0, 0.2, 1) var(--animation-delay, 0s) var(--iterations, 1) both;
  /* アニメーションが進行したら背景色を表示 */
}
.c-reveal-text-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001943;
  transform: scaleX(0);
  visibility: hidden; /* 初期状態で背景色を隠す */
  transform-origin: 0 50%;
  pointer-events: none;
  animation: text-revealer var(--duration, 800ms) cubic-bezier(0, 0, 0.2, 1) var(--animation-delay, 0.1s) var(--iterations, 1) both;
}
.c-reveal-text-blue.c-reveal-text-white::after,
.c-reveal-text-blue .c-reveal-text-hidden-blue::after {
  visibility: visible;
}

/* active クラスが追加されたら visibility: visible; に変更 */
.c-reveal-text-hidden-blue.active::after {
  visibility: visible;
}

@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.c-reveal-text-vertical {
  --animation-delay: var(--delay, 0s);
  --animation-duration: var(--duration, 1s);
  position: relative;
  color: #001943;
  display: inline-block;
  cursor: default;
  animation: clip-text-vertical var(--duration, 1s) cubic-bezier(0, 0, 0.2, 1) var(--animation-delay, 0s) both;
  /* アニメーションが進行したら背景色を表示 */
}
.c-reveal-text-vertical::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001943;
  transform: scaleY(0);
  visibility: hidden; /* 初期状態で背景色を隠す */
  transform-origin: 0 0;
  pointer-events: none;
  animation: text-revealer-vertical var(--duration, 1s) cubic-bezier(0, 0, 0.2, 1) var(--animation-delay, 0s) both;
}
.c-reveal-text-vertical.c-reveal-text-white::after {
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .c-reveal-text-vertical {
    --animation-delay: var(--delay, 0.1s);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    color: #001943;
    cursor: default;
    display: inline-block;
    animation: clip-text var(--duration, 1s) cubic-bezier(0, 0, 0.2, 1) var(--animation-delay, 0s) var(--iterations, 1) both;
    /* アニメーションが進行したら背景色を表示 */
  }
  .c-reveal-text-vertical::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001943;
    transform: scaleX(0);
    visibility: hidden; /* 初期状態で背景色を隠す */
    transform-origin: 0 50%;
    pointer-events: none;
    animation: text-revealer var(--duration, 800ms) cubic-bezier(0, 0, 0.2, 1) var(--animation-delay, 0.1s) var(--iterations, 1) both;
  }
  .c-reveal-text-vertical.c-reveal-text-white::after,
  .c-reveal-text-vertical .c-reveal-text-hidden-blue::after {
    visibility: visible;
  }
}

.c-reveal-text-vertical-white {
  --animation-delay: var(--delay, 0s);
  --animation-duration: var(--duration, 1s);
  position: relative;
  color: #fff;
  display: inline-block;
  cursor: default;
  animation: clip-text-vertical var(--duration, 1s) cubic-bezier(0, 0, 0.2, 1) var(--animation-delay, 0s) both;
  /* アニメーションが進行したら背景色を表示 */
}
.c-reveal-text-vertical-white::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleY(0);
  visibility: hidden; /* 初期状態で背景色を隠す */
  transform-origin: 0 0;
  pointer-events: none;
  animation: text-revealer-vertical var(--duration, 1s) cubic-bezier(0, 0, 0.2, 1) var(--animation-delay, 0s) both;
}
.c-reveal-text-vertical-white.c-reveal-text-white::after {
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .c-reveal-text-vertical-white {
    --animation-delay: var(--delay, 0.1s);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    color: #fff;
    cursor: default;
    display: inline-block;
    animation: clip-text var(--duration, 1s) cubic-bezier(0, 0, 0.2, 1) var(--animation-delay, 0s) var(--iterations, 1) both;
    /* アニメーションが進行したら背景色を表示 */
  }
  .c-reveal-text-vertical-white::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: scaleX(0);
    visibility: hidden; /* 初期状態で背景色を隠す */
    transform-origin: 0 50%;
    pointer-events: none;
    animation: text-revealer var(--duration, 800ms) cubic-bezier(0, 0, 0.2, 1) var(--animation-delay, 0.1s) var(--iterations, 1) both;
  }
  .c-reveal-text-vertical-white.c-reveal-text-white::after,
  .c-reveal-text-vertical-white .c-reveal-text-hidden-blue::after {
    visibility: visible;
  }
}

@keyframes clip-text-vertical {
  from {
    clip-path: inset(0 0 100% 0);
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes text-revealer-vertical {
  0%, 50% {
    transform-origin: 50% 0;
  }
  60%, 100% {
    transform-origin: 50% 100%;
  }
  60% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
.p-vision__message {
  color: #ffffff;
}

.p-fv {
  max-width: 100%;
  height: 881px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-fv {
    height: 800px;
  }
}
@media screen and (max-width: 550px) {
  .p-fv {
    height: 650px;
  }
}

.p-fv__image--members,
.p-fv__image--flag,
.p-fv__image--members,
.p-fv__image--copy {
  position: absolute;
  height: auto;
}
@media screen and (max-width: 550px) {
  .p-fv__image--members.--pc,
  .p-fv__image--flag.--pc,
  .p-fv__image--members.--pc,
  .p-fv__image--copy.--pc {
    display: none;
  }
}
.p-fv__image--members.--sp,
.p-fv__image--flag.--sp,
.p-fv__image--members.--sp,
.p-fv__image--copy.--sp {
  display: none;
}
@media screen and (max-width: 550px) {
  .p-fv__image--members.--sp,
  .p-fv__image--flag.--sp,
  .p-fv__image--members.--sp,
  .p-fv__image--copy.--sp {
    display: block;
  }
}

.p-fv__image--flag {
  max-width: 801px;
  width: 100%;
  top: 2%;
  left: 3%;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .p-fv__image--flag {
    max-width: 720px;
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-fv__image--flag {
    top: 10px;
    left: 5px;
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fv__image--flag {
    width: 85%;
    top: -30px;
  }
}

.p-fv__image--members {
  max-width: 1064px;
  width: 100%;
  top: 6%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 30px);
  transition: opacity 1s ease, transform 1s ease;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fv__image--members {
    bottom: 130px;
  }
}
@media screen and (max-width: 769px) {
  .p-fv__image--members {
    width: 100vw;
    top: auto;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.p-fv__image--members img {
  width: 100%;
  height: auto;
}

.p-fv__image--copy {
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-fv__image--copy {
    width: 90%;
    top: 60%;
  }
}
@media screen and (min-width: 770px) and (max-width: 900px) {
  .p-fv__image--copy {
    width: 80%;
    top: 60%;
  }
}
@media screen and (max-width: 769px) {
  .p-fv__image--copy {
    bottom: 0;
    top: 70%;
    width: 90%;
  }
}

.p-fv__image--flag.fv-reveal {
  opacity: 1;
  transform: translateY(0);
}

.p-fv__image--members.fv-reveal {
  opacity: 1;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 769px) {
  .p-fv__image--members.fv-reveal {
    transform: scale(1.3) translate(0%, 0%);
  }
}

.p-fv__image--copy.fv-reveal {
  animation: mask-copy 1s linear forwards;
}

@keyframes mask-copy {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  20% {
    opacity: 0.2;
    clip-path: inset(0 80% 0 0);
  }
  40% {
    opacity: 0.5;
    clip-path: inset(0 50% 0 0);
  }
  60% {
    opacity: 0.75;
    clip-path: inset(0 20% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
.c-pageTop {
  width: 100%;
  height: 354px;
  margin-top: 120px;
}
@media screen and (max-width: 900px) {
  .c-pageTop {
    height: 300px;
    margin-top: 0;
    padding-top: 120px;
    background-color: #001943;
  }
}

.c-pageTop__title--wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-pageTop__title--en {
  font-family: "Copperplate", serif;
  font-size: 4.25rem;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 100%;
}
@media screen and (max-width: 900px) {
  .c-pageTop__title--en {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 10px;
  }
}

.c-pageTop__title--ja {
  font-family: "Shippori Antique", sans-serif;
  font-size: 32px;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  .c-pageTop__title--ja {
    font-size: 1.25rem;
  }
}

.c-text--basic {
  font-family: "Shippori Antique", sans-serif;
}

.c-breadcrumb {
  margin-top: 40px;
  font-weight: 100 !important;
  color: #c4c4c4;
  font-size: 0.75rem;
}
.c-breadcrumb span {
  transition: all 0.3s linear;
}
.c-breadcrumb span:not(:last-of-type):hover {
  opacity: 0.6;
}

.c-breadcrumb a,
.c-breadcrumb span,
.c-breadcrumb span[property=name] {
  color: #c4c4c4;
  text-decoration-line: none;
  font-weight: 100 !important;
  font-family: sans-serif !important;
}

.p-contact__container {
  background-size: cover;
  width: 100%;
  padding: 100px 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .p-contact__container {
    height: 322px;
    flex-direction: column;
  }
}
.p-contact__container:hover {
  opacity: 0.6;
}

.p-contact__bg {
  background-image: url("/wp-content/uploads/2024/09/contact-image.png");
  display: flex;
}
@media screen and (max-width: 900px) {
  .p-contact__bg {
    display: flex;
    background-image: url("/wp-content/uploads/2024/10/contact-image-sp.png");
  }
}

.c-entry__bg {
  background-image: url("/wp-content/uploads/2024/09/entry-bg.png");
}
@media screen and (max-width: 900px) {
  .c-entry__bg {
    background-image: url("/wp-content/uploads/2024/11/entry_sp.png");
  }
}

.p-contact__content {
  text-align: center;
  max-width: 750px;
}
@media screen and (max-width: 900px) {
  .p-contact__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.p-contact__title {
  font-size: 6rem;
  text-align: center;
  font-family: "Copperplate", serif;
  font-weight: normal;
  line-height: 100%;
}
@media screen and (max-width: 900px) {
  .p-contact__title {
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
  }
}

.p-contact__title-sub {
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin-bottom: 75px;
}
@media screen and (max-width: 900px) {
  .p-contact__title-sub {
    margin-bottom: 30px;
  }
}

.p-contact__house {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.p-contact__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.p-contact__num {
  font-size: 42px;
  margin-left: 10px;
  font-family: "Copperplate", serif;
  letter-spacing: 5px;
}
@media screen and (max-width: 900px) {
  .p-contact__num {
    font-size: 32px;
  }
}

.p-contact__house {
  display: block;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .p-contact__house {
    font-size: 12px;
  }
}

.p-contact__textWrap {
  display: flex;
  gap: 60px;
  margin-top: 39px;
}
@media screen and (max-width: 900px) {
  .p-contact__textWrap {
    gap: 30px;
    flex-direction: column;
    margin-top: 15px;
  }
}

.p-contact__textBox {
  width: 100%;
  height: 60px;
  border-bottom: 3px #ffffff solid;
  display: flex;
  gap: 20px;
  align-items: center;
}
.p-contact__textBox .c-vector {
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .p-contact__textBox .c-vector {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 900px) {
  .p-contact__textBox {
    justify-content: space-between;
    width: 297px;
  }
}
@media screen and (max-width: 900px) {
  .p-contact__textBox.--interview {
    width: auto;
  }
}

.c-form__submit {
  gap: 20px;
}
.c-form__submit .c-vector {
  font-size: 2rem !important;
  font-family: "Copperplate";
}
@media screen and (max-width: 900px) {
  .c-form__submit .c-vector {
    font-size: 1.5rem !important;
  }
}
.c-form__submit .p-contact__text {
  font-size: 1.25rem;
  font-family: "Shippori Antique";
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  .c-form__submit .p-contact__text {
    font-size: 20px;
  }
}

.p-contact__vectorIcon {
  width: 50px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .p-contact__vectorIcon {
    width: 26px;
  }
}

.p-moreInfo__container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 70px;
  max-width: 1140px;
  width: 100%;
}

.p-moreInfo__MainTitle {
  text-align: left;
  font-weight: 100;
  margin: 0 20px;
}
@media screen and (max-width: 900px) {
  .p-moreInfo__MainTitle {
    margin: 0 auto;
  }
}

.p-moreInfo__MainTitle-ja,
.p-moreInfo__Title-ja {
  font-family: "Shippori Antique";
}

.p-moreInfo__MainTitle-ja {
  font-weight: 100 !important;
}

.p-moreInfo__MainTitle-en {
  font-size: 8rem;
  letter-spacing: 2px;
  line-height: 80%;
  font-family: "Copperplate", serif;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .p-moreInfo__MainTitle-en {
    font-size: 5rem;
  }
}
@media screen and (max-width: 900px) {
  .p-moreInfo__MainTitle-en {
    font-size: 72px;
    line-height: 110%;
  }
}

.p-moreInfo__MainTitle-ja {
  font-size: 37px;
}
@media screen and (max-width: 900px) {
  .p-moreInfo__MainTitle-ja {
    margin-top: 10px;
    font-size: 20px;
  }
}

.p-moreInfo__title-ja {
  margin-top: 10px;
}

.p-moreInfo__List {
  display: flex;
  gap: 10px;
  max-width: 1140px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-moreInfo__List {
    padding: 0 10px;
  }
}
@media screen and (max-width: 900px) {
  .p-moreInfo__List {
    flex-direction: column;
    align-items: center;
  }
}

.p-moreInfo__item {
  position: relative;
  overflow: hidden;
  width: 371px;
  height: 491px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-moreInfo__item {
    width: 33.3333333333%;
    height: 300px;
  }
}
@media screen and (max-width: 900px) {
  .p-moreInfo__item {
    width: 349px;
    height: 145px;
    border-radius: 8px;
  }
}
.p-moreInfo__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
}
.p-moreInfo__item:hover::before {
  transform: scale(1.1);
}

.p-moreInfo__item:nth-child(1)::before {
  background-image: url("/wp-content/uploads/2024/09/more_info-news.png");
}
@media screen and (max-width: 900px) {
  .p-moreInfo__item:nth-child(1)::before {
    background-image: url("/wp-content/uploads/2024/10/more_info-news-sp.png");
  }
}

.p-moreInfo__item:nth-child(2)::before {
  background-image: url("/wp-content/uploads/2024/09/more_info-outline.png");
}
@media screen and (max-width: 900px) {
  .p-moreInfo__item:nth-child(2)::before {
    background-image: url("/wp-content/uploads/2024/10/more_info-outline-sp.png");
  }
}

.p-moreInfo__item:nth-child(3)::before {
  background-image: url("/wp-content/uploads/2024/09/more_info-recruit.png");
}
@media screen and (max-width: 900px) {
  .p-moreInfo__item:nth-child(3)::before {
    background-image: url("/wp-content/uploads/2024/10/more_info-recruit-sp.png");
  }
}

.p-moreInfo__link {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .p-moreInfo__link {
    width: 100%;
    align-items: center;
  }
}

.p-moreInfo__Title-en {
  font-size: 48px;
  font-family: "Copperplate", serif;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 900px) {
  .p-moreInfo__Title-en {
    line-height: 80%;
  }
}

.p-moreInfo__Title-ja {
  font-size: 20px;
  margin-top: 5px;
  text-align: center;
}

@keyframes ropeToRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes ropeToLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.c-rope-wrap {
  width: 100vw;
  margin-top: -10px;
  position: relative;
  z-index: 10;
  background-color: transparent;
}
@media screen and (max-width: 900px) {
  .c-rope-wrap {
    margin-top: 0;
    overflow-x: clip;
  }
}
.c-rope-wrap.--page-top {
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .c-rope-wrap.--page-top {
    margin-top: -40px;
  }
}

.c-rope__about-page {
  height: 320px;
}
@media screen and (max-width: 900px) {
  .c-rope__about-page {
    height: 300px;
  }
}

.c-rope__toRight__vision-bottom {
  position: absolute;
  transform-origin: center;
  width: 250%;
  top: 160px;
  left: 25%;
  rotate: 10deg;
}
.c-rope__toRight__vision-bottom.is-animated {
  backface-visibility: hidden;
  perspective: 1000;
  transform-style: preserve-3d;
}
@media screen and (max-width: 900px) {
  .c-rope__toRight__vision-bottom {
    position: absolute;
    transform-origin: center;
    width: 300%;
    top: 30px;
    left: -25%;
    rotate: 10deg;
  }
  .c-rope__toRight__vision-bottom.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}

.c-rope__toLeft__vision-bottom {
  position: absolute;
  transform-origin: center;
  width: 250%;
  top: -65px;
  left: -40%;
  rotate: -1deg;
}
.c-rope__toLeft__vision-bottom.is-animated {
  backface-visibility: hidden;
  perspective: 1000;
  transform-style: preserve-3d;
}
@media screen and (max-width: 900px) {
  .c-rope__toLeft__vision-bottom {
    position: absolute;
    transform-origin: center;
    width: 400%;
    top: -35px;
    left: -40%;
    rotate: -1deg;
  }
  .c-rope__toLeft__vision-bottom.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}

.c-rope__toRight__parallax-bottom {
  position: absolute;
  transform-origin: center;
  width: 310%;
  top: -26px;
  left: -40%;
  rotate: 1deg;
}
.c-rope__toRight__parallax-bottom.is-animated {
  backface-visibility: hidden;
  perspective: 1000;
  transform-style: preserve-3d;
}
@media screen and (max-width: 900px) {
  .c-rope__toRight__parallax-bottom {
    position: absolute;
    transform-origin: center;
    width: 500%;
    top: -22px;
    left: -40%;
    rotate: 1deg;
  }
  .c-rope__toRight__parallax-bottom.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}

.c-rope__toLeft__parallax-bottom {
  position: absolute;
  transform-origin: center;
  width: 200%;
  top: -33px;
  left: -20%;
  rotate: -6deg;
}
.c-rope__toLeft__parallax-bottom.is-animated {
  backface-visibility: hidden;
  perspective: 1000;
  transform-style: preserve-3d;
}
@media screen and (max-width: 900px) {
  .c-rope__toLeft__parallax-bottom {
    position: absolute;
    transform-origin: center;
    width: 300%;
    top: -54px;
    left: -30%;
    rotate: -9deg;
  }
  .c-rope__toLeft__parallax-bottom.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}

.c-rope__toRight__page-title {
  position: absolute;
  transform-origin: center;
  width: 250%;
  top: 100px;
  left: 0;
  rotate: 3deg;
}
.c-rope__toRight__page-title.is-animated {
  backface-visibility: hidden;
  perspective: 1000;
  transform-style: preserve-3d;
}
@media screen and (max-width: 900px) {
  .c-rope__toRight__page-title {
    position: absolute;
    transform-origin: center;
    width: 450%;
    top: 128px;
    left: -72%;
    rotate: 6deg;
  }
  .c-rope__toRight__page-title.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}

.c-rope__toLeft__page-title {
  position: absolute;
  transform-origin: center;
  width: 200%;
  top: 40px;
  left: -20%;
  rotate: -5deg;
}
.c-rope__toLeft__page-title.is-animated {
  backface-visibility: hidden;
  perspective: 1000;
  transform-style: preserve-3d;
}
@media screen and (max-width: 900px) {
  .c-rope__toLeft__page-title {
    position: absolute;
    transform-origin: center;
    width: 400%;
    top: 50px;
    left: -50%;
    rotate: -5deg;
  }
  .c-rope__toLeft__page-title.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}

.c-rope__toRight__page-title__news {
  position: absolute;
  transform-origin: center;
  width: 250%;
  top: 50px;
  left: -60%;
  rotate: 3deg;
}
.c-rope__toRight__page-title__news.is-animated {
  backface-visibility: hidden;
  perspective: 1000;
  transform-style: preserve-3d;
}
@media screen and (max-width: 900px) {
  .c-rope__toRight__page-title__news {
    position: absolute;
    transform-origin: center;
    width: 450%;
    top: 128px;
    left: -72%;
    rotate: 6deg;
  }
  .c-rope__toRight__page-title__news.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-rope__toRight__page-title__news {
    position: absolute;
    transform-origin: center;
    width: 450%;
    top: 128px;
    left: -90%;
    rotate: 6deg;
  }
  .c-rope__toRight__page-title__news.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}

.c-rope__toLeft__page-title__news {
  position: absolute;
  transform-origin: center;
  width: 280%;
  top: -40px;
  left: -10%;
  rotate: -5deg;
}
.c-rope__toLeft__page-title__news.is-animated {
  backface-visibility: hidden;
  perspective: 1000;
  transform-style: preserve-3d;
}
@media screen and (max-width: 900px) {
  .c-rope__toLeft__page-title__news {
    position: absolute;
    transform-origin: center;
    width: 400%;
    top: 50px;
    left: -50%;
    rotate: -5deg;
  }
  .c-rope__toLeft__page-title__news.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-rope__toLeft__page-title__news {
    position: absolute;
    transform-origin: center;
    width: 400%;
    top: 20px;
    left: 0%;
    rotate: -5deg;
  }
  .c-rope__toLeft__page-title__news.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}

.c-rope__toRight__page-title__whatwedo {
  position: absolute;
  transform-origin: center;
  width: 250%;
  top: 220px;
  left: 0;
  rotate: 3deg;
}
.c-rope__toRight__page-title__whatwedo.is-animated {
  backface-visibility: hidden;
  perspective: 1000;
  transform-style: preserve-3d;
}
@media screen and (max-width: 900px) {
  .c-rope__toRight__page-title__whatwedo {
    position: absolute;
    transform-origin: center;
    width: 350%;
    top: 211px;
    left: -72%;
    rotate: 5deg;
  }
  .c-rope__toRight__page-title__whatwedo.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}

.c-rope__toLeft__page-title__whatwedo {
  position: absolute;
  transform-origin: center;
  width: 200%;
  top: 144px;
  left: -20%;
  rotate: -4deg;
}
.c-rope__toLeft__page-title__whatwedo.is-animated {
  backface-visibility: hidden;
  perspective: 1000;
  transform-style: preserve-3d;
}
@media screen and (max-width: 900px) {
  .c-rope__toLeft__page-title__whatwedo {
    position: absolute;
    transform-origin: center;
    width: 400%;
    top: 150px;
    left: -70%;
    rotate: -6deg;
  }
  .c-rope__toLeft__page-title__whatwedo.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}

.c-rope__toRight__about-us {
  position: absolute;
  transform-origin: center;
  width: 200%;
  top: -60px;
  left: 30%;
  rotate: 0deg;
}
.c-rope__toRight__about-us.is-animated {
  backface-visibility: hidden;
  perspective: 1000;
  transform-style: preserve-3d;
}
@media screen and (max-width: 900px) {
  .c-rope__toRight__about-us {
    position: absolute;
    transform-origin: center;
    width: 300%;
    top: -25px;
    left: -50%;
    rotate: 0deg;
  }
  .c-rope__toRight__about-us.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}

.c-rope__toLeft__about-us {
  position: absolute;
  transform-origin: center;
  width: 300%;
  top: -350px;
  left: -30%;
  rotate: -8deg;
}
.c-rope__toLeft__about-us.is-animated {
  backface-visibility: hidden;
  perspective: 1000;
  transform-style: preserve-3d;
}
@media screen and (max-width: 900px) {
  .c-rope__toLeft__about-us {
    position: absolute;
    transform-origin: center;
    width: 500%;
    top: -130px;
    left: -95%;
    rotate: -13deg;
  }
  .c-rope__toLeft__about-us.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}

.c-rope__toRight__whatWeDo {
  position: absolute;
  transform-origin: center;
  width: 200%;
  top: -60px;
  left: 60%;
  rotate: 0deg;
}
.c-rope__toRight__whatWeDo.is-animated {
  backface-visibility: hidden;
  perspective: 1000;
  transform-style: preserve-3d;
}
@media screen and (max-width: 1440px) {
  .c-rope__toRight__whatWeDo {
    position: absolute;
    transform-origin: center;
    width: 250%;
    top: -60px;
    left: 0%;
    rotate: 0deg;
  }
  .c-rope__toRight__whatWeDo.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}
@media screen and (max-width: 900px) {
  .c-rope__toRight__whatWeDo {
    position: absolute;
    transform-origin: center;
    width: 500%;
    top: -53px;
    left: -50%;
    rotate: -2deg;
  }
  .c-rope__toRight__whatWeDo.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}

.c-rope__toLeft__whatWeDo {
  position: absolute;
  transform-origin: center;
  width: 300%;
  top: -180px;
  left: -40%;
  rotate: -7deg;
}
.c-rope__toLeft__whatWeDo.is-animated {
  backface-visibility: hidden;
  perspective: 1000;
  transform-style: preserve-3d;
}
@media screen and (max-width: 900px) {
  .c-rope__toLeft__whatWeDo {
    display: none;
  }
}

.c-rope__toRight__company {
  position: absolute;
  transform-origin: center;
  width: 200%;
  top: -30px;
  left: -10%;
  rotate: 0deg;
}
.c-rope__toRight__company.is-animated {
  backface-visibility: hidden;
  perspective: 1000;
  transform-style: preserve-3d;
}
@media screen and (max-width: 900px) {
  .c-rope__toRight__company {
    position: absolute;
    transform-origin: center;
    width: 300%;
    top: -20px;
    left: -50%;
    rotate: 0deg;
  }
  .c-rope__toRight__company.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}

.c-rope__toLeft__company {
  position: absolute;
  transform-origin: center;
  width: 300%;
  top: -230px;
  left: -20%;
  rotate: -8deg;
}
.c-rope__toLeft__company.is-animated {
  backface-visibility: hidden;
  perspective: 1000;
  transform-style: preserve-3d;
}
@media screen and (max-width: 900px) {
  .c-rope__toLeft__company {
    position: absolute;
    transform-origin: center;
    width: 500%;
    top: -180px;
    left: -50%;
    rotate: -11deg;
  }
  .c-rope__toLeft__company.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-rope__toLeft__company {
    position: absolute;
    transform-origin: center;
    width: 500%;
    top: -180px;
    left: -100%;
    rotate: -11deg;
  }
  .c-rope__toLeft__company.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}

.c-rope__toLeft__Interview {
  position: absolute;
  transform-origin: center;
  width: 350%;
  top: -80px;
  left: -170%;
  rotate: -1deg;
}
.c-rope__toLeft__Interview.is-animated {
  backface-visibility: hidden;
  perspective: 1000;
  transform-style: preserve-3d;
}
@media screen and (max-width: 900px) {
  .c-rope__toLeft__Interview {
    position: absolute;
    transform-origin: center;
    width: 450%;
    top: -50px;
    left: -140%;
    rotate: -1deg;
  }
  .c-rope__toLeft__Interview.is-animated {
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
  }
}

.c-rope__toLeft__Interview-member {
  position: absolute;
  transform-origin: center;
  width: 300%;
  top: -26px;
  left: 0%;
  rotate: 0deg;
}
.c-rope__toLeft__Interview-member.is-animated {
  backface-visibility: hidden;
  perspective: 1000;
  transform-style: preserve-3d;
}

.c-insta__area {
  width: 1140px;
  margin: 80px auto 0;
  padding: 50px 0 70px 90px;
  background: url("../images/Instagram.png") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .c-insta__area {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .c-insta__area {
    width: 349px;
    margin: 50px auto 0;
    padding: 36px 29px;
    background: url("../images/Instagram_sp.png") no-repeat;
    background-position: center right;
    background-size: cover;
  }
}
.c-insta__area-link {
  color: #fff;
  transition: 0.3s;
}
.c-insta__area-link:hover {
  opacity: 0.6;
}
.c-insta__area .c-insta__group-ttl {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .c-insta__area .c-insta__group-ttl {
    display: block;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 900px) {
  .c-insta__area .c-insta__group-ttl span {
    display: block;
  }
}
.c-insta__area .c-insta__group-ttl span:nth-child(1) {
  font-size: 71px;
  font-family: "Copperplate", serif;
  margin-right: 32px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .c-insta__area .c-insta__group-ttl span:nth-child(1) {
    font-size: 32px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.c-insta__area .c-insta__group-ttl span:nth-child(2) {
  transform: translateY(-8px);
}
@media screen and (max-width: 900px) {
  .c-insta__area .c-insta__group-ttl span:nth-child(2) {
    font-size: 16px;
    transform: translateY(0);
  }
}
.c-insta__area .c-insta__group-txt {
  line-height: 180%;
}
@media screen and (max-width: 900px) {
  .c-insta__area .c-insta__group-txt {
    font-size: 14px;
  }
}
.c-insta__area .c-insta__group .c-insta__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 90px;
  margin: auto;
  width: 40px;
}
@media screen and (max-width: 900px) {
  .c-insta__area .c-insta__group .c-insta__icon {
    top: 38px;
    right: 29px;
    bottom: auto;
    width: 28px;
  }
}

.u-skewed {
  transform: skewY(1deg);
  transform-origin: top right;
  transform: translateZ(0);
}

.u-rope__top95 {
  position: relative;
  top: -95px;
}

.u-rope__top115 {
  position: relative;
  top: -115px;
}

.u-rope__top140 {
  position: relative;
  top: -140px;
}

.u-height120 {
  height: 120px;
}

.u-height220 {
  height: 220px;
}

.u-marginTop50 {
  margin-top: 50px;
}

.u-marginTop10 {
  margin-top: 10%;
}

.u-marginTop10px {
  margin-top: 10px;
}

.u-marginTop-14 {
  margin-top: -14px;
}

/*# sourceMappingURL=style.css.map */
