@charset "UTF-8";
/* reset.scss - 2025年最新版の軽量モダンリセット */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000;
  background-color: #fff;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

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

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

hr {
  border: none;
  height: 1px;
  background-color: #ccc;
}

:focus-visible {
  outline: 2px solid #2684ff;
  outline-offset: 2px;
}

/*
 変数定義用のファイルです 
 自由に書き換えてください
*/
/*========= Media Size ===============*/
/*========= Font ===============*/
/*========= Color ===============*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #101010;
  -webkit-font-smoothing: auto;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  overflow: hidden;
}

p {
  letter-spacing: 0.1em;
  line-height: 2;
}

a {
  cursor: pointer;
}

.pc {
  display: block !important;
}
@media (max-width: 800px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 800px) {
  .sp {
    display: block !important;
  }
}

/*========= トップページ(front)用のCSS ===============*/
.p-front {
  padding-bottom: 100px;
}
.p-front .fv-container {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background-color: #fff;
  overflow: hidden;
}
.p-front .fv-container__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.p-front .fv-container__video.loaded {
  opacity: 1;
}
.p-front__intro {
  position: relative;
  padding: 180px 0;
  text-align: center;
  font-weight: 500;
  background-color: #fafafa;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .p-front__intro {
    padding: 40px 0;
  }
}
.p-front__intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 87%;
  background: #fff;
  clip-path: ellipse(52% 100% at 50% 0%);
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .p-front__intro::before {
    height: 94%;
    clip-path: ellipse(350px 100% at 50% 0%);
  }
}
.p-front__intro .l-inner {
  position: relative;
  z-index: 1;
}
.p-front__intro__text--top {
  margin-bottom: 45px;
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  .p-front__intro__text--top {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.p-front__intro__people {
  margin: 0 25% 0 auto;
}
@media screen and (max-width: 800px) {
  .p-front__intro__people {
    margin: 15px 8% 0 auto;
  }
}
.p-front__about {
  padding: 100px 0 200px 0;
  background-color: #fafafa;
}
@media screen and (max-width: 800px) {
  .p-front__about {
    padding-top: 200px;
  }
}
.p-front__about__content {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .p-front__about__content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.p-front__about__people--1 {
  position: absolute;
  left: 0%;
  top: 49%;
}
.p-front__about__people--1 .bubble-1 {
  position: absolute;
  top: -174px;
  left: -9px;
  max-width: none;
}
@media screen and (max-width: 800px) {
  .p-front__about__people--1 .bubble-1 {
    top: -150px;
  }
}
.p-front__about__people--1 .bubble-2 {
  position: absolute;
  top: -174px;
  left: -45px;
  max-width: none;
}
@media screen and (max-width: 800px) {
  .p-front__about__people--1 .bubble-2 {
    top: -150px;
  }
}
@media screen and (max-width: 800px) {
  .p-front__about__people--1 {
    left: 44%;
    top: -7%;
    z-index: 1;
  }
}
.p-front__about__people--2 {
  position: absolute;
  left: 10%;
  top: 116%;
  z-index: 2;
}
.p-front__about__people--2 .bubble-1 {
  position: absolute;
  top: -174px;
  left: 13px;
  max-width: none;
}
.p-front__about__people--2 .bubble-2 {
  position: absolute;
  top: -174px;
  left: -34px;
  max-width: none;
}
@media screen and (max-width: 800px) {
  .p-front__about__people--2 .bubble-2 {
    top: -140px;
  }
}
@media screen and (max-width: 800px) {
  .p-front__about__people--2 {
    left: 75%;
    top: -4%;
  }
}
.p-front__about__people--3 {
  position: absolute;
  left: 41%;
  top: 125%;
  z-index: 2;
}
.p-front__about__people--3 .bubble-1 {
  position: absolute;
  top: -163px;
  left: -92px;
  max-width: none;
}
@media screen and (max-width: 800px) {
  .p-front__about__people--3 .bubble-1 {
    top: -130px;
  }
}
.p-front__about__people--3 .bubble-2 {
  position: absolute;
  top: -167px;
  left: -92px;
  max-width: none;
}
@media screen and (max-width: 800px) {
  .p-front__about__people--3 .bubble-2 {
    top: -130px;
  }
}
@media screen and (max-width: 800px) {
  .p-front__about__people--3 {
    left: 21%;
    top: -4%;
  }
}
.p-front__about__people--4 {
  position: absolute;
  right: 32%;
  top: 132%;
  z-index: 2;
}
.p-front__about__people--4 .bubble-1 {
  position: absolute;
  top: -178px;
  left: 12px;
  max-width: none;
}
@media screen and (max-width: 800px) {
  .p-front__about__people--4 .bubble-1 {
    top: -145px;
  }
}
.p-front__about__people--4 .bubble-2 {
  position: absolute;
  top: -177px;
  left: -39px;
  max-width: none;
}
@media screen and (max-width: 800px) {
  .p-front__about__people--4 .bubble-2 {
    top: -145px;
  }
}
@media screen and (max-width: 800px) {
  .p-front__about__people--4 {
    right: 8%;
    top: 98%;
  }
}
.p-front__about__people--5 {
  position: absolute;
  right: 13%;
  top: 115%;
  z-index: 2;
}
.p-front__about__people--5 .bubble-1 {
  position: absolute;
  top: -178px;
  left: 12px;
  max-width: none;
}
@media screen and (max-width: 800px) {
  .p-front__about__people--5 .bubble-1 {
    top: -145px;
  }
}
.p-front__about__people--5 .bubble-2 {
  position: absolute;
  top: -177px;
  left: -39px;
  max-width: none;
}
@media screen and (max-width: 800px) {
  .p-front__about__people--5 .bubble-2 {
    top: -145px;
  }
}
@media screen and (max-width: 800px) {
  .p-front__about__people--5 {
    top: 98%;
    right: 80%;
  }
}
.p-front__about__people--6 {
  position: absolute;
  right: 2%;
  top: 54%;
  z-index: 2;
}
.p-front__about__people--6 .bubble-1 {
  position: absolute;
  top: -178px;
  left: 12px;
  max-width: none;
}
@media screen and (max-width: 800px) {
  .p-front__about__people--6 .bubble-1 {
    top: -150px;
  }
}
.p-front__about__people--6 .bubble-2 {
  position: absolute;
  top: -177px;
  left: -39px;
  max-width: none;
}
@media screen and (max-width: 800px) {
  .p-front__about__people--6 .bubble-2 {
    top: -150px;
  }
}
@media screen and (max-width: 800px) {
  .p-front__about__people--6 {
    right: 45%;
    top: 103%;
  }
}
.p-front__about__circle {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 380px;
  padding: 30px;
  border-radius: 50%;
  color: #333;
}
@media screen and (max-width: 800px) {
  .p-front__about__circle {
    width: 300px;
    height: 300px;
    padding: 20px;
  }
}
.p-front__about__circle--gray {
  position: relative;
  background-color: #ededed;
  left: 20px;
}
@media screen and (max-width: 800px) {
  .p-front__about__circle--gray {
    left: 0;
  }
}
.p-front__about__circle--pink {
  position: relative;
  right: 20px;
  background-color: #ffb7cf;
}
@media screen and (max-width: 800px) {
  .p-front__about__circle--pink {
    top: -80px;
    right: 0;
    background-color: #f76f9a;
    color: #fff;
  }
}
.p-front__about__title {
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-front__about__title {
    margin-bottom: 5px;
  }
}
.p-front__about__text {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-front__about__text {
    margin-bottom: 5px;
  }
}
.p-front__about__description {
  text-align: center;
}
.p-front__event {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #fafafa;
}
@media screen and (max-width: 800px) {
  .p-front__event {
    padding-top: 0;
  }
}
.p-front__event h2 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.p-front__event__slider {
  position: relative;
  margin-top: 50px;
}
.p-front__event__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-front__event .c-button--work-play {
  top: 66px;
  margin: 40px auto 0 auto;
}
.p-front__event__people {
  position: absolute;
  left: -12%;
}
@media screen and (max-width: 800px) {
  .p-front__event__people {
    top: 108%;
    left: 0%;
  }
}
.p-front__service {
  position: relative;
  padding: 100px 0 0px 0;
}
@media screen and (max-width: 800px) {
  .p-front__service {
    margin-top: 100px;
  }
}
.p-front__service .c-round-title {
  position: relative;
  top: 20px;
  left: -17%;
  z-index: 2;
}
@media screen and (max-width: 1220px) {
  .p-front__service .c-round-title {
    left: -10%;
  }
}
.p-front__service__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 60px;
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .p-front__service__list {
    width: 100%;
    gap: 55px 20px;
  }
}
.p-front__service__break {
  flex-basis: 100%;
  height: 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .p-front__service__break {
    display: none;
  }
}
.p-front__service__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 800px) {
  .p-front__service__item {
    width: calc(50% - 10px);
  }
}
.p-front__service__item__icon {
  display: block;
  width: 100px;
  height: 100px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .p-front__service__item__icon {
    width: 70px;
    height: 70px;
  }
}
.p-front__service__item__title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #737373;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .p-front__service__item__title {
    font-size: 1.6rem;
  }
}
.p-front__service__item:hover .p-front__service__item__title {
  color: #f76f9a;
}
@media screen and (max-width: 800px) {
  .p-front__service__item:hover .p-front__service__item__title {
    color: #737373;
  }
}
.p-front__service__item:hover:nth-of-type(1) .p-front__service__item__icon {
  background: url(../images/icons/service_1_pink.svg);
  background-repeat: no-repeat;
  background-size: contain, 0;
}
.p-front__service__item:hover:nth-of-type(2) .p-front__service__item__icon {
  background: url(../images/icons/service_2_pink.svg);
  background-repeat: no-repeat;
  background-size: contain, 0;
}
.p-front__service__item:hover:nth-of-type(3) .p-front__service__item__icon {
  background: url(../images/icons/service_3_pink.svg);
  background-repeat: no-repeat;
  background-size: contain, 0;
}
.p-front__service__item:hover:nth-of-type(4) .p-front__service__item__icon {
  background: url(../images/icons/service_4_pink.svg);
  background-repeat: no-repeat;
  background-size: contain, 0;
}
.p-front__service__item:hover:nth-of-type(5) .p-front__service__item__icon {
  background: url(../images/icons/service_5_pink.svg);
  background-repeat: no-repeat;
  background-size: contain, 0;
}
.p-front__service__item:nth-of-type(1) .p-front__service__item__icon {
  background: url(../images/icons/service_1_gray.svg);
  background-repeat: no-repeat;
  background-size: contain, 0;
}
@media screen and (max-width: 800px) {
  .p-front__service__item:nth-of-type(1) .p-front__service__item__icon {
    background: url(../images/icons/service_1_pink.svg);
    background-repeat: no-repeat;
    background-size: contain, 0;
  }
}
.p-front__service__item:nth-of-type(2) .p-front__service__item__icon {
  background: url(../images/icons/service_2_gray.svg);
  background-repeat: no-repeat;
  background-size: contain, 0;
}
@media screen and (max-width: 800px) {
  .p-front__service__item:nth-of-type(2) .p-front__service__item__icon {
    background: url(../images/icons/service_2_pink.svg);
    background-repeat: no-repeat;
    background-size: contain, 0;
  }
}
.p-front__service__item:nth-of-type(3) .p-front__service__item__icon {
  background: url(../images/icons/service_3_gray.svg);
  background-repeat: no-repeat;
  background-size: contain, 0;
}
@media screen and (max-width: 800px) {
  .p-front__service__item:nth-of-type(3) .p-front__service__item__icon {
    background: url(../images/icons/service_3_pink.svg);
    background-repeat: no-repeat;
    background-size: contain, 0;
  }
}
.p-front__service__item:nth-of-type(4) .p-front__service__item__icon {
  background: url(../images/icons/service_4_gray.svg);
  background-repeat: no-repeat;
  background-size: contain, 0;
}
@media screen and (max-width: 800px) {
  .p-front__service__item:nth-of-type(4) .p-front__service__item__icon {
    background: url(../images/icons/service_4_pink.svg);
    background-repeat: no-repeat;
    background-size: contain, 0;
  }
}
.p-front__service__item:nth-of-type(5) .p-front__service__item__icon {
  background: url(../images/icons/service_5_gray.svg);
  background-repeat: no-repeat;
  background-size: contain, 0;
}
@media screen and (max-width: 800px) {
  .p-front__service__item:nth-of-type(5) .p-front__service__item__icon {
    background: url(../images/icons/service_5_pink.svg);
    background-repeat: no-repeat;
    background-size: contain, 0;
  }
}
.p-front__service__load {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .p-front__service__load {
    top: 2%;
  }
}
.p-front__service__load__path {
  width: 100%;
}
.p-front__service__people {
  position: absolute;
  left: 16%;
  bottom: 16%;
}
.p-front__service .c-button--work-play {
  margin: 100px auto;
}
.p-front__works {
  position: relative;
  padding: 100px 0 0px 0;
}
.p-front__works__slider {
  margin-top: 30px;
}
.p-front__works .swiper-wrapper {
  transition-timing-function: linear;
}
.p-front__works__load {
  position: absolute;
  top: 9%;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .p-front__works__load {
    top: 21%;
  }
}
.p-front__works__load__path {
  width: 100%;
}
.p-front__works__people--1 {
  position: absolute;
  top: 38px;
  right: 13%;
}
@media screen and (max-width: 800px) {
  .p-front__works__people--1 {
    top: 2px;
    right: 8%;
  }
}
.p-front__works__people--2 {
  position: absolute;
  top: 180px;
  left: 30%;
}
@media screen and (max-width: 800px) {
  .p-front__works__people--2 {
    top: 6%;
    left: 53%;
  }
}
.p-front__works__people--3 {
  position: absolute;
  bottom: 180px;
  left: 30%;
}
@media screen and (max-width: 800px) {
  .p-front__works__people--3 {
    bottom: -1%;
    left: 13%;
  }
}
.p-front__works__people--4 {
  position: absolute;
  bottom: 180px;
  right: 30%;
}
@media screen and (max-width: 800px) {
  .p-front__works__people--4 {
    bottom: 6%;
    right: 12%;
  }
}
.p-front__works .c-button--work-play {
  margin: 30px auto;
}
.p-front__concept {
  position: relative;
  margin: 300px 0 0 0;
}
@media screen and (max-width: 800px) {
  .p-front__concept {
    padding: 100px 0 0 0;
    margin: 0;
  }
}
.p-front__concept h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .p-front__concept h2 {
    font-size: 3.2rem;
  }
}
.p-front__concept__catch-copy {
  width: fit-content;
  margin-left: 21px;
  margin-bottom: 16px;
  padding: 0px 8px;
  font-size: 4.5rem;
  line-height: 1.4;
  font-weight: 500;
  background-color: #f76f9a;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .p-front__concept__catch-copy {
    margin-left: 0;
    margin-bottom: 8px;
    font-size: 2.4rem;
    font-weight: 600;
  }
}
.p-front__concept__text {
  margin: 50px 0;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .p-front__concept__text {
    font-size: 1.4rem;
  }
}
.p-front__concept .c-button--work-play {
  margin: 0 auto;
}
.p-front__concept__load {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.p-front__concept__load__path {
  width: 100%;
}
.p-front__concept__people--1 {
  position: absolute;
  top: -7%;
  left: 15%;
}
@media screen and (max-width: 800px) {
  .p-front__concept__people--1 {
    top: 38%;
  }
}
.p-front__concept__people--2 {
  position: absolute;
  bottom: 25%;
  right: 30%;
}
@media screen and (max-width: 800px) {
  .p-front__concept__people--2 {
    top: 48%;
    right: 20%;
  }
}
@media screen and (max-width: 800px) {
  .p-front .c-button--work-play {
    display: none;
  }
}

/*========= コンセプトページ用のCSS ===============*/
.p-concept__load--1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
.p-concept__load--1__path {
  width: 100%;
}
.p-concept__people--1 {
  position: absolute;
  right: 23%;
  top: -1%;
}
@media screen and (max-width: 800px) {
  .p-concept__people--1 {
    right: 18%;
    top: -4%;
  }
}
.p-concept__people--2 {
  position: absolute;
  right: 41%;
  top: 10%;
}
@media screen and (max-width: 800px) {
  .p-concept__people--2 {
    right: 37%;
    top: 6%;
  }
}
.p-concept__people--3 {
  position: absolute;
  right: 37%;
  top: 12%;
}
@media screen and (max-width: 800px) {
  .p-concept__people--3 {
    right: 26%;
    top: 10%;
  }
}
.p-concept__people--4 {
  position: absolute;
  right: 56%;
  top: 21%;
}
@media screen and (max-width: 800px) {
  .p-concept__people--4 {
    top: 12%;
    right: 61%;
  }
}
.p-concept__people--5 {
  position: absolute;
  right: 28%;
  top: 57%;
}
@media screen and (max-width: 800px) {
  .p-concept__people--5 {
    right: 15%;
  }
}
.p-concept__people--6 {
  position: absolute;
  right: 11%;
  top: 62%;
}
@media screen and (max-width: 800px) {
  .p-concept__people--6 {
    right: -2%;
  }
}
.p-concept__people--7 {
  position: absolute;
  right: 11%;
  top: 12%;
}
@media screen and (max-width: 800px) {
  .p-concept__people--7 {
    right: 23%;
  }
}
.p-concept__people--7 .bubble-1 {
  position: absolute;
  top: -174px;
  left: -9px;
  max-width: none;
}
.p-concept__people--7 .bubble-2 {
  position: absolute;
  top: -174px;
  left: -45px;
  max-width: none;
}
.p-concept__people--8 {
  position: absolute;
  right: 36%;
  top: 38%;
}
@media screen and (max-width: 800px) {
  .p-concept__people--8 {
    right: 62%;
  }
}
.p-concept__people--8 .bubble-1 {
  position: absolute;
  top: -174px;
  left: 13px;
  max-width: none;
}
.p-concept__people--8 .bubble-2 {
  position: absolute;
  top: -174px;
  left: -34px;
  max-width: none;
}
.p-concept__people--9 {
  position: absolute;
  left: 36%;
  top: 49%;
}
@media screen and (max-width: 800px) {
  .p-concept__people--9 {
    left: 17%;
    top: 116%;
  }
}
.p-concept__people--9 .bubble-1 {
  position: absolute;
  top: -174px;
  left: -9px;
  max-width: none;
}
.p-concept__people--9 .bubble-2 {
  position: absolute;
  top: -174px;
  left: -45px;
  max-width: none;
}
.p-concept__people--10 {
  position: absolute;
  left: 10%;
  top: 49%;
}
@media screen and (max-width: 800px) {
  .p-concept__people--10 {
    left: 70%;
    top: 121%;
  }
}
.p-concept__people--10 .bubble-1 {
  position: absolute;
  top: -163px;
  left: -92px;
  max-width: none;
}
.p-concept__people--10 .bubble-2 {
  position: absolute;
  top: -167px;
  left: -92px;
  max-width: none;
}
.p-concept__people--11 {
  position: absolute;
  left: 8%;
  top: 19%;
}
@media screen and (max-width: 800px) {
  .p-concept__people--11 {
    left: 13%;
    top: 34%;
  }
}
.p-concept__people--11 .bubble-1 {
  position: absolute;
  top: -167px;
  left: -39px;
  max-width: none;
}
.p-concept__people--11 .bubble-2 {
  position: absolute;
  top: -169px;
  left: -49px;
  max-width: none;
}
.p-concept__people--12 {
  position: absolute;
  left: 52%;
  top: 46%;
}
@media screen and (max-width: 800px) {
  .p-concept__people--12 {
    left: 42%;
    top: 77%;
  }
}
.p-concept__people--12 .bubble-1 {
  position: absolute;
  top: -163px;
  left: -29px;
  max-width: none;
}
.p-concept__people--12 .bubble-2 {
  position: absolute;
  top: -167px;
  left: -48px;
  max-width: none;
}
.p-concept__people--13 {
  position: absolute;
  right: 20%;
  top: 40%;
}
@media screen and (max-width: 800px) {
  .p-concept__people--13 {
    right: 7%;
  }
}
.p-concept__people--13 .bubble-1 {
  position: absolute;
  top: -178px;
  left: 12px;
  max-width: none;
}
.p-concept__people--13 .bubble-2 {
  position: absolute;
  top: -177px;
  left: -39px;
  max-width: none;
}
.p-concept__content {
  max-width: 770px;
  margin-top: 50px;
  font-weight: 500;
}

.p-archive-event__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 80px auto;
}
@media screen and (max-width: 800px) {
  .p-archive-event__list {
    width: 90%;
  }
}
.p-archive-event__load {
  position: absolute;
  bottom: -17%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .p-archive-event__load {
    bottom: -4%;
  }
}
.p-archive-event__load__path {
  width: 100%;
}
.p-archive-event__people--1 {
  position: absolute;
  left: 7%;
  top: 10%;
}
.p-archive-event__people--2 {
  position: absolute;
  left: 46%;
  top: 31%;
}
.p-archive-event__people--3 {
  position: absolute;
  right: 30%;
  top: 40%;
}
.p-archive-event__people--4 {
  position: absolute;
  right: 10%;
  top: 34%;
}

