@charset "UTF-8";
/*----------------
    Contactページ
------------------*/
.Contactus .Common_ttl_en{
  padding: 12vw 0;
}
.Contactus_wrap {
  text-align: center;
  margin-bottom: 21vw;
}
.Contactus_thumb {
  margin-bottom: 5px;
  font-size: calc(16 * (100vw / 375));
  letter-spacing: 0.05em;
  font-family: 'Open Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: 700;
}
.Contactus_foot .Footer_fix {
  display: none;
}
@media screen and (min-width: 736px){
  .Contactus .Common_ttl_en{
    padding:77px 0;
  }
  .Contactus_wrap {
    width: 800px;
    margin: 0 auto 158px;
  }
  .Contactus_thumb {
    margin-bottom: 7px;
    font-size: 16px;
  }
}

/*-----電話-----*/
.Contactus_tel {
  width: 90%;
  padding: 35px 0 26px;
  border: 1px solid #212121;
  margin: 0 auto 18px;
  text-align: center;
}
.Contactus_tel_num {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding-left: calc(34 * (100vw / 375));
  font-family:'Lora', 'Noto Sserif JP', '游明朝', YuMincho, 'メイリオ', Meiryo, serif;
  font-size: calc(32 * (100vw / 375));
  letter-spacing: 0.08em;
  font-weight: 500;
}
.Contactus_tel_num::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/contact/tel.svg);
  background-size: cover;
  width: calc(27 * (100vw / 375));
  height: calc(27 * (100vw / 375));
  margin: auto;
}
.Contactus_tel_num a {
  color: #3B4043;
}
.Contactus_tel_num a:hover {
  opacity: 1;
}
.Contactus_tel_txt {
  font-size: calc(14 * (100vw / 375));
}
@media screen and (min-width: 736px){
  .Contactus_tel {
    width: 100%;
    padding: 45px 0 39px;
  }
  .Contactus_tel_num {
    font-size: 40px;
    padding-left: 46px;
  }
  .Contactus_tel_num::before {
    width: 38px;
    height: 38px;
  }
  .Contactus_tel_num a {
    pointer-events: none;
  }
  .Contactus_tel_txt {
    font-size: 14px;
  }
}

/*-----フォーム-----*/
.Contactus_form {
  width: 90%;
  padding: 34px 0 36px;
  border: 1px solid #212121;
  margin: 0 auto 33px;
  text-align: center;
  font-family: 'Open Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
@media screen and (min-width: 736px){
  .Contactus_form {
    width: 100%;
    padding: 47px 0;
    margin-bottom: 43px;
  }
}
/*-----フォーム　入力-----*/
.Contactus_form_label {
  display: block;
  width: 90%;
  margin: 0 auto 14px;
  overflow: hidden;
}
.Contactus_form_label:nth-of-type(1) {
  margin-top: 24px;
}
.Contactus_form_txt {
  margin-bottom: 3px;
  text-align: left;
  font-size: calc(14 * (100vw / 375));
  font-weight: 700;
}
.Contactus_form_txt_thin {
  font-weight: 500;
  margin-left: 5px;
}
.Contactus_form_input {
  width: 110%;
  margin-left: -5%;
  box-sizing: border-box;
  padding: 5%;
  font-size: calc(16 * (100vw / 375));
  color: #3B4043;
  background-color: #F0F0F0;
  border: 0;
  border-radius: 0;
  box-shadow: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  transform: scale(0.9);
}
.Contactus_form_txtarea {
  width: 110%;
  height: 223px;
  margin-left: -5%;
  margin-top: -6px;
  box-sizing: border-box;
  padding: 5%;
  font-size: calc(16 * (100vw / 375));
  color: #3B4043;
  background-color: #F0F0F0;
  border: 0;
  border-radius: 0;
  box-shadow: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  transform: scale(0.9);
  resize: none;
}
@media screen and (min-width: 736px){
  .Contactus_form_label {
    width: 90%;
    margin-bottom: 26px;
  }
  .Contactus_form_label:nth-of-type(1) {
    margin-top: 48px;
  }
  .Contactus_form_txt {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .Contactus_form_input, .Contactus_form_txtarea {
    width: 100%;
    margin-left: 0;
    padding: 12px;
    font-size: 14px;
    transform: scale(1);
  }
  .Contactus_form_txtarea {
    margin-top: 0;
  }
}
/*-----フォーム　アラート-----*/
.Contactus_form_fail, .Contactus_form_error, .Contactus_form_done {
  display: none;
  box-sizing: border-box;
  width: 90%;
  padding: 5% 5% 4%;
  margin: 0 auto 5%;
  font-size: calc(14 * (100vw / 375));
}
.Contactus_form_fail, .Contactus_form_error {
  color: #CC3C3C;
  background-color: #FFF0F1;
}
.Contactus_form_done {
  color: #008000;
  background-color: #f0fff0;
}
@media screen and (min-width: 736px){
  .Contactus_form_fail, .Contactus_form_error, .Contactus_form_done {
    font-size: 14px;
    padding: 12px 0 10px;
    margin-bottom: 15px;
  }
}
/*-----フォーム　送信ボタン-----*/
.Contactus_form_submit {
  width: 90%;
  box-sizing: border-box;
  padding: 3.5% 0 3%;
  background-color: #fff;
  border: 1px solid #212121;
  border-radius: 0;
  box-shadow: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  font-size: calc(15 * (100vw / 375));
  font-family:'Lora', 'Noto Sserif JP', '游明朝', YuMincho, 'メイリオ', Meiryo, serif;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 736px){
  .Contactus_form_submit {
    width: 411px;
    padding: 3px 0 0;
    line-height: 53px;
    font-size: 17px;
    cursor: pointer;
    transition: .2s ease-in-out;
  }
  .Contactus_form_submit:hover {
    background-color: #212121;
    color:#fff;
  }
}

/*-----法人ページへ-----*/
.Contactus_other {
  display: inline-block;
  position: relative;
  padding-right: calc(18 * (100vw / 375))
}
.Contactus_other a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/contact/arrow.svg);
  background-size: cover;
  width: calc(7 * (100vw / 375));
  height: calc(11 * (100vw / 375));
  margin: auto;
}
.Contactus_other a {
  color: #3B4043;
}
@media screen and (min-width: 736px){
  .Contactus_other {
    padding-right: 26px;
  }
  .Contactus_other a:before {
    width: 10px;
    height: 15px;
  }
}

