/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width.w910 {
  max-width: 910px;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
/********************************************/
/* page_ttl */
/********************************************/
.mod-recruit_head {
  position: relative;
  z-index: 2;
}
.mod-recruit_head .image {
  width: 60%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .mod-recruit_head .image {
    width: 90%;
    max-width: 500px;
  }
}

.mod-recruit_head:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40%;
  height: 100%;
  background: linear-gradient(to bottom right, #42a088, #b9d000);
  z-index: -1;
}
@media (max-width: 768px) {
  .mod-recruit_head:after {
    width: 100%;
  }
}
.mod-recruit_head .main_width.w1200 {
  position: absolute;
  bottom: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .mod-recruit_head .main_width.w1200 {
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  .mod-recruit_head .main_width.w1200 {
    bottom: 26px;
  }
}
.mod-recruit_head .main_title span {
  display: inline-block;
  background: #fff;
  line-height: 1;
  color: #42a088;
}
.mod-recruit_head .main_title .en {
  margin-bottom: 10px;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(4.6rem, 7vw, 10rem);
}
@media (max-width: 768px) {
  .mod-recruit_head .main_title .en {
    padding: 3px 5px;
    font-size: clamp(4.6rem, 10.5vw, 10rem);
  }
}
.mod-recruit_head .main_title .jp {
  padding: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2.5rem, 3vw, 4.5rem);
}
@media (max-width: 768px) {
  .mod-recruit_head .main_title .jp {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
  }
}

/********************************************/
/* recruit */
/********************************************/
.marker {
  background: linear-gradient(transparent 60%, rgba(185, 208, 0, 0.6) 60%);
}

.gradation_ttl {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .gradation_ttl {
    margin-bottom: 40px;
  }
}
.gradation_ttl .en {
  display: inline-block;
  background: linear-gradient(to bottom right, #42a088, #b9d000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  font-size: clamp(3.5rem, 8.5vw, 10rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  opacity: 0.7;
}
.gradation_ttl .jp {
  position: relative;
  display: block;
  margin-top: -1.2em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: clamp(3rem, 7.5vw, 4.5rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  z-index: 2;
}
@media (max-width: 768px) {
  .gradation_ttl .jp {
    margin-top: -1em;
  }
}

.ideal_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-reset: item;
  list-style-type: none;
}
@media (max-width: 768px) {
  .ideal_list {
    display: block;
  }
}
@media (max-width: 768px) {
  .ideal_list li {
    width: 70%;
    max-width: 224px;
    margin: auto;
  }
  .ideal_list li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.ideal_list li .img {
  margin-bottom: 20px;
  text-align: center;
}
.ideal_list li span {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3em;
  padding-left: 3em;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
}
.ideal_list li span:before {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  line-height: 1;
  color: #f18c9d;
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.about_block {
  background: #e8f3f0;
}
.about_block .contents {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .about_block .contents {
    display: block;
  }
}
.about_block .contents .img {
  width: 50%;
}
@media (max-width: 768px) {
  .about_block .contents .img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.about_block .contents .text_area {
  width: 46%;
}
@media (max-width: 768px) {
  .about_block .contents .text_area {
    width: 100%;
  }
}

.interview_block .contents {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
@media (max-width: 768px) {
  .interview_block .contents {
    display: block;
  }
}
.interview_block .contents .img {
  width: 45%;
}
@media (max-width: 768px) {
  .interview_block .contents .img {
    width: calc(100% - 15px);
    margin: 0 auto 40px 0;
  }
}
.interview_block .contents .text_area {
  width: 53%;
}
@media (max-width: 768px) {
  .interview_block .contents .text_area {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.environment_block {
  background: #e8f3f0;
}
.environment_block .contents {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row-reverse;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
@media (max-width: 768px) {
  .environment_block .contents {
    display: block;
  }
}
.environment_block .contents .img {
  width: 45%;
}
@media (max-width: 768px) {
  .environment_block .contents .img {
    width: calc(100% - 15px);
    margin: 0 0 40px auto;
  }
}
.environment_block .contents .text_area {
  width: 50%;
  padding-left: clamp(15px, 50vw - 600px, 360px);
}
@media (max-width: 768px) {
  .environment_block .contents .text_area {
    width: calc(100% - 30px);
    padding-left: 0;
    margin: 0 auto;
  }
}/*# sourceMappingURL=page02.css.map */