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


     追加


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


    product

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

.pl {
  margin-top: 160px;
  padding-bottom: 60px;
}

.recruit {
  padding: 100px 0 120px;
}

.pl-container {
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fix {
  overflow: hidden;
  position: relative;
}

.leftmenu {
  max-height: calc(100vh - 80px - 30px);
  max-width: 260px;
  overflow-y: auto;
  width: 260px;
}

.leftmenu-item {
  border-top: 1px solid #231815;
}
.leftmenu-item.child {
  border-top: 1px solid #cbcbcb;
}
.leftmenu-item.child a {
  font-size: 1.6rem;
  padding: 12px 0;
}
.leftmenu-item.child:nth-last-of-type(1) {
  border-bottom: none;
}
.leftmenu-item:nth-last-of-type(1) {
  border-bottom: 1px solid #231815;
}
.leftmenu-item a {
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  padding: 15px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.leftmenu-item a span {
  font-family: "Barlow", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
}
.leftmenu-item a:hover, .leftmenu-item a.active {
  background: rgba(215, 235, 211, 0.2);
  color: #2b9212;
}

.leftmenu.is-fixed {
  bottom: auto;
  position: fixed;
  top: 110px;
}

.leftmenu.is-fixed_end {
  margin-top: auto;
}

.plbox {
  margin-left: auto;
  width: calc(100% - 320px);
}

.pl-ttlbox {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pl-num {
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}

.pl-ttl {
  font-size: 4.8rem;
  font-weight: bold;
}

.pl-contents {
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.pl-contents + .pl-contents {
  border-top: 1px solid #231815;
  padding-top: 50px;
}
.pl-contents + .pl-contents .pl-ttlbox {
  padding-top: 50px;
}

.pl-content-list {
  margin-top: 40px;
}

.pl-content-item {
  border-top: 1px solid #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  padding: 30px 0;
}
.pl-content-item dt {
  font-weight: bold;
  min-width: 8em;
  padding-right: 1em;
}
.pl-content-item:nth-last-of-type(1) {
  border-bottom: 1px solid #1e1e1e;
}

.pl-btnbox {
  margin-top: 30px;
}

.pl-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #20a800;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pl-btn:hover {
  background: #2b9212;
}
.pl-btn:hover .pl-btn-en span:before {
  background: #fff;
  height: 60px;
  width: 60px;
}
.pl-btn:hover .pl-btn-en span:after {
  background: transparent url(../asset/images/common/arrow_g.svg) no-repeat top center/cover;
}
.pl-btn {
  font-size: 2.8rem;
  font-weight: bold;
}

.pl-btn-en {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}
.pl-btn-en span {
  border-radius: 50%;
  display: inline-block;
  display: inline-block;
  height: 40px;
  margin-left: 20px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 40px;
}
.pl-btn-en 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;
}
.pl-btn-en span:before {
  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 {
  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;
}

@media (max-width: 1228px){
  .pl-container {
    gap: 40px;
  }
  .leftmenu {
    max-height: calc(100vh - 80px - 30px);
    width: 200px;
  }
  .leftmenu-item a {
    font-size: 2rem;
  }
  .leftmenu-item a span {
    font-size: 2rem;
  }
  .plbox {
    width: calc(100% - 240px);
  }
  .pl-num {
    font-size: 2rem;
  }
  .pl-ttl {
    font-size: 3rem;
  }
  .pl-content-item {
    font-size: 1.8rem;
  }
  .pl-btn {
    font-size: 2.4rem;
  }
  .pl-btn-en {
    font-size: 2rem;
  }
  .recruit-btn {
    font-size: 2.2rem;
  }
  .recruit-btn-en {
    font-size: 2rem;
  }
}

@media (max-width: 767px){
  .cha {
    padding: 50px 0;
  }
  .pl {
    margin-top: 20px;
    padding-bottom: 0;
  }
  .recruit {
    padding: 50px 0 70px;
  }
  .pl-container {
    gap: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .leftmenu {
    margin: auto;
    max-height: unset;
    max-width: 400px;
    width: 80%;
  }
  .leftmenu-item.child a {
    font-size: 1.4rem;
  }
  .leftmenu-item a {
    font-size: 1.6rem;
  }
  .leftmenu-item a span {
    font-size: 1.6rem;
  }
  .plbox {
    width: 100%;
  }
  .pl-num {
    font-size: 1.6rem;
  }
  .pl-ttl {
    font-size: 2.2rem;
  }
  .pl-contents {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .pl-contents + .pl-contents {
    padding-top: 25px;
  }
  .pl-contents + .pl-contents .pl-ttlbox {
    padding-top: 25px;
  }
  .pl-content-item {
    font-size: 1.4rem;
  }
  .pl-btn {
    padding: 20px;
  }
  .pl-btn {
    font-size: 2rem;
  }
  .pl-btn-en {
    font-size: 1.6rem;
  }
  .recruit-btn {
    font-size: 1.6rem;
    padding: 20px 12px;
  }
  .recruit-btn span {
    margin-top: 12px;
  }
  .recruit-btn-en {
    font-size: 1.4rem;
  }
}

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