@charset "UTF-8";
.p-front {
  position: relative;
}
@media screen and (max-width: 1040px) {
  .p-front {
    background-color: rgba(142, 227, 241, 0.16);
  }
}

.p-front-mv-wrap {
  padding-top: 160px;
  background-color: rgba(142, 227, 241, 0.16);
}
@media screen and (max-width: 1040px) {
  .p-front-mv-wrap {
    padding-top: 65px;
  }
}

.p-front-mv {
  position: relative;
  height: 620px;
}
.p-front-mv__inner {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1040px) {
  .p-front-mv__inner {
    display: block;
    padding: 0 20px;
  }
}

.p-front-mv-content {
  width: 580px;
  padding: 16px 0 0 60px;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .p-front-mv-content {
    width: 540px;
    padding: 16px 0 0 20px;
  }
}
@media screen and (max-width: 1260px) {
  .p-front-mv-content {
    width: 36%;
  }
}
@media screen and (max-width: 1040px) {
  .p-front-mv-content {
    width: 100%;
    max-width: 360px;
    margin: auto;
    padding: 45px 0px 0 0px;
  }
}
@media screen and (max-width: 1400px) {
  .p-front-mv-content__text01 {
    display: inline-block;
    width: 48%;
  }
}
.p-front-mv-content__text02 {
  position: relative;
  top: -5px;
}
@media screen and (max-width: 1400px) {
  .p-front-mv-content__text02 {
    display: inline-block;
    width: 48%;
  }
}
.p-front-mv-content__text03 {
  display: block;
  position: relative;
  top: -10px;
  text-align: right;
}
@media screen and (max-width: 1400px) {
  .p-front-mv-content__text03 {
    display: inline-block;
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 1040px) {
  .p-front-mv-content__text03 {
    text-align: right;
  }
  .p-front-mv-content__text03 img {
    width: 88%;
  }
}

.p-front-mv-img {
  position: relative;
  width: calc(100% - 540px);
  padding-left: 20px;
  z-index: 3;
}
@media screen and (max-width: 1400px) {
  .p-front-mv-img {
    width: 64%;
  }
}
@media screen and (max-width: 1040px) {
  .p-front-mv-img {
    width: 100%;
    max-width: 360px;
    margin: auto;
    padding: 0;
  }
}
.p-front-mv-img__img01 {
  position: absolute;
  top: 0px;
  left: 4%;
}
@media screen and (max-width: 1400px) {
  .p-front-mv-img__img01 {
    width: 38%;
  }
}
@media screen and (max-width: 1040px) {
  .p-front-mv-img__img01 {
    display: none;
  }
}
.p-front-mv-img__img02 {
  position: absolute;
  top: 20px;
  right: -10px;
}
@media screen and (max-width: 1400px) {
  .p-front-mv-img__img02 {
    right: 0px;
    width: 64%;
  }
}
@media screen and (max-width: 1260px) {
  .p-front-mv-img__img02 {
    width: 64%;
  }
}
@media screen and (max-width: 1040px) {
  .p-front-mv-img__img02 {
    display: none;
  }
}
.p-front-mv-img__img03 {
  position: absolute;
  top: 315px;
  left: 16%;
}
@media screen and (max-width: 1400px) {
  .p-front-mv-img__img03 {
    width: 38%;
  }
}
@media screen and (max-width: 1040px) {
  .p-front-mv-img__img03 {
    display: none;
  }
}
.p-front-mv-img__img04 {
  position: absolute;
  top: 365px;
  right: -17px;
}
@media screen and (max-width: 1400px) {
  .p-front-mv-img__img04 {
    right: 0px;
  }
}
@media screen and (max-width: 1260px) {
  .p-front-mv-img__img04 {
    width: 38%;
  }
}
@media screen and (max-width: 1040px) {
  .p-front-mv-img__img04 {
    display: none;
  }
}
.p-front-mv-img__img01-sp {
  display: none;
}
@media screen and (max-width: 1040px) {
  .p-front-mv-img__img01-sp {
    display: block;
    position: relative;
    z-index: 3;
    padding-top: 30px;
    text-align: center;
  }
}

.p-front-sec01 {
  position: relative;
  padding: 95px 0 180px;
}
@media screen and (max-width: 1040px) {
  .p-front-sec01 {
    padding: 5px 0 100px;
  }
}
@media screen and (max-width: 800px) {
  .p-front-sec01 {
    padding: 5px 0 110px;
  }
}
.p-front-sec01::before {
  content: "";
  position: absolute;
  top: -261px;
  left: 0;
  width: 100%;
  height: 1161px;
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/front/sec01-bg01.webp") no-repeat 50% 0;
  background-size: 3500px auto;
}
@media screen and (max-width: 1040px) {
  .p-front-sec01::before {
    top: -320px;
    height: 500px;
    background: url("/wp-content/themes/kikuchi-eye-recruit/img/front/sec01-bg01-sp.webp") no-repeat 38% 100%;
    background-size: 2115px auto;
  }
}

.p-front-sec01-block01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  gap: 60px;
}
@media screen and (max-width: 1260px) {
  .p-front-sec01-block01 {
    gap: 0px;
  }
}
.p-front-sec01-block01__img {
  width: 462px;
}
.p-front-sec01-block01__img img {
  position: relative;
  left: 25px;
  bottom: 1px;
}
@media screen and (max-width: 1260px) {
  .p-front-sec01-block01__img img {
    left: -52px;
    bottom: 5px;
  }
}
@media screen and (max-width: 1040px) {
  .p-front-sec01-block01__img {
    display: none;
  }
}
.p-front-sec01-block01__contents {
  width: 574px;
  max-width: calc(100% - 574px);
  padding-top: 32px;
}
@media screen and (max-width: 1040px) {
  .p-front-sec01-block01__contents {
    width: 100%;
    max-width: none;
    padding-top: 0px;
  }
}
.p-front-sec01-block01__heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 1040px) {
  .p-front-sec01-block01__heading {
    margin-bottom: 105px;
  }
}
.p-front-sec01-block01__heading-en {
  position: relative;
  left: -10px;
  margin-bottom: 5px;
  font-family: "din2014_b", sans-serif;
  font-size: 120px;
  font-weight: bold;
  line-height: 0.8;
  text-align: left;
  color: #1488a9;
}
@media screen and (max-width: 1260px) {
  .p-front-sec01-block01__heading-en {
    font-size: 100px;
  }
}
@media screen and (max-width: 1040px) {
  .p-front-sec01-block01__heading-en {
    font-size: 55px;
    letter-spacing: 0;
  }
}
.p-front-sec01-block01__heading-jp {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #1488a9;
}
@media screen and (max-width: 1040px) {
  .p-front-sec01-block01__heading-jp {
    font-size: 14px;
  }
}
.p-front-sec01-block01__lead {
  margin-bottom: 60px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.8;
  color: #0f88a9;
}
@media screen and (max-width: 1040px) {
  .p-front-sec01-block01__lead {
    margin: 45px 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.75;
  }
}
.p-front-sec01-block01__text p {
  margin-bottom: 2em;
  line-height: 2;
}
.p-front-sec01-block01__text-sp {
  display: none;
}
@media screen and (max-width: 1040px) {
  .p-front-sec01-block01__text-sp {
    display: block;
    text-align: right;
    line-height: 1.6;
  }
}

