@charset "UTF-8";
html {
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}
@media screen and (max-width: 1023px) {
  html {
    scroll-padding-top: 110px;
  }
}

body {
  height: 100%;
  overflow-x: hidden;
  background-color: #fffbef;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 991px) {
  body.is-fixed {
    overflow: hidden;
  }
}

.body--recruit.is-fixed {
  overflow: hidden !important;
}

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

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

a,
button,
input[type=submit] {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover,
button:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  font-weight: 500;
  color: #a4a4a4;
}

button:disabled {
  opacity: 0.7;
  pointer-events: none;
}

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

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

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

.whitespace-nowrap {
  white-space: nowrap;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

/* Contact Form 7 */
.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 14px;
  color: #ff0000;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

/* Ultimate Member */
.um .um-form input[type=password],
.um .um-form input[type=search],
.um .um-form input[type=tel],
.um .um-form input[type=text],
.um .um-form textarea {
  color: #000 !important;
}

.um-account-heading {
  display: none !important;
}

.um-account-main {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
}

.um-profile .um-form .um-profile-body {
  float: none !important;
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}

.um-account-side {
  display: none !important;
}

.um-req {
  color: #ff0000 !important;
}

.um-field-label {
  color: #000 !important;
  font-weight: 900 !important;
}

.um-field-area .um-form-field {
  border-radius: 6px !important;
  color: #000 !important;
  font-size: 16px !important;
  height: 56px !important;
}

.um-button {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  height: 60px !important;
  background-color: #ffae00 !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.um-button#um-submit-btn, .um-button#um_account_submit_delete, .um-button#um_account_submit_general {
  font-weight: 700 !important;
}

.um-account-nav,
.um-account-meta {
  display: none !important;
}

.um-left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  float: none !important;
}

.um-header,
.um-profile-navbar {
  display: none !important;
}

.um-account-tab {
  padding-bottom: 0 !important;
  border: none !important;
}

/* c-btn */
.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  height: 60px;
  padding: 19px 132px 19px 20px;
  background-color: #ffae00;
  border-radius: 8px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-btn {
    max-width: 295px;
    width: 100%;
    font-size: 18px;
  }
}
.c-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url("../img/common/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 12px;
}
.c-btn:hover {
  filter: brightness(1.1);
  opacity: 1;
}
.c-btn--auth {
  padding-right: 68px;
}
.c-btn--mypage {
  padding-right: 20px;
  justify-content: center;
}
.c-btn--mypage:after {
  display: none;
}
.c-btn--submit {
  justify-content: center;
  max-width: 305px;
  width: 100%;
  height: 72px;
  margin: 0 auto;
  padding: 0;
  border-radius: 12px;
  font-size: 23px;
  color: #fff !important;
}
.c-btn--submit:after {
  display: none;
}
.c-btn--home {
  justify-content: center;
  max-width: 305px;
  width: 100%;
  height: 72px;
  margin: 0 auto;
  padding: 0;
  border-radius: 12px;
  font-size: 23px;
  color: #fff !important;
}
.c-btn--home:after {
  content: "＞";
  right: 16px;
  font-size: 23px;
  color: #fff;
  background: none;
  width: auto;
  height: auto;
}
.c-btn--apply {
  gap: 0 18px;
  background-color: #ff6200;
  height: 80px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-btn--apply {
    justify-content: flex-start;
    max-width: 355px;
    padding-right: 20px;
    border-radius: 12px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--apply img {
    width: 42px;
  }
}

/* c-title */
.c-title {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
  font-weight: 700;
  line-height: 1;
}
.c-title--row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 20px;
}
.c-title--row-center {
  justify-content: center;
}
.c-title__en {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-title__en {
    font-size: 40px;
  }
}
.c-title__ja {
  font-size: 22px;
  color: #ffae00;
}
@media screen and (max-width: 767px) {
  .c-title__ja {
    font-size: 16px;
  }
}

/* c-tip */
.c-tip {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  height: 70px;
  padding: 0 60px;
  background-color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-radius: 9999px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-tip {
    height: 56px;
    padding: 0 30px;
    font-size: 16px;
  }
}
.c-tip:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
  border-width: 0px 18px 18px 0px;
}
@media screen and (max-width: 767px) {
  .c-tip:after {
    bottom: -15px;
    border-width: 0px 15px 15px 0px;
  }
}
.c-tip--outline {
  height: 52px;
  padding: 0 26px;
  background-color: #fff;
  border: 1px solid #ffae00;
  color: #ffae00;
}
@media screen and (max-width: 767px) {
  .c-tip--outline {
    height: 49px;
  }
}
.c-tip--outline:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 23px 23px 0;
  border-color: transparent #ffae00 transparent transparent;
}
.c-tip--outline:after {
  content: "";
  position: absolute;
  bottom: -21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 21px 21px 0;
  border-color: transparent #fff transparent transparent;
}
.c-tip--line {
  padding: 0 40px;
  gap: 0 9px;
  background-color: #06c755;
}
.c-tip--line:after {
  border-color: transparent #06c755 transparent transparent;
}
.c-tip--line img {
  width: 45px;
}
@media screen and (max-width: 767px) {
  .c-tip--line img {
    width: 35px;
  }
}
.c-tip__num {
  position: relative;
  top: 2px;
  font-family: "Poppins", sans-serif;
}

/* c-slideText */
.c-slideText {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  white-space: nowrap;
}
.c-slideText:before, .c-slideText:after {
  content: "";
  flex-shrink: 0;
}
.c-slideText span {
  display: inline-block;
  animation: scroll-left 30s linear infinite;
  padding-right: 48px;
  font-family: "Poppins", sans-serif;
  font-size: 160px;
  font-weight: 900;
  line-height: 1;
  color: #ffae00;
}
@media screen and (max-width: 767px) {
  .c-slideText span {
    font-size: 21.3333333333vw;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* c-form */
.c-form {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.c-form__head {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.c-form__head span {
  font-size: 16px;
  font-weight: 400;
  color: #ff0000;
}
.c-form__info {
  padding: 21px 33px;
  background-color: #fff;
  border-radius: 19px;
}

/* c-input */
.c-inputWrapper {
  position: relative;
}
.c-inputWrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 23px;
  height: 23px;
  transform: translateY(-50%);
  background-image: url("../img/common/i_input.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.c-input {
  padding: 9px 40px 9px 18px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 6px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  white-space: nowrap;
}

/* c-checkbox */
.c-checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .c-checkbox {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
  }
}
.c-checkbox .wpcf7-list-item {
  width: 188px;
  height: 72px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.c-checkbox .wpcf7-list-item label {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #a4a4a4;
  border-radius: 6px;
  padding: 16px 22px;
  transition: background-color 0.3s, border-color 0.3s;
  font-weight: 700;
  line-height: 1.2;
  color: #a4a4a4;
  cursor: pointer;
}
.c-checkbox .wpcf7-list-item label:has(input:checked) {
  background-color: #f8cd9e;
  border-color: #ff6200;
  color: #ff6200;
}
.c-checkbox .wpcf7-list-item label:has(input:checked):before {
  background-color: #ff6200;
  border-color: #ff6200;
}
.c-checkbox .wpcf7-list-item label:before {
  content: "";
  width: 26px;
  height: 26px;
  border: 1px solid #a4a4a4;
  display: inline-block;
  flex-shrink: 0;
  box-sizing: border-box;
  margin-top: 2px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  transition: all 0.2s ease;
}
.c-checkbox .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.c-checkbox .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  position: absolute;
  top: 49%;
  left: 29px;
  width: 14px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

/* c-select */
.c-selectWrapper {
  position: relative;
}
.c-selectWrapper:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #9D9D9D transparent transparent transparent;
  border-width: 11px 8px 0px 8px;
}

.c-select {
  padding: 5px 40px 5px 18px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 6px;
  font-weight: 500;
  line-height: 2.1;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.c-select.noVal {
  color: #a4a4a4;
}

/* c-archiveCard */
.c-archiveCard {
  display: flex;
  flex-direction: row;
  gap: 0 26px;
  padding: 40px 0;
  border-bottom: 2px solid #ffb310;
}
@media screen and (max-width: 639px) {
  .c-archiveCard {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
    padding: 32px 0;
  }
}
.c-archiveCard__img {
  position: relative;
  width: 285px;
}
@media screen and (max-width: 639px) {
  .c-archiveCard__img {
    width: 100%;
  }
}
.c-archiveCard__img__img {
  height: 100%;
  border-radius: 8px;
  aspect-ratio: 285/165;
  object-fit: cover;
}
.c-archiveCard__type {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 68px;
  height: 54px;
  background-color: #ffae00;
  border-radius: 50px 0 8px 0;
}
@media screen and (max-width: 767px) {
  .c-archiveCard__type {
    width: 84px;
    height: 67px;
    border-radius: 62px 0 10px 0;
  }
}
.c-archiveCard__type__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 11px;
  left: 18px;
  width: 39px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .c-archiveCard__type__box {
    top: 14px;
    left: 22px;
    width: 48px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-archiveCard__type__img {
    width: 31px;
  }
}
.c-archiveCard__type__text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-archiveCard__type__text {
    font-size: 15px;
  }
}
.c-archiveCard__type--movie {
  background-color: #ff6200;
}
.c-archiveCard__head {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.c-archiveCard__head__title {
  font-size: 24px;
}
.c-archiveCard__head__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 500;
  line-height: 1.9;
}
.c-archiveCard__head__more {
  margin: auto 0 0 auto;
  padding-right: 26px;
  background-image: url("../img/common/arrow_nav.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px;
  font-size: 14px;
  font-weight: 700;
}

/* c-pagination */
.c-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  margin-top: 80px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 40px;
  }
}
.c-pagination > a.prev, .c-pagination > a.next {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 24px;
  height: 48px;
}
.c-pagination > a.prev:before, .c-pagination > a.next:before {
  content: "";
  position: absolute;
  background-image: url("../img/common/arrow_pagination.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 14px;
}
.c-pagination > a.prev:before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.c-pagination > ul.page-numbers {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  font-size: 24px;
}
.c-pagination > ul.page-numbers li a,
.c-pagination > ul.page-numbers li span:not(.dots) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
}
.c-pagination > ul.page-numbers li .dots {
  position: relative;
  margin: 0 10px;
}
.c-pagination > ul.page-numbers li span.current {
  background-color: #ffb310;
  color: #fff;
}

/* c-searchTitle */
.c-searchTitle {
  margin-bottom: 10px;
  padding: 4px 0 4px 12px;
  border-left: 8px solid #ff6200;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-searchTitle {
    margin-bottom: 30px;
  }
}

/* c-recruitTitle */
.c-recruitTitle {
  padding-left: 24px;
  background-image: url("../img/recruit/deco_title.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

/* c-recruitSubTitle */
.c-recruitSubTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 17px 14px;
  background-color: #fffbef;
  line-height: 1;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-recruitSubTitle {
    padding: 12px 14px;
  }
}
.c-recruitSubTitle__en {
  font-family: "Poppins", sans-serif;
}
.c-recruitSubTitle__ja {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-recruitSubTitle__ja {
    font-size: 14px;
  }
}

/* c-recruitCard */
.c-recruitCard {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-recruitCard {
    margin: 0 -10px;
  }
}
.c-recruitCard__new {
  position: absolute;
  top: -10px;
  right: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 30px;
  background-color: #ffae00;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.c-recruitCard__new:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #ff6200 transparent;
  border-width: 0px 0px 10px 14px;
}
.c-recruitCard__info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-recruitCard__info {
    flex-direction: column;
    gap: 10px 0;
  }
}
.c-recruitCard__info__head {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
@media screen and (max-width: 767px) {
  .c-recruitCard__info__head {
    gap: 10px 0;
  }
}
.c-recruitCard__info__img {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .c-recruitCard__info__img {
    width: 100%;
  }
}
.c-recruitCard__info__img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 340/200;
  border-radius: 8px;
}
.c-recruitCard__memo__text {
  padding: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-recruitCard__memo__text {
    font-size: 14px;
  }
}
.c-recruitCard__recruit .c-recruitCard__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-recruitCard__recruit .c-recruitCard__title {
    margin-bottom: 10px;
  }
}
.c-recruitCard__recruit__list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 20px;
}
.c-recruitCard__cardList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-recruitCard__cardList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 639px) {
  .c-recruitCard__cardList {
    display: flex;
    flex-direction: column;
  }
}
.c-recruitCard__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 20px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-recruitCard__card {
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
    padding: 10px 10px 20px;
  }
}
@media screen and (max-width: 639px) {
  .c-recruitCard__card {
    max-width: 355px;
    width: 100%;
    margin: 0 auto;
  }
}
.c-recruitCard__card__img {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .c-recruitCard__card__img {
    width: 100%;
  }
}
.c-recruitCard__card__img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 340/200;
  border-radius: 8px;
}
.c-recruitCard__card__head {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .c-recruitCard__card__head {
    width: 100%;
  }
}
.c-recruitCard__card__title {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-recruitCard__card__title {
    font-size: 22px;
  }
}
.c-recruitCard__card__more {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 5px;
  margin: auto 0 0 auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #ffae00;
}
@media screen and (max-width: 767px) {
  .c-recruitCard__card__more {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-recruitCard__card__more img {
    width: 24px;
  }
}

/* c-recruitForm */
.c-recruitForm {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0 22px;
}
@media screen and (max-width: 767px) {
  .c-recruitForm {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
  }
}
.c-recruitForm--top {
  align-items: baseline;
}
.c-recruitForm__head {
  width: 150px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-recruitForm__head {
    width: 100%;
  }
}
.c-recruitForm__head__note {
  font-size: 15px;
  line-height: 1.2;
  color: #ff0000;
}
.c-recruitForm__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .c-recruitForm__body {
    width: 100%;
  }
}
.c-recruitForm__body .c-selectWrapper {
  max-width: none;
  width: 100%;
}
.c-recruitForm__area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 15px;
}
@media screen and (max-width: 767px) {
  .c-recruitForm__area {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
  }
}
.c-recruitForm__select {
  border: 1px solid #b4b4b4;
  height: 44px;
  border-radius: 6px;
}
.c-recruitForm__note {
  margin-left: 1em;
  text-indent: -1em;
  color: #747474;
}
.c-recruitForm__note a {
  color: #18c2dc;
  text-decoration: underline;
}
.c-recruitForm__error {
  font-size: 14px;
  color: #ff0000;
  font-weight: 700;
  line-height: 1;
}

