@charset "UTF-8";
/* -----------------------------------------------------------
    ページ固有パーツ
----------------------------------------------------------- */
#top {
  overflow: hidden;
}

.top-tooltip--01 {
  display: none;
  position: absolute;
  bottom: calc(30px + 16px);
  right: calc(-240px + 8px + 1px);
  background: #FFF;
  width: 480px;
  text-align: left;
  line-height: 1.6;
  border-radius: 8px;
  border: solid 1px #d4d4d4;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  z-index: 3;
}
.top-tooltip--01:before {
  content: "";
  display: block;
  background: url("/digivisit/image/common/icon_close.svg") no-repeat left top/contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 2;
}
.top-tooltip--01:after {
  content: "";
  display: block;
  background: linear-gradient(135deg, #FFF 0%, #FFF 50%, transparent 50%, transparent 100%);
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-15px - 1px);
  margin: 0 auto;
  z-index: 2;
  border-top: solid 1px #d4d4d4;
  border-left: solid 1px #d4d4d4;
  transform: rotate(225deg);
}

.top-tooltip--02 {
  display: none;
  position: absolute;
  bottom: calc(30px + 16px);
  right: calc(-240px + 8px + 1px);
  background: #FFF;
  width: 480px;
  text-align: left;
  line-height: 1.6;
  border-radius: 8px;
  border: solid 1px #d4d4d4;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  z-index: 3;
}
.top-tooltip--02:before {
  content: "";
  display: block;
  background: url("/digivisit/image/common/icon_close.svg") no-repeat left top/contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 2;
}
.top-tooltip--02:after {
  content: "";
  display: block;
  background: linear-gradient(135deg, #FFF 0%, #FFF 50%, transparent 50%, transparent 100%);
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-15px - 1px);
  margin: 0 auto;
  z-index: 2;
  border-top: solid 1px #d4d4d4;
  border-left: solid 1px #d4d4d4;
  transform: rotate(225deg);
}

.top-tooltip--03 {
  display: none;
  position: absolute;
  bottom: calc(30px + 16px);
  right: calc(-240px + 8px + 1px);
  background: #FFF;
  width: 480px;
  text-align: left;
  line-height: 1.6;
  border-radius: 8px;
  border: solid 1px #d4d4d4;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  z-index: 3;
  bottom: calc(35px + 16px);
}
.top-tooltip--03:before {
  content: "";
  display: block;
  background: url("/digivisit/image/common/icon_close.svg") no-repeat left top/contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 2;
}
.top-tooltip--03:after {
  content: "";
  display: block;
  background: linear-gradient(135deg, #FFF 0%, #FFF 50%, transparent 50%, transparent 100%);
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-15px - 1px);
  margin: 0 auto;
  z-index: 2;
  border-top: solid 1px #d4d4d4;
  border-left: solid 1px #d4d4d4;
  transform: rotate(225deg);
}

.top-tooltip--04 {
  display: none;
  position: absolute;
  bottom: calc(30px + 16px);
  right: calc(-240px + 8px + 1px);
  background: #FFF;
  width: 480px;
  text-align: left;
  line-height: 1.6;
  border-radius: 8px;
  border: solid 1px #d4d4d4;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  z-index: 3;
  bottom: calc(35px + 16px);
}
.top-tooltip--04:before {
  content: "";
  display: block;
  background: url("/digivisit/image/common/icon_close.svg") no-repeat left top/contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 2;
}
.top-tooltip--04:after {
  content: "";
  display: block;
  background: linear-gradient(135deg, #FFF 0%, #FFF 50%, transparent 50%, transparent 100%);
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-15px - 1px);
  margin: 0 auto;
  z-index: 2;
  border-top: solid 1px #d4d4d4;
  border-left: solid 1px #d4d4d4;
  transform: rotate(225deg);
}

.top-tooltip__title {
  background: #F9F2E8;
  display: block;
  margin: 2px 2px 0;
  padding: 10px 15px;
  color: #3E2A21;
  font-size: 20px;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
}

.top-tooltip__text {
  display: block;
  padding: 15px 20px 30px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}

.top-title--concept {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  padding: 74px 0 13px;
  z-index: 1;
  color: #3E2A21;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.top-title--concept:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  font-family: 'Oswald', sans-serif;
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 0;
  z-index: -1;
}
.top-title--concept:before {
  content: "CONCEPT";
  color: #F5F1EB;
}
.top-title--concept.js-effect {
  opacity: 1;
}

