@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/assets_new/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/assets_new/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
/*元サイトの基準文字サイズ*/
/*=======*/
/* index */
/*=======*/
.index {
  /* 共通
  -----------------------------------*/
  /* メイン
  -----------------------------------*/
  /* Philosophy
  -----------------------------------*/
  /* Service
  -----------------------------------*/
}
.index .animate {
  opacity: 0;
}
.index .fadein {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
          animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(5px);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(none);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(5px);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(none);
  }
}
.index .index-bt {
  display: inline-block;
  padding: 20px 90px 20px 24px;
  border: 1px solid #FFF;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #FFF;
  font-size: 19px;
  line-height: 1.4;
}
@media screen and (max-device-width: 767px) {
  .index .index-bt {
    padding: 16px 72px 20px 16px;
    font-size: 15px;
  }
}
.index .index-bt span:not(.arrow) {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
}
@media screen and (max-device-width: 767px) {
  .index .index-bt span:not(.arrow) {
    margin-bottom: 6px;
    font-size: 10px;
  }
}
.index .index-bt:hover {
  color: #FFF;
  text-decoration: none;
}
.index .index-bt:hover .circle {
  stroke-dashoffset: 0;
}
.index .index-bt02 {
  position: relative;
  display: inline-block;
  max-width: 250px;
  width: 100%;
  padding: 24px 64px 24px 16px;
  border-radius: 16px;
  background-color: #639E32;
  color: #FFF;
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-device-width: 767px) {
  .index .index-bt02 {
    max-width: 204px;
    padding: 20px 56px 24px 15px;
    border-radius: 12px;
    font-size: 12px;
  }
}
.index .index-bt02:hover {
  color: #FFF;
  text-decoration: none;
}
.index .index-bt02:hover .arrow02::before {
  background-image: url(/assets_new/images/index/index_arrow02-1.svg);
}
.index .index-bt02:hover .arrow02::after {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}
.index .index-bt03 {
  position: relative;
  display: inline-block;
  max-width: 147px;
  width: 100%;
  padding: 12px 32px 12px 14px;
  border-radius: 500px;
  background-color: #639E32;
  color: #FFF;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-device-width: 767px) {
  .index .index-bt03 {
    max-width: 122px;
    padding: 12px 32px 12px 12px;
    border-radius: 12px;
    font-size: 11px;
  }
}
.index .index-bt03:hover {
  color: #FFF;
  text-decoration: none;
}
.index .index-bt03:hover .arrow03::before {
  background-image: url(/assets_new/images/index/index_arrow03-1.svg);
}
.index .index-bt03:hover .arrow03::after {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}
.index .arrow {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  display: block;
  width: 52px;
  height: 52px;
  border: 2px solid #EFF7F0;
  border-radius: 50%;
  background-color: #FFF;
}
@media screen and (max-device-width: 767px) {
  .index .arrow {
    right: 12px;
    width: 40px;
    height: 40px;
  }
}
.index .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 14px;
  background: url(/assets_new/images/index/index_arrow01.svg) no-repeat;
  background-size: 100% auto;
  transition: 0.5s all;
}
@media screen and (max-device-width: 767px) {
  .index .arrow::before {
    width: 5px;
    height: 9px;
  }
}
.index .arrow .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-90deg) translate(-50%, -50%);
  transform-origin: top left;
}
.index .arrow .circle {
  fill: transparent;
  stroke: #639E32;
  stroke-width: 2px;
  stroke-dasharray: 163.28px;
  stroke-dashoffset: 163.28px;
  transition: 1s all;
}
.index .arrow02 {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 50%;
}
@media screen and (max-device-width: 767px) {
  .index .arrow02 {
    width: 24px;
    height: 24px;
  }
}
.index .arrow02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 8px;
  background: url(/assets_new/images/index/index_arrow02.svg) no-repeat;
  background-size: 100% auto;
  transition: 0.5s all;
}
@media screen and (max-device-width: 767px) {
  .index .arrow02::before {
    width: 4px;
    height: 7px;
  }
}
.index .arrow02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #FFF;
  transition: 0.5s all;
}
.index .arrow03 {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #FFF;
  border-radius: 50%;
}
@media screen and (max-device-width: 767px) {
  .index .arrow03 {
    width: 15px;
    height: 15px;
  }
}
.index .arrow03::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 5px;
  background: url(/assets_new/images/index/index_arrow03.svg) no-repeat;
  background-size: 100% auto;
  transition: 0.5s all;
}
@media screen and (max-device-width: 767px) {
  .index .arrow03::before {
    width: 5px;
    height: 5px;
  }
}
.index .arrow03::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #FFF;
  transition: 0.5s all;
}
.index .index-heading01 {
  color: #1D2E15;
  font-size: 55px;
  line-height: 1.3;
}
@media screen and (max-device-width: 767px) {
  .index .index-heading01 {
    font-size: 32px;
  }
}
.index .index-heading01 span {
  display: block;
  margin-top: 16px;
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-device-width: 767px) {
  .index .index-heading01 span {
    margin-top: 8px;
    font-size: 12px;
  }
}
.index .index-heading02 {
  color: #639E32;
  font-size: 30px;
  line-height: 1.6;
}
@media screen and (max-device-width: 767px) {
  .index .index-heading02 {
    font-size: 25px;
  }
}
.index .main-sec {
  position: relative;
  margin-top: 145px;
  margin-bottom: 64px;
}
@media screen and (max-device-width: 767px) {
  .index .main-sec {
    margin-top: 130px;
    margin-bottom: 56px;
  }
}
.index .main-sec .contents {
  position: relative;
}
.index .main-sec .video {
  overflow: hidden;
  position: relative;
  padding-bottom: 45%;
  z-index: 0;
}
@media screen and (max-device-width: 767px) {
  .index .main-sec .video {
    margin: 0 -6%;
    padding-bottom: 106.119%; /*815/768*/
    border-radius: 12px;
  }
}
.index .main-sec .video video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-device-width: 767px) {
  .index .main-sec .video video {
    width: auto;
    height: 100%;
  }
}
.index .main-sec .main-heading01 {
  position: absolute;
  top: -88px;
  left: 30px;
  color: #1D2E15;
  font-size: 50px;
  line-height: 1.3;
  z-index: 1;
}
@media screen and (max-device-width: 767px) {
  .index .main-sec .main-heading01 {
    top: -76px;
    left: 16px;
    font-size: min(35px, 9.358vw); /*35/374*/
  }
}
.index .main-sec .bt {
  position: absolute;
  right: 32px;
  bottom: 170px;
  z-index: 1;
}
@media screen and (max-device-width: 767px) {
  .index .main-sec .bt {
    right: 50%;
    bottom: 28px;
    transform: translateX(50%);
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin: 0 auto;
  }
}
.index .philosophy-sec {
  position: relative;
  margin-bottom: 120px;
  padding-bottom: 72px;
}
@media screen and (max-device-width: 767px) {
  .index .philosophy-sec {
    margin-bottom: 64px;
    padding-bottom: 56px;
  }
}
.index .philosophy-sec .wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-device-width: 767px) {
  .index .philosophy-sec .wrap {
    display: block;
  }
}
.index .philosophy-sec .wrap .heading {
  width: 300px;
}
@media screen and (max-device-width: 767px) {
  .index .philosophy-sec .wrap .heading {
    width: 100%;
  }
}
.index .philosophy-sec .wrap .heading .index-heading01 {
  margin-bottom: 64px;
}
@media screen and (max-device-width: 767px) {
  .index .philosophy-sec .wrap .heading .index-heading01 {
    margin-bottom: 32px;
  }
}
.index .philosophy-sec .wrap .txt {
  max-width: 600px;
  width: calc(100% - 364px);
}
@media screen and (max-device-width: 767px) {
  .index .philosophy-sec .wrap .txt {
    width: 100%;
  }
}
.index .philosophy-sec .wrap .txt .index-heading02 {
  margin-bottom: 24px;
}
@media screen and (max-device-width: 767px) {
  .index .philosophy-sec .wrap .txt .index-heading02 {
    margin-bottom: 36px;
  }
}
.index .philosophy-sec .wrap .txt p {
  margin-bottom: 44px;
  font-size: 17px;
  line-height: 1.9;
}
@media screen and (max-device-width: 767px) {
  .index .philosophy-sec .wrap .txt p {
    font-size: 14px;
  }
}
.index .philosophy-sec .wrap .txt p span {
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-device-width: 767px) {
  .index .philosophy-sec .wrap .txt p span {
    margin-bottom: 12px;
  }
}
.index .philosophy-sec .wrap .txt p span:last-child {
  margin-bottom: 0;
}
.index .philosophy-sec .loop-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: flex;
  -moz-column-gap: 64px;
       column-gap: 64px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: rgba(153, 200, 93, 0.15);
  font-size: 208px;
  line-height: 1;
  word-break: break-all;
  -webkit-animation: loop-anime 20s linear infinite;
          animation: loop-anime 20s linear infinite;
  pointer-events: none;
}
@media screen and (max-device-width: 767px) {
  .index .philosophy-sec .loop-txt {
    -moz-column-gap: 32px;
         column-gap: 32px;
    font-size: 104px;
  }
}
@-webkit-keyframes loop-anime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loop-anime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-device-width: 767px) {
  .index .service-sec {
    border-radius: 12px;
    background-color: #EFF7F0;
  }
}
.index .service-sec .contents {
  padding: 88px 50px 64px;
  border-radius: 16px;
  background-color: #EFF7F0;
}
@media screen and (max-device-width: 767px) {
  .index .service-sec .contents {
    padding: 32px 0 48px;
  }
}
.index .service-sec .index-heading01 {
  margin-bottom: 60px;
}
@media screen and (max-device-width: 767px) {
  .index .service-sec .index-heading01 {
    margin-bottom: 32px;
  }
}
.index .service-sec .list-service {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.272%;
       column-gap: 2.272%; /*25/1100*/
  margin-bottom: 80px;
}
@media screen and (max-device-width: 767px) {
  .index .service-sec .list-service {
    display: block;
    margin-bottom: 56px;
  }
}
.index .service-sec .list-service li {
  width: 31.818%; /*350/1100*/
}
@media screen and (max-device-width: 767px) {
  .index .service-sec .list-service li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 56px;
  }
}
.index .service-sec .list-service li .img {
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 16px;
}
@media screen and (max-device-width: 767px) {
  .index .service-sec .list-service li .img {
    width: 120px;
    margin: 0 20px 0 0;
    border-radius: 12px;
  }
}
@media screen and (max-device-width: 767px) {
  .index .service-sec .list-service li .txt {
    width: calc(100% - 140px);
  }
}
.index .service-sec .list-service li .txt h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
  font-size: 27px;
  line-height: 1.7;
}
@media screen and (max-device-width: 767px) {
  .index .service-sec .list-service li .txt h3 {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.index .service-sec .list-service li .txt h3 span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-device-width: 767px) {
  .index .service-sec .list-service li .txt h3 span {
    font-size: 12px;
  }
}
.index .service-sec .list-service li .txt p {
  line-height: 1.7;
}
.index .service-sec .list-service li .txt .bt {
  margin-top: 40px;
}
@media screen and (max-device-width: 767px) {
  .index .service-sec .list-service li .txt .bt {
    margin-top: 12px;
  }
}
.index .service-sec .list-service:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=index.css.map */