@charset "UTF-8";
/* 変数 mixin等のCSS
============================================================================= */
/* 変数
=================================================================== */
/* mixin
=================================================================== */
/* お問い合わせ
============================================================================= */
.main-visualUpper {
  padding: 11.979vw 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .main-visualUpper {
    padding: 14.813vw 0 12.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .main-visualUpper {
    padding: 160px 0 130px;
  }
}
@media screen and (max-width: 768px) {
  .main-visualUpper {
    padding: 140px 0 110px;
  }
}
@media screen and (max-width: 640px) {
  .main-visualUpper {
    padding: 120px 0 90px;
  }
}
@media screen and (max-width: 425px) {
  .main-visualUpper {
    padding: 110px 0 80px;
  }
}
.main-visualUpper.service {
  background: linear-gradient(0deg, rgba(52, 175, 186, 0.6) 0%, rgba(52, 175, 186, 0.6) 100%), url(/img-menu01.webp) no-repeat center/cover;
}
.main-visualUpper.plan {
  background: linear-gradient(0deg, rgba(52, 175, 186, 0.6) 0%, rgba(52, 175, 186, 0.6) 100%), url(/img-menu02.webp) no-repeat center/cover;
}
.main-visualUpper.performance {
  background: linear-gradient(0deg, rgba(52, 175, 186, 0.6) 0%, rgba(52, 175, 186, 0.6) 100%), url(/img-menu03.webp) no-repeat center/cover;
}
.main-visualUpper.works {
  background: linear-gradient(0deg, rgba(52, 175, 186, 0.6) 0%, rgba(52, 175, 186, 0.6) 100%), url(/img-menu04.webp) no-repeat center/cover;
}
.main-visualUpper.voice {
  background: linear-gradient(0deg, rgba(52, 175, 186, 0.6) 0%, rgba(52, 175, 186, 0.6) 100%), url(/img-menu05.webp) no-repeat center/cover;
}
.main-visualUpper.flow {
  background: linear-gradient(0deg, rgba(52, 175, 186, 0.6) 0%, rgba(52, 175, 186, 0.6) 100%), url(/img-menu06.webp) no-repeat center/cover;
}
.main-visualUpper.tool {
  background: linear-gradient(0deg, rgba(52, 175, 186, 0.6) 0%, rgba(52, 175, 186, 0.6) 100%), url(/img-menu07.webp) no-repeat center/cover;
}
.main-visualUpperDownload {
  background: linear-gradient(0deg, rgba(52, 175, 186, 0.6) 0%, rgba(52, 175, 186, 0.6) 100%), url(../img/new/img-menu08.webp) no-repeat center/cover;
}
.main-visualUpperReservation {
  background: linear-gradient(0deg, rgba(52, 175, 186, 0.6) 0%, rgba(52, 175, 186, 0.6) 100%), url(../img/new/img-menu09.webp) no-repeat center/cover;
}
.main-visualUpperContact {
  background: linear-gradient(0deg, rgba(52, 175, 186, 0.6) 0%, rgba(52, 175, 186, 0.6) 100%), url(../img/new/img-menu10.webp) no-repeat center/cover;
}
.main-visualUpper.column {
  background: linear-gradient(0deg, rgba(52, 175, 186, 0.6) 0%, rgba(52, 175, 186, 0.6) 100%), url(/img-menu11.webp) no-repeat center/cover;
}
.main-visualUpper.faq {
  background: linear-gradient(0deg, rgba(52, 175, 186, 0.6) 0%, rgba(52, 175, 186, 0.6) 100%), url(/img-menu12.webp) no-repeat center/cover;
}
.main-visualUpperInner {
  width: min(1440px, 75vw);
  width: 75vw;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .main-visualUpperInner {
    width: 90vw;
  }
}
@media screen and (max-width: 1024px) {
  .main-visualUpperInner {
    width: min(1440px, 95%);
  }
}
.main-visualHead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 4.063vw;
  line-height: 1.2;
}
@media screen and (max-width: 1460px) {
  .main-visualHead {
    font-size: 3.958vw;
  }
}
@media screen and (max-width: 1280px) {
  .main-visualHead {
    font-size: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .main-visualHead {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .main-visualHead {
    font-size: 46px;
  }
}
@media screen and (max-width: 640px) {
  .main-visualHead {
    font-size: 40px;
  }
}
@media screen and (max-width: 425px) {
  .main-visualHead {
    font-size: 9vw;
  }
}
.main-visualHead .small {
  display: block;
  font-size: 0.65em;
}
@media screen and (max-width: 640px) {
  .main-visualHead .small {
    font-size: 0.6em;
  }
}
.main-visualLower {
  padding: 1.563vw 0 1.563vw;
  background: #56c4d0;
}
@media screen and (max-width: 425px) {
  .main-visualLower {
    padding: 15px 0 15px;
  }
}
.main-visualLowerInner {
  width: min(1440px, 75vw);
  width: 75vw;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .main-visualLowerInner {
    width: 90vw;
  }
}
@media screen and (max-width: 1024px) {
  .main-visualLowerInner {
    width: min(1440px, 95%);
  }
}
.main-visualLowerHead {
  margin-top: 9.375vw;
  margin-bottom: 1.042vw;
  color: #fff;
  font-size: 2.917vw;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .main-visualLowerHead {
    margin-top: 100px;
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .main-visualLowerHead {
    margin-top: 60px;
    font-size: 32px;
  }
}
@media screen and (max-width: 425px) {
  .main-visualLowerHead {
    margin-top: 40px;
    font-size: 7.5vw;
  }
}
.main-visualLowerText {
  color: #fff;
  font-size: 1.146vw;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .main-visualLowerText {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .main-visualLowerText {
    font-size: 15px;
  }
}
@media screen and (max-width: 425px) {
  .main-visualLowerText {
    font-size: 13px;
  }
}

.contact02Form {
  margin-bottom: 160px;
  padding: 100px 0 50px;
  background: #d5f0f3;
  overflow: hidden;
}
@media screen and (max-width: 425px) {
  .contact02Form {
    margin-bottom: 80px;
    padding: 60px 0 30px;
  }
}
.contact02FormInner {
  width: min(1440px, 75vw);
  width: 75vw;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .contact02FormInner {
    width: 90vw;
  }
}
@media screen and (max-width: 1024px) {
  .contact02FormInner {
    width: min(1440px, 95%);
  }
}
.contact02Form .wpcf7 {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 425px) {
  .contact02Form .wpcf7 {
    gap: 40px;
  }
}
.contact02FormItemWrapper {
  display: flex;
  flex-direction: column;
  gap: 55px;
  margin-bottom: 60px;
}
@media screen and (max-width: 425px) {
  .contact02FormItemWrapper {
    gap: 30px;
    margin-bottom: 40px;
  }
}
.contact02FormItem {
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  font-size: 20px;
}
@media screen and (max-width: 425px) {
  .contact02FormItem {
    font-size: 16px;
  }
}
.contact02FormItemLabel {
  line-height: 1;
}
.contact02FormItemInput {
  display: block;
  width: 100%;
  padding: 0.2em;
  border: none;
  border-radius: 2px;
  background: #fff;
  box-shadow: -2px -2px 0 rgba(0, 0, 0, 0.3);
  font-size: 1em;
}
@media screen and (max-width: 425px) {
  .contact02FormItemInput {
    padding: 0.3em;
  }
}
.contact02FormInfoText {
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 425px) {
  .contact02FormInfoText {
    margin-bottom: 25px;
    font-size: 15px;
  }
}
.contact02FormCheck {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 425px) {
  .contact02FormCheck {
    font-size: 15px;
  }
}
.contact02FormCheck .agree {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact02FormCheck .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact02FormCheckInput {
  width: 1.4em;
  height: 1.4em;
}
@media screen and (max-width: 425px) {
  .contact02FormCheckInput {
    width: 1.3em;
    height: 1.3em;
  }
}
.contact02FormSubmit {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0.5em 2% 0.4em;
  background: #ff5050;
  color: #fff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 400px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 425px) {
  .contact02FormSubmit {
    font-size: 20px;
    width: 320px;
  }
}
.contact02FormSubmit:hover {
  cursor: pointer;
  background: #ff8383;
  box-shadow: 0 3px 0 rgba(26, 26, 26, 0.4);
}

.formError {
  display: none !important;
  top: 0;
  left: unset !important;
  right: 0 !important;
}

.contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: #1b98dd;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .contact::before {
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contact::before {
    height: 8px;
  }
}
@media screen and (max-width: 640px) {
  .contact::before {
    height: 6px;
  }
}
.contact__head {
  display: flex;
  gap: 2px;
  width: min(1200px, 90%);
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contact__head {
    width: 98%;
  }
}
.contact__head-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-top: -90px;
  text-align: center;
  background-color: #fff;
  border: solid 12px #e1f3ff;
  border-bottom: solid 12px #fff;
  border-radius: 24px 24px 0 0;
  color: #ddd;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1460px) {
  .contact__head-item {
    font-size: 34px;
  }
}
@media screen and (max-width: 1280px) {
  .contact__head-item {
    margin-top: -75px;
    font-size: 30px;
    border: solid 10px #e1f3ff;
    border-bottom: solid 10px #fff;
  }
}
@media screen and (max-width: 1024px) {
  .contact__head-item {
    margin-top: -70px;
    font-size: min(26px, 3vw);
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .contact__head-item {
    margin-top: -62px;
    border: solid 8px #e1f3ff;
    border-bottom: solid 8px #fff;
  }
}
@media screen and (max-width: 640px) {
  .contact__head-item {
    margin-top: -50px;
    border: solid 6px #e1f3ff;
    border-bottom: solid 6px #fff;
    border-radius: 16px 16px 0 0;
    font-size: min(20px, 3.6vw);
  }
}
@media screen and (max-width: 425px) {
  .contact__head-item {
    border-radius: 14px 14px 0 0;
  }
}
.contact__head-item:hover {
  cursor: pointer;
}
.contact__head-item--service {
  margin-left: auto;
}
.contact__head-item.js-is-active {
  border: solid 12px #1b98dd;
  border-bottom: none;
  color: #333;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .contact__head-item.js-is-active {
    border: solid 10px #1b98dd;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .contact__head-item.js-is-active {
    border: solid 8px #1b98dd;
    border-bottom: none;
  }
}
@media screen and (max-width: 640px) {
  .contact__head-item.js-is-active {
    border: solid 6px #1b98dd;
    border-bottom: none;
  }
}
.contact__tel {
  width: min(1200px, 90%);
  margin: 0 auto 0;
  text-align: center;
  line-height: 1;
}
.contact__tel-head {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .contact__tel-head {
    font-size: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__tel-head {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .contact__tel-head {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .contact__tel-head {
    font-size: 16px;
  }
}
.contact__tel-number {
  margin-bottom: 10px;
  font-size: 62px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1280px) {
  .contact__tel-number {
    font-size: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__tel-number {
    font-size: 58px;
  }
}
@media screen and (max-width: 768px) {
  .contact__tel-number {
    font-size: 50px;
  }
}
@media screen and (max-width: 640px) {
  .contact__tel-number {
    font-size: 40px;
  }
}
@media screen and (max-width: 425px) {
  .contact__tel-number {
    font-size: min(34px, 10vw);
  }
}
.contact__tel-time {
  margin-bottom: 30px;
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  .contact__tel-time {
    font-size: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__tel-time {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .contact__tel-time {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .contact__tel-time {
    margin-bottom: 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 425px) {
  .contact__tel-time {
    margin-bottom: 20px;
  }
}
.contact__tel-info {
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 1280px) {
  .contact__tel-info {
    font-size: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__tel-info {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .contact__tel-info {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .contact__tel-info {
    font-size: 15px;
  }
}