/* ------------------------------------------
  sub_mv
------------------------------------------ */
.sub_mv {
  background-image: url(../img/company/company_mv_back.jpg);
}

.sub_page_title_wrapper {
  background-image: url(../img/sub/sub_mv_title_back.png);
}

@media screen and (max-width: 767px) {
  .sub_mv {
    background-image: url(../img/company/company_mv_back_sp.jpg);
  }
}

/* ------------------------------------------
  contact_wrapper
  ------------------------------------------ */
.contact_wrapper {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact_wrapper {
    width: auto;
  }
}
/* ------------------------------------------
  contact_tel_link
------------------------------------------ */
.contact_tel_link {
  display: block;
  padding: 45px 65px;
  border: 1px solid #707070;
  margin-top: 110px;
}

.contact_tel_link_inner {
  display: flex;
  justify-content: space-between;
}

.contact_tel_link_left {
  display: flex;
  flex-direction: column-reverse;
}

.contact_tel_link_left_text {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .1em;
  position: relative;
}

.contact_tel_link_left_text::before {
  content: "Telephone";
  color: #FF9F1C;
  font-family: 'Yellowtail', cursive;
  font-size: 8.3rem;
  font-weight: normal;
  opacity: .5;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: -1;
}

.contact_tel_link_right_tel {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  font-weight: bold;
  background-image: url(../img/contact/contact_tel_link_right_tel.png);
  background-position: left center;
  background-size: 39px 43px;
  background-repeat: no-repeat;
  padding-left: 50px;
}

.contact_tel_link_right_text {
  font-size: 1.6rem;
  margin-top: 7px;
  padding-left: 50px;
}

.contact_tel_link_tel {
  color: #4b4b4b;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 5rem;
  font-weight: bold;
  margin-top: 10px;
  background-image: url(../img/top/contact_tel_link_tel_icon.png);
  background-position: left;
  background-size: 39px 42px;
  background-repeat: no-repeat;
  padding-left: 45px;
  line-height: 1.5;
}

.contact_tel_link_text_left {
  font-size: 1.6rem;
  margin-top: 10px;
}

.contact_tel_link_en {
  color: #4b4b4b;
  font-family: 'Yellowtail', cursive;
  font-size: 5.4rem;
  line-height: 54px;
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  .contact_tel_link {
    text-align: center;
    padding: 60px 0 30px;
    margin-top: 55px;
  }

  .contact_tel_link_inner {
    flex-direction: column;
    justify-content: space-between;
  }

  .contact_tel_link_left {
    display: flex;
    flex-direction: column-reverse;
  }

  .contact_tel_link_left_text {
    font-size: 1.5rem;
  }

  .contact_tel_link_left_text::before {
    font-size: 5.5rem;
    top: -59px;
    left: 50%;
    transform: translateX(-50%);
  }

  .contact_tel_link_right_tel {
    font-size: 3em;
    background-size: 29px 32px;
    padding-left: 35px;
  }

  .contact_tel_link_right_text {
    font-size: 1.3rem;
    margin-top: 0;
    padding-left: 0;
  }

  .contact_tel_link_tel {
    font-size: 5rem;
    margin-top: 10px;
    background-size: 39px 42px;
    padding-left: 45px;
  }

  .contact_tel_link_text_left {
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .contact_tel_link_en {
    color: #4b4b4b;
    font-family: 'Yellowtail', cursive;
    font-size: 5.4rem;
    line-height: 54px;
    margin-top: 27px;
  }
}

/* ------------------------------------------
  contact_mail
------------------------------------------ */
.contact_mail_wrapper {
  margin: 80px auto 0;
  padding: 0 100px 80px;
  background-color: rgba(255, 159, 28, 0.1);
}

.contact_mail_title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .1em;
  position: relative;
  padding-top: 110px;
}

.contact_mail_title::before {
  content: "Mail";
  color: #FF9F1C;
  font-family: 'Yellowtail', cursive;
  font-size: 8.3rem;
  font-weight: normal;
  opacity: .5;
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.contact_mail_wrapper form {
  margin-top: 90px;
}

.contact_mail_content dt {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.contact_mail_name {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.contact_mail_content dt span {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff;
  background-color: #E55B42;
  display: inline-block;
  padding: 3px 10px;
  margin-left: 10px;
}

.contact_mail_textframe {
  width: 100%;
  border: 1px solid #707070;
  background-color: #fff;
  height: 40px;
  padding: 0 10px;
}

.contact_mail_content dd {
  font-size: 1.8rem;
  letter-spacing: .1em;
  margin-top: 10px;
}

.contact_mail_content dd label {
  margin-right: 40px;
}

.contact_mail_radio {
  margin: auto 15px 7px auto;
  position: relative;
}

.contact_mail_radio::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #C2C2C2;
  position: absolute;
  top: -2px;
  left: -3px;
  z-index: 2;
}

.contact_mail_radio:checked::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid #FF9F1C;
  position: absolute;
  top: -2px;
  left: -3px;
  z-index: 3;
}

.contact_mail_content textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #707070;
  background-color: #fff;
  margin-top: 10px;
  padding: 0 10px;
}

.contact_mail_privacy {
  margin-top: 45px;
}

.contact_mail_privacy_title {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.contact_mail_privacy_desc {
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 24px;
  margin-top: 25px;
  background-color: #fff;
  height: 110px;
  width: 100%;
  padding: 10px 20px;
  overflow-y: scroll;

}

.contact_mail_privacy_desc_center {
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 24px;
  margin-top: 25px;
  text-align: center;
}

.submit_btn {
  display: table;
  margin: 40px auto 0;
  font-size: 1.8rem;
  color: #fff;
  background-color: #FF9F1C;
  font-weight: bold;
  padding: 15px 80px;
}

@media screen and (max-width: 767px) {
  .contact_mail_wrapper {
    margin: 40px auto 0;
    padding: 0 30px 40px;
    background-color: rgba(255, 159, 28, 0.1);
  }

  .contact_mail_title {
    font-size: 1.5rem;
    padding-top: 70px;
  }

  .contact_mail_title::before {
    font-size: 5.5rem;
    top: 13px;
  }

  .contact_mail_wrapper form {
    margin-top: 45px;
  }

  .contact_mail_content dt {
    font-size: 1.4rem;
  }

  .contact_mail_content dt span {
    font-size: 1rem;
    padding: 3px 5px;
    margin-left: 5px;
  }

  .contact_mail_content dt {
    margin-top: 20px;
  }

  .contact_mail_textframe {
    width: 100%;
    border: 1px solid #707070;
    background-color: #fff;
    height: 40px;
  }

  .contact_mail_content dd {
    font-size: 1.4rem;
    margin-top: 5px;
  }

  .contact_mail_content dd label {
    margin-right: 20px;
  }

  .contact_mail_radio {
    margin: auto 8px 3px auto;
  }

  .contact_mail_content textarea {
    height: 150px;
    margin-top: 5px;
  }

  .contact_mail_privacy {
    margin-top: 25px;
  }

  .contact_mail_privacy_title {
    font-size: 1.5rem;
  }

  .contact_mail_privacy_desc {
    font-size: 1.3rem;
    margin-top: 10px;
  }

  .submit_btn {
    font-size: 1.5rem;
  }
}
