@charset "UTF-8";

/*====================
mixin
====================*/
/*====================
コンタクトフォーム
====================*/
#contact {
  margin-top: 100px;
}

@media (max-width: 767px) {
  #contact {
    margin-top: 60px;
  }
}

.contact__form-headNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 30px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .contact__form-headNav {
    margin: 20px 5px 25px;
  }
}

.contact__form-head {
  background: #dde7fe;
  color: #204678;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 70%;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
  position: relative;
}

@media (max-width: 767px) {
  .contact__form-head {
    font-size: 12px;
    height: 38px;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
}

.contact__form-head::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: -20px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent rgb(32, 70, 120);
}

@media (max-width: 767px) {
  .contact__form-head::after {
    right: -16px;
    border-width: 19px 0 19px 16px;
  }
}

.contact__form-head+.contact__form-head {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .contact__form-head+.contact__form-head {
    margin-left: 23px;
  }
}

.contact__form-head1 {
  background: #204678;
  color: #fff;
}

.contact__form-head2::after {
  border-color: transparent transparent transparent #dde7fe;
}

.contact__form-head3::after {
  display: none;
}

.contact__container {
  padding-bottom: 100px;
  background: #fff;
  width: 1390px;
  max-width: 100%;
  margin-top: 25px;
  padding-top: 170px;
  border-radius: 25px 25px 0 0;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .contact__container {
    padding: 110px 8px 100px;
    margin-top: 10px;
  }
}

.contact__inner {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .contact__inner {
    padding: 0;

  }
}

.contact__form-dl {
  border: 1px solid #d4d4d4;
}

.contact__form {
  background: #FFFFFF;
  width: 1000px;
  max-width: 100%;
  margin: 20px auto 0;
}

.contact__form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d4d4d4;
}

.contact__form-row dt {
  color: #343434;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .contact__form-row dt {
    font-size: 14px;
  }
}

.contact__form-label {
  width: 300px;
  font-weight: bold;
  background: #f5f4f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 26px;
}

@media (max-width: 767px) {
  .contact__form-label {
    width: 23%;
    padding: 5px;
  }
}

.contact__form-input,
.contact__input-city {
  width: calc(100% - 250px);
  padding: 30px;
}

@media (max-width: 767px) {
  .contact__form-input {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 77%;
    padding: 20px 10px 20px;
  }
}

.contact__form-inputName {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  padding: 25px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: calc(100% - 250px);
  font-weight: bold;
  color: #343434;
}

@media (max-width: 767px) {
  .contact__form-inputName {
    display: block;
    width: 77%;
    padding: 5px;
  }
}

.contact__input-city .city {
  display: block;
}

@media (max-width: 767px) {
  .contact__input-city {
    width: 77%;
    padding: 10px;
    font-size: 14px;
    display: block;
  }
}

.date,
.name {
  padding: 0 15px;
  font-weight: bold;
  color: #343434;
}

@media (max-width: 767px) {

  .date,
  .name {
    padding: 0 10px;
  }
}

.name {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .name {
    padding: 0 5px;
  }
}

.city {
  margin-top: 10px;
  display: inline-block;
  font-weight: bold;
  color: #343434;
}

.contact__form-input [type=text] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d4d4d4;
  background: #f6f6f6;
  padding: 12px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 90%;
}

@media (max-width: 767px) {
  .contact__form-input [type=text] {
    margin-top: 0;
    width: 100%;
    padding: 10px 16px;
  }
}

.contact__form-inputName [type=text] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d4d4d4;
  background: #f6f6f6;
  padding: 12px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}

@media (max-width: 767px) {
  .contact__form-inputName [type=text] {
    width: 88%;
    margin: 5px 0;
    padding: 10px 16px;
  }
}

.contact__input-city [type=text] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d4d4d4;
  background: #f6f6f6;
  padding: 12px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 66%;
  max-width: 100%;
  margin-top: 10px;
  display: block;
}

@media (max-width: 767px) {
  .contact__input-city [type=text] {
    padding: 10px 16px;
    width: 100%;
  }
}

.contact__input-city .input__s {
  display: inline-block;
  max-width: 100px;
  margin: 10px 10px 0;
}

.contact__input-city .input__s:first-of-type {
  margin-left: 0;
}

@media screen and (max-width: 359px) {
  .contact__input-city .input__s {
    display: block;
    margin: 10px 0 0;
  }
}

.contact__form-input [type=email] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d4d4d4;
  background: #f6f6f6;
  padding: 13px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 90%;
}

@media (max-width: 767px) {
  .contact__form-input [type=email] {
    width: 100%;
    padding: 10px 16px;
  }
}

