@charset "UTF-8";
/*-------------- mainvisual ---------------*/
.home .mainvisual {
  position: relative;
  width: 100%;
  min-width: 1280px;
  max-width: 1920px;
  margin: auto;
  padding-bottom: 8%;
}
.home .mainvisual .slider li {
  overflow: hidden;
}
.home .mainvisual .slider img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 15s;
  transition: 15s;
}
.home .mainvisual .slider .slick-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.home .mainvisual .scroll_d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  width: 60px;
  height: 100%;
  font-size: 1.3rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  background: #5bad2f;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-top: 180px;
}
.home .mainvisual .scroll_d::after {
  content: "";
  margin-top: 20px;
  width: 1px;
  height: 180px;
  background: #fff;
  -webkit-animation: scroll_anm 3s ease-out 0s infinite forwards;
          animation: scroll_anm 3s ease-out 0s infinite forwards;
}
@-webkit-keyframes scroll_anm {
  0% {
    height: 10vw;
  }
  50% {
    height: 8vw;
  }
  100% {
    height: 10vw;
  }
}
.home .mainvisual .catch {
  text-align: right;
  position: absolute;
  bottom: 14vw;
  right: 10vw;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home .mainvisual .catch > span {
  display: inline-block;
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  margin-bottom: 10px;
  padding: 0.3vw 0.8vw 0.5vw 0.5vw;
}
.home .mainvisual .catch > span span {
  color: #5bad2f;
}
@media only screen and (max-width: 1279px) {
  .home .mainvisual .catch {
    bottom: 180px;
    right: 128px;
  }
  .home .mainvisual .catch > span {
    display: inline-block;
    font-size: 31px;
    padding: 4px 12px 7px 8px;
  }
}

@media only screen and (max-width: 767px) {
  .home .mainvisual {
    position: relative;
    margin: 70px auto 0;
    min-width: 100%;
    max-width: 100%;
  }
  .home .mainvisual .scroll_d {
    top: 0;
    width: 20px;
    font-size: 1.1rem;
    padding-top: 30px;
  }
  .home .mainvisual .scroll_d::after {
    content: "";
    margin-top: 10px;
    width: 1px;
    height: 100px;
    -webkit-animation: scroll_anm 3s ease-out 0s infinite forwards;
            animation: scroll_anm 3s ease-out 0s infinite forwards;
  }
  .home .mainvisual .catch {
    text-align: left;
    position: absolute;
    bottom: -16%;
    left: 0;
  }
  .home .mainvisual .catch > span {
    display: inline-block;
    font-size: clamp(1.6rem, 4vw, 3rem);
    margin-bottom: 2%;
    white-space: nowrap;
    padding: 6px 15px 8px 15px;
  }
}
/*-------------- 会社案内 ---------------*/
.home .company_area {
  margin: auto;
  background: url(../images/bg/bg-company-area.jpg) no-repeat top center;
}
.home .company_area > .inner {
  position: relative;
  width: 1280px;
  padding: 60px 40px 487px;
  margin: auto;
}
.home .company_area > .inner::before {
  content: "";
  width: 974px;
  height: 610px;
  position: absolute;
  top: -530px;
  right: -270px;
  background: url(../images/deco/deco-company.png) no-repeat;
}
.home .company_area > .inner h2 {
  position: relative;
  padding-top: 70px;
  margin-bottom: 80px;
}
.home .company_area > .inner h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 190px;
  height: 53px;
  background: url(../images/deco/deco-h2.svg) no-repeat;
}
.home .company_area > .inner h2 a {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.35em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home .company_area > .inner h2 a span:nth-of-type(1) {
  display: block;
  color: #5bad2f;
  font-size: 9rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
.home .company_area > .inner h2 a span:nth-of-type(2) {
  display: block;
  color: #21271e;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  margin-left: 10px;
}
.home .company_area > .inner p {
  font-size: 1.8rem;
}
.home .company_area > .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 130px auto 0;
}
.home .company_area > .inner ul > li {
  width: 220px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home .company_area > .inner ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: linear-gradient(45deg, rgba(91, 173, 47, 0.8) 1%, rgba(91, 173, 47, 0.9) 50%, rgb(134, 251, 255) 100%);
  border-radius: 50%;
  border: 15px solid #eeebd9;
  width: 220px;
  height: 220px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home .company_area > .inner ul > li > a:hover {
  background: linear-gradient(45deg, rgba(91, 173, 47, 0.8) 0%, rgba(29, 181, 86, 0.9) 50%, rgb(71, 200, 255) 100%);
}
.home .company_area > .inner ul > li > a:hover::before {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.home .company_area > .inner ul > li > a:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home .company_area > .inner ul > li a::before {
  position: absolute;
  top: 32px;
  left: auto;
  right: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home .company_area > .inner ul > li:nth-child(1) a::before {
  content: "";
  width: 26px;
  height: 28px;
  background: url(../images/icon/icon-greeting.svg) no-repeat;
  margin: auto;
}
.home .company_area > .inner ul > li:nth-child(2) a::before {
  content: "";
  width: 33px;
  height: 28px;
  background: url(../images/icon/icon-outline.svg) no-repeat;
  margin: auto;
}
.home .company_area > .inner ul > li:nth-child(3) a::before {
  content: "";
  width: 23px;
  height: 28px;
  background: url(../images/icon/icon-access.svg) no-repeat;
  margin: auto;
}
.home .company_area > .inner ul > li:nth-child(4) a::before {
  content: "";
  width: 30px;
  height: 28px;
  background: url(../images/icon/icon-related.svg) no-repeat;
  margin: auto;
}
.home .company_area > .inner ul > li a::after {
  position: absolute;
  bottom: 22px;
  left: auto;
  right: auto;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/icon/icon-arrow01.svg) no-repeat;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 767px) {
  .home .company_area {
    margin: auto;
    background: url(../images/bg/bg-company-area-sp-bottom.jpg) no-repeat bottom center, url(../images/bg/bg-company-area-sp-top.jpg) no-repeat top center;
    background-size: 100% auto;
    z-index: 0;
  }
  .home .company_area > .inner {
    position: relative;
    width: 100%;
    padding: 15% 15px 40%;
  }
  .home .company_area > .inner::before {
    content: "";
    width: 60%;
    height: auto;
    padding-top: 36%;
    top: -19%;
    right: -50px;
    background: url(../images/deco/deco-company.png) no-repeat;
    background-size: 100% auto;
  }
  .home .company_area > .inner h2 {
    position: relative;
    padding-top: 35px;
    margin: 0 0 20px 0;
  }
  .home .company_area > .inner h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 33px;
    background: url(../images/deco/deco-h2.svg) no-repeat;
    background-size: 100% auto;
  }
  .home .company_area > .inner h2 a {
    letter-spacing: 0.2em;
  }
  .home .company_area > .inner h2 a span:nth-of-type(1) {
    font-size: 3.5rem;
    margin-bottom: 5px;
  }
  .home .company_area > .inner h2 a span:nth-of-type(2) {
    font-size: 1.5rem;
    margin-left: 5px;
  }
  .home .company_area > .inner p {
    font-size: 1.3rem;
  }
  .home .company_area > .inner p br {
    display: none;
  }
  .home .company_area > .inner ul {
    max-width: 360px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px auto 0;
  }
  .home .company_area > .inner ul > li {
    width: 50%;
  }
  .home .company_area > .inner ul > li > a {
    border: 10px solid #eeebd9;
    width: 100%;
    height: auto;
    line-height: 1;
    padding: calc(50% - 10px - 0.5em) 0;
    font-size: clamp(1.3rem, 4vw, 1.8rem);
  }
  .home .company_area > .inner ul > li a::before {
    top: 15%;
  }
  .home .company_area > .inner ul > li a::after {
    bottom: 15%;
    width: 30px;
    height: 30px;
    background: url(../images/icon/icon-arrow01.svg) no-repeat;
    background-size: 100% auto;
  }
}
/*-------------- 事業案内 ---------------*/
.home .service_area {
  padding: 330px 0 150px;
  margin: -487px auto 0;
  background: url(../images/bg/bg-service-area-top.png) no-repeat top center, url(../images/bg/bg-service_area.jpg) no-repeat bottom center;
}
.home .service_area > .inner {
  position: relative;
  width: 1280px;
  padding: 0 40px;
  margin: auto;
}
.home .service_area > .inner h2 {
  position: relative;
  padding-top: 70px;
  margin-bottom: 80px;
  text-align: center;
}
.home .service_area > .inner h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 190px;
  height: 53px;
  background: url(../images/deco/deco-h2.svg) no-repeat;
  margin: auto;
}
.home .service_area > .inner h2 a {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.35em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home .service_area > .inner h2 a span:nth-of-type(1) {
  display: block;
  color: #5bad2f;
  font-size: 9rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
.home .service_area > .inner h2 a span:nth-of-type(2) {
  display: block;
  color: #21271e;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  margin-left: 10px;
}
.home .service_area > .inner > p {
  text-align: center;
  font-size: 1.8rem;
}
.home .service_area > .inner ul {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 70px auto 0;
    margin-bottom: 80px;
}
.home .service_area > .inner ul > li {
  width: 380px;
  margin-bottom: 55px;
}
.home .service_area > .inner ul > li:nth-of-type(n+4) {
  width: 290px;
  margin-bottom: 0;
}
.home .service_area > .inner ul > li > a {
  position: relative;
  border-top: 5px solid #5bad2f;
  display: block;
  text-decoration: none;
  padding-top: 131.57%;
}
.home .service_area > .inner ul > li > a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.home .service_area > .inner ul > li > a .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 150px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  background: #5bad2f;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.home .service_area > .inner ul > li > a .num::before {
  content: "";
  width: 1px;
  height: 30px;
  background: #fff;
}
.home .service_area > .inner ul > li > a figure {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.home .service_area > .inner ul > li > a figure img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.home .service_area > .inner ul > li > a .title {
  position: absolute;
  top: 50px;
  left: 40px;
  z-index: 2;
  display: inline-block;
  color: #21271e;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  background: #fff;
  padding: 15px;
}
.home .service_area .btn a {
font-weight: bold;
    display: block;
    background: #fff;
    width: 800px;
    border: 5px solid #5bad2f;
    text-decoration: none;
    padding: 30px 15px;
    margin: 0 auto;
    position: relative;
/*    background-image: url(../images/robot_btn.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 39%;*/
}
.home .service_area .btn a:before {
    content: "";
    display: block;
    position: absolute;
    width: 300px;
    height: 400px;
    background: url(../images/robot_btn_img.png) no-repeat;
    background-size: 100% auto;
    top: -70px;
    left: -100px;
}
.home .service_area .btn a:after {
    position: absolute;
    top: 58%;
    right: 6px;
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/icon/icon-arrow01.svg) no-repeat;
    background-size: 77%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .home .service_area {
    position: relative;
    padding: 0;
    margin: 0;
    background: #fff url(../images/bg/bg-service_area-sp.jpg) no-repeat bottom center;
    background-size: 100% auto;
  }
  .home .service_area::before {
    position: absolute;
    top: -7.3%;
    z-index: 1;
    content: "";
    width: 100%;
    padding-top: 25%;
    background: url(../images/bg/bg-service-area-top.png) no-repeat;
    background-size: 100% auto;
  }
  .home .service_area > .inner {
    width: 100%;
    padding: 10px 15px 60px;
  }
  .home .service_area > .inner h2 {
    position: relative;
    padding-top: 35px;
    margin: 0 0 30px 0;
  }
  .home .service_area > .inner h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 120px;
    height: 33px;
    background: url(../images/deco/deco-h2.svg) no-repeat;
    background-size: 100% auto;
  }
  .home .service_area > .inner h2 a {
    letter-spacing: 0.2em;
  }
  .home .service_area > .inner h2 a span:nth-of-type(1) {
    font-size: 3.5rem;
    margin-bottom: 5px;
  }
  .home .service_area > .inner h2 a span:nth-of-type(2) {
    font-size: 1.5rem;
  }
  .home .service_area > .inner > p {
    font-size: 1.3rem;
  }
  .home .service_area > .inner > p br {
    display: none;
  }
  .home .service_area > .inner ul {
    width: 100%;
    margin: 30px auto 0;
      margin-bottom: 30px;
  }
  .home .service_area > .inner ul > li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .home .service_area > .inner ul > li:nth-of-type(n+4) {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .home .service_area > .inner ul > li > a {
    border-top: 4px solid #5bad2f;
  }
  .home .service_area > .inner ul > li > a .num {
    width: 30px;
    height: 120px;
    color: #fff;
  }
  .home .service_area > .inner ul > li > a .num::before {
    content: "";
    height: 20px;
  }
  .home .service_area > .inner ul > li > a .title {
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: clamp(1.3rem, 3vw, 3rem);
    padding: 10px 10px;
  }
    .home .service_area .btn a {
        width: 100%;
        padding: 15px 20px;
}
    .home .service_area .btn a:before {
          width: 100px;
        height: 150px;
        top: -28px;
        left: -15px;
}
    .home .service_area .btn a:after {
        background-size: 60%;
        top: 63%;
        right: -7px;
        width: 42px;
        height: 42px; 
}
}
/*-------------- DX推進・安全・環境への取り組み ---------------*/
.home .csr_area {
  background: url(../images/bg/bg-csr-area.jpg) no-repeat top center;
}
.home .csr_area > .inner {
  position: relative;
  width: 1280px;
  height: 720px;
  padding: 150px 40px;
  margin: auto;
}
.home .csr_area > .inner h2 {
  position: relative;
  margin-bottom: 100px;
}
.home .csr_area > .inner h2 a {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.35em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home .csr_area > .inner h2 a span:nth-of-type(1) {
  display: block;
  color: #fff;
  font-size: 7rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.home .csr_area > .inner h2 a span:nth-of-type(2) {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-left: 5px;
}
.home .csr_area > .inner > p {
  color: #fff;
  font-size: 1.6rem;
}
.home .csr_area > .inner ul {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home .csr_area > .inner ul > li {
  width: 640px;
  background: #ccc;
  margin-bottom: 20px;
}
.home .csr_area > .inner ul > li:first-of-type {
  margin-left: -100px;
}
.home .csr_area > .inner ul > li:nth-of-type(2) {
  margin-left: -50px;
}
.home .csr_area > .inner ul > li:first-of-type a {
  background: url(../images/csr03.jpg) no-repeat;
}
.home .csr_area > .inner ul > li:nth-of-type(2) a {
  background: url(../images/csr01.jpg) no-repeat;
}
.home .csr_area > .inner ul > li:last-of-type a {
  background: url(../images/csr02.jpg) no-repeat;
}
.home .csr_area > .inner ul > li > a {
  width: 640px;
  height: 180px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home .csr_area > .inner ul > li > a:hover {
  color: #21271e;
}
.home .csr_area > .inner ul > li > a:hover .wrap h3 {
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 10px;
  background: #5bad2f;
}
.home .csr_area > .inner ul > li > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/icon/icon-arrow01.svg) no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home .csr_area > .inner ul > li > a .wrap {
  margin-left: 70px;
}
.home .csr_area > .inner ul > li > a .wrap h3 {
  color: #5bad2f;
  font-family: "Oswald", sans-serif;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home .csr_area > .inner ul > li > a .wrap p {
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .home .csr_area {
    background: url(../images/bg/bg-csr-area.jpg) no-repeat top 20px center, -webkit-gradient(linear, left top, right top, from(rgb(47, 173, 97)), to(rgb(91, 173, 47)));
    background: url(../images/bg/bg-csr-area.jpg) no-repeat top 20px center, linear-gradient(90deg, rgb(47, 173, 97) 0%, rgb(91, 173, 47) 100%);
    background-size: 100% auto;
  }
  .home .csr_area > .inner {
    width: 100%;
    height: auto;
    padding: 60px 15px;
  }
  .home .csr_area > .inner h2 {
    letter-spacing: 0.2em;
    margin-bottom: 30px;
  }
  .home .csr_area > .inner h2 a span:nth-of-type(1) {
    font-size: 3.5rem;
    margin-bottom: 5px;
  }
  .home .csr_area > .inner h2 a span:nth-of-type(2) {
    font-size: 1.5rem;
    margin-left: 0;
  }
  .home .csr_area > .inner > p {
    font-size: 1.3rem;
  }
  .home .csr_area > .inner > p br {
    display: none;
  }
  .home .csr_area > .inner ul {
    margin-top: 30px;
    position: initial;
    -webkit-transform: initial;
            transform: initial;
  }
  .home .csr_area > .inner ul > li {
    width: 100%;
    margin-bottom: 10px;
  }
  .home .csr_area > .inner ul > li:first-of-type {
    margin-left: 0;
  }
  .home .csr_area > .inner ul > li:nth-of-type(2) {
    margin-left: 0;
  }
  .home .csr_area > .inner ul > li:first-of-type a {
    background: url(../images/csr03.jpg) no-repeat center;
    background-size: cover;
  }
  .home .csr_area > .inner ul > li:nth-of-type(2) a {
    background: url(../images/csr01.jpg) no-repeat center;
    background-size: cover;
  }
  .home .csr_area > .inner ul > li:last-of-type a {
    background: url(../images/csr02.jpg) no-repeat center;
    background-size: cover;
  }
  .home .csr_area > .inner ul > li > a {
    width: 100%;
    height: 14vh;
  }
  .home .csr_area > .inner ul > li > a:hover .wrap h3 {
    color: #5bad2f;
    padding: initial;
    margin-bottom: 5px;
    background: initial;
  }
  .home .csr_area > .inner ul > li > a::after {
    right: 20px;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/icon/icon-arrow01.svg) no-repeat;
    background-size: 100% auto;
  }
  .home .csr_area > .inner ul > li > a .wrap {
    margin-left: 10%;
  }
  .home .csr_area > .inner ul > li > a .wrap h3 {
    font-size: 3rem;
    margin-bottom: 5px;
  }
  .home .csr_area > .inner ul > li > a .wrap p {
    font-size: 1.5rem;
  }
}
/*-------------- 採用情報 ---------------*/
.home .recruit_area {
  background: url(../images/bg/bg-recruit-area.jpg) no-repeat top center;
}
.home .recruit_area > .inner {
  position: relative;
  width: 1280px;
  padding: 190px 40px 150px;
  margin: auto;
}
.home .recruit_area > .inner h2 {
  position: relative;
  padding-bottom: 55px;
  margin-right: 230px;
  text-align: right;
}
.home .recruit_area > .inner h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -70px;
  width: 190px;
  height: 53px;
  background: url(../images/deco/deco-h2.svg) no-repeat;
  margin: auto;
}
.home .recruit_area > .inner h2 a {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.35em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home .recruit_area > .inner h2 a span:nth-of-type(1) {
  display: block;
  color: #5bad2f;
  font-size: 9rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.home .recruit_area > .inner h2 a span:nth-of-type(2) {
  display: block;
  color: #21271e;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  margin-left: 10px;
}
.home .recruit_area > .inner > p {
  text-align: center;
  font-size: 1.8rem;
}
.home .recruit_area > .inner .catch {
  margin: 140px 250px 0 0;
  text-align: right;
}
.home .recruit_area > .inner .catch > span {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  margin-bottom: 2px;
  padding: 10px 15px 12px 10px;
}
.home .recruit_area > .inner .catch > span:nth-of-type(2) {
  margin-right: -30px;
}
.home .recruit_area > .inner .catch > span:nth-of-type(3) {
  margin-right: -90px;
}
.home .recruit_area > .inner .catch > span span {
  color: #5bad2f;
}
.home .recruit_area > .inner .btn01 {
  margin-top: 168px;
}
.home .recruit_area > .inner .btn01 a {
  margin-left: auto;
}
.home .recruit_area > .inner .blog_list h3 {
  margin-top: 220px;
}

@media only screen and (max-width: 767px) {
  .home .recruit_area {
    background: #f6f5ed url(../images/bg/bg-recruit-area-sp.jpg) no-repeat top center;
    background-size: 100% auto;
  }
  .home .recruit_area > .inner {
    position: relative;
    width: 100%;
    padding: 50% 15px 60px;
    margin: auto;
  }
  .home .recruit_area > .inner h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 35px;
    margin: 0;
    text-align: left;
  }
  .home .recruit_area > .inner h2::before {
    content: "";
    position: absolute;
    bottom: 10px;
    right: -30px;
    width: 120px;
    height: 33px;
    background: url(../images/deco/deco-h2.svg) no-repeat;
    background-size: 100% auto;
  }
  .home .recruit_area > .inner h2 a {
    letter-spacing: 0.2em;
  }
  .home .recruit_area > .inner h2 a span:nth-of-type(1) {
    font-size: 3.5rem;
    margin-bottom: 5px;
  }
  .home .recruit_area > .inner h2 a span:nth-of-type(2) {
    font-size: 1.5rem;
    margin-left: 0;
  }
  .home .recruit_area > .inner > p {
    text-align: center;
    font-size: 1.8rem;
  }
  .home .recruit_area > .inner .catch {
    margin: 10px 0 0 -15px;
    text-align: left;
  }
  .home .recruit_area > .inner .catch > span {
    display: inline-block;
    font-size: clamp(1.6rem, 4vw, 3rem);
    margin-bottom: 2%;
    white-space: nowrap;
    padding: 6px 15px 8px 15px;
  }
  .home .recruit_area > .inner .btn01 {
    margin-top: 30px;
  }
  .home .recruit_area > .inner .blog_list h3 {
    margin-top: 60px;
  }
}
/*-------------- 新着情報 ---------------*/
.home .info_area {
  margin: auto;
  background: url(../images/bg/bg-info-area.jpg) no-repeat bottom center;
}
.home .info_area > .inner {
  position: relative;
  width: 1280px;
  padding: 110px 40px 0;
  margin: auto;
}
.home .info_area > .inner h2 {
  position: absolute;
  top: 190px;
  left: 40px;
}
.home .info_area > .inner h2 a {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  text-align: right;
  letter-spacing: 0.3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.home .info_area > .inner h2 a span:nth-of-type(1) {
  display: block;
  color: #5bad2f;
  font-size: 5rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
.home .info_area > .inner h2 a span:nth-of-type(2) {
  display: block;
  color: #21271e;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  margin-left: 10px;
}
.home .info_area > .inner p {
  font-size: 1.8rem;
}
.home .info_area > .inner .info_list {
  width: 1042px;
  background: rgba(255, 255, 255, 0.7);
  padding: 80px 100px 0 300px;
  margin-left: auto;
}
.home .info_area > .inner .info_list ul {
  height: 290px;
  overflow: auto;
}
.home .info_area > .inner .info_list ul::-webkit-scrollbar {
  width: 4px;
}
.home .info_area > .inner .info_list ul::-webkit-scrollbar-track {
  background: #eee;
}
.home .info_area > .inner .info_list ul::-webkit-scrollbar-thumb {
  background: #5bad2f;
}
.home .info_area > .inner .info_list ul li.info_txt,
.home .info_area > .inner .info_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  text-decoration: none;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #e9e7dc;
}
.home .info_area > .inner .info_list ul li time,
.home .info_area > .inner .info_list ul li a time {
  padding-top: 3px;
  color: #5bad2f;
  font-size: 1.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home .info_area > .inner .info_list ul li p,
.home .info_area > .inner .info_list ul li a p {
  font-size: 1.6rem;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .home .info_area {
    margin: auto;
    background: #aed0eb url(../images/bg/bg-info-area-sp.jpg) no-repeat bottom center;
    background-size: 100% auto;
  }
  .home .info_area > .inner {
    width: 100%;
    padding: 60px 15px 0;
  }
  .home .info_area > .inner h2 {
    position: absolute;
    top: 80px;
    left: 40px;
  }
  .home .info_area > .inner h2 a {
    text-align: left;
  }
  .home .info_area > .inner h2 a span:nth-of-type(1) {
    font-size: 3rem;
    margin-bottom: 5px;
  }
  .home .info_area > .inner h2 a span:nth-of-type(2) {
    font-size: 1.5rem;
  }
  .home .info_area > .inner p {
    font-size: 1.8rem;
  }
  .home .info_area > .inner .info_list {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 90px 20px 30px;
    margin: auto;
  }
  .home .info_area > .inner .info_list ul {
    height: 290px;
    height: 100px;
    overflow: auto;
  }
  .home .info_area > .inner .info_list ul::-webkit-scrollbar {
    width: 4px;
  }
  .home .info_area > .inner .info_list ul::-webkit-scrollbar-track {
    background: #eee;
  }
  .home .info_area > .inner .info_list ul::-webkit-scrollbar-thumb {
    background: #5bad2f;
  }
  .home .info_area > .inner .info_list ul li a,
  .home .info_area > .inner .info_list ul li.info_txt {
    display: block;
    gap: 0;
    padding: 10px 5px 10px 0;
  }
  .home .info_area > .inner .info_list ul li time,
  .home .info_area > .inner .info_list ul li a time {
    padding-top: 3px;
    font-size: 1.1rem;
  }
  .home .info_area > .inner .info_list ul li p,
  .home .info_area > .inner .info_list ul li a p {
    font-size: 1.2rem;
  }
}