@charset "UTF-8";
.sec-title.-bg .en span {
  display: inline-block;
  padding-right: 8px;
  background: #FFFFFF;
}
.sec-title.-bg .ja span {
  display: inline-block;
  background: #FFFFFF;
}

#c-heading.inview .sec-right .image::before {
  animation: transform-scale 0.3s both;
}
#c-heading .sec-right .content {
  display: flex;
}
#c-heading .sec-right .image {
  position: relative;
  width: 100%;
  height: 100%;
}
#c-heading .sec-right .image::before {
  content: "";
  position: absolute;
  transform: scale(0);
}
#c-heading .sec-right .image:nth-of-type(1)::before {
  width: 29.87%;
  height: 11.7%;
  top: 3.92%;
  left: 11.18%;
  background: url(../img/top/recruit-icon-1.png) center/contain no-repeat;
  animation-delay: 1.5s;
}
#c-heading .sec-right .image:nth-of-type(2)::before {
  width: 16.98%;
  height: 13.6%;
  top: 3.92%;
  left: 6.25%;
  background: url(../img/top/recruit-icon-2.png) center/contain no-repeat;
  animation-delay: 1.8s;
}
#c-heading .sec-right .image:nth-of-type(3)::before {
  width: 30.6%;
  height: 10.9%;
  top: 4.66%;
  left: 4.6%;
  background: url(../img/top/recruit-icon-3.png) center/contain no-repeat;
  animation-delay: 2.1s;
}
#c-heading .sec-deco {
  position: absolute;
  top: calc(100% - 11.5rem);
  left: 0;
  width: 100%;
  z-index: -2;
}
#c-heading .sec-deco .content img {
  width: 72.8rem;
  height: 53rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  #c-heading .sec-right {
    height: 73.93vw;
  }
}

#wanted {
  padding-top: 240px;
  font-weight: 500;
}
@media print, screen and (max-width: 1024px) {
  #wanted {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 768px) {
  #wanted {
    padding-top: 50px;
  }
}
#wanted .sec-title {
  margin-bottom: 63px;
}
#wanted .sec-title .en span {
  display: inline-block;
  padding-right: 8px;
  background: #FFFFFF;
}
#wanted .sec-list {
  margin-bottom: 100px;
}
#wanted .sec-list .item {
  display: flex;
  gap: 8px 30px;
}
#wanted .sec-list .item:not(:nth-of-type(1)) {
  margin-top: 80px;
}
#wanted .sec-list .circle {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  transition: box-shadow 0.8s 0.2s;
  font-weight: 700;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
#wanted .sec-list .circle .wanted {
  font-size: 20px;
}
#wanted .sec-list .circle .num {
  font-size: 58px;
}
#wanted .sec-list .circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  -o-object-fit: contain;
     object-fit: contain;
}
#wanted .sec-list .circle svg circle {
  stroke-dashoffset: 470.0973053849px;
  stroke-dasharray: 470.0973053849px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
#wanted .sec-list .circle.inview {
  box-shadow: 1px 1px 10px 3px rgba(1, 141, 210, 0.2);
}
#wanted .sec-list .circle.inview svg circle {
  stroke-dashoffset: 0;
}
#wanted .sec-list .texts {
  display: flex;
  flex-direction: column;
}
#wanted .sec-list .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1024px) {
  #wanted .sec-list {
    margin-bottom: 145px;
  }
  #wanted .sec-list .item:not(:nth-of-type(1)) {
    margin-top: 55px;
  }
  #wanted .sec-list .circle {
    width: 115px;
    height: 115px;
  }
  #wanted .sec-list .circle .wanted {
    font-size: 18px;
  }
  #wanted .sec-list .circle .num {
    font-size: 44px;
  }
  #wanted .sec-list .circle.inview {
    box-shadow: 1px 1px 8px 3px rgba(1, 141, 210, 0.2);
  }
  #wanted .sec-list .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #wanted .sec-list {
    margin-bottom: 50px;
  }
  #wanted .sec-list .item {
    flex-direction: column;
  }
  #wanted .sec-list .item:not(:nth-of-type(1)) {
    margin-top: 30px;
  }
  #wanted .sec-list .circle {
    width: 80px;
    height: 80px;
  }
  #wanted .sec-list .circle .wanted {
    font-size: 16px;
  }
  #wanted .sec-list .circle .num {
    font-size: 30px;
  }
  #wanted .sec-list .circle.inview {
    box-shadow: 1px 1px 8px 3px rgba(1, 141, 210, 0.2);
  }
  #wanted .sec-list .title {
    font-size: 24px;
  }
}

