@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


    recruit


============================================================================= */
.cha {
  padding: 100px 0 20px;
}

.job {
  padding: 100px 0;
}

.job-head {
  color: #2b9212;
  font-size: 3.6rem;
  font-weight: bold;
}

.job-imgs {
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}

.job-img-item {
  width: calc(50% - 30px);
}

.job-img-txt {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 32px;
}

.job-img {
  -webkit-box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
}

.flow {
  padding: 100px 0;
}

.flow-txt {
  line-height: 1.75;
  margin-top: 28px;
}

.flow-content {
  gap: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow-box {
  width: calc(50% - 40px);
}

.flow-imgs {
  margin-top: 28px;
}
.flow-imgs .flow-img:nth-of-type(1) {
  margin-left: -94px;
  position: relative;
  width: 70%;
  z-index: 1;
}
.flow-imgs .flow-img:nth-of-type(1) img {
  -webkit-box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
}
.flow-imgs .flow-img:nth-of-type(2) {
  margin-left: auto;
  margin-right: -50px;
  margin-top: -60px;
  width: calc(100% + 30px);
}

.flow-chart {
  width: calc(50% - 40px);
}

.flow-chart-item {
  background: #215b00;
  clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
  color: #fff;
  font-size: 2.4rem;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}
.flow-chart-item + .flow-chart-item {
  margin-top: 10px;
}
.flow-chart-item:nth-last-of-type(1) {
  clip-path: none;
}
.flow-chart-item {
  /*   &:before {
    width: 102%;
    height: 25px;
    content: "";
    background: inherit;
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(105% 0, 0 0, 50% 100%);
  } */
}

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


    voice


============================================================================= */
.ve {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#d7ebd3), to(#ffffff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #d7ebd3 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
  overflow: hidden;
  position: relative;
}
.ve:before, .ve:after {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(32, 168, 0, 0.6))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #ffffff 0%, rgba(32, 168, 0, 0.6) 100%) 0% 0% no-repeat padding-box;
  content: "";
  height: 100%;
  left: 50%;
  margin-left: -100px;
  margin-right: -100px;
  opacity: 0.15;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 300px);
}
.ve:before {
  border-top-left-radius: clamp(400px, 15vw, 15vw) clamp(0px, 10vw, 120vw);
  border-top-right-radius: clamp(800px, 100vw, 100vw) clamp(200px, 30vw, 70vw);
  top: 20%;
}
.ve:after {
  border-top-left-radius: clamp(800px, 100vw, 100vw) clamp(200px, 50vw, 70vw);
  border-top-right-radius: clamp(0px, 50vw, 150vw) clamp(0px, 15vw, 120vw);
  top: calc(20% + 20vw);
}

.voice {
  padding: 100px 0 50px;
  position: relative;
  z-index: 1;
}

.voice-container {
  position: relative;
}

