@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ========================================
   ファーストビュー (FV Hero)
   ======================================== */
.fv-hero {
  position: relative;
  width: 100vw;
  height: 700px;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  background-color: #E3E3E3;
}

.fv-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fv-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 72px;
}

.fv-hero__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
}

.fv-hero__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
}

.fv-hero__circles {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}

.fv-circle {
  width: 164px;
  height: 164px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv-circle__inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px dashed #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fv-circle__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}

.fv-circle__text span {
  background: linear-gradient(0deg, #FFCA0B 0%, #FFCA0B 50%, transparent 50%);
}

.fv-circle__underline {
  display: block;
  width: 60px;
  height: 4px;
  background: #FFCA0B;
  border-radius: 2px;
  margin-top: 2px;
}

.fv-hero__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  padding: 16px;
  margin-top: 40px;
  background: #FFCA0B;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
}

.fv-hero__cta:hover {
  opacity: 0.8;
  color: #333;
}

/* FV レスポンシブ */
@media (max-width: 768px) {
  .fv-hero {
    height: auto;
    min-height: 100svh;
  }

  .fv-hero__content {
    padding: 40px 16px 40px;
  }

  .fv-hero__title {
    font-size: 26px;
    line-height: 1.6;
  }

  .fv-hero__subtitle {
    font-size: 16px;
  }

  .fv-hero__circles {
    /* flex-direction: column; */
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .fv-circle {
    width: 140px;
    height: 140px;
  }

  .fv-circle__inner {
    width: 128px;
    height: 128px;
  }

  .fv-circle__text {
    font-size: 15px;
  }

  .fv-hero__cta {
    width: 260px;
    margin-top: 24px;
    font-size: 18px;
  }
}

/* ========================================
   波線セクション (Wave Section)
   ======================================== */
.wave-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.wave-section-non-bottom {
  padding-bottom: 40px;
}
.wave-section::before,
.wave-section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 3%;
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

.wave-section::before {
  bottom: 99.99%;
  background-image: url(assets/img/wave-yellow-top-small.png);
  background-position: center bottom;
}

.wave-section::after {
  top: 99.99%;
  background-position: center top;
  background-image: url(assets/img/wave-yellow-bottom-small.png);
}

.wave-section-non-bottom::after {
  display: none;
}

@media (max-width: 768px) {
  .wave-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

}

/* ========================================
   CTA お問い合わせセクション
   ======================================== */
.cta-contact-section {
  position: relative;
  /* background: url(assets/img/contact-back.png) center / cover no-repeat; */
  /* overflow: hidden; */
  /* background-color: #FFCA0B; */
  background-color: #222222;
  color: white;
  margin-top: 150px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.cta-contact-section {
  position: relative;
  /* padding-top: 100px;
  padding-bottom: 100px; */
}

#main_content .cta-contact-section {
  padding-bottom: 60px;
}

.cta-contact-section::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 3%;
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

.cta-contact-section::before {
  bottom: 99.99%;
  background-image: url(assets/img/wave-black-top-small.png);
  background-position: center bottom;
}



/* .cta-contact-section__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
} */

.cta-contact-section__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
}

/* --- 左側テキスト --- */
.cta-contact-section__text {
  flex: 1;
  padding-top: 24px;
  position: relative;
}

.cta-contact-section__image {
  margin-top: 32px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.cta-contact-section__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

.cta-contact-section__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px !important;
  line-height: 1.6;
  letter-spacing: 0.04em;
  /* color: #fff; */
  margin: 0 0 24px !important;
}

.cta-contact-section__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
  /* color: rgba(255, 255, 255, 0.85); */
  margin: 0;
}

/* --- 右側フォームカード --- */
.cta-contact-section__form {
  width: 552px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 14px;
  padding: 24px;
}

/* CF7 フォーム Figmaデザイン適用 */
.cta-contact-section__form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cta-contact-section__form .wpcf7-form p {
  margin: 0;
}

.cta-contact-section__form .wpcf7-form label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #222;
}