.p-single-event__load {
  position: absolute;
  bottom: 6%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .p-single-event__load {
    bottom: 10%;
  }
}
.p-single-event__load__path {
  width: 100%;
}
.p-single-event__people--1 {
  position: absolute;
  left: 7%;
  top: 25%;
}
.p-single-event__people--2 {
  position: absolute;
  left: 27%;
  top: 38%;
}
.p-single-event__people--3 {
  position: absolute;
  right: 35%;
  top: 0%;
}
@media screen and (max-width: 800px) {
  .p-single-event__people--3 {
    right: 24%;
  }
}
.p-single-event__people--4 {
  position: absolute;
  right: 10%;
  top: 30%;
}
.p-single-event .c-button--round {
  margin: 110px auto;
}
.p-single-event__outline h2 {
  position: relative;
  width: fit-content;
  margin-top: 70px;
  padding: 5px 25px;
  font-size: 2.2rem;
  background-color: #f76f9a;
  color: #fff;
}
.p-single-event__outline__feature-headline {
  display: flex;
  padding: 30px 10px 20px 10px;
  gap: 10px;
}
.p-single-event__outline__feature-headline img {
  right: 0;
}
.p-single-event__outline__feature p {
  padding-left: 40px;
}
.p-single-event__outline__feature::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  padding: 1px;
  background-color: #f76f9a;
}
.p-single-event__outline__index {
  font-size: 1.6rem;
  font-weight: 600;
}
.p-single-event__details {
  margin-top: 120px;
}
.p-single-event__details__inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  .p-single-event__details__inner {
    flex-direction: column;
  }
}
.p-single-event__details__thumbnail {
  width: 35%;
}
@media screen and (max-width: 800px) {
  .p-single-event__details__thumbnail {
    width: 100%;
  }
}
.p-single-event__details__content {
  flex: 1;
}
.p-single-event__details__content p {
  margin-bottom: 10px;
}
.p-single-event__details__content__wysiwyg {
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .p-single-event__details__content__wysiwyg {
    margin-bottom: 30px;
  }
}
.p-single-event__details__index {
  position: relative;
  margin-bottom: 30px;
}
.p-single-event__details__index::after {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  padding: 1px;
  background-color: #f76f9a;
}
.p-single-event__details__work {
  border-bottom: 1px solid #101010;
  margin-right: 10px;
}

