@charset "utf-8";

/*=======================================
contact
=======================================*/
/* mv */
.mv {
  position: relative;
  padding: 0;
  height: 350px;
  background: url(../image/contact/contact_mv.jpg) no-repeat center center;
  background-size: cover;
}


@media screen and (max-width: 768px) {
  .mv {
    background: url(../image/contact/contact_mv_sp.jpg) no-repeat center center;
    height: 46.66vw;
    background-size: cover;
  }
}

#sec_contact .content.w1050{
  margin-bottom: 214px;
}
#sec_contact .content.w1050 .breadcrumbs{
  padding-bottom: 150px;
}

#sec_contact .contact-item dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20.5px;
  border-bottom: 1px solid #BCBCBC;
}
#sec_contact .contact-item dl:nth-child(1) div,
#sec_contact .contact-item dl:nth-child(2) div{
  width: 100%;
}
#sec_contact .contact-item dl:nth-child(12) {
  display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: initial;
  padding-bottom: 20.5px;
  border-bottom: 1px solid #BCBCBC;
}
#sec_contact .contact-item dl:nth-child(12) dt{
  margin-bottom: 50px;
  width: 100%;
  justify-content:initial;
  gap: 10px;
}
#sec_contact .contact-item dl:nth-child(12) dd{
  width: 100%;
}
#sec_contact .contact-item dl:nth-child(12) dd ul{
display: flex;
flex-wrap: wrap;
gap: 18px 0;
}
#sec_contact .contact-item dl:nth-child(12) dd li{
  width: 50%;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.09em;
  }

#sec_contact .contact-item dl:first-child dd {
  display: flex;
  gap: 5%;
}
#sec_contact .contact-item dl:nth-of-type(2) dd {
  display: flex;
  gap: 5%;
}
#sec_contact .contact-item dl:nth-of-type(6) dd label.select  {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
   }

 #sec_contact .contact-item dl:nth-of-type(9) dd label.select  {
position: relative;
height: 100%;
width: 50%;
display: block;
 }

#sec_contact .contact-item dl dd label.select::before {
  content: "";
  position: absolute;
  display: block;
  top: 22px;
  right: 2em;
  border: 5px solid transparent;
  border-top: 8px solid #2A61BA;
  pointer-events: none;
  /* transform: translateY(-50%); */

}

#sec_contact .contact-item dl:nth-of-type(13) {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #sec_contact .content.w1050{
    margin-bottom: 50px;
  }
  #sec_contact .content.w1050 .breadcrumbs{
    padding-bottom: 61.5px;
  }
  #sec_contact .contact-item dl:first-child dd {
    flex-direction: column;
    gap: 20px;
  }
  #sec_contact .contact-item dl:nth-of-type(2) dd {
    flex-direction: column;
    gap: 20px;
  }

}
@media screen and (max-width: 1200px) {
  #sec_contact .contact-item dl:nth-child(12) dd ul{
flex-direction: column;
    }
    #sec_contact .contact-item dl:nth-child(12) dd li{
      width: 100%;
      font-size: 15px;
    }
  #sec_contact .contact-item dl {
    display: block;
  }
  #sec_contact .contact-item dl:nth-of-type(9) dd label.select  {
    width: 100%;
     }
}
#sec_contact .contact-item dl:not(:last-of-type) {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #sec_contact .contact-item dl:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
#sec_contact .contact-item dl:last-of-type {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {

  #sec_contact .contact-item dl:last-of-type {
    margin-bottom: 50px;
  }
}
#sec_contact .contact-item dl dt {
  width: 35.047%;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 20px;
}

#sec_contact .contact-item dl dt::before{
  content:"";
  display:inline-block;
  width: 4px;
  height:100%;
  background-color:#2A61BA;
  position:absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  #sec_contact .contact-item dl dt {
    gap: 0 10px;
    width: 100%;
    margin-bottom: 30px;
    font-size: 15px;
  }
  }
#sec_contact .contact-item dl dt span.must-mk,
#sec_contact .contact-item dl dt span.optional-mk {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  min-width: 56.5px;
  height: 22.43px;
  background: #DC3C3C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 0.1em;
}
#sec_contact .contact-item dl dt span.optional-mk {
  background: #F38C16;
}
@media screen and (max-width: 768px) {
#sec_contact .contact-item dl dt span.must-mk,
#sec_contact .contact-item dl dt span.optional-mk{
    height: 20px;
    width: 45px;
    min-width: none;
    font-size: 11px;
  }
}
#sec_contact .contact-item dl dd {
  width: 60.95%;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  #sec_contact .contact-item dl dd {
    width: 100%;
    font-size: 13px;
  }
}
#sec_contact .contact-item dl dd input {
  width: 100%;
  height: 50px;
  background: #F1FAFF;
  padding: 0 24.9px;
}