.p-front-sec02 {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02 {
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #fceaa0;
  }
}
.p-front-sec02::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 2630px;
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/front/sec02-bg01.webp") no-repeat 50% 0;
  background-size: 3500px auto;
  z-index: -1;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02::before {
    top: -190px;
    height: 400px;
    background: url("/wp-content/themes/kikuchi-eye-recruit/img/front/sec02-bg01-sp.png") no-repeat 50% 0;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 650px) {
  .p-front-sec02::before {
    top: -140px;
  }
}
@media screen and (max-width: 500px) {
  .p-front-sec02::before {
    top: -100px;
  }
}

.p-front-sec02__heading {
  margin-bottom: 120px;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02__heading {
    margin-bottom: 80px;
  }
}
.p-front-sec02__heading-jp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-bottom: 30px;
  font-family: "genjyu-lp-h", sans-serif;
  letter-spacing: 0.15em;
  color: #8e4f03;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02__heading-jp {
    gap: 25px;
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.p-front-sec02__heading-jp-left {
  position: relative;
  top: 5px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.6;
  text-align: right;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02__heading-jp-left {
    font-size: 16px;
  }
}
.p-front-sec02__heading-jp-left span {
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02__heading-jp-left span {
    display: inline;
    font-size: 16px;
  }
}
.p-front-sec02__heading-jp-right {
  font-size: 100px;
  font-weight: 900;
  line-height: 0.3;
  text-align: left;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02__heading-jp-right {
    margin-bottom: 10px;
    font-size: 40px;
    text-align: center;
  }
}
.p-front-sec02__heading-en {
  opacity: 0.35;
  font-family: "din2014_b", sans-serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #f58908;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02__heading-en {
    font-size: 30px;
    letter-spacing: 0;
  }
}

