@charset "UTF-8";
/* -------------------------------------------- */
/* 全体 */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* 見出し・パーツ */
/* -------------------------------------------- */
/* ------- 全体 ------- */
/* ホバー（半透明） */
/* ボタン */
/* ボタン（戻る） */
/* ------- TOP ------- */
/* 見出し */
/* ボタン */
/* ------- 下層 ------- */
/* メインビジュアル */
/* メインビジュアル 見出し */
/* 見出し */
/* ------- サービス・請求書 ------- */
/* 特長 */
/* お問い合わせ導線 */
.contact-mv {
  width: 100%;
  height: 330px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 80px;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/contact/contact-mv.jpg);
}
@media print, only screen and (max-width: 1300px) {
  .contact-mv {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 850px) {
  .contact-mv {
    height: 160px;
    margin-top: 60px;
    border-radius: 0 0 30px 30px;
  }
}
.contact-mv::before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 72, 152, 0)), to(rgba(0, 72, 152, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 72, 152, 0) 0%, rgba(0, 72, 152, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 72, 152, 0) 0%, rgba(0, 72, 152, 0.5) 100%);
  mix-blend-mode: multiply;
  z-index: -1;
}
.contact-mv-inner {
  max-width: 1000px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .contact-mv-inner {
    max-width: 90%;
    width: 100%;
  }
}
.contact-mv-heading {
  position: absolute;
  top: 48%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-mv-heading__main {
  color: #fff;
  font-family: "Poppins";
  font-size: 70px;
  font-weight: 500;
}
@media only screen and (max-width: 850px) {
  .contact-mv-heading__main {
    font-size: 46px;
  }
}
.contact-mv-heading__sub {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-top: 18px;
}
@media only screen and (max-width: 850px) {
  .contact-mv-heading__sub {
    font-size: 16px;
    padding-top: 10px;
  }
}
.contact-mv-heading__main {
  color: #004898;
}
.contact-mv-heading__sub {
  color: #004898;
}
.contact-inner {
  max-width: 1000px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 66px;
  padding-bottom: 205px;
}
@media only screen and (max-width: 850px) {
  .contact-inner {
    max-width: 90%;
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .contact-inner {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}
.contact-text {
  font-size: 16px;
  text-align: center;
  padding-bottom: 31px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 850px) {
  .contact-text {
    text-align: left;
  }
}
.contact-note {
  max-width: 800px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 26px;
  border: 1px solid #D5DCE4;
  background: #F0F3F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 850px) {
  .contact-note {
    max-width: 90%;
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .contact-note {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}
.contact-note-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.contact-note-list-item {
  position: relative;
  color: #004898;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.56px;
  padding-left: 20px;
  padding-bottom: 18px;
}
.contact-note-list-item::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(../images/contact/contact-note-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-note-list-item:last-of-type {
  padding-bottom: 0;
}
.contact-note-list-item--line {
  border-bottom: 1px solid #004898;
}
.contact-form-table-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 850px) {
  .contact-form-table-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.contact-form-table-item:nth-of-type(n+2) {
  margin-top: 30px;
}
@media only screen and (max-width: 850px) {
  .contact-form-table-item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media print, only screen and (min-width: 851px) {
  .contact-form-table-item:last-of-type {
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
@media print, only screen and (min-width: 851px) {
  .contact-form-table-item:last-of-type .contact-form-table-item__th {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 16px;
  }
}
@media print, only screen and (min-width: 851px) {
  .contact-form-table-item:last-of-type .contact-form-table-item__th--required {
    margin-top: 7px;
  }
}
.contact-form-table-item__th {
  width: 22%;
  max-width: 218px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 850px) {
  .contact-form-table-item__th {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 850px) {
  .contact-form-table-item__th br {
    display: none;
  }
}
.contact-form-table-item__th--required {
  display: inline-block;
  width: 45px;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  background-color: #004898;
  border-radius: 3px;
}
.contact-form-table-item__td {
  width: 75%;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}
@media only screen and (max-width: 850px) {
  .contact-form-table-item__td {
    width: 100%;
  }
}
.contact-form-table-item__td-input {
  width: 100%;
  height: 60px;
  font-family: "Noto Sans JP";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f3f4f8;
  padding: 10px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-form-table-item__td textarea {
  width: 100%;
  height: auto;
}
.contact-form-table-item__address input {
  margin-bottom: 20px;
}
.contact-form-table-item__address input:nth-of-type(1) {
  width: 30%;
}
.contact-form-table-item__address input:last-of-type {
  margin-bottom: 0;
}
.contact-form-table-item__use {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.contact-form-table-item__use span:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.contact-form-table-item__use span:nth-of-type(1) label {
  padding-right: 20px;
}
.contact-form-table-item__use span:nth-of-type(2) {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.contact-form-table-item__use span:nth-of-type(3) {
  width: 100%;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.contact-form-table-item__use-id {
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 850px) {
  .contact-form-table-item__use-id {
    width: 100%;
  }
}
.contact-form-table-item--radio{
  align-items: flex-start;
}
@media print, only screen and (min-width: 851px) {
  .contact-form-table-item--radio .contact-form-table-item__th {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 14px;
  }
}
@media print, only screen and (min-width: 851px) {
  .contact-form-table-item--radio .contact-form-table-item__th--required {
    margin-top: 7px;
  }
}
@media print, only screen and (min-width: 851px) {
  .contact-form-table-item--radio div:not(.contact-form-table-item__use) {
    padding-top: 14px;
  }
}
.contact-form-privacy {
  padding-top: 42px;
  text-align: center;
}
.contact-form-submit {
  padding-top: 51px;
  text-align: center;
}
.contact-form-submit__btn {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-form-submit__btn::before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-form-submit__btn input {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #004898;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  color: #004898;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-form-submit__btn:hover::before {
  -webkit-transform: translateY(-50%) scale(1.15);
          transform: translateY(-50%) scale(1.15);
}
@media print, only screen and (min-width: 851px) {
  .contact-form .mw_wp_form_input .contact-form-table-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, only screen and (min-width: 851px) {
  .contact-form .mw_wp_form_input .contact-form-table-item__th {
    height: 60px;
  }
}
.contact-confirm .contact-form {
  padding-top: 0;
}
.contact-confirm .contact-form-privacy {
  display: none;
}
@media print, only screen and (min-width: 851px) {
  .contact-confirm .contact-form-table-item:last-of-type .contact-form-table-item__th {
    padding-top: 0;
  }
}
@media print, only screen and (min-width: 851px) {
  .contact-confirm .contact-form-table-item--radio {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, only screen and (min-width: 851px) {
  .contact-confirm .contact-form-table-item--radio div:not(.contact-form-table-item__use) {
    padding-top: 0;
  }
}
.contact-thanks-btn {
  text-align: center;
  margin-top: 40px;
}
.contact-thanks-btn__link {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  line-height: 60px;
  position: relative;
  color: #004898;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.04em;
  border: 1px solid #004898;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-thanks-btn__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 28px;
  height: 28px;
  background-image: url(../images/common/icon-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.contact-thanks-btn__link:hover::before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.contact-thanks-btn__link::before {
  right: unset;
  left: 20px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.contact-thanks-btn__link:hover::before {
  -webkit-transform: rotateY(180deg) scale(1.15);
          transform: rotateY(180deg) scale(1.15);
}
.contact-thanks .contact-text {
  padding-bottom: 0;
}
.contact-thanks .contact-form {
  display: none;
}

#autozip {
  display: none !important;
}