.p-contact__content {
  margin-top: 92px;
}
.p-contact .l-main__content {
  width: 100%;
  max-width: 100%;
}
.p-contact--form {
  margin: 86px auto 0;
  padding-bottom: 148px;
  width: 90%;
  max-width: 760px;
}

.p-contact__inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1040px;
}
.p-contact__overview {
  margin-bottom: 56px;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.12em;
  text-align: center;
}

.p-contact_department {
  background: url(../img/common/line_dot.png) left top repeat-x;
  background-size: 8px;
  padding: 56px 0 56px;
}
.p-contact_department__item:nth-child(n+2) {
  margin-top: 30px;
}
.p-contact_department__catch {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0.11em;
}
.p-contact_department__link {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.13em;
}

.p-contact_note {
  padding-top: 58px;
}
.p-contact_note__catch {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0.11em;
}
.p-contact_note__list {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.11em;
}
.p-contact_note__list li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.p-contact_note {
  background: url(../img/common/line_dot.png) left top repeat-x;
  background-size: 8px;
}

.p-contact_other {
  margin-top: 135px;
  padding: 94px 0 146px;
}
.p-contact_other .c-section--bgdark__inner {
  position: relative;
}
.p-contact_other__chara {
  position: absolute;
  top: -240px;
  right: 0.5%;
  -webkit-animation: fuwafuwa 7s ease infinite;
          animation: fuwafuwa 7s ease infinite;
  pointer-events: none;
}
.p-contact_other__section + .p-contact_other__section {
  margin-top: 52px;
  background: url(../img/common/line_dot.png) left top repeat-x;
  background-size: 8px;
  padding-top: 56px;
}
.p-contact_other__item:nth-child(n+2) {
  margin-top: 28px;
}
.p-contact_other__catch {
  margin-bottom: 16px;
  font-weight: 600;
}
.p-contact_other__txt {
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.06em;
}
.p-contact_other__note {
  font-size: 12px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}
