@charset "UTF-8";
/*!
Theme Name: saito_child
Template: saito_child
Author: designL
Author URI: https://design-p.com/*/
.indent_content {
  padding: 100px 0;
}

.indent_content02 {
  margin-top: 150px;
}

.indent_content03 {
  margin-top: 50px;
}

.indent_content04 {
  margin-top: 80px;
}

#wrap {
  overflow-x: hidden;
}

body {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  width: 100%;
  height: 100%;
}

body.indication {
  opacity: 1;
}

.sp_hamburger, .sp_nav {
  display: none;
}

.page_thumb {
  margin-top: 50px;
  margin-bottom: 150px;
}
.page_thumb .txt_box {
  line-height: 1;
  position: absolute;
  left: 0;
}
.page_thumb .txt_box .thumb_txt01 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1px;
}
.page_thumb .txt_box .garden_thumb_txt01 {
  line-height: 1.25;
}
.page_thumb .txt_box .pan {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.page_thumb .txt_box .pan a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.page_thumb .img_box {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 1000px;
  left: 560px;
  height: 345px;
}
.page_thumb .img_box .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: relative;
  z-index: 10;
}
.page_thumb .img_box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 510px;
  background: #f8f8f8;
  left: 270px;
  top: -110px;
}

.single_page {
  margin-bottom: 120px;
}

.page_title {
  font-size: 70px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}

.page_title_min {
  font-size: 20px;
  line-height: 1;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

.op_box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 250;
  overflow: hidden;
}

.op_box .logo_box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.op_box.delete {
  display: none;
}

.op_box .bdr {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 20%;
  background: #191919;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.op_box .bdr02 {
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
}