/* c-recruitStyle */
.c-recruitStyles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}

.c-recruitStyle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 29px;
  padding: 0 8px;
  border: 1px solid #ffae00;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #ffae00;
}
@media screen and (max-width: 767px) {
  .c-recruitStyle {
    height: 25px;
    font-size: 12px;
  }
}

/* c-recruitBase */
.c-recruitBase {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.c-recruitBase dl {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0 20px;
  font-size: 14px;
}
.c-recruitBase dl dt {
  position: relative;
  width: 100px;
  padding-left: 16px;
  font-weight: 700;
  line-height: 1;
}
.c-recruitBase dl dt:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #ffae00;
  border-radius: 9999px;
}
.c-recruitBase dl dd {
  flex: 1;
  line-height: 1.2;
}
.c-recruitBase--single dl {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-recruitBase--single dl {
    gap: 0;
    font-size: 14px;
  }
}
.c-recruitBase--single dl dt {
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .c-recruitBase--single dl dt {
    padding-left: 11px;
  }
}
.c-recruitBase--single dl dt:before {
  top: 6px;
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 767px) {
  .c-recruitBase--single dl dt:before {
    top: 4px;
    width: 6px;
    height: 6px;
  }
}

/* c-recruitTag */
.c-recruitTags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}

.c-recruitTag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 10px;
  background-color: #fffbef;
  border: 1px solid #ffae00;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #ffae00;
}

/* c-recruitInfo */
.c-recruitInfo {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
.c-recruitInfo li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 4px;
}
.c-recruitInfo li img {
  width: 22px;
}
.c-recruitInfo li span {
  flex: 1;
  font-size: 14px;
}
.c-recruitInfo--single li {
  gap: 0 10px;
}
.c-recruitInfo--single li img {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .c-recruitInfo--single li img {
    width: 24px;
  }
}
.c-recruitInfo--single li span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-recruitInfo--single li span {
    font-size: 14px;
  }
}

/* c-recruitCategory */
.c-recruitCategory {
  width: fit-content;
  margin: 0 auto 10px;
  padding: 0 34px;
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: 30px, 30px;
  font-size: 20px;
  color: #ff6200;
}
@media screen and (max-width: 991px) {
  .c-recruitCategory {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.c-recruitCategory--1 {
  background-image: url("../img/recruit/i_new-graduate.svg"), url("../img/recruit/i_new-graduate.svg");
}
.c-recruitCategory--2 {
  background-image: url("../img/recruit/i_mid-career.svg"), url("../img/recruit/i_mid-career.svg");
}
.c-recruitCategory--3 {
  background-image: url("../img/recruit/i_part-time.svg"), url("../img/recruit/i_part-time.svg");
}

/* l-copy */
.l-copy {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #000;
  height: 30px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .l-copy {
    font-size: 10px;
    letter-spacing: 0;
  }
}

/* l-wrapper */
.l-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}

/* l-inner */
.l-inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.l-inner--sm {
  max-width: 1020px;
}
.l-inner--lg {
  max-width: 1340px;
}

/* l-nav */
.l-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 30px;
}
.l-nav__item a {
  display: block;
  padding-right: 34px;
  background-image: url("../img/common/arrow_nav.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px;
  font-weight: 700;
}

/* l-logo */
.l-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 20px;
}
.l-logo__logo {
  display: block;
  width: 181px;
}
@media screen and (max-width: 991px) {
  .l-logo__logo {
    width: 107px;
  }
}
.l-logo__copy {
  font-size: 14px;
  letter-spacing: 0.24em;
  font-weight: 600;
}
@media screen and (max-width: 1239px) {
  .l-logo__copy {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-logo__copy {
    display: none;
  }
}

/* l-header */
.l-header {
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 50;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100px;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .l-header {
    height: 50px;
  }
}
.l-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 251, 239, 0.4), rgba(255, 251, 239, 0.1));
  backdrop-filter: blur(4px);
  z-index: -1;
}
.l-header .l-lpNav {
  display: none;
}
.l-header--nurseryLp .l-lpNav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 991px) {
  .l-header--nurseryLp .l-lpNav {
    display: none;
  }
}
.l-header--nurseryLp .l-lpNav li a {
  display: block;
  padding-right: 22px;
  background-image: url("../img/nursery/arrow_nav.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
  font-size: 14px;
  font-weight: 700;
}
.l-header--nurseryLp .l-header__nav {
  top: auto;
}
.l-header--nurseryLp .l-header__subNav {
  display: none;
}
@media screen and (max-width: 991px) {
  .l-header--nurseryLp .l-header__subNav {
    display: block;
  }
}
.l-header--nurseryLp .l-nav {
  display: none;
}
.l-header__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .l-header__inner {
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .l-header__menu {
    margin-right: 49px;
  }
}
.l-header__nav {
  position: relative;
  top: -8px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px 0;
}
@media screen and (max-width: 991px) {
  .l-header__nav {
    top: auto;
    flex-direction: unset;
  }
}
@media screen and (max-width: 991px) {
  .l-header__nav .l-nav {
    display: none;
  }
}
.l-header__nav .l-spNav {
  position: fixed;
  top: 30px;
  right: 0;
  z-index: 30;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0 152px;
  max-width: 830px;
  width: 100%;
  padding: 119px 0 96px;
  background-color: #fff;
  border-radius: 50px 0 0 50px;
  transition: all 0.3s;
  transform: translate(100%, 0);
}
@media screen and (min-width: 992px) {
  .l-header__nav .l-spNav {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .l-header__nav .l-spNav {
    flex-direction: column;
    gap: 16px 0;
    max-width: 500px;
    width: 90%;
    padding: 80px 40px;
  }
}
.l-header__nav .l-spNav__list {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
@media screen and (max-width: 991px) {
  .l-header__nav .l-spNav__list {
    gap: 20px 0;
  }
}
.l-header__nav .l-spNav__list:last-child ul:last-child {
  gap: 20px 0;
}
@media screen and (max-width: 991px) {
  .l-header__nav .l-spNav__list:last-child ul:last-child {
    gap: 12px 0;
  }
}
.l-header__nav .l-spNav__list:last-child ul:last-child li a {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .l-header__nav .l-spNav__list:last-child ul:last-child li a {
    font-size: 14px;
  }
}
.l-header__nav .l-spNav ul {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (max-width: 991px) {
  .l-header__nav .l-spNav ul {
    gap: 16px 0;
  }
}
.l-header__nav .l-spNav li a {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .l-header__nav .l-spNav li a {
    font-size: 16px;
  }
}
.l-header__nav.is-active .l-spNav {
  transform: translate(0, 0);
}
.l-header__subNav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 40px;
}
.l-header__subNav__item a {
  display: flex;
  flex-direction: row;
  gap: 0 7px;
  align-items: center;
  font-size: 14px;
}
.l-header__subNav__item a img {
  width: 30px;
}
@media screen and (max-width: 991px) {
  .l-header__subNav__item--publish {
    display: none;
  }
}
.l-header__subNav__item--top {
  display: none;
}
.l-header__toggle {
  display: none;
  position: fixed;
  top: 38px;
  right: 10px;
  z-index: 30;
  width: 36px;
  height: 32px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .l-header__toggle {
    display: block;
  }
}
.l-header__toggle__line {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ff6200;
  border-radius: 2px;
  transition: all 0.3s;
}
.l-header__toggle__line:first-of-type {
  top: 10%;
}
.l-header__toggle__line:last-of-type {
  top: 52%;
}
.l-header__toggle__text {
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #ff6200;
}
.l-header__toggle.is-active .l-header__toggle__line:first-of-type {
  transform: translate(-50%, 8px) rotate(30deg);
}
.l-header__toggle.is-active .l-header__toggle__line:nth-of-type(2) {
  opacity: 0;
}
.l-header__toggle.is-active .l-header__toggle__line:last-of-type {
  transform: translate(-50%, -6px) rotate(-30deg);
}
.l-header__overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: rgba(35, 35, 35, 0.6);
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .l-header__overlay {
    display: none;
  }
}
.l-header__overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.l-header--recruit .l-header__main {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 991px) {
  .l-header--recruit .l-header__main {
    gap: 0 6px;
  }
}
.l-header--recruit .l-header__recruit__area {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 991px) {
  .l-header--recruit .l-header__recruit__area {
    font-size: 12px;
    line-height: 1.2;
  }
}
.l-header--recruit .l-header__recruit__area span {
  font-size: 24px;
  color: #ff6200;
}
@media screen and (max-width: 991px) {
  .l-header--recruit .l-header__recruit__area span {
    font-size: 14px;
  }
}
.l-header--recruit .l-header__recruit__info {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .l-header--recruit .l-header__recruit__info {
    display: none;
  }
}
.l-header--recruit .l-header__recruit__info a {
  font-weight: 700;
  color: #ffae00;
  text-decoration: underline;
}
.l-header--recruit .l-logo__copy {
  display: none !important;
}
.l-header--recruit .l-header__menu {
  margin-right: 63px;
}
@media screen and (max-width: 991px) {
  .l-header--recruit .l-header__menu {
    margin-right: 48px;
  }
}
@media screen and (min-width: 992px) {
  .l-header--recruit .l-header__subNav__item a {
    font-size: 20px;
    font-weight: 700;
  }
}
@media screen and (min-width: 992px) {
  .l-header--recruit .l-header__subNav__item a img {
    width: 40px;
  }
}
.l-header--recruit .l-header__subNav__item--top {
  display: block;
}
@media screen and (max-width: 991px) {
  .l-header--recruit .l-header__subNav__item--top {
    display: none;
  }
}
.l-header--recruit .l-header__subNav__item--publish {
  display: none;
}
@media screen and (max-width: 991px) {
  .l-header--recruit .l-header__subNav__item--login a {
    flex-direction: column;
    font-weight: 500;
  }
}
@media screen and (max-width: 991px) {
  .l-header--recruit .l-header__subNav__item--login a img {
    position: relative;
    top: 3px;
  }
}
@media screen and (max-width: 991px) {
  .l-header--recruit .l-header__subNav__item--login a span {
    display: none;
  }
}
.l-header--recruit .l-header__nav {
  top: auto;
}
.l-header--recruit .l-header__nav .l-nav {
  display: none !important;
}
.l-header--recruit .l-header__nav .l-spNav {
  display: flex !important;
}
.l-header--recruit .l-header__toggle {
  display: block !important;
}
@media screen and (min-width: 992px) {
  .l-header--recruit .l-header__toggle {
    top: 63px;
    right: 23px;
    transform: scale(1.35);
  }
}
.l-header--recruit .l-header__overlay {
  display: block !important;
}

/* l-footer */
.l-footer {
  margin-top: auto;
  background-color: #fff;
}
.l-footer__top {
  margin-bottom: 43px;
  padding: 25px 0 18px;
  border-bottom: 1px solid #ff6200;
}
.l-footer__top__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__top .l-logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px 0;
  }
}
.l-footer__top .l-logo__logo {
  width: 181px;
}
.l-footer__top .l-logo__copy {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-footer__top .l-logo__copy {
    font-size: 10px;
  }
}
.l-footer__pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
.l-footer__pagetop img {
  width: 41px;
}
.l-footer__pagetop__text {
  font-size: 14px;
  font-weight: 700;
  color: #ff6200;
  letter-spacing: 0.24em;
}
.l-footer__nav__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px 0;
}
@media screen and (max-width: 767px) {
  .l-footer__nav__inner {
    gap: 33px 0;
  }
}
.l-footer__nav .l-nav {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer__nav .l-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }
}
.l-footer__searchNav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 60px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .l-footer__searchNav {
    margin-bottom: 60px;
    padding: 0 5px;
  }
}
.l-footer__searchNav__group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 60px;
}
@media screen and (max-width: 767px) {
  .l-footer__searchNav__group {
    gap: 20px;
  }
}
.l-footer__searchNav__itemTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
}
.l-footer__searchNav__itemTitle img {
  width: 36px;
}
.l-footer__searchNav__itemListWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__searchNav__itemListWrapper {
    gap: 40px;
  }
}
.l-footer__searchNav__itemList {
  position: relative;
}
.l-footer__searchNav__itemList:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ffae00;
}
.l-footer__searchNav__itemList li {
  position: relative;
  padding-left: 20px;
}
.l-footer__searchNav__itemList li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 9px;
  height: 1px;
  background-color: #ffae00;
}
.l-footer__searchNav__itemList li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.l-footer__subNav {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-footer__subNav {
    margin-bottom: 40px;
  }
}
.l-footer__subNav__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__subNav__list {
    flex-direction: column;
    align-items: center;
    gap: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__subNav__list .c-btn {
    padding-left: 30px;
    padding-right: 65px;
  }
}
.l-footer__utilNav {
  padding: 24px 0;
  background-color: #ff6200;
}
@media screen and (max-width: 767px) {
  .l-footer__utilNav {
    padding: 10px 0 19.2vw;
  }
}
.l-footer__utilNav__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__utilNav__inner {
    flex-direction: column;
    gap: 9px 0;
  }
}
.l-footer__utilNav__list {
  display: flex;
  flex-direction: row;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__utilNav__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 20px;
  }
}
.l-footer__utilNav__list li a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__utilNav__list li a {
    font-size: 12px;
  }
}
.l-footer__utilNav__copy {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__utilNav__copy {
    font-size: 12px;
  }
}