.p-archive-works__load {
  position: absolute;
  bottom: -17%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .p-archive-works__load {
    bottom: -4%;
  }
}
.p-archive-works__load__path {
  width: 100%;
}
.p-archive-works__people--1 {
  position: absolute;
  left: 7%;
  top: 10%;
}
.p-archive-works__people--2 {
  position: absolute;
  left: 46%;
  top: 31%;
}
.p-archive-works__people--3 {
  position: absolute;
  right: 30%;
  top: 40%;
}
.p-archive-works__people--4 {
  position: absolute;
  right: 10%;
  top: 34%;
}
.p-archive-works__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px 20px;
  margin: 80px auto;
}
@media screen and (max-width: 800px) {
  .p-archive-works__list {
    width: 90%;
  }
}

.p-single-works__title {
  font-size: 2rem;
  margin-bottom: 60px;
}
.p-single-works__load {
  position: absolute;
  top: 72%;
  width: 100%;
  z-index: -1;
}
.p-single-works__load__path {
  width: 100%;
}
.p-single-works__people--1 {
  position: absolute;
  left: 7%;
  top: 25%;
}
.p-single-works__people--2 {
  position: absolute;
  right: 37%;
  top: -3%;
}
@media screen and (max-width: 800px) {
  .p-single-works__people--2 {
    right: 11%;
  }
}
.p-single-works__people--3 {
  position: absolute;
  right: 17%;
  top: 53%;
}
.p-single-works__details {
  display: flex;
  align-items: flex-start;
  gap: 35px;
  margin-top: 70px;
}
@media screen and (max-width: 800px) {
  .p-single-works__details {
    flex-direction: column;
  }
}
.p-single-works__details__left {
  width: 35%;
}
@media screen and (max-width: 800px) {
  .p-single-works__details__left {
    width: 100%;
  }
}
.p-single-works__details__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
.p-single-works__details__content {
  flex: 1;
}
.p-single-works__details__index {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 6px;
  border-bottom: 3px solid #f76f9a;
}
.p-single-works__details p {
  margin-bottom: 50px;
}
.p-single-works__event-link {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  width: calc((100% - 40px) / 2);
}
.p-single-works__event-link__thumbnail {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
}
.p-single-works__event-link__title {
  display: block;
}
.p-single-works__event-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-single-works__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}
.p-single-works__tag-link {
  background-color: #f2f2f2;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 500;
  transition: 0.2s;
}
.p-single-works__tag-link:hover {
  opacity: 0.6;
}
.p-single-works .c-button--round {
  margin: 110px auto;
}

