.kv {
  display: grid;
  grid-template-rows: calc(250 / var(--pc)) calc(390 / var(--pc));
  grid-template-columns: calc(600 / var(--pc)) calc(880 / var(--pc));
  justify-content: flex-end;
  position: relative;
}
.kv .kv-title {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-bottom: calc(38 / var(--pc));
  align-self: flex-end;
}
.kv .kv-title h1 {
  width: calc(535 / var(--pc));
}
.kv .kv-title p {
  font-family: "Varela Round", sans-serif;
  font-size: calc(20 / var(--pc));
  letter-spacing: 0.02em;
  margin-top: calc(23 / var(--pc));
}
.kv .kv-txt {
  grid-column: 1/2;
  grid-row: 2/3;
}
.kv .kv-txt p {
  font-size: calc(22 / var(--pc));
  line-height: calc(40 / var(--pc));
  letter-spacing: 0.05em;
}
.kv .kv-txt .btn {
  margin-top: calc(45 / var(--pc));
}
.kv .kv-splide {
  grid-column: 2/3;
  grid-row: 1/3;
}
.kv .kv-splide img {
  border-radius: calc(84 / var(--pc)) 0 0 calc(48 / var(--pc));
}

.info {
  width: calc(800 / var(--pc));
  margin: calc(80 / var(--pc)) auto 0;
  border-top: 2px solid #E3EADF;
}
.info .info-item {
  display: flex;
  padding: calc(22 / var(--pc)) calc(32 / var(--pc));
  border-bottom: 2px solid #E3EADF;
  line-height: calc(28 / var(--pc));
  transition: 0.3s;
  position: relative;
}
.info .info-item .date {
  width: calc(113 / var(--pc));
  font-size: calc(14 / var(--pc));
}
.info .info-item .txt {
  width: calc(623 / var(--pc));
}
.info .info-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service {
  background: #F1F7EC;
  border-radius: calc(80 / var(--pc));
  padding: calc(85 / var(--pc)) 0 calc(96 / var(--pc));
  margin-top: calc(96 / var(--pc));
}
.service .service-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(32 / var(--pc)) calc(30 / var(--pc));
  margin-top: calc(50 / var(--pc));
}
.service .service-container .service-item {
  width: calc(380 / var(--pc));
  background: #FFF;
  border-radius: calc(16 / var(--pc));
  padding: calc(37 / var(--pc)) calc(40 / var(--pc)) calc(35 / var(--pc));
}
.service .service-container .service-item img {
  width: calc(130 / var(--pc));
  margin: 0 auto;
}
.service .service-container .service-item h3 {
  font-size: calc(24 / var(--pc));
  font-weight: 500;
  text-align: center;
  margin-top: calc(18 / var(--pc));
}
.service .service-container .service-item h3 span {
  font-size: calc(16 / var(--pc));
  display: block;
  margin-top: calc(-5 / var(--pc));
}
.service .service-container .service-item p {
  line-height: calc(26 / var(--pc));
  margin-top: calc(11 / var(--pc));
}
.service .btn {
  margin: calc(56 / var(--pc)) auto 0;
}

.office {
  margin-top: calc(91 / var(--pc));
}
.office .office-container {
  width: calc(1040 / var(--pc));
  margin: calc(45 / var(--pc)) auto 0;
}
.office .office-container .office-item {
  background: #F5F9FF;
  border-radius: calc(32 / var(--pc));
  padding: calc(39 / var(--pc)) calc(40 / var(--pc)) calc(40 / var(--pc));
  display: flex;
  align-items: flex-start;
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: calc(310 / var(--pc)) calc(650 / var(--pc));
}
.office .office-container .office-item + .office-item {
  margin-top: calc(24 / var(--pc));
}
.office .office-container .office-item img {
  width: calc(270 / var(--pc));
  grid-row: 1/3;
  grid-column: 1/2;
}
.office .office-container .office-item .office-name {
  grid-row: 1/2;
  grid-column: 2/3;
  display: flex;
  gap: 0 calc(14 / var(--pc));
  align-items: center;
}
.office .office-container .office-item .office-name .icon {
  font-size: calc(14 / var(--pc));
  font-weight: 500;
  line-height: calc(27 / var(--pc));
  border: calc(2 / var(--pc)) solid #16499C;
  border-radius: calc(3 / var(--pc));
  color: #16499C;
  padding: 0 calc(6 / var(--pc));
}
.office .office-container .office-item .office-name h3 {
  font-size: calc(30 / var(--pc));
  font-weight: 500;
}
.office .office-container .office-item .office-txt {
  grid-row: 2/3;
  grid-column: 2/3;
}
.office .office-container .office-item .office-txt p {
  line-height: calc(26 / var(--pc));
}
.office .office-container .office-item .office-txt p:nth-of-type(1) {
  margin-top: calc(12 / var(--pc));
}
.office .office-container .office-item .office-txt p:nth-of-type(2) {
  margin-top: calc(14 / var(--pc));
}
.office .office-container .office-item .office-txt p:nth-of-type(3) {
  margin-top: calc(-2 / var(--pc));
}
.office .office-container .office-item .office-txt a {
  margin-left: auto;
  display: table;
  font-size: calc(14 / var(--pc));
  font-weight: 800;
}
.office .office-container .office-item .office-txt a .arrow {
  margin-left: calc(11 / var(--pc));
}

.topics {
  margin-top: calc(91 / var(--pc));
}
.topics .topics-splide {
  width: calc(1400 / var(--pc));
  margin: calc(52 / var(--pc)) 0 0 auto;
}
.topics .btn {
  margin: calc(39 / var(--pc)) auto 0;
}

.content .contact-area {
  border-radius: calc(80 / var(--pc)) calc(80 / var(--pc)) 0 0;
}