/* l-main */
.l-main {
  padding: 130px 0 80px;
}
@media screen and (max-width: 991px) {
  .l-main {
    padding: 120px 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .l-main--home {
    padding-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .l-main--recruit {
    padding-top: 90px;
  }
}
@media screen and (max-width: 991px) {
  .l-main--nursery {
    padding-top: 101px;
  }
}
.l-main--nurseryLp {
  padding: 0;
}
.l-main--about, .l-main--for-recruit {
  padding-top: 110px;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .l-main--about, .l-main--for-recruit {
    padding-top: 70px;
  }
}
.l-main--auth {
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .l-main--auth {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .l-main--mypage, .l-main--form {
    padding-top: 104px;
  }
}

/* l-aside */
.l-aside {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.l-aside--mypage {
  gap: 25px 0;
}
.l-aside__sec__title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #000;
}
.l-aside__sec__titleEn {
  display: none;
}
.l-aside__sec__titleJa {
  font-size: 20px;
  line-height: 1;
}
.l-aside__sec__list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  padding: 40px 20px;
  background: #fff;
}
.l-aside__sec__list li {
  padding-left: 28px;
  background-image: url("../img/common/marker_aside.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px;
}
.l-aside__sec__list li a {
  font-size: 18px;
  line-height: 1;
}
.l-aside--archive {
  margin-top: 90px;
}
@media screen and (max-width: 1023px) {
  .l-aside--archive {
    margin-top: 0;
  }
}
.l-aside--archive .l-aside__sec__title {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 24px;
  padding: 18px 24px 18px;
  background-color: #ffae00;
  border: none;
  border-radius: 9999px;
  color: #fff;
}
.l-aside--archive .l-aside__sec__titleEn {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}
.l-aside--archive .l-aside__sec__titleJa {
  font-size: 14px;
}
.l-aside--archive .l-aside__sec__list {
  padding: 0 0 0 24px;
  background-color: transparent;
}
.l-aside--archive .l-aside__sec__list li {
  padding-left: 18px;
  background-image: url("../img/common/marker_aside-archive.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 10px 12px;
}
.l-aside--archive .l-aside__sec__list li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.single-interview .l-aside--archive {
  margin-top: 0;
}

/* l-2col */
.l-2col {
  display: flex;
  flex-direction: row;
  gap: 0 60px;
}
@media screen and (max-width: 1023px) {
  .l-2col {
    display: flex;
    flex-direction: column;
    gap: 60px 0;
  }
}
.l-2col__main {
  flex: 1;
  max-width: 840px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-2col__main {
    max-width: none;
  }
}
.l-2col__aside {
  width: 300px;
}
@media screen and (max-width: 1023px) {
  .l-2col__aside {
    width: 100%;
  }
}

/* l-breadcrumb */
.page .l-breadcrumb,
.archive .l-breadcrumb,
.single:not(.single-nursery) .l-breadcrumb {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .page .l-breadcrumb,
  .archive .l-breadcrumb,
  .single:not(.single-nursery) .l-breadcrumb {
    padding-bottom: 37px;
  }
}

.l-breadcrumb {
  padding-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    display: none;
  }
}
.l-breadcrumb--recruit {
  padding-bottom: 10px !important;
}
.l-breadcrumb--for-recruit, .l-breadcrumb--apply, .l-breadcrumb--thanks, .l-breadcrumb--mypage {
  padding-bottom: 27px !important;
}
.l-breadcrumb--nurseryLp {
  padding-bottom: 0;
  background-color: #fff;
}
.l-breadcrumb__list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.l-breadcrumb__list li:after {
  content: ">";
  font-size: 12px;
  margin-left: 6px;
}
.l-breadcrumb__list li a,
.l-breadcrumb__list li span {
  font-size: 12px;
  line-height: 1.9;
}
.l-breadcrumb__list li a {
  text-decoration: underline;
}
.l-breadcrumb__list li:last-child:after {
  display: none;
}

/* l-bnr */
.l-bnr {
  position: fixed;
  bottom: 50px;
  right: 10px;
  width: 265px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 7px 0;
}
@media screen and (max-width: 767px) {
  .l-bnr {
    bottom: 10px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    align-items: flex-end;
    gap: 0 5px;
    width: 96vw;
  }
}
.l-bnr__item a,
.l-bnr__item span {
  display: block;
}
.l-bnr__item a img,
.l-bnr__item span img {
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .l-bnr__item a img,
  .l-bnr__item span img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-bnr__item--benefits span {
    width: 57.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-bnr__item--line a {
    width: 37.3333333333vw;
  }
}
.l-bnr__item:last-child {
  position: relative;
  left: 5px;
}

/* l-flow */
.l-flow {
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-flow {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-flow--recruit .c-title {
    display: flex;
    flex-direction: column;
    gap: 6px 0;
  }
}
.l-flow .c-tip {
  margin: 0 auto 26px;
}
@media screen and (max-width: 767px) {
  .l-flow .c-tip {
    margin-bottom: 22px;
  }
}
.l-flow__text {
  margin-top: 50px;
  font-weight: 500;
  text-align: center;
}
.l-flow__box {
  margin-top: 99px;
}
@media screen and (max-width: 767px) {
  .l-flow__box {
    margin-top: 43px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-flow__box::-webkit-scrollbar {
    height: 8px;
  }
  .l-flow__box::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 4px;
  }
  .l-flow__box::-webkit-scrollbar-thumb {
    background-color: #ff6200;
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .l-flow__box__inner {
    padding-top: 40px;
  }
}
.l-flow__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 13px;
}
@media screen and (max-width: 767px) {
  .l-flow__list {
    flex-wrap: unset;
    gap: 0 17px;
    width: 1010px;
    margin-bottom: 30px;
  }
}
.l-flow__list--recruit {
  gap: 60px 55px;
}
@media screen and (max-width: 767px) {
  .l-flow__list--recruit {
    gap: 0 17px;
    width: 754px;
  }
}
.l-flow__list--recruit .l-flow__item {
  padding-bottom: 54px;
}
.l-flow__list--recruit .l-flow__item__title {
  font-weight: 700;
  text-align: center;
}
.l-flow__item {
  position: relative;
  width: 240px;
  padding: 50px 20px 35px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.l-flow__item__img {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 0px 1px rgba(0, 0, 0, 0.1));
}
.l-flow__item__step {
  position: relative;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  color: #ffae00;
  text-align: center;
}
.l-flow__item__step:after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background-color: #000;
}
.l-flow__item__title {
  font-size: 16px;
  font-weight: 500;
}
.l-flow__item__text {
  margin-top: 20px;
  font-size: 14px;
}
.l-flow__feature {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 44px 0;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .l-flow__feature {
    margin-top: 6px;
  }
}
.l-flow__feature__img {
  max-width: 884px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-flow__feature__img {
    margin-right: -10px;
  }
}
.l-flow__feature .c-btn {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-flow__feature .c-btn {
    padding-right: 42px;
  }
}

/* l-point */
.l-pointWrapper {
  background-color: #fff;
}

.l-point {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 100px;
  background-color: #ffae00;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-point {
    width: calc(100% - 20px);
    border-radius: 40px;
  }
}
.l-point__box {
  padding: 94px 60px 128px;
}
@media screen and (max-width: 767px) {
  .l-point__box {
    padding: 30px 30px 42px;
  }
}
.l-point__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 70px;
}
@media screen and (max-width: 1239px) {
  .l-point__inner {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}
.l-point__head {
  position: sticky;
  top: 150px;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  width: 230px;
}
@media screen and (max-width: 1239px) {
  .l-point__head {
    position: relative;
    top: auto;
    width: auto;
  }
}
.l-point__title {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.l-point__title__ja {
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .l-point__title__ja {
    font-size: 16px;
  }
}
.l-point__title__en {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-point__title__en {
    font-size: 40px;
  }
}
.l-point__menu {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
@media screen and (max-width: 1239px) {
  .l-point__menu {
    display: none;
  }
}
.l-point__menu__item {
  line-height: 1;
}
.l-point__menu__item a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  opacity: 0.4;
}
.l-point__menu__item a.is-active {
  opacity: 1;
}
.l-point__menu__item a span {
  font-family: "Poppins", sans-serif;
}
.l-point__list {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1239px) {
  .l-point__list {
    max-width: none;
  }
}
.l-point__item {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0 28px;
  padding: 84px 0 60px;
  border-top: 4px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-point__item {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    padding: 40px 0 50px;
  }
}
.l-point__item:last-child {
  padding-bottom: 0;
}
.l-point__item .c-tip {
  position: relative;
  top: -30px;
  left: -5vw;
}
@media screen and (max-width: 767px) {
  .l-point__item .c-tip {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-point__item__img {
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  .l-point__item__img {
    max-width: 420px;
    margin: 0 auto;
  }
}
.l-point__item__img img {
  border-radius: 8px;
}
.l-point__item__head {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.l-point__item__headLead {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .l-point__item__headLead {
    font-size: 22px;
  }
}
.l-point__item__headText {
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .l-point__item__headText {
    font-size: 14px;
  }
}
.l-point .c-slideText {
  position: relative;
  top: 24px;
}
.l-point .c-slideText span {
  color: rgba(255, 255, 255, 0.2);
}

/* l-post */
.l-post {
  background-color: #fff;
}
.l-post--news {
  padding: 146px 0 135px;
}
@media screen and (max-width: 767px) {
  .l-post--news {
    padding: 80px 0 86px;
  }
}
.l-post--column {
  padding: 110px 0 80px;
}
@media screen and (max-width: 767px) {
  .l-post--column {
    padding: 60px 0;
  }
}
.l-post--interview {
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .l-post--interview {
    padding-bottom: 60px;
  }
}
.l-post__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-post__head {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-post__head .c-btn {
    display: none;
  }
}
.l-post__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-post__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
    margin: 20px 0 40px;
  }
}
.l-post__item {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .l-post__item {
    max-width: 355px;
    width: 100%;
    margin: 0 auto;
  }
}
.l-post__item__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0 12px;
  margin-bottom: 10px;
  padding: 17px 10px;
  background-color: #fffbef;
  border-radius: 8px;
  font-size: min(1.8vw, 16px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-post__item__meta {
    font-size: 16px;
  }
}
.l-post__item__metaTime {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.l-post__item__img {
  margin-bottom: 20px;
}
.l-post__item__img img {
  border-radius: 8px;
  aspect-ratio: 340/200;
  object-fit: cover;
}
.l-post__item__title {
  font-size: min(2vw, 18px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-post__item__title {
    font-size: 18px;
  }
}
.l-post__spBtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-post__spBtn {
    display: flex;
    margin: 0 auto;
  }
}

/* l-line */
.l-line {
  position: relative;
  padding: 90px 0 80px;
}
@media screen and (max-width: 767px) {
  .l-line {
    padding: 60px 0;
  }
}
.l-line__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-line .c-tip {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}
.l-line__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-line__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
    padding: 0 18px;
  }
}
.l-line__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px 0;
  padding: 61px 20px 26px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .l-line__item {
    gap: 14px 0;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    padding: 16px 20px 20px;
  }
}
.l-line__item__label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 87px;
  height: 69px;
  background-color: #06c755;
  border-radius: 8px 0 50px;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-line__item__label {
    width: 53px;
    height: 42px;
    border-radius: 8px 0 26px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-line__item__img img {
    height: 100px;
  }
}
.l-line__item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-line__item__title span {
  font-weight: 700;
  line-height: 1.4;
}
.l-line__item__title span:first-child {
  font-size: 18px;
}
.l-line__item__title span:last-child {
  font-size: 24px;
  color: #06c755;
}
.l-line__note {
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .l-line__note {
    font-size: 12px;
  }
}

/* l-related */
.l-related {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-related {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 60px;
  }
}
.l-related__item {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.l-related__item__box {
  display: flex;
  flex-direction: row;
  gap: 0 24px;
}
@media screen and (max-width: 767px) {
  .l-related__item__box {
    gap: 0 16px;
  }
}
.l-related__item__img {
  width: 162px;
}
.l-related__item__img img {
  border-radius: 8px;
}
.l-related__item__title {
  flex: 1;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

/* l-worry */
.l-worry {
  position: relative;
  margin-bottom: 60px;
  padding: 80px 0 13.7857142857vw;
  background-image: url("../img/about/bg_worry.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .l-worry {
    padding-bottom: 21.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .l-worry {
    padding: 60px 0 55.4666666667vw;
    background-image: url("../img/about/bg_worry_sp.webp");
  }
}
.l-worry--recruit {
  background-image: url("../img/for-recruit/bg_worry.webp");
}
@media screen and (max-width: 767px) {
  .l-worry--recruit {
    background-image: url("../img/for-recruit/bg_worry_sp.webp");
  }
}
.l-worry__inner {
  max-width: 876px;
}
.l-worry__title {
  margin-bottom: 66px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-worry__title {
    margin-bottom: 40px;
    font-size: 25px;
  }
}
.l-worry__title span {
  font-size: 42px;
  padding-bottom: 7px;
  background-image: url("../img/about/line_wave.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l-worry__title span {
    font-size: 29px;
  }
}
.l-worry__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 24px;
}
@media screen and (max-width: 767px) {
  .l-worry__list {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.l-worry__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 31px 20px;
  background-color: #fff;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
}
/* l-support */
.l-support {
  background-color: #fff;
}
.l-support__box {
  padding: 80px 0 88px;
  background-color: #fffbef;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .l-support__box {
    padding: 60px 0;
    border-radius: 40px;
  }
}
.l-support__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-support__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px 0;
    margin-top: 40px;
  }
}
.l-support__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 0;
}
.l-support__itemImg {
  position: relative;
}
.l-support__itemImg img {
  border-radius: 8px;
}
.l-support__itemLabel {
  background-color: #ffae00;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 87px;
  height: 69px;
  background-color: #06c755;
  border-radius: 8px 0 50px;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-support__itemLabel {
    width: 53px;
    height: 42px;
    border-radius: 8px 0 26px;
    font-size: 30px;
  }
}
.l-support__itemTitle {
  font-size: 24px;
  text-align: center;
}

/* l-merit */
.l-merit {
  background-color: #fff;
}
.l-merit__box {
  padding: 80px 0 129px;
  background-color: #fffbef;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .l-merit__box {
    padding: 60px 0;
    border-radius: 40px;
  }
}
.l-merit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-merit__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
    margin-top: 40px;
  }
}
.l-merit__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 0;
}
.l-merit__itemImg {
  position: relative;
}
.l-merit__itemImg img {
  border-radius: 8px;
}
.l-merit__itemLabel {
  background-color: #ffae00;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 87px;
  height: 69px;
  background-color: #06c755;
  border-radius: 8px 0 50px;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-merit__itemLabel {
    width: 53px;
    height: 42px;
    border-radius: 8px 0 26px;
    font-size: 30px;
  }
}
.l-merit__itemTitle {
  min-height: 96px;
  margin-bottom: 56px;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-merit__itemTitle {
    min-height: auto;
    margin-bottom: 0;
  }
}
.l-merit__itemFeature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px 0;
  margin-top: auto;
}
.l-merit__itemFeature .c-tip {
  white-space: unset;
}
@media screen and (max-width: 767px) {
  .l-merit__itemFeature .c-tip {
    white-space: nowrap;
  }
}
.l-merit__itemFeature img {
  border-radius: 8px;
}

