@charset "UTF-8";
@media screen and (max-width: 767px) {
  .hero_2nd_area {
    background: url(../../img/contact/img01.webp) 40% center repeat;
    background-size: cover;
    height: 50vh;
  }
}

.sec_com .contact_area {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(38, 19, 3, 0.3);
}
@media screen and (max-width: 767px) {
  .sec_com .contact_area {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.sec_com .contact_area .txt_com01.-tc {
  text-align: center;
  margin-top: 20px;
}
.sec_com .contact_area .btn_com01 {
  margin: 0px auto;
  margin-top: 40px;
}
.sec_com .contact_area:nth-last-child(1) {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.tit_contact01 {
  margin-bottom: 20px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .tit_contact01 {
    margin-bottom: 10px;
    font-size: 17px;
  }
}

.btn_other01 {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .btn_other01 {
    padding-bottom: 80px;
  }
}
.btn_other01 .btn_pic {
  width: 100%;
  max-width: 600px;
  height: 140px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .btn_other01 .btn_pic {
    width: 100%;
    max-width: 335px;
    height: 120px;
  }
}
.btn_other01 .btn_pic .img {
  width: 30.33%;
}
@media screen and (max-width: 767px) {
  .btn_other01 .btn_pic .img {
    width: 46.66%;
    height: 120px;
  }
}
.btn_other01 .btn_pic .txt_area {
  width: 66.33%;
}
@media screen and (max-width: 767px) {
  .btn_other01 .btn_pic .txt_area {
    width: 53.33%;
    height: 120px;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  position: relative;
  background: #fff;
  border: solid 1px #c9caca;
  border-radius: 2px;
  display: block;
  box-shadow: 0 0 0 0 transparent;
  /* アイコン：選択済みの見た目 */
}
input[type=radio]::before,
input[type=checkbox]::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  top: 0px;
  left: 0px;
  background-color: #fff;
  -webkit-mask-image: url("../../img/common/icon_check.svg");
  mask-image: url("../../img/common/icon_check.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 75% auto;
  mask-size: 75% auto;
  -webkit-mask-position: center center;
  mask-position: center center;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background: #1272BA;
  border-color: #1272BA;
}
input[type=radio]:checked::before,
input[type=checkbox]:checked::before {
  opacity: 1;
}

input[type=text],
input[type=tel],
input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  border: solid 1px #c9caca;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 1em;
  box-sizing: border-box;
  height: 2.92em;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email] {
    font-size: 13px;
  }
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: #9fa0a0;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder {
  color: #9fa0a0;
}
input[type=text][aria-invalid=true],
input[type=tel][aria-invalid=true],
input[type=email][aria-invalid=true] {
  border-color: #E55050;
  background-color: #FFF4F5;
}

textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 10.28em;
  border: solid 1px #c9caca;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px;
  resize: none;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 13px;
  }
}
textarea::-moz-placeholder {
  color: #9fa0a0;
}
textarea::placeholder {
  color: #9fa0a0;
}

@media screen and (max-width: 767px) {
  .contents_form .tit_com03 {
    margin-bottom: 10px;
  }
}
.contents_form .txt_form01 {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .contents_form .txt_form01 {
    font-size: 15px;
  }
}
.contents_form .txt_form01 span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .contents_form .txt_form01 span {
    font-size: 12px;
  }
}
.contents_form .txt_form01 b {
  font-weight: bold;
  font-weight: 500;
  font-size: 18px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contents_form .txt_form01 b {
    font-size: 15px;
  }
}
.contents_form .txt_form02 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contents_form .txt_form02 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.contents_form .txt_form02 span {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .contents_form .txt_form02 span {
    font-size: 11px;
  }
}
.contents_form .txt_form02 a {
  color: #261303;
  display: inline;
  text-decoration: underline;
}
.contents_form .txt_form02.-mb_none {
  margin-bottom: 0px;
}
.contents_form .form_com {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contents_form .form_com {
    margin-bottom: 30px;
  }
}
.contents_form .form_com .form_tit01 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #261303;
}
@media screen and (max-width: 767px) {
  .contents_form .form_com .form_tit01 {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.contents_form .form_com .form_tit01 span {
  font-size: 12px;
  margin-left: 15px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .contents_form .form_com .form_tit01 span {
    font-size: 11px;
  }
}
.contents_form .form_com .form_check_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .contents_form .form_com .form_check_flex {
    display: block;
  }
}
.contents_form .form_com .form_check_flex label {
  width: 33.3%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .contents_form .form_com .form_check_flex label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contents_form .form_com .form_check_flex label p {
  width: calc(100% - 30px);
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .contents_form .form_com .form_check_flex label p {
    font-size: 14px;
  }
}
.contents_form .form_com .form_check_flex label p span {
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 767px) {
  .contents_form .form_com .form_check_flex label p span {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .contents_form .form_com .form_check_flex.-four {
    display: flex;
    flex-wrap: wrap;
  }
}
.contents_form .form_com .form_check_flex.-four label {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .contents_form .form_com .form_check_flex.-four label {
    width: 50%;
  }
}
.contents_form .form_com .form_check_flex.-w label {
  width: 100%;
}
.contents_form .form_com .formBox_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .contents_form .form_com .formBox_flex {
    display: block;
  }
}
.contents_form .form_com .formBox_flex .tit01 {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .contents_form .form_com .formBox_flex .tit01 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.contents_form .form_com .formBox_flex .tit01 span {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .contents_form .form_com .formBox_flex .tit01 span {
    font-size: 11px;
    display: inline-block;
  }
}
.contents_form .form_com .formBox_flex .form_check_flex, .contents_form .form_com .formBox_flex .form_input {
  width: 80.23%;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .contents_form .form_com .formBox_flex .form_check_flex, .contents_form .form_com .formBox_flex .form_input {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contents_form .form_com .formBox_flex .form_check_flex, .contents_form .form_com .formBox_flex .form_input {
    font-size: 13px;
  }
}
.contents_form .form_com .formBox_flex .form_input {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
}
.contents_form .form_com .formBox_flex .form_input dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contents_form .form_com .formBox_flex .form_input dl {
    margin-bottom: 10px;
  }
}
.contents_form .form_com .formBox_flex .form_input dl dt {
  width: 28.07%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  box-sizing: border-box;
  padding-right: 10px;
}
.contents_form .form_com .formBox_flex .form_input dl dt span {
  font-size: 12px;
}
.contents_form .form_com .formBox_flex .form_input dl dd {
  width: 71.92%;
}
.contents_form .-req, .contents_form .-opt {
  position: relative;
  box-sizing: border-box;
  padding-left: 130px;
}
@media screen and (max-width: 820px) {
  .contents_form .-req, .contents_form .-opt {
    padding-left: 0px;
  }
}
.contents_form .-req::before, .contents_form .-opt::before {
  display: block;
  line-height: 1;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  width: 80px;
}
@media screen and (max-width: 820px) {
  .contents_form .-req::before, .contents_form .-opt::before {
    position: static;
    margin-bottom: 10px;
    font-size: 10px;
    width: 70px;
  }
}
.contents_form .-req::before {
  content: "必須";
  background-color: #a72126;
}
.contents_form .-opt::before {
  content: "任意";
  background-color: #898989;
}

.alert_txt {
  color: #ED0000;
  font-size: 11px !important;
  margin-top: 5px;
}

.button_flex {
  width: 100%;
}
.button_flex ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.button_flex ul li {
  margin: 0px 10px;
}