@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.contact,
.recruit {
  display: none !important;
}
.contact_page {
  padding: 45px 110px 85px 60px;
}
@media screen and (max-width: 1200px) {
  .contact_page {
    padding: 45px 60px 85px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_page {
    padding: 45px 20px 85px 20px;
  }
}
@media screen and (max-width: 820px) {
  .contact_page {
    padding: 30px 20px 50px 20px;
  }
}
.contact_page .form_top_txt {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.888;
}
@media screen and (max-width: 820px) {
  .contact_page .form_top_txt {
    font-size: 16px;
    line-height: 1.6;
  }
}
.contact_page input::placeholder {
  color: #202B5C !important;
  font-weight: 500;
  font-size: 18px;
}
.contact_page .contact_tel {
  display: block;
  width: 100%;
  background: #464646;
  color: #ffffff;
  padding: 30px 0 35px 0;
  font-size: 30px;
  font-weight: 500;
  padding-right: 65px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.3em;
  margin-top: 54px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .contact_page .contact_tel {
    line-height: 1.3;
  }
}
@media screen and (max-width: 820px) {
  .contact_page .contact_tel {
    padding: 20px 0 55px 0;
    margin-top: 34px;
    padding-right: 0;
    font-size: 26px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
}
.contact_page .contact_tel span {
  font-size: 22px;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 1350px) {
  .contact_page .contact_tel span {
    display: block;
    line-height: 1.3;
  }
}
@media screen and (max-width: 820px) {
  .contact_page .contact_tel span {
    display: block;
    font-size: 16px;
  }
}
.contact_page .contact_tel::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 7px;
  right: 12px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/contact/contact_tel_icon.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 820px) {
  .contact_page .contact_tel::after {
    right: calc(50% - 60px);
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 30px;
  }
}
.contact_page .contact_tel:hover {
  opacity: 1;
}
.contact_page .contact_tel:hover::after {
  right: 22px;
}
@media screen and (max-width: 820px) {
  .contact_page .contact_tel:hover::after {
    right: calc(50% - 50px);
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 30px;
  }
}
.contact_page .form_box {
  background: #EAECEF;
  padding: 130px 20px;
}
@media screen and (max-width: 1024px) {
  .contact_page .form_box {
    padding: 60px 20px;
  }
}
.contact_page .form_box .form_box_bg {
  max-width: 704px;
  margin: auto;
}
.contact_page .form_box form {
  margin-block-end: 0 !important;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box {
    margin-top: 40px;
  }
}
.contact_page .form_box .inner {
  padding-top: 55px;
  padding-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .inner {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
.contact_page .form_box ul li {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  letter-spacing: 0.02em;
}
.contact_page .form_box ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box ul li {
    font-size: 12px;
  }
}
.contact_page .form_box .check_list {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #000000;
}
.contact_page .form_box .check_list .sub {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .check_list .sub {
    font-size: 14px;
  }
}
.contact_page .form_box .check_list .sub,
.contact_page .form_box .check_list .form-acceptance {
  margin-top: 60px;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .check_list .sub,
  .contact_page .form_box .check_list .form-acceptance {
    margin-top: 25px;
  }
}
.contact_page .form_box .check_list .sub a,
.contact_page .form_box .check_list .form-acceptance a {
  color: #273A78;
  text-decoration: underline;
}
.contact_page .form_box .check_list .sub .check_list_txt,
.contact_page .form_box .check_list .form-acceptance .check_list_txt,
.contact_page .form_box .check_list .sub .check_list_txt p,
.contact_page .form_box .check_list .form-acceptance .check_list_txt p {
  line-height: 1.2;
  margin: 0;
}
.contact_page .form_box .form-acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0;
}
.contact_page .form_box .form-acceptance input[type=checkbox] p {
  height: 9px;
}
.contact_page .form_box .wpcf7-list-item {
  margin: 0;
}
.contact_page .form_box .form-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.3s;
  background: #ffffff;
  border: 1px solid #202B5C;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .form-acceptance .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
    left: -27px;
    top: -13px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.contact_page .form_box .wpcf7-list-item-label {
  position: relative;
}
.contact_page .form_box .form-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -33px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/common/check_icon.png) no-repeat center / contain;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .form-acceptance .wpcf7-list-item-label::after {
    width: 13px;
    height: 13px;
    left: -23px;
    top: -9px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.contact_page .form_box input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact_page .form_box input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}
