@charset "UTF-8";
.contactWrap {
  max-width: 1180px;
  margin: 0 auto;
}
/*お問い合わせ*/
div.contact-cotion {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  padding: 56px 32px 32px;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  div.contact-cotion {
    border-radius: 10px;
    width: 100%;
    padding: 32px 32px 40px;
    margin-bottom: 32px;
  }
}
.contact-cotion p {
  width: 760px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  text-align: left;
  color: #1a1a1a;
  margin: 0 auto 40px;
  letter-spacing: 0.01em;
  max-width: 100%;
}
@media screen and (max-width:768px) {
  .contact-cotion p {
    width: 100%;
    font-size: 15px;
    line-height: 1.875;
    text-align: left;
    margin: 0 auto 24px;
    letter-spacing: 0.01em;
  }
}
div.contel-wrap {
  border-radius: 10px;
  background: #eff5ff;
  width: 100%;
  padding: 30px 0;
}
.contel.flex {
  justify-content: center;
  align-items: center;
  gap: 0 16px;
}
.teltxt {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: left;
  color: #002076;
}
.teltime {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #002076;
}
div.telicon {
  width: 40px;
  height: 40px;
}
@media screen and (max-width:768px) {
  div.contel-wrap {
    border-radius: 0;
    background: #fff;
    width: 100%;
    padding: 0;
  }
  .contel.flex {
    flex-wrap: wrap;
  }
  .teltxt {
    font-size: 36px;
    letter-spacing: 0.03em;
    line-height: 1;
  }
  .teltime {
    font-size: 14px;
    line-height: 2.143;
  }
  div.telicon {
    width: 32px;
    height: 32px;
  }
}
div.contactWrap {
  border-radius: 20px;
  background: #fff;
  /* width: 100%;*/
  width: clamp(320px, 83.3%, 1000px);
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 112px;
}
@media screen and (max-width:768px) {
  div.contactWrap {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    border-radius: 0;
    padding-top: 56px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 64px;
  }
}
div.form-pretxt .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.875;
  text-align: left;
  margin-bottom: 25px;
  color: #002076;
}
div.form-pretxt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: left;
  color: #1a1a1a;
  padding-bottom: 64px;
  border-bottom: 1px solid #CBD6F7;
  margin-bottom: 64px;
}
@media screen and (max-width:768px) {
  div.form-pretxt .title {
    font-size: 15px;
    margin-bottom: 24px;
  }
  div.form-pretxt p {
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 28px;
    text-align: left;
    color: #1a1a1a;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .page-container-wrap.blue-sub-color.news-wrap.sppbnone {
    padding-bottom: 0;
    padding-top: 32px;
  }
}
/*フォームのcss*/
.formtitle {
  color: #252525;
  font-size: 18px;
  font-weight: 700;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
}
.hisu {
  color: #008742;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
  margin-left: 6px;
}
.nini {
  color: #252525;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
  margin-left: 6px;
}
.nyuryokubox.zip {
  margin-bottom: 16px;
}
div.contactWrap p span.wpcf7-form-control-wrap input {
  width: 100%;
  background: #eff5ff;
  padding: 16px 25px;
}
@media screen and (max-width:768px) {
  div.contactWrap p span.wpcf7-form-control-wrap input {
    padding: 19px 20px;
  }
}
div.contactWrap .zip p span.wpcf7-form-control-wrap input {
  width: 280px;
}
@media screen and (max-width:768px) {
  div.contactWrap .zip p span.wpcf7-form-control-wrap input {
    width: 100%;
  }
}
/* プレースホルダー */
.wpcf7 input::placeholder {
  color: #C9C9C9;
  /*	font-weight: 600;*/
  font-size: 18px;
}
.wpcf7-list-item-label::before {
  vertical-align: middle;
  margin-right: 10px;
}
.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  margin-top: 24px;
  margin-bottom: 48px;
}
@media screen and (max-width:768px) {
  .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    flex-direction: column;
    gap: 15px;
  }
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item label {
  display: flex;
}
.wpcf7-list-item label span.wpcf7-list-item-label {
  white-space: nowrap;
}
.nyuryokubox {
  margin-bottom: 48px;
}
@media screen and (max-width:768px) {
  .nyuryokubox {
    margin-bottom: 40px;
  }
}
.zipwrap {}
.contact__block textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 1.5em;
  background: #F5F5F5;
  margin-block: 1em;
  border-radius: 8px;
}
@media screen and (max-width:768px) {
  .contact__block textarea {
    margin-block: 0;
  }
  .nyuryokubox.last {
    margin-bottom: 24px;
  }
}
.req {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #252525;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
}
.req a {
  color: #2A4184;
  margin-left: 25px;
}
.two_columns {
  gap: 0 24px;
}
.two_columns > div {
  flex: 1;
}
.contactPp a {
  color: #252525;
  font-size: 18px;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.pp {
  display: flex;
  align-items: center;
}
.pp_txt {
  color: #252525;
  font-feature-settings: 'palt'on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
}
@media screen and (max-width:768px) {
  .flex.two_columns {
    flex-wrap: wrap;
  }
  .flex.two_columns div {
    flex: auto;
  }
  .req {
    flex-wrap: wrap;
  }
  .pp {
    display: flex;
    align-items: center;
  }
  .pp_txt {
    color: #252525;
    font-feature-settings: 'palt'on;
    /* cgs-ptj-r./18px-Medium */
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 36px */
    letter-spacing: 0.54px;
  }
}
.zip {
  display: flex;
  align-items: center;
  gap: 13px;
}
.zip:before {
  content: "〒";
  display: inline-block;
  color: #252525;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'palt'on;
  /* genki./16px-Medium */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
}
/***************************

contactform7設定

*************************/
/*ボタン*/
div.contact-btn {
  display: flex;
  margin: 50px auto 0;
  position: relative;
  width: 243px;
  height: 64px;
}
div.contact-btn:after {
  content: "";
  display: inline-block;
  width: 15.17px;
  height: 12px;
  background-image: url(../image/common/btnarrow-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 18px;
}
div.contact-btn input.btn {
  padding: 20px 18px;
  align-self: stretch;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  /* transition: 0.3s ease-in-out;*/
  font-size: 16px;
  color: #fff;
  text-align: left;
  border-radius: 100vh;
  width: 243px;
  background: #008742;
}
div.contact-btn:hover input.btn {
  background: #203424;
}
div.contact-btn:hover:after {
  right: 10px;
}
/*戻るボタン*/
div.pre-contact-btn {
  display: flex;
  margin: 50px auto 0;
  position: relative;
  width: 243px;
  height: 64px;
}
div.pre-contact-btn:after {
  content: "";
  display: inline-block;
  width: 15.17px;
  height: 12px;
  background-image: url(../image/common/btnarrow-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease-in-out;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  position: absolute;
  left: 18px;
}
div.pre-contact-btn:hover:after {
  left: 10px;
}
div.pre-contact-btn input.wpcf7-previous {
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 20px 18px;
  align-self: stretch;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 100vh;
  width: 243px;
  background: #008742;
}
div.pre-contact-btn:before {
  content: "";
  width: 4px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 21px;
  background: url("../image/contact/arrow-l.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
div.pre-contact-btn:hover:before {
  left: 10px;
}
/* チェックボックスデザイン */
input[type="checkbox"] {
  cursor: pointer;
  padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
input[type="checkbox"]::before, input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}
input[type="checkbox"]::before {
  background-color: #F5F5F5;
  border-radius: 0%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: -2px;
}
input[type="checkbox"]::after {
  border-bottom: 3px solid #008742; /*チェックの太さ*/
  border-left: 3px solid #008742; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 8px; /*チェックの高さ*/
  width: 16px; /*チェックの横幅*/
  transform: rotate(-45deg);
  /*top: 0px; チェック時の位置調整*/
  /*left: 5px; チェック時の位置調整*/
  top: -7px;
  bottom: 0;
  left: 3px;
  margin: auto;
}
input[type="checkbox"]:checked::after {
  opacity: 1; /*チェック後表示*/
}
/*ios対策*/
.wpcf7-list-item label {
  align-items: center;
}
div.contactWrap p span.wpcf7-form-control-wrap input[name="checkbox-741[]"], div.contactWrap p span.wpcf7-form-control-wrap input[name="privacycheck"] {
  width: auto;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  padding-right: 0;
}
div.contactWrap p span.wpcf7-form-control-wrap input {
  width: 100%;
  background: #F5F5F5;
  padding: 16px 25px;
}
.telBox-each div.left {
  width: 100%;
  max-width: 500px;
  height: 171px;
  background-color: #008742;
  margin: 0 auto 120px;
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .telBox-each div.left {
    width: 100%;
	  margin-bottom: 0;
  }
}
.telBox-each div.left span.icon {
  width: 23px;
  height: 24.15px;
  aspect-ratio: 23 / 24.15;
  margin-bottom: 4px;
  display: inline-block;
}
.telBox-each div.left a {
  color: #fff;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 44.8px */
  justify-content: center;
}
.telBox-each div.left p {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.36px;
}
.telBox-each div.right {
  width: 50%;
  background-color: #3eb034;
  height: 171px;
  pointer-events: none;
  transition: all 0.5s ease;
}
.telBox-each div.right:hover {
  background-color: #47cc3a; /* 子要素をhoverした時の親要素の背景色 */
}
@media screen and (max-width: 767px) {
  .telBox-each div.right {
    width: 100%;
  }
}
.telBox-each div h2 {
  margin-bottom: 10px;
}
.telBox-each div button {
  width: 215px;
  height: 60px;
  background-color: #fff;
  border-radius: 100vh;
  pointer-events: auto;
}
.telBox-each div button a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 23px;
}
.telBox-each div button a span {
  color: #008742;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
}
.telBox-each div button a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 11.866px;
  flex-shrink: 0;
  aspect-ratio: 15/11.87;
  position: absolute;
  right: 20px;
  background-image: url(../image/footer/arrow.svg);
  transition: all 0.6s ease;
}
.telBox-each div button:hover {
  background-color: #203424;
}
.telBox-each div button:hover a:after {
  right: 10px;
  background-image: url(../image/common/btnarrow-w.svg);
}
.telBox-each div button:hover a span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .telBox-each {
    flex-wrap: wrap;
  }
}

  .telBox-each div h2 {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.39px;
}

