@charset "UTF-8";
.c-block01 {
  display: grid;
  grid-template-columns: 50% 41%;
  justify-content: space-between;
  gap: 20px 20px;
  padding: 138px 0 198px;
}
@media screen and (max-width: 1040px) {
  .c-block01 {
    grid-template-columns: 50% 44%;
  }
}
@media screen and (max-width: 1040px) {
  .c-block01 {
    grid-template-columns: 1fr;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 60px 20px;
    padding: 0px 0 170px;
  }
}
@media screen and (max-width: 1040px) {
  .c-block01__contents {
    order: 2;
  }
}
.c-block01__cat {
  position: relative;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.13;
}
@media screen and (max-width: 1040px) {
  .c-block01__cat {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.c-block01__cat::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #85d8fe;
}
.c-block01__cat > span {
  position: relative;
  padding-right: 15px;
  background-color: #fff;
  z-index: 2;
}
.c-block01__title {
  margin: 20px 0 60px;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1040px) {
  .c-block01__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1040px) {
  .c-block01__title {
    margin: 0px 0 50px;
    font-size: 23px;
  }
}
.c-block01__subTitle {
  margin: -10px 0 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
}
.c-block01__text {
  line-height: 2;
}
@media screen and (max-width: 1040px) {
  .c-block01__img {
    order: 1;
    width: calc(100% + 40px);
    margin-inline: -20px;
  }
}

.c-block02__item {
  display: grid;
  grid-template-columns: 29% 66%;
  justify-content: space-between;
  align-items: center;
  gap: 0px 20px;
  margin-bottom: 68px;
}
@media screen and (max-width: 1040px) {
  .c-block02__item {
    grid-template-columns: 30% 66%;
  }
}
@media screen and (max-width: 1040px) {
  .c-block02__item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.c-block02__title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #85d8fe;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.22;
}
@media screen and (max-width: 1040px) {
  .c-block02__title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
}
.c-block02__text {
  line-height: 2;
}

/* Button  */
.c-btn01 {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0.8em 40px 0.9em 28px;
  color: #fff;
  background-color: #14316a;
  transition: all 0.2s;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (max-width: 1040px) {
  .c-btn01 {
    max-width: 100%;
    padding: 0.8em 34px 0.9em 24px;
  }
}
.c-btn01::before {
  content: "";
  position: absolute;
  top: 42%;
  right: 25px;
  width: 16px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}
@media screen and (max-width: 1040px) {
  .c-btn01::before {
    right: 20px;
  }
}
.c-btn01:hover {
  opacity: 0.7;
}
.c-btn01--light {
  background-color: #234C9D;
}
.c-btn01--small {
  max-width: 234px;
}
@media screen and (max-width: 1040px) {
  .c-btn01--small {
    display: block;
    max-width: 100%;
  }
}
.c-btn01--large {
  font-size: 22px;
}
@media screen and (max-width: 1040px) {
  .c-btn01--large {
    padding: 0.8em 35px 0.9em 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1040px) {
  .c-btn01--large {
    padding: 0.8em 33px 0.9em 10px;
  }
}
.c-btn01--large::before {
  top: 42%;
  right: 25px;
  width: 22px;
  height: 7px;
}
@media screen and (max-width: 1040px) {
  .c-btn01--large::before {
    right: 20px;
    width: 18px;
    height: 6px;
  }
}
@media screen and (max-width: 1040px) {
  .c-btn01--large::before {
    right: 15px;
  }
}
.c-btn01--large::after {
  border-width: 0 0 68px 68px;
}
@media screen and (max-width: 1040px) {
  .c-btn01--large::after {
    border-width: 0 0 48px 48px;
  }
}

.c-btn02 {
  display: inline-block;
  position: relative;
  padding: 0.8em 40px 0.9em 28px;
  border-radius: 100px;
  color: #fff;
  background-color: #3ba3d5;
  transition: all 0.2s;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (max-width: 1040px) {
  .c-btn02 {
    max-width: 100%;
    padding: 0.8em 35px 0.9em 23px;
    font-size: 14px;
  }
}
.c-btn02::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.c-btn02:hover {
  opacity: 0.7;
}

.c-btn-radius {
  display: block;
  position: relative;
  width: 180px;
  max-width: 100%;
  padding: 11px 10px 12px;
  border-radius: 50px;
  color: #fff;
  background-color: #234C9D;
  transition: all 0.2s;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (max-width: 1540px) {
  .c-btn-radius {
    width: 130px;
  }
}
.c-btn-radius::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s ease;
}
.c-btn-radius:hover {
  opacity: 1;
}
.c-btn-radius:hover::after {
  opacity: 0.5;
}
.c-btn-radius img {
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.p-common-contact {
  position: relative;
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/common-bottom-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
  padding: 110px 0 140px;
}
@media screen and (max-width: 1040px) {
  .p-common-contact {
    padding: 80px 0 60px;
  }
}
.p-common-contact__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.p-common-contact__heading {
  margin-bottom: 30px;
  font-family: "din2014_b", sans-serif;
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #68533a;
}
@media screen and (max-width: 1040px) {
  .p-common-contact__heading {
    font-size: 60px;
    letter-spacing: 0;
  }
}
.p-common-contact__lead {
  margin-bottom: 65px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1040px) {
  .p-common-contact__lead {
    margin-bottom: 50px;
    font-size: 14px;
  }
}
.p-common-contact__memo {
  position: absolute;
  top: 50px;
  left: calc(50% + 260px);
  z-index: 3;
}
@media screen and (max-width: 1040px) {
  .p-common-contact__memo {
    display: none;
  }
}

.p-common-contact-banners__item {
  margin-bottom: 17px;
  border-radius: 80px;
}
.p-common-contact-banners__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 118px;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .p-common-contact-banners__item a {
    height: 60px;
  }
}
.p-common-contact-banners__item:first-of-type {
  position: relative;
  background-image: linear-gradient(to right, #f58908 35%, #ffc526 97%);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.25em;
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
}
@media screen and (max-width: 1040px) {
  .p-common-contact-banners__item:first-of-type {
    font-size: 14px;
  }
}
.p-common-contact-banners__item:first-of-type::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 50px;
  width: 42px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: skew(45deg);
}
@media screen and (max-width: 1040px) {
  .p-common-contact-banners__item:first-of-type::before {
    right: 20px;
    width: 16px;
    height: 4px;
  }
}
.p-common-contact-banners__item:first-of-type img {
  position: relative;
  top: 2px;
  margin-right: 33px;
}
@media screen and (max-width: 1040px) {
  .p-common-contact-banners__item:first-of-type img {
    width: 23px;
    margin-right: 15px;
  }
}
.p-common-contact-banners__item:last-of-type {
  position: relative;
  border: solid 1px #fdba21;
  background-color: rgba(255, 255, 255, 0.84);
  font-size: 47px;
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: 4px;
  text-align: center;
  color: #f58908;
}
@media screen and (max-width: 1040px) {
  .p-common-contact-banners__item:last-of-type {
    font-size: 25px;
  }
}
.p-common-contact-banners__item:last-of-type::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 50px;
  width: 42px;
  height: 8px;
  border-right: 2px solid #fdba21;
  border-bottom: 2px solid #fdba21;
  transform: skew(45deg);
}
@media screen and (max-width: 1040px) {
  .p-common-contact-banners__item:last-of-type::before {
    right: 20px;
    width: 16px;
    height: 4px;
  }
}
.p-common-contact-banners__item:last-of-type img {
  position: relative;
  top: 13px;
  margin-right: 21px;
}
@media screen and (max-width: 1040px) {
  .p-common-contact-banners__item:last-of-type img {
    position: relative;
    top: 10px;
    left: -5px;
    width: 15px;
    margin-right: 0px;
  }
}
.p-common-contact-banners__tel-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-family: "din2014_l", sans-serif;
}
.p-common-contact-banners__tel-text span {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1040px) {
  .p-common-contact-banners__tel-text span {
    font-size: 11px;
  }
}

.c-dl01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.c-dl01 dt {
  width: 100px;
  height: 30px;
  margin-bottom: 25px;
  padding: 4px 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .c-dl01 dt {
    margin: 0 0 10px 0;
  }
}
.c-dl01 dd {
  position: relative;
  top: -2px;
  width: calc(100% - 100px);
  margin-bottom: 25px;
  padding: 0px 0px 0 20px;
}
@media screen and (max-width: 1040px) {
  .c-dl01 dd {
    width: 100%;
    margin-bottom: 40px;
    padding: 0px 0px 0 0px;
  }
}
.c-dl01__dt01 {
  background-color: #234C9D;
}
.c-dl01__dt02 {
  background-color: #3ba3d5;
}

.c-dl02 dt {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 50px;
  font-weight: 700;
}
.c-dl02 dt::before {
  content: "Q";
  position: absolute;
  top: 3px;
  left: 0;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  font-size: 22px;
  background-color: #234C9D;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.c-dl02 dd {
  position: relative;
  margin-bottom: 50px;
  padding: 0 0 0 50px;
}
.c-dl02 dd::before {
  content: "A";
  position: absolute;
  top: 3px;
  left: 0;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  background-color: #3ba3d5;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1;
}

.c-faq {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.c-faq__item {
  margin-bottom: 23px;
}
.c-faq dt {
  position: relative;
  padding: 30px 70px 30px 87px;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  color: #234c9d;
  cursor: pointer;
  letter-spacing: 0.15em;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
  .c-faq dt {
    padding: 8px 46px 8px 44px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.c-faq dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 23px;
  left: 36px;
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 45px;
  letter-spacing: 0;
  color: #234c9d;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .c-faq dt::before {
    top: 8px;
    left: 14px;
    font-size: 21px;
  }
}
.c-faq dt::after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 34px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #234c9d;
  border-right: 1px solid #234c9d;
  transform: rotate(135deg);
  transition: 0.3s;
}
@media screen and (max-width: 1040px) {
  .c-faq dt::after {
    top: calc(50% - 8px);
    right: 20px;
    width: 10px;
    height: 10px;
  }
}
.c-faq dt.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-faq dt.is-open::after {
  transform: rotate(-45deg);
}
.c-faq dd {
  display: none;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.15em;
  background-color: #fff;
}
@media screen and (max-width: 1040px) {
  .c-faq dd {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.c-faq dd::before {
  content: "A";
  position: absolute;
  top: 39px;
  left: 73px;
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 45px;
  letter-spacing: 0;
  color: #3ab5e2;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .c-faq dd::before {
    top: 8px;
    left: 15px;
    font-size: 21px;
  }
}
.c-faq__a-inner {
  padding: 46px 30px 56px 124px;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 1040px) {
  .c-faq__a-inner {
    padding: 8px 46px 8px 44px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.c-faq__a-inner p {
  margin-bottom: 1.5em;
}

/* Form reset */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* form */
.c-form {
  width: 100%;
  margin: 0 auto 50px auto;
  border: none;
}
@media screen and (max-width: 1040px) {
  .c-form {
    margin: 0 auto 0px auto;
  }
}
.c-form th,
.c-form td {
  border: none;
  background-color: transparent;
  vertical-align: top;
}
.c-form th {
  position: relative;
  width: 220px;
  padding: 20px 0px 20px 0px;
  text-align: left;
}
.p-thanks .c-form th {
  padding: 40px 0px 40px 0px;
}
@media screen and (max-width: 1040px) {
  .c-form th {
    display: block;
    width: 100%;
    padding: 20px 0px 0px 0px;
  }
}
.c-form th p {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.88;
  color: #68533a;
}
.c-form td {
  width: calc(100% - 220px);
  padding: 13px 0px 20px 0px;
}
.p-thanks .c-form td {
  padding: 40px 0px 40px 0px;
}
@media screen and (max-width: 1040px) {
  .c-form td {
    display: block;
    width: 100%;
  }
}

input {
  padding: 0 0.5em;
  border-radius: 5px;
  border: solid 1.5px #ddc3a4;
  background-color: #fff;
  box-sizing: border-box;
  color: #68533a;
}

input[type=text],
input[type=email] {
  width: 100%;
  height: 45px;
}

input[type=tel] {
  width: 100%;
  max-width: 100%;
  height: 45px;
}

select {
  width: 300px;
  max-width: 100%;
  height: 45px;
  border-radius: 5px;
  border: solid 1.5px #ddc3a4;
  background-color: #fff;
  color: #68533a;
  padding: 0 0.5em;
  cursor: pointer;
}

[data-name=job-select] {
  position: relative;
}
[data-name=job-select]::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #69533a;
  border-right: 2px solid #69533a;
  transform: rotate(45deg);
  pointer-events: none;
}

textarea {
  width: 100%;
  height: 220px;
  padding: 0.5em;
  border-radius: 5px;
  border: solid 1.5px #ddc3a4;
  background-color: #fff;
  color: #68533a;
  box-sizing: border-box;
}

/* ラジオボタン */
.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-top: 10px;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
}
.wpcf7-radio .wpcf7-list-item-label:before {
  position: absolute;
  content: "";
  display: block;
  top: 6px;
  left: 0px;
  width: 10px;
  height: 10px;
  background-color: #234C9D;
  border-radius: 50%;
  opacity: 0;
}
.wpcf7-radio .wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  display: block;
  top: 1px;
  left: -5px;
  width: 20px;
  height: 20px;
  border: 2px solid #d1d4db;
  border-radius: 50%;
}

input[type=radio]:checked + .wpcf7-list-item-label:before {
  opacity: 1;
  /* 要素を表示する */
}

/* チェックボックス */
input[type=checkbox] {
  position: relative;
  top: 4px;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: solid 2px #b08c63;
  background-color: #fff;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 0px;
  left: 6px;
  transform: rotate(50deg);
  width: 10px;
  height: 19px;
  border-right: 4px solid #b08c63;
  border-bottom: 4px solid #b08c63;
  content: "";
}

.sample_label:hover:after {
  border-color: #0171bd;
  /* ボックスの境界線を実線で指定する */
}

.required {
  display: inline flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -1.5px;
  left: 10px;
  width: 40px;
  height: 19px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: #b08d63;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0;
  padding-bottom: 1px;
}
@media screen and (max-width: 1040px) {
  .required {
    position: relative;
    top: -2px;
    margin-right: 10px;
    padding: 0px 5px 1px 5px;
  }
}

.c-form-acceptance {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
  color: #69533a;
}
@media screen and (max-width: 1040px) {
  .c-form-acceptance {
    margin-bottom: 20px;
    font-size: 13px;
  }
}
.c-form-acceptance a {
  text-decoration: underline;
  color: #234C9D;
  font-weight: bold;
}
.c-form-acceptance .wpcf7-form-control-wrap {
  display: block;
  padding-top: 20px;
}

.c-form-submit {
  position: relative;
  width: 100%;
  max-width: 578px;
  margin: auto;
}
.c-form-submit input[type=submit] {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 60px;
  padding: 10px 20px 12px 20px;
  color: #fff;
  border-radius: 30px;
  background-color: #f58908;
  border: none;
  transition: all 0.2s;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (max-width: 1040px) {
  .c-form-submit input[type=submit] {
    max-width: 100%;
    height: 50px;
    padding: 14px 20px 12px 20px;
    font-size: 16px;
  }
}
.c-form-submit input[type=submit]:hover {
  opacity: 0.7;
}

.c-form-acceptance-text {
  width: 100%;
  height: 155px;
  border: solid 1.5px #ddc3a4;
  overflow-y: scroll;
  padding: 15px 20px;
  border-radius: 3px;
}
.c-form-acceptance-text p {
  margin-bottom: 1em;
}

/* 確認画面 */
.c-form-submit-confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1040px) {
  .c-form-submit-confirm {
    padding-top: 60px;
  }
}
.c-form-submit-confirm .c-form-previous {
  width: 265px;
}
@media screen and (max-width: 1040px) {
  .c-form-submit-confirm .c-form-previous {
    width: 100%;
  }
}
.c-form-submit-confirm input[type=button] {
  width: 265px;
  height: 60px;
  border: 1px solid #f58908;
  color: #f58908;
  border-radius: 30px;
  font-size: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1040px) {
  .c-form-submit-confirm input[type=button] {
    font-size: 14px;
  }
}
@media screen and (max-width: 1040px) {
  .c-form-submit-confirm input[type=button] {
    width: 100%;
    height: 50px;
  }
}
.c-form-submit-confirm .c-form-submit {
  width: 265px;
  margin: 0 0 0 35px;
}
@media screen and (max-width: 1040px) {
  .c-form-submit-confirm .c-form-submit {
    position: relative;
    top: -10px;
    width: 100%;
    margin: 0 0 0 0px;
  }
}

.confirm .c-form tr {
  border-bottom: 1px solid #cbbfb2;
}
.confirm .c-form td {
  padding-top: 35px;
}
.confirm .c-form td p {
  font-size: 16px;
  color: #68533a;
}


/* 送信画面 */
@media screen and (max-width: 1040px) {
  .p-thanks {
    padding-inline: 20px;
  }
}
.p-thanks__title {
  margin-bottom: 70px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-align: center;
  color: #68533a;
}
@media screen and (max-width: 1040px) {
  .p-thanks__title {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
.p-thanks__lead {
  margin-bottom: 90px;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.05;
  letter-spacing: 0.05em;
  text-align: center;
  color: #68533a;
}
@media screen and (max-width: 1040px) {
  .p-thanks__lead {
    margin-bottom: 60px;
    font-size: 16px;
  }
}
.p-thanks__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 578px;
  height: 61px;
  margin: auto;
  border-radius: 30px;
  background-color: #f58908;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-thanks__btn a {
    height: 50px;
    font-size: 16px;
  }
}

/* front heading */
.c-front-heading01 {
  position: relative;
  width: fit-content;
  padding: 10px 0 0 0;
  margin-bottom: 35px;
}
.c-front-heading01__en {
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 1.29;
  color: #234c9d;
}
@media screen and (max-width: 1040px) {
  .c-front-heading01__en {
    font-size: 60px;
  }
}
.c-front-heading01__jp {
  position: absolute;
  top: 9px;
  right: -217px;
  width: fit-content;
  padding: 5px 0 4px 16px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: left;
  color: #14316a;
}
@media screen and (max-width: 1040px) {
  .c-front-heading01__jp {
    position: relative;
    right: 0;
    margin: auto;
    font-size: 16px;
  }
}
.c-front-heading01__jp::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 1px;
  height: 51px;
  background-color: #234c9d;
}
@media screen and (max-width: 1040px) {
  .c-front-heading01__jp::before {
    bottom: -16px;
  }
}
.c-front-heading01__jp::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -13px;
  width: 130px;
  height: 1px;
  background-color: #234c9d;
}
@media screen and (max-width: 1040px) {
  .c-front-heading01__jp::after {
    left: -15px;
  }
}