#wanted-img {
  position: relative;
}
#wanted-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  z-index: 2;
}
#wanted-img img {
  display: block;
  width: 100%;
}

#message .sec-inner {
  padding: 130px 2.4rem 120px;
  background: none;
}
#message .sec-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1209px;
  margin: 0 auto;
}
#message .sec-title {
  width: 100%;
}
#message .sec-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 40.61%;
}
#message .sec-left .image {
  position: relative;
  padding-top: 222.02%;
  margin-bottom: 3px;
}
#message .sec-left .image img {
  position: absolute;
  top: 0;
  left: 0;
}
#message .sec-left .text {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}
#message .sec-right {
  width: 55.16%;
}
#message .sec-right .title {
  margin-bottom: 32px;
  font-size: 4.8rem;
  font-weight: bold;
}
#message .sec-right .title .u-line {
  padding: 0 5px;
  z-index: 2;
}
#message .sec-right .text {
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
#message .sec-right .box {
  position: relative;
  margin-top: 60px;
  padding: 38px 3.8rem;
  z-index: 2;
}
#message .sec-right .box.js-inview::after {
  clip-path: polygon(50% 50%, 0 0, 0% 0, 50% 50%, 100% 0, 100% 0%, 50% 50%, 100% 100%, 100% 100%, 50% 50%, 0 100%, 0 100%);
}
#message .sec-right .box.js-inview.inview::after {
  animation: gradient-border 1s linear both;
}
#message .sec-right .box-tit {
  position: absolute;
  top: 0;
  left: 3.8rem;
  display: inline-block;
  margin-bottom: 13px;
  transform: translateY(-50%);
  box-shadow: 1px 1px 10px 3px rgba(1, 141, 210, 0.2);
  border-radius: 4px;
  overflow: hidden;
  padding: 10px 39px;
  font-size: 20px;
  font-weight: 700;
}
#message .sec-right .box-text {
  font-weight: 700;
}
#message .sec-right .box::before,
#message .sec-right .box-tit::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: url(../img/common/bg-box.jpg) left top/489px 366px repeat;
  border-radius: inherit;
  z-index: -1;
}
#message .sec-right .box::after,
#message .sec-right .box-tit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  border-radius: inherit;
  z-index: -2;
}
@media print, screen and (max-width: 1024px) {
  #message {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #message .sec-inner {
    padding: 100px 24px;
  }
  #message .sec-box {
    display: block;
  }
  #message .sec-left {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 51px;
  }
  #message .sec-left .image {
    padding-top: 186.33%;
  }
  #message .sec-left .text {
    font-size: 22px;
  }
  #message .sec-right {
    width: 100%;
  }
  #message .sec-right .title .u-line {
    font-size: 3.6rem;
  }
  #message .sec-right .text {
    margin-bottom: 23px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #message {
    padding-bottom: 0;
  }
  #message .sec-inner {
    padding: 70px 24px;
  }
  #message .sec-title .ja {
    margin-bottom: 10px;
  }
  #message .sec-left .text {
    font-size: 20px;
    width: 100%;
    text-align: center;
  }
  #message .sec-right .title {
    margin-bottom: 20px;
  }
  #message .sec-right .title .u-line {
    font-size: 2.4rem;
    padding: 0 3px;
  }
  #message .sec-right .text {
    margin-bottom: 0;
    font-size: 16px;
  }
  #message .sec-right .text:not(.-more) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
  }
  #message .sec-right .box {
    margin-top: 152px;
    padding: 20px;
  }
  #message .sec-right .box-tit {
    top: -62px;
    left: 0;
    margin-bottom: 0;
    transform: none;
    padding: 10px 39px;
  }
  #message .sec-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 1px 1px 10px 3px rgba(1, 141, 210, 0.2);
    border-radius: 100px;
  }
}

