@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/recruit/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/recruit/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/recruit/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
/*=======*/
/* index */
/*=======*/
/* main
-----------------------------------*/
.main-sec {
  position: relative;
  max-height: calc(100vh - 70px);
  max-height: calc(100dvh - 70px);
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-sec {
    max-height: inherit;
  }
}
.main-sec .bg img,
.main-sec #slide img {
  width: 100%;
  max-width: inherit;
}
.main-sec #slide {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.main-sec #slide .slider {
  -webkit-animation: fadein 3s;
          animation: fadein 3s;
}
.main-sec #slide .slider li:not(:first-child) {
  display: none;
}
.main-sec #slide .slider.slick-initialized li:not(:first-child) {
  display: block;
}
.main-sec .h-main {
  position: absolute;
  top: 30%;
  left: 18%; /* 358/1920 */
  z-index: 2;
  width: 35%; /* 674/1920 */
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .main-sec .h-main {
    width: calc(100% - 32px);
    top: 38%;
    left: 16px;
  }
}
.main-sec .h-main img {
  -webkit-animation-name: anime_left_to_right;
          animation-name: anime_left_to_right;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  opacity: 0;
}
.main-sec .h-main img:nth-child(1) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.main-sec .h-main img:nth-child(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.main-sec .h-main img:nth-child(3) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anime_left_to_right {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  20% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes anime_left_to_right {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  20% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/* common
-----------------------------------*/
.h2-wrap {
  color: #FFF;
  line-height: 1;
  background: #009600;
  max-width: 1000px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .h2-wrap {
    height: 76px;
  }
}
.h2-wrap .en {
  line-height: 1;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .h2-wrap .en {
    margin-bottom: 1px;
  }
}
.h2-wrap .en img {
  width: auto;
  height: 33px;
}
@media (max-width: 767px) {
  .h2-wrap .en img {
    height: 19px;
  }
}
.h2-wrap h2 {
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 22px;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .h2-wrap h2 {
    font-size: 17px;
  }
}

.slider .slick-slide img.sp {
  display: none;
}

/* about
-----------------------------------*/
.about-sec {
  position: relative;
  background: linear-gradient(90deg, rgb(0, 210, 0) 0%, rgb(0, 150, 0) 100%), url(/recruit/images/common/com_bg01.jpg);
  background-blend-mode: multiply;
}
.about-sec:before, .about-sec:after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1000px) {
  .about-sec:before, .about-sec:after {
    background-size: 100% auto;
  }
}
.about-sec:before {
  background-image: url(/recruit/images/index/about_bg01.png);
  background-position: top right;
  width: min(336px, 17.5vw); /* 336/1920 */
  height: min(458px, 23.9vw); /* 458/1920 */
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .about-sec:before {
    width: 119px;
    height: 162px;
  }
}
.about-sec:after {
  background-image: url(/recruit/images/index/about_bg02.png);
  background-position: bottom left;
  width: min(880px, 45.8vw); /* 880/1920 */
  height: min(646px, 33.6vw); /* 646/1920 */
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .about-sec:after {
    width: 297px;
    height: 404px;
  }
}
.about-sec .contents {
  max-width: 1920px;
  padding: 96px 0 72px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-sec .contents {
    padding: 48px 0;
  }
}
.about-sec .tx {
  color: #FFF;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: clamp(18px, 1.35vw, 26px); /* 26/1920 */
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 2.3;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .about-sec .tx {
    font-size: 15px;
    padding: 56px 0;
  }
}
.about-sec .img-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .about-sec .img-list {
    flex-direction: column-reverse;
    padding: 0 24px;
  }
}
.about-sec .img-list > li {
  position: relative;
}
.about-sec .img-list > li:before, .about-sec .img-list > li:after {
  position: absolute;
  content: "";
  height: clamp(15px, 1.5625vw, 30px);
}
@media (max-width: 767px) {
  .about-sec .img-list > li:before, .about-sec .img-list > li:after {
    height: 8px;
  }
}
.about-sec .img01 {
  width: clamp(170px, 21.5625vw, 414px); /* 414/1920 */
  margin-left: min(240px, 12.5vw); /* 240/1920 */
}
@media (max-width: 767px) {
  .about-sec .img01 {
    margin: 10px auto 0 0;
  }
}
.about-sec .img01:before {
  width: min(184px, 9.6vw); /* 184/1920 */
  background: #00d200;
  right: -12vw; /* 230/1920 */
  top: 2vw;
}
@media (max-width: 767px) {
  .about-sec .img01:before {
    width: 62px;
    background: #009600;
    right: 65px;
    top: -49px;
  }
}
.about-sec .img01:after {
  width: min(162px, 8.4375vw); /* 162/1920 */
  background: #e60000;
  right: -19.53125vw; /* 375/1920 */
  top: calc(2vw + clamp(15px, 1.5625vw, 30px) / 2);
  z-index: -1;
}
@media (max-width: 767px) {
  .about-sec .img01:after {
    width: 81px;
    right: 4px;
    top: -45px;
  }
}
.about-sec .img02 {
  width: clamp(130px, 14.3vw, 274px); /* 274/1920 */
  margin-right: min(342px, 17.8125vw); /* 342/1920 */
}
@media (max-width: 767px) {
  .about-sec .img02 {
    margin: 0 0 0 auto;
  }
}
.about-sec .img02:before {
  width: min(250px, 13vw); /* 250/1920 */
  background: #e60000;
  right: -12vw; /* 230/1920 */
  bottom: -8.9vw; /* 170/1920 */
}
@media (max-width: 767px) {
  .about-sec .img02:before {
    width: 69px;
    background: #00d200;
    right: 44px;
    bottom: -91px;
  }
}
.about-sec .img02:after {
  content: none;
}
@media (max-width: 767px) {
  .about-sec .img02:after {
    content: "";
    width: 56px;
    background: #009600;
    right: 27px;
    bottom: -122px;
  }
}
.about-sec .img03 {
  width: clamp(150px, 16.4vw, 314px); /* 314/1920 */
  margin-left: min(370px, 19.3vw); /* 370/1920 */
}
@media (max-width: 767px) {
  .about-sec .img03 {
    margin: 20px auto 0 0;
  }
}
.about-sec .img03:before {
  width: min(184px, 9.6vw); /* 184/1920 */
  background: #e60000;
  left: -4.6875vw; /* 90/1920 */
  top: -6.8vw; /* 130/1920 */
}
@media (max-width: 767px) {
  .about-sec .img03:before {
    width: 51px;
    background: #009600;
    left: auto;
    top: 46px;
    right: -86px;
    z-index: 1;
  }
}
.about-sec .img03:after {
  width: min(150px, 7.8125vw); /* 150/1920 */
  background: #009600;
  left: 2vw; /* 38/1920 */
  top: -8.2vw; /* 158/1920 */
  z-index: -1;
}
@media (max-width: 767px) {
  .about-sec .img03:after {
    width: 54px;
    left: auto;
    top: 50px;
    right: -129px;
    background: #e60000;
    z-index: 0;
  }
}
.about-sec .img04 {
  width: clamp(230px, 27.8125vw, 534px); /* 534/1920 */
  margin-right: min(164px, 8.5vw); /* 164/1920 */
}
@media (max-width: 767px) {
  .about-sec .img04 {
    margin: 0 0 0 auto;
  }
}
.about-sec .img04:before {
  width: min(227px, 11.8vw); /* 227/1920 */
  background: #009600;
  left: -16.5625vw; /* 318/1920 */
  top: 6.8vw; /* 130/1920 */
}
.about-sec .img04:after {
  width: min(184px, 9.6vw); /* 184/1920 */
  background: #00d200;
  left: -7.6vw; /* 146/1920 */
  top: calc(6.8vw + clamp(15px, 1.5625vw, 30px) / 2);
  z-index: -1;
}

/* intro
-----------------------------------*/
.intro-sec {
  padding: 120px 0 111px;
}
@media (max-width: 767px) {
  .intro-sec {
    padding: 56px 0 52px;
  }
}
.intro-sec .ttl-box {
  position: relative;
  margin-bottom: 88px;
}
@media (max-width: 767px) {
  .intro-sec .ttl-box {
    padding: 0 24px;
    margin-bottom: 40px;
  }
}
.intro-sec .ttl-box:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background: #009600;
  z-index: -1;
}
@media (max-width: 767px) {
  .intro-sec .ttl-box:before {
    content: none;
  }
}
.intro-sec .ttl-box .h2-wrap {
  max-width: 1920px;
  padding-right: min(720px, 37.5vw); /* 720/1920 */
  background: none;
  position: relative;
}
@media (max-width: 767px) {
  .intro-sec .ttl-box .h2-wrap {
    background: #009600;
    padding: 0;
  }
}
.intro-sec .ttl-box .h2-wrap:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - min(720px, 37.5vw)); /* 720/1920 */
  height: 100%;
  background: #009600;
  z-index: -1;
}
@media (max-width: 767px) {
  .intro-sec .ttl-box .h2-wrap:before {
    content: none;
  }
}
.intro-sec .ttl-box .bg-ic {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -2;
}
.intro-sec .ttl-box .bg-ic > div {
  position: absolute;
  content: "";
  height: clamp(15px, 1.5625vw, 30px); /* 30/1920 */
}
@media (max-width: 767px) {
  .intro-sec .ttl-box .bg-ic > div {
    height: 8px;
  }
}
.intro-sec .ttl-box .bg-ic .bg01 {
  width: min(219px, 11.40625vw); /* 219/1920 */
  background: #00d200;
  top: min(12px, 0.625vw); /* 12/1920 */
  right: 0;
}
@media (max-width: 767px) {
  .intro-sec .ttl-box .bg-ic .bg01 {
    width: 43px;
    top: auto;
    bottom: -20px;
    right: 40px;
  }
}
.intro-sec .ttl-box .bg-ic .bg02 {
  width: min(368px, 19.2vw); /* 368/1920 */
  background: #e60000;
  bottom: clamp(-7.5px, -0.78125vw, -15px); /* 15/1920 */
  right: min(390px, 20.3125vw); /* 390/1920 */
  z-index: -2;
}
@media (max-width: 767px) {
  .intro-sec .ttl-box .bg-ic .bg02 {
    width: 57px;
    bottom: -24px;
    right: 0;
  }
}
.intro-sec .slide-wrap {
  overflow: hidden;
}
.intro-sec .slide-wrap .slide-inner {
  position: relative;
  max-width: 1780px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .intro-sec .slide-wrap .slide-inner {
    padding: 0 32px;
  }
}
.intro-sec .slide-wrap .slide-inner .arrow {
  position: absolute;
  width: 80px;
  height: calc(100% - 49px);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 767px) {
  .intro-sec .slide-wrap .slide-inner .arrow {
    width: 40px;
  }
}
.intro-sec .slide-wrap .slide-inner .arrow img {
  width: clamp(40px, 3.125vw, 60px);
}
@media (max-width: 767px) {
  .intro-sec .slide-wrap .slide-inner .arrow img {
    width: 40px;
  }
}
.intro-sec .slide-wrap .slide-inner .arrow:hover {
  opacity: 0.7;
}
.intro-sec .slide-wrap .slide-inner .arrow.arrow-prev {
  left: -40px;
}
@media (max-width: 767px) {
  .intro-sec .slide-wrap .slide-inner .arrow.arrow-prev {
    left: -20px;
  }
}
.intro-sec .slide-wrap .slide-inner .arrow.arrow-next {
  right: -40px;
}
@media (max-width: 767px) {
  .intro-sec .slide-wrap .slide-inner .arrow.arrow-next {
    right: -20px;
  }
}
.intro-sec .slide-wrap .slide-inner .slick-slider {
  padding-bottom: 49px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .intro-sec .slide-wrap .slide-inner .slick-slider {
    padding-bottom: 36px;
  }
}
.intro-sec .slide-wrap .slide-inner .slick-slider .pop {
  cursor: pointer;
}
.intro-sec .slide-wrap .slide-inner .slick-list {
  overflow: visible !important;
}
.intro-sec .slide-wrap .slide-inner .slick-list .slick-slide {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .intro-sec .slide-wrap .slide-inner .slick-list .slick-slide {
    padding: 0 8px;
  }
}
.intro-sec .slide-wrap .slide-inner .slick-dots {
  display: flex;
  justify-content: center;
  gap: 24px;
  bottom: 0;
}
@media (max-width: 767px) {
  .intro-sec .slide-wrap .slide-inner .slick-dots {
    gap: 16px;
  }
}
.intro-sec .slide-wrap .slide-inner .slick-dots li {
  width: 17px;
  height: 17px;
  margin: 0;
}
@media (max-width: 767px) {
  .intro-sec .slide-wrap .slide-inner .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
.intro-sec .slide-wrap .slide-inner .slick-dots li button {
  width: 100%;
  height: 100%;
  border: 1px solid #009600;
  border-radius: 50%;
}
.intro-sec .slide-wrap .slide-inner .slick-dots li button:before {
  content: none;
}
.intro-sec .slide-wrap .slide-inner .slick-dots li.slick-active button {
  background: #009600;
}
.intro-sec .slide-wrap .slide-inner .pop {
  position: relative;
  display: block;
  overflow: hidden;
}
.intro-sec .slide-wrap .slide-inner .pop .tx {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.intro-sec .slide-wrap .slide-inner .pop .img img {
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.intro-sec .slide-wrap .slide-inner .pop:hover img {
  opacity: 1;
}
.intro-sec .slide-wrap .slide-inner .pop:hover .img img {
  transform: scale(1.1);
}
.intro-sec .pop-area {
  display: none;
  position: fixed;
  z-index: 100;
}
.intro-sec .pop-area .overlay {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}
.intro-sec .pop-area .pop-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-height: 90%;
  max-width: 1000px;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  z-index: 101;
}
.intro-sec .pop-area .pop-inner article {
  background: #FFF;
}
.intro-sec .pop-area .pop-inner article .ttl-wrap {
  background-color: #009600;
  padding: 0.7em 0 1.4em;
  position: relative;
  display: flex;
  align-items: center;
  height: 99px;
}
@media (max-width: 767px) {
  .intro-sec .pop-area .pop-inner article .ttl-wrap {
    height: 106px;
  }
}
.intro-sec .pop-area .pop-inner article .ttl-wrap:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 34px;
  background: url(/recruit/images/index/intro_bg01.jpg) no-repeat bottom left;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .intro-sec .pop-area .pop-inner article .ttl-wrap:after {
    height: min(46px, 6vw);
    background-image: url(/recruit/images/index/intro_bg01_sp.jpg);
  }
}
.intro-sec .pop-area .pop-inner article .ttl-wrap .inner {
  width: 100%;
  max-width: 924px;
  padding: 0 32px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .intro-sec .pop-area .pop-inner article .ttl-wrap .inner {
    padding: 0 24px;
  }
}
.intro-sec .pop-area .pop-inner article .ttl-wrap h3 {
  color: #FFF;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 28px;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-right: 63px;
}
@media (max-width: 767px) {
  .intro-sec .pop-area .pop-inner article .ttl-wrap h3 {
    font-size: 19px;
    padding-right: 66px;
  }
}
.intro-sec .pop-area .pop-inner article .ttl-wrap .close-bt {
  width: 55px;
  height: 55px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-out;
  border: 5px solid #009600;
}
.intro-sec .pop-area .pop-inner article .ttl-wrap .close-bt:hover {
  border-width: 0;
}
@media (max-width: 767px) {
  .intro-sec .pop-area .pop-inner article .ttl-wrap .close-bt {
    width: 50px;
    height: 50px;
    top: 22px;
  }
}
.intro-sec .pop-area .pop-inner article .ttl-wrap .close-bt:before, .intro-sec .pop-area .pop-inner article .ttl-wrap .close-bt:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  background: #009600;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .intro-sec .pop-area .pop-inner article .ttl-wrap .close-bt:before, .intro-sec .pop-area .pop-inner article .ttl-wrap .close-bt:after {
    width: 21px;
  }
}
.intro-sec .pop-area .pop-inner article .ttl-wrap .close-bt:before {
  transform: rotate(45deg);
}
.intro-sec .pop-area .pop-inner article .ttl-wrap .close-bt:after {
  transform: rotate(-45deg);
}
.intro-sec .pop-area .pop-inner article .bg-line {
  line-height: 1;
}
.intro-sec .pop-area .pop-inner article .contents {
  max-width: 924px;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .intro-sec .pop-area .pop-inner article .contents {
    max-width: 628px;
    padding-bottom: 32px;
  }
}
.intro-sec .pop-area .pop-inner article .contents .top-tx {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  padding-top: 56px;
}
@media (max-width: 767px) {
  .intro-sec .pop-area .pop-inner article .contents .top-tx {
    display: block;
    font-size: 15px;
    padding-top: 24px;
  }
}
.intro-sec .pop-area .pop-inner article .contents .flex-wrap {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-top: 56px;
}
@media (max-width: 767px) {
  .intro-sec .pop-area .pop-inner article .contents .flex-wrap {
    flex-direction: column;
    gap: 20px;
    padding-top: 32px;
  }
}
.intro-sec .pop-area .pop-inner article .contents .flex-wrap .tx-wrap {
  width: calc(100% - 328px);
}
@media (max-width: 767px) {
  .intro-sec .pop-area .pop-inner article .contents .flex-wrap .tx-wrap {
    width: 100%;
  }
}
.intro-sec .pop-area .pop-inner article .contents .flex-wrap .tx-wrap dt {
  color: #009600;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 20px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .intro-sec .pop-area .pop-inner article .contents .flex-wrap .tx-wrap dt {
    font-size: 17px;
  }
}
.intro-sec .pop-area .pop-inner article .contents .flex-wrap .img {
  width: 300px;
}
@media (max-width: 767px) {
  .intro-sec .pop-area .pop-inner article .contents .flex-wrap .img {
    width: 100%;
  }
}

