@charset "UTF-8";

/* ======================================================================

  "Energyflex" Recruit PC Styles

====================================================================== */

/*
  Page Header
====================================================================== */
.page-header { background-color: var(--white); }
.page-header .inner {
  position: relative;
  padding: 40px 0 65px;
}
.page-header .inner figure {
  position: absolute;
  top: -143px;
  right: 0;
  width: 587px;
  height: auto;
}
.page-header h2 {
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: .05em;
  text-align: center;
  margin: 0 0 .5em;
}
.page-header h3 {
  font-size: 40px;
  font-size: 4.0rem;
  letter-spacing: .05em;
  line-height: calc(54 / 40);
  text-align: center;
  margin: 0 0 .25em;
}
.page-header h3 span {
  color: var(--d-green);
  display: block;
}
.page-header p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: calc(36 / 16);
  text-align: center;
}

/* Breadcrumb
---------------------------------------------------------------------- */
.page-header .breadcrumb {
  padding: 0 0 0 100px;
  margin: 0 0 105px;
}

/*
  Anchor Navi
====================================================================== */
.anchor-nav {
  position: relative;
  z-index: 1;
  background-color: var(--yellow);
  box-shadow: 0px 8px 8px 0px rgba(var(--blk-rgb), .1);
  padding: 40px 0 10px;
}
.anchor-nav ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 10px;
}
.anchor-nav ul li {
  position: relative;
  width: 220px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 54px;
}
.anchor-nav ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -40px;
  font-family: "ITC Franklin Gothic Demi Extra Compressed";
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .05em;
  color: var(--d-green);
  display: inline-block;
}
.anchor-nav ul li:first-of-type:before { content: "WORKS"; }
.anchor-nav ul li:nth-of-type(2):before { content: "PERSON"; }
.anchor-nav ul li:nth-of-type(3):before { content: "WELFARE"; }
.anchor-nav ul li:nth-of-type(4):before { content: "DESCRIPTION/ENTRY"; }
.anchor-nav ul li:last-of-type:before { content: "COMPANY"; }

.anchor-nav ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 8px;
  padding: 0 0 0 .5em;
  transition: all .3s;
}
.anchor-nav ul li a i {
  font-style: normal;
  transform: scale(.65);
  display: inline-block;
  margin: 0 .25em 0 0;
}
.anchor-nav ul li:not(:last-of-type) a {
  color: var(--d-green);
  border-color: var(--d-green);
  background-color: var(--white);
}
.anchor-nav ul li:not(:last-of-type) a:hover {
  color: var(--white);
  background-color: var(--d-green);
}
.anchor-nav ul li:last-of-type a {
  color: var(--white);
  border-color: var(--black);
  background-color: var(--d-green);
}
.anchor-nav ul li:last-of-type a:hover {
  color: var(--d-green);
  background-color: var(--white);
}

/*
  Section01
====================================================================== */
.sec01 {
  padding: 140px 0 170px;
  background-color: var(--l-gray);
}
.sec01 > figure {
  position: absolute;
  top: 460px;
  right: 55px;
  width: 424px;
  height: 340px;
}
.sec01 > .inner { width: 1200px; }
.sec01 h2 {
  font-family: "ITC Franklin Gothic Demi Extra Compressed";
  font-size: 150px;
  font-size: 15rem;
  letter-spacing: .075em;
  line-height: 1.0;
  text-indent: 30px;
  margin: 0 0 -36px;
}
.sec01 .contents-area {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: auto;
  padding: 90px 120px 130px;
  background-color: var(--white);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.sec01 .contents-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - 1200px) / 2 * -1);
  width: calc((100vw - 1200px) / 2);
  height: 100%;
  background-color: var(--white);
}
.sec01 .contents-area h3 {
  font-size: 40px;
  font-size: 4.0rem;
  letter-spacing: .05em;
  line-height: calc(54 / 40);
  margin: 0 0 100px;
}

.question {
  display: flex;
  align-items: center;
  gap: 0 45px;
}
.question:last-of-type {
  flex-direction: row-reverse;
  margin: 70px 0 0;
}
.question figure {
  overflow: hidden;
  flex-shrink: 0;
}
.question figure img {
  height: auto;
  object-fit: cover;
}
.question:first-of-type figure { width: 220px; }
.question:last-of-type figure { width: 190px; }
.question dl dt {
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: .05em;
  color: var(--d-green);
  padding: 0 0 0 95px;
  margin: 0 0 20px;
}
.question dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 80px;
  height: 80px;
  background: url(../images/question.svg) no-repeat 50% 50%;
  background-size: cover;
  display: inline-block;
}
.question dl dd p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: calc(36 / 16);
}