.voice-content {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.voice-content:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.voice-content + .voice-content {
  border-top: 1px solid #231815;
  padding-top: 60px;
}

.voice-img {
  max-width: 260px;
  width: 30%;
}

.voice-container {
  margin-left: auto;
  max-width: 880px;
}

.voice-contentbox {
  max-width: calc(70% - 40px);
}

.voice-item-ttl {
  font-size: 2.8rem;
  font-weight: bold;
}

.voice-item-txt {
  font-size: 1.6rem;
  margin-top: 20px;
}

.voice-item-span {
  font-weight: bold;
  margin-top: 28px;
}

.voice-txt {
  font-size: 2rem;
  margin-top: 32px;
}

.env {
  padding: 50px 0 100px;
  position: relative;
  z-index: 1;
}

.env-contents {
  gap: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.env-contents .common-header-ttlbox {
  max-width: calc(50% - 50px);
}

.env-list {
  width: calc(50% - 30px);
}

.env-txt {
  font-size: 1.6rem;
  margin-top: 32px;
}

.env-list {
  gap: 30px 30px;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.env-item {
  padding-top: 10%;
  position: relative;
  text-align: center;
}
.env-item:before {
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.env-item-img {
  margin: auto;
  position: relative;
  width: 80%;
}

.env-img-deco {
  position: absolute;
  right: -5%;
  top: -38%;
  width: 52%;
  z-index: 2;
}

.env-item-txt {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  margin-top: 12px;
  position: relative;
  text-align: center;
}

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


    no


============================================================================= */
.no {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#d7ebd3), to(#ffffff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #d7ebd3 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
  padding: 100px 0;
}

.no-list {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px auto 0;
  max-width: 880px;
}

.no-item {
  gap: 0;
  background: #fff;
  border: 1px solid #231815;
  -webkit-box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  padding: 16px;
  position: relative;
}

.no-item-img {
  margin: auto;
  text-align: center;
  width: 80%;
}

.no-item-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 14px;
  text-align: center;
}

.no-item-txt {
  color: #2b9212;
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.no-item-txt span {
  font-family: "Barlow", sans-serif;
  font-size: 6rem;
  line-height: 1;
  margin: 0 0.05em;
}
.no-item-txt span.sm {
  font-size: 4rem;
}

.no-item-span {
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: center;
}

.recruit-btnbox {
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto 0;
}

.recruit-btn {
  border: 1px solid #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.8rem;
  padding: 50px 20px;
  text-align: center;
  width: 100%;
}
.recruit-btn:hover {
  background: #2b9212;
  color: #fff;
}
.recruit-btn:hover span:before {
  background: #fff;
  height: 60px;
  width: 60px;
}
.recruit-btn:hover span:after {
  background: transparent url(../asset/images/common/arrow_g.svg) no-repeat center center/contain;
}
.recruit-btn:hover .recruit-btn-en {
  color: #fff;
}
.recruit-btn span {
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 20px auto 0;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 40px;
}
.recruit-btn span:after {
  background: transparent url(../asset/images/common/arrow_w.svg) no-repeat center center/contain;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 14px;
}
.recruit-btn span:before {
  background: #2b9212;
  border: 2px solid white;
  border-radius: inherit;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transition: 0.2s;
  width: 40px;
}

.recruit-btn-en {
  color: #2b9212;
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 0.5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.recruit-btncontent {
  padding: 0 0 100px;
}

@media (max-width: 1228px){
  .job-head {
    font-size: 2.8rem;
  }
  .flow-chart-item {
    font-size: 2rem;
  }
  .voice-item-ttl {
    font-size: 2.2rem;
  }
  .env-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .env-contents .common-header-ttlbox {
    max-width: 100%;
  }
  .env-list {
    margin: auto;
    max-width: 500px;
    width: 67%;
  }
  .env-item-txt {
    font-size: 2rem;
  }
  .no-item-ttl {
    font-size: 1.8rem;
  }
  .no-item-txt {
    font-size: 2.2rem;
  }
  .no-item-txt span.sm {
    font-size: 3rem;
  }
  .no-item-txt span {
    font-size: 4rem;
  }
  .recruit-btn {
    font-size: 2.2rem;
  }
  .recruit-btn-en {
    font-size: 2rem;
  }
}

@media (max-width: 767px){
  .cha {
    padding: 50px 0;
  }
  .job {
    padding: 50px 0;
  }
  .job-head {
    font-size: 2rem;
  }
  .job-imgs {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .job-img-item {
    margin: auto;
    max-width: 540px;
    width: 90%;
  }
  .job-img-txt {
    font-size: 1.5rem;
  }
  .flow {
    padding: 50px 0;
  }
  .flow-content {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow-box {
    width: 100%;
  }
  .flow-imgs .flow-img:nth-of-type(1) {
    margin-left: 0;
  }
  .flow-imgs .flow-img:nth-of-type(2) {
    margin-right: 16px;
    width: 90%;
  }
  .flow-chart {
    margin: auto;
    max-width: 540px;
    width: 100%;
  }
  .flow-chart-item {
    font-size: 1.6rem;
  }
  .voice {
    padding: 50px 0;
  }
  .voice-content {
    gap: 20px;
  }
  .voice-content:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .voice-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .voice-img {
    margin: auto;
  }
  .voice-contentbox {
    max-width: unset;
    width: 100%;
  }
  .voice-item-ttl {
    font-size: 1.6rem;
  }
  .voice-item-txt {
    font-size: 1.4rem;
  }
  .voice-txt {
    font-size: 1.5rem;
    margin-top: 16px;
  }
  .env {
    padding-bottom: 50px;
  }
  .env-contents {
    gap: 40px;
  }
  .env-list {
    max-width: 400px;
    width: 100%;
  }
  .env-txt {
    font-size: 1.4rem;
  }
  .env-item {
    aspect-ratio: unset;
  }
  .env-item-img {
    width: 60%;
  }
  .env-item-img.flex {
    width: 70%;
  }
  .env-img-deco {
    right: -35%;
    width: 75%;
  }
  .env-item-txt {
    font-size: 1.4rem;
  }
  .no {
    padding: 50px 0;
  }
  .no-list {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .no-item {
    padding: 12px;
  }
  .no-item-img {
    margin: auto;
    width: 60%;
  }
  .no-item-ttl {
    font-size: 1.4rem;
  }
  .no-item-txt {
    font-size: 1.8rem;
  }
  .no-item-txt span.sm {
    font-size: 2rem;
  }
  .no-item-txt span {
    font-size: 3rem;
  }
  .no-item-span {
    font-size: 1rem;
  }
  .recruit-btnbox {
    gap: 20px;
  }
  .recruit-btn {
    font-size: 1.6rem;
    padding: 20px 12px;
  }
  .recruit-btn span {
    margin-top: 12px;
  }
  .recruit-btn-en {
    font-size: 1.4rem;
  }
  .recruit-btncontent {
    padding-bottom: 70px;
  }
}

/*# sourceMappingURL=recruit.css.map*/