@charset "UTF-8";
#home {
  /* ---------------------------------------

    /index.html

  --------------------------------------- */
  /* ===== Section Dots Nav ===== */
}

#home .btn-block {
  width: 160px;
  height: auto;
  margin: auto;
  display: block;
  text-align: center;
}

#home .btn {
  display: block;
  position: relative;
  padding: 25px 10px;
  color: #afafaf;
  border: 2px solid #afafaf;
  background-color: transparent;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#home .btn:hover {
  color: #fff;
  background-color: #afafaf;
  border: 2px solid #afafaf;
}

#home .btn .btn-txt {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

#home .indicators {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
}

#home .indicators img {
  width: 203px;
  /* サイズ調整 */
  height: auto;
}

#home .entry-btn {
  position: fixed;
  bottom: 45px;
  right: 30px;
  z-index: 9999;
}

#home .section-ttl {
  position: relative;
  z-index: 88;
  opacity: 0;
}

#home .section-ttl.lol-ttl, #home .section-ttl.infinity-ttl {
  max-width: 800px;
  margin: 0 auto 0;
}

#home .section-ttl.about-ttl-1 {
  width: 600px;
  margin: 0 auto 0;
}

#home .section-ttl.about-ttl-2 {
  width: 600px;
  margin: 0 auto 0;
}

#home .section-ttl.business-ttl-1 {
  width: 800px;
  margin: 0 auto 0;
}

#home .section-ttl.business-ttl-2 {
  width: 800px;
  margin: 0 auto 0;
}

#home .section-ttl.int-ttl {
  width: 600px;
  margin: 0 auto 0;
}

#home .section-ttl.work-ttl {
  width: 600px;
  margin: 0 auto 0;
}

#home .section-ttl.history-ttl {
  width: 700px;
  margin: 0 auto 0;
}

#home .ground-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 88;
  overflow: auto;
}

#home .ground-wrap .ground {
  width: 100%;
  height: 11.8888888vw;
}

@media (max-width: 840px) {
  #home .ground-wrap .ground {
    height: 12.22222vw;
  }
}

#home .ground-wrap .ground img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#home .ground-wrap .road {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 56vw;
  height: auto;
  z-index: 2;
}

@media (max-width: 840px) {
  #home .ground-wrap .road {
    width: 56vw;
  }
}

#home .ground-wrap .road img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 840px) {
  #home .ground-wrap .road img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#home .ground-wrap .rut {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45vw;
  z-index: 3;
}

@media (max-width: 840px) {
  #home .ground-wrap .rut {
    width: 49vw;
  }
}

#home .ground-wrap .rut img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 840px) {
  #home .ground-wrap .rut img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

#home .hashirukun {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13vw;
  height: auto;
  z-index: 99;
}

@media (max-width: 840px) {
  #home .hashirukun {
    width: 13vw;
  }
}

@media (max-width: 540px) {
  #home .hashirukun {
    width: 16vw;
    bottom: 20px;
  }
}

#home .hashirukun img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 840px) {
  #home .hashirukun img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

#home .hukidashi {
  position: absolute;
  top: -15%;
  left: -20%;
  z-index: 99;
  width: 100px;
  height: 60px;
  background-image: url("/assets/img/home/hukidashi.svg");
  background-repeat: no-repeat;
}

#home .hukidashi .hukidashi-txt {
  width: 90%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#home .hukidashi.business01, #home .hukidashi.interview01, #home .hukidashi.workstyle, #home .hukidashi.history {
  background-image: url("/assets/img/home/hukidashi.svg");
  top: 30%;
  left: -50%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

@media (max-width: 840px) {
  #home .hukidashi.business01, #home .hukidashi.interview01, #home .hukidashi.workstyle, #home .hukidashi.history {
    top: -50%;
    left: -130%;
  }
}

@media (max-width: 840px) {
  #home .hukidashi.business01 {
    top: -17%;
    left: -170%;
  }
}

@media (max-width: 840px) {
  #home .hukidashi.interview01 {
    top: -13%;
    left: -170%;
  }
}

#home .section-dots {
  position: fixed;
  top: 65%;
  left: 25px;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  z-index: 9998;
  /* hashirukun(9999)の下・他より上 */
  pointer-events: auto;
}

@media (max-width: 840px) {
  #home .section-dots {
    top: 50%;
    left: 5px;
    gap: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#home .section-dots .dot {
  width: 7px;
  height: 7px;
  border-radius: 9999px;
  border: 0;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  padding: 0;
  opacity: 0.7;
  margin: 0 auto;
}

@media (max-width: 840px) {
  #home .section-dots .dot {
    width: 4px;
    height: 4px;
  }
}

#home .section-dots .dot:hover {
  opacity: 1;
  background: black;
}

#home .section-dots .dot.is-active {
  width: 20px;
  height: 30px;
  background-color: transparent;
  background-image: url("/assets/img/common/flame.svg");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}

@media (max-width: 840px) {
  #home .section-dots .dot.is-active {
    width: 10px;
    height: 15px;
  }
}

#home .section-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
}

#home .section-loading .load-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 400px;
  z-index: 99;
}

@media (max-width: 840px) {
  #home .section-loading .load-ttl {
    width: 50%;
  }
}

#home .section-loading .load-bird {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 400px;
  z-index: 99;
}

#home .section-loading .load-bird.num01 {
  width: 90px;
  margin-top: -250px;
  margin-left: 25%;
  z-index: 9;
}

@media (max-width: 840px) {
  #home .section-loading .load-bird.num01 {
    width: 60px;
    margin-left: 35%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

#home .section-loading .load-bird.num02 {
  width: 70px;
  margin-top: -150px;
  margin-left: 10%;
  z-index: 9;
}

@media (max-width: 840px) {
  #home .section-loading .load-bird.num02 {
    width: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

#home .section-loading .load-leaf {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
}

#home .section-loading .load-leaf.num01 {
  width: 1319px;
  margin-top: -390px;
  margin-left: 230px;
  z-index: 7;
}

@media (max-width: 1440px) {
  #home .section-loading .load-leaf.num01 {
    width: 1119px;
    margin-top: -390px;
    margin-left: 50px;
  }
}

@media (max-width: 840px) {
  #home .section-loading .load-leaf.num01 {
    width: 700px;
    margin-top: -250px;
    margin-left: -100px;
  }
}

#home .section-loading .load-leaf.num02 {
  width: 1268px;
  margin-top: 490px;
  margin-left: 50px;
  z-index: 5;
}

@media (max-width: 1440px) {
  #home .section-loading .load-leaf.num02 {
    margin-top: 400px;
    margin-left: -100px;
  }
}

@media (max-width: 840px) {
  #home .section-loading .load-leaf.num02 {
    width: 700px;
    margin-top: 450px;
    margin-left: -50px;
  }
}

#home .section-loading .load-leaf.num03 {
  width: 1606px;
  margin-top: 540px;
  margin-left: -1400px;
  z-index: 6;
}

@media (max-width: 1440px) {
  #home .section-loading .load-leaf.num03 {
    width: 1406px;
    margin-top: 540px;
    margin-left: -1200px;
  }
}

@media (max-width: 840px) {
  #home .section-loading .load-leaf.num03 {
    width: 700px;
    margin-top: 450px;
    margin-left: -600px;
  }
}

#home .section-loading .load-leaf.num04 {
  width: 1272px;
  margin-top: -300px;
  margin-left: -1500px;
  z-index: 6;
}

@media (max-width: 1440px) {
  #home .section-loading .load-leaf.num04 {
    margin-top: -300px;
    margin-left: -1400px;
  }
}

