/* default settings */
/* CUSTOM STYLES */
/* =================================================================== */
.visual {
  overflow: hidden;
  position: relative;
  padding-bottom: 12.8vw;
  display: block;
}
@media (min-width: 768px) {
  .visual {
    padding-top: 10.0625rem;
  }
}
@media (max-width: 767.9px) {
  .visual {
    padding: 10.375rem 0 10.4375rem;
  }
}
.visual .slider-img {
  z-index: 2;
}
@media (min-width: 1441px) {
  .visual .slider-img {
    bottom: 4.8611111111vw;
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .visual .slider-img {
    bottom: 0.3472222222vw;
    clip-path: polygon(0 9.7222222222vw, 100% 0%, 100% 4.4444444444vw, 0% 100%);
    padding-block: 6.1111111111vw;
  }
  .visual .slider-img__inner {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
}
@media (max-width: 767.9px) {
  .visual .slider-img {
    bottom: 0.125rem;
    clip-path: polygon(0 2.25rem, 100% 0%, 100% 4rem, 0% 100%);
    padding-block: 2.25rem;
  }
  .visual .slider-img__inner {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
}

.section01 {
  clip-path: polygon(0 10vw, 100% 0%, 100% 100%, 0% 100%);
  background: #f3f8ff url("/assets/img/common/section_bg.webp") repeat center top;
  padding: 13.5416666667vw 0 0.9375rem;
  margin-top: -11vw;
}
@media (max-width: 767.9px) {
  .section01 {
    margin-top: -3.125rem;
    padding: 6.9375rem 0 1rem;
  }
}
.section01 .list-news {
  margin: 0;
  list-style: none;
  padding: 0;
}
.section01 .list-news li {
  border-bottom: 1px solid rgba(79, 89, 246, 0.4);
}
.section01 .list-news li:first-child .list-news__link {
  padding-top: 0;
}
.section01 .list-news__link {
  color: #00033D;
  text-decoration: none;
  padding: 2rem 0 2.25rem;
  display: block;
}
@media (max-width: 767.9px) {
  .section01 .list-news__link {
    padding: 1.5rem 0 1rem;
    position: relative;
  }
}
.section01 .list-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5625rem;
}
@media (max-width: 767.9px) {
  .section01 .list-news__content {
    display: block;
    margin-bottom: 0.6875rem;
  }
}
.section01 .list-news__date {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1;
  opacity: 0.7;
  padding-top: 1.625rem;
}
@media (max-width: 767.9px) {
  .section01 .list-news__date {
    padding: 1.75rem 6.25rem 0 3.4375rem;
  }
}
.section01 .list-news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section01 .list-news__img {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (max-width: 767.9px) {
  .section01 .list-news__img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.section01 .list-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  clip-path: circle(50%);
}
.section01 .list-news__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  border: 1px solid #4F59F6;
  z-index: 1;
}
.section01 .list-news__title {
  margin: 0 0.875rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  color: #00033D;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.875rem;
}
@media (max-width: 767.9px) {
  .section01 .list-news__title {
    padding-top: 0;
    margin: 0 -0.125rem 0 0.8125rem;
  }
}
.section01 .list-news__readmore {
  font-size: 0.875rem;
  line-height: 0.7;
  color: #4F59F6;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: relative;
  text-align: right;
  padding-right: 0.625rem;
  margin-top: 1.875rem;
}
@media (max-width: 767.9px) {
  .section01 .list-news__readmore {
    margin-top: 0.9375rem;
    position: absolute;
    right: 0;
    bottom: 1.75rem;
  }
}
.section01 .list-news__readmore::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: round(0.375rem, 1px);
  background: url("/assets/img/common/ico_circle-blue.png") no-repeat center/contain;
  border-radius: 50%;
  margin-top: -0.0625rem;
  aspect-ratio: 1;
}
.section01 .pagination {
  margin-top: 2.5625rem;
}
.section01 .breadcrumb {
  margin-top: 5.0625rem;
}
@media (max-width: 767.9px) {
  .section01 .breadcrumb {
    margin-top: 3rem;
  }
}