.p-archive-service__load {
  position: absolute;
  bottom: -17%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .p-archive-service__load {
    bottom: -4%;
  }
}
.p-archive-service__load__path {
  width: 100%;
}
.p-archive-service__people--1 {
  position: absolute;
  left: 7%;
  top: 10%;
}
.p-archive-service__people--2 {
  position: absolute;
  left: 46%;
  top: 31%;
}
.p-archive-service__people--3 {
  position: absolute;
  right: 30%;
  top: 40%;
}
.p-archive-service__people--4 {
  position: absolute;
  right: 10%;
  top: 34%;
}
.p-archive-service__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 100px;
}
.p-archive-service .c-service-item {
  display: flex;
  align-items: center;
  height: 180px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.08);
  transition: 0.2s;
}
@media screen and (max-width: 800px) {
  .p-archive-service .c-service-item {
    flex-direction: column;
    height: auto;
  }
}
.p-archive-service .c-service-item:hover {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 800px) {
  .p-archive-service .c-service-item:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.08);
  }
}
.p-archive-service .c-service-item:hover .c-service-item__image {
  opacity: 0.75;
}
@media screen and (max-width: 800px) {
  .p-archive-service .c-service-item:hover .c-service-item__image {
    opacity: 1;
  }
}
.p-archive-service .c-service-item:hover .c-service-item__title {
  color: #f76f9a;
}
@media screen and (max-width: 800px) {
  .p-archive-service .c-service-item:hover .c-service-item__title {
    color: #737373;
  }
}
.p-archive-service .c-service-item__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #737373;
}
@media screen and (max-width: 800px) {
  .p-archive-service .c-service-item__name {
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    padding: 10px 20px;
    width: 100%;
  }
}
.p-archive-service .c-service-item__title {
  font-weight: 500;
  transition: 0.2s;
}
.p-archive-service .c-service-item__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease;
}
@media screen and (max-width: 800px) {
  .p-archive-service .c-service-item__icon {
    width: 55px;
    height: 55px;
    margin-bottom: 0;
  }
}
.p-archive-service .c-service-item:nth-of-type(1) .c-service-item__icon {
  background-image: url("../images/icons/service_1_gray.svg");
}
@media screen and (max-width: 800px) {
  .p-archive-service .c-service-item:nth-of-type(1) .c-service-item__icon {
    background: url("../images/icons/service_1_pink.svg") no-repeat;
  }
}
.p-archive-service .c-service-item:nth-of-type(1):hover .c-service-item__icon {
  background-image: url("../images/icons/service_1_pink.svg");
}
.p-archive-service .c-service-item:nth-of-type(2) .c-service-item__icon {
  background-image: url("../images/icons/service_2_gray.svg");
}
@media screen and (max-width: 800px) {
  .p-archive-service .c-service-item:nth-of-type(2) .c-service-item__icon {
    background: url("../images/icons/service_2_pink.svg") no-repeat;
  }
}
.p-archive-service .c-service-item:nth-of-type(2):hover .c-service-item__icon {
  background-image: url("../images/icons/service_2_pink.svg");
}
.p-archive-service .c-service-item:nth-of-type(3) .c-service-item__icon {
  background-image: url("../images/icons/service_3_gray.svg");
}
@media screen and (max-width: 800px) {
  .p-archive-service .c-service-item:nth-of-type(3) .c-service-item__icon {
    background: url("../images/icons/service_3_pink.svg") no-repeat;
  }
}
.p-archive-service .c-service-item:nth-of-type(3):hover .c-service-item__icon {
  background-image: url("../images/icons/service_3_pink.svg");
}
.p-archive-service .c-service-item:nth-of-type(4) .c-service-item__icon {
  background-image: url("../images/icons/service_4_gray.svg");
}
@media screen and (max-width: 800px) {
  .p-archive-service .c-service-item:nth-of-type(4) .c-service-item__icon {
    background: url("../images/icons/service_4_pink.svg") no-repeat;
  }
}
.p-archive-service .c-service-item:nth-of-type(4):hover .c-service-item__icon {
  background-image: url("../images/icons/service_4_pink.svg");
}
.p-archive-service .c-service-item:nth-of-type(5) .c-service-item__icon {
  background-image: url("../images/icons/service_5_gray.svg");
}
@media screen and (max-width: 800px) {
  .p-archive-service .c-service-item:nth-of-type(5) .c-service-item__icon {
    background: url("../images/icons/service_5_pink.svg") no-repeat;
  }
}
.p-archive-service .c-service-item:nth-of-type(5):hover .c-service-item__icon {
  background-image: url("../images/icons/service_5_pink.svg");
}
.p-archive-service .c-service-item__text {
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 800px) {
  .p-archive-service .c-service-item__text {
    padding: 10px 30px;
  }
}
.p-archive-service .c-service-item__name {
  flex: 0 0 22%;
}
.p-archive-service .c-service-item__image {
  flex: 0 0 18%;
  transition: 0.2s;
}
.p-archive-service .c-service-item__text {
  flex: 0 0 60%;
}
.p-archive-service .c-service-item__text p {
  line-height: 1.8;
}