.op_box .bdr03 {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

.op_box .bdr04 {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.op_box .bdr05 {
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}

.op_box.inview .bdr {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.op_box .op_logo {
  position: relative;
  margin: auto;
  z-index: 10;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}

.op_box .logo_box01 {
  position: relative;
}

.op_box .op_txt01 {
  position: relative;
  color: #fff;
  z-index: 10;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 1px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}

.op_box.inview .op_logo, .op_box.inview .op_txt01 {
  opacity: 1;
}

.op_box.inview .op_logo.delete, .op_box.inview .op_txt01.delete {
  opacity: 0;
}

/*header*/
header {
  position: relative;
}
header .title {
  font-size: 14px;
  line-height: 1.1;
}
header .big {
  font-size: 40px;
  letter-spacing: 1px;
}
header .big02 {
  font-size: 22px;
  letter-spacing: 1px;
  margin-left: 5px;
}

.single_header {
  margin-top: 20px;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.hamburger_nav {
  line-height: 1;
  position: absolute;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  top: 0;
  left: 0;
  right: 0;
  padding-left: 120px;
  z-index: 90;
  opacity: 0;
  -webkit-transition: opacity 0.24s;
  transition: opacity 0.24s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: url(img/header/nav_bg.jpg) center center repeat;
  -webkit-transition: opacity 0.33s, -webkit-transform 0.5s cubic-bezier(0.33, 0, 0, 1);
  transition: opacity 0.33s, -webkit-transform 0.5s cubic-bezier(0.33, 0, 0, 1);
  transition: opacity 0.33s, transform 0.5s cubic-bezier(0.33, 0, 0, 1);
  transition: opacity 0.33s, transform 0.5s cubic-bezier(0.33, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(0.33, 0, 0, 1);
}
.hamburger_nav .sp-sns {
  display: none;
}
.hamburger_nav.is_active {
  opacity: 1;
  pointer-events: auto;
}
.hamburger_nav .box {
  margin: 0;
}
.hamburger_nav .over .title {
  text-align: center;
}
.hamburger_nav .over .title p:nth-of-type(1) {
  font-size: 25px;
  letter-spacing: 2px;
}
.hamburger_nav .over .title p:nth-of-type(1) span {
  font-size: 40px;
  margin-right: 5px;
}
.hamburger_nav .over .title p:nth-of-type(2) {
  font-size: 14px;
  margin-top: 2px;
}
.hamburger_nav .over .nav_inner a {
  font-size: 20px;
  position: relative;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.hamburger_nav .over .nav_inner a:nth-of-type(n + 2) {
  margin-left: 50px;
}
.hamburger_nav .over .nav_inner a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #1fa23b;
  clip-path: inset(0 50% 0 50%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  left: 0;
  bottom: -7px;
}
.hamburger_nav .over .nav_inner a:hover {
  color: #1fa23b;
}
.hamburger_nav .over .nav_inner a:hover::after {
  clip-path: inset(0);
}
.hamburger_nav .c_box {
  margin-top: 90px;
}
.hamburger_nav .c_box ul li {
  font-size: 20px;
  display: table;
  position: relative;
}
.hamburger_nav .c_box ul li:nth-of-type(n + 2) {
  margin-top: 40px;
}
.hamburger_nav .c_box ul li a {
  position: relative;
  z-index: 20;
}
.hamburger_nav .c_box ul li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.1041666667em;
  left: -0.1041666667em;
  height: 0.5em;
  margin: auto;
  content: "";
  background-color: #1fa23b;
  -webkit-transition: background-color 0.25s ease, -webkit-transform 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  transition: background-color 0.25s ease, -webkit-transform 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  transition: transform 0.5s cubic-bezier(0.66, 0, 0.34, 1), background-color 0.25s ease;
  transition: transform 0.5s cubic-bezier(0.66, 0, 0.34, 1), background-color 0.25s ease, -webkit-transform 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.hamburger_nav .c_box ul li:hover::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.hamburger_nav .c_box ul:nth-of-type(n + 2) {
  margin-left: 150px;
}
.hamburger_nav .under {
  margin-top: 90px;
  text-align: center;
}
.hamburger_nav .under .tel {
  font-size: 35px;
  letter-spacing: 3px;
}
.hamburger_nav .under .tel span {
  font-size: 55px;
}
.hamburger_nav .under p {
  font-size: 20px;
  margin-top: 15px;
}
.hamburger_nav.is_active {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.hamburger_nav.sp-nav {
  display: none;
}
.hamburger_nav.pc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.frontMainBox {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.frontMainBox .left_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #000;
  position: relative;
  height: 100%;
  min-width: 120px;
  z-index: 100;
  width: 120px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  /*ハンバーガーメニュー*/
}
.frontMainBox .left_box .hamburger_box .hamburger {
  z-index: 100;
  background: none;
  outline: none;
  border: none;
  margin: auto;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  height: 100%;
}
.frontMainBox .left_box .hamburger_box .hamburger .navi {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  margin: auto;
  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;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  width: 26px;
  height: 26px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.frontMainBox .left_box .hamburger_box .hamburger .navi .dots {
  width: 6px;
  height: 6px;
  background-color: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.frontMainBox .left_box .hamburger_box .hamburger .navi .dots:nth-of-type(3n+2) {
  margin: 0 4px;
}
.frontMainBox .left_box .hamburger_box .hamburger .navi .dots:nth-of-type(2) {
  -webkit-transform-origin: top;
          transform-origin: top;
}
.frontMainBox .left_box .hamburger_box .hamburger .navi .dots:nth-of-type(4) {
  -webkit-transform-origin: left;
          transform-origin: left;
}
.frontMainBox .left_box .hamburger_box .hamburger .navi .dots:nth-of-type(6) {
  -webkit-transform-origin: right;
          transform-origin: right;
}
.frontMainBox .left_box .hamburger_box .hamburger .navi .dots:nth-of-type(8) {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.frontMainBox .left_box .hamburger_box .hamburger .navi .dots:nth-of-type(1), .frontMainBox .left_box .hamburger_box .hamburger .navi .dots:nth-of-type(3), .frontMainBox .left_box .hamburger_box .hamburger .navi .dots:nth-of-type(5), .frontMainBox .left_box .hamburger_box .hamburger .navi .dots:nth-of-type(7), .frontMainBox .left_box .hamburger_box .hamburger .navi .dots:nth-of-type(9) {
  background: #1fa23b;
}
.frontMainBox .left_box .hamburger_box .hamburger .navi.is_active {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.frontMainBox .left_box .hamburger_box .hamburger .navi.is_active .dots:nth-of-type(1) {
  -webkit-filter: opacity(0);
          filter: opacity(0);
}
.frontMainBox .left_box .hamburger_box .hamburger .navi.is_active .dots:nth-of-type(2) {
  -webkit-transform: scaleY(4.75);
          transform: scaleY(4.75);
}
.frontMainBox .left_box .hamburger_box .hamburger .navi.is_active .dots:nth-of-type(3) {
  -webkit-filter: opacity(0);
          filter: opacity(0);
}
.frontMainBox .left_box .hamburger_box .hamburger .navi.is_active .dots:nth-of-type(4) {
  -webkit-transform: scaleX(4.75);
          transform: scaleX(4.75);
}
.frontMainBox .left_box .hamburger_box .hamburger .navi.is_active .dots:nth-of-type(5) {
  -webkit-filter: opacity(0);
          filter: opacity(0);
}
.frontMainBox .left_box .hamburger_box .hamburger .navi.is_active .dots:nth-of-type(6) {
  -webkit-transform: scaleX(4.75);
          transform: scaleX(4.75);
}
.frontMainBox .left_box .hamburger_box .hamburger .navi.is_active .dots:nth-of-type(7) {
  -webkit-filter: opacity(0);
          filter: opacity(0);
}
.frontMainBox .left_box .hamburger_box .hamburger .navi.is_active .dots:nth-of-type(8) {
  -webkit-transform: scaleY(4.75);
          transform: scaleY(4.75);
}
.frontMainBox .left_box .hamburger_box .hamburger .navi.is_active .dots:nth-of-type(9) {
  -webkit-filter: opacity(0);
          filter: opacity(0);
}
.frontMainBox .left_box:hover {
  background: #202020;
}
.frontMainBox .left_box:hover .hamburger_box .hamburger .navi .dots {
  background-color: #fff;
}
.frontMainBox .left_box:hover .hamburger_box .hamburger .navi .dots:nth-of-type(1), .frontMainBox .left_box:hover .hamburger_box .hamburger .navi .dots:nth-of-type(3), .frontMainBox .left_box:hover .hamburger_box .hamburger .navi .dots:nth-of-type(5), .frontMainBox .left_box:hover .hamburger_box .hamburger .navi .dots:nth-of-type(7), .frontMainBox .left_box:hover .hamburger_box .hamburger .navi .dots:nth-of-type(9) {
  background: #1fa23b;
}
.frontMainBox .left_box .sns_box {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 110;
}
.frontMainBox .left_box .sns_box .insta {
  margin: 0 auto;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.frontMainBox .left_box .sns_box .insta:hover {
  opacity: 0.6;
}
.frontMainBox .left_box .sns_box .insta img {
  margin: 0 auto;
}
.frontMainBox .left_box .sns_box .line {
  margin: 30px auto 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.frontMainBox .left_box .sns_box .line:hover {
  opacity: 0.6;
}
.frontMainBox .left_box .sns_box .line img {
  margin: 0 auto;
}
.frontMainBox .right_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 15px;
  height: 100%;
  width: 100%;
  padding-left: 150px;
  min-width: calc(100% - 120px);
}
.frontMainBox .right_box header {
  margin-bottom: 25px;
}
.frontMainBox .right_box .inner {
  position: relative;
}
.frontMainBox .right_box .inner .txt_box {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 50;
}
.frontMainBox .right_box .inner .txt_box h1 {
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: 5px;
}
.frontMainBox .right_box .inner .txt_box h1 span {
  font-size: 100px;
}
.frontMainBox .right_box .inner .txt_box .txt01 {
  font-size: 40px;
  line-height: 1;
  margin-top: 18px;
  letter-spacing: 1.5px;
}
.frontMainBox .right_box .inner .txt_box .txt02 {
  font-size: 30px;
  line-height: 1.3;
  margin-top: 40px;
  letter-spacing: 1px;
}
.frontMainBox .right_box .inner .slide_area {
  position: relative;
  right: 0;
}
.frontMainBox .right_box .inner .main-slider {
  right: -360px;
  width: 1100px;
  margin: 0;
  position: relative;
}
.frontMainBox .right_box .inner .main-slider .swiper-slide {
  height: 667px;
}
.frontMainBox .right_box .inner .main-slider .swiper-slide .slide {
  overflow: hidden;
  width: 1100px;
}
.frontMainBox .right_box .inner .main-slider .swiper-slide.swiper-slide-active img, .frontMainBox .right_box .inner .main-slider .swiper-slide.swiper-slide-duplicate-active img, .frontMainBox .right_box .inner .main-slider .swiper-slide.swiper-slide-prev img {
  -webkit-animation: zoomUp 11s linear 0s normal both;
          animation: zoomUp 11s linear 0s normal both;
}
.frontMainBox .right_box .inner .slider-thumbnail {
  width: 750px;
  right: -5px;
  bottom: -45px;
  z-index: 60;
  position: absolute;
  cursor: pointer;
}
.frontMainBox .right_box .inner .slider-thumbnail .swiper-slide {
  width: 20%;
  position: relative;
}
.frontMainBox .right_box .inner .slider-thumbnail .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #fff;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.frontMainBox .right_box .inner .slider-thumbnail .swiper-slide:nth-of-type(n + 2) {
  margin-left: -3px;
}
.frontMainBox .right_box .inner .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  z-index: 70;
}
.frontMainBox .right_box .inner .slider-thumbnail .swiper-slide.swiper-slide-thumb-active::before {
  border-color: #1fa23b;
}
.frontMainBox .icon_text {
  font-size: 150px;
  line-height: 1;
  position: absolute;
  bottom: 20px;
  left: 130px;
  font-weight: bold;
  opacity: 0.1;
  letter-spacing: 10px;
  word-break: keep-all;
  min-width: 1920px;
}
.frontMainBox.inview {
  -webkit-animation: mainVisualFadeIn 1.5s ease-out both;
          animation: mainVisualFadeIn 1.5s ease-out both;
}
@-webkit-keyframes mainVisualFadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes mainVisualFadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

.svg_line {
  overflow: inherit;
}

.svg_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

#svg_line_box01, #svg_line_box02, #svg_line_box03, #svg_line_box04, #svg_line_box05 {
  position: relative;
  top: 0;
  right: 0;
  z-index: 2;
  width: 1200px;
  height: 100%;
}

#svg_line01, #svg_line02, #svg_line03, #svg_line04, #svg_line05 {
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
}

@-webkit-keyframes stroke_dashoffset_zero {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke_dashoffset_zero {
  to {
    stroke-dashoffset: 0;
  }
}
.inview #svg_line01 {
  -webkit-animation: 2s linear 0.5s 1 normal forwards stroke_dashoffset_zero;
          animation: 2s linear 0.5s 1 normal forwards stroke_dashoffset_zero;
}

.inview #svg_line02, .inview #svg_line03, .inview #svg_line04, .inview #svg_line05 {
  -webkit-animation: 2s linear 0.2s 1 normal forwards stroke_dashoffset_zero;
          animation: 2s linear 0.2s 1 normal forwards stroke_dashoffset_zero;
}

#index {
  padding-top: 100vh;
}
#index .add_box01 {
  position: relative;
  background: #fff;
  padding-top: 100px;
}
#index .add_box01 .title_box {
  line-height: 1;
}
#index .add_box01 .big {
  font-size: 70px;
  letter-spacing: 5px;
}
#index .add_box01 h2 {
  font-size: 25px;
  margin-top: 8px;
  letter-spacing: 2px;
}
#index .add_box01 .movie_area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 160px);
  height: 700px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
#index .add_box01 .movie_area video {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
}
#index .add_box01 .movie_area .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  opacity: 0.3;
  z-index: 10;
  top: 0;
  left: 0;
}
#index .add_box02 {
  background: #fff;
  padding: 100px 0 0;
  position: relative;
}
#index .add_box02 .logo {
  margin: 0 auto 20px;
  position: relative;
  z-index: 10;
}
#index .add_box02 p {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  display: table;
  margin: auto;
  position: relative;
  z-index: 10;
  color: #231815;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .bdrs_title .bdrs_boxs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
}
#index .bdrs_title .bdr_title_c {
  margin: 0 100px;
}
#index .bdrs_title .title_bdr {
  content: "";
  display: block;
  background: #1fa23b;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
