/*** wide ***/
/*** color ***/
main section {
  margin-bottom: 3rem;
}

main section.vi {
  padding: 80px 0 0;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  main section.vi {
    padding: 113px 0 0;
  }
}

main section.vi .slidearea .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

main section.vi .slidearea .prev-arrow {
  z-index: 10;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1200px;
  margin: auto;
}

main section.vi .slidearea .next-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: -1200px;
  bottom: 0;
  left: 0;
  margin: auto;
}

main section.vi .slidearea img {
  margin: 0 auto;
}

main section.vi .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

main section.vi .slick-dots li {
  padding: .8rem;
}

main section.vi .slick-dots li button {
  border: none;
  border-radius: 100px;
  background-color: #eee;
  font-size: 1.4rem;
  color: #ccc;
  padding: .5rem 1rem;
}

main section.vi .slick-dots li.slick-active button {
  background-color: black;
  color: white;
}

@media screen and (min-width: 768px) {
  main section.vi .inner {
    max-width: 1220px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  main section.vi .inner .box {
    position: relative;
  }
}

main section.vi .inner .box .topics {
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  main section.vi .inner .box .topics {
    position: absolute;
    left: 0;
    bottom: 3rem;
  }
}

main section.vi .inner .box .topics blockquote {
  background-color: #002674;
  padding: 1rem;
  margin: 0;
  color: white;
}

@media screen and (min-width: 768px) {
  main section.vi .inner .box .topics blockquote {
    width: 445px;
  }
}

main section.vi .inner .box .topics blockquote h2 {
  font-size: 1.4rem;
  font-weight: 200;
  font-family: "Manrope", sans-serif;
}

@media screen and (min-width: 768px) {
  main section.vi .inner .box .topics blockquote h2 {
    font-size: 1.6rem;
  }
}

main section.vi .inner .box .topics blockquote p a {
  color: white;
}

main section.vi .inner .box .banner {
  padding: 0 20px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  main section.vi .inner .box .banner {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  main section.vi .inner .box .banner a img {
    max-width: 360px;
  }
}

main section.service h2 {
  font-size: 20px;
  font-size: 5.33333vw;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  main section.service h2 {
    font-size: 3.4rem;
  }
}

main section.service h2 span {
  font-size: 12px;
  font-size: 3.2vw;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  main section.service h2 span {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  main section.service ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

main section.service ul li {
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  main section.service ul li {
    margin-bottom: 0;
    width: calc(380 / 1180 * 100%);
  }
}

main section.service ul li h3 {
  font-size: 20px;
  font-size: 5.33333vw;
  color: #003CB7;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0;
}

@media screen and (min-width: 768px) {
  main section.service ul li h3 {
    padding: 0;
    font-size: 2rem;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

main section.service ul li p {
  line-height: 1.8;
}

main section.blog h2 {
  font-size: 20px;
  font-size: 5.33333vw;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  main section.blog h2 {
    font-size: 3.4rem;
  }
}

main section.blog h2 span {
  font-size: 12px;
  font-size: 3.2vw;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  main section.blog h2 span {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  main section.blog ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -2rem;
  }
}

main section.blog ul li {
  width: 100%;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  main section.blog ul li {
    margin-bottom: 0;
    margin-left: 2rem;
    width: calc(280 / 1180 * 100%);
  }
}

main section.blog ul li img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  main section.blog ul li img {
    object-fit: cover;
    max-height: 184px;
  }
}

main section.blog ul li h3 {
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 600;
  padding: 1rem 0;
}

@media screen and (min-width: 768px) {
  main section.blog ul li h3 {
    font-size: 1.8rem;
  }
}

main section.blog ul li .text {
  font-size: 14px;
  font-size: 3.73333vw;
  line-height: 1.8;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  main section.blog ul li .text {
    font-size: 1.6rem;
  }
}
