@charset "UTF-8";
/* リキッドレイアウト対応 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

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

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

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

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #191918;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  html {
    font-size: 1.6666666667vw;
  }
}

html.is-fixed {
  overflow: hidden;
}

/* pcの電話番号発信対応 */
/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body.top {
  background-color: #f7f74d;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

/* Set core root defaults */
/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* l-contents */
.l-contents {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-contents {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
}

/* l-inner */
.l-inner {
  width: 100%;
  max-width: 1010px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 990px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* l-page */
.l-page {
  padding-top: 140px;
  padding-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .l-page {
    padding-top: 4.125rem;
  }
}

.c-apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  height: 3.75rem;
  min-width: 200px;
  min-width: 12.5rem;
  padding: 0 63px 0 30px;
  padding: 0 3.9375rem 0 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: 3.125rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-apply {
    font-size: 1rem;
  }
}
.c-apply:hover::before {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}

.c-apply--red {
  background-color: #C71700;
}

.c-apply--inter {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 800;
}

.c-apply--purple {
  background-color: #8523BC;
}

.c-apply--green {
  background-color: #009844;
}
@media screen and (max-width: 767px) {
  .c-apply--green {
    line-height: 1.3;
  }
}

.c-apply::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 36px;
  right: 2.25rem;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background-image: url(../images/common/apply_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-apply--arrow::before {
  background-image: url(../images/common/arrow-right.svg);
  height: 30px;
  height: 1.875rem;
  width: 33px;
  width: 2.0625rem;
  right: 22px;
  right: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-apply--arrow::before {
    height: 1.5rem;
    width: 1.625rem;
  }
}

/* c-breadcrumb */
.c-breadcrumb {
  position: relative;
}

.c-breadcrumb--single {
  z-index: 2;
  padding-top: 17px;
  padding-top: 1.0625rem;
  padding-left: 40px;
  padding-left: 2.5rem;
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}

.c-breadcrumb__item:not(:first-child) {
  position: relative;
}

.c-breadcrumb__item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -16px;
  left: -1rem;
  width: 16px;
  width: 1rem;
  height: 13px;
  height: 0.8125rem;
  background-image: url(../images/icon/icon_breadcrumb-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.c-breadcrumb__link {
  display: block;
  padding: 2px 12px 4px;
  padding: 0.125rem 0.75rem 0.25rem;
  background-color: #fff;
  border-radius: 1.25rem;
  line-height: 1;
}

.c-breadcrumb__link--home {
  text-transform: uppercase;
  opacity: 0.6;
}

@media (any-hover: hover) {
  .c-breadcrumb__link--home:hover {
    opacity: 1;
  }
}
.c-breadcrumb__text {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  color: #191918;
  line-height: 1;
}

/* c-btn */
.c-btn {
  width: 100%;
  max-width: 200px;
  max-width: 12.5rem;
  height: 60px;
  height: 3.75rem;
  border-radius: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn {
    max-width: 12.5rem;
    height: 3.75rem;
  }
}

.c-btn--yellow {
  background-color: #F7F74D;
}

@media (any-hover: hover) {
  .c-btn--yellow:hover {
    background-color: #CECE3F;
  }
}
.c-btn--purple {
  background-color: #AF48F0;
  color: #fff;
}

@media (any-hover: hover) {
  .c-btn--purple:hover {
    background-color: #8523BC;
  }
}
.c-btn--red {
  background-color: #C71700;
  color: #fff;
}

.c-btn__text {
  display: grid;
  grid-template-columns: 0.875rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  gap: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-btn__text {
    font-size: 1.25rem;
  }
}

.c-btn__text::before {
  content: "";
  display: block;
  width: 14px;
  width: 0.875rem;
  height: 22px;
  height: 1.375rem;
  background-image: url(../images/icon/icon_btn-arrow-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-btn__text--red::before,
.c-btn__text--white::before {
  background-image: url(../images/icon/icon_btn-arrow-white.svg);
}

@media (any-hover: hover) {
  .c-btn:hover .c-btn__text::before {
    -webkit-transform: translateX(-0.3125rem);
            transform: translateX(-0.3125rem);
  }
}
/* c-contents-title-about */
.c-contents-title-about {
  position: relative;
  font-size: medium;
  font-size: initial;
}

.c-contents-title-about__line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  width: 0.375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ef6f), color-stop(33.33%, #00c359), color-stop(33.33%, #63d26c), color-stop(66.66%, #63d26c), color-stop(66.66%, #009844), to(#009844));
  background: linear-gradient(to bottom, #00ef6f 0%, #00c359 33.33%, #63d26c 33.33%, #63d26c 66.66%, #009844 66.66%, #009844 100%);
}
@media screen and (max-width: 767px) {
  .c-contents-title-about__line {
    width: 0.1875rem;
  }
}

.c-contents-title-about__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #373736;
  letter-spacing: 2px;
  line-height: 1.8;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .c-contents-title-about__title {
    font-size: 0.75rem;
    padding-left: 0.6875rem;
  }
}

/* c-contents-title-works */
.c-contents-title-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  gap: 0.625rem;
}

.c-contents-title-works__title {
  position: relative;
  font-size: medium;
  font-size: initial;
}

.c-contents-title-works__line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  width: 0.375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ef6f), color-stop(33.33%, #00c359), color-stop(33.33%, #63d26c), color-stop(66.66%, #63d26c), color-stop(66.66%, #009844), to(#009844));
  background: linear-gradient(to bottom, #00ef6f 0%, #00c359 33.33%, #63d26c 33.33%, #63d26c 66.66%, #009844 66.66%, #009844 100%);
}
@media screen and (max-width: 767px) {
  .c-contents-title-works__line {
    width: 0.1875rem;
  }
}

.c-contents-title-works__text {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #373736;
  line-height: 1.4;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .c-contents-title-works__text {
    font-size: 1.5rem;
    padding-left: 0.6875rem;
  }
}

.c-contents-title-works__en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #000;
  line-height: 1.2;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-contents-title-works__en {
    font-size: 0.75rem;
    letter-spacing: 2px;
  }
}

/* c-hamburger */
.c-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  width: 1.25rem;
  height: 26px;
  height: 1.625rem;
  cursor: pointer;
  gap: 5px;
  gap: 0.3125rem;
  z-index: 9999;
  position: relative;
}
.c-hamburger::after {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.c-hamburger:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-hamburger__line {
  display: block;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background-color: #020617;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.c-hamburger.is-open .c-hamburger__line:nth-child(1) {
  -webkit-transform: translateY(0.4375rem) rotate(45deg);
          transform: translateY(0.4375rem) rotate(45deg);
}

.c-hamburger.is-open .c-hamburger__line:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.c-hamburger.is-open .c-hamburger__line:nth-child(3) {
  -webkit-transform: translateY(-0.4375rem) rotate(-45deg);
          transform: translateY(-0.4375rem) rotate(-45deg);
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F7F74D;
  z-index: 9999;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

/* c-section-title */
.c-section-title {
  position: relative;
  font-size: medium;
  font-size: initial;
  padding-left: 16px;
  padding-left: 1rem;
}

.c-section-title__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  width: 0.375rem;
  height: 100%;
}

.c-section-title__line--project {
  background: -webkit-gradient(linear, left top, left bottom, from(#CECE3F), color-stop(33.33%, #CECE3F), color-stop(33.33%, #A6A631), color-stop(66.66%, #A6A631), color-stop(66.66%, #7F7F23), to(#7F7F23));
  background: linear-gradient(to bottom, #CECE3F 0%, #CECE3F 33.33%, #A6A631 33.33%, #A6A631 66.66%, #7F7F23 66.66%, #7F7F23 100%);
}

.c-section-title__line--entry {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC8C7), color-stop(33.33%, #FFC8C7), color-stop(33.33%, #FF8D8A), color-stop(66.66%, #FF8D8A), color-stop(66.66%, #FF3B30), to(#FF3B30));
  background: linear-gradient(to bottom, #FFC8C7 0%, #FFC8C7 33.33%, #FF8D8A 33.33%, #FF8D8A 66.66%, #FF3B30 66.66%, #FF3B30 100%);
}

.c-section-title__line--internship {
  background: -webkit-gradient(linear, left top, left bottom, from(#DABBF9), color-stop(33.33%, #DABBF9), color-stop(33.33%, #C387F5), color-stop(66.66%, #C387F5), color-stop(66.66%, #AF48F0), to(#AF48F0));
  background: linear-gradient(to bottom, #DABBF9 0%, #DABBF9 33.33%, #C387F5 33.33%, #C387F5 66.66%, #AF48F0 66.66%, #AF48F0 100%);
}

.c-section-title__line--local {
  background: -webkit-gradient(linear, left top, left bottom, from(#00EF6F), color-stop(33.33%, #00EF6F), color-stop(33.33%, #00C359), color-stop(66.66%, #00C359), color-stop(66.66%, #009844), to(#009844));
  background: linear-gradient(to bottom, #00EF6F 0%, #00EF6F 33.33%, #00C359 33.33%, #00C359 66.66%, #009844 66.66%, #009844 100%);
}

.c-section-title__sub {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-section-title__sub {
    font-size: 0.6875rem;
    font-weight: 800;
    line-height: 1.8;
    letter-spacing: 0.125rem;
  }
}

.c-section-title__name {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__name {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.03125rem;
  }
}

.c-section-title__name--local {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-section-title__name--local {
    white-space: normal;
  }
}

.c-section-title__name--entry {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  letter-spacing: initial;
}
@media screen and (max-width: 767px) {
  .c-section-title__name--entry {
    font-size: 1.125rem;
  }
}

/* c-top-title */
.c-top-title__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  gap: 0.3125rem;
}

.c-top-title__line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  width: 0.375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#a681ff), color-stop(33.33%, #a681ff), color-stop(33.33%, #63d26c), color-stop(66.66%, #63d26c), color-stop(66.66%, #ff8141), to(#ff8141));
  background: linear-gradient(to bottom, #a681ff 0%, #a681ff 33.33%, #63d26c 33.33%, #63d26c 66.66%, #ff8141 66.66%, #ff8141 100%);
}

.c-top-title__line--right {
  left: auto;
  left: initial;
  right: 0;
}

.c-top-title__line--left {
  left: 0;
  right: auto;
  right: initial;
}

.c-top-title__main {
  width: auto;
  height: 57px;
  height: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .c-top-title__main {
    height: 2.875rem;
  }
}

.c-top-title__main--about {
  width: 400px;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .c-top-title__main--about {
    width: 20rem;
  }
}

.c-top-title__main--inside {
  width: 393px;
  width: 24.5625rem;
}
@media screen and (max-width: 767px) {
  .c-top-title__main--inside {
    width: 19.625rem;
  }
}

.c-top-title__main--culture {
  width: 380px;
  width: 23.75rem;
}
@media screen and (max-width: 767px) {
  .c-top-title__main--culture {
    width: 19rem;
  }
}

.c-top-title__main--works {
  width: 311px;
  width: 19.4375rem;
}
@media screen and (max-width: 767px) {
  .c-top-title__main--works {
    width: 15.5625rem;
  }
}

.c-top-title__main--join {
  width: 173px;
  width: 10.8125rem;
}
@media screen and (max-width: 767px) {
  .c-top-title__main--join {
    width: 8.6875rem;
  }
}

.c-top-title__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-top-title__sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  color: #373736;
}

.c-top-title--left .c-top-title__inner {
  padding-left: 26px;
  padding-left: 1.625rem;
}
@media screen and (max-width: 767px) {
  .c-top-title--left .c-top-title__inner {
    padding-left: 1rem;
  }
}

.c-top-title--left .c-top-title__text-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-top-title--left .c-top-title__line--right {
  display: none;
}

.c-top-title--right .c-top-title__inner {
  padding-right: 26px;
  padding-right: 1.625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-top-title--right .c-top-title__inner {
    padding-right: 1rem;
  }
}

.c-top-title--right .c-top-title__line--left {
  display: none;
}

.c-top-title--center {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-top-title--center .c-top-title__inner {
  display: inline-block;
  padding-left: 46px;
  padding-left: 2.875rem;
  padding-right: 46px;
  padding-right: 2.875rem;
}

/* p-discussion-item */
.p-discussion-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
  gap: 5rem;
  width: 100%;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-discussion-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-discussion-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75%;
  height: 2px;
  height: 0.125rem;
  background-color: #A6A631;
}

.p-discussion-item__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  gap: 3.75rem;
  width: 100%;
  max-width: 720px;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-discussion-item__inner {
    gap: 2.5rem;
  }
}

.p-discussion-item__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  color: #A6A631;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-discussion-item__title {
    font-size: 1.5rem;
  }
}

.p-discussion-item__talk {
  width: 100%;
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 18px;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-discussion-item__talk {
    grid-template-columns: 3.75rem 1fr;
    gap: 0.625rem;
  }
}

.p-discussion-item__talk-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-discussion-item__talk-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
  }
}

.p-discussion-item__talk-icon-image {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  border-radius: 50%;
  overflow: hidden;
}

.p-discussion-item__talk-icon-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-discussion-item__talk-icon-name {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #A6A631;
  letter-spacing: 1px;
}

.p-discussion-item__talk-icon-name .small {
  font-size: 8px;
  font-size: 0.5rem;
}

.p-discussion-item__talk-text {
  font-size: 16px;
  font-size: 1rem;
  color: #1E293B;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.p-discussion-item__talk-text.p-discussion-item__talk-text--question {
  font-weight: 600;
}

.p-discussion-item__talk-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}

.p-discussion-item__image {
  width: 100%;
  aspect-ratio: 600/400;
  border-radius: 1.25rem;
  overflow: hidden;
}

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

.p-discussion-item__image-top,
.p-discussion-item__image-bottom {
  width: 100%;
  aspect-ratio: 960/640;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-discussion-item__image-top,
  .p-discussion-item__image-bottom {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.p-discussion-item__image-top--large {
  border-radius: 0;
}

.p-discussion-item__image-top img,
.p-discussion-item__image-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* p-discussion */
.p-discussion {
  width: 100%;
}

.p-discussion__mv {
  width: 100%;
}

.p-discussion__contents {
  width: 100%;
}

.p-discussion__contents-wrap {
  display: grid;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-discussion__contents-wrap {
    gap: 2rem;
  }
}

.p-discussion__intro {
  width: 100%;
}

.p-discussion__intro-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #A6A631;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-discussion__intro-text {
    font-size: 0.75rem;
  }
}

.p-discussion__intro-text:not(:first-child) {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-discussion__intro-text:not(:first-child) {
    margin-top: 1em;
  }
}

.p-discussion__members {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-discussion__members {
    grid-template-columns: repeat(3, 1fr);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-discussion__members-item {
  width: 100%;
  max-width: 140px;
  max-width: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-discussion__members-item {
    max-width: 6.25rem;
  }
}

.p-discussion__members-item-image {
  width: 100%;
  max-width: 140px;
  max-width: 8.75rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-discussion__members-item-image {
    max-width: 5.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-discussion__members-item-body {
  width: 100%;
  text-align: center;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-discussion__members-item-name {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #A6A631;
}
@media screen and (max-width: 767px) {
  .p-discussion__members-item-name {
    font-size: 0.875rem;
    letter-spacing: 1px;
  }
}

.p-discussion__members-item-meta {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #A6A631;
}
@media screen and (max-width: 767px) {
  .p-discussion__members-item-meta {
    font-size: 0.625rem;
  }
}

.p-discussion__discussion-items {
  width: 100%;
}

.p-discussion__btn-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-discussion__btn-wrap {
    margin-top: 2.5rem;
  }
}

/* p-profile-company-permission */
.p-profile-company-permission {
  display: grid;
  gap: 48px;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-profile-company-permission {
    gap: 1.5625rem;
  }
}

.p-profile-company-permission__wrap {
  width: 100%;
  display: grid;
  gap: 8px;
  gap: 0.5rem;
}

.p-profile-company-permission__title {
  font-weight: 700;
}

.p-profile-company-permission__item {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-profile-company-permission__item {
    grid-template-columns: 1fr;
  }
}

.p-profile-company-permission__item-title {
  font-weight: 700;
  line-height: 1.5;
}

.p-profile-company-permission__item-content--list-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-profile-company-permission__item-content--list-type {
    gap: 0.625rem;
  }
}

.p-profile-company-permission__item-content-list {
  list-style: none;
}

/* p-profile-company */
.p-profile-company {
  width: 100%;
}

.p-profile-company__items {
  width: 100%;
}

.p-profile-company__item {
  width: 100%;
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  border-top: 1px solid #00C359;
  border-top: 0.0625rem solid #00C359;
}
@media screen and (max-width: 767px) {
  .p-profile-company__item {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    padding: 0.5rem 0.75rem;
  }
}

.p-profile-company__item:last-child {
  border-bottom: 1px solid #00C359;
  border-bottom: 0.0625rem solid #00C359;
}

.p-profile-company__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 12px;
  padding: 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 800;
  color: #006f30;
}
@media screen and (max-width: 767px) {
  .p-profile-company__item-title {
    padding: 0;
    font-size: 0.625rem;
  }
}

.p-profile-company__item-content {
  width: 100%;
  padding: 12px;
  padding: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-profile-company__item-content {
    padding: 0;
    font-size: 0.6875rem;
  }
}

.p-profile-company__item-content-list {
  padding-left: 18px;
  padding-left: 1.125rem;
  list-style: disc;
  list-style-position: outside;
}

/* p-profile-history */
.p-profile-history {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-profile-history__items {
  position: relative;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-profile-history__items {
    padding-left: 1.25rem;
  }
}

.p-profile-history__items::after {
  content: "";
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 75.5px;
  left: 4.71875rem;
  width: 1px;
  width: 0.0625rem;
  height: 95%;
  background-color: #00C359;
}
@media screen and (max-width: 767px) {
  .p-profile-history__items::after {
    left: 0.3125rem;
  }
}

.p-profile-history__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-profile-history__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3125rem;
  }
}

.p-profile-history__item-year {
  position: relative;
  width: 70px;
  width: 4.375rem;
  padding-top: 3px;
  padding-top: 0.1875rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: right;
  color: #006f30;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-profile-history__item-year {
    padding-top: 0.125rem;
    padding-right: 0;
    text-align: left;
  }
}

.p-profile-history__item-year::after {
  content: "";
  position: absolute;
  top: 6px;
  top: 0.375rem;
  right: -12px;
  right: -0.75rem;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #00C359;
}
@media screen and (max-width: 767px) {
  .p-profile-history__item-year::after {
    right: inherit;
    left: -1.25rem;
  }
}

.p-profile-history__item-content {
  width: 100%;
  padding-left: 12px;
  padding-left: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-profile-history__item-content {
    padding-left: 0;
  }
}

/* p-profile-mission */
.p-profile-mission {
  width: 100%;
}

.p-profile-mission__image {
  width: 100%;
}

.p-profile-mission__image img {
  width: 100%;
  mix-blend-mode: multiply;
}

/* p-profile-office */
.p-profile-office {
  width: 100%;
}

.p-profile-office__items {
  width: 100%;
}

.p-profile-office__item {
  width: 100%;
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  border-top: 1px solid #00C359;
  border-top: 0.0625rem solid #00C359;
}
@media screen and (max-width: 767px) {
  .p-profile-office__item {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    padding: 1.5rem 0.75rem;
  }
}

.p-profile-office__item:last-child {
  border-bottom: 1px solid #00C359;
  border-bottom: 0.0625rem solid #00C359;
}

.p-profile-office__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 12px;
  padding: 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 800;
  color: #006f30;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-profile-office__item-title {
    padding: 0;
    font-size: 0.625rem;
  }
}

.p-profile-office__item-content {
  width: 100%;
  display: grid;
  gap: 12px;
  gap: 0.75rem;
  padding: 24px 12px;
  padding: 1.5rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-profile-office__item-content {
    padding: 0;
  }
}

.p-profile-office__item-content-info {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-profile-office__item-content-info {
    font-size: 0.6875rem;
  }
}

.p-profile-office__item-content-info a {
  text-decoration: underline;
}

.p-profile-office__item-content-map {
  width: 100%;
  aspect-ratio: 649/392;
  overflow: hidden;
}

.p-profile-office__item-content-map iframe {
  width: 100%;
  height: 100%;
}

/* p-profile */
.p-profile {
  position: relative;
}

.p-profile__mv {
  position: relative;
}

.p-profile__contents {
  width: 100%;
}

.p-profile__contents-wrap {
  display: grid;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-profile__contents-wrap {
    gap: 1.25rem;
  }
}

.p-profile__contents-item {
  width: 100%;
  display: grid;
  gap: 40px;
  gap: 2.5rem;
  padding: 80px;
  padding: 5rem;
  border-radius: 1.25rem;
  background-color: #f1f5f9;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-profile__contents-item {
    padding: 1.25rem;
    border-radius: 0.75rem;
    gap: 1.25rem;
  }
}

.p-profile__contents-item--mission {
  gap: 0;
}

.p-profile__contents-item-title {
  width: 100%;
}

.p-profile__contents-item-content {
  width: 100%;
}

.p-profile__btn-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-profile__btn-wrap {
    margin-top: 2.5rem;
  }
}

html, body {
  height: 100%;
}

/* 暫定的にhomeのみ */
body.home.is-scroll-locked {
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
body.home.is-scroll-locked .p-top-fv {
  padding-right: 0px; /* カクツキ対策 */
}
body.home {
  /* ヘッダーとボタンを非表示からフェードインさせるための設定 */
}
body.home .p-header {
  opacity: 0;
}
body.home .p-top-btns {
  opacity: 0;
}
body.home .p-top-btns .p-top-mv__btn-wrap {
  bottom: 2vw;
}

/* HOMEファーストビュー */
.p-top-fv {
  padding-top: 50px;
  padding-top: 3.125rem;
  overflow: hidden;
}
.p-top-fv__copywrapper {
  width: 80%;
  max-width: 545px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.p-top-fv {
  /* キャッチコピー */
}
.p-top-fv__catch {
  display: grid;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 599px) {
  .p-top-fv__catch {
    margin-bottom: 12%;
  }
}
.p-top-fv__catch-item {
  overflow: hidden;
  padding-bottom: 2%;
}
.p-top-fv__catch-item--1 {
  width: 74%;
}
.p-top-fv__catch-item img {
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}
.p-top-fv {
  /* リード文 */
}
.p-top-fv__lead {
  width: 77%;
}
@media screen and (max-width: 599px) {
  .p-top-fv__lead {
    width: 100%;
    max-width: 370px;
  }
}
.p-top-fv__lead {
  margin-bottom: 150px;
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 599px) {
  .p-top-fv__lead {
    margin-bottom: 40%;
  }
}
.p-top-fv__lead {
  display: grid;
  gap: 4%;
}
.p-top-fv__lead-item {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.p-top-fv__lead-item img {
  width: auto;
}
.p-top-fv__lead-item--1 {
  width: 55.18%;
  margin-bottom: 4%;
}
.p-top-fv__lead-item--2 {
  width: 95.72%;
  margin-bottom: 4%;
}
.p-top-fv__lead-item--3 {
  width: 83.33%;
}
.p-top-fv__lead-item--4 {
  width: 70.72%;
  margin-bottom: 4%;
}
.p-top-fv__lead-item--5 {
  width: 100%;
}
.p-top-fv__lead-item--6 {
  width: 75%;
  margin-bottom: 4%;
}
.p-top-fv__lead-item--7 {
  width: 79.05%;
}
.p-top-fv__lead-item--8 {
  width: 95.5%;
  margin-bottom: 4%;
}
.p-top-fv__lead-item--9 {
  width: 50%;
}
.p-top-fv__lead-item--10 {
  width: 100%;
}
.p-top-fv {
  /* イラスト全体 */
}
.p-top-fv__illust {
  position: relative;
  aspect-ratio: 1512/540;
  min-width: 1000px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}
@media screen and (max-width: 599px) {
  .p-top-fv__illust {
    margin-left: 100%;
    -webkit-transform: translateX(-92%);
            transform: translateX(-92%);
  }
}
.p-top-fv {
  /* 山 */
}
.p-top-fv__mountain {
  position: absolute;
  -webkit-transition: top 3s ease-out;
  transition: top 3s ease-out;
}
.p-top-fv__mountain--1 {
  top: 57.41%;
}
.p-top-fv__mountain--2 {
  top: 45.93%;
}
.p-top-fv__mountain--3 {
  top: 33.7%;
}
.p-top-fv__mountain--4 {
  top: 9.81%;
}
.p-top-fv__mountain--5 {
  width: 63.9%;
  top: 11.85%;
}
.p-top-fv__mountain--6 {
  width: 31.6%;
  top: 12.1%;
}
.p-top-fv__mountain--7 {
  width: 65.5%;
  top: 6.48%;
  right: 0;
}
.p-top-fv__mountain--8 {
  top: 0%;
}
.p-top-fv__mountain--1.stt {
  top: -4%;
}
.p-top-fv__mountain--2.stt {
  top: -2%;
}
.p-top-fv__mountain--3.stt {
  top: 0%;
}
.p-top-fv__mountain--4.stt {
  top: -8%;
}
.p-top-fv__mountain--5.stt {
  top: 6%;
}
.p-top-fv__mountain--6.stt {
  top: 12%;
}
.p-top-fv__mountain--7.stt {
  top: 4%;
}
.p-top-fv__mountain--8.stt {
  top: 2%;
}
.p-top-fv {
  /* 地面 */
}
.p-top-fv__land {
  position: absolute;
  top: 61.67%;
  -webkit-transition: top 3s ease;
  transition: top 3s ease;
}
.p-top-fv__land.stt {
  top: -25%;
}
.p-top-fv {
  /* 橋 */
}
.p-top-fv__bridge {
  position: absolute;
}
.p-top-fv__bridge--1 {
  width: 20.83%;
  top: 36%;
  left: -0.5%;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
.p-top-fv__bridge--2 {
  width: 20.11%;
  top: 9.2%;
  left: 54.3%;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.p-top-fv {
  /* 建物グループ */
}
.p-top-fv__objs {
  position: absolute;
  width: 100%;
  height: 30%;
  -webkit-transition: top 3s ease;
  transition: top 3s ease;
}
.p-top-fv__objs--back {
  top: 34%;
}
.p-top-fv__objs--front {
  top: 50%;
}
.p-top-fv__objs--back.stt {
  top: 4%;
}
.p-top-fv__objs--front.stt {
  top: 20%;
}
.p-top-fv {
  /* 建物個別 */
}
.p-top-fv__obj {
  position: absolute;
  width: 2.04%;
  bottom: 0;
}
.p-top-fv__obj--building {
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}
.p-top-fv__obj--building.stt {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.p-top-fv__obj--1-1 {
  width: 2.38%;
  left: 4.36%;
  bottom: 18%;
}
.p-top-fv__obj--1-2 {
  width: 2.51%;
  left: 9.06%;
  bottom: -8%;
}
.p-top-fv__obj--1-3 {
  width: 4.95%;
  left: 14.62%;
  bottom: -25%;
}
.p-top-fv__obj--1-4 {
  left: 20.97%;
  bottom: 5%;
}
.p-top-fv__obj--1-5 {
  width: 6.15%;
  left: 23.87%;
  bottom: 2%;
}
.p-top-fv__obj--1-6 {
  width: 10.19%;
  left: 32.87%;
  bottom: 4%;
}
.p-top-fv__obj--1-7 {
  left: 45.24%;
  bottom: 3%;
}
.p-top-fv__obj--1-8 {
  width: 15.21%;
  left: 55.49%;
  bottom: 4%;
}
.p-top-fv__obj--1-9 {
  left: 74.67%;
  bottom: 8%;
}
.p-top-fv__obj--1-10 {
  width: 5.42%;
  left: 77.58%;
  bottom: 12%;
}
.p-top-fv__obj--1-11 {
  left: 83.47%;
  bottom: 18%;
}
.p-top-fv__obj--1-12 {
  width: 2.45%;
  left: 88.29%;
  bottom: 0%;
}
.p-top-fv__obj--1-13 {
  width: 4.76%;
  left: 92.06%;
  bottom: 30%;
}
.p-top-fv__obj--2-1 {
  left: 10.71%;
  bottom: 4%;
}
.p-top-fv__obj--2-2 {
  width: 4.7%;
  left: 18.19%;
  bottom: 6%;
}
.p-top-fv__obj--2-3 {
  width: 3.57%;
  left: 24.34%;
  bottom: -8%;
}
.p-top-fv__obj--2-4 {
  left: 30.09%;
  bottom: 8%;
}
.p-top-fv__obj--2-5 {
  width: 2.98%;
  left: 33.33%;
  bottom: -30%;
}
.p-top-fv__obj--2-6 {
  width: 2.18%;
  left: 39.09%;
  bottom: -32%;
}
.p-top-fv__obj--2-7 {
  width: 4.63%;
  left: 42.2%;
  bottom: -38%;
}
.p-top-fv__obj--2-8 {
  width: 4.76%;
  left: 54.23%;
  bottom: 11%;
}
.p-top-fv__obj--2-9 {
  left: 59.26%;
  bottom: 12%;
}
.p-top-fv__obj--2-10 {
  width: 6.81%;
  left: 62.43%;
  bottom: -33%;
}
.p-top-fv__obj--2-11 {
  width: 5.36%;
  left: 76.07%;
  bottom: 14%;
}
.p-top-fv__obj--2-12 {
  width: 10.19%;
  left: 83.27%;
  bottom: 16%;
}
.p-top-fv__obj--2-13 {
  left: 95.9%;
  bottom: 18%;
}

/* HOMEファーストビューボタン固定 */
.p-top-btns {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  gap: 15px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-top-btns {
    grid-template-columns: 1fr 1fr;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.p-top-btns__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 80px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, .25);
          box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, .25);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-btns__item {
    width: 120px;
    height: 60px;
  }
}
.p-top-btns__item:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  opacity: 1;
}
.p-top-btns__item-text {
  display: block;
  width: auto;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-btns__item-text {
    height: 35px;
  }
}
.p-top-btns__item-text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* p-top-join */
.p-top-join__btn-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-join__btn-wrap {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-top-join__btn {
  width: 100%;
  aspect-ratio: 360/270;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.p-top-join__btn:hover .p-top-join__btn-text-ja {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-top-join__btn-text-ja {
  display: block;
  width: auto;
  height: 46px;
  height: 2.875rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-top-join__btn-text-ja--entry {
  width: 140px;
  width: 8.75rem;
}

.p-top-join__btn-text-ja--internship {
  width: 260px;
  width: 16.25rem;
}

.p-top-join__btn-text-ja img {
  width: 100%;
}

.p-top-join__btn-text-en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.p-top-join__btn-text-en--entry {
  color: #ff3b30;
}

.p-top-join__btn-text-en--internship {
  color: #af48f0;
}

/* このファイルは他へ移植済みなので実質不要 */
/* p-top-mv */
.p-top-mv {
  position: relative;
}

.p-top-mv__catch {
  padding: 30px 25px 33px;
  padding: 1.875rem 1.5625rem 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__catch {
    padding: 3.125rem 2.625rem 2.9375rem;
  }
}

.p-top-mv__catch-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  gap: 1.875rem;
  width: 100%;
  max-width: 545px;
  max-width: 34.0625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-top-mv__catch-wrap {
    max-width: 19.0625rem;
  }
}

.p-top-mv__catch-title {
  width: 100%;
}

.p-top-mv__catch-text {
  width: 100%;
  max-width: 450px;
  max-width: 28.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__catch-text {
    max-width: 18.9375rem;
  }
}

.p-top-mv__image {
  width: 100%;
}

.p-top-mv__btn-wrap {
  position: absolute;
  bottom: 16vw;
  right: 1.7333333333vw;
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  gap: 1.0666666667vw;
}
@media (min-width: 1500px) {
  .p-top-mv__btn-wrap {
    bottom: 15rem;
    right: 1.625rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__btn-wrap {
    display: none;
  }
}

.p-top-mv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10.6666666667vw;
  height: 5.3333333333vw;
  background-color: #fff;
  border-radius: 0.6666666667vw;
  -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, .25);
          box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, .25);
}
@media (min-width: 1500px) {
  .p-top-mv__btn {
    width: 10rem;
    height: 5rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, .25);
            box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, .25);
  }
}

.p-top-mv__btn-text {
  display: block;
  width: auto;
  height: 2.6666666667vw;
}
@media (min-width: 1500px) {
  .p-top-mv__btn-text {
    height: 2.5rem;
  }
}

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

/* p-top-section */
.p-top-section {
  width: 100%;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-top-section:nth-of-type(odd) {
  background-image: url(../images/top/top_bg-mesh-green.png);
  background-size: 0.5rem;
  background-position: top center;
  background-repeat: repeat;
}

.p-top-section__title {
  width: 100%;
}

.p-top-section__text {
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  color: #373736;
}

.p-top-section:nth-of-type(even) .p-top-section__text {
  text-align: right;
}

.p-top-section__slider-wrap {
  width: calc(50vw + 30rem);
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-section__slider-wrap {
    width: calc(100vw - 0.9375rem);
  }
}

.p-top-section:nth-of-type(even) .p-top-section__slider-wrap {
  margin-right: auto;
  -webkit-transform: translateX(calc(-100% + 60rem));
          transform: translateX(calc(-100% + 60rem));
}
@media screen and (max-width: 1010px) {
  .p-top-section:nth-of-type(even) .p-top-section__slider-wrap {
    -webkit-transform: translateX(calc(-100% + 100vw - 3.125rem));
            transform: translateX(calc(-100% + 100vw - 3.125rem));
  }
}
@media screen and (max-width: 767px) {
  .p-top-section:nth-of-type(even) .p-top-section__slider-wrap {
    margin-right: 0;
    -webkit-transform: translateX(calc(-100% + 100vw - 1.875rem));
            transform: translateX(calc(-100% + 100vw - 1.875rem));
  }
}

.p-top-section__slider-wrap .swiper-slide {
  margin-right: 40px;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-section__slider-wrap .swiper-slide {
    margin-right: 1.25rem;
  }
}

.p-top-section:nth-of-type(even) .p-top-section__slider-wrap .swiper-slide {
  margin-right: 0;
  margin-left: 40px;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-section:nth-of-type(even) .p-top-section__slider-wrap .swiper-slide {
    margin-left: 1.25rem;
  }
}

.p-top-section__join {
  width: 100%;
  max-width: 760px;
  max-width: 47.5rem;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-top-section__join {
    max-width: 18.75rem;
  }
}

/* p-top-swiper */
.p-top-swiper {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: visible;
}
.p-top-swiper.is-initialized {
  opacity: 1;
}

.p-top-swiper__wrapper {
  position: relative;
  padding-bottom: 70px !important;
  padding-bottom: 4.375rem !important;
}
@media screen and (max-width: 767px) {
  .p-top-swiper__wrapper {
    padding-bottom: 3.125rem !important;
  }
}

.p-top-swiper__wrapper--inside,
.p-top-swiper__wrapper--works {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-top-swiper__wrapper--inside,
  .p-top-swiper__wrapper--works {
    width: auto;
    width: initial;
    margin-left: 0;
  }
}

.p-top-swiper__item {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  gap: 1.25rem;
  -webkit-transition: none;
  transition: none;
}

.p-top-swiper__item-image {
  width: 100%;
  aspect-ratio: 360/270;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
  overflow: hidden;
}

.p-top-swiper__item-image img {
  width: 100%;
}

@media (any-hover: hover) {
  .p-top-swiper__item:hover .p-top-swiper__item-image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
.p-top-swiper__item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  color: #373736;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: auto;
  top: initial;
  bottom: 0;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00C359;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media (any-hover: hover) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-color: #006f30;
  }
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  background-color: #373736;
}

.swiper-button-next.both-disabled,
.swiper-button-prev.both-disabled {
  display: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  width: 16px;
  width: 1rem;
  height: 15px;
  height: 0.9375rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next {
  left: 45px;
  left: 2.8125rem;
  right: inherit;
}

.p-top-section:nth-of-type(even) .swiper-button-next {
  left: inherit;
  right: 0;
}

.swiper-button-next::after {
  background-image: url(../images/icon/icon_arrow-right.svg);
}

.swiper-button-prev {
  left: 0;
  right: inherit;
}

.p-top-section:nth-of-type(even) .swiper-button-prev {
  left: inherit;
  right: 45px;
  right: 2.8125rem;
}

.swiper-button-prev::after {
  background-image: url(../images/icon/icon_arrow-left.svg);
}

/* p-top */
.p-top {
  background-color: #F7F74D;
}

.p-top__mv {
  width: 100%;
}

.p-top__section {
  width: 100%;
}

/* p-works-items */
.p-works-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-works-items {
    grid-template-columns: 1fr;
  }
}

.p-works-items__item {
  width: 100%;
}

.p-works-items__item-link {
  width: 100%;
  display: block;
}

.p-works-items__item-image {
  position: relative;
  width: 100%;
  aspect-ratio: 253/143;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-works-items__item-image::before {
  content: "";
  position: absolute;
  top: 6px;
  top: 0.375rem;
  right: 7.5px;
  right: 0.46875rem;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-image: url(../images/icon/icon_btn-link-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.5;
}

.p-works-items__item-image img {
  width: 100%;
}

.p-works-items__item-title {
  width: 100%;
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  color: #373736;
}

/* p-works */
.p-works {
  width: 100%;
}

.p-works__mv {
  width: 100%;
}

.p-works__contents {
  width: 100%;
}

.p-works__contents-wrap {
  display: grid;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-works__contents-wrap {
    gap: 1.25rem;
  }
}

.p-works__contents-item {
  width: 100%;
  display: grid;
  gap: 56px;
  gap: 3.5rem;
  padding: 80px;
  padding: 5rem;
  border-radius: 1.25rem;
  background-color: #F1F5F9;
}
@media screen and (max-width: 767px) {
  .p-works__contents-item {
    padding: 1.25rem;
    border-radius: 0.75rem;
    gap: 1.25rem;
  }
}

.p-works__btn-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-works__btn-wrap {
    margin-top: 2.5rem;
  }
}

.p-archive__list {
  display: grid;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-archive__list {
    gap: 1.25rem;
  }
}

.p-archive__link {
  display: grid;
  grid-template-columns: 560fr 400fr;
  background-color: #fff;
  -webkit-box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, .1);
  border-radius: 1.25rem;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .p-archive__link {
    grid-template-columns: 1fr;
  }
}
.p-archive__link:hover {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
  -webkit-box-shadow: 0 0.3125rem 0.3125rem 0 rgba(0, 0, 0, .15);
          box-shadow: 0 0.3125rem 0.3125rem 0 rgba(0, 0, 0, .15);
}

.p-archive__info {
  padding: 56px 20px 56px 62px;
  padding: 3.5rem 1.25rem 3.5rem 3.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-archive__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 1.25rem 2.1875rem 1.25rem 1.25rem;
  }
}

.p-archive__num {
  position: absolute;
  top: 56px;
  top: 3.5rem;
  left: 40px;
  left: 2.5rem;
  color: #AF48F0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  .p-archive__num {
    top: 1.25rem;
    left: 0rem;
    right: 1rem;
    font-size: 0.6875rem;
    letter-spacing: 0.0625rem;
  }
}

.p-archive__detail {
  padding-left: 19px;
  padding-left: 1.1875rem;
  border-left: 3px solid #AF48F0;
  border-left: 0.1875rem solid #AF48F0;
}
@media screen and (max-width: 767px) {
  .p-archive__detail {
    padding-left: 0;
    padding-right: 0.75rem;
    border-left: none;
    border-right: 0.1875rem solid #AF48F0;
  }
}

.p-archive__comment {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -1px;
  letter-spacing: -0.0625rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-archive__comment {
    font-size: 1rem;
    letter-spacing: -0.05rem;
  }
}

.p-archive__names {
  color: #AF48F0;
  display: grid;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-archive__names {
    margin-top: 1rem;
  }
}

.p-archive__name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-archive__name {
    font-size: 1rem;
  }
}

.p-archive__name span {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-archive__name span {
    font-size: 1.125rem;
    letter-spacing: 0.0625rem;
  }
}

.p-archive__unit {
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-archive__unit {
    font-size: 0.6875rem;
  }
}

.p-archive__unit span:last-child {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.p-archive__image img {
  aspect-ratio: 4/3;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 1.25rem 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-archive__image img {
    border-radius: 1.25rem 1.25rem 0 0;
    aspect-ratio: 350/262;
  }
}

.p-archive__back {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-archive__back {
    margin-top: 2.5rem;
  }
}

.p-archive .l-contents {
  background-color: #FBF6FE;
}

/* p-bg-triangle */
.p-bg-triangle {
  position: relative;
  overflow: hidden;
}

.p-bg-triangle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(20vw, 300px);
  height: 100%;
  background-image: url(../images/common/bg_triangle-left.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-bg-triangle::before {
    display: none;
  }
}

.p-bg-triangle--motion::before {
  background-image: url(../images/common/bg_triangle-left-motion.png);
}

.p-bg-triangle--discussion::before {
  background-image: url(../images/common/bg_triangle-left-discussion.png);
}

.p-bg-triangle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(20vw, 300px);
  height: 100%;
  background-image: url(../images/common/bg_triangle-right.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-bg-triangle::after {
    display: none;
  }
}

.p-bg-triangle--motion::after {
  background-image: url(../images/common/bg_triangle-right-motion.png);
}

.p-bg-triangle--discussion::after {
  background-image: url(../images/common/bg_triangle-right-discussion.png);
}

.p-discussion.p-bg-triangle * {
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-culture__contents-inner {
    padding-inline: 1.25rem;
  }
}

.p-culture__contents-comment {
  padding-inline: 0;
  font-weight: 900;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-culture__contents-comment {
    padding-inline: 0rem;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.5;
  }
}

.p-culture__contents-item {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-culture__contents-item {
    margin-top: 1.25rem;
  }
}

.p-culture__contents-head {
  background-color: #F7F74D;
  padding-block: 38px;
  padding-block: 2.375rem;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  border-radius: 0.75rem 0.75rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-culture__contents-head {
    padding-block: 1.4375rem;
    font-size: 0.875rem;
  }
}

.p-culture__contents-body {
  padding: 80px;
  padding: 5rem;
  background-color: #F1F5F9;
  border-radius: 0 0 0.75rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-culture__contents-body {
    padding: 1.25rem;
  }
}

.p-culture__contents-body-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-culture__contents-body-content {
    display: grid;
    gap: 0.75rem;
  }
}

.p-culture__contents-body-image {
  width: 280px;
  width: 17.5rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-culture__contents-body-image {
    width: 100%;
    aspect-ratio: 28/14;
  }
}

.p-culture__contents-body-image img {
  border-radius: 1rem;
}

.p-culture__contents-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
  margin-top: 56px;
  margin-top: 3.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-culture__contents-text {
    font-size: 0.75rem;
    letter-spacing: 0.0375rem;
    margin-top: 0.75rem;
  }
}