@media (max-width: 840px) {
  #home .section-loading .load-leaf.num04 {
    width: 700px;
    margin-top: -100px;
    margin-left: -700px;
  }
}

#home .section-loading .load-leaf.num05 {
  width: 1206px;
  margin-top: -200px;
  margin-left: -570px;
  z-index: 1;
}

@media (max-width: 840px) {
  #home .section-loading .load-leaf.num05 {
    width: 1082px;
    margin-top: -150px;
    margin-left: -470px;
  }
}

#home .section-loading .load-leaf.num06 {
  width: 1279px;
  margin-top: 200px;
  margin-left: -180px;
  z-index: 2;
}

@media (max-width: 1440px) {
  #home .section-loading .load-leaf.num06 {
    margin-top: 200px;
    margin-left: -280px;
  }
}

@media (max-width: 840px) {
  #home .section-loading .load-leaf.num06 {
    width: 582px;
    margin-top: 200px;
    margin-left: -280px;
  }
}

#home .section-loading .load-leaf.num07 {
  width: 1282px;
  margin-top: 0px;
  margin-left: -1200px;
  z-index: 2;
}

@media (max-width: 840px) {
  #home .section-loading .load-leaf.num07 {
    width: 682px;
    margin-top: 170px;
    margin-left: -650px;
  }
}

#home .section-lol {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 5%;
  z-index: 88;
}

#home .section-lol .lol-tree {
  position: absolute;
  left: 50%;
  bottom: 11.6666666vw;
}

@media (max-width: 840px) {
  #home .section-lol .lol-tree {
    bottom: 11.7777777vw;
  }
}

#home .section-lol .lol-tree-1 {
  width: 35vw;
  margin-left: -45%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media (max-width: 1440px) {
  #home .section-lol .lol-tree-1 {
    margin-left: -52%;
    width: 45vw;
  }
}

@media (max-width: 840px) {
  #home .section-lol .lol-tree-1 {
    width: 600px;
    margin-left: -600px;
  }
}

@media (max-width: 540px) {
  #home .section-lol .lol-tree-1 {
    width: 560px;
    margin-left: -560px;
  }
}

#home .section-lol .lol-tree-2 {
  width: 35vw;
  margin-left: 10%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media (max-width: 1440px) {
  #home .section-lol .lol-tree-2 {
    margin-left: 7%;
    width: 45vw;
  }
}

@media (max-width: 840px) {
  #home .section-lol .lol-tree-2 {
    width: 600px;
    margin-left: 0px;
  }
}

@media (max-width: 540px) {
  #home .section-lol .lol-tree-2 {
    width: 560px;
  }
}

#home .section-lol .lol-content {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 11.6666666vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  z-index: 88;
}

@media (max-width: 1140px) {
  #home .section-lol .lol-content {
    position: absolute;
    top: auto;
    bottom: 10vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90vw;
    height: 50vw;
  }
}

@media (max-width: 840px) {
  #home .section-lol .lol-content {
    top: 10px;
    left: 50%;
    width: 100vw;
    height: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 540px) {
  #home .section-lol .lol-content {
    top: 10%;
  }
}

#home .section-lol .lol-ttl {
  margin: 2% auto;
}

@media (max-width: 840px) {
  #home .section-lol .lol-ttl {
    width: 70vw;
  }
}

@media (max-width: 540px) {
  #home .section-lol .lol-ttl {
    width: 80vw;
  }
}

#home .section-lol .lol-member {
  opacity: 0;
  position: relative;
  top: -4.5vw;
  z-index: 88;
  max-width: 1100px;
  margin: auto;
}

@media (max-width: 840px) {
  #home .section-lol .lol-member {
    width: 80vw;
  }
}

@media (max-width: 540px) {
  #home .section-lol .lol-member {
    width: 90vw;
  }
}

@media (min-width: 1920px) {
  #home .section-lol .lol-indicate {
    width: 406px;
    margin-left: -900px;
    bottom: 30px;
    z-index: 88;
  }
}

#home .section-about {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

#home .section-about .about-ttl-1 {
  position: relative;
  z-index: 99;
  margin: 2% auto;
}

@media (max-width: 840px) {
  #home .section-about .about-ttl-1 {
    width: 70vw;
  }
}

@media (max-width: 540px) {
  #home .section-about .about-ttl-1 {
    width: 80vw;
  }
}

#home .section-about .about-tree {
  position: absolute;
  left: 50%;
  bottom: 11.6666666vw;
  z-index: 88;
}

@media (max-width: 840px) {
  #home .section-about .about-tree {
    bottom: 11.7777777vw;
  }
}

#home .section-about .about-tree-1 {
  width: 35vw;
  margin-left: -50%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media (max-width: 1440px) {
  #home .section-about .about-tree-1 {
    margin-left: -52%;
    width: 45vw;
  }
}

@media (max-width: 840px) {
  #home .section-about .about-tree-1 {
    width: 600px;
    margin-left: -600px;
  }
}

@media (max-width: 540px) {
  #home .section-about .about-tree-1 {
    width: 460px;
    margin-left: -480px;
  }
}

#home .section-about .about-tree-2 {
  width: 33vw;
  margin-left: 10%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media (max-width: 1440px) {
  #home .section-about .about-tree-2 {
    margin-left: 7%;
    width: 45vw;
  }
}

@media (max-width: 840px) {
  #home .section-about .about-tree-2 {
    width: 600px;
    margin-left: 0px;
  }
}

@media (max-width: 540px) {
  #home .section-about .about-tree-2 {
    width: 460px;
  }
}

#home .section-about .about-content {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 11.6666666vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  z-index: 99;
}

@media (max-width: 1140px) {
  #home .section-about .about-content {
    position: absolute;
    top: auto;
    bottom: 10vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90vw;
    height: 50vw;
  }
}

@media (max-width: 840px) {
  #home .section-about .about-content {
    top: 10px;
    left: 50%;
    width: 100vw;
    height: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 540px) {
  #home .section-about .about-content {
    top: 10%;
  }
}

#home .section-about .about-building {
  bottom: 11.6666666vw;
  width: 20%;
  margin-left: -33%;
}

@media (max-width: 840px) {
  #home .section-about .about-building {
    bottom: 11.7777777vw;
    width: 20%;
    margin-left: -33%;
  }
}

@media (max-width: 540px) {
  #home .section-about .about-building {
    width: 32%;
    margin-left: -43%;
  }
}

#home .section-about .about-wheat {
  bottom: 11.6666666vw;
  width: 20%;
  margin-left: 10%;
}

@media (max-width: 840px) {
  #home .section-about .about-wheat {
    bottom: 11.7777777vw;
    width: 20%;
    margin-left: 10%;
  }
}

@media (max-width: 540px) {
  #home .section-about .about-wheat {
    width: 32%;
    margin-left: 10%;
  }
}

#home .section-about .about-lead-1 {
  border-radius: 30px;
  width: 80%;
  padding: 20px 10px;
  position: relative;
  left: auto;
  margin: 15% auto 0;
  text-align: center;
  font-size: clamp(12px, 1vw, 18px);
  font-weight: 400;
  line-height: 2;
  z-index: 88;
}

@media (max-width: 540px) {
  #home .section-about .about-lead-1 {
    background-color: rgba(255, 255, 255, 0.7);
    margin: 15% auto 0;
  }
}

@media (min-width: 1920px) {
  #home .section-about .about-indicate {
    width: 406px;
    margin-left: -900px;
    bottom: 30px;
    z-index: 88;
  }
}

#home .section-about02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 77;
}

#home .section-about02 .about-ttl-2 {
  position: relative;
  z-index: 99;
  margin: 2% auto;
}