#index .bdrs_title .title_bdr01, #index .bdrs_title .title_bdr04 {
  height: 2px;
  width: calc(100% - 50px);
}
#index .bdrs_title .title_bdr02, #index .bdrs_title .title_bdr03 {
  height: 5px;
}
#index .bdrs_title .title_bdr02 {
  margin-top: 4px;
}
#index .bdrs_title .title_bdr04 {
  margin-left: auto;
  margin-top: 4px;
}
#index .bdrs_title .title_bdr01, #index .bdrs_title .title_bdr02 {
  clip-path: inset(0 0 0 100%);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .bdrs_title .title_bdr03, #index .bdrs_title .title_bdr04 {
  clip-path: inset(0 100% 0 0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .inview .title_bdr {
  clip-path: inset(0);
}
#index .sys_title {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  line-height: 1;
}
#index .sys_title p {
  font-size: 70px;
  letter-spacing: 5px;
}
#index .sys_title h2 {
  font-size: 25px;
  margin-left: 30px;
  letter-spacing: 2px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#index .sys_title .bdr {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: #1fa23b;
  margin-top: 15px;
  position: absolute;
  left: 0;
  bottom: -20px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#index .box01 {
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  padding: 50px 0;
}
#index .box01 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#index .box01 .inner .icon_text {
  font-size: 16px;
  line-height: 1.6;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 1.5px;
}
#index .box01 .inner h2 {
  font-size: 40px;
  margin-bottom: 35px;
  font-weight: 400;
}
#index .box01 .inner .text {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
}
@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#index .box02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 100px;
  background: #fff;
  position: relative;
}
#index .box02 .kv-slider {
  overflow: inherit;
  width: calc(100% - 200px);
  height: 500px;
  clip-path: inset(0 100%);
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
  -webkit-transition-timing-function: cubic-bezier(0.18, 0.06, 0.23, 1);
          transition-timing-function: cubic-bezier(0.18, 0.06, 0.23, 1);
  position: relative;
  margin: 0 auto;
}
#index .box02 .kv-slider .swiper-slide {
  /*fedeアニメーションは必要ないため透過を無しにする*/
  opacity: 1 !important;
}
#index .box02 .kv-slider .swiper-slide img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#index .box02 .kv-slider .swiper-slide .slide,
#index .box02 .kv-slider .swiper-slide .slide .image {
  /*切り替わり中は前のスライドのアニメーションを遅らせる*/
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#index .box02 .kv-slider .swiper-slide .slide {
  clip-path: circle(0 at 50% 50%);
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  overflow: hidden;
  height: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.18, 0.06, 0.23, 1);
          transition-timing-function: cubic-bezier(0.18, 0.06, 0.23, 1);
}
#index .box02 .kv-slider .swiper-slide .slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .box02 .kv-slider .swiper-slide .slide .image {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 100%;
}
#index .box02 .kv-slider .swiper-slide-active {
  /*アクティブなスライドが一番上に来るように*/
  z-index: 2;
}
#index .box02 .kv-slider .swiper-slide-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#index .box02 .kv-slider .swiper-slide-active .slide,
#index .box02 .kv-slider .swiper-slide-active .slide .image {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  clip-path: circle(100% at 50% 50%);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-filter: inherit;
          filter: inherit;
}
#index .box02 .kv-slider .pagination_box {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 10;
  width: 145px;
  height: 145px;
  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;
}
#index .box02 .kv-slider .pagination_box .swiper-pagination-fraction {
  width: 120px;
  height: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  background: rgba(31, 162, 59, 0.8);
  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;
  letter-spacing: 5px;
  line-height: 1;
  font-size: 30px;
  font-weight: 400;
}
#index .box02 .kv-slider .pagination_box svg {
  overflow: visible;
  position: absolute;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 12px;
  -webkit-animation: 15s linear infinite rotation1;
          animation: 15s linear infinite rotation1;
}
#index .box02 .kv-slider .pagination_box path {
  fill: none;
}
#index .box02 .kv-slider .pagination_box text {
  fill: #1fa23b;
}
#index .box02.inview .kv-slider {
  clip-path: inset(0);
}
#index .box03 {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 200px;
}
#index .box03 .title_box {
  line-height: 1;
  margin-bottom: 100px;
  clip-path: inset(0 100% 0 0);
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}
#index .box03 .title_box h2 {
  font-size: 60px;
  letter-spacing: 3px;
}
#index .box03 .title_box .min {
  font-size: 35px;
  margin-top: 20px;
  letter-spacing: 9.5px;
}
#index .box03 .txt01 {
  font-size: 25px;
  line-height: 1;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