/*
  Section02
====================================================================== */
.sec02 {
  padding: 150px 0 180px;
  background-color: var(--l-gray);
}
.sec02 > .inner { width: 1200px; }
.sec02 h2::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -70px;
  left: -393px;
  width: 797px;
  height: 343px;
  background: url(../images/recruit_ttl_bg.svg) no-repeat 0 0;
  background-size: cover;
}
.sec02 h2 {
  position: relative;
  z-index: 0;
  font-family: "ITC Franklin Gothic Demi Extra Compressed";
  font-size: 150px;
  font-size: 15rem;
  letter-spacing: .075em;
  line-height: 1.0;
  text-indent: 30px;
  margin: 0 0 -36px;
}
.sec02 .contents-area {
  position: relative;
  width: 1200px;
  margin: auto;
  padding: 90px 120px 310px;
  background-color: var(--white);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.sec02 .contents-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc((100vw - 1200px) / 2 * -1);
  width: calc((100vw - 1200px) / 2);
  height: 100%;
  background-color: var(--white);
}
.sec02 .contents-area h3 {
  font-size: 40px;
  font-size: 4.0rem;
  letter-spacing: .05em;
  line-height: calc(54 / 40);
  margin: 0 0 60px;
}
/*
.desired-profile::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 63px;
  height: 72px;
  background: url(../images/clip.svg) no-repeat 0 0;
  background-size: cover;
  display: inline-block;
}
.desired-profile::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: var(--yellow);
  border: solid 3px var(--black);
  display: inline-block;
}
*/
.desired-profile {
  width: 760px;
  margin: auto;
}
/*
.desired-profile > div {
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: .05em;
  background-color: var(--white);
  border: solid 3px var(--black);
  padding: 110px 0 50px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  grid-area: 1 / 1;
}
.desired-profile ul { margin: 20px 0; }
.desired-profile ul li {
  position: relative;
  padding: 0 0 0 49px;
}
.desired-profile ul li:not(:last-of-type) { margin: 0 0 15px; }
.desired-profile ul li span { color: var(--d-green); }
.desired-profile ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 44px;
  height: 38px;
  background: url(../images/check.png) no-repeat 0 0;
  background-size: cover;
}
*/
.desired-profile > figure {
  width: 100%;
  overflow: hidden;
}
.desired-profile > figure img {
  aspect-ratio: 760 / 558;
  object-fit: cover;
}
.sec02 .contents-area > p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: calc(36 / 16);
  text-align: center;
  margin: 45px 0 0;
}

.sec02 .contents-area > figure {
  position: absolute;
  z-index: 1;
}
.sec02 .contents-area > figure:first-of-type {
  left: 150px;
  bottom: 425px;
  width: 175px;
  height: 285px;
}
.sec02 .contents-area > figure:last-of-type {
  right: 5px;
  bottom: 55px;
  width: 234px;
  height: 372px;
}

/*
  Section03
====================================================================== */
.sec03 {
  padding: 300px 0 220px;
  background-color: var(--green);
}
.sec03 > .inner { width: 1200px; }
.sec03 h2::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -35px;
  left: -393px;
  width: 797px;
  height: 343px;
  background: url(../images/recruit_ttl_bg02.svg) no-repeat 0 0;
  background-size: cover;
}
.sec03 h2 {
  position: relative;
  z-index: 0;
  font-family: "ITC Franklin Gothic Demi Extra Compressed";
  font-size: 150px;
  font-size: 15rem;
  letter-spacing: .075em;
  line-height: 1.0;
  text-indent: 30px;
  margin: 0 0 -36px;
  color: var(--white);
}
/*
.sec03::after {
  content: "";
  position: absolute;
  top: 165px;
  left: 0;
  width: 1326px;
  height: 343px;
  background: url(../images/recruit_sec03_ttl.png) no-repeat 0 0;
  background-size: cover;
}
*/
.sec03 .contents-area > figure {
  position: absolute;
  bottom: -95px;
  right: 0;
  width: 284px;
  height: 427px;
}
.sec03 .contents-area {
  position: relative;
  width: 1200px;
  margin: auto;
  padding: 90px 120px 100px;
  background-color: var(--white);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.sec03 .contents-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc((100vw - 1200px) / 2 * -1);
  width: calc((100vw - 1200px) / 2);
  height: 100%;
  background-color: var(--white);
}
.sec03 .contents-area h3 {
  font-size: 40px;
  font-size: 4.0rem;
  letter-spacing: .05em;
  line-height: calc(54 / 40);
  margin: 0 0 85px;
}
.sec03 .contents-area h4 {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: .05em;
  line-height: calc(36 / 28);
  margin: 0 0 50px;
}

.overview:first-of-type { margin: 0 0 70px; }
.overview h5 {
  width: 140px;
  border: solid 1px var(--black);
  padding: .75em 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .05em;
  text-align: center;
  margin: 0 0 20px;
}
.overview p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: calc(30 / 16);
}
.overview table {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: calc(28 / 16);
  border-top: solid 1px #dadbda;
}
.overview table th {
  width: calc(210 / 960 * 100%);
  text-align: left;
  font-weight: 400;
  padding: 30px 0 30px 25px;
}
.overview table td {
  width: calc(750 / 960 * 100%);
  padding: 30px 0;
}
.overview table .tr01 th { padding: 30px 0 7.5px 25px; }
.overview table .tr01 td { padding: 30px 0 7.5px; }
.overview table .tr02 th { padding: 7.5px 0 7.5px 25px; }
.overview table .tr02 td { padding: 7.5px 0; }
.overview table .tr03 th { padding: 7.5px 0 30px 25px; }
.overview table .tr03 td { padding: 7.5px 0 30px; }
.bb { border-bottom: solid 1px #dadbda; }

/* Link Button
---------------------------------------------------------------------- */
.sec03 .contents-area .link-btn {
  position: relative;
  z-index: 1;
  width: 330px;
  height: 60px;
  margin: 50px auto 0;
}
.sec03 .contents-area .link-btn a {
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: calc( (60 / 2) / 330 * 100vw );
}
.sec03 .contents-area .link-btn a::before {
  left: initial;
  right: 15px;
  width: 12px;
  height: 15px;
}