.p-front-sec02-block01__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 95px;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02-block01__item {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 80px;
  }
}
.p-front-sec02-block01__item--rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02-block01__item--rev {
    flex-direction: row;
  }
}
.p-front-sec02-block01__item--rev .p-front-sec02-block01__no {
  color: #8ec43e;
}
.p-front-sec02-block01__item--rev .p-front-sec02-block01__contents {
  box-shadow: 20px 20px 0 rgba(142, 196, 62, 0.3);
}
@media screen and (max-width: 1040px) {
  .p-front-sec02-block01__item--rev .p-front-sec02-block01__contents {
    box-shadow: 12px 12px 0 rgba(142, 196, 62, 0.3);
  }
}
.p-front-sec02-block01__contents {
  position: relative;
  width: 520px;
  min-height: 400px;
  padding: 45px 50px 45px 50px;
  border-radius: 30px;
  background-color: #fff;
  z-index: 2;
  box-shadow: 20px 20px 0 rgba(255, 203, 0, 0.3);
}
@media screen and (max-width: 1040px) {
  .p-front-sec02-block01__contents {
    width: 100%;
    max-width: 520px;
    min-height: auto;
    margin: auto;
    padding: 25px 30px 40px 30px;
    box-shadow: 12px 12px 0 rgba(255, 203, 0, 0.3);
  }
}
.p-front-sec02-block01__no {
  position: relative;
  top: -56px;
  font-family: "din2014_b", sans-serif;
  font-size: 130px;
  font-weight: bold;
  line-height: 0.23;
  text-align: center;
  color: #f58908;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02-block01__no {
    top: -44px;
    font-size: 80px;
  }
}
.p-front-sec02-block01__title {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b08c63;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.54;
  letter-spacing: 1.4px;
  text-align: center;
  color: #68533a;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02-block01__title {
    font-size: 17px;
  }
}
.p-front-sec02-block01__text {
  line-height: 1.88;
}
.p-front-sec02-block01__img {
  padding-top: 25px;
  width: 570px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02-block01__img {
    padding-top: 0;
    margin: auto;
  }
}
.p-front-sec02-block01__img img {
  border-radius: 30px;
}

.p-front-sec02-block02 {
  margin-top: 120px;
}
.p-front-sec02-block02__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 65px;
  padding-inline: 30px;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02-block02__item {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 35px;
    padding-inline: 0px;
    flex-direction: column-reverse;
  }
}
.p-front-sec02-block02__lists {
  position: relative;
  padding: 50px;
  width: 570px;
  border-radius: 30px;
  background-color: #f08300;
  color: #fff;
  z-index: 3;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02-block02__lists {
    width: 100%;
    max-width: 570px;
    padding: 35px 20px;
  }
}
.p-front-sec02-block02__lists::after {
  content: "";
  position: absolute;
  top: 29%;
  right: 0;
  border-style: solid;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent transparent #f08300;
  translate: 100% calc(-50% - 0.4px);
}
@media screen and (max-width: 1040px) {
  .p-front-sec02-block02__lists::after {
    top: -45px;
    right: 0;
    left: 0;
    margin: auto;
    border: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 33px solid transparent;
    border-left: 33px solid transparent;
    border-bottom: 51px solid #f08300;
    border-top: 0;
    translate: initial;
    border-radius: 3px;
  }
}
.p-front-sec02-block02__lists-title {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #fff;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.15px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02-block02__lists-title {
    margin-bottom: 15px;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px;
  }
}
.p-front-sec02-block02__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.p-front-sec02-block02__list li {
  width: 50%;
  position: relative;
  margin-bottom: 15px;
  padding: 2px 0px 4px 43px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02-block02__list li {
    margin-bottom: 8px;
    padding: 2px 0px 4px 22px;
    letter-spacing: 0;
  }
}
.p-front-sec02-block02__list li:last-of-type {
  width: 100%;
}
.p-front-sec02-block02__list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 31px;
  height: 29px;
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/icon-check01.png") no-repeat 0 0px;
  background-size: contain;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02-block02__list li::before {
    top: 10px;
    width: 18px;
    height: 17px;
  }
}
.p-front-sec02-block02__contents {
  position: relative;
  width: 520px;
  min-height: 400px;
  padding: 40px 50px 45px 50px;
  border-radius: 30px;
  background-color: #fff;
  z-index: 2;
  box-shadow: 20px 20px 0 rgba(142, 196, 62, 0.3);
}
@media screen and (max-width: 1040px) {
  .p-front-sec02-block02__contents {
    width: 100%;
    max-width: 520px;
    min-height: auto;
    margin: auto;
    padding: 25px 30px 40px 30px;
    box-shadow: 12px 12px 0 rgba(142, 196, 62, 0.3);
  }
}
.p-front-sec02-block02__no {
  position: relative;
  top: -56px;
  font-family: "din2014_b", sans-serif;
  font-size: 130px;
  font-weight: bold;
  line-height: 0.23;
  text-align: center;
  color: #8ec43e;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02-block02__no {
    top: -48px;
    font-size: 80px;
  }
}
.p-front-sec02-block02__title {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b08c63;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.54;
  letter-spacing: 1.4px;
  text-align: center;
  color: #68533a;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02-block02__title {
    font-size: 17px;
  }
}
.p-front-sec02-block02__text {
  line-height: 1.88;
}

