@charset "UTF-8";
/* --------------------------------
sec01
----------------------------------- */
.sec01 {
  padding-top: 8.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .sec01 {
    padding-top: 6.2rem;
  }
}

.sec01-title {
  text-transform: uppercase;
}

.about-text {
  font-size: 5.6rem;
  font-weight: 400;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho", "Noto Serif JP", "Source Han Serif JP", serif;
  text-align: center;
  margin-block: 6rem;
}
@media (max-width: 767px) {
  .about-text {
    position: absolute;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    z-index: 1;
    margin-block: 0;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.12em;
    left: 2rem;
    margin-top: 5rem;
  }
}
.about-text span {
  display: block;
}

.about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .about-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about-box .about-img {
  width: 50%;
  height: auto;
}
@media (max-width: 767px) {
  .about-box .about-img {
    width: 53rem;
    margin-right: 0;
    margin-left: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.about-box-title h3 {
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  text-align: center;
  color: #000;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  text-transform: uppercase;
}

.about-box-text {
  background-color: #f0f0f0;
  position: relative;
  padding-top: 4rem;
}
.about-box-text::before {
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-box-text {
    padding: 5rem;
  }
}

.about-box-text01,
.about-box-text02 {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Zen Kaku Gothic New", "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  padding-inline: 4.8rem 9.4rem;
  line-height: 2;
  margin-top: 2rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .about-box-text01,
  .about-box-text02 {
    padding-inline: 0rem;
    font-size: 3.2rem;
  }
}

.font-bold {
  font-weight: bold;
}

/* --------------------------------
sec02
----------------------------------- */
.sec02 {
  padding-block: 12rem 13rem;
  padding-inline: 3rem;
}
@media (max-width: 767px) {
  .sec02 {
    padding-block: 8rem 6rem;
  }
}

.sec02-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 6.2rem;
}
@media (max-width: 767px) {
  .sec02-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    gap: 5.2rem;
  }
}

.sec02-img {
  width: 50%;
  height: 70rem;
  position: relative;
}
@media (max-width: 767px) {
  .sec02-img {
    width: 49.7rem;
    height: 55rem;
  }
}
.sec02-img::after {
  content: "";
  background-image: url("../../img/pc-a02.webp ");
  position: absolute;
  top: 0;
  right: 0;
  width: 88rem;
  height: 70rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .sec02-img::after {
    width: 52.7rem;
    background-position: top;
    background-image: url("../../img/sp-a02.webp ");
  }
}

.sec02-box-text {
  width: calc(50% + 10.7rem);
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .sec02-box-text {
    width: 100%;
    display: contents;
    margin-top: 0;
  }
}

.sec02-text {
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.1290322581;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho", "Noto Serif JP", "Source Han Serif JP", serif;
  text-align: center;
  margin-block: 5rem;
}

