@charset "UTF-8";
.form_inner .form_wrapper_table {
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
}
@media screen and (max-width: 991px) {
  .form_inner .form_wrapper_table th,
  .form_inner .form_wrapper_table td {
    display: block;
    width: 100%;
  }
}
.form_inner .form_wrapper_table tr:last-child td {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .form_inner .form_wrapper_table tr:last-child th {
    padding-bottom: 0;
  }
}
.form_inner .form_wrapper_table tr th,
.form_inner .form_wrapper_table tr td {
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  padding-bottom: 1.5rem;
}
.form_inner .form_wrapper_table tr th {
  font-weight: bold;
  padding-left: 0;
  width: 240px;
  padding-right: 1.5rem;
  padding-right: 4rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .form_inner .form_wrapper_table tr th {
    padding-bottom: 0.5rem;
    padding-right: 0;
    text-align: left;
    width: 100%;
  }
}
.form_inner .form_wrapper_table tr th span {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}
.form_inner .form_wrapper_table tr th span.form_required {
  color: #fff;
  padding: 5px;
  background-color: #0E1A3C;
  position: absolute;
  top: 7px;
  right: 20px;
}
@media screen and (max-width: 991px) {
  .form_inner .form_wrapper_table tr th span.form_required {
    position: inherit;
    top: auto;
    right: auto;
    margin-left: 0.5rem;
  }
}
.form_inner .form_wrapper_table tr td.address div {
  margin-bottom: 10px;
}
.form_inner .form_wrapper_table tr td.address div:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .form_inner .form_wrapper_table tr td {
    width: 100%;
  }
}
.form_inner .form_wrapper_table tr td span.error {
  color: #0E1A3C;
}
.form_inner .form_wrapper_table tr td span .change-input-type-tel {
  width: 60px;
}
.form_inner .form_wrapper_table tr input,
.form_inner .form_wrapper_table tr textarea,
.form_inner .form_wrapper_table tr select {
  color: #0E1A3C;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  -webkit-transition: outline-color 100ms;
  transition: outline-color 100ms;
  border: 1px solid #0E1A3C;
  border-radius: 0;
  outline: 2px solid transparent;
  background-color: #fff;
  appearance: none;
}
.form_inner .form_wrapper_table tr input:active,
.form_inner .form_wrapper_table tr textarea:active,
.form_inner .form_wrapper_table tr select:active {
  outline-color: #0E1A3C;
}
.form_inner .form_wrapper_table tr input:focus,
.form_inner .form_wrapper_table tr textarea:focus,
.form_inner .form_wrapper_table tr select:focus {
  outline-color: #0E1A3C;
}
.form_inner .form_wrapper_table tr input::placeholder,
.form_inner .form_wrapper_table tr textarea::placeholder,
.form_inner .form_wrapper_table tr select::placeholder {
  color: #0E2971;
}
.form_inner .form_wrapper_table tr select {
  appearance: auto;
  width: auto;
}
.form_inner .form_wrapper_table tr input[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
  vertical-align: inherit;
}
.form_inner .form_wrapper_table tr input[type=radio]:hover {
  cursor: pointer;
}
.form_inner .form_wrapper_table tr input[type=radio] + span {
  font-size: 16px;
}
.form_inner .form_wrapper_table tr input[type=checkbox] {
  appearance: auto;
  width: auto;
}
.form_inner .form_wrapper_table tr textarea {
  width: 100%;
}

.form_policy {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .form_policy {
    margin-top: 1.5rem;
  }
}
.form_policy .form_policy_check {
  margin: 0 0 0.5rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .form_policy .form_policy_check {
    padding-left: 45px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .form_policy .form_policy_check input {
    width: auto;
  }
}
.form_policy .form_policy_check span {
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .form_policy .form_policy_check span {
    font-size: 0.875rem;
  }
}
.form_policy .form_policy_check span.horizontal-item::before, .form_policy .form_policy_check span.wpcf7-list-item::before {
  color: #fff;
  position: absolute;
  content: "必須";
  font-size: 0.75rem;
  line-height: 1;
  display: inline-block;
  padding: 5px;
  color: #fff;
  background-color: #0E1A3C;
  top: 7px;
  left: -45px;
}
@media screen and (max-width: 767px) {
  .form_policy .form_policy_check span.horizontal-item::before, .form_policy .form_policy_check span.wpcf7-list-item::before {
    top: 0;
  }
}
.form_policy .form_policy_check span.error {
  color: #0E1A3C;
  font-size: 0.75rem;
}
.form_policy .form_policy_check span a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}
.form_policy p.form_policy_text {
  font-size: 0.875rem;
}
.form_policy p.form_policy_text a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}

