@charset "UTF-8";
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
@font-face {
  font-family: "departureMono400";
  src: url("../font/DepartureMono-Regular.woff");
}
@font-face {
  font-family: "bahnschrift350";
  src: url("../font/bahnschrift.ttf");
}
@font-face {
  font-family: "bahnschrift600";
  src: url("../font/bahnschrift.ttf");
}
@font-face {
  font-family: "inter500";
  src: url("../font/Inter-VariableFont_opsz_wght.woff");
}
@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "notoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
.contact {
  position: relative;
}
.contact:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent calc(100% - 1px), #f6f6f6 calc(100% - 1px));
  background-size: 865px 865px;
  background-repeat: repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1079px) {
  .contact:before {
    background-size: 200px 200px;
  }
}
.contact .c-text {
  margin-top: 20px;
}
@media screen and (max-width: 1079px) {
  .contact .c-text {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1080px) {
  .contact_top_dot {
    top: -50px;
    right: 246px;
  }
}

@media screen and (min-width: 1080px) {
  .contact__tel {
    padding: 0 40px 120px;
  }
}
@media screen and (max-width: 1079px) {
  .contact__tel {
    padding: 70px 0;
  }
}

@media screen and (min-width: 1080px) {
  .contact_tel_dot01 {
    top: 95px;
    left: 47px;
  }
}

@media screen and (min-width: 1080px) {
  .contact_tel_dot02 {
    bottom: 205px;
    left: 90px;
  }
}

@media screen and (min-width: 1080px) {
  .contact_tel_dot03 {
    top: 233px;
    right: 14px;
  }
}

@media screen and (min-width: 1080px) {
  .contact_tel_dot04 {
    bottom: 42px;
    right: 25px;
  }
}

.contact__telList {
  margin: 50px auto 0;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 1080px) {
  .contact__telList {
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media screen and (max-width: 1079px) {
  .contact__telList {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px 0;
  }
}

.contact__telItem {
  background-color: #fff;
  border: 1px solid #2452E2;
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  color: #2452E2;
}
@media screen and (min-width: 1080px) {
  .contact__telItem {
    padding: 30px 35px 15px;
  }
}
@media screen and (max-width: 1079px) {
  .contact__telItem {
    padding: 15px 15px 12px;
  }
}
@media screen and (max-width: 350px) {
  .contact__telItem {
    padding: 15px 10px 12px;
  }
}

.front__infoName {
  display: block;
  line-height: 1;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #2452E2;
}
@media screen and (min-width: 1080px) {
  .front__infoName {
    font-size: 24px;
  }
}
@media screen and (max-width: 1079px) {
  .front__infoName {
    font-size: 18px;
  }
}

.contact__telLink {
  display: block;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  letter-spacing: 3px;
  color: #2452E2 !important;
}
@media screen and (max-width: 350px) {
  .contact__telLink {
    font-size: 20px;
  }
}

.contact__telSmall {
  font-size: 15px;
}

.contact__telWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 1080px) {
  .contact__telWrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1079px) {
  .contact__telWrap {
    margin-top: 10px;
  }
}

.contact__telContents {
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .contact__telContents {
    margin-left: 10px;
  }
}
.contact__telContents:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -20px;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 40px;
  background-color: #2452E2;
}
@media screen and (max-width: 480px) {
  .contact__telContents:before {
    left: -10px;
  }
}

.contact__telText {
  display: table;
  line-height: 1.42;
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (max-width: 1079px) {
  .contact__telText {
    font-size: 12px;
  }
}
.contact__telText:nth-child(n+2) {
  margin-top: 5px;
}
.contact__telText.--time {
  margin-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 350px) {
  .contact__telText.--time {
    margin-right: 5px;
  }
}

.contact__telTimes {
  color: #000;
  font-family: zenKakuGothicNew500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.contact__section {
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(36, 82, 226, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(36, 82, 226, 0.2) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
  border-top: 1px solid rgba(36, 82, 226, 0.2);
  border-bottom: 1px solid rgba(36, 82, 226, 0.2);
}
@media screen and (min-width: 1080px) {
  .contact__section {
    padding: 120px 40px 100px;
  }
}
@media screen and (max-width: 1079px) {
  .contact__section {
    padding: 70px 0 120px;
    margin-top: 50px;
  }
}

@media screen and (min-width: 1080px) {
  .contact_sec_dot01 {
    top: 453px;
    left: 12px;
  }
}

@media screen and (min-width: 1080px) {
  .contact_sec_dot02 {
    bottom: 438px;
    left: 76px;
  }
}

@media screen and (min-width: 1080px) {
  .contact_sec_dot03 {
    bottom: 154px;
    right: 347px;
  }
}

@media screen and (min-width: 1080px) {
  .contact_sec_dot04 {
    bottom: 272px;
    right: 65px;
  }
}

.contact__section .input_area li {
  margin-top: 40px;
  margin-bottom: 0;
}
.contact__section .input input,
.contact__section .input textarea {
  border: 1px solid #aaa;
}
.contact__section .label {
  font-size: 16px;
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.contact__section .label.req:after {
  content: "必須";
  font-size: 10px;
  padding: 2px 8px;
  color: #fff;
  background-color: #E50000;
  margin-left: 10px;
}
.contact__section .privacyWrap {
  margin: 50px auto 20px;
  text-align: center;
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.contact__section .formBtnWrap {
  margin: 0 auto;
}
.contact__section .formBtnWrap:hover input[type=submit] {
  background-color: #B9372A;
}
.contact__section .formBtnWrap:after {
  display: none;
}
.contact__section input[type=checkbox] + .wpcf7-list-item-label::before {
  border: 1px solid #aaa;
}
.contact__section form input[type=submit] {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-family: notoSans700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  width: 100%;
  padding: 30px;
  max-width: 300px;
  background: #FC4835;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px !important;
}
.contact__section .wpcf7-not-valid-tip {
  font-family: notoSans700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}

.grecaptcha-badge {
  bottom: 54px !important;
  z-index: 10;
}