html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.sec1 .text1 {
  color: #0256b8;
  font-family: "Sawarabi Gothic";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 39.2px */
  letter-spacing: 0.56px;
}
.sec1 .list li {
  display: block;
  position: relative;
  padding-left: 30px;
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: 0.8px;
}
.sec1 .list li:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-image: url(/assets/images/cutom-text-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
}
.sec1 .list li:not(:last-child) {
  margin-bottom: 24px;
}

.sec2 .img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.sec2 .img-list li {
  max-width: 256px;
}
.sec2 .img-list li img {
  max-width: 256px;
  width: 100%;
  height: 242px;
  margin-bottom: 8px;
}
.sec2 .img-list li p {
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
}
.sec2 .text1 {
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
}
.sec2 .text1 a {
  color: #114fa1;
  font-family: "Sawarabi Gothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-decoration-line: underline;
}

.sec12-2 .img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.sec12-2 .img-list li {
  max-width: 256px;
}
.sec12-2 .img-list li img {
  max-width: 256px;
  width: 100%;
  height: 158px;
  margin-bottom: 8px;
}
.sec12-2 .img-list li p {
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
}

.sec13 .img-text {
  display: flex;
  align-items: center;
  gap: 24px;
}
.sec13 .img-text img {
  max-width: 356px;
  width: 100%;
  height: 216px;
}
.sec13 .img-text p {
  color: #000;
  font-family: "Sawarabi Gothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
}

@media screen and (max-width: 768px) {
  .sec1 .text1 {
    color: #0256b8;
    font-family: "Sawarabi Gothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 39.2px */
    letter-spacing: 0.56px;
  }
  .sec1 .list li {
    display: block;
    position: relative;
    padding-left: 20px;
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: 0.8px;
  }
  .sec1 .list li:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    background-image: url(/assets/images/cutom-text-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
  }
  .sec1 .list li:not(:last-child) {
    margin-bottom: 16px;
  }
  .sec2 .img-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
  .sec2 .img-list li {
    max-width: 500px;
    width: 100%;
  }
  .sec2 .img-list li img {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }
  .sec2 .img-list li p {
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
  }
  .sec2 .text1 {
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
  }
  .sec2 .text1 a {
    color: #114fa1;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-decoration-line: underline;
  }
  .sec12-2 .img-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .sec12-2 .img-list li {
    max-width: 500px;
  }
  .sec12-2 .img-list li img {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }
  .sec12-2 .img-list li p {
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
  }
  .sec13 .img-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .sec13 .img-text img {
    max-width: 500px;
    width: 100%;
    height: auto;
  }
  .sec13 .img-text p {
    color: #000;
    font-family: "Sawarabi Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
  }
}/*# sourceMappingURL=custom.css.map */