.p-single-service__load {
  position: absolute;
  top: 72%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .p-single-service__load {
    top: 83%;
  }
}
.p-single-service__load__path {
  width: 100%;
}
.p-single-service__people--1 {
  position: absolute;
  left: 7%;
  top: 25%;
}
.p-single-service__people--2 {
  position: absolute;
  right: 37%;
  top: -3%;
}
@media screen and (max-width: 800px) {
  .p-single-service__people--2 {
    right: 11%;
  }
}
.p-single-service__people--3 {
  position: absolute;
  right: 17%;
  top: 53%;
}
.p-single-service__load {
  position: absolute;
  bottom: 6%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .p-single-service__load {
    bottom: 10%;
  }
}
.p-single-service__load__path {
  width: 100%;
}
.p-single-service__people--1 {
  position: absolute;
  left: 7%;
  top: 25%;
}
.p-single-service__people--2 {
  position: absolute;
  left: 27%;
  top: 38%;
}
.p-single-service__people--3 {
  position: absolute;
  right: 35%;
  top: 0%;
}
@media screen and (max-width: 800px) {
  .p-single-service__people--3 {
    right: 24%;
  }
}
.p-single-service__people--4 {
  position: absolute;
  right: 10%;
  top: 30%;
}
.p-single-service .c-button--round {
  margin: 110px auto;
}
.p-single-service__outline h2 {
  position: relative;
  width: fit-content;
  margin-top: 70px;
  padding: 5px 25px;
  font-size: 2.2rem;
  background-color: #f76f9a;
  color: #fff;
}
.p-single-service__outline__feature-headline {
  display: flex;
  padding: 30px 10px 20px 10px;
  gap: 10px;
}
.p-single-service__outline__feature-headline img {
  right: 0;
}
.p-single-service__outline__feature p {
  padding-left: 40px;
}
.p-single-service__outline__feature::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  padding: 1px;
  background-color: #f76f9a;
}
.p-single-service__outline__events-headline {
  display: flex;
  padding: 30px 10px 20px 10px;
  gap: 10px;
}
.p-single-service__outline__events p {
  padding-left: 40px;
}
.p-single-service__outline__index {
  font-size: 1.6rem;
  font-weight: 600;
}
.p-single-service__details {
  margin-top: 120px;
}
.p-single-service__details__inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  .p-single-service__details__inner {
    flex-direction: column;
  }
}
.p-single-service__details__thumbnail {
  width: 35%;
}
@media screen and (max-width: 800px) {
  .p-single-service__details__thumbnail {
    width: 100%;
  }
}
.p-single-service__details__content {
  flex: 1;
}
.p-single-service__details__content p {
  margin-bottom: 10px;
}
.p-single-service__details__content__wysiwyg {
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .p-single-service__details__content__wysiwyg {
    margin-bottom: 30px;
  }
}
.p-single-service__details__index {
  position: relative;
  margin-bottom: 30px;
}
.p-single-service__details__index::after {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  padding: 1px;
  background-color: #f76f9a;
}
.p-single-service__details__work {
  display: flex;
  gap: 15px 15px;
  flex-wrap: wrap;
}
.p-single-service__details__work a {
  text-decoration: underline;
  transition: 0.2s;
}
.p-single-service__details__work a:hover {
  color: #f76f9a;
}

