.ttl2-list {
  font-size: 34px !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ttl2-list {
    font-size: 20px !important;
    line-height: 1.5;
  }
}
.ttl2-list .poppins {
  font-size: 22px !important;
  position: relative;
}
@media (max-width: 767px) {
  .ttl2-list .poppins {
    font-size: 12px !important;
  }
}
.ttl2-list .poppins::before {
  content: "";
  position: absolute;
  left: -1.5em;
  top: 0.6em;
  display: block;
  width: 1em;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #054CC9), color-stop(50%, #054CC9), color-stop(50%, #31E3F7), to(#31E3F7));
  background: linear-gradient(90deg, #054CC9 0, #054CC9 50%, #31E3F7 50%, #31E3F7 100%);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ttl2-list .poppins::before {
    width: 0.6em;
    left: -0.75em;
  }
}
.ttl2-list + .desc {
  font-size: 16px;
  padding-top: 2em;
}
@media (max-width: 767px) {
  .ttl2-list + .desc {
    font-size: 14px;
    padding-top: 1em;
  }
}

a {
  color: #273846;
}

ol, ul {
  margin-top: 0;
  margin-left: 0;
  list-style: none;
}

p, h1, h2, h3 {
  margin-top: 0;
  line-height: 1.75;
}

/*page contents*/
#home2025 {
  overflow-x: hidden;
}
#home2025 .mv {
  width: 100%;
  /*height: calc(100vh - 130px);*/
  height: 40.57vw;
  /*
  max-height:  650px;
  */
  padding-bottom: 1em;
  min-height: 438px;
  background: url(../img/top/mv_bg.png) no-repeat left 0/contain;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #home2025 .mv {
    background-size: cover;
    min-height: auto;
  }
}
#home2025 .mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 21.4%;
  height: 100%;
  background: url(../img/top/mv_img.png) no-repeat left 0 top 0/contain;
}
#home2025 .mv .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  max-width: 100%;
  padding-left: 7.13vw;
  padding-right: 7.13vw;
}
@media (max-width: 1024px) {
  #home2025 .mv .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
#home2025 .mv .wrap .ttl1 {
  color: #fff;
  font-weight: 600;
  font-size: 2.7094vw;
  line-height: 1.7;
}
#home2025 .mv .wrap .ttl1 span {
  font-size: 1.2834vw;
  font-weight: 500;
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #2C65E5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5em;
}
#home2025 .mv .wrap .ttl1 .blue {
  color: #054CC9;
}
#home2025 .mv .wrap ul {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2em;
  position: relative;
  width: 100%;
}
#home2025 .mv .wrap ul li {
  width: 27.094vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home2025 .mv .wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-size: 1.426vw;
  font-weight: 500;
  color: #013593;
  padding: 1.25em 1.25em 2.5em 1.25em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home2025 .mv .wrap ul li a:hover {
  background-color: white;
}
#home2025 .mv .wrap ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 1em;
  margin: 0 auto;
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/top/mv_ic.svg) no-repeat center/contain;
}
#home2025 .mv .wrap ul li a .poppins {
  font-size: 0.9982vw;
}
#home2025 .mv .wrap ul li a .txt_wrap {
  white-space: nowrap;
}
@media screen and (min-width: 1600px) {
  #home2025 .mv {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #home2025 .mv {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    background-size: cover;
    background-position: top 0 right 60%;
  }
  #home2025 .mv::before {
    background-position: right 0 top 0;
    background-size: cover;
    width: 30%;
  }
  #home2025 .mv .wrap {
    padding: 0 1.25em 0 1.25em;
    max-width: 100%;
  }
  #home2025 .mv .wrap .ttl1 {
    width: 100%;
    font-size: 21px;
    text-shadow: 0 0 5px rgba(1, 53, 147, 0.6);
  }
  #home2025 .mv .wrap .ttl1 span {
    font-size: 13px;
  }
  #home2025 .mv .wrap ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75em;
    padding-top: 1em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #home2025 .mv .wrap ul li {
    width: 80%;
  }
  #home2025 .mv .wrap ul li a {
    color: #013593;
    font-size: 16px;
    line-height: 1.5;
    padding: 0.5em 2em;
  }
  #home2025 .mv .wrap ul li a .poppins {
    font-size: 11px;
  }
  #home2025 .mv .wrap ul li a::before {
    right: 1em;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
}
#home2025 .topics {
  padding: 8em 0;
}
@media (max-width: 767px) {
  #home2025 .topics {
    padding: 2.5em 0;
  }
}
#home2025 .topics .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  #home2025 .topics .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
#home2025 .service {
  padding: 8em 0 4em;
  background-color: #F5F6F7;
}
@media (max-width: 767px) {
  #home2025 .service {
    padding: 2.5em 0 1em;
  }
}
#home2025 .service .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  #home2025 .service .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #home2025 .service .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#home2025 .service .wrap .txt {
  width: 36%;
}
@media (max-width: 767px) {
  #home2025 .service .wrap .txt {
    width: 100%;
  }
}
#home2025 .service .wrap .img {
  width: 55%;
}
@media (max-width: 767px) {
  #home2025 .service .wrap .img {
    width: 100%;
  }
}
#home2025 .lp {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 8em;
  padding-bottom: 8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em 4%;
}
@media (max-width: 1024px) {
  #home2025 .lp {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #home2025 .lp {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
#home2025 .lp .wrap .ttl2-lp {
  font-size: 20px !important;
  font-weight: 500;
  position: relative;
  padding-bottom: 1em;
  padding-left: 1.5em;
  width: 100%;
}
@media (max-width: 767px) {
  #home2025 .lp .wrap .ttl2-lp {
    font-size: 13px !important;
  }
}
#home2025 .lp .wrap .ttl2-lp::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #268FDD), to(#013593));
  background: linear-gradient(90deg, #268FDD 0, #013593 100%);
}
#home2025 .lp .wrap .ttl2-lp .poppins {
  font-size: 40px;
  position: relative;
}
@media (max-width: 767px) {
  #home2025 .lp .wrap .ttl2-lp .poppins {
    font-size: 22px;
  }
}
#home2025 .lp .wrap .ttl2-lp .poppins::before {
  content: "";
  position: absolute;
  left: -0.75em;
  top: 0.5em;
  display: block;
  width: 0.25em;
  height: 0.25em;
  background-color: #2A65F5;
  border-radius: 50%;
}
#home2025 .lp .wrap .ttl3-lp {
  font-size: 20px;
  font-weight: 600;
  padding-left: 1.5em;
  border-left: 6px solid #2A65F5;
}
@media (max-width: 767px) {
  #home2025 .lp .wrap .ttl3-lp {
    font-size: 14px;
    border-width: 3px;
    padding-left: 1em;
  }
}
#home2025 .lp .wrap .ttl4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  padding: 2em 1em;
  min-height: 227px;
  line-height: 1.75;
  margin-top: 1.5em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#home2025 .lp .wrap .ttl4.cloud-bg {
  background: url(../img/top/hybrid_img1.png) no-repeat center/cover;
}
#home2025 .lp .wrap .ttl4.appli-bg {
  background: url(../img/top/hybrid_img2.png) no-repeat center/cover;
}
#home2025 .lp .wrap .ttl4.security-bg {
  background: url(../img/top/security_img.png) no-repeat center/cover;
}
#home2025 .lp .wrap .ttl4.data-bg {
  background: url(../img/top/data-ai_img.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  #home2025 .lp .wrap .ttl4 {
    font-size: 16px;
    min-height: 120px;
  }
}
#home2025 .lp .wrap .list1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4em 0;
  gap: 0 4%;
}
@media (max-width: 1024px) {
  #home2025 .lp .wrap .list1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4em 4%;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  #home2025 .lp .wrap .list1 {
    padding: 2em 0 0;
    gap: 3em;
  }
}
#home2025 .lp .wrap .list1 li {
  width: 48%;
}
@media (max-width: 1024px) {
  #home2025 .lp .wrap .list1 li {
    width: 100%;
  }
}
#home2025 .lp .wrap .list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2em;
  gap: 1em;
  margin-left: 0;
}
@media (max-width: 767px) {
  #home2025 .lp .wrap .list2 {
    margin-top: 1em;
    width: 100%;
    gap: 0.5em;
  }
}
#home2025 .lp .wrap .list2 li {
  background-color: #F5F6F7;
  width: calc(50% - 0.4em);
  font-weight: 600;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#home2025 .lp .wrap .list2 li.nolink {
  padding: 0.5em 0.25em;
}
#home2025 .lp .wrap .list2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E3ECF7;
  width: 100%;
  height: 100%;
  padding: 0.5em 1.25em 0.5em 0.25em;
  position: relative;
}
#home2025 .lp .wrap .list2 li a::before {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  display: block;
  width: 0.35em;
  height: 0.35em;
  border-bottom: 2px solid #273846;
  border-right: 2px solid #273846;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#home2025 .lp .wrap .list2 li a:hover {
  text-decoration: underline;
  color: #013593;
}
@media (max-width: 767px) {
  #home2025 .lp .wrap .list2 li {
    font-size: 14px;
    width: 100%;
  }
}
#home2025 .lp .wrap .list2 li span {
  font-weight: 400;
  font-size: 15px;
  padding-left: 0.5em;
}
@media (max-width: 767px) {
  #home2025 .lp .wrap .list2 li span {
    font-size: 12px;
    display: block;
  }
}
#home2025 .lp .wrap .list2 li.w2 {
  width: 100%;
}
#home2025 .lp .wrap .other-list {
  margin-top: 2em;
  background-color: #E3ECF7;
  padding: 4em;
}
@media (max-width: 767px) {
  #home2025 .lp .wrap .other-list {
    padding: 2em;
  }
}
#home2025 .lp .wrap .other-list .list2 {
  gap: 1em 4%;
}
@media (max-width: 767px) {
  #home2025 .lp .wrap .other-list .list2 {
    gap: 0.5em;
  }
}
#home2025 .lp .wrap .other-list .list2 li {
  width: 48%;
}
@media (max-width: 1024px) {
  #home2025 .lp .wrap .other-list .list2 li {
    width: 100%;
  }
}
#home2025 .lp .wrap .other-list .list2 li a {
  background-color: #fff;
}
#home2025 .lp .security, #home2025 .lp .data-ai {
  width: 48%;
  padding-top: 4em;
}
@media (max-width: 1024px) {
  #home2025 .lp .security, #home2025 .lp .data-ai {
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  #home2025 .lp .security, #home2025 .lp .data-ai {
    padding-top: 1em;
  }
}
#home2025 .lp .security .wrap, #home2025 .lp .data-ai .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#home2025 .lp .security .wrap .ttl3-lp, #home2025 .lp .data-ai .wrap .ttl3-lp {
  margin-top: 3em;
}
@media (max-width: 767px) {
  #home2025 .lp .security .wrap .ttl3-lp, #home2025 .lp .data-ai .wrap .ttl3-lp {
    margin-top: 2em;
  }
}
#home2025 section.other {
  padding: 8em 0;
  background-color: #E3ECF7;
}
@media (max-width: 767px) {
  #home2025 section.other {
    padding: 2.5em 0;
  }
}
#home2025 section.other .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  #home2025 section.other .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
#home2025 section.other .wrap .ttl2 {
  font-size: 24px;
  font-weight: 600;
  padding-left: 1.5em;
  border-left: 6px solid #2A65F5;
}
@media (max-width: 767px) {
  #home2025 section.other .wrap .ttl2 {
    font-size: 18px;
    border-width: 3px;
    padding-left: 1em;
  }
}
#home2025 section.other .wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto 1fr;
  margin-top: 3em;
  gap: 2em;
}
@media (max-width: 767px) {
  #home2025 section.other .wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2em;
  }
}
#home2025 section.other .wrap ul li {
  display: contents;
}
#home2025 section.other .wrap ul li a {
  display: grid;
  grid-template-rows: subgrid;
  row-gap: 0;
  grid-row: span 3;
  background-color: #fff;
  padding-bottom: 2em;
  position: relative;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
