@charset "UTF-8";
html {
  overflow-x: hidden;
  max-width: 100%; }

body {
  font-family: "-apple-system", BlinkMacSystemFont,"游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  overflow-x: hidden;
  max-width: 100%;
  color: #fff;
  background-color: #000; }

/*loading*/
.loading-box {
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5555555555555555555555555555555555555555555555555555 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: transparent !important; }
  .loading-box > svg {
    width: 100%;
    display: block;
    max-width: 238px;
    max-height: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
    .loading-box > svg path {
      fill: #fff;
      stroke: #fff;
      fill-opacity: 1;
      stroke-width: 0;
      stroke-dasharray: 100% 0;
      animation: stroke-offset 1.5s ease-out; }
  .loading-box::before, .loading-box:after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    background: #000;
    z-index: 3;
    transition: 0.7s;
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.5, 0.99); }
  .loading-box:before {
    top: 0; }
  .loading-box:after {
    bottom: 0; }

.loading-box.show:before {
  transform: translateY(-101%); }
.loading-box.show:after {
  transform: translateY(101%); }
.loading-box.show svg {
  opacity: 0;
  transition: 0.2s; }
.loading-box.show .enter {
  opacity: 0;
  transition: 0.2s; }

@keyframes stroke-offset {
  0% {
    fill-opacity: 0;
    stroke-width: 0;
    stroke-dasharray: 0% 100%; }
  25% {
    stroke-width: 3px; }
  50% {
    fill-opacity: 0; }
  75% {
    stroke-width: 3px; }
  100% {
    stroke-width: 0; } }
.inner {
  margin: auto;
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 40px;
  max-width: 1380px; }

/* toggle-btn */
.toggle-btn {
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: -5px; }
  .toggle-btn div {
    width: 35px;
    height: 35px;
    position: relative; }
  .toggle-btn span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, 0px);
    transition: 0.2s;
    transition-delay: 0.2s; }
    .toggle-btn span:nth-child(1) {
      transform: translate(-50%, -8px); }
    .toggle-btn span:nth-child(3) {
      transform: translate(-50%, 8px); }

.ghost-nav {
  background: #000;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  z-index: 10;
  transform: translateY(-100%);
  transition: 0.5s; }
  .ghost-nav ul {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 20px; }
  .ghost-nav a {
    padding: 18px 20px;
    font-weight: 900;
    line-height: 22px;
    font-size: 16px;
    display: block;
    color: #fff;
    opacity: 0;
    transform: scale(0);
    transition: 0.4s;
    text-transform: capitalize;
    text-decoration: none; }
  @media screen and (min-width: 1200px) {
    .ghost-nav {
      display: none; } }

body.show-mobile-nav .toggle-btn span:nth-child(1) {
  transform: translate(-50%, 0) rotate(30deg); }
body.show-mobile-nav .toggle-btn span:nth-child(2) {
  opacity: 0; }
body.show-mobile-nav .toggle-btn span:nth-child(3) {
  transform: translate(-50%, 0) rotate(-30deg); }
body.show-mobile-nav .ghost-nav {
  transform: translateY(0%); }
  body.show-mobile-nav .ghost-nav a {
    opacity: 1;
    transform: scale(1); }
  body.show-mobile-nav .ghost-nav li:nth-child(1) a {
    transition-delay: 0.32s; }
  body.show-mobile-nav .ghost-nav li:nth-child(2) a {
    transition-delay: 0.48s; }
  body.show-mobile-nav .ghost-nav li:nth-child(3) a {
    transition-delay: 0.63s; }
  body.show-mobile-nav .ghost-nav li:nth-child(4) a {
    transition-delay: 0.80s; }
  body.show-mobile-nav .ghost-nav li:nth-child(5) a {
    transition-delay: 0.96s; }
  body.show-mobile-nav .ghost-nav li:nth-child(6) a {
    transition-delay: 1.03s; }
  body.show-mobile-nav .ghost-nav li:nth-child(7) a {
    transition-delay: 1.1s; }

@media (max-width: 1199px) {
  .toggle-btn {
    display: flex; } }