/*========= カンパニーページ用のCSS ===============*/
.p-company__load {
  position: absolute;
  top: 87%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .p-company__load {
    top: 91%;
  }
}
.p-company__load__path {
  width: 100%;
}
.p-company__people--1 {
  position: absolute;
  left: 11%;
  top: 56%;
}
.p-company__people--2 {
  position: absolute;
  left: 27%;
  top: 38%;
}
.p-company__people--3 {
  position: absolute;
  left: 50%;
  top: 24%;
}
.p-company__people--4 {
  position: absolute;
  right: 20%;
  top: 26%;
}
.p-company__people--5 {
  position: absolute;
  right: 2%;
  top: 13%;
}
.p-company h2 {
  margin-top: 80px;
  margin-bottom: 50px;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .p-company h2 {
    margin-bottom: 0px;
  }
}
.p-company__img {
  width: 100%;
  margin: 80px auto 50px auto;
}
.p-company tr {
  border-bottom: 1px solid #101010;
}
@media screen and (max-width: 800px) {
  .p-company tr {
    display: flex;
    flex-direction: column;
    margin: 35px 0;
  }
}
.p-company th {
  font-weight: 500;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .p-company th {
    margin-bottom: 10px;
  }
  .p-company th img {
    width: 50px;
  }
}
.p-company td {
  font-weight: 400;
}
.p-company td .ex-link {
  display: inline-block;
  margin-left: 10px;
}
.p-company td .ex-link img {
  width: 11px;
}
@media screen and (max-width: 800px) {
  .p-company td {
    margin-bottom: 10px;
  }
  .p-company td .c-button--privacy {
    margin-top: 20px;
  }
}
.p-company th,
.p-company td {
  padding: 20px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .p-company th,
  .p-company td {
    padding: 0;
  }
}
.p-company__map {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .p-company__map {
    flex-direction: column;
  }
}
.p-company__map div {
  flex: 1;
}
.p-company__map iframe {
  width: 250px;
  height: auto;
}
@media screen and (max-width: 800px) {
  .p-company__map iframe {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .p-company .p-company__employee-list {
    margin-top: 50px;
  }
}
.p-company .p-company__employee-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .p-company .p-company__employee-item {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 80px;
  }
}
.p-company .p-company__employee-item__profile {
  flex: 1;
}
.p-company .p-company__employee-item__department {
  font-size: 1.3rem;
  line-height: 2.2rem;
}
.p-company .p-company__employee-item__name--ja {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: bold;
}
.p-company .p-company__employee-item__name--en {
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: bold;
  color: #f76f9a;
}
.p-company .p-company__employee-item__contents {
  padding-top: 23px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  .p-company .p-company__employee-item__contents {
    padding-top: 8px;
  }
}
.p-company .p-company__employee-item__img {
  display: block;
  background-color: #f2f2f2;
  width: 206px;
  aspect-ratio: 207px;
}
.p-company .p-company__employee-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-contact__form__notice {
  margin: 80px 0;
  font-size: 1.2rem;
}
.p-contact__form__notice a {
  text-decoration: underline;
}
.p-contact__form__recaptcha {
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 800px) {
  .p-contact__form__recaptcha {
    margin: 20px 0;
  }
}
.p-contact__form__recaptcha a {
  text-decoration: underline;
}
.p-contact .wpcf7-submit {
  margin: 40px auto 0 auto;
}
.p-contact .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-contact .wpcf7-radio {
  max-width: 540px;
  margin: 0 auto;
}
.p-contact .wpcf7-radio .wpcf7-list-item {
  width: calc(50% - 20px);
  margin: 8px 0;
}
@media screen and (max-width: 800px) {
  .p-contact .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}