.p-culture__contents-text p:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-culture__contents-textBold {
  font-weight: 700;
}

.p-culture__contents-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-culture__contents-details {
    gap: 0.75rem;
    margin-top: 0.75rem;
  }
}

.p-culture__contents-link {
  padding: 20px;
  padding: 1.25rem;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 200px;
  height: 12.5rem;
  overflow: hidden;
  z-index: 1;
  width: calc(50% - 0.625rem);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-culture__contents-link {
    width: 100%;
    aspect-ratio: 27/16;
    height: auto;
    max-width: 26.875rem;
  }
}
.p-culture__contents-link:hover .p-culture__contents-link-image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-culture__contents-link::before {
  position: absolute;
  content: "";
  background-image: url(../images/recruitment/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  top: 12px;
  top: 0.75rem;
  right: 12px;
  right: 0.75rem;
}

.p-culture__contents-link--interview {
  background-color: #AF48F0;
}

.p-culture__contents-link--recruitment::before {
  display: none;
}

.p-culture__contents-link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-culture__contents-link-interview {
  width: 100px;
  width: 6.25rem;
}

.p-culture__contents-link-text-en--nagata {
  width: 100px;
  width: 6.25rem;
}

.p-culture__contents-link-text-en--takeda {
  width: 115px;
  width: 7.1875rem;
}

.p-culture__contents-link-text-name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-culture__contents-link-text-unit {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-culture__contents-link-text-year {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.p-culture__contents-link-image {
  position: absolute;
  top: 0;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-culture__contents-link-image--interview {
  width: 50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-culture__contents-link-image--interview {
    right: 0;
    width: 45.1612903226%;
  }
}

.p-culture__contents-link-image--day {
  width: 100%;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-culture__contents-link-image--local {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-culture__contents-link-image--rookie {
  width: 100%;
  right: 0;
}

.p-culture__contents-link-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

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

.p-culture__contents-list-item {
  list-style: disc;
  list-style-position: outside;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
  font-weight: 400;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-culture__contents-list-item {
    font-size: 0.75rem;
    letter-spacing: 0.0375rem;
  }
}

.p-culture__back {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  margin-top: 5rem;
}

.p-culture__contents-link--rookie {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-culture__contents-link-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  margin-top: 1.5625rem;
  gap: 15px;
  gap: 0.9375rem;
}

.p-culture__contents-link-rookieText {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  color: #fff;
}

.p-data__items {
  max-width: 760px;
  max-width: 47.5rem;
  margin-inline: auto;
  display: grid;
  gap: 80px;
  gap: 5rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-data__items {
    max-width: 25rem;
    gap: 4rem;
    margin-top: 2.5rem;
  }
}

.p-data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
  gap: 2.5rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-data__item {
    gap: 1rem;
  }
}

.p-data__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .p-data__head {
    min-width: 0;
  }
}

.p-data__name {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
  color: #006f30;
}
@media screen and (max-width: 767px) {
  .p-data__name {
    font-size: 1.3125rem;
  }
}

.p-data__circle {
  min-width: 400px;
  min-width: 25rem;
  min-height: 400px;
  min-height: 25rem;
  border-radius: 1000px;
  background-image: conic-gradient(#F7F74D 0deg, #F7F74D 360deg);
  position: relative;
  -webkit-clip-path: circle();
          clip-path: circle();
  -webkit-transition: background-image 0.1s linear;
  transition: background-image 0.1s linear;
}
@media screen and (max-width: 767px) {
  .p-data__circle {
    min-width: 12.5rem;
    min-height: 12.5rem;
  }
}

.p-data__math {
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  letter-spacing: -0.0625rem;
  color: #00491D;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  opacity: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-data__math {
    font-size: 2.5rem;
  }
}

.p-data__math span {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-data__math span {
    font-size: 0.875rem;
  }
}

.p-data__math small {
  font-size: 30px;
  font-size: 1.875rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-data__math small {
    font-size: 0.875rem;
  }
}

.p-data__math--new {
  top: auto;
  top: initial;
  bottom: 80px;
  bottom: 5rem;
  left: auto;
  left: initial;
  right: 63px;
  right: 3.9375rem;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: initial;
          transform: initial;
}
@media screen and (max-width: 767px) {
  .p-data__math--new {
    bottom: 2.5rem;
    right: 1.875rem;
  }
}

.p-data__math--old {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  letter-spacing: -0.0625rem;
  color: #00491D;
  position: absolute;
  top: 86px;
  top: 5.375rem;
  left: 60px;
  left: 3.75rem;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: initial;
          transform: initial;
}
@media screen and (max-width: 767px) {
  .p-data__math--old {
    font-size: 1.5rem;
    top: 2.6875rem;
    left: 1.875rem;
  }
}

.p-data__careful {
  margin-top: 22.4px;
  margin-top: 1.4rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 600;
  color: #006f30;
}
@media screen and (max-width: 767px) {
  .p-data__careful {
    font-size: 0.75rem;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-data__table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-data__table table {
    width: auto;
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-data__item--table {
    overflow-x: scroll;
  }
}

.p-data__table th,
.p-data__table td {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
  font-weight: 600;
  color: #006f30;
  text-align: center;
  padding-inline: 6px;
  padding-inline: 0.375rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-data__table th,
  .p-data__table td {
    font-size: 0.75rem;
  }
}

.p-data__table tr:nth-child(1) th,
.p-data__table tr:nth-child(1) td {
  padding-left: 0;
}

.p-data__map {
  max-width: 760px;
  max-width: 47.5rem;
  margin-top: 176px;
  margin-top: 11rem;
  margin-inline: auto;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-data__map {
    max-width: 25rem;
    margin-top: 5rem;
    padding-bottom: 2.5rem;
  }
  .p-data__map .p-data__name {
    margin-top: 1rem;
  }
}

.p-data__image {
  position: relative;
  margin-top: -75px;
  margin-top: -4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-data__image {
    margin-top: -2rem;
  }
}
.p-data__image-map {
  width: 100%;
  height: auto;
  display: block;
}
.p-data__image-map--color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

.p-data__image-data {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
}
@media screen and (max-width: 767px) {
  .p-data__image-data {
    font-size: 1rem;
  }
}
@media screen and (max-width: 423px) {
  .p-data__image-data {
    font-size: 0.75rem;
  }
}

.p-data__image-data--green {
  color: #00C359;
}

.p-data__image-data--purple {
  color: #AF48F0;
}

.p-data__image-data--red {
  color: #FF3B30;
}

.p-data__image-data--okayama {
  top: 302px;
  top: 18.875rem;
  left: 164px;
  left: 10.25rem;
}
@media screen and (max-width: 767px) {
  .p-data__image-data--okayama {
    top: 10rem;
    left: 6.25rem;
  }
}
@media screen and (max-width: 423px) {
  .p-data__image-data--okayama {
    top: 37.3333333333vw;
    left: 21.3333333333vw;
  }
}

.p-data__image-data--yamaguchi {
  top: 313px;
  top: 19.5625rem;
  left: 1px;
  left: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-data__image-data--yamaguchi {
    top: 11.25rem;
    left: -0.625rem;
  }
}
@media screen and (max-width: 423px) {
  .p-data__image-data--yamaguchi {
    top: 42.6666666667vw;
    left: 0.2666666667vw;
  }
}

.p-data__image-data--shimane {
  top: 313px;
  top: 19.5625rem;
  left: 54px;
  left: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-data__image-data--shimane {
    top: 11.25rem;
    left: 1.5625rem;
  }
}
@media screen and (max-width: 423px) {
  .p-data__image-data--shimane {
    top: 42.6666666667vw;
    left: 7.4666666667vw;
  }
}

.p-data__image-data--hiroshima {
  top: 313px;
  top: 19.5625rem;
  left: 109px;
  left: 6.8125rem;
}
@media screen and (max-width: 767px) {
  .p-data__image-data--hiroshima {
    top: 11.25rem;
    left: 3.75rem;
  }
}
@media screen and (max-width: 423px) {
  .p-data__image-data--hiroshima {
    top: 42.6666666667vw;
    left: 14.6666666667vw;
  }
}

.p-data__image-data--hyogo {
  top: 313px;
  top: 19.5625rem;
  left: 268px;
  left: 16.75rem;
}
@media screen and (max-width: 767px) {
  .p-data__image-data--hyogo {
    top: 9.375rem;
    left: 9.375rem;
  }
}
@media screen and (max-width: 423px) {
  .p-data__image-data--hyogo {
    top: 40vw;
    left: 32vw;
  }
}

.p-data__image-data--toyama {
  top: 276px;
  top: 17.25rem;
  left: 330px;
  left: 20.625rem;
}
@media screen and (max-width: 767px) {
  .p-data__image-data--toyama {
    top: 8.75rem;
    left: 11.875rem;
  }
}
@media screen and (max-width: 423px) {
  .p-data__image-data--toyama {
    top: 37.3333333333vw;
    left: 40vw;
  }
}

.p-data__image-data--ehime {
  bottom: 13px;
  bottom: 0.8125rem;
  left: 135px;
  left: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .p-data__image-data--ehime {
    bottom: 0.3125rem;
    left: 3.75rem;
  }
}
@media screen and (max-width: 423px) {
  .p-data__image-data--ehime {
    bottom: 1.3333333333vw;
    left: 14.6666666667vw;
  }
}

.p-data__image-data--kagawa {
  bottom: 13px;
  bottom: 0.8125rem;
  left: 190px;
  left: 11.875rem;
}
@media screen and (max-width: 767px) {
  .p-data__image-data--kagawa {
    bottom: 0.3125rem;
    left: 6.25rem;
  }
}
@media screen and (max-width: 423px) {
  .p-data__image-data--kagawa {
    bottom: 1.3333333333vw;
    left: 24vw;
  }
}

.p-data__image-data--aichi {
  bottom: 49px;
  bottom: 3.0625rem;
  left: 320px;
  left: 20rem;
}
@media screen and (max-width: 767px) {
  .p-data__image-data--aichi {
    bottom: 1.25rem;
    left: 10rem;
  }
}
@media screen and (max-width: 423px) {
  .p-data__image-data--aichi {
    bottom: 5.3333333333vw;
    left: 37.3333333333vw;
  }
}

.p-data__image-data--kanagawa {
  bottom: 49px;
  bottom: 3.0625rem;
  left: 386px;
  left: 24.125rem;
}
@media screen and (max-width: 767px) {
  .p-data__image-data--kanagawa {
    bottom: 1.25rem;
    left: 12.5rem;
  }
}
@media screen and (max-width: 423px) {
  .p-data__image-data--kanagawa {
    bottom: 5.3333333333vw;
    left: 45.3333333333vw;
  }
}

.num--large {
  font-size: 50px;
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .num--large {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 423px) {
  .num--large {
    font-size: 1.25rem;
  }
}

.p-data__back {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-data__back {
    margin-top: 2.5rem;
  }
}

.p-day__contents {
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}

.p-day__head {
  background-color: #FFEDEC;
  padding-top: 78px;
  padding-top: 4.875rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-day__head {
    padding-top: 1.25rem;
    padding-inline: 1.25rem;
    padding-bottom: 1.875rem;
  }
}

.p-day__comment {
  text-align: center;
  color: #C71700;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 767px) {
  .p-day__comment {
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: normal;
    letter-spacing: initial;
  }
}

.p-day__anchors {
  max-width: 580px;
  max-width: 36.25rem;
  margin-inline: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  gap: 1.25rem;
}

.p-day__anchor {
  padding-top: 30px;
  padding-top: 1.875rem;
  position: relative;
  display: block;
}
.p-day__anchor:hover {
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
}

.p-day__anchor-item {
  background-color: rgba(255, 255, 255, .5);
  color: #C71700;
  text-align: center;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-radius: 1.25rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-day__anchor-item {
    padding-bottom: 0.75rem;
  }
}

.p-day__anchor-image {
  width: 140px;
  width: 8.75rem;
  height: 140px;
  height: 8.75rem;
  margin-inline: auto;
  -webkit-transform: translateY(-1.875rem);
          transform: translateY(-1.875rem);
}
@media screen and (max-width: 767px) {
  .p-day__anchor-image {
    width: 4.375rem;
    height: 4.375rem;
    -webkit-transform: translateY(-1.25rem);
            transform: translateY(-1.25rem);
  }
}

.p-day__anchor-name {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-day__anchor-name {
    font-size: 1rem;
    margin-top: -0.625rem;
  }
}

.p-day__anchor-name span {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  line-height: 1;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-weight: 900;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-day__anchor-name span {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 0;
  }
}

.p-day__anchor-position,
.p-day__anchor-year {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-day__anchor-position,
  .p-day__anchor-year {
    font-size: 10px;
    line-height: 1.4;
  }
}

.p-day__anchor-arrow {
  width: 17px;
  width: 1.0625rem;
  height: 20px;
  height: 1.25rem;
  margin-inline: auto;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-day__block {
  padding-top: 180px;
  padding-top: 11.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFEDEC));
  background: linear-gradient(180deg, #FFF 0%, #FFEDEC 100%);
}
@media screen and (max-width: 767px) {
  .p-day__block {
    padding-top: 3.75rem;
  }
}

.p-day__block {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.p-day__item {
  max-width: 600px;
  max-width: 37.5rem;
  margin-inline: auto;
}

.p-day__item-head {
  color: #C71700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-day__item-head {
    padding-inline: 1.25rem;
  }
}

.p-day__item-number {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-day__item-number {
    font-size: 1rem;
  }
}

.p-day__item-image {
  width: 280px;
  width: 17.5rem;
  margin-inline: auto;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-day__item-image {
    width: 8.75rem;
    margin-top: 1.25rem;
  }
}

.p-day__item-name {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-day__item-name {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-day__item-name span {
  font-size: 60px;
  font-size: 3.75rem;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 900;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-day__item-name span {
    font-size: 2rem;
    margin-bottom: 0.25rem;
  }
}

.p-day__item-details {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 600;
  display: grid;
  gap: 4px;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-day__item-details {
    font-size: 0.75rem;
    line-height: 1.6;
    gap: 0.125rem;
    margin-top: 1.25rem;
  }
}

.p-day__item-line {
  width: 100%;
  height: 4px;
  height: 0.25rem;
  background-color: #C71700;
  margin-top: 56px;
  margin-top: 3.5rem;
}

.p-day__schedule {
  margin-top: 80px;
  margin-top: 5rem;
  max-width: 600px;
  max-width: 37.5rem;
  margin-inline: auto;
}

.p-day__schedule-comment {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-day__schedule-comment {
    font-size: 1.5rem;
  }
}

.p-day__schedule-list {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-day__schedule-list {
    margin-top: 2rem;
    padding-inline: 1.25rem;
  }
}

.p-day__schedule-table {
  display: grid;
  grid-template-columns: 3.75rem auto;
  gap: 20px;
  gap: 1.25rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-day__schedule-table {
    gap: 0rem;
    grid-template-columns: 3rem auto;
    padding-left: 1.875rem;
    padding-bottom: 1.25rem;
  }
}

.p-day__schedule-table::before {
  content: "";
  position: absolute;
  top: 14px;
  top: 0.875rem;
  left: 9px;
  left: 0.5625rem;
  width: 2px;
  width: 0.125rem;
  height: 100%;
  background-color: #C71700;
}

.p-day__schedule-table:last-child::before {
  display: none;
}

.p-day__schedule-table::after {
  content: "";
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: 0px;
  left: 0rem;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #C71700;
}
@media screen and (max-width: 767px) {
  .p-day__schedule-table::after {
    top: 0.125rem;
  }
}

.p-day__schedule-time {
  color: #C71700;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-day__schedule-time {
    font-size: 1rem;
  }
}

.p-day__schedule-title {
  color: #C71700;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-day__schedule-title {
    font-size: 1rem;
  }
}

.p-day__schedule-text {
  line-height: 1.8;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
  font-weight: 400;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-day__schedule-text {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.015rem;
    margin-top: 0.5rem;
  }
}

.p-day__schedule-text p:not(:first-child) {
  margin-top: 7.2px;
  margin-top: 0.45rem;
}

.p-day__schedule-image {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-day__schedule-image img {
  aspect-ratio: 500/333;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}

.p-day__btn {
  margin-top: 34px;
  margin-top: 2.125rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.p-drawer-menu__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-drawer-menu__box {
    gap: 0.375rem;
  }
}

.p-drawer-menu__title {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-drawer-menu__title:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}

.p-drawer-menu__title img {
  width: auto;
  height: 40px;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-drawer-menu__title img {
    height: 1.4375rem;
  }
}

.p-drawer-menu__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-drawer-menu__list {
    gap: 0.375rem;
  }
}

.p-drawer-menu__item a {
  display: grid;
}
.p-drawer-menu__item a:hover {
  color: #009844;
}

.p-drawer-menu__item-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}

.p-drawer-menu__item-text--sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 8px;
  font-size: 0.5rem;
  font-weight: 700;
}

/* p-drawer-nav */
.p-drawer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-drawer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.625rem;
  }
}

.p-drawer-nav__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-drawer-nav__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.p-drawer-nav__nav-item {
  width: auto;
}

.p-drawer-nav__nav-item a {
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-drawer-nav__nav-text {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-drawer-nav__nav-text--hover {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 10px;
  left: 0.625rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media (any-hover: hover) {
  .p-drawer-nav__nav-item a:hover .p-drawer-nav__nav-text--hover {
    visibility: visible;
    opacity: 1;
  }
  .p-drawer-nav__nav-item a:hover .p-drawer-nav__nav-text {
    visibility: hidden;
  }
}
.p-drawer-nav__nav-text img,
.p-drawer-nav__nav-text--hover img {
  display: block;
  height: 20px;
  height: 1.25rem;
  width: auto;
  max-width: none;
}

.p-drawer-nav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0px;
  gap: 0rem;
}
@media screen and (max-width: 767px) {
  .p-drawer-nav__sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-drawer-nav__sns-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-drawer-nav__sns-item a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (any-hover: hover) {
  .p-drawer-nav__sns-item a:hover {
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
  }
}
.p-drawer-nav__sns-item a img {
  height: 23px;
  height: 1.4375rem;
  width: auto;
}

.p-drawer {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-drawer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__inner {
    gap: 2.5rem;
  }
}

.p-drawer__bottom-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "logo nav";
}
@media screen and (max-width: 767px) {
  .p-drawer__bottom-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "nav" "logo";
    gap: 2.5rem;
  }
}

.p-drawer__logo-wrap {
  grid-area: logo;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
}

.p-drawer__logo {
  width: 100%;
  max-width: 405px;
  max-width: 25.3125rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-drawer__logo {
    max-width: 19.375rem;
  }
}
.p-drawer__logo:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.p-drawer__logo-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__logo-bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-drawer__bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}

.p-drawer__bottom-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.p-drawer__bottom-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 5px;
  padding: 0.3125rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-drawer__bottom-menu-item a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.p-drawer__bottom-menu-text {
  display: block;
  height: 10px;
  height: 0.625rem;
  width: auto;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-drawer__bottom-menu-text {
    height: 0.5rem;
  }
}

.p-drawer__bottom-menu-text img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
}

.p-drawer__nav-wrap {
  grid-area: nav;
}

.p-drawer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.p-drawer__copyright-text {
  display: block;
  height: 10px;
  height: 0.625rem;
  width: auto;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-drawer__copyright-text {
    height: 0.5rem;
  }
}

.p-drawer__copyright-text img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
}

.p-entry__items {
  display: grid;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-entry__items {
    gap: 2.5rem;
  }
}

.p-entry__item-head {
  background-color: #FFC8C7;
  color: #C71700;
  line-height: 1.2;
  padding-block: 38px;
  padding-block: 2.375rem;
  text-align: center;
  border-radius: 1.25rem 1.25rem 0 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-entry__item-head {
    padding-block: 1.5rem;
    font-size: 1rem;
  }
}

.p-entry__item-details {
  padding: 80px;
  padding: 5rem;
  background-color: #F1F5F9;
  border-radius: 0 0 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-entry__item-details {
    padding-inline: 1.25rem;
    padding-block: 2.5rem;
  }
}

.p-entry__item-human:not(:first-child) {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-entry__item-human:not(:first-child) {
    margin-top: 2rem;
  }
}

.p-entry__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-entry__item-text {
    font-size: 0.875rem;
  }
}

