@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.contact-page {
  position: relative;
}
.contact-page > .box-background {
  position: absolute;
  background-position: bottom center;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../../../assets/imgs/background_clients.svg);
  width: 100%;
  height: 259px;
  padding: 56px 16px 41px;
}
@media screen and (max-width: 1024px) {
  .contact-page > .box-background {
    top: -90px;
  }
}
.contact-page > .section-mv {
  max-width: 1200px;
  margin: 0 auto 37px;
}
.contact-page > .section-mv > .container {
  padding: 149px 16px 0;
}
@media screen and (max-width: 1024px) {
  .contact-page > .section-mv > .container {
    padding: 129px 16px 0;
  }
}
@media screen and (max-width: 480px) {
  .contact-page > .section-mv > .container {
    padding: 99px 16px 0;
  }
}
.contact-page > .section-mv > .container > .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 110px;
}
@media screen and (max-width: 1024px) {
  .contact-page > .section-mv > .container > .title {
    font-size: 80px;
  }
}
@media screen and (max-width: 820px) {
  .contact-page > .section-mv > .container > .title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .contact-page > .section-mv > .container > .title {
    font-size: 40px;
  }
}
.contact-page > .section-mv > .container > .title > .japanese {
  display: inline-block;
  font-size: 18px;
  margin-left: 53px;
}
@media screen and (max-width: 480px) {
  .contact-page > .section-mv > .container > .title > .japanese {
    font-size: 12px;
    margin-left: 22px;
  }
}
.contact-page > .section-contents {
  max-width: 1200px;
  margin: 0 auto;
}
.contact-page > .section-contents > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .contact-page > .section-contents > .container {
    display: block;
  }
}
.contact-page > .section-contents > .container > .box-form {
  border-left: 1px solid #e2e2e2;
  max-width: 843px;
  width: 100%;
  margin-right: 62px;
  padding-left: 50px;
}
@media screen and (max-width: 1024px) {
  .contact-page > .section-contents > .container > .box-form {
    max-width: 100%;
    border-left: 0;
    padding: 0 16px;
  }
}
.contact-page > .section-contents > .container > .box-form > form > .box-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 63px;
}
@media screen and (max-width: 820px) {
  .contact-page > .section-contents > .container > .box-form > form > .box-input {
    display: block;
    margin-bottom: 32px;
  }
}
.contact-page > .section-contents > .container > .box-form > form > .box-input > .label {
  font-size: 14px;
  max-width: 185px;
  width: 100%;
  margin-right: 19px;
}
@media screen and (max-width: 820px) {
  .contact-page > .section-contents > .container > .box-form > form > .box-input > .label {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.contact-page > .section-contents > .container > .box-form > form > .box-input > .label > .required {
  display: inline-block;
  color: #8b8b8b;
  margin-left: 8px;
}
.contact-page > .section-contents > .container > .box-form > form > .box-input .input,
.contact-page > .section-contents > .container > .box-form > form > .box-input .textarea {
  background-color: #ededed;
  border: 1px solid #e2e2e2;
  padding: 12px;
  width: 618px;
}
@media screen and (max-width: 1024px) {
  .contact-page > .section-contents > .container > .box-form > form > .box-input .input,
  .contact-page > .section-contents > .container > .box-form > form > .box-input .textarea {
    width: 590px;
  }
}
@media screen and (max-width: 820px) {
  .contact-page > .section-contents > .container > .box-form > form > .box-input .input,
  .contact-page > .section-contents > .container > .box-form > form > .box-input .textarea {
    width: 100%;
  }
}
.contact-page > .section-contents > .container > .box-form > form > .box-input .input {
  height: 50px;
}
.contact-page > .section-contents > .container > .box-form > form > .box-input .textarea {
  height: 264px;
}
.contact-page > .section-contents > .container > .box-form > form > .box-input > div > .option > .radio {
  margin-top: -4px;
}
.contact-page > .section-contents > .container > .box-form > form > .box-information {
  max-width: 618px;
  width: 100%;
  margin: 0 0 0 auto;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .contact-page > .section-contents > .container > .box-form > form > .box-information {
    margin: 0 auto;
  }
}
.contact-page > .section-contents > .container > .box-form > form > .box-information > .text {
  font-size: 12px;
  margin-bottom: 18px;
}
.contact-page > .section-contents > .container > .box-form > form > .box-information > .text > .link {
  color: #000000;
  text-decoration: underline;
}
.contact-page > .section-contents > .container > .box-form > form > .box-information .button-send {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50px;
  color: #000000;
  font-size: 14px;
  padding: 16px 58px;
  margin-top: 56px;
}
.contact-page > .section-contents > .container > .box-form > form > .box-information .button-send > a {
  color: #000000;
}
.contact-page > .section-contents > .container > .notice {
  color: #8b8b8b;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .contact-page > .section-contents > .container > .notice {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}