#index .box03 .txt02 {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 40px;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#index .box03.inview .title_box {
  clip-path: inset(0);
}
#index .box03 .btn {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
  position: relative;
  z-index: 10;
  margin-bottom: 70px;
}
#index .box03 .btn a {
  width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  line-height: 1;
  font-size: 16px;
  background: #1fa23b;
  border-bottom: 3px solid #086e1e;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  margin: 0 auto;
}
#index .box03 .btn a:hover {
  opacity: 0.8;
}
#index .box03 .bnr_inner {
  margin: 80px auto 0;
  position: relative;
  z-index: 20;
}
#index .box03 .bnr_inner .item:nth-of-type(1) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
#index .box03 .bnr_inner .item:nth-of-type(2) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
#index .box04 {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #fff;
}
#index .box04 .img {
  min-width: 1920px;
  position: relative;
  height: 100%;
  left: 50%;
  margin-left: -960px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
#index .box04 .txt_box {
  background: rgba(8, 110, 30, 0.7);
  width: 750px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 50px 50px;
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 110px;
  -webkit-transition: clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s;
  transition: clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s;
  clip-path: inset(0 100% 0 0);
}
#index .box04 .txt_box h2 {
  font-size: 40px;
  line-height: 1;
}
#index .box04 .txt_box .text {
  font-size: 16px;
  line-height: 2;
  margin: 20px 0;
  word-break: keep-all;
}
#index .box04 .txt_box .btn {
  width: 450px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f8f8f8;
  padding: 16px 0;
  text-align: center;
  background: url(img/index/box04_btn_bg.svg) top left repeat;
  line-height: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .box04 .txt_box .btn:hover {
  opacity: 0.7;
}
#index .box04 .bdr_box {
  position: absolute;
  z-index: 10;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  top: 30px;
  left: 30px;
}
#index .box04 .bdr_box span {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
#index .box04 .bdr_box span:nth-of-type(1), #index .box04 .bdr_box span:nth-of-type(2) {
  width: 0;
  height: 3px;
}
#index .box04 .bdr_box span:nth-of-type(3), #index .box04 .bdr_box span:nth-of-type(4) {
  width: 3px;
  height: 0;
}
#index .box04 .bdr_box span:nth-of-type(1) {
  top: 0;
  left: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box04 .bdr_box span:nth-of-type(2) {
  bottom: 0;
  right: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box04 .bdr_box span:nth-of-type(3) {
  top: 0;
  right: 0;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
#index .box04 .bdr_box span:nth-of-type(4) {
  bottom: 0;
  left: 0;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
#index .box04 .line_box {
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
#index .box04 .line_box span {
  background: #fff;
  width: 2px;
  height: 0;
  position: absolute;
  top: 0;
  left: -331px;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box04.inview .line_box span {
  height: 100%;
}
#index .box04.inview .img {
  -webkit-filter: inherit;
          filter: inherit;
}
#index .box04.inview .txt_box {
  clip-path: inset(0);
}
#index .box04.inview .bdr_box span:nth-of-type(1), #index .box04.inview .bdr_box span:nth-of-type(2) {
  width: 100%;
}
#index .box04.inview .bdr_box span:nth-of-type(3), #index .box04.inview .bdr_box span:nth-of-type(4) {
  height: 100%;
}
#index .box05 {
  background: url(img/index/box05_bg.jpg) center center repeat;
  position: relative;
  padding-bottom: 130px;
  overflow: hidden;
  background-color: #fff;
}
#index .box05 h2 {
  font-size: 80px;
  line-height: 1;
  margin-right: 35px;
  letter-spacing: 2px;
}
#index .box05 .min {
  font-size: 50px;
  line-height: 1;
  color: #a3a3a3;
  letter-spacing: 2px;
}
#index .box05 .inner {
  margin-top: 100px;
  z-index: 10;
}
#index .box05 .txt_box {
  position: absolute;
  left: 0;
  top: 45px;
  width: 595px;
  z-index: 20;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#index .box05 .txt_box h3 {
  font-size: 30px;
  line-height: 1.6;
  margin-top: 35px;
  text-shadow: 0 0 5px #fff;
}
#index .box05 .txt_box .text {
  font-size: 16px;
  margin-top: 25px;
  line-height: 2;
  width: 375px;
}
#index .box05 .txt_box .bdr {
  width: 150px;
  height: 5px;
  display: block;
  background: #1fa23b;
}
#index .box05 .img {
  right: -420px;
  position: relative;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#index .box05 .btn_box {
  position: absolute;
  right: 50px;
  bottom: 100px;
  z-index: 20;
}
#index .box05 .btn_box .btn {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#index .box05 .btn_box .btn a {
  width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  line-height: 1;
  font-size: 16px;
  background: #1fa23b;
  border-bottom: 3px solid #086e1e;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .box05 .btn_box .btn a:hover {
  opacity: 0.8;
}
#index .box05 .btn_box .btn:nth-of-type(2) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#index .box05 .btn_box .btn:nth-of-type(2) a {
  background: #086e1e;
  border-color: #1fa23b;
  margin-left: 20px;
}
#index .box05 .boxs_box {
  position: absolute;
  bottom: -40px;
  left: -295px;
}
#index .box05 .boxs_box span {
  display: block;
  position: relative;
}
#index .box05 .boxs_box span:nth-of-type(1) {
  width: 200px;
  height: 200px;
  background: #1fa23b;
  opacity: 0;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#index .box05 .boxs_box span:nth-of-type(2) {
  width: 125px;
  height: 125px;
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  margin: auto;
  background: #086e1e;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#index .box05 .boxs_box span:nth-of-type(3) {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -40px;
  right: -35px;
  background: #086e1e;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
