:root {
  --footer-height: 76px;
  --sub-font: "Playfair Display",serif;
  --main-color: #FFE100;
  --accent-color: #00A0E9;
  --base-color: #EFEDDF;
  --main-text-sixe: 16px;
  --main-text-color: #000;
  --main-text-color02: #3E3E3A;
  --main-text-lineheight: 1.8;
  --main-text-weight: 300;
  --h2-text-size: 24px;
}

#contact .pageTitle {
  position: relative;
}
#contact .pageTitle .mv {
  width: 100%;
  max-height: 420px;
}
#contact .pageTitle .mv img {
  width: 100%;
}
#contact .pageTitle h1 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  position: absolute;
  bottom: 130px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  #contact .pageTitle h1 {
    width: 80%;
    line-height: 1;
    bottom: 40%;
    -webkit-transform: translateY(50%) translateX(50%);
            transform: translateY(50%) translateX(50%);
  }
}
#contact .pageTitle h1 span {
  font-size: 20px;
  display: block;
  font-family: var(--sub-font);
}
@media screen and (max-width: 767px) {
  #contact .pageTitle h1 span {
    font-size: 14px;
    margin-top: 8px;
  }
}
#contact .pageLead {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .pageLead {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#contact .pageLead p {
  font-size: 17px;
  line-height: 1.8;
}
#contact .contact_info {
  background-image: url("/assets/images/contact/contact_info_bg.png");
  padding-top: 110px;
  padding-bottom: 110px;
  padding-left: 150px;
  padding-right: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #contact .contact_info {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#contact .contact_info_child {
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #contact .contact_info_child {
    padding: 10px;
  }
}
#contact .contact_info_child a {
  display: block;
}
@media screen and (max-width: 767px) {
  #contact .contact_info_child .thumb img {
    width: 100%;
    height: auto;
  }
}
#contact .contact_info_child h3 {
  width: calc(100% - 1em);
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1.6px solid #000;
}
@media screen and (max-width: 767px) {
  #contact .contact_info_child h3 {
    font-size: 22px;
  }
}
#contact .contact_info_child p {
  font-weight: bold;
  text-align: center;
  min-height: 2lh;
}
#contact .contact_info_child .arrow {
  text-align: end;
  display: block;
}
#contact .other_links {
  background-image: url("/assets/images/contact/other_bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #contact .other_links {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#contact .other_links h2 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
#contact .other_links_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #contact .other_links_cnt {
    display: block;
    width: 100%;
  }
}
#contact .other_links_cnt .other_link a {
  background-color: #0372BD;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 560px;
}
@media screen and (max-width: 767px) {
  #contact .other_links_cnt .other_link a {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
#contact .other_links_cnt .other_link a p {
  color: #fff;
  font-size: 14px;
}
#contact .other_links_cnt .other_link a p:not(:nth-child(1)) {
  position: relative;
  margin-left: 40px;
}
#contact .other_links_cnt .other_link a p:not(:nth-child(1))::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  left: -20px;
}
#contact .other_links_cnt .other_link a p span {
  display: block;
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #contact .other_links_cnt .other_link a p span {
    font-size: 20px;
  }
}
#contact .other_links_cnt .other_link a .arrow {
  content: "";
  display: block;
  width: 26px;
  height: 19px;
  background-image: url("/assets/images/arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#contact .form {
  background-image: url("/assets/images/contact/form_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 110px;
  padding-bottom: 100px;
}
#contact .form_inner {
  width: calc(100% - 300px);
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 85px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  #contact .form_inner {
    width: 100%;
  }
}
#contact .form .formlist_head {
  font-size: 17px;
  line-height: 1.5;
  min-width: 220px;
}
@media screen and (max-width: 767px) {
  #contact .form .formlist_head {
    margin-bottom: 16px;
  }
}
#contact .form .required {
  color: #ff0000;
}
#contact .form .contactform_itembox {
  margin-bottom: 50px;
}
#contact .form .contactform_itembox p {
  font-size: 17px;
  line-height: 1.5;
}
#contact .form .contactform_itembox .contactform_item {
  margin-left: 220px;
}
@media screen and (max-width: 767px) {
  #contact .form .contactform_itembox .contactform_item {
    margin-left: 0;
  }
}
#contact .form .contactform_itembox.box02 .contactform_item {
  display: block;
}
#contact .form .contactform_itembox.box02 .contactform_item .formlist_head {
  margin-bottom: 20px;
}
#contact .form .contactform_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #contact .form .contactform_item {
    display: block;
  }
}
#contact .form .contactform_item:not(:last-child) {
  margin-bottom: 50px;
}
#contact .form .p-formItem__body {
  width: 100%;
}
#contact .form .p-formItem__body input,
#contact .form .p-formItem__body textarea {
  border: 2px solid #e5e5e5;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 10px;
}
#contact .form .p-formItem__body .check_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  #contact .form .p-formItem__body .check_list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
#contact .form .p-formItem__body .check_list .c-inputChoice__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
#contact .form .p-formItem__body .check_list .c-inputChoice__checkbox input[type=checkbox] {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #ccc;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}
#contact .form .p-formItem__body .check_list .c-inputChoice__checkbox input[type=checkbox]:checked {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#contact .form .p-formItem__body .check_list .c-inputChoice__checkbox input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-color: #0372BD;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact .form .p-formItem__body .check_list .c-inputChoice__checkbox .c-inputChoice__optionLabel {
  font-size: 16px;
}
#contact .form .p-formItem__body .radiolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  #contact .form .p-formItem__body .radiolist {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
#contact .form .p-formItem__body .radiolist .c-inputChoice__radio {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
#contact .form .p-formItem__body .radiolist .c-inputChoice__radio:checked {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#contact .form .p-formItem__body .radiolist .c-inputChoice__radio:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-color: #0372BD;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact .form .p-formItem__body .select {
  position: relative;
  width: 80%;
  border: 2px solid #e5e5e5;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 10px;
  display: block;
}
#contact .form .p-formItem__body .select::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #919396 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contact .form .p-formItem__body .select option {
  width: 100%;
}
#contact .form .p-formItem__body .p-formItem__error {
  color: #ff0000;
}
#contact .form .c-inputSelect {
  width: 40px;
  height: 30px;
  margin-right: 10px;
  border: 2px solid #e5e5e5;
  text-align: center;
}
#contact .form .c-inputSelect.birth_year {
  width: 60px;
}
#contact .form .form__buttonArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact .form .form__buttonArea .form__button {
  width: 300px;
  margin-top: 50px;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #0372BD;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  #contact .form .form__buttonArea .form__button:hover::before {
    -webkit-animation: btnhover ease-in-out 0.4s forwards;
            animation: btnhover ease-in-out 0.4s forwards;
  }
  #contact .form .form__buttonArea .form__button:hover .form__button__label {
    color: #0372BD;
  }
  #contact .form .form__buttonArea .form__button:hover .arrow {
    background-color: #0372BD;
  }
}
#contact .form .form__buttonArea .form__button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background-color: #fff;
  border: 1px solid #0372BD;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#contact .form .form__buttonArea .form__button__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contact .form .form__buttonArea .form__button__label {
  color: #fff;
  position: relative;
}
#contact .form .form__buttonArea .arrow {
  width: 26px;
  height: 19px;
  -webkit-mask-image: url(/assets/images/arrow.png);
          mask-image: url(/assets/images/arrow.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}