span.valid_error{
  margin-top: 10px;
  display: inline-block;
  color: #DC3C3C;
}
#sec_contact .contact-item dl dd input:focus {
  outline:solid 1px #2A61BA;
}

#sec_contact .contact-item dl:nth-child(10) dd input {
  width: 50%;
}

#sec_contact .contact-item dl dd select {
  width: 100%;
  height: 50px;
  background: #F1FAFF;
  padding: 0 24.9px;
}
#sec_contact .contact-item dl:nth-of-type(9) dd select {
  width: 100%;
}

#sec_contact .contact-item dl dd select:invalid {
  color: #B8B8B8;
}
#sec_contact .contact-item dl dd  select option {
  color: #333;
  background: #FFF;
}

input[type=radio] {
  display: none;
  height: 0;
}
#sec_contact .contact-item dl dd input[type=radio]  {
  height: 0;
}
.radio01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0px 35px;
  position: relative;
  width: auto;
  vertical-align:middle;
}
.radio01::before {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  content: '';
  display: block;
  height: 22px;
  left: 5px;
  position: absolute;
  top: 50%;
  width: 22px;
  transform: translateY(-50%);

}
.radio01::after {
  background: #1069C4;
  border-radius: 50%;
  content: '';
  display: block;
  height: 14px;
  left: 9px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 14px;
  transform: translateY(-50%);
}
input[type=radio]:checked + .radio01::after {
  opacity: 1;
}

#sec_contact .contact-item dl dd select option:first-of-type{
  width: 100%;
  height: 50px;
  background: #F1FAFF;
  padding: 0 24.9px;
}
@media screen and (max-width: 1200px) {
  #sec_contact .contact-item dl:nth-of-type(9) dd select {
    width: 100%;
  }

#sec_contact .contact-item dl:nth-child(10) dd input {
  width: 100%;
}
.radio01 {
  padding: 5px 35px;
}}

@media screen and (max-width: 768px) {
  .radio01::before {
    height: 20px;
    width: 20px;
    top: 14px;
  }
  .radio01::after {
    height: 12px;
    width: 12px;
    top: 14px;
  }

}
#sec_contact .contact-item dl dd textarea {
  width: 100%;
  height: 220.31px;
  background: #F1FAFF;
  padding: 29.7px 24.9px;
}
@media screen and (max-width: 768px) {
  #sec_contact .contact-item dl dd textarea {
    height: 150px;
    padding: 10px;
  }
}
#sec_contact .contact-item dl dd ::-moz-placeholder {
  font-weight: 500;
  line-height: 1.833;
  text-align: left;
  color: #B8B8B8;
  font-size: 16px;
}
#sec_contact .contact-item dl dd ::placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.833;
  text-align: left;
  color: #B8B8B8;
  font-size: 16px;
}
#sec_contact .contact-item div.submit_btnarea {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 0 50px;
}
@media screen and (max-width: 768px) {
  #sec_contact .contact-item div.submit_btnarea {
    gap: 0 20px;
  }
  #sec_contact .contact-item dl dd ::-moz-placeholder {
    font-size: 12px;
  }
  #sec_contact .contact-item dl dd ::placeholder {
    font-size: 12px;
  }
}
#sec_contact .contact-item div.submit_btnarea .btn{
  max-width: 242px;
  height: 60px;
  width: 100%;
}


#sec_contact .contact-item ul.error_list {
  border: 1px solid #CD1423;
  max-width: 580px;
  margin: 0 auto 120px;
  padding: 25px 5%;
}
@media screen and (max-width: 768px) {
  #sec_contact .contact-item ul.error_list {
    margin-bottom: 60px;
  }
}
#sec_contact .contact-item ul.error_list li {
  font-size: 16px;
  margin: 0 0 20px;
  color: #CD1423;
  letter-spacing: 0.035em;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  #sec_contact .contact-item ul.error_list li {
    font-size: 13px;
    padding-left: 15px;
  }
}
#sec_contact .contact-item ul.error_list li::before {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  background-color: #CD1423;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #sec_contact .contact-item ul.error_list li::before {
    width: 8px;
    height: 8px;
  }
}
#sec_contact .contact-item ul.error_list li span {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 768px) {
  #sec_contact .contact-item ul.error_list li span {
    font-size: 16px;
  }
}

