/*
Theme Name: eds
Theme URI: https://executive-doctors-scout.autumn-co.jp/
Author: Mizuki Niiyama
Version: 1.0
*/

@charset "UTF-8";
/* カラー */
/* レスポンシブ */
/* すべての要素にボックスサイズを統一（レイアウト崩れ防止） */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* htmlとbodyにベースのスタイルを適用 */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #1D1D1D;
  background-color: #fff;
}
body.noscroll {
  overflow: hidden;
  width: 100%;
}

/* リンクの初期化 */
a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

/* ulの初期化 */
ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* 画像に余計な隙間や枠をつけない */
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}

/* カラー */
/* レスポンシブ */
/* ===== section title ===== */
.section__title {
  width: 100%;
  text-align: center;
  margin-bottom: 64px;
  /* ~1024px */
}
@media (max-width: 1024px) {
  .section__title {
    margin-bottom: 48px;
  }
}
.section__title--ja {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 100%;
  /* ~1024px */
}
@media (max-width: 1024px) {
  .section__title--ja {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.section__title--en {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  color: #0A8899;
  /* ~1024px */
}
@media (max-width: 1024px) {
  .section__title--en {
    font-size: 20px;
  }
}
.section__subtitle {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  /* ~1024px */
}
@media (max-width: 1024px) {
  .section__subtitle {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

/* ===== cards ===== */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* ~880px */
  /* ~768px */
}
@media (max-width: 880px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cards__container {
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.cards__img {
  width: 100%;
  height: 243px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 0px 4px 4px;
}
.cards__contents {
  padding: 24px 16px;
}
.cards__contents > ul {
  margin: 0;
  margin-bottom: 8px;
}
.cards__contents > ul:last-child {
  margin-bottom: 0;
}
.cards__contents > ul > li {
  gap: 8px;
}
.cards__title {
  color: #0A8899;
}

/* ===== flow ===== */
.flow__contents {
  background-color: #fff;
  padding: 60px 32px;
  border-radius: 8px;
  /* ~440px */
}
@media (max-width: 440px) {
  .flow__contents {
    padding: 32px 16px;
  }
}
.flow__title {
  margin-bottom: 24px;
  /* ~440px */
}
.flow__title.flex {
  gap: 8px;
}
@media (max-width: 440px) {
  .flow__title.flex {
    display: block;
  }
}
.flow__title--num {
  color: #0A8899;
  font-size: 48px;
  font-weight: 500;
  line-height: 80%;
  margin-right: 8px;
  /* ~440px */
}
@media (max-width: 440px) {
  .flow__title--num {
    font-size: 20px;
    margin-bottom: 4px;
  }
}
.flow__title--ja {
  font-size: 20px;
  font-weight: 500;
}

/* ===== FAQ ===== */
.faq__contents {
  padding: 40px 32px;
  border-bottom: 1px solid #606060;
  /* ~440px */
}
@media (max-width: 440px) {
  .faq__contents {
    padding: 32px 16px;
  }
}
.faq__title {
  margin-bottom: 24px;
}
.faq__title.flex {
  gap: 12px;
}
.faq__title--en {
  font-size: 36px;
  font-weight: 500;
  line-height: 80%;
  /* ~440px */
}
@media (max-width: 440px) {
  .faq__title--en {
    font-size: 32px;
  }
}
.faq__title--ja {
  font-size: 20px;
  font-weight: 500;
}
.faq__content {
  color: #0A8899;
}

/* ===== button ===== */
.btn {
  display: block;
  width: 260px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0A8899;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  line-height: 100%;
  margin: 0 auto;
  /* ~768px */
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
  }
}

/* カラー */
/* レスポンシブ */
/* ===== header ===== */
.header {
  width: 100%;
  justify-content: space-between;
  padding-left: 40px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  position: fixed;
  z-index: 100;
  /* ~1240px */
  /* hamburger */
}
@media (max-width: 1240px) {
  .header {
    padding-left: 16px;
  }
}
.header__logo {
  max-width: 200px;
  display: flex;
  align-items: center;
  /* ~1240px */
}
@media (max-width: 1240px) {
  .header__logo {
    max-width: 120px;
  }
}
.header__menu {
  height: 80px;
  /* ~1240px */
  /* ~768px */
}
@media (max-width: 1240px) {
  .header__menu {
    height: 64px;
  }
}
@media (max-width: 768px) {
  .header__menu.flex {
    display: none;
  }
}
.header__menu__elements {
  align-items: center;
  /* ~1240px */
}
@media (max-width: 1240px) {
  .header__menu__elements.gap--24 {
    gap: 12px;
  }
}
.header__menu__elements > li > a {
  font-weight: 500;
  /* ~1240px */
}
@media (max-width: 1240px) {
  .header__menu__elements > li > a {
    font-size: 12px;
  }
}
.header__cv {
  align-items: center;
  background-color: #0A8899;
  padding: 0 24px;
  border-radius: 0 0 4px 0;
  /* ~1240px */
}
@media (max-width: 1240px) {
  .header__cv {
    padding: 0 20px;
  }
}
.header__cv--icon {
  width: 24px;
  /* ~1240px */
}
@media (max-width: 1240px) {
  .header__cv--icon {
    width: 16px;
  }
}
.header__cv--content {
  font-weight: 500;
  color: #fff;
  /* ~1240px */
}
@media (max-width: 1240px) {
  .header__cv--content {
    font-size: 12px;
  }
}
.header__hum {
  height: 64px;
  /* ~768px */
}
.header__hum.flex {
  display: none;
}
@media (max-width: 768px) {
  .header__hum.flex {
    display: block;
  }
}
.header__hum__icon {
  background-color: #0A8899;
  width: 64px;
  height: 100%;
  display: block;
  border-radius: 0 0 4px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}
.header__hum__icon--open {
  width: 28px;
}
.header__hum__icon--open.inactive {
  display: none;
}
.header__hum__icon--close {
  width: 20px;
  display: none;
  transition: all 0.2s ease;
}
.header__hum__icon--close.active {
  display: block;
}
.header__hum__menu {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: calc(100vh - 64px + 4px);
  overflow: scroll;
  position: fixed;
  z-index: 10;
  top: 60px;
  background-color: #fff;
  transition: all 0.2s ease;
}
.header__hum__menu.active {
  display: block;
  opacity: 100;
  pointer-events: auto;
}
.header__hum__menu__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  margin: 40px 32px 40px 32px;
}
.header__hum__menu__elements {
  display: block;
  height: 32px;
  font-weight: 500;
  width: 100%;
}
.header__hum__menu__cv {
  border-radius: 0;
  height: 48px;
  justify-content: center;
}
.header__hum__menu__cv--icon {
  width: 24px;
}
.header__hum__menu__cv--content {
  font-size: 16px;
}

/* ===== fv ===== */
.fv {
  max-width: none;
  padding: 0;
  padding-top: 76px;
  height: 80vh;
  overflow: hidden;
  /* ~1240px */
}
@media (max-width: 1240px) {
  .fv {
    padding-top: 60px;
  }
}
@media (max-width: 440px) {
  .fv {
    height: auto;
  }
}
.fv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* ~1240px */
  /* ~440px */
}
.fv__img--tb, .fv__img--sp {
  display: none;
}
@media (max-width: 1240px) {
  .fv__img--pc {
    display: none;
  }
  .fv__img--tb {
    display: block;
  }
}
@media (max-width: 440px) {
  .fv__img--tb {
    display: none;
  }
  .fv__img--sp {
    display: block;
  }
}

/* ===== section ===== */
section {
  padding: 120px;
  scroll-margin-top: 80px;
  /* ~1024px */
}
@media (max-width: 1024px) {
  section {
    padding: 80px 32px;
    scroll-margin-top: 60px;
  }
}

/* ===== footer ===== */
.footer {
  padding: 0 120px 80px;
  /* ~1024px */
}
@media (max-width: 1024px) {
  .footer {
    padding: 0 32px 80px;
  }
}
.footer__menu {
  color: #606060;
  font-size: 14px;
  justify-content: space-between;
  /* ~1240px */
}
@media (max-width: 1240px) {
  .footer__menu.flex {
    display: block;
  }
}
.footer__menu > p {
  margin-top: 16px;
}
.footer__menu__elements {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footer__menu__elements.flex {
    flex-direction: column;
  }
}

/* カラー */
/* レスポンシブ */
/* ===== story ===== */
.story {
  padding-bottom: 0;
  /* ~768px */
}
@media (max-width: 768px) {
  .story .flex {
    flex-direction: column-reverse;
  }
  .story .gap--40 {
    gap: 16px;
  }
}
.story__img {
  width: 34%;
  /* ~768px */
}
@media (max-width: 768px) {
  .story__img {
    width: 100%;
  }
}
.story__img--tb {
  display: none;
}
@media (max-width: 768px) {
  .story__img--pc {
    display: none;
  }
  .story__img--tb {
    display: block;
  }
}

/* ===== service ===== */
.service {
  /* ~768px */
}
@media (max-width: 768px) {
  .service .flex {
    flex-direction: column;
  }
  .service .gap--40 {
    gap: 16px;
  }
}
.service__img {
  width: 60%;
  height: 100%;
  /* ~768px */
}
@media (max-width: 768px) {
  .service__img {
    width: 100%;
  }
}

/* ===== reasons ===== */
.reasons {
  /* ~768px */
}
@media (max-width: 768px) {
  .reasons .flex {
    flex-direction: column;
  }
  .reasons__flex--dr.flex {
    flex-direction: column-reverse;
  }
  .reasons .gap--40 {
    gap: 16px;
  }
}
.reasons__img {
  width: 50%;
  /* ~768px */
}
@media (max-width: 768px) {
  .reasons__img {
    width: 100%;
  }
}

/* ===== contact ===== */
.wpcf7 p {
  margin-bottom: 32px;
}

.contact_title {
  line-height: 3;
}

.wpcf7-text {
  border-radius: 4px;
  border: 1px solid #D9DCDF;
  width: 100%;
  height: 56px;
  padding: 16px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label a {
  color: #1578d6;
}

.wpcf7 input[type=checkbox] {
  width: auto;
  max-width: 97%;
  padding: 8px;
  border: 1px solid #D9DCDF;
}

.contact_pp {
  text-align: center;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 .wpcf7-submit {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 280px;
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  color: #fff;
  background-color: #0A8899;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  /* ~768px */
}
@media (max-width: 768px) {
  .wpcf7 .wpcf7-submit {
    width: 100%;
  }
}

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

/* ===== company ===== */
.company__dl {
  display: grid;
  grid-template-columns: 1fr 6fr;
  /* ~768px */
}
@media (max-width: 768px) {
  .company__dl {
    grid-template-columns: 2fr 6fr;
  }
}
.company__dt, .company__dd {
  padding: 24px 0;
  /* ~768px */
}
@media (max-width: 768px) {
  .company__dt, .company__dd {
    padding: 16px 0;
  }
}
.company__dt {
  background-color: #F7F7F7;
  border-right: 1px solid #D9DCDF;
  border-bottom: 1px solid #D9DCDF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company__dt--first {
  border-top: 1px solid #D9DCDF;
}
.company__dd--first {
  border-top: 1px solid #D9DCDF;
}
.company__dd {
  padding-left: 40px;
  border-bottom: 1px solid #D9DCDF;
  /* ~768px */
}
@media (max-width: 768px) {
  .company__dd {
    padding-left: 16px;
  }
}

/* ===== terms ===== */
.terms {
  min-height: calc(100vh - 80px);
  /* ~1240px */
}
@media (max-width: 1240px) {
  .terms {
    min-height: calc(100vh - 64px);
    padding-top: 120px;
  }
}

/* カラー */
/* レスポンシブ */
.hover__green {
  transition: all 0.2s ease;
}
.hover__green:hover {
  color: #0A8899;
}

.hover__opacity--8 {
  transition: all 0.2s ease;
}
.hover__opacity--8:hover {
  opacity: 0.8;
}

.hover__black {
  transition: all 0.2s ease;
}
.hover__black:hover {
  color: #1D1D1D;
}

/* カラー */
/* レスポンシブ */
.flex {
  display: flex;
}

.gap--8 {
  gap: 8px;
}

.gap--16 {
  gap: 16px;
}

.gap--24 {
  gap: 24px;
}

.gap--40 {
  gap: 40px;
}

.flex-w {
  flex-wrap: wrap;
}

.bg__gray {
  background-color: #F7F7F7;
}

.margin-b--40 {
  margin-bottom: 40px;
}

.margin-b--80 {
  margin-bottom: 80px;
}

.align-i-c {
  align-items: center;
}

.max-w--1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.max-w--1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.w-space--pl {
  white-space: pre-line;
}

/* カラー */
/* レスポンシブ */