@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.contact-page > .section-mv {
  padding: 174px 20px 105px 0;
}
@media screen and (max-width: 1024px) {
  .contact-page > .section-mv {
    padding: 150px 20px 64px 0;
  }
}
@media screen and (max-width: 820px) {
  .contact-page > .section-mv {
    padding: 110px 20px 24px 0;
  }
}
.contact-page > .section-mv > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.contact-page > .section-mv > .container > .page-title {
  font-size: 2.5vw;
  font-weight: 400;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .contact-page > .section-mv > .container > .page-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 640px) {
  .contact-page > .section-mv > .container > .page-title {
    font-size: 30px;
    margin-left: 14px;
  }
}
@media screen and (max-width: 480px) {
  .contact-page > .section-mv > .container > .page-title {
    font-size: 25px;
  }
}
.contact-page > .section-mv > .container > .page-title > .english {
  font-size: 13px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 480px) {
  .contact-page > .section-mv > .container > .page-title > .english {
    font-size: 11px;
  }
}
.contact-page > .section-mv > .container > .image {
  max-width: 70%;
}
@media screen and (max-width: 1024px) {
  .contact-page > .section-mv > .container > .image {
    max-width: 818px;
  }
}
@media screen and (max-width: 820px) {
  .contact-page > .section-mv > .container > .image {
    max-width: 80%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .contact-page > .section-mv > .container > .image {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.contact-page > .section-contents {
  max-width: 1220px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 640px) {
  .contact-page > .section-contents {
    margin: 0 auto 80px;
  }
}
.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;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .contact-page > .section-contents > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-page > .section-contents > .container > .box-othertool {
  max-width: 306px;
  width: 100%;
  margin-right: 142px;
}
@media screen and (max-width: 1024px) {
  .contact-page > .section-contents > .container > .box-othertool {
    max-width: 100%;
  }
}
.contact-page > .section-contents > .container > .box-othertool > .text {
  margin-bottom: 28px;
}
@media screen and (max-width: 480px) {
  .contact-page > .section-contents > .container > .box-othertool > .text {
    font-size: 12px;
  }
}
.contact-page > .section-contents > .container > .box-othertool > .list-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-page > .section-contents > .container > .box-othertool > .list-contact > .contact {
  position: relative;
  background-color: #d9d9d9;
  text-align: center;
  width: 100%;
  padding: 24px 12px;
  margin-bottom: 20px;
}
.contact-page > .section-contents > .container > .box-othertool > .list-contact > .contact:before, .contact-page > .section-contents > .container > .box-othertool > .list-contact > .contact:after {
  content: "";
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #e3e3e3;
  position: absolute;
  top: 0;
}
.contact-page > .section-contents > .container > .box-othertool > .list-contact > .contact:before {
  border-left-color: #e3e3e3;
  left: 0;
}
.contact-page > .section-contents > .container > .box-othertool > .list-contact > .contact:after {
  border-right-color: #e3e3e3;
  right: 0;
}
.contact-page > .section-contents > .container > .box-othertool > .list-contact > .contact > .triangle:before, .contact-page > .section-contents > .container > .box-othertool > .list-contact > .contact > .triangle:after {
  content: "";
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #e3e3e3;
  position: absolute;
  bottom: 0;
}
.contact-page > .section-contents > .container > .box-othertool > .list-contact > .contact > .triangle:before {
  border-left-color: #e3e3e3;
  left: 0;
}
.contact-page > .section-contents > .container > .box-othertool > .list-contact > .contact > .triangle:after {
  border-right-color: #e3e3e3;
  right: 0;
}
.contact-page > .section-contents > .container > .box-othertool > .list-contact > .contact > .label {
  color: #818181;
  font-size: 11px;
  margin-bottom: 4px;
}
.contact-page > .section-contents > .container > .box-othertool > .list-contact > .contact > .text {
  margin-bottom: 8px;
}
.contact-page > .section-contents > .container > .box-othertool > .list-contact > .contact > .text > .link {
  color: #000000;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.contact-page > .section-contents > .container > .box-othertool > .list-contact > .contact > .notice {
  color: #818181;
  font-size: 12px;
}
.contact-page > .section-contents > .container > .box-form {
  max-width: 752px;
  width: 100%;
}
.contact-page > .section-contents > .container > .box-form > .notice {
  font-size: 12px;
  margin-bottom: 18px;
}
.contact-page > .section-contents > .container > .box-form > .notice > .link {
  color: #000000;
  text-decoration: underline;
}
.contact-page > .section-contents > .container > .box-form > .mw_wp_form {
  margin-top: 56px;
}
.contact-page > .section-contents > .container > .box-form > .mw_wp_form > form > .box-input {
  margin-bottom: 32px;
}
.contact-page > .section-contents > .container > .box-form > .mw_wp_form > form > .box-input > .label {
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
}
.contact-page > .section-contents > .container > .box-form > .mw_wp_form > form > .box-input > .label > .required {
  color: #818181;
  margin-left: 14px;
}
.contact-page > .section-contents > .container > .box-form > .mw_wp_form > form > .box-input .input,
.contact-page > .section-contents > .container > .box-form > .mw_wp_form > form > .box-input .textarea {
  background-color: #e8e8e8;
  border: 1px solid #d9d9d9;
  padding: 12px;
  width: 100%;
}
.contact-page > .section-contents > .container > .box-form > .mw_wp_form > form > .box-input .input {
  height: 50px;
}
.contact-page > .section-contents > .container > .box-form > .mw_wp_form > form > .box-input .textarea {
  height: 264px;
}
.contact-page > .section-contents > .container > .box-form > .mw_wp_form > form > .box-input .button-send {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50px;
  color: #000000 !important;
  font-size: 14px;
  padding: 16px 58px;
  margin-top: 56px;
}
.contact-page > .section-contents > .container > .box-form > .mw_wp_form > form > .box-input .button-send > a {
  color: #000000;
}
.contact-page > .section-contents > .container > .box-form > .mw_wp_form > form .button-send {
  background-color: #e3e3e3;
  border: 1px solid #818181;
  color: #000000 !important;
  padding: 24px 32px;
}