.p-front-sec02-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 180px;
  height: 180px;
  margin: auto;
  padding-bottom: 26px;
  background-image: linear-gradient(to bottom, #f58908, #ffc526);
  border-radius: 100px;
  font-weight: bold;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-front-sec02-btn a {
    width: 120px;
    height: 120px;
    padding-bottom: 20px;
    font-size: 13px;
  }
}
.p-front-sec02-btn a::after {
  content: "";
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  width: 34px;
  height: 8px;
  margin: auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}
@media screen and (max-width: 1040px) {
  .p-front-sec02-btn a::after {
    bottom: 30px;
    width: 26px;
    height: 7px;
  }
}

.p-front-sec03 {
  position: relative;
  padding: 100px 0 100px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-front-sec03 {
    padding: 70px 0 100px;
  }
}
.p-front-sec03__heading {
  position: relative;
  margin-bottom: 60px;
  z-index: 4;
}
.p-front-sec03__heading-jp {
  margin-bottom: 10px;
  font-family: "genjyu-lp-h", sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  color: #476b12;
}
@media screen and (max-width: 1040px) {
  .p-front-sec03__heading-jp {
    font-size: 30px;
  }
}
.p-front-sec03__heading-en {
  font-family: "din2014_b", sans-serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #99b56f;
}
@media screen and (max-width: 1040px) {
  .p-front-sec03__heading-en {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.p-front-sec03::after {
  content: "";
  position: absolute;
  top: 180px;
  left: 0;
  right: 45px;
  width: 1046px;
  height: 665px;
  margin: auto;
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/front/sec03-bg03.png") no-repeat 50% 50%;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 1040px) {
  .p-front-sec03::after {
    top: 42px;
    left: 0px;
    width: 100%;
    height: 633px;
    background: url("/wp-content/themes/kikuchi-eye-recruit/img/front/sec03-bg03-sp.png") no-repeat 50% 50%;
    background-size: contain;
  }
}

.p-front-sec03-block01 {
  display: grid;
  grid-template-columns: 316px 316px;
  justify-content: center;
  align-items: center;
  gap: 42px 125px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1040px) {
  .p-front-sec03-block01 {
    grid-template-columns: 1fr 1fr;
    gap: 38px 26px;
  }
}

.p-front-sec03-bg {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 723px;
  background-color: #9fe7c4;
  z-index: 1;
}
@media screen and (max-width: 1040px) {
  .p-front-sec03-bg {
    height: 690px;
    z-index: 2;
  }
}
@media screen and (max-width: 600px) {
  .p-front-sec03-bg {
    height: 500px;
  }
}
.p-front-sec03-bg::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/front/sec03-bg01.png") no-repeat 0% 0%;
  background-size: 3500px auto;
}
@media screen and (max-width: 1040px) {
  .p-front-sec03-bg::before {
    top: -35px;
    background-size: 1600px auto;
  }
}
.p-front-sec03-bg::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/front/sec03-bg02.png") no-repeat 0% 100%;
  background-size: 3500px auto;
}
@media screen and (max-width: 1040px) {
  .p-front-sec03-bg::after {
    bottom: -30px;
    background-size: 1600px auto;
  }
}

.p-front-sec04 {
  position: relative;
  padding: 140px 0 140px;
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/front/sec04-bg01.webp") no-repeat 50% 0%;
  background-size: cover;
}
@media screen and (max-width: 1040px) {
  .p-front-sec04 {
    padding: 110px 0 140px;
  }
}
.p-front-sec04__heading {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  z-index: 2;
}
.p-front-sec04__heading-jp {
  font-family: "genjyu-lp-h", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  color: #577035;
}
@media screen and (max-width: 1040px) {
  .p-front-sec04__heading-jp {
    font-size: 30px;
  }
}
.p-front-sec04__heading-en {
  opacity: 0.47;
  font-family: "din2014_b", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.67;
  color: #577035;
}
@media screen and (max-width: 1040px) {
  .p-front-sec04__heading-en {
    font-size: 20px;
    letter-spacing: 0;
  }
}

.p-front-sec04-block01 {
  display: grid;
  grid-template-columns: 434px 434px;
  gap: 20px 40px;
  justify-content: center;
}
@media screen and (max-width: 1040px) {
  .p-front-sec04-block01 {
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 0 12%;
  }
}

