body {
  min-width: 367px;
}

.pointer {
  cursor: pointer;
}

.navbar {
  padding: 0.5rem 0rem;
  background-color: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
  border: none;
  height: 72px;
}
.navbar .container {
  max-width: 88%;
}
.navbar .navbar-brand {
  display: flex;
  align-items: center;
  width: 10%;
}
.navbar .navbar-brand img {
  height: 36px;
  margin-right: 8px;
}
.navbar .nav-right {
  align-items: center;
  margin-right: -10px;
}
.navbar .nav-right .nav-link {
  font-family: "Segoe UI Variable", "Hiragino Sans", "Noto Sans", "Noto Sans CJK JP", sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  margin-left: 3vw;
}
.navbar .nav-right .nav-link:hover {
  text-decoration: underline;
}
.navbar .nav-left-lg span {
  font-size: 16px;
  font-weight: 700;
  font-family: "Segoe UI Variable", "Hiragino Sans", "Noto Sans", "Noto Sans CJK JP", sans-serif;
  letter-spacing: 2px;
}
.navbar .nav-left-sm {
  display: none;
}
@media (max-width: 576px) {
  .navbar .nav-left-lg {
    display: none;
  }
  .navbar .nav-left-sm {
    display: unset;
  }
  .navbar .nav-left-sm span {
    font-size: 16px;
    font-weight: 700;
    font-family: "Segoe UI Variable", "Hiragino Sans", "Noto Sans", "Noto Sans CJK JP", sans-serif;
    letter-spacing: 2px;
  }
  .navbar .nav-right {
    flex-direction: row;
    justify-content: space-between;
  }
  .navbar .nav-right .nav-download-icon {
    display: none;
  }
  .navbar .nav-right .nav-link {
    font-family: "SF Pro Display", "Robot", "YuGothic", "TT Norm", sans-serif;
    color: #000000;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}

.page-body {
  margin-top: 72px;
}
@media (max-width: 576px) {
  .page-body {
    padding-bottom: 90px;
  }
}

.hero {
  text-align: center;
}
.hero .hero-container {
  position: relative;
  width: 100%;
}
.hero .hero-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}
.hero .hero-text {
  position: absolute;
  top: -6px;
  right: 0;
  width: 49%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 4px;
  vertical-align: middle;
  color: black;
  text-align: left;
}
.hero .hero-text .main-title {
  font-size: 24px;
  margin: 0 0 -3px 0;
  padding: 0;
  font-weight: 700;
  font-family: "Segoe UI Variable", "Hiragino Sans", "Noto Sans", "Noto Sans CJK JP", sans-serif;
  letter-spacing: 4px;
}
.hero .hero-text .middle-text {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 4px;
  margin: 0 0 0.25rem 0;
  padding: 0;
  font-family: "YuGothic", "TT Norm", "SF Pro Display", "Robot", sans-serif;
}
.hero .hero-text .end-text-lg {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: "Segoe UI Variable", "Hiragino Sans", "Noto Sans", "Noto Sans CJK JP", sans-serif;
  line-height: 24px;
  letter-spacing: 2px;
}
.hero .hero-text .end-text-sm {
  display: none;
}
@media (max-width: 576px) {
  .hero .hero-text .navbar .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.hero .hero-text .fw-bold {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.hero .hero-text .lead {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.hero .hero img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .hero .hero-text .main-title {
    font-size: 2vw;
  }
  .hero .hero-text .middle-text {
    font-size: 3.5vw;
    line-height: 2.5rem;
  }
  .hero .hero-text .end-text {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .hero .hero-container {
    min-height: 240px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .hero .hero-container .hero-text {
    top: 0px;
    width: 60%;
    text-align: center;
  }
  .hero .hero-container .hero-text .main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: normal;
    font-family: "SF Pro Display", "Robot", "YuGothic", "TT Norm", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    letter-spacing: 3px;
  }
  .hero .hero-container .hero-text .middle-text {
    font-family: "Hiragino Sans", "Noto Sans", "Segoe UI Variable", "Noto Sans CJK JP", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
  }
  .hero .hero-container .hero-text .end-text-lg {
    display: none;
  }
  .hero .hero-container .hero-text .end-text-sm {
    text-align: center;
    display: unset;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: "Hiragino Sans", "Noto Sans", "Segoe UI Variable", "Noto Sans CJK JP", sans-serif;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 576px) {
  .hero .hero-container .hero-text {
    width: 58%;
  }
  .hero .hero-container .hero-image {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: 25% center;
    min-width: 100%;
    transform: scale(1.18) translateY(15px);
  }
  .hero .hero-container .middle-text {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) and (max-width: 576px) {
  .hero .hero-container {
    height: 200px;
  }
}
@media (max-width: 767px) and (max-width: 379.8px) {
  .hero .hero-container .hero-text .middle-text {
    font-size: 19px;
  }
}
@media (min-width: 767.8px) and (max-width: 914.8px) {
  .hero .hero-container {
    overflow: hidden;
  }
  .hero .hero-container img {
    transform: scale(1.2);
    transform-origin: center center;
  }
  .hero .hero-text {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .all-about {
    margin-top: 4.5rem !important;
    margin-bottom: 4.8rem !important;
  }
}
.all-about .about {
  width: 86.5%;
}
.all-about .about .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.all-about .about .image-wrapper .img-fluid {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.all-about .about .image-wrapper .img-fluid.active {
  opacity: 1;
  z-index: 1;
}
.all-about .about .image-wrapper::before {
  content: "";
  display: block;
  padding-top: 66.66%;
}
.all-about .about .about-text {
  font-family: "Segoe UI Variable", "Hiragino Sans", "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-top: 1rem !important;
}
.all-about .about .about-title-text {
  font-family: "Segoe UI Variable", "Hiragino Sans", "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-top: -1.3rem;
}
.all-about .about .about-middle-text {
  font-family: "Segoe UI Variable", "Hiragino Sans", "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 2px;
}
.all-about .about .about-end-text {
  font-family: "SF Pro Display", "Robot", "YuGothic", "TT Norm", sans-serif;
  font-size: 15px;
  width: 76%;
  letter-spacing: 1px;
  line-height: 27px;
  font-weight: 350;
}
.all-about .about .about-end-text .about-end-text-1 {
  font-family: "Hiragino Sans", "Noto Sans", "Segoe UI Variable", "Noto Sans CJK JP", sans-serif;
  font-size: 15px;
  width: 100%;
  letter-spacing: 1px;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .all-about .about {
    width: 100%;
  }
}
@media (min-width: 1400.8px) {
  .all-about .about .img-fluid {
    max-width: 80%;
  }
}
@media (min-width: 767.98px) {
  .all-about .about .about-right {
    padding-left: 2.5rem;
  }
}
@media (max-width: 767px) {
  .all-about .about {
    width: 90%;
    display: flex;
    justify-content: center;
  }
  .all-about .about .order-md-1 {
    order: 2;
  }
  .all-about .about .order-md-2 {
    order: 1;
  }
  .all-about .about .image-wrapper {
    justify-content: center;
    align-items: flex-start;
  }
  .all-about .about .image-wrapper .img-fluid {
    position: absolute;
    top: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 100%;
  }
  .all-about .about .about-text {
    text-align: center;
    font-family: "SF Pro Display", "Robot", "YuGothic", "TT Norm", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .all-about .about .about-title-text {
    text-align: center;
    font-family: "SF Pro Display", "Robot", "YuGothic", "TT Norm", sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 4px;
  }
  .all-about .about .divider {
    width: 10%;
    height: 2px;
    background-color: #000;
    margin: 10px auto;
  }
  .all-about .about .about-middle-text {
    text-align: center;
    font-family: "Hiragino Sans", "Noto Sans", "Segoe UI Variable", "Noto Sans CJK JP", sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .all-about .about .about-end-text {
    text-align: left;
    width: 100%;
    font-family: "SF Pro Display", "Robot", "YuGothic", "TT Norm", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
  }
}
@media (min-width: 767px) and (max-width: 991.98px) {
  .all-about .about {
    max-width: 100%;
  }
}
@media (min-width: 992.8px) and (max-width: 1200px) {
  .all-about .about .about-text {
    font-size: 19px;
  }
  .all-about .about .about-title-text {
    font-size: 31px;
  }
  .all-about .about .about-end-text {
    width: 92%;
  }
  .all-about .about .about-middle-text {
    margin-bottom: 0.5rem !important;
    line-height: 21px;
    font-size: 15px;
  }
}
@media (min-width: 1200.8px) and (max-width: 1400px) {
  .all-about .about {
    max-width: 77.8%;
  }
  .all-about .about .about-right {
    padding-left: 2.5rem;
  }
  .all-about .about .about-right .about-end-text {
    width: 92%;
  }
}
@media (min-width: 762px) and (max-width: 992px) {
  .all-about {
    margin-left: 1rem;
  }
  .all-about .about .about-right {
    margin-top: 1rem !important;
  }
  .all-about .about .about-text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .all-about .about .about-title-text {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 0 !important;
    margin-top: 0;
  }
  .all-about .about .about-middle-text {
    margin-bottom: 0.25rem !important;
    margin-top: -0.25rem;
  }
  .all-about .about .about-end-text {
    width: 95%;
    font-size: 13px;
    line-height: 21px;
  }
  .all-about .about .about-end-text .about-end-text-1 {
    font-size: 13px;
    line-height: 21px;
  }
}

.service .service-title {
  font-family: "Segoe UI Variable", "Hiragino Sans", "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 4px;
}
.service .service-title-text {
  font-family: "Segoe UI Variable", "Hiragino Sans", "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
  line-height: 26px;
  letter-spacing: 0px;
}
.service .service-icon-title {
  font-family: "Segoe UI Variable", "Hiragino Sans", "Noto Sans", "Noto Sans CJK JP", sans-serif;
  margin: 0 0 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0px;
}
.service .service-icon-text {
  margin: 0;
  font-size: 13px;
  font-family: "YuGothic", "TT Norm", "SF Pro Display", "Robot", sans-serif;
  font-weight: 500;
  text-align: left;
  max-width: 230px;
  line-height: 21px;
  letter-spacing: 0px;
}
.service .service-icon {
  object-fit: contain;
  padding: 20px 40px 20px 40px;
  display: block;
  margin: 0 auto;
}
.service .service-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 230px;
  height: 120px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .service .service-card {
    max-width: 180px;
    height: 100px;
  }
  .service .service-icon {
    padding: 15px 25px;
    max-width: 100%;
    height: auto;
  }
}
.service .service-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.service .service-card-container .service-card-text {
  margin-top: 10px;
  text-align: center;
}
.service .service-sm {
  display: none;
}
@media (max-width: 575px) {
  .service .service-lg {
    display: none;
  }
  .service .service-title {
    font-family: "SF Pro Display", "Robot", "YuGothic", "TT Norm", sans-serif;
    margin-bottom: -10px;
    margin-top: 4rem;
  }
  .service .service-sm {
    display: unset;
  }
  .service .service-sm .service-card {
    max-width: 89.4%;
    height: 120px;
    padding: 0 26px 0 0px;
    margin-top: 0.75rem;
  }
  .service .service-sm .service-card img {
    height: 80px;
  }
  .service .service-sm .service-card .sm-icon-text .service-card-title {
    color: #FFFFFF;
    font-size: 20px;
    font-family: "Hiragino Sans", "Noto Sans", "Segoe UI Variable", "Noto Sans CJK JP", sans-serif;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0px;
  }
  .service .service-sm .service-card .sm-icon-text .service-text {
    color: #FFFFFF;
    font-size: 12px;
    font-family: "Hiragino Sans", "Noto Sans", "Segoe UI Variable", "Noto Sans CJK JP", sans-serif;
    text-align: left;
    font-weight: 300;
    margin-top: 0;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1200.8px) and (max-width: 1400px) {
  .service {
    max-width: 80%;
  }
}
@media (min-width: 767px) {
  .service {
    margin-top: 6.5rem;
  }
}

.footer .footer-sm {
  display: none;
}
.footer small {
  font-size: 11px;
  font-family: "Segoe UI Variable", "Hiragino Sans", "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-weight: 350;
  line-height: 21px;
}
.footer .footer-lg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.8px) {
  .footer .footer-lg {
    max-width: 920px;
  }
}
.footer .footer-lg .footer-center-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  z-index: 1;
  background-color: white;
  padding: 0 10px;
}
.footer .footer-lg .footer-icon {
  height: 18px;
  width: auto;
  object-fit: contain;
}
.footer .footer-lg .d-flex.align-items-center small {
  font-size: 11px;
  font-family: "Segoe UI Variable", "Hiragino Sans", "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-weight: 350;
  line-height: 21px;
}
@media (min-width: 1200px) {
  .footer .footer-lg {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-lg {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-sm {
    margin-top: -20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-sm .footer-top-text {
    display: flex;
    flex-direction: column;
  }
  .footer small {
    font-size: 11px;
    font-family: "Hiragino Sans", "Noto Sans", "Segoe UI Variable", "Noto Sans CJK JP", sans-serif;
    font-weight: 300;
    line-height: 21px;
  }
  .footer .text-style-1 {
    font-family: "SF Pro Display", "Robot", "YuGothic", "TT Norm", sans-serif;
  }
  .footer .text-style-2 {
    font-family: "Segoe UI Variable", "Hiragino Sans", "Noto Sans", "Noto Sans CJK JP", sans-serif;
  }
}

@media (max-width: 576px) {
  .navbar .nav-right {
    margin-right: 0.8rem;
  }
  .navbar .container {
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
  }
}
.fixed-bottom-icon {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  pointer-events: auto;
}
@media (max-width: 576px) {
  .fixed-bottom-icon {
    display: unset;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

:target:before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */