@charset "UTF-8";
.pc_br {
  display: block;
}

@media screen and (max-width: 500px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .sp_br {
    display: block;
  }
}

.sm_br {
  display: none;
}

@media screen and (max-width: 500px) {
  .sm_br {
    display: block;
  }
}

.ec_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .ec_br {
    display: block;
  }
}

.policy_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .policy_br {
    display: block;
  }
}

.footer_br {
  display: block;
}

@media screen and (max-width: 800px) {
  .footer_br {
    display: none;
  }
}

.pc_br {
  display: block;
}

@media screen and (max-width: 500px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .sp_br {
    display: block;
  }
}

.sm_br {
  display: none;
}

@media screen and (max-width: 500px) {
  .sm_br {
    display: block;
  }
}

.ec_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .ec_br {
    display: block;
  }
}

.policy_br {
  display: none;
}

@media screen and (max-width: 800px) {
  .policy_br {
    display: block;
  }
}

.footer_br {
  display: block;
}

@media screen and (max-width: 800px) {
  .footer_br {
    display: none;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #272727;
  font-size: 10px;
  background-color: #ffffff;
}

.container {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 400px) {
  .container {
    padding: 0 10px;
  }
}

a:hover {
  opacity: 0.7;
}

.sec-ttl {
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #34373f;
  position: relative;
  display: block;
  padding-top: 120px;
  z-index: 10;
}

.sec-ttl::after {
  content: '';
  position: absolute;
  background-color: #34373f;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 40px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
}

@media screen and (max-width: 800px) {
  .sec-ttl {
    padding-top: 80px;
  }
}

.pnkz {
  margin-top: 20px;
  display: block;
}

.pnkz-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
}

.pnkz-list:after {
  display: inline-block;
  margin: 0 5px;
  content: ">";
}

@media screen and (max-width: 800px) {
  .pnkz {
    display: none;
  }
}

.tag-space {
  padding-right: 10px;
}