.p-front-sec05 {
  position: relative;
  padding: 60px 0 90px;
  background-color: #f4f1da;
  z-index: 2;
}
@media screen and (max-width: 1040px) {
  .p-front-sec05 {
    padding: 50px 0 60px;
  }
}
.p-front-sec05::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/front/sec05-bg01.png") no-repeat 50% 0%;
  background-size: 3500px auto;
}
@media screen and (max-width: 1040px) {
  .p-front-sec05::before {
    top: -37px;
    background-size: 1600px auto;
  }
}
.p-front-sec05::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/front/sec05-bg02.png") no-repeat 50% 0%;
  background-size: 3500px auto;
}
@media screen and (max-width: 1040px) {
  .p-front-sec05::after {
    bottom: -85px;
    background-size: 1600px auto;
  }
}
.p-front-sec05__heading {
  margin-bottom: 50px;
  text-align: center;
}
.p-front-sec05__heading-jp {
  font-family: "genjyu-lp-h", sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  color: #68533a;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .p-front-sec05__heading-jp {
    font-size: 30px;
    line-height: 1.4;
  }
}
.p-front-sec05__heading-jp span {
  display: block;
  margin-bottom: 10px;
  font-size: 40px;
}
@media screen and (max-width: 1040px) {
  .p-front-sec05__heading-jp span {
    font-size: 20px;
    margin-bottom: 3px;
  }
}
.p-front-sec05__heading-en {
  opacity: 0.28;
  font-family: "din2014_b", sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #68533a;
}
@media screen and (max-width: 1040px) {
  .p-front-sec05__heading-en {
    font-size: 30px;
    letter-spacing: 0;
  }
}

.p-front-sec05-block01 {
  display: grid;
  grid-template-columns: 297px 297px 297px;
  gap: 40px 50px;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .p-front-sec05-block01 {
    overflow: hidden;
  }
}
@media screen and (max-width: 1040px) {
  .p-front-sec05-block01 {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    padding-inline: 20px;
  }
}
.p-front-sec05-block01::after {
  content: "";
  position: absolute;
  top: -22px;
  left: 4px;
  right: 0;
  width: 1232px;
  height: 522px;
  margin: auto;
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/front/sec05-bg03.png") no-repeat 50% 50%;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .p-front-sec05-block01::after {
    top: 0px;
  }
}
@media screen and (max-width: 1040px) {
  .p-front-sec05-block01::after {
    display: none;
  }
}

.p-front-sec06 {
  position: relative;
  padding: 160px 0 90px;
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/front/sec06-bg01.png") repeat 0% 0%;
  background-size: 60px;
  background-color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-front-sec06 {
    padding: 100px 0 90px;
    background-size: 50px;
  }
}
.p-front-sec06__heading {
  margin-bottom: 50px;
  text-align: center;
}
.p-front-sec06__heading-jp {
  font-family: "genjyu-lp-h", sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  color: #0087af;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .p-front-sec06__heading-jp {
    font-size: 30px;
    line-height: 1;
  }
  .p-front-sec06__heading {
  margin-bottom: 30px;
}
}
.p-front-sec06__heading-jp span {
  display: block;
  margin-bottom: 10px;
  font-size: 40px;
}
@media screen and (max-width: 1040px) {
  .p-front-sec06__heading-jp span {
    font-size: 20px;
  }
}
.p-front-sec06__heading-en {
  opacity: 0.83;
  font-family: "din2014_b", sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #f9bc22;
}
@media screen and (max-width: 1040px) {
  .p-front-sec06__heading-en {
    font-size: 35px;
    letter-spacing: 0;
  }
}
.p-front-sec06__heading-en span:nth-child(1) {
  color: #8ec43e;
}
.p-front-sec06__heading-en span:nth-child(2) {
  color: #6bcded;
}

.p-front-sec06-block01 {
  display: grid;
  grid-template-columns: 600px 600px;
  gap: 40px 40px;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .p-front-sec06-block01 {
    grid-template-columns: 1fr 1fr;
    gap: 40px 0px;
  }
}
@media screen and (max-width: 1040px) {
  .p-front-sec06-block01 {
    grid-template-columns: 1fr;
    gap: 0px;
    padding-inline: 0px;
  }
}
@media screen and (max-width: 600px) {
.p-front-sec06 {
  background-size: 40px;
}
}
/* アライブで働く魅力
--------------------------- */
.p-charm {
  position: relative;
  padding: 150px 0 100px;
}
@media screen and (max-width: 1040px) {
  .p-charm {
    padding: 190px 0 100px;
  }
}
@media screen and (max-width: 500px) {
  .p-charm {
    padding: 120px 0 100px;
  }
}
.p-charm::before {
  content: "";
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  height: 2884px;
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/front/sec02-bg01.webp") no-repeat 50% 0%;
  background-size: 3500px auto;
  z-index: -1;
}
@media screen and (max-width: 1040px) {
  .p-charm::before {
    top: -10px;
    left: 0;
    width: 100%;
    height: 175px;
    background: url("/wp-content/themes/kikuchi-eye-recruit/img/charm/sec02-bg01-sp.png") no-repeat 50% 0%;
    background-size: 100% auto;
  }
}
.p-charm::after {
  content: "";
  position: absolute;
  top: 4%;
  left: 0;
  width: 100%;
  height: calc(100% - 4%);
  /* background-color: #fceaa0; */
  z-index: -1;
}