/* Page heading */
.c-subpage-heading01 {
  position: relative;
  margin-bottom: 65px;
}
.c-subpage-heading01--pt2 {
  top: -46px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1040px) {
  .c-subpage-heading01--pt2 {
    top: -29px;
  }
}
.c-subpage-heading01__en {
  position: relative;
  margin: 0 0 25px;
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  color: #234c9d;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .c-subpage-heading01__en {
    font-size: 50px;
  }
}
.c-subpage-heading01__en--white {
  color: #fff;
}
.c-subpage-heading01__jp {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .c-subpage-heading01__jp {
    font-size: 16px;
  }
}
.c-subpage-heading01__jp--white {
  color: #fff;
}

.c-subpage-heading02 {
  position: relative;
  margin-bottom: 80px;
}
.c-subpage-heading02__en {
  position: relative;
  margin: 0 0 22px;
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  color: #234c9d;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .c-subpage-heading02__en {
    font-size: 50px;
  }
}
.c-subpage-heading02__en--white {
  color: #fff;
}
.c-subpage-heading02__en-small {
  position: relative;
  margin: -5px 0 22px;
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #234c9d;
  line-height: 1;
}
.c-subpage-heading02__en-small--white {
  color: #fff;
}
.c-subpage-heading02__jp {
  width: fit-content;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  color: #234c9d;
}
@media screen and (max-width: 1040px) {
  .c-subpage-heading02__jp {
    font-size: 16px;
  }
}
.c-subpage-heading02__jp--white {
  color: #fff;
}
.c-subpage-heading02__decoration {
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/suppage-heading02.png") no-repeat 0% 50%;
  background-size: 100%;
}
@media screen and (max-width: 1040px) {
  .c-subpage-heading02__decoration {
    background: none;
  }
}