@media (max-width: 840px) {
  #home .section-about02 .about-ttl-2 {
    width: 65vw;
  }
}

@media (max-width: 540px) {
  #home .section-about02 .about-ttl-2 {
    width: 80vw;
  }
}

#home .section-about02 .about-tree {
  position: absolute;
  left: 50%;
  bottom: 11.6666666vw;
}

@media (max-width: 840px) {
  #home .section-about02 .about-tree {
    bottom: 11.7777777vw;
  }
}

#home .section-about02 .about-tree-3 {
  width: 35vw;
  margin-left: -50%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media (max-width: 1440px) {
  #home .section-about02 .about-tree-3 {
    margin-left: -52%;
    width: 45vw;
  }
}

@media (max-width: 840px) {
  #home .section-about02 .about-tree-3 {
    width: 600px;
    margin-left: -600px;
  }
}

@media (max-width: 540px) {
  #home .section-about02 .about-tree-3 {
    width: 460px;
    margin-left: -530px;
  }
}

#home .section-about02 .about-tree-4 {
  width: 33vw;
  margin-left: 16%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media (max-width: 1440px) {
  #home .section-about02 .about-tree-4 {
    margin-left: 7%;
    width: 45vw;
  }
}

@media (max-width: 840px) {
  #home .section-about02 .about-tree-4 {
    width: 600px;
    margin-left: 0px;
  }
}

@media (max-width: 540px) {
  #home .section-about02 .about-tree-4 {
    width: 460px;
    margin-left: 60px;
  }
}

#home .section-about02 .about-content {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 11.6666666vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  z-index: 99;
}

@media (max-width: 1140px) {
  #home .section-about02 .about-content {
    position: absolute;
    top: auto;
    bottom: 10vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90vw;
    height: 50vw;
  }
}

@media (max-width: 840px) {
  #home .section-about02 .about-content {
    top: 10px;
    left: 50%;
    width: 100vw;
    height: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 540px) {
  #home .section-about02 .about-content {
    top: 10%;
  }
}

#home .section-about02 .about-building-2 {
  bottom: 11.6666666vw;
  width: 32%;
  margin-left: -43%;
}

@media (max-width: 840px) {
  #home .section-about02 .about-building-2 {
    bottom: 11.7777777vw;
    width: 20%;
    margin-left: -33%;
  }
}

@media (max-width: 540px) {
  #home .section-about02 .about-building-2 {
    width: 64%;
    margin-left: -83%;
  }
}

#home .section-about02 .about-wheat-2 {
  bottom: 11.555555vw;
  width: 32%;
  margin-left: 10%;
}

@media (max-width: 840px) {
  #home .section-about02 .about-wheat-2 {
    bottom: 11.7777777vw;
    width: 32%;
    margin-left: 10%;
  }
}

@media (max-width: 540px) {
  #home .section-about02 .about-wheat-2 {
    bottom: 11.555555vw;
    width: 72%;
    margin-left: 17%;
  }
}

#home .section-about02 .about-lead-2 {
  border-radius: 30px;
  width: 80%;
  padding: 20px 10px;
  position: relative;
  left: auto;
  margin: 15% auto 0;
  text-align: center;
  font-size: clamp(12px, 1vw, 18px);
  font-weight: 400;
  line-height: 2;
  z-index: 88;
}

@media (max-width: 540px) {
  #home .section-about02 .about-lead-2 {
    background-color: rgba(255, 255, 255, 0.7);
    margin: 15% auto 0;
  }
}

#home .section-about02 .about-btn {
  position: absolute;
  bottom: 9.2vw;
  left: 55%;
}

@media (max-width: 1440px) {
  #home .section-about02 .about-btn {
    position: relative;
    bottom: 9.2vw;
    left: auto;
  }
}

@media (max-width: 540px) {
  #home .section-about02 .about-btn .btn {
    width: 140px;
    padding: 20px 10px;
  }
}

@media (min-width: 1920px) {
  #home .section-about02 .about-indicate {
    width: 406px;
    margin-left: -900px;
    bottom: 30px;
    z-index: 88;
  }
}

#home .section-business {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

#home .section-business .business-ttl-1 {
  position: relative;
  z-index: 99;
  margin: 2% auto;
}

@media (max-width: 840px) {
  #home .section-business .business-ttl-1 {
    width: 65vw;
  }
}

@media (max-width: 540px) {
  #home .section-business .business-ttl-1 {
    width: 78vw;
  }
}

#home .section-business .business-tree {
  position: absolute;
  left: 50%;
  bottom: 11.6666666vw;
}

@media (max-width: 840px) {
  #home .section-business .business-tree {
    bottom: 11.7777777vw;
  }
}

#home .section-business .business-tree-1 {
  width: 35vw;
  margin-left: -50%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media (max-width: 1440px) {
  #home .section-business .business-tree-1 {
    margin-left: -60%;
    width: 45vw;
  }
}

@media (max-width: 840px) {
  #home .section-business .business-tree-1 {
    width: 60vw;
    margin-left: -80%;
  }
}

@media (max-width: 540px) {
  #home .section-business .business-tree-1 {
    width: 110vw;
    margin-left: -65%;
  }
}

#home .section-business .business-tree-2 {
  width: 33vw;
  margin-left: 8%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media (max-width: 1440px) {
  #home .section-business .business-tree-2 {
    margin-left: 7%;
    width: 45vw;
  }
}

@media (max-width: 840px) {
  #home .section-business .business-tree-2 {
    width: 60vw;
    margin-left: 15%;
  }
}

@media (max-width: 540px) {
  #home .section-business .business-tree-2 {
    display: none;
  }
}

#home .section-business .business-obj-1 {
  width: 30vw;
  margin-left: -50%;
  bottom: 9.6666666vw;
}

@media (max-width: 840px) {
  #home .section-business .business-obj-1 {
    width: 35vw;
    margin-left: -50%;
    bottom: 9.7777777vw;
  }
}

@media (max-width: 540px) {
  #home .section-business .business-obj-1 {
    width: 75vw;
    margin-left: -90%;
  }
}

#home .section-business .business-obj-2 {
  bottom: 9.555555vw;
  width: 30vw;
  margin-left: 13%;
}

@media (max-width: 840px) {
  #home .section-business .business-obj-2 {
    bottom: 9.7777777vw;
    width: 30vw;
    margin-left: 20%;
  }
}

@media (max-width: 540px) {
  #home .section-business .business-obj-2 {
    display: none;
  }
}

#home .section-business .business-content {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 11.6666666vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  z-index: 99;
}

@media (max-width: 1140px) {
  #home .section-business .business-content {
    position: absolute;
    top: auto;
    bottom: 10vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90vw;
    height: 50vw;
  }
}

@media (max-width: 840px) {
  #home .section-business .business-content {
    top: 10px;
    left: 50%;
    width: 100vw;
    height: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 540px) {
  #home .section-business .business-content {
    top: 10%;
  }
}

#home .section-business .business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 3% auto;
  padding: 0;
}

@media (max-width: 840px) {
  #home .section-business .business-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
  }
}

@media (max-width: 540px) {
  #home .section-business .business-list {
    width: 70%;
  }
}

#home .section-business .business-list .business-item {
  width: 45%;
  text-align: center;
}

@media (max-width: 840px) {
  #home .section-business .business-list .business-item {
    width: 100%;
  }
}

#home .section-business .business-list .business-item a {
  position: relative;
  display: inline-block;
}

#home .section-business .business-list .business-item a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

#home .section-business .business-list .business-item a:hover::after {
  opacity: 1;
}

#home .section-business .business-list .business-item.num01 a::after {
  background-image: url("/assets/img/home/business_btn01_ro.png");
}