#index .box05.inview .boxs_box span:nth-of-type(1) {
  opacity: 1;
}
#index .box06 {
  background: url(img/index/box06_bg.jpg) center center no-repeat;
  overflow: hidden;
  position: relative;
  background: #fff;
}
#index .box06 .min {
  font-size: 30px;
  line-height: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box06 h2 {
  font-size: 50px;
  line-height: 1;
  margin: 25px auto 50px;
  letter-spacing: 1px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box06 .bnr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.18, 0.06, 0.23, 1);
          transition-timing-function: cubic-bezier(0.18, 0.06, 0.23, 1);
  position: relative;
  z-index: 10;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  clip-path: inset(0 100% 0 0);
}
#index .box06 .bnr a {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .box06 .bnr a:hover {
  opacity: 0.7;
}
#index .box06.inview .bnr {
  clip-path: inset(0);
}
#index .c_img_box {
  position: relative;
  background: #fff;
}
#index .c_img_box .line_box {
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
#index .c_img_box .line_box span {
  background: #fff;
  width: 2px;
  height: 0;
  position: absolute;
  top: 0;
  left: -331px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .c_img_box.inview .line_box span {
  height: 100%;
}
#index .c_img {
  position: relative;
  min-width: 1920px;
  left: 50%;
  margin-left: -960px;
}
#index .present_box {
  padding: 150px 0;
  background: #fff;
  position: relative;
}
#index .present_box h2 {
  font-size: 40px;
  line-height: 1.4;
  position: relative;
  display: table;
}
#index .present_box h2 span {
  margin-left: 80px;
  color: #21a33c;
}
#index .present_box h2 .icon {
  position: absolute;
  right: 130px;
  top: -50px;
}
#index .present_box .inbox12 {
  position: relative;
  z-index: 20;
}
#index .present_box .text {
  font-size: 18px;
  line-height: 1.7;
  position: relative;
  z-index: 10;
  font-weight: 600;
  margin-top: 30px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#index .present_box .btn_box {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .present_box .btn {
  width: 350px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  line-height: 1;
  font-size: 18px;
  background: #1fa23b;
  border-bottom: 3px solid #086e1e;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  color: #fff;
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}
#index .present_box .btn:hover {
  opacity: 0.8;
}
#index .present_box .img01 {
  position: absolute;
  right: -30px;
  top: -180px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .present_box .line_box {
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
#index .present_box .line_box span {
  background: #8FD19D;
  width: 2px;
  height: 0;
  position: absolute;
  top: 0;
  left: -331px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .present_box.inview .line_box span {
  height: 100%;
}
#index .box07 {
  position: relative;
  overflow: hidden;
  background: #fff;
}
#index .box07 .swiper-container {
  width: 1000px;
  margin: 100px auto 0;
  position: relative;
  z-index: 30;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box07 .works-slider {
  width: 800px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
#index .box07 .works-slider .swiper-slide .img_box {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#index .box07 .works-slider .swiper-slide .img_box .img {
  width: 100%;
  padding-top: 56%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .box07 .works-slider .swiper-slide .img_box .tag {
  background: #1fa23b;
  width: 200px;
  height: 40px;
  line-height: 1;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
#index .box07 .works-slider .swiper-slide .img_box .tag.リフォーム外構工事 {
  background: orange;
}
#index .box07 .works-slider .swiper-slide h3 {
  font-size: 20px;
  line-height: 1;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .box07 .works-slider .swiper-slide .txt_inner {
  margin-top: 20px;
  line-height: 1;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .box07 .works-slider .swiper-slide .txt_inner .time {
  font-size: 16px;
  margin-right: 15px;
}
#index .box07 .works-slider .swiper-slide .txt_inner .works_text01, #index .box07 .works-slider .swiper-slide .txt_inner .works_text02 {
  font-size: 16px;
}
#index .box07 .works-slider .swiper-slide .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1;
  background: #fff;
  border: 3px solid #086e1e;
  border-bottom: 5px solid #086e1e;
  color: #086e1e;
  font-weight: 900;
  text-align: center;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .box07 .works-slider .swiper-slide.swiper-slide-active .img_box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
#index .box07 .works-slider .swiper-slide.swiper-slide-active h3 {
  opacity: 1;
}
#index .box07 .works-slider .swiper-slide.swiper-slide-active .txt_inner {
  opacity: 1;
}
#index .box07 .works-slider .swiper-slide.swiper-slide-active .btn {
  opacity: 1;
}
#index .box07 .bg {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: #1fa23b;
}
#index .box07 .swiper-button-prev {
  width: 50px;
  left: 30px;
  top: 240px;
}
#index .box07 .swiper-button-prev::after {
  display: none;
}
#index .box07 .swiper-button-next {
  width: 50px;
  right: 30px;
  top: 240px;
}
#index .box07 .swiper-button-next::after {
  display: none;
}
#index .box08 {
  background: url(img/index/box08_bg.jpg) center center repeat;
  position: relative;
}
#index .box08 .sys_title {
  max-width: 1100px;
}
#index .box08 .inner {
  max-width: 1100px;
  margin: 70px auto 0;
  position: relative;
  z-index: 10;
}
#index .box08 .inner .item {
  width: 333px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 50px;
}
#index .box08 .inner .item .img_box {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
#index .box08 .inner .item .img_box .img {
  width: 100%;
  padding-top: 69%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#index .box08 .inner .item h3 {
  font-size: 20px;
  margin-top: 20px;
}
#index .box08 .inner .item .txt_inner {
  margin-top: 20px;
}
#index .box08 .inner .item .txt_inner span {
  font-size: 16px;
}
#index .box08 .inner .item .txt_inner p {
  font-size: 16px;
  line-height: 1;
}
#index .box08 .inner .item .txt_inner .bdr {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#index .box08 .inner .item .txt_inner .triangle {
  margin-right: 15px;
}
#index .box08 .inner .item:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box08 .inner .item:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box08 .inner .item:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box08 .inner .item:nth-of-type(3n) {
  margin-right: 0;
}
#index .box08 .inner .item:hover .img_box .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.6;
}
#index .box08 .btn {
  margin: 50px auto 0;
  position: relative;
  z-index: 10;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box08 .btn a {
  width: 400px;
  padding: 21px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1fa23b;
  border-bottom: 3px solid #086e1e;
  font-size: 16px;
  line-height: 1;
  margin: auto;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .box08 .btn a:hover {
  opacity: 0.8;
}
#index .box08 .line_box {
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
#index .box08 .line_box span {
  background: #8FD19D;
  width: 2px;
  height: 0;
  position: absolute;
  top: 0;
  right: -1px;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
#index .box08.inview .line_box span {
  height: 100%;
}
#index .box09 {
  position: relative;
  background: #fff;
}
#index .box09 .txt_box {
  display: table;
  margin: 0 auto;
  line-height: 1;
  padding: 250px 0 400px;
  clip-path: inset(0 100% 0 0);
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#index .box09 .txt_box .txt01 {
  font-size: 60px;
}
#index .box09 .txt_box .txt02 {
  font-size: 40px;
  margin-top: 20px;
  letter-spacing: 2.5px;
}
#index .box09 .end_bdr {
  position: absolute;
  right: 90px;
  top: 520px;
  width: 20px;
  height: 100px;
  background: #1fa23b;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  clip-path: inset(0 0 100% 0);
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
#index .box09.inview .end_bdr, #index .box09.inview .txt_box {
  clip-path: inset(0);
}
#index .box11 {
  background: #fff;
  position: relative;
}
#index .box11 .inner .item img {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .box11 .inner .item:hover img {
  opacity: 0.7;
}
#index .box12 {
  background: -webkit-gradient(linear, left top, right top, from(#1fa23b), color-stop(50%, #1fa23b), color-stop(50%, #086e1e), to(#086e1e));
  background: linear-gradient(90deg, #1fa23b 0%, #1fa23b 50%, #086e1e 50%, #086e1e 100%);
  position: relative;
}
#index .box12 .inner .box {
  width: 575px;
  position: relative;
}
#index .box12 .inner .box .title_box {
  line-height: 1;
  margin-bottom: 30px;
}
#index .box12 .inner .box .title_box p {
  font-size: 40px;
  letter-spacing: 1px;
}
#index .box12 .inner .box .title_box h2 {
  font-size: 16px;
  margin-left: 20px;
}
#index .box12 .inner .box .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
  border-top: 1px solid #fff;
  position: relative;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#index .box12 .inner .box .item::before {
  position: absolute;
  content: "";
  left: 0;
  top: -3px;
  background: #fff;
  width: 110px;
  height: 5px;
}
#index .box12 .inner .box .item .over {
  line-height: 1;
}
#index .box12 .inner .box .item .over .time {
  font-size: 16px;
}
#index .box12 .inner .box .item .over h3 {
  font-size: 16px;
  margin-left: 20px;
}
#index .box12 .inner .box .item .text {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}
#index .box12 .inner .box .item:nth-of-type(3) {
  padding-bottom: 0;
}
#index .box12 .inner .box .item:hover {
  opacity: 0.7s;
}
#index .box12 .inner .box .btn {
  position: absolute;
  top: 10px;
  right: 0;
  font-weight: 600;
  letter-spacing: 0.4px;
}
#index .box13 {
  background: url(img/index/box13_bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  background-color: #fff;
}
#index .box13 .title_box {
  line-height: 1;
  margin-bottom: 40px;
}
#index .box13 .title_box p {
  font-size: 70px;
  letter-spacing: 1px;
}
#index .box13 .title_box h2 {
  font-size: 25px;
  margin-left: 30px;
  letter-spacing: 1px;
}
#index .box13 .text {
  font-size: 16px;
  line-height: 2.1;
}

