@charset "UTF-8";
.mv-under {
  margin-top: 88px;
  background: url("../images/company.jpg") center center/cover;
  position: relative;
  padding-top: 30px;
  box-sizing: border-box;
}
.mv-under .page_ttls {
  max-width: 600px;
  width: 60%;
  margin: 0 auto 0 0;
  position: relative;
}
.mv-under .page_ttls .ttls-in {
  position: absolute;
  z-index: 2;
  top: 44%;
  left: 50%;
  margin-left: -165px;
  width: 330px;
}
.mv-under .page_ttls .eg {
  font-size: clamp(14px, calc(0.3755868545vw + 12.5915492958px), 18px);
  color: #44BBDD;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.mv-under .page_ttls h1 {
  font-size: clamp(26px, calc(0.9389671362vw + 22.4788732394px), 36px);
  line-height: 1;
  margin-top: 10px;
  letter-spacing: 0.075em;
}
.mv-under .eng {
  position: absolute;
  right: 0;
  bottom: -19px;
  line-height: 1;
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  -webkit-text-stroke: 1px white; /* 幅と色 */
  color: transparent;
  font-size: clamp(76px, calc(4.1314553991vw + 60.5070422535px), 120px);
}
.mv-under .eng i {
  color: white;
}
@media (max-width: 767px) {
  .mv-under {
    margin-top: 70px;
    background: url("../images/company-sp.jpg") center center/cover;
  }
  .mv-under .page_ttls {
    width: 91%;
    margin: 0 auto;
    text-align: center;
  }
  .mv-under .eng {
    position: absolute;
    top: -11px;
    width: 100%;
    bottom: unset;
    font-size: clamp(76px, calc(4.1314553991vw + 60.5070422535px), 120px);
    text-align: center;
    left: 47%;
    transform: translate(-50%, 0);
  }
}

.companys {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.companys .in {
  max-width: 480px;
  margin: 0 auto;
}
.companys .ttl-bx1 {
  position: relative;
  text-align: center;
}
.companys .ttl-bx1 .eg {
  font-size: clamp(70px, calc(4.6948356808vw + 52.3943661972px), 120px);
  -webkit-text-stroke: 1px #B5E4F2;
}
.companys .ttl-bx1 .eg i {
  color: #B5E4F2;
}
.companys .ttl-bx1 h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: none;
  padding: 0;
  font-size: clamp(22px, calc(0.5633802817vw + 19.8873239437px), 28px);
}
@media all and (max-width: 1024px) {
  .companys {
    grid-template-columns: 1fr;
  }
  .companys .in {
    width: calc(100% - 30px);
  }
}

.qa {
  background: #FFFFEE;
  padding-top: 50px;
  padding-bottom: 110px;
  box-sizing: border-box;
}
.qa .qa-wrap {
  margin-top: 50px;
}
.qa .qa-bx {
  border-radius: 6px;
  overflow: hidden;
  margin-top: 20px;
}
.qa .q {
  background: #44BBDD;
  color: white;
  padding: 20px 80px 20px 100px;
  height: 100px;
  place-content: center;
  box-sizing: border-box;
  position: relative;
}
.qa .q:before {
  content: "Q";
  position: absolute;
  text-align: center;
  place-content: center;
  line-height: 1;
  left: 20px;
  top: 20px;
  margin-top: 0;
  margin-left: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: white;
  font-family: "Figtree", sans-serif;
  font-size: 38px;
  font-weight: bold;
  color: #44BBDD;
}
.qa .q .ic {
  width: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.qa .q.open .ic {
  transform: rotate(180deg);
}
.qa .a {
  background: #E5F6FB;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: 0fr; /* 最初は高さ0 */
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
}
.qa .q.open + .a {
  grid-template-rows: 1fr; /* 中身の高さ分だけ広がる */
}
.qa .a-inner {
  min-height: 0;
  padding: 0 20px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.qa .q.open + .a .a-inner {
  padding: 20px;
}
@media all and (max-width: 767px) {
  .qa {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .qa .qa-wrap {
    margin-top: 30px;
  }
  .qa .q {
    padding: 14px 46px 14px 78px;
    height: 80px;
  }
  .qa .q:before {
    left: 14px;
    width: 50px;
    height: 50px;
    font-size: 31px;
    top: 15px;
  }
  .qa .q .ic {
    width: 18px;
    right: 14px;
    margin-top: -9px;
  }
  .qa .a-inner {
    padding: 0 14px;
  }
  .qa .q.open + .a .a-inner {
    padding: 14px;
  }
}

.contact-f {
  background: #E5F6FB;
  padding-top: 50px;
  padding-bottom: 110px;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .contact-f {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.form-wrap {
  margin-top: 20px;
}
.form-wrap .line {
  margin-bottom: 24px;
}
.form-wrap .ttls {
  font-size: 14px;
  font-weight: 500;
}
.form-wrap i {
  margin-left: 10px;
  display: inline-block;
  font-size: 11px;
  color: white;
  width: 36px;
  height: 16px;
  place-content: center;
  line-height: 1;
  background: #44BBDD;
  border-radius: 4px;
  text-align: center;
}
.form-wrap .inp input, .form-wrap .inp textarea {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #96D8EC;
  padding: 8px;
  box-sizing: border-box;
  width: 100%;
  background: white;
}
.form-wrap .inp textarea {
  resize: vertical;
  min-height: 200px;
}
.form-wrap .wpcf7-not-valid-tip {
  display: none;
}
.form-wrap {
  /* 送信ボタンが押されて「invalid（不正）」状態になった時だけ表示する */
}
.form-wrap .wpcf7 form.invalid .wpcf7-not-valid-tip {
  display: block;
}
.form-wrap {
  /* 入力フィールドの赤枠なども同様に制御 */
}
.form-wrap .wpcf7-not-valid {
  border: 1px solid #ccc; /* 通常時の色 */
}
.form-wrap .wpcf7 form.invalid .wpcf7-not-valid {
  border: 2px solid #ff0000; /* エラー時の色 */
}
@media all and (max-width: 767px) {
  .form-wrap .ttls {
    font-size: 13px;
  }
  .form-wrap .inp input, .form-wrap .inp textarea {
    height: 40px;
  }
  .form-wrap .inp textarea {
    min-height: 160px;
  }
}

.pri {
  border-radius: 4px;
  border: 1px solid #96D8EC;
  padding: 30px;
  box-sizing: border-box;
  font-size: 12px;
  color: #44BBDD;
}
.pri .fb {
  font-size: 15px;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .pri {
    padding: 20px;
  }
}

.pri-ch {
  margin-top: 50px;
  position: relative;
  padding-left: 40px;
}
.pri-ch input[type=checkbox] {
  display: none;
}
.pri-ch input[type=checkbox] + .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.pri-ch input[type=checkbox] + .wpcf7-list-item-label:last-child {
  margin-bottom: 0;
}
.pri-ch .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  background: white;
  position: absolute;
  left: 0;
  top: 7px;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.pri-ch input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  width: 10px;
  top: 4px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  background: none;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.subs {
  margin-top: 50px;
}
.subs .input {
  display: block;
}

/*# sourceMappingURL=company.css.map */