@media (max-width: 840px) {
  #home .section-business .business-list .business-item.num01 a::after {
    background-image: none;
  }
}

#home .section-business .business-list .business-item.num02 a::after {
  background-image: url("/assets/img/home/business_btn02_ro.png");
}

@media (max-width: 840px) {
  #home .section-business .business-list .business-item.num02 {
    display: none;
  }
}

#home .section-business .business-member-1 {
  position: relative;
  width: 1597px;
  z-index: 88;
  margin: 100px auto 0;
}

@media (min-width: 1920px) {
  #home .section-business .business-indicate {
    width: 406px;
    margin-left: -900px;
    bottom: 30px;
    z-index: 88;
  }
}

#home .section-business02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

@media (max-width: 540px) {
  #home .section-business02 {
    display: none;
  }
}

#home .section-business02 .business-ttl-2 {
  position: relative;
  z-index: 99;
  margin: 2% auto;
}

@media (max-width: 840px) {
  #home .section-business02 .business-ttl-2 {
    width: 65vw;
  }
}

@media (max-width: 540px) {
  #home .section-business02 .business-ttl-2 {
    width: 78vw;
  }
}

#home .section-business02 .business-tree {
  position: absolute;
  left: 50%;
  bottom: 11.6666666vw;
  z-index: 88;
}

@media (max-width: 840px) {
  #home .section-business02 .business-tree {
    bottom: 11.7777777vw;
  }
}

#home .section-business02 .business-tree-3 {
  width: 24vw;
  margin-left: -55%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media (max-width: 1440px) {
  #home .section-business02 .business-tree-3 {
    margin-left: -55%;
    width: 28vw;
  }
}

@media (max-width: 840px) {
  #home .section-business02 .business-tree-3 {
    margin-left: -55%;
    width: 28vw;
  }
}

@media (max-width: 540px) {
  #home .section-business02 .business-tree-3 {
    width: 110vw;
    margin-left: -65%;
  }
}

#home .section-business02 .business-tree-4 {
  width: 58vw;
  margin-left: -3%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media (max-width: 1440px) {
  #home .section-business02 .business-tree-4 {
    margin-left: 0%;
    width: 60vw;
  }
}

@media (max-width: 840px) {
  #home .section-business02 .business-tree-4 {
    margin-left: 0%;
    width: 60vw;
  }
}

@media (max-width: 540px) {
  #home .section-business02 .business-tree-4 {
    display: none;
  }
}

#home .section-business02 .business-obj-3 {
  width: 19vw;
  margin-left: -35%;
  bottom: 7.6666666vw;
}

@media (max-width: 840px) {
  #home .section-business02 .business-obj-3 {
    width: 35vw;
    margin-left: -50%;
    bottom: 8.7777777vw;
  }
}

@media (max-width: 540px) {
  #home .section-business02 .business-obj-3 {
    width: 75vw;
    margin-left: -90%;
  }
}

#home .section-business02 .business-obj-4 {
  bottom: 6.555555vw;
  width: 10vw;
  margin-left: 18%;
}

@media (max-width: 840px) {
  #home .section-business02 .business-obj-4 {
    bottom: 6.7777777vw;
    width: 30vw;
    margin-left: 18%;
  }
}

@media (max-width: 540px) {
  #home .section-business02 .business-obj-4 {
    display: none;
  }
}

#home .section-business02 .business-obj-5 {
  bottom: 8.555555vw;
  width: 9vw;
  margin-left: 37%;
}

@media (max-width: 840px) {
  #home .section-business02 .business-obj-5 {
    bottom: 8.7777777vw;
    width: 9vw;
    margin-left: 37%;
  }
}

@media (max-width: 540px) {
  #home .section-business02 .business-obj-5 {
    display: none;
  }
}

#home .section-business02 .business-content {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 11.6666666vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  z-index: 99;
}

@media (max-width: 1140px) {
  #home .section-business02 .business-content {
    position: absolute;
    top: auto;
    bottom: 10vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90vw;
    height: 50vw;
  }
}

@media (max-width: 840px) {
  #home .section-business02 .business-content {
    top: 10px;
    left: 50%;
    width: 100vw;
    height: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 540px) {
  #home .section-business02 .business-content {
    top: 10%;
  }
}

#home .section-business02 .business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: 3% auto;
  padding: 0;
}

@media (max-width: 840px) {
  #home .section-business02 .business-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
  }
}

@media (max-width: 540px) {
  #home .section-business02 .business-list {
    width: 70%;
  }
}

#home .section-business02 .business-list .business-item {
  width: 45%;
  text-align: center;
  position: relative;
}

@media (max-width: 840px) {
  #home .section-business02 .business-list .business-item {
    width: 100%;
  }
}

#home .section-business02 .business-list .business-item a {
  position: relative;
  display: inline-block;
}

#home .section-business02 .business-list .business-item a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

#home .section-business02 .business-list .business-item a:hover::after {
  opacity: 1;
}

#home .section-business02 .business-list .business-item.num03 {
  width: 40%;
}

#home .section-business02 .business-list .business-item.num03 a::after {
  background-image: url("/assets/img/home/business_btn03_ro.png");
}

@media (max-width: 840px) {
  #home .section-business02 .business-list .business-item.num03 a::after {
    background-image: none;
  }
}

#home .section-business02 .business-list .business-item.num0405 {
  width: 55%;
  height: 27vw;
}

#home .section-business02 .business-list .business-item .business-btn {
  width: 65%;
}

#home .section-business02 .business-list .business-item .business-btn.num04 {
  position: absolute;
  top: 0;
  left: 0;
}

#home .section-business02 .business-list .business-item .business-btn.num04::after {
  background-image: url("/assets/img/home/business_btn04_ro.png");
}

@media (max-width: 840px) {
  #home .section-business02 .business-list .business-item .business-btn.num04 {
    display: none;
  }
}

#home .section-business02 .business-list .business-item .business-btn.num05 {
  position: absolute;
  bottom: 0;
  right: 0;
}

#home .section-business02 .business-list .business-item .business-btn.num05::after {
  background-image: url("/assets/img/home/business_btn05_ro.png");
}

@media (max-width: 840px) {
  #home .section-business02 .business-list .business-item .business-btn.num05 {
    display: none;
  }
}

@media (min-width: 1920px) {
  #home .section-business02 .business-indicate {
    width: 406px;
    margin-left: -900px;
    bottom: 30px;
    z-index: 88;
  }
}

#home .section-business03_sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

@media (max-width: 768px) {
  #home .section-business03_sp {
    display: block;
  }
}

#home .section-business03_sp .business-ttl-1 {
  width: 78vw;
  position: relative;
  z-index: 99;
  margin: 2% auto;
}

#home .section-business03_sp .business-tree {
  position: absolute;
  left: 50%;
  bottom: 11.6666666vw;
}

@media (max-width: 840px) {
  #home .section-business03_sp .business-tree {
    bottom: 11.7777777vw;
  }
}

@media (max-width: 540px) {
  #home .section-business03_sp .business-tree-5 {
    width: 67vw;
    margin-left: -70%;
  }
}

@media (max-width: 540px) {
  #home .section-business03_sp .business-tree-6 {
    width: 180vw;
    margin-left: 10%;
  }
}

@media (max-width: 540px) {
  #home .section-business03_sp .business-obj-2 {
    bottom: 9.7777777vw;
    width: 70vw;
    margin-left: 15%;
  }
}

#home .section-business03_sp .business-content {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 11.6666666vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  z-index: 99;
}

