/* Scss Document */
.pageHeader__body__title {
  color: #fff;
  -webkit-text-stroke: 1px #222;
}
@media print, screen and (min-width: 901px) {
  .pageNavi__inner {
    max-width: 1032px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 900px) {
  .pageNavi__inner {
    padding-right: 8vw;
    padding-left: 8vw;
  }
}
@media print, screen and (min-width: 901px) {
  .pageNavi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 820px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .pageNavi__list {
    width: 100%;
    margin: 0 auto;
  }
}
.pageNavi__list__item {
  text-align: center;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #222 transparent;
}
@media print, screen and (min-width: 901px) {
  .pageNavi__list__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .pageNavi__list__item {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 901px) {
  .pageNavi__list__item {
    width: 260px;
    height: 60px;
    -webkit-transition: opacity 0.3s, background 0.3s, border 0.3s;
    -o-transition: opacity 0.3s, background 0.3s, border 0.3s;
    transition: opacity 0.3s, background 0.3s, border 0.3s;
  }
  .pageNavi__list__item:hover {
    background-color: #fff;
    border: solid 1px #222;
  }
}
@media screen and (max-width: 900px) {
  .pageNavi__list__item {
    height: 16vw;
  }
  .pageNavi__list__item + .pageNavi__list__item {
    margin-top: 10px;
  }
}
.pageNavi__list__item.-current {
  background-color: #fff;
  border: solid 1px #222;
}
@media print, screen and (min-width: 901px) {
  .pageBody {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 900px) {
  .pageBody {
    padding-bottom: 100px;
  }
}

.section + .section {
  padding-top: 60px;
}
@media print, screen and (min-width: 901px) {
  .section__inner {
    max-width: 1032px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 900px) {
  .section__inner {
    padding-right: 8vw;
    padding-left: 8vw;
  }
}
@media print, screen and (min-width: 901px) {
  .section__inner {
    width: 100%;
    position: relative;
    width: 100%;
  }
}
.section__head {
  display: block;
}
@media print, screen and (min-width: 901px) {
  .section__head {
    width: 320px;
  }
}
.section__head__title {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 901px) {
  .section__head__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .section__head__title {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media print, screen and (min-width: 901px) {
  .section__head__title {
    padding-right: 68px;
  }
}
@media screen and (max-width: 900px) {
  .section__head__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section__head__title::after {
  content: "";
  display: block;
  border-top: solid 1px #222;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
@media print, screen and (min-width: 901px) {
  .section__head__title::after {
    width: 82px;
    heihgt: 82px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (max-width: 900px) {
  .section__head__title::after {
    width: 4.5em;
    height: 4.5em;
    -webkit-transform: translateX(-1.125em) rotate(-45deg);
        -ms-transform: translateX(-1.125em) rotate(-45deg);
            transform: translateX(-1.125em) rotate(-45deg);
  }
}
@media screen and (max-width: 900px) {
  .section__head__title__text {
    max-width: 60%;
  }
}
@media screen and (max-width: 900px) {
  .section__body {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 901px) {
  .section.-split .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .section.-split .section__inner {
    display: block;
  }
}
@media print, screen and (min-width: 901px) {
  .section.-split .section__head {
    width: 320px;
  }
}
@media print, screen and (min-width: 901px) {
  .section.-split .section__body {
    width: 100%;
    max-width: 680px;
  }
}
@media print, screen and (min-width: 901px) {
  .section.-form {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 60px;
    position: relative;
  }
  .section.-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 50%;
    height: 100%;
    background-color: #F4F4F4;
  }
  .section.-form::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 0;
    max-width: 1160px;
    height: 100%;
    background-color: #F4F4F4;
  }
}
@media screen and (max-width: 900px) {
  .section.-form {
    background-color: #F4F4F4;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 48px;
  }
}
.section.-form fieldset {
  display: contents;
}
.section.-form legend {
  display: contents;
}
.section.-form .section__inner {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 901px) {
  .section.-confirm .form__item__head__title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 901px) {
  .section.-confirm .form__item__input__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.form__item {
  width: 100%;
}
@media print, screen and (min-width: 901px) {
  .form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .form__item {
    border-bottom: solid 1px #CCC;
    padding: 3em 2.6666666667vw;
  }
}
@media print, screen and (min-width: 901px) {
  .form__item__head {
    padding: 20px;
    width: 34%;
    border-bottom: solid 1px #222;
  }
}
@media screen and (max-width: 900px) {
  .form__item__head {
    display: block;
    font-weight: bold;
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 901px) {
  .form__item__head__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .form__item__head__title {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 901px) {
  .form__item__head__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }
}
.form__item__head .require {
  display: inline-block;
  border: solid 1px #F53B45;
  color: #F53B45;
}
@media print, screen and (min-width: 901px) {
  .form__item__head .require {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .form__item__head .require {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 901px) {
  .form__item__head .require {
    margin-left: auto;
    padding: 0 4px;
  }
}
@media screen and (max-width: 900px) {
  .form__item__head .require {
    margin-left: 1em;
    padding: 0 3px;
    font-weight: normal;
  }
}
@media print, screen and (min-width: 901px) {
  .form__item__input__wrap {
    border-bottom: solid 1px #CCC;
    width: 66%;
    padding: 20px;
  }
  .form__item__input__wrap .c-input--radio__wrap {
    padding-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .form__item__input__wrap {
    width: 100%;
  }
}
.form__item__input__size {
  width: 100%;
}
.form__item textarea {
  resize: vertical;
  min-height: 50px;
  max-height: 500px;
}
.form__item__textarea__confirm {
  display: none;
}
.form__item__textarea__p {
  white-space: pre;
}
@media screen and (max-width: 900px) {
  .form__item:first-of-type {
    border-top: solid 1px #CCC;
  }
}
@media print, screen and (min-width: 901px) {
  .form__item:first-of-type .form__item__head {
    border-top: solid 1px #222;
  }
}
@media print, screen and (min-width: 901px) {
  .form__item:first-of-type .form__item__input__wrap {
    border-top: solid 1px #CCC;
  }
}
@media print, screen and (min-width: 901px) {
  .form__item__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .form__item__text {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 901px) {
  .form__item__text {
    padding: 10px 0;
  }
}
.contactAgree {
  text-align: center;
}
@media print, screen and (min-width: 901px) {
  .contactAgree {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 900px) {
  .contactAgree {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 901px) {
  .contactAgree p {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .contactAgree p {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.contactAgree p a {
  text-decoration: underline;
}
@media print, screen and (min-width: 901px) {
  .contactAgree p a {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .contactAgree p a:hover {
    opacity: 0.7;
  }
}
.contactAgree__checkbox {
  margin-top: 1em;
}

.contactSubmit {
  text-align: center;
}
.contactSubmit__notes {
  display: none;
  color: #888;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 901px) {
  .contactSubmit__notes {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .contactSubmit__notes {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 901px) {
  .contactSubmit__button__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 901px) {
  .contactSubmit__button__wrap .contactSubmit__button {
    margin: 0 15px;
  }
}
.contactSection {
  text-align: center;
}
@media print, screen and (min-width: 901px) {
  .contactSection__catch {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .contactSection__catch {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.contactSection__text {
  margin-top: 30px;
}
@media print, screen and (min-width: 901px) {
  .contactSection__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .contactSection__text {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .contactSection__text {
    text-align: left;
  }
}
.contactSection__button__wrap {
  margin-top: 60px;
}
@media print, screen and (min-width: 901px) {
  .contactSection__button__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=contact.css.map */