.page-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/common/bg3.jpg) center no-repeat;
  background-size: cover;
  transition: background 1s;
}

.page-bg.on {
  background: url(../img/common/bg4.jpg) center no-repeat;
  background-size: cover;
}

.page-bg .second-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg2.jpg) center no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s;
}

.page-bg .second-bg.on {
  opacity: 1;
}

.main_visual {
  position: relative;
  padding: 0;
  width: 100%;
  background: url(../img/top/mainvisual.jpg) center no-repeat;
  background-size: cover;
  filter: brightness(0);
  transition: filter 2s;
}

.main_visual::before {
  content: "";
  display: block;
  padding-top: 47.76%;
}

.main_visual .bg-gradetion {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, black 48%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0) 75%, black 80%);
  opacity: 1;
  transition: opacity 3s 2s;
}

.main_visual .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.main_visual .inner .firstview-text {
  position: absolute;
  top: 22.46%;
  left: 20.98%;
  max-width: 513px;
  width: 26.72%;
  opacity: 0;
  transition: opacity 3s 2s;
}

.main_visual .inner .firstview-text.sp {
  display: none;
  top: 21.01%;
  left: 50%;
  transform: translate3d(-172px, 0, 0);
  max-width: 354px;
  width: 100%;
}

.main_visual .inner .logo {
  position: absolute;
  top: 32.82%;
  left: 20.31%;
  max-width: 565px;
  width: 28.25%;
  opacity: 0;
  transition: opacity 0.5s 1s, filter 3s 2s;
}

.main_visual .inner .logo .logo-white {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s 1.3s;
}

.main_visual.on {
  filter: brightness(100%);
}

.main_visual.on .bg-gradetion {
  opacity: 0;
}

.main_visual.on .inner .firstview-text {
  opacity: 1;
}

.main_visual.on .inner .logo {
  filter: drop-shadow(0 0 1px white) drop-shadow(0 0 1px white) drop-shadow(0 0 1px white) drop-shadow(0 0 10px white);
  opacity: 1;
}

.main_visual.on .inner .logo .logo-white {
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .main_visual {
    height: 667px;
    background: url(../img/top/mainvisual_sp.jpg) center no-repeat;
    background-size: cover;
  }
  .main_visual::before {
    display: none;
  }
  .main_visual .bg-gradetion {
    display: none;
  }
  .main_visual .inner {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
  }
  .main_visual .inner .firstview-text {
    display: none;
  }
  .main_visual .inner .firstview-text.sp {
    display: block;
  }
  .main_visual .inner .logo {
    top: 1.95%;
    left: 50%;
    transform: translate3d(-122px, 0, 0);
    width: 269px;
  }
}

.gate-text {
  position: relative;
  margin: 120px 0 40px;
}