/* l-faq */
.l-faq {
  padding: 110px 0 80px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-faq {
    padding: 60px 0;
  }
}
.l-faq__list {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-faq__list {
    margin-top: 40px;
  }
}
.l-faq__item {
  padding-bottom: 20px;
  border-bottom: 3px solid #ffae00;
}
.l-faq__item__head {
  position: relative;
  padding-right: 104px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-faq__item__head {
    padding-right: 68px;
  }
}
.l-faq__item__head:before {
  content: "";
  position: absolute;
  top: 25px;
  right: 35px;
  width: 20px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffae00;
}
.l-faq__item__head:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 44px;
  width: 2px;
  height: 20px;
  border-radius: 9999px;
  background-color: #ffae00;
  transition: all 0.3s;
}
.l-faq__item__head.is-active:after {
  transform: rotate(90deg);
}
.l-faq__item__head p {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 24px;
  font-size: 20px;
  font-weight: 700;
  min-height: 50px;
}
.l-faq__item__head p span {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  content: "Q";
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  background-color: #ffae00;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.l-faq__item__body {
  display: none;
  padding-top: 24px;
  padding-right: 104px;
}
@media screen and (max-width: 767px) {
  .l-faq__item__body {
    padding-right: 68px;
  }
}
.l-faq__item__body p {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.l-faq__item__body p span {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  content: "A";
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  background-color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

/* l-search */
.l-search__box {
  position: relative;
  padding: 60px 0 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-search__box {
    padding: 30px 0;
  }
}
.l-search__box .c-title {
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-search__box .c-title {
    top: -23px;
  }
}
.l-search__inner {
  max-width: 800px;
}
.l-search__form {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.l-search__form__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 70px;
}
.l-search__form__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0 34px;
  max-width: 355px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-search__form__item {
    max-width: none;
    gap: 0 24px;
  }
}
.l-search__form__item:last-child {
  max-width: none;
}
@media screen and (max-width: 767px) {
  .l-search__form__item:last-child {
    flex-direction: column;
  }
}
.l-search__form__item:last-child .l-search__form__itemTitle {
  width: 186px;
}
.l-search__form__itemTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 5px;
  width: 101px;
  font-size: 14px;
  font-weight: 700;
}
.l-search__form__itemBody {
  flex: 1;
}
.l-search__form__input {
  padding: 5px 34px 5px 20px;
  background-color: #fff;
  background-image: url("../img/common/arrow_input.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 24px;
  border-radius: 8px;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 2.1;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.l-search__form__btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0 5px;
}
.l-search__form__btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 250px;
  padding: 18px 10px;
  background-color: #ff6200;
  border-radius: 8px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-search__form__btn {
    padding: 12px 10px;
  }
}
.l-search__form__btn--reset {
  width: 100px;
  background-color: #eeeeee;
  color: #000;
}

.js-searchFormInput .placeholder {
  color: #bababa;
}
.js-searchFormInput .placeholder--default, .js-searchFormInput .placeholder.is-active {
  color: #000;
}

/* l-quickSearch */
.l-quickSearch__box {
  position: relative;
  margin-top: -45px;
  padding: 44px 0 32px;
  background-color: rgba(217, 217, 217, 0.3);
  border: 1px solid #fff;
  border-radius: 8px;
  backdrop-filter: blur(4px);
}
@media screen and (max-width: 767px) {
  .l-quickSearch__box {
    margin-top: -5.3333333333vw;
    padding: 55px 0 23px;
    border-radius: 10px;
  }
}
.l-quickSearch__box__inner {
  display: flex;
  flex-direction: column;
  gap: 26px 0;
}
@media screen and (max-width: 991px) {
  .l-quickSearch__box__inner {
    gap: 12px 0;
  }
}
.l-quickSearch__box .c-tip {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l-quickSearch__box .c-tip {
    top: -28px;
  }
}
.l-quickSearch__form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-right: 6px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .l-quickSearch__form {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    padding-bottom: 20px;
  }
}
.l-quickSearch__form__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .l-quickSearch__form__list {
    flex-wrap: wrap;
  }
}
.l-quickSearch__form__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 20px;
  width: 225px;
  padding: 20px 30px;
  border-right: 1px solid #fff1d3;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .l-quickSearch__form__item {
    gap: 0 10px;
    width: 50%;
    padding: 13px 20px;
    border-bottom: 1px solid #fff1d3;
  }
}
.l-quickSearch__form__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 11.26px 6.5px 0px 6.5px;
}
@media screen and (max-width: 991px) {
  .l-quickSearch__form__item:nth-child(2) {
    border-right: none;
  }
}
.l-quickSearch__form__item:last-child {
  border-right: none;
  max-width: 364px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .l-quickSearch__form__item:last-child {
    max-width: none;
  }
}
.l-quickSearch__form__item:last-child:after {
  display: none;
}
.l-quickSearch__form__item span,
.l-quickSearch__form__item input {
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 991px) {
  .l-quickSearch__form__item span,
  .l-quickSearch__form__item input {
    font-size: 16px;
  }
}
.l-quickSearch__form__item input::placeholder {
  color: #000;
}
.l-quickSearch__form__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 58px;
  border-radius: 8px;
  background-color: #ff6200;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .l-quickSearch__form__btn {
    max-width: 295px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    font-size: 16px;
  }
}
.l-quickSearch__rmd {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .l-quickSearch__rmd {
    flex-direction: column;
    gap: 5px 0;
  }
}
.l-quickSearch__rmd__title {
  font-size: 20px;
  font-weight: 700;
  color: #ffae00;
}
@media screen and (max-width: 767px) {
  .l-quickSearch__rmd__title {
    font-size: 16px;
  }
}
.l-quickSearch__rmd__body ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .l-quickSearch__rmd__body ul {
    font-size: 14px;
  }
}

/* l-searchForm */
.l-searchForm {
  display: none;
}
.l-searchForm__body {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 200;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 94%;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-searchForm__body {
    max-width: 400px;
  }
}
.l-searchForm__body--area {
  background: #fff;
}
.l-searchForm__body--employment_type, .l-searchForm__body--license, .l-searchForm__body--facility, .l-searchForm__body--commute_method, .l-searchForm__body--child_capacity {
  max-width: 400px;
}
.l-searchForm__box {
  padding: 30px;
  height: 200px;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .l-searchForm__box {
    padding: 30px 20px;
  }
}
.l-searchForm__box--area {
  border-radius: 8px 8px 0 0;
  background-color: #eee;
}
.l-searchForm__box--city {
  background-color: #fff;
}
.l-searchForm__box--style {
  height: 370px;
}
@media screen and (max-width: 767px) {
  .l-searchForm__box--style {
    height: 250px;
  }
}
.l-searchForm__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-searchForm__list {
    gap: 20px;
  }
}
.l-searchForm__list--area {
  gap: 10px;
}
.l-searchForm__list--city {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .l-searchForm__list--city {
    display: flex;
    flex-direction: column;
  }
}
.l-searchForm__list--employment_type, .l-searchForm__list--license, .l-searchForm__list--facility, .l-searchForm__list--commute_method, .l-searchForm__list--child_capacity {
  display: flex;
  flex-direction: column;
}
.l-searchForm__list--occupation {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 991px) {
  .l-searchForm__list--occupation {
    display: flex;
    flex-direction: column;
  }
}
.l-searchForm__list--style {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 991px) {
  .l-searchForm__list--style {
    display: flex;
    flex-direction: column;
  }
}
.l-searchForm__btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0 20px;
  margin-top: auto;
  padding: 11px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 767px) {
  .l-searchForm__btns {
    justify-content: center;
  }
}
.l-searchForm__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.l-searchForm__btn--reset {
  max-width: 132px;
  background-color: #fff;
}
.l-searchForm__btn--set {
  max-width: 256px;
  background-color: #ff6200;
  color: #fff;
}
.l-searchForm__btn--dummy {
  max-width: 132px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .l-searchForm__btn--dummy {
    display: none;
  }
}
.l-searchForm__overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.l-searchForm__checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
  line-height: 1.4;
}
.l-searchForm__checkbox input[type=checkbox] {
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.l-searchForm__checkbox input[type=checkbox]:checked {
  background-color: #ff6200;
  border-color: #ff6200;
}
.l-searchForm__checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 46%;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
}
.l-searchForm__radio {
  cursor: pointer;
}
.l-searchForm__radio input[type=radio] {
  display: none;
}
.l-searchForm__radio span {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 9999px;
  background-color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.l-searchForm__radio input[type=radio]:checked + span {
  background-color: #ff6200;
  color: #fff;
  border-color: #ff6200;
}
.l-searchForm__cityHeader {
  display: flex;
  flex-direction: row;
  padding: 14px 20px;
  background-color: #d9d9d9;
}
.l-searchForm__cityHeader .l-searchForm__checkbox {
  font-size: 20px;
  font-weight: 900;
}

/* l-footerArea */
.l-footerArea__item {
  display: flex;
  flex-direction: column;
  gap: 105px 0;
  margin-top: 117px;
}
@media screen and (max-width: 767px) {
  .l-footerArea__item {
    gap: 80px 0;
    margin-top: 67px;
  }
}

/* p-page */
.p-page {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-page {
    padding-bottom: 40px;
  }
}
.p-page__content {
  line-height: 2;
  font-weight: 500;
}
.p-page__content h2 {
  font-size: 22px;
  color: #ffae00;
}
.p-page__content h3 {
  padding-bottom: 18px;
  border-bottom: 2px solid #ffae00;
  font-size: 16px;
}
.p-page__content a {
  color: #18c2dc;
  text-decoration: underline;
}
.p-page__content ul {
  list-style: disc;
  padding-left: 1.5em;
}
.p-page__content--information {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-page__content--information {
    margin-top: 28px;
  }
}
.p-page__content--information table {
  border: none;
  line-height: 2;
}
.p-page__content--information table tr {
  border-bottom: 2px solid #ffb310;
}
@media screen and (max-width: 767px) {
  .p-page__content--information table tr {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
    padding: 32px 0;
  }
}
.p-page__content--information table tr th,
.p-page__content--information table tr td {
  border: none;
  padding: 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-page__content--information table tr th,
  .p-page__content--information table tr td {
    display: block;
  }
}
.p-page__content--information table tr td {
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-page__content--information table tr td {
    padding: 0;
  }
}
.p-page__content--information table tr td:first-child {
  width: 100px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-page__content--information table tr td:first-child {
    width: auto;
  }
}
.p-page__content--information table tr td:last-child {
  padding-right: 40px;
  padding-left: 104px;
}
@media screen and (max-width: 767px) {
  .p-page__content--information table tr td:last-child {
    padding: 0;
  }
}
.p-page__content--information table tr td a {
  color: #ffb310;
  text-decoration: underline;
}
.p-page__content--tos {
  margin-top: 102px;
}
@media screen and (max-width: 767px) {
  .p-page__content--tos {
    margin-top: 60px;
  }
}
.p-page__content--tos h2 {
  font-size: 22px;
  color: #ffae00;
}
.p-page__content--tos h2 + h3 {
  margin-top: 24px;
}
.p-page__content--tos h3 {
  margin: 40px 0 18px;
}
.p-page__content--privacy-policy {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .p-page__content--privacy-policy {
    margin-top: 60px;
  }
}
.p-page__content--privacy-policy h3 {
  margin: 60px 0 18px;
}
@media screen and (max-width: 767px) {
  .p-page__content--privacy-policy h3 {
    margin-top: 40px;
  }
}
.p-page__content--privacy-policy h3:first-of-type {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .p-page__content--privacy-policy h3:first-of-type {
    margin-top: 40px;
  }
}
.p-page__content--privacy-policy a:first-of-type {
  display: inline-block;
  margin-bottom: 42px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-page__content--privacy-policy a:first-of-type {
    margin-bottom: 24px;
  }
}

/* p-form */
.p-form__title {
  margin-bottom: 30px;
  padding: 30px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  background-color: #fff;
}
.p-form__info {
  margin-bottom: 90px;
  padding-top: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-form__info {
    margin-bottom: 40px;
    padding-top: 10px;
  }
}
.p-form__box {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
@media screen and (max-width: 767px) {
  .p-form__box {
    gap: 32px 0;
  }
}
.p-form__agree {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px 0;
  margin: 90px 0 43px;
}
@media screen and (max-width: 767px) {
  .p-form__agree {
    margin: 40px 0;
  }
}
.p-form__agree__title {
  font-size: 23px;
  font-weight: 700;
}
.p-form__agree__text {
  font-size: 15px;
  font-weight: 500;
}
.p-form__agree__text a {
  text-decoration: underline;
}
.p-form__thanks--for-recruit {
  padding-top: 90px;
}
.p-form__thanks--for-recruit p {
  margin-bottom: 90px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-form__thanks--for-recruit p {
    margin-bottom: 50px;
    font-size: 16px;
  }
}
.p-form__thanks--for-recruit p strong {
  font-size: 20px;
}
.p-form__thanks--for-recruit .c-btn {
  margin: 0 auto;
}
.p-form__thanks--apply .p-form__thanks__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
  margin-bottom: 32px;
  padding-top: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__thanks--apply .p-form__thanks__lead {
    margin-bottom: 40px;
    padding-top: 30px;
  }
}
.p-form__thanks--apply .p-form__thanks__lead h2 {
  color: #ff4400;
  font-size: 20px;
}
.p-form__thanks--apply .p-form__thanks__lead p {
  font-size: 15px;
}
.p-form__thanks--apply .p-form__thanks__img {
  margin: 0 auto 20px;
}
@media screen and (max-width: 639px) {
  .p-form__thanks--apply .p-form__thanks__img {
    max-width: 244px;
  }
}
.p-form__thanks--apply .p-form__thanks__info {
  width: fit-content;
  padding: 14px 40px;
  margin: 0 auto 46px;
  background-color: #ffe5aa;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__thanks--apply .p-form__thanks__info {
    margin-bottom: 40px;
    padding: 25px;
    font-size: 16px;
  }
}
.p-form__thanks--apply .p-form__thanks__faq {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__thanks--apply .p-form__thanks__faq {
    text-align: left;
  }
}
.p-form__thanks--apply .p-form__thanks__faq strong {
  color: #ff4400;
}

/* p-archive */
.p-archive__list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-archive__list {
    margin-top: 8px;
  }
}