/* --------------------------
メニュー gnav
--------------------------- */
/*  Glabal Navigation PC */
.c-gnav {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0px 0 0;
  padding: 0px 0 0 0px;
}
@media screen and (max-width: 1040px) {
  .c-gnav {
    display: none;
  }
}
.c-gnav .menu {
  display: flex;
  justify-content: center;
  margin: 0 0px 0 0;
  padding: 0px 0 0 0px;
}
.c-gnav .menu > li {
  position: relative;
  padding: 0 0px;
}
.c-gnav .menu > li > a {
  display: block;
  position: relative;
  padding: 15px 16px 13px 16px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  font-weight: 700;
}
.c-gnav .menu > li > a:hover {
  color: #F58908;
}
.c-gnav .menu .menu-item-has-children {
  position: relative;
}
.c-gnav .menu .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 70px;
  list-style: none;
  width: 208px;
  padding: 0 0 5px 0;
}
.c-gnav .menu .menu-item-has-children .sub-menu.is-open {
  display: block;
}
.c-gnav .menu .menu-item-has-children .sub-menu > li > a {
  display: block;
  padding: 10px 10px 10px 10px;
  color: #fff;
  background-color: rgba(35, 76, 157, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}
.c-gnav .menu .menu-item-has-children .sub-menu > li:last-of-type > a {
  border-bottom: none;
}

/* Navigation Menu SP */
/* sp ボタン  */
.c-nav-button__wrap {
  display: none;
}

.c-nav-sp {
  display: none;
}

@media screen and (max-width: 1040px) {
  .c-nav-button__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 65px;
    height: 65px;
    background-color: #f58908;
    z-index: 900;
  }
  .c-nav-button {
    position: relative;
    margin: auto;
    width: 24px;
    height: 18px;
    border: none;
    background: none;
  }
  .c-nav-button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.3s ease-in;
  }
  .c-nav-button span:nth-child(2) {
    top: 50%;
    width: 100%;
  }
  .c-nav-button span:nth-child(3) {
    top: 100%;
  }
  .c-nav-button.is-close span {
    top: 50%;
    transform: rotate(45deg);
  }
  .c-nav-button.is-close span:nth-child(2) {
    width: 0;
  }
  .c-nav-button.is-close span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .c-nav-button__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
    color: #fff;
    font-size: 11px;
    text-align: center;
  }
  .menu-header-gnavi-container {
    padding: 20px;
  }
  /* sp ナビ */
  .c-nav-sp {
    display: block;
    position: fixed;
    top: 65px;
    right: 0;
    width: 100%;
    height: calc(100% - 65px);
    z-index: -1;
    background-color: #f4f1da;
    transform: translateX(120%);
    transition: all 0.2s ease-out;
    overflow-y: auto;
  }
  .c-nav-sp.is-open {
    transform: translateX(0%);
  }
  .c-nav-sp .menu {
    display: block;
    margin: 0;
    padding: 0;
  }
  .c-nav-sp .menu > .menu-item {
    position: relative;
    padding: 0 0px;
  }
  .c-nav-sp .menu > .menu-item > a {
    display: block;
    position: relative;
    padding: 20px 0px;
    color: #68533a;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.2em;
    line-height: 1.6;
    text-align: center;
  }
  .c-nav-sp .menu-header-nav02 {
    padding: 20px;
    background-color: #68533a;
    text-align: center;
  }
  .c-nav-sp .menu-header-nav02__item a {
    display: block;
    position: relative;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    padding: 20px 0px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.2em;
    line-height: 1.6;
    text-align: center;
  }
  .c-nav-sp .menu-header-nav02__item:last-of-type a {
    border-bottom: none;
    font-family: "din2014_l", sans-serif;
    font-size: 22px;
    font-weight: 300;
  }
}
/* Page Key Visual */
.c-page-kv {
  position: relative;
  width: 100%;
  height: 330px;
  background: url("./img/img_pagetitle_bg01.png") no-repeat 50% 50%;
  background-size: cover;
  background-color: #777;
}