.gate-text p {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.25em;
  text-align: center;
  background: linear-gradient(to bottom, white 20%, #edab36 64%, #bd7900 75%);
  -webkit-background-clip: text;
  color: transparent;
  box-sizing: border-box;
}

.gate-text p .sp {
  display: none;
}

.gate-text img {
  margin: 0 auto;
  max-width: 709px;
}

@media only screen and (max-width: 768px) {
  .gate-text {
    margin: 80px 0 30px;
  }
  .gate-text p {
    font-size: 33px;
    background: linear-gradient(to bottom, white 10%, #edab36 32%, #bd7900 37.5%, #bd7900 49%, white 50%, white 60%, #edab36 82%, #bd7900 87.5%);
    -webkit-background-clip: text;
  }
  .gate-text p .sp {
    display: block;
  }
}

.feature .section-content .feature-main-text {
  margin-bottom: 120px;
  font-size: 25px;
  text-align: center;
}

.feature .section-content .feature-main-text strong {
  font-weight: 700;
  background: linear-gradient(to bottom, white 20%, #edab36 64%, #bd7900 75%);
  -webkit-background-clip: text;
  color: transparent;
}

.feature .section-content .feature-list {
  display: flex;
  justify-content: space-between;
}

.feature .section-content .feature-list .feature-item {
  position: relative;
  padding: 30px;
  max-width: 340px;
  width: 100%;
  box-sizing: border-box;
}

.feature .section-content .feature-list .feature-item:nth-of-type(2) {
  margin: 0 20px;
}

.feature .section-content .feature-list .feature-item .frame-content {
  padding-top: 1px;
  box-sizing: border-box;
}

.feature .section-content .feature-list .feature-item .frame-content .feature-num {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  max-width: 97px;
}

.feature .section-content .feature-list .feature-item .frame-content .feature-pic {
  margin: 40px auto 20px;
  max-width: 197px;
}

@media only screen and (max-width: 768px) {
  .feature .section-content .feature-main-text {
    margin-bottom: 80px;
    font-size: 17px;
  }
  .feature .section-content .feature-list {
    flex-direction: column;
  }
  .feature .section-content .feature-list .feature-item {
    margin: 0 auto;
  }
  .feature .section-content .feature-list .feature-item:first-child {
    margin: 0 auto 80px;
  }
  .feature .section-content .feature-list .feature-item:nth-of-type(2) {
    margin: 0 auto 80px;
  }
}

.faq .section-content,
.connection .section-content {
  padding: 70px;
  width: 100%;
  box-sizing: border-box;
}

.faq .section-content .page-content-list .page-content-item,
.connection .section-content .page-content-list .page-content-item {
  position: relative;
  margin-bottom: 60px;
}

.faq .section-content .page-content-list .page-content-item:last-child,
.connection .section-content .page-content-list .page-content-item:last-child {
  margin: 0;
}

.faq .section-content .page-content-list .page-content-item .page-content-title,
.connection .section-content .page-content-list .page-content-item .page-content-title {
  display: flex;
  padding-bottom: 20px;
  font-size: 30px;
  border-bottom: solid 1px #785d08;
  box-sizing: border-box;
}

.faq .section-content .page-content-list .page-content-item .page-content-title .page-content-mark,
.connection .section-content .page-content-list .page-content-item .page-content-title .page-content-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding-bottom: 10px;
  max-width: 42px;
  width: 100%;
  height: 42px;
  font-weight: 400;
  color: #fff;
  background: #c19b18;
  box-sizing: border-box;
}

.faq .section-content .page-content-list .page-content-item .page-content-title .page-content-title-text,
.connection .section-content .page-content-list .page-content-item .page-content-title .page-content-title-text {
  font-weight: 900;
  line-height: 1.25em;
  background: linear-gradient(to bottom, white 20%, #edab36 64%, #bd7900 75%);
  -webkit-background-clip: text;
  color: transparent;
  box-sizing: border-box;
}

.faq .section-content .page-content-list .page-content-item .page-content-title .page-content-title-text.two-row,
.connection .section-content .page-content-list .page-content-item .page-content-title .page-content-title-text.two-row {
  background: linear-gradient(to bottom, white 10%, #edab36 32%, #bd7900 37.5%, #bd7900 49%, white 50%, white 60%, #edab36 82%, #bd7900 87.5%);
  -webkit-background-clip: text;
}

.faq .section-content .page-content-list .page-content-item .page-content-title .page-content-title-text.three-row,
.connection .section-content .page-content-list .page-content-item .page-content-title .page-content-title-text.three-row {
  background: linear-gradient(to bottom, white 6.5%, #edab36 21.5%, #bd7900 25%, #bd7900 33%, white 33.5%, white 40%, #edab36 55%, #bd7900 58.5%, #bd7900 66.5%, white 67%, white 73.5%, #edab36 88.5%, #bd7900 92%, #bd7900 100%);
  -webkit-background-clip: text;
}

.faq .section-content .page-content-list .page-content-item .page-content-text,
.connection .section-content .page-content-list .page-content-item .page-content-text {
  padding-top: 20px;
  box-sizing: border-box;
}

.faq .section-content .page-content-list .page-content-item .page-content-text .text-link,
.connection .section-content .page-content-list .page-content-item .page-content-text .text-link {
  position: relative;
  color: #00c4ff;
  transition: opacity 0.3s;
}

.faq .section-content .page-content-list .page-content-item .page-content-text .text-link::before,
.connection .section-content .page-content-list .page-content-item .page-content-text .text-link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00c4ff;
}

.faq .section-content .page-content-list .page-content-item .page-content-text .attention,
.connection .section-content .page-content-list .page-content-item .page-content-text .attention {
  color: #ff5f5f;
}

@media only screen and (min-width: 769px) {
  .faq .section-content .page-content-list .page-content-item .page-content-text .text-link:hover,
  .connection .section-content .page-content-list .page-content-item .page-content-text .text-link:hover {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 768px) {
  .faq .section-content,
  .connection .section-content {
    padding: 30px;
  }
  .faq .section-content .page-content-list .page-content-item,
  .connection .section-content .page-content-list .page-content-item {
    margin-bottom: 30px;
  }
  .faq .section-content .page-content-list .page-content-item .page-content-title,
  .connection .section-content .page-content-list .page-content-item .page-content-title {
    flex-direction: column;
    font-size: 20px;
  }
  .faq .section-content .page-content-list .page-content-item .page-content-title .page-content-mark,
  .connection .section-content .page-content-list .page-content-item .page-content-title .page-content-mark {
    margin: 0 auto 17px;
    font-size: 30px;
  }
}

.connection .section-content .page-content-list .page-content-item .page-content-title .page-content-mark {
  padding: 0;
  max-width: 113px;
  background: none;
  border: solid 1px #c19b18;
  box-sizing: border-box;
}

.connection .section-content .page-content-list .page-content-item .page-content-title .page-content-mark .mark-step {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
}

.connection .section-content .page-content-list .page-content-item .page-content-title .page-content-mark .mark-number {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  max-width: 42px;
  width: 100%;
  height: 100%;
  background: #c19b18;
}

.connection .section-content .page-content-list .page-content-item .page-content-text .page-content-pic {
  margin-bottom: 20px;
  max-width: 100%;
  width: auto;
}

.connection .section-content .page-content-list .page-content-item .page-content-text > p {
  margin-bottom: 20px;
}

.connection .section-content .page-content-list .page-content-item .page-content-text .button-connection {
  margin: 30px auto 20px;
  max-width: 810px;
}

@media only screen and (max-width: 768px) {
  .connection .section-content .page-content-list .page-content-item .page-content-text .button-connection {
    font-size: 18px;
    text-align: center;
  }
}

.page .top-button {
  bottom: 150px;
}

.page .home-button {
  display: flex;
}

.page .home-button .arrow {
  margin-top: -8px;
  width: 34px;
}

.page .home-button .text {
  width: 36px;
}

@media only screen and (max-width: 768px) {
  .page .button-container {
    display: flex;
  }
  .page .top-button {
    bottom: 0;
  }
  .page .home-button {
    border-left: solid 1px #3b4f07;
    box-sizing: border-box;
  }
  .page .home-button .arrow {
    width: 41px;
  }
  .page .home-button .text {
    width: 67px;
  }
}

/*# sourceMappingURL=page.css.map */