#contact_banner {
  background: url(img/index/box10_bg.jpg) center center no-repeat;
  background-color: #fff;
  position: relative;
  padding-bottom: 95px;
}
#contact_banner .title_box {
  line-height: 1;
}
#contact_banner .big {
  font-size: 70px;
  letter-spacing: 5px;
}
#contact_banner h2 {
  font-size: 25px;
  margin-top: 8px;
  letter-spacing: 2px;
}
#contact_banner .box {
  position: relative;
  background: url(img/index/box10_bg02.jpg) top left repeat;
  padding: 0 30px;
  line-height: 1;
  height: 225px;
  margin-top: 45px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#contact_banner .box .txt01 {
  font-size: 20px;
  letter-spacing: 1px;
}
#contact_banner .box .tel {
  font-size: 35px;
  margin-top: 10px;
  letter-spacing: 3px;
}
#contact_banner .box .tel span {
  font-size: 55px;
}
#contact_banner .box .inner {
  margin-top: 20px;
}
#contact_banner .box .inner .mail {
  background: #fff;
  width: 350px;
  height: 40px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#contact_banner .box .inner .mail .icon {
  margin-right: 10px;
}
#contact_banner .box .inner .mail:hover {
  opacity: 0.6;
}
#contact_banner .box .inner .insta {
  margin-left: 20px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#contact_banner .box .inner .insta:hover {
  opacity: 0.6;
}
#contact_banner .box .inner .line {
  margin-left: 20px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#contact_banner .box .inner .line:hover {
  opacity: 0.8;
}
#contact_banner .box .img {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