#contact .form .confirm .confirm_list .confirmm_item {
  border-bottom: 1px solid #ccc;
}
#contact .form .confirm .confirm_list .confirmm_item:not(:last-child) {
  margin-bottom: 40px;
}
#contact .form .confirm .confirm_list .confirmm_item .p-formItem__label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#contact .form .confirm .confirmbtn {
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
#contact .form .confirm .confirmbtn .back .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#contact .row__head {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#contact .row__head .memo {
  font-size: 16px;
  font-weight: 300;
}
#contact .row__body {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
#contact .thanks_message {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
#contact .thanks_message_head {
  font-size: 20px;
  font-weight: 600;
}
#contact .thanks_message_text {
  font-size: 17px;
  line-height: 1.8;
}
#contact .contact_linkBtn a {
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  border: none;
  background-color: #0172BD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 350px;
  height: 50px;
  padding-left: 30px;
  padding-right: 20px;
  overflow: hidden;
  position: relative;
}
#contact .contact_linkBtn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  border: 1px solid #0372BD;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#contact .contact_linkBtn a span {
  color: #fff;
  position: relative;
}
#contact .contact_linkBtn a .arrow {
  width: 26px;
  height: 19px;
  -webkit-mask-image: url(/assets/images/arrow.png);
          mask-image: url(/assets/images/arrow.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  #contact .contact_linkBtn a:hover::before {
    -webkit-animation: btnhover ease-in-out 0.4s forwards;
            animation: btnhover ease-in-out 0.4s forwards;
  }
  #contact .contact_linkBtn a:hover span {
    color: #0372BD;
  }
  #contact .contact_linkBtn a:hover .arrow {
    background-color: #0372BD;
  }
}