.sec02-text01 {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho", "Noto Serif JP", "Source Han Serif JP", serif;
  line-height: 1.8;
  margin-block: 3.8rem 4.2rem;
}
@media (max-width: 767px) {
  .sec02-text01 {
    padding-right: 16.8rem;
    margin: 0;
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  .sec02-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec02-text {
    position: absolute;
    top: 23rem;
    right: -1.9rem;
    margin-block: 0;
    text-align: left;
    z-index: 1;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1.5;
    letter-spacing: 0.12em;
  }
  .sec02-text span {
    display: block;
  }
  .sec02-text01 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sec02-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .entry-01 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
/* --------------------------------
sec03
----------------------------------- */
.sec03 {
  padding-block: 9.3rem 10rem;
  padding-inline: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .sec03 {
    padding-block: 5rem 6rem;
  }
  .sec03-title {
    margin-bottom: 5rem;
  }
}

@media (max-width: 767px) {
  .sec03 .inner {
    padding-inline: unset;
  }
}

@media (max-width: 767px) {
  .sec03-title-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.swiper-slide {
  width: 136.6rem;
  margin-inline: auto;
  height: 72rem;
  background-color: #f0f0f0;
  padding: 5rem 6rem 6rem 4.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}
@media (max-width: 767px) {
  .swiper-slide {
    width: 100%;
    padding: 4rem 6rem;
  }
}

.swiper-slide:last-of-type {
  -webkit-margin-before: 4.2rem;
          margin-block-start: 4.2rem;
}

.sec03-text {
  font-size: 6.2rem;
  line-height: 1.4193548387;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho", "Noto Serif JP", "Source Han Serif JP", serif;
  font-weight: 400;
  text-align: center;
  margin-block: 4rem 7.3rem;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .sec03-text {
    text-align: left;
    margin-block: 0 3.5rem;
  }
}

.slide01-title {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.6041666667;
  text-align: center;
  font-family: "Bodoni Moda", "Times New Roman", serif;
  letter-spacing: 0.04em;
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
}

.slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.6rem;
     -moz-column-gap: 4.6rem;
          column-gap: 4.6rem;
}
@media (max-width: 767px) {
  .slide-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.slide-item.slide-item-reverse {
  -webkit-margin-before: 4.4rem;
          margin-block-start: 4.4rem;
}
@media (max-width: 767px) {
  .slide-item.slide-item-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.slide-item-img {
  width: 36.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .slide-item-img {
    width: 100%;
  }
}

.swiper {
  width: 100%;
}

.slide-item-text {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho", "Noto Serif JP", "Source Han Serif JP", serif;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .slide-item-text {
    font-size: 3.2rem;
    line-height: 1.34375;
  }
}

.slide-text {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Zen Kaku Gothic New", "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
@media (max-width: 767px) {
  .slide-text {
    font-size: 3.2rem;
    line-height: 1.34375;
    letter-spacing: 0.04em;
  }
}
.slide-text .slide-text-title {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
  margin-block: 3.4rem 3rem;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media (max-width: 767px) {
  .slide-text .slide-text-title {
    text-align: left;
  }
}

/* Swiperのデフォルト矢印アイコンを完全に消す */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none !important;
  display: none !important;
}

/* 非表示用（必要なら） */
.swiper-button-lock {
  display: none !important;
} /* Swiper本体にもあるが明示しておく */
.swiper-button-prev {
  left: 0;
  z-index: 10;
  width: 4.5rem;
}

.swiper-button-next {
  right: 0;
  z-index: 10;
  width: 4.5rem;
}

@media (min-width: 768px) {
  .swiper-wrapper.InterviewSliderWrapper {
    display: block;
  }
}

.yd-recruit {
  width: 100%;
  background-color: #f0f0f0;
}

.yd-recruit-table-wrap {
  width: 100%;
  padding-inline: 8rem;
  margin-inline: auto;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media (max-width: 767px) {
  .yd-recruit-table-wrap {
    padding-inline: 2rem;
  }
}

.yd-recruit-list {
  width: 100%;
}

.yd-recruit-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-after: 1px solid;
          border-block-end: 1px solid;
  -webkit-padding-before: 3rem;
          padding-block-start: 3rem;
  -webkit-padding-after: 3rem;
          padding-block-end: 3rem;
  -webkit-padding-start: 3rem;
          padding-inline-start: 3rem;
}
@media (max-width: 767px) {
  .yd-recruit-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.yd-recruit-row dt {
  width: 25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .yd-recruit-row dt {
    width: 100%;
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
  }
}

.yd-recruit-row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
}

/* --------------------------------
sec04
----------------------------------- */
.sec04 {
  padding-block: 8.3rem 9.2rem;
  padding-inline: 3rem;
  background-color: #f8eded;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .sec04 {
    padding-block: 4.8rem 5.6rem;
  }
}

.sec04-title {
  font-size: 3.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  text-align: center;
  margin-bottom: 5rem;
  line-height: 1.7368421053;
}
@media (max-width: 767px) {
  .sec04-title {
    margin-bottom: 3.6rem;
  }
}

/* 親：センタリングのみ */
.recommended .recommended-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 子：wrapする。幅は「列数×カード幅＋ギャップ」で上限設定 */
.recommended .rec-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; /* 左寄せのまま */
  /* SP: 1列 */
  width: 100%;
  max-width: 54.7rem;
}
@media (max-width: 767px) {
  .recommended .rec-list {
    gap: 1.5rem;
  }
}

/* アイテム */
.recommended .rec-item {
  width: 54.7rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 2.0740740741;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.recommended .rec-list-img {
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.recommended .rec-list-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* PC: 2列（必要なら列数増やす） */
@media (min-width: 768px) {
  .recommended .rec-list {
    max-width: 111.4rem;
  }
}
/* --------------------------------
sec05
----------------------------------- */
.sec05 {
  padding-block: 9rem 10rem;
  padding-inline: 3rem;
  position: relative;
}

.sec05-text {
  font-size: 5.6rem;
  font-weight: 400;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho", "Noto Serif JP", "Source Han Serif JP", serif;
  line-height: 1.5714285714;
  text-align: center;
  margin-block: 6rem;
}
.sec05-text span {
  display: block;
}
@media (max-width: 767px) {
  .sec05-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: 21.2rem;
    left: 0;
    text-align: left;
    line-height: 1.2;
  }
}

.sec05-img {
  width: 87.4rem;
  margin: 0 auto;
  height: auto;
}
@media (max-width: 767px) {
  .sec05-img {
    width: 51.6rem;
    margin-inline: auto 0;
    margin-top: 5.2rem;
  }
}

/* --------------------------------
sec06
----------------------------------- */
.sec06 {
  padding-block: 10rem 10rem;
  padding-inline: 3rem;
  background-color: #f0f0f0;
  position: relative;
}

.sec06-text {
  font-size: 5.6rem;
  line-height: 1.5892857143;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho", "Noto Serif JP", "Source Han Serif JP", serif;
  font-weight: 400;
  text-align: center;
  margin-block: 6rem;
}
@media (max-width: 767px) {
  .sec06-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: 21.2rem;
    left: -1.8rem;
    text-align: left;
    line-height: 1.2;
  }
  .sec06-text span {
    display: block;
  }
}

.sec06-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .sec06-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec06-box .sec06-img {
  width: 50%;
  height: auto;
}
@media (max-width: 767px) {
  .sec06-box .sec06-img {
    width: 53.8rem;
    margin-inline: auto -3rem;
    margin-top: 5rem;
  }
}

.sec06-message {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .sec06-message01 {
    margin-left: 18rem;
    font-size: 3.2rem;
    line-height: 1.5625;
  }
  .sec06-message02 {
    font-size: 3.2rem;
    line-height: 1.5625;
  }
}
/* --------------------------------
sec07
----------------------------------- */
.sec07 {
  padding-block: 10.8rem 15rem;
  padding-inline: 3rem;
}
@media (max-width: 767px) {
  .sec07 {
    padding-block: 8rem 10rem;
    padding-inline: 0;
  }
}

.sec07-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
  margin-top: 6.2rem;
}
.sec07-list li {
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 57.7rem;
}
@media (max-width: 767px) {
  .sec07-list li {
    width: 100%;
  }
}
.sec07-list-img {
  width: 21.7rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sec07-list-text {
  padding: 3rem;
}
.sec07-list-text h3 {
  font-size: 3.2rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho", "Noto Serif JP", "Source Han Serif JP", serif;
  line-height: 1.375;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #c60017;
}
.sec07-list-text p {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Zen Kaku Gothic New", "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

@media (max-width: 767px) {
  .sec07-list-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/* --------------------------------
contact
----------------------------------- */
.contact {
  margin: 6.4rem 12rem;
}
@media (max-width: 767px) {
  .contact {
    margin: 6.4rem 3rem;
    padding: 1rem;
  }
}

.contact-main {
  margin-inline: 12rem;
  background-color: #f0f0f0;
  padding: 6rem 2rem;
}
@media (max-width: 767px) {
  .contact-main {
    margin: 0;
    padding: 2rem;
  }
}

.contact-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Zen Kaku Gothic New", "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  margin-bottom: 3.5rem;
  color: #565656;
}

.contact-sub-title {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Zen Kaku Gothic New", "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #565656;
  margin-bottom: 1.6rem;
  text-align: center;
  margin-top: -1.6rem;
  margin-bottom: 11rem;
}

.step-input {
  width: 100%;
  max-width: 1086px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}

label {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Zen Kaku Gothic New", "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #565656;
  letter-spacing: 0.08em;
}
label .req {
  font-size: 1.2rem;
  color: #e34b4b;
  margin-left: 2.4rem;
}

input {
  width: 100%;
  border: #565656 1px solid;
  border-radius: 1rem;
  height: 5.2rem;
  background-color: #fff;
  padding: 0.5rem 1.5rem;
}
input.wpcf7-not-valid {
  border-color: #e34b4b !important;
  background-color: #fffafa !important;
}

textarea {
  width: 100%;
  border: #565656 1px solid;
  border-radius: 1rem;
  height: 16.5rem;
  background-color: #fff;
  padding: 0.5rem 1.5rem;
}
textarea.wpcf7-not-valid {
  border-color: #e34b4b !important;
  background-color: #fffafa !important;
}

.codedropz-upload-handler {
  width: 100%;
  height: 100%;
  border: #565656 3px dashed;
  background-color: #f0f0f0;
  border-radius: 1rem;
}
.codedropz-upload-handler h3 {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Zen Kaku Gothic New", "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.08em;
}
.codedropz-upload-handler span {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Zen Kaku Gothic New", "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.08em;
}
.codedropz-upload-handler .codedropz-btn-wrap a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Zen Kaku Gothic New", "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.08em;
  width: 22.4rem;
  height: 3.8rem;
  background-color: #565656;
  padding-inline: 5.5rem;
  border-radius: 0.4rem;
}

.file-field {
  width: 45rem;
  min-height: 36.4rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  border: #565656 1px solid;
  border-radius: 1rem;
  padding: 12.3rem 3.4rem 6.9rem;
  min-width: 0;
}
@media (max-width: 767px) {
  .file-field {
    min-height: 40rem;
    width: 100%;
  }
}
.file-field .name {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.drop-set {
  position: relative;
}

.drop {
  position: absolute;
  top: 7rem;
  left: 18.1rem;
  width: 8.9rem;
}
@media (max-width: 767px) {
  .drop {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.drop img {
  width: 100%;
  height: 100%;
}

.btn-row {
  width: 37.6rem;
  height: 6.8rem;
  margin: 9rem auto 0;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Zen Kaku Gothic New", "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.08em;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.btn-row::before {
  content: "▲";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background-color: #fff;
  color: #565656;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 1.2rem;
}

/* hidden 属性の保険 */
.c-entry-form .step-confirm[hidden],
.c-entry-form .step-input[hidden] {
  display: none !important;
}

/* クラスでもトグル（テーマCSSに勝つ用） */
.c-entry-form.is-confirm .step-input {
  display: none !important;
}

.c-entry-form:not(.is-confirm) .step-confirm {
  display: none !important;
}

@media (min-width: 768px) {
  .confirm-list {
    width: 100%;
    max-width: 1084px;
    padding-inline: 2rem;
    margin-inline: auto;
  }
}
.confirm-list dt {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Zen Kaku Gothic New", "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #565656;
  margin-top: 2.4rem;
  letter-spacing: 0.08em;
}
.confirm-list dd {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Zen Kaku Gothic New", "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #565656;
  margin-top: 0.8rem;
  white-space: pre-wrap;
  padding-bottom: 2rem;
  border-bottom: #bcbcbc 2px solid;
}

.btn-row02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.2rem;
  margin-top: 11rem;
}

.js-back {
  width: 37.6rem;
  height: 6.8rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #000 1px solid;
  border-radius: 3.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Zen Kaku Gothic New", "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.08em;
  color: #000;
  cursor: pointer;
  position: relative;
}
.js-back::before {
  content: "▲";
  position: absolute;
  top: 50%;
  left: 1.8rem;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 1.2rem;
}

.btn-row02-submit {
  position: relative;
  width: 37.6rem;
  height: 6.8rem;
  border-radius: 3.4rem;
}
.btn-row02-submit .wpcf7-submit {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  border: 0;
  border-radius: inherit;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Zen Kaku Gothic New", "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.08em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn-row02-submit::after {
  content: "▲";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 1.2rem;
  pointer-events: none;
}

.float-btn-return {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  background-color: #e34b4b;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
.float-btn-return span {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-left: #fff 0.2rem solid;
  border-bottom: #fff 0.2rem solid;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 767px) {
  .float-btn-return {
    bottom: 1rem;
    right: 1rem;
    width: 5rem;
    height: 5rem;
  }
  .float-btn-return span {
    width: 1.5rem;
    height: 1.5rem;
    border-left: #fff 0.2rem solid;
    border-bottom: #fff 0.2rem solid;
    margin-top: 1rem;
  }
}

/* CF7のラッパー（重要） */
.file-field .wpcf7-form-control-wrap {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

/* ファイル入力本体 */
.file-field input[type=file] {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* ボタン側の余白・改行対策（任意） */
.file-field input[type=file]::-webkit-file-upload-button {
  white-space: nowrap;
  /* padding や font-size を調整したいときはここで */
}
.file-field input[type=file]::file-selector-button {
  white-space: nowrap;
  /* padding や font-size を調整したいときはここで */
}

.is-hidden {
  display: none;
}

.TurnstileWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}

/* --------------------------------
contact
----------------------------------- */
.thanks {
  background-color: #f0f0f0;
  min-height: calc(100vh - 10rem - 22.2rem);
}
@media (max-width: 767px) {
  .thanks {
    margin: 6.4rem 3rem;
    padding: 1rem;
    min-height: calc(100vh - 5.2083333333vw - 28.2rem);
  }
}

.thanks-main {
  margin: 6.4rem 12rem;
  background-color: #f0f0f0;
  padding: 6rem 7.4rem;
}
@media (max-width: 767px) {
  .thanks-main {
    margin: 0;
    padding: 2rem;
  }
}

.thanks-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Zen Kaku Gothic New", "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  margin-bottom: 3.5rem;
  color: #565656;
}

.thanks-text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Zen Kaku Gothic New", "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #565656;
  margin-bottom: 1.6rem;
  text-align: center;
  margin-top: -1.6rem;
  margin-bottom: 11rem;
}

.front-btn-return {
  width: 37.6rem;
  height: 6.8rem;
  margin: 9rem auto 0;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Zen Kaku Gothic New", "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.08em;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.front-btn-return::before {
  content: "▲";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background-color: #fff;
  color: #565656;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 1.2rem;
}

/* --------------------------------
yd-works (Flow & Tasks)
----------------------------------- */
.yd-works {
  padding-block: 10rem;
  padding-inline: 3rem;
  background-color: #f0f0f0;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .yd-works {
    padding-block: 6rem;
    padding-inline: 0;
  }
}

/* 業務内容リスト */
.yd-task-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .yd-task-list {
    gap: 6rem;
    margin-top: 5rem;
  }
}

.yd-task-item {
  width: 140rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .yd-task-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yd-task-item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .yd-task-item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.yd-task-img {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .yd-task-img {
    width: 100%;
  }
}

.yd-task-body {
  width: 50%;
  background-color: #fff;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho", "Noto Serif JP", "Source Han Serif JP", serif;
  -webkit-padding-before: 6rem;
          padding-block-start: 6rem;
  -webkit-padding-start: 4.5rem;
          padding-inline-start: 4.5rem;
  -webkit-padding-end: 4rem;
          padding-inline-end: 4rem;
}
@media (max-width: 767px) {
  .yd-task-body {
    width: 100%;
    -webkit-padding-before: 3rem;
            padding-block-start: 3rem;
    padding-inline: 3rem;
  }
}

.yd-task-title {
  font-size: 5.6rem;
  font-weight: 500;
  color: #c60017;
  margin-bottom: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .yd-task-title {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }
}

.yd-task-desc {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho", "Noto Serif JP", "Source Han Serif JP", serif;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .yd-task-desc {
    font-size: 3rem;
    line-height: 1.8;
  }
}

/* 1日の流れ */
.yd-daily-flow {
  width: 100%;
  padding-inline: 15.7rem;
  margin-top: 12rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .yd-daily-flow {
    margin-top: 8rem;
    padding-inline: 3rem;
  }
}

.yd-section-sub-title {
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  text-align: center;
  margin-bottom: 6rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .yd-section-sub-title {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
}

.yd-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.yd-flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  padding-bottom: 5rem;
  padding-left: 4rem;
  position: relative;
}
.yd-flow-item:last-child {
  border-left: 2px solid transparent;
  padding-bottom: 0;
}

.yd-flow-time {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (max-width: 767px) {
  .yd-flow-time {
    font-size: 2rem;
    width: 6.5rem;
  }
}

.yd-flow-time::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 7rem;
  background-image: url(../../img/yd/dot.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.yd-flow-item:nth-last-of-type(1) .yd-flow-time::before {
  display: none;
}

.yd-flow-time p {
  font-size: 4rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #c60017;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.yd-flow-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.yd-flow-label {
  display: block;
  font-size: 3.2rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #c60017;
  margin-bottom: 1rem;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media (max-width: 767px) {
  .yd-flow-label {
    font-size: 4rem;
  }
}

.yd-flow-content p {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
@media (max-width: 767px) {
  .yd-flow-content p {
    font-size: 3rem;
  }
}

.SliderWrap {
  margin-inline: -10rem;
  background-color: #f0f0f0;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}

.FlowSlide {
  background-color: #f0f0f0;
}

.swiper02 .swiper-pagination02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}/*# sourceMappingURL=d-style.css.map */