.p-contact_other__note li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-contact_head__catch {
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-contact_head__txt {
  margin-top: 17px;
  text-align: center;
}
.p-contact_head__txt p {
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}
.p-contact_head__txt p.is-small {
  font-size: 13px;
}
.p-contact_head__txt p .is-red {
  vertical-align: top;
  color: #d60d19;
}
.p-contact_head__txt p + p {
  margin-top: 12px;
}

.p-contact_form {
  margin-top: 50px;
  background-image: url(../img/common/line_dot.png), url(../img/common/line_dot.png);
  background-position: left top, left bottom;
  background-size: 8px, 8px;
  background-repeat: repeat-x, repeat-x;
  padding: 65px 0 64px;
}
.p-contact_form__item + .p-contact_form__item {
  margin-top: 20px;
}
.p-contact--form_confirm .p-contact_form__item + .p-contact_form__item {
  margin-top: 16px;
}
.p-contact_form__catch, .p-contact_form__content {
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.06em;
}
.p-contact_form__catch {
  padding-top: 1em;
  width: 200px;
  font-weight: 600;
}
.p-contact--form_confirm .p-contact_form__catch {
  padding-top: 0.2em;
}
.p-contact_form__catch .is-red {
  vertical-align: top;
  padding-right: 0.2em;
  color: #d60d19;
  font-weight: 400;
  font-size: 12px;
}
.p-contact--form_confirm .p-contact_form__content {
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
.p-contact_form__content .is-error {
  color: #d60d19;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
.p-contact--form_confirm .p-contact_form__input {
  border-radius: 0;
  overflow: visible;
}
.p-contact_form__input input,
.p-contact_form__input textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  border-radius: 5px;
  background: #ebe9df;
  padding: 11px;
  overflow: hidden;
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.p-contact_form__input input {
  width: 100%;
  max-width: 340px;
}
.p-contact_form__input textarea {
  width: 100%;
  height: 13em;
  resize: none;
}
.is-tell .p-contact_form__input {
  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;
}
.is-tell .p-contact_form__input .is-hyphen {
  position: relative;
  margin: 0 3px;
  width: 10px;
  height: 1px;
}
.is-tell .p-contact_form__input .is-hyphen::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 100%;
  content: "";
}
.p-contact_form__foot {
  position: relative;
  margin-top: 40px;
}
.p-contact--form_confirm .p-contact_form__foot {
  margin-top: 35px;
}
.p-contact_form__btn input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.p-contact_form__back {
  position: relative;
}
.p-contact_form__back--inner {
  position: relative;
}
.p-contact_form__back p {
  position: relative;
  padding: 5px 0;
  padding-left: 20px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: normal;
}
.p-contact_form__back p::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/arrow_left.png) left center no-repeat;
  background-size: contain;
  width: 14px;
  height: 100%;
  content: "";
}
.p-contact_form__back input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.p-contact_form__attention {
  margin-top: 58px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.p-contact_form__note {
  margin-top: 8px;
}
.p-contact_form__note li {
  padding-left: 0.5em;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  text-indent: -0.5em;
}
@media screen and (max-width: 767px) {
  .p-contact__content {
    margin-top: 55px;
  }
  .p-contact--form {
    padding-bottom: 110px;
  }
  .p-contact__overview {
    margin-bottom: 44px;
    line-height: 1.75em;
    letter-spacing: 0.12em;
    text-align: left;
  }
  .p-contact_department {
    padding: 46px 0 50px;
  }
  .p-contact_department__catch {
    font-size: 19px;
    letter-spacing: 0.04em;
  }
  .p-contact_department__link {
    margin-top: 6px;
  }
  .p-contact_note {
    padding-top: 48px;
  }
  .p-contact_note__catch {
    line-height: 1.75em;
  }
  .p-contact_note__list {
    margin-top: 12px;
  }
  .p-contact_other {
    margin-top: 75px;
    padding: 57px 0 116px;
  }
  .p-contact_other__chara {
    top: -100px;
    right: -5%;
    width: 90px;
  }
  .p-contact_other__section + .p-contact_other__section {
    margin-top: 48px;
    padding-top: 51px;
  }
  .p-contact_other__title {
    font-size: 21px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .p-contact_other__content {
    margin-top: 30px;
  }
  .p-contact_other__item:nth-child(n+2) {
    margin-top: 30px;
  }
  .p-contact_other__catch {
    margin-bottom: 11px;
    font-size: 18px;
    line-height: 1.7em;
    letter-spacing: 0.1em;
  }
  .p-contact_other__txt {
    line-height: 1.75em;
  }
  .p-contact_head__catch {
    font-size: 20px;
    letter-spacing: 0.18em;
  }
  .p-contact_head__txt.is-sp-left {
    text-align: left;
  }
  .p-contact_head__txt p.is-small {
    letter-spacing: 0.05em;
  }
  .p-contact_head__txt p + p {
    margin-top: 6px;
  }
  .p-contact_head__txt {
    margin-top: 20px;
  }
  .p-contact_head__txt p {
    font-size: 15px;
    line-height: 1.9em;
    letter-spacing: 0.12em;
  }
  .p-contact_form {
    margin-top: 46px;
    padding: 49px 0 54px;
  }
  .p-contact_form__item + .p-contact_form__item {
    margin-top: 22px;
  }
  .p-contact--form_confirm .p-contact_form__item + .p-contact_form__item {
    margin-top: 20px;
  }
  .p-contact--form_confirm .p-contact_form__catch {
    padding-top: 0;
  }
  .p-contact_form__catch {
    margin-bottom: 8px;
    padding-top: 0;
  }
  .p-contact--form_confirm .p-contact_form__catch {
    margin-bottom: 3px;
  }
  .p-contact_form__content .is-error {
    margin-top: 4px;
  }
  .p-contact_form__input textarea {
    height: 11em;
  }
  .is-tell .p-contact_form__input input {
    width: 29%;
  }
  .is-tell .p-contact_form__input .is-hyphen {
    margin: 0;
    width: 6.5%;
  }
  .is-tell .p-contact_form__input .is-hyphen::before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 50%;
  }
  .p-contact_form__foot {
    margin-top: 42px;
  }
  .p-contact--form_confirm .p-contact_form__foot {
    margin-top: 31px;
  }
  .p-contact_form__back {
    margin: 16px auto 0;
    min-width: 110px;
    font-size: 0;
    letter-spacing: -0.4em;
    text-align: center;
  }
  .p-contact_form__back--inner {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }
  .p-contact_form__back p {
    padding-right: 20px;
    padding-left: 22px;
    font-size: 14px;
    text-align: center;
  }
  .p-contact_form__back p::before {
    width: 9%;
  }
  .p-contact_form__attention {
    margin-top: 48px;
    line-height: 1.6em;
    letter-spacing: 0.03em;
  }
  .p-contact_form__note {
    margin-top: 13px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact a:hover {
    text-decoration: underline;
  }
  .p-contact_other__section {
    display: table;
    width: 100%;
    table-layout: fixed;
    font-size: 0;
    letter-spacing: -0.4em;
  }
  .p-contact_other__title, .p-contact_other__content {
    display: table-cell;
    vertical-align: top;
    font-size: 20px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
  }
  .p-contact_other__title {
    padding-right: 60px;
    width: 318px;
    font-size: 26px;
    line-height: 1.5em;
    letter-spacing: 0.075em;
  }
  .p-contact_other__content {
    padding-top: 3px;
  }
  .p-contact_form__item {
    display: table;
    width: 100%;
    table-layout: fixed;
    font-size: 0;
    letter-spacing: -0.4em;
  }
  .p-contact_form__catch, .p-contact_form__content {
    display: table-cell;
    vertical-align: top;
  }
  .is-tell .p-contact_form__input input {
    max-width: 100px;
  }
  .p-contact_form__back {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) and (max-width: 321px) {
  .p-contact_other__title {
    font-size: 19px;
    letter-spacing: 0.08em;
  }
  .p-contact_other__catch {
    font-size: 17px;
  }
}
@media (-ms-high-contrast: none) {
  .p-contact_form__content .is-error {
    padding-top: 4px;
  }
  .p-contact_form__back p {
    padding: 7px 0 3px;
    padding-left: 20px;
  }
}