.title {
  width: 100%;
  position: relative;
  line-height: 1;
  padding-top: 50px;
  perspective: 40vw; }
  .title::before {
    content: "";
    display: block;
    width: 210px;
    height: 210px;
    background-color: #17585d91;
    position: absolute;
    left: 0;
    top: 0; }
  .title .tit-flex {
    display: flex;
    align-items: center;
    position: relative;
    left: -40px;
    margin-bottom: 40px; }
  .title big {
    font-size: 150px;
    font-family: 'neuzeit-grotesk',sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-right: 30px;
    min-width: 190px; }
  .title span {
    font-size: 58px;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.1; }
  .title div {
    font-size: 26px;
    font-weight: bold; }
  @media (max-width: 767px) {
    .title {
      padding-top: 40px; }
      .title::before {
        width: 150px;
        height: 150px; }
      .title big {
        font-size: 72px;
        min-width: 92px; }
      .title span {
        font-size: 40px; } }
  @media (max-width: 500px) {
    .title {
      padding-top: 30px;
      margin-left: 20px; }
      .title::before {
        width: 120px;
        height: 120px; }
      .title big {
        font-size: 57px;
        min-width: 74px;
        margin-right: 10px; }
      .title span {
        font-size: 30px; }
      .title div {
        font-size: 24px; } }

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  height: 88px;
  transition: .3s; }
  @media (max-width: 1199px) {
    header {
      position: fixed;
      background-color: #000;
      box-shadow: 0px 1px 4px 0px #0000004d;
      height: 70px; } }
  @media (max-width: 767px) {
    header {
      padding: 20px; } }
  header .logo {
    transition: .3s;
    display: flex;
    align-items: center; }
    header .logo svg {
      width: 112px;
      height: 28px;
      fill: #fff; }
    header .logo:hover {
      opacity: 0.8; }
  header ul {
    display: flex; }
    @media (max-width: 1199px) {
      header ul {
        display: none; } }
    header ul li {
      padding: 0 20px;
      font-size: 13px; }
      header ul li a {
        color: #fff;
        transition: .3s;
        position: relative; }
        header ul li a:before {
          background-color: #FFF;
          content: "";
          transform-origin: 0 0;
          transition: all ease 0.3s;
          display: inline-block;
          height: 1px;
          position: absolute;
          bottom: -5px;
          left: 0;
          width: 100%;
          transform: scale(0); }
        header ul li a:hover {
          text-decoration: none; }
          header ul li a:hover:before {
            animation-name: navline;
            animation-timing-function: linear;
            animation-duration: 0.3s;
            animation-fill-mode: forwards;
            animation-direction: alternate;
            animation-play-state: running; }
      header ul li li:last-child {
        padding-right: 15px; }

@keyframes navline {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
.photo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 1500px;
  min-height: 100vh;
  z-index: 2; }
  @media (max-width: 1920px) {
    .photo {
      top: 0; } }
  .photo::after {
    content: "";
    background-color: rgba(0, 0, 1, 0.737);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    left: 0;
    top: 0; }
  .photo video {
    width: 100%;
    min-height: 100vh;
    position: absolute;
    z-index: 3;
    height: 100%;
    object-fit: cover; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 550px;
  max-height: 1300px;
  height: calc(100vh - 88px);
  z-index: 10; }
  @media (max-width: 1199px) {
    .hero {
      height: calc(100vh - 70px); } }
  .hero .content {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    perspective: 40vw;
    width: 100%;
    text-align: center; }
    .hero .content h2 {
      font-size: 120px;
      font-family: 'acumin-pro',sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      font-style: normal;
      opacity: 0;
      padding-bottom: 30px; }
      @media (max-width: 1199px) {
        .hero .content h2 {
          padding-top: 90px; } }
    .hero .content .txt {
      letter-spacing: 0.5em;
      font-size: 44px;
      display: block;
      opacity: 0;
      position: relative;
      padding-bottom: 30px; }
      .hero .content .txt::after {
        content: "";
        display: block;
        width: 60px;
        height: 5px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
    .hero .content p {
      font-size: 20px;
      line-height: 2;
      padding-top: 30px;
      opacity: 0; }
    @media (max-width: 900px) {
      .hero .content {
        padding: 0 20px; } }
    @media (max-width: 767px) {
      .hero .content {
        text-align: left; }
        .hero .content h2 {
          font-size: 80px; }
        .hero .content .txt {
          font-size: 26px;
          letter-spacing: 0.2em; }
          .hero .content .txt::after {
            left: 0;
            transform: translateX(0); }
        .hero .content p {
          font-size: 20px; } }
    @media (max-width: 500px) {
      .hero .content h2 {
        font-size: 60px; }
      .hero .content p {
        font-size: 18px; } }
  .hero .header-all {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    transition: .3s; }
    @media (max-width: 767px) {
      .hero .header-all img {
        max-width: 50px; } }
    .hero .header-all:hover {
      opacity: 0.8; }
    .hero .header-all img {
      width: auto; }

.sss01 {
  animation: sss01 1s ease forwards;
  opacity: 0; }

@keyframes sss01 {
  0% {
    transform: translate(0px, 100px) rotate(15deg) rotateX(-100deg);
    opacity: 0;
    visibility: hidden; }
  100% {
    transform: translate3d(0px, 0.0031px, 0px);
    opacity: 1;
    visibility: inherit; } }
section {
  padding: 100px 0; }

.nowrap {
  white-space: nowrap;
  display: inline-block; }

.index-highest {
  position: relative;
  z-index: 8;
  background-color: #000; }
  .index-highest img {
    width: auto; }
  .index-highest figure img {
    width: 100%; }
  .index-highest .highest-add {
    font-size: 16px;
    padding: 95px 0 50px; }
    .index-highest .highest-add h4 {
      font-size: 32px;
      padding-bottom: 20px;
      font-family: 'acumin-pro',sans-serif;
      font-weight: 600;
      font-style: normal;
      text-transform: uppercase; }
    .index-highest .highest-add p {
      font-size: 16px;
      line-height: 2; }
      @media (max-width: 767px) {
        .index-highest .highest-add p {
          line-height: 1.8;
          font-size: 14px; } }
    @media (max-width: 767px) {
      .index-highest .highest-add {
        padding: 50px 0 40px; }
        .index-highest .highest-add h4 {
          font-size: 24px; } }
  .index-highest .hig-video {
    max-width: 600px; }
    .index-highest .hig-video video {
      width: 100%; }
  .index-highest .box {
    padding-left: 22px; }
    .index-highest .box span {
      display: block;
      font-size: 20px;
      padding: 15px 0 25px;
      font-family: 'acumin-pro',sans-serif;
      font-weight: 400;
      font-style: normal;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        .index-highest .box span {
          padding: 10px 0 20px;
          font-size: 18px; } }
      @media (max-width: 900px) {
        .index-highest .box span {
          font-size: 16px;
          padding: 5px 0 15px; } }
    .index-highest .box p {
      font-size: 14px; }
    @media (max-width: 767px) {
      .index-highest .box {
        max-width: 100%;
        padding: 0 8px; } }
  .index-highest ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 1280px) {
      .index-highest ul {
        padding: 0 20px; } }
    .index-highest ul .top {
      margin-top: 40px; }
      .index-highest ul .top .box {
        margin-top: 20px; }
    .index-highest ul li {
      width: 48%;
      margin-bottom: 50px;
      position: relative;
      padding-top: 50px; }
      .index-highest ul li .hig-img {
        position: absolute;
        left: -50px;
        top: 0;
        z-index: 3; }
      .index-highest ul li h3 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.4;
        position: relative;
        top: -18px;
        margin-bottom: -18px; }
        @media (max-width: 1199px) {
          .index-highest ul li h3 {
            font-size: 24px; } }
        @media (max-width: 900px) {
          .index-highest ul li h3 {
            font-size: 20px; } }
    .index-highest ul li:nth-child(odd) {
      margin-top: 60px; }
    @media (max-width: 767px) {
      .index-highest ul {
        padding: 0; }
        .index-highest ul li {
          width: 100%;
          margin-bottom: 30px;
          padding-top: 30px;
          margin-left: 30px; }
          .index-highest ul li .hig-img {
            max-width: 70px;
            left: -30px; }
            .index-highest ul li .hig-img img {
              width: 100%; }
        .index-highest ul li:nth-child(odd) {
          margin-top: 0; } }
  @media (max-width: 767px) {
    .index-highest .inner {
      padding: 0 20px; }
    .index-highest .title {
      margin-left: 40px; } }
  @media (max-width: 500px) {
    .index-highest .title {
      margin-left: 40px; }
    .index-highest ul li h3 {
      font-size: 20px; } }

.index-scene {
  position: relative;
  z-index: 8;
  background-color: #000; }
  .index-scene .project-main {
    position: relative;
    margin-left: calc(50% - 650px);
    overflow: hidden;
    padding-left: 237px; }
    @media (max-width: 1400px) {
      .index-scene .project-main {
        margin-left: 40px; } }
    @media (max-width: 767px) {
      .index-scene .project-main {
        padding-left: 160px;
        margin-left: 20px; } }
    .index-scene .project-main .slick-list {
      overflow: visible; }
  .index-scene .project-slider {
    height: 650px; }
    @media (max-width: 767px) {
      .index-scene .project-slider {
        height: 400px; } }
  .index-scene .project-slider-block {
    position: relative;
    transition: 0.3s;
    padding-top: 50px; }
    .index-scene .project-slider-block a {
      display: block;
      transition: all ease 0.3s;
      width: 324px;
      margin-right: 19px;
      margin-left: 19px; }
      @media (max-width: 767px) {
        .index-scene .project-slider-block a {
          width: 125px;
          margin-right: 5px;
          margin-left: 5px; }
          .index-scene .project-slider-block a img {
            width: 100%; } }
      .index-scene .project-slider-block a:hover {
        text-decoration: none; }
    .index-scene .project-slider-block figure {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 4;
      opacity: 0;
      transition: all ease 0.7s 0.1s; }
      .index-scene .project-slider-block figure img {
        width: auto; }
      @media (max-width: 767px) {
        .index-scene .project-slider-block figure {
          max-width: 60px;
          top: 25px; }
          .index-scene .project-slider-block figure img {
            width: 100%; } }
  .index-scene .project-slider-photo {
    margin: 0 auto;
    background-color: #000;
    position: relative;
    overflow: hidden; }
    .index-scene .project-slider-photo img {
      width: 100%;
      vertical-align: middle;
      max-width: 100%;
      height: auto;
      transition: all ease 0.7s 0.1s;
      opacity: 0.4; }
  .index-scene .project-slider-content {
    transition: opacity ease 0.3s 0.2s;
    opacity: 0;
    font-size: 22px;
    font-weight: bold;
    padding-top: 30px; }
    @media (max-width: 767px) {
      .index-scene .project-slider-content {
        padding-top: 10px;
        font-size: 16px; } }
  .index-scene .slick-current a {
    width: 561px;
    margin-left: -237px;
    margin-right: 37px; }
    @media (max-width: 767px) {
      .index-scene .slick-current a {
        width: 285px;
        margin-right: 15px;
        margin-left: -160px; } }
  .index-scene .slick-current figure {
    opacity: 1; }
    .index-scene .slick-current figure img {
      width: auto; }
    @media (max-width: 767px) {
      .index-scene .slick-current figure {
        max-width: 60px; }
        .index-scene .slick-current figure img {
          width: 100%; } }
  .index-scene .slick-current .project-slider-photo {
    overflow: hidden; }
    .index-scene .slick-current .project-slider-photo img {
      opacity: 1; }
  .index-scene .slick-current .project-slider-content {
    opacity: 1; }
  .index-scene .slick-arrow {
    position: absolute;
    bottom: 183px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #666;
    z-index: 5;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: .3s; }
    @media (max-width: 1000px) {
      .index-scene .slick-arrow {
        bottom: 0; } }
    .index-scene .slick-arrow:hover {
      border: 1px solid #fff;
      color: #fff; }
    .index-scene .slick-arrow svg {
      width: 1em;
      height: 1em;
      min-width: 1em; }
  .index-scene .slide_dots-all {
    position: absolute;
    bottom: 193px;
    left: 740px;
    display: flex;
    align-items: center; }
    @media (max-width: 1000px) {
      .index-scene .slide_dots-all {
        bottom: 10px;
        left: 300px; } }
    @media (max-width: 600px) {
      .index-scene .slide_dots-all {
        left: 130px; } }
    .index-scene .slide_dots-all li {
      opacity: 0;
      transition: opacity ease 0.3s 0.2s;
      position: absolute;
      top: 0;
      left: 0; }
      .index-scene .slide_dots-all li button {
        background-color: transparent;
        color: #fff;
        border: none; }
    .index-scene .slide_dots-all li.slick-active {
      opacity: 1; }
    .index-scene .slide_dots-all .line {
      display: block;
      width: 120px;
      height: 1px;
      margin-left: 20px;
      margin-right: 10px;
      position: relative; }
      .index-scene .slide_dots-all .line .indicator-bar {
        width: 100%;
        height: 1px;
        background-color: #393939;
        position: absolute;
        left: 0;
        top: 0;
        animation-delay: 0s; }
        .index-scene .slide_dots-all .line .indicator-bar:nth-child(2) {
          background-color: #fff;
          width: 0%; }
        .index-scene .slide_dots-all .line .indicator-bar.go {
          animation: indicator_bar 3s linear forwards 0s; }
  .index-scene .slick-prev {
    left: 380px; }
    @media (max-width: 1000px) {
      .index-scene .slick-prev {
        left: -40px; } }
    @media (max-width: 600px) {
      .index-scene .slick-prev {
        left: -160px; } }
  .index-scene .slick-next {
    left: 430px; }
    @media (max-width: 1000px) {
      .index-scene .slick-next {
        left: 10px; } }
    @media (max-width: 600px) {
      .index-scene .slick-next {
        left: -110px; } }

@keyframes indicator_bar {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.index-example {
  position: relative;
  z-index: 6; }
  .index-example .content {
    position: relative;
    padding: 100px 0 160px; }
    .index-example .content .obj1 {
      max-width: 556px;
      position: absolute;
      top: 0;
      right: 0; }
      @media (max-width: 1700px) {
        .index-example .content .obj1 {
          max-width: 456px; } }
      @media (max-width: 1500px) {
        .index-example .content .obj1 {
          max-width: 356px; } }
      @media (max-width: 1400px) {
        .index-example .content .obj1 {
          max-width: 306px; } }
    .index-example .content .obj2 {
      max-width: 575px;
      position: absolute;
      top: 34%;
      left: 0; }
      @media (max-width: 1700px) {
        .index-example .content .obj2 {
          max-width: 440px; } }
      @media (max-width: 1500px) {
        .index-example .content .obj2 {
          max-width: 375px; } }
      @media (max-width: 1400px) {
        .index-example .content .obj2 {
          max-width: 325px; } }
      @media (max-width: 1280px) {
        .index-example .content .obj2 {
          max-width: 285px; } }
    .index-example .content .obj3 {
      max-width: 265px;
      position: absolute;
      bottom: 0;
      right: 25%; }
      @media (max-width: 1500px) {
        .index-example .content .obj3 {
          max-width: 245px; } }
    .index-example .content .box {
      max-width: 29.7%;
      margin: 0 auto; }
      @media (max-width: 1920px) {
        .index-example .content .box {
          max-width: 585px; } }
      .index-example .content .box p {
        line-height: 2; }
      .index-example .content .box span {
        border: 1px solid #fff;
        font-size: 16px;
        padding: 10px 20px; }
      .index-example .content .box h3 {
        font-size: 30px;
        padding: 30px 0 60px;
        line-height: 1.4; }
  @media (max-width: 1199px) {
    .index-example .content {
      padding: 100px 40px 0; }
      .index-example .content .obj {
        display: flex;
        justify-content: space-between;
        margin-top: 30px; }
        .index-example .content .obj .obj3, .index-example .content .obj .obj2 {
          position: static;
          width: 48%;
          max-width: 100%; }
          .index-example .content .obj .obj3 img, .index-example .content .obj .obj2 img {
            width: 100%; }
      .index-example .content .box {
        max-width: 100%;
        padding-top: 40px; } }
  @media (max-width: 767px) {
    .index-example {
      padding-bottom: 40px; }
      .index-example .content {
        padding: 50px 20px 0; }
        .index-example .content .box h3 {
          font-size: 24px;
          padding: 20px 0 30px; }
        .index-example .content .box span {
          padding: 5px 10px; }
        .index-example .content .box p {
          line-height: 1.8; }
        .index-example .content .obj1 {
          top: -30px;
          max-width: 200px; } }
  @media (max-width: 500px) {
    .index-example .content .box h3 {
      font-size: 18px; }
    .index-example .content .obj1 {
      position: static;
      max-width: 100%; } }

.index-add {
  padding-bottom: 100px; }
  @media (max-width: 1199px) {
    .index-add .inner {
      padding: 0 20px; } }
  .index-add h4 {
    padding-bottom: 40px;
    text-align: center;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px; }
    @media (max-width: 767px) {
      .index-add h4 {
        font-size: 16px;
        padding-bottom: 20px; } }
  .index-add .flex {
    display: flex;
    justify-content: space-between; }
    .index-add .flex > div {
      width: 48%; }
    .index-add .flex figure {
      height: 380px; }
    .index-add .flex p {
      font-size: 16px;
      padding-top: 20px; }
    @media (max-width: 1100px) {
      .index-add .flex {
        display: block; }
        .index-add .flex > div {
          width: 100%; }
        .index-add .flex > div:first-child {
          margin-bottom: 40px; }
        .index-add .flex figure {
          height: auto; } }
    @media (max-width: 767px) {
      .index-add .flex p {
        padding-top: 10px; } }
  .index-add .add-right {
    text-align: right;
    color: #7b7a7a;
    margin-top: 40px; }
    @media (max-width: 767px) {
      .index-add .add-right {
        font-size: 12px;
        margin-top: 20px; } }
  .index-add .more {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    min-width: 280px;
    margin: 40px auto 0;
    border: 1px solid #666;
    padding: 15px 0;
    color: #fff;
    transition: .3s;
    font-weight: bold; }
    @media (max-width: 767px) {
      .index-add .more {
        max-width: 250px;
        min-width: 250px;
        padding: 10px 0; } }
    .index-add .more:hover {
      text-decoration: none;
      background-color: #666; }
    .index-add .more svg {
      width: 1em;
      height: 1em;
      margin-right: 15px; }

.index-easy .sp {
  display: none; }
  @media (max-width: 600px) {
    .index-easy .sp {
      display: block; } }
.index-easy .add {
  font-size: 16px;
  padding: 95px 0 50px; }
  .index-easy .add h4 {
    font-size: 32px;
    padding-bottom: 20px;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase; }
  .index-easy .add p {
    font-size: 16px;
    line-height: 2; }
    @media (max-width: 767px) {
      .index-easy .add p {
        line-height: 1.8;
        font-size: 14px; } }
  @media (max-width: 767px) {
    .index-easy .add {
      padding: 50px 0 40px; }
      .index-easy .add h4 {
        font-size: 24px; } }
.index-easy ul li {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .index-easy ul li figure {
    margin-right: 80px; }
  .index-easy ul li .box {
    line-height: 1; }
    .index-easy ul li .box h4 {
      font-size: 46px; }
    .index-easy ul li .box span {
      font-size: 26px;
      font-family: 'acumin-pro',sans-serif;
      font-weight: 600;
      font-style: normal;
      text-transform: uppercase;
      display: block;
      padding: 55px 0 25px; }
    .index-easy ul li .box p {
      font-size: 16px;
      line-height: 2; }
  @media (max-width: 1300px) {
    .index-easy ul li figure {
      max-width: 750px; } }
  @media (max-width: 1199px) {
    .index-easy ul li {
      flex-wrap: wrap;
      justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; }
      .index-easy ul li .box {
        order: 2;
        display: block;
        width: 100%;
        text-align: left;
        padding-top: 30px; }
      .index-easy ul li figure {
        max-width: 100%;
        width: 100%;
        margin-right: 0; } }
  @media (max-width: 767px) {
    .index-easy ul li .box h4 {
      font-size: 24px; }
    .index-easy ul li .box span {
      font-size: 16px;
      padding: 15px 0 10px; }
    .index-easy ul li .box p {
      font-size: 14px;
      line-height: 1.8; } }
@media (max-width: 767px) {
  .index-easy ul {
    margin-top: 10px; } }
.index-easy .content {
  padding-top: 120px; }
  .index-easy .content h3 {
    font-size: 46px;
    line-height: 1;
    padding-bottom: 50px; }
  .index-easy .content .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .index-easy .content .flex figure {
      width: 32%; }
  .index-easy .content .flex2 figure {
    width: 23%; }
  .index-easy .content .box {
    padding-top: 40px; }
    .index-easy .content .box div {
      font-size: 30px;
      font-weight: bold;
      padding-bottom: 10px; }
  .index-easy .content h4 {
    font-size: 26px;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase; }
  .index-easy .content p {
    line-height: 2;
    padding-top: 30px;
    font-size: 16px; }
  @media (max-width: 767px) {
    .index-easy .content {
      padding-top: 50px; }
      .index-easy .content h3 {
        font-size: 24px;
        padding-bottom: 20px; }
      .index-easy .content p {
        font-size: 14px;
        line-height: 1.8;
        padding-top: 20px; }
      .index-easy .content .box {
        padding-top: 30px; }
        .index-easy .content .box div {
          font-size: 22px; }
      .index-easy .content h4 {
        font-size: 20px; } }
@media (max-width: 767px) {
  .index-easy .inner {
    padding: 0 20px; }
    .index-easy .inner .title {
      margin: 0 20px; } }
@media (max-width: 600px) {
  .index-easy .pc {
    display: none !important; } }
@media (max-width: 500px) {
  .index-easy .inner .title {
    margin-left: 40px; }
  .index-easy ul li p {
    font-size: 18px; }
  .index-easy .content big {
    font-size: 16px; } }

.index-custom {
  position: relative;
  z-index: 6; }
  .index-custom .easy-tit {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1000px) {
      .index-custom .easy-tit {
        display: block; }
        .index-custom .easy-tit h3 {
          display: none; } }
    .index-custom .easy-tit .title {
      width: auto; }
    .index-custom .easy-tit > h3 {
      font-size: 42px;
      font-weight: bold; }
      @media (max-width: 1100px) {
        .index-custom .easy-tit > h3 {
          font-size: 36px; } }
  @media (max-width: 1100px) and (max-width: 767px) {
    .index-custom .easy-tit > h3 {
      font-size: 24px; } }
  @media (max-width: 1100px) and (max-width: 500px) {
    .index-custom .easy-tit > h3 {
      font-size: 18px; } }

  .index-custom .content {
    padding-top: 130px; }
    .index-custom .content video {
      width: 100%;
      height: auto; }
  .index-custom .content:first-child {
    padding-top: 60px; }
  .index-custom .content:last-child {
    background-color: #000; }
  .index-custom .box {
    padding-bottom: 30px !important;
    line-height: 1; }
    .index-custom .box h4 {
      font-size: 46px; }
    .index-custom .box span {
      font-size: 32px;
      font-family: 'acumin-pro',sans-serif;
      font-weight: 600;
      font-style: normal;
      text-transform: uppercase;
      display: block;
      padding: 30px 0 20px; }
    .index-custom .box p {
      font-size: 16px;
      line-height: 2; }
  @media (max-width: 767px) {
    .index-custom .content {
      padding-top: 60px; }
    .index-custom .content:first-child {
      padding-top: 35px; }
    .index-custom .inner {
      padding: 0 20px; }
      .index-custom .inner .title {
        margin: 0 20px; }
    .index-custom .box h4 {
      font-size: 24px; }
    .index-custom .box span {
      font-size: 16px;
      padding: 15px 0 10px; }
    .index-custom .box p {
      font-size: 14px;
      line-height: 1.8; } }
  @media (max-width: 500px) {
    .index-custom .inner .title {
      margin-left: 40px; } }
  .index-custom .easy-add {
    margin-top: 130px; }
    @media (max-width: 767px) {
      .index-custom .easy-add {
        margin-top: 50px; } }
    .index-custom .easy-add .flex {
      display: flex;
      justify-content: space-between;
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .index-custom .easy-add .flex {
          margin-bottom: 30px; } }
      .index-custom .easy-add .flex .before {
        position: relative;
        padding-left: 40px;
        line-height: 1; }
        .index-custom .easy-add .flex .before span {
          padding-left: 20px; }
        .index-custom .easy-add .flex .before::before {
          content: "";
          display: block;
          width: 25px;
          height: 25px;
          background-color: #fff;
          position: absolute;
          left: 0;
          top: 2px; }
      @media (max-width: 767px) {
        .index-custom .easy-add .flex {
          font-size: 18px; }
          .index-custom .easy-add .flex img {
            max-width: 150px; }
          .index-custom .easy-add .flex .before {
            padding-left: 22px; }
            .index-custom .easy-add .flex .before::before {
              width: 13px;
              height: 13px; } }
      @media (max-width: 767px) {
        .index-custom .easy-add .flex img {
          max-width: 130px; } }
    .index-custom .easy-add .txt {
      margin-top: 80px; }
      @media (max-width: 767px) {
        .index-custom .easy-add .txt {
          margin-top: 40px; } }
      .index-custom .easy-add .txt > figure:last-child {
        max-width: 750px;
        margin: 60px auto; }
        @media (max-width: 767px) {
          .index-custom .easy-add .txt > figure:last-child {
            max-width: 90%;
            margin: 30px auto; } }
        .index-custom .easy-add .txt > figure:last-child img {
          width: auto; }
          @media (max-width: 950px) {
            .index-custom .easy-add .txt > figure:last-child img {
              width: 100%; } }
    .index-custom .easy-add .txt:first-child {
      margin-top: 40px; }
      @media (max-width: 767px) {
        .index-custom .easy-add .txt:first-child {
          margin-top: 20px; } }
    .index-custom .easy-add table {
      width: 100%;
      font-size: 16px; }
      @media (max-width: 767px) {
        .index-custom .easy-add table {
          font-size: 14px; }
          .index-custom .easy-add table td:first-child {
            min-width: 100px; } }
      @media (max-width: 500px) {
        .index-custom .easy-add table {
          font-size: 12px; } }
      .index-custom .easy-add table td {
        text-align: center;
        vertical-align: middle;
        padding: 5px;
        border: 2px solid #fff; }
        @media (max-width: 767px) {
          .index-custom .easy-add table td {
            line-height: 1.3; } }
    .index-custom .easy-add .easy-add-tit {
      display: inline-block;
      font-size: 46px;
      font-weight: bold;
      line-height: 1; }
      @media (max-width: 767px) {
        .index-custom .easy-add .easy-add-tit {
          font-size: 24px; } }
    .index-custom .easy-add figure {
      margin: 30px auto; }
      @media (max-width: 767px) {
        .index-custom .easy-add figure {
          margin: 20px auto; } }
    .index-custom .easy-add .easy-content2 {
      padding-top: 60px; }
      .index-custom .easy-add .easy-content2 span {
        display: block;
        font-size: 32px;
        font-weight: bold;
        position: relative;
        padding-left: 40px;
        line-height: 1;
        padding-left: 40px;
        margin-top: 40px; }
        .index-custom .easy-add .easy-content2 span::before {
          content: "";
          display: block;
          width: 25px;
          height: 25px;
          background-color: #fff;
          position: absolute;
          left: 0;
          top: 2px; }
        @media (max-width: 767px) {
          .index-custom .easy-add .easy-content2 span {
            font-size: 18px;
            padding-left: 22px;
            margin-top: 25px; }
            .index-custom .easy-add .easy-content2 span::before {
              width: 13px;
              height: 13px; } }
      @media (max-width: 767px) {
        .index-custom .easy-add .easy-content2 {
          padding-top: 20px; } }
      .index-custom .easy-add .easy-content2 img {
        max-width: 655px; }
      .index-custom .easy-add .easy-content2 h4 {
        font-size: 26px;
        font-family: 'acumin-pro',sans-serif;
        font-weight: 600;
        font-style: normal;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .index-custom .easy-add .easy-content2 h4 {
            font-size: 20px; } }
      .index-custom .easy-add .easy-content2 p {
        padding-top: 20px;
        font-size: 16px;
        line-height: 2; }
        @media (max-width: 767px) {
          .index-custom .easy-add .easy-content2 p {
            font-size: 14px;
            line-height: 1.8; } }

.index-qa .content {
  padding-top: 60px; }
  .index-qa .content .click-qa {
    position: relative; }
    .index-qa .content .click-qa::after {
      content: "";
      display: block;
      width: 0;
      height: 1px;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      left: 0; }
    .index-qa .content .click-qa.show {
      display: block; }
      .index-qa .content .click-qa.show .ttl-qa {
        background-color: #17585d91;
        background: -ms-linear-gradient(top, #17585d, #33676b); }
        .index-qa .content .click-qa.show .ttl-qa .icon {
          transform: rotate(90deg); }
          .index-qa .content .click-qa.show .ttl-qa .icon::before {
            opacity: 0; }
    .index-qa .content .click-qa .ttl-qa {
      position: relative;
      cursor: pointer;
      transition: .3s;
      padding: 30px 18px;
      width: 100%; }
      .index-qa .content .click-qa .ttl-qa:hover {
        background-color: #17585d91; }
    .index-qa .content .click-qa .click-ttl {
      display: flex;
      align-items: flex-end;
      font-size: 20px;
      line-height: 1;
      font-weight: bold; }
      .index-qa .content .click-qa .click-ttl span {
        display: block;
        font-size: 40px;
        font-family: 'acumin-pro',sans-serif;
        font-weight: 600;
        font-style: normal;
        text-transform: uppercase;
        margin-right: 25px; }
    .index-qa .content .click-qa .icon {
      height: 100%;
      width: 85px;
      position: absolute;
      right: 0;
      top: 0;
      transition: .3s; }
      .index-qa .content .click-qa .icon:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: "";
        display: block;
        width: 34px;
        height: 2px;
        background-color: #fff;
        transition: .3s; }
      .index-qa .content .click-qa .icon:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: "";
        display: block;
        width: 2px;
        height: 34px;
        background-color: #fff;
        transition: .3s; }
    .index-qa .content .click-qa .click-a {
      font-size: 16px;
      padding: 20px 0 20px 60px;
      line-height: 1.6;
      display: none; }
      .index-qa .content .click-qa .click-a div {
        display: flex;
        padding-top: 15px; }
      .index-qa .content .click-qa .click-a span {
        display: block;
        font-size: 40px;
        font-family: 'acumin-pro',sans-serif;
        font-weight: 600;
        font-style: normal;
        text-transform: uppercase;
        margin-right: 25px;
        line-height: 1;
        margin-top: -15px; }
@media (max-width: 767px) {
  .index-qa {
    padding-top: 50px; }
    .index-qa .inner {
      padding: 0 20px; }
      .index-qa .inner .title {
        margin: 0 20px; }
    .index-qa .content .click-qa .ttl-qa {
      padding: 10px 50px 10px 10px; }
      .index-qa .content .click-qa .ttl-qa .click-ttl {
        font-size: 16px;
        line-height: 1.6;
        align-items: flex-start; }
        .index-qa .content .click-qa .ttl-qa .click-ttl span {
          font-size: 24px;
          margin-right: 10px;
          line-height: 1; }
    .index-qa .content .click-qa .click-a {
      padding: 10px; }
      .index-qa .content .click-qa .click-a div {
        padding-top: 0; }
      .index-qa .content .click-qa .click-a span {
        font-size: 24px;
        margin-right: 10px;
        margin-top: 0; }
    .index-qa .content .click-qa .icon {
      width: 40px; }
      .index-qa .content .click-qa .icon::before {
        width: 20px; }
      .index-qa .content .click-qa .icon::after {
        height: 20px; } }
@media (max-width: 500px) {
  .index-qa .inner .title {
    margin-left: 40px; } }

.index-contact {
  position: relative;
  z-index: 8;
  transition: all ease 1s;
  transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  background-color: transparent; }
  .index-contact.black {
    background-color: #000; }
  .index-contact .content {
    margin-top: 100px;
    padding: 0 60px;
    position: relative;
    border: 1px solid #fff; }
    .index-contact .content dl {
      display: flex;
      justify-content: space-between;
      padding: 45px 0;
      position: relative; }
      .index-contact .content dl::after {
        content: "";
        display: block;
        background-color: #fff;
        width: 0;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0; }
      .index-contact .content dl dt {
        min-width: 300px;
        font-size: 16px;
        font-weight: bold; }
        .index-contact .content dl dt label {
          display: flex;
          align-items: center; }
        .index-contact .content dl dt span {
          font-size: 12px;
          background-color: #c40000;
          line-height: 1;
          padding: 5px 10px;
          border-radius: 2px;
          margin-left: 10px;
          display: block; }
        .index-contact .content dl dt em {
          font-size: 12px;
          background-color: #7a7a7a;
          line-height: 1;
          padding: 5px 10px;
          border-radius: 2px;
          margin-left: 10px;
          display: block;
          font-style: normal; }
      .index-contact .content dl dd {
        width: 100%; }
        .index-contact .content dl dd input, .index-contact .content dl dd select, .index-contact .content dl dd textarea {
          width: 100%;
          resize: none;
          background-color: #303640;
          padding: 10px;
          border-radius: 5px;
          border: none;
          color: #9e9e9e; }
        .index-contact .content dl dd textarea {
          height: 160px; }
    .index-contact .content dl:last-child::after {
      display: none; }
  .index-contact .submit {
    max-width: 250px;
    margin: 70px auto 0; }
    .index-contact .submit:hover input {
      background-color: #0a656b; }
    .index-contact .submit input {
      background-color: #17585d;
      border: none;
      color: #fff;
      width: 100%;
      height: 100%;
      padding: 15px 0;
      cursor: pointer;
      transition: .3s; }
  @media (max-width: 767px) {
    .index-contact .inner {
      padding: 0 20px; }
      .index-contact .inner .title {
        margin: 0 20px; }
    .index-contact .content {
      margin-top: 70px;
      padding: 0; }
      .index-contact .content dl {
        padding: 15px; }
        .index-contact .content dl dt {
          min-width: 200px; }
    .index-contact .submit {
      margin: 30px auto 0; } }
  @media (max-width: 500px) {
    .index-contact .inner .title {
      margin-left: 40px; }
    .index-contact .content dl {
      padding: 10px; }
      .index-contact .content dl dt {
        font-size: 14px;
        min-width: 180px; } }

footer {
  background-color: #000;
  color: #fff;
  padding: 0 20px 40px;
  text-align: center;
  position: relative;
  z-index: 6; }

.title big.normalmove, .title span.normalmove, .title div.normalmove {
  transform: translate(0px, 100px) rotate(15deg) rotateX(-100deg);
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s; }
.title big.normalanimate, .title span.normalanimate, .title div.normalanimate {
  transform: translate3d(0px, 0.0031px, 0px);
  opacity: 1;
  visibility: inherit; }

.index-highest ul li.normalmove, .index-scene > figure.normalmove, .index-easy ul li p.normalmove, .index-easy .content big.normalmove, .index-custom .easy-tit > h3.normalmove, .index-example .content .box span.normalmove, .index-example .content .box h3.normalmove, .index-example .content .box p.normalmove,
.index-highest .highest-add h4.normalmove, .index-highest .highest-add p.normalmove, .index-add h4.normalmove, .index-add .flex > div p.normalmove, .index-add .add-right.normalmove, .index-add .more.normalmove,
.index-easy .add h4.normalmove, .index-easy .add p.normalmove, .index-easy ul li .box h4.normalmove, .index-easy ul li .box span.normalmove, .index-easy ul li .box p.normalmove,
.index-easy .content h3.normalmove, .index-easy .content h4.normalmove, .index-easy .content p.normalmove, .index-custom .box h4.normalmove, .index-custom .box span.normalmove, .index-custom .box p.normalmove,
.index-custom .easy-add .easy-add-tit.normalmove, .index-custom .easy-add .txt table.normalmove, .index-custom .easy-add .flex.normalmove, .index-custom .easy-add .easy-content2 h4.normalmove, .index-custom .easy-add .easy-content2 p.normalmove, .index-custom .easy-add .easy-content2 span.normalmove {
  transform: translateY(80px);
  opacity: 0;
  transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  transition: 0.9s; }
.index-highest ul li.normalanimate, .index-scene > figure.normalanimate, .index-easy ul li p.normalanimate, .index-easy .content big.normalanimate, .index-custom .easy-tit > h3.normalanimate, .index-example .content .box span.normalanimate, .index-example .content .box h3.normalanimate, .index-example .content .box p.normalanimate,
.index-highest .highest-add h4.normalanimate, .index-highest .highest-add p.normalanimate, .index-add h4.normalanimate, .index-add .flex > div p.normalanimate, .index-add .add-right.normalanimate, .index-add .more.normalanimate,
.index-easy .add h4.normalanimate, .index-easy .add p.normalanimate, .index-easy ul li .box h4.normalanimate, .index-easy ul li .box span.normalanimate, .index-easy ul li .box p.normalanimate,
.index-easy .content h3.normalanimate, .index-easy .content h4.normalanimate, .index-easy .content p.normalanimate, .index-custom .box h4.normalanimate, .index-custom .box span.normalanimate, .index-custom .box p.normalanimate,
.index-custom .easy-add .easy-add-tit.normalanimate, .index-custom .easy-add .txt table.normalanimate, .index-custom .easy-add .flex.normalanimate, .index-custom .easy-add .easy-content2 h4.normalanimate, .index-custom .easy-add .easy-content2 p.normalanimate, .index-custom .easy-add .easy-content2 span.normalanimate {
  transform: translateY(0%);
  opacity: 1; }

.index-easy .content .flex figure.normalmove {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  transition: 0.9s; }
.index-easy .content .flex figure.normalanimate {
  transform: translateX(0%);
  opacity: 1; }

.index-easy .content .flex figure:nth-child(2) {
  transition-delay: .3s; }

.index-easy .content .flex figure:nth-child(2) {
  transition-delay: .6s; }

.index-easy .content .flex figure:nth-child(2) {
  transition-delay: .9s; }

.index-easy .content .flex figure:nth-child(3) {
  transition-delay: 1.2s; }

.index-easy .content .flex figure:nth-child(4) {
  transition-delay: 1.2s; }

.index-qa .content .click-qa.normalmove::after, .index-contact dl.normalmove::after {
  width: 0;
  transition: all ease 2s; }
.index-qa .content .click-qa.normalanimate::after, .index-contact dl.normalanimate::after {
  width: 100%; }

.index-contact .content.normalmove::after, .index-contact .content.normalmove::before {
  width: 0;
  transition: all ease 2s; }
.index-contact .content.normalanimate::after, .index-contact .content.normalanimate::before {
  width: 100%; }
