@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and ( max-width: 768px ) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
}

.inner {
  max-width: 880px;
  margin: 0 auto;
  width: 95%;
}

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

a:hover {
  opacity: 0.7;
}

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

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

.head {
  text-align: center;
}

.head-main {
  padding: 1.5rem 0;
  font-size: 3.2rem;
}
@media screen and ( max-width: 768px ) {
  .head-main {
    font-size: 2rem;
  }
}

.head-sub {
  padding: 0.8rem 0;
  font-size: 4rem;
  font-weight: 700;
  background: #f54479;
  color: #fff;
}
@media screen and ( max-width: 768px ) {
  .head-sub {
    font-size: 2.4rem;
  }
}

.ttl {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #f54479;
  border-radius: 80px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px #f54479;
          box-shadow: 0px 0px 6px 0px #f54479;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 6.4rem;
  margin-bottom: 3.9rem;
}
@media screen and ( max-width: 768px ) {
  .ttl {
    font-size: 3.4rem;
    padding: 0 4rem;
  }
}

.mv {
  position: relative;
}

.mv-btn {
  position: absolute;
  left: 58.5%;
  bottom: 11.5%;
  width: 36.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 600px) {
  .mv-btn {
    width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mv-btn a {
  width: 100%;
  display: block;
}

.foot-btn {
  position: fixed;
  bottom: 0%;
  width: 100%;
  display: none;
  background: rgba(255, 215, 8, 0.8);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.foot-btn a {
  width: 240px;
  max-width: 50%;
  display: inline-block;
  padding: 8px;
}

.container {
  padding: 7.9rem 0;
}

.schedule-list {
  margin-bottom: 6.2rem;
}

.schedule-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 24px;
  border: 5px solid #f54479;
  background: #fff;
  overflow: hidden;
}
.schedule-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and ( max-width: 768px ) {
  .schedule-item:nth-child(even) .schedule-item__img {
    border-radius: 0 18px 18px 0;
  }
}
.schedule-item + .schedule-item {
  margin-top: 6.2rem;
}

.schedule-desc {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}
@media screen and ( max-width: 768px ) {
  .schedule-desc {
    font-size: 16px;
  }
}

.schedule-item__text {
  padding: 2.3rem 0 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and ( max-width: 768px ) {
  .schedule-item__text {
    padding: 1rem 0;
  }
}
.schedule-item__text p,
.schedule-item__text h3 {
  padding: 0 6.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and ( max-width: 768px ) {
  .schedule-item__text p,
  .schedule-item__text h3 {
    padding: 0 5%;
  }
}
.schedule-item__text h3 {
  background-color: #f54479;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 5.3rem;
  margin-bottom: 2.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and ( max-width: 768px ) {
  .schedule-item__text h3 {
    font-size: 2.2rem;
    line-height: 2;
    margin-bottom: 1rem;
  }
}

.schedule-item__text-desc {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and ( max-width: 768px ) {
  .schedule-item__text-desc {
    font-size: 14px;
  }
}

.schedule-item__img {
  width: 45.46%;
}
.schedule-item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and ( max-width: 768px ) {
  .schedule-item__img {
    border-radius: 18px 0 0 18px;
    overflow: hidden;
    width: 38.46%;
  }
}

.schedule-item__time {
  font-size: 4.8rem;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  margin-bottom: 2rem;
}
@media screen and ( max-width: 768px ) {
  .schedule-item__time {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.schedule {
  background: #fef0f3;
}

.schedule-desc2 {
  width: 85%;
  margin: 0 auto;
  line-height: 2;
}
@media screen and ( max-width: 768px ) {
  .schedule-desc2 {
    width: 95%;
  }
}

.voice__item {
  border-radius: 24px;
  border: 2px solid #f54479;
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 1.3rem 5.9rem 2rem;
}
@media screen and ( max-width: 768px ) {
  .voice__item {
    padding: 1.3rem 5% 2rem;
  }
}
.voice__item + .voice__item {
  margin-top: 3.2rem;
}

.voice__item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 1.9rem;
}
.voice__item-head h3 {
  color: #f54479;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 140%;
  padding-top: 1.7rem;
}
@media screen and ( max-width: 768px ) {
  .voice__item-head h3 {
    font-size: 2.4rem;
    line-height: 160%;
  }
}

.voice__item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ( max-width: 768px ) {
  .voice__item-img {
    width: 120px;
  }
}
.voice__item-img img {
  width: 101px;
  margin-bottom: 1.5rem;
}
.voice__item-img p {
  border-radius: 18.5px;
  background: #f54479;
  color: #fff;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0.8rem 2.5rem;
}
@media screen and ( max-width: 768px ) {
  .voice__item-img p {
    padding: 0.8rem 0.8rem;
    border-radius: 4.5px;
    font-size: 11px;
    line-height: 1.2;
  }
}

.voice__item-text p {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 200% */
}

.recruit {
  background: #fef0f3;
}

.recruit__table {
  border: 1px solid #f54479;
}
.recruit__table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.recruit__table dl:not(:first-of-type) dt {
  border-top: 1px solid #fff;
}
.recruit__table dl:not(:first-of-type) dd {
  border-top: 1px solid #f54479;
}
.recruit__table dl dt {
  width: 20%;
  text-align: center;
  color: #fff;
  background-color: #f54479;
  padding: 2rem 0;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media screen and ( max-width: 768px ) {
  .recruit__table dl dt {
    width: 22%;
  }
}
.recruit__table dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding: 2rem 0;
  background: #fff;
  padding-left: 2rem;
  padding-right: 16%;
}
@media screen and ( max-width: 768px ) {
  .recruit__table dl dd {
    padding-right: 2rem;
  }
}

.map-text {
  margin-bottom: 4rem;
}
.map-text h3 {
  color: #000;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 1rem;
}
.map-text p {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
}

.map__iframe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
.map__iframe iframe {
  aspect-ratio: 800/439;
  width: 100%;
  height: auto;
}

.contact {
  background: #fef0f3;
}

#agree_check {
  margin-top: 6rem !important;
}

#agree_check input[type=checkbox] {
  /* デフォルトのチェックボックスを非表示 */
  opacity: 0;
  position: absolute;
}

#agree_check label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
}

/* ここを修正：labelの疑似要素ではなく、spanの疑似要素を使用 */
#agree_check input[type=checkbox]:checked + span::before {
  border-color: #0066ff;
}

#agree_check input[type=checkbox]:checked + span::after {
  /* チェック時のスタイル */
  content: "";
  position: absolute;
  left: 3px;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7.5px;
  height: 7.5px;
  background: #0066ff;
  border-radius: 50%;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* spanに対する疑似要素の基本スタイル */
#agree_check span {
  position: relative;
  padding-left: 25px;
}

#agree_check span::before {
  /* 外側の円 */
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border: 1px solid #777;
  border-radius: 50%;
  background: #fff;
}

#mail_form {
  padding: 5.8rem 4.8rem;
}
#mail_form dl {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and ( max-width: 768px ) {
  #mail_form {
    padding: 3rem 5%;
  }
}
#mail_form dl + dl {
  margin-top: 1.5rem;
}
#mail_form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
#mail_form select {
  width: 100%;
  border: none !important;
}

form#mail_form ul li label {
  padding: 0;
  margin-top: 0;
  background-color: #fff;
}

footer {
  padding: 3.9rem 0 3.7rem;
  background: #f54479;
}

.footer__logo {
  width: 216px;
  margin: 0 auto;
  margin-bottom: 4.7rem;
}

.footer__text {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 1.4px;
  margin-bottom: 4rem;
}

.footer__copy {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Noto Sans JP";
  color: #fff;
}/*# sourceMappingURL=style.css.map */