@charset "UTF-8";
/* トップ */
#environment #sub-mainview .portrait .img-box {
  height: calc(75% - 65px);
}
#environment #sub-mainview .portrait .img-box::after {
  background-image: url(../img/environment/top-img.jpg);
}

#environment .page-link .fl {
  justify-content: flex-start;
}
#environment .page-link .btn-wrap {
  margin: 0px 30px 20px 0px;
}

/* ============================================ */
/* 共通
/* ============================================ */
/* section */
.section {
  margin: 0px 0px 200px;
}
.section .sub-title-box {
  margin: 0px 0px 70px;
}
.section .preface {
  font-size: 16px;
  line-height: 2.5;
}

.box-line h2 {
  color: #14AF55;
  font-size: 22px;
}
.box-line .detail {
  margin: 10px 0px 0px;
  padding: 50px 0px 70px;
  align-items: flex-start;
  border-top: solid 1px #14AF55;
  border-bottom: solid 1px #14AF55;
}
.box-line .detail .text-area {
  max-width: 350px;
  width: 35%;
}
.box-line .detail .text-area p {
  font-size: 15px;
  line-height: 2.5;
}
.box-line .detail .img-box {
  max-width: 560px;
  width: 52%;
  margin: 0px auto 0px 8%;
}
.box-line .detail .img-box img {
  border-radius: 8px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  /* section */
  .section {
    margin: 0px 0px 150px;
  }
  .box-line .detail {
    align-items: center;
  }
  .box-line .detail .text-area {
    max-width: 100%;
    width: 50%;
  }
  .box-line .detail .img-box {
    width: 45%;
    margin: 0px;
  }
}
@media screen and (max-width: 768px) {
  #environment .page-link .fl {
    justify-content: space-between;
  }
  #environment .page-link .btn-wrap {
    max-width: 48%;
    margin: 0px 0px;
  }
  .section {
    margin: 0px 0px 120px;
  }
  .section .sub-title-box {
    margin: 0px 0px 50px;
  }
  .section .preface {
    font-size: 15px;
    line-height: 2.2;
  }
  .section .preface br {
    display: none;
  }
  .box-line .detail {
    padding: 50px 0px;
  }
  .box-line .detail .text-area {
    width: 55%;
  }
  .box-line .detail .text-area p {
    font-size: 14px;
    line-height: 2.2;
  }
  .box-line .detail .img-box {
    width: 42%;
    margin: 0px auto 0px 3%;
  }
}
@media screen and (max-width: 560px) {
  #environment #sub-mainview .portrait .img-box {
    height: 200px;
  }
  #environment .page-link {
    margin: 80px 0px 0px;
  }
  #environment .page-link .btn-wrap {
    max-width: 100%;
  }
  #environment .page-link .btn-wrap:not(:first-of-type) {
    margin: 15px 0px 0px;
  }
  .section {
    margin: 0px 0px 80px;
  }
  .section .sub-title-box {
    margin: 0px 0px 30px;
  }
  .section .preface {
    font-size: 14px;
    line-height: 2;
  }
  .box-line h2 {
    font-size: 18px;
  }
  .box-line .detail {
    padding: 30px 0px;
  }
  .box-line .detail .text-area {
    max-width: 100%;
    width: 100%;
  }
  .box-line .detail .text-area p {
    font-size: 13px;
    line-height: 2;
  }
  .box-line .detail .img-box {
    width: 100%;
    margin: 30px auto 0px;
  }
}
/* ============================================ */
/* welfare
/* ============================================ */
#welfare {
  margin-top: 120px;
}
#welfare .item-area {
  margin: 0px 0px 120px;
}
#welfare .item-area .item {
  max-width: 260px;
  width: 24%;
  color: #14AF55;
  border: solid 2px #14AF55;
  border-radius: 8px;
  padding: 30px 10px;
}
#welfare .item-area .item p {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
#welfare .item-area .item p .square {
  font-size: 18px;
  color: #fff;
  background-color: #14AF55;
  padding: 0px 5px 3px;
  margin-right: 5px;
  vertical-align: 4px;
}
#welfare .item-area .item p .small {
  font-size: 15px;
  vertical-align: 5px;
}
#welfare .item-area .item img {
  max-height: 70px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  #welfare .item-area .item {
    max-width: 100%;
    width: calc(50% - 15px);
    margin: 0px 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  #welfare .item-area .item p {
    font-size: 22px;
  }
  #welfare .item-area .item p .square {
    font-size: 14px;
  }
  #welfare .item-area .item p .small {
    font-size: 13px;
  }
}
@media screen and (max-width: 560px) {
  #welfare {
    margin-top: 80px;
  }
  #welfare .item-area {
    margin: 0px 0px 60px;
  }
  #welfare .item-area .item {
    width: 100%;
    padding: 20px;
  }
}
/* ============================================ */
/* training
/* ============================================ */
#training .schedule {
  margin: 80px 0px 120px;
  align-items: flex-end;
}
#training .schedule .period {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: right;
}
#training .schedule .box {
  color: #fff;
  background-color: #14AF55;
  border-radius: 8px;
  font-size: 20px;
  padding: 45px 0px;
  text-align: center;
}
#training .schedule .item01,
#training .schedule .item04 {
  width: 10%;
}
#training .schedule .item01 .period,
#training .schedule .item04 .period {
  text-align: center;
}
#training .schedule .item01 .box,
#training .schedule .item04 .box {
  background-color: #4b4b4b;
}
#training .schedule .item02,
#training .schedule .item03 {
  width: 25%;
}
#training .schedule .item05 {
  width: 25%;
}
#training .schedule .item05 .box {
  background: linear-gradient(to right, rgb(20, 175, 85) 70%, rgba(225, 225, 225, 0) 98%);
}
#training .new-employee .preface {
  width: 100%;
  margin: 0px 0px 50px 0px;
}
#training .new-employee .list {
  position: relative;
  padding: 0px 0px 0px 25px;
}
#training .new-employee .list:not(:first-of-type) {
  margin: 50px 0px 0px 0px;
}
#training .new-employee .list h3 {
  font-size: 20px;
  color: #14AF55;
}
#training .new-employee .list h3:before {
  content: "";
  width: 15px;
  height: 20px;
  display: inline-block;
  background-color: #14AF55;
  position: absolute;
  top: 5px;
  left: 0;
}
#training .two {
  margin: 120px 0px 0px;
  align-items: stretch;
}
#training .two .box-line {
  max-width: 490px;
  width: 48%;
}
#training .two .text-area {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #training .schedule .period {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #training .schedule .period {
    margin-bottom: 0px;
    text-align: left !important;
  }
  #training .schedule .box {
    font-size: 16px;
    padding: 20px 0px;
  }
  #training .schedule .item01 {
    width: 100%;
  }
  #training .schedule .item02,
  #training .schedule .item03,
  #training .schedule .item04 {
    width: 100%;
    margin-top: 15px;
  }
  #training .schedule .item05 {
    width: 100%;
    margin-top: 40px;
  }
  #training .schedule .item05 .box {
    padding: 40px 0px;
    background: linear-gradient(rgb(20, 175, 85) 65%, rgba(225, 225, 225, 0) 98%);
  }
}
@media screen and (max-width: 560px) {
  #training .schedule {
    margin: 30px 0px 50px;
  }
  #training .schedule .period {
    font-size: 13px;
  }
  #training .new-employee .preface {
    margin: 0px 0px 30px 0px;
  }
  #training .new-employee .list:not(:first-of-type) {
    margin: 30px 0px 0px 0px;
  }
  #training .new-employee .list h3 {
    font-size: 16px;
  }
  #training .new-employee .list h3:before {
    width: 15px;
    height: 15px;
  }
  #training .two {
    margin: 50px 0px 0px;
  }
  #training .two .box-line {
    width: 100%;
  }
  #training .two .box-line:not(:first-of-type) {
    margin: 50px 0px 0px 0px;
  }
}

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