.cta-contact-section__form .wpcf7-form input[type="text"],
.cta-contact-section__form .wpcf7-form input[type="email"],
.cta-contact-section__form .wpcf7-form input[type="tel"],
.cta-contact-section__form .wpcf7-form input[type="url"],
.cta-contact-section__form .wpcf7-form input[type="number"],
.cta-contact-section__form .wpcf7-form input[type="date"],
.cta-contact-section__form .wpcf7-form select,
.cta-contact-section__form .wpcf7-form textarea {
  width: 100%;
  padding: 2px 12px;
  background: #F3F3F5;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #222;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.cta-contact-section__form .wpcf7-form input:focus,
.cta-contact-section__form .wpcf7-form select:focus,
.cta-contact-section__form .wpcf7-form textarea:focus {
  outline: none;
  border-color: #FFCA0B;
}

.cta-contact-section__form .wpcf7-form textarea {
  min-height: 50px;
  resize: vertical;
}

.cta-contact-section__form .wpcf7-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23717182' stroke-width='1.33' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

/* 横並びフィールド（メール/電話、開始日/終了日、大人/子供） */
.cta-contact-section__form .wpcf7-form .two_column>p {
  display: flex;
  gap: 16px;
}

.cta-contact-section__form .wpcf7-form .two_column>p>label {
  flex: 1;
  min-width: 0;
}

.cta-contact-section__form .wpcf7-form .two_column>p>br {
  display: none;
}

/* 送信ボタン */
.cta-contact-section__form .wpcf7-form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 10px;
  background: #FFCA0B;
  border: none;
  border-radius: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #222;
  cursor: pointer;
  transition: opacity 0.3s;
}

.cta-contact-section__form .wpcf7-form input[type="submit"]:hover {
  opacity: 0.8;
}

/* CF7 送信中スピナー */
.cta-contact-section__form .wpcf7-spinner {
  display: block;
  margin: 8px auto 0;
}

/* プライバシーテキスト */
.cta-contact-section__privacy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #4A5565;
  text-align: center;
  margin: 16px 0 0;
}

/* エラーになったフィールドの枠線を赤く */
.wpcf7-form .wpcf7-not-valid {
  border: 2px solid #e74c3c !important;
  background-color: #fff5f5;
}

/* エラー文言の見た目をカスタマイズ */
.wpcf7-form .wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 0.9em;
  margin-top: 4px;
}

/* CTA セクション レスポンシブ */
@media (max-width: 960px) {
  #main_content .cta-contact-section {
  padding-bottom: 60px;
}

  .cta-contact-section__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    padding: 60px 20px;
  }

  .cta-contact-section__text {
    padding-top: 0;
    text-align: center;
  }

  .cta-contact-section__heading {
    font-size: 28px !important;
  }

  .cta-contact-section__form {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cta-contact-section__inner {
    padding: 40px 16px;
  }

  .cta-contact-section__heading {
    font-size: 24px !important;
  }

  .cta-contact-section__desc {
    font-size: 14px;
  }

  .cta-contact-section__form {
    padding: 24px 16px;
  }

  .cta-contact-section__form .wpcf7-form .two_column>p {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 768px) {



}

/* ========================================
   ニュースリスト (News List)
   ======================================== */
.news-list {
  display: flex;
  flex-direction: column;
}

a.news-item {
  display: block;
  text-decoration: none;
  color: #222;
  border-bottom: 1px dashed #D0D0D0;
  padding: 24px 0;
  transition: background 0.2s;
}

a.news-item:first-child {
  padding-top: 0;
}

a.news-item:hover {
  background: #fafafa;
  color: #222;
}

.news-item__inner {
  display: flex;
  align-items: center;
  gap: 48px;
}

.news-item__head {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.news-item__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #222;
  white-space: nowrap;
}

.news-item__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  padding: 4px 16px;
  background: #FFCA0B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #222;
  white-space: nowrap;
}

.news-item__body {
  flex: 1;
  min-width: 0;
}

.news-item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

/* News レスポンシブ */
@media (max-width: 768px) {
  .news-item__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .news-item__head {
    gap: 12px;
  }

  .news-item__title {
    white-space: normal;
  }
}

/* ========================================
   ドライバー一覧 (Driver List)
   ======================================== */
.driver_list_sec {
  padding: 60px 0 80px;
}

.driver_list_sec .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.driver_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

a.driver_box {
  display: block;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #222;
  transition: box-shadow 0.3s, transform 0.3s;
}

a.driver_box:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
  transform: translateY(-4px);
  color: #222;
}

.driver_box .driver_image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

.driver_box .driver_image figure {
  position: absolute;
  inset: 0;
  margin: 0;
}

.driver_box .driver_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.driver_list_prof {
  padding: 20px;
}

.driver_list_prof .name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #222;
  margin: 0 0 12px;
}