.p-charm-block01__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 95px;
}
@media screen and (max-width: 1040px) {
  .p-charm::after {
  content: "";
  position: absolute;
  top: 4%;
  left: 0;
  width: 100%;
  height: calc(100% - 4%);
  background-color: #fceaa0;
  z-index: -1;
}
  .p-charm-block01__item {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .p-charm::after {
  top: 2%;
  height: calc(100% - 2%);
}
}
.p-charm-block01__item--rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1040px) {
  .p-charm-block01__item--rev {
    flex-direction: row;
  }
}
.p-charm-block01__item--rev .p-charm-block01__no {
  color: #8ec43e;
}
.p-charm-block01__item--rev .p-front-sec02-block01__contents {
  box-shadow: 20px 20px 0 rgba(142, 196, 62, 0.3);
}
@media screen and (max-width: 1040px) {
  .p-charm-block01__item--rev .p-front-sec02-block01__contents {
    box-shadow: 12px 12px 0 rgba(142, 196, 62, 0.3);
  }
}
.p-charm-block01__contents {
  position: relative;
  width: 520px;
  min-height: 400px;
  padding: 45px 50px 45px 50px;
  border-radius: 30px;
  background-color: #fff;
  z-index: 2;
  box-shadow: 20px 20px 0 rgba(255, 203, 0, 0.3);
}
@media screen and (max-width: 1040px) {
  .p-charm-block01__contents {
    width: 100%;
    max-width: 520px;
    min-height: auto;
    margin: auto;
    padding: 25px 30px 40px 30px;
    box-shadow: 12px 12px 0 rgba(255, 203, 0, 0.3);
  }
}
.p-charm-block01__no {
  position: relative;
  top: -56px;
  font-family: "din2014_b", sans-serif;
  font-size: 130px;
  font-weight: bold;
  line-height: 0.23;
  text-align: center;
  color: #f58908;
}
@media screen and (max-width: 1040px) {
  .p-charm-block01__no {
    top: -32px;
    font-size: 80px;
  }
}
.p-charm-block01__title {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b08c63;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.54;
  letter-spacing: 1.4px;
  text-align: center;
  color: #68533a;
}
@media screen and (max-width: 1040px) {
  .p-charm-block01__title {
    font-size: 17px;
  }
}
.p-charm-block01__text {
  line-height: 1.88;
}
.p-charm-block01__img {
  padding-top: 25px;
  width: 570px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
  .p-charm-block01__img {
    padding-top: 0;
    margin: auto;
  }
}
.p-charm-block01__img img {
  border-radius: 30px;
}

