@charset "UTF-8";
.h-con .nav .nav-contents .list-TOP {
  border-bottom: none;
  position: relative; /* 疑似要素の基準点 */
}
.h-con .nav .nav-contents .list-TOP::after {
  content: "";
  position: absolute;
  bottom: 0; /* リンクの最下部に配置 */
  left: 0;
  width: 100%;
  height: 2px; /* 線の太さ（border-bottomの代わり） */
  background-color: #ffffff; /* 染まる色（青） */
  transform: scaleX(0); /* 1. 初期状態: 幅をゼロにして隠す */
  transform-origin: left; /* 2. 起点: 左端に固定 */
  /* transformのみをアニメーション対象にする */
  transition: transform 0.3s ease-out;
}
.h-con .nav .nav-contents .list-TOP:hover::after {
  transform: scaleX(1); /* 最終状態: 幅を100%に戻す */
}
.h-con .nav .nav-contents .list-Contact {
  border-bottom: 1px solid;
}
.h-con .nav .nav-contents .list-Contact:hover::after {
  display: none;
}

@media screen and (max-width: 767px) {
  #navArea {
    display: block;
  }
  #navArea .h-nav {
    right: -100vw;
    width: 80wv;
  }
  #navArea .h-nav .inner ul li a {
    color: rgb(255, 255, 255);
  }
  #navArea .h-nav .inner ul li.list-Contact a {
    color: #ff0000;
  }
  #navArea .h-nav .inner ul li.list-TOP a {
    color: #ffffff;
  }
}
.MV {
  height: calc(40vh - 70px);
}
.MV #myCanvas3 {
  display: block; /* ブロック要素として表示し、マージンなどの問題を避ける */
  cursor: move; /* ユーザーが視点を動かせることがわかるようにカーソルを設定 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: white;
  z-index: -1;
}
.MV .MV__con .MV__text .MV__main-text {
  font-size: 55px;
}

.Contact {
  background-image: none;
  padding-top: 80px;
  padding-bottom: 80px;
}
.Contact .conteiner {
  width: min(100%, 1000px);
  margin: auto;
}
.Contact .conteiner .Contact__con .con-text .main-text {
  text-align: center;
  padding-bottom: 50px;
}
.Contact .conteiner .Contact__con .con-text .main-text .text-main {
  border-bottom: none;
  font-size: 28px;
}
.Contact .conteiner .Contact__con .con-text .main-text .text-main br:nth-of-type(2) {
  display: none;
}
.Contact .conteiner .Contact__con .form {
  padding-bottom: 50px;
  background-color: rgb(74, 74, 74);
  padding-top: 50px;
}
.Contact .conteiner .Contact__con .form .form__item {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  padding: 20px 0;
  padding-left: 10px;
  margin: 0 25px;
}
.Contact .conteiner .Contact__con .form .form__item .wpcf7-form-control-wrap {
  width: 60%;
}
.Contact .conteiner .Contact__con .form .form__item label {
  position: relative;
  width: 40%;
}
.Contact .conteiner .Contact__con .form .form__item label .Required {
  position: absolute;
  right: 40px;
  background-color: rgb(239, 31, 31);
  padding: 2px 5px;
}
.Contact .conteiner .Contact__con .form .form__item input {
  width: 60%;
  background-color: rgb(201, 201, 201);
  margin-right: 10px;
  padding: 5px;
  border-radius: 3px;
  overflow: hidden;
  color: black;
}
.Contact .conteiner .Contact__con .form .form__item input:not([type=radio]) {
  width: 100%;
}
.Contact .conteiner .Contact__con .form .form__item textarea {
  width: 100%;
  height: 150px;
  background-color: rgb(201, 201, 201);
  margin-right: 10px;
  border-radius: 3px;
  overflow: hidden;
  color: black;
}
.Contact .conteiner .Contact__con .form .form__item .con-R {
  width: 40%;
  height: auto;
  display: flex;
  position: relative;
}
.Contact .conteiner .Contact__con .form .form__item .con-R .Required {
  background-color: rgb(239, 31, 31);
  position: absolute;
  right: 40px;
  padding: 2px 5px;
}
.Contact .conteiner .Contact__con .form .form__item .con-L {
  width: 60%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
.Contact .conteiner .Contact__con .form .form__item .con-L .first label,
.Contact .conteiner .Contact__con .form .form__item .con-L .last label {
  display: flex;
  width: auto;
}
.Contact .conteiner .Contact__con .form .form__item .con-L .first label .wpcf7-list-item-label,
.Contact .conteiner .Contact__con .form .form__item .con-L .last label .wpcf7-list-item-label {
  display: block;
  width: 50px;
}
.Contact .conteiner .Contact__con .form .form__item .con-L .first {
  margin-left: 0;
}
.Contact .conteiner .Contact__con .form .form__item .con-L .che-con label {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.Contact .conteiner .Contact__con .form .form__item .con-L .che-con .wpcf7-form-control-wrap {
  width: 100%;
}
.Contact .conteiner .Contact__con .form .form__item .con-L .che-con .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  align-items: center;
}
.Contact .conteiner .Contact__con .form .form__item .con-L .che-con .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: flex;
  align-items: center;
}
.Contact .conteiner .Contact__con .form .form__item .con-L .che-con .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
  margin: 0;
}
.Contact .conteiner .Contact__con .form .form__item .con-L div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.Contact .conteiner .Contact__con .form .form__item .con-L div label {
  width: 70%;
  padding: 0;
}
.Contact .conteiner .Contact__con .form .form__item .con-L div input {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(201, 201, 201);
  color: black;
}
.Contact .conteiner .Contact__con .form .form__item .con-L .che-con {
  align-items: center;
}
.Contact .conteiner .Contact__con .form .form__item .con-L .che-con input {
  width: 20px;
  height: 20px;
  border-radius: 0%;
  margin: auto;
}
.Contact .conteiner .Contact__con .form .btn {
  text-align: center;
}
.Contact .conteiner .Contact__con .form .btn .che-con {
  padding-top: 35px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Contact .conteiner .Contact__con .form .btn .che-con .wpcf7-form-control-wrap {
  margin-bottom: 10px;
}
.Contact .conteiner .Contact__con .form .btn .che-con div {
  display: flex;
  align-items: center;
  margin-bottom: auto;
  margin-top: 4px;
  margin-right: 10px;
}
.Contact .conteiner .Contact__con .form .btn .che-con input {
  width: 20px;
  height: 20px;
  background-color: white;
  color: black;
}
.Contact .conteiner .Contact__con .form .btn .che-con label {
  text-align: left;
}
.Contact .conteiner .Contact__con .form .btn .che-con label a {
  text-decoration: underline;
}
.Contact .conteiner .Contact__con .form .btn .submit {
  color: rgb(255, 255, 255);
  box-shadow: 0px 0px 0px 6px;
  padding: 5px 40px;
  font-size: 20px;
}
.Contact .conteiner .Contact__con .form .btn .submit .wpcf7-spinner {
  display: none;
}
.Contact .conteiner .Contact__con .form .btn .submit .wpcf7-spinner::before {
  display: none;
}
.Contact .conteiner .Contact__con .form .btn .submit .wpcf7-form-control {
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .Contact {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .Contact .conteiner {
    padding: 0;
  }
  .Contact .conteiner .Contact__con .con-text {
    padding: 0 20px;
  }
  .Contact .conteiner .Contact__con .con-text .main-text {
    padding-bottom: 30px;
  }
  .Contact .conteiner .Contact__con .con-text .main-text .text-main {
    font-size: clamp(1.25rem, 1.161rem + 0.45vw, 1.475rem);
  }
  .Contact .conteiner .Contact__con .con-text .main-text .text-main br:nth-of-type(2) {
    display: block;
  }
  .Contact .conteiner .Contact__con .form {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .Contact .conteiner .Contact__con .form .form__item {
    flex-direction: column;
    padding: 10px 0;
  }
  .Contact .conteiner .Contact__con .form .form__item label {
    width: 100%;
    margin-bottom: 10px;
  }
  .Contact .conteiner .Contact__con .form .form__item label .Required {
    right: 0px;
  }
  .Contact .conteiner .Contact__con .form .form__item input {
    width: 60%;
    margin-right: 0;
  }
  .Contact .conteiner .Contact__con .form .form__item .wpcf7-form-control-wrap {
    width: 100%;
  }
  .Contact .conteiner .Contact__con .form .form__item .con-L {
    width: 70%;
    margin-right: auto;
  }
  .Contact .conteiner .Contact__con .form .form__item .con-L .che-con .wpcf7-form-control-wrap .wpcf7-form-control {
    flex-wrap: wrap;
  }
  .Contact .conteiner .Contact__con .form .form__item .con-L .che-con .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    margin-left: 0;
    width: 50%;
  }
  .Contact .conteiner .Contact__con .form .form__item .con-L .che-con .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
    flex-direction: row;
  }
  .Contact .conteiner .Contact__con .form .form__item .con-L .che-con .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
    width: 75px;
    font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  }
  .Contact .conteiner .Contact__con .form .form__item .con-R {
    width: 100%;
    margin-bottom: 10px;
  }
  .Contact .conteiner .Contact__con .form .form__item .con-R .Required {
    right: 0px;
  }
  .Contact .conteiner .Contact__con .form .form__item .radio-con.con-R {
    width: 100%;
  }
  .Contact .conteiner .Contact__con .form .form__item .radio-con.con-R .Required {
    right: 0px;
  }
  .Contact .conteiner .Contact__con .form .form__item .radio-con.con-L {
    width: 100%;
    gap: 0px;
    justify-content: left;
    flex-direction: row;
  }
  .Contact .conteiner .Contact__con .form .form__item .radio-con.con-L .first,
  .Contact .conteiner .Contact__con .form .form__item .radio-con.con-L .last {
    margin-left: 0;
  }
  .Contact .conteiner .Contact__con .form .form__item .radio-con.con-L .first label .wpcf7-list-item-label,
  .Contact .conteiner .Contact__con .form .form__item .radio-con.con-L .last label .wpcf7-list-item-label {
    margin-left: 5px;
  }
  .Contact .conteiner .Contact__con .form .form__item .radio-con.con-L .last {
    margin-left: 0;
  }
  .Contact .conteiner .Contact__con .form .form__item .radio-con.con-L .last label input {
    margin-left: 10px;
  }
  .Contact .conteiner .Contact__con .form .form__item .radio-con.con-L .che-con {
    width: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
  }
  .Contact .conteiner .Contact__con .form .form__item .radio-con.con-L .che-con:nth-of-type(2) {
    margin-left: 30px;
  }
  .Contact .conteiner .Contact__con .form .form__item .radio-con.con-L .che-con label {
    width: 100%;
    padding-top: 9px;
  }
  .Contact .conteiner .Contact__con .form .form__item textarea {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .Contact .conteiner .Contact__con .form .btn input {
    width: 50%;
    padding-bottom: 8px;
  }
  .Contact .conteiner .Contact__con .form .btn .che-con div {
    margin-bottom: auto;
    margin-top: 4px;
  }
  .Contact .conteiner .Contact__con .form .btn .che-con .wpcf7-form-control-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=contact.css.map */