#staff {
  position: relative;
  padding-top: 130px;
  padding-bottom: 158px;
}
#staff::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 463px);
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 22%, rgb(255, 255, 255) 100%);
  z-index: -1;
}
#staff .sec-title {
  position: relative;
}
#staff .sec-title .ja {
  margin-bottom: 84px;
}
#staff .sec-title::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 345px;
  width: 170px;
  height: 170px;
  background: url(../img/recruit/staff-deco-1.png) center/contain no-repeat;
  transform: scale(0);
}
#staff .sec-title.inview::before {
  animation: transform-scale 0.3s 0.8s both;
}
#staff .sec-list {
  position: relative;
  margin-bottom: 50px;
}
#staff .sec-list .slick-list {
  overflow: visible;
}
#staff .sec-list .slick-track {
  display: flex;
  gap: 10px;
}
#staff .sec-list .slick-arrow {
  position: absolute;
  top: -161px;
  right: 0;
  width: 107px;
  height: 107px;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  box-shadow: 1px 1px 9.9px 3px rgba(1, 141, 210, 0.2);
  border-radius: 50%;
  overflow: hidden;
}
#staff .sec-list .slick-arrow.arrow-prev {
  right: 123px;
}
#staff .sec-list .slick-arrow.arrow-prev::before {
  transform: rotate(180deg);
}
#staff .sec-list .slick-arrow.slick-disabled {
  opacity: 0.6;
  pointer-events: none;
}
#staff .sec-list .slick-arrow:hover::before {
  background-image: url(../img/common/icon-arrow-white.svg);
}
#staff .sec-list .slick-arrow:hover::after {
  opacity: 0;
}
#staff .sec-list .slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arrow-grad.svg) center/26px no-repeat;
  z-index: 2;
}
#staff .sec-list .slick-arrow::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: inherit;
  transition: opacity 0.3s;
}
#staff .sec-list .item {
  width: 540px;
}
#staff .sec-list .item:hover .arw::before {
  background-image: url(../img/common/icon-arrow-grad.svg);
}
#staff .sec-list .item:hover .arw::after {
  opacity: 0;
}
#staff .sec-list .image {
  position: relative;
  width: 100%;
  margin-bottom: 13px;
  padding-top: 53.7%;
}
#staff .sec-list .image img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}
#staff .sec-list .texts {
  line-height: 1.6;
  position: relative;
}
#staff .sec-list .category {
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #FFFFFF;
  padding: 4px;
  display: inline-block;
  margin-right: 16px;
}
#staff .sec-list .years {
  font-weight: 700;
}
#staff .sec-list .title {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}
#staff .sec-list .arw {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 43px;
  height: 100%;
  background: url(../img/common/icon-ellipse-outline-grad.svg) center/contain no-repeat;
}
#staff .sec-list .arw::before, #staff .sec-list .arw::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
#staff .sec-list .arw::before {
  position: relative;
  margin-top: -1px;
  background: url(../img/common/icon-arrow-white.svg) center/10px no-repeat;
  z-index: 2;
}
#staff .sec-list .arw::after {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/icon-ellipse-gradient.svg) center/contain no-repeat;
  transition: opacity 0.3s;
}
#staff .sec-box {
  display: flex;
  align-items: center;
  gap: 25px 6rem;
  padding: 40px 11.2rem;
  font-weight: 500;
}
#staff .sec-box .left {
  width: 42.7rem;
  max-width: 100%;
  min-width: 200px;
  aspect-ratio: 427/484;
  align-self: flex-start;
}
#staff .sec-box .left img {
  border-radius: 4px;
}
#staff .sec-box .category {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.6;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  padding: 4px;
  margin-right: 16px;
  margin-bottom: 8px;
}
#staff .sec-box .years {
  font-weight: 700;
}
#staff .sec-box .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
#staff .sec-box .title + .title {
  margin-top: 3px;
}
#staff .sec-box .text {
  margin-top: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 1024px) {
  #staff {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #staff .sec-title::before {
    top: -40px;
    left: 300px;
    width: 100px;
  }
  #staff .sec-box {
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #staff {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #staff .sec-title::before {
    top: -50px;
    left: 210px;
  }
  #staff .sec-title .ja {
    -webkit-mask-box-image: 50px;
            mask-border: 50px;
  }
  #staff .sec-list {
    padding-bottom: 120px;
  }
  #staff .sec-list .slick-track {
    gap: 20px;
  }
  #staff .sec-list .slick-arrow {
    top: auto;
    bottom: 0;
    width: 70px;
    height: 70px;
  }
  #staff .sec-list .slick-arrow.arrow-next {
    left: calc(50% + 25px);
    right: auto;
  }
  #staff .sec-list .slick-arrow.arrow-prev {
    left: auto;
    right: calc(50% + 25px);
  }
  #staff .sec-list .slick-arrow::before {
    background-size: 20px;
  }
  #staff .sec-list .item {
    max-width: 250px;
    width: calc(100% - 30px);
  }
  #staff .sec-list .texts {
    padding-bottom: 10px;
  }
  #staff .sec-list .title {
    font-size: 20px;
  }
  #staff .sec-list .arw {
    width: 53px;
    height: 41px;
    top: auto;
    bottom: 0px;
  }
  #staff .sec-list .arw::before {
    background: url(../img/common/icon-arrow-white.svg) center/12px no-repeat;
  }
  #staff .sec-box:first-child {
    flex-direction: column;
    padding: 30px 15px;
  }
  #staff .sec-box .left {
    min-width: 0;
    margin: 0 auto;
    aspect-ratio: 322/364;
  }
  #staff .sec-box .title {
    margin-top: 8px;
    font-size: 20px;
  }
}