/* job
-----------------------------------*/
.job-sec {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.job-sec:before, .job-sec:after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1000px) {
  .job-sec:before, .job-sec:after {
    background-size: 100% auto;
  }
}
.job-sec:before {
  background-image: url(/recruit/images/index/job_bg01.png);
  background-position: top right;
  width: min(650px, 33.9vw); /* 650/1920 */
  height: min(884px, 46vw); /* 884/1920 */
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .job-sec:before {
    width: 208px;
    height: 283px;
  }
}
.job-sec:after {
  background-image: url(/recruit/images/index/job_bg02.png);
  background-position: bottom left;
  width: min(514px, 26.8vw); /* 514/1920 */
  height: min(378px, 19.6875vw); /* 378/1920 */
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .job-sec:after {
    width: 158px;
    height: 116px;
  }
}
.job-sec .contents {
  max-width: 1920px;
  margin: 0 auto;
  min-height: min(884px, 46vw); /* 884/1920 */
  padding: 160px 32px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .job-sec .contents {
    min-height: inherit;
    padding: 72px 24px;
  }
}
.job-sec .tx-msg {
  font-size: 22px;
  text-align: center;
  padding: 96px 0;
}
@media (max-width: 767px) {
  .job-sec .tx-msg {
    font-size: 17px;
    padding: 40px 0;
  }
}
.job-sec article {
  max-width: 1000px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 30px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin-top: 96px;
}
@media (max-width: 767px) {
  .job-sec article {
    border-radius: 12px;
    margin-top: 40px;
  }
}
.job-sec article h3 {
  color: #FFF;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 26px;
  text-align: center;
  padding: 16px 30px;
  background: #009600;
}
@media (max-width: 767px) {
  .job-sec article h3 {
    font-size: 17px;
    padding: 12px 28px;
  }
}
.job-sec article .box {
  padding: 0 28px;
}
.job-sec article .box .ac-label,
.job-sec article .box .ac-close {
  color: #009600;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .job-sec article .box .ac-label,
.job-sec article .box .ac-close {
    font-size: 15px;
  }
}
.job-sec article .box .ac-label {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .job-sec article .box .ac-label {
    padding: 24px 0;
  }
}
.job-sec article .box .ac-label.open {
  display: none;
}
.job-sec article .box .ac-label span {
  position: relative;
  padding: 0 24px;
}
.job-sec article .box .ac-label span:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 0;
  border-top: 2px solid #009600;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.job-sec article .box .ac-label span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 12px;
  border-left: 2px solid #009600;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.job-sec article .box .ac-close {
  padding: 40px 0;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .job-sec article .box .ac-close {
    padding: 24px 0;
    margin-bottom: 8px;
  }
}
.job-sec article .box .ac-close span {
  position: relative;
  padding: 0 24px;
}
.job-sec article .box .ac-close span:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 0;
  border-top: 2px solid #009600;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.job-sec article .box .ac-content {
  display: none;
  padding-top: 64px;
}
@media (max-width: 767px) {
  .job-sec article .box .ac-content {
    padding-top: 32px;
  }
}
.job-sec article .box .com-tb01 {
  max-width: 800px;
  margin: 0 auto;
}
.job-sec article .box .img {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .job-sec article .box .img {
    margin-top: 32px;
  }
}