.c-pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  padding-top: 11px;
  border-radius: 100px;
  box-sizing: border-box;
  text-align: center;
  background-color: #ffcb00;
  color: white;
  opacity: 0;
  transition: 0.3s;
  z-index: 777;
  cursor: pointer;
}
@media screen and (max-width: 1040px) {
  .c-pageTop {
    width: 40px;
    height: 40px;
    padding-top: 0px;
  }
  .c-pageTop img {
    position: relative;
    top: 3px;
    width: 20px;
    height: auto;
  }
}

.c-pageTop.is-show {
  opacity: 0.8;
  border-radius: 100px;
}
.c-pageTop.is-show:hover {
  opacity: 1;
}
.c-pageTop.is-show:hover::after {
  opacity: 0.5;
}

.c-fix-banner-sp {
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0;
  z-index: 775;
}
@media screen and (max-width: 1040px) {
  .c-fix-banner-sp {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 8px;
    width: calc(100% - 60px);
  }
}
/* 下層ページのキービジュアル */
.c-subpage-common-list {
  padding: 50px 0 67px;
}
@media screen and (max-width: 1040px) {
  .c-subpage-common-list {
    padding: 50px 0 55px;
  }
}
.c-subpage-common-list__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .c-subpage-common-list__inner {
    gap: 10px;
  }
}
.c-subpage-common-list__item {
  width: fit-content;
  min-width: 180px;
}
@media screen and (max-width: 1040px) {
  .c-subpage-common-list__item {
    min-width: 160px;
  }
}
.c-subpage-common-list__item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
  color: #fff;
  border-radius: 50px;
}
.c-subpage-common-list__item:first-of-type a {
  background-color: #69533a;
}
.c-subpage-common-list__item:last-of-type a {
  background-color: #366670;
}
.c-subpage-common-list--occupaiton .c-subpage-common-list__item:nth-child(1) a {
  background-color: #69533a;
}
.c-subpage-common-list--occupaiton .c-subpage-common-list__item:nth-child(2) a {
  background-color: #366670;
}
.c-subpage-common-list--occupaiton .c-subpage-common-list__item:nth-child(3) a {
  background-color: #683a4b;
}
.c-subpage-common-list--occupaiton .c-subpage-common-list__item:nth-child(4) a {
  background-color: #567035;
}