#numbers {
  padding-top: 100px;
}
#numbers .sec-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem 3.9rem;
}
#numbers .sec-list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.2rem 0;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  border-radius: 24px;
  z-index: 2;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#numbers .sec-list .item::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: inherit;
  z-index: -1;
}
#numbers .sec-list .title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#numbers .sec-list .title span {
  transition-delay: 0s;
}
#numbers .sec-list .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 41rem;
  transition-delay: 0.4s;
}
#numbers .sec-list .text-1 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 3.2rem;
}
#numbers .sec-list .text-1 + .text-1 {
  margin-top: 2.5rem;
}
#numbers .sec-list .text-1 + .text-2 {
  margin-top: 5rem;
}
#numbers .sec-list .text-1 .l {
  margin-bottom: -0.05em;
  font-size: 12.8rem;
}
#numbers .sec-list .text-1 .s.left {
  margin-left: 1rem;
}
#numbers .sec-list .text-2 {
  margin-bottom: -0.4rem;
  font-size: 2.4rem;
}
#numbers .sec-list .image-1 {
  width: 100%;
  height: 100%;
  margin-top: 1.6rem;
}
#numbers .sec-list .image-2 {
  height: 16rem;
  margin-bottom: 2rem;
}
#numbers .sec-image {
  position: relative;
  margin-top: 115px;
  padding-top: 32.2%;
}
#numbers .sec-image img {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (max-width: 1024px) {
  #numbers {
    padding-top: 80px;
  }
  #numbers .sec-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
  }
  #numbers .sec-list .item {
    padding-bottom: 1.5rem;
  }
  #numbers .sec-list .inner {
    height: 30rem;
  }
  #numbers .sec-list .title {
    font-size: 20px;
  }
  #numbers .sec-list .text-1 {
    font-size: 20px;
  }
  #numbers .sec-list .text-1 .l {
    font-size: 7.8rem;
  }
  #numbers .sec-list .text-1 .s.left {
    margin-left: 0.5rem;
  }
  #numbers .sec-list .image {
    margin-top: 1rem;
  }
  #numbers .sec-list .image-2 {
    height: 12rem;
  }
  #numbers .sec-image {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  #numbers {
    padding-top: 50px;
  }
  #numbers .sec-list {
    grid-template-columns: 1fr 1fr;
  }
  #numbers .sec-list .item {
    padding: 2rem 0;
  }
  #numbers .sec-list .title {
    font-size: 4vw;
  }
  #numbers .sec-list .inner {
    height: 100%;
  }
  #numbers .sec-list .text-1 {
    font-size: 4vw;
  }
  #numbers .sec-list .text-1 + .text-1 {
    margin-top: 1.8rem;
  }
  #numbers .sec-list .text-1:last-child {
    margin-bottom: 0.5em;
  }
  #numbers .sec-list .text-1 .l {
    font-size: 10vw;
  }
  #numbers .sec-list .text-2 {
    margin: 5vw 0 0 !important;
    font-size: 1.6rem;
  }
  #numbers .sec-list .image-1 {
    max-width: 230px;
    margin: 2.5vw auto 0;
  }
  #numbers .sec-list .image-2 {
    margin: 2.5vw auto 0.8rem;
    height: 20vw;
    max-height: 120px;
  }
  #numbers .sec-image {
    margin-top: 50px;
    padding-top: 250px;
  }
}

#benefits {
  margin: 115px auto 90px;
}
#benefits .sec-inner {
  padding: 112px 10.3rem 143px;
}
#benefits .sec-inner::before {
  left: 1px;
  width: calc(100% - 2px);
}
#benefits .sec-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  gap: 4.2rem;
  font-weight: 500;
}
#benefits .sec-list .item {
  display: flex;
  gap: 0 24px;
}
#benefits .sec-list .circle {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  transition: box-shadow 0.8s 0.2s;
}
#benefits .sec-list .circle .num {
  font-size: 40px;
  font-weight: 700;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