.contact_page .form_box .hishu {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 20px;
  padding: 0 5px;
  width: fit-content;
  letter-spacing: 0.08em;
  border: 1px solid #E01F06;
  color: #E01F06;
  border-radius: 10px;
  display: block;
  height: fit-content;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .hishu {
    font-size: 10px;
    line-height: 18px;
  }
}
.contact_page .form_box .c_form input,
.contact_page .form_box .c_form textarea {
  font-size: 16px !important;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form input,
  .contact_page .form_box .c_form textarea {
    font-size: 14px !important;
  }
}
.contact_page .form_box .c_form .wpcf7-spinner {
  display: none !important;
}
.contact_page .form_box .c_form .send_box {
  margin: auto;
  margin-top: 60px;
  max-width: 400px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form .send_box {
    margin-top: 30px;
  }
}
.contact_page .form_box .c_form .send_box::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 7px;
  right: 12px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/top/btn_y.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.contact_page .form_box .c_form .send_box::after {
  transition: 0.3s ease-in-out;
  opacity: 0.1;
}
.contact_page .form_box .c_form .send_box input {
  line-height: 50px;
  text-align: center;
  background: #ccc;
  color: #a7a7a7;
  font-size: 20px !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #ccc;
  display: block;
  transition: 0.3s ease-in-out;
  margin: auto;
  width: 100%;
  cursor: no-drop;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form .send_box input {
    line-height: 50px;
    font-size: 18px !important;
  }
}
.contact_page .form_box .c_form .sendok::after {
  opacity: 1;
}
.contact_page .form_box .c_form .sendok input {
  line-height: 50px;
  text-align: center;
  background: #ffffff;
  color: #202B5C;
  font-size: 20px !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  display: block;
  border: 1px solid #202B5C !important;
  transition: 0.3s ease-in-out;
  margin: auto;
  width: 100%;
  cursor: pointer !important;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form .sendok input {
    line-height: 50px;
    font-size: 18px !important;
  }
}
.contact_page .form_box .c_form .sendok:hover::after {
  right: 22px;
}
.contact_page .form_box .c_form ul {
  display: block;
}
.contact_page .form_box .c_form ul .form_ttl {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  color: #3B4043;
  line-height: 1.88;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul .form_ttl {
    line-height: 1.6;
    font-size: 16px;
  }
}
.contact_page .form_box .c_form ul .form_ttl .hishu {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  display: inline-block;
  margin-left: 45px;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul .form_ttl .hishu {
    margin-left: 20px;
    font-size: 10px;
  }
}
.contact_page .form_box .c_form ul li + li {
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul li + li {
    margin-top: 20px;
  }
}
.contact_page .form_box .c_form ul li .dl_center {
  align-items: center;
}
.contact_page .form_box .c_form ul li .dl_center dt {
  padding-top: 0;
}
.contact_page .form_box .c_form ul li dl {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul li dl {
    display: block;
  }
}
.contact_page .form_box .c_form ul li dl dt {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  width: 204px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  padding-right: 20px;
  padding-top: 12px;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul li dl dt {
    padding-right: 0;
    padding-top: 0px;
    width: 100%;
    font-size: 16px;
  }
}
.contact_page .form_box .c_form ul li dl dt p {
  line-height: 1.4;
  color: #3B4043;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.contact_page .form_box .c_form ul li dl dd {
  width: calc(100% - 204px);
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul li dl dd {
    margin-top: 5px;
    width: 100%;
  }
}
.contact_page .form_box .c_form ul li dl dd p {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  color: #3B4043;
  line-height: 1.4;
  padding-bottom: 0;
  display: flex !important;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul li dl dd p {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.contact_page .form_box .c_form ul li dl dd input[type="button"],
.contact_page .form_box .c_form ul li dl dd input[type="submit"],
.contact_page .form_box .c_form ul li dl dd input[type="reset"] {
  -webkit-appearance: none;
}
.contact_page .form_box .c_form ul li dl dd span {
  width: 100%;
  align-items: left;
  display: block !important;
  text-align: left;
}
.contact_page .form_box .c_form ul li dl dd .sub_txt {
  margin-top: 15px;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul li dl dd .sub_txt {
    margin-top: 10px;
  }
}
.contact_page .form_box .c_form ul li dl dd .wpcf7-radio {
  display: block !important;
  flex-wrap: wrap;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul li dl dd .wpcf7-radio {
    font-size: 14px;
  }
}
.contact_page .form_box .c_form ul li dl dd .wpcf7-radio .last {
  margin-right: 0 !important;
}
.contact_page .form_box .c_form ul li dl dd .wpcf7-radio .last label {
  margin-right: 0 !important;
}
.contact_page .form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item {
  width: fit-content;
  margin-right: 15px;
  margin-left: 0;
  align-items: center;
}
.contact_page .form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 15px;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 5px;
  }
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}
.contact_page .form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
  text-wrap: nowrap;
  margin-right: 15px;
  line-height: 32px;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item label {
    line-height: 1.8;
    margin-right: 10px;
  }
}
.contact_page .form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item div:first-of-type {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.contact_page .form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item input[type="text"]:checked {
  box-sizing: border-box;
  outline: 7px solid #CCCCCC;
  outline-offset: -7px;
}
.contact_page .form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button,
.contact_page .form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item legend {
  color: white;
  background-color: #CCCCCC;
  padding: 5px 5px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
.contact_page .form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button:hover,
.contact_page .form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button:focus {
  color: #CCCCCC;
}
.contact_page .form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button:active {
  background-color: white;
  color: #CCCCCC;
  outline: 1px solid #CCCCCC;
}
.contact_page .form_box .c_form ul li dl dd input[type="text"],
.contact_page .form_box .c_form ul li dl dd input[type="tel"],
.contact_page .form_box .c_form ul li dl dd input[type="email"] {
  width: 100%;
  background: #ffffff;
  padding: 10px 15px;
  border: 1px solid #202B5C;
  letter-spacing: 0.08em;
  color: #C9CACA;
  min-height: 50px;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul li dl dd input[type="text"],
  .contact_page .form_box .c_form ul li dl dd input[type="tel"],
  .contact_page .form_box .c_form ul li dl dd input[type="email"] {
    min-height: 40px;
    padding: 10px;
  }
}
.contact_page .form_box .c_form ul li dl dd textarea {
  width: 100%;
  max-width: 100%;
  height: 140px;
  max-height: 140px;
  background: #ffffff;
  padding: 10px 15px;
  border: 1px solid #202B5C;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul li dl dd textarea {
    padding: 10px;
    letter-spacing: 0;
  }
}
.contact_page .form_box .c_form ul li dl dd #zip {
  max-width: 290px;
}
.contact_page .form_box .c_form ul li dl dd #addr {
  margin-top: 15px;
}
.contact_page .form_box .c_form ul li dl dd select {
  padding: 15px 15px;
  width: 100%;
  border: 1px solid #BFBFBF;
  letter-spacing: 0.32px;
  border-right: none;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul li dl dd select {
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 0;
  }
}
.contact_page .form_box .c_form ul li dl dd select {
  -webkit-appearance: none;
  appearance: none;
}
.contact_page .form_box .c_form ul li dl dd select::-ms-expand {
  display: none;
}
.contact_page .form_box .c_form ul li dl dd select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/contact/select_icon.webp);
  background-repeat: no-repeat;
  background-size: 45px 45px;
  background-position: right 0 center;
  /* 画像の位置 */
}
.contact_page .form_box .c_form ul li dl dd .wpcf7-not-valid-tip {
  color: #B42E27 !important;
  font-size: 10px !important;
  font-weight: bold !important;
  display: block !important;
  line-height: 120%;
  text-align: left;
}
.contact_page .form_box .c_form ul li dl dd input:focus,
.contact_page .form_box .c_form ul li dl dd textarea:focus {
  color: #000000 !important;
}
.contact_page .form_box .c_form ul li dl dd select:focus {
  color: #000000 !important;
}
.contact_page .form_box .c_form ul li dl dd input:valid,
.contact_page .form_box .c_form ul li dl dd textarea:valid {
  color: #000000 !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
}
.contact_page .form_box .c_form ul li dl dd select:valid {
  color: #000000 !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
}
.contact_page .form_box .c_form ul li dl dd input[type="radio"] {
  appearance: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #3B4043;
  transition: 0.3s all linear;
  margin-right: 10px;
  padding: 14px;
  position: relative;
  font-size: 14px;
  margin-left: 0;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul li dl dd input[type="radio"] {
    width: 20px;
    height: 20px;
    padding: 9px;
    margin-top: 0;
  }
}
.contact_page .form_box .c_form ul li dl dd .wpcf7-file {
  width: 100%;
  display: inline-block;
  background-color: #ffffff;
  color: #9A9A9A !important;
  font-size: 16px;
  height: 100%;
  padding-left: 0;
  border: 1px solid #202B5C;
  line-height: 50px;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul li dl dd .wpcf7-file {
    font-size: 12px !important;
    line-height: 40px;
  }
}
.contact_page .form_box .c_form ul li dl dd input[type=file]::file-selector-button {
  background-color: #EAECEF;
  width: 160px;
  padding: 5px 17px;
  margin-right: 10px;
  border: none;
  color: #3B4043 !important;
  height: calc(100% - 10px);
  cursor: pointer;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul li dl dd input[type=file]::file-selector-button {
    font-size: 13px;
    width: 110px;
    padding: 3px 8px;
  }
}
.contact_page .form_box .c_form ul li dl dd input[type=file]:valid {
  color: #9A9A9A !important;
}
.contact_page .form_box .c_form ul li dl dd input[type="radio"]:checked {
  box-sizing: border-box;
  outline: 9px solid #202B5C;
  outline-offset: -15px;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .c_form ul li dl dd input[type="radio"]:checked {
    outline: 6px solid #202B5C;
  }
}
.contact_page .form_box .form_check {
  font-size: 16px !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 820px) {
  .contact_page .form_box .form_check {
    font-size: 14px !important;
  }
}
.contact_page .form_box .form_check a {
  color: #273A78 !important;
}
.contact_page .form_box .check_list_txt p {
  height: fit-content !important;
}
.contact_page .up_file p {
  text-align: left;
  color: #3B4043 !important;
  line-height: 1.785 !important;
  margin-top: 5px !important;
  font-size: 14px !important;
  letter-spacing: 0.05em !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 820px) {
  .contact_page .up_file p {
    font-size: 12px !important;
  }
}
