@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  animation: fadeIn 0.3s ease-out 0.1s forwards;
  color: #000;
  font-family: "kozuka-gothic-pr6n", "Noto Sans JP", "Source Han Sans JP", "Hiragino Sans", "YuGothic", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  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;
}

/* フォームリセット */
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;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 84.375rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  width: 100%;
}

.c-head {
  color: #fff;
  font-family: "alkaline", sans-serif;
  font-size: 6.8125rem;
  font-style: normal;
  font-weight: 500;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}

.c-head::before {
  background-image: url(../img/mv-star.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 5.5rem;
  margin-bottom: 1.875rem;
  margin-right: 1.25rem;
  vertical-align: middle;
  width: 4.1875rem;
}

.l-footer {
  width: 100%;
}

.l-footer__inner {
  background-color: #fff;
  margin-inline: auto;
  max-width: 115.625rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 1.25rem;
}

.l-footer__content {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
}

.l-footer__left {
  align-items: center;
  display: flex;
  gap: 2.5rem;
}

.l-footer__right {
  display: flex;
  justify-content: flex-end;
}

.l-footer__title {
  margin-top: 3.125rem;
  width: 29.375rem;
}

.l-footer__title img {
  display: block;
  width: 100%;
}

.l-footer__title-link {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.l-footer__title-link:hover {
  opacity: 0.7;
}

.l-footer__logo {
  padding-top: 3.125rem;
  width: 12.5rem;
}

.l-footer__logo img {
  display: block;
  width: 80%;
}

.l-footer__logo-link {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.l-footer__logo-link:hover {
  opacity: 0.7;
}

.l-footer__passion {
  max-width: 17.5rem;
}

.l-footer__passion img {
  display: block;
  width: 100%;
}

.l-footer__copyright {
  background-color: #9ee0fa;
  margin-inline: auto;
  max-width: 115.625rem;
  padding-bottom: 0.3125rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 0.3125rem;
}

.l-footer__copyright-text {
  color: #000;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
}

.p-people.p-people--account-executive .p-people__bg {
  display: block;
  width: 100%;
}

.p-people.p-people--account-executive,
.p-people-interview--account-executive.p-people-interview,
.p-people-schedule--account-executive.p-people-schedule,
.p-people-duties--account-executive.p-people-duties,
.p-people-bottom--account-executive.p-people-bottom,
.p-people-skills--account-executive.p-people-skills,
.p-job-nav--account-executive.p-job-nav {
  background-color: #f8e6d7;
}

.p-people--account-executive .p-people__label-en {
  background-color: #d88890;
}

.p-drawer.p-drawer--account-executive {
  background-color: #f8e6d7;
}

.p-people.p-people--account-executive .p-people__intro {
  left: 60%;
  max-width: 50.625rem;
  position: absolute;
  top: 80%;
  transform: translate(-50%, -50%);
  width: 42%;
  z-index: 1;
}

.p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  left: 31%;
  position: absolute;
  width: 40%;
}

.p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item--1 {
  top: 26.8%;
}

.p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item--2 {
  top: 34.6%;
}

.p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item--3 {
  top: 43.1%;
}

.p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item--4 {
  top: 50.8%;
}

.p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item--5 {
  top: 59%;
}

.p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item--6 {
  top: 67.2%;
}

.p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item--7 {
  top: 75.2%;
}

.p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item--8 {
  top: 83.5%;
}

.p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item--9 {
  top: 91.3%;
}

.p-people-schedule.p-people-schedule--account-executive .p-people-schedule__time {
  color: #0071bc;
  flex-shrink: 0;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.p-people-schedule.p-people-schedule--account-executive .p-people-schedule__text {
  color: #000;
  flex: 1;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1;
}

.p-people-duties.p-people-duties--account-executive .p-people-duties__text-box {
  position: absolute;
  width: 26%;
}

.p-people-duties.p-people-duties--account-executive .p-people-duties__text-box--1 {
  left: 18%;
  top: 26%;
}

.p-people-duties.p-people-duties--account-executive .p-people-duties__text-box--2 {
  left: 56%;
  top: 25%;
}

.p-people-duties.p-people-duties--account-executive .p-people-duties__text-box--3 {
  left: 18%;
  top: 62%;
}

.p-people-duties.p-people-duties--account-executive .p-people-duties__text-box--4 {
  left: 56%;
  top: 62%;
}

.p-people-duties.p-people-duties--account-executive .p-people-duties__text-box-title {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 500;
}

.p-people-duties.p-people-duties--account-executive .p-people-duties__text {
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.4210526316;
  margin-top: 0.625rem;
}

.p-people-skills.p-people-skills--account-executive .p-people-skills__text-box {
  position: absolute;
  width: 36%;
}

.p-people-skills.p-people-skills--account-executive .p-people-skills__text-box--1 {
  left: 5%;
  top: 36%;
}

.p-people-skills.p-people-skills--account-executive .p-people-skills__text-box--2 {
  left: 59%;
  top: 36%;
}

.p-people-skills.p-people-skills--account-executive .p-people-skills__text-box--3 {
  left: 33%;
  top: 75%;
  width: 56%;
}

.p-people-skills.p-people-skills--account-executive .p-people-skills__text {
  color: #000;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5454545455;
}

.p-career-recruitment {
  background-color: #9ee0fa;
  padding-block: 5rem;
  position: relative;
}

.p-career-recruitment__inner {
  margin-inline: auto;
  max-width: 84.375rem;
  padding-inline: 1.5625rem;
  position: relative;
}

.p-career-recruitment__title-wrap {
  text-align: center;
}

.p-career-recruitment__title {
  background-color: #fff;
  color: #00407d;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  margin-inline: auto;
  max-width: 100%;
  padding: 0.1875rem 2.5rem;
  width: 29.875rem;
}

.p-career-recruitment__category {
  margin-top: 3.125rem;
}

.p-career-recruitment__category-title {
  color: #00407d;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
}

.p-career-recruitment__positions {
  margin-top: 1.25rem;
}

.p-career-recruitment__position {
  background-color: #e6fcf4;
  color: #211815;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8333333333;
  margin-top: 0.875rem;
  padding: 1.125rem 1.25rem;
  text-align: center;
}

.p-career-recruitment__position:first-child {
  margin-top: 0;
}

.p-career-recruitment__section {
  margin-top: 5rem;
}

.p-career-recruitment__section-title {
  color: #00407d;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
}

.p-career-recruitment__details {
  display: flex;
  gap: 2.5rem;
  margin-top: 1.875rem;
}

.p-career-recruitment__detail {
  flex: 1;
}

.p-career-recruitment__details.p-career-recruitment__details--career .p-career-recruitment__detail {
  background-color: #e6fcf4;
}

.p-career-recruitment__detail-box {
  background-color: #e6fcf4;
  margin-top: 1.5625rem;
  padding: 1.25rem 2.375rem;
}

.p-career-recruitment__detail-box:first-child {
  margin-top: 0;
}

.p-career-recruitment__detail-title {
  color: #211815;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4583333333;
}

.p-career-recruitment__item {
  margin-top: 1.5625rem;
}

.p-career-recruitment__item-title {
  color: #004b8f;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4583333333;
}

.p-career-recruitment__content {
  margin-top: 0.9375rem;
}

.p-career-recruitment__label {
  color: #211815;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.6666666667;
}

.p-career-recruitment__text {
  color: #211815;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-bottom: 3.125rem;
}

.p-career-recruitment__illustration {
  margin-inline: auto;
  margin-top: 1.25rem;
  max-width: 14.8125rem;
}

.p-career-recruitment__illustration img {
  height: auto;
  width: 100%;
}

.p-environment-system {
  background-color: #9ee0fa;
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
}

.p-environment-system__arrow {
  left: 0rem;
  position: absolute;
  top: 10rem;
  width: 16%;
}

.p-environment-system__arrow picture {
  display: block;
  width: 100%;
}

.p-environment-system__arrow img {
  width: 100%;
}

.p-environment-system__inner {
  margin-inline: auto;
  max-width: 84.375rem;
  padding-inline: 1.5625rem;
  position: relative;
}

.p-environment-system__title-wrap {
  text-align: center;
}

.p-environment-system__title {
  background-color: #fff;
  color: #00407d;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  margin-inline: auto;
  max-width: 100%;
  padding: 0.1875rem 2.5rem;
  width: 29.875rem;
}

.p-environment-system__illustration {
  margin-top: 2.5rem;
}

.p-environment-system__subtitle {
  color: #00407d;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 3.125rem;
  text-align: center;
}

.p-environment-system__content {
  padding-top: 1.5625rem;
}

.p-environment-system__text-wrap {
  background-color: #e6fcf4;
}

.p-environment-system__text-wrap + .p-environment-system__text-wrap {
  margin-top: 0.875rem;
}

.p-environment-system__text {
  color: #211815;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.9259259259;
  margin-inline: auto;
  padding: 1.125rem 1.25rem;
  text-align: left;
  width: 60%;
}

.p-environment-system__text-wrap--evaluation {
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
}

.p-environment-system__text-wrap--evaluation .p-environment-system__text {
  padding: 0.5625rem 1.25rem;
}

.p-environment-system__benefits-row {
  align-items: flex-start;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.p-environment-system__benefits-col {
  flex: 1;
}

.p-environment-system__benefit-item {
  background-color: #e6fcf4;
  color: #211815;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.9259259259;
  margin-top: 0.875rem;
  padding: 1.125rem 1.25rem;
  text-align: left;
}

.p-environment-system__benefit-item:first-child {
  margin-top: 0;
}

.p-explorer {
  background-color: #9ee0fa;
  min-height: 100vh;
  position: relative;
  width: 100%;
}

.p-explorer::before {
  background-image: url(../img/explorer-bg_pc.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-explorer__video-inner {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 6.25rem;
  padding-top: 1.875rem;
  position: relative;
  z-index: 1;
}

.p-explorer__title-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 6.25rem;
  position: relative;
}

.p-explorer__title-img {
  display: block;
  height: auto;
  max-width: 37.5rem;
  width: 52%;
}

.p-explorer__video {
  aspect-ratio: 16/9;
  position: relative;
  width: 50%;
}

.p-explorer__video iframe,
.p-explorer__video video {
  -o-object-fit: cover;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  height: 100%;
  left: 0;
  letter-spacing: 0.05em;
  line-height: 1.5;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-explorer__inner {
  padding-bottom: 12.5rem;
  position: relative;
  z-index: 1;
}

.p-explorer__head {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.p-explorer__title.c-head {
  color: #c42d27;
  position: relative;
}

.p-explorer__title.c-head::before {
  background-image: url(../img/explorer-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 5.625rem;
  margin-bottom: 1.875rem;
  margin-right: 1.25rem;
  vertical-align: middle;
  width: 5.625rem;
}

.p-explorer__focus-body {
  align-items: center;
  display: flex;
  gap: 3.125rem;
  justify-content: center;
  position: relative;
}

.p-explorer__focus-card {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  max-width: 34.75rem;
  position: relative;
}

.p-explorer__focus-img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
}

.p-explorer__focus-inner {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 3rem);
}

.p-explorer__focus-title {
  color: #c42d27;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-top: 0.625rem;
}

.p-explorer__focus-text {
  color: #000;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.7826086957;
  margin-top: 3.125rem;
  position: relative;
  z-index: 1;
}

.p-explorer__content {
  margin-top: 0.625rem;
  position: relative;
}

.p-explorer__cards {
  display: grid;
  gap: 0 1.25rem;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, auto);
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.p-explorer__card {
  position: relative;
}

.p-explorer__card--01 {
  grid-column: 1/3;
  grid-row: 1;
}

.p-explorer__card--02 {
  align-self: center;
  grid-column: 3/5;
  grid-row: 1/3;
  transform: translateY(-23.125rem);
}

.p-explorer__card--03 {
  grid-column: 5/7;
  grid-row: 1;
}

.p-explorer__card--04 {
  grid-column: 1/3;
  grid-row: 2;
}

.p-explorer__card--05 {
  grid-column: 5/7;
  grid-row: 2;
}

.p-explorer__card-image {
  position: relative;
}

.p-explorer__card-image img {
  display: block;
  height: auto;
  width: 100%;
}

.p-explorer__card-link {
  display: block;
  transition: all 0.3s ease;
}

.p-explorer__card-link:hover {
  opacity: 0.85;
  transform: translateY(-0.3125rem);
}

.p-explorer__card--02 .p-explorer__card-image {
  margin-top: 23%;
}

.p-explorer__card--03 .p-explorer__card-image {
  width: 110%;
}

.p-explorer__card--05 .p-explorer__card-image {
  margin-top: -6%;
  width: 110%;
}

.p-explorer__center {
  left: 50%;
  max-width: 18.75rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.p-explorer__center-illust {
  width: 100%;
}

.p-explorer__center-illust img {
  display: block;
  height: auto;
  width: 100%;
}

.p-explorer__text-area {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0.1875rem solid #fff;
  border-radius: 0.75rem;
  margin-top: 3.75rem;
  padding: 1.875rem;
  position: relative;
}

.p-explorer__text {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-explorer__time {
  margin-top: 1.25rem;
  text-align: right;
}

.p-explorer__time-text {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.p-faq-about {
  background-color: #9ee0fa;
  overflow-x: hidden;
}

.p-faq-about__inner {
  margin-inline: auto;
  max-width: 84.375rem;
  padding-inline: 1.5625rem;
}

.p-faq-about__header {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.p-faq-about__icon {
  width: 10.625rem;
}

.p-faq-about__icon img {
  height: auto;
  width: 100%;
}

.p-faq-about__title {
  color: #00407d;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
}

.p-faq-about__content {
  align-items: flex-start;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}

.p-faq-about__item {
  flex: 1;
  position: relative;
}

.p-faq-about__item picture {
  display: block;
  width: 100%;
}

.p-faq-about__item img {
  display: block;
  height: auto;
  width: 100%;
}

.p-faq-about__item .u-sp,
.p-faq-about__item .u-pc {
  width: 100%;
}

.p-faq-about__item .u-sp img {
  aspect-ratio: 1334/1166;
}

.p-faq-about__item .u-pc img {
  aspect-ratio: 1235/573;
}

.p-faq-about__item--gender .p-faq-about__text-overlay,
.p-faq-about__item--department .p-faq-about__text-overlay {
  position: absolute;
  right: 7%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 43%;
}

.p-faq-about__question {
  color: #00407d;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.7333333333;
  margin-bottom: 0.9375rem;
}

.p-faq-about__ratio {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  margin-bottom: 0.625rem;
}

.p-faq-about__ratio--department {
  gap: 0.5rem;
}

.p-faq-about__number {
  color: #00407d;
  font-size: 5.875rem;
  font-weight: 500;
  line-height: 1;
}

.p-faq-about__number--bunkei {
  color: #ee5e00;
}

.p-faq-about__number--rikei {
  color: #00407d;
}

.p-faq-about__number--bijutsu {
  color: #00964d;
}

.p-faq-about__colon {
  color: #00407d;
  font-size: 5.875rem;
  font-weight: 500;
  line-height: 1;
  margin-top: -0.625rem;
}

.p-faq-about__colon.colon {
  margin-top: 0.625rem;
}

.p-faq-about__department {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
}

.p-faq-about__label {
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1;
}

.p-faq-about__label--bunkei {
  color: #ee5e00;
}

.p-faq-about__label--rikei {
  color: #00407d;
}

.p-faq-about__label--bijutsu {
  color: #00964d;
}

.p-faq-about__year {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}

/* セクション全体 */
.p-features {
  background: #9ee0fa;
  padding: 2.5rem 0;
}

.p-features__bg {
  aspect-ratio: 1/1;
  background: url("../img/features-bg_pc.png") no-repeat center/contain;
  margin: 0 auto;
  max-width: 84.375rem;
  position: relative;
  width: 93.4895%;
}

/* テキスト共通（PC用デフォルト） */
.p-features__item {
  color: #000;
  font-size: 1.3125rem;
  font-weight: 500;
  position: absolute;
}

.p-features__item span {
  color: #000;
  font-size: 2.875rem;
  font-weight: 500;
  margin-top: 1.5625rem;
}

.p-features__item.color-white,
.p-features__item.color-white span {
  color: #fff;
}

.p-features__item.p-features__item--bubble {
  color: #00407d;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
}
.p-features__item.p-features__item--lead {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

/* 吹き出しのテキスト */
.p-features__item--bubble {
  left: 36%;
  text-align: center;
  top: 9%;
  width: 30%;
}

/* 左上の説明テキスト */
.p-features__item--lead {
  right: 3%;
  top: -1%;
  width: 22%;
}

/* 「素早い」 */
.p-features__item--fast {
  left: 5%;
  top: 20%;
  width: 46%;
}

/* 「個性豊か」 */
.p-features__item--unique {
  align-items: center;
  display: flex;
  gap: 0.3125rem;
  justify-content: center;
  left: 4%;
  top: 34%;
  width: 57%;
}

/* 「まじめ」 */
.p-features__item--serious {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  left: 7%;
  top: 55%;
  width: 84%;
}

/* 「知識欲が強い」 */
.p-features__item--curious {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  justify-content: center;
  right: 2%;
  top: 22%;
  width: 29%;
}

/* 「めげない」 */
.p-features__item--never {
  left: 4%;
  text-align: center;
  top: 69%;
  width: 40%;
}

.p-features__item--never span {
  line-height: 2;
  margin-right: 1.875rem;
}
/* 「メリハリがある」 */
.p-features__item--rhythm {
  left: 4%;
  top: 87%;
  width: 40%;
}

.p-features__item.p-features__item--rhythm span {
  margin-left: 3.125rem;
}

/* 「礼儀正しい」 */
.p-features__item--polite {
  right: 9%;
  top: 69%;
  width: 29%;
}

.p-features__item.p-features__item--polite span {
  line-height: 2;
}

/* 「セキュリティ意識高め」 */
.p-features__item--security {
  right: 4%;
  text-align: center;
  top: 86.5%;
  width: 42%;
}

.p-features__item.p-features__item--security span {
  line-height: 2;
}

.p-faq-flow {
  background: #9ee0fa;
  overflow-x: hidden;
  padding-top: 2.5rem;
}

.p-faq-flow__inner {
  margin-inline: auto;
  max-width: 84.375rem;
  padding-inline: 1.5625rem;
}

.p-faq-flow__body {
  aspect-ratio: 1350/900;
  background: url("../img/faq-flow_pc.png") no-repeat center/contain;
  margin: 0 auto;
  max-width: 84.375rem;
  position: relative;
}

/* 共通テキストの基本スタイル */
.p-faq-flow__bubble,
.p-faq-flow__item {
  color: #211815;
  font-weight: 500;
  margin: 0;
}

/* 吹き出しのテキスト位置 */
.p-faq-flow__bubble {
  color: #00407d;
  font-size: 1.875rem;
  font-weight: 500;
  left: 54%;
  line-height: 1.4;
  position: absolute;
  text-align: center;
  top: 5%;
  transform: translateX(-50%);
}

/* フローリスト全体の位置 */
.p-faq-flow__list {
  display: flex;
  flex-direction: column;
  height: 69%;
  justify-content: space-between;
  left: 19%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 24%;
  width: 64%;
}

/* 各ステップのテキスト（ボックス中央に配置） */
.p-faq-flow__item {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 1.625rem;
  font-weight: 500;
  justify-content: center;
  text-align: center;
}

/* 注釈 */
.p-faq-flow__note {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0.625rem 0 0;
  text-align: right;
}

/* セクション全体の水色背景（不要なら消してOK） */
.p-faq-qa {
  background: #9ee0fa;
  overflow-x: hidden;
  padding-top: 1.25rem;
}

.p-faq-qa__inner {
  margin-inline: auto;
  max-width: 84.375rem;
  padding-inline: 1.5625rem;
}

/* 1枚背景を敷く土台 */
.p-faq-qa__body {
  aspect-ratio: 1350/1020;
  background: url("../img/faq-qa_pc.png") no-repeat center/contain;
  margin: 0 auto;
  position: relative;
}

/* 共通テキスト */
.p-faq-qa__q,
.p-faq-qa__a,
.p-faq-qa__link,
.p-faq-assign__q {
  color: #00407d;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

/* 上段Qテキスト（少し大きめ） */
.p-faq-qa__q--top-left,
.p-faq-qa__q--top-right {
  font-size: 1.625rem;
}

/* 上段Aテキストは通常サイズ */
.p-faq-qa__a,
.p-faq-qa__bottom-text p,
.p-faq-assign__a {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.65;
}

.p-faq-qa__link {
  color: #000;
  font-size: 1.4375rem;
  font-weight: 500;
  position: absolute;
}

.p-faq-qa__link a {
  align-items: center;
  color: #000;
  display: flex;
  gap: 0.625rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.p-faq-qa__link a:hover {
  opacity: 0.8;
  transform: translateX(0.3125rem);
}

.p-faq-qa__arrow {
  flex-shrink: 0;
  height: 1.5625rem;
  transition: transform 0.3s ease;
  width: 2.5625rem;
}

.p-faq-qa__link a:hover .p-faq-qa__arrow {
  transform: translateX(0.3125rem);
}

/* 上段 左 Q & A */
.p-faq-qa__q--top-left {
  left: 5%;
  position: absolute;
  text-align: center;
  top: 4%;
  width: 40%;
}

.p-faq-qa__a--top-left {
  left: 7%;
  position: absolute;
  top: 21%;
  width: 40%;
}

/* 上段 右 Q & A */
.p-faq-qa__q--top-right {
  position: absolute;
  right: 3%;
  text-align: center;
  top: 5%;
  width: 40%;
}

.p-faq-qa__a--top-right {
  position: absolute;
  right: 7%;
  top: 21%;
  width: 27%;
}

/* 1段目 左 Q & link */
.p-faq-qa__q--row1-left {
  left: 7%;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 35%;
}

.p-faq-qa__link--row1-left {
  left: 22%;
  position: absolute;
  top: 49%;
  transform: translateX(-50%);
}

/* 1段目 右 Q & link */
.p-faq-qa__q--row1-right {
  position: absolute;
  right: 7%;
  text-align: center;
  top: 40%;
  width: 32%;
}

.p-faq-qa__link--row1-right {
  position: absolute;
  right: 22%;
  top: 49%;
  transform: translateX(50%);
}

/* 2段目 左 Q & link */
.p-faq-qa__q--row2-left {
  left: 7%;
  position: absolute;
  text-align: center;
  top: 57%;
  width: 32%;
}

.p-faq-qa__link--row2-left {
  left: 22%;
  position: absolute;
  top: 65%;
  transform: translateX(-50%);
}

/* 2段目 右 Q & link */
.p-faq-qa__q--row2-right {
  position: absolute;
  right: 7%;
  text-align: center;
  top: 57%;
  width: 32%;
}

.p-faq-qa__link--row2-right {
  position: absolute;
  right: 22%;
  top: 65%;
  transform: translateX(50%);
}

/* 下段 中央 Q */
.p-faq-qa__q--bottom-center {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 73%;
  transform: translateX(-50%);
  width: 40%;
}

/* 下の説明文ブロック */
.p-faq-qa__bottom-text {
  bottom: 3%;
  left: 7%;
  position: absolute;
  width: 88%;
}

.p-faq-assign {
  background: #9ee0fa;
  overflow-x: hidden;
  padding: 2.5rem 0;
}

.p-faq-assign__inner {
  margin-inline: auto;
  max-width: 84.375rem;
  padding-inline: 1.5625rem;
}

.p-faq-assign__body {
  aspect-ratio: 1350/585;
  background: url("../img/faq-assign_pc.png") no-repeat center/contain;
  font-size: 0.875rem;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

/* 見出し */
/* 共通 Q / A */
.p-faq-assign__q,
.p-faq-assign__a {
  line-height: 1.7;
  margin: 0;
  position: absolute;
}

/* 左側 Q&A */
.p-faq-assign__q--left {
  left: 9%;
  top: 7%;
  width: 36%;
}

.p-faq-assign__a--left {
  left: 3%;
  top: 26%;
  width: 43%;
}

/* ★ 女性の働き方（左下） */
.p-faq-assign__q--bottom-left {
  left: 6%;
  text-align: center;
  top: 48%;
  width: 36%;
}

.p-faq-assign__a--bottom-left {
  left: 3%;
  top: 70%;
  width: 43%;
}

/* 右側 Q&A */
.p-faq-assign__q--right {
  right: 3%;
  top: 7%;
  width: 36%;
}

.p-faq-assign__a--right {
  right: 2%;
  top: 26%;
  width: 43%;
}

.p-people.p-people--general-affairs .p-people__intro {
  left: 62%;
  max-width: 50.625rem;
  top: 81%;
  transform: translate(-50%, -50%);
  width: 44%;
  z-index: 1;
}

.p-people-interview.p-people-interview--general-affairs .p-people-interview__item--1 {
  margin-top: 0.875rem;
}

.p-people-interview.p-people-interview--general-affairs .p-people-interview__content.content03 {
  margin-top: -3.75rem;
}

.p-people-interview.p-people-interview--general-affairs {
  padding-bottom: 1.25rem;
}

.p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  left: 31%;
  position: absolute;
  width: 40%;
}

.p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item--1 {
  top: 24.2%;
}

.p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item--2 {
  top: 31.8%;
}

.p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item--3 {
  top: 39.8%;
}

.p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item--4 {
  top: 47.6%;
}

.p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item--5 {
  top: 55.5%;
}

.p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item--6 {
  top: 65.5%;
}

.p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item--7 {
  top: 72.8%;
}

.p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item--8 {
  top: 80.5%;
}

.p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item--9 {
  top: 91.4%;
}

.p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__time {
  font-size: 1.0625rem;
}

.p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__text {
  font-size: 1.0625rem;
}

.p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box {
  position: absolute;
  width: 26.2%;
}

.p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box--1 {
  left: 16.4%;
  top: 26%;
}

.p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box--2 {
  left: 56%;
  top: 24%;
}

.p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box--3 {
  left: 18%;
  top: 60%;
}

.p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box--4 {
  left: 56%;
  top: 60%;
}

.p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box-title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
}

.p-people-duties.p-people-duties--general-affairs .p-people-duties__text {
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0.375rem;
}

.p-people-skills.p-people-skills--general-affairs .p-people-skills__text-box {
  position: absolute;
  width: 36%;
}

.p-people-skills.p-people-skills--general-affairs .p-people-skills__text-box--1 {
  left: 5.5%;
  top: 34%;
  width: 38%;
}

.p-people-skills.p-people-skills--general-affairs .p-people-skills__text-box--2 {
  left: 59%;
  top: 36%;
}

.p-people-skills.p-people-skills--general-affairs .p-people-skills__text-box--3 {
  left: 33%;
  top: 75%;
  width: 58%;
}

.p-people-skills.p-people-skills--general-affairs .p-people-skills__text {
  color: #000;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5454545455;
}

.p-people.p-people--graphic-designer .p-people__label-en {
  background-color: #6f2ccf;
}

.p-people.p-people--graphic-designer .p-people__intro {
  left: 60%;
  max-width: 50.625rem;
  position: absolute;
  top: 80%;
  transform: translate(-50%, -50%);
  width: 42%;
  z-index: 1;
}

.p-people-interview__img-wrap {
  height: auto;
  margin-bottom: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2.5rem;
  max-width: 24.375rem;
  width: 50%;
}

.p-people-interview__img-wrap img {
  display: block;
  height: auto;
  width: 100%;
}

.p-people-interview--graphic-designer .p-people-interview__profile-img {
  max-width: 19.625rem;
  width: 35%;
}

.p-people-interview--graphic-designer .p-people-interview__item--1 {
  margin-top: -0.5rem;
}

.p-people-schedule--graphic-designer .p-people-schedule__item {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  left: 31%;
  position: absolute;
  width: 40%;
}

.p-people-schedule--graphic-designer .p-people-schedule__item--1 {
  top: 38%;
}

.p-people-schedule--graphic-designer .p-people-schedule__item--2 {
  top: 47.5%;
}

.p-people-schedule--graphic-designer .p-people-schedule__item--3 {
  top: 56.5%;
}

.p-people-schedule--graphic-designer .p-people-schedule__item--4 {
  top: 66%;
}

.p-people-schedule--graphic-designer .p-people-schedule__item--5 {
  top: 75.5%;
}

.p-people-schedule--graphic-designer .p-people-schedule__item--6 {
  top: 84.5%;
}

.p-people-schedule--graphic-designer .p-people-schedule__time {
  color: #0071bc;
  flex-shrink: 0;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.p-people-schedule--graphic-designer .p-people-schedule__text {
  color: #000;
  flex: 1;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1;
}

.p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box {
  position: absolute;
  width: 27%;
}

.p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box--1 {
  left: 17%;
  top: 24%;
}

.p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box--2 {
  left: 56%;
  top: 24%;
}

.p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box--3 {
  left: 17%;
  top: 61%;
}

.p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box--4 {
  left: 56%;
  top: 60%;
}

.p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box-title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
}

.p-people-duties.p-people-duties--graphic-designer .p-people-duties__text {
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.3684210526;
  margin-top: 0.625rem;
}

.p-people-skills.p-people-skills--graphic-designer .p-people-skills__text-box {
  position: absolute;
  width: 37%;
}

.p-people-skills.p-people-skills--graphic-designer .p-people-skills__text-box--1 {
  left: 4%;
  top: 37%;
}

.p-people-skills.p-people-skills--graphic-designer .p-people-skills__text-box--2 {
  left: 58%;
  top: 39%;
}

.p-people-skills.p-people-skills--graphic-designer .p-people-skills__text-box--3 {
  left: 35%;
  top: 76%;
  width: 53%;
}

.p-people-skills.p-people-skills--graphic-designer .p-people-skills__text {
  color: #000;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5454545455;
}

.p-guide {
  background-image: url(../img/guide-bg_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 16.25rem;
  padding-top: 15.625rem;
  position: relative;
}

.p-guide__inner {
  position: relative;
  z-index: 1;
}

.p-guide__cards {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
}

.p-guide__card {
  height: 14.375rem;
  position: relative;
  width: 14.375rem;
}

.p-guide__card-link {
  align-items: center;
  background: transparent linear-gradient(90deg, #3d89de 0%, #6cb2f2 100%) 0% 0% no-repeat padding-box;
  display: block;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 2.5rem 0.875rem;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
}

.p-guide__card-link:hover {
  background: transparent linear-gradient(90deg, #2a6fb8 0%, #4a9ad9 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.25);
  transform: translateY(-0.5rem) scale(1.03);
}

.p-guide__card-title {
  color: #fff;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.2894736842;
}

.p-header {
  background-color: #fff;
  height: 6.25rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.p-header__inner {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  height: 100%;
  justify-content: space-between;
}

.p-header__logo {
  flex-shrink: 1;
  min-width: 0;
  width: 29.875rem;
  z-index: 1;
}

.p-header__logo-img {
  margin-left: 4.375rem;
  width: 100%;
}

.p-header__menu-wrapper {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  margin-right: 3.875rem;
  width: 18.75rem;
}

.p-header__entry-link {
  color: #000;
  font-size: 2.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-header__menu {
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 4.1875rem;
  justify-content: center;
  padding: 0;
  width: 4.1875rem;
}

.p-header__menu.is-active {
  z-index: 2;
}

.p-header__menu-btn {
  background-color: #000;
  height: 0.1875rem;
  margin-inline: auto;
  position: relative;
  transition: all 0.4s;
  width: 100%;
}

.p-header__menu-btn::before,
.p-header__menu-btn::after {
  background-color: #000;
  content: "";
  height: 0.1875rem;
  left: 0;
  position: absolute;
  top: -1.25rem;
  transform-origin: center;
  transition: all 0.4s;
  width: 100%;
}

.p-header__menu-btn::after {
  left: 0;
  top: 1.25rem;
  transform-origin: center;
}

.p-header__menu.is-active .p-header__menu-btn {
  background-color: transparent;
}

.p-header__menu.is-active .p-header__menu-btn::before {
  transform: translateY(1.25rem) rotate(155deg);
}

.p-header__menu.is-active .p-header__menu-btn::after {
  transform: translateY(-1.25rem) rotate(-155deg);
}

/* ドロワー本体 */
.p-drawer {
  background-color: #9ee0fa;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-height: calc(100vh - 6.25rem);
  opacity: 0;
  overflow-y: auto;
  padding-bottom: 3.125rem;
  padding-top: 1.25rem;
  position: fixed;
  right: 0;
  top: 6.25rem;
  transition: all 0.4s;
  visibility: hidden;
  width: 25rem;
  z-index: -1;
}

.p-drawer.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

/* 背景オーバーレイ */
.p-drawer__bg {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1;
}

/* 中身 */
.p-drawer__body {
  z-index: 2;
}

.p-drawer__lists {
  z-index: 2;
}

.p-drawer__list {
  font-size: 1.875rem;
}

.p-drawer__list:not(:first-child) {
  margin-top: 0;
}

.p-drawer__link {
  color: #004181;
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.875rem 1.5rem;
  transition: all 0.3s;
}

.p-drawer__link--sub {
  color: #004181;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 0.875rem 1.5rem 0.875rem 3rem;
}

.p-drawer__link:hover {
  background-color: #004181;
  color: #fff;
}

.p-drawer__link--sub:hover {
  background-color: #004181;
  color: #fff;
}

.p-internship-entry {
  background-color: #9ee0fa;
  padding-bottom: 12.5rem;
  padding-top: 5rem;
}

.p-internship-entry__inner {
  position: relative;
}

.p-internship-entry__content {
  margin-inline: auto;
}

.p-internship-entry__text {
  color: #000;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.64;
  text-align: center;
}

.p-internship-entry__text span {
  border-bottom: 2px solid #105cff;
  display: inline-block;
  padding-bottom: 0.1875rem;
}

.p-internship-entry__email {
  border-bottom: 0.125rem solid #105cff;
  color: #105cff;
  padding-bottom: 0.1875rem;
  transition: opacity 0.3s ease;
}

.p-internship-entry__email:hover {
  opacity: 0.7;
}

.p-internship-entry__box {
  background-color: #fff;
  margin-top: 2.75rem;
  padding: 4.625rem 16%;
}

.p-internship-entry__list-item {
  align-items: flex-start;
  color: #00407d;
  display: flex;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.7407407407;
}

.p-internship-entry__list-item + .p-internship-entry__list-item {
  margin-top: 0.625rem;
}

.p-internship-entry__label {
  flex: 1;
}

.p-internship-entry__illustration {
  margin-inline: auto;
  margin-right: 6.875rem;
  margin-top: -12.5rem;
  max-width: 39.625rem;
}

.p-job-nav {
  background-color: #9ee0fa;
  padding-bottom: 3.75rem;
  padding-top: 5rem;
  position: relative;
}

.p-job-nav.p-job-nav--mountain {
  padding-top: 9.375rem;
}

.p-job-nav.p-job-nav--mountain::after {
  background-image: url(../img/training-mountain.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 35.625rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 49rem;
  z-index: 0;
}

.p-job-nav__inner {
  margin-inline: auto;
  max-width: 84.375rem;
  padding-inline: 1.5625rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.p-job-nav__title {
  color: #0071bc;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 1.875rem;
}

.p-job-nav__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  justify-content: space-between;
  margin-bottom: 4.375rem;
}

.p-job-nav__button {
  background-color: #fff;
  color: #000;
  display: inline-block;
  flex: 0 1 calc(20% - 1rem);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.p-job-nav__button:hover {
  background-color: #000;
  color: #fff;
}

.p-job-nav__back {
  text-align: center;
}

.p-job-nav__back-button {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 1.125rem 3.75rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-job-nav__back-button:hover {
  opacity: 0.8;
}

.p-people.p-people--marketing .p-people__bg {
  display: block;
  width: 100%;
}

.p-people.p-people--marketing,
.p-people-interview--marketing.p-people-interview,
.p-people-schedule--marketing.p-people-schedule,
.p-people-duties--marketing.p-people-duties,
.p-people-bottom--marketing.p-people-bottom,
.p-people-skills--marketing.p-people-skills,
.p-job-nav--marketing.p-job-nav {
  background-color: #f8e6d7;
}

.p-people--marketing .p-people__label-en {
  background-color: #d88890;
}

.p-drawer.p-drawer--marketing {
  background-color: #f8e6d7;
}

.p-people.p-people--marketing .p-people__text-wrapper {
  left: 81%;
  position: absolute;
  top: 68%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.p-people.p-people--marketing .p-people__intro {
  left: 64%;
  max-width: 53.75rem;
  position: absolute;
  top: 81%;
  transform: translate(-50%, -50%);
  width: 48%;
  z-index: 1;
}

.p-people.p-people--marketing .p-people__intro-title {
  margin-bottom: 0.625rem;
}

.p-people-interview.p-people-interview--marketing .p-people-interview__content.content01 {
  align-items: flex-start;
  margin-top: 2.5rem;
}

.p-people-interview.p-people-interview--marketing .p-people-interview__content.content02 {
  align-items: flex-end;
  margin-top: -12.5rem;
}

.p-people-schedule.p-people-schedule--marketing .p-people-schedule__item {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  left: 31%;
  position: absolute;
  width: 40%;
}

.p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--1 {
  top: 23%;
}

.p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--2 {
  top: 30.9%;
}

.p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--3 {
  top: 38.8%;
}

.p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--4 {
  top: 46.6%;
}

.p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--5 {
  top: 54.2%;
}

.p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--6 {
  top: 62%;
}

.p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--7 {
  top: 69.5%;
}

.p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--8 {
  top: 77.2%;
}

.p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--9 {
  top: 84.8%;
}

.p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--10 {
  top: 92.3%;
}

.p-people-schedule.p-people-schedule--marketing .p-people-schedule__time {
  color: #0071bc;
  flex-shrink: 0;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.p-people-schedule.p-people-schedule--marketing .p-people-schedule__text {
  color: #000;
  flex: 1;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1;
}

.p-people-duties.p-people-duties--marketing .p-people-duties__text-box {
  position: absolute;
  width: 26%;
}

.p-people-duties.p-people-duties--marketing .p-people-duties__text-box--1 {
  left: 17%;
  top: 26%;
}

.p-people-duties.p-people-duties--marketing .p-people-duties__text-box--2 {
  left: 56%;
  top: 25%;
}

.p-people-duties.p-people-duties--marketing .p-people-duties__text-box--3 {
  left: 17%;
  top: 61%;
}

.p-people-duties.p-people-duties--marketing .p-people-duties__text-box--4 {
  left: 56%;
  top: 62%;
}

.p-people-duties.p-people-duties--marketing .p-people-duties__text-box-title {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 500;
}

.p-people-duties.p-people-duties--marketing .p-people-duties__text {
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0.375rem;
}

.p-people-skills.p-people-skills--marketing .p-people-skills__text-box {
  position: absolute;
  width: 36%;
}

.p-people-skills.p-people-skills--marketing .p-people-skills__text-box--1 {
  left: 5%;
  top: 37%;
}

.p-people-skills.p-people-skills--marketing .p-people-skills__text-box--2 {
  left: 59%;
  top: 38%;
}

.p-people-skills.p-people-skills--marketing .p-people-skills__text-box--3 {
  left: 34%;
  top: 77%;
  width: 55%;
}

.p-skills.p-people-skills--marketing .p-people-skills__text {
  color: #000;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5454545455;
}

.p-mv {
  background-image: url(../img/mv-bg_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10.625rem 0 6.25rem;
  position: relative;
}

.p-mv__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.25rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  position: relative;
}

.p-mv__top {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: space-between;
  position: relative;
}

.p-mv__top-left-illust {
  flex: 0 0 auto;
  margin-bottom: 5rem;
  max-width: 17.3125rem;
  position: relative;
  z-index: 1;
}

.p-mv__top-left-illust img {
  display: block;
  height: auto;
  width: 100%;
}

.p-mv__top-text {
  flex: 0 0 auto;
  max-width: 53.125rem;
  position: relative;
  z-index: 1;
}

.p-mv__top-bottom-illust {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.625rem;
  max-width: 50rem;
}

.p-mv__top-bottom-illust img {
  display: block;
  height: auto;
  width: 100%;
}

.p-mv__top-right-illust {
  flex: 0 0 auto;
  margin-bottom: 5rem;
  max-width: 20.625rem;
  position: relative;
  z-index: 1;
}

.p-mv__top-right-illust img {
  display: block;
  height: auto;
  width: 100%;
}

.p-mv__catch {
  color: #c42d27;
  font-family: "alkaline", "Yellowtail", cursive, sans-serif;
  font-size: 8.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.p-mv__sub {
  color: #000;
  font-size: 3.3125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
  text-align: center;
}

.p-mv__lead {
  color: #000;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-top: 2.5rem;
  text-align: center;
}

.p-mv__message {
  margin-top: 3.75rem;
  position: relative;
  z-index: 1;
}

.p-mv__message-frame {
  margin-left: auto;
  margin-right: auto;
  max-width: 56.25rem;
  position: relative;
}

.p-mv__message-frame img {
  height: 100%;
  width: 100%;
}

.p-mv__message-img {
  display: block;
  height: auto;
  max-width: 56.25rem;
  width: 100%;
}

.p-mv__message-inner {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4rem);
}

.p-mv__message-text {
  color: #009ce1;
  font-size: 3.0625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.p-mv__bottom {
  margin-top: 6rem;
  padding-bottom: 2.5rem;
  position: relative;
}

.p-mv__bottom-head {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  justify-content: flex-end;
  position: relative;
}

.p-mv__bottom-copy {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-left: 1.25rem;
}

.p-mv__bottom-main {
  align-items: flex-start;
  display: flex;
}

.p-mv__focus-card {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  max-width: 34.75rem;
  position: relative;
}

.p-mv__focus-img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
}

.p-mv__focus-inner {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 3rem);
}

.p-mv__focus-title {
  color: #006837;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-top: 6.25rem;
}

.p-mv__bottom-text {
  flex: 1 1 auto;
  margin-left: 2.25rem;
  margin-top: 5rem;
}

.p-mv__bottom-paragraph {
  color: #fff;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.7826086957;
}

.p-mv__bottom-illust {
  margin-left: 2.5rem;
  max-width: 30.3125rem;
}

.p-mv__bottom-illust img {
  display: block;
  height: auto;
  width: 100%;
}

.p-news {
  background-color: #fff;
  padding: 5rem 0;
  position: relative;
}

.p-news__inner {
  margin: 0 auto;
  max-width: 62.5rem;
}

.p-news__head {
  margin-bottom: 2.5rem;
  position: relative;
  text-align: left;
}

.p-news__en {
  color: gray;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-news__title {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.p-news__icon {
  height: auto;
  left: 8.75rem;
  position: absolute;
  top: -0.625rem;
  width: 3.75rem;
}

.p-news__list {
  border-top: 1px dashed #d8c79f;
}

.p-news__item {
  align-items: center;
  border-bottom: 1px dashed #d8c79f;
  display: flex;
  padding: 1.25rem 0;
}

.p-news__date {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-right: 2rem;
}

.p-news__label {
  border-radius: 1.875rem;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: 1.5rem;
  padding: 0.5rem 1.25rem;
}

.p-news__label--blue {
  background-color: #93c3d6;
}

.p-news__label--yellow {
  background-color: #f4b933;
}

.p-news__text {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-news__more {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 2.5rem;
}

.p-news__link {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-right: 0.5rem;
}

.p-news__arrow {
  background-color: #f4b933;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  width: 2.5rem;
}

.p-pageTop {
  bottom: 1.875rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  z-index: 50;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  width: 3.125rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.p-passion {
  background-color: #f5e6d3;
  background-image: url(../img/passion-bg_pc.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -0.25rem;
  padding-bottom: 3.125rem;
  position: relative;
}

.p-passion__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 89.375rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 3.75rem;
  position: relative;
}

.p-passion__head {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.p-passion__head-icon {
  max-width: 3.75rem;
}

.p-passion__head-icon img {
  display: block;
  height: auto;
  width: 100%;
}

.p-passion__title.c-head {
  color: #c42d27;
  position: relative;
}

.p-passion__title.c-head::before {
  background-image: url(../img/passion-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 5.625rem;
  margin-bottom: 1.875rem;
  margin-right: 1.25rem;
  vertical-align: middle;
  width: 5.625rem;
}

.p-passion__content {
  align-items: flex-start;
  display: flex;
  gap: 0.625rem;
  justify-content: space-between;
  margin-top: 1.875rem;
}

.p-passion__left {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  gap: 1.5625rem;
  justify-content: flex-end;
  position: relative;
}

.p-passion__text {
  color: #000;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.7826086957;
  margin-top: 3.125rem;
  position: relative;
  z-index: 1;
}

.p-passion__left-illust {
  flex-shrink: 0;
  max-width: 14.375rem;
}

.p-passion__left-illust img {
  display: block;
  height: auto;
  width: 100%;
}

.p-passion__right {
  flex: 0 0 auto;
  max-width: 31.25rem;
  position: relative;
}

.p-passion__focus-card {
  display: flex;
  flex-direction: column;
}

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

.p-passion__focus-inner {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4rem);
}

.p-passion__focus-title {
  color: #c42d27;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-top: 2.5rem;
}

.p-passion__right-illust {
  margin-left: auto;
  margin-top: 2rem;
  max-width: 15rem;
}

.p-passion__right-illust img {
  display: block;
  height: auto;
  width: 100%;
}

.p-passion__bottom {
  margin-top: 0rem;
}

.p-passion__bottom-illust {
  margin-left: 10%;
  max-width: 43.75rem;
}

.p-passion__bottom-illust img {
  display: block;
  height: auto;
  width: 100%;
}

.p-people {
  background-color: #9ee0fa;
  margin-top: 6.25rem;
  position: relative;
  width: 100%;
}

.p-people__bg {
  display: block;
  width: 100%;
}

.p-people__bg picture {
  display: block;
  width: 100%;
}

.p-people__bg img {
  aspect-ratio: 3861/2956;
  display: block;
  height: auto;
  width: 100%;
}

.p-people__header {
  left: 50%;
  max-width: 84.375rem;
  padding-inline: 1.5625rem;
  position: absolute;
  top: 1.25rem;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}

.p-people__label {
  color: #0071bc;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.p-people__label-en {
  background-color: #ffad55;
  margin-inline: auto;
  width: 37.625rem;
}

.p-people__label-en-title {
  -webkit-text-stroke: 0.176875rem #0071bc;
  color: #fff;
  font-family: "Bungee", "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.p-people__title {
  color: #c42d27;
  font-family: "alkaline", "Yellowtail", cursive, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.2;
}

.p-people__title.c-head::before {
  background-image: url(../img/explorer-icon.png);
}

.p-people__line {
  display: flex;
  justify-content: center;
  margin-top: -0.625rem;
}

.p-people__line img {
  height: auto;
  margin-right: auto;
  max-width: 25.9375rem;
  width: 100%;
}

.p-people__description {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 3.125rem;
  font-weight: 500;
  justify-content: flex-start;
  margin-left: 2.5rem;
  margin-top: 0rem;
  text-align: left;
}

.p-people__intro {
  left: 60%;
  max-width: 50.625rem;
  position: absolute;
  top: 80%;
  transform: translate(-50%, -50%);
  width: 42%;
  z-index: 1;
}

.p-people__intro-title {
  color: #9ee0fa;
  font-size: 2.375rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.p-people__intro-text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
}

.p-people-interview {
  background-color: #9ee0fa;
  margin-top: -8.125rem;
  padding: 0.0625rem 0 5rem;
}

.p-people-interview__inner {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 1.5625rem;
  position: relative;
}

.p-people-interview__title-box {
  text-align: center;
}

.p-people-interview__title-img {
  margin-left: 25%;
  max-width: 24.5625rem;
}

.p-people-interview__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-people-interview__item--1 {
  margin-top: -3.125rem;
}

.p-people-interview__content {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  margin-top: -1.25rem;
}

.p-people-interview__content--reverse {
  flex-direction: row-reverse;
}

.p-people-interview__image {
  display: block;
  flex-shrink: 0;
  height: auto;
  width: 52%;
}

.p-people-interview__text-wrapper {
  align-items: flex-start;
  display: flex;
  flex: 1;
  gap: 1.25rem;
}

/* 説明テキスト */
.p-people-interview__text {
  color: #000;
  flex: 1;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.85;
}

.p-people-interview__profile-img {
  -o-object-fit: cover;
  flex-shrink: 0;
  height: auto;
  object-fit: cover;
  width: 25%;
}

.p-people-schedule {
  background-color: #9ee0fa;
  position: relative;
  width: 100%;
}

.p-people-schedule__bg {
  display: block;
  width: 100%;
}

.p-people-schedule__bg picture {
  display: block;
  width: 100%;
}

.p-people-schedule__bg img {
  display: block;
  height: auto;
  width: 100%;
}

.p-people-schedule__content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-people-schedule__item {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  left: 31%;
  position: absolute;
  width: 40%;
}

.p-people-schedule__item--1 {
  top: 29.3%;
}

.p-people-schedule__item--2 {
  top: 37.8%;
}

.p-people-schedule__item--3 {
  top: 46.8%;
}

.p-people-schedule__item--4 {
  top: 56%;
}

.p-people-schedule__item--5 {
  top: 64.5%;
}

.p-people-schedule__item--6 {
  top: 73.5%;
}

.p-people-schedule__item--7 {
  top: 82.5%;
}

.p-people-schedule__item--8 {
  top: 91.3%;
}

.p-people-schedule__time {
  color: #0071bc;
  flex-shrink: 0;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.p-people-schedule__text {
  color: #000;
  flex: 1;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1;
}

.p-people-duties {
  background-color: #9ee0fa;
  padding-top: 3.75rem;
  width: 100%;
}

.p-people-duties__bg {
  display: block;
  margin-inline: auto;
  max-width: 107.5rem;
  padding-inline: 1.5625rem;
  position: relative;
  width: 100%;
}

.p-people-duties__bg picture {
  display: block;
  width: 100%;
}

.p-people-duties__bg img {
  aspect-ratio: 3351/1207;
  display: block;
  height: auto;
  width: 100%;
}

.p-people-duties__content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-people-duties__text-box {
  position: absolute;
  width: 26%;
}

.p-people-duties__text-box--1 {
  left: 18%;
  top: 26%;
}

.p-people-duties__text-box--2 {
  left: 56%;
  top: 26%;
}

.p-people-duties__text-box--3 {
  left: 18%;
  top: 62%;
}

.p-people-duties__text-box--4 {
  left: 56%;
  top: 62%;
}

.p-people-duties__text-box-title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
}

.p-people-duties__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4210526316;
  margin-top: 0.5rem;
}

.p-people-bottom {
  background-color: #9ee0fa;
  margin-top: -6.25rem;
}

.p-people-bottom__inner {
  margin-inline: auto;
  max-width: 107.5rem;
  padding-inline: 1.5625rem;
}

.p-people-bottom picture {
  display: block;
  width: 100%;
}

.p-people-bottom__image {
  aspect-ratio: 1920/873;
  display: block;
  height: auto;
  width: 100%;
}

.p-people-skills {
  background-color: #9ee0fa;
  width: 100%;
}

.p-people-skills__bg {
  display: block;
  margin-inline: auto;
  max-width: 86rem;
  padding-inline: 1.5625rem;
  position: relative;
  width: 100%;
}

.p-people-skills__bg picture {
  display: block;
  width: 100%;
}

.p-people-skills__bg img {
  aspect-ratio: 2674/1991;
  display: block;
  height: auto;
  width: 100%;
}

.p-people-skills__content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-people-skills__text-box {
  position: absolute;
  width: 36%;
}

.p-people-skills__text-box--1 {
  left: 8%;
  top: 36%;
}

.p-people-skills__text-box--2 {
  left: 59%;
  top: 36%;
}

.p-people-skills__text-box--3 {
  left: 33%;
  top: 75%;
  width: 56%;
}

.p-people-skills__text {
  color: #000;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5454545455;
}

.p-sub-mv--producer {
  height: 87.5rem;
}

.p-requirements {
  background-color: #9ee0fa;
  padding-block: 5rem;
}

.p-requirements__inner {
  margin-inline: auto;
  max-width: 84.375rem;
  padding-inline: 1.5625rem;
  position: relative;
}

.p-requirements__title-wrap {
  text-align: center;
}

.p-requirements__title {
  background-color: #fff;
  color: #00407d;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-inline: auto;
  max-width: 100%;
  padding: 0.1875rem 2.5rem;
  width: 29.875rem;
}

.p-requirements__content-box {
  background-color: #e6fcf4;
  margin-inline: auto;
  margin-top: 3.125rem;
  padding: 3.4375rem 6.2% 4.0625rem;
}

.p-requirements__section {
  margin-top: 5rem;
}

.p-requirements__section:first-child {
  margin-top: 0;
}

.p-requirements__section-title {
  color: #211815;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
}

.p-requirements__text {
  color: #211815;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.1;
}

.p-requirements__subsection {
  margin-top: 0.375rem;
}

.p-requirements__subsection-title {
  color: #211815;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.9090909091;
  margin-top: 2.5rem;
}

.p-requirements__subsection-title:first-child {
  margin-top: 0;
}

.p-requirements__section-title + .p-requirements__subsection-title {
  margin-top: 0.375rem;
}

.p-requirements__list-item {
  color: #211815;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.1;
  padding-left: 1.875rem;
}

.p-requirements__list-item:first-child {
  margin-top: 0;
}

.p-requirements__job {
  margin-top: 1.5625rem;
}

.p-requirements__section-title + .p-requirements__job {
  margin-top: 0.375rem;
}

.p-requirements__job-title {
  color: #211815;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.9090909091;
}

.p-requirements__job-title:first-child {
  margin-top: 0;
}

.p-requirements__job-text {
  color: #211815;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.1;
  margin-bottom: 3.125rem;
}

.p-requirements__schedule {
  margin-bottom: 0;
  margin-top: 0.375rem;
}

.p-requirements__schedule-item {
  color: #211815;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.1;
}

.p-requirements__schedule-item:first-child {
  margin-top: 0;
}

.p-requirements__note {
  color: #211815;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.1;
}

.p-requirements__text,
.p-requirements__job-text {
  text-align: justify;
}
.p-sub-mv {
  height: 33.75rem;
  margin-top: 6.25rem;
  position: relative;
}

.p-sub-mv__content {
  left: 50%;
  max-width: 84.375rem;
  padding-inline: 1.5625rem;
  position: absolute;
  text-align: center;
  top: 47%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.p-sub-mv--environment .p-sub-mv__content {
  top: 50%;
}

.p-sub-mv__label {
  background-color: transparent;
  border: 1px solid #233b74;
  color: #233b74;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.03125;
  max-width: 100%;
  padding: 0.1875rem 2.5rem;
  width: 29.875rem;
}

.p-sub-mv--environment .p-sub-mv__label {
  border: 1px solid #fff;
  color: #fff;
}

.p-sub-mv--internship .p-sub-mv__label {
  border: 1px solid #fff;
  color: #fff;
}

.p-sub-mv--career .p-sub-mv__label {
  border: 1px solid #fff;
  color: #fff;
}

.p-sub-mv--requirements .p-sub-mv__icon-sp {
  display: none;
}

.p-sub-mv--requirements .p-sub-mv__icon-sp img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-sub-mv--faq {
  background-color: #9ee0fa;
  height: auto;
  padding-block: 5rem;
}

.p-sub-mv--faq .p-sub-mv__content {
  margin-left: auto;
  margin-right: auto;
  position: static;
  transform: none;
}

.p-sub-mv--faq .p-sub-mv__faq-icon {
  margin-bottom: 1.25rem;
  margin-inline: auto;
  max-width: 28.125rem;
}

.p-sub-mv--faq .p-sub-mv__faq-icon img {
  height: auto;
  width: 100%;
}

.p-sub-mv--faq .p-sub-mv__faq-title {
  color: #c42d27;
  font-size: 2.25rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.p-sub-mv--faq .p-sub-mv__description {
  color: #211815;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7083333333;
  margin-inline: auto;
  margin-top: 1.25rem;
  max-width: 75rem;
  text-align: left;
}

.p-sub-mv__label span {
  color: #233b74;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}

.p-sub-mv__head {
  margin-top: 0.625rem;
}

.p-sub-mv__title {
  color: #c42d27;
  font-size: 5.0625rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.0740740741;
}

.p-sub-mv--environment .p-sub-mv__title {
  margin-right: 6.25rem;
  margin-top: 1.25rem;
}

.p-sub-mv--career .p-sub-mv__title {
  margin-right: 6.25rem;
  margin-top: 1.25rem;
}

.p-sub-mv--internship .p-sub-mv__title {
  color: #fff;
}

.p-sub-mv__title-nowrap {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.p-sub-mv__title.c-head::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 5.75rem;
  vertical-align: middle;
  width: 5.9375rem;
}

.p-sub-mv__line {
  margin-top: -0.625rem;
}

.p-sub-mv__line img {
  margin-inline: auto;
  max-width: 62.1875rem;
  width: 100%;
}

.p-sub-mv--environment .p-sub-mv__line img {
  max-width: 49.4375rem;
}

.p-sub-mv--internship .p-sub-mv__line img {
  max-width: 49.4375rem;
}

.p-sub-mv__description {
  color: #000;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.64;
  margin-top: 1.25rem;
}

.p-sub-mv--environment .p-sub-mv__description {
  color: #fff;
}

.p-sub-mv--career .p-sub-mv__description {
  color: #fff;
}

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

.p-sub-mv__img picture {
  display: block;
  height: 100%;
  width: 100%;
}

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

.p-sub-mv--training .p-sub-mv__title.c-head::before {
  background-image: url(../img/training-icon.png);
}

.p-sub-mv--environment .p-sub-mv__title.c-head::before {
  background-image: url(../img/environment-icon.png);
}

.p-sub-mv--internship .p-sub-mv__title.c-head::before {
  background-image: url(../img/internship-icon.png);
}

.p-sub-mv--requirements .p-sub-mv__title.c-head::before {
  background-image: url(../img/requirements-icon.png);
}

.p-sub-mv--career .p-sub-mv__title.c-head::before {
  background-image: url(../img/career-icon.png);
}

.p-sub-mv--faq .p-sub-mv__title.c-head::before {
  background-image: url(../img/faq-icon.png);
}

/* ========================================
   トップページのFAQセクション
======================================== */
.p-faq__head {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.p-faq__title.c-head {
  color: #c42d27;
  font-size: 5rem;
  margin-top: -10rem;
  position: relative;
}

.p-faq__title.c-head::before {
  background-image: url(../img/faq-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 5.625rem;
  margin-bottom: 1.875rem;
  margin-right: 1.25rem;
  vertical-align: middle;
  width: 5.625rem;
}

.p-faq {
  position: relative;
}

.p-faq__upper-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 107.5rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  position: relative;
}

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

.p-faq__image {
  max-width: 37.5rem;
  position: relative;
}

.p-faq__image--center {
  margin-top: -3.4375rem;
  max-width: 38.75rem;
}

.p-faq__image--right {
  margin-bottom: 3rem;
  margin-left: -4.6875rem;
}

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

.p-faq__image-link {
  display: block;
  transition: all 0.3s ease;
}

.p-faq__image-link:hover {
  opacity: 0.85;
  transform: translateY(-0.3125rem);
}

.p-faq__lower {
  background-color: #9ee0fa;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.p-faq__lower-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.625rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  position: relative;
}

.p-faq__text {
  color: #000;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.7826086957;
}

.p-training {
  background-color: #9ee0fa;
  padding-bottom: 1.25rem;
  padding-top: 6.25rem;
  position: relative;
}

.p-training__mountain {
  display: none;
}
.p-training__mountain img {
  height: auto;
  max-width: 100%;
  width: 60%;
}

.p-training__inner {
  margin-inline: auto;
  max-width: 84.375rem;
  padding-inline: 1.5625rem;
  position: relative;
}

.p-training__header {
  margin-bottom: 3.75rem;
  position: relative;
  text-align: center;
}

.p-training__title {
  background-color: #fff;
  color: #00407d;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  max-width: 100%;
  padding: 0.9375rem 3.125rem;
  width: 30.3125rem;
}

.p-training__illust {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17.5rem;
}

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

.p-training__items {
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
}

.p-training__item-title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.p-training__item-text {
  color: #000;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  margin-top: 0.625rem;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 1920px) {
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item {
    left: 30%;
    width: 42%;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__time {
    font-size: 1.125rem;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__text {
    font-size: 1.125rem;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box--1 {
    top: 25%;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box-title {
    font-size: 1.5rem;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item {
    gap: 0.4375rem;
    left: 29.9%;
    width: 42%;
    width: 42%;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
  .p-header {
    width: 100vw;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__item {
    left: 30%;
    width: 42%;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__time {
    font-size: 1.125rem;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__text {
    font-size: 1.125rem;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box--1 {
    top: 25%;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1520px) {
  html {
    font-size: 1.0526315789vw;
  }
  .p-people.p-people--account-executive .p-people__bg {
    padding-top: 2.5rem;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__time {
    font-size: 1.0625rem;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__text {
    font-size: 1.0625rem;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box--1 {
    top: 24%;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box--2 {
    top: 24%;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box-title {
    font-size: 1.375rem;
    line-height: 1.3;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
  .p-environment-system__illustration {
    margin-left: 4.8125rem;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box-title {
    font-size: 1.625rem;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text {
    font-size: 1.125rem;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__time {
    font-size: 1.125rem;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__text {
    font-size: 1.125rem;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box-title {
    font-size: 1.625rem;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text {
    margin-top: 0.375rem;
  }
  .p-people.p-people--marketing .p-people__bg {
    padding-top: 2.5rem;
  }
  .p-people-interview--marketing.p-people-interview {
    margin-top: -6.25rem;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__time {
    font-size: 1.0625rem;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__text {
    font-size: 1.0625rem;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box--1 {
    top: 24%;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box--2 {
    top: 24%;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box-title {
    font-size: 1.375rem;
    line-height: 1.3;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
  .p-people__intro-title {
    font-size: 2rem;
  }
  .p-people__intro-text {
    font-size: 1rem;
  }
  .p-people-schedule__time {
    font-size: 1.125rem;
  }
  .p-people-schedule__text {
    font-size: 1.125rem;
  }
  .p-people-duties__text-box-title {
    font-size: 1.625rem;
  }
  .p-people-duties__text {
    font-size: 1.0625rem;
    margin-top: 0.375rem;
  }
  .p-people-bottom {
    margin-top: -4.375rem;
  }
}

@media screen and (max-width: 1440px) {
  .p-people.p-people--account-executive .p-people__intro {
    top: 81%;
  }
  .p-people.p-people--graphic-designer .p-people__intro {
    top: 81%;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box-title {
    font-size: 1.5rem;
  }
  .p-people__bg {
    padding-top: 2.5rem;
  }
  .p-people__intro {
    top: 81%;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-inner {
    max-width: 45rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .c-head {
    margin-top: 2.5rem;
    text-align: center;
  }
  .c-head::before {
    height: 4rem;
    margin-bottom: 1.25rem;
    width: 3rem;
  }
  .l-footer__inner {
    max-width: 46.875rem;
    padding-bottom: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 0.9375rem;
  }
  .l-footer__content {
    gap: 1.25rem;
  }
  .l-footer__left {
    align-items: flex-start;
    flex: 6;
    flex-direction: column;
    gap: 0.375rem;
  }
  .l-footer__right {
    flex: 4;
  }
  .l-footer__title {
    margin-top: 0;
    width: 100%;
  }
  .l-footer__logo {
    padding-top: 0;
    width: 70%;
  }
  .l-footer__passion {
    max-width: 13.75rem;
  }
  .l-footer__copyright-text {
    font-size: 1.125rem;
  }
  .p-people.p-people--account-executive .p-people__bg {
    padding-top: 8.75rem;
  }
  .p-people.p-people--account-executive .p-people__intro {
    left: 50%;
    top: 88%;
    width: 90%;
  }
  .p-people-interview--account-executive.p-people-interview {
    margin-top: -3.75rem;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item {
    left: 5%;
    width: 93%;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item--1 {
    top: 55.2%;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item--2 {
    top: 59.5%;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item--3 {
    top: 65.9%;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item--4 {
    top: 70.5%;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item--5 {
    top: 77%;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item--6 {
    top: 81.3%;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item--7 {
    top: 85.5%;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item--8 {
    top: 90%;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item--9 {
    top: 94.3%;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__time {
    font-size: 1.1875rem;
    line-height: 1.4;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__text {
    font-size: 1.1875rem;
    line-height: 1.4;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box {
    left: 17%;
    width: 70%;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box--1 {
    top: 26%;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box--2 {
    top: 63%;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box--3 {
    top: 45%;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box--4 {
    top: 82%;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box-title {
    font-size: 1.75rem;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text {
    font-size: 1.1875rem;
    margin-top: 0.625rem;
  }
  .p-people-skills.p-people-skills--account-executive .p-people-skills__text-box {
    left: 8%;
    width: 84%;
  }
  .p-people-skills.p-people-skills--account-executive .p-people-skills__text-box--1 {
    top: 17%;
    width: 82%;
  }
  .p-people-skills.p-people-skills--account-executive .p-people-skills__text-box--2 {
    top: 46%;
    width: 82%;
  }
  .p-people-skills.p-people-skills--account-executive .p-people-skills__text-box--3 {
    top: 79%;
    width: 82%;
  }
  .p-people-skills.p-people-skills--account-executive .p-people-skills__text {
    font-size: 1.5rem;
  }
  .p-career-recruitment {
    padding-block: 3.75rem;
  }
  .p-career-recruitment__inner {
    max-width: 45rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .p-career-recruitment__title {
    width: 62%;
  }
  .p-career-recruitment__category {
    margin-top: 2.5rem;
  }
  .p-career-recruitment__category-title {
    color: #00407d;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8333333333;
  }
  .p-career-recruitment__positions {
    margin-top: 0.9375rem;
  }
  .p-career-recruitment__position {
    color: #211815;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    padding: 0.875rem 0.9375rem;
  }
  .p-career-recruitment__section {
    margin-top: 3.75rem;
  }
  .p-career-recruitment__section-title {
    color: #00407d;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8333333333;
  }
  .p-career-recruitment__details {
    flex-direction: column;
    gap: 1.875rem;
    margin-top: 1.25rem;
  }
  .p-career-recruitment__detail-box {
    padding: 0.875rem 0.9375rem;
  }
  .p-career-recruitment__detail-title {
    text-align: center;
  }
  .p-career-recruitment__item {
    margin-top: 1.25rem;
  }
  .p-career-recruitment__content {
    margin-top: 0.75rem;
  }
  .p-environment-system {
    padding-bottom: 6.25rem;
    padding-top: 3.125rem;
  }
  .p-environment-system__arrow {
    left: 1.25rem;
    top: 2.5rem;
    width: 17%;
  }
  .p-environment-system__inner {
    padding-inline: 0.9375rem;
  }
  .p-environment-system__title {
    width: 62%;
  }
  .p-environment-system__illustration {
    margin-top: 1.875rem;
  }
  .p-environment-system__subtitle {
    margin-top: 2.5rem;
  }
  .p-environment-system__content {
    margin-inline: auto;
    max-width: 43.125rem;
    padding-top: 0.625rem;
  }
  .p-environment-system__text {
    font-size: 1.5rem;
    line-height: 1.8333333333;
    padding: 0.875rem 1.25rem;
    width: 100%;
  }
  .p-environment-system__text-wrap--evaluation .p-environment-system__text {
    padding: 0.4375rem 1.25rem;
  }
  .p-environment-system__benefits-row {
    flex-direction: column;
    gap: 0.875rem;
    margin-inline: auto;
    margin-top: 0.625rem;
    max-width: 100%;
    max-width: 43.125rem;
  }
  .p-environment-system__benefits-col {
    margin-inline: auto;
    max-width: 43.125rem;
    width: 100%;
  }
  .p-environment-system__benefit-item {
    font-size: 1.5rem;
    line-height: 1.8333333333;
    margin-inline: auto;
    max-width: 43.125rem;
    padding: 0.875rem 1.25rem;
    width: 100%;
  }
  .p-environment-system__img .environment-img01 {
    -o-object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    min-width: 19.375rem;
    object-fit: cover;
    width: 70%;
  }
  .p-environment-system__img .environment-img02 {
    -o-object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
    min-width: 19.375rem;
    object-fit: cover;
    width: 60%;
  }
  .p-environment-system__img .environment-img03 {
    -o-object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
    min-width: 17.625rem;
    object-fit: cover;
    width: 40%;
  }
  .p-explorer {
    min-height: auto;
    padding-bottom: 25rem;
  }
  .p-explorer::before {
    background-image: url(../img/explorer-bg_sp.png);
    background-position: top center;
    background-size: 100% auto;
  }
  .p-explorer__video-inner {
    padding-bottom: 15%;
  }
  .p-explorer__title-wrapper {
    padding-top: 5%;
  }
  .p-explorer__title-img {
    max-width: 51%;
    width: 100%;
  }
  .p-explorer__video {
    width: 100%;
  }
  .p-explorer__inner {
    padding-bottom: 0rem;
  }
  .p-explorer__head {
    gap: 0.75rem;
  }
  .p-explorer__title.c-head {
    font-size: 5rem;
    margin-top: 0;
  }
  .p-explorer__focus-body {
    display: block;
    gap: 1.875rem;
    margin-top: 0;
  }
  .p-explorer__focus-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    text-align: center;
  }
  .p-explorer__focus-inner {
    width: calc(100% - 2.25rem);
  }
  .p-explorer__focus-title {
    font-size: 2.75rem;
  }
  .p-explorer__focus-text {
    font-size: 1.75rem;
    margin-top: 1.875rem;
    text-align: center;
  }
  .p-explorer__content {
    margin-top: 2.5rem;
  }
  .p-explorer__cards {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .p-explorer__card {
    display: flex;
    width: 100%;
  }
  .p-explorer__card--01 {
    justify-content: flex-start;
  }
  .p-explorer__card--02 {
    align-self: auto;
    justify-content: flex-end;
    margin-top: -26.25rem;
    transform: none;
  }
  .p-explorer__card--03 {
    justify-content: flex-start;
    margin-top: -13.75rem;
  }
  .p-explorer__card--04 {
    justify-content: flex-end;
    margin-top: -13.75rem;
  }
  .p-explorer__card--05 {
    justify-content: flex-start;
    margin-top: -13.75rem;
  }
  .p-explorer__card-image {
    max-width: 31.25rem;
    width: 55%;
  }
  .p-explorer__card--02 .p-explorer__card-image {
    margin-top: 0;
  }
  .p-explorer__card--03 .p-explorer__card-image {
    margin-top: 5%;
    width: 58%;
  }
  .p-explorer__card--05 .p-explorer__card-image {
    width: 55%;
  }
  .p-explorer__center {
    display: none;
  }
  .p-explorer__text-area {
    margin-top: 2.5rem;
    padding: 1.25rem;
  }
  .p-explorer__text {
    font-size: 0.75rem;
  }
  .p-explorer__time {
    margin-top: 0.9375rem;
  }
  .p-explorer__time-text {
    font-size: 0.75rem;
  }
  .p-faq-about {
    padding-top: 8.75rem;
  }
  .p-faq-about__inner {
    padding-inline: 0.9375rem;
  }
  .p-faq-about__header {
    gap: 0.625rem;
  }
  .p-faq-about__icon {
    width: 23%;
  }
  .p-faq-about__content {
    align-items: center;
    flex-direction: column;
    gap: 1.875rem;
  }
  .p-faq-about__item {
    max-width: 100%;
    width: 100%;
  }
  .p-faq-about__item--gender .p-faq-about__text-overlay {
    right: 8%;
  }
  .p-faq-about__item--department .p-faq-about__text-overlay {
    left: 7%;
    right: auto;
    top: 24%;
  }
  .p-features {
    padding-bottom: 0rem;
  }
  .p-features__bg {
    aspect-ratio: 375/934;
    background-image: url("../img/features-bg_sp.png");
  }
  .p-features__item--bubble {
    left: 41%;
    top: -10%;
    width: 60%;
  }
  .p-features__item--lead {
    right: 10%;
    top: -19%;
    width: 86%;
  }
  .p-features__item--fast {
    left: 8%;
    text-align: left;
    top: 4%;
    width: 84%;
  }
  .p-features__item--unique {
    display: block;
    gap: 0;
    left: 2%;
    line-height: 1.3;
    text-align: center;
    top: 12%;
    width: 95%;
  }
  .p-features__item.p-features__item--unique span {
    line-height: 2;
  }
  .p-features__item--serious {
    left: 5%;
    text-align: left;
    top: 27%;
    width: 90%;
  }
  .p-features__item--curious {
    display: block;
    left: 12%;
    right: auto;
    text-align: left;
    top: 37.2%;
    width: 45%;
  }
  .p-features__item.p-features__item--curious span {
    line-height: 2;
    margin-left: -4.875rem;
  }
  .p-features__item--never {
    left: 6%;
    top: 51%;
    width: 85%;
  }
  .p-features__item--rhythm {
    left: 15%;
    text-align: left;
    top: 64%;
    width: 78%;
  }
  .p-features__item.p-features__item--rhythm span {
    line-height: 2;
    margin-left: 1.25rem;
  }
  .p-features__item--polite {
    left: 10%;
    right: auto;
    text-align: center;
    top: 77%;
    width: 82%;
  }
  .p-features__item--security {
    left: 8%;
    right: auto;
    text-align: center;
    top: 90%;
    width: 85%;
  }
  .p-faq-flow__inner {
    padding-inline: 0.9375rem;
  }
  .p-faq-flow__body {
    aspect-ratio: 375/429;
    background-image: url("../img/faq-flow_sp.png");
  }
  .p-faq-qa__inner {
    padding-inline: 0.9375rem;
  }
  .p-faq-qa__body {
    aspect-ratio: 375/924;
    background-image: url("../img/faq-qa_sp.png");
    max-width: 46.875rem;
    width: 100%;
  }
  .p-faq-qa__q--top-left {
    left: 21%;
    top: 2%;
    width: 64%;
  }
  .p-faq-qa__a--top-left {
    left: 21%;
    top: 11.5%;
    width: 75%;
  }
  .p-faq-qa__q--top-right {
    display: block;
    left: 50%;
    right: auto;
    text-align: center;
    top: 21%;
    transform: translateX(-50%);
    width: 100%;
  }
  .p-faq-qa__a--top-right {
    left: 29%;
    right: auto;
    top: 32%;
    width: 53%;
  }
  .p-faq-qa__q--row1-left {
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    width: 70%;
  }
  .p-faq-qa__link--row1-left {
    left: 50%;
    top: 45%;
    transform: translateX(-50%);
  }
  .p-faq-qa__q--row1-right {
    left: 50%;
    right: auto;
    top: 57.5%;
    transform: translateX(-50%);
    width: 70%;
  }
  .p-faq-qa__link--row1-right {
    left: 50%;
    right: auto;
    top: 53.5%;
    transform: translateX(-50%);
  }
  .p-faq-qa__q--row2-left {
    left: 50%;
    top: 48.5%;
    transform: translateX(-50%);
    width: 70%;
  }
  .p-faq-qa__link--row2-left {
    left: 50%;
    top: 62%;
    transform: translateX(-50%);
  }
  .p-faq-qa__q--row2-right {
    left: 50%;
    right: auto;
    top: 66%;
    transform: translateX(-50%);
    width: 70%;
  }
  .p-faq-qa__link--row2-right {
    left: 50%;
    right: auto;
    top: 70.5%;
    transform: translateX(-50%);
  }
  .p-faq-qa__q--bottom-center {
    left: 50%;
    top: 75%;
    transform: translateX(-50%);
    width: 70%;
  }
  .p-faq-qa__bottom-text {
    display: block;
    left: 11%;
    left: 50%;
    transform: translateX(-50%);
    width: 78%;
  }
  .p-faq-assign {
    padding-bottom: 6.25rem;
  }
  .p-faq-assign__inner {
    padding-inline: 0.9375rem;
  }
  .p-faq-assign__body {
    aspect-ratio: 375/582;
    background-image: url("../img/faq-assign_sp.png");
    margin-top: 1.875rem;
    max-width: 46.0625rem;
    width: 100%;
  }
  .p-faq-assign__q--left {
    display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 1.3%;
    transform: translateX(-50%);
    width: 100%;
  }
  .p-faq-assign__a--left {
    left: 22%;
    top: 11%;
    width: 60%;
  }
  .p-faq-assign__q--bottom-left {
    display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 23.5%;
    transform: translateX(-50%);
    width: 100%;
  }
  .p-faq-assign__a--bottom-left {
    left: 22%;
    top: 35%;
    width: 59%;
  }
  .p-faq-assign__q--right {
    display: block;
    left: 50%;
    position: absolute;
    right: auto;
    text-align: center;
    top: 58%;
    transform: translateX(-50%);
    width: 100%;
  }
  .p-faq-assign__a--right {
    left: 21%;
    right: auto;
    top: 71%;
    width: 58%;
  }
  .p-people.p-people--general-affairs .p-people__intro {
    left: 50%;
    top: 88.5%;
    width: 90%;
  }
  .p-people-interview.p-people-interview--general-affairs .p-people-interview__content.content03 {
    margin-top: -0.625rem;
  }
  .p-people-interview.p-people-interview--general-affairs .p-people-interview__content {
    margin-top: -1.25rem;
  }
  .p-people-interview.p-people-interview--general-affairs .p-people-interview__item--1 .p-people-interview__content {
    margin-top: 4.375rem;
  }
  .p-people-interview.p-people-interview--general-affairs .p-people-interview__item--3 .p-people-interview__content {
    margin-top: 0rem;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item {
    left: 8%;
    width: 93%;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item--1 {
    top: 52.7%;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item--2 {
    top: 56.9%;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item--3 {
    top: 62.1%;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item--4 {
    top: 66.1%;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item--5 {
    top: 69.8%;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item--6 {
    top: 75.5%;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item--7 {
    top: 81%;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item--8 {
    top: 85.1%;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item--9 {
    top: 92%;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__text {
    font-size: 1.125rem;
    line-height: 1.1;
  }
  .p-people-interview.p-people-interview--general-affairs .p-people-interview__image {
    margin-left: auto;
    margin-right: auto;
    max-width: 31.25rem;
    width: 90%;
  }
  .p-people-interview.p-people-interview--general-affairs .p-people-interview__content.content01 {
    margin-top: 4.375rem;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box {
    left: 17%;
    width: 70%;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box--1 {
    top: 25%;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box--2 {
    top: 43%;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box--3 {
    top: 61%;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box--4 {
    top: 79.5%;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box-title {
    font-size: 1.75rem;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text {
    font-size: 1.1875rem;
    margin-top: 0.625rem;
  }
  .p-people-skills.p-people-skills--general-affairs .p-people-skills__text-box {
    left: 8%;
    width: 84%;
  }
  .p-people-skills.p-people-skills--general-affairs .p-people-skills__text-box--1 {
    top: 17%;
  }
  .p-people-skills.p-people-skills--general-affairs .p-people-skills__text-box--2 {
    top: 51%;
  }
  .p-people-skills.p-people-skills--general-affairs .p-people-skills__text-box--3 {
    top: 82%;
    width: 84%;
  }
  .p-people-skills.p-people-skills--general-affairs .p-people-skills__text {
    font-size: 1.5rem;
  }
  .p-people.p-people--graphic-designer .p-people__intro {
    left: 50%;
    top: 88.5%;
    width: 90%;
  }
  .p-people-interview.p-people-interview--graphic-designer .p-people-interview__content {
    flex-direction: column;
    margin-top: 2.5rem;
  }
  .p-people-interview__img-wrap {
    display: none;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__item {
    left: 5%;
    width: 93%;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__item--1 {
    top: 64.8%;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__item--2 {
    top: 69.8%;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__item--3 {
    top: 76%;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__item--4 {
    top: 81%;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__item--5 {
    top: 87.4%;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__item--6 {
    top: 93.5%;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__time {
    font-size: 1.1875rem;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__text {
    font-size: 1.1875rem;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box {
    left: 17%;
    width: 70%;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box--1 {
    top: 27%;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box--2 {
    top: 63%;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box--3 {
    top: 45%;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box--4 {
    top: 82%;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box-title {
    font-size: 1.75rem;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text {
    font-size: 1.1875rem;
    margin-top: 0.625rem;
  }
  .p-people-skills.p-people-skills--graphic-designer .p-people-skills__text-box {
    left: 8%;
    width: 84%;
  }
  .p-people-skills.p-people-skills--graphic-designer .p-people-skills__text-box--1 {
    top: 17%;
  }
  .p-people-skills.p-people-skills--graphic-designer .p-people-skills__text-box--2 {
    top: 46%;
  }
  .p-people-skills.p-people-skills--graphic-designer .p-people-skills__text-box--3 {
    top: 79%;
    width: 84%;
  }
  .p-people-skills.p-people-skills--graphic-designer .p-people-skills__text {
    font-size: 1.5rem;
  }
  .p-guide {
    background-image: url(../img/guide-bg_sp.png);
    padding-bottom: 8.75rem;
    padding-top: 7.5rem;
  }
  .p-guide__cards {
    gap: 2.5rem 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    max-width: 37.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-guide__card {
    aspect-ratio: 1/1;
    height: auto;
    max-width: 14.375rem;
    width: 100%;
  }
  .p-guide__card-link {
    padding: 1.875rem 0.875rem;
  }
  .p-guide__card-title {
    font-size: 2rem;
  }
  .p-header {
    height: 5.875rem;
  }
  .p-header__inner {
    gap: 0.9375rem;
  }
  .p-header__logo {
    max-width: 25rem;
    width: 50%;
  }
  .p-header__logo-img {
    margin-left: 1.875rem;
  }
  .p-header__menu-wrapper {
    margin-right: 1.875rem;
    width: 11.25rem;
  }
  .p-header__entry-link {
    font-size: 1.875rem;
  }
  .p-drawer {
    background-color: #88e1fc;
    justify-content: flex-start;
    left: 0;
    max-height: calc(100vh - 6.25rem);
    padding: 4rem 4.875rem;
    right: unset;
    top: 5.875rem;
    width: 100vw;
  }
  .p-drawer__bg {
    display: none;
  }
  .p-drawer__lists {
    display: contents;
  }
  .p-drawer__list {
    font-size: 2.9375rem;
    font-weight: 700;
  }
  .p-drawer__link {
    font-size: 2.9375rem;
    font-weight: 700;
    padding: 0.75rem 1.75rem;
  }
  .p-drawer__link--sub {
    font-size: 2.625rem;
    padding: 0.75rem 2.375rem 0.75rem 3.75rem;
  }
  .p-internship-entry {
    padding-bottom: 6.25rem;
    padding-top: 3.125rem;
  }
  .p-internship-entry__text {
    font-size: 1.6875rem;
    line-height: 1.6666666667;
  }
  .p-internship-entry__box {
    padding: 3.125rem 6%;
  }
  .p-internship-entry__list-item {
    font-size: 1.8125rem;
    line-height: 1.724137931;
  }
  .p-internship-entry__list-item + .p-internship-entry__list-item {
    margin-top: 0.5rem;
  }
  .p-internship-entry__illustration {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    max-width: 33.75rem;
    width: 80%;
  }
  .p-job-nav {
    padding-bottom: 5rem;
    padding-top: 1.25rem;
  }
  .p-job-nav.p-job-nav--mountain::after {
    display: none;
  }
  .p-job-nav__inner {
    max-width: 45rem;
    padding-inline: 0.9375rem;
  }
  .p-job-nav__buttons {
    gap: 0.9375rem;
    justify-content: flex-start;
    margin-bottom: 3.125rem;
  }
  .p-job-nav__button {
    flex: 0 1 calc(50% - 0.46875rem);
    font-size: 1.5rem;
  }
  .p-job-nav__back-button {
    padding: 1.125rem 5rem;
  }
  .p-people.p-people--marketing .p-people__bg {
    padding-top: 8.75rem;
  }
  .p-people.p-people--marketing .p-people__text-wrapper {
    left: 83%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .p-people.p-people--marketing .p-people__text {
    font-size: 0.875rem;
    white-space: nowrap;
  }
  .p-people.p-people--marketing .p-people__intro {
    left: 50%;
    top: 88%;
    width: 90%;
  }
  .p-people.p-people--marketing .p-people__intro-title {
    display: block;
    font-size: 2.375rem;
    margin-bottom: 1.25rem;
  }
  .p-people-interview--marketing.p-people-interview {
    margin-top: -3.75rem;
  }
  .p-people-interview--marketing.p-people-interview img {
    margin-left: auto;
    margin-right: auto;
    max-width: 35.625rem;
  }
  .p-people-interview.p-people-interview--marketing .p-people-interview__content.content01 {
    align-items: center;
  }
  .p-people-interview.p-people-interview--marketing .p-people-interview__content.content02 {
    align-items: center;
    margin-top: -0.625rem;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__item {
    left: 5%;
    width: 93%;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--1 {
    top: 49.6%;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--2 {
    top: 53.3%;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--3 {
    top: 58.8%;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--4 {
    top: 62.8%;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--5 {
    top: 68.5%;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--6 {
    top: 72.1%;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--7 {
    top: 77.7%;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--8 {
    top: 83.4%;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--9 {
    top: 89.1%;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__item--10 {
    top: 94.8%;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__time {
    font-size: 1.1875rem;
    line-height: 1.4;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__text {
    font-size: 1.1875rem;
    line-height: 1.4;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box {
    left: 17%;
    width: 70%;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box--1 {
    top: 26%;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box--2 {
    top: 63%;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box--3 {
    top: 45%;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box--4 {
    top: 82%;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box-title {
    font-size: 1.75rem;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text {
    font-size: 1.1875rem;
    margin-top: 0.625rem;
  }
  .p-people-skills.p-people-skills--marketing .p-people-skills__text-box {
    left: 8%;
    width: 84%;
  }
  .p-people-skills.p-people-skills--marketing .p-people-skills__text-box--1 {
    top: 17%;
    width: 82%;
  }
  .p-people-skills.p-people-skills--marketing .p-people-skills__text-box--2 {
    top: 47%;
    width: 82%;
  }
  .p-people-skills.p-people-skills--marketing .p-people-skills__text-box--3 {
    top: 79%;
    width: 82%;
  }
  .p-skills.p-people-skills--marketing .p-people-skills__text {
    font-size: 1.5rem;
  }
  .p-mv {
    background-image: url(../img/mv-bg_sp.png);
    padding: 6.875rem 0 6.25rem;
  }
  .p-mv__inner {
    max-width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .p-mv__top {
    align-items: flex-start;
    gap: 0;
    justify-content: normal;
  }
  .p-mv__top-left-illust {
    margin-bottom: 0;
    max-width: 25%;
  }
  .p-mv__top-text {
    max-width: 50%;
  }
  .p-mv__top-bottom-illust {
    margin-top: 2rem;
    margin-top: 1.25rem;
    max-width: 80%;
  }
  .p-mv__top-right-illust {
    margin-bottom: 0;
    margin-top: 8.125rem;
    max-width: 25%;
  }
  .p-mv__catch {
    font-size: 6.875rem;
    margin-top: 1.875rem;
  }
  .p-mv__sub {
    font-size: 3.125rem;
    margin-top: 0.75rem;
  }
  .p-mv__lead {
    font-size: 1.75rem;
    letter-spacing: 0;
    margin-top: 1.25rem;
  }
  .p-mv__message {
    margin-top: 2.25rem;
  }
  .p-mv__message-frame {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    max-width: 93%;
  }
  .p-mv__message-inner {
    width: calc(100% - 2.25rem);
  }
  .p-mv__message-text {
    font-size: 2.3125rem;
  }
  .p-mv__bottom {
    margin-top: 2.625rem;
    padding-bottom: 0rem;
  }
  .p-mv__bottom-head {
    display: block;
  }
  .p-mv__bottom-copy {
    font-size: 2.5625rem;
  }
  .p-mv__bottom-main {
    display: block;
    margin-top: 2rem;
  }
  .p-mv__focus-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 36.25rem;
    text-align: center;
  }
  .p-mv__focus-inner {
    width: calc(100% - 2.25rem);
  }
  .p-mv__focus-title {
    font-size: 3rem;
  }
  .p-mv__bottom-text {
    margin-left: 0;
    margin-top: 3.125rem;
  }
  .p-mv__bottom-paragraph {
    font-size: 1.75rem;
    text-align: center;
  }
  .p-mv__bottom-illust {
    margin-left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 27.5rem;
  }
  .p-news {
    padding: 3.75rem 0;
  }
  .p-news__item {
    display: block;
    padding: 1rem 0;
  }
  .p-news__date {
    display: block;
    margin-right: 0;
  }
  .p-news__label {
    margin-right: 0;
    margin-top: 0.375rem;
  }
  .p-news__text {
    margin-top: 0.5rem;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-passion {
    background-image: url(../img/passion-bg_sp.png);
    padding-bottom: 5rem;
    padding-bottom: 25rem;
  }
  .p-passion__inner {
    max-width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 2.5rem;
  }
  .p-passion__head {
    gap: 0.75rem;
  }
  .p-passion__head-icon {
    max-width: 2.5rem;
  }
  .p-passion__title.c-head {
    margin-top: 0;
  }
  .p-passion__content {
    display: block;
    margin-top: 2.5rem;
  }
  .p-passion__left {
    display: block;
    max-width: 100%;
  }
  .p-passion__text {
    font-size: 1.75rem;
    text-align: center;
  }
  .p-passion__left-illust {
    margin-left: auto;
    margin-right: auto;
    max-width: 30%;
  }
  .p-passion__right {
    margin-left: auto;
    margin-right: auto;
    max-width: 39.375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .p-passion__focus-card {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
  }
  .p-passion__focus-inner {
    width: calc(100% - 3rem);
  }
  .p-passion__focus-title {
    font-size: 3rem;
  }
  .p-passion__right-illust {
    margin-top: 1.5rem;
    max-width: 11.25rem;
  }
  .p-passion__bottom {
    margin-top: 0.625rem;
  }
  .p-passion__bottom-illust {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  .p-people {
    margin-top: 5.875rem;
  }
  .p-people__bg {
    padding-top: 8.75rem;
  }
  .p-people__bg img {
    aspect-ratio: 1553/3550;
  }
  .p-people__header {
    padding-inline: 0;
  }
  .p-people__label-en {
    max-width: 100%;
    width: 100%;
  }
  .p-people__label-en-title {
    -webkit-text-stroke: 0.125rem #0071bc;
    white-space: normal;
  }
  .p-people__title.c-head:before {
    margin-right: 0.625rem;
    width: 5rem;
  }
  .p-people__line {
    margin-top: 0.625rem;
  }
  .p-people__line img {
    margin-right: 0;
  }
  .p-people__description {
    font-size: 3.375rem;
    justify-content: center;
    margin-left: 0;
    margin-right: 2.5rem;
    max-width: 100%;
    text-align: center;
  }
  .p-people__intro {
    left: 50%;
    top: 85.5%;
    width: 90%;
  }
  .p-people__intro-title {
    font-size: 2rem;
    margin-bottom: 0.625rem;
  }
  .p-people__intro-text {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .p-people-interview {
    padding: 3.75rem 0 0rem;
  }
  .p-people-interview__inner {
    max-width: 45rem;
    padding-inline: 0.9375rem;
  }
  .p-people-interview__title-box {
    display: none;
  }
  .p-people-interview__title-img {
    margin-left: 0;
    max-width: 20.8125rem;
  }
  .p-people-interview__item--1 {
    margin-top: 0.3125rem;
  }
  .p-people-interview__content {
    flex-direction: column;
    margin-top: 0rem;
  }
  .p-people-interview__content--reverse {
    flex-direction: column;
  }
  .p-people-interview__image {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .p-people-interview__text-wrapper {
    flex-direction: column;
  }
  .p-people-interview__text {
    max-width: 37.5rem;
  }
  .p-people-schedule__item {
    left: 5%;
    width: 93%;
  }
  .p-people-schedule__item--1 {
    top: 59.3%;
  }
  .p-people-schedule__item--2 {
    top: 64.3%;
  }
  .p-people-schedule__item--3 {
    top: 69.3%;
  }
  .p-people-schedule__item--4 {
    top: 74%;
  }
  .p-people-schedule__item--5 {
    top: 79%;
  }
  .p-people-schedule__item--6 {
    top: 84%;
  }
  .p-people-schedule__item--7 {
    top: 89%;
  }
  .p-people-schedule__item--8 {
    top: 94%;
  }
  .p-people-schedule__time {
    font-size: 1.1875rem;
  }
  .p-people-schedule__text {
    font-size: 1.1875rem;
  }
  .p-people-duties__bg {
    max-width: 45rem;
    padding-inline: 0.9375rem;
  }
  .p-people-duties__bg img {
    aspect-ratio: 1523/2434;
  }
  .p-people-duties__text-box {
    left: 17%;
    width: 70%;
  }
  .p-people-duties__text-box--1 {
    top: 27%;
  }
  .p-people-duties__text-box--2 {
    top: 63%;
  }
  .p-people-duties__text-box--3 {
    top: 45%;
  }
  .p-people-duties__text-box--4 {
    top: 82%;
  }
  .p-people-duties__text-box-title {
    font-size: 1.75rem;
  }
  .p-people-duties__text {
    font-size: 1.1875rem;
    margin-top: 0.625rem;
  }
  .p-people-bottom {
    margin-top: -0.625rem;
  }
  .p-people-bottom__inner {
    max-width: 45rem;
    padding-inline: 0.9375rem;
  }
  .p-people-bottom__image {
    aspect-ratio: 767/440;
  }
  .p-people-skills {
    padding-bottom: 5rem;
  }
  .p-people-skills__bg {
    max-width: 45rem;
    padding-inline: 0.9375rem;
  }
  .p-people-skills__bg img {
    aspect-ratio: 1474/4998;
  }
  .p-people-skills__text-box {
    left: 8%;
    width: 84%;
  }
  .p-people-skills__text-box--1 {
    top: 17%;
  }
  .p-people-skills__text-box--2 {
    top: 46%;
  }
  .p-people-skills__text-box--3 {
    top: 79%;
    width: 84%;
  }
  .p-people-skills__text {
    font-size: 1.5rem;
  }
  .p-sub-mv--producer {
    height: 62.5rem;
  }
  .p-requirements {
    padding-block: 3.75rem;
  }
  .p-requirements__inner {
    max-width: 45rem;
    padding-inline: 0.9375rem;
  }
  .p-requirements__title {
    color: #00407d;
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.75;
    width: 62%;
  }
  .p-requirements__content-box {
    margin-top: 2.5rem;
    padding: 2.5rem 1.5625rem;
  }
  .p-requirements__section {
    margin-top: 3.75rem;
  }
  .p-requirements__list-item {
    padding-left: 1.25rem;
  }
  .p-sub-mv {
    height: 35.9375rem;
    margin-top: 5.875rem;
  }
  .p-sub-mv__content {
    max-width: 100%;
    padding-inline: 0.9375rem;
    top: 50%;
  }
  .p-sub-mv__label {
    font-size: 2.25rem;
    max-width: calc(100% - 2.5rem);
    min-width: 18.75rem;
    padding: 0.1875rem 1.25rem;
    width: auto;
  }
  .p-sub-mv--environment .p-sub-mv__label {
    color: #233b74;
  }
  .p-sub-mv--requirements .p-sub-mv__label {
    border: 1px solid #fff;
    color: #233b74;
    margin-bottom: 1.875rem;
    margin-inline: auto;
    text-align: center;
    width: 60%;
  }
  .p-sub-mv--career .p-sub-mv__label {
    width: 60%;
  }
  .p-sub-mv--requirements .p-sub-mv__head {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .p-sub-mv--requirements .p-sub-mv__title {
    position: relative;
  }
  .p-sub-mv--requirements .p-sub-mv__line {
    margin-top: 0.9375rem;
  }
  .p-sub-mv--requirements .p-sub-mv__icon-sp {
    display: block;
    height: 5rem;
    margin-right: 0.625rem;
    position: absolute;
    right: 77%;
    top: 55%;
    transform: translateY(-50%);
    width: 5rem;
  }
  .p-sub-mv--requirements .p-sub-mv__title.c-head::before {
    display: none;
  }
  .p-sub-mv--faq {
    padding-block: 3.75rem;
  }
  .p-sub-mv--faq .p-sub-mv__faq-icon {
    margin-bottom: 0.9375rem;
    max-width: 21.875rem;
  }
  .p-sub-mv--faq .p-sub-mv__faq-icon img {
    margin-left: auto;
    margin-right: auto;
    max-width: 21.375rem;
  }
  .p-sub-mv--faq .p-sub-mv__faq-title {
    color: #c42d27;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 0.9375rem;
  }
  .p-sub-mv--faq .p-sub-mv__description {
    max-width: 40.625rem;
  }
  .p-sub-mv__head {
    margin-top: 0;
  }
  .p-sub-mv__title {
    margin-top: 1.25rem;
  }
  .p-sub-mv--environment .p-sub-mv__title {
    margin-right: 3.75rem;
  }
  .p-sub-mv--career .p-sub-mv__title {
    margin-right: 3.75rem;
  }
  .p-sub-mv--internship .p-sub-mv__title {
    margin-top: 3.25rem;
  }
  .p-sub-mv__title.c-head::before {
    margin-bottom: -4.375rem;
  }
  .p-sub-mv__line {
    margin-top: 0.9375rem;
  }
  .p-sub-mv__line img {
    max-width: 43.0625rem;
  }
  .p-sub-mv--career .p-sub-mv__line img {
    margin-top: -0.625rem;
  }
  .p-sub-mv__description {
    font-size: 1.5rem;
    line-height: 1.5833333333;
    margin-top: 1.25rem;
    text-align: left;
  }
  .p-sub-mv--environment .p-sub-mv__description {
    text-align: center;
  }
  .p-sub-mv--requirements .p-sub-mv__description {
    color: #fff;
    text-align: center;
  }
  .p-sub-mv--career .p-sub-mv__description {
    text-align: center;
  }
  .p-sub-mv--environment .p-sub-mv__title.c-head::before {
    margin-bottom: 0.625rem;
  }
  .p-sub-mv--internship .p-sub-mv__title.c-head::before {
    margin-bottom: 0.625rem;
  }
  .p-sub-mv--career .p-sub-mv__title.c-head::before {
    margin-bottom: 0.3125rem;
  }
  .p-sub-mv--faq .p-sub-mv__title.c-head::before {
    display: none;
  }
  .p-sub-mv--faq .p-sub-mv__faq-icon-img {
    height: 6.875rem;
    width: 6.875rem;
  }
  .p-sub-mv--faq .p-sub-mv__title {
    align-items: center;
    display: flex;
    gap: 0.625rem;
    justify-content: center;
    text-align: left;
  }
  .p-faq__head {
    gap: 0.75rem;
  }
  .p-faq__title.c-head {
    margin-top: 0;
  }
  .p-faq__upper-inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .p-faq__images {
    flex-direction: column;
    gap: 1.875rem;
  }
  .p-faq__image {
    max-width: 100%;
    width: 90%;
  }
  .p-faq__image--left {
    margin-top: -3.75rem;
    max-width: 95%;
  }
  .p-faq__image--right {
    max-width: 70%;
  }
  .p-faq__lower {
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    max-width: 37.5rem;
    padding-bottom: 2.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 1.875rem;
  }
  .p-faq__lower-inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .p-faq__text {
    font-size: 1.75rem;
    text-align: center;
  }
  .p-training {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
  .p-training__mountain {
    align-items: center;
    display: block;
    display: flex;
    justify-content: center;
    margin-bottom: 3.125rem;
    padding-inline: 0.9375rem;
  }
  .p-training__inner {
    max-width: 42.5rem;
    padding-inline: 0.9375rem;
  }
  .p-training__header {
    margin-bottom: 2.5rem;
  }
  .p-training__illust {
    margin-inline: auto;
    margin-top: 1.25rem;
    position: static;
    transform: none;
    width: 36%;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .c-head {
    font-size: 4.5rem;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__time {
    font-size: 1.125rem;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__text {
    font-size: 1.125rem;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box-title {
    font-size: 1.625rem;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text {
    font-size: 1.0625rem;
    margin-top: 0.5rem;
  }
  .p-people-skills.p-people-skills--account-executive .p-people-skills__text {
    font-size: 1.375rem;
  }
  .p-explorer {
    padding-bottom: 23.75rem;
  }
  .p-explorer__title.c-head {
    font-size: 4.5rem;
  }
  .p-explorer__title.c-head::before {
    height: 4.375rem;
    margin-bottom: 1.25rem;
    position: relative;
    top: -0.3125rem;
    width: 4.375rem;
  }
  .p-explorer__focus-title {
    font-size: 2.125rem;
  }
  .p-explorer__focus-text {
    font-size: 1.125rem;
  }
  .p-explorer__card--02 {
    margin-top: -17.5rem;
  }
  .p-explorer__card--03 {
    margin-top: -11.25rem;
  }
  .p-explorer__card--04 {
    margin-top: -12.5rem;
  }
  .p-explorer__card--05 {
    margin-top: -12.5rem;
  }
  .p-faq-about {
    padding-top: 6.875rem;
  }
  .p-faq-about__header {
    gap: 0rem;
  }
  .p-faq-about__title {
    font-size: 1.875rem;
    margin-left: 0.625rem;
  }
  .p-faq-about__question {
    font-size: 1.625rem;
    line-height: 1.6923076923;
  }
  .p-faq-about__number {
    font-size: 5rem;
  }
  .p-faq-about__colon {
    font-size: 4.375rem;
  }
  .p-faq-about__label {
    font-size: 1.375rem;
  }
  .p-features__item {
    font-size: 1.125rem;
  }
  .p-features__item span {
    font-size: 2.375rem;
  }
  .p-features__item.p-features__item--bubble {
    font-size: 1.625rem;
  }
  .p-features__item.p-features__item--lead {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
  .p-features__item--bubble {
    top: -11%;
  }
  .p-features__item--unique {
    left: 2%;
  }
  .p-faq-flow__bubble {
    font-size: 1.625rem;
    line-height: 1.4615384615;
  }
  .p-faq-flow__item {
    font-size: 1.375rem;
  }
  .p-faq-flow__note {
    font-size: 1rem;
  }
  .p-faq-qa__q,
  .p-faq-qa__a,
  .p-faq-qa__link,
  .p-faq-assign__q {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .p-faq-qa__q--top-left,
  .p-faq-qa__q--top-right {
    font-size: 1.375rem;
  }
  .p-faq-qa__a,
  .p-faq-qa__bottom-text p,
  .p-faq-assign__a {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
  .p-faq-qa__link {
    font-size: 1.25rem;
    line-height: 1;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item {
    left: 6%;
    width: 93%;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__time {
    font-size: 1.125rem;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__time {
    font-size: 1.0625rem;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__text {
    font-size: 1.0625rem;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box-title {
    font-size: 1.625rem;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text {
    font-size: 1.0625rem;
    margin-top: 0.5rem;
  }
  .p-people-skills.p-people-skills--general-affairs .p-people-skills__text {
    font-size: 1.375rem;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__time {
    font-size: 1.125rem;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__text {
    font-size: 1.125rem;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box--2 {
    top: 62%;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box--4 {
    top: 80%;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box-title {
    font-size: 1.625rem;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text {
    font-size: 1.0625rem;
    margin-top: 0.5rem;
  }
  .p-people-skills.p-people-skills--graphic-designer .p-people-skills__text-box--1 {
    left: 7%;
    top: 16.5%;
    width: 85%;
  }
  .p-people-skills.p-people-skills--graphic-designer .p-people-skills__text-box--2 {
    top: 48%;
  }
  .p-people-skills.p-people-skills--graphic-designer .p-people-skills__text {
    font-size: 1.375rem;
  }
  .p-header__logo-img {
    margin-left: 1.25rem;
  }
  .p-header__menu-wrapper {
    margin-right: 1.25rem;
    width: 10rem;
  }
  .p-header__entry-link {
    font-size: 1.625rem;
  }
  .p-header__menu {
    height: 3.125rem;
    width: 3.125rem;
  }
  .p-header__menu-btn::before,
  .p-header__menu-btn::after {
    top: -0.9375rem;
  }
  .p-header__menu-btn::after {
    top: 0.9375rem;
  }
  .p-header__menu.is-active .p-header__menu-btn::before {
    transform: translateY(0.9375rem) rotate(155deg);
  }
  .p-header__menu.is-active .p-header__menu-btn::after {
    transform: translateY(-0.9375rem) rotate(-155deg);
  }
  .p-internship-entry__text {
    font-size: 1.4375rem;
    line-height: 1.6086956522;
  }
  .p-internship-entry__box {
    padding: 2.5rem 0.9375rem;
  }
  .p-internship-entry__list-item {
    font-size: 1.5625rem;
    line-height: 1.64;
  }
  .p-people.p-people--marketing .p-people__text-wrapper {
    left: 85%;
    top: 49%;
  }
  .p-people.p-people--marketing .p-people__intro {
    top: 89%;
  }
  .p-people.p-people--marketing .p-people__intro-title {
    margin-bottom: 0.875rem;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__time {
    font-size: 1.125rem;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__text {
    font-size: 1.125rem;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box-title {
    font-size: 1.625rem;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text {
    font-size: 1.0625rem;
    margin-top: 0.5rem;
  }
  .p-people-skills.p-people-skills--marketing .p-people-skills__text-box--1 {
    top: 16.5%;
  }
  .p-skills.p-people-skills--marketing .p-people-skills__text {
    font-size: 1.375rem;
  }
  .p-mv__catch {
    font-size: 5.625rem;
  }
  .p-mv__sub {
    font-size: 2.5rem;
  }
  .p-mv__lead {
    font-size: 1.5rem;
  }
  .p-mv__message-text {
    font-size: 1.875rem;
  }
  .p-mv__bottom-paragraph {
    font-size: 1.5rem;
  }
  .p-passion__title.c-head::before {
    margin-bottom: 1.25rem;
    position: relative;
    top: -0.3125rem;
    width: 4.375rem;
  }
  .p-passion__text {
    font-size: 1.5rem;
  }
  .p-people__label-en-title {
    font-size: 2.875rem;
  }
  .p-people__line {
    margin-inline: auto;
    margin-top: 0rem;
    width: 80%;
  }
  .p-people__intro-text {
    font-size: 1.25rem;
  }
  .p-people-schedule__time {
    font-size: 1.125rem;
  }
  .p-people-schedule__text {
    font-size: 1.125rem;
  }
  .p-people-duties__text-box-title {
    font-size: 1.625rem;
  }
  .p-people-duties__text {
    font-size: 1.0625rem;
    margin-top: 0.5rem;
  }
  .p-people-skills__text {
    font-size: 1.375rem;
  }
  .p-sub-mv--requirements .p-sub-mv__icon-sp {
    right: 73%;
    top: 58%;
  }
  .p-sub-mv__title {
    font-size: 3.5rem;
  }
  .p-sub-mv__title.c-head::before {
    height: 3.75rem;
    width: 3.75rem;
  }
  .p-sub-mv--faq .p-sub-mv__faq-icon-img {
    height: 6.25rem;
    width: 6.25rem;
  }
  .p-faq__title.c-head::before {
    margin-bottom: 1.25rem;
    position: relative;
    top: -0.3125rem;
    width: 4.375rem;
  }
  .p-faq__text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .c-head {
    font-size: 3.5rem;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__time {
    font-size: 1.0625rem;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__text {
    font-size: 1.0625rem;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box-title {
    font-size: 1.5rem;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text {
    font-size: 0.9375rem;
    margin-top: 0.375rem;
  }
  .p-people-skills.p-people-skills--account-executive .p-people-skills__text {
    font-size: 1.25rem;
  }
  .p-career-recruitment__text {
    margin-bottom: 2.5rem;
  }
  .p-explorer {
    padding-bottom: 20rem;
  }
  .p-explorer__title.c-head {
    font-size: 4rem;
  }
  .p-explorer__title.c-head::before {
    height: 3.75rem;
    margin-bottom: 0.9375rem;
    width: 3.75rem;
  }
  .p-explorer__focus-title {
    font-size: 2rem;
  }
  .p-explorer__focus-text {
    font-size: 1rem;
  }
  .p-explorer__card--02 {
    margin-top: -15.625rem;
  }
  .p-explorer__card--03 {
    margin-top: -11.25rem;
  }
  .p-explorer__card--04 {
    margin-top: -11.25rem;
  }
  .p-explorer__card--05 {
    margin-top: -11.25rem;
  }
  .p-explorer__card-image {
    width: 55%;
  }
  .p-faq-about {
    padding-top: 6.875rem;
  }
  .p-faq-about__question {
    font-size: 1.375rem;
    line-height: 1.7272727273;
  }
  .p-faq-about__number {
    font-size: 4.375rem;
  }
  .p-faq-about__colon {
    font-size: 3.75rem;
  }
  .p-faq-about__label {
    font-size: 1.125rem;
  }
  .p-features__item {
    font-size: 1rem;
  }
  .p-features__item span {
    font-size: 2rem;
  }
  .p-features__item.p-features__item--bubble {
    font-size: 1.375rem;
  }
  .p-features__item.p-features__item--lead {
    font-size: 1rem;
    line-height: 1.625;
  }
  .p-features__item.p-features__item--curious span {
    margin-left: -3.4375rem;
  }
  .p-faq-flow__bubble {
    font-size: 1.375rem;
    line-height: 1.5454545455;
  }
  .p-faq-flow__item {
    font-size: 1.25rem;
  }
  .p-faq-flow__note {
    font-size: 0.875rem;
  }
  .p-faq-qa__q,
  .p-faq-qa__a,
  .p-faq-qa__link,
  .p-faq-assign__q {
    font-size: 1.125rem;
  }
  .p-faq-qa__q--top-left,
  .p-faq-qa__q--top-right {
    font-size: 1.25rem;
  }
  .p-faq-qa__a,
  .p-faq-qa__bottom-text p,
  .p-faq-assign__a {
    font-size: 1rem;
    line-height: 1.625;
  }
  .p-faq-qa__link {
    font-size: 1.125rem;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item {
    gap: 0.3125rem;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__time {
    font-size: 1rem;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__text {
    font-size: 1rem;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box-title {
    font-size: 1.5rem;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text {
    font-size: 0.9375rem;
    margin-top: 0.375rem;
  }
  .p-people-skills.p-people-skills--general-affairs .p-people-skills__text {
    font-size: 1.25rem;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__time {
    font-size: 1.0625rem;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__text {
    font-size: 1.0625rem;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box--4 {
    top: 82%;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box-title {
    font-size: 1.5rem;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text {
    font-size: 0.9375rem;
    margin-top: 0.375rem;
  }
  .p-people-skills.p-people-skills--graphic-designer .p-people-skills__text {
    font-size: 1.25rem;
  }
  .p-guide__cards {
    gap: 2.5rem 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-header {
    height: 5.625rem;
  }
  .p-header__inner {
    gap: 0.625rem;
  }
  .p-header__logo {
    max-width: 17.5rem;
    width: 17.5rem;
  }
  .p-header__logo-img {
    margin-left: 0.9375rem;
  }
  .p-header__menu-wrapper {
    margin-right: 0.9375rem;
    width: 8.125rem;
  }
  .p-header__entry-link {
    font-size: 1.25rem;
  }
  .p-header__menu {
    height: 2.5rem;
    width: 2.5rem;
  }
  .p-header__menu-btn {
    height: 0.125rem;
  }
  .p-header__menu-btn::before,
  .p-header__menu-btn::after {
    height: 0.125rem;
    top: -0.625rem;
  }
  .p-header__menu-btn::after {
    top: 0.625rem;
  }
  .p-header__menu.is-active .p-header__menu-btn::before {
    transform: translateY(0.625rem) rotate(155deg);
  }
  .p-header__menu.is-active .p-header__menu-btn::after {
    transform: translateY(-0.625rem) rotate(-155deg);
  }
  .p-drawer {
    padding: 2.5rem 3.125rem 4rem;
    top: 5.625rem;
  }
  .p-drawer__list {
    font-size: 1.875rem;
  }
  .p-drawer__link {
    font-size: 1.875rem;
  }
  .p-drawer__link--sub {
    font-size: 1.75rem;
  }
  .p-job-nav__button {
    font-size: 1.25rem;
  }
  .p-job-nav__back-button {
    padding: 1.125rem 4.375rem;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__time {
    font-size: 1.0625rem;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__text {
    font-size: 1.0625rem;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box-title {
    font-size: 1.5rem;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text {
    font-size: 0.9375rem;
    margin-top: 0.375rem;
  }
  .p-skills.p-people-skills--marketing .p-people-skills__text {
    font-size: 1.25rem;
  }
  .p-mv__top {
    justify-content: center;
  }
  .p-mv__top-left-illust {
    max-width: 6.25rem;
  }
  .p-mv__catch {
    font-size: 5rem;
  }
  .p-mv__sub {
    font-size: 1.875rem;
  }
  .p-mv__lead {
    font-size: 1.25rem;
  }
  .p-mv__message-text {
    font-size: 1.625rem;
  }
  .p-mv__bottom-copy {
    font-size: 1.875rem;
  }
  .p-mv__focus-card {
    max-width: 25rem;
  }
  .p-mv__focus-title {
    font-size: 2.25rem;
  }
  .p-mv__bottom-paragraph {
    font-size: 1.25rem;
  }
  .p-passion__title.c-head::before {
    margin-bottom: 0.625rem;
    width: 3.125rem;
  }
  .p-passion__text {
    font-size: 1.25rem;
  }
  .p-passion__focus-card {
    max-width: 25rem;
  }
  .p-passion__focus-title {
    font-size: 2.125rem;
  }
  .p-people__bg {
    padding-top: 10rem;
  }
  .p-people__label-en-title {
    font-size: 2.5rem;
  }
  .p-people__title.c-head:before {
    margin-right: 0.3125rem;
  }
  .p-people__line {
    width: 60%;
  }
  .p-people__intro-text {
    font-size: 1.125rem;
  }
  .p-people-schedule__time {
    font-size: 1.0625rem;
  }
  .p-people-schedule__text {
    font-size: 1.0625rem;
  }
  .p-people-duties__text-box-title {
    font-size: 1.5rem;
  }
  .p-people-duties__text {
    font-size: 0.9375rem;
    margin-top: 0.375rem;
  }
  .p-people-skills__text {
    font-size: 1.25rem;
  }
  .p-sub-mv {
    margin-top: 5.625rem;
  }
  .p-sub-mv--faq .p-sub-mv__description {
    font-size: 1.375rem;
  }
  .p-sub-mv__description {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
  .p-faq__title.c-head::before {
    margin-bottom: 0.625rem;
    width: 3.125rem;
  }
  .p-faq__image--center {
    margin-top: -0.625rem;
  }
  .p-faq__text {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 550px) {
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__time {
    font-size: 0.9375rem;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__text {
    font-size: 0.9375rem;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box--1 {
    top: 25%;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box--2 {
    top: 61%;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box--3 {
    top: 44%;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box--4 {
    top: 81%;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box-title {
    font-size: 1.375rem;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text {
    font-size: 0.8125rem;
    margin-top: 0.25rem;
  }
  .p-people-skills.p-people-skills--account-executive .p-people-skills__text {
    font-size: 1.125rem;
  }
  .p-explorer {
    padding-bottom: 18.75rem;
  }
  .p-explorer__title.c-head {
    font-size: 3.5rem;
  }
  .p-explorer__title.c-head::before {
    height: 3.125rem;
    margin-bottom: 0.625rem;
    width: 3.125rem;
  }
  .p-explorer__focus-title {
    font-size: 1.875rem;
  }
  .p-explorer__focus-text {
    font-size: 0.9375rem;
  }
  .p-explorer__card--02 {
    margin-top: -16.25rem;
  }
  .p-explorer__card--03 {
    margin-top: -9.375rem;
  }
  .p-explorer__card--04 {
    margin-top: -9.375rem;
  }
  .p-explorer__card--05 {
    margin-top: -9.375rem;
  }
  .p-explorer__card-image {
    width: 55%;
  }
  .p-features__item {
    font-size: 0.9375rem;
  }
  .p-features__item--unique {
    display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
  }
  .p-faq-flow__list {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .p-faq-qa__a--top-left {
    display: block;
    left: 13%;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 11%;
    transform: translateX(-50%);
    width: 85%;
  }
  .p-faq-qa__bottom-text {
    bottom: 1.5%;
    display: block;
    left: 13%;
    left: 50%;
    position: absolute;
    text-align: left;
    transform: translateX(-50%);
    width: 90%;
  }
  .p-faq-assign__a--bottom-left {
    left: 13%;
    top: 33%;
    width: 70%;
  }
  .p-faq-assign__a--right {
    left: 13%;
    top: 68%;
    width: 70%;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__time {
    font-size: 0.9375rem;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__text {
    font-size: 0.9375rem;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box-title {
    font-size: 1.375rem;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text {
    font-size: 0.8125rem;
    margin-top: 0.25rem;
  }
  .p-people-skills.p-people-skills--general-affairs .p-people-skills__text {
    font-size: 1.125rem;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__time {
    font-size: 0.9375rem;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__text {
    font-size: 0.9375rem;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box--3 {
    top: 46%;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box-title {
    font-size: 1.375rem;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text {
    font-size: 0.8125rem;
    margin-top: 0.25rem;
  }
  .p-people-skills.p-people-skills--graphic-designer .p-people-skills__text {
    font-size: 1.125rem;
  }
  .p-internship-entry__text {
    font-size: 1.25rem;
    line-height: 1.65;
  }
  .p-internship-entry__list-item {
    font-size: 1.4375rem;
    line-height: 1.6086956522;
  }
  .p-job-nav__button {
    flex: 0 1 calc(50% - 0.46875rem);
    font-size: 1.125rem;
    padding: 0.75rem 0.9375rem;
  }
  .p-job-nav__back-button {
    padding: 1.125rem 3.75rem;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__time {
    font-size: 0.9375rem;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__text {
    font-size: 0.9375rem;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box--1 {
    top: 25%;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box--2 {
    top: 61%;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box--3 {
    top: 44%;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box--4 {
    top: 81%;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box-title {
    font-size: 1.375rem;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text {
    font-size: 0.8125rem;
    margin-top: 0.25rem;
  }
  .p-people-skills.p-people-skills--marketing .p-people-skills__text-box--1 {
    left: 7%;
    top: 15.5%;
  }
  .p-people-skills.p-people-skills--marketing .p-people-skills__text-box--2 {
    top: 46.5%;
  }
  .p-skills.p-people-skills--marketing .p-people-skills__text {
    font-size: 1.125rem;
  }
  .p-mv__top-right-illust {
    max-width: 20%;
  }
  .p-mv__focus-title {
    font-size: 2.0625rem;
  }
  .p-mv__bottom-paragraph {
    font-size: 1.125rem;
  }
  .p-passion {
    padding-bottom: 18.75rem;
  }
  .p-passion__text {
    font-size: 1.125rem;
  }
  .p-passion__bottom {
    margin-top: 1.875rem;
  }
  .p-people__label-en-title {
    font-size: 2.125rem;
  }
  .p-people__title.c-head {
    margin-top: 1.25rem;
  }
  .p-people__title.c-head:before {
    margin-right: 0rem;
  }
  .p-people__description {
    font-size: 2.5rem;
  }
  .p-people__intro-text {
    font-size: 1rem;
  }
  .p-people-schedule__time {
    font-size: 0.9375rem;
  }
  .p-people-schedule__text {
    font-size: 0.9375rem;
  }
  .p-people-duties__text-box--1 {
    top: 26%;
  }
  .p-people-duties__text-box--2 {
    top: 62%;
  }
  .p-people-duties__text-box--3 {
    top: 44%;
  }
  .p-people-duties__text-box-title {
    font-size: 1.375rem;
  }
  .p-people-duties__text {
    font-size: 0.8125rem;
    margin-top: 0.25rem;
  }
  .p-sub-mv--requirements .p-sub-mv__icon-sp {
    height: 4.0625rem;
    right: 77%;
    top: 59%;
    width: 4.0625rem;
  }
  .p-faq__image--center {
    margin-top: -2.5rem;
  }
}

@media screen and (max-width: 500px) {
  .p-people.p-people--account-executive .p-people__intro {
    top: 89%;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item {
    left: 4%;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__time {
    font-size: 0.8125rem;
    line-height: 1.3;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__text {
    font-size: 0.8125rem;
    line-height: 1.3;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box-title {
    font-size: 1.25rem;
  }
  .p-people-skills.p-people-skills--account-executive .p-people-skills__text-box--1 {
    width: 80%;
  }
  .p-people-skills.p-people-skills--account-executive .p-people-skills__text-box--2 {
    width: 80%;
  }
  .p-people-skills.p-people-skills--account-executive .p-people-skills__text-box--3 {
    top: 77.5%;
    width: 80%;
  }
  .p-people-skills.p-people-skills--account-executive .p-people-skills__text {
    font-size: 1rem;
  }
  .p-career-recruitment__detail-title {
    font-size: 1.375rem;
  }
  .p-career-recruitment__item-title {
    margin-bottom: 0.625rem;
  }
  .p-career-recruitment__item-title {
    font-size: 1.375rem;
  }
  .p-career-recruitment__label {
    font-size: 1.125rem;
  }
  .p-career-recruitment__text {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
  .p-environment-system__subtitle {
    font-size: 1.5rem;
    line-height: 1.8333333333;
  }
  .p-environment-system__text {
    font-size: 1.25rem;
    line-height: 1.8;
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
  .p-environment-system__benefit-item {
    font-size: 1.25rem;
    line-height: 1.8;
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
  .p-explorer {
    padding-bottom: 15rem;
  }
  .p-explorer__focus-title {
    font-size: 1.75rem;
  }
  .p-explorer__focus-text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
  .p-explorer__card--02 {
    margin-top: -15.625rem;
  }
  .p-explorer__card--03 {
    margin-top: -7.5rem;
  }
  .p-explorer__card--04 {
    margin-top: -7.5rem;
  }
  .p-explorer__card--05 {
    margin-top: -7.5rem;
  }
  .p-explorer__card--04 .p-explorer__card-image {
    margin-top: -5%;
  }
  .p-faq-about {
    padding-top: 3.75rem;
  }
  .p-faq-about__question {
    font-size: 1.1875rem;
    line-height: 1.7;
    margin-bottom: 0.625rem;
  }
  .p-faq-about__ratio {
    margin-bottom: 0.3125rem;
  }
  .p-faq-about__number {
    font-size: 3.125rem;
  }
  .p-faq-about__colon {
    font-size: 3.125rem;
  }
  .p-faq-about__label {
    font-size: 1rem;
  }
  .p-features__item {
    font-size: 0.8125rem;
  }
  .p-features__item span {
    font-size: 1.375rem;
  }
  .p-features__item.p-features__item--bubble {
    font-size: 1.125rem;
  }
  .p-features__item.p-features__item--lead {
    font-size: 0.8125rem;
    line-height: 1.7142857143;
  }
  .p-features__item--bubble {
    top: -12%;
  }
  .p-features__item--fast {
    top: 4.8%;
  }
  .p-features__item--unique {
    top: 13%;
  }
  .p-features__item--curious {
    top: 39%;
  }
  .p-features__item.p-features__item--curious span {
    margin-left: -1.875rem;
  }
  .p-features__item--never {
    top: 52%;
  }
  .p-features__item--rhythm {
    left: 10%;
    width: 84%;
  }
  .p-features__item.p-features__item--rhythm span {
    margin-left: 3.125rem;
  }
  .p-features__item--polite {
    left: 5%;
    right: auto;
    text-align: center;
    top: 78%;
    width: 94%;
  }
  .p-faq-flow__bubble {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .p-faq-flow__item {
    font-size: 1.125rem;
  }
  .p-faq-flow__note {
    font-size: 0.8125rem;
  }
  .p-faq-qa__q,
  .p-faq-qa__a,
  .p-faq-qa__link,
  .p-faq-assign__q {
    font-size: 1rem;
  }
  .p-faq-qa__q--top-left,
  .p-faq-qa__q--top-right {
    font-size: 1.125rem;
  }
  .p-faq-qa__a,
  .p-faq-qa__bottom-text p,
  .p-faq-assign__a {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
  .p-faq-qa__link {
    font-size: 1rem;
  }
  .p-faq-qa__arrow {
    -o-object-fit: cover;
    aspect-ratio: 20/13;
    height: auto;
    object-fit: cover;
    width: 1.25rem;
  }
  .p-faq-qa__q--top-left {
    top: 1.5%;
  }
  .p-faq-qa__q--row1-left {
    width: 90%;
  }
  .p-faq-qa__bottom-text {
    width: 95%;
  }
  .p-faq-assign__a--bottom-left {
    width: 75%;
  }
  .p-faq-assign__a--right {
    width: 75%;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item {
    left: 5%;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__time {
    font-size: 0.78125rem;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__text {
    font-size: 0.78125rem;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box--2 {
    top: 41.5%;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box--3 {
    top: 59.8%;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box--4 {
    top: 78.5%;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box-title {
    font-size: 1.25rem;
  }
  .p-people-skills.p-people-skills--general-affairs .p-people-skills__text-box--1 {
    left: 7%;
    width: 88%;
  }
  .p-people-skills.p-people-skills--general-affairs .p-people-skills__text {
    font-size: 1rem;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__item {
    left: 4%;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__time {
    font-size: 0.8125rem;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__text {
    font-size: 0.8125rem;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box--1 {
    top: 26%;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box--2 {
    top: 61.5%;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box--3 {
    top: 45%;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box--4 {
    top: 79.4%;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box-title {
    font-size: 1.25rem;
  }
  .p-people-skills.p-people-skills--graphic-designer .p-people-skills__text-box--1 {
    left: 6%;
    width: 88%;
  }
  .p-people-skills.p-people-skills--graphic-designer .p-people-skills__text-box--3 {
    top: 77.5%;
  }
  .p-people-skills.p-people-skills--graphic-designer .p-people-skills__text {
    font-size: 1rem;
  }
  .p-guide {
    padding-bottom: 7.5rem;
    padding-top: 6.25rem;
  }
  .p-guide__card {
    max-width: 12.5rem;
  }
  .p-guide__card-title {
    font-size: 1.5625rem;
  }
  .p-header__logo {
    max-width: 15rem;
    width: 15rem;
  }
  .p-drawer__link {
    padding: 0.75rem 0.875rem 0.75rem 1.75rem;
  }
  .p-drawer__link--sub {
    font-size: 1.625rem;
    padding: 0.75rem 1.5rem 0.75rem 3rem;
  }
  .p-internship-entry__text {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
  .p-internship-entry__list-item {
    font-size: 1.125rem;
    line-height: 1.65;
  }
  .p-job-nav__button {
    flex: 0 1 calc(50% - 0.46875rem);
    font-size: 1rem;
    padding: 0.75rem 0.625rem;
  }
  .p-people.p-people--marketing .p-people__text-wrapper {
    left: 84%;
    top: 48%;
  }
  .p-people.p-people--marketing .p-people__text {
    font-size: 0.75rem;
  }
  .p-people.p-people--marketing .p-people__intro-title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__item {
    left: 4%;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__time {
    font-size: 0.8125rem;
    line-height: 1.3;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__text {
    font-size: 0.8125rem;
    line-height: 1.3;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box--3 {
    top: 43%;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box-title {
    font-size: 1.25rem;
  }
  .p-people-skills.p-people-skills--marketing .p-people-skills__text-box--1 {
    left: 6%;
    width: 80%;
  }
  .p-people-skills.p-people-skills--marketing .p-people-skills__text-box--2 {
    width: 80%;
  }
  .p-people-skills.p-people-skills--marketing .p-people-skills__text-box--3 {
    top: 79%;
    width: 80%;
  }
  .p-skills.p-people-skills--marketing .p-people-skills__text {
    font-size: 1rem;
  }
  .p-mv__top-bottom-illust {
    margin-top: 2.5rem;
  }
  .p-mv__catch {
    font-size: 3.75rem;
  }
  .p-mv__lead {
    font-size: 1rem;
  }
  .p-mv__message-text {
    font-size: 1.375rem;
  }
  .p-mv__focus-title {
    font-size: 1.875rem;
  }
  .p-mv__bottom-paragraph {
    font-size: 1rem;
  }
  .p-passion__text {
    font-size: 1rem;
  }
  .p-passion__focus-title {
    font-size: 1.75rem;
  }
  .p-people__label {
    font-size: 1.25rem;
  }
  .p-people__label-en-title {
    font-size: 1.875rem;
  }
  .p-people__description {
    font-size: 2.25rem;
  }
  .p-people__intro-title {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }
  .p-people__intro-text {
    font-size: 0.875rem;
  }
  .p-people-interview__text {
    font-size: 1.125rem;
  }
  .p-people-schedule__item {
    left: 4%;
  }
  .p-people-schedule__time {
    font-size: 0.8125rem;
  }
  .p-people-schedule__text {
    font-size: 0.8125rem;
  }
  .p-people-duties__text-box-title {
    font-size: 1.25rem;
  }
  .p-people-skills__text-box--3 {
    top: 77.5%;
  }
  .p-people-skills__text {
    font-size: 1.0625rem;
  }
  .p-requirements__title {
    color: #00407d;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8333333333;
  }
  .p-requirements__content-box {
    padding: 1.875rem 0.9375rem;
  }
  .p-requirements__section-title {
    font-size: 1.375rem;
  }
  .p-requirements__text {
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
  .p-requirements__subsection-title {
    font-size: 1.1875rem;
    margin-top: 1.875rem;
  }
  .p-requirements__list-item {
    font-size: 1.125rem;
    line-height: 1.8888888889;
    padding-left: 0rem;
  }
  .p-requirements__job {
    margin-top: 1.25rem;
  }
  .p-requirements__job-title {
    font-size: 1.1875rem;
  }
  .p-requirements__job-text {
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
  .p-requirements__schedule-item {
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
  .p-requirements__note {
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
  .p-sub-mv__label {
    max-width: calc(100% - 0.625rem);
  }
  .p-sub-mv--requirements .p-sub-mv__icon-sp {
    height: 3.75rem;
    right: 80%;
    top: 60%;
    width: 3.75rem;
  }
  .p-sub-mv--faq .p-sub-mv__faq-icon img {
    width: 70%;
  }
  .p-sub-mv--faq .p-sub-mv__faq-title {
    color: #c42d27;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .p-sub-mv--faq .p-sub-mv__description {
    font-size: 1.25rem;
  }
  .p-sub-mv--training .p-sub-mv__title {
    font-size: 3rem;
  }
  .p-sub-mv--career .p-sub-mv__description {
    font-size: 1.0625rem;
    line-height: 1.8823529412;
  }
  .p-sub-mv--faq .p-sub-mv__faq-icon-img {
    height: 5rem;
    width: 5rem;
  }
  .p-faq__text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 425px) {
  .c-head {
    font-size: 3rem;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__item {
    gap: 0.3125rem;
    left: 3%;
    width: 97%;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__time {
    font-size: 0.75rem;
  }
  .p-people-schedule.p-people-schedule--account-executive .p-people-schedule__text {
    font-size: 0.75rem;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text-box-title {
    font-size: 1.125rem;
  }
  .p-people-duties.p-people-duties--account-executive .p-people-duties__text {
    font-size: 0.6875rem;
    margin-top: 0.125rem;
  }
  .p-people-skills.p-people-skills--account-executive .p-people-skills__text {
    font-size: 0.875rem;
  }
  .p-career-recruitment__text {
    margin-bottom: 1.5rem;
  }
  .p-explorer {
    padding-bottom: 12.5rem;
  }
  .p-explorer__title.c-head {
    font-size: 3rem;
  }
  .p-explorer__title.c-head::before {
    height: 2.5rem;
    margin-bottom: 0.625rem;
    margin-right: 0.625rem;
    width: 2.5rem;
  }
  .p-explorer__focus-title {
    font-size: 1.5rem;
  }
  .p-explorer__focus-text {
    font-size: 0.8125rem;
    margin-top: 0.3125rem;
  }
  .p-explorer__card--02 {
    margin-top: -12.5rem;
  }
  .p-explorer__card--03 {
    margin-top: -6.25rem;
  }
  .p-explorer__card--04 {
    margin-top: -6.25rem;
  }
  .p-explorer__card--05 {
    margin-top: -6.25rem;
  }
  .p-explorer__card-image {
    width: 55%;
  }
  .p-explorer__card--03 .p-explorer__card-image {
    margin-top: 2%;
  }
  .p-explorer__card--04 .p-explorer__card-image {
    margin-top: -15%;
  }
  .p-explorer__card--05 .p-explorer__card-image {
    margin-top: -7%;
  }
  .p-faq-about {
    padding-top: 0;
  }
  .p-faq-about__title {
    font-size: 1.5rem;
  }
  .p-faq-about__question {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
  .p-faq-about__number {
    font-size: 2.5rem;
  }
  .p-faq-about__colon {
    font-size: 2.5rem;
  }
  .p-faq-about__label {
    font-size: 0.875rem;
  }
  .p-faq-about__year {
    font-size: 0.75rem;
  }
  .p-features__item {
    font-size: 0.75rem;
  }
  .p-features__item span {
    font-size: 1.25rem;
  }
  .p-features__item.p-features__item--bubble {
    font-size: 1rem;
  }
  .p-features__item.p-features__item--lead {
    font-size: 0.75rem;
    line-height: 1.6923076923;
  }
  .p-features__item--lead {
    top: -20.5%;
  }
  .p-features__item--fast {
    top: 5%;
  }
  .p-features__item--unique {
    letter-spacing: -0.05em;
    top: 12.5%;
  }
  .p-faq-flow__bubble {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    width: 100%;
  }
  .p-faq-flow__item {
    font-size: 1rem;
  }
  .p-faq-flow__note {
    font-size: 0.75rem;
  }
  .p-faq-qa__q,
  .p-faq-qa__a,
  .p-faq-qa__link,
  .p-faq-assign__q {
    font-size: 0.875rem;
  }
  .p-faq-qa__q--top-left,
  .p-faq-qa__q--top-right {
    font-size: 1rem;
  }
  .p-faq-qa__a,
  .p-faq-qa__bottom-text p,
  .p-faq-assign__a {
    font-size: 0.75rem;
    line-height: 1.6923076923;
  }
  .p-faq-qa__link {
    font-size: 0.875rem;
  }
  .p-faq-qa__a--top-left {
    width: 90%;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__item {
    left: 5.5%;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__time {
    font-size: 0.6875rem;
  }
  .p-people-schedule.p-people-schedule--general-affairs .p-people-schedule__text {
    font-size: 0.6875rem;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text-box-title {
    font-size: 1.125rem;
  }
  .p-people-duties.p-people-duties--general-affairs .p-people-duties__text {
    font-size: 0.6875rem;
    margin-top: 0.125rem;
  }
  .p-people-skills.p-people-skills--general-affairs .p-people-skills__text {
    font-size: 0.875rem;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__item {
    gap: 0.3125rem;
    left: 3%;
    width: 97%;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__time {
    font-size: 0.75rem;
  }
  .p-people-schedule--graphic-designer .p-people-schedule__text {
    font-size: 0.75rem;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text-box-title {
    font-size: 1.125rem;
  }
  .p-people-duties.p-people-duties--graphic-designer .p-people-duties__text {
    font-size: 0.6875rem;
    margin-top: 0.125rem;
  }
  .p-people-skills.p-people-skills--graphic-designer .p-people-skills__text {
    font-size: 0.875rem;
  }
  .p-guide {
    padding-bottom: 6.25rem;
    padding-top: 5rem;
  }
  .p-guide__card-title {
    font-size: 1.375rem;
  }
  .p-header__logo {
    max-width: 12.5rem;
    width: 12.5rem;
  }
  .p-drawer {
    padding: 1.875rem 2.5rem 4rem;
    top: 5rem;
  }
  .p-drawer__list {
    font-size: 1.625rem;
  }
  .p-drawer__link {
    font-size: 1.625rem;
  }
  .p-drawer__link--sub {
    font-size: 1.5rem;
  }
  .p-internship-entry__text {
    font-size: 0.9375rem;
    line-height: 1.75;
  }
  .p-internship-entry__list-item {
    font-size: 1rem;
    line-height: 1.75;
  }
  .p-job-nav__title {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
  .p-job-nav__back-button {
    font-size: 1.5rem;
    padding: 0.9375rem 3.125rem;
  }
  .p-people.p-people--marketing .p-people__intro-title {
    font-size: 1.625rem;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__item {
    gap: 0.3125rem;
    left: 3%;
    width: 97%;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__time {
    font-size: 0.75rem;
  }
  .p-people-schedule.p-people-schedule--marketing .p-people-schedule__text {
    font-size: 0.75rem;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box--2 {
    top: 62%;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text-box-title {
    font-size: 1.125rem;
  }
  .p-people-duties.p-people-duties--marketing .p-people-duties__text {
    font-size: 0.6875rem;
    margin-top: 0.125rem;
  }
  .p-people-skills.p-people-skills--marketing .p-people-skills__text-box--1 {
    top: 15.4%;
  }
  .p-skills.p-people-skills--marketing .p-people-skills__text {
    font-size: 0.875rem;
  }
  .p-mv__top-left-illust {
    max-width: 5rem;
  }
  .p-mv__sub {
    font-size: 1.625rem;
  }
  .p-mv__lead {
    font-size: 0.9375rem;
  }
  .p-mv__message-text {
    font-size: 1.25rem;
  }
  .p-mv__bottom-copy {
    font-size: 1.625rem;
  }
  .p-mv__focus-card {
    max-width: 18.75rem;
  }
  .p-mv__focus-title {
    font-size: 1.5rem;
    margin-top: 5rem;
  }
  .p-mv__bottom-paragraph {
    font-size: 0.9375rem;
    letter-spacing: -0.01em;
  }
  .p-passion__title.c-head::before {
    margin-bottom: 0.625rem;
    margin-right: 0.625rem;
    width: 2.5rem;
  }
  .p-passion__text {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
  .p-passion__focus-title {
    font-size: 1.5rem;
  }
  .p-people__label-en-title {
    font-size: 1.75rem;
  }
  .p-people__title.c-head:before {
    margin-right: 0.625rem;
    width: 3.75rem;
  }
  .p-people__title.c-head {
    font-size: 2.5rem;
  }
  .p-people__line {
    width: 80%;
  }
  .p-people__description {
    font-size: 2rem;
  }
  .p-people__intro-title {
    font-size: 1.625rem;
    margin-bottom: 0.375rem;
  }
  .p-people__intro-text {
    font-size: 0.75rem;
  }
  .p-people-interview__text {
    font-size: 1rem;
  }
  .p-people-schedule__item {
    gap: 0.3125rem;
    left: 3%;
    width: 97%;
  }
  .p-people-schedule__time {
    font-size: 0.75rem;
  }
  .p-people-schedule__text {
    font-size: 0.75rem;
  }
  .p-people-duties__text-box-title {
    font-size: 1.125rem;
  }
  .p-people-duties__text {
    font-size: 0.6875rem;
    margin-top: 0.125rem;
  }
  .p-people-skills__text {
    font-size: 0.9375rem;
  }
  .p-sub-mv__label {
    font-size: 2rem;
    padding: 0.1875rem 0.625rem;
  }
  .p-sub-mv--requirements .p-sub-mv__icon-sp {
    height: 3rem;
    right: 77%;
    top: 61%;
    width: 3rem;
  }
  .p-sub-mv--faq .p-sub-mv__faq-icon img {
    width: 60%;
  }
  .p-sub-mv--faq .p-sub-mv__description {
    font-size: 1.125rem;
  }
  .p-sub-mv__label span {
    font-size: 1.5rem;
  }
  .p-sub-mv__title {
    font-size: 2.75rem;
  }
  .p-sub-mv__title.c-head::before {
    height: 3rem;
    margin-bottom: -3.75rem;
    margin-right: -0.125rem;
    width: 3rem;
  }
  .p-sub-mv--career .p-sub-mv__description {
    font-size: 0.9375rem;
    line-height: 1.9375;
  }
  .p-sub-mv--internship .p-sub-mv__title.c-head::before {
    margin-right: 1rem;
  }
  .p-sub-mv--career .p-sub-mv__title.c-head::before {
    margin-right: 1rem;
  }
  .p-sub-mv--faq .p-sub-mv__faq-icon-img {
    height: 4.375rem;
    width: 4.375rem;
  }
  .p-faq__title.c-head::before {
    margin-bottom: 0.625rem;
    margin-right: 0.625rem;
    width: 2.5rem;
  }
  .p-faq__image--center {
    margin-top: -0.9375rem;
  }
  .p-training {
    padding-bottom: 0;
    padding-top: 2.5rem;
  }
  .p-training__title {
    font-size: 1.5rem;
    padding: 0.75rem 1.25rem;
    width: 75%;
  }
  .p-training__items {
    gap: 1.875rem;
  }
  .p-training__item-title {
    font-size: 1.125rem;
  }
  .p-training__item-text {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
  .c-head {
    font-size: 2.25rem;
  }
  .p-career-recruitment__label {
    font-size: 1rem;
    line-height: 1.875;
  }
  .p-career-recruitment__text {
    font-size: 1rem;
    line-height: 1.875;
  }
  .p-environment-system__text {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
  .p-environment-system__benefit-item {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
  .p-explorer {
    padding-bottom: 12.5rem;
  }
  .p-explorer__title.c-head {
    font-size: 2.5rem;
  }
  .p-explorer__title.c-head::before {
    height: 2.25rem;
    margin-bottom: 0;
    margin-right: 0.5rem;
    width: 2.25rem;
  }
  .p-explorer__focus-title {
    font-size: 1.25rem;
  }
  .p-explorer__focus-text {
    font-size: 0.8125rem;
  }
  .p-explorer__card--02 {
    margin-top: -9.375rem;
  }
  .p-explorer__card--03 {
    margin-top: -5rem;
  }
  .p-explorer__card--04 {
    margin-top: -5rem;
  }
  .p-explorer__card--05 {
    margin-top: -5rem;
  }
  .p-explorer__card-image {
    width: 55%;
  }
  .p-explorer__card--02 .p-explorer__card-image {
    margin-top: -15%;
  }
  .p-faq-about__question {
    font-size: 1rem;
    line-height: 1;
  }
  .p-faq-about__colon {
    font-size: 1.875rem;
  }
  .p-faq-about__label {
    font-size: 0.75rem;
  }
  .p-features__item {
    font-size: 0.6875rem;
  }
  .p-features__item span {
    font-size: 1.25rem;
  }
  .p-features__item.p-features__item--bubble {
    font-size: 0.875rem;
  }
  .p-features__item.p-features__item--lead {
    font-size: 0.6875rem;
    line-height: 1.8181818182;
  }
  .p-features__item--unique {
    letter-spacing: 0;
  }
  .p-faq-flow__bubble {
    font-size: 1rem;
    line-height: 1.4285714286;
  }
  .p-faq-qa__arrow {
    -o-object-fit: contain;
    aspect-ratio: 41/25;
    height: auto;
    object-fit: contain;
    width: 10%;
  }
  .p-guide {
    padding-bottom: 5rem;
    padding-top: 3.75rem;
  }
  .p-header {
    height: 4.375rem;
  }
  .p-header__inner {
    gap: 0.3125rem;
  }
  .p-header__logo {
    max-width: 11.25rem;
    width: 11.25rem;
  }
  .p-header__logo-img {
    margin-left: 0.625rem;
  }
  .p-header__menu-wrapper {
    margin-right: 0.625rem;
    width: 5.625rem;
  }
  .p-header__entry-link {
    font-size: 0.875rem;
  }
  .p-header__menu {
    height: 1.875rem;
    width: 1.875rem;
  }
  .p-drawer {
    top: 4.375rem;
  }
  .p-drawer__list {
    font-size: 1.25rem;
  }
  .p-drawer__link {
    font-size: 1.5rem;
  }
  .p-drawer__link--sub {
    font-size: 1.25rem;
  }
  .p-job-nav__back-button {
    font-size: 1.25rem;
    padding: 0.75rem 2.5rem;
  }
  .p-mv__top-left-illust {
    max-width: 3.75rem;
  }
  .p-mv__catch {
    font-size: 3.75rem;
  }
  .p-mv__sub {
    font-size: 1.5rem;
  }
  .p-mv__lead {
    font-size: 0.875rem;
  }
  .p-mv__message-text {
    font-size: 1.125rem;
  }
  .p-mv__bottom-copy {
    font-size: 1.25rem;
  }
  .p-mv__focus-card {
    max-width: 18.125rem;
  }
  .p-mv__focus-title {
    font-size: 1.375rem;
    margin-top: 3.75rem;
  }
  .p-mv__bottom-paragraph {
    font-size: 0.875rem;
    line-height: 2;
  }
  .p-passion {
    padding-bottom: 12.5rem;
  }
  .p-passion__title.c-head::before {
    margin-bottom: 0;
  }
  .p-passion__content {
    margin-top: 0.625rem;
  }
  .p-passion__text {
    font-size: 0.875rem;
    margin-top: 0;
  }
  .p-passion__focus-title {
    font-size: 1.375rem;
    margin-top: 1.875rem;
  }
  .p-people {
    margin-top: 5rem;
  }
  .p-people__intro-title {
    font-size: 1.5rem;
  }
  .p-requirements__text {
    font-size: 1rem;
    line-height: 1.875;
  }
  .p-requirements__list-item {
    font-size: 1rem;
    line-height: 1.875;
  }
  .p-requirements__job-text {
    font-size: 1rem;
    line-height: 1.875;
  }
  .p-requirements__schedule-item {
    font-size: 1rem;
    line-height: 1.875;
  }
  .p-requirements__note {
    font-size: 1rem;
    line-height: 1.875;
  }
  .p-sub-mv {
    margin-top: 4.375rem;
  }
  .p-sub-mv--requirements .p-sub-mv__icon-sp {
    height: 2.75rem;
    margin-right: 0.5rem;
    width: 2.75rem;
  }
  .p-sub-mv--faq {
    height: 31.25rem;
    padding-bottom: 0;
  }
  .p-sub-mv--faq .p-sub-mv__description {
    font-size: 1rem;
  }
  .p-sub-mv__title.c-head::before {
    margin-bottom: -3.125rem;
  }
  .p-sub-mv--career .p-sub-mv__description {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
  .p-sub-mv--faq .p-sub-mv__faq-icon-img {
    height: 3.75rem;
    width: 3.75rem;
  }
  .p-faq__title.c-head::before {
    margin-bottom: 0;
  }
  .p-faq__image--center {
    margin-top: -2.5rem;
  }
  .p-faq__text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

@media screen and (max-width: 350px) {
  .p-people {
    margin-top: 4.375rem;
  }
}

@media (any-hover: hover) {
  .p-pageTop__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .p-pageTop__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */