@charset "UTF-8";
/* 変数 mixin等のCSS
============================================================================= */
/* 変数
=================================================================== */
/* mixin
=================================================================== */
/* 資料ダウンロード
============================================================================= */
.page-contact {
  overflow-x: hidden;
}

.download {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  width: min(1200px, 90%);
  margin: 0 auto;
  padding: 140px 0;
}
@media screen and (max-width: 1024px) {
  .download {
    gap: 20px;
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .download {
    padding: 100px 0;
  }
}
@media screen and (max-width: 640px) {
  .download {
    grid-template-columns: 1fr;
    gap: 80px;
    padding: 90px 0;
  }
}
.download__info {
  display: flex;
  flex-direction: column;
}
.download__info-subhead {
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 2px solid #56c4d0;
  color: #56c4d0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .download__info-subhead {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .download__info-subhead {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .download__info-subhead {
    font-size: 17px;
  }
}
.download__info-head {
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .download__info-head {
    font-size: 28px;
  }
}
.download__info-head > .small {
  display: block;
  margin-bottom: 5px;
  font-size: 0.6em;
  line-height: 1.2;
}
.download__info-text {
  line-height: 1.4;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .download__info-text {
    font-size: 15px;
  }
}
.download__info-text .info {
  display: block;
  margin-top: 0.5em;
  color: #ff5050;
  font-size: 0.9em;
}
.download__info-box {
  flex: 1;
  background: #f3faff;
  border-radius: 24px;
  padding: 30px 5%;
}
@media screen and (max-width: 1024px) {
  .download__info-box {
    border-radius: 20px;
  }
}
@media screen and (max-width: 640px) {
  .download__info-box {
    padding: 30px 3%;
    border-radius: 18px;
  }
}
@media screen and (max-width: 425px) {
  .download__info-box {
    border-radius: 14px;
  }
}
.download__info-box-img {
  width: 100%;
  margin-bottom: 30px;
}
.download__info-box-head {
  margin-top: 40px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .download__info-box-head {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .download__info-box-head {
    font-size: 18px;
  }
}
.download__info-list--type2 .download__info-list-item {
  background: #1b98dd;
}
.download__info-list-item {
  margin-bottom: 10px;
  padding: 8px 3% 8px calc(5% + 0.8em);
  border-radius: 100px;
  background: #56c4d0;
  color: #fff;
  line-height: 1.1;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .download__info-list-item {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .download__info-list-item {
    font-size: 14px;
  }
}
.download__info-list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translate(0, -50%);
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: #fff;
  border-radius: 50%;
}
.download__info-box2 {
  margin-top: 40px;
  background: #f3faff;
  border-radius: 24px;
  border: 3px solid #56c4d0;
}
@media screen and (max-width: 1024px) {
  .download__info-box2 {
    border-radius: 20px;
  }
}
@media screen and (max-width: 640px) {
  .download__info-box2 {
    margin-top: 30px;
    border-radius: 18px;
  }
}
@media screen and (max-width: 425px) {
  .download__info-box2 {
    border-radius: 14px;
  }
}
.download__info-box2-head {
  padding: 12px 2%;
  text-align: center;
  background: #56c4d0;
  color: #fff;
  border-radius: 14px 14px 0 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .download__info-box2-head {
    font-size: 19px;
  }
}
@media screen and (max-width: 425px) {
  .download__info-box2-head {
    border-radius: 8px 8px 0 0;
  }
}
.download__info-box2-cont {
  padding: 75px 5% 30px;
  position: relative;
}
.download__info-box2-text {
  position: absolute;
  top: 25px;
  left: 3%;
  transform: rotate(-3deg);
  color: #ff5050;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .download__info-box2-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .download__info-box2-text {
    font-size: 14px;
  }
}
.download .wpcf7 {
  display: flex;
}
.download form {
  display: flex;
  flex-direction: column;
}
.download__form {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 70px 0 40px 6%;
  background: #F2F2F2;
  border-radius: 24px 0 0 24px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .download__form {
    padding-top: 50px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .download__form {
    border-radius: 18px;
  }
}
@media screen and (max-width: 640px) {
  .download__form {
    padding: 50px 3% 40px;
    border-radius: 14px;
  }
}
.download__form::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 90%;
  height: 100%;
  background: #F2F2F2;
  border-radius: inherit;
  border-image-source: linear-gradient(#F2F2F2, #F2F2F2);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 0;
}
@media screen and (max-width: 640px) {
  .download__form::before {
    display: none;
  }
}
.download__submit {
  width: 100%;
  padding: 18px 3%;
  background: #ff5050;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 6px;
  border: none;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1024px) {
  .download__submit {
    padding: 16px 3%;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .download__submit {
    padding: 14px 3%;
  }
}
.download__submit:hover {
  cursor: pointer;
  background: #f2716c;
}
.download.js-is-active {
  display: grid;
}

.form {
  margin-bottom: 40px;
}
.form__item {
  margin-bottom: 30px;
}
.form__item-flex {
  display: flex;
  align-items: center;
  gap: 5%;
}
.form__radio-flex {
  display: flex;
  gap: 0.5em;
  width: 100%;
}
.form__label {
  position: relative;
}
@media screen and (max-width: 768px) {
  .form__label {
    font-size: 15px;
  }
}
.form__label::after {
  content: attr(data-required);
  margin-left: 0.1em;
  font-size: 1em;
  vertical-align: top;
  color: #ff5050;
}
.form__label--radio {
  margin-bottom: 10px;
}
.form__label--agree {
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .form__label--agree {
    font-size: 13px;
  }
}
.form__label a {
  color: #56c4d0;
  text-decoration: underline;
}
.form__label a:hover {
  text-decoration: none;
}
.form select {
  width: 100%;
  padding: 10px 1%;
  box-shadow: inset 2px 2px 3px rgba(201, 201, 201, 0.5);
  border: solid 1px #c9c9c9;
  font-size: 17px;
}
.form select option {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .form select option {
    font-size: 12px;
  }
}
.form select option:checked {
  background: #F2F2F2;
}
.form__input {
  display: block;
  width: 100%;
  padding: 10px 1%;
  box-shadow: inset 2px 2px 3px rgba(201, 201, 201, 0.5);
  border: solid 1px #c9c9c9;
  font-size: 17px;
}
@media screen and (max-width: 1024px) {
  .form__input {
    padding: 8px 1%;
  }
}
@media screen and (max-width: 768px) {
  .form__input {
    font-size: 16px;
  }
}
.form__input[type=radio], .form__input[type=checkbox] {
  width: initial;
  box-shadow: none;
}
.form__input:focus {
  outline: solid 1px #c9c9c9;
}
.form__input:focus[type=radio], .form__input:focus[type=checkbox] {
  outline: none;
}
.form__info {
  margin-bottom: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .form__info {
    font-size: 15px;
  }
}

.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 9.375vw;
  background: #56c4d0;
}
@media screen and (max-width: 1024px) {
  .main-visualLower {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 768px) {
  .main-visualLower {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .main-visualLower {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 425px) {
  .main-visualLower {
    padding: 15px 0 80px;
  }
}
.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: 425px) {
  .main-visualLowerHead {
    margin-top: 3.125vw;
    font-size: 7.5vw;
  }
}

.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;
  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;
  }
}

.wpcf7-not-valid-tip {
  top: unset;
  bottom: -1.3em;
  right: 0;
  line-height: 1;
}
@media screen and (max-width: 425px) {
  .wpcf7-not-valid-tip {
    font-size: 11px;
  }
}

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

.formErrorContent {
  min-width: unset !important;
  padding: 4px 6px 4px 4px !important;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 4px !important;
}
@media screen and (max-width: 640px) {
  .formErrorContent {
    font-size: 10px !important;
  }
}

.wpcf7-response-output {
  width: 100%;
  margin: 20px 0 0 !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1.1;
  font-size: 15px;
  color: #ff5050;
}

.wpcf7-list-item > label {
  display: flex;
  align-items: center;
}
.wpcf7-list-item > label > input {
  transform: scale(1.5);
  margin: 0 14px 0 4px;
}
@media screen and (max-width: 640px) {
  .wpcf7-list-item > label > input {
    margin-right: 10px;
  }
}
.wpcf7-list-item > label > input#agree {
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .wpcf7-list-item > label > input#agree {
    margin-right: 25px;
  }
}
@media screen and (max-width: 425px) {
  .wpcf7-list-item > label > input#agree {
    margin-right: 20px;
  }
}

#consulatation {
  display: flex;
  align-items: center;
  gap: 4%;
}
#consulatation > .wpcf7-list-item {
  display: block;
}
@media screen and (max-width: 425px) {
  #consulatation > .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
  }
}

.radio-798 {
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}