@media (max-width: 1140px) {
  #home .section-business03_sp .business-content {
    position: absolute;
    top: auto;
    bottom: 10vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90vw;
    height: 50vw;
  }
}

@media (max-width: 840px) {
  #home .section-business03_sp .business-content {
    top: 10px;
    left: 50%;
    width: 100vw;
    height: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 540px) {
  #home .section-business03_sp .business-content {
    top: 10%;
  }
}

#home .section-business03_sp .business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 3% auto;
  padding: 0;
}

@media (max-width: 840px) {
  #home .section-business03_sp .business-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
  }
}

@media (max-width: 540px) {
  #home .section-business03_sp .business-list {
    width: 70%;
  }
}

#home .section-business03_sp .business-list .business-item {
  width: 45%;
  text-align: center;
}

@media (max-width: 840px) {
  #home .section-business03_sp .business-list .business-item {
    width: 100%;
  }
}

#home .section-business03_sp .business-list .business-item a {
  position: relative;
  display: inline-block;
}

#home .section-business03_sp .business-list .business-item a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

#home .section-business03_sp .business-list .business-item a:hover::after {
  opacity: 1;
}

#home .section-business03_sp .business-list .business-item.num01 a::after {
  background-image: url("/assets/img/home/business_btn02_ro.png");
}

@media (max-width: 840px) {
  #home .section-business03_sp .business-list .business-item.num01 a::after {
    background-image: none;
  }
}

#home .section-business03_sp .business-member-1 {
  position: relative;
  width: 1597px;
  z-index: 88;
  margin: 100px auto 0;
}

@media (min-width: 1920px) {
  #home .section-business03_sp .business-indicate {
    width: 406px;
    margin-left: -900px;
    bottom: 30px;
    z-index: 88;
  }
}

#home .section-business04_sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

@media (max-width: 768px) {
  #home .section-business04_sp {
    display: block;
  }
}

#home .section-business04_sp .business-ttl-1 {
  width: 78vw;
  position: relative;
  z-index: 99;
  margin: 2% auto;
}

#home .section-business04_sp .business-tree {
  position: absolute;
  left: 50%;
  bottom: 11.6666666vw;
}

@media (max-width: 840px) {
  #home .section-business04_sp .business-tree {
    bottom: 11.7777777vw;
  }
}

@media (max-width: 540px) {
  #home .section-business04_sp .business-tree-7 {
    width: 120vw;
    margin-left: -130%;
  }
}

@media (max-width: 540px) {
  #home .section-business04_sp .business-tree-8 {
    width: 150vw;
    margin-left: 10%;
  }
}

@media (max-width: 540px) {
  #home .section-business04_sp .business-obj-6 {
    bottom: 6.9999999vw;
    width: 30vw;
    margin-left: 15%;
  }
}

#home .section-business04_sp .business-content {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 11.6666666vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  z-index: 99;
}

@media (max-width: 1140px) {
  #home .section-business04_sp .business-content {
    position: absolute;
    top: auto;
    bottom: 10vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90vw;
    height: 50vw;
  }
}

@media (max-width: 840px) {
  #home .section-business04_sp .business-content {
    top: 10px;
    left: 50%;
    width: 100vw;
    height: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 540px) {
  #home .section-business04_sp .business-content {
    top: 10%;
  }
}

#home .section-business04_sp .business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 3% auto;
  padding: 0;
}

@media (max-width: 840px) {
  #home .section-business04_sp .business-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
  }
}

@media (max-width: 540px) {
  #home .section-business04_sp .business-list {
    width: 70%;
  }
}

#home .section-business04_sp .business-list .business-item {
  width: 45%;
  text-align: center;
}

@media (max-width: 840px) {
  #home .section-business04_sp .business-list .business-item {
    width: 100%;
  }
}

#home .section-business04_sp .business-list .business-item a {
  position: relative;
  display: inline-block;
}

#home .section-business04_sp .business-list .business-item a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

#home .section-business04_sp .business-list .business-item a:hover::after {
  opacity: 1;
}

#home .section-business04_sp .business-list .business-item.num01 a::after {
  background-image: url("/assets/img/home/business_btn02_ro.png");
}

@media (max-width: 840px) {
  #home .section-business04_sp .business-list .business-item.num01 a::after {
    background-image: none;
  }
}

@media (min-width: 1920px) {
  #home .section-business04_sp .business-indicate {
    width: 406px;
    margin-left: -900px;
    bottom: 30px;
    z-index: 88;
  }
}

#home .section-business05_sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

@media (max-width: 768px) {
  #home .section-business05_sp {
    display: block;
  }
}

#home .section-business05_sp .business-ttl-1 {
  width: 78vw;
  position: relative;
  z-index: 99;
  margin: 2% auto;
}

#home .section-business05_sp .business-tree {
  position: absolute;
  left: 50%;
  bottom: 11.6666666vw;
}

@media (max-width: 840px) {
  #home .section-business05_sp .business-tree {
    bottom: 11.7777777vw;
  }
}

@media (max-width: 540px) {
  #home .section-business05_sp .business-tree-9 {
    width: 120vw;
    margin-left: -130%;
  }
}

@media (max-width: 540px) {
  #home .section-business05_sp .business-tree-10 {
    width: 130vw;
    margin-left: 5%;
  }
}

@media (max-width: 540px) {
  #home .section-business05_sp .business-obj-7 {
    bottom: 6.9999999vw;
    width: 20vw;
    margin-left: -30%;
  }
}

#home .section-business05_sp .business-content {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 11.6666666vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  z-index: 99;
}

@media (max-width: 1140px) {
  #home .section-business05_sp .business-content {
    position: absolute;
    top: auto;
    bottom: 10vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90vw;
    height: 50vw;
  }
}

@media (max-width: 840px) {
  #home .section-business05_sp .business-content {
    top: 10px;
    left: 50%;
    width: 100vw;
    height: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 540px) {
  #home .section-business05_sp .business-content {
    top: 10%;
  }
}

#home .section-business05_sp .business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 3% auto;
  padding: 0;
}

@media (max-width: 840px) {
  #home .section-business05_sp .business-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
  }
}

@media (max-width: 540px) {
  #home .section-business05_sp .business-list {
    width: 70%;
  }
}

#home .section-business05_sp .business-list .business-item {
  width: 45%;
  text-align: center;
}

@media (max-width: 840px) {
  #home .section-business05_sp .business-list .business-item {
    width: 100%;
  }
}

@media (min-width: 1920px) {
  #home .section-business05_sp .business-indicate {
    width: 406px;
    margin-left: -900px;
    bottom: 30px;
    z-index: 88;
  }
}

#home .section-business06_sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

@media (max-width: 768px) {
  #home .section-business06_sp {
    display: block;
  }
}

#home .section-business06_sp .business-ttl-1 {
  width: 78vw;
  position: relative;
  z-index: 99;
  margin: 2% auto;
}

#home .section-business06_sp .business-tree {
  position: absolute;
  left: 50%;
  bottom: 11.6666666vw;
}

@media (max-width: 840px) {
  #home .section-business06_sp .business-tree {
    bottom: 11.7777777vw;
  }
}

@media (max-width: 540px) {
  #home .section-business06_sp .business-tree-11 {
    width: 120vw;
    margin-left: -130%;
  }
}

@media (max-width: 540px) {
  #home .section-business06_sp .business-tree-12 {
    width: 130vw;
    margin-left: 5%;
  }
}

@media (max-width: 540px) {
  #home .section-business06_sp .business-obj-8 {
    bottom: 7.9999999vw;
    width: 23vw;
    margin-left: 15%;
  }
}

#home .section-business06_sp .business-content {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 11.6666666vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  z-index: 99;
}