.sec-contact {
  background: url(../images/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .sec-contact {
    background: url(../images/sp-contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.sec-contact .sec-ttl {
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #34373f;
  position: relative;
  display: block;
  padding-top: 120px;
  z-index: 10;
  color: #ffffff;
}

.sec-contact .sec-ttl::after {
  content: '';
  position: absolute;
  background-color: #34373f;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 40px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
}

@media screen and (max-width: 800px) {
  .sec-contact .sec-ttl {
    padding-top: 80px;
  }
}

.sec-contact .sec-ttl::after {
  background-color: #ffffff;
}

@media screen and (max-width: 500px) {
  .sec-contact .sec-ttl {
    padding-top: 50px;
  }
}

.sec-contact .contact__txt {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  padding: 40px 0 58px;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__txt {
    padding: 40px 0;
  }
}

@media screen and (max-width: 500px) {
  .sec-contact .contact__txt {
    padding: 30px 0 50px;
  }
}

@media screen and (max-width: 400px) {
  .sec-contact .contact__txt {
    padding: 30px 0;
    font-size: 1.4rem;
  }
}

.sec-contact .contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 130px;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__wrap {
    display: block;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 500px) {
  .sec-contact .contact__wrap {
    padding-bottom: 50px;
  }
}

.sec-contact .contact__left {
  width: 50%;
  border-right: 1px solid #c7c7c7;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__left {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 40px;
    border-right: none;
    border-bottom: 1px solid #c7c7c7;
  }
}

@media screen and (max-width: 500px) {
  .sec-contact .contact__left {
    width: 90%;
  }
}

.sec-contact .contact__left-ttl {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 42px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__left-ttl {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 400px) {
  .sec-contact .contact__left-ttl {
    padding-bottom: 30px;
  }
}

.sec-contact .contact__left-form {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
}

.sec-contact .contact__left-form a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 0.9;
  text-align: center;
  border: 3px solid #ffffff;
  padding: 20px 0;
}

@media screen and (min-width: 800px) {
  .sec-contact .contact__left-form a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffffff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .sec-contact .contact__left-form a:hover {
    color: #272727;
    opacity: 1;
  }
  .sec-contact .contact__left-form a:hover:before {
    left: 0;
  }
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__left-form {
    width: 100%;
  }
}

.sec-contact .contact__right {
  width: 50%;
}

.sec-contact .contact__right-ttl {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 42px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__right-ttl {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.sec-contact .contact__right-tel {
  font-size: 4rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  display: block;
}

.sec-contact .contact__right-tel-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}

@media screen and (max-width: 400px) {
  .sec-contact .contact__right-tel {
    font-size: 3rem;
  }
}

@media screen and (max-width: 800px) {
  .sec-contact .contact__right {
    width: 100%;
  }
}

@media screen and (min-width: 800px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

.common__btn-ani {
  overflow: hidden;
}

.common__btn-ani a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  color: #272727;
  text-align: center;
  background-color: #f0f0f0;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 0.9;
  padding: 14px 0;
  border: 3px solid #272727;
}

@media screen and (min-width: 800px) {
  .common__btn-ani a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #272727;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .common__btn-ani a:hover {
    color: #ffffff;
    opacity: 1;
  }
  .common__btn-ani a:hover:before {
    left: 0;
  }
}

.sec-contact {
  display: none;
}

.contact {
  overflow: hidden;
  padding: 70px 0 130px;
}

@media screen and (max-width: 800px) {
  .contact {
    padding: 60px 0 60px;
  }
}

@media screen and (max-width: 500px) {
  .contact {
    padding: 57px 0 60px;
  }
}

.contact .sec-ttl {
  padding-top: 50px;
  margin-bottom: 80px;
}

@media screen and (max-width: 800px) {
  .contact .sec-ttl {
    padding-top: 80px;
    margin-bottom: 40px;
  }
}

.contact__bg {
  margin-left: 59%;
  width: 40%;
  position: absolute;
  top: -130px;
}

.contact__bg img {
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .contact__bg {
    width: 40%;
    margin-left: 46%;
    bottom: 65px;
    top: auto;
  }
}

@media screen and (max-width: 500px) {
  .contact__bg {
    width: 45%;
  }
}

.contact__bg-inner {
  max-width: 1960px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.contact__ttl {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 80px;
}

@media screen and (max-width: 800px) {
  .contact__ttl {
    font-size: 2.7rem;
    font-weight: 700;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .contact__ttl {
    font-size: 2.4rem;
  }
}

.contact__ttl-err {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .contact__ttl-err {
    font-size: 2.7rem;
    font-weight: 700;
    padding-bottom: 17px;
  }
}

@media screen and (max-width: 500px) {
  .contact__ttl-err {
    font-size: 2.4rem;
  }
}

.contact__err-msg {
  color: #ff5757;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
  padding-bottom: 80px;
}

@media screen and (max-width: 800px) {
  .contact__err-msg {
    padding-bottom: 30px;
  }
}

.contact__txt {
  width: 80%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.03em;
  text-align: left;
  padding-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .contact__txt {
    text-align: center;
  }
}

.contact .red {
  color: #ff5757;
  vertical-align: top;
}

.contact__wrap {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .contact__wrap {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .contact__wrap {
    width: 100%;
  }
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .contact__item {
    display: block;
  }
}

.contact__item-btm {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact__item-left {
  width: 20%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.03em;
  text-align: left;
}

@media screen and (max-width: 800px) {
  .contact__item-left {
    width: 100%;
  }
}

.contact__item-right {
  width: 75%;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  background-color: #f0f0f0;
  padding: 15px;
}

.contact__item-right.err {
  background: #ffebeb;
  border: 1px solid #ff5757;
}

@media screen and (max-width: 800px) {
  .contact__item-right {
    width: 100%;
  }
}

.contact textarea {
  resize: none;
}

.contact .textarea {
  height: 210px;
}

.contact input[type="text"] {
  width: 100%;
}

.contact input[type="checkbox"] {
  display: none;
}

.contact__checkbox {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.03em;
  position: relative;
  cursor: pointer;
  padding-left: 60px;
}

@media screen and (max-width: 500px) {
  .contact__checkbox {
    padding-left: 45px;
  }
}

.contact__checkbox-wrap {
  margin: 0 auto 50px;
  width: 80%;
}

@media screen and (max-width: 800px) {
  .contact__checkbox-wrap {
    margin: 0 auto 40px;
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .contact__checkbox-wrap {
    width: 100%;
  }
}

.contact__checkbox::before {
  position: absolute;
  content: "";
  top: 27%;
  width: 29px;
  /* チェックボックスの幅 */
  height: 29px;
  /* チェックボックスの高さ */
  left: 5px;
  border: 1px solid #707070;
  /* チェックボックスの枠 */
  margin-top: -8px;
}

.contact__checkbox::after {
  background-image: url();
  position: absolute;
  content: "";
  top: 50%;
  width: 14px;
  height: 22px;
  top: 7px;
  left: 13px;
  border-right: 4px solid #ff5757;
  /* チェックマークの色 */
  border-bottom: 4px solid #ff5757;
  /* チェックマークの色 */
  content: "";
  margin-top: -8px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contact__checkbox-err {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.03em;
  position: relative;
  cursor: pointer;
  padding-left: 60px;
}

@media screen and (max-width: 500px) {
  .contact__checkbox-err {
    padding-left: 45px;
  }
}

.contact__checkbox-err-wrap {
  margin: 0 auto 50px;
  width: 80%;
}

@media screen and (max-width: 800px) {
  .contact__checkbox-err-wrap {
    margin: 0 auto 40px;
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .contact__checkbox-err-wrap {
    width: 100%;
  }
}

.contact__checkbox-err::before {
  position: absolute;
  content: "";
  top: 27%;
  width: 29px;
  /* チェックボックスの幅 */
  height: 29px;
  /* チェックボックスの高さ */
  left: 5px;
  background: #ffebeb;
  border: 1px solid #ff5757;
  margin-top: -8px;
}

.contact__checkbox-err::after {
  background-image: url();
  position: absolute;
  content: "";
  top: 50%;
  width: 14px;
  height: 22px;
  top: 7px;
  left: 13px;
  border-right: 4px solid #ff5757;
  /* チェックマークの色 */
  border-bottom: 4px solid #ff5757;
  /* チェックマークの色 */
  content: "";
  margin-top: -8px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contact__policy {
  border-bottom: 1px solid #272727;
}

.contact input[type="checkbox"]:checked + .contact__checkbox::after {
  opacity: 1;
}

.contact input[type="checkbox"]:checked + .contact__checkbox-err::after {
  opacity: 1;
}

.contact__submit-btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  color: #272727;
  font-weight: 700;
  text-align: center;
  background-color: #ffffff;
  text-decoration: none;
  font-family: "Noto Sans Display", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 0.9;
  padding: 20px 0;
  border: 3px solid #272727;
}

.contact__submit-btn-wrap {
  max-width: 296px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .contact__submit-btn-wrap {
    max-width: 240px;
  }
}

@media screen and (min-width: 800px) {
  .contact__submit-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #272727;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .contact__submit-btn:hover {
    color: #ffffff;
    opacity: 1;
  }
  .contact__submit-btn:hover:before {
    left: 0;
  }
}

.contact-confirm {
  padding: 70px 0 130px;
}

@media screen and (max-width: 800px) {
  .contact-confirm {
    padding: 70px 0 60px;
  }
}

@media screen and (max-width: 500px) {
  .contact-confirm {
    padding: 57px 0 60px;
  }
}

.contact-confirm .red {
  color: #ff5757;
  vertical-align: top;
}

.contact-confirm .sec-ttl {
  padding-top: 50px;
  margin-bottom: 80px;
}

@media screen and (max-width: 800px) {
  .contact-confirm .sec-ttl {
    padding-top: 80px;
    margin-bottom: 40px;
  }
}

.contact-confirm .contact__ttl-confirm {
  padding-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .contact-confirm .contact__ttl-confirm {
    padding-bottom: 17px;
  }
}

.contact-confirm .contact__confirm-message {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.03em;
  text-align: center;
  padding-bottom: 80px;
}

@media screen and (max-width: 800px) {
  .contact-confirm .contact__confirm-message {
    padding-bottom: 30px;
  }
}

.contact-confirm .contact__wrap-confirm {
  padding: 2vw 0;
  background-color: #f0f0f0;
  width: 80%;
  margin: 0 auto 50px;
}

@media screen and (max-width: 800px) {
  .contact-confirm .contact__wrap-confirm {
    margin-bottom: 30px;
    width: 100%;
  }
}

.contact-confirm .contact__item-confirm {
  border-bottom: 1px solid #d1d1d1;
  width: 70%;
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (max-width: 800px) {
  .contact-confirm .contact__item-confirm {
    width: 90%;
  }
}

.contact-confirm .contact__item-confirm-btm {
  border-bottom: none;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.contact-confirm .contact__item-confirm-left {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.03em;
  text-align: left;
}

.contact-confirm .contact__item-confirm-right {
  width: 75%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.03em;
  padding: 0;
}

@media screen and (max-width: 800px) {
  .contact-confirm .contact__item-confirm-right {
    width: 100%;
  }
}

.contact-confirm .contact .textarea-confirm {
  height: auto;
}

.contact-confirm .contact__confirm-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 800px) {
  .contact-confirm .contact__confirm-btn-wrap {
    display: block;
  }
}

.contact-confirm .contact__confirm-btn1 {
  width: 50%;
  max-width: 296px;
  margin-right: 40px;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .contact-confirm .contact__confirm-btn1 {
    max-width: none;
    min-width: 240px;
    margin: 0 auto 20px;
  }
}

.contact-confirm .contact__confirm-btn2 {
  width: 50%;
  max-width: 296px;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .contact-confirm .contact__confirm-btn2 {
    max-width: none;
    min-width: 240px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 800px) {
  .contact {
    padding: 70px 0 75px;
  }
}

.contact__ttl-done {
  padding-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .contact__ttl-done {
    padding-bottom: 17px;
  }
}

.contact__txt-done {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.03em;
  text-align: center;
  padding-bottom: 50px;
}

@media screen and (max-width: 800px) {
  .contact__txt-done {
    padding-bottom: 40px;
  }
}

.contact__btn-done {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 0;
  width: 23%;
  display: block;
  margin: 0 auto;
  min-width: 296px;
}

.contact__btn-done a {
  background-color: #ffffff;
  padding: 18px 0;
  font-family: "Noto Sans Display", sans-serif;
}

@media screen and (max-width: 800px) {
  .contact__btn-done {
    min-width: 240px;
  }
}