/* p-single */
.p-single {
  gap: 0 40px;
}
@media screen and (max-width: 1023px) {
  .p-single {
    gap: 60px 0;
  }
}
.p-single__main {
  max-width: 860px;
}
@media screen and (max-width: 1023px) {
  .p-single__main {
    max-width: none;
  }
}
.p-single__head .c-tip {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-single__head .c-tip {
    padding: 0 60px;
  }
}
.p-single__head__title {
  margin-bottom: 40px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .p-single__head__title {
    font-size: 24px;
  }
}
.p-single__head__img {
  position: relative;
}
.p-single__head__img img {
  margin: 0 auto;
  border-radius: 8px;
}
.p-single__body h2 {
  position: relative;
  margin: 32px 0;
  padding-bottom: 6px;
  font-size: 28px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-single__body h2 {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
  }
}
.p-single__body h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ffb310;
  border-radius: 10px;
}
.p-single__body h3 {
  margin: 32px 0;
  padding-left: 26px;
  background-image: url("../img/common/marker_aside-archive.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 10px 12px;
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-single__body h3 {
    font-size: 22px;
  }
}
.p-single__body h4 {
  margin: 32px 0;
  font-size: 20px;
  line-height: 2;
}
.p-single__body p {
  margin: 32px 0;
  font-weight: 500;
  line-height: 1.9;
}
.p-single__body .wp-block-image {
  margin: 32px 0;
}
.p-single__body .wp-block-image img {
  margin: 0 auto;
  border-radius: 8px;
}
.p-single__body ul {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}
.p-single__body ul li {
  position: relative;
  padding-left: 18px;
  font-weight: 500;
}
.p-single__body ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  background-color: #ff6200;
}
.p-single__body a {
  color: #ffb310;
  text-decoration: underline;
}
.p-single .c-btn {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-single .c-btn {
    margin-top: 60px;
  }
}

.p-interview__head {
  margin-bottom: 40px;
}
.p-interview .p-single__head__img {
  margin-bottom: 40px;
}
.p-interview .p-interview__movie {
  position: relative;
  margin-bottom: 40px;
  aspect-ratio: 860/496;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-interview .p-interview__movie {
    aspect-ratio: 375/216;
  }
}
.p-interview .p-interview__movie .video-js {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.p-interview .p-interview__movie video {
  border-radius: 8px;
  object-fit: cover;
}
.p-interview .p-interview__movie .vjs-big-play-button {
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  margin: 0;
  background-image: url("../img/common/i_play_02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
}
.p-interview .p-interview__movie .vjs-big-play-button .vjs-icon-placeholder {
  display: none;
}
.p-interview__title {
  margin-bottom: 8px;
}
.p-interview__description {
  font-weight: 500;
  line-height: 1.9;
}
.p-interview__profile {
  margin-bottom: 40px;
  padding: 30px 40px;
  background-color: #ffae00;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .p-interview__profile {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
.p-interview__profile__title {
  position: relative;
  margin-bottom: 20px;
}
.p-interview__profile__title:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.p-interview__profile__title span {
  position: relative;
  z-index: 1;
  padding-right: 25px;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  background-color: #ffae00;
}
.p-interview__profile__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 639px) {
  .p-interview__profile__list {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
  }
}
.p-interview__profile__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 14px;
}
.p-interview__profile__itemImg {
  width: 98px;
  height: 98px;
}
.p-interview__profile__itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9999px;
}
.p-interview__profile__itemHead {
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 2;
}
.p-interview__profile__itemHead .occupation {
  font-size: 14px;
}
.p-interview__profile__itemHead .name {
  font-size: 20px;
  font-weight: 400;
}
.p-interview__interview {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
.p-interview__interview__title {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 6px;
  font-size: 28px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-interview__interview__title {
    font-size: 24px;
  }
}
.p-interview__interview__title:after {
  content: "";
  position: absolute;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #ffb310;
  border-radius: 9999px;
}
.p-interview__interview__body {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
.p-interview__interview__item {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.p-interview__interview__itemName {
  width: fit-content;
  min-width: 86px;
  height: 29px;
  padding: 4px 15px;
  background-color: #ffb310;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.p-interview__interview__itemName--interviewer {
  background-color: #000;
}
.p-interview__interview__itemText {
  font-weight: 500;
  line-height: 1.9;
}

/* p-home */
.p-home__mv {
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-home__mv {
    position: relative;
  }
}
.p-home__mv__img {
  max-width: 1400px;
  margin: 0 auto;
}
.p-home__mv__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-home__mv .c-slideText {
    position: absolute;
    bottom: 0;
  }
}
.p-home__about {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-home__about {
    padding-top: 30px;
  }
}
.p-home__about:before, .p-home__about:after {
  content: "";
  position: absolute;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 80px;
}
.p-home__about:before {
  background: #fff;
}
.p-home__about:after {
  display: block;
  content: "";
  width: 100%;
  height: 80px;
  background: #fffbef;
  border-radius: 0 0 100px 100px;
}
@media screen and (max-width: 767px) {
  .p-home__about:after {
    border-radius: 0 0 40px 40px;
  }
}
.p-home__about__inner {
  display: flex;
  flex-direction: row;
  gap: 0 72px;
}
@media screen and (max-width: 940px) {
  .p-home__about__inner {
    gap: 0 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__about__inner {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
}
.p-home__about__img {
  width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 940px) {
  .p-home__about__img {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-home__about__img {
    width: 100%;
    margin: 0 auto;
  }
}
.p-home__about__img img {
  border-radius: 8px;
}
.p-home__about__head {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-home__about__head {
    gap: 20px 0;
  }
}
.p-home__about__desc {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .p-home__about__desc {
    margin-bottom: 30px;
  }
}
.p-home__about__lead {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-home__about__lead {
    font-size: 26px;
    line-height: 1.5;
  }
}
.p-home__about__text {
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-home__about .c-btn {
    margin: 0 auto;
  }
}

/* p-about */
.p-about__mv {
  position: relative;
  height: 51vw;
  background-color: #fffbef;
  background-image: url("../img/about/bg_mv.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-about__mv {
    height: 231.4666666667vw;
    padding-top: 10.6666666667vw;
    background-image: url("../img/about/bg_mv_sp.webp");
  }
}
.p-about__mv:after {
  content: "";
  position: absolute;
  top: 9.9285714286vw;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 9.2857142857vw;
  height: 6.2857142857vw;
  background-image: url("../img/about/deco_mv.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-about__mv:after {
    top: 22.4vw;
    left: -7.7333333333vw;
    z-index: 1;
    transform: translateX(0);
    width: 17.8666666667vw;
    height: 12.2666666667vw;
  }
}
.p-about__mv__slider {
  position: absolute;
  top: 4.1428571429vw;
  right: 0;
  width: 50vw;
  height: 42.8571428571vw;
  padding: 0.7142857143vw 0 0.7142857143vw 0.7142857143vw;
  border-radius: 0.5714285714vw 0 0 0.5714285714vw;
  background-image: linear-gradient(to bottom right, #ffae01 0%, #ffec93 100%);
}
@media screen and (max-width: 767px) {
  .p-about__mv__slider {
    position: relative;
    top: auto;
    right: -0.5333333333vw;
    width: 98.9333333333vw;
    height: 83.4666666667vw;
    padding: 1.3333333333vw 0 1.3333333333vw 1.3333333333vw;
    border-radius: 1.0666666667vw 0 0 1.0666666667vw;
  }
}
.p-about__mv__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5714285714vw 0 0 0.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-about__mv__slider .swiper-slide img {
    border-radius: 1.0666666667vw 0 0 1.0666666667vw;
  }
}
.p-about__mv__slider .swiper-pagination {
  bottom: 1.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-about__mv__slider .swiper-pagination {
    bottom: 4.2666666667vw;
  }
}
.p-about__mv__slider .swiper-pagination-bullet {
  width: 0.7142857143vw;
  height: 0.7142857143vw;
  margin: 0 0.5714285714vw !important;
  background-color: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-about__mv__slider .swiper-pagination-bullet {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    margin: 0 1.0666666667vw !important;
  }
}
.p-about__mv__slider .swiper-pagination-bullet-active {
  background-color: #ffae00;
}
.p-about__mv__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  max-width: 85.7142857143vw;
}
@media screen and (max-width: 767px) {
  .p-about__mv__inner {
    max-width: none;
    height: auto;
    padding-top: 10.6666666667vw;
  }
}
.p-about__mv__box {
  position: relative;
  left: 3.5714285714vw;
  display: flex;
  flex-direction: column;
  gap: 2.8571428571vw 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__mv__box {
    left: auto;
    gap: 10.6666666667vw 0;
  }
}
.p-about__mv__title {
  font-size: 4.3571428571vw;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about__mv__title {
    font-size: 10.6666666667vw;
  }
}
.p-about__mv__title small {
  font-size: 3.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-about__mv__title small {
    font-size: 9.3333333333vw;
  }
}
.p-about__mv__title span {
  font-size: 4.9285714286vw;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #ffae00;
}
@media screen and (max-width: 767px) {
  .p-about__mv__title span {
    font-size: 12vw;
  }
}
.p-about__mv__text {
  font-size: 1.1428571429vw;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-about__mv__text {
    font-size: 4.2666666667vw;
    text-align: left;
  }
}
.p-about__movie {
  padding-top: 125px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about__movie {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__movie__inner {
    padding: 0;
  }
}
.p-about__movie__title {
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__movie__title {
    margin-bottom: 32px;
    font-size: 24px;
  }
}
.p-about__movie__body {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1200/522;
}
@media screen and (max-width: 767px) {
  .p-about__movie__body {
    aspect-ratio: 375/163;
  }
}
.p-about__movie__body .video-js {
  width: 100%;
  height: 100%;
}
.p-about__movie__body .vjs-big-play-button {
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  margin: 0;
  background-image: url("../img/common/i_play_02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
}
.p-about__movie__body .vjs-big-play-button .vjs-icon-placeholder {
  display: none;
}

/* p-for-recruit */
.p-for-recruit__mv {
  position: relative;
  height: 54.6428571429vw;
  background-color: #fffbef;
  background-image: url("../img/for-recruit/bg_mv.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-for-recruit__mv {
    height: 231.4666666667vw;
    padding-top: 10.6666666667vw;
    background-image: url("../img/for-recruit/bg_mv_sp.webp");
  }
}
@media screen and (max-width: 767px) {
  .p-for-recruit__mv:after {
    content: "";
    position: absolute;
    top: 3.7333333333vw;
    right: 0;
    z-index: 1;
    width: 17.8666666667vw;
    height: 12.2666666667vw;
    background-image: url("../img/about/deco_mv.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.p-for-recruit__mv__slider {
  position: absolute;
  top: 4.1428571429vw;
  left: 0;
  width: 50vw;
  height: 42.8571428571vw;
  padding: 0.7142857143vw 0.7142857143vw 0.7142857143vw 0;
  border-radius: 0 0.5714285714vw 0.5714285714vw 0;
  background-image: linear-gradient(to bottom right, #ffae01 0%, #ffec93 100%);
}
@media screen and (max-width: 767px) {
  .p-for-recruit__mv__slider {
    position: relative;
    top: auto;
    left: -0.5333333333vw;
    width: 98.9333333333vw;
    height: 83.4666666667vw;
    padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 0;
    border-radius: 0 1.0666666667vw 1.0666666667vw 0;
  }
}
.p-for-recruit__mv__slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1.1428571429vw;
  z-index: 1;
  width: 10.7857142857vw;
  height: 41.4285714286vw;
  background-image: url("../img/for-recruit/deco_mv.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-for-recruit__mv__slider:after {
    left: -2.6666666667vw;
    width: 19.4666666667vw;
    height: 78.6666666667vw;
  }
}
.p-for-recruit__mv__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0.5714285714vw 0.5714285714vw 0;
}
@media screen and (max-width: 767px) {
  .p-for-recruit__mv__slider .swiper-slide img {
    border-radius: 1.0666666667vw 0 0 1.0666666667vw;
  }
}
.p-for-recruit__mv__slider .swiper-pagination {
  bottom: 1.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-for-recruit__mv__slider .swiper-pagination {
    bottom: 4.2666666667vw;
  }
}
.p-for-recruit__mv__slider .swiper-pagination-bullet {
  width: 0.7142857143vw;
  height: 0.7142857143vw;
  margin: 0 0.5714285714vw !important;
  background-color: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-for-recruit__mv__slider .swiper-pagination-bullet {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    margin: 0 1.0666666667vw !important;
  }
}
.p-for-recruit__mv__slider .swiper-pagination-bullet-active {
  background-color: #ffae00;
}
.p-for-recruit__mv__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  max-width: 85.7142857143vw;
}
@media screen and (max-width: 767px) {
  .p-for-recruit__mv__inner {
    justify-content: flex-start;
    max-width: none;
    height: auto;
    padding-top: 10.6666666667vw;
  }
}
.p-for-recruit__mv__box {
  display: flex;
  flex-direction: column;
  width: 37.8571428571vw;
  gap: 2.8571428571vw 0;
}
@media screen and (max-width: 767px) {
  .p-for-recruit__mv__box {
    width: 100%;
    gap: 10.6666666667vw 0;
  }
}
.p-for-recruit__mv__title {
  font-size: 2.9285714286vw;
}
@media screen and (max-width: 767px) {
  .p-for-recruit__mv__title {
    font-size: 8vw;
  }
}
.p-for-recruit__mv__title small {
  font-size: 2.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-for-recruit__mv__title small {
    font-size: 6.1333333333vw;
  }
}
.p-for-recruit__mv__text {
  font-size: 1.1428571429vw;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-for-recruit__mv__text {
    font-size: 4.2666666667vw;
  }
}
.p-for-recruit__msg {
  padding: 150px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-for-recruit__msg {
    padding: 75px 0 60px;
  }
}
.p-for-recruit__msg__imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  margin: 56px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-for-recruit__msg__imgs {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin: 40px 0;
  }
}
.p-for-recruit__msg__img {
  position: relative;
}
.p-for-recruit__msg__img img {
  border-radius: 8px;
}
.p-for-recruit__msg__img .c-tip {
  position: absolute;
  top: -60px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-for-recruit__msg__img .c-tip {
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}
.p-for-recruit__msg__text {
  margin-bottom: 50px;
  font-weight: 500;
  line-height: 1.9;
}
.p-for-recruit__msg__regards {
  font-weight: 700;
  line-height: 1;
  text-align: right;
}

/* p-auth */
.p-auth__box {
  max-width: 493px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
.p-auth__box__head {
  text-align: center;
  min-height: 300px;
  padding: 40px 30px 20px;
}
.p-auth a {
  text-decoration: underline;
}
.p-auth__title {
  margin-bottom: 38px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-auth__title {
    margin-bottom: 28px;
    font-size: 28px;
  }
}
.p-auth__lead {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .p-auth__lead {
    font-size: 18px;
  }
}
.p-auth__lead a {
  color: #d49100;
}
.p-auth__note {
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .p-auth__note {
    font-size: 16px;
  }
}
.p-auth__note--center {
  text-align: center;
}
.p-auth__note a {
  font-weight: 700;
  color: #d49100;
}
.p-auth__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  background-color: #3c3c3c;
  gap: 0 30px;
}
.p-auth__footer li {
  position: relative;
}
.p-auth__footer li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #fff;
}
.p-auth__footer li:last-child:after {
  display: none;
}
.p-auth__footer li a {
  color: #fff;
  text-decoration: underline;
}
.p-auth__home {
  margin-top: 20px;
  text-align: center;
}
.p-auth .um-postmessage {
  font-size: 18px !important;
  color: #000 !important;
}
@media screen and (max-width: 991px) {
  .p-auth .um-postmessage {
    font-size: 16px !important;
  }
}

/* p-mypage */
.p-mypage__title {
  margin-bottom: 30px;
  padding: 30px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  background-color: #fff;
}
.p-mypage__subTitle {
  margin-bottom: 40px;
  border-bottom: 2px solid #ffb310;
  font-size: 24px;
  line-height: 2;
}
.p-mypage__user {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}
.p-mypage__logout {
  font-size: 18px;
  line-height: 1;
}
.p-mypage__action {
  text-align: center;
}
.p-mypage__action a {
  color: #747474;
  text-decoration: underline;
}
.p-mypage .c-searchTitle {
  margin-bottom: 10px;
}
.p-mypage__condition {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-mypage__condition {
    flex-direction: column;
  }
}
.p-mypage__condition dt {
  color: #5a5a5a;
  letter-spacing: 0.1em;
}
.p-mypage__condition dd {
  flex: 1;
  font-weight: 700;
}
.p-mypage__noMatch {
  display: flex;
  flex-direction: column;
  gap: 27px 0;
}
.p-mypage__noMatch__img {
  max-width: 248px;
  width: 100%;
  margin: 0 auto;
}
.p-mypage__noMatch__body {
  text-align: center;
}
.p-mypage__noMatch__body p {
  margin-bottom: 20px;
  font-size: 15px;
}
.p-mypage__noMatch__body a {
  font-size: 15px;
  text-decoration: underline;
}
.p-mypage__formList {
  display: flex;
  flex-direction: column;
  gap: 43px 0;
  margin-bottom: 86px;
}
@media screen and (max-width: 767px) {
  .p-mypage__formList {
    gap: 32px 0;
    margin-bottom: 40px;
  }
}
.p-mypage__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
}
.p-mypage__recruitPrefer__text {
  margin-bottom: 40px;
  font-weight: 700;
  color: #ff6200;
}
.p-mypage--resetPassword .um-field-block {
  color: #000;
}
.p-mypage--delete p {
  color: #000 !important;
}

/* p-history */
.p-history__list {
  display: flex;
  flex-direction: column;
  gap: 37px 0;
}
@media screen and (max-width: 767px) {
  .p-history__list {
    gap: 32px 0;
  }
}
.p-history__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 37px 0;
  padding-bottom: 47px;
  border-bottom: 1px solid #777;
}
@media screen and (max-width: 767px) {
  .p-history__item {
    gap: 24px 0;
    padding-bottom: 32px;
  }
}
.p-history__item:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 22px;
  width: 22px;
  height: 46px;
  transform: translateY(-50%);
  background-image: url("../img/recruit/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-history__item:after {
    top: 56%;
    right: 0;
    width: 11px;
    height: 23px;
  }
}
.p-history__item__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-history__item__head {
    flex-direction: column;
    gap: 18px 0;
  }
}
.p-history__item__headApply {
  font-size: 20px;
  color: #828282;
}
@media screen and (max-width: 767px) {
  .p-history__item__headApply {
    margin-left: auto;
    font-size: 14px;
  }
}
.p-history__item__info {
  display: flex;
  flex-direction: column;
  gap: 18px 0;
  padding: 0 40px 0 22px;
}
@media screen and (max-width: 767px) {
  .p-history__item__info {
    gap: 12px 0;
    padding: 0 20px 0 0;
  }
}
.p-history__item__info li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 6px;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-history__item__info li {
    font-size: 18px;
  }
}