@media (max-width: 1140px) {
  #home .section-business06_sp .business-content {
    position: absolute;
    top: auto;
    bottom: 10vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90vw;
    height: 50vw;
  }
}

@media (max-width: 840px) {
  #home .section-business06_sp .business-content {
    top: 10px;
    left: 50%;
    width: 100vw;
    height: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 540px) {
  #home .section-business06_sp .business-content {
    top: 10%;
  }
}

#home .section-business06_sp .business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 3% auto;
  padding: 0;
}

@media (max-width: 840px) {
  #home .section-business06_sp .business-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
  }
}

@media (max-width: 540px) {
  #home .section-business06_sp .business-list {
    width: 70%;
  }
}

#home .section-business06_sp .business-list .business-item {
  width: 45%;
  text-align: center;
}

@media (max-width: 840px) {
  #home .section-business06_sp .business-list .business-item {
    width: 100%;
  }
}

@media (min-width: 1920px) {
  #home .section-business06_sp .business-indicate {
    width: 406px;
    margin-left: -900px;
    bottom: 30px;
    z-index: 88;
  }
}

#home .section-int {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

#home .section-int .int-ttl {
  position: relative;
  z-index: 99;
  margin: 2% auto;
}

@media (max-width: 840px) {
  #home .section-int .int-ttl {
    width: 65vw;
  }
}

@media (max-width: 540px) {
  #home .section-int .int-ttl {
    width: 78vw;
  }
}

#home .section-int .int-content {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 11.6666666vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  z-index: 99;
}

@media (max-width: 1140px) {
  #home .section-int .int-content {
    position: absolute;
    top: auto;
    bottom: 10vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90vw;
    height: 50vw;
  }
}

@media (max-width: 840px) {
  #home .section-int .int-content {
    top: 10px;
    left: 50%;
    width: 100vw;
    height: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 540px) {
  #home .section-int .int-content {
    top: 10%;
  }
}

#home .section-int .int-member {
  display: none;
}

@media (max-width: 540px) {
  #home .section-int .int-member {
    display: block;
    width: 90%;
    margin: 2% auto 0;
  }
  #home .section-int .int-member .member-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #home .section-int .int-member .member-item {
    width: 48%;
  }
  #home .section-int .int-member .member-item.num03 {
    width: 100%;
    text-align: center;
  }
  #home .section-int .int-member .member-item.num03 a {
    display: inline-block;
    width: 48%;
    margin: auto;
  }
}

#home .section-int .int-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  height: 27vw;
  margin: 3% auto;
  padding: 0;
  position: relative;
}

@media (max-width: 840px) {
  #home .section-int .int-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
  }
}

@media (max-width: 540px) {
  #home .section-int .int-list {
    display: none;
  }
}

#home .section-int .int-list .int-item {
  position: relative;
  width: 13vw;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 840px) {
  #home .section-int .int-list .int-item {
    width: 100%;
  }
}

@media (max-width: 540px) {
  #home .section-int .int-list .int-item {
    width: 45%;
  }
}

#home .section-int .int-list .int-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#home .section-int .int-list .int-item a {
  position: relative;
  display: inline-block;
}

#home .section-int .int-list .int-item a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

#home .section-int .int-list .int-item a:hover::after {
  opacity: 1;
}

#home .section-int .int-list .int-item.num01 {
  top: 30px;
  z-index: 75;
  left: 15px;
}

#home .section-int .int-list .int-item.num02 {
  z-index: 76;
  left: 5px;
}

#home .section-int .int-list .int-item.num03 {
  top: 30px;
  z-index: 77;
}

#home .section-int .int-list .int-item.num04 {
  top: 45px;
  z-index: 76;
  right: 5px;
}

#home .section-int .int-list .int-item.num05 {
  z-index: 75;
  right: 15px;
}

#home .section-int .int-tree {
  position: absolute;
  left: 50%;
  bottom: 11.6666666vw;
  z-index: 88;
}

@media (max-width: 840px) {
  #home .section-int .int-tree {
    bottom: 11.7777777vw;
  }
}

#home .section-int .int-tree-1 {
  width: 35vw;
  margin-left: -50%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media (max-width: 1440px) {
  #home .section-int .int-tree-1 {
    margin-left: -60%;
    width: 45vw;
  }
}

@media (max-width: 840px) {
  #home .section-int .int-tree-1 {
    width: 60vw;
    margin-left: -80%;
  }
}

@media (max-width: 540px) {
  #home .section-int .int-tree-1 {
    width: 130vw;
    margin-left: -125%;
  }
}

#home .section-int .int-tree-2 {
  width: 34vw;
  margin-left: 10%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media (max-width: 1440px) {
  #home .section-int .int-tree-2 {
    margin-left: 0%;
    width: 60vw;
  }
}

@media (max-width: 840px) {
  #home .section-int .int-tree-2 {
    margin-left: 0%;
    width: 60vw;
  }
}

@media (max-width: 540px) {
  #home .section-int .int-tree-2 {
    width: 130vw;
    margin-left: 20%;
  }
}

#home .section-int .int-obj-1 {
  bottom: 6.555555vw;
  width: 15vw;
  margin-left: -28%;
}

@media (max-width: 840px) {
  #home .section-int .int-obj-1 {
    bottom: 6.7777777vw;
    width: 30vw;
    margin-left: 18%;
  }
}

@media (max-width: 540px) {
  #home .section-int .int-obj-1 {
    bottom: 7.7777777vw;
    width: 24vw;
    margin-left: -45%;
  }
}

#home .section-int .int-obj-2 {
  bottom: 6.555555vw;
  width: 13vw;
  margin-left: 14%;
}

@media (max-width: 840px) {
  #home .section-int .int-obj-2 {
    bottom: 8.7777777vw;
    width: 9vw;
    margin-left: 37%;
  }
}

@media (max-width: 540px) {
  #home .section-int .int-obj-2 {
    bottom: 7.7777777vw;
    width: 24vw;
    margin-left: 20%;
  }
}

#home .section-work {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

#home .section-work .work-ttl {
  position: relative;
  z-index: 99;
  margin: 2% auto;
}

@media (max-width: 840px) {
  #home .section-work .work-ttl {
    width: 65vw;
  }
}

@media (max-width: 540px) {
  #home .section-work .work-ttl {
    width: 78vw;
  }
}

#home .section-work .work-content {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 11.6666666vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  z-index: 99;
}

@media (max-width: 1140px) {
  #home .section-work .work-content {
    position: absolute;
    top: auto;
    bottom: 10vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90vw;
    height: 50vw;
  }
}

@media (max-width: 840px) {
  #home .section-work .work-content {
    top: 10px;
    left: 50%;
    width: 100vw;
    height: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 540px) {
  #home .section-work .work-content {
    top: 10%;
  }
}

#home .section-work .work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3%;
  width: 80%;
  margin: 3% auto;
  padding: 0;
  position: relative;
}

@media (max-width: 840px) {
  #home .section-work .work-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
    margin: 10% auto;
  }
}

@media (max-width: 540px) {
  #home .section-work .work-list {
    width: 65%;
    display: block;
  }
}

#home .section-work .work-list .work-item {
  position: relative;
  width: 22%;
  height: 100%;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  background-color: #fff;
  font-size: 12px;
  border: 1px solid #f8f8f8;
  border-radius: 30px;
  -webkit-box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, 0.19);
          box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, 0.19);
  padding: 3% 1%;
  text-align: center;
}

@media (max-width: 840px) {
  #home .section-work .work-list .work-item {
    border-radius: 10px;
    padding: 5% 1%;
    width: 100%;
    margin-bottom: 20px;
  }
}