.p-charm-block02 {
  margin-top: 120px;
}
.p-charm-block02__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 65px;
  padding-inline: 30px;
}
@media screen and (max-width: 1040px) {
  .p-charm-block02__item {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 35px;
    padding-inline: 0px;
  }
}
.p-charm-block02__contents {
  position: relative;
  width: 520px;
  min-height: 400px;
  padding: 40px 50px 45px 50px;
  border-radius: 30px;
  background-color: #fff;
  z-index: 2;
  box-shadow: 20px 20px 0 rgba(255, 203, 0, 0.3);
}
@media screen and (max-width: 1040px) {
  .p-charm-block02__contents {
    width: 100%;
    max-width: 520px;
    min-height: auto;
    margin: auto;
    padding: 25px 30px 40px 30px;
    box-shadow: 12px 12px 0 rgba(255, 203, 0, 0.3);
  }
}
.p-charm-block02__no {
  position: relative;
  top: -56px;
  font-family: "din2014_b", sans-serif;
  font-size: 130px;
  font-weight: bold;
  line-height: 0.23;
  text-align: center;
  color: #f58908;
}
@media screen and (max-width: 1040px) {
  .p-charm-block02__no {
    top: -48px;
    font-size: 80px;
  }
}
.p-charm-block02__title {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b08c63;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.54;
  letter-spacing: 1.4px;
  text-align: center;
  color: #68533a;
}
@media screen and (max-width: 1040px) {
  .p-charm-block02__title {
    font-size: 17px;
  }
}
.p-charm-block02__text {
  line-height: 1.88;
}
.p-charm-block02__lists {
  position: relative;
  padding: 50px;
  width: 570px;
  border-radius: 30px;
  background-color: #f08300;
  color: #fff;
  z-index: 3;
}
@media screen and (max-width: 1040px) {
  .p-charm-block02__lists {
    width: 100%;
    max-width: 570px;
    padding: 35px 20px;
  }
}
.p-charm-block02__lists::after {
  content: "";
  position: absolute;
  top: 29%;
  left: -180px;
  border-style: solid;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent transparent #f08300;
  translate: 100% calc(-50% - 0.4px);
  transform: scale(-1, 1);
}
@media screen and (max-width: 1040px) {
  .p-charm-block02__lists::after {
    top: -45px;
    right: 0;
    left: 0;
    margin: auto;
    border: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 33px solid transparent;
    border-left: 33px solid transparent;
    border-bottom: 51px solid #f08300;
    border-top: 0;
    translate: initial;
    border-radius: 3px;
  }
}
.p-charm-block02__lists-title {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #fff;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.15px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-charm-block02__lists-title {
    margin-bottom: 15px;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px;
  }
}
.p-charm-block02__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.p-charm-block02__list li {
  width: 50%;
  position: relative;
  margin-bottom: 15px;
  padding: 2px 0px 4px 43px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1040px) {
  .p-charm-block02__list li {
    margin-bottom: 8px;
    padding: 2px 0px 4px 22px;
    letter-spacing: 0;
  }
}
.p-charm-block02__list li:last-of-type {
  width: 100%;
}
.p-charm-block02__list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 31px;
  height: 29px;
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/icon-check01.png") no-repeat 0 0px;
  background-size: contain;
}
@media screen and (max-width: 1040px) {
  .p-charm-block02__list li::before {
    top: 10px;
    width: 18px;
    height: 17px;
  }
}

/* 募集要項
--------------------------- */
.p-job-sec01 {
  padding: 310px 0 240px;
  background-color: #fbf9f0;
}
@media screen and (max-width: 1040px) {
  .p-job-sec01 {
    padding: 240px 0 150px;
  }
}
.p-job-sec01__table-wrap {
  position: relative;
  margin-bottom: 280px;
  padding: 0px 70px 100px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-job-sec01__table-wrap {
    margin-bottom: 250px;
    padding: 0px 20px 50px;
  }
}
.p-job-sec01__table-wrap:last-of-type {
  margin-bottom: 0;
}
.p-job-sec01__heading {
  position: relative;
  top: -200px;
  margin: 0px auto -120px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-job-sec01__heading {
    top: -178px;
  }
}

/* エントリー
--------------------------- */
.entry .hentry,
.confirm .hentry,
.thanks .hentry {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 130px 0 180px;
}
@media screen and (max-width: 1040px) {
  .entry .hentry,
  .confirm .hentry,
  .thanks .hentry {
    padding: 80px 0 120px;
  }
}

/* 職種紹介・スタッフの声
--------------------------- */
.occupation {
  background-color: #f4f1da;
}

.p-occu-sec01 {
  padding: 60px 0 100px;
}
@media screen and (max-width: 1040px) {
  .p-occu-sec01 {
    padding: 50px 0 20px;
  }
}