#sec_contact .contact-item .policy{
  color: #3BBFFF;
  font-weight: 700;
  font-size: 18px;
  margin: 0 auto 40px;
  letter-spacing: 0.09em;
display: flex;
justify-content: center;
}
#sec_contact .contact-item .policy a{
position: relative;
}
#sec_contact .contact-item .policy a::after{
  content: "";
    position: absolute;
    display: block;
    width: 21px;
    height: 17px;
    right: -2em;
    top: 0%;
    background: url(../image/common/icon_blank04.svg) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
  #sec_contact .contact-item .policy{
    font-size: 12px;
  }
}
#sec_contact .contact-item .btn{
  padding: 0;
}
#sec_contact .contact-item div.submit_btnarea .btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
#sec_contact .contact-item div.submit_btnarea .btn .submit_button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
pointer-events: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display: block;
width: 100%;
height: 100%;
-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;
position: relative;
transition: all 0.3s ease;
pointer-events: auto;
cursor: pointer;
text-align: center;
border-radius: 30px;
}

#sec_contact .contact-item dl dt label{
  pointer-events: none;
}


/*============================
#lead_sec
============================*/
#sec_lead.und_section .thanks_box{
  margin-bottom: 220px;
}

#sec_lead.und_section .lead_txt {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #1069C4;
}

@media screen and (max-width: 768px) {
  #sec_lead.und_section .thanks_box{
    margin-bottom: 100px;
  }
  #sec_lead.und_section .lead_txt {
    font-size: 16px;
  }
}

/*============================
confirm_section
============================*/

#sec_contact.confirm_section .txt01 {
margin-bottom: 60px;
}

#sec_contact.confirm_section .contact-item dl:nth-child(12) {
flex-direction: row;
align-items: center;
    justify-content: space-between;
}
#sec_contact.confirm_section .contact-item dl:nth-child(12) dt{
  width: 35.047%;
  justify-content:space-between;
  margin-bottom: 0px;
}
#sec_contact.confirm_section .contact-item dl:nth-child(12) dd{
  width: 60.95%;
}
#sec_contact.confirm_section .contact-item dl:nth-child(12) dd ul{
display: block;
}

#sec_contact.confirm_section .contact-item .btn.return::after {
  display: none;
}
#sec_contact.confirm_section .contact-item .btn.return::before {
  position: absolute;
  left: 3em;
  display: block;
  width: .5em;
  height: .5em;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  content: '';
  transform: rotate(135deg);
}



  @media screen and (max-width: 1200px) {
    #sec_contact.confirm_section .contact-item dl dd{
      padding-left: 20px;
    }
    #sec_contact.confirm_section .contact-item dl:nth-child(12) {
      display: block;
      }
      #sec_contact.confirm_section .contact-item dl:nth-child(12) dt{
        gap: 0 10px;
        width: 100%;
    margin-bottom: 30px;
    font-size: 15px;
      }
      #sec_contact.confirm_section .contact-item div.submit_btnarea{
        gap: 20px;
      }

  }

[type="date"] {
  &::before {
      content: attr(placeholder);
      width: 100%;
      color: #B8B8B8;
  }
}
 #sec_contact .contact-item dl:nth-child(5) dd{
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
  z-index: 100;
}

input[type="date"]::after {
  content: "";
  position: absolute;
  display: block;
  top: 22px;
  right: 2em;
  border: 5px solid transparent;
  border-top: 8px solid #2A61BA;
  pointer-events: none;
}


/* datepicker */
#sec_contact .contact-item dl:nth-child(5) dd::after {
  content: "";
  position: absolute;
  display: block;
  /* top: 55%; */
  top: 22px;
  right: 2em;
  border: 5px solid transparent;
  border-top: 8px solid #2A61BA;
  pointer-events: none;
  /* transform: translateY(-50%); */
}

#sec_contact .textareaDiv {
  position: relative;
}
#sec_contact .textarea {
  background: transparent;
  padding: 15px;
}
#sec_contact #placeholder {
    opacity: .5;
    position: absolute;
    top: 18px;
    left: 25px;
    font-size: 16px;
    pointer-events: none;
    /* transform: translateY(-50%); */
    padding-right: 40px;
}
#sec_contact #placeholder.none {
  display: none;
}

@media screen and (max-width: 1200px) {
  #sec_contact #placeholder {
    font-size: 13px;
}
}
@media screen and (max-width: 500px) {
  #sec_contact #placeholder {
    top: 13px;
}
}

.grecaptcha-badge{
margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
	.grecaptcha-badge{
	margin-bottom: 80px;
	}
}