.form_button_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  gap: 1rem;
}
.form_button_wrapper .form_button {
  display: inline-block;
  position: relative;
}
.form_button_wrapper .form_button input {
  color: #fff;
  background-color: #0E1A3C;
  border: none;
  border-radius: 25px;
  display: inline-block;
  padding: 0.75rem 2.5rem;
  position: relative;
  transition: ease 0.4s;
}
@media screen and (max-width: 767px) {
  .form_button_wrapper .form_button input {
    font-size: 0.875rem;
  }
}
.form_button_wrapper .form_button.form_button_submit input {
  color: #fff;
  background-color: #0E1A3C;
}
.form_button_wrapper .form_button.form_button_submit input:hover {
  color: #0E1A3C;
  background-color: #fff;
}
.form_button_wrapper .wpcf7-spinner {
  display: block;
}

html body .hero-textbox {
  display: flex;
  justify-content: center;
  margin-bottom: 160px;
}
@media screen and (max-width: 991px) {
  html body .hero-textbox {
    margin-bottom: 80px;
  }
}
html body .hero-textbox .catch {
  display: flex;
  flex-direction: column;
  font-size: 26px;
  line-height: 42px;
  color: #0E1A3C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch {
    font-size: 20px;
    line-height: 30px;
  }
}
html body .hero-textbox .catch span {
  display: inline-block;
  position: relative;
  font-size: 32px;
  line-height: 38px;
  color: #0E1A3C;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch span {
    font-size: 28px;
    line-height: 38px;
  }
}
html body .hero-textbox .catch span::after, html body .hero-textbox .catch span::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #0E1A3C;
  top: 50%;
  width: 60px;
}
@media screen and (max-width: 575px) {
  html body .hero-textbox .catch span::after, html body .hero-textbox .catch span::before {
    width: 30px;
  }
}
html body .hero-textbox .catch span::before {
  right: 100%;
  margin-right: 5px;
}
html body .hero-textbox .catch span::after {
  left: 100%;
  margin-left: 5px;
}
html body .contents_breadcrumb {
  margin-bottom: 13px;
  padding: 53px 0 0;
}
html body main .form_header .wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 100px auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .form_header .wrapper {
    margin: 0 auto 10px auto;
  }
}
@media screen and (max-width: 767px) {
  html body main .form_header .wrapper {
    text-align: left;
  }
}
html body main .form_header .wrapper .inner_box {
  margin-bottom: 100px;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  html body main .form_header .wrapper .inner_box {
    margin-bottom: 40px;
  }
}
html body main .form_header .wrapper .inner_box h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  html body main .form_header .wrapper .inner_box h2 {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
  }
}
html body main .form_header .wrapper .inner_box h3 {
  font-size: 18px;
  font-weight: 500;
}
html body main .form_header .wrapper .inner_box p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 30px;
}
html body main .form_header .wrapper .tel_box {
  width: 790px;
  max-width: 100%;
  margin: 0px auto 40px auto;
  border: 1px solid #0E2971;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .form_header .wrapper .tel_box {
    padding: 20px;
  }
}
html body main .form_header .wrapper .tel_box p {
  font-size: 24px;
  color: #0E2971;
  margin-bottom: 20px;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  html body main .form_header .wrapper .tel_box p {
    font-size: 18px;
  }
}
html body main .form_header .wrapper .tel_box_num {
  display: inline-block;
  text-align: left;
  background: url(../../images/form/tel_icon.svg) no-repeat left top 10px;
  background-size: 45px auto;
  padding-left: 60px;
  color: #0E2971;
}
@media screen and (max-width: 767px) {
  html body main .form_header .wrapper .tel_box_num {
    background-size: 28px auto;
    background-position: left top 8px;
    padding-left: 35px;
  }
}
html body main .form_header .wrapper .tel_box_num a {
  font-size: 3.5em;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  html body main .form_header .wrapper .tel_box_num a {
    font-size: 2.3em;
  }
}
html body main .form_header .wrapper .tel_box_num p {
  color: #0E2971;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html body main .form_header .wrapper .tel_box_num p {
    font-size: 16px;
  }
}
html body main .form_header .wrapper h2.h2-01 {
  color: #0E2971;
  border-bottom: 1px solid #0E2971;
  font-size: 36px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .form_header .wrapper h2.h2-01 {
    font-size: 24px;
  }
}
html body main .form_header .wrapper .column3, html body main .form_header .wrapper .column4, html body main .form_header .wrapper .column3_b {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  html body main .form_header .wrapper .column3, html body main .form_header .wrapper .column4, html body main .form_header .wrapper .column3_b {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body main .form_header .wrapper .column3, html body main .form_header .wrapper .column4, html body main .form_header .wrapper .column3_b {
    grid-template-columns: 1fr;
  }
}
html body main .form_header .wrapper .column3 .item, html body main .form_header .wrapper .column4 .item, html body main .form_header .wrapper .column3_b .item {
  position: relative;
  background: #fff;
  border: 1px solid #0E2971;
  text-align: center;
  box-sizing: border-box;
}
html body main .form_header .wrapper .column3 .item img, html body main .form_header .wrapper .column4 .item img, html body main .form_header .wrapper .column3_b .item img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
html body main .form_header .wrapper .column3 .item h3, html body main .form_header .wrapper .column4 .item h3, html body main .form_header .wrapper .column3_b .item h3 {
  margin: 30px 0 10px;
  font-size: 20px;
  font-weight: 500;
  color: #20457b;
  letter-spacing: 0.02em;
}
html body main .form_header .wrapper .column3 .item p, html body main .form_header .wrapper .column4 .item p, html body main .form_header .wrapper .column3_b .item p {
  margin: 30px 40px;
  font-size: 14px;
  line-height: 1.9;
  color: #364152;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  html body main .form_header .wrapper .column3 .item p, html body main .form_header .wrapper .column4 .item p, html body main .form_header .wrapper .column3_b .item p {
    margin: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  html body main .form_header .wrapper .column3 .item p, html body main .form_header .wrapper .column4 .item p, html body main .form_header .wrapper .column3_b .item p {
    margin: 20px;
  }
}
html body main .form_header .wrapper .column4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  html body main .form_header .wrapper .column4 {
    grid-template-columns: 2fr;
  }
}
html body main .form_header .wrapper .column4 .item p {
  margin: 30px 20px;
}
html body main .form_header .wrapper .column3_b {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
html body main .form_header .wrapper .column3_b .item {
  width: 30%;
}
@media screen and (max-width: 767px) {
  html body main .form_header .wrapper .column3_b .item {
    width: 100%;
  }
}
html body main .contents.contents_form .wrapper {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_form .wrapper {
    max-width: 100%;
  }
}
html body main .contents.contents_form .wrapper .contents_text p {
  margin-bottom: 1rem;
}
html body main .contents.contents_form .wrapper .contents_text p:last-child {
  margin-bottom: 0;
}
html body main .contents.contents_form .wrapper form {
  margin-top: 3.5rem;
}
html body main section.inquiry .wrapper { /* 確認時だけ見せる */ }
html body main section.inquiry .wrapper .inquiry_form {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 140px 0px 80px;
}
@media screen and (max-width: 767px) {
  html body main section.inquiry .wrapper .inquiry_form {
    border: none;
    padding: 30px 0px;
  }
}
html body main section.inquiry .wrapper .catch {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 19px;
  color: #0E1A3C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main section.inquiry .wrapper .catch {
    font-size: 16px;
    line-height: 19px;
  }
}
html body main section.inquiry .wrapper .catch span {
  display: inline-block;
  position: relative;
  font-size: 32px;
  line-height: 38px;
  color: #0E1A3C;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  html body main section.inquiry .wrapper .catch span {
    font-size: 28px;
    line-height: 38px;
  }
}
html body main section.inquiry .wrapper .catch span::after, html body main section.inquiry .wrapper .catch span::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #0E1A3C;
  top: 50%;
  width: 60px;
}
@media screen and (max-width: 575px) {
  html body main section.inquiry .wrapper .catch span::after, html body main section.inquiry .wrapper .catch span::before {
    width: 30px;
  }
}
html body main section.inquiry .wrapper .catch span::before {
  right: 100%;
  margin-right: 5px;
}
html body main section.inquiry .wrapper .catch span::after {
  left: 100%;
  margin-left: 5px;
}
html body main section.inquiry .wrapper .c-form {
  max-width: 680px;
  margin: 0 auto;
}
html body main section.inquiry .wrapper .c-form__row {
  margin: 30px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  html body main section.inquiry .wrapper .c-form__row {
    margin: 15px 0px;
    display: block;
  }
}
html body main section.inquiry .wrapper .c-form__row div {
  width: 60%;
}
@media screen and (max-width: 767px) {
  html body main section.inquiry .wrapper .c-form__row div {
    width: 100%;
  }
}
html body main section.inquiry .wrapper .c-form__label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  width: 35%;
  margin-right: 5%;
  text-align: right;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body main section.inquiry .wrapper .c-form__label {
    font-size: 16px;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
html body main section.inquiry .wrapper .c-form__req {
  display: inline-block;
  margin-left: 8px;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: #0E2A71;
  vertical-align: text-bottom;
}
html body main section.inquiry .wrapper .c-form__nini {
  display: inline-block;
  margin-left: 8px;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1;
  color: #0E1A3C;
  background: #CCC;
  vertical-align: text-bottom;
}
html body main section.inquiry .wrapper .c-form input.wpcf7-text,
html body main section.inquiry .wrapper .c-form input.wpcf7-tel,
html body main section.inquiry .wrapper .c-form input.wpcf7-email,
html body main section.inquiry .wrapper .c-form textarea.wpcf7-textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #A5AAB9;
  background: #FFF;
  font-size: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  html body main section.inquiry .wrapper .c-form input.wpcf7-text,
  html body main section.inquiry .wrapper .c-form input.wpcf7-tel,
  html body main section.inquiry .wrapper .c-form input.wpcf7-email,
  html body main section.inquiry .wrapper .c-form textarea.wpcf7-textarea {
    padding: 10px;
  }
}
html body main section.inquiry .wrapper .c-form .wpcf7-select {
  border: 1px solid #A5AAB9;
  background: #FFF;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 30px 10px 10px;
  position: relative;
  background-image: url("data:image/svg+xml;utf8,                <svg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'>                <path d='M8 10L0 0h16z' fill='%23000'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center; /* 右寄せ位置 */
  background-size: 14px 9px;
}
html body main section.inquiry .wrapper .c-form .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border-left: 3px solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  html body main section.inquiry .wrapper .c-form .wpcf7-checkbox {
    display: block;
  }
}
html body main section.inquiry .wrapper .c-form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  html body main section.inquiry .wrapper .c-form .wpcf7-checkbox .wpcf7-list-item {
    margin-bottom: 10px;
  }
}
html body main section.inquiry .wrapper .c-form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: start;
  gap: 5px;
}
html body main section.inquiry .wrapper .c-form .wpcf7-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  transform: translateY(1px);
}
html body main section.inquiry .wrapper .c-form__agree {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  html body main section.inquiry .wrapper .c-form__agree {
    margin-top: 40px;
  }
}
html body main section.inquiry .wrapper .c-form__agree input[type=checkbox] {
  width: 18px;
  height: 18px;
  transform: translateY(-1px);
}
html body main section.inquiry .wrapper .c-form .kana-only {
  ime-mode: active;
}
html body main section.inquiry .wrapper .wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label a {
  text-decoration: underline;
}
html body main section.inquiry .wrapper .c-form__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
html body main section.inquiry .wrapper .c-btn {
  width: 300px;
  padding: 20px;
  border: 0;
  background: #0D2E75;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  text-align: center;
  letter-spacing: 0.02em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  html body main section.inquiry .wrapper .c-btn {
    font-size: 14px;
    width: 50%;
  }
}
html body main section.inquiry .wrapper .clear_btn {
  width: 160px;
  padding: 10px;
  border: 0;
  background: #CCC;
  color: #0D2E75;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  text-align: center;
  letter-spacing: 0.02em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  html body main section.inquiry .wrapper .clear_btn {
    font-size: 14px;
  }
}
html body main section.inquiry .wrapper .privacy_check {
  width: 350px;
  max-width: 90%;
  margin: 20px auto;
}
html body main section.inquiry .wrapper .privacy_check .wpcf7-checkbox {
  display: block;
  border-left: none;
}
html body main section.inquiry .wrapper .privacy_check .wpcf7-checkbox .wpcf7-list-item {
  font-size: 16px;
}
html body main section.inquiry .wrapper .privacy_check p {
  font-size: 14px;
  padding-top: 15px;
  line-height: 1.4em;
}
html body main section.inquiry .wrapper .privacy_check p a {
  text-decoration: underline;
  color: #0D2E75;
}
html body main section.inquiry .wrapper .form_title .catch {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
html body main section.inquiry .wrapper .form_title .catch span {
  display: inline-block;
  position: relative;
  color: #0D2E75;
  font-size: 28px;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  html body main section.inquiry .wrapper .form_title .catch span {
    font-size: 20px;
  }
}
html body main section.inquiry .wrapper .form_title .catch span::after, html body main section.inquiry .wrapper .form_title .catch span::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #0D2E75;
  top: 50%;
  width: 60px;
}
html body main section.inquiry .wrapper .form_title .catch span::before {
  right: 100%;
  margin-right: 5px;
}
html body main section.inquiry .wrapper .form_title .catch span::after {
  left: 100%;
  margin-left: 5px;
}
html body main section.inquiry .wrapper .c-form__confirm[hidden] {
  display: none;
}
html body main section.inquiry .wrapper .js-final-submit, html body main section.inquiry .wrapper .js-back, html body main section.inquiry .wrapper .wpcf7-submit {
  display: none !important;
}
html body main section.inquiry .wrapper .c-form__confirm-list {
  margin: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
}
html body main section.inquiry .wrapper .c-form__confirm-list dt {
  font-weight: 700;
  margin: 10px 0px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  html body main section.inquiry .wrapper .c-form__confirm-list dt {
    font-size: 14px;
  }
}
html body main section.inquiry .wrapper .c-form__confirm-list dd {
  margin: 10px 0px;
  white-space: pre-wrap;
  width: 70%;
}
@media screen and (max-width: 767px) {
  html body main section.inquiry .wrapper .c-form__confirm-list dd {
    padding-left: 10px;
    font-size: 14px;
  }
}
html body main section.inquiry .wrapper .wpcf7 form .wpcf7-not-valid {
  border: 2px solid #E35B6B;
  background: #FFECEE;
}
html body main section.inquiry .wrapper .wpcf7 form .wpcf7-not-valid-tip {
  color: #E35B6B;
  margin-top: 6px;
  font-size: 13px;
}
html body main section.inquiry .wrapper .wpcf7 form .wpcf7-response-output {
  border-color: #0D2E75;
}
html body main section.inquiry .wrapper .wpcf7 form .wpcf7-spinner {
  display: none !important;
}
html body main section.inquiry .wrapper .wpcf7.is-confirm .js-final-submit, html body main section.inquiry .wrapper .wpcf7.is-confirm .wpcf7-submit,
html body main section.inquiry .wrapper .wpcf7.is-confirm .js-back {
  display: inline-block !important;
}
html body main section.inquiry .wrapper .wpcf7.is-confirm .js-back {
  display: inline-block !important;
  border: 1px solid #0D2E75 !important;
  color: #0D2E75;
  background: #fff;
  width: 240px;
  padding: 20px;
  border: 0;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  text-align: center;
  letter-spacing: 0.02em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  html body main section.inquiry .wrapper .wpcf7.is-confirm .js-back {
    font-size: 14px;
    width: 40%;
  }
}
html body main section.inquiry .wrapper .wpcf7.is-confirm .js-go-confirm {
  display: none !important;
}
html body main section.inquiry .wrapper .wpcf7.is-confirm .clear_btn {
  display: none !important;
}
html body main section.inquiry .wrapper h3.c-form__label {
  color: #0D2E75;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin: 20px auto;
}
html body main section.inquiry .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
html body main section.inquiry .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
html body main section.inquiry .wpcf7-radio .wpcf7-list-item span {
  color: #0E1A3C;
}
html body main section.inquiry .no-bdr input {
  border: none !important;
}
html body .thanks_main .wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 100px auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .thanks_main .wrapper {
    text-align: left;
  }
}
html body .thanks_main .wrapper .inner_box {
  margin-bottom: 100px;
  padding: 0 24px;
}
html body .thanks_main .wrapper .inner_box h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  html body .thanks_main .wrapper .inner_box h2 {
    font-size: 16px;
  }
}
html body .thanks_main .wrapper .inner_box p {
  font-size: 16px;
  line-height: 1.8em;
}
html body .recruit-section .wrapper {
  max-width: 1400px;
}
html body .recruit-section01 {
  margin-bottom: 335px;
}
@media screen and (max-width: 767px) {
  html body .recruit-section01 {
    margin-bottom: 160px;
  }
}
html body .recruit-section01 .recruit-item {
  display: flex;
  justify-content: center;
  gap: 0 44px;
}
@media screen and (max-width: 991px) {
  html body .recruit-section01 .recruit-item {
    gap: 0 22px;
  }
}
@media screen and (max-width: 767px) {
  html body .recruit-section01 .recruit-item {
    flex-direction: column;
    gap: 22px 0;
  }
}
html body .recruit-section01 .recruit-item + .recruit-item {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  html body .recruit-section01 .recruit-item + .recruit-item {
    margin-top: 55px;
  }
}
html body .recruit-section01 .recruit-item_left {
  max-width: 678px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body .recruit-section01 .recruit-item_left {
    margin: 0 auto;
  }
}
html body .recruit-section01 .recruit-item_right {
  max-width: 678px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body .recruit-section01 .recruit-item_right {
    padding: 0 24px;
    box-sizing: border-box;
  }
}
html body .recruit-section01 .recruit-item_right h2 {
  margin-bottom: 47px;
  font-size: 20px;
  line-height: 40px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .recruit-section01 .recruit-item_right h2 {
    font-size: 20px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .recruit-section01 .recruit-item_right h2 {
    margin-bottom: 24px;
  }
}
html body .recruit-section01 .recruit-item_right p {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .recruit-section01 .recruit-item_right p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  html body .recruit-section01 .recruit-item_right .box-link-arrow {
    margin-top: 25px;
  }
}
html body .recruit-section01 .recruit-item_right .box-link-arrow a {
  width: 320px;
  margin: 0;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  html body .recruit-section01 .recruit-item_right .box-link-arrow a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  html body .recruit-section01 .recruit-item_right .box-link-arrow a {
    width: 280px;
  }
}
html body .recruit-section02 .recruit-dl01 {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
html body .recruit-section02 .recruit-dl01 .recruit-dl_wrapper {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .recruit-section02 .recruit-dl01 .recruit-dl_wrapper {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body .recruit-section02 .recruit-dl01 .recruit-dl_wrapper {
    flex-direction: column;
    gap: 10px 0;
  }
}
html body .recruit-section02 .recruit-dl01 .recruit-dl_wrapper + .recruit-dl_wrapper {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  html body .recruit-section02 .recruit-dl01 .recruit-dl_wrapper + .recruit-dl_wrapper {
    padding-top: 20px;
  }
}
html body .recruit-section02 .recruit-dl01 .recruit-dt {
  width: 20%;
  font-size: 18px;
  line-height: 24px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .recruit-section02 .recruit-dl01 .recruit-dt {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  html body .recruit-section02 .recruit-dl01 .recruit-dt {
    width: 100%;
  }
}
html body .recruit-section02 .recruit-dl01 .recruit-dd {
  width: 80%;
  font-size: 18px;
  line-height: 24px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .recruit-section02 .recruit-dl01 .recruit-dd {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  html body .recruit-section02 .recruit-dl01 .recruit-dd {
    width: 100%;
  }
}
html body .recruit-section02 .recruit-inner {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
html body .recruit-section02 .recruit-inner .recruit-title {
  margin-bottom: 60px;
  font-size: 30px;
  line-height: 52px;
  color: #0E1A3C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .recruit-section02 .recruit-inner .recruit-title {
    font-size: 24px;
    line-height: 36px;
  }
}
html body .recruit-section02 .recruit-inner .recruit-subtitle {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 95px;
  font-size: 25px;
  line-height: 36px;
  color: #050505;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .recruit-section02 .recruit-inner .recruit-subtitle {
    font-size: 18px;
    line-height: 27px;
  }
}
html body .recruit-section02 .recruit-inner .recruit-dl_wrapper {
  display: flex;
  gap: 0 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  html body .recruit-section02 .recruit-inner .recruit-dl_wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
  }
}
html body .recruit-section02 .recruit-inner .recruit-dl_wrapper + .recruit-dl_wrapper {
  margin-top: 30px;
}
html body .recruit-section02 .recruit-inner .recruit-dt {
  max-width: 188px;
  width: 100%;
  height: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  box-sizing: border-box;
  background: #0E1A3C;
  font-size: 30px;
  line-height: 52px;
  color: #fff;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  html body .recruit-section02 .recruit-inner .recruit-dt {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  html body .recruit-section02 .recruit-inner .recruit-dt {
    width: auto;
    height: auto;
    padding: 10px 20px;
  }
}
html body .recruit-section02 .recruit-inner .recruit-dd {
  font-size: 20px;
  line-height: 37px;
  color: #505050;
}
@media screen and (max-width: 767px) {
  html body .recruit-section02 .recruit-inner .recruit-dd {
    font-size: 16px;
    line-height: 24px;
  }
}

/*========================================
# event-thanks
========================================  */
.event-thanks {
  padding: 0px 16px !important;
  background-color: #fff !important;
  text-align: center !important;
  margin-top: -64px;
}
@media screen and (max-width: 767px) {
  .event-thanks {
    padding: 47px 16px 0 !important;
  }
}

.event-thanks__lead {
  font-size: 40px !important;
  font-weight: 500 !important;
  color: #0a1633 !important;
  letter-spacing: 0.05em !important;
  line-height: 1.6 !important;
  margin-bottom: 51px !important;
}
@media screen and (max-width: 767px) {
  .event-thanks__lead {
    font-size: 24px !important;
    margin-bottom: 32px !important;
  }
}

.event-thanks__message {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #0a1633 !important;
  letter-spacing: 0.05em !important;
  line-height: 1.8 !important;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .event-thanks__message {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
}

.event-thanks__text {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #0a1633 !important;
  letter-spacing: 0.05em !important;
  line-height: 2 !important;
  margin-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .event-thanks__text {
    line-height: 1.9 !important;
    text-align: left !important;
    margin-bottom: 50px !important;
  }
}

.event-thanks__notice {
  margin-bottom: 48px !important;
}

.event-thanks__notice-title {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #0a1633 !important;
  letter-spacing: 0.05em !important;
  line-height: 1.8 !important;
  margin-bottom: 36px !important;
}
@media screen and (max-width: 767px) {
  .event-thanks__notice-title {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
}

.event-thanks__notice-text {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #0a1633 !important;
  letter-spacing: 0.05em !important;
  line-height: 2 !important;
}
@media screen and (max-width: 767px) {
  .event-thanks__notice-text {
    line-height: 1.9 !important;
    text-align: left !important;
  }
}

.event-thanks__button {
  margin-top: 110px !important;
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .event-thanks__button {
    margin-top: 56px !important;
  }
}

.page-id-218 .single_breadcrumb {
  padding-top: 0 !important;
  margin-top: 95px !important;
}
@media screen and (max-width: 767px) {
  .page-id-218 .single_breadcrumb {
    margin-top: 64px !important;
  }
}
.page-id-218 .single_breadcrumb .wrapper {
  max-width: 1920px !important;
  padding-inline: 0;
}

.u-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

/*# sourceMappingURL=recruit.css.map */