#home .section-work .work-list .work-item .work-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  text-decoration: none;
  color: #333333;
}

#home .section-work .work-list .work-item .item-ttl {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (max-width: 540px) {
  #home .section-work .work-list .work-item .item-ttl {
    font-size: 20px;
    margin-bottom: 0;
  }
}

#home .section-work .work-list .work-item .item-desc {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 20px;
}

@media (max-width: 540px) {
  #home .section-work .work-list .work-item .item-desc {
    display: none;
  }
}

#home .section-work .work-list .work-item .work-btn {
  position: relative;
  width: 100%;
}

@media (max-width: 540px) {
  #home .section-work .work-list .work-item .work-btn {
    display: none;
  }
}

#home .section-work .work-list .work-item .work-btn p {
  width: 110px;
  margin: auto;
  display: block !important;
  padding: 20px 20px;
}

#home .section-work .work-list .work-item.num01 {
  top: 50px;
}

@media (max-width: 540px) {
  #home .section-work .work-list .work-item.num01 {
    top: 0;
  }
}

#home .section-work .work-list .work-item.num02 {
  top: -50px;
}

@media (max-width: 540px) {
  #home .section-work .work-list .work-item.num02 {
    top: 0;
  }
}

#home .section-work .work-list .work-item.num04 {
  top: 50px;
}

@media (max-width: 540px) {
  #home .section-work .work-list .work-item.num04 {
    top: 0;
  }
}

#home .section-work .work-tree {
  position: absolute;
  left: 50%;
  bottom: 11.6666666vw;
  z-index: 88;
}

@media (max-width: 840px) {
  #home .section-work .work-tree {
    bottom: 11.7777777vw;
  }
}

#home .section-work .work-tree-1 {
  width: 29vw;
  margin-left: -49%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media (max-width: 1440px) {
  #home .section-work .work-tree-1 {
    margin-left: -60%;
    width: 45vw;
  }
}

@media (max-width: 840px) {
  #home .section-work .work-tree-1 {
    width: 60vw;
    margin-left: -80%;
  }
}

@media (max-width: 540px) {
  #home .section-work .work-tree-1 {
    width: 110vw;
    margin-left: -100%;
  }
}

#home .section-work .work-tree-2 {
  width: 44vw;
  margin-left: 10%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media (max-width: 1440px) {
  #home .section-work .work-tree-2 {
    margin-left: 0%;
    width: 60vw;
  }
}

@media (max-width: 840px) {
  #home .section-work .work-tree-2 {
    margin-left: 0%;
    width: 60vw;
  }
}

@media (max-width: 540px) {
  #home .section-work .work-tree-2 {
    margin-left: 30%;
    width: 80vw;
  }
}

#home .section-work .work-obj-1 {
  bottom: 8.888888vw;
  width: 31vw;
  margin-left: -40%;
}

@media (max-width: 840px) {
  #home .section-work .work-obj-1 {
    bottom: 6.7777777vw;
    width: 30vw;
    margin-left: 18%;
  }
}

@media (max-width: 540px) {
  #home .section-work .work-obj-1 {
    display: none;
  }
}

#home .section-work .work-obj-2 {
  bottom: 5.888888vw;
  width: 35vw;
  margin-left: 8%;
}

@media (max-width: 840px) {
  #home .section-work .work-obj-2 {
    bottom: 8.7777777vw;
    width: 9vw;
    margin-left: 37%;
  }
}

@media (max-width: 540px) {
  #home .section-work .work-obj-2 {
    display: none;
  }
}

#home .section-work .work-obj-3 {
  display: none;
}

@media (max-width: 540px) {
  #home .section-work .work-obj-3 {
    display: block;
    bottom: 3.888888vw;
    width: 27vw;
    margin-left: -60%;
  }
}

#home .section-work .work-obj-4 {
  display: none;
}

@media (max-width: 540px) {
  #home .section-work .work-obj-4 {
    display: block;
    bottom: 7.888888vw;
    width: 15vw;
    margin-left: -30%;
  }
}

#home .section-work .work-obj-5 {
  display: none;
}

@media (max-width: 540px) {
  #home .section-work .work-obj-5 {
    display: block;
    bottom: 7.888888vw;
    width: 24vw;
    margin-left: 15%;
  }
}

#home .section-history {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

#home .section-history .history-ttl {
  position: relative;
  z-index: 99;
  margin: 2% auto;
}

@media (max-width: 840px) {
  #home .section-history .history-ttl {
    width: 65vw;
  }
}

@media (max-width: 540px) {
  #home .section-history .history-ttl {
    width: 65vw;
  }
}

#home .section-history .history-content {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 11.6666666vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  z-index: 99;
}

@media (max-width: 1140px) {
  #home .section-history .history-content {
    position: absolute;
    top: auto;
    bottom: 10vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90vw;
    height: 50vw;
  }
}

@media (max-width: 840px) {
  #home .section-history .history-content {
    top: 10px;
    left: 50%;
    width: 100vw;
    height: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 540px) {
  #home .section-history .history-content {
    top: 10%;
  }
}

#home .section-history .history-list {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28%;
  max-width: 400px;
  min-width: 370px;
  height: auto;
  margin: 0 auto;
  padding: 20px 50px;
  position: relative;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  border-radius: 30px;
  -webkit-box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, 0.19);
          box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, 0.19);
}

@media (max-width: 840px) {
  #home .section-history .history-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
  }
}

@media (max-width: 540px) {
  #home .section-history .history-list {
    width: 85%;
    max-width: 85%;
    min-width: 85%;
    padding: 20px 20px;
  }
}

#home .section-history .history-list .history-item {
  position: relative;
  height: 215px;
}

@media (max-width: 840px) {
  #home .section-history .history-list .history-item {
    width: 100%;
    height: 180px;
  }
}

#home .section-history .history-list .history-item .item-block {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 2vw;
  color: #333333;
  font-size: 12px;
}

#home .section-history .history-list .history-item .item-ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media (max-width: 540px) {
  #home .section-history .history-list .history-item .item-ttl {
    font-size: 20px;
  }
}

#home .section-history .history-list .history-item .item-desc {
  font-size: 15px;
  line-height: 2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media (max-width: 540px) {
  #home .section-history .history-list .history-item .item-desc {
    font-size: 12px;
  }
}

#home .section-history .history-list .slick-slide {
  outline: none;
}

#home .section-history .history-list .slick-arrow {
  display: block;
  width: 13px;
  height: 27px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  z-index: 99;
  cursor: pointer;
}

#home .section-history .history-list .slick-arrow.slick-prev {
  background-image: url("../../img/home/arrow_prev.svg");
  left: 20px;
}

#home .section-history .history-list .slick-arrow.slick-next {
  background-image: url("../../img/home/arrow_next.svg");
  right: 20px;
}

#home .section-history .history-list .slick-arrow.slick-disabled {
  opacity: 0;
  display: none;
}

#home .section-history .history-tree {
  position: absolute;
  left: 50%;
  bottom: 11.6666666vw;
  z-index: 88;
}

@media (max-width: 840px) {
  #home .section-history .history-tree {
    bottom: 11.7777777vw;
  }
}

#home .section-history .history-tree-1 {
  width: 45vw;
  margin-left: -53%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media (max-width: 1440px) {
  #home .section-history .history-tree-1 {
    margin-left: -60%;
    width: 45vw;
  }
}

@media (max-width: 840px) {
  #home .section-history .history-tree-1 {
    width: 60vw;
    margin-left: -80%;
  }
}

@media (max-width: 540px) {
  #home .section-history .history-tree-1 {
    width: 110vw;
    margin-left: -115%;
  }
}