/* 下層ページのキービジュアル */
.c-subpage-kv {
  position: relative;
  height: 320px;
}
@media screen and (max-width: 1040px) {
  .c-subpage-kv {
    height: 200px;
  }
}
.c-subpage-kv__img {
  position: relative;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 1040px) {
  .c-subpage-kv__img {
    height: 200px;
    background-position: 50% 50%;
  }
}
.c-subpage-kv__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  inset: 0;
  margin: auto;
  padding: 0px 0 0px 0;
  text-align: center;
}
.c-subpage-kv__textBig {
  position: relative;
  margin-bottom: 7px;
  padding-bottom: 0px;
  font-family: "genjyu-lp-h", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: 2.4px;
  text-align: center;
  color: #68533a;
  z-index: 2;
}
@media screen and (max-width: 1040px) {
  .c-subpage-kv__textBig {
    font-size: 28px;
  }
}
.c-subpage-kv__textBig > span {
  display: block;
  margin-bottom: 4px;
  font-size: 24px;
    letter-spacing: 6px;
}
@media screen and (max-width: 1040px) {
  .c-subpage-kv__textBig > span {
    font-size: 14px;
  }
}
.c-subpage-kv__textSmall {
  position: relative;
  font-family: "din2014_b", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.07;
  text-align: center;
  color: #c2b29f;
  z-index: 2;
}
@media screen and (max-width: 1040px) {
  .c-subpage-kv__textSmall {
    font-size: 20px;
    letter-spacing: 0;
  }
}

