@charset "UTF-8";
/* CSS Document */

.contact{
  padding-top: 98px;
  padding-bottom: 160px;
}

.contact__top-lyric{
  font-weight: 500;
  line-height: 2.0;
  letter-spacing: 0.05em;
  margin-bottom: 56px;
}

.contact__bottom-lyric{
  font-weight: 600;
  line-height: 2.0;
  letter-spacing: 0.05em;
  margin-bottom: 56px;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__bottom-lyric{
    line-height: 1.75;
    margin-bottom: 56px;
    margin-top: 24px;
  }
}

.flex_checkbox{
  display: flex;
  justify-content: center;
}

.flex_checkbox a{
  text-decoration: underline;
  color:#0089D9;
}

.wpcf7-not-valid-tip{
  margin-top: 8px;
  padding-left: 8px;
}

/*---------------------------------------------------
    お問い合わせフォーム 入力
---------------------------------------------------*/
dl.contact-form dt{
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  line-height: 1.5;
}
dl.contact-form dd{
  margin-bottom: 38px;
}

.hissu{
  display: inline-block;
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  padding: 0 5px;
  margin-right: 10px;
}
.nini{
  display: inline-block;
    color: #000;
  border: 1px solid #000;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  padding: 0 5px;
  margin-right: 10px;
}

.wpcf7-form-control-wrap input:not([type="checkbox"]):not([type="radio"]){
  background:#fff;
  width: 100%;
  height: 60px;
  padding: 12px 20px;
}

.wpcf7 input[type="checkbox"] {
  transform: scale(1.3);
  margin-right: 8px;

}

.wpcf7-form-control-wrap textarea{
  background:#fff;
  width: 100%;
  height: 300px;
  padding: 12px 20px;
  line-height: 1.5;
}

.wpcf7 input[type="submit"] {
  display: block;
  font-size: 24px;
  color: #fff;
  background-color: #FF4500;
  font-weight: bold;
  padding: 12px 110px;
  cursor: pointer;
  margin:0 auto;
  border-radius: 999px;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-bottom: 36px;
}
.wpcf7 input[type="submit"].is-disabled {
  background-color: #BBBBBB;
  cursor: not-allowed;
}

.wpcf7 input[type="submit"]:hover {
  /*transition: .3s;
  opacity: 0.7;*/
}

.form_checkbox{
  margin-bottom: 24px;
  text-align: center;
}

.form_consent{
  display: block;
  text-align: center;
  color: #3A3A3A;
  line-height: 2.0;
  letter-spacing: .05em;
  margin-bottom: 32px;
}

.form_prev{
  font-size: 24px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
  text-align: center;
}


@media screen and (max-width: 768px) {
  
  .wpcf7 input[type="submit"] {
    font-size: 16px;
    padding: 18px;
    width: 100%;
    max-width: 275px;
    text-align: center;
    margin-bottom: 16px;
  }
  .form_prev{
    font-size: 16px;
  }
}

/*---------------------------------------------------
    お問い合わせフォーム 入力
---------------------------------------------------*/
.h1-title {
  margin-bottom: 80px;
}
.h1-title img {
  margin: 0 auto;
  height: 40px;
}
.ex {
  text-align: center;
  margin-bottom: 50px;
}