.p-contact__form-item {
  margin: 20px 0;
}
.p-contact__form-item:nth-of-type(1) {
  margin-bottom: 60px;
}
.p-contact__form-item:nth-of-type(7) {
  margin-top: 50px;
}
.p-contact__form-item__title {
  display: block;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.p-contact__form-item__title span {
  margin-right: 4px;
  color: #f76f9a;
}
.p-contact__form-item__input {
  width: 100%;
}
.p-contact__form-item label {
  margin-right: 40px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.p-contact__form-item input[type=radio] {
  accent-color: #fd4982;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 7px;
}
.p-contact__form-item input[type=text],
.p-contact__form-item input[type=email],
.p-contact__form-item input[type=tel],
.p-contact__form-item textarea {
  outline: none;
  width: 100%;
  padding: 15px;
  background: #fafafa;
}
.p-contact__form-item input[type=checkbox] {
  accent-color: #fd4982;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 7px;
  letter-spacing: 0.1em;
}
.p-contact__form-item .acceptance-open {
  color: #f76f9a;
  text-decoration: underline;
}
.p-contact__form-button-wrap {
  position: relative;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 85px;
}
.p-contact .wpcf7-previous {
  cursor: pointer;
}
.p-contact input[type=submit],
.p-contact .wpcf7-previous {
  cursor: pointer;
  margin: 0 auto;
}
.p-contact .wpcf7-spinner {
  top: -60px !important;
  display: block !important;
  margin: 0 auto !important;
}
.p-contact .wpcf7-response-output {
  border: none !important;
  text-align: center;
  color: red;
  margin-top: -10px;
}
.p-contact__form-confirm-item {
  display: flex;
  gap: 40px;
  margin: 80px 0;
}
@media screen and (max-width: 800px) {
  .p-contact__form-confirm-item {
    flex-direction: column;
    gap: 20px;
    margin: 40px 0;
  }
}
.p-contact__form-confirm-item__title {
  width: 150px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.p-contact__form-confirm-item__title span {
  margin-right: 4px;
  color: #f76f9a;
}
.p-contact__form-confirm-item__input {
  flex: 1;
}
.p-contact__form-confirm-item label {
  margin-right: 40px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.p-contact__acceptance-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-contact__acceptance-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.p-contact__acceptance-modal__inner {
  background: #fff;
  padding: 40px;
  max-width: 1200px;
  width: 90%;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
}
.p-contact__acceptance-modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-contact__acceptance-modal__close::before, .p-contact__acceptance-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #333;
}
.p-contact__acceptance-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-contact__acceptance-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-contact__acceptance-modal__close:hover {
  opacity: 0.7;
}
.p-contact__acceptance-modal p {
  margin-bottom: 1rem;
  line-height: 1.8;
  font-size: 1.4rem;
}
.p-contact__acceptance-modal p a {
  color: #f76f9a;
  text-decoration: underline;
}
.p-contact__acceptance-modal p a:hover {
  opacity: 0.7;
}

.p-recruit__load {
  position: absolute;
  top: 85%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .p-recruit__load {
    top: 10%;
  }
}
.p-recruit__load__path {
  width: 100%;
}
.p-recruit__people--1 {
  position: absolute;
  left: 7%;
  top: 10%;
}
@media screen and (max-width: 800px) {
  .p-recruit__people--1 {
    top: 1%;
  }
}
.p-recruit__people--2 {
  position: absolute;
  right: 24%;
  top: 19%;
}
.p-recruit__people--3 {
  position: absolute;
  right: 2%;
  top: 30%;
}
.p-recruit__people--4 {
  position: absolute;
  left: 13%;
  top: 63%;
}
@media screen and (max-width: 800px) {
  .p-recruit__people--4 {
    top: 103%;
  }
}
.p-recruit__people--5 {
  position: absolute;
  left: 2%;
  top: 83%;
}
@media screen and (max-width: 800px) {
  .p-recruit__people--5 {
    left: unset;
    right: 2%;
  }
}
.p-recruit__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 80px;
}
.p-recruit__gallery-item {
  width: calc(33.3333333333% - 15px);
}
.p-recruit__gallery-item img {
  width: 100%;
}
.p-recruit__text {
  width: 85%;
}
.p-recruit__text h2 {
  font-size: 1.7rem;
  font-weight: bold;
}
.p-recruit__text--top {
  margin-top: 80px;
}
.p-recruit__text--top ul {
  list-style: inside;
  margin: 20px 0;
}
.p-recruit__text--top ul li {
  margin: 10px 0;
}
.p-recruit__text--middle {
  margin-top: 110px;
}
.p-recruit__text--bottom {
  margin-top: 200px;
}
@media screen and (max-width: 800px) {
  .p-recruit__text--bottom {
    margin-top: 120px;
  }
}
.p-recruit__voice {
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
}
.p-recruit__voice li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #f76f9a;
}
@media screen and (max-width: 800px) {
  .p-recruit__voice li {
    width: 120px;
    height: 120px;
    font-size: 1.2rem;
  }
}
.p-recruit__voice-top {
  display: flex;
  gap: 50px;
  width: 90%;
  margin: 100px auto 0 auto;
}
@media screen and (max-width: 800px) {
  .p-recruit__voice-top {
    gap: 30px;
    margin: 40px auto 0 0;
  }
}
.p-recruit__voice-middle {
  display: flex;
  gap: 50px;
  width: 90%;
  margin: 40px auto 0 auto;
}
.p-recruit__voice-bottom {
  display: flex;
  gap: 50px;
  width: 90%;
  margin: 14px 0 30px 21%;
}
@media screen and (max-width: 800px) {
  .p-recruit__voice-bottom {
    margin: 40px 0 0 auto;
  }
}
.p-recruit__button {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 120px;
}
.p-recruit__button .c-button--round {
  margin: 0;
}

/*========= プライバシーポリシーページ用のCSS ===============*/
.p-privacy__privacy-policy {
  margin-top: 82px;
  margin-bottom: 100px;
  line-height: 2;
}
.p-privacy__privacy-policy__category {
  list-style: decimal;
  padding-left: 2rem;
}
.p-privacy__privacy-policy__category li {
  margin-bottom: 2rem;
}
.p-privacy__privacy-policy__sub-category {
  list-style: decimal;
  padding-left: 2rem;
}
.p-privacy__privacy-policy__sub-category li {
  margin-bottom: 0.5rem;
}
.p-privacy .c-button--round {
  margin: 0 auto;
}

.c-nav {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  right: 0;
  width: 210px;
  font-size: 1.9rem;
  font-weight: 500;
  background-color: #fff;
  transform: translateX(100%);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  will-change: transform, opacity;
  z-index: 101;
}
.c-nav__list {
  padding: 20px 25px;
  background-color: #fff;
}
.c-nav__item {
  margin: 35px 0;
  transition: 0.2s;
}
.c-nav__item:hover .c-nav__link {
  color: #f76f9a;
}
@media screen and (max-width: 800px) {
  .c-nav__item:hover .c-nav__link {
    color: inherit;
  }
}
.c-nav__link {
  transition: 0.2s;
}
.c-nav.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.c-nav.is-active .c-nav__close {
  opacity: 1;
}
.c-nav.fade-out {
  opacity: 0;
  visibility: hidden;
  transform: translateX(0);
  transition: 0.3s;
}
.c-nav__header {
  padding: 20px 23px 15px 23px;
  background-color: #f76f9a;
}
.c-nav__close {
  display: block;
  width: 34px;
  margin: 0 0 0 auto;
}
.c-nav__close img {
  width: 100%;
}
.c-nav__sub-item {
  transition: 0.2s;
}
.c-nav__sub-item::before {
  content: "";
  width: 15px;
  height: 1px;
}
.c-nav__sub-item:hover {
  transform: translateX(5px);
}
@media screen and (max-width: 800px) {
  .c-nav__sub-item:hover {
    transform: translateX(0);
  }
}
.c-nav__sub-item:hover .c-nav__sub-link {
  color: #f76f9a;
}
@media screen and (max-width: 800px) {
  .c-nav__sub-item:hover .c-nav__sub-link {
    color: inherit;
  }
}
.c-nav__sub-item:hover .c-nav__sub-link::before {
  background-color: #f76f9a;
}
@media screen and (max-width: 800px) {
  .c-nav__sub-item:hover .c-nav__sub-link::before {
    background-color: #000;
  }
}
.c-nav__sub-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.c-nav__sub-list.is-open {
  max-height: 60px;
  margin-top: 8px;
}
.c-nav__sub-link {
  position: relative;
  padding-left: 25px;
  font-size: 1.3rem;
  font-weight: nomal;
  transition: 0.2s;
}
.c-nav__sub-list .c-nav__sub-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 15px;
  background-color: #000;
  transform: translateY(-50%);
  transition: 0.2s;
}
.c-nav__has-sub {
  display: block;
  position: relative;
  cursor: pointer;
}
.c-nav__has-sub::after {
  content: "+";
  position: absolute;
  top: -8px;
  right: 40px;
  font-size: 3rem;
  color: #f76f9a;
}

.c-button--work-play {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
  width: 130px;
  height: 130px;
  font-weight: bold;
  background-color: #f2f2f2;
  border-radius: 100%;
  color: #737373;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .c-button--work-play {
    background-color: #f76f9a;
    color: #fff;
  }
}
.c-button--work-play__work {
  position: absolute;
  margin-top: 50px;
  opacity: 1;
  transition: all 0.3s ease;
}
.c-button--work-play__play {
  position: absolute;
  margin-top: 50px;
  opacity: 0;
  transition: all 0.3s ease;
}

.c-button--work-play::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 49px;
  width: 12px;
  height: 50px;
  background-color: #f76f9a;
  transform: skew(-10deg, -10deg);
  rotate: -10deg;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .c-button--work-play::before {
    top: 20px;
    background-color: #fff;
  }
}

.c-button--work-play::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 69px;
  width: 12px;
  height: 50px;
  background-color: #f76f9a;
  transform: skew(-10deg, -10deg);
  rotate: -10deg;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .c-button--work-play::after {
    top: 30px;
    background-color: #fff;
  }
}

.c-button--work-play:hover {
  color: #fff;
  background-color: #f76f9a;
}
.c-button--work-play:hover .c-button--work-play__work {
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .c-button--work-play:hover .c-button--work-play__work {
    opacity: 1;
  }
}
.c-button--work-play:hover .c-button--work-play__play {
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .c-button--work-play:hover .c-button--work-play__play {
    opacity: 0;
  }
}
.c-button--work-play:hover::before {
  top: 20px;
  background-color: #fff;
}
.c-button--work-play:hover::after {
  top: 30px;
  background-color: #fff;
}

.c-button--round {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  font-size: 1.4rem;
  text-align: center;
  color: #737373;
  background-color: #f2f2f2;
  border-radius: 50%;
  transition: 0.2s;
}
@media screen and (max-width: 800px) {
  .c-button--round {
    background-color: #f76f9a;
    color: #fff;
  }
}
.c-button--round:hover {
  background-color: #f76f9a;
  color: #fff;
}