/* スマホ時の背景調整 */
@media screen and (max-width: 1040px) {
  .first-visit .c-subpage-kv__img {
    background-position: 80% 50%;
  }
  .privacy-policy .c-subpage-kv__img {
    background-position: 70% 50%;
  }
}
/*  Table1 */
.c-table01 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.c-table01 th {
  width: 200px;
  padding: 30px 30px;
  border: none;
  border-bottom: 1px solid #69533a;
  background-color: #fefdf7;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  text-align: left;
  color: #68533a;
}
.c-table01 th:first-of-type {
  border-top: 1px solid #69533a;
}
@media screen and (max-width: 1040px) {
  .c-table01 th {
    display: block;
    width: 100%;
    padding: 30px 0px 10px;
    border-bottom: none;
    background-color: transparent;
  }
}
.c-table01 td {
  padding: 30px 30px;
  border: none;
  border-bottom: 1px solid #69533a;
  vertical-align: top;
  ine-height: 1.88;
}
.c-table01 td:first-of-type {
  border-top: 1px solid #69533a;
}
@media screen and (max-width: 1040px) {
  .c-table01 td:first-of-type {
    border: none;
  }
}
@media screen and (max-width: 1040px) {
  .c-table01 td {
    display: block;
    width: 100%;
    padding: 0px 0px 30px;
  }
}