#benefits .sec-list .circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  -o-object-fit: contain;
     object-fit: contain;
}
#benefits .sec-list .circle svg circle {
  stroke-dashoffset: 470.0973053849px;
  stroke-dasharray: 470.0973053849px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
#benefits .sec-list .circle.inview {
  box-shadow: 1px 1px 10px 3px rgba(1, 141, 210, 0.2);
}
#benefits .sec-list .circle.inview svg circle {
  stroke-dashoffset: 0;
}
#benefits .sec-list .title {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
}
#benefits .sec-list .text {
  font-size: 20px;
  line-height: 1.8;
}
@media print, screen and (max-width: 1024px) {
  #benefits {
    margin-top: 80px;
  }
  #benefits .sec-inner {
    padding: 80px 2.4rem;
  }
  #benefits .sec-list .title {
    margin-bottom: 0.5em;
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  #benefits {
    margin-top: 50px;
    margin-bottom: 0;
  }
  #benefits .sec-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #benefits .sec-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #benefits .sec-list .item {
    display: block;
  }
  #benefits .sec-list .circle {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  #benefits .sec-list .circle .num {
    font-size: 29px;
  }
  #benefits .sec-list .title {
    font-size: 20px;
  }
  #benefits .sec-list .text {
    font-size: 16px;
  }
}

#introduction {
  padding-top: 90px;
  padding-bottom: 190px;
}
#introduction .sec-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 4rem;
}
#introduction .sec-list .item {
  position: relative;
  padding: 7rem 4.4rem 70px;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  border-radius: 24px;
  overflow: hidden;
  z-index: 2;
}
#introduction .sec-list .item:hover .image img {
  transform: scale(1.2);
}
#introduction .sec-list .item:hover .text .arw::before {
  background-image: url(../img/common/icon-arrow-grad.svg);
}
#introduction .sec-list .item:hover .text .arw:after {
  opacity: 0;
}
#introduction .sec-list .item::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: inherit;
  z-index: -2;
}
#introduction .sec-list .image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}
#introduction .sec-list .image img {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s;
}
#introduction .sec-list .title {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  width: 100%;
  text-align: center;
}
#introduction .sec-list .text {
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: flex;
  align-items: center;
  gap: 0 7px;
  font-size: 20px;
  font-weight: bold;
}
#introduction .sec-list .text .arw {
  position: relative;
  display: inline-block;
  width: 53px;
  height: 40px;
  background: url(../img/common/icon-ellipse-outline-grad.svg) center/contain no-repeat;
}
#introduction .sec-list .text .arw::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arrow-white.svg) center/11px no-repeat;
  z-index: 2;
}
#introduction .sec-list .text .arw::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-ellipse-gradient.svg) center/contain no-repeat;
  opacity: 1;
  transition: opacity 0.3s;
}
#introduction .sec-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 462px;
  max-width: 100%;
  margin: 68px auto 0;
  padding-right: 118px;
}
#introduction .sec-btn .blank {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-bottom: -3px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.5%208.5L19%201M19%201H14M19%201V6M19%2012V17C19%2017.5304%2018.7893%2018.0391%2018.4142%2018.4142C18.0391%2018.7893%2017.5304%2019%2017%2019H3C2.46957%2019%201.96086%2018.7893%201.58579%2018.4142C1.21071%2018.0391%201%2017.5304%201%2017V3C1%202.46957%201.21071%201.96086%201.58579%201.58579C1.96086%201.21071%202.46957%201%203%201H8%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  #introduction {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #introduction .sec-list {
    gap: 30px;
  }
  #introduction .sec-list .item {
    padding: 20px 2rem 62px;
  }
  #introduction .sec-list .image {
    padding-top: 47.83%;
  }
  #introduction .sec-list .title {
    padding: 1px;
    font-size: 20px;
  }
  #introduction .sec-list .text {
    bottom: 18px;
    right: 2rem;
    font-size: 16px;
  }
  #introduction .sec-list .text .arw {
    width: 44px;
    height: 34px;
  }
  #introduction .sec-btn {
    margin-top: 30px;
    padding-right: 12rem;
  }
}/*# sourceMappingURL=recruit.css.map */