/* entry
-----------------------------------*/
.entry-sec {
  position: relative;
  background: linear-gradient(90deg, rgb(0, 210, 0) 0%, rgb(0, 150, 0) 100%), url(/recruit/images/common/com_bg01.jpg);
  background-blend-mode: multiply;
  padding: 160px 0;
}
@media (max-width: 767px) {
  .entry-sec {
    padding: 72px 0;
  }
}
.entry-sec .contents {
  position: relative;
  z-index: 1;
}
.entry-sec .box {
  max-width: 800px;
  margin: 0 auto;
  padding: 64px 28px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 1000px) {
  .entry-sec .box {
    max-width: 456px;
    flex-direction: column;
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .entry-sec .box {
    gap: 32px;
    padding: 40px 28px;
  }
}
@media (max-width: 1000px) {
  .entry-sec .box .dl-list01 {
    width: 100%;
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .entry-sec .box .dl-list01 {
    max-width: 275px;
  }
}
.entry-sec .box .dl-list01 dl + dl {
  margin-top: 24px;
}
.entry-sec .box .dl-list01 dt {
  color: #009600;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 1.2em;
}
.entry-sec .box .dl-list01 dd {
  font-size: 18px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .entry-sec .box .dl-list01 dd {
    font-size: 15px;
    margin-top: 4px;
  }
}
.entry-sec .box .com-bt01 {
  width: 100%;
  max-width: 360px;
}
@media (max-width: 767px) {
  .entry-sec .box .com-bt01 {
    max-width: 275px;
  }
}
.entry-sec .box .com-bt01 a {
  width: 100%;
  height: 120px;
  gap: 8px;
  line-height: 1;
  border-radius: 60px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .entry-sec .box .com-bt01 a {
    height: 80px;
    gap: 4px;
    border-radius: 40px;
  }
}
.entry-sec .box .com-bt01 .tx01 {
  margin: 4px 0;
}
.entry-sec .box .com-bt01 .tx01 img {
  width: auto;
  height: 33px;
}
@media (max-width: 767px) {
  .entry-sec .box .com-bt01 .tx01 img {
    height: 19px;
  }
}
.entry-sec .box .com-bt01 .tx02 {
  font-size: 14px;
}
@media (max-width: 767px) {
  .entry-sec .box .com-bt01 .tx02 {
    font-size: 13px;
  }
}
.entry-sec .box .com-bt01 .arrow {
  width: 85px;
}
@media (max-width: 767px) {
  .entry-sec .box .com-bt01 .arrow {
    width: 60px;
  }
}
.entry-sec .bg-ic > div {
  position: absolute;
}
.entry-sec .bg-ic .bg01 {
  width: clamp(103px, 10.7vw, 206px); /* 206/1920 */
  height: clamp(15px, 1.5625vw, 30px); /* 30/1920 */
  background: #009600;
  top: 13%;
  right: calc(50% + min(250px, 16.2vw)); /* 250/1540 */
}
@media (max-width: 1000px) {
  .entry-sec .bg-ic .bg01 {
    right: inherit;
    left: 110px;
  }
}
@media (max-width: 767px) {
  .entry-sec .bg-ic .bg01 {
    width: 45px;
    height: 8px;
    background: #e60000;
    top: 165px;
    left: 0;
  }
}
.entry-sec .bg-ic .bg02 {
  width: clamp(120px, 12.5vw, 240px); /* 240/1920 */
  height: clamp(23px, 2.34375vw, 45px); /* 45/1920 */
  top: 30%;
  right: calc(50% + min(515px, 33.4vw)); /* 515/1540 */
}
@media (max-width: 1000px) {
  .entry-sec .bg-ic .bg02 {
    right: inherit;
    left: 0;
  }
}
@media (max-width: 767px) {
  .entry-sec .bg-ic .bg02 {
    display: none;
  }
}
.entry-sec .bg-ic .bg02 span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.entry-sec .bg-ic .bg02 span:before, .entry-sec .bg-ic .bg02 span:after {
  position: absolute;
  content: "";
  height: clamp(15px, 1.5625vw, 30px); /* 30/1920 */
}
.entry-sec .bg-ic .bg02 span:before {
  width: 50.8%;
  background: #e60000;
  top: 0;
  right: 0;
}
.entry-sec .bg-ic .bg02 span:after {
  width: 61.25%;
  background: #00d200;
  bottom: 0;
  left: 0;
}
.entry-sec .bg-ic .bg03 {
  width: clamp(113px, 11.8vw, 226px); /* 226/1920 */
  height: clamp(29px, 2.96875vw, 57px); /* 57/1920 */
  top: 57%;
  right: calc(50% + min(368px, 23.9vw)); /* 368/1540 */
}
@media (max-width: 1000px) {
  .entry-sec .bg-ic .bg03 {
    right: inherit;
    left: 36px;
  }
}
@media (max-width: 767px) {
  .entry-sec .bg-ic .bg03 {
    display: none;
  }
}
.entry-sec .bg-ic .bg03 span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.entry-sec .bg-ic .bg03 span:before, .entry-sec .bg-ic .bg03 span:after {
  position: absolute;
  content: "";
  height: clamp(15px, 1.5625vw, 30px); /* 30/1920 */
}
.entry-sec .bg-ic .bg03 span:before {
  width: 69%;
  background: #00d200;
  top: 0;
  left: 0;
}
.entry-sec .bg-ic .bg03 span:after {
  width: 50%;
  background: #009600;
  bottom: 0;
  right: 0;
}
.entry-sec .bg-ic .bg04 {
  width: clamp(95px, 9.9vw, 190px); /* 190/1920 */
  height: clamp(15px, 1.5625vw, 30px); /* 30/1920 */
  background: #e60000;
  bottom: 8.7%;
  right: calc(50% + min(436px, 28.3vw)); /* 436/1540 */
}
@media (max-width: 1000px) {
  .entry-sec .bg-ic .bg04 {
    right: inherit;
    left: 24px;
  }
}
@media (max-width: 767px) {
  .entry-sec .bg-ic .bg04 {
    width: 53px;
    height: 8px;
    background: #009600;
    bottom: 24px;
    left: 24px;
  }
}
.entry-sec .bg-ic .bg05 {
  width: clamp(144px, 14.9vw, 287px); /* 287/1920 */
  height: clamp(27px, 2.8vw, 53px); /* 53/1920 */
  top: 11.4%;
  left: calc(50% + min(305px, 19.8vw)); /* 305/1540 */
}
@media (max-width: 1000px) {
  .entry-sec .bg-ic .bg05 {
    left: inherit;
    right: 50px;
  }
}
@media (max-width: 767px) {
  .entry-sec .bg-ic .bg05 {
    width: 70px;
    height: 12px;
    top: 44px;
    right: 36px;
  }
}
.entry-sec .bg-ic .bg05 span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.entry-sec .bg-ic .bg05 span:before, .entry-sec .bg-ic .bg05 span:after {
  position: absolute;
  content: "";
  height: clamp(15px, 1.5625vw, 30px); /* 30/1920 */
}
@media (max-width: 767px) {
  .entry-sec .bg-ic .bg05 span:before, .entry-sec .bg-ic .bg05 span:after {
    height: 8px;
  }
}
.entry-sec .bg-ic .bg05 span:before {
  width: 51.6%;
  background: #009600;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .entry-sec .bg-ic .bg05 span:before {
    width: 47px;
    background: #00d200;
  }
}
.entry-sec .bg-ic .bg05 span:after {
  width: 54.4%;
  background: #e60000;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .entry-sec .bg-ic .bg05 span:after {
    width: 35px;
  }
}
.entry-sec .bg-ic .bg06 {
  width: clamp(99px, 10.3125vw, 198px); /* 198/1920 */
  height: clamp(15px, 1.5625vw, 30px); /* 30/1920 */
  background: #e60000;
  top: 41.3%;
  left: calc(50% + min(574px, 37.3vw)); /* 574/1540 */
}
@media (max-width: 1000px) {
  .entry-sec .bg-ic .bg06 {
    left: inherit;
    right: 0;
  }
}
@media (max-width: 767px) {
  .entry-sec .bg-ic .bg06 {
    width: 48px;
    height: 8px;
    background: #00d200;
    top: inherit;
    bottom: 50px;
    right: 11px;
  }
}
.entry-sec .bg-ic .bg07 {
  width: clamp(120px, 12.5vw, 240px); /* 240/1920 */
  height: clamp(23px, 2.34375vw, 45px); /* 45/1920 */
  top: 64%;
  left: calc(50% + min(377px, 24.5vw)); /* 377/1540 */
}
@media (max-width: 1000px) {
  .entry-sec .bg-ic .bg07 {
    left: inherit;
    right: 32px;
  }
}
@media (max-width: 767px) {
  .entry-sec .bg-ic .bg07 {
    display: none;
  }
}
.entry-sec .bg-ic .bg07 span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.entry-sec .bg-ic .bg07 span:before, .entry-sec .bg-ic .bg07 span:after {
  position: absolute;
  content: "";
  height: clamp(15px, 1.5625vw, 30px); /* 30/1920 */
}
.entry-sec .bg-ic .bg07 span:before {
  width: 66.25%;
  background: #009600;
  bottom: 0;
  left: 0;
}
.entry-sec .bg-ic .bg07 span:after {
  width: 48.75%;
  background: #00d200;
  top: 0;
  right: 0;
}
.entry-sec .bg-ic .bg08 {
  width: clamp(139px, 14.5vw, 278px); /* 278/1920 */
  height: clamp(24px, 2.5vw, 48px); /* 48/1920 */
  bottom: 5.6%;
  left: calc(50% + min(300px, 19.5vw)); /* 300/1540 */
}
@media (max-width: 1000px) {
  .entry-sec .bg-ic .bg08 {
    left: inherit;
    right: 50px;
  }
}
@media (max-width: 767px) {
  .entry-sec .bg-ic .bg08 {
    display: none;
  }
}
.entry-sec .bg-ic .bg08 span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.entry-sec .bg-ic .bg08 span:before, .entry-sec .bg-ic .bg08 span:after {
  position: absolute;
  content: "";
  height: clamp(15px, 1.5625vw, 30px); /* 30/1920 */
}
.entry-sec .bg-ic .bg08 span:before {
  width: 57.6%;
  background: #00d200;
  bottom: 0;
  right: 0;
}
.entry-sec .bg-ic .bg08 span:after {
  width: 48.2%;
  background: #e60000;
  top: 0;
  left: 0;
}
/*# sourceMappingURL=index.css.map */