/*
Theme Name: A-WING developer
Theme URI:
Author: A-WING
Author URI:
Description: A-WING TEMPLATE-DEV.
Version: 1.0
License:
License URI:
Tags:
Text Domain: developer.a-wing.biz
*/
/*
.fv-video-wrap {
  height: 650px;
  display: flex;
  align-items: center;
}
.fv-video-wrap:before {
  content: none;
}
.message__img2 {
  display: block;
  margin: 0 auto;
  height: 70%;
}*/
span.logo__txt {
    display: block;
    text-align: center;
    font-size: 10px;
    color: #fff;
}
.fv-video-wrap {
  position: relative;
  z-index: -1;
}
/*
.fv-video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(0,0,0,0.06),
    rgba(0,0,0,0.06) 2px,
    transparent 2px,
    transparent 6px
  );
  background-image:
    radial-gradient(rgba(0,0,0,0.2) 25%, transparent 25%);
  background-size: 4px 4px;
}*/
/*-----------------------------------------------------------
  form
-----------------------------------------------------------*/
.form.form--check {
  color: #305a91;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .04em;
}
.form.form--check .form__checkbox {

}
.form.form--check .form__checkbox > span {

}
.form.form--check .form__checkbox > span > span {
  display: block;
}
.form.form--check .form__checkbox > span > span > span {
  display: block;
  text-align: center;
  margin: 2rem auto !important;
}
.form.form--check .form__checkbox > span > span > span label {
  cursor: pointer;
}
.form.form--check .form__checkbox > span > span > span label input {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.form.form--check .form__checkbox > span > span > span label > span {
  transition: background-color .2s linear;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  width: 322px;
  background: #fff;
  border: solid 2px #305a91;
  border-radius: 4px;
  padding: 1.5rem 2.5rem 1.5rem 4.5rem;
  display: inline-block;
}
.form.form--check .form__checkbox > span > span > span label > span:before {
  transition: opacity .2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 110px;
  width: 21px;
  height: 21px;
  background: #fff;
  border: solid 1px #305a91;
}
.form.form--check .form__checkbox .wpcf7-list-item input[type="checkbox"]:checked
+ .wpcf7-list-item-label::before{
  background: #305a91;
}
.form.form--check .form__checkbox > span > span > span label > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 46%;
  left: 115px;
  width: 6px;
  height: 10px;
  transform: rotate(40deg) translateY(-50%);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn--big {
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: transparent;   /* 文字色を透明に */
  text-indent: -9999px; /* 文字を画面外に飛ばす */
  background: none;     /* 背景を消す（必要なら） */
  border: none;         /* ボーダーも消す */
  cursor: pointer;
}
/*ラジオボタン*/
.form__item--new .form__radio-box {

}
.form__item--new span.wpcf7-form-control-wrap {
  margin: 0;
  display: flex;
  gap: 2.6rem;
}
.form__item--new span.wpcf7-radio {
  display: flex;
  gap: 2.6rem;
}
.form__item--new span.wpcf7-list-item {
  margin: 0;
}
.form__item--new span.wpcf7-list-item label {
  cursor: pointer;
}
.form__item--new span.wpcf7-list-item label input[type="radio"] {
  display: none;
}
.form__item--new .wpcf7-list-item-label {
  transition: background-color .2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  color: #262626;
  width: 100%;
  border-radius: 4px;
  background: #f4f4f4;
  padding: 1.5rem 2.2rem 1.5rem 5rem;
  min-width: 291px;
  padding: 2.2rem 2.2rem 2.2rem 5rem;
}
.form__item--new .wpcf7-list-item-label:before {
  transition: opacity .2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #305a91;
  opacity: 0;
  z-index: 1;
  top: 28px;
}
.form__item--new .wpcf7-list-item-label:after {
  transition: border-color .2s linear;
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  z-index: 0;
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
  border: solid 1px #305a91;
  border-radius: 50%;
  top: 23px;
}
.form__item--new span.wpcf7-list-item label input[type="radio"]:checked + .wpcf7-list-item-label:before{
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .fv-video-wrap {
    aspect-ratio: 1 / 0.912;
  }
  .message__img2 {
    height: 40%;
  }/*
  .hero--top {
    padding: 0;
  }*/
}
@media screen and (min-width: 1200px) {
  .post-type-page .list-box__item {
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .form__item--new .form__radio-box {

  }
  .form__item--new span.wpcf7-form-control-wrap {
    gap: 1.2rem;
  }
  .form__item--new span.wpcf7-radio {
    gap: 1.2rem;
    flex-direction: column;
  }
}
