/* Base and Font styles */
body {
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif !important;
}

/* Component Styles */
.container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}

header{
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-around;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header__home-logo{
  transition: all .5s ease;
}

.header__home-logo:hover {
  filter: opacity(55%);
}

.header__cta-btn,
.header__cta-btn:visited{
  background: #2954ff;
  border-radius: 50px;
  box-shadow: 0 7px 29px #64649733;
  color: #FFFFFF;
  font-weight: 600;
  padding: .65rem 1.75rem;
  text-decoration: none;
  transition: .3s ease;
}

.header__cta-btn:hover {
  box-shadow: 0 5px 15px #00006459;
  color: #fff;
  text-decoration: none;
  transform: translateY(2px);
}

@media (max-width:767px) {
  .header__home-logo {
    width: 160px;
  }
}

@media (min-width:768px) {
  .header__home-logo {
    width: 200px;
  }
}

#hero {
  background-color: #36f;
  background-image: url(hero_bg-pattern.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 100vh;
  padding-top: 92.7812px;
  width: 100%;
}

.hero__logo {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain
  padding-bottom: 20px;
  width: 400px;
}

.hero__cta {
  position: relative;
  z-index: 3;
}

.hero__cta-btn,
.hero__cta-btn:visited {
  background: #f5a800;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  padding: .6rem 2.5rem;
  text-align: center;
  text-decoration: none;
  transition: all .3s ease;
  width: 300px;
  z-index: 3;
}

.hero__cta-btn:hover {
  box-shadow: 0 5px 15px #00006459;
  transform: translateY(2px);
}

.hero__content {
  text-align: left;
  max-width: 560px ;
  width: 80%;
  z-index: 10;
  text-shadow: 0px 0px 4px rgba(9, 32, 118, 1);
}

.hero__image-box {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 60%;
}

.hero__image {
  z-index: 1;
  max-width: 80%;
}

@media (max-width:991px) {
  .hero__content {
    height: auto;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    max-width: 100% ;
  }

  .hero__logo {
  display: inline-block;
  margin-bottom: 1rem;
  max-width: 80%;
  width: 350px;

}
  
}

@media (max-width:767px) {
  #hero {
    height: 100vh;
    padding: 0 15px;
    position: relative;
  }

  .hero__logo {
    padding: 0 15px 20px;
    width: 100%;
  }


  .hero__cta {
    position: relative;
    z-index: 3
    padding-bottom: 10vh;
  }

  .hero__cta-btn {
    display: inline-block;
  }

  .hero__image-box {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }

  .hero__image {
    max-height: 30vh;
    z-index: 1;
  }
}

#overview{
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
}

.overview__center-slash {
  height: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(25deg);
  width: 10px;
  z-index: 5;
}

.overview__title-icon {
  display: inline-block;
  height: 14px;
  position: relative;
  width: 14px;
}

.overview__title-icon:after,
.overview__title-icon:before {
  background-color: #06f;
  content: "";
  position: absolute;
}

.overview__title-icon:before {
  height: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 1px;
}

.overview__title-icon:after {
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.overview__asym-left:before {
  height: 140%;
  left: 2px;
  top: -20%;
  transform: none;
}

.overview__asym-left:after {
  left: -20%;
  top: 2px;
  transform: none;
  width: 140%;
}

.overview__asym-right:before {
  height: 140%;
  left: 90%;
  top: -10px;
  transform: none;
}

.overview__asym-right:after {
  left: -2px;
  top: 20%;
  transform: none;
  width: 140%;
}

.overview__title-icon-left {
  margin-right: 10px;
  top: -40px;
  z-index: 10;
}

.overview__title-icon-right {
  margin-left: 10px;
  top: 50px;
  z-index: 10;
}

h3.overview__fw-bold {
  align-items: center;
  display: inline-flex;
  gap: .5rem;
  justify-content: center;
  min-width: 260px;
  font-size: calc(1.3rem + .2vw);
}

.overview__icon-ad:before,
.overview__icon-media:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
}

.overview__icon-ad:before {
  background-image: url(icon-01.png);
}

.overview__icon-media:before {
  background-image: url(icon-02.png);
}

.overview__contents {
  background-color: #f1f1f4;
}

.overview__content p {
  padding-bottom: 20px;
}

.overview__content img {
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100px;
}

.overview__v-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  padding-bottom: 100px;
}

.overview__v-message{
  border-bottom: 1px solid #06f;
  font-size: 1.5rem;
  padding-bottom: .5rem;
}

@media (max-width:767px) {
  #overview {
    padding: 0 10px;
  }

  .overview__content {
    background-color: transparent;
  }

  .overview__content img {
    padding: 15px 0;
    width: 80px;
  }

  .overview__content p {
    font-size: .8rem;
    padding-bottom: 10px;
  }

  .overview__v-wrapper{
    padding-bottom: 50px;
  }

  .overview__v-message {
    font-size: calc(16px + 0.1vw);
    margin: 0 1rem;
  }

}

.function__title-icon {
  display: inline-block;
  height: 14px;
  position: relative;
  width: 14px;
}

.function__title-icon:after,
.function__title-icon:before {
  background-color: #06f;
  content: "";
  position: absolute;
}

.function__title-icon:before {
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.function__title-icon:after {
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.function__asym-left:before {
  height: 140%;
  left: 2px;
  top: -20%;
  transform: none;
}

.function__asym-left:after {
  left: -20%;
  top: 2px;
  transform: none;
  width: 140%;
}

.function__asym-right:before {
  height: 140%;
  left: 90%;
  top: -10px;
  transform: none;
}

.function__asym-right:after {
  left: -2px;
  top: 20%;
  transform: none;
  width: 140%;
}

.function__title-icon-left {
  margin-right: 10px;
  top: -30px;
  z-index: 10;
}

.function__title-icon-right {
  margin-left: 10px;
  top: 40px;
  z-index: 10;
}

.function__main-function {
  padding-top: 30px;
}

.function__main-function h3 {
  color: #06f;
  display: flex;
  font-size: 1.5rem;
  padding: 0 1rem;
  position: relative;
}

.function__main-function h3:after,
.function__main-function h3:before {
  background: #06f;
  content: "";
  flex: 1;
  height: 1px;
  position: relative;
  top: .5em;
}

.function__main-function h3:before {
  margin-right: 1rem;
}

.function__main-function h3:after {
  margin-left: 1rem;
}

.function__item{
  background-color: #fff;
  box-shadow: 0 2px 8px #0000000d;
  margin: .25rem;
  min-height: 80px;
  width: 100%;
}

.function__card{
  margin: auto;
  max-width: 900px;
}

@media (max-width:767px) {
  #function {
    padding: 12px 15px 25px;
  }

  .function__item {
    margin: .125rem;
    min-height: 60px;
    padding: 1rem;
  }
}

#feature {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 15px;
  padding-bottom: 50px;
  padding-top: 100px;
}

.feature__title-icon {
  display: inline-block;
  height: 14px;
  position: relative;
  width: 14px;
}

.feature__title-icon:after,
.feature__title-icon:before {
  background-color: #06f;
  content: "";
  position: absolute;
}