#home .section-history .history-tree-2 {
  width: 45vw;
  margin-left: 4%;
}

@media (max-width: 840px) {
  #home .section-history .history-tree-2 {
    width: 9vw;
    margin-left: 37%;
  }
}

@media (max-width: 540px) {
  #home .section-history .history-tree-2 {
    width: 110vw;
    margin-left: 15%;
  }
}

#home .section-history .history-obj-1 {
  bottom: 7.888888vw;
  width: 15vw;
  margin-left: 12%;
}

@media (max-width: 840px) {
  #home .section-history .history-obj-1 {
    width: 9vw;
    margin-left: 37%;
  }
}

@media (max-width: 540px) {
  #home .section-history .history-obj-1 {
    width: 20vw;
    margin-left: 15%;
  }
}

#home .section-infinity {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

#home .section-infinity .infinity-content {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 11.6666666vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  z-index: 99;
}

@media (max-width: 1140px) {
  #home .section-infinity .infinity-content {
    position: absolute;
    top: auto;
    bottom: 10vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90vw;
    height: 50vw;
  }
}

@media (max-width: 840px) {
  #home .section-infinity .infinity-content {
    top: 10px;
    left: 50%;
    width: 100vw;
    height: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 540px) {
  #home .section-infinity .infinity-content {
    top: 10%;
  }
}

#home .section-infinity .infinity-ttl {
  position: relative;
  z-index: 888;
  margin: 2% auto;
}

@media (max-width: 840px) {
  #home .section-infinity .infinity-ttl {
    width: 65vw;
  }
}

@media (max-width: 540px) {
  #home .section-infinity .infinity-ttl {
    width: 80vw;
  }
}

#home .section-infinity .infinity-tree {
  position: absolute;
  left: 50%;
  z-index: 88;
}

#home .section-infinity .infinity-tree-1 {
  width: 45vw;
  margin-left: -60%;
  top: -100px;
}

@media (max-width: 840px) {
  #home .section-infinity .infinity-tree-1 {
    width: 9vw;
    margin-left: 37%;
  }
}

@media (max-width: 540px) {
  #home .section-infinity .infinity-tree-1 {
    display: none;
  }
}

#home .section-infinity .infinity-tree-2 {
  width: 55vw;
  margin-left: -73%;
  bottom: -150px;
}

@media (max-width: 840px) {
  #home .section-infinity .infinity-tree-2 {
    width: 60vw;
    margin-left: -80%;
  }
}

@media (max-width: 540px) {
  #home .section-infinity .infinity-tree-2 {
    display: none;
  }
}

#home .section-infinity .infinity-tree-3 {
  width: 55vw;
  margin-left: 14%;
  top: -180px;
}

@media (max-width: 840px) {
  #home .section-infinity .infinity-tree-3 {
    width: 9vw;
    margin-left: 37%;
  }
}

@media (max-width: 540px) {
  #home .section-infinity .infinity-tree-3 {
    display: none;
  }
}

#home .section-infinity .infinity-tree-4 {
  width: 50vw;
  margin-left: 16%;
  bottom: -150px;
}

@media (max-width: 540px) {
  #home .section-infinity .infinity-tree-4 {
    display: none;
  }
}

#home .section-infinity .infinity-obj-1 {
  width: 77vw;
  top: 80%;
  margin-left: -40%;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}

@media (max-width: 840px) {
  #home .section-infinity .infinity-obj-1 {
    width: 77vw;
  }
}

@media (max-width: 540px) {
  #home .section-infinity .infinity-obj-1 {
    top: 60%;
    width: 100vw;
    margin-left: -50%;
  }
}

#home .section-entry {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
}

#home .section-entry .entry-leaf {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
}

#home .section-entry .entry-leaf.num01 {
  width: 1319px;
  margin-top: -390px;
  margin-left: 230px;
  z-index: 7;
}

@media (max-width: 1440px) {
  #home .section-entry .entry-leaf.num01 {
    width: 1119px;
    margin-top: -390px;
    margin-left: 50px;
  }
}

@media (max-width: 840px) {
  #home .section-entry .entry-leaf.num01 {
    width: 700px;
    margin-top: -250px;
    margin-left: -100px;
  }
}

#home .section-entry .entry-leaf.num02 {
  width: 1268px;
  margin-top: 490px;
  margin-left: 50px;
  z-index: 5;
}

@media (max-width: 1440px) {
  #home .section-entry .entry-leaf.num02 {
    margin-top: 400px;
    margin-left: -100px;
  }
}

@media (max-width: 840px) {
  #home .section-entry .entry-leaf.num02 {
    width: 700px;
    margin-top: 450px;
    margin-left: -50px;
  }
}

#home .section-entry .entry-leaf.num03 {
  width: 1606px;
  margin-top: 540px;
  margin-left: -1400px;
  z-index: 6;
}

@media (max-width: 1440px) {
  #home .section-entry .entry-leaf.num03 {
    width: 1406px;
    margin-top: 540px;
    margin-left: -1200px;
  }
}

@media (max-width: 840px) {
  #home .section-entry .entry-leaf.num03 {
    width: 700px;
    margin-top: 450px;
    margin-left: -600px;
  }
}

#home .section-entry .entry-leaf.num04 {
  width: 1272px;
  margin-top: -300px;
  margin-left: -1500px;
  z-index: 6;
}

@media (max-width: 1440px) {
  #home .section-entry .entry-leaf.num04 {
    margin-top: -300px;
    margin-left: -1400px;
  }
}

@media (max-width: 840px) {
  #home .section-entry .entry-leaf.num04 {
    width: 700px;
    margin-top: -100px;
    margin-left: -700px;
  }
}

#home .section-entry .entry-leaf.num05 {
  width: 1206px;
  margin-top: -200px;
  margin-left: -570px;
  z-index: 1;
}

@media (max-width: 840px) {
  #home .section-entry .entry-leaf.num05 {
    width: 1082px;
    margin-top: -150px;
    margin-left: -470px;
  }
}

#home .section-entry .entry-leaf.num06 {
  width: 1279px;
  margin-top: 200px;
  margin-left: -180px;
  z-index: 2;
}

@media (max-width: 1440px) {
  #home .section-entry .entry-leaf.num06 {
    margin-top: 200px;
    margin-left: -280px;
  }
}

@media (max-width: 840px) {
  #home .section-entry .entry-leaf.num06 {
    width: 582px;
    margin-top: 200px;
    margin-left: -280px;
  }
}

#home .section-entry .entry-leaf.num07 {
  width: 1282px;
  margin-top: 0px;
  margin-left: -1200px;
  z-index: 2;
}

@media (max-width: 840px) {
  #home .section-entry .entry-leaf.num07 {
    width: 682px;
    margin-top: 170px;
    margin-left: -650px;
  }
}

#home .section-entry .entryBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
}

#home .section-entry .entryBtn img {
  max-width: 200px;
}

@media (max-width: 840px) {
  #home .section-entry .entryBtn img {
    width: 200px;
  }
}

#home .section-entry .entryBtn-txt {
  display: inline-block;
  border: 1px solid #fff;
  padding: 20px 30px;
  color: #fff;
  font-size: 18px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 840px) {
  #home .section-entry .entryBtn-txt {
    font-size: 16px;
  }
}

#home .section-entry .entryBtn-txt:hover {
  background-color: #afafaf;
}

#home .section-entry .entry-btn2 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}

#home .section-entry .btn {
  color: #fff;
  border: 2px solid #fff;
}

#home .section-entry .btn:hover {
  color: #fff;
  background-color: #afafaf;
  border: 2px solid #afafaf;
}