/* p-recruit */
.p-recruit .l-search {
  padding-top: 37px;
}
.p-recruit__box {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-recruit__box {
    padding-top: 20px;
  }
}
.p-recruit__updated {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0 10px;
  margin: 50px 0 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit__updated {
    margin-top: 20px;
    justify-content: center;
    padding-right: 0;
    font-size: 12px;
  }
}
.p-recruit__updated span {
  letter-spacing: 0.1em;
}
.p-recruit__list {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin-bottom: 50px;
}
.p-recruit__pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit__pagination {
    flex-direction: column-reverse;
    gap: 6px 0;
    margin-bottom: 10px;
  }
}
.p-recruit__pagination__first {
  position: relative;
  padding-left: 35px;
  line-height: 2;
}
.p-recruit__pagination__first:before, .p-recruit__pagination__first:after {
  content: "";
  position: absolute;
  top: 54%;
  transform: translateY(-50%) rotate(180deg);
  width: 12px;
  height: 15px;
  background-image: url("../img/nursery/i_list.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-recruit__pagination__first:before {
  left: 0;
}
.p-recruit__pagination__first:after {
  left: 14px;
}
.p-recruit__pagination__main {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 30px;
  height: 60px;
  padding: 0 15px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-recruit__pagination__main {
    gap: 0 40px;
    padding: 0 22px;
  }
}
.p-recruit__pagination__main > a.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.p-recruit__pagination__main > a.prev:before, .p-recruit__pagination__main > a.next:before {
  content: "";
  position: absolute;
  top: 54%;
  width: 12px;
  height: 15px;
  background-image: url("../img/nursery/i_list.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-recruit__pagination__main > a.prev span, .p-recruit__pagination__main > a.next span {
    display: none;
  }
}
.p-recruit__pagination__main > a.prev {
  position: relative;
  padding-left: 26px;
}
@media screen and (max-width: 767px) {
  .p-recruit__pagination__main > a.prev {
    padding-left: 0;
  }
}
.p-recruit__pagination__main > a.prev:before {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.p-recruit__pagination__main > a.next {
  position: relative;
  padding-right: 26px;
}
@media screen and (max-width: 767px) {
  .p-recruit__pagination__main > a.next {
    padding-right: 0;
  }
}
.p-recruit__pagination__main > a.next:before {
  right: 0;
  transform: translateY(-50%);
}
.p-recruit__pagination__main > ul.page-numbers {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit__pagination__main > ul.page-numbers {
    font-size: 16px;
  }
}
.p-recruit__pagination__main > ul.page-numbers li a,
.p-recruit__pagination__main > ul.page-numbers li span:not(.dots) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #ff6200;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit__pagination__main > ul.page-numbers li a,
  .p-recruit__pagination__main > ul.page-numbers li span:not(.dots) {
    width: 30px;
    height: 30px;
    border-radius: 4px;
  }
}
.p-recruit__pagination__main > ul.page-numbers li .dots {
  position: relative;
  margin: 0 10px;
  color: #ff6200;
}
.p-recruit__pagination__main > ul.page-numbers li span.current {
  background-color: #ff6200;
  color: #fff;
}
.p-recruit__count {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 40px;
  font-size: 20px;
  font-weight: 700;
}
.p-recruit__count span {
  font-size: 14px;
}

/* p-nursery */
.p-nursery__base {
  padding: 20px 0 76px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-nursery__base {
    padding-bottom: 57px;
  }
}
.p-nursery__base__inner {
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .p-nursery__base__inner {
    padding: 0 10px;
  }
}
.p-nursery__base__updated {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  color: #bababa;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-nursery__base__updated {
    font-size: 12px;
  }
}
.p-nursery__base .c-recruitTitle {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-nursery__base .c-recruitTitle {
    font-size: 22px;
  }
}
.p-nursery__base .c-recruitTags {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .p-nursery__base .c-recruitTags {
    margin-bottom: 4px;
  }
}
.p-nursery__base__title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-nursery__base__title {
    margin-bottom: 24px;
    font-size: 22px;
  }
}
.p-nursery__base__body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 30px;
}
@media screen and (max-width: 991px) {
  .p-nursery__base__body {
    flex-direction: column;
    gap: 30px 0;
  }
}
.p-nursery__base__sliderWrapper {
  position: relative;
  width: 540px;
}
@media screen and (max-width: 991px) {
  .p-nursery__base__sliderWrapper {
    width: 100%;
  }
}
.p-nursery__base__sliderWrapper .swiper-wrapper {
  height: auto;
}
.p-nursery__base__slider {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .p-nursery__base__slider {
    margin-bottom: 10px;
    padding: 0 10px;
  }
}
.p-nursery__base__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 540/318;
}
.p-nursery__base__sliderArrows {
  position: absolute;
  bottom: 4px;
  width: 100%;
  height: 30px;
}
@media screen and (max-width: 991px) {
  .p-nursery__base__sliderArrows {
    height: 24px;
    top: 27vw;
    z-index: 1;
  }
}
.p-nursery__base__sliderArrows .swiper-button-prev,
.p-nursery__base__sliderArrows .swiper-button-next {
  width: 30px;
  height: 30px;
  background-image: url("../img/recruit/arrow_more.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-nursery__base__sliderArrows .swiper-button-prev,
  .p-nursery__base__sliderArrows .swiper-button-next {
    width: 24px;
    height: 24px;
  }
}
.p-nursery__base__sliderArrows .swiper-button-prev:after,
.p-nursery__base__sliderArrows .swiper-button-next:after {
  display: none;
}
.p-nursery__base__sliderArrows .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 991px) {
  .p-nursery__base__sliderArrows .swiper-button-next {
    right: -5px;
  }
}
.p-nursery__base__sliderArrows .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
  .p-nursery__base__sliderArrows .swiper-button-prev {
    left: -5px;
  }
}
.p-nursery__base__sliderThumb {
  padding: 0 48px;
}
@media screen and (max-width: 991px) {
  .p-nursery__base__sliderThumb {
    padding: 0;
  }
}
.p-nursery__base__sliderThumb .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}
@media screen and (max-width: 991px) {
  .p-nursery__base__sliderThumb .swiper-wrapper {
    gap: 4px;
  }
}
.p-nursery__base__sliderThumb .swiper-slide {
  margin: 0 !important;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0.6;
}
.p-nursery__base__sliderThumb .swiper-slide:hover, .p-nursery__base__sliderThumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.p-nursery__base__sliderThumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 84/50;
}
.p-nursery__base__head {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (max-width: 767px) {
  .p-nursery__base__head {
    gap: 20px 0;
  }
}
.p-nursery__base__head .c-recruitCategory {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-nursery__base__head .c-recruitCategory {
    margin: 0;
  }
}
.p-nursery__base__head .c-recruitBase {
  padding-bottom: 30px;
  border-bottom: 1px solid #ff6200;
}
@media screen and (max-width: 767px) {
  .p-nursery__base__head .c-recruitBase {
    padding-bottom: 20px;
  }
}
.p-nursery__body {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-nursery__body {
    padding-top: 20px;
  }
}
.p-nursery__main {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
  padding: 0 20px 60px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-nursery__main {
    padding: 0 0 60px;
  }
}
.p-nursery__menu {
  position: sticky;
  top: 130px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 -20px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-nursery__menu {
    top: 80px;
  }
}
.p-nursery__menu__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 72px;
  border-bottom: 6px solid #bababa;
  text-align: center;
  cursor: pointer;
}
.p-nursery__menu__item:after {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff6200 transparent transparent transparent;
  border-width: 12px 19px 0px 19px;
}
.p-nursery__menu__item a {
  font-size: 20px;
  font-weight: 700;
  color: #bababa;
}
.p-nursery__menu__item.is-active, .p-nursery__menu__item:hover {
  border-color: #ff6200;
}
.p-nursery__menu__item.is-active:after, .p-nursery__menu__item:hover:after {
  display: block;
}
.p-nursery__menu__item.is-active a, .p-nursery__menu__item:hover a {
  color: #000;
}
.p-nursery .c-recruitStyles {
  position: relative;
  padding-bottom: 26px;
}
.p-nursery__memo {
  margin-bottom: 20px;
}
.p-nursery__memo__text {
  padding: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-nursery__memo__text {
    font-size: 14px;
  }
}
.p-nursery .c-btn {
  margin: 0 auto;
}
.p-nursery__detail__title {
  margin-bottom: 50px;
  border-bottom: 6px solid #ffb310;
  font-size: 28px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-nursery__detail__title {
    margin-bottom: 30px;
    border-bottom-width: 5px;
    font-size: 24px;
  }
}
.p-nursery__detail__list {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  margin-bottom: 30px;
}
.p-nursery__detail__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffb310;
}
@media screen and (max-width: 767px) {
  .p-nursery__detail__item {
    flex-direction: column;
    gap: 20px 0;
    padding-bottom: 20px;
  }
}
.p-nursery__detail__item dt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 22px;
  width: 160px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-nursery__detail__item dt {
    width: 100%;
  }
}
.p-nursery__detail__item dt img {
  width: 30px;
}
.p-nursery__detail__item dd {
  flex: 1;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-nursery__detail__item dd {
    padding-left: 20px;
  }
}
.p-nursery__detail__item dd .recruitList {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.p-nursery__detail__item dd .recruitList li {
  padding-bottom: 4px;
  border-bottom: 1px solid #bababa;
}
.p-nursery__detail__item dd .recruitList li a {
  display: block;
  background-image: url("../img/nursery/i_list.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 12px;
}
.p-nursery__detail__cta {
  position: relative;
  margin-top: 95px;
  padding: 66px 20px 30px;
  background-color: #eeeeee;
}
@media screen and (max-width: 767px) {
  .p-nursery__detail__cta {
    padding-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-nursery__detail__cta .c-tip {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-nursery__detail__cta .c-tip {
    top: -32px;
  }
}
.p-nursery__detail__cta__text {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-nursery__detail__cta__text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
}

.p-nurseryLp {
  color: #4b4b4b;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp .l-inner {
    padding: 0 20px;
  }
}
.p-nurseryLp__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  height: 96px;
  margin: 0 auto 73px;
  padding: 0 88px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__title {
    padding: 0 50px;
    margin-bottom: 40px;
  }
}
.p-nurseryLp__title:before, .p-nurseryLp__title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 71px;
  background-image: url("../img/nursery/bg_title.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__title:before, .p-nurseryLp__title:after {
    width: 33px;
    height: 66px;
  }
}
.p-nurseryLp__title:before {
  left: 0;
}
.p-nurseryLp__title:after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}
.p-nurseryLp__title__ja {
  position: relative;
  z-index: 1;
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__title__ja {
    font-size: 20px;
  }
}
.p-nurseryLp__title__en {
  position: absolute;
  bottom: -48px;
  left: 70%;
  transform: translateX(-50%) rotate(-10deg);
  font-family: "Damion", cursive;
  font-weight: 400;
  font-size: 80px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__title__en {
    bottom: -20px;
    left: 80%;
    font-size: 50px;
  }
}
.p-nurseryLp__title02 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 185px;
  margin-bottom: 80px;
  padding-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__title02 {
    height: 100px;
    margin-bottom: 53px;
    padding-bottom: 10px;
  }
}
.p-nurseryLp__title02__triangle {
  position: absolute;
  left: 50%;
  bottom: -39px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 39px 43px 0px 43px;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__title02__triangle {
    bottom: -20px;
    border-width: 20px 21.5px 0px 21.5px;
  }
}
.p-nurseryLp__title02__en {
  font-family: "Damion", cursive;
  font-weight: 400;
  font-size: 34px;
  color: #ffff68;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__title02__en {
    font-size: 26px;
  }
}
.p-nurseryLp__title02__ja {
  font-size: 34px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__title02__ja {
    font-size: 20px;
  }
}
.p-nurseryLp__mv {
  position: relative;
  width: 100%;
  height: 67.8571428571vw;
  background-image: url("../img/nursery/bg_mv.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv {
    height: 253.3333333333vw;
    background-image: url("../img/nursery/bg_mv_sp.webp");
  }
}
.p-nurseryLp__mv__cloud02 {
  position: absolute;
  top: 9.7857142857vw;
  right: 19.2857142857vw;
  width: 23.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__cloud02 {
    display: none;
  }
}
.p-nurseryLp__mv__cloud01 {
  position: absolute;
  top: 12.3571428571vw;
  left: 15.7857142857vw;
  width: 10.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__cloud01 {
    display: none;
  }
}
.p-nurseryLp__mv__img {
  position: absolute;
}
.p-nurseryLp__mv__img:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-nurseryLp__mv__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 714.2142857143vw;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__img img {
    border-radius: 2666.4vw;
  }
}
.p-nurseryLp__mv__img--left {
  top: 12.1428571429vw;
  left: -2.7857142857vw;
  width: 27.7142857143vw;
  height: 27.7142857143vw;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__img--left {
    top: 47.4666666667vw;
    left: -7.2vw;
    width: 45.3333333333vw;
    height: 45.3333333333vw;
  }
}
.p-nurseryLp__mv__img--left:after {
  width: 27.6428571429vw;
  height: 28.2857142857vw;
  background-image: url("../img/nursery/frame_left-mv.webp");
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__img--left:after {
    width: 45.8666666667vw;
    height: 46.9333333333vw;
  }
}
.p-nurseryLp__mv__img--center {
  top: -1.4285714286vw;
  left: 28.8571428571vw;
  width: 34.2857142857vw;
  height: 34.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__img--center {
    top: 10.1333333333vw;
    left: 28.2666666667vw;
    width: 50.9333333333vw;
    height: 50.9333333333vw;
  }
}
.p-nurseryLp__mv__img--center:after {
  width: 34.6428571429vw;
  height: 35.5vw;
  background-image: url("../img/nursery/frame_center-mv.webp");
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__img--center:after {
    width: 51.4666666667vw;
    height: 52.5333333333vw;
  }
}
.p-nurseryLp__mv__img--right {
  top: 6.8571428571vw;
  right: -6.0714285714vw;
  width: 43.0714285714vw;
  height: 43.0714285714vw;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__img--right {
    top: 60.5333333333vw;
    right: -8vw;
    width: 71.7333333333vw;
    height: 71.7333333333vw;
  }
}
.p-nurseryLp__mv__img--right:after {
  width: 43.5vw;
  height: 44.5714285714vw;
  background-image: url("../img/nursery/frame_right-mv.webp");
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__img--right:after {
    width: 72.8vw;
    height: 74.4vw;
  }
}
.p-nurseryLp__mv__flower01 {
  position: absolute;
  top: 44.2142857143vw;
  left: 3.9285714286vw;
  width: 9.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__flower01 {
    display: none;
  }
}
.p-nurseryLp__mv__flower02 {
  position: absolute;
  z-index: 2;
  top: 53.5vw;
  right: 3.9285714286vw;
  width: 5.7857142857vw;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__flower02 {
    display: none;
  }
}
.p-nurseryLp__mv__lead {
  position: absolute;
  top: 29.6428571429vw;
  left: 50%;
  transform: translateX(-50%);
  width: 77.1428571429vw;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__lead {
    top: 91.7333333333vw;
    flex-direction: column;
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.p-nurseryLp__mv__lead .years {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 17.1428571429vw;
  height: 17.1428571429vw;
  border-radius: 9999px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.4);
  background-image: url("../img/nursery/bg_label_mv.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 0px -2px 0 #fff, 0px 2px 0 #fff;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__lead .years {
    position: relative;
    left: auto;
    width: 40vw;
    height: 40vw;
  }
}
.p-nurseryLp__mv__lead .years p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2.1428571429vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__lead .years p {
    font-size: 4.2666666667vw;
  }
}
.p-nurseryLp__mv__lead .years p > span {
  font-size: 6.4285714286vw;
  font-weight: 900;
  color: #ff6200;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__lead .years p > span {
    font-size: 16vw;
  }
}
.p-nurseryLp__mv__lead .years p > span span {
  position: relative;
  top: -0.1428571429vw;
  right: 0.7142857143vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__lead .years p > span span {
    top: -0.5333333333vw;
    right: 1.3333333333vw;
    font-size: 8vw;
  }
}
.p-nurseryLp__mv__lead .copy {
  flex: 1;
  position: relative;
  left: -1.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__lead .copy {
    display: flex;
    flex-direction: column;
    gap: 3.7333333333vw 0;
    left: auto;
    margin-top: -2.6666666667vw;
  }
}
.p-nurseryLp__mv__lead .copy__tags {
  display: flex;
  flex-direction: row;
  gap: 0 0.7142857143vw;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__lead .copy__tags {
    gap: 0 1.8666666667vw;
  }
}
.p-nurseryLp__mv__lead .copy__tags li {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: fit-content;
  height: 3.2857142857vw;
  padding: 0 2.1428571429vw;
  border-radius: 9999px;
  font-size: 1.2142857143vw;
  font-weight: 700;
  line-height: 1;
  color: #e75297;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__lead .copy__tags li {
    height: 8.8vw;
    padding: 0 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.p-nurseryLp__mv__lead .copy__tags li:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.9285714286vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 1vw 0.9285714286vw 0px 0.9285714286vw;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__lead .copy__tags li:after {
    bottom: -3.4666666667vw;
    border-width: 3.7333333333vw 3.4666666667vw 0px 3.4666666667vw;
  }
}
.p-nurseryLp__mv__lead .copy__title {
  font-size: 4.2857142857vw;
  line-height: 1.3;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 0px 4px 4px rgba(0, 0, 0, 0.2), 0px 4px 4px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__lead .copy__title {
    font-size: 8.8vw;
    line-height: 1.4;
    white-space: unset;
  }
}
.p-nurseryLp__mv__lead .copy__bonus {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 0.7857142857vw;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__lead .copy__bonus {
    flex-direction: column;
  }
}
.p-nurseryLp__mv__lead .copy__bonus__title {
  display: flex;
  flex-direction: column;
  padding-left: 7.2857142857vw;
  background-image: url("../img/nursery/deco_mv.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 6.4285714286vw 2vw;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__lead .copy__bonus__title {
    flex-direction: row;
    padding-left: 14.1333333333vw;
    background-size: 12.5333333333vw 3.7333333333vw;
  }
}
.p-nurseryLp__mv__lead .copy__bonus__title span {
  font-size: 1.1428571429vw;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__lead .copy__bonus__title span {
    font-size: 4.2666666667vw;
  }
}
.p-nurseryLp__mv__lead .copy__bonus__title span:first-child {
  color: #47c2d1;
}
.p-nurseryLp__mv__lead .copy__bonus__title span:last-child {
  color: #fc8786;
}
.p-nurseryLp__mv__lead .copy__bonus__body {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 0.8571428571vw;
  font-size: 2.1428571429vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__lead .copy__bonus__body {
    gap: 0 2.6666666667vw;
    font-size: 7.4666666667vw;
  }
}
.p-nurseryLp__mv__lead .copy__bonus__body span:first-child {
  color: #fff;
  text-shadow: -1px -1px 0 #e75297, 1px -1px 0 #e75297, -1px 1px 0 #e75297, 1px 1px 0 #e75297, -1px 0px 0 #e75297, 1px 0px 0 #e75297, 0px 4px 4px rgba(0, 0, 0, 0.2), 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.p-nurseryLp__mv__lead .copy__bonus__body span:last-child {
  color: #e75297;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 0px 4px 4px rgba(0, 0, 0, 0.2), 0px 4px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__lead .copy__bonus__body span:last-child {
    font-size: 5.3333333333vw;
  }
}
.p-nurseryLp__mv__lead .copy__bonus__body span:last-child strong {
  font-family: "Oswald", sans-serif;
  font-size: 4.2857142857vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__mv__lead .copy__bonus__body span:last-child strong {
    font-size: 13.3333333333vw;
  }
}
.p-nurseryLp__menu {
  position: relative;
  top: -15.2857142857vw;
  z-index: 1;
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: 6.4285714286vw;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__menu {
    margin: 0 auto;
    top: -45.3333333333vw;
    height: 22.4vw;
  }
}
.p-nurseryLp__menu li {
  position: relative;
  height: 100%;
}
.p-nurseryLp__menu li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 2.1428571429vw;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__menu li:after {
    height: 12.2666666667vw;
  }
}
.p-nurseryLp__menu li:last-child:after {
  display: none;
}
.p-nurseryLp__menu li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fff;
  padding: 0 3.8571428571vw;
  font-size: 1.4285714286vw;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__menu li a {
    padding: 0 5.0666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
  }
}
.p-nurseryLp__menu li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.1428571429vw;
  transform: translateX(-50%);
  width: 2.2857142857vw;
  height: 2.2857142857vw;
  background-image: url("../img/nursery/i_tab.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__menu li a:after {
    bottom: -4.2666666667vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.p-nurseryLp__philosophy {
  position: relative;
  margin-top: -13.4285714286vw;
  padding-bottom: 119px;
  background-color: #e2f2ff;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__philosophy {
    margin-top: -34.6666666667vw;
    padding-bottom: 70px;
  }
}
.p-nurseryLp__philosophy:before {
  content: "";
  position: absolute;
  top: -7.1428571429vw;
  left: 0;
  width: 100%;
  height: 45vw;
  background-image: url("../img/nursery/bg_circle_philosophy.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__philosophy:before {
    top: -26.6666666667vw;
    height: 68.5333333333vw;
    background-image: url("../img/nursery/bg_circle_philosophy_sp.svg");
  }
}
.p-nurseryLp__philosophy__box {
  position: relative;
  padding-top: 120px;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  background-image: url("../img/nursery/bg_dot_philosophy.svg");
  background-repeat: no-repeat;
  background-position: center calc(100% - 43px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__philosophy__box {
    padding-top: 54px;
    background-image: url("../img/nursery/bg_dot_philosophy_sp.svg");
    background-position: center bottom;
    background-size: contain;
  }
}
.p-nurseryLp__philosophy__title {
  position: relative;
  z-index: 1;
  margin-bottom: 52px;
  font-size: 26px;
  line-height: 1.4;
  color: #ff5a4d;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 0px 4px 4px rgba(0, 0, 0, 0.2), 0px 4px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__philosophy__title {
    margin-bottom: 22px;
    font-size: 20px;
  }
}
.p-nurseryLp__philosophy__title:before {
  content: "";
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  width: 463px;
  height: 129px;
  background-image: url("../img/nursery/bg_title_philosophy.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__philosophy__title:before {
    top: -43px;
    width: 262px;
    height: 83px;
  }
}
.p-nurseryLp__philosophy__title span {
  position: relative;
}
.p-nurseryLp__philosophy__copy {
  margin-bottom: 23px;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__philosophy__copy {
    margin-bottom: 13px;
    font-size: 20px;
  }
}
.p-nurseryLp__philosophy__text {
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__philosophy__text {
    margin-bottom: 49px;
    padding: 0 38px;
    font-size: 14px;
  }
}
.p-nurseryLp__philosophy__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 290px;
  height: 70px;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #9b5000;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__philosophy__btn {
    max-width: 335px;
    height: 51px;
  }
}
.p-nurseryLp__feature {
  position: relative;
  padding: 80px 0;
  background-color: #ffec93;
  background-image: url("../img/nursery/bg_feature_02.webp");
  background-repeat: repeat;
  background-position: left top;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__feature {
    padding-top: 70px;
    background-image: url("../img/nursery/bg_feature_02_sp.webp");
  }
}
.p-nurseryLp__feature:before {
  content: "";
  position: absolute;
  top: -3.8571428571vw;
  left: 0;
  width: 100%;
  height: 7.8571428571vw;
  background-image: url("../img/nursery/bg_feature.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.p-nurseryLp__feature .p-nurseryLp__title {
  margin-bottom: 129px;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__feature .p-nurseryLp__title {
    margin-bottom: 113px;
  }
}
.p-nurseryLp__feature__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 89px 78px;
  max-width: 858px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .p-nurseryLp__feature__list {
    flex-direction: column;
  }
}
.p-nurseryLp__feature__item {
  position: relative;
  background-color: #ffd884;
  border-radius: 20px;
  width: 390px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .p-nurseryLp__feature__item {
    max-width: 290px;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .p-nurseryLp__feature__item {
    margin: 0 0 0 auto;
  }
}
.p-nurseryLp__feature__item .label {
  position: absolute;
  top: -90px;
  left: -70px;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .p-nurseryLp__feature__item .label {
    top: -80px;
    left: -49px;
    width: 93px;
  }
}
.p-nurseryLp__feature__item .label span {
  position: absolute;
  top: 17px;
  left: 31px;
  font-family: "Damion", cursive;
  font-weight: 400;
  font-size: 80px;
  line-height: 1.4;
  letter-spacing: -0.05em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .p-nurseryLp__feature__item .label span {
    top: 10px;
    left: 22px;
    font-size: 60px;
  }
}
.p-nurseryLp__feature__item .img {
  position: relative;
  top: -39px;
  right: 30px;
  box-shadow: 20px 20px 14px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 639px) {
  .p-nurseryLp__feature__item .img {
    top: -49px;
    right: 27px;
  }
}
.p-nurseryLp__feature__item .body {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin-top: -20px;
  padding: 0 42px 30px;
}
@media screen and (max-width: 639px) {
  .p-nurseryLp__feature__item .body {
    margin-top: -28px;
    padding: 0 20px 26px;
  }
}
.p-nurseryLp__feature__item .body__title {
  font-size: 20px;
}
@media screen and (max-width: 639px) {
  .p-nurseryLp__feature__item .body__title {
    font-size: 16px;
  }
}
.p-nurseryLp__feature__item .body__text {
  font-size: 14px;
}
.p-nurseryLp__data {
  position: relative;
  padding: 88px 0 99px;
  background: #ffecf1;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__data {
    padding: 60px 0 88px;
  }
}
.p-nurseryLp__data:before {
  content: "";
  position: absolute;
  top: -3.8571428571vw;
  left: 0;
  width: 100%;
  height: 7.8571428571vw;
  background-image: url("../img/nursery/bg_data.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.p-nurseryLp__data__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
}
.p-nurseryLp__data__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 430px;
  height: 320px;
  padding: 30px 42px 40px;
  background-color: #fff;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 639px) {
  .p-nurseryLp__data__item {
    margin: 0 auto;
    max-width: 430px;
    width: 100%;
  }
}
.p-nurseryLp__data__item .dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 28px);
  height: 16px;
}
.p-nurseryLp__data__item .dot:before, .p-nurseryLp__data__item .dot:after {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  background-color: #ffc3d4;
}
.p-nurseryLp__data__item .dot:before {
  left: 0;
}
.p-nurseryLp__data__item .dot:after {
  right: 0;
}
.p-nurseryLp__data__item .dot--top {
  top: 14px;
}
.p-nurseryLp__data__item .dot--btm {
  bottom: 14px;
}
.p-nurseryLp__data__item .title {
  font-size: 22px;
  text-align: center;
}
.p-nurseryLp__data__item .numWrapper {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.p-nurseryLp__data__item .num {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-family: "Oswald", sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
  color: #e75297;
}
.p-nurseryLp__data__item .num--sm {
  font-size: 80px;
}
.p-nurseryLp__data__item .num--lg {
  font-size: 110px;
}
.p-nurseryLp__data__item .num__unit {
  font-size: 50px;
  font-weight: 700;
}
.p-nurseryLp__data__item .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
.p-nurseryLp__data__item--foundation {
  background-image: url("../img/nursery/i_foundation.svg");
  background-position: calc(100% - 32px) 56px;
  background-size: 167px 152px;
}
.p-nurseryLp__data__item--pto {
  background-image: url("../img/nursery/i_pto.svg");
  background-position: calc(100% - 22px) 88px;
  background-size: 189px 180px;
}
.p-nurseryLp__data__item--holiday {
  background-image: url("../img/nursery/i_per-year-holiday.svg");
  background-position: calc(100% - 34px) 56px;
  background-size: 164px;
}
.p-nurseryLp__data__item--genderRatio {
  background-image: url("../img/nursery/i_gender.svg");
  background-position: calc(100% - 42px) 83px;
  background-size: 148px 153px;
}
.p-nurseryLp__data__item--genderRatio .num__unit:first-of-type {
  font-size: 32px;
}
.p-nurseryLp__data__item--genderRatio .num__unit:last-of-type {
  font-size: 40px;
}
.p-nurseryLp__data__item--employees {
  background-image: url("../img/nursery/i_employees.svg");
  background-position: calc(100% - 31px) 72px;
  background-size: 198px 193px;
}
.p-nurseryLp__data__item--overtimeHours {
  background-image: url("../img/nursery/i_overtime-hours.svg");
  background-position: calc(100% - 39px) 35px;
  background-size: 168px 191px;
}
.p-nurseryLp__data__item--overtimeHours .num__unit:first-of-type {
  font-size: 32px;
}
.p-nurseryLp__data__item--overtimeHours .num__unit:last-of-type {
  font-size: 26px;
}
.p-nurseryLp__benefits {
  padding: 55px 0 104px;
  background-color: #ffc3d4;
  background-image: url("../img/nursery/bg_benefits.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__benefits {
    padding: 40px 0 88px;
    background-image: url("../img/nursery/bg_benefits_sp.webp");
  }
}
.p-nurseryLp__benefits__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px 12px;
}
@media screen and (max-width: 639px) {
  .p-nurseryLp__benefits__list {
    flex-direction: column;
    justify-content: flex-start;
    gap: 38px 0;
  }
}
.p-nurseryLp__benefits__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  width: 190px;
  padding: 20px 10px 58px;
  background-color: #fff;
  border-radius: 30px 0 30px 0;
}
@media screen and (max-width: 639px) {
  .p-nurseryLp__benefits__item {
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    padding: 18px 20px 28px;
  }
}
.p-nurseryLp__benefits__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  border-radius: 30px 0 0 0;
}
@media screen and (max-width: 639px) {
  .p-nurseryLp__benefits__item:before {
    height: 50px;
  }
}
.p-nurseryLp__benefits__item:after {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 51px;
  height: 51px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-nurseryLp__benefits__item .title {
  position: relative;
  z-index: 1;
  padding: 11px 0;
  min-height: 80px;
  font-size: 24px;
  line-height: 1.2;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 0px -2px 0 #fff, 0px 2px 0 #fff;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .p-nurseryLp__benefits__item .title {
    padding: 15px 0;
    min-height: 60px;
  }
}
.p-nurseryLp__benefits__item .text {
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  background-size: 8px 100%, 100% 2.5em;
  line-height: 2.5;
  padding-bottom: 1px;
}
.p-nurseryLp__benefits__item:nth-child(odd):before {
  background-color: #18c2dc;
}
.p-nurseryLp__benefits__item:nth-child(odd):after {
  background-image: url("../img/nursery/i_benefits_odd.svg");
}
.p-nurseryLp__benefits__item:nth-child(odd) .title {
  color: #18c2dc;
}
.p-nurseryLp__benefits__item:nth-child(odd) .text {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 0%, #fff 100%), linear-gradient(180deg, #18c2dc 1px, transparent 1px);
}
.p-nurseryLp__benefits__item:nth-child(even):before {
  background-color: #ff6200;
}
.p-nurseryLp__benefits__item:nth-child(even):after {
  background-image: url("../img/nursery/i_benefits_even.svg");
}
.p-nurseryLp__benefits__item:nth-child(even) .title {
  color: #ff6200;
}
.p-nurseryLp__benefits__item:nth-child(even) .text {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 0%, #fff 100%), linear-gradient(180deg, #ff6200 1px, transparent 1px);
}
.p-nurseryLp__interview {
  padding-bottom: 99px;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__interview {
    padding-bottom: 88px;
  }
}
.p-nurseryLp__interview__title {
  background-color: #45b57d;
}
.p-nurseryLp__interview__title:before, .p-nurseryLp__interview__title:after {
  content: "";
  position: absolute;
  top: -49px;
  background-image: url("../img/nursery/bg_title_interview.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 235px;
  height: 79px;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__interview__title:before, .p-nurseryLp__interview__title:after {
    top: -31px;
    width: 128px;
    height: 43px;
  }
}
.p-nurseryLp__interview__title:before {
  left: 0;
}
.p-nurseryLp__interview__title:after {
  right: 0;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__interview__title:after {
    display: none;
  }
}
.p-nurseryLp__interview__title .p-nurseryLp__title02__triangle {
  border-top-color: #45b57d;
}
.p-nurseryLp__interview__list {
  max-width: 880px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin: 0 auto;
}
.p-nurseryLp__interview__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 28px;
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 639px) {
  .p-nurseryLp__interview__item {
    flex-direction: column;
    gap: 15px 0;
    align-items: flex-start;
    padding: 20px 15px 30px;
  }
}
@media screen and (max-width: 639px) {
  .p-nurseryLp__interview__itemHead {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 10px;
  }
}
.p-nurseryLp__interview__itemImg {
  width: 134px;
}
@media screen and (max-width: 639px) {
  .p-nurseryLp__interview__itemImg {
    width: 80px;
  }
}
.p-nurseryLp__interview__itemBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.p-nurseryLp__interview__itemBody .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .p-nurseryLp__interview__itemBody .title {
    display: none;
  }
}
.p-nurseryLp__interview__itemBody .title__name {
  font-size: 22px;
}
@media screen and (max-width: 639px) {
  .p-nurseryLp__interview__itemBody .title__name {
    font-size: 18px;
  }
}
.p-nurseryLp__interview__itemBody .title__occupation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 33px;
  padding: 0 20px;
  background-color: #ffae00;
  border-radius: 9999px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .p-nurseryLp__interview__itemBody .title__occupation {
    height: 30px;
    font-size: 14px;
  }
}
.p-nurseryLp__interview__itemBody--sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .p-nurseryLp__interview__itemBody--sp {
    display: block;
  }
}
.p-nurseryLp__interview__itemBody--sp .title {
  display: block !important;
}
.p-nurseryLp__movie {
  position: relative;
}
.p-nurseryLp__movie__title {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: fit-content;
  padding: 0 114px;
  font-family: "Damion", cursive;
  font-weight: 400;
  text-shadow: -4px -4px 0 #fff, 4px -4px 0 #fff, -4px 4px 0 #fff, 4px 4px 0 #fff, -4px 0px 0 #fff, 4px 0px 0 #fff, 0px -4px 0 #fff, 0px 4px 0 #fff;
  font-size: 104px;
  line-height: 1;
  color: #ff6200;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__movie__title {
    top: -34px;
    padding: 0 100px;
    font-size: 50px;
  }
}
.p-nurseryLp__movie__title:before, .p-nurseryLp__movie__title:after {
  content: "";
  position: absolute;
  top: 66%;
  transform: translateY(-50%);
  background-image: url("../img/nursery/bg_title_movie.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 91px;
  height: 29px;
}
.p-nurseryLp__movie__title:before {
  left: 0;
}
.p-nurseryLp__movie__title:after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}
.p-nurseryLp__movie__box {
  position: relative;
  cursor: pointer;
}
.p-nurseryLp__movie__box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.p-nurseryLp__movie__box picture img {
  width: 100%;
}
.p-nurseryLp__movie__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__movie__play {
    width: 62px;
  }
}
.p-nurseryLp__movie__modal {
  display: none;
}
.p-nurseryLp__movie__modalBody {
  position: fixed;
  z-index: 200;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px 0;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__movie__modalBody {
    width: 90%;
  }
}
.p-nurseryLp__movie__modalBody .video-js {
  width: 100%;
}
.p-nurseryLp__movie__modalClose {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__movie__modalClose {
    width: 40px;
  }
}
.p-nurseryLp__movie__modalOverlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.p-nurseryLp__recruit {
  position: relative;
  padding: 80px 0 98px;
  background-color: #fffbef;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__recruit {
    padding: 60px 0 88px;
  }
}
.p-nurseryLp__recruit:before {
  content: "";
  position: absolute;
  top: -3.8571428571vw;
  left: 0;
  width: 100%;
  height: 7.8571428571vw;
  background-image: url("../img/nursery/bg_recruit.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__recruit:before {
    top: -5.8666666667vw;
    height: 11.7333333333vw;
    background-image: url("../img/nursery/bg_recruit_sp.svg");
  }
}
.p-nurseryLp__recruit__box {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__recruit__box .c-recruitCard {
    margin: 0 -20px;
  }
}
.p-nurseryLp__msg {
  padding-bottom: 84px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__msg {
    padding-bottom: 60px;
  }
}
.p-nurseryLp__msg__title {
  background-color: #ffb784;
}
.p-nurseryLp__msg__title:before, .p-nurseryLp__msg__title:after {
  content: "";
  position: absolute;
  top: -110px;
  background-image: url("../img/nursery/bg_title_msg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 364px;
  height: 295px;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__msg__title:before, .p-nurseryLp__msg__title:after {
    display: none;
  }
}
.p-nurseryLp__msg__title:before {
  left: 0;
}
.p-nurseryLp__msg__title:after {
  right: 0;
  transform: scaleX(-1);
}
.p-nurseryLp__msg__title .p-nurseryLp__title02__triangle {
  border-top-color: #ffb784;
}
.p-nurseryLp__msg__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 50px;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__msg__box {
    flex-direction: column;
    gap: 20px 0;
    padding: 30px;
  }
}
.p-nurseryLp__msg__boxMedia {
  position: relative;
  width: 312px;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__msg__boxMedia {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-nurseryLp__msg__boxMedia img {
  width: 100%;
  border-radius: 9999px;
}
.p-nurseryLp__msg__boxMedia .position {
  position: relative;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  background-color: #ffae00;
  padding: 20px 40px;
  border-radius: 9999px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
.p-nurseryLp__msg__boxMedia .position__detail {
  font-size: 18px;
}
.p-nurseryLp__msg__boxMedia .position__name {
  font-size: 26px;
}
.p-nurseryLp__msg__boxBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.p-nurseryLp__msg__boxBody .title {
  font-size: 22px;
}
.p-nurseryLp__msg__boxBody .text {
  font-weight: 500;
  line-height: 1.8;
}
.p-nurseryLp__info {
  padding: 45px 0 75px;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-nurseryLp__info {
    padding-bottom: 60px;
  }
}
.p-nurseryLp__info__inner {
  max-width: 820px;
}/*# sourceMappingURL=style.css.map */