
@media screen and (max-width: 959px) {
  .header__contact {
    display: none;
  }
}

.kv {
  height: 600px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin-top: -120px;
}
@media screen and (max-width: 1270px) {
  .kv {
    height: auto;
  }
}
.kv__inner {
  width: 92%;
  max-width: 92%;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .kv__inner {
    padding: 0;
  }
}
.kv__inner {
  z-index: 2;
}
.kv__content {
  margin-top: 100px;
}
@media screen and (min-width: 1024px) {
  .kv__content {
    margin-top: 160px;
  }
}
.kv__lead {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 4px;
}
.kv__lead-text {
  color: #6a7378;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .kv__lead-text {
    font-size: 15px;
  }
}
.kv__lead-line {
  width: 40px;
  height: 1px;
  background-color: #6a7378;
}
@media screen and (min-width: 960px) {
  .kv__lead-line {
    width: 112px;
  }
}
.kv__title {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .kv__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .kv__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1370px) {
  .kv__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1500px) {
  .kv__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 959px) {
  .kv__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .kv__line {
    position: absolute;
    top: 140px;
  }
}
.kv__line {
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1270px) {
  .kv__line {
    position: relative;
    top: 0px;
    margin-bottom: -140px;
  }
}
@media screen and (max-width: 959px) {
  .kv__line {
    height: auto;
    margin-bottom: -154px;
  }
}
.kv__line-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 959px) {
  .kv__line-item {
    gap: 8px;
  }
}
.kv__line-item {
  position: relative;
  margin-left: calc(60vw - 921.6px);
}
@media screen and (max-width: 1270px) {
  .kv__line-item {
    margin-left: calc(50vw - 921.6px);
    margin-top: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .kv__line-item {
    margin-left: -10px;
  }
}
@media screen and (max-width: 959px) {
  .kv__line-item {
    margin-top: 20px;
    margin-left: calc(43vw - 420px);
  }
}
.kv__line-item--1 {
  top: 0;
}
.kv__line-item--1 .ja {
  color: #E85A34;
}
.kv__line-item--1 .en {
  color: #E85A34;
}
.kv__line-item--1 img {
  width: 1035px;
}
@media screen and (max-width: 959px) {
  .kv__line-item--1 img {
    width: 456px;
  }
}
.kv__line-item--2 {
  top: -128px;
}
@media screen and (max-width: 959px) {
  .kv__line-item--2 {
    top: -108px;
  }
}
.kv__line-item--2 .ja {
  color: #00A67E;
}
.kv__line-item--2 .en {
  color: #00A67E;
}
.kv__line-item--2 img {
  width: 1224px;
}
@media screen and (max-width: 959px) {
  .kv__line-item--2 img {
    width: 510px;
  }
}
.kv__line-item--3 {
  top: -209px;
}
@media screen and (max-width: 959px) {
  .kv__line-item--3 {
    top: -184px;
  }
}
.kv__line-item--3 .ja {
  color: #6B4C9A;
}
.kv__line-item--3 .en {
  color: #6B4C9A;
}
.kv__line-item--3 img {
  width: 1168px;
}
@media screen and (max-width: 959px) {
  .kv__line-item--3 img {
    width: 494px;
  }
}
.kv__line-text {
  margin-top: 8px;
}
.kv__line-text .ja {
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 4px;
}
@media screen and (max-width: 959px) {
  .kv__line-text .ja {
    font-size: 9px;
  }
}
.kv__line-text .en {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1370px) {
  .kv__line-text .en {
    font-size: 26.5px;
  }
}
@media screen and (min-width: 1500px) {
  .kv__line-text .en {
    font-size: 30px;
  }
}
@media screen and (max-width: 959px) {
  .kv__line-text .en {
    font-size: 18px;
  }
}

.about {
  background: linear-gradient(110deg, #232286 0%, #1e9bd6 56%);
  border-radius: 40px 40px 0 0;
  color: #fff;
  padding: 60px 0 80px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .about {
    border-radius: 80px 80px 0 0;
    padding: 40px 60px 110px;
  }
}
.about__title-area {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 959px) {
  .about__title-area {
    width: 92%;
    margin: -30px auto 20px;
  }
}
.about__title {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.about__title-en {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .about__title-en {
    font-size: 60px;
  }
}
.about__title-ja {
  font-size: 13px;
  font-weight: 900;
  margin-top: 8px;
}
@media screen and (min-width: 960px) {
  .about__title-ja {
    font-size: 16px;
    margin-top: 10px;
  }
}
.about__desc {
  text-align: center;
  padding-bottom: 40px;
  font-weight: 900;
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .about__desc {
    font-size: 20px;
  }
}
.about__services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media screen and (min-width: 960px) {
  .about__services {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.about__service {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  padding: 0;
}
.about__service-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 960px) {
  .about__service-label {
    font-size: 17px;
    margin-bottom: 30px;
  }
}
.about__service-label--web {
  background-color: #ff6533;
}
.about__service-label--app {
  background-color: #05b28e;
}
.about__service-label--infra {
  background-color: #7e64b5;
}
.about__service-icon {
  max-width: 150px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .about__service-icon {
    margin-bottom: 20px;
  }
}
.about__service-icon img {
  width: 100%;
  height: auto;
}
.about__service-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .about__service-title {
    font-size: 24px;
    margin-bottom: 2px;
  }
}
.about__service-desc {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  opacity: 0.9;
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 960px) {
  .about__service-desc {
    font-size: 16px;
    text-align: left;
  }
}

.overview {
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  padding: 0 0 40px;
  margin-top: -40px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .overview {
    border-radius: 60px 60px 0 0;
    padding: 0 0 80px;
    margin-top: -60px;
  }
}
.overview__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 92%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .overview__header {
    align-items: flex-end;
    margin-bottom: 40px;
    margin-right: 130px;
  }
}
.overview__title {
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: #6a7378;
  margin-top: 40px;
}
.overview__title-en {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .overview__title-en {
    font-size: 60px;
  }
}
.overview__title-ja {
  font-size: 13px;
  font-weight: 900;
  margin-top: 8px;
}
@media screen and (min-width: 960px) {
  .overview__title-ja {
    font-size: 16px;
  }
}
.overview__list {
  border-top: 1px solid #eee;
}
.overview__row {
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 960px) {
  .overview__row {
    flex-direction: row;
    padding: 24px 0 24px 60px;
  }
}
.overview__term {
  font-size: 16px;
  font-weight: 900;
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .overview__term {
    width: 200px;
    font-size: 18px;
    margin-bottom: 0;
  }
}
.overview__desc {
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .overview__desc {
    font-size: 18px;
  }
}

.cta {
  padding: 0 0 80px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .cta {
    padding: 0 0 90px;
  }
}
.cta__inner {
  max-width: 950px;
}
.cta__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .cta__box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.cta__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 10px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .cta__left {
    padding-top: 10px;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    text-align: left;
  }
}
.cta__logo {
  width: 160px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .cta__logo {
    width: 240px;
    padding-right: 30px;
  }
  .cta__logo::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ddd;
  }
}
.cta__company-name {
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  padding-top: 12px;
}
@media screen and (min-width: 960px) {
  .cta__company-name {
    font-size: 16px;
    padding-top: 12px;
  }
}
.cta__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .cta__text {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .cta__text {
    font-size: 16px;
  }
}
.cta__text {
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.cta__right {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .cta__right {
    flex-shrink: 0;
  }
}
.cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #1d6fdb, #1d4d8e);
  color: #fff;
  padding: 14px 14px 14px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 900;
  transition: all 0.3s ease;
  text-decoration: none;
  min-width: 260px;
}
@media screen and (min-width: 960px) {
  .cta__btn {
    padding: 16px 16px 16px 50px;
    font-size: 24px;
    min-width: 320px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cta__btn:hover {
    opacity: 0.8;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
}
.cta__btn-icon {
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .cta__btn-icon {
    width: 52px;
    height: 52px;
    margin-left: 0;
  }
}
.cta__btn-icon img {
  width: 12px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .cta__btn-icon img {
    width: 14px;
  }
}/*# sourceMappingURL=top.css.map */