#contact_banner_area .bdrs_title .bdrs_boxs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
}
#contact_banner_area .bdrs_title .bdr_title_c {
  margin: 0 100px;
}
#contact_banner_area .bdrs_title .title_bdr {
  content: "";
  display: block;
  background: #1fa23b;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
#contact_banner_area .bdrs_title .title_bdr01, #contact_banner_area .bdrs_title .title_bdr04 {
  height: 2px;
  width: calc(100% - 50px);
}
#contact_banner_area .bdrs_title .title_bdr02, #contact_banner_area .bdrs_title .title_bdr03 {
  height: 5px;
}
#contact_banner_area .bdrs_title .title_bdr02 {
  margin-top: 4px;
}
#contact_banner_area .bdrs_title .title_bdr04 {
  margin-left: auto;
  margin-top: 4px;
}
#contact_banner_area .bdrs_title .title_bdr01, #contact_banner_area .bdrs_title .title_bdr02 {
  clip-path: inset(0 0 0 100%);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#contact_banner_area .bdrs_title .title_bdr03, #contact_banner_area .bdrs_title .title_bdr04 {
  clip-path: inset(0 100% 0 0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#contact_banner_area.inview .title_bdr {
  clip-path: inset(0);
}

.link_part {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0;
  background: #1fa23b;
  position: relative;
}
.link_part .inner .item {
  width: 262px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  padding: 5px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.link_part .inner .item p {
  font-size: 16px;
  line-height: 1;
  margin: 0 auto;
}
.link_part .inner .item:hover {
  opacity: 0.7;
}

footer {
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
}
footer .inner .left_box {
  line-height: 1;
}
footer .inner .left_box .txt01 {
  font-size: 40px;
}
footer .inner .left_box .txt02 {
  font-size: 20px;
  margin: 12px 0 15px;
}
footer .inner .left_box .txt03 {
  font-size: 16px;
  line-height: 1.5;
}
footer .inner .left_box .icon_area {
  margin-top: 15px;
}
footer .inner .left_box .icon_area a {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
footer .inner .left_box .icon_area a:hover {
  opacity: 0.6;
}
footer .inner .left_box .icon_area a:nth-of-type(n + 2) {
  margin-left: 20px;
}
footer .inner .right_box nav a {
  font-size: 18px;
  line-height: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  position: relative;
  display: table;
}
footer .inner .right_box nav a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  clip-path: inset(0 50% 0 50%);
  left: 0;
  bottom: -7px;
  background: rgb(31, 162, 59);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
footer .inner .right_box nav a:nth-of-type(n + 2) {
  margin-top: 20px;
}
footer .inner .right_box nav a:hover {
  color: #1fa23b;
}
footer .inner .right_box nav a:hover::after {
  clip-path: inset(0);
}
footer .inner .right_box nav:nth-of-type(n + 2) {
  margin-left: 50px;
}
footer .copy {
  font-size: 12px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #000;
  padding: 5px 0;
  margin-top: 50px;
}

#pop_banner {
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 200;
}
#pop_banner #button {
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  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;
  z-index: 260;
  top: -7px;
  right: -7px;
  cursor: pointer;
}
#pop_banner.rm {
  display: none !important;
}