.p-entry__item-table dl {
  border-top: 1px solid #ff3b30;
  border-top: 0.0625rem solid #ff3b30;
  padding-block: 12px;
  padding-block: 0.75rem;
  display: grid;
  grid-template-columns: 8rem auto;
  padding-inline: 12px;
  padding-inline: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-entry__item-table dl {
    padding-inline: 0.5rem;
    grid-template-columns: 6.875rem auto;
  }
}

.p-entry__item-table dl:last-child {
  border-bottom: 1px solid #ff3b30;
  border-bottom: 0.0625rem solid #ff3b30;
}

@media screen and (max-width: 550px) {
  .p-entry__item-table dl:last-child {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.p-entry__item-table dt {
  color: #C71700;
  font-weight: 800;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.p-entry__item-table dd {
  padding-left: 12px;
  padding-left: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-entry__item-table dd {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-entry__item-table dl:last-child dd {
    padding-left: 0;
  }
}

.p-entry__item-table table {
  width: 100%;
  border-collapse: collapse;
}

.p-entry__item-table table th,
.p-entry__item-table table td {
  text-align: center;
  padding-block: 5px;
  padding-block: 0.3125rem;
  border-left: 1px solid #191918;
  border-top: 1px solid #191918;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-entry__item-table table th,
  .p-entry__item-table table td {
    padding-inline: 0.25rem;
  }
}

.p-entry__item-table table th:first-child,
.p-entry__item-table table td:first-child {
  border-left: none;
}

.p-entry__item-table table tr:first-child th,
.p-entry__item-table table tr:first-child td {
  border-top: none;
}

.p-entry__item-set-title {
  font-weight: 700;
}

.p-entry__item-set:not(:first-child) .p-entry__item-set-title {
  margin-top: 10.5px;
  margin-top: 0.65625rem;
}

.p-entry__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  counter-reset: entry-step;
}

.p-entry__item-theme {
  padding-bottom: 54px;
  padding-bottom: 3.375rem;
  counter-increment: entry-step;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-entry__item-theme {
    padding-bottom: 2rem;
  }
}

.p-entry__item-theme:last-child {
  padding-bottom: 0;
}

.p-entry__item-theme::after {
  position: absolute;
  content: "";
  bottom: 20px;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 23px;
  width: 1.4375rem;
  height: 14px;
  height: 0.875rem;
  background-image: url(../images/common/arrow_flow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-entry__item-theme::after {
    width: 1.125rem;
    height: 0.75rem;
    bottom: 0.75rem;
  }
}

.p-entry__item-theme:last-child::after {
  display: none;
}

.p-entry__item-theme p {
  background-color: #fff;
  padding: 28px 32px;
  padding: 1.75rem 2rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 1;
  border-radius: 1.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-entry__item-theme p {
    font-size: 1.125rem;
    padding: 1rem 1.25rem;
  }
}

.p-entry__item-theme p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  background-color: #ff3b30;
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-entry__item-theme p span {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.p-entry__item-theme p span::before {
  font-size: 28px;
  font-size: 1.75rem;
  content: counter(entry-step);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  left: 0rem;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  color: #fff;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-entry__item-theme p span::before {
    font-size: 1.125rem;
    width: 1.75rem;
    height: 1.75rem;
    top: 0.25rem;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

.p-entry__item-theme p small {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #1E293B;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-entry__item-theme p small {
    font-size: 0.75rem;
  }
}

.p-entry__item-info {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-entry__item-info {
    font-size: 1rem;
  }
}

.p-entry__item-info--purple {
  color: #8523BC;
}

.p-entry__item-info--red {
  color: #C71700;
}

.p-entry__item-apply {
  margin-top: 18px;
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-entry__item-apply {
    margin-top: 0.75rem;
  }
}

.p-entry__item-other {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-entry__item-other {
    margin-top: 2.5rem;
  }
}

.p-entry__btn {
  margin-top: 80px;
  margin-top: 5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-entry__btn {
    margin-top: 3.5rem;
  }
}

.p-entry__item-btns {
  display: grid;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-entry__item-btns {
    gap: 2rem;
  }
}

.p-entry__item-set-text {
  padding-left: 12px;
  padding-left: 0.75rem;
}

/* p-footer */
.p-footer {
  background-color: #ffffe5;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/* p-header */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 40px 0;
  padding: 2.5rem 0;
  background-color: #F7F74D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding: 0.9375rem 0;
  }
}

.p-header.is-scrolled {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f74d), color-stop(90%, rgba(247, 247, 77, .1)), to(rgba(247, 247, 77, 0)));
  background: linear-gradient(to bottom, #f7f74d, rgba(247, 247, 77, .1) 90%, rgba(247, 247, 77, 0) 100%);
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 40px;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 1.5625rem 0 0.9375rem;
  }
}

.p-header__logo {
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 15rem;
  }
}
.p-header__logo a {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-header__logo a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-header__nav-pc {
    display: none !important;
  }
}

.p-header__drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFFFE5;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 100;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__drawer {
    display: block;
    padding-top: 4.125rem;
    padding-bottom: 2.5rem;
  }
}

