@charset "UTF-8";
/* ===================================
setting
=================================== */
/* font
==============================　*/
/* moda weight */
/* color
==============================　*/
/* ===================================
contact
=================================== */
/* contact
==============================　*/
.contact {
  position: relative;
  padding: 120px 0 0; }
  .contact:after {
    content: "";
    display: block;
    position: absolute;
    top: 320px;
    right: 0;
    z-index: -1;
    background: url("../img/contact/bg_contact.png") no-repeat;
    background-size: contain;
    width: 396px;
    height: 804px; }
  .contact .inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex; }
    .contact .inner:before {
      content: "";
      display: block;
      position: sticky;
      top: 0;
      left: 0;
      z-index: -1;
      background: url(../img/contact/img_contact.jpg) no-repeat;
      background-size: cover;
      width: 400px;
      height: 100vh;
      margin-left: -30px; }
  .contact .top_text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.045em; }
  .contact .form_area {
    margin-left: 50px;
    width: calc(100% - 385px);
    padding-bottom: 120px; }
  .contact .content {
    margin-top: 55px; }
    .contact .content .error {
      margin-top: 10px; }
    .contact .content .form_list dt {
      margin-top: 40px;
      font-size: 16px;
      letter-spacing: 0.12em;
      line-height: 1; }
      .contact .content .form_list dt .require {
        display: inline-block;
        margin-left: 20px;
        padding: 4px 8px;
        background: #000000;
        line-height: 1;
        color: #ffffff;
        font-size: 14px; }
    .contact .content .form_list dd {
      margin-top: 20px; }
    .contact .content .form_list input[type="text"], .contact .content .form_list input[type="email"], .contact .content .form_list textarea {
      width: 100%;
      padding: 7px;
      font-size: 16px;
      letter-spacing: 0.12em;
      box-sizing: border-box;
      border: 1px solid #aeaeae;
      outline-color: #000000;
      font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      box-shadow: none;
      border-radius: 0;
      -webkit-appearance: initial; }
    .contact .content .form_list textarea {
      resize: none;
      height: 120px !important; }
    .contact .content .check_text {
      margin-top: 60px; }
      .contact .content .check_text .txt {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.12em;
        line-height: 1;
        text-align: center;
        margin-bottom: 20px; }
      .contact .content .check_text .text_area {
        width: 100%;
        height: 200px;
        border: 1px solid #aeaeae;
        padding: 25px 20px;
        overflow-y: auto;
        font-size: 14px;
        letter-spacing: 0.12em;
        line-height: 1.7;
        box-sizing: border-box;
        background: #ffffff; }
      .contact .content .check_text .check_box {
        text-align: center;
        margin-top: 30px;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.12em; }
      .contact .content .check_text input[type=checkbox] {
        appearance: none;
        display: none; }
      .contact .content .check_text input[type=checkbox] + span {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer; }
      .contact .content .check_text input[type=checkbox] + span:before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        border: 1px solid #000000;
        margin-bottom: -3px;
        margin-right: 10px; }
      .contact .content .check_text input[type=checkbox] + span:after {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #ffffff;
        position: absolute;
        top: 6px;
        left: 6px;
        transition: 0.8s; }
      .contact .content .check_text input[type=checkbox]:checked + span:after {
        background: #000000; }
    .contact .content .form_btn {
      position: relative;
      width: 240px;
      height: 40px;
      margin: 55px auto 0;
      border: 1px solid #000000;
      background: #ffffff;
      transition: 0.5s; }
      .contact .content .form_btn:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 3px;
        right: 3px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 10px 10px;
        border-color: transparent transparent #000000 transparent;
        transition: 0.5s; }
      .contact .content .form_btn:hover {
        background: #000000; }
        .contact .content .form_btn:hover:before {
          border-color: transparent transparent #ffffff transparent; }
      .contact .content .form_btn:hover input {
        color: #ffffff; }
      .contact .content .form_btn input {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        background: none;
        color: #000000;
        font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.25em;
        transition: 0.5s;
        border: none;
        width: 100%;
        transition: 0.5s; }
  .contact .attention {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.045em;
    background: #f2f2f2;
    padding: 20px;
    margin-top: 30px; }
    .contact .attention .ttl {
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.12em; }
    .contact .attention .red {
      color: #8b0000; }

@media screen and (max-width: 1350px) {
  .contact:before {
    width: 320px;
    height: 800px; }
  .contact .form_area {
    margin-left: 50px;
    width: calc(100% - 340px); } }
@media screen and (max-width: 1024px) {
  .contact {
    padding: 120px 0 0; }

  .contact .form_area {
    padding-bottom: 60px; } }
@media screen and (max-width: 900px) {
  .contact .inner:before {
    display: none; }

  .contact:after {
    top: 400px; }
  .contact:before {
    content: "";
    width: 100vw;
    height: 34vw;
    background: url(../img/contact/img_contact-sp.png) no-repeat;
    background-size: cover;
    position: relative;
    top: auto;
    left: auto;
    z-index: -1;
    display: block; }
  .contact .form_area {
    margin: 50px auto 0;
    width: 80%; } }
@media screen and (max-width: 768px) {
  .contact .form_area {
    width: 90%; } }
@media screen and (max-width: 600px) {
  .contact {
    padding: 50px 0 0; }
    .contact:after {
      width: 277.2px;
      height: 562.8px;
      top: 500px; }
    .contact .form_area {
      width: 100%; }
    .contact .top_text {
      font-size: 14px; }
    .contact .content {
      margin-top: 30px; }
      .contact .content .form_list dt {
        margin-top: 20px; }
        .contact .content .form_list dt .require {
          font-size: 12px; }
      .contact .content .check_text {
        margin-top: 30px; }
        .contact .content .check_text .text_area {
          padding: 15px;
          font-size: 13px; }
        .contact .content .check_text .check_box {
          font-size: 14px; }
        .contact .content .check_text input[type=checkbox] + span:before {
          width: 14px;
          height: 14px;
          margin-bottom: -2px; }
        .contact .content .check_text input[type=checkbox] + span:after {
          top: 4px;
          left: 4px; }
      .contact .content .form_btn {
        margin-top: 30px; }
        .contact .content .form_btn input {
          font-size: 14px; }

  .contact .form_area {
    padding-bottom: 40px; }

  .contact .attention .ttl {
    font-size: 16px;
    line-height: 1.8; }

  .contact .attention {
    font-size: 14px; } }
@media screen and (max-width: 350px) {
  .contact .content .check_text .check_box {
    font-size: 13px; } }
/* thanks
==============================　*/
.contact_thanks {
  padding: 120px; }
  .contact_thanks .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }
  .contact_thanks .content {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.12em; }
  .contact_thanks .btn_wh {
    margin: 0 auto;
    margin-top: 20px; }

@media screen and (max-width: 1024px) {
  .contact_thanks {
    padding: 60px 0; } }
@media screen and (max-width: 600px) {
  .contact_thanks {
    padding: 50px 0 40px; }
    .contact_thanks .content {
      font-size: 14px; } }
_:-ms-lang(x)::-ms-backdrop, .contact .content .form_list dt .require {
  padding: 6px 8px 3px; }

_:-ms-lang(x)::-ms-backdrop, .contact .content .form_list input[type="text"] {
  padding: 7px 7px 3px; }

_:-ms-lang(x)::-ms-backdrop, .contact .content .form_list input[type="email"] {
  padding: 7px 7px 3px; }

_:-ms-lang(x)::-ms-backdrop, .contact .content .form_list textarea {
  padding: 7px 7px 3px; }