.driver_list_prof .driver_data {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.driver_list_prof .driver_data dl {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  background: #FFF8E1;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
}

.driver_list_prof .driver_data dt {
  font-weight: 700;
  color: #222;
}

.driver_list_prof .driver_data dd {
  margin: 0;
  color: #555;
}

.driver_list_prof .feature {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.driver_list_prof .arrow {
  font-weight: 700;
  font-size: 14px;
  background-color: #FFCA0B;
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 10px 15px;
  border-radius: 5px;
}

/* ドライバー一覧 レスポンシブ */
@media (max-width: 960px) {
  .driver_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 600px) {
  .driver_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .driver_list_sec {
    padding: 40px 0 60px;
  }
}

/* ========================================
   口コミ一覧 (Voice List)
   ======================================== */
.voice_list_sec {
  padding: 60px 0 80px;
}

.voice_list_sec .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.voice_list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.voice_box {
  display: flex;
  gap: 24px;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  padding: 24px;
  transition: box-shadow 0.3s;
}

.voice_box:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.voice_box .voice_image {
  flex-shrink: 0;
  width: 320px;
}

.voice_box .voice_image figure {
  margin: 0;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.voice_box .voice_image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice_content {
  flex: 1;
  min-width: 0;
}

.voice_content .name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #222;
  margin: 0 0 4px;
}

.voice_content .date {
  font-size: 13px;
  color: #888;
  margin: 0 0 12px;
}

.voice_data {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.voice_data dl {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  background: #FFF8E1;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
}

.voice_data dt {
  font-weight: 700;
  color: #222;
}

.voice_data dd {
  margin: 0;
  color: #555;
}

.voice_content h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #222;
  margin: 0 0 8px;
  border: none;
  padding: 0;
}

.voice_content .ex {
  font-size: 14px;
  line-height: 1.9;
  color: #444;
  margin: 0;
}

/* 口コミ一覧 レスポンシブ */
@media (max-width: 768px) {
  .voice_box {
    flex-direction: column;
    padding: 20px;
  }

  .voice_box .voice_image {
    width: 100%;
  }

  .voice_box .voice_image figure {
    padding-bottom: 56%;
  }

  .voice_list_sec {
    padding: 40px 0 60px;
  }
}

/* ========================================
   ドライバー詳細 (Single Driver)
   ======================================== */
.driver_top_profile {
  display: flex;
  gap: 40px;
  padding: 40px 0;
}

.driver_top_profile>.driver_image {
  flex-shrink: 0;
  width: 320px;
}

.driver_top_profile>.driver_image figure {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
}

.driver_top_profile>.driver_image img {
  width: 100%;
  height: auto;
  display: block;
}

.driver_top_profile .driver_content {
  flex: 1;
  min-width: 0;
}

.driver_top_profile .driver_name {
  margin-bottom: 12px;
}

.driver_top_profile .jp_name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  color: #222;
  margin: 0;
  border: none;
  padding: 0;
}

.driver_top_profile .en_name {
  font-size: 14px;
  color: #888;
  margin: 4px 0 0;
  letter-spacing: 0.06em;
}

.driver_top_profile .driver_title {
  font-size: 16px;
  font-weight: 700;
  color: #555;
  margin: 0 0 20px;
  padding: 0;
  border: none;
  line-height: 1.6;
}

.driver_top_profile .driver_data {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.driver_top_profile .driver_data dl {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  background: #FFF8E1;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
}

.driver_top_profile .driver_data dt {
  font-weight: 700;
  color: #222;
}

.driver_top_profile .driver_data dd {
  margin: 0;
  color: #555;
}

.driver_top_profile .message {
  background: #F8F8F8;
  border-radius: 8px;
  padding: 20px;
  margin: 0;
}

.driver_top_profile .message p {
  font-size: 14px;
  line-height: 1.9;
  color: #444;
  margin: 0;
}

/* ドライバー詳細 レスポンシブ */
@media (max-width: 768px) {
  .driver_top_profile {
    flex-direction: column;
    gap: 24px;
    padding: 24px 0;
  }

  .driver_top_profile>.driver_image {
    width: 100%;
  }

  .driver_top_profile .jp_name {
    font-size: 24px;
  }
}

/* --- ドライバー口コミセクション --- */
.driver_single_voice {
  padding: 48px 0;
}

.driver_single_voice>h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #222;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 3px solid #FFCA0B;
}

/* --- ドライバーデータベース --- */
.driver_bottom_database {
  padding: 48px 0;
}

.driver_bottom_database>h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #222;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 3px solid #FFCA0B;
}

.driver_bottom_database dl {
  display: flex;
  align-items: flex-start;
  padding: 14px 0;
  margin: 0;
  border-bottom: 1px solid #EBEBEB;
}

.driver_bottom_database dt {
  flex-shrink: 0;
  width: 200px;
  font-weight: 700;
  font-size: 14px;
  color: #222;
}

.driver_bottom_database dd {
  flex: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

@media (max-width: 600px) {
  .driver_bottom_database dl {
    flex-direction: column;
    gap: 4px;
  }

  .driver_bottom_database dt {
    width: auto;
  }
}

/* --- 戻るボタン --- */
.original_btn {
  text-align: center;
  padding: 32px 0 48px;
}

.original_btn a {
  display: inline-block;
  padding: 14px 48px;
  background: #FFCA0B;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  border-radius: 40px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.original_btn a:hover {
  opacity: 0.8;
  color: #222;
}



.contact_page.cta-contact-section__form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;

}