.js-drawer.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-internship__contents {
  display: grid;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-internship__contents {
    gap: 2.5rem;
  }
}

.p-internship__head {
  border-radius: 0.75rem 0.75rem 0 0;
  background-color: #DABBF9;
  padding-block: 38px;
  padding-block: 2.375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-internship__head {
    padding-block: 1.5rem;
  }
}

.p-internship__name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
  color: #8523BC;
}
@media screen and (max-width: 767px) {
  .p-internship__name {
    font-size: 1rem;
  }
}

.p-internship__detail {
  padding: 80px;
  padding: 5rem;
  background-color: #F1F5F9;
  border-radius: 0 0 0.75rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-internship__detail {
    padding-inline: 1.25rem;
    padding-block: 2.5rem;
  }
}

.p-internship__comment {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-internship__comment {
    font-size: 0.875rem;
  }
}

.p-internship__wrap {
  margin-top: 56px;
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: 520fr 280fr;
}
@media screen and (max-width: 767px) {
  .p-internship__wrap {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2rem;
  }
}

.p-internship__lists {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-internship__list {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
}

.p-internship__carefully {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-internship__apply {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-internship__apply {
    margin-top: 3.75rem;
  }
}

.p-internship__apply-text {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #8523BC;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-internship__apply-text {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}

.p-local__items {
  display: grid;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-local__items {
    gap: 1.25rem;
  }
}

.p-local__item {
  background-color: #F1F5F9;
  padding: 80px;
  padding: 5rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-local__item {
    padding: 1.25rem;
  }
}

.p-local__comment {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
}
@media screen and (max-width: 767px) {
  .p-local__comment {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}

.p-local__comment p:not(:first-child) {
  margin-top: 14.4px;
  margin-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-local__comment p:not(:first-child) {
    margin-top: 0.7rem;
  }
}

.p-local__interviews {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: grid;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-local__interviews {
    margin-top: 0.75rem;
  }
}

.p-local__interview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  gap: 1.25rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #00C359;
  border-bottom: 0.0625rem solid #00C359;
}
@media screen and (max-width: 767px) {
  .p-local__interview {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-local__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

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

.p-local__detail {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-local__name {
  font-weight: 600;
}

.p-local__link {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-local__link {
    margin-inline: auto;
  }
}

.p-local__link::before {
  display: none;
}

.p-local__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-local__gallery {
    gap: 0.5rem;
    margin-top: 1.25rem;
  }
}

.p-local__image img {
  aspect-ratio: 39/29;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-local__apply {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-local__apply {
    margin-top: 1.5rem;
  }
}

.p-local__back {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* p-motion */
.p-motion {
  background-color: #F9F9F9;
}

.p-motion__movie {
  position: relative;
  display: block;
}
.p-motion__movie:hover .p-motion__movie--icon {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.p-motion__movie--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10vw;
  height: auto;
  max-width: 80px;
  max-width: 5rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-motion__back {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* p-nav-pc */
.p-nav-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}

.p-nav-pc__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}

.p-nav-pc__nav-item {
  width: auto;
}

.p-nav-pc__nav-item a {
  position: relative;
  display: block;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .p-nav-pc__nav-item a:hover,
  .p-nav-pc__nav-item--parent:hover > a {
    background-color: #fff;
    border-radius: 0.625rem;
    opacity: 1;
  }
}
.p-nav-pc__nav-text {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .p-nav-pc__nav-text--hover {
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
}
@media (any-hover: hover) {
  .p-nav-pc__nav-item a:hover .p-nav-pc__nav-text--hover,
  .p-nav-pc__nav-item--parent:hover > a .p-nav-pc__nav-text--hover {
    visibility: visible;
    opacity: 1;
  }
  .p-nav-pc__nav-item a:hover .p-nav-pc__nav-text,
  .p-nav-pc__nav-item--parent:hover > a .p-nav-pc__nav-text {
    visibility: hidden;
  }
}
.p-nav-pc__nav-text img,
.p-nav-pc__nav-text--hover img {
  display: block;
  height: 20px;
  height: 1.25rem;
  width: auto;
  max-width: none;
}

.p-nav-pc__nav-item--parent {
  position: relative;
}

.p-nav-pc__nav-child {
  display: none;
  position: absolute;
  top: 40px;
  top: 2.5rem;
  left: 0;
  width: 100%;
  padding: 13px 10px 10px;
  padding: 0.8125rem 0.625rem 0.625rem;
  z-index: 1;
}

@media (any-hover: hover) {
  .p-nav-pc__nav-item--parent:hover .p-nav-pc__nav-child {
    display: block;
  }
}
.p-nav-pc__nav-child-list {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
}

.p-nav-pc__nav-child-item {
  width: 100%;
}

.p-nav-pc__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  gap: 0rem;
}

.p-nav-pc__sns-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-nav-pc__sns-item a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.p-nav-pc__sns-item a img {
  height: 23px;
  height: 1.4375rem;
  width: auto;
}

/* p-page-mv-col2 */
.p-page-mv-col2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: min(50vw, 600px);
  background: -webkit-gradient(linear, left top, left bottom, from(#cece3f), to(#f7f74d));
  background: linear-gradient(to bottom, #cece3f, #f7f74d);
}
@media screen and (max-width: 767px) {
  .p-page-mv-col2 {
    height: auto !important;
  }
}
.p-page-mv-col2--entry {
  background: -webkit-gradient(linear, left top, left bottom, from(#C71700), to(#FF3B30));
  background: linear-gradient(to bottom, #C71700, #FF3B30);
}
.p-page-mv-col2--internship {
  background: -webkit-gradient(linear, left top, left bottom, from(#8523BC), to(#AF48F0));
  background: linear-gradient(to bottom, #8523BC, #AF48F0);
}
.p-page-mv-col2--inside {
  background: -webkit-gradient(linear, left top, left bottom, from(#8523bc), to(#af48f0));
  background: linear-gradient(to bottom, #8523bc, #af48f0);
  height: min(60vw, 800px);
}
.p-page-mv-col2__title-top, .p-page-mv-col2__title-text, .p-page-mv-col2__title, .p-page-mv-col2__image-wrap {
  opacity: 0;
}

.p-page-mv-col2::after {
  content: "";
  position: absolute;
  bottom: -1px;
  bottom: -0.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 105%;
  height: 6.6666666667vw;
  background-image: url(../images/page-mv/page-mv_after-pc.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-page-mv-col2::after {
    height: 6.4102564103vw;
    background-image: url(../images/page-mv/page-mv_after-sp.svg);
  }
}

.p-page-mv-col2--interviews::after {
  background-image: url(../images/page-mv/page-mv_after-purple-pc.svg);
}
@media screen and (max-width: 767px) {
  .p-page-mv-col2--interviews::after {
    background-image: url(../images/page-mv/page-mv_after-purple-sp.svg);
  }
}

.p-page-mv-col2__inner {
  width: 100%;
  height: 100%;
  max-width: 1010px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-page-mv-col2__inner {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "image" "title";
  }
}

.p-page-mv-col2__breadcrumb {
  position: absolute;
  top: 17px;
  top: 1.0625rem;
  left: 40px;
  left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv-col2__breadcrumb {
    display: none;
  }
}

.p-page-mv-col2__image-wrap {
  position: absolute;
  width: 40%;
  max-width: 650px;
  height: 100%;
  top: 0;
  left: 60%;
}
@media screen and (max-width: 767px) {
  .p-page-mv-col2__image-wrap {
    grid-area: image;
    position: relative;
    width: 100%;
    height: auto;
    max-width: none;
    left: 0;
  }
}

.p-page-mv-col2__image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-mv-col2__title-wrap {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  width: calc(100% - 50px);
  margin: 0 auto;
  padding-right: 40%;
}
@media screen and (max-width: 767px) {
  .p-page-mv-col2__title-wrap {
    width: calc(100% - 40px);
    grid-area: title;
    padding-top: 1.875rem;
    padding-bottom: 6.25rem;
    padding-right: 0;
    -webkit-transform: none;
            transform: none;
  }
}

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

.p-page-mv-col2__title-top {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  background-color: #fff;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv-col2__title-top {
    padding: 0.125rem 0.5rem;
    border-radius: 0.5rem;
  }
}

.p-page-mv-col2__title-top img {
  height: 18px;
  height: 1.125rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-page-mv-col2__title-top--culture img {
  width: 122px;
  width: 7.625rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv-col2__title-top--culture img {
    width: 5.6875rem;
  }
}

.p-page-mv-col2__title-top--inside img {
  width: 126px;
  width: 7.875rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv-col2__title-top--inside img {
    width: 5.9375rem;
  }
}

.p-page-mv-col2__title-top--join img {
  width: 56px;
  width: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv-col2__title-top--join img {
    width: 2.5rem;
  }
}

.p-page-mv-col2__title {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv-col2__title {
    margin-top: 1.25rem;
  }
}

.p-page-mv-col2__title--text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  color: #191918;
}
@media screen and (max-width: 767px) {
  .p-page-mv-col2__title--text {
    font-size: 2.25rem;
  }
}

.p-page-mv-col2__title--interviews img {
  width: 300px;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv-col2__title--interviews img {
    width: 8.125rem;
  }
}

.p-page-mv-col2__title--entry img {
  width: 200px;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv-col2__title--entry img {
    width: 7.5rem;
  }
}

.p-page-mv-col2__title--internship img {
  width: 408px;
  width: 25.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv-col2__title--internship img {
    width: 18.125rem;
  }
}

.p-page-mv-col2__title-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #191918;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media screen and (max-width: 869px) {
  .p-page-mv-col2__title-text {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-mv-col2__title-text {
    margin-top: 2rem;
    font-size: 0.6875rem;
  }
}

.p-page-mv-col2__title-text--white {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-page-mv-col2__title-text--interviews {
    margin-top: 1.25rem;
  }
}

/* p-page-mv */
.p-page-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-page-mv--motion .p-page-mv__title-top,
.p-page-mv--motion .p-page-mv__title-text {
  opacity: 0;
}

.p-page-mv--profile {
  background: -webkit-gradient(linear, left top, left bottom, from(#006f30), to(#009844));
  background: linear-gradient(to bottom, #006f30 0%, #009844 100%);
}
.p-page-mv--profile .p-page-mv__title-top,
.p-page-mv--profile .p-page-mv__title-text {
  opacity: 0;
}

.p-page-mv--local {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa3e8), to(#ffcaf2));
  background: linear-gradient(to bottom, #ffa3e8 0%, #ffcaf2 100%);
}
.p-page-mv--local.stt .heart-bg {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}

.p-page-mv--local .heart-bg {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 664px;
  width: 41.5rem;
  height: 582px;
  height: 36.375rem;
  background-image: url(../images/page-mv/page-mv_bg-local.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
}
@media screen and (max-width: 1009px) {
  .p-page-mv--local .heart-bg {
    width: 65.7425742574vw;
    height: 57.6237623762vw;
  }
}
@media screen and (max-width: 767px) {
  .p-page-mv--local .heart-bg {
    width: 21.875rem;
    height: 19.4375rem;
  }
}

.p-page-mv--works {
  width: 100%;
  background-image: url(../images/page-mv/page-mv_bg-works-fixed.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 1;
}
.p-page-mv--works .p-page-mv__title-text {
  text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.p-page-mv--works .p-page-mv__title-top,
.p-page-mv--works .p-page-mv__title-text {
  opacity: 0;
}

.p-page-mv--discussion {
  width: 100%;
  background-image: url(../images/page-mv/page-mv_bg-discussion-pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  -webkit-clip-path: ellipse(100% 100% at 50% 0%);
          clip-path: ellipse(100% 100% at 50% 0%);
}
@media screen and (max-width: 767px) {
  .p-page-mv--discussion {
    background-image: url(../images/page-mv/page-mv_bg-discussion-sp.jpg);
    background-position: center;
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.p-page-mv--discussion .p-page-mv__title-top,
.p-page-mv--discussion .p-page-mv__title-text {
  opacity: 0;
}

.p-page-mv--day {
  width: 100%;
  background-image: url(../images/page-mv/page-mv_bg-day.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-page-mv--day {
    background-image: url(../images/page-mv/page-mv_bg-day-sp.jpg);
  }
}
.p-page-mv--day .p-page-mv__title-top {
  opacity: 0;
}

.p-page-mv--data {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#00EF6F), to(#00C359));
  background: linear-gradient(to bottom, #00EF6F 0%, #00C359 100%);
  z-index: 1;
}
.p-page-mv--data .p-page-mv__title-top,
.p-page-mv--data .p-page-mv__title-text {
  opacity: 0;
}
.p-page-mv--data .preload {
  display: none;
}
.p-page-mv--data .p-page-mv__title-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 55vw;
  height: 55vw;
  max-width: 800px;
  max-height: 800px;
  z-index: -1;
  mix-blend-mode: hard-light;
}
@media screen and (max-width: 767px) {
  .p-page-mv--data .p-page-mv__title-bg {
    width: 20rem;
    height: 20rem;
  }
}
.p-page-mv--data .p-page-mv__title-bg #fanStroke {
  stroke-dasharray: 0 100;
  -webkit-animation: reveal 2s linear forwards;
          animation: reveal 2s linear forwards;
  -webkit-transform-origin: 100px 100px;
          transform-origin: 100px 100px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.p-page-mv::after {
  content: "";
  position: absolute;
  bottom: -1px;
  bottom: -0.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 105%;
  height: 6.6666666667vw;
  background-image: url(../images/page-mv/page-mv_after-pc.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-page-mv::after {
    height: 6.4102564103vw;
    background-image: url(../images/page-mv/page-mv_after-sp.svg);
  }
}

.p-page-mv--motion::after {
  display: none;
}

.p-page-mv--discussion::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-page-mv--discussion::after {
    display: block;
  }
}

.p-page-mv--day::after {
  background-image: url(../images/page-mv/page-mv_after-pink-pc.svg);
}
@media screen and (max-width: 767px) {
  .p-page-mv--day::after {
    background-image: url(../images/page-mv/page-mv_after-pink-sp.svg);
  }
}

.p-page-mv__inner {
  position: relative;
  width: 100%;
  padding-top: 7.1333333333vw;
  padding-bottom: 10vw;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .p-page-mv__inner {
    padding-top: 2.8125rem;
    padding-bottom: 3.125rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-page-mv__inner--day {
    padding-top: 21.8666666667vw;
    padding-bottom: 21.8666666667vw;
  }
}

.p-page-mv__inner--discussion {
  padding-top: 6.1333333333vw;
  padding-bottom: 9vw;
}
@media screen and (max-width: 767px) {
  .p-page-mv__inner--discussion {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

.p-page-mv__inner--data {
  padding-top: 7.1333333333vw;
  padding-bottom: 11.3333333333vw;
}
@media screen and (max-width: 767px) {
  .p-page-mv__inner--data {
    padding-top: 2.8125rem;
    padding-bottom: 3.125rem;
  }
}

.p-page-mv__inner--motion {
  padding-bottom: 0;
}

.p-page-mv__breadcrumb {
  position: absolute;
  top: 17px;
  top: 1.0625rem;
  left: 40px;
  left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__breadcrumb {
    display: none;
  }
}

.p-page-mv__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title-wrap {
    max-width: 28.125rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-page-mv__title-wrap--profile {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}

.p-page-mv__title-top {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  background-color: #fff;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title-top {
    padding: 0.125rem 0.5rem;
    border-radius: 0.5rem;
  }
}

.p-page-mv__title-top img {
  height: 18px;
  height: 1.125rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-page-mv__title-top--about img {
  width: 128px;
  width: 8rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title-top--about img {
    width: 6rem;
  }
}

.p-page-mv__title-top--works img {
  width: 103px;
  width: 6.4375rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title-top--works img {
    width: 4.5rem;
  }
}

.p-page-mv__title-top--inside img {
  width: 126px;
  width: 7.875rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title-top--inside img {
    width: 5.9375rem;
  }
}

.p-page-mv__title {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title {
    margin-top: 1.25rem;
  }
}

.p-page-mv__title--motion {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  gap: 10px;
  margin-bottom: 20px;
  width: 420px;
  width: 26.25rem;
}
.p-page-mv__title--motion--1 {
  width: 100%;
  opacity: 0;
}
.p-page-mv__title--motion--2 {
  width: 53%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title--motion {
    width: 15.625rem;
  }
}

.p-page-mv__title--profile {
  width: 203px;
  width: 12.6875rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title--profile {
    width: 18.125rem;
  }
}

.p-page-mv__title--local {
  width: 263px;
  width: 16.4375rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title--local {
    width: 10.1875rem;
  }
}

.p-page-mv__title--works {
  width: 280px;
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title--works {
    width: 11.25rem;
  }
}

.p-page-mv__title--discussion {
  width: 400px;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title--discussion {
    width: 13.75rem;
  }
}

.p-page-mv__title--day {
  width: 400px;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title--day {
    width: 13.75rem;
  }
}

.p-page-mv__title--data {
  width: 550px;
  width: 34.375rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title--data {
    width: 13.75rem;
  }
}

.p-page-mv__title-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #191918;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title-text {
    font-size: 0.6875rem;
  }
}

.p-page-mv__title-text--white {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-recruitment__contents-inner {
    padding-inline: 1.25rem;
  }
}

.p-recruitment__contents-comment {
  padding-inline: 80px;
  padding-inline: 5rem;
  font-weight: 900;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-recruitment__contents-comment {
    padding-inline: 0rem;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.5;
  }
}

.p-recruitment__contents-item {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitment__contents-item {
    margin-top: 1.25rem;
  }
}

.p-recruitment__contents-head {
  background-color: #F7F74D;
  padding-block: 38px;
  padding-block: 2.375rem;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  border-radius: 0.75rem 0.75rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruitment__contents-head {
    padding-block: 1.4375rem;
    font-size: 0.875rem;
  }
}

.p-recruitment__contents-body {
  padding: 80px;
  padding: 5rem;
  background-color: #F1F5F9;
  border-radius: 0 0 0.75rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruitment__contents-body {
    padding: 1.25rem;
  }
}

.p-recruitment__contents-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
  margin-top: 56px;
  margin-top: 3.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-recruitment__contents-text {
    font-size: 0.75rem;
    letter-spacing: 0.0375rem;
    margin-top: 0.75rem;
  }
}

.p-recruitment__contents-text p:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-recruitment__contents-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-recruitment__contents-details {
    gap: 0.75rem;
    margin-top: 0.75rem;
  }
}

.p-recruitment__contents-link {
  padding: 30px;
  padding: 1.875rem;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 200px;
  height: 12.5rem;
  overflow: hidden;
  z-index: 1;
  width: calc(50% - 0.625rem);
}
@media screen and (max-width: 767px) {
  .p-recruitment__contents-link {
    width: 19.375rem;
  }
}

.p-recruitment__contents-link::before {
  position: absolute;
  content: "";
  background-image: url(../images/recruitment/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  top: 12px;
  top: 0.75rem;
  right: 12px;
  right: 0.75rem;
}

.p-recruitment__contents-link--interview {
  background-color: #AF48F0;
}

.p-recruitment__contents-link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-recruitment__contents-link-interview {
  width: 100px;
  width: 6.25rem;
}

.p-recruitment__contents-link-text-en--nagata {
  width: 100px;
  width: 6.25rem;
}

.p-recruitment__contents-link-text-en--takeda {
  width: 115px;
  width: 7.1875rem;
}

.p-recruitment__contents-link-text-name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-recruitment__contents-link-image {
  position: absolute;
  top: 0;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}

.p-recruitment__contents-link-image--interview {
  width: calc(50% + 4.0625rem);
  right: -65px;
  right: -4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-recruitment__contents-link-image--interview {
    width: calc(50% + 7.1875rem);
    right: -7.1875rem;
  }
}

.p-recruitment__contents-link-image--day {
  width: 100%;
  right: 0;
}

.p-recruitment__contents-link-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-single__mv {
  overflow: visible;
  overflow: initial;
  height: 0;
}

.p-single__contents {
  position: relative;
  z-index: 10;
  max-width: 600px;
  max-width: 37.5rem;
  margin-inline: auto;
  padding-top: 107px;
  padding-top: 6.6875rem;
}
@media screen and (max-width: 767px) {
  .p-single__contents {
    padding-top: 3.5rem;
    padding-inline: 1.25rem;
  }
}

.p-single__num {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #AF48F0;
  opacity: 0;
}

.p-single__thumbnail {
  margin-top: 32px;
  margin-top: 2rem;
  margin-inline: auto;
  width: 46.6666666667%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-single__thumbnail {
    min-width: 17.5rem;
  }
}

.p-single__thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}

.p-single__names {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-single__names {
    margin-top: 1.5rem;
  }
}

.p-single__name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #AF48F0;
}
@media screen and (max-width: 767px) {
  .p-single__name {
    font-size: 1rem;
  }
}

.p-single__name span {
  font-size: 60px;
  font-size: 3.75rem;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 900;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-single__name span {
    font-size: 2.5rem;
    margin-bottom: 0.25rem;
  }
}

.p-single__info {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
  color: #AF48F0;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-single__info {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.p-single__year {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__year {
    margin-top: 0.25rem;
  }
}

.p-single__school {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__school {
    margin-top: 0.25rem;
  }
}

.p-single__line {
  width: 100%;
  height: 4px;
  height: 0.25rem;
  background-color: #AF48F0;
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__line {
    margin-top: 2.5rem;
  }
}

.p-single__comment {
  margin-top: 80px;
  margin-top: 5rem;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-single__comment {
    margin-top: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.p-single__detail {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__detail {
    margin-top: 2.5rem;
  }
}

.p-single__sub {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-single__sub {
    font-size: 1rem;
  }
}

.p-single__sub span:not(:first-child) {
  margin-left: -3px;
  margin-left: -0.1875rem;
}

.p-single__text {
  margin-top: 8px;
  margin-top: 0.5rem;
  display: grid;
  gap: 8px;
  gap: 0.5rem;
  line-height: 1.8;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 767px) {
  .p-single__text {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.p-single__image {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__image {
    margin-top: 2.5rem;
  }
}

.p-single__image img {
  border-radius: 1.25rem;
}

.p-single__back {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-single__back {
    margin-top: 2.5rem;
  }
}

/* utility */
.u-inline-block {
  display: inline-block;
}
/*# sourceMappingURL=styles.css.map */
