@charset "UTF-8";
@-webkit-keyframes heartbeat-recruit {
  0% {
    background-color: #ffab5d;
  }
  100% {
    background-color: #fe7a00;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes heartbeat-recruit {
  0% {
    background-color: #ffab5d;
  }
  100% {
    background-color: #fe7a00;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes marquee-gallery {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 40px));
            transform: translateX(calc(-50% - 40px));
  }
}
@keyframes marquee-gallery {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 40px));
            transform: translateX(calc(-50% - 40px));
  }
}
mark {
  background: transparent;
  -webkit-text-decoration: solid underline 35% #f09c4f;
          text-decoration: solid underline 35% #f09c4f;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: -15%;
}

.main_contents {
  padding-top: 0;
}

.sec_mv {
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0;
  height: 100vh;
  background: -webkit-gradient(linear, right top, left top, from(#ff9d1c), to(#fe7a00));
  background: -webkit-linear-gradient(right, #ff9d1c, #fe7a00);
  background: linear-gradient(to left, #ff9d1c, #fe7a00);
}
.sec_mv::before {
  content: "";
  display: block;
  position: absolute;
  right: -1.3194444444vw;
  bottom: -48.631029987vh;
  z-index: 1;
  margin: auto;
  width: 71.1111111111vw;
  height: 71.1111111111vw;
  border-radius: 50%;
  background-color: #ffab5d;
  -webkit-animation: 2s ease-out 0s infinite alternate forwards running heartbeat-recruit;
          animation: 2s ease-out 0s infinite alternate forwards running heartbeat-recruit;
}
.sec_mv::after {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../img/recruit/mv_bg.png?251121) no-repeat right bottom/contain;
}
.sec_mv .bg {
  display: none;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_mv .wrap {
  position: relative;
  z-index: 3;
  padding: 0 80px;
}
.sec_mv .wrap .catch {
  display: block;
  position: relative;
  z-index: 1;
  color: #313131;
  font-size: 4rem;
}
.sec_mv .wrap .catch .love {
  top: 15px;
  margin: 0 10px 35px;
}
.sec_mv .wrap p {
  margin-top: 48px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #fff;
}
.sec_mv .wrap p span {
  position: relative;
  z-index: 1;
}
.sec_mv .wrap p span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 10px;
  background-color: #d96800;
}
.sec_mv .page_title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  left: auto;
  margin-bottom: 45px;
  border-radius: 0;
  min-width: unset;
  min-height: unset;
  background-color: transparent;
  color: #fff;
  letter-spacing: 0.06em;
}
.sec_mv .page_title .jp {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}
.sec_mv .page_title .en {
  font-family: "Poppins", sans-serif;
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .sec_mv {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 85px;
    padding-bottom: 100px;
    background: -webkit-gradient(linear, right top, left top, from(#ff9d1c), to(#fe7a00));
    background: -webkit-linear-gradient(right, #ff9d1c 0%, #fe7a00 100%);
    background: linear-gradient(270deg, #ff9d1c 0%, #fe7a00 100%);
  }
  .sec_mv .wrap {
    padding: 0 40px;
  }
  .sec_mv .wrap .love img {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .sec_mv {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 96.9230769231vw;
    height: auto;
    min-height: 100vh;
  }
  .sec_mv::before {
    left: 50%;
    right: auto;
    bottom: -259px;
    margin-left: -286px;
    width: 572px;
    height: 572px;
  }
  .sec_mv::after {
    background-position: left 76% bottom -25%;
    background-size: auto 125vw;
  }
  .sec_mv .wrap {
    padding: 0 16px;
  }
  .sec_mv .wrap .catch {
    font-size: 2.4rem;
    text-align: center;
  }
  .sec_mv .wrap .catch .love {
    top: 5px;
    margin: 0 8px 12px;
  }
  .sec_mv .wrap .catch .love img {
    height: 33px;
  }
  .sec_mv .wrap p {
    margin-top: 15px;
    font-size: 1.5rem;
  }
  .sec_mv .page_title {
    gap: 10px;
    margin-bottom: 40px;
  }
  .sec_mv .page_title .jp {
    font-size: 1.5rem;
  }
  .sec_mv .page_title .en {
    font-size: 4.8rem;
  }
}

.sec_intro {
  padding: 190px 0 180px;
  background-color: #fff;
  overflow: hidden;
}
.sec_intro .inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  max-width: none;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sec_intro .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec_intro .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.sec_intro .deco {
  right: 80px;
}
.sec_intro .catch {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 14px;
}
.sec_intro .catch .love {
  position: relative;
  top: 15px;
  margin-right: 8px;
  margin-bottom: 15px;
}
.sec_intro .catch .love img {
  height: 58px;
}
.sec_intro p {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.6;
}
.sec_intro .gallery_wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: 140px;
}
.sec_intro .gallery {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  -webkit-animation: marquee-gallery 20s linear infinite;
          animation: marquee-gallery 20s linear infinite;
}
.sec_intro .gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .sec_intro {
    padding: 100px 0 140px;
  }
  .sec_intro .catch {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 60px;
  }
  .sec_intro .catch .love {
    top: 7px;
    margin: 0 2px 15px 5px;
  }
  .sec_intro .catch .love img {
    height: 31px;
  }
  .sec_intro p {
    font-weight: 400;
    font-size: 1.4rem;
  }
  .sec_intro .gallery_wrap {
    margin-top: 60px;
  }
  .sec_intro .gallery {
    gap: 40px;
  }
  .sec_intro .gallery img:nth-child(5n+1) {
    width: 194px;
  }
  .sec_intro .gallery img:nth-child(5n+2) {
    width: 123px;
  }
  .sec_intro .gallery img:nth-child(5n+3) {
    width: 158px;
  }
  .sec_intro .gallery img:nth-child(5n+4) {
    width: 152px;
  }
  .sec_intro .gallery img:nth-child(5n+5) {
    width: 185px;
  }
}

.sec_interview {
  counter-reset: num;
  background-color: #fff;
}
.sec_interview header {
  overflow: hidden;
  margin-bottom: 210px;
}
.sec_interview header .cards {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  padding-top: 29px;
}
.sec_interview header .cards li {
  width: 33.3333333333%;
  height: 620px;
  position: relative;
}
.sec_interview header .cards li::before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 1;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58.582%, rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 58.582%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 58.582%, #fff 100%);
}
.sec_interview header .cards li::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  mix-blend-mode: screen;
  background: rgba(254, 122, 0, 0.8);
}
.sec_interview header .cards img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_interview header .cards p {
  position: absolute;
  left: 49px;
  top: -29px;
  z-index: 2;
  padding: 16px;
  background-color: #313131;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.sec_interview header .text {
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  max-width: none;
  position: relative;
  z-index: 2;
  margin-top: -200px;
}
@media screen and (max-width: 1024px) {
  .sec_interview header .text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec_interview header .text {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.sec_interview header .text p {
  font-weight: 700;
  font-size: 2rem;
}
.sec_interview header .text .title {
  margin-top: 40px;
}
.sec_interview header .text .title .jp {
  display: block;
  margin-bottom: 17px;
  color: #fe7a00;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.sec_interview header .text .title .en {
  display: block;
  font: normal 700 8rem/1 "Poppins", sans-serif;
}
@media screen and (max-width: 1024px) {
  .sec_interview header {
    margin-bottom: 120px;
  }
  .sec_interview header .cards {
    padding-top: 19px;
  }
  .sec_interview header .cards li {
    height: 360px;
  }
  .sec_interview header .cards img {
    -o-object-position: 56% bottom;
       object-position: 56% bottom;
  }
  .sec_interview header .cards p {
    left: 7px;
    top: -19px;
    font-size: 1.3rem;
    padding: 11px;
  }
  .sec_interview header .text {
    margin-top: -140px;
  }
  .sec_interview header .text p {
    font-size: 1.3rem;
  }
  .sec_interview header .text .title {
    margin-top: 50px;
  }
  .sec_interview header .text .title .jp {
    font-size: 1.3rem;
  }
  .sec_interview header .text .title .en {
    font-size: 3.2rem;
  }
}
.sec_interview > article {
  counter-increment: num;
}
.sec_interview > article + article {
  margin-top: 350px;
}
@media screen and (max-width: 1024px) {
  .sec_interview > article + article {
    margin-top: 140px;
  }
}
.sec_interview .profile {
  position: relative;
  width: 100%;
  background: no-repeat right top/cover;
}
.sec_interview .profile .bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}
.sec_interview .profile .inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  max-width: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
  min-height: 768px;
}
@media screen and (max-width: 1024px) {
  .sec_interview .profile .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec_interview .profile .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.sec_interview .profile .number {
  display: inline-block;
  position: absolute;
  left: 80px;
  top: -90px;
  color: #fe7a00;
  font: normal 700 2rem/1 "Poppins", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
}
.sec_interview .profile .number i {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 12.8rem;
}
.sec_interview .profile h3 {
  margin-bottom: 40px;
  font: normal 700 3.2rem/2 "Poppins", sans-serif;
}
.sec_interview .profile .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 60px;
  color: #5cc28f;
  font-size: 1.5rem;
  line-height: 1.5;
}
.sec_interview .profile .info em {
  display: inline-block;
  padding: 4px 16px 5px;
  border: 1px solid #5cc28f;
  border-radius: 20px;
  font-weight: 500;
}
.sec_interview .profile .info strong {
  font-weight: 700;
  font-size: 1.6rem;
}
.sec_interview .profile .highlights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.sec_interview .profile .highlights li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 8px 24px 8px 58px;
  background: -webkit-gradient(linear, right top, left top, from(#ff9d1c), to(#fe7a00));
  background: -webkit-linear-gradient(right, #ff9d1c, #fe7a00);
  background: linear-gradient(to left, #ff9d1c, #fe7a00);
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.8;
}
.sec_interview .profile .highlights li::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: inline-block;
  position: absolute;
  left: 24px;
  top: 18px;
  width: 24px;
  height: 24px;
  background: url(../img/recruit/icon_talk.svg) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .sec_interview .profile .inner {
    min-height: 380px;
  }
  .sec_interview .profile .number {
    left: 16px;
    top: -46px;
    font-size: 1.3rem;
    text-align: left;
  }
  .sec_interview .profile .number i {
    font-size: 4.8rem;
  }
  .sec_interview .profile h3 {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
  .sec_interview .profile .info {
    gap: 8px;
    margin-bottom: 35px;
    font-size: 1.1rem;
  }
  .sec_interview .profile .info em {
    padding: 2px 8px 3px;
  }
  .sec_interview .profile .info strong {
    font-size: 1.2rem;
  }
  .sec_interview .profile .highlights {
    gap: 7px;
  }
  .sec_interview .profile .highlights li {
    padding: 5px 16px 5px 39px;
    font-size: 1.5rem;
  }
  .sec_interview .profile .highlights li::before {
    left: 16px;
    top: 11px;
    width: 16px;
    height: 16px;
  }
}
.sec_interview .qa {
  padding: 86px 0 152px;
  width: 100%;
  background-color: #fff3e8;
}
.sec_interview .qa .inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .sec_interview .qa .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec_interview .qa .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.sec_interview .qa dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.sec_interview .qa dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  line-height: 2;
}
.sec_interview .qa dt::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  margin-top: 16px;
  width: 50px;
  height: 1px;
  background-color: #313131;
}
.sec_interview .qa dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec_interview .qa dd strong {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: 700;
  line-height: 2;
}
.sec_interview .qa dd strong::after {
  content: "：";
}
.sec_interview .qa dd p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .sec_interview .qa {
    padding: 60px 0 102px;
  }
}
.sec_interview .data {
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  max-width: none;
  position: relative;
  z-index: 1;
  padding-top: 36px;
  padding-bottom: 124px;
  width: 100%;
  background: no-repeat center center/cover;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sec_interview .data {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec_interview .data {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.sec_interview .data::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 157, 28, 0.9)), to(rgba(254, 122, 0, 0.9)));
  background: -webkit-linear-gradient(right, rgba(255, 157, 28, 0.9), rgba(254, 122, 0, 0.9));
  background: linear-gradient(to left, rgba(255, 157, 28, 0.9), rgba(254, 122, 0, 0.9));
}
.sec_interview .data h3 {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  padding: 18px 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border-radius: 16px;
  background-color: #fff;
  color: #fe7a00;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec_interview .data h3 + p {
  margin-top: 55px;
}
.sec_interview .data > p {
  font-weight: 600;
  color: #fff;
}
.sec_interview .data .cards {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 88px;
}
.sec_interview .data .cards > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
  background-color: #fff;
}
@media screen and (max-width: 1180px) {
  .sec_interview .data .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec_interview .data > small {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  display: block;
  margin-top: 20px;
  font-size: inherit;
  line-height: 1.5;
  text-align: right;
}
.sec_interview .data .btn[target=_blank] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 0 auto;
  padding: 20px;
  min-width: 420px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sec_interview .data .btn[target=_blank]::after {
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_arrow_w.svg) no-repeat center center/contain;
}
.sec_interview .data .btn[target=_blank] + p {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .sec_interview .data {
    padding-top: 32px;
    padding-bottom: 55px;
  }
  .sec_interview .data::before {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 157, 28, 0.9)), to(rgba(254, 122, 0, 0.9)));
    background: -webkit-linear-gradient(right, rgba(255, 157, 28, 0.9) 0%, rgba(254, 122, 0, 0.9) 100%);
    background: linear-gradient(270deg, rgba(255, 157, 28, 0.9) 0%, rgba(254, 122, 0, 0.9) 100%);
  }
  .sec_interview .data h3 {
    top: -10px;
    padding: 12px 40px;
    font-size: 2rem;
  }
  .sec_interview .data h3 + p {
    margin-top: 35px;
    font-weight: 600;
  }
  .sec_interview .data .cards {
    gap: 18px;
    margin-top: 55px;
  }
  .sec_interview .data > small {
    margin-top: 12px;
    font-size: 1.2rem;
  }
  .sec_interview .data .btn[target=_blank] {
    gap: 15px;
    margin-top: 10px;
    padding: 18px 24px;
    min-width: unset;
  }
  .sec_interview .data .btn[target=_blank] + p {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .sec_interview .data .cards {
    grid-template-columns: 1fr;
  }
}
.sec_interview .data.report {
  background-image: url("../img/recruit/report_bg.jpg");
}
.sec_interview .data.report .cards {
  margin-top: 55px;
}
.sec_interview .data.report .cards > li {
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
}
.sec_interview .data.report .cards h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}
.sec_interview .data.report .chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_interview .data.report .chart img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 174px;
  height: 174px;
}
.sec_interview .data.report .legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.sec_interview .data.report .legend li {
  position: relative;
  padding-left: 12px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
}
.sec_interview .data.report .legend li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.sec_interview .data.report .legend li.color-1::before {
  background-color: #ff6b6b;
}
.sec_interview .data.report .legend li.color-2::before {
  background-color: #4ecdc4;
}
.sec_interview .data.report .legend li.color-3::before {
  background-color: #45b7d1;
}
.sec_interview .data.report .legend li.color-4::before {
  background-color: #96ceb4;
}
.sec_interview .data.report .legend li.color-5::before {
  background-color: #ffeaa7;
}
.sec_interview .data.report .legend li.color-6::before {
  background-color: #dfe6e9;
}
.sec_interview .data.report .legend li.color-7::before {
  background-color: #74b9ff;
}
.sec_interview .data.report .comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.sec_interview .data.report .comment p {
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
  text-indent: -1em;
}
.sec_interview .data.report .comment p::before {
  content: "・";
}
@media screen and (max-width: 1024px) {
  .sec_interview .data.report .cards {
    gap: 18px;
  }
  .sec_interview .data.report .cards h4 {
    font-size: 1.6rem;
  }
  .sec_interview .data.report .legend li {
    font-size: 1.1rem;
  }
  .sec_interview .data.report .legend li::before {
    top: 0.3em;
  }
  .sec_interview .data.report .comment {
    gap: 5px;
  }
  .sec_interview .data.report .comment p {
    font-size: 1.3rem;
  }
}
.sec_interview .data.stats {
  background-image: url("../img/recruit/stats_bg.jpg");
}
.sec_interview .data.stats .cards {
  grid-template-columns: repeat(6, 1fr);
}
.sec_interview .data.stats .cards > li {
  grid-column: span 2;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.sec_interview .data.stats .cards > li:nth-child(6) img {
  height: 89px;
}
.sec_interview .data.stats .cards > li.short {
  grid-column: span 1;
}
.sec_interview .data.stats .cards > li.large {
  grid-column: span 3;
}
.sec_interview .data.stats .cards > li.full {
  grid-column: span 6;
}
.sec_interview .data.stats .cards strong {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}
.sec_interview .data.stats .cards img {
  width: auto;
  height: 64px;
}
.sec_interview .data.stats .cards .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: normal 700 2.4rem/1 "Poppins", sans-serif;
}
.sec_interview .data.stats .cards .value i {
  font-style: normal;
  font-size: 5.6rem;
}
.sec_interview .data.stats .cards .value span {
  padding-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .sec_interview .data.stats .cards {
    gap: 16px;
  }
  .sec_interview .data.stats .cards > li {
    padding: 16px;
    gap: 8px;
    font-size: 1.1rem;
  }
  .sec_interview .data.stats .cards > li:nth-child(6) img {
    height: 57px;
  }
  .sec_interview .data.stats .cards strong {
    font-size: 1.2rem;
  }
  .sec_interview .data.stats .cards img {
    height: 41px;
  }
  .sec_interview .data.stats .cards .value {
    gap: 2.5px;
    font-size: 1.5rem;
  }
  .sec_interview .data.stats .cards .value i {
    font-size: 3.2rem;
  }
  .sec_interview .data.stats .cards .value span {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .sec_interview .data.stats {
    background-image: url("../img/recruit/stats_bg_sp.jpg");
  }
  .sec_interview .data.stats .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .sec_interview .data.stats .cards > li {
    grid-column: span 1;
  }
  .sec_interview .data.stats .cards > li.large {
    grid-column: span 1;
  }
  .sec_interview .data.stats .cards > li.full {
    grid-column: span 2;
  }
}
.sec_interview .data.benefit {
  background-image: url("../img/recruit/benefit_bg.jpg");
}
.sec_interview .data.benefit .cards li {
  gap: 4px;
  position: relative;
  padding: 16px 24px 16px 80px;
  min-height: 72px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
}
.sec_interview .data.benefit .cards li::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: inline-block;
  position: absolute;
  left: 24px;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat center center/contain;
}
.sec_interview .data.benefit .cards li.star::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: 2;
  width: 32px;
  height: 32px;
  background: url("../img/recruit/icon_star.svg") no-repeat center center/contain;
}
.sec_interview .data.benefit .cards li:nth-child(1)::before {
  background-image: url("../img/recruit/icon_benefit01.svg");
}
.sec_interview .data.benefit .cards li:nth-child(2)::before {
  background-image: url("../img/recruit/icon_benefit02.svg");
}
.sec_interview .data.benefit .cards li:nth-child(3)::before {
  background-image: url("../img/recruit/icon_benefit03.svg");
}
.sec_interview .data.benefit .cards li:nth-child(4)::before {
  background-image: url("../img/recruit/icon_benefit04.svg");
}
.sec_interview .data.benefit .cards li:nth-child(5)::before {
  background-image: url("../img/recruit/icon_benefit05.svg");
}
.sec_interview .data.benefit .cards li:nth-child(6)::before {
  background-image: url("../img/recruit/icon_benefit06.svg");
}
.sec_interview .data.benefit .cards li:nth-child(7)::before {
  background-image: url("../img/recruit/icon_benefit07.svg");
}
.sec_interview .data.benefit .cards li:nth-child(8)::before {
  background-image: url("../img/recruit/icon_benefit08.svg");
}
.sec_interview .data.benefit .cards li:nth-child(9)::before {
  background-image: url("../img/recruit/icon_benefit09.svg");
}
.sec_interview .data.benefit .cards li:nth-child(10)::before {
  background-image: url("../img/recruit/icon_benefit10.svg");
}
.sec_interview .data.benefit .cards li:nth-child(11)::before {
  background-image: url("../img/recruit/icon_benefit11.svg");
}
.sec_interview .data.benefit .cards li:nth-child(12)::before {
  background-image: url("../img/recruit/icon_benefit12.svg");
}
.sec_interview .data.benefit .cards li:nth-child(13)::before {
  background-image: url("../img/recruit/icon_benefit13.svg");
}
.sec_interview .data.benefit .cards li:nth-child(14)::before {
  background-image: url("../img/recruit/icon_benefit14.svg");
}
.sec_interview .data.benefit .cards li:nth-child(15)::before {
  background-image: url("../img/recruit/icon_benefit15.svg");
}
.sec_interview .data.benefit .cards dt {
  margin-bottom: 5px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.sec_interview .data.benefit .cards dd {
  font-size: 1.4rem;
}
.sec_interview .data.benefit .cards dd + dd {
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .sec_interview .data.benefit .cards {
    gap: 20px;
  }
  .sec_interview .data.benefit .cards li.star::after {
    left: -5px;
    top: -5px;
    width: 26px;
    height: 26px;
  }
  .sec_interview .data.benefit .cards dt {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .sec_interview .data.benefit .cards dd {
    font-size: 1.2rem;
  }
  .sec_interview .data.benefit .cards dd + dd {
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .sec_interview .data.benefit {
    background-image: url("../img/recruit/benefit_bg_sp.jpg");
  }
}

.sec_message {
  position: relative;
  margin-top: 185px;
  padding-top: 95px;
}
.sec_message::before {
  content: "";
  display: block;
  position: absolute;
  top: 95px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 95px);
  border-radius: 16px 16px 0 0;
  background: url("../img/recruit/message_bg.jpg") no-repeat right top/cover;
}
.sec_message .inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  max-width: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  position: relative;
  z-index: 2;
  min-height: 831px;
}
@media screen and (max-width: 1024px) {
  .sec_message .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec_message .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.sec_message .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  position: absolute;
  top: 0;
  z-index: 3;
  -webkit-transform: translateY(calc(-50% - 30px));
          transform: translateY(calc(-50% - 30px));
}
.sec_message .title .jp {
  color: #fe7a00;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.sec_message .title .en {
  font: 700 normal 8rem/1 "Poppins", sans-serif;
}
.sec_message .text {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 49.7222222222%;
  font-size: 1.5rem;
}
.sec_message .text .catch {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
.sec_message .text p {
  line-height: 2.2;
}
.sec_message .text p + p {
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  .sec_message {
    margin-top: 65px;
    padding-top: 53px;
    padding-bottom: 60px;
  }
  .sec_message::before {
    content: none;
  }
  .sec_message .inner {
    min-height: auto;
  }
  .sec_message .title {
    top: 10px;
  }
  .sec_message .title .jp {
    font-size: 1.3rem;
  }
  .sec_message .title .en {
    font-size: 3.2rem;
  }
  .sec_message .text {
    padding: 0;
    width: 100%;
  }
  .sec_message .text::before {
    content: "";
    display: block;
    position: relative;
    height: auto;
    margin: 0 auto 40px;
    width: auto;
    max-width: 780px;
    border-radius: 0;
    background: url("../img/recruit/message_bg_sp.jpg") no-repeat center center/cover;
    aspect-ratio: 15/13;
  }
  .sec_message .text .catch {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .sec_message .text p {
    font-size: 1.3rem;
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .sec_message .text::before {
    left: -16px;
    margin-bottom: 16px;
    width: calc(100% + 32px);
  }
}

.agent_area {
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  max-width: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 87px;
  padding-bottom: 110px;
  background: -webkit-gradient(linear, right top, left top, from(#ff9d1c), to(#fe7a00));
  background: -webkit-linear-gradient(right, #ff9d1c 0%, #fe7a00 100%);
  background: linear-gradient(270deg, #ff9d1c 0%, #fe7a00 100%);
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .agent_area {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .agent_area {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.agent_area .catch {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 6.4rem;
  line-height: 1.2;
}
.agent_area .catch .love {
  position: relative;
  top: 15px;
  margin: 0 5px;
}
.agent_area .wrap {
  position: relative;
  top: 35px;
}
.agent_area .btn[target=_blank] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 20px;
  min-width: 420px;
}
.agent_area .btn[target=_blank]::after {
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
}
.agent_area .btn[target=_blank] + p {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .agent_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-top: 60px;
    padding-bottom: 48px;
  }
  .agent_area .catch {
    font-size: 2.9rem;
  }
  .agent_area .catch .love {
    top: 8px;
    margin: 0 2px;
  }
  .agent_area .catch .love img {
    height: 44px;
  }
  .agent_area .wrap {
    top: 0;
    margin-top: 55px;
  }
  .agent_area .btn[target=_blank] {
    padding: 16px;
    min-width: unset;
  }
  .agent_area .btn[target=_blank] + p {
    margin-top: 7px;
    font-size: 1.2rem;
  }
}