@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.pagetitle.feature {
  min-height: 456px;
}
@media (max-width: 599px) {
  .pagetitle.feature {
    min-height: 68.8vw;
  }
}
.pagetitle.feature > h1 {
/*  font-size: 50px;*/
  font-size: 70px;
  line-height: 1.2;
}
@media (max-width: 599px) {
  .pagetitle.feature > h1 {
    font-size: 40px;
    line-height: 1;
  }
}
.pagetitle.feature > h1:before {
  width: 157px;
  height: 34px;
  background: url(../images/spot/img_pagetitle_feature.svg) center center/100% no-repeat;
}
@media (max-width: 599px) {
  .pagetitle.feature > h1:before {
    width: 109px;
    height: 23px;
  }
}

.wrap_feature {
  /* feature コンテンツ
  ----------------------- */
}
.wrap_feature .main_container {
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
}
@media (max-width: 599px) {
  .wrap_feature .main_container {
    padding-bottom: 80px;
  }
}
.wrap_feature .main_container:before {
  content: "";
  position: absolute;
  left: calc(50% - 840px);
  top: 1400px;
  width: 1606px;
  height: 839px;
  background: url(../images/spot/icn_feature_body01.png) no-repeat center top;
}
.wrap_feature .main_container.m-people:before {
  background: url(../images/people/icn_feature_body02.png) no-repeat center top;
  width: 1706px;
  height: 2722px;
  top: 850px;
}
.wrap_feature .main_container:after {
  content: "";
  position: absolute;
  top: 34px;
  left: calc(50% + 623px);
  height: calc(100% - 54px);
  width: 27px;
  background: url(../images/spot/bg_feature_content_body_dot.jpg) repeat-y left top/100% auto;
  z-index: -1;
}
@media screen and (max-width: 1430px) {
  .wrap_feature .main_container:after {
    left: 94%;
    width: 2.2%;
  }
}
@media (max-width: 599px) {
  .wrap_feature .main_container:after {
    display: none;
  }
}
.wrap_feature .pagetitle {
  background: url(../images/spot/bg_pagetitle_feature.jpg) top center/cover no-repeat;
}
@media (max-width: 599px) {
  .wrap_feature .pagetitle {
    background: url(../images/spot/sp/bg_pagetitle_feature.jpg) top center/100% no-repeat;
  }
}
.wrap_feature .inner .l-navi > .l-navibox {
  border: 2px solid #7ac307;
}
.wrap_feature .inner .l-navi > .l-navibox .nursing,
.wrap_feature .inner .l-navi > .l-navibox .business {
  border-top: 2px dotted #7ac307;
}
@media (max-width: 599px) {
  .wrap_feature .main_container {
    padding-top: 10vw;
  }
}
.wrap_feature .feature_content {
  background: url(../images/spot/bg_feature_content_body.png) repeat-y left top/100% auto;
  width: 92%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 215px;
  max-width: 1300px;
  /* ================== スポット ================*/
  /* ================== 制度 ================*/
  /* ================== 教職員 ================*/
}
@media (max-width: 599px) {
  .wrap_feature .feature_content {
    width: 100%;
    background: #00AC00;
    padding-bottom: 80px;
  }
}
.wrap_feature .feature_content:before, .wrap_feature .feature_content:after {
  content: "";
  position: absolute;
  z-index: 1;
}
.wrap_feature .feature_content:before {
  background: url(../images/spot/bg_feature_content_head_l.jpg) no-repeat left 2px top/cover;
  width: 101.2%;
  aspect-ratio: 1307/459;
  left: -2px;
  top: -1px;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content:before {
    background: url(../images/spot/sp/bg_feature_content_head_l.jpg) no-repeat center top/100% 100%;
    width: 100%;
    aspect-ratio: 751/227;
    left: 0;
  }
}
.wrap_feature .feature_content:after {
  background: url(../images/spot/bg_feature_content_foot_l.jpg) no-repeat left 1px bottom/cover;
  width: 108.1%;
  aspect-ratio: 1394/554;
  left: -2px;
  bottom: -1px;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content:after {
    background: url(../images/spot/sp/bg_feature_content_foot_l.jpg) no-repeat center bottom/100% auto;
    width: 100%;
    aspect-ratio: 750/163;
    left: 0;
  }
}
.wrap_feature .feature_content .wrap {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 105px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .wrap {
    max-width: 600px;
    width: 90%;
  }
}
.wrap_feature .feature_content h2 {
  font-size: 35px;
  color: #00AC00;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content h2 {
    border: 2px solid transparent;
    background: linear-gradient(135deg, #7AC307, #00AC00) border-box border-box;
    border-radius: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content h2 {
    font-size: 21px;
  }
}
.wrap_feature .feature_content h2 span.wh {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 45px;
  padding: 5px 40px 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content h2 span.wh {
    background: #fff;
    width: 100%;
    padding: 2px 10px 5px;
  }
}
.wrap_feature .feature_content h2 span.big {
  font-size: 50px;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content h2 span.big {
    font-size: 29px;
  }
}
.wrap_feature .feature_content .linkarea {
  margin-top: 110px;
  text-align: center;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .linkarea {
    margin-top: 20px;
  }
}
.wrap_feature .feature_content .linkarea .ttl {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 18px;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .linkarea .ttl {
    letter-spacing: 2px;
    font-size: 28px;
  }
}
.wrap_feature .feature_content .linkarea ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap_feature .feature_content .linkarea ul li + li {
  margin-top: 15px;
}
.wrap_feature .feature_content .linkarea ul li a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 40px;
  color: #00AC00;
  font-size: 26px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  padding: 3px 35px 5px;
  line-height: 1;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .linkarea ul li a {
    font-size: 21px;
    min-width: 100%;
    padding: 3px 0 2px;
    letter-spacing: 0px;
  }
}
.wrap_feature .feature_content .linkarea ul li a span {
  display: inline-block;
  font-size: 36px;
  font-weight: 900;
  padding-bottom: 6px;
  margin-left: 5px;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .linkarea ul li a span {
    font-size: 30px;
  }
}
.wrap_feature .feature_content .spot_unit {
  padding: 35px 0 0;
  position: relative;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .spot_unit {
    padding-top: 0;
  }
}
.wrap_feature .feature_content .spot_unit .img {
  width: 500px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .spot_unit .img {
    position: static;
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .spot_unit .img {
    margin-bottom: 15px;
  }
}
.wrap_feature .feature_content .spot_unit .txt {
  background: -webkit-gradient(linear, left top, right top, from(#00ac00), to(#7ac307));
  background: linear-gradient(to right, #00ac00 0%, #7ac307 100%);
  border: 2px solid #fff;
  width: 500px;
  padding: 20px 35px 30px;
  position: relative;
  right: 50px;
  z-index: 2;
  color: #fff;
  margin: 0 0 0 auto;
}
.wrap_feature .feature_content .spot_unit .txt.m-mt30 {
  bottom: -45px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .spot_unit .txt {
    position: static;
    width: 100%;
    max-width: 600px;
    margin: 0 auto !important;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .spot_unit .txt {
    padding: 20px 30px;
  }
}
.wrap_feature .feature_content .spot_unit .txt h3.ttl {
  font-size: 30px;
  text-align: left;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .spot_unit .txt h3.ttl {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}
.wrap_feature .feature_content .spot_unit .txt .icn {
  margin-bottom: 13px;
}
.wrap_feature .feature_content .spot_unit .txt .icn span {
  background: #fff;
  border-radius: 20px;
  color: #00AC00;
  font-size: 20px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  padding: 5px 15px 5px;
  line-height: 1;
  letter-spacing: 2px;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .spot_unit .txt .icn span {
    font-size: 15px;
    padding: 5px 20px 6px;
    margin-bottom: 5px;
    letter-spacing: 0;
  }
}
.wrap_feature .feature_content .spot_unit.m-fdr .img {
  margin: 0 0 0 auto;
  right: 0;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .spot_unit.m-fdr .img {
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .spot_unit.m-fdr .img {
    margin-bottom: 15px;
  }
}
.wrap_feature .feature_content .spot_unit.m-fdr .txt {
  left: 65px;
  right: auto;
  margin: 0 auto 0 0;
}
.wrap_feature .feature_content .spot_unit + .spot_unit {
  margin-top: 45px;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .spot_unit + .spot_unit {
    margin-top: 54px;
  }
}
.wrap_feature .feature_content .spot_unit + .spot_unit.m-mt80 {
  margin-top: 80px;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .spot_unit + .spot_unit.m-mt80 {
    margin-top: 54px;
  }
}
.wrap_feature .feature_content .spot_unit .illust {
  position: absolute;
  left: -124px;
  bottom: -124px;
  width: 192px;
  height: 284px;
}
.wrap_feature .feature_content .spot_unit .illust img {
  width: 100%;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .spot_unit .illust {
    position: static;
    width: 123px;
    height: auto;
    margin: 50px auto 0;
  }
}
.wrap_feature .feature_content .spot_unit:nth-child(3) .txt {
  margin-top: 10px;
}
.wrap_feature .feature_content .spot_unit:nth-child(4) .txt {
  margin-top: 40px;
}
.wrap_feature .feature_content .spot_unit:nth-child(5) .txt {
  margin-top: -30px;
}
.wrap_feature .feature_content .spot_unit:nth-child(6) .txt {
  margin-top: 40px;
}
.wrap_feature .feature_content .spot_unit:nth-child(7) .txt {
  margin-top: 15px;
}
.wrap_feature .feature_content .spot_unit:nth-child(8) .txt {
  margin-top: 30px;
}
.wrap_feature .feature_content .spot_unit:nth-child(9) .txt {
  margin-top: 0px;
}
.wrap_feature .feature_content .spot_unit:nth-child(10) .txt {
  margin-top: 0px;
}
.wrap_feature .feature_content .system_unit {
  position: relative;
  /*for sp illust adjust*/
}
.wrap_feature .feature_content .system_unit .img {
  background: #fff;
  padding: 0 0 0 10px;
  width: 674px;
  position: absolute;
  left: 0;
  bottom: -55px;
  z-index: -1;
}
@media screen and (max-width: 1090px) {
  .wrap_feature .feature_content .system_unit .img {
    width: 630px;
  }
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit .img {
    position: static;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .system_unit .img {
    position: static;
    padding: 20px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit .img {
    width: 100%;
  }
}
.wrap_feature .feature_content .system_unit .txt {
  background: -webkit-gradient(linear, left top, right top, from(#00ac00), to(#7ac307));
  background: linear-gradient(to right, #00ac00 0%, #7ac307 100%);
  border: 2px solid #fff;
  width: 377px;
  padding: 25px 35px 30px;
  color: #fff;
  margin: 0 0 0 auto;
}
.wrap_feature .feature_content .system_unit .txt.m-mt30 {
  bottom: -45px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit .txt {
    position: static;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .system_unit .txt {
    padding: 20px 30px;
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
  }
}
.wrap_feature .feature_content .system_unit .txt h3.ttl {
  font-size: 30px;
  text-align: left;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .system_unit .txt h3.ttl {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}
.wrap_feature .feature_content .system_unit .txt .icn {
  margin-bottom: 13px;
}
.wrap_feature .feature_content .system_unit .txt .icn span {
  background: #fff;
  border-radius: 20px;
  color: #00AC00;
  font-size: 20px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  padding: 5px 20px 5px;
  line-height: 1;
  letter-spacing: 1.5px;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .system_unit .txt .icn span {
    letter-spacing: 0;
    font-size: 15px;
    padding: 5px 20px 6px;
    margin-bottom: 5px;
  }
}
.wrap_feature .feature_content .system_unit.m-fdr .img {
  text-align: right;
  right: 0;
  left: auto;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit.m-fdr .img {
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .system_unit.m-fdr .img {
    margin-bottom: 15px;
  }
}
.wrap_feature .feature_content .system_unit.m-fdr .txt {
  margin: 0 auto 0 0;
}
.wrap_feature .feature_content .system_unit + .system_unit {
  margin-top: 110px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit + .system_unit {
    margin-top: 80px;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .system_unit + .system_unit {
    margin-top: 54px;
  }
}
.wrap_feature .feature_content .system_unit:first-of-type {
  margin-top: 45px;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .system_unit:first-of-type {
    margin-top: 30px;
  }
}
.wrap_feature .feature_content .system_unit .illust {
  position: absolute;
}
.wrap_feature .feature_content .system_unit .illust img {
  width: 100%;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .system_unit .illust {
    position: static;
    width: 123px;
    height: auto;
    margin: 50px auto 0;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(1) .illust {
  position: absolute;
  right: -92px;
  bottom: -64px;
  width: 116px;
  height: 270px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(1) .illust {
    right: 0;
    width: 110px;
    height: auto;
    bottom: 170px;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(2) .img {
  margin-left: 40px;
  width: 511px;
  bottom: -25px;
}
@media screen and (max-width: 1090px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(2) .img {
    width: 450px;
  }
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(2) .img {
    width: 100%;
    margin-left: 0;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(2) .txt {
  width: 484px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(2) .txt {
    width: 100%;
    padding-left: 120px;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(2) .txt {
    padding-left: 30px;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(2) .illust {
  position: absolute;
  left: -92px;
  bottom: -40px;
  width: 161px;
  height: 367px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(2) .illust {
    left: -30px;
    width: 130px;
    height: auto;
    bottom: 100px;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(3) {
  margin-top: 75px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(3) {
    margin-top: 60px;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(3) .img {
  width: 511px;
  margin-right: 55px;
  bottom: -30px;
}
@media screen and (max-width: 1090px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(3) .img {
    width: 480px;
  }
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(3) .img {
    width: 100%;
    text-align: center;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(3) .txt {
  width: 484px;
  top: -60px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(3) .txt {
    width: 100%;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(3) .illust {
  position: absolute;
  right: -62px;
  bottom: -50px;
  width: 151px;
  height: 263px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(3) .illust {
    right: -20px;
    width: 130px;
    height: auto;
    bottom: 140px;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(4) {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(4) {
    margin-top: 60px;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(4) .img {
  margin-left: 60px;
  width: 469px;
  padding-top: 0;
  bottom: -25px;
}
@media screen and (max-width: 1090px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(4) .img {
    width: 410px;
  }
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(4) .img {
    margin-left: 0;
    width: 100%;
    height: auto;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(4) .txt {
  width: 506px;
  left: auto;
  right: 0;
  top: -60px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(4) .txt {
    width: 100%;
    padding-left: 110px;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(4) .txt {
    padding-left: 30px;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(4) .illust {
  position: absolute;
  left: -72px;
  bottom: -30px;
  width: 149px;
  height: 280px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(4) .illust {
    left: -30px;
    width: 130px;
    height: auto;
    bottom: 100px;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(5) {
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(5) {
    margin-top: 60px;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(5) .img {
  width: 521px;
  margin-right: 55px;
}
@media screen and (max-width: 1090px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(5) .img {
    width: 480px;
  }
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(5) .img {
    width: 100%;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(5) .txt {
  width: 495px;
  top: -115px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(5) .txt {
    width: 100%;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(5) .illust {
  position: absolute;
  right: -38px;
  bottom: -80px;
  width: 151px;
  height: 263px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(5) .illust {
    right: -20px;
    width: 120px;
    height: auto;
    bottom: 160px;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(6) {
  margin-top: 115px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(6) {
    margin-top: 60px;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(6) .img {
  margin-left: 60px;
  width: 510px;
  padding-top: 0;
  bottom: -40px;
}
@media screen and (max-width: 1090px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(6) .img {
    width: 440px;
  }
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(6) .img {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(6) .txt {
  width: 496px;
  left: auto;
  right: 0;
  top: -65px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(6) .txt {
    width: 100%;
    padding-left: 110px;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(6) .txt {
    padding-left: 30px;
  }
}
.wrap_feature .feature_content .system_unit:nth-of-type(6) .illust {
  position: absolute;
  left: -50px;
  bottom: -85px;
  width: 169px;
  height: 267px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(6) .illust {
    left: -30px;
    width: 130px;
    height: auto;
    bottom: 130px;
  }
}
.wrap_feature .feature_content .system_unit + .linkarea {
  margin-top: 145px;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .system_unit + .linkarea {
    margin-top: 50px;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(n+1) .illust {
    left: auto;
    right: 30px;
    bottom: auto;
    top: auto;
    margin-top: 25px;
    width: 51px;
    z-index: 2;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(2) .illust {
    margin-top: 10px;
    width: 61px;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(3) .illust {
    margin-top: 50px;
    width: 70px;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(4) .illust {
    margin-top: 60px;
    right: 34px;
    width: 60px;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(5) .illust {
    margin-top: 70px;
    right: 16px;
    width: 60px;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .system_unit:nth-of-type(6) .illust {
    margin-top: 50px;
    right: 24px;
    width: 80px;
  }
}
.wrap_feature .feature_content .people_unit {
  position: relative;
}
.wrap_feature .feature_content .people_unit .img {
  width: 360px;
  position: absolute;
  right: 0;
  bottom: -60px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .people_unit .img {
    position: relative;
    width: 60%;
    margin: 0 0 20px auto;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .people_unit .img {
    bottom: 0;
    margin-bottom: 0;
    width: 70%;
  }
}
.wrap_feature .feature_content .people_unit .txt {
  background: -webkit-gradient(linear, left top, right top, from(#00ac00), to(#7ac307));
  background: linear-gradient(to right, #00ac00 0%, #7ac307 100%);
  border: 2px solid #fff;
  width: 672px;
  padding: 30px 35px 30px;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .people_unit .txt {
    width: 90%;
    left: -10%;
    max-width: 600px;
    margin: 0 auto;
    top: -10px;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .people_unit .txt {
    border: 1px solid #fff;
    padding: 20px 30px;
    top: -25px;
    left: -7%;
    width: 100%;
  }
}
.wrap_feature .feature_content .people_unit .txt h3.ttl {
  font-size: 30px;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .people_unit .txt h3.ttl {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .wrap_feature .feature_content .people_unit .txt h3.ttl.m-small {
    font-size: 25px;
    letter-spacing: 0.5px;
  }
}
.wrap_feature .feature_content .people_unit .txt .icn {
  margin-bottom: 13px;
}
.wrap_feature .feature_content .people_unit .txt .icn span {
  background: #fff;
  border-radius: 20px;
  color: #00AC00;
  font-size: 20px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  display: inline-block;
  padding: 5px 20px 5px;
  line-height: 1;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .people_unit .txt .icn span {
    font-size: 15px;
    padding: 5px 20px 6px;
    margin-bottom: 5px;
    letter-spacing: 0;
  }
}
.wrap_feature .feature_content .people_unit .txt .detail + .detail {
  margin-top: 20px;
}
.wrap_feature .feature_content .people_unit .txt.m-pinkgrad {
  background: -webkit-gradient(linear, left top, right top, from(#FF678B), to(#FF7F44));
  background: linear-gradient(to right, #FF678B 0%, #FF7F44 100%);
}
.wrap_feature .feature_content .people_unit .txt.m-pinkgrad .icn span {
  color: #FF678B;
}
.wrap_feature .feature_content .people_unit .txt.m-lightgreengrad {
  background: -webkit-gradient(linear, left top, right top, from(#7AC307), to(#CFD03D));
  background: linear-gradient(to right, #7AC307 0%, #CFD03D 100%);
}
.wrap_feature .feature_content .people_unit .txt.m-lightgreengrad .icn span {
  color: #7AC307;
}
.wrap_feature .feature_content .people_unit .txt.m-orangegrad {
  background: -webkit-gradient(linear, left top, right top, from(#FF712F), to(#FBB03B));
  background: linear-gradient(to right, #FF712F 0%, #FBB03B 100%);
}
.wrap_feature .feature_content .people_unit .txt.m-orangegrad .icn span {
  color: #FF712F;
}
.wrap_feature .feature_content .people_unit.m-fdr .img {
  left: 0;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .people_unit.m-fdr .img {
    margin: 0 auto 0 0;
  }
}
.wrap_feature .feature_content .people_unit.m-fdr .txt {
  margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .people_unit.m-fdr .txt {
    left: auto;
    right: -10%;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .people_unit.m-fdr .txt {
    right: -7%;
  }
}
.wrap_feature .feature_content .people_unit + .people_unit {
  margin-top: 105px;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .people_unit + .people_unit {
    margin-top: 0px;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .people_unit + .people_unit {
    margin-top: 25px;
  }
}
.wrap_feature .feature_content .people_unit + .linkarea {
  margin-top: 164px;
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .people_unit + .linkarea {
    margin-top: 20px;
  }
}
.wrap_feature .feature_content .people_unit .illust {
  position: absolute;
  right: -90px;
  top: -110px;
  width: 245px;
  height: 275px;
}
.wrap_feature .feature_content .people_unit .illust img {
  width: 100%;
}
@media (max-width: 1024px) {
  .wrap_feature .feature_content .people_unit .illust {
    right: auto;
    left: 10px;
    top: 20px;
  }
}
@media (max-width: 599px) {
  .wrap_feature .feature_content .people_unit .illust {
    width: 181px;
    height: 204px;
    top: -30px;
    left: 10px;
  }
}

/*// wrap_feature */