main {
  padding-top: 80px;
  padding-bottom: 125px;
}
@media (max-width: 500px) {
  main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
main .main_visual_wrap {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
@media (max-width: 500px) {
  main .main_visual_wrap {
    padding-left: 19px;
    padding-right: 19px;
  }
}
main .main_visual_wrap .main_visual {
  width: 100%;
}
@media (max-width: 500px) {
  main .main_visual_wrap .main_visual {
    overflow: hidden;
  }
}
main .main_visual_wrap .main_visual ul {
  position: relative;
  width: 100%;
  height: calc((100vw - 60px) * 0.5625);
  min-height: 790x;
}
@media (max-width: 500px) {
  main .main_visual_wrap .main_visual ul {
    height: calc(100vh - 150px);
    min-height: calc(100vh - 150px);
  }
}
main .main_visual_wrap .main_visual ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
main .main_visual_wrap .main_visual ul li.active {
  opacity: 1;
}
main .main_visual_wrap .main_visual ul li.movie .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000000), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #000000));
  background-image: linear-gradient(90deg, #000000 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #000000 50%);
  background-size: 2px 2px;
}
main .main_visual_wrap .main_visual ul li .main {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .main_visual_wrap .main_visual ul li .text {
  position: absolute;
  z-index: 3;
}
main .main_visual_wrap .main_visual ul li .text.text_1 {
  right: 74px;
  bottom: 74px;
  width: 493px;
}
@media (max-width: 500px) {
  main .main_visual_wrap .main_visual ul li .text.text_1 {
    right: 0;
    bottom: 18px;
    width: 73px;
  }
}
main .main_visual_wrap .main_visual ul li .text.text_2 {
  top: calc(50% - 50px);
  left: 135px;
  width: 335px;
}
@media (max-width: 500px) {
  main .main_visual_wrap .main_visual ul li .text.text_2 {
    top: 18px;
    left: 10px;
    width: 73px;
  }
}
main .main_visual_wrap .main_visual ul li .text.text_3 {
  top: calc(50% - 50px);
  left: 135px;
  width: 335px;
}
@media (max-width: 500px) {
  main .main_visual_wrap .main_visual ul li .text.text_3 {
    top: 18px;
    left: 10px;
    width: 73px;
  }
}
main .main_visual_wrap .main_visual ul li .text.text_4 {
  right: 110px;
  bottom: 110px;
  width: 238px;
}
@media (max-width: 500px) {
  main .main_visual_wrap .main_visual ul li .text.text_4 {
    right: 10px;
    width: 126px;
  }
}
main .main_visual_wrap .main_visual ul li .text.text_5 {
  top: calc(50% - 32px);
  right: 45px;
  width: 300px;
}
@media (max-width: 500px) {
  main .main_visual_wrap .main_visual ul li .text.text_5 {
    top: auto;
    right: 0;
    bottom: 110px;
    width: 170px;
  }
}
main .main_visual_wrap .main_visual ul li video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .information_wrap {
  margin-top: 50px;
}
@media (max-width: 500px) {
  main .information_wrap {
    margin-top: 70px;
  }
}
main .information_wrap .information {
  margin-left: auto;
  margin-right: auto;
  width: 780px;
  height: 120px;
}
@media (max-width: 500px) {
  main .information_wrap .information {
    width: 338px;
    height: 200px;
  }
}
main .information_wrap .information a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 30px;
  width: 100%;
  height: 100%;
  border: solid 1px #00975b;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (max-width: 500px) {
  main .information_wrap .information a {
    display: block;
    padding-top: 20px;
    padding-left: 0;
  }
}
main .information_wrap .information a:hover {
  background-color: #00975b;
}
main .information_wrap .information a:hover .text_wrap .text .p_1 {
  color: #ffffff;
}
main .information_wrap .information a:hover .text_wrap .text .p_2 {
  color: #ffffff;
}
main .information_wrap .information a:hover .arrow::before {
  width: calc(100% + 20px);
  background-color: #ffffff;
}
@media (max-width: 500px) {
  main .information_wrap .information a:hover .arrow::before {
    width: 100%;
  }
}
main .information_wrap .information a:hover .arrow::after {
  right: -20px;
  background-color: #ffffff;
}
@media (max-width: 500px) {
  main .information_wrap .information a:hover .arrow::after {
    right: 0;
  }
}
main .information_wrap .information a .text_wrap .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 500px) {
  main .information_wrap .information a .text_wrap .text {
    display: block;
  }
}
main .information_wrap .information a .text_wrap .text .p_1 {
  font-size: 36px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #00975b;
  letter-spacing: 0.04em;
  line-height: 46px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media (max-width: 500px) {
  main .information_wrap .information a .text_wrap .text .p_1 {
    text-align: center;
  }
}
main .information_wrap .information a .text_wrap .text .p_2 {
  margin-left: 10px;
  font-size: 18px;
  font-family: noto-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00975b;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media (max-width: 500px) {
  main .information_wrap .information a .text_wrap .text .p_2 {
    text-align: center;
  }
}
main .information_wrap .information a .text_wrap .p_3 {
  margin-top: 5px;
  font-size: 18px;
  font-family: noto-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000000;
  letter-spacing: 0.1em;
}
@media (max-width: 500px) {
  main .information_wrap .information a .text_wrap .p_3 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
  }
}
main .information_wrap .information a .arrow {
  position: relative;
  margin-left: 120px;
  width: 54px;
}
@media (max-width: 500px) {
  main .information_wrap .information a .arrow {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
main .information_wrap .information a .arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00975b;
  -webkit-transition: background-color 0.2s, width 0.2s;
  transition: background-color 0.2s, width 0.2s;
}
main .information_wrap .information a .arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  width: 8px;
  height: 2px;
  background-color: #00975b;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: background-color 0.2s, right 0.2s;
  transition: background-color 0.2s, right 0.2s;
}
main .philosophy_wrap {
  padding-top: 50px;
  width: 100%;
}
@media (max-width: 500px) {
  main .philosophy_wrap {
    padding-top: 70px;
  }
}
main .philosophy_wrap .philosophy {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
}
@media (max-width: 500px) {
  main .philosophy_wrap .philosophy {
    width: 375px;
    overflow-x: hidden;
  }
}
main .philosophy_wrap .philosophy h2 {
  position: absolute;
  top: 0;
  right: 40px;
  opacity: 0;
}
@media (max-width: 500px) {
  main .philosophy_wrap .philosophy h2 {
    right: -5px;
  }
}
main .philosophy_wrap .philosophy h2.scroller {
  opacity: 1;
}
main .philosophy_wrap .philosophy h2.scroller span:first-child {
  -webkit-animation: 0.2s 0.1s forwards index_animation_4;
          animation: 0.2s 0.1s forwards index_animation_4;
}
main .philosophy_wrap .philosophy h2.scroller span:nth-child(2) {
  -webkit-animation: 0.2s 0.2s forwards index_animation_4;
          animation: 0.2s 0.2s forwards index_animation_4;
}
main .philosophy_wrap .philosophy h2.scroller span:nth-child(3) {
  -webkit-animation: 0.2s 0.3s forwards index_animation_4;
          animation: 0.2s 0.3s forwards index_animation_4;
}
main .philosophy_wrap .philosophy h2.scroller span:nth-child(4) {
  -webkit-animation: 0.2s 0.4s forwards index_animation_4;
          animation: 0.2s 0.4s forwards index_animation_4;
}
main .philosophy_wrap .philosophy h2.scroller span:nth-child(5) {
  -webkit-animation: 0.2s 0.5s forwards index_animation_4;
          animation: 0.2s 0.5s forwards index_animation_4;
}
main .philosophy_wrap .philosophy h2.scroller span:nth-child(6) {
  -webkit-animation: 0.2s 0.6s forwards index_animation_4;
          animation: 0.2s 0.6s forwards index_animation_4;
}
main .philosophy_wrap .philosophy h2.scroller span:nth-child(7) {
  -webkit-animation: 0.2s 0.7s forwards index_animation_4;
          animation: 0.2s 0.7s forwards index_animation_4;
}
main .philosophy_wrap .philosophy h2.scroller span:nth-child(8) {
  -webkit-animation: 0.2s 0.8s forwards index_animation_4;
          animation: 0.2s 0.8s forwards index_animation_4;
}
main .philosophy_wrap .philosophy h2.scroller span:nth-child(9) {
  -webkit-animation: 0.2s 0.9s forwards index_animation_4;
          animation: 0.2s 0.9s forwards index_animation_4;
}
main .philosophy_wrap .philosophy h2.scroller span:nth-child(10) {
  -webkit-animation: 0.2s 1s forwards index_animation_4;
          animation: 0.2s 1s forwards index_animation_4;
}
main .philosophy_wrap .philosophy h2 span {
  display: block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 80px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #00975b;
  letter-spacing: 0.1em;
  opacity: 0;
}
@media (max-width: 500px) {
  main .philosophy_wrap .philosophy h2 span {
    font-size: 42px;
  }
}
main .philosophy_wrap .philosophy .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 500px) {
  main .philosophy_wrap .philosophy .contents {
    display: block;
  }
}
main .philosophy_wrap .philosophy .contents .img_wrap {
  position: relative;
  width: 650px;
  height: 800px;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 500px) {
  main .philosophy_wrap .philosophy .contents .img_wrap {
    width: 320px;
    height: 240px;
  }
}
main .philosophy_wrap .philosophy .contents .img_wrap.scroller {
  opacity: 1;
}
main .philosophy_wrap .philosophy .contents .img_wrap.scroller .img_1 {
  -webkit-animation: 0.5s forwards index_animation_1;
          animation: 0.5s forwards index_animation_1;
}
main .philosophy_wrap .philosophy .contents .img_wrap.scroller .img_1::after {
  -webkit-animation: 0.3s 0.5s forwards index_animation_2;
          animation: 0.3s 0.5s forwards index_animation_2;
}
main .philosophy_wrap .philosophy .contents .img_wrap .img_1 {
  width: 100%;
  height: 100%;
}
main .philosophy_wrap .philosophy .contents .img_wrap .img_1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00975b;
}
main .philosophy_wrap .philosophy .contents .img_wrap .img_1 img {
  width: 100%;
}
main .philosophy_wrap .philosophy .contents .text_wrap {
  position: relative;
  margin-left: -35px;
  width: 490px;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 500px) {
  main .philosophy_wrap .philosophy .contents .text_wrap {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
}
main .philosophy_wrap .philosophy .contents .text_wrap.scroller {
  opacity: 1;
}
main .philosophy_wrap .philosophy .contents .text_wrap.scroller .p_1 {
  -webkit-animation: 0.5s forwards index_animation_3;
          animation: 0.5s forwards index_animation_3;
}
main .philosophy_wrap .philosophy .contents .text_wrap.scroller h3 {
  -webkit-animation: 0.5s 0.2s forwards index_animation_3;
          animation: 0.5s 0.2s forwards index_animation_3;
}
main .philosophy_wrap .philosophy .contents .text_wrap.scroller .p_2 {
  -webkit-animation: 0.5s 0.4s forwards index_animation_3;
          animation: 0.5s 0.4s forwards index_animation_3;
}
main .philosophy_wrap .philosophy .contents .text_wrap.scroller .more {
  opacity: 1;
}
main .philosophy_wrap .philosophy .contents .text_wrap .p_1 {
  position: relative;
  padding-left: 65px;
  font-size: 16px;
  font-family: noto-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #00975b;
  letter-spacing: 0.2em;
  opacity: 0;
}
@media (max-width: 500px) {
  main .philosophy_wrap .philosophy .contents .text_wrap .p_1 {
    padding-left: 25px;
    font-size: 14px;
  }
}
main .philosophy_wrap .philosophy .contents .text_wrap .p_1::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #00975b;
}
@media (max-width: 500px) {
  main .philosophy_wrap .philosophy .contents .text_wrap .p_1::before {
    left: -40px;
  }
}
main .philosophy_wrap .philosophy .contents .text_wrap h3 {
  margin-top: 60px;
  font-size: 56px;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.3;
  opacity: 0;
}
@media (max-width: 500px) {
  main .philosophy_wrap .philosophy .contents .text_wrap h3 {
    margin-top: 20px;
    font-size: 32px;
  }
}
main .philosophy_wrap .philosophy .contents .text_wrap .p_2 {
  margin-top: 20px;
  font-size: 16px;
  font-family: noto-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2.625;
  opacity: 0;
}
@media (max-width: 500px) {
  main .philosophy_wrap .philosophy .contents .text_wrap .p_2 {
    margin-top: 10px;
    line-height: 2;
  }
}
main .philosophy_wrap .philosophy .contents .text_wrap .more {
  position: relative;
  margin-top: 60px;
  margin-left: auto;
  padding-left: 30px;
  width: 280px;
  height: 70px;
  font-size: 14px;
  font-family: noto-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00975b;
  letter-spacing: 0.2em;
  line-height: 68px;
  border: solid 1px #00975b;
  -webkit-transition: color 0.2s, background-color 0.2s, opacity 0.5s 0.6s;
  transition: color 0.2s, background-color 0.2s, opacity 0.5s 0.6s;
  opacity: 0;
}
@media (max-width: 500px) {
  main .philosophy_wrap .philosophy .contents .text_wrap .more {
    margin-top: 30px;
    margin-right: auto;
    width: 300px;
    height: 60px;
    line-height: 58px;
  }
}
main .philosophy_wrap .philosophy .contents .text_wrap .more:hover {
  color: #ffffff;
  background-color: #00975b;
}
main .philosophy_wrap .philosophy .contents .text_wrap .more:hover::after {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}
main .philosophy_wrap .philosophy .contents .text_wrap .more::after {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  right: 20px;
  width: 16px;
  height: 16px;
  border-top: solid 1px #00975b;
  border-right: solid 1px #00975b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 500px) {
  main .philosophy_wrap .philosophy .contents .text_wrap .more::after {
    top: 24px;
    width: 14px;
    height: 14px;
  }
}
main .business_wrap {
  padding-top: 150px;
  width: 100%;
}
@media (max-width: 500px) {
  main .business_wrap {
    padding-top: 140px;
  }
}
main .business_wrap .business {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
}
@media (max-width: 500px) {
  main .business_wrap .business {
    width: 375px;
    overflow-x: hidden;
  }
}
main .business_wrap .business h2 {
  position: absolute;
  top: 0;
  right: 40px;
  opacity: 0;
}
@media (max-width: 500px) {
  main .business_wrap .business h2 {
    right: -5px;
  }
}
main .business_wrap .business h2.scroller {
  opacity: 1;
}
main .business_wrap .business h2.scroller span:first-child {
  -webkit-animation: 0.2s 0.1s forwards index_animation_4;
          animation: 0.2s 0.1s forwards index_animation_4;
}
main .business_wrap .business h2.scroller span:nth-child(2) {
  -webkit-animation: 0.2s 0.2s forwards index_animation_4;
          animation: 0.2s 0.2s forwards index_animation_4;
}
main .business_wrap .business h2.scroller span:nth-child(3) {
  -webkit-animation: 0.2s 0.3s forwards index_animation_4;
          animation: 0.2s 0.3s forwards index_animation_4;
}
main .business_wrap .business h2.scroller span:nth-child(4) {
  -webkit-animation: 0.2s 0.4s forwards index_animation_4;
          animation: 0.2s 0.4s forwards index_animation_4;
}
main .business_wrap .business h2.scroller span:nth-child(5) {
  -webkit-animation: 0.2s 0.5s forwards index_animation_4;
          animation: 0.2s 0.5s forwards index_animation_4;
}
main .business_wrap .business h2.scroller span:nth-child(6) {
  -webkit-animation: 0.2s 0.6s forwards index_animation_4;
          animation: 0.2s 0.6s forwards index_animation_4;
}
main .business_wrap .business h2.scroller span:nth-child(7) {
  -webkit-animation: 0.2s 0.7s forwards index_animation_4;
          animation: 0.2s 0.7s forwards index_animation_4;
}
main .business_wrap .business h2.scroller span:nth-child(8) {
  -webkit-animation: 0.2s 0.8s forwards index_animation_4;
          animation: 0.2s 0.8s forwards index_animation_4;
}
main .business_wrap .business h2.scroller span:nth-child(9) {
  -webkit-animation: 0.2s 0.9s forwards index_animation_4;
          animation: 0.2s 0.9s forwards index_animation_4;
}
main .business_wrap .business h2.scroller span:nth-child(10) {
  -webkit-animation: 0.2s 1s forwards index_animation_4;
          animation: 0.2s 1s forwards index_animation_4;
}
main .business_wrap .business h2 span {
  display: block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 80px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #00975b;
  letter-spacing: 0.1em;
  opacity: 0;
}
@media (max-width: 500px) {
  main .business_wrap .business h2 span {
    font-size: 42px;
  }
}
main .business_wrap .business .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 500px) {
  main .business_wrap .business .contents {
    display: block;
  }
}
main .business_wrap .business .contents .img_wrap {
  position: relative;
  width: 650px;
  height: 800px;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 500px) {
  main .business_wrap .business .contents .img_wrap {
    width: 320px;
    height: 240px;
  }
}
main .business_wrap .business .contents .img_wrap.scroller {
  opacity: 1;
}
main .business_wrap .business .contents .img_wrap.scroller .img_1 {
  -webkit-animation: 0.5s forwards index_animation_1;
          animation: 0.5s forwards index_animation_1;
}
main .business_wrap .business .contents .img_wrap.scroller .img_1::after {
  -webkit-animation: 0.3s 0.5s forwards index_animation_2;
          animation: 0.3s 0.5s forwards index_animation_2;
}
main .business_wrap .business .contents .img_wrap .img_1 {
  width: 100%;
  height: 100%;
}
main .business_wrap .business .contents .img_wrap .img_1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00975b;
}
main .business_wrap .business .contents .img_wrap .img_1 img {
  width: 100%;
}
main .business_wrap .business .contents .text_wrap {
  position: relative;
  margin-left: -35px;
  width: 490px;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 500px) {
  main .business_wrap .business .contents .text_wrap {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
}
main .business_wrap .business .contents .text_wrap.scroller {
  opacity: 1;
}
main .business_wrap .business .contents .text_wrap.scroller .p_1 {
  -webkit-animation: 0.5s forwards index_animation_3;
          animation: 0.5s forwards index_animation_3;
}
main .business_wrap .business .contents .text_wrap.scroller h3 {
  -webkit-animation: 0.5s 0.2s forwards index_animation_3;
          animation: 0.5s 0.2s forwards index_animation_3;
}
main .business_wrap .business .contents .text_wrap.scroller .p_2 {
  -webkit-animation: 0.5s 0.4s forwards index_animation_3;
          animation: 0.5s 0.4s forwards index_animation_3;
}
main .business_wrap .business .contents .text_wrap.scroller .more {
  opacity: 1;
}
main .business_wrap .business .contents .text_wrap .p_1 {
  position: relative;
  padding-left: 65px;
  font-size: 16px;
  font-family: noto-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #00975b;
  letter-spacing: 0.2em;
  opacity: 0;
}
@media (max-width: 500px) {
  main .business_wrap .business .contents .text_wrap .p_1 {
    padding-left: 25px;
    font-size: 14px;
  }
}
main .business_wrap .business .contents .text_wrap .p_1::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #00975b;
}
@media (max-width: 500px) {
  main .business_wrap .business .contents .text_wrap .p_1::before {
    left: -40px;
  }
}
main .business_wrap .business .contents .text_wrap h3 {
  margin-top: 60px;
  font-size: 56px;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.3;
  opacity: 0;
}
@media (max-width: 500px) {
  main .business_wrap .business .contents .text_wrap h3 {
    margin-top: 20px;
    font-size: 32px;
  }
}
main .business_wrap .business .contents .text_wrap .p_2 {
  margin-top: 20px;
  font-size: 16px;
  font-family: noto-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2.625;
  opacity: 0;
}
@media (max-width: 500px) {
  main .business_wrap .business .contents .text_wrap .p_2 {
    margin-top: 10px;
    line-height: 2;
  }
}
main .business_wrap .business .contents .text_wrap .more {
  position: relative;
  margin-top: 60px;
  margin-left: auto;
  padding-left: 30px;
  width: 280px;
  height: 70px;
  font-size: 14px;
  font-family: noto-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00975b;
  letter-spacing: 0.2em;
  line-height: 68px;
  border: solid 1px #00975b;
  -webkit-transition: color 0.2s, background-color 0.2s, opacity 0.5s 0.6s;
  transition: color 0.2s, background-color 0.2s, opacity 0.5s 0.6s;
  opacity: 0;
}
@media (max-width: 500px) {
  main .business_wrap .business .contents .text_wrap .more {
    margin-top: 30px;
    margin-right: auto;
    width: 300px;
    height: 60px;
    line-height: 58px;
  }
}
main .business_wrap .business .contents .text_wrap .more:hover {
  color: #ffffff;
  background-color: #00975b;
}
main .business_wrap .business .contents .text_wrap .more:hover::after {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}
main .business_wrap .business .contents .text_wrap .more::after {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  right: 20px;
  width: 16px;
  height: 16px;
  border-top: solid 1px #00975b;
  border-right: solid 1px #00975b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 500px) {
  main .business_wrap .business .contents .text_wrap .more::after {
    top: 24px;
    width: 14px;
    height: 14px;
  }
}
main .works_wrap {
  padding-top: 140px;
  width: 100%;
}
main .works_wrap .works {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
}
@media (max-width: 500px) {
  main .works_wrap .works {
    padding-bottom: 10px;
    width: 375px;
    overflow-x: hidden;
  }
}
main .works_wrap .works h2 {
  position: absolute;
  top: 0;
  right: 40px;
  opacity: 0;
}
@media (max-width: 500px) {
  main .works_wrap .works h2 {
    right: -5px;
  }
}
main .works_wrap .works h2.scroller {
  opacity: 1;
}
main .works_wrap .works h2.scroller span:first-child {
  -webkit-animation: 0.2s 0.1s forwards index_animation_4;
          animation: 0.2s 0.1s forwards index_animation_4;
}
main .works_wrap .works h2.scroller span:nth-child(2) {
  -webkit-animation: 0.2s 0.2s forwards index_animation_4;
          animation: 0.2s 0.2s forwards index_animation_4;
}
main .works_wrap .works h2.scroller span:nth-child(3) {
  -webkit-animation: 0.2s 0.3s forwards index_animation_4;
          animation: 0.2s 0.3s forwards index_animation_4;
}
main .works_wrap .works h2.scroller span:nth-child(4) {
  -webkit-animation: 0.2s 0.4s forwards index_animation_4;
          animation: 0.2s 0.4s forwards index_animation_4;
}
main .works_wrap .works h2.scroller span:nth-child(5) {
  -webkit-animation: 0.2s 0.5s forwards index_animation_4;
          animation: 0.2s 0.5s forwards index_animation_4;
}
main .works_wrap .works h2.scroller span:nth-child(6) {
  -webkit-animation: 0.2s 0.6s forwards index_animation_4;
          animation: 0.2s 0.6s forwards index_animation_4;
}
main .works_wrap .works h2.scroller span:nth-child(7) {
  -webkit-animation: 0.2s 0.7s forwards index_animation_4;
          animation: 0.2s 0.7s forwards index_animation_4;
}
main .works_wrap .works h2.scroller span:nth-child(8) {
  -webkit-animation: 0.2s 0.8s forwards index_animation_4;
          animation: 0.2s 0.8s forwards index_animation_4;
}
main .works_wrap .works h2.scroller span:nth-child(9) {
  -webkit-animation: 0.2s 0.9s forwards index_animation_4;
          animation: 0.2s 0.9s forwards index_animation_4;
}
main .works_wrap .works h2.scroller span:nth-child(10) {
  -webkit-animation: 0.2s 1s forwards index_animation_4;
          animation: 0.2s 1s forwards index_animation_4;
}
main .works_wrap .works h2 span {
  display: block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 80px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #00975b;
  letter-spacing: 0.1em;
  opacity: 0;
}
@media (max-width: 500px) {
  main .works_wrap .works h2 span {
    font-size: 42px;
  }
}
main .works_wrap .works .contents {
  margin-left: auto;
  margin-right: auto;
  width: 880px;
}
@media (max-width: 500px) {
  main .works_wrap .works .contents {
    width: 100%;
  }
}
main .works_wrap .works .contents .p_1 {
  position: relative;
  margin-left: 20px;
  padding-left: 65px;
  font-size: 16px;
  font-family: noto-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #00975b;
  letter-spacing: 0.2em;
  opacity: 0;
}
@media (max-width: 500px) {
  main .works_wrap .works .contents .p_1 {
    padding-left: 25px;
    font-size: 14px;
  }
}
main .works_wrap .works .contents .p_1.scroller {
  -webkit-animation: 0.5s forwards index_animation_3;
          animation: 0.5s forwards index_animation_3;
}
main .works_wrap .works .contents .p_1::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #00975b;
}
@media (max-width: 500px) {
  main .works_wrap .works .contents .p_1::before {
    left: -40px;
  }
}
main .works_wrap .works .contents .history_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
@media (max-width: 500px) {
  main .works_wrap .works .contents .history_wrap {
    display: block;
    margin-top: 30px;
  }
}
main .works_wrap .works .contents .history_wrap.scroller {
  opacity: 1;
}
main .works_wrap .works .contents .history_wrap .history {
  width: 470px;
}
@media (max-width: 500px) {
  main .works_wrap .works .contents .history_wrap .history {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
  }
}
main .works_wrap .works .contents .history_wrap .history:first-child {
  width: 340px;
}
@media (max-width: 500px) {
  main .works_wrap .works .contents .history_wrap .history:first-child {
    margin-top: 0;
    width: 200px;
  }
}
main .works_wrap .works .contents .history_wrap .history img {
  width: 100%;
}
main .works_wrap .works .contents .history_wrap .history p {
  margin-top: 10px;
  font-size: 16px;
  font-family: noto-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media (max-width: 500px) {
  main .works_wrap .works .contents .history_wrap .history p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }
}
main .works_wrap .works .contents .work_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
}
@media (max-width: 500px) {
  main .works_wrap .works .contents .work_list {
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
}
main .works_wrap .works .contents .work_list.scroller {
  opacity: 1;
}
main .works_wrap .works .contents .work_list.scroller .parts:first-child {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}
main .works_wrap .works .contents .work_list.scroller .parts:nth-child(2) {
  -webkit-transition: opacity 0.5s 0.2s;
  transition: opacity 0.5s 0.2s;
  opacity: 1;
}
main .works_wrap .works .contents .work_list.scroller .parts:nth-child(3) {
  -webkit-transition: opacity 0.5s 0.4s;
  transition: opacity 0.5s 0.4s;
  opacity: 1;
}
main .works_wrap .works .contents .work_list.scroller .parts:nth-child(4) {
  -webkit-transition: opacity 0.5s 0.6s;
  transition: opacity 0.5s 0.6s;
  opacity: 1;
}
main .works_wrap .works .contents .work_list .parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 40px;
  width: 470px;
  height: 290px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (max-width: 500px) {
  main .works_wrap .works .contents .work_list .parts {
    margin-top: 20px;
    width: 280px;
    height: 172px;
  }
}
main .works_wrap .works .contents .work_list .parts:nth-child(-n+2) {
  margin-top: 0;
}
@media (max-width: 500px) {
  main .works_wrap .works .contents .work_list .parts:nth-child(-n+2) {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  main .works_wrap .works .contents .work_list .parts:first-child {
    margin-top: 0;
  }
}
main .works_wrap .works .contents .work_list .parts:hover .thumb {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}
main .works_wrap .works .contents .work_list .parts:hover .text_wrap {
  opacity: 1;
}
main .works_wrap .works .contents .work_list .parts .category {
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  z-index: 2;
}
@media (max-width: 500px) {
  main .works_wrap .works .contents .work_list .parts .category {
    width: 56px;
  }
}
main .works_wrap .works .contents .work_list .parts .thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
main .works_wrap .works .contents .work_list .parts .text_wrap {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 3;
}
@media (max-width: 500px) {
  main .works_wrap .works .contents .work_list .parts .text_wrap {
    display: none;
  }
}
main .works_wrap .works .contents .work_list .parts .text_wrap .day {
  width: 100%;
  font-size: 16px;
  font-family: noto-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
}
main .works_wrap .works .contents .work_list .parts .text_wrap .title {
  margin-top: 10px;
  width: 100%;
  font-size: 16px;
  font-family: noto-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
}
main .works_wrap .works .contents .more {
  position: relative;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  width: 280px;
  height: 70px;
  font-size: 14px;
  font-family: noto-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00975b;
  letter-spacing: 0.2em;
  line-height: 68px;
  border: solid 1px #00975b;
  -webkit-transition: color 0.2s, background-color 0.2s, opacity 0.5s;
  transition: color 0.2s, background-color 0.2s, opacity 0.5s;
  opacity: 0;
}
@media (max-width: 500px) {
  main .works_wrap .works .contents .more {
    margin-top: 30px;
    margin-right: auto;
    width: 300px;
    height: 60px;
    line-height: 58px;
  }
}
main .works_wrap .works .contents .more:hover {
  color: #ffffff;
  background-color: #00975b;
}
main .works_wrap .works .contents .more:hover::after {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}
main .works_wrap .works .contents .more.scroller {
  opacity: 1;
}
main .works_wrap .works .contents .more::after {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  right: 20px;
  width: 16px;
  height: 16px;
  border-top: solid 1px #00975b;
  border-right: solid 1px #00975b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 500px) {
  main .works_wrap .works .contents .more::after {
    top: 24px;
    width: 14px;
    height: 14px;
  }
}
main .banner_wrap {
  padding-top: 100px;
}
@media (max-width: 500px) {
  main .banner_wrap {
    padding-top: 90px;
  }
}
main .banner_wrap .banner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-right: 23px;
  width: 600px;
  height: 187px;
  background-image: url(../images/index/banner_1.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
@media (max-width: 500px) {
  main .banner_wrap .banner {
    padding-top: 160px;
    padding-left: 10px;
    padding-right: 0;
    width: 300px;
    height: 230px;
    background-image: url(../images/index/banner_sp_1.jpg);
  }
}
main .banner_wrap .banner:hover {
  opacity: 0.8;
}
main .banner_wrap .banner:hover .arrow {
  width: 80px;
}
@media (max-width: 500px) {
  main .banner_wrap .banner:hover .arrow {
    width: 60px;
  }
}
main .banner_wrap .banner.scroller {
  opacity: 1;
}
main .banner_wrap .banner .p_1 {
  font-size: 26px;
  font-family: noto-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: 0.2em;
  text-align: right;
}
@media (max-width: 500px) {
  main .banner_wrap .banner .p_1 {
    font-size: 20px;
    text-align: left;
  }
}
main .banner_wrap .banner .p_2 {
  margin-top: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-family: noto-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: right;
}
@media (max-width: 500px) {
  main .banner_wrap .banner .p_2 {
    padding-right: 0;
    text-align: left;
  }
}
main .banner_wrap .banner .arrow {
  position: absolute;
  left: 490px;
  bottom: 20px;
  width: 60px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 500px) {
  main .banner_wrap .banner .arrow {
    left: auto;
    right: 10px;
    bottom: 10px;
  }
}
main .banner_wrap .banner .arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  width: 8px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}