.feature__title-icon:before {
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.feature__title-icon:after {
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.feature__asym-left:before {
  height: 140%;
  left: 2px;
  top: -20%;
  transform: none;
}

.feature__asym-left:after {
  left: -20%;
  top: 2px;
  transform: none;
  width: 140%;
}

.feature__asym-right:before {
  height: 140%;
  left: 90%;
  top: -10px;
  transform: none;
}

.feature__asym-right:after {
  left: -2px;
  top: 20%;
  transform: none;
  width: 140%;
}

.feature__title-icon-left {
  margin-right: 10px;
  top: -30px;
  z-index: 10;
}

.feature__title-icon-right {
  margin-left: 10px;
  top: 40px;
  z-index: 10;
}

.feature-customize__card {
  background-color: #fff;
  border: 1px solid #f1f1f4;
  height: 95%;
  margin-bottom: 24px;
  padding: 20px;
}

.feature-customize__card-title {
  font-size: 1.2rem;
  padding-top: 10px;
}

.feature-customize__card-image {
  padding-bottom: 25px;
  padding-top: 25px;
  width: 100%;
}

.feature-customize__card-description {
  text-align: left;
}

#feature-support {
  padding-bottom: 70px;
}

.feature-support__header {
  padding-bottom: 60px;
}

.feature-support__blocks {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.feature-support__block {
  margin: 0;
  min-height: 300px;
}

.feature-support__image {
  align-items: center;
  background-color: #fff;
  border: 2px solid #f1f1f4;
  display: flex;
  height: 100%;
  justify-content: center;
}

.feature-support__image img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.feature-support__number {
  color: #06f;
  font-size: 5rem;
}

.feature-support__text h3 {
  margin-bottom: 20px;
}

.feature-support__text p {
  line-height: 1.8;
}

.feature__responsive-container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width:767px) {
  .feature-support__blocks {
    gap: 40px;
  }

  .feature-support__block {
    margin-bottom: 0;
  }

  .feature-support__image {
    margin-bottom: 20px;
  }

  .feature-support__text p {
    text-align: left;
  }

  .feature__responsive-container {
    padding-left: 15px;
    padding-right: 15px
  }

  .feature-customize__card {
    height: 95%;
  }
}

.case-studies {
  background-color: #fff;
  box-sizing: border-box;
  overflow-x: hidden;
  padding-bottom: 50px;
}

.case-studies {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.case-studies__title-icon{
  display: inline-block;
  height: 14px;
  position: relative;
  width: 14px;
}

.case-studies__title-icon:after,
.case-studies__title-icon:before {
  background-color: #06f;
  content: "";
  position: absolute;
}

.case-studies__title-icon:before {
  height: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 1px;
}

.case-studies__title-icon:after {
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.case-studies__asym-left:before {
  height: 140%;
  left: 2px;
  top: -20%;
  transform: none;
}

.case-studies__asym-left:after {
  left: -20%;
  top: 2px;
  transform: none;
  width: 140%;
}

.asym-right:before {
  height: 140%;
  left: 90%;
  top: -10px;
  transform: none;
}

.asym-right:after {
  left: -2px;
  top: 20%;
  transform: none;
  width: 140%;
}

.case-studies__title-icon-left {
  margin-right: 10px;
  top: -30px;
  z-index: 10;
}

.case-studies__title-icon-right {
  margin-left: 10px;
  top: 40px;
  z-index: 10;
}

.title {
  padding-bottom: 50px;
  position: relative;
}

.title h2 {
  line-height: 1.5;
  margin: 0 30px;
}

.contents {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  position: relative;
}

.custom-arrow {
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  z-index: 10;
}

.custom-prev {
  left: 5px;
}

.custom-next {
  right: 5px;
}

.v-arrow {
  stroke-width: 1px;
}

.title h2 {
  font-size: 2rem;
}

.custom-arrow {
  top: 50%;
}

.custom-prev {
  left: 0;
}

.custom-next {
  right: 0;
}

.v-arrow {
  height: 100px;
  width: 100px;
  stroke: #000;
}

.contents {
  padding: 0 50px;
}

@media (max-width:767px) {
  .title .case-studies__text-primary {
    font-size: 24px;
    padding: 0;
    text-align: center;
  }

  .custom-arrow {
    top: 20%;
  }

  .custom-prev {
    left: 5px;
  }

  .custom-next {
    right: 5px;
  }

  .v-arrow {
    height: 60px;
    width: 60px;
    stroke: #000;
  }

  .case-studies {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contents {
    padding: 0;
  }
}

.app-inquiry__cta-button {
  background-color: #f5a500;
  border: 2px solid #fff;
  border-radius: 9999px;
  box-shadow: 0 0 0 1px #f5a500;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  padding: .8rem 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: .3s ease;
  width: 480px;
}

.app-inquiry__cta-button:hover {
  opacity: .9;
  transform: translateY(1px);
}

.app-inquiry__tel-link {
  color: #06f;
  font-size: 2rem;
  font-weight: 700;
  gap: .5em;
  text-decoration: none;
}

.app-inquiry__tel-link:hover {
  text-decoration: underline;
}

@media (max-width:767px) {
  .app-inquiry__cta-button {
    width: 100%;
  }
}

h2 {
  color: #5555e0;
  display: block;
  font-size: calc(28px + 0.25vw) !important;
  font-weight: 600;
  line-height: 1.5em;
  padding: 1.85rem 0 1.25rem;
}

@media (max-width:991px) {
    h2 {
    font-size: calc(20px + 0.25vw) !important;
    }
}

@media (max-width:767px) {
    h2 {
    font-size: calc(18px + 0.15vw) !important;
    }
}

a {
  transition: .5S;
}

a,
a:visited {
  color: #283272;
}

a:hover {
  color: #005fff;
}

@media (max-width:767px) {
  h2 {
    font-size: 1.5rem;
  }

  #company-info .table dt {
    padding-bottom: 10px;
  }

  #company-info .table {
    padding-bottom: 20px;
  }
}