.c-button--privacy {
  display: block;
  width: fit-content;
  font-size: 1.5rem;
  color: #737373;
  text-decoration: underline;
  transition: 0.2s;
}
.c-button--privacy:hover {
  opacity: 0.6;
}

.c-page-title {
  font-size: 4.5rem;
  font-weight: 600;
  color: #f76f9a;
  line-height: 1.4;
}
.c-page-title span {
  display: block;
  font-size: 1.9rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 800px) {
  .c-page-title span {
    font-size: 1.5rem;
  }
}

.c-round-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 285px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  color: #f76f9a;
}
@media screen and (max-width: 800px) {
  .c-round-title {
    width: 150px;
  }
}
.c-round-title > * {
  margin-top: -10px;
  padding: 3px 23px;
  font-size: 4.6rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .c-round-title > * {
    font-size: 1.8rem;
  }
}
.c-round-title--pink {
  color: white;
  background-color: #f76f9a;
}
.c-round-title--pink > * {
  border-bottom: 4px solid #fff;
}
@media screen and (max-width: 800px) {
  .c-round-title--pink > * {
    border-bottom: 2px solid #fff;
  }
}
.c-round-title--gray {
  color: #f76f9a;
  background-color: #f2f2f2;
}
.c-round-title--gray > * {
  border-bottom: 4px solid #f76f9a;
}
@media screen and (max-width: 800px) {
  .c-round-title--gray > * {
    border-bottom: 2px solid #f76f9a;
  }
}

.c-load {
  position: absolute;
  width: 100%;
  height: 150px;
  z-index: -1;
}
.c-load__path {
  position: absolute;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #fafafa;
  z-index: -3;
}

.c-works-item {
  background: #fff;
  overflow: hidden;
}
.c-works-item__image {
  width: 100%;
  aspect-ratio: 280/190;
  overflow: hidden;
}
.c-works-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.c-works-item__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
  top: -15px;
  width: 80%;
  margin: 0px 0 0px 10px;
  padding: 5px 14px;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  border: 1px solid #707070;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .c-works-item__title {
    top: 0;
    padding: 0;
    margin: 5px 0;
    width: 100%;
    font-size: 1.4rem;
    color: #f76f9a;
    background-color: transparent;
    border: none;
  }
}
.c-works-item:hover .c-works-item__image img {
  transform: scale(1.1);
  opacity: 0.8;
}

.c-event-item {
  background: #fff;
  overflow: hidden;
}
.c-event-item__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.c-event-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-in-out;
}
.c-event-item__title {
  padding: 6px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #f76f9a;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 800px) {
  .c-people {
    transform: scale(0.8);
  }
}

.swiper .c-slider-pagination {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-top: 35px;
}
@media screen and (max-width: 800px) {
  .swiper .c-slider-pagination {
    margin-top: 65px;
  }
}
.swiper .c-slider-pagination__prev, .swiper .c-slider-pagination__next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-top: unset;
  width: 33px;
  height: 33px;
  background-color: #f76f9a;
  border-radius: 100%;
}
.swiper .c-slider-pagination__prev::after, .swiper .c-slider-pagination__next::after {
  font-size: 1.6rem;
  color: #fff;
}
.swiper .c-slider-pagination__prev.swiper-button-disabled, .swiper .c-slider-pagination__next.swiper-button-disabled {
  opacity: 1 !important;
  background: #fff;
  border: 2px solid #f76f9a;
}
.swiper .c-slider-pagination__prev.swiper-button-disabled::after, .swiper .c-slider-pagination__next.swiper-button-disabled::after {
  color: #f76f9a;
}

.cookie-modal {
  position: fixed;
  display: flex;
  justify-content: space-around;
  align-items: end;
  width: 80%;
  height: fit-content;
  bottom: 0;
  padding: 25px 10px 20px 50px;
  font-size: 1.2rem;
  background-color: #f76f9a;
  color: #fff;
  transition: 0.4s;
  transform: translateX(-98%);
  opacity: 0;
  z-index: 100;
}
@media screen and (max-width: 800px) {
  .cookie-modal {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 200px;
    padding: 0 30px;
    gap: 30px;
  }
}
.cookie-modal__inner {
  display: flex;
  gap: clamp(10px, 2vw, 30px);
}
@media screen and (max-width: 800px) {
  .cookie-modal__inner {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    gap: 0;
  }
}
.cookie-modal__privacypolicy {
  text-decoration: underline;
}
.cookie-modal .cookie-modal__allow-btn {
  width: fit-content;
  height: fit-content;
  padding: 5px 15px;
  color: #101010;
  background-color: #f2f6ff;
  cursor: pointer;
}
.cookie-modal.is-active {
  transition: 0.5s ease-in-out;
  transform: translateX(0);
  opacity: 1;
}

.c-post-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
}
.c-post-pagination a {
  display: flex;
  align-items: center; /* 画像と文字を縦方向中央に */
  flex-direction: row; /* 念のため横並びを明示 */
  gap: 0.5em; /* アイコンと文字の間に余白 */
}
.c-post-pagination a:nth-child(2) {
  flex-direction: row-reverse;
}
.c-post-pagination a span {
  white-space: nowrap;
}

.is-disabled {
  color: #acacac;
  pointer-events: none;
}
.is-disabled img {
  opacity: 0.5;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.l-header__logo {
  width: 125px;
}
@media screen and (max-width: 800px) {
  .l-header__logo {
    width: 110px;
  }
}
.l-header__logo img {
  width: 100%;
}
.l-header__menu-open {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  z-index: 10;
}
.l-header__menu-open span {
  width: 35px;
  height: 3px;
  border-radius: 3px;
  background-color: #f76f9a;
}
.l-header__menu-open.active span:nth-of-type(1) {
  top: 50%;
  left: 25%;
  transform: rotate(-45deg);
  width: 50%;
}
.l-header__menu-open.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__menu-open.active span:nth-of-type(3) {
  top: 50%;
  left: 25%;
  transform: rotate(-45deg);
  width: 50%;
}

.totop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 35px;
  height: 40px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #f76f9a;
  opacity: 0;
  z-index: 100;
  transition: 0.3s;
  cursor: pointer;
}
.totop::before {
  content: "";
  position: absolute;
  background: url("../images/icons/totop.svg") no-repeat;
  top: -20px;
  left: 3px;
  width: 30px;
  height: 20px;
}

.l-footer__inner {
  width: fit-content;
  margin: 0 auto;
  padding: 50px 0;
}
.l-footer__privacy {
  margin: 0 auto 30px auto;
}
.l-footer__info {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .l-footer__info {
    flex-direction: column;
  }
}
.l-footer__info img {
  width: 70px;
}
.l-footer__info__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 400px;
}
.l-footer__info p {
  font-size: 1.1rem;
}

.l-inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.l-page-wrapper {
  position: relative;
  padding: 170px 0;
}
@media screen and (max-width: 800px) {
  .l-page-wrapper {
    padding: 120px 0 60px 0;
  }
}

.l-load-wrapper {
  position: relative;
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */