section#lead .inner {
  margin: 0;
}

/*==========================================================================
section#base01
========================================================================== */
section#base01 {
  background: #F4F8FC;
}
section#base01 .inner {
  padding: 7.8125vw 0;
}
section#base01 .txt-h2 {
  line-height: 1;
  text-align: center;
  margin-bottom: 7.8125vw;
}
section#base01 .list-box {
  flex-wrap: wrap;
  gap: 3.125vw 2%;
}
section#base01 .list-box li {
  width: 32%;
}
section#base01 .list-box a {
  flex-wrap: wrap;
  background: #ffffff;
  height: 100%;
  width: 100%;
}
section#base01 .list-box a .list-img {
  width: 100%;
  height: 17.1875vw;
  position: relative;
  overflow: clip;
}
section#base01 .list-box a .list-img::before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section#base01 .list-box a .list-img img {
  transition: 0.8s;
}
section#base01 .list-box a .list-txt {
  width: 100%;
  padding: 1.5625vw 1.9270833333vw;
  padding-bottom: 6.5104166667vw;
  box-sizing: border-box;
  position: relative;
}
section#base01 .list-box a .list-txt .txt-h3 {
  color: #005EB7;
  margin-bottom: 1.0416666667vw;
}
section#base01 .list-box a .list-txt .txt-p {
  color: #000000;
}
section#base01 .list-box a .list-txt .txt-p .txt-s {
  display: block;
}
section#base01 .list-box a .list-txt .txt-a {
  width: calc(100% - 3.8541666667vw);
  height: 3.125vw;
  box-sizing: border-box;
  border: solid 2px #005EB7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005EB7;
  margin: 0 auto;
  gap: 1.0416666667vw;
  transition: 0.5s;
  position: absolute;
  bottom: 1.5625vw;
  left: 50%;
  transform: translateX(-50%);
}
section#base01 .list-box a .list-txt .txt-a .arrow {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 30px;
  background: #005EB7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1vw;
  transition: 0.5s;
}
section#base01 .list-box a .list-txt .txt-a .arrow svg {
  width: 0.2864583333vw;
  height: 0.5208333333vw;
  display: flex;
}
section#base01 .list-box a .list-txt .txt-a .arrow svg path {
  fill: #ffffff;
}
section#base01 .list-box a:hover .list-img img {
  transform: scale(1.2);
}
section#base01 .list-box a:hover .list-txt .txt-a {
  background: #005EB7;
  color: #ffffff;
}
section#base01 .list-box a:hover .list-txt .txt-a .arrow {
  background: #ffffff;
}
section#base01 .list-box a:hover .list-txt .txt-a .arrow svg path {
  fill: #005EB7;
}

@media screen and (max-width: 767px) {
  section#base01 .inner {
    padding: 50px 0 100px;
  }
  section#base01 .txt-h2 {
    font-size: 16px;
    margin-bottom: 50px;
    text-align: start;
    line-height: 1.8em;
  }
  section#base01 .list-box li {
    width: 100%;
  }
  section#base01 .list-box li:nth-child(n+2) {
    margin-top: 30px;
  }
  section#base01 .list-box a {
    display: flex;
    position: relative;
  }
  section#base01 .list-box a .list-img {
    width: 35%;
    height: 33vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  section#base01 .list-box a .list-txt {
    width: 100%;
    padding: 15px 20px;
    padding-bottom: 120px;
    padding-left: calc(35% + 15px);
  }
  section#base01 .list-box a .list-txt .txt-h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  section#base01 .list-box a .list-txt .txt-p {
    font-size: 14px;
  }
  section#base01 .list-box a .list-txt .txt-p .txt-s {
    display: block;
  }
  section#base01 .list-box a .list-txt .txt-a {
    width: calc(100% - 40px);
    height: 50px;
    gap: 15px;
    bottom: 30px;
    font-size: 14px;
  }
  section#base01 .list-box a .list-txt .txt-a .arrow {
    width: 15px;
    height: 15px;
    border-radius: 30px;
    margin-top: 0;
  }
  section#base01 .list-box a .list-txt .txt-a .arrow svg {
    width: 3.5px;
    height: 5.6px;
  }
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  section#base01 .list-box a .list-txt {
    padding-bottom: 30vw;
  }
}
/*# sourceMappingURL=base.css.map */