@charset "UTF-8";
* {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

.header {
  position: fixed;
  z-index: 5;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  /* ハンバーガーメニュー */
}
@media screen and (max-width: 900px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #fff;
  }
}
.header .flex {
  margin: 0;
  align-items: center;
  justify-content: space-between;
}
.header .header-logo {
  margin: 0;
}
.header .header-logo .flex {
  margin: 0;
  padding-left: clamp(0.625rem, -0.227rem + 3.64vw, 2.5rem);
  align-items: center;
}
.header .header-logo .logo-txt {
  font-size: clamp(0.813rem, 0.67rem + 0.61vw, 1.125rem);
  font-weight: normal;
  font-family: "Shippori Mincho", serif;
}
.header .header-logo .header-logo__img {
  display: block;
  width: clamp(1.875rem, 1.307rem + 2.42vw, 3.125rem);
  height: clamp(1.875rem, 1.307rem + 2.42vw, 3.125rem);
}
@media screen and (max-width: 900px) {
  .header .g-navi {
    display: none;
    /* ハンバーガーメニュー 開いた時 */
  }
}
.header .g-navi .g-navi__item {
  margin-left: 15px;
}
.header .g-navi .g-navi__item.current a {
  color: #767676;
  background: linear-gradient(45deg, #fff1eb, #ace0f9);
}
.header .g-navi .g-navi__item.__contact {
  display: block;
  background-image: linear-gradient(45deg, #fff1eb, #ace0f9);
}
.header .g-navi .g-navi__item.__contact .g-navi__link {
  display: block;
  padding: clamp(1.063rem, 0.864rem + 0.85vw, 1.5rem) clamp(0.75rem, 0.523rem + 0.97vw, 1.25rem);
}
.header .g-navi .g-navi__item .g-navi__link {
  position: relative;
  color: #333;
  font-size: 16px;
}
.header .g-navi .g-navi__item .g-navi__link::before {
  background: linear-gradient(45deg, #fff1eb, #ace0f9);
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  z-index: -1;
}
.header .g-navi .g-navi__item .g-navi__link:hover {
  color: #757575;
}
.header .g-navi .g-navi__item .g-navi__link:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header .g-navi .g-navi__item .g-navi__link .fa-regular {
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  .header .g-navi.active {
    display: block;
    width: min(100%, 375px);
    height: 100vh;
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
  }
  .header .g-navi.active .g-navi__list {
    position: fixed;
    top: 50px;
    right: 0;
    width: min(100%, 375px);
    background-color: #fff;
  }
  .header .g-navi.active .g-navi__list.flex {
    flex-direction: column;
    padding-top: 50px;
  }
  .header .g-navi.active .g-navi__item {
    width: 85%;
    margin: 0 auto;
    padding: 15px 0 18px;
    border-top: 1px solid #ccc;
  }
  .header .g-navi.active .g-navi__item:nth-child(5) {
    border-bottom: 1px solid #ccc;
  }
  .header .g-navi.active .g-navi__item.__contact {
    display: none;
  }
}
.header .rp-contact__btn {
  display: none;
}
@media screen and (max-width: 900px) {
  .header .rp-contact__btn {
    display: block;
    position: fixed;
    right: 50px;
    background-image: linear-gradient(45deg, #fff1eb, #ace0f9);
  }
  .header .rp-contact__btn .g-navi__link {
    display: block;
    padding: 15px 12px;
    font-size: 13px;
  }
}
.header .hamburger {
  display: none;
}
@media screen and (max-width: 900px) {
  .header .hamburger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 50px;
    height: 50px;
  }
  .header .hamburger .hamburger__line {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #333;
    left: 10px;
    transition: 0.3s;
  }
  .header .hamburger .hamburger__line:nth-child(1) {
    top: 12px;
  }
  .header .hamburger .hamburger__line:nth-child(2) {
    top: 24px;
  }
  .header .hamburger .hamburger__line:nth-child(3) {
    top: 36px;
  }
  .header .hamburger.active .hamburger__line {
    z-index: 10;
  }
  .header .hamburger.active .hamburger__line:nth-child(1) {
    top: 24px;
    left: 12px;
    transform: rotate(45deg);
  }
  .header .hamburger.active .hamburger__line:nth-child(2) {
    display: none;
  }
  .header .hamburger.active .hamburger__line:nth-child(3) {
    top: 24px;
    left: 12px;
    transform: rotate(-45deg);
  }
}

.mv {
  padding-top: clamp(3.125rem, -3.679rem + 12.1vw, 4.063rem);
}
.mv video {
  width: 100%;
}

/* トップー事業 */
.top-business .bs_bg {
  position: relative;
  margin: 30px calc(50% - 50vw);
  padding: 20px calc(50vw - 50% + 8px);
}
.top-business .bs_bg::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 80%;
  background: linear-gradient(45deg, #fff1eb, #ace0f9);
}
@media screen and (max-width: 768px) {
  .top-business .bs_bg::after {
    height: 100%;
  }
}
.top-business .business__ttl {
  font-family: "Shippori Mincho", serif;
}
.top-business .business__list .business__item {
  width: min(100%, 313px);
}
@media screen and (max-width: 500px) {
  .top-business .business__list .business__item {
    width: 100%;
  }
}
.top-business .business__list .business__item div {
  background-color: #fff;
}
.top-business .business__list .business__item .business__link {
  display: inline-block;
  padding: 20px 0 20px clamp(0.938rem, 0.396rem + 2.31vw, 1.875rem);
}
.top-business .business__list .business__item .business__link:hover .arrow {
  margin-left: 10px;
}
.top-business .drone-business.flex {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .top-business .drone-business.flex .grid {
    order: 2;
  }
  .top-business .drone-business.flex .business__ttl {
    order: 1;
  }
}
.top-business .drone-business .business__list.grid {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .top-business .drone-business .business__list.grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .top-business .drone-business .business__list.grid {
    grid-template-columns: 100%;
  }
}
.top-business .web-business .business__ttl {
  margin-top: clamp(8.125rem, 0.625rem + 15.63vw, 10.625rem);
}
@media screen and (max-width: 768px) {
  .top-business .web-business .business__ttl {
    margin-top: 20px;
  }
}
.top-business .web-business .business__list.flex {
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .top-business .web-business .business__list.flex {
    gap: 20px;
  }
}
.top-business .web-business .business__list.flex .business__item {
  width: min(31%, 313px);
}
@media screen and (max-width: 768px) {
  .top-business .web-business .business__list.flex .business__item {
    width: 45%;
  }
}
@media screen and (max-width: 500px) {
  .top-business .web-business .business__list.flex .business__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-business .web-business .business__list.flex .business__item:first-child {
    width: 100%;
  }
}
.top-business .compliance-business .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-business .compliance-business .flex {
    flex-direction: column;
  }
}
.top-business .compliance-business .flex .business__ttl {
  margin-top: clamp(8.125rem, 0.625rem + 15.63vw, 10.625rem);
  font-size: clamp(1.125rem, 1.053rem + 0.31vw, 1.25rem);
  line-height: 1.8;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-business .compliance-business .flex .business__ttl {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .top-business .compliance-business .flex .business__ttl {
    width: 100%;
  }
}
.top-business .compliance-business .flex .business__item {
  width: min(31%, 313px);
}
@media screen and (max-width: 768px) {
  .top-business .compliance-business .flex .business__item {
    width: 45%;
  }
  .top-business .compliance-business .flex .business__item:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .top-business .compliance-business .flex .business__item {
    width: 100%;
  }
}

/* トップー強み */
.top-feature .top-feature__list.flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-feature .top-feature__list .top-feature__item {
  width: min(95%, 313px);
  padding: 40px 20px 35px;
  box-shadow: 0 0 10px 0 #ddd;
  box-sizing: border-box;
}
.top-feature .top-feature__list .top-feature__item h3 {
  margin-top: 0;
  font-size: clamp(1.25rem, 1.108rem + 0.61vw, 1.563rem);
  text-align: center;
}
.top-feature .top-feature__list .top-feature__item p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .top-feature .top-feature__list .top-feature__item {
    width: 45%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-feature .top-feature__list .top-feature__item {
    width: 95%;
    margin: 15px auto;
  }
}

/* フッター */
.footer {
  margin-top: clamp(3.125rem, 1.319rem + 7.7vw, 6.25rem);
  padding-top: 50px;
  border-top: 1px solid #212121;
  overflow: hidden;
}
.footer .footer__logo .footer__logo-link {
  font-size: clamp(1.125rem, 1.068rem + 0.24vw, 1.25rem);
  font-family: "Shippori Mincho", serif;
}
.footer .footer-nav__list {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .footer .footer-nav__list.flex {
    flex-direction: column;
  }
}
.footer .footer-nav__list .footer-nav__item .footer-nav__link {
  position: relative;
  display: block;
  margin-right: 40px;
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
}
.footer .footer-nav__list .footer-nav__item .footer-nav__link::before {
  background: #D6F0FC;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.footer .footer-nav__list .footer-nav__item .footer-nav__link:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .footer .footer-nav__list .footer-nav__item .footer-nav__link {
    margin-bottom: 30px;
  }
}
.footer .copyright {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 15px calc(50vw - 50% + 8px);
  background-image: linear-gradient(90deg, #ace0f9, #fff1eb);
}
.footer .copyright p {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
}

/* サブページスライダー */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  width: 43%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper-container {
    width: 80%;
  }
}
.swiper-container .swiper .swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 30px;
  height: 30px;
  margin: auto;
}
.swiper-container .swiper-button-prev {
  left: -15px;
}
.swiper-container .swiper-button-prev::after {
  background-image: url(../images/arrow-left.png);
}
.swiper-container .swiper-button-next {
  right: -15px;
}
.swiper-container .swiper-button-next::after {
  background-image: url(../images/arrow-right.png);
}
.swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -25px;
}/*# sourceMappingURL=style.css.map */