@media screen and (min-width: 1900px) {
  .frontMainBox .right_box .inner .slide_area {
    max-width: 1470px;
  }
}
@media screen and (max-width: 1500px) {
  .hamburger_nav {
    padding-left: 5%;
    padding-right: 5%;
  }
  .hamburger_nav .box {
    max-width: inherit;
    display: table;
  }
  .hamburger_nav .over .nav_inner a {
    font-size: 1.35vw;
  }
  .hamburger_nav .over .title p:nth-of-type(1) {
    font-size: 1.65vw;
    letter-spacing: 0.13vw;
  }
  .hamburger_nav .over .title p:nth-of-type(1) span {
    font-size: 2.68vw;
  }
  .hamburger_nav .over .title p:nth-of-type(1) {
    font-size: 0.94vw;
    letter-spacing: 0.1vw;
  }
  .hamburger_nav .c_box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hamburger_nav .c_box ul:nth-of-type(n + 2) {
    margin-left: 0;
  }
  .hamburger_nav .c_box ul li {
    font-size: 1.35vw;
  }
  .hamburger_nav .under .tel {
    font-size: 2.4vw;
    letter-spacing: 0.15vw;
  }
  .hamburger_nav .under .tel span {
    font-size: 3.5vw;
  }
  .hamburger_nav .under p {
    font-size: 1.35vw;
  }
  .frontMainBox .right_box {
    padding-left: 5%;
  }
  .frontMainBox .right_box .inner .txt_box h1 {
    font-size: 4vw;
  }
  .frontMainBox .right_box .inner .txt_box h1 span {
    font-size: 6vw;
  }
  .frontMainBox .right_box .inner .txt_box .txt01 {
    font-size: 2.3vw;
  }
  .frontMainBox .right_box .inner .txt_box .txt02 {
    font-size: 1.5vw;
  }
  .frontMainBox .right_box .inner .main-slider {
    right: -25%;
  }
}
@media screen and (max-width: 1220px) {
  #index .sys_title {
    width: calc(100% - 32px);
  }
  #index .box03 {
    min-width: 1200px;
  }
  #index .box05 .inner {
    padding: 0 16px;
    left: 16px;
  }
  #index .box05 .btn_box {
    margin-top: 50px;
    right: 0;
    bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  #index .box05 .img {
    height: 440px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #index .box08 .inner {
    padding: 0 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #index .box08 .inner .item {
    width: 30%;
    margin-right: 0;
  }
  #index .box08 .inner .item h3 {
    font-size: 1.5vw;
  }
  #index .box08 .inner .item .txt_inner {
    margin-top: 5%;
  }
  #index .box08 .inner .item .txt_inner p {
    font-size: 1.2vw;
  }
  #index .box09 {
    min-width: 1200px;
  }
  #index .box11 .inner {
    padding: 0 16px;
  }
  #index .box11 .inner .item {
    width: 48%;
  }
  #index .box11 .svg_box {
    min-width: 1200px;
  }
  #index .box12 .inner {
    padding: 0 16px;
  }
  #index .box12 .inner .box {
    width: 48%;
  }
  #index .box12 .inner .box .title_box p {
    font-size: 3.2vw;
  }
  #index .box12 .inner .box .title_box h2 {
    font-size: 1.3vw;
    margin-left: 2.5%;
  }
  #index .box12 .inner .box .item .over .time {
    font-size: 1.3vw;
  }
  #index .box12 .inner .box .item .over h3 {
    font-size: 1.3vw;
  }
  #index .box12 .inner .box .item .text {
    font-size: 1.1vw;
  }
  #index .box13 .title_box {
    padding: 0 16px;
  }
  #index .box13 .text {
    font-size: 1.2vw;
    padding: 0 16px;
  }
  #index .link_part {
    padding: 50px 16px;
  }
  #index .link_part .inner .item {
    width: 23%;
  }
  #index .link_part .inner .item .icon {
    width: 20%;
  }
  #index .link_part .inner .item p {
    font-size: 1.2vw;
  }
  footer .inner {
    padding: 0 16px;
  }
  footer .inner .left_box .txt01 {
    font-size: 2.5vw;
  }
  footer .inner .left_box .txt02 {
    font-size: 1.5vw;
    margin: 4% 0 5%;
  }
  footer .inner .left_box .txt03 {
    font-size: 1.2vw;
  }
  footer .inner .right_box nav a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1200px) {
  #index .box03 .txt01 {
    font-size: 2vw;
  }
  #index .box03 .txt02 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1080px) {
  #index .box01 .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #index .box01 .inner .icon_text {
    font-size: 1vw;
    margin-right: 5%;
  }
  #index .box01 .inner h2 {
    font-size: 2.5vw;
  }
  #index .box01 .inner .text {
    font-size: 1.4vw;
  }
}
@media screen and (max-height: 815px) {
  .frontMainBox .right_box .inner {
    height: 100%;
  }
  .frontMainBox .right_box .inner .slide_area {
    height: 100%;
  }
  .frontMainBox .right_box .inner .main-slider {
    height: 100%;
  }
  .frontMainBox .right_box .inner .main-slider .swiper-slide {
    height: 80%;
  }
  .frontMainBox .right_box .inner .main-slider .swiper-slide .slide {
    height: 100%;
  }
  .frontMainBox .right_box .inner .main-slider .swiper-slide .slide .image {
    height: 100%;
  }
  .frontMainBox .right_box .inner .main-slider .swiper-slide .slide .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .frontMainBox .right_box .inner .slider-thumbnail {
    bottom: 13%;
  }
}