main {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 0;
    overflow-x: hidden;
    width: 100%;
  }
}
main section {
  margin-top: 10rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  main section {
    margin-top: 4rem;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
main section.services .section-heading {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  main section.services .lined-heading {
    margin-bottom: 2rem;
  }
}
main section.services .service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  row-gap: 2.8rem;
}
@media screen and (max-width: 768px) {
  main section.services .service-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.services .service-list li .image-card {
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  main section.services .service-list li .image-card .img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  main section.services .service-list li .image-card .img img {
    width: 100%;
    height: 13rem;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  main section.services .service-list li .image-card .text {
    padding: 1.5rem 2rem;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  main section.services .service-list li .image-card .text .title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  main section.services .service-list li .image-card .text .title a .arrow-circle {
    width: 3rem;
    height: 3rem;
  }
}
main section.magazine {
  padding: 0;
  background: linear-gradient(rgba(13, 83, 147, 0.3), rgba(13, 83, 147, 0.3)), url("../img/home/magazine_bg.jpg") no-repeat center left/cover;
}
@media screen and (max-width: 768px) {
  main section.magazine {
    background-size: contain;
    padding-top: 8rem;
    background: linear-gradient(to bottom, rgba(9, 72, 130, 0.4), rgba(9, 72, 130, 0.9019607843), rgba(9, 72, 130, 0.9019607843)), url("../img/home/magazine_bg_sp.jpg") no-repeat center top/contain, #094882;
    padding-bottom: 2.9rem;
  }
}
main section.magazine .wrapper {
  display: flex;
  gap: 9rem;
  padding-top: 19.7rem;
  padding-bottom: 18.5rem;
}
@media screen and (max-width: 768px) {
  main section.magazine .wrapper {
    flex-direction: column;
    gap: 3rem;
    height: auto;
    background: none;
    padding-top: 10rem;
    padding-bottom: 0;
  }
}
main section.magazine h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  main section.magazine h2 {
    font-size: 2.4rem;
  }
}
main section.magazine h2::before {
  content: "";
  display: block;
  width: 5.1rem;
  height: 3.9rem;
  background: url("../img/common/magazine_icon.svg") no-repeat center/contain;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  main section.magazine h2::before {
    width: 4rem;
    height: 3rem;
  }
}
main section.magazine h2 .before {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  main section.magazine h2 .before {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
  }
}
main section.magazine h2 .main {
  font-size: 3.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main section.magazine h2 .main {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
main section.magazine h2 .arrow-circle {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  main section.magazine h2 .arrow-circle {
    width: 3rem;
    height: 3rem;
    margin-top: 1rem;
  }
}
main section.magazine .magazine-list {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  main section.magazine .magazine-list {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.magazine .magazine-list .magazine-item {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.1019607843);
  }
}
@media screen and (max-width: 768px) {
  main section.magazine .image-card.dense {
    flex-direction: row;
    height: auto;
    min-height: 10rem;
    max-height: 12rem;
    border-radius: 1rem;
    background: #fff;
    padding: 1rem;
    margin-bottom: 1.1rem;
    box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.1490196078);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  main section.magazine .image-card.dense .img {
    width: 20%;
    min-width: 8rem;
    height: 8rem;
    flex-shrink: 0;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.magazine .image-card.dense .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  main section.magazine .image-card.dense .text {
    width: 70%;
    padding: 0.5rem 1rem 0.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #333;
  }
}
@media screen and (max-width: 768px) {
  main section.magazine .image-card.dense .text .title {
    font-size: 1.6rem;
    color: #0D5393;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    overflow: hidden;
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  main section.magazine .image-card.dense .arrow-circle {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.solutions {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.solutions h2 {
    font-size: 2.8rem;
    color: #1B4B8A;
    font-weight: bold;
    margin-bottom: 2rem;
  }
}
main section.solutions ul.solution-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  main section.solutions ul.solution-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.solutions ul.solution-list li {
    position: relative;
    width: 100%;
  }
}
main section.solutions ul.solution-list li h3 a {
  position: relative;
  display: block;
}
main section.solutions ul.solution-list li h3 a img {
  display: block;
}
@media screen and (max-width: 768px) {
  main section.solutions ul.solution-list li h3 a img {
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #1B4B8A;
    object-fit: contain;
  }
}
main section.solutions ul.solution-list li h3 a .label {
  position: absolute;
  top: 3rem;
  left: 0;
  display: block;
  padding: 1.5rem 5rem;
  background: rgba(13, 83, 147, 0.9);
  font-weight: bold;
  font-size: 2.6rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.solutions ul.solution-list li h3 a .label {
    top: 10%;
    opacity: 0.8;
    font-size: 1.7rem;
    text-align: left;
    padding: 1rem 4rem;
    background: rgba(27, 75, 138, 0.9019607843);
    white-space: nowrap;
  }
}
main section.solutions ul.solution-list li h3 a .arrow-circle {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
@media screen and (max-width: 768px) {
  main section.solutions ul.solution-list li h3 a .arrow-circle {
    bottom: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 50%;
  }
}

/*# sourceMappingURL=home.css.map */