/* フォーム */
.form .form-inner {
  display: flex;
  flex-direction: column;
  grid-row-gap: 30px;
  margin-bottom: 80px;
}
.form dt {
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.form dt span.required {
  color: #ffffff;
  background-color: #E00101;
  padding: 10px;
}
.form dd {
  font-weight: 400;
}
.form dd input, .form dd textarea {
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #B3B3B3;
  background-color: #FAFAFA;
  font-weight: 400;
}
.form dd textarea {
  line-height: 2;
  resize: none;
}
::placeholder {
  color: #B3B3B3;
  font-weight: 400;
}
.confirmation-button {
  margin: 0 auto;
  padding: 0;
}
.confirmation-button input {
  padding: 19px 19px 19px 45px;
  width: 100%;
}
/*---------------------------------------------------
    お問い合わせフォーム 完了
---------------------------------------------------*/
.red-bg {
  background-color: #E00001 !important;
}
.thanks-txt {
  text-align: center;
}
.top-btn {
  margin: 0 auto;
}
/*---------------------------------------------------
    お問い合わせフォーム エラー
---------------------------------------------------*/
.error {
  width: 100%;
  position: relative;
  font-size: 16px;
  color: #E00001;
  display: flex;
  column-gap: 8px;
  align-items: center;
  margin-top: 8px;
}
.error::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/contact/icon_error.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
/*---------------------------------------------------


    sp


---------------------------------------------------*/
@media screen and (max-width: 768px) {
  section {
    padding-bottom: 100px;
  }
  .breadcrumb {
    margin: 0 auto 54px 0;
  }
  /*---------------------------------------------------
    お問い合わせフォーム 入力
---------------------------------------------------*/
  .h1-title {
    margin-bottom: 50px;
  }
  .h1-title img {
    max-height: 28px;
    height: 7.467vw;
    margin: 0;
  }
  .ex {
    text-align: left;
    margin-bottom: 40px;
  }
  .form__steps {
    font-size: 14px;
    height: 48px;
    margin-bottom: 40px;
  }
  /* フォーム */
  .form .form-inner {
    margin-bottom: 50px;
  }
  .form dt:not(.required) {
    font-size: 16px;
  }
  .form dt span.required {
    padding: 8px;
  }
  .confirmation-button {
    margin: 0 auto;
    padding: 0;
  }
  .confirmation-button input {
    padding: 19px 19px 19px 45px;
    width: 100%;
  }
  /*---------------------------------------------------
    お問い合わせフォーム 完了
---------------------------------------------------*/
  .thanks-txt {
    text-align: left;
  }
  /* 下部固定削除 */
  .sp-contact-banner-wrap {
    display: none;
  }
  /* フォームボタン削除 */
  .common-contact-banner__btn {
    display: none;
  }
}




.stepper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  color: #fff;
  margin-bottom: 80px;
  /*gap: 10px;*/
  padding-right: 25px;
}

.step {
  position: relative;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0,0,0,.50);
  border-radius: 0 !important;
  transition: background-color 0.3s, color 0.3s;
  font-family: Hiragino Sans;
  line-height: 21px;
  height: 58px;
  flex: 1;
}
.step.arrow::after{
  content: "";
  position: absolute;
  width: 25px;
  height: 58px;
  background-image: url("../images/stepper-white.svg");
  right: -25px;
  top: 0;
  z-index: 1;
}

.step span {
  display: block;
  transform: translateX(12.5px);
}

.step:last-child {
  margin-right: 0;
}

.step.active {
  background-color: #fff;
  color: #000;
}

.step.last::after {
  content: "";
  width: 25px;
  transform: translateX(100%);
  background-color: rgba(0,0,0,.50);
  right: 0;
  top: 0;
  position: absolute;
  display: block;
  height: 100%;
  z-index: 10;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  border: 0;
}

.step.active::after {
  content: "";
  width: 25px;
  transform: translateX(100%);
  background-color: #fff;
  right: 0.5px;
  top: 0;
  position: absolute;
  display: block;
  height: 100%;
  z-index: 10;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  border: 0;
}

.contact-flow{
  text-align: center;
  margin-bottom: 32px;
}

.flex_confirm{
  display: flex;
  width: 100%;
  margin-bottom: 72px;
  align-items: center;
}
.flex_confirm .ttl_form{
  width: 266px;
  font-weight: 600;
  line-height: 2.0;
  letter-spacing:0.05em;
}
.flex_confirm .content_form{
  font-size: 18px;
  font-weight: 600;
  line-height: 2.0;
  letter-spacing:0.05em;
}
@media screen and (max-width: 768px) {
  .flex_confirm{
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .flex_confirm .ttl_form,.flex_confirm .content_form{
    flex:none;
    width: 100%;
    line-height: 1.75;
    
  }
  .flex_confirm .ttl_form{
    margin-bottom: 4px;
  }
  .flex_confirm .content_form{
    font-size: 16px;
  }
}

.contact__thanks-lyric{
  font-size: 18px;
  text-align: center;
  line-height: 2.0;
  letter-spacing:0.05em;
  margin-top: 64px;
  margin-bottom: 80px;
  font-weight: 500;
}

a.btn_thanks{
  display: inline-block;
  position: relative;
  padding: 8px 20px 8px 72px;
  color: #000;
  background-color: #fff;
  margin: 0 auto 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing:0.05em;
  text-align: left;
  border-radius: 30px;
}
a.btn_thanks::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 6px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-image:url("../images/arrow_thanks.svg");
  background-size:contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .contact__thanks-lyric{
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.75;
  }
  a.btn_thanks{
    font-size: 16px;
    padding: 4px 18px 4px 54px;
  }
  a.btn_thanks::before {
    left: 18px;
  }
}