@media (max-width: 768px) {
  .kv {
    grid-template-rows: calc(152 / var(--sp)) calc(307 / var(--sp)) calc(186 / var(--sp));
    grid-template-columns: auto;
    justify-content: flex-start;
  }
  .kv .kv-title {
    padding: calc(52 / var(--sp)) calc(22 / var(--sp)) 0;
    align-self: normal;
  }
  .kv .kv-title h1 {
    width: calc(304 / var(--sp));
  }
  .kv .kv-title p {
    font-size: calc(12 / var(--sp));
    margin: calc(8 / var(--sp)) 0 0 calc(2 / var(--sp));
  }
  .kv .kv-txt {
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 0 calc(24 / var(--sp));
  }
  .kv .kv-txt p {
    font-size: calc(16 / var(--sp));
    line-height: calc(26 / var(--sp));
  }
  .kv .kv-txt .btn {
    margin: calc(26 / var(--sp)) auto 0;
  }
  .kv .kv-splide {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .kv .kv-splide img {
    border-radius: calc(84 / var(--sp)) 0 0 calc(48 / var(--sp));
  }
  .info {
    width: calc(327 / var(--sp));
    margin-top: calc(64 / var(--sp));
  }
  .info .info-item {
    flex-direction: column;
    padding: calc(20 / var(--sp)) 0;
    line-height: calc(22 / var(--sp));
  }
  .info .info-item .date {
    width: 100%;
    font-size: calc(12 / var(--sp));
  }
  .info .info-item .txt {
    width: 100%;
    font-size: calc(14 / var(--sp));
  }
  .service {
    border-radius: calc(48 / var(--sp));
    padding: calc(47 / var(--sp)) 0 calc(56 / var(--sp));
    margin-top: calc(64 / var(--sp));
  }
  .service .service-container {
    flex-direction: column;
    gap: calc(12 / var(--sp)) 0;
    margin-top: calc(30 / var(--sp));
  }
  .service .service-container .service-item {
    width: calc(327 / var(--sp));
    margin: 0 auto;
    border-radius: calc(12 / var(--sp));
    padding: calc(11 / var(--sp)) calc(20 / var(--sp)) calc(16 / var(--sp)) calc(10 / var(--sp));
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: calc(94 / var(--sp)) auto;
  }
  .service .service-container .service-item img {
    grid-row: 1/3;
    grid-column: 1/2;
    align-self: center;
    margin: 0;
    width: calc(84 / var(--sp));
  }
  .service .service-container .service-item h3 {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: calc(20 / var(--sp));
    text-align: left;
    margin-top: 0;
  }
  .service .service-container .service-item h3 span {
    font-size: calc(9 / var(--sp));
    display: inline-block;
    margin-top: 0;
    vertical-align: baseline;
  }
  .service .service-container .service-item p {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: calc(12 / var(--sp));
    line-height: calc(18 / var(--sp));
    margin-top: calc(5 / var(--sp));
  }
  .service .btn {
    margin-top: calc(32 / var(--sp));
  }
  .office {
    margin-top: calc(56 / var(--sp));
  }
  .office .office-container {
    width: calc(327 / var(--sp));
    margin-top: calc(30 / var(--sp));
  }
  .office .office-container .office-item {
    border-radius: calc(32 / var(--sp));
    padding: calc(26 / var(--sp)) calc(24 / var(--sp)) calc(40 / var(--sp));
    gap: 0;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: auto;
  }
  .office .office-container .office-item + .office-item {
    margin-top: calc(28 / var(--sp));
  }
  .office .office-container .office-item img {
    width: calc(279 / var(--sp));
    grid-row: 2/3;
    grid-column: 1/2;
    margin-top: calc(20 / var(--sp));
  }
  .office .office-container .office-item .office-name {
    grid-row: 1/2;
    grid-column: 1/2;
    gap: 0 calc(10 / var(--sp));
  }
  .office .office-container .office-item .office-name .icon {
    font-size: calc(12 / var(--sp));
    line-height: calc(23 / var(--sp));
    border: calc(2 / var(--sp)) solid #16499C;
    border-radius: calc(3 / var(--sp));
    padding: 0 calc(5 / var(--sp));
  }
  .office .office-container .office-item .office-name h3 {
    font-size: calc(20 / var(--sp));
  }
  .office .office-container .office-item .office-txt {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .office .office-container .office-item .office-txt p {
    font-size: calc(14 / var(--sp));
    line-height: calc(22 / var(--sp));
  }
  .office .office-container .office-item .office-txt p:nth-of-type(1) {
    margin-top: calc(20 / var(--sp));
  }
  .office .office-container .office-item .office-txt p:nth-of-type(2) {
    margin-top: calc(14 / var(--sp));
  }
  .office .office-container .office-item .office-txt p:nth-of-type(3) {
    margin-top: calc(2 / var(--sp));
  }
  .office .office-container .office-item .office-txt a {
    font-size: calc(14 / var(--sp));
    margin: calc(12 / var(--sp)) calc(4 / var(--sp)) 0 auto;
  }
  .office .office-container .office-item .office-txt a .arrow {
    margin-left: calc(9 / var(--sp));
  }
  .topics {
    margin-top: calc(56 / var(--sp));
  }
  .topics .topics-splide {
    width: calc(351 / var(--sp));
    margin-top: calc(34 / var(--sp));
  }
  .topics .btn {
    margin-top: calc(32 / var(--sp));
  }
  .content .contact-area {
    border-radius: calc(48 / var(--sp)) calc(48 / var(--sp)) 0 0;
  }
}/*# sourceMappingURL=home.css.map */calc(48 / var(--sp)) calc(48 / var(--sp)) 0 0;
  }
}