.top-title--service {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  padding: 74px 0 13px;
  z-index: 1;
  color: #3E2A21;
}
.top-title--service:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  font-family: 'Oswald', sans-serif;
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 0;
  z-index: -1;
}
.top-title--service:before {
  content: "SERVICE";
  color: #FFF;
}

.top-title--feature {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  padding: 74px 0 13px;
  z-index: 1;
  color: #FFF;
}
.top-title--feature:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  font-family: 'Oswald', sans-serif;
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 0;
  z-index: -1;
}
.top-title--feature:before {
  content: "FEATURE";
  color: #FCB150;
}

.top-title--use-case {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  padding: 74px 0 13px;
  z-index: 1;
  color: #3E2A21;
}
.top-title--use-case:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  font-family: 'Oswald', sans-serif;
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 0;
  z-index: -1;
}
.top-title--use-case:before {
  content: "USE CASE";
  color: #FFF;
}

.top-title--achv {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  padding: 74px 0 13px;
  z-index: 1;
  color: #3E2A21;
}
.top-title--achv:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  font-family: 'Oswald', sans-serif;
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 0;
  z-index: -1;
}
.top-title--achv:before {
  content: "ACHIEVEMENT";
  color: #F5F1EB;
}

.top-mv {
  position: relative;
  top: 0;
  left: 0;
}
.top-mv:before {
  content: "";
  display: block;
  background: linear-gradient(128.25deg, #FFECD4 0%, #FFECD4 50%, transparent 50%, transparent 100%);
  width: 57.81vw;
  height: 73.42vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.top-mv__inner {
  position: relative;
  top: 0;
  left: 0;
  background: #F9F2E8;
  padding: 120px 0 10.73vw;
  overflow: hidden;
}
.top-mv__inner:before {
  content: "DIGIVISIT";
  display: block;
  position: absolute;
  right: -1.51vw;
  bottom: -7vw;
  font-family: 'Oswald', sans-serif;
  color: #FFF;
  font-size: 18.96vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  z-index: 0;
}

.top-mv__text-box {
  position: relative;
  z-index: 2;
  margin: 10.73vw 0 0 13.02vw;
}

.top-mv__sub-title {
  display: inline-block;
  color: #3E2A21;
  font-size: max(1.46vw, 16px);
  font-weight: bold;
  background-image: linear-gradient(90deg, #F9D251, #F9D251);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 35%;
  transition: background-size 0.3s linear 0.3s;
}
.aos-animate .top-mv__sub-title {
  background-size: 100% 35%;
}

.top-mv__main-title {
  position: relative;
  background: #3E2A21;
  display: inline-block;
  margin-top: 1.56vw;
  padding: 0 0.78vw;
  color: #FB8A26;
  font-size: max(4.38vw, 42px);
  font-weight: bold;
  z-index: 1;
}
.top-mv__main-title:before {
  content: "";
  background: #3E2A21;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: width 0.3s linear 0.3s;
}
.aos-animate .top-mv__main-title:before {
  width: 0;
}

.top-mv__text {
  color: #3E2A21;
  font-size: max(1.04vw, 14px);
  font-weight: bold;
  line-height: 2;
  margin-top: 1.56vw;
}

.top-mv__img {
  position: absolute;
  width: 41.15vw;
  bottom: 4.38vw;
  right: 8.85vw;
  z-index: 2;
}

.top-mv__img-person {
  transform: scale(0.5);
}

.top-concept {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.top-concept:after {
  content: "";
  display: block;
  background: linear-gradient(128.25deg, transparent 0%, transparent 50%, #FFECD4 50%, #FFECD4 100%);
  width: 28.13vw;
  height: 35.72vw;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.top-concept__inner {
  position: relative;
  padding: 60px 0 150px;
}

.top-concept__text {
  text-align: center;
  line-height: 2;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.top-concept__text.js-effect {
  opacity: 1;
}
.top-concept__text + .top-concept__text {
  margin-top: 30px;
}

.top-concept__marker {
  display: inline-block;
  color: #3E2A21;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  background-image: linear-gradient(90deg, #F9D251, #F9D251);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 35%;
  transition: background-size 0.3s linear 0.3s;
}
.js-effect .top-concept__marker {
  background-size: 100% 35%;
}

.top-concept__img01 {
  position: absolute;
  width: min(16.67vw, 320px);
  height: min(16.67vw, 320px);
  opacity: 0;
  bottom: min(5.68vw, 109px);
  left: min(0.57vw, 11px);
  z-index: 1;
  transition: opacity 0.3s ease-in-out 0.6s;
  transform: translateY(-10px);
  animation: top-concept__img01Effect 10.0s linear infinite;
}
.top-concept__img01.js-effect {
  opacity: 1;
}

.top-concept__img02 {
  position: absolute;
  width: min(16.67vw, 320px);
  height: min(16.67vw, 320px);
  opacity: 0;
  bottom: min(2.19vw, 42px);
  left: min(10.63vw, 204px);
  z-index: 2;
  transition: opacity 0.3s ease-in-out 0.6s;
  transform: translateY(10px);
  animation: top-concept__img02Effect 10.0s linear infinite;
}
.top-concept__img02.js-effect {
  opacity: 1;
}

.top-concept__img03 {
  position: absolute;
  width: min(16.67vw, 320px);
  height: min(16.67vw, 320px);
  opacity: 0;
  top: min(0.63vw, 12px);
  right: min(9.84vw, 189px);
  z-index: 1;
  transition: opacity 0.3s ease-in-out 0.3s;
  transform: translateY(-10px);
  animation: top-concept__img01Effect 10.0s linear infinite;
}
.top-concept__img03.js-effect {
  opacity: 1;
}

.top-concept__img04 {
  position: absolute;
  width: min(16.67vw, 320px);
  height: min(16.67vw, 320px);
  opacity: 0;
  top: min(4.22vw, 81px);
  right: min(0.52vw, 10px);
  z-index: 2;
  transition: opacity 0.3s ease-in-out 0.3s;
  transform: translateY(10px);
  animation: top-concept__img02Effect 10.0s linear infinite;
}
.top-concept__img04.js-effect {
  opacity: 1;
}

@keyframes top-concept__img01Effect {
  0%,20%,40%,60%,80%,100% {
    transform: translateY(-10px);
  }
  10%,30%,50%,70%,90% {
    transform: translateY(10px);
  }
}
@keyframes top-concept__img02Effect {
  0%,20%,40%,60%,80%,100% {
    transform: translateY(10px);
  }
  10%,30%,50%,70%,90% {
    transform: translateY(-10px);
  }
}
.top-service__inner {
  position: relative;
  background: #F5F1EB;
  padding: 60px 0 90px;
  z-index: 2;
}

.top-service__text {
  text-align: center;
  line-height: 2;
}

.top-service__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
.top-service__list li {
  width: 28%;
}
.top-service__list li:not(:nth-child(3n+1)) {
  margin-left: 6%;
}

.top-feature__inner {
  background: #F59416;
  padding: 60px 0 90px;
}

.top-feature__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-feature__list li:not(:first-child) {
  margin-top: 45px;
}

.top-feature__num {
  width: 8.08%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.top-feature__list li:nth-child(odd) .top-feature__num {
  margin: 0 8.33% 0 auto;
}
.top-feature__list li:nth-child(even) .top-feature__num {
  margin: 0 auto 0 8.33%;
  order: 1;
}
.top-feature__list li.aos-animate .top-feature__num {
  opacity: 1;
}

.top-feature__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFECD4;
  width: 79.17%;
  padding: 45px 3.75%;
  border-radius: 30px;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.top-feature__list li:nth-child(odd) .top-feature__box {
  transform: translate3d(-7.5vw, 0, 0);
}
.top-feature__list li:nth-child(even) .top-feature__box {
  transform: translate3d(7.5vw, 0, 0);
}
.top-feature__list li.aos-animate .top-feature__box {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.top-feature__box-img {
  width: 40%;
}
.top-feature__box-img img {
  width: 100%;
}
.top-feature__list li:nth-child(odd) .top-feature__box-img {
  margin-right: 3.5%;
}
.top-feature__list li:nth-child(even) .top-feature__box-img {
  margin-left: 3.5%;
  order: 1;
}

.top-feature__box-text-area {
  width: 56.5%;
}

.top-feature__box-title {
  color: #EB7703;
  font-size: 28px;
  font-weight: bold;
}

.top-feature__box-text {
  margin-top: 30px;
  line-height: 2;
}
.top-feature__box-text a {
  text-decoration: underline !important;
}
.top-feature__box-text a:hover {
  text-decoration: none !important;
  opacity: 1;
}

.top-use-case__inner {
  background: #F5F1EB;
  padding: 60px 0 90px;
}

.top-use-case__box + .top-use-case__box {
  margin-top: 75px;
}

.top-use-case__box-title {
  color: #3E2A21;
  font-size: 28px;
  font-weight: bold;
  text-indent: calc(-24px - 10px);
  margin-left: calc(24px + 10px);
}
.top-use-case__box-title:before {
  content: "";
  background: #FB8A26;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: calc(50% - 24px);
}

.top-use-case__box-text {
  margin-top: 15px;
}

.top-use-case__box-figure {
  text-align: center;
}
.top-use-case__box--01 .top-use-case__box-figure {
  margin-top: 45px;
}
.top-use-case__box--02 .top-use-case__box-figure {
  margin-top: 60px;
}
.top-use-case__box--03 .top-use-case__box-figure {
  margin-top: 30px;
}

.top-achv__inner {
  padding: 60px 0;
}

.top-achv__list > li {
  border-bottom: solid 2px #DDD;
}
.top-achv__list > li:first-child {
  border-top: solid 2px #DDD;
}
.top-achv__list summary {
  position: relative;
  padding: 30px calc(31.25px + 20px + 20px) 30px 20px;
  list-style: none;
  cursor: pointer;
}
.top-achv__list summary::-webkit-details-marker {
  display: none;
}
.top-achv__list summary:after {
  content: "";
  background: url(/digivisit/image/common/icon_dainari02.svg) no-repeat left top/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 31.25px;
  height: 20px;
  z-index: 1;
}
.top-achv__list details[open] summary:after {
  transform: rotateX(180deg);
}

.top-achv__list-title {
  color: #3E2A21;
  font-size: 24px;
  font-weight: bold;
}

.top-achv__list-sub-title {
  margin-top: 10px;
}

.top-achv__inner-list {
  margin-bottom: 30px;
}
.top-achv__inner-list > li:not(:first-child) {
  margin-top: 10px;
}
.top-achv__inner-list dl {
  display: flex;
}
.top-achv__inner-list dt {
  background: #FFECD4;
  width: 250px;
  padding: 20px;
  color: #3E2A21;
  font-size: 20px;
  font-weight: bold;
}
.top-achv__inner-list dd {
  width: calc(100% - 250px);
  padding: 20px;
  align-self: center;
}

.top-achv__inner-list-figure {
  padding: 10px 0 10px 10px;
}

.top-contact {
  background: linear-gradient(to bottom, #FFF 0%, #FFF 31.91%, #F59416 31.91%, #F59416 100%);
  padding: min(9vw, 108px) 0 60px;
  overflow: hidden;
}

.top-contact__inner {
  position: relative;
  background: #F5F1EB;
  padding: 60px 4%;
  text-align: center;
  border-radius: 12px;
}
.top-contact__inner:before {
  content: "";
  background: url(/digivisit/image/top/img_contact01.svg) no-repeat left top/contain;
  position: absolute;
  top: clamp(-76px, -6.33vw, 0px);
  left: min(3.33vw, 40px);
  width: min(17.5vw, 210px);
  height: min(26.96vw, 323.5px);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-out 0.6s;
}
.top-contact__inner.aos-animate:before {
  opacity: 1;
}
.top-contact__inner:after {
  content: "";
  background: url(/digivisit/image/top/img_contact02.svg) no-repeat left top/contain;
  position: absolute;
  top: clamp(-108px, -9vw, 0px);
  right: clamp(-80px, -6.67vw, 0px);
  width: min(30vw, 360px);
  height: min(19.29vw, 231.5px);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-out 0.8s;
}
.top-contact__inner.aos-animate:after {
  opacity: 1;
}

.top-contact__text {
  line-height: 2;
}

.top-contact__title {
  color: #3E2A21;
  font-size: 28px;
  font-weight: bold;
  margin: 45px 0 30px;
}

@media screen and (max-width: 1024px) {
  /* ===========================================================
      タブレット横
  =========================================================== */
  .top-tooltip--01 {
    right: calc(-150px + 8px + 1px);
    width: 300px;
  }

  .top-tooltip--02 {
    right: calc(-150px + 8px + 1px);
    width: 300px;
  }

  .top-tooltip--03 {
    right: calc(-150px + 8px + 1px);
    width: 300px;
  }

  .top-tooltip--04 {
    right: calc(-150px + 8px + 1px);
    width: 300px;
  }

  .top-tooltip__title {
    font-size: 18px;
  }

  .top-mv__text-box {
    margin: 10.73vw 0 0 8.02vw;
  }

  .top-concept__img01 {
    left: -2vw;
  }

  .top-concept__img02 {
    left: 8vw;
  }

  .top-concept__img03 {
    right: 7.5vw;
  }

  .top-concept__img04 {
    right: -2vw;
  }

  .top-service__text {
    max-width: 800px;
    margin: 0 auto;
  }

  .top-contact {
    padding: 16vw 0 60px;
  }

  .top-contact__inner:before {
    top: -16vw;
  }
}
@media screen and (max-width: 768px) {
  /* ===========================================================
      タブレット縦
  =========================================================== */
  .top-tooltip--01 {
    bottom: 30px;
  }
  .top-tooltip--01:after {
    content: none;
  }

  .top-tooltip--02 {
    bottom: 30px;
    right: -100px;
  }
  .top-tooltip--02:after {
    content: none;
  }

  .top-tooltip--03 {
    bottom: 30px;
    right: -100px;
  }
  .top-tooltip--03:after {
    content: none;
  }

  .top-tooltip--04 {
    bottom: 30px;
  }
  .top-tooltip--04:after {
    content: none;
  }

  .top-title--concept,
  .top-title--service,
  .top-title--feature,
  .top-title--use-case,
  .top-title--achv {
    font-size: 30px;
    padding: calc(74px * 0.715) 0 calc(13px * 0.715);
  }
  .top-title--concept:before,
  .top-title--service:before,
  .top-title--feature:before,
  .top-title--use-case:before,
  .top-title--achv:before {
    font-size: calc(100px * 0.715);
  }

  .top-mv:before {
    width: calc(57.81vw * 1.25);
    height: calc(73.42vw * 1.25);
  }

  .top-mv__inner {
    padding: 85px 0 45vw;
  }
  .top-mv__inner:before {
    bottom: -9.5vw;
    font-size: 25vw;
  }

  .top-mv__text-box {
    margin: 7.5vw 0 0 6vw;
  }

  .top-mv__sub-title {
    font-size: 2.67vw;
  }

  .top-mv__main-title {
    margin-top: 2.5vw;
    padding: 0 1.5vw;
    font-size: 7vw;
  }

  .top-mv__text {
    font-size: 2.3vw;
    margin-top: 2.5vw;
  }

  .top-mv__img {
    width: 65vw;
    bottom: 5vw;
    right: 7.5vw;
  }

  .top-concept:after {
    width: calc(28.13vw * 0.9);
    height: calc(35.72vw * 0.9);
  }

  .top-concept__inner {
    padding: calc(60px + 3vw) 0 calc(150px + 3vw);
  }

  .top-concept__marker {
    font-size: 20px;
  }

  .top-concept__img01 {
    width: 20vw;
    height: 20vw;
    bottom: 7vw;
  }

  .top-concept__img02 {
    width: 20vw;
    height: 20vw;
    bottom: 1.5vw;
  }

  .top-concept__img03 {
    width: 20vw;
    height: 20vw;
    top: 0;
  }

  .top-concept__img04 {
    width: 20vw;
    height: 20vw;
    top: 5.5vw;
  }

  .top-service__list li {
    width: 31%;
  }
  .top-service__list li:not(:nth-child(3n+1)) {
    margin-left: 3.5%;
  }

  .top-feature__list li {
    justify-content: center;
    flex-wrap: wrap;
  }

  .top-feature__num {
    width: 9%;
  }
  .top-feature__list li:nth-child(odd) .top-feature__num {
    margin: 0 45.5% 15px;
  }
  .top-feature__list li:nth-child(even) .top-feature__num {
    margin: 0 45.5% 15px;
    order: 0;
  }

  .top-feature__box {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
    padding: 45px 6%;
    border-radius: 24px;
  }
  .top-feature__list li:nth-child(odd) .top-feature__box {
    transform: translate3d(0, 7.5vw, 0);
  }
  .top-feature__list li:nth-child(even) .top-feature__box {
    transform: translate3d(0, 7.5vw, 0);
  }
  .top-feature__list li.aos-animate .top-feature__box {
    transform: translate3d(0, 0, 0);
  }

  .top-feature__box-img {
    width: 60%;
  }
  .top-feature__list li:nth-child(odd) .top-feature__box-img {
    margin-right: 0;
  }
  .top-feature__list li:nth-child(even) .top-feature__box-img {
    margin-left: 0;
    order: 0;
  }

  .top-feature__box-text-area {
    width: 100%;
  }
  .top-feature__list li:nth-child(2) .top-feature__box-text-area {
    margin-top: 30px;
  }
  .top-feature__list li:nth-child(3) .top-feature__box-text-area {
    margin-top: 25px;
  }

  .top-feature__box-title {
    font-size: 24px;
  }

  .top-use-case__box + .top-use-case__box {
    margin-top: 60px;
  }

  .top-use-case__box-title {
    font-size: 24px;
    text-indent: calc(-20px - 10px);
    margin-left: calc(20px + 10px);
  }
  .top-use-case__box-title:before {
    width: 20px;
    height: 20px;
    vertical-align: calc(50% - 20px);
  }

  .top-achv__list summary:after {
    width: calc(31.25px * 0.85);
    height: calc(20px * 0.85);
  }

  .top-achv__list-title {
    font-size: 20px;
  }

  .top-achv__inner-list dl {
    flex-wrap: wrap;
  }
  .top-achv__inner-list dt {
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
  }
  .top-achv__inner-list dd {
    width: 100%;
    padding: 15px 20px;
  }

  .top-achv__inner-list-figure {
    padding: 10px;
    text-align: center;
  }

  .top-contact__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 667px) {
  /* ===========================================================
      スマホ
  =========================================================== */
  .top-tooltip--01,
  .top-tooltip--02,
  .top-tooltip--03,
  .top-tooltip--04 {
    width: 280px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .top-tooltip__title {
    font-size: 16px;
  }

  .top-tooltip__text {
    padding: 15px 20px 20px;
    font-size: 14px;
  }

  .top-title--concept,
  .top-title--service,
  .top-title--feature {
    font-size: 28px;
    margin-bottom: 35px;
    padding: calc(74px * 0.25) 0 calc(13px * 0.5);
    line-height: 1.3;
  }
  .top-title--concept:before,
  .top-title--service:before,
  .top-title--feature:before {
    font-size: calc(100px * 0.5);
  }
  .top-title--concept:before,
  .top-title--service:before,
  .top-title--feature:before {
    bottom: 40px;
  }

  .top-title--use-case,
  .top-title--achv {
    font-size: 28px;
    margin-bottom: 35px;
    padding: calc(74px * 0.25) 0 calc(13px * 0.5);
  }
  .top-title--use-case:before,
  .top-title--achv:before {
    font-size: calc(100px * 0.5);
  }
  .top-title--use-case:before,
  .top-title--achv:before {
    bottom: 10px;
  }

  .top-mv:before {
    width: calc(57.81vw * 2);
    height: calc(73.42vw * 2);
  }

  .top-mv__inner {
    padding: 85px 0 62.5vw;
  }

  .top-mv__text-box {
    margin: 5.5vw 0 0 6vw;
  }

  .top-mv__sub-title {
    font-size: 3.8vw;
    background-image: none;
  }

  .top-mv__sub-title-inner {
    display: inline-block;
    background-image: linear-gradient(90deg, #F9D251, #F9D251);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 35%;
    transition: background-size 0.3s linear 0.9s;
  }
  .aos-animate .top-mv__sub-title-inner {
    background-size: 100% 35%;
  }

  .top-mv__main-title {
    margin-top: 4vw;
    padding: 0 1.75vw;
    font-size: 10vw;
  }

  .top-mv__text {
    font-size: 3.5vw;
    margin-top: 4vw;
  }

  .top-mv__img {
    width: 72.5vw;
    bottom: 2.5vw;
    right: 3.5vw;
  }

  .top-concept__inner {
    padding: calc(45px + 10vw) 0 calc(90px + 15vw);
  }

  .top-concept__text {
    max-width: 92%;
    margin: 0 auto;
    text-align: left;
  }

  .top-concept__marker {
    display: inline;
  }

  .top-concept__img01 {
    width: 25vw;
    height: 25vw;
    transform: translateY(-5px);
  }

  .top-concept__img02 {
    width: 25vw;
    height: 25vw;
    left: 13vw;
    transform: translateY(5px);
  }

  .top-concept__img03 {
    width: 25vw;
    height: 25vw;
    right: 12vw;
    transform: translateY(-5px);
  }

  .top-concept__img04 {
    width: 25vw;
    height: 25vw;
    transform: translateY(5px);
  }

  @keyframes top-concept__img01Effect {
    0%,20%,40%,60%,80%,100% {
      transform: translateY(-5px);
    }
    10%,30%,50%,70%,90% {
      transform: translateY(5px);
    }
  }
  @keyframes top-concept__img02Effect {
    0%,20%,40%,60%,80%,100% {
      transform: translateY(5px);
    }
    10%,30%,50%,70%,90% {
      transform: translateY(-5px);
    }
  }
  .top-service__inner {
    padding: 45px 0 60px;
  }

  .top-service__text {
    max-width: 92%;
    text-align: left;
  }

  .top-service__list {
    max-width: 450px;
    margin: 45px auto 0;
  }
  .top-service__list li {
    width: 48%;
  }
  .top-service__list li:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .top-service__list li:nth-child(even) {
    margin-left: 4%;
  }
  .top-service__list li:nth-child(3),
  .top-service__list li:nth-child(4) {
    margin-top: 15px;
  }
  .top-service__list li img {
    width: 100%;
  }

  .top-feature__inner {
    padding: 45px 0 60px;
  }

  .top-feature__num {
    width: 50px;
  }
  .top-feature__list li:nth-child(odd) .top-feature__num {
    margin: 0 calc(50% - 25px) 15px;
  }
  .top-feature__list li:nth-child(even) .top-feature__num {
    margin: 0 calc(50% - 25px) 15px;
  }

  .top-feature__box {
    padding: 35px 6%;
    border-radius: 18px;
  }

  .top-feature__box-img {
    width: 75%;
  }

  .top-feature__box-title {
    font-size: 22px;
  }

  .top-feature__box-text {
    margin-top: 20px;
  }

  .top-use-case__inner {
    padding: 45px 0 60px;
  }

  .top-use-case__box + .top-use-case__box {
    margin-top: 45px;
  }

  .top-use-case__box-title {
    font-size: 20px;
    text-indent: calc(-16px - 10px);
    margin-left: calc(16px + 10px);
  }
  .top-use-case__box-title:before {
    width: 16px;
    height: 16px;
    vertical-align: calc(50% - 16px);
  }

  .top-use-case__box-figure img {
    width: 100%;
  }
  .top-use-case__box--01 .top-use-case__box-figure {
    max-width: 345px;
    margin: 30px auto 0;
  }
  .top-use-case__box--02 .top-use-case__box-figure {
    max-width: 345px;
    margin: 45px auto 0;
  }
  .top-use-case__box--03 .top-use-case__box-figure {
    max-width: 287px;
    margin: 30px auto 0;
  }

  .top-achv__inner {
    padding: 45px 0;
  }

  .top-achv__list summary {
    padding: 20px calc(22px + 10px + 10px) 20px 10px;
  }
  .top-achv__list summary:after {
    right: 10px;
    width: calc(31.25px * 0.7);
    height: calc(20px * 0.7);
  }

  .top-achv__list-title {
    font-size: 18px;
  }

  .top-achv__inner-list {
    margin-bottom: 20px;
  }
  .top-achv__inner-list dt {
    padding: 10px 15px;
    font-size: 16px;
  }
  .top-achv__inner-list dd {
    padding: 10px 15px;
  }

  .top-achv__inner-list-figure {
    padding: 10px 0 0;
  }

  .top-contact {
    padding: 23vw 0 45px;
  }

  .top-contact__inner {
    padding: 45px 5%;
  }
  .top-contact__inner:before {
    top: -23vw;
    left: 1vw;
    width: calc(17.5vw * 1.25);
    height: calc(26.96vw * 1.25);
  }
  .top-contact__inner:after {
    top: -15vw;
    width: calc(30vw * 1.25);
    height: calc(19.29vw * 1.25);
  }

  .top-contact__title {
    font-size: 22px;
    margin: 30px 0;
  }
}
@media screen and (max-width: 320px) {
  /* ===========================================================
      iPhone5/SE
  =========================================================== */
}