.p-occu-block01 {
  position: relative;
  width: 100%;
  max-width: 1126px;
  margin: 0 auto 55px;
}
.p-occu-block01__head {
  position: relative;
  height: 160px;
  padding: 0 0 0 260px;
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/occupation/sec01-bg01.png") no-repeat -32px 0%;
  background-size: 650px auto;
  background-color: #c9985e;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media screen and (max-width: 1040px) {
  .p-occu-block01__head {
    height: 119px;
    padding: 0 0 0 150px;
  }
}
.p-occu-block01__head-row {
  display: flex;
  gap: 5px;
}
.p-occu-block01__head-img {
  position: absolute;
  left: 50px;
  bottom: 0;
  width: 205px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-occu-block01__head-img {
    left: 10px;
    width: 130px;
  }
}
.p-occu-block01__head-contents {
  padding: 48px 0 0 0;
}
@media screen and (max-width: 1040px) {
  .p-occu-block01__head-contents {
    padding: 37px 0 0 0;
  }
}
.p-occu-block01__title {
  font-family: "genjyu-lp-h", sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 5.7px;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-occu-block01__title {
    font-size: 28px;
  }
}
.p-occu-block01__en {
  font-family: "din2014_b", sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  opacity: 0.47;
}
@media screen and (max-width: 1040px) {
  .p-occu-block01__en {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.p-occu-block01__body {
  padding: 50px 60px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-occu-block01__body {
    padding: 30px 20px 30px;
  }
}
.p-occu-block01__body-inner {
  width: 100%;
  max-width: 500px;
}
.p-occu-block01__body-inner p {
  margin-bottom: 1.5em;
  line-height: 1.88;
  color: #68533a;
}
.p-occu-block01__img {
  position: absolute;
  top: -40px;
  right: -37px;
}
@media screen and (max-width: 1040px) {
  .p-occu-block01__img {
    position: static;
    /* top: 0px; */
    /* right: 0px; */
    margin-top: 20px;
    text-align: center;
  }
}
.p-occu-block01__img img {
  border-radius: 30px;
}
.p-occu-block01--pt2 .p-occu-block01__head {
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/occupation/sec02-bg01.png") no-repeat -32px 0%;
  background-size: 650px auto;
  background-color: #c17e97;
}
.p-occu-block01--pt3 .p-occu-block01__head {
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/occupation/sec03-bg01.png") no-repeat -32px 0%;
  background-size: 650px auto;
  background-color: #95be62;
}
.p-occu-block01--pt4 .p-occu-block01__head {
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/occupation/sec04-bg01.png") no-repeat -32px 0%;
  background-size: 650px auto;
  background-color: #5a9dab;
}

.p-occu-block02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
  max-width: 1126px;
  min-height: 350px;
  margin: 0 auto 55px;
  padding: 0px 60px 0 440px;
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/occupation/sec01-bg02.png") no-repeat 0 calc(100% + 27px);
  background-size: cover;
  background-color: #69533a;
  border-radius: 30px;
}
@media screen and (max-width: 1040px) {
  .p-occu-block02 {
    padding: 30px 30px 0px 30px;
    flex-wrap: wrap;
    background-size: 150% auto;
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.p-occu-block02__img {
  position: absolute;
  bottom: 0;
  left: 80px;
  width: 340px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-occu-block02__img {
    position: relative;
    width: 210px;
    inset: 0 0 auto 0;
    margin: auto;
    text-align: center;
  }
}
.p-occu-block02__contents {
  width: 600px;
  padding-top: 60px;
}
@media screen and (max-width: 1040px) {
  .p-occu-block02__contents {
    width: 100%;
    max-width: 600px;
    padding-top: 20px;
  }
}
.p-occu-block02__head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1040px) {
  .p-occu-block02__head {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.p-occu-block02__title {
  width: fit-content;
  font-family: "genjyu-lp-h", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 4.5px;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-occu-block02__title {
    font-size: 22px;
  }
}
.p-occu-block02__en {
  width: fit-content;
  font-family: "din2014_b", sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  opacity: 0.47;
}
@media screen and (max-width: 1040px) {
  .p-occu-block02__en {
    font-size: 16px;
  }
}
.p-occu-block02__body-inner {
  width: 100%;
}
.p-occu-block02__body-inner p {
  margin-bottom: 1.5em;
  line-height: 1.88;
  letter-spacing: 0.05em;
  color: #fff;
}
.p-occu-block02--pt2 {
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/occupation/sec02-bg02.png") no-repeat 0 calc(100% + 27px);
  background-size: cover;
  background-color: #683A4B;
}
@media screen and (max-width: 1040px) {
  .p-occu-block02--pt2 {
    background-size: 150% auto;
  }
}
.p-occu-block02--pt3 {
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/occupation/sec03-bg02.png") no-repeat 0 calc(100% + 27px);
  background-size: cover;
  background-color: #567035;
}
@media screen and (max-width: 1040px) {
  .p-occu-block02--pt3 {
    background-size: 150% auto;
  }
  .p-occu-block02--pt3 .p-occu-block02__img {
    position: relative;
    left: 10px;
  }
}
.p-occu-block02--pt4 {
  background: url("/wp-content/themes/kikuchi-eye-recruit/img/occupation/sec04-bg02.png") no-repeat 0 calc(100% + 27px);
  background-size: cover;
  background-color: #366670;
}
@media screen and (max-width: 1040px) {
  .p-occu-block02--pt4 {
    background-size: 150% auto;
  }
  .p-occu-block02--pt4 .p-occu-block02__img {
    position: relative;
    left: 15px;
  }
}

.p-occu-sec02,
.p-occu-sec03,
.p-occu-sec04 {
  padding: 70px 0 120px;
}
@media screen and (max-width: 1040px) {
  .p-occu-sec02,
  .p-occu-sec03,
  .p-occu-sec04 {
    padding: 50px 0 20px;
  }
}