#home2025 section.other .wrap ul li a[tabindex="0"] {
  pointer-events: none;
}
#home2025 section.other .wrap ul li a:hover .img {
  background-size: auto 110% !important;
}
@media (max-width: 767px) {
  #home2025 section.other .wrap ul li a:hover .img {
    background-size: 110% auto !important;
  }
}
#home2025 section.other .wrap ul li a:hover .ttl3 {
  color: #013593;
  text-decoration: underline;
}
#home2025 section.other .wrap ul li a:hover .btn1 {
  color: #013593;
}
#home2025 section.other .wrap ul li a:hover .btn1::before {
  background: url(../img/top/post_list_ic_h.svg) no-repeat left/contain;
}
#home2025 section.other .wrap ul li a .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  padding: 0.25em;
  text-align: center;
}
@media (max-width: 767px) {
  #home2025 section.other .wrap ul li a .img {
    min-height: auto;
    padding: 1.25em 0.25em;
  }
}
#home2025 section.other .wrap ul li a .img span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  #home2025 section.other .wrap ul li a .img span {
    font-size: 14px;
  }
}
#home2025 section.other .wrap ul li a .img.img1 {
  background: url(../img/top/other_img1.png) no-repeat center/auto 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #home2025 section.other .wrap ul li a .img.img1 {
    background-size: 100% auto;
  }
}
#home2025 section.other .wrap ul li a .img.img2 {
  background: url(../img/top/other_img2.png) no-repeat center/auto 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #home2025 section.other .wrap ul li a .img.img2 {
    background-size: 100% auto;
  }
}
#home2025 section.other .wrap ul li a .img.img3 {
  background: url(../img/top/other_img3.png) no-repeat center/auto 100%;
}
@media (max-width: 767px) {
  #home2025 section.other .wrap ul li a .img.img3 {
    background-size: 100% auto;
  }
}
#home2025 section.other .wrap ul li a .ttl3 {
  font-size: 20px;
  font-weight: 600;
  padding: 1.5em 1.5em 1em;
  position: relative;
}
@media (max-width: 767px) {
  #home2025 section.other .wrap ul li a .ttl3 {
    font-size: 16px;
  }
}
#home2025 section.other .wrap ul li a .btn1 {
  margin-top: 0;
  margin-left: 2.5em;
  font-size: 12px;
  font-weight: 600;
  height: 3em;
  padding: 0.5em 0 0 4em;
  position: relative;
}
#home2025 section.other .wrap ul li a .btn1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  background: url(../img/top/post_list_ic.svg) no-repeat left/contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home2025 .solution {
  padding: 8em 0;
}
@media (max-width: 767px) {
  #home2025 .solution {
    padding: 2.5em 0;
  }
}
#home2025 .solution .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  #home2025 .solution .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
#home2025 .solution .wrap ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
}
@media (max-width: 767px) {
  #home2025 .solution .wrap ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.5em;
    gap: 2em;
  }
}
#home2025 .solution .wrap ol li {
  width: calc(33.3% - 2em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #home2025 .solution .wrap ol li {
    width: 90%;
  }
}
#home2025 .solution .wrap ol li a {
  width: 100%;
  border: 1px solid #000;
  padding: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25em;
  position: relative;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 767px) {
  #home2025 .solution .wrap ol li a {
    padding: 1.25em 1em;
  }
}
#home2025 .solution .wrap ol li a:hover p {
  text-decoration: underline;
  color: #013593;
}
#home2025 .solution .wrap ol li a:hover p span {
  color: #013593;
}
#home2025 .solution .wrap ol li a::before {
  content: "";
  position: absolute;
  right: 0.75em;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  display: block;
  width: 0.75em;
  height: 0.75em;
  border-bottom: 2px solid #273846;
  border-right: 2px solid #273846;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#home2025 .solution .wrap ol li a::after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  display: block;
  width: 100%;
  height: 100%;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  z-index: 1;
}
#home2025 .solution .wrap ol li a .poppins {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #054CC9;
}
@media (max-width: 767px) {
  #home2025 .solution .wrap ol li a .poppins {
    font-size: 20px;
  }
}
#home2025 .solution .wrap ol li a p {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  #home2025 .solution .wrap ol li a p {
    font-size: 18px;
  }
}
#home2025 .solution .wrap ol li a p span {
  color: #2A65F5;
  font-weight: 600;
}
#home2025 .reason {
  background: url(../img/top/reason_bg.png) no-repeat center/cover;
  padding: 8em 0;
}
@media (max-width: 767px) {
  #home2025 .reason {
    padding: 2.5em 0;
  }
}
#home2025 .reason .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  #home2025 .reason .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
#home2025 .reason .wrap .ttl2-list {
  color: #fff;
}
#home2025 .reason .wrap .ttl2-list + .desc {
  color: #fff;
}
#home2025 .reason .wrap ol {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr auto auto;
  gap: 2em;
  margin-top: 4em;
}
@media (max-width: 767px) {
  #home2025 .reason .wrap ol {
    margin-top: 2em;
    gap: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#home2025 .reason .wrap ol li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 1.5em;
  color: #fff;
}
@media (max-width: 767px) {
  #home2025 .reason .wrap ol li {
    row-gap: 0.75em;
  }
}
#home2025 .reason .wrap ol li .num span {
  background-color: #31E3F7;
  padding: 0.25em 0.75em;
  border-radius: 2em;
  font-size: 16px;
  color: #013593;
}
@media (max-width: 767px) {
  #home2025 .reason .wrap ol li .num span {
    font-size: 13px;
  }
}
#home2025 .reason .wrap ol li .ttl3 {
  font-size: 22px;
  margin-top: 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  #home2025 .reason .wrap ol li .ttl3 {
    font-size: 18px;
  }
}
#home2025 .reason .wrap ol li p {
  font-size: 16px;
  margin-top: 0;
}
@media (max-width: 767px) {
  #home2025 .reason .wrap ol li p {
    font-size: 14px;
  }
}
#home2025 section.post-list {
  padding: 8em 0;
}
@media (max-width: 767px) {
  #home2025 section.post-list {
    padding: 2.5em 0;
  }
}
#home2025 section.post-list.blog {
  background-color: #F5F6F7;
}
#home2025 section.post-list .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  #home2025 section.post-list .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
#home2025 section.post-list .wrap .ttl2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #home2025 section.post-list .wrap .ttl2-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  #home2025 section.post-list .wrap .ttl2-wrap .ttl2-list {
    width: 100%;
  }
}
#home2025 section.post-list .wrap .ttl2-wrap a.list-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  min-width: 214px;
  border: 1px solid #273846;
  border-radius: 3em;
  padding: 0.75em 1.5em;
  color: #273846;
  background-color: #fff;
  position: relative;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #home2025 section.post-list .wrap .ttl2-wrap a.list-btn {
    font-size: 13px;
    min-width: 0;
    padding: 0.5em 3.5em 0.5em 0.75em;
    margin-left: auto;
  }
}
#home2025 section.post-list .wrap .ttl2-wrap a.list-btn::before {
  content: "";
  position: absolute;
  right: 0.75em;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  display: block;
  width: 1.5em;
  height: 1.5em;
  -webkit-mask: url(../img/top/post_list_ic2.svg) no-repeat center/contain;
          mask: url(../img/top/post_list_ic2.svg) no-repeat center/contain;
  background-color: #273846;
}
#home2025 section.post-list .wrap .ttl2-wrap a.list-btn:hover {
  background-color: #273846;
  color: #fff;
}
#home2025 section.post-list .wrap .ttl2-wrap a.list-btn:hover::before {
  background-color: #fff;
}
#home2025 section.post-list .wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr auto auto;
  gap: 2em;
  margin-top: 3em;
}
@media (max-width: 767px) {
  #home2025 section.post-list .wrap ul {
    grid-template-columns: 1fr;
    margin-top: 2em;
    gap: 3em;
  }
}
#home2025 section.post-list .wrap ul li {
  display: contents;
}
#home2025 section.post-list .wrap ul li a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 1.5em;
  padding: 2px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #home2025 section.post-list .wrap ul li a {
    row-gap: 0.5em;
  }
}
#home2025 section.post-list .wrap ul li a .img {
  overflow: hidden;
  height: 200px;
}
#home2025 section.post-list .wrap ul li a .img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
}
#home2025 section.post-list .wrap ul li a .ttl3 {
  font-size: 20px;
  margin-top: 0;
  font-weight: 600;
  position: relative;
}
@media (max-width: 767px) {
  #home2025 section.post-list .wrap ul li a .ttl3 {
    font-size: 16px;
  }
}
#home2025 section.post-list .wrap ul li a p {
  font-size: 16px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  #home2025 section.post-list .wrap ul li a p {
    font-size: 14px;
    padding-bottom: 1em;
  }
}
#home2025 section.post-list .wrap ul li a .btn1 {
  margin-top: 0;
  font-size: 12px;
  font-weight: 600;
  height: 3em;
  padding: 0.5em 0 0 4em;
  position: relative;
}
#home2025 section.post-list .wrap ul li a .btn1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  background: url(../img/top/post_list_ic.svg) no-repeat left/contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home2025 section.post-list .wrap ul li a:hover .ttl3, #home2025 section.post-list .wrap ul li a:hover p {
  text-decoration: underline !important;
  color: #013593;
}
#home2025 section.post-list .wrap ul li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#home2025 section.post-list .wrap ul li a:hover .btn1 {
  color: #013593;
}
#home2025 section.post-list .wrap ul li a:hover .btn1::before {
  background: url(../img/top/post_list_ic_h.svg) no-repeat left/contain;
}
#home2025 .cta {
  background: linear-gradient(-42deg, rgb(3, 13, 141) 0, rgb(38, 143, 221) 100%);
  padding: 6em 0;
}
@media (max-width: 767px) {
  #home2025 .cta {
    padding: 2.5em 0;
  }
  #home2025 .cta br {
    display: none;
  }
}
#home2025 .cta .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  #home2025 .cta .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
#home2025 .cta .wrap .ttl2 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 767px) {
  #home2025 .cta .wrap .ttl2 {
    font-size: 20px;
  }
}
#home2025 .cta .wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 2em;
  margin-top: 4em;
}
@media (max-width: 767px) {
  #home2025 .cta .wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.5em;
  }
}
#home2025 .cta .wrap ul li {
  display: contents;
}
#home2025 .cta .wrap ul li a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 1em;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2em;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #home2025 .cta .wrap ul li a {
    display: block;
    font-size: 18px;
    padding: 1.25em 1em;
    width: 100%;
  }
}
#home2025 .cta .wrap ul li a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
#home2025 .cta .wrap ul li a:hover .btn1.ic-contact {
  background-color: #fff;
  color: #2A65F5;
}
#home2025 .cta .wrap ul li a:hover .btn1.ic-contact span:before {
  background-color: #2A65F5;
}
#home2025 .cta .wrap ul li a:hover .btn1.ic-download {
  background-color: #273846;
  color: #70D1DB;
}
#home2025 .cta .wrap ul li a:hover .btn1.ic-download span:before {
  background-color: #70D1DB;
}
#home2025 .cta .wrap ul li a .btn1 {
  width: 100%;
  max-width: 442px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 1em;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #home2025 .cta .wrap ul li a .btn1 {
    font-size: 18px;
    display: block;
    width: 100%;
    margin: 1em auto 0;
  }
}
#home2025 .cta .wrap ul li a .btn1.ic-contact {
  background-color: #2A65F5;
  border: 1px solid #2A65F5;
}
#home2025 .cta .wrap ul li a .btn1.ic-contact span {
  margin-left: 2.5em;
  position: relative;
}
#home2025 .cta .wrap ul li a .btn1.ic-contact span::before {
  content: "";
  position: absolute;
  left: -2.5em;
  top: 0.25em;
  width: 1.5em;
  height: 1.25em;
  display: block;
  -webkit-mask: url(../img/top/cta_ic1.svg) no-repeat center/contain;
          mask: url(../img/top/cta_ic1.svg) no-repeat center/contain;
  background-color: #fff;
}
#home2025 .cta .wrap ul li a .btn1.ic-download {
  background-color: #31E3F7;
  color: #273846;
  border: 1px solid #31E3F7;
}
#home2025 .cta .wrap ul li a .btn1.ic-download span {
  position: relative;
  margin-left: 2em;
}
#home2025 .cta .wrap ul li a .btn1.ic-download span::before {
  content: "";
  position: absolute;
  left: -2em;
  top: 0.25em;
  width: 1.5em;
  height: 1.25em;
  display: block;
  -webkit-mask: url(../img/top/cta_ic2.svg) no-repeat center/contain;
          mask: url(../img/top/cta_ic2.svg) no-repeat center/contain;
  background-color: #273846;
}/*# sourceMappingURL=home.css.map */