.contact__form-input select {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d4d4d4;
  padding: 15px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  background: #f6f6f6 url(../img/select_arrow.png) no-repeat right 12px center/12px 12px;
  width: 180px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .contact__form-input select {
    width: 100%;
    padding: 13px 16px;
    background: #f6f6f6 url(../img/select_arrow.png) no-repeat right 12px center/10px 8px;
  }
}

.contact__input-city select {
  display: block;
  width: 160px;
  max-width: 100%;
  margin-top: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d4d4d4;
  padding: 15px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  background: #f6f6f6 url(../img/select_arrow.png) no-repeat right 12px center/12px 12px;
}

@media (max-width: 767px) {
  .contact__input-city select {
    width: 100%;
    padding: 13px 16px;
    background: #f6f6f6 url(../img/select_arrow.png) no-repeat right 12px center/10px 8px;
  }
}

.contact__form-input textarea {
  height: 240px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d4d4d4;
  background: #f6f6f6;
  padding: 12px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 90%;
  resize: none;
}

@media (max-width: 767px) {
  .contact__form-input textarea {
    width: 100%;
    height: 180px;
  }
}

.contact__form-btn [type=submit] {
  display: block;
  background: #059cd1;
  color: #fff;
  border-radius: 50px;
  width: 550px;
  max-width: 100%;
  height: 56px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .contact__form-btn [type=submit] {
    font-size: 16px;
    width: 300px;
    height: 46px;
  }
}

.contact__form-btn [type=submit]:hover {
  background: #204678;
}

.contact__form-btn {
  margin: 50px auto 0;
  text-align: center;
  display: block;
  position: relative;
  width: 550px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .contact__form-btn {
    width: 300px;
  }
}

.contact__form-btn::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.is-required {
  color: #f4000c;
  margin-left: -10px;
}

@media (max-width: 767px) {
  .is-required {
    display: inline-block;
    margin-left: -5px;
  }
}

/*====================
ラジオ
====================*/
.contact__radio-input [type=radio] {
  position: relative;
  opacity: 0;
  z-index: -1;
}

.contact__radio-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 250px);
  padding: 25px 45px;
}

@media (max-width: 767px) {
  .contact__radio-input {
    width: 75%;
    display: block;
    padding: 20px 30px;
    font-size: 14px;
    font-weight: bold;
  }
}

.radio__flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 767px) {
  .radio__flex+.radio__flex {
    margin-top: 25px;
  }
}

.radio__flex label {
  display: block;
}

.radio__flex label:not(:first-child) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .radio__flex label:not(:first-child) {
    margin-top: 25px;
  }
}

.radio {
  position: relative;
  padding-left: 5px;
  margin-top: 10px;
}

.radio::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #d4d4d4;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -21px;
}

.radio::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 5px;
  border-left: 2px solid #343434;
  border-bottom: 2px solid #343434;
  left: -17px;
  top: 25%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}

[type=radio]:checked+span::after {
  opacity: 1;
}

/*====================
ポリシー
====================*/
.contact__form-policy {
  margin: 30px auto 0;
  color: #343434;
  line-height: 1.3;
  letter-spacing: 0.5px;
  width: 900px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .contact__form-policy {
    font-size: 13px;
    padding: 0 10px;
  }
}

.policy__head {
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}

@media (max-width: 767px) {
  .policy__head {
    font-size: 14px;
  }
}

/* 202505 add */
.radio__soudan_cont{
  display: flex;
  flex-wrap: wrap;
}
.radio__soudan_cont label{
  width: 50%;
  display: block;
  margin-top: 20px;
}
.radio__soudan_cont label:first-child,
.radio__soudan_cont label:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .radio__soudan_cont label{
  width: 100%;
  margin-top: 25px;
  }
  .radio__soudan_cont label:first-child{
  margin-top: 0px;
  }
  .radio__soudan_cont label:nth-child(2) {
  margin-top: 25px;
  }
}

/* /202505 add */

/*====================
送信完了ページ thanks.html
====================*/
#thanks h1 {
  line-height: 1.5;
}

@media (max-width: 767px) {
  #thanks h1 {
    font-size: 20px;
  }
}

#thanks .contact__form-head1 {
  background: #dde7fe;
  color: #204678;
}

#thanks .contact__form-head1:after {
  border-color: transparent transparent transparent #dde7fe;
}

#thanks .contact__form-head3 {
  background: #204678;
  color: #fff;
}

#thanks .thanks__txt_area {
  text-align: center;
  margin: 70px 0 70px;
}

#thanks .thanks__txt {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.85;
}

@media (max-width: 767px) {
  #thanks .thanks__txt {
    font-size: 14px;
  }
}

#thanks .btn_back {
  display: block;
  background: #059cd1;
  color: #fff;
  border-radius: 50px;
  width: 250px;
  max-width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: inherit;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #thanks .btn_back {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }
}

#thanks .btn_back:before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  color: #fff;
}