@media screen and (min-width: 769px) {
  #main_visual {
    position: relative;
    width: 100%;
    height: calc(100vh - 162px);
    max-height: 300px;
    margin: 132px 0 64px;
    background: url(../img/contact/img_main_2.jpg) no-repeat right top;
    background-size: 1590px 300px;
  }
  #main_visual #catchcopy {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0 auto 0;
    color: #fff;
    transform: translate(-50%, -50%);
  }
  #main_visual #catchcopy h1 {
    margin: 0 auto 32px;
    color: #fff;
    font-size: 50px;
    font-family: "Yu Mincho", "YuMincho";
    text-align: center;
    line-height: 1;
  }
  #main_visual #catchcopy h1 span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: "Playfair Display";
    font-weight: normal;
    margin-top: 8px;
  }
  #main_visual #catchcopy h1::before {
    display: block;
    content: "";
    width: 120px;
    height: 1px;
    margin: 0 auto 26px;
    background-color: #fff;
  }
  #main_visual #top_copyright {
    position: absolute;
    top: 50%;
    left: 38px;
    width: 15px;
    height: 382px;
    background: url(../img/txt_copyright_head.png) no-repeat center;
    background-size: 15px 382px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translateY(-50%);
  }
  #main_visual #top_copyright span {
    display: none;
  }

  #text_area {
    margin-bottom: 106px;
    box-sizing: border-box;
  }
  #text_area .txt {
    width: 96%;
    max-width: 800px;
    margin: 0 auto 50px;
  }
  #text_area .txt p {
    font-size: 16px;
    font-weight: 600;
    line-height: 2.14;
    text-align: center;
  }
  #text_area h2 {
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    font-family: "Yu Mincho", "YuMincho";
    font-weight: 600;
    text-align: center;
    line-height: 2.14;
  }
  #text_area .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #text_area .inner table {
    width: 100%;
  }
  #text_area .inner table th {
    width: 230px;
    padding: 22px 16px;
    border-bottom: 4px solid #006d9d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    vertical-align: top;
  }
  #text_area .inner table th span {
    margin-left: 6px;
    color: #F5FF00;
  }
  #text_area .inner table td {
    box-sizing: border-box;
    width: calc(100% - 230px);
    padding: 22px 10px;
    border-bottom: 4px solid #363636;
    color: #fff;
    font-size: 16px;
    text-align: left;
  }
  #text_area .inner table tr:nth-child(1) th {
    border-top: 4px solid #006d9d;
  }
  #text_area .inner table tr:nth-child(1) td {
    border-top: 4px solid #363636;
  }
  #text_area .btn_area {
    text-align: right;
  }
  #text_area input {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 5px;
    background-color: #d9d9d9;
    border-radius: 6px;
    border: 1px solid #707070;
    font-size: 16px;
  }
  #text_area input[type=tel] {
    width: 20%;
    min-width: 6em;
  }
  #text_area input[type=submit] {
    width: auto;
    margin-top: 20px;
    padding: 10px 52px;
    color: #fff;
    background: #00557b url(../img/contact/icn_send.png) no-repeat 90% center;
    background-size: 22px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: #00557b;
    border: none;
    border-radius: 0;
    font-weight: 600;
    cursor: pointer;
  }
  #text_area input[type=submit].confirm {
    background: #00557b url(../img/contact/icn_confirm.png) no-repeat 90% center;
    background-size: 22px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #text_area input[type=submit]:hover {
    opacity: 0.7;
  }
  #text_area button.back {
    width: 160px;
    padding: 10px 0;
    color: #fff;
    background: #666 url(../img/contact/icn_back.png) no-repeat 10% center;
    background-size: 22px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    vertical-align: bottom;
  }
  #text_area textarea {
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    padding: 10px 5px;
    background-color: #d9d9d9;
    border-radius: 6px;
    border: 1px solid #707070;
    font-size: 16px;
  }
  #text_area .mwform-tel-field input {
    box-sizing: border-box;
    width: 5em;
    padding: 10px 5px;
    background-color: #d9d9d9;
    border-radius: 6px;
    border: 1px solid #707070;
    font-size: 16px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #main_visual {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    min-height: 150px;
    margin: 0 auto 20px;
    background: url(../img/contact/sp/img_main_2.jpg) no-repeat center top;
    background-size: cover;
  }
  #main_visual #catchcopy {
    width: 100%;
    margin: 0;
    color: #fff;
    text-align: center;
  }
  #main_visual #catchcopy h1 {
    width: 96%;
    max-width: 100%;
    margin: 0 auto 10px;
    color: #fff;
    font-size: 24px;
    font-family: "Yu Mincho", "YuMincho";
    text-align: center;
    line-height: 1;
  }
  #main_visual #catchcopy h1 span {
    display: block;
    margin-top: 7px;
    color: #fff;
    font-size: 9px;
    font-weight: normal;
    font-family: "Playfair Display";
    line-height: 1;
  }
  #main_visual #catchcopy h1::before {
    display: block;
    content: "";
    width: 60px;
    height: 1px;
    margin: 0 auto 12px;
    background-color: #fff;
  }
  #main_visual #top_copyright {
    display: none;
  }

  #text_area {
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  #text_area .txt {
    width: 90%;
    max-width: 768px;
    margin: 0 auto 30px;
  }
  #text_area .txt p {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.64;
    text-align: center;
  }
  #text_area h2 {
    width: 96%;
    max-width: 768px;
    margin: 0 auto 14px;
    color: #fff;
    font-size: 16px;
    font-family: "Yu Mincho", "YuMincho";
    font-weight: 600;
    text-align: center;
    line-height: 1;
  }
  #text_area .inner {
    width: 90%;
    margin: 0 auto 20px;
    padding: 20px 0 1px;
  }
  #text_area .inner table {
    width: 100%;
    background: url(../img/recruit/sp/bg_border.png) no-repeat left top;
    background-size: 680px 4px;
  }
  #text_area .inner table tr {
    background: url(../img/recruit/sp/bg_border.png) no-repeat left bottom;
    background-size: 680px 4px;
  }
  #text_area .inner table th {
    display: block;
    padding-top: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
  }
  #text_area .inner table th span {
    margin-left: 6px;
    color: #F5FF00;
  }
  #text_area .inner table td {
    display: block;
    padding-bottom: 16px;
    color: #fff;
    font-size: 14px;
    text-align: left;
  }
  #text_area .btn_area {
    text-align: center;
  }
  #text_area input {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 5px;
    background-color: #d9d9d9;
    border-radius: 6px;
    border: 1px solid #707070;
    font-size: 16px;
  }
  #text_area input[type=submit] {
    margin-top: 20px;
    color: #fff;
    background: #00557b url(../img/contact/icn_send.png) no-repeat 96% center;
    background-size: 16px;
    border: none;
    border-radius: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    font-size: 15px;
    font-weight: 600;
  }
  #text_area input[type=submit].confirm {
    background: #00557b url(../img/contact/icn_confirm.png) no-repeat 96% center;
    background-size: 16px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #text_area button.back {
    width: 100%;
    margin-top: 20px;
    padding: 10px 0;
    color: #fff;
    background: #666 url(../img/contact/icn_back.png) no-repeat 4% center;
    background-size: 16px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    vertical-align: bottom;
  }
  #text_area textarea {
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    padding: 10px 5px;
    background-color: #d9d9d9;
    border-radius: 6px;
    border: 1px solid #707070;
    font-size: 16px;
  }
  #text_area .mwform-tel-field input {
    box-sizing: border-box;
    width: 5em;
    padding: 10px 5px;
    background-color: #d9d9d9;
    border-radius: 6px;
    border: 1px solid #707070;
    font-size: 16px;
  }
}/*# sourceMappingURL=contact.css.map */