@charset "UTF-8";
/* Reset and Base Styles */
.main-content {
  width: 100%;
  padding: 0;
  background-color: #fff;
}

.content-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.kv {
  padding: 20px 0 10px;
  background: linear-gradient(to right, #2b87dd 0%, #8bceff 100%);
}

.swiper {
  width: 100%;
}

.swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .kv-swiper .swiper-wrapper {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .kv-swiper .swiper-wrapper {
    padding-bottom: 20px;
  }
}
.kv-swiper .swiper-slide {
  /* 3.4枚見せたいイメージで width を調整 */
}
@media screen and (min-width: 768px) {
  .kv-swiper .swiper-slide {
    width: 28.5714285714%;
  }
}
@media screen and (min-width: 768px) {
  .kv-swiper .swiper-slide {
    height: auto;
    min-height: 0;
  }
}
.kv-swiper .swiper-slide img {
  border-radius: 10px;
  box-shadow: 6px 7.5px 12px 0px rgba(0, 0, 0, 0.1019607843);
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kv-swiper .swiper-slide img {
    width: 96%;
    margin: auto;
  }
}

.kv-swiper .swiper-pagination {
  position: relative !important;
  left: auto !important;
  transform: none !important;
  width: 100%;
  text-align: center;
  top: -30% !important;
}
@media screen and (max-width: 767px) {
  .kv-swiper .swiper-pagination {
    top: -20% !important;
  }
}
.kv-swiper .swiper-pagination-bullet {
  min-width: 34px;
  min-height: 34px;
  width: 34px;
  height: 34px;
  margin: 0 0px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: transparent;
  opacity: 1;
  outline: 0px solid white;
  position: relative;
}
.kv-swiper .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3556c3;
  opacity: 1;
}
.kv-swiper .swiper-pagination-bullet-active::before {
  background: white;
}

@media screen and (min-width: 768px) {
  .top-banner {
    width: 29%;
    margin: 3% auto 0;
    padding-left: 1%;
  }
}
@media screen and (max-width: 767px) {
  .top-banner {
    width: 98%;
    margin: 6% auto 0;
    padding-left: 2%;
  }
}

@media screen and (min-width: 768px) {
  .menu-section {
    padding: 0px 0 50px;
    width: 55%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .menu-section {
    padding: 10px 0 30px;
  }
}

.online-services-section {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .online-services-section {
    width: 72%;
  }
}
@media screen and (max-width: 767px) {
  .online-services-section {
    padding: 30px 0;
    width: 94%;
  }
}
.online-services-section .card-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .online-services-section .card-list {
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .online-services-section .card-list {
    margin-top: 40px;
    gap: 25px;
  }
}
.online-services-section .card-list .card-item {
  border-radius: 15px;
  border: 1px solid #d9d9d9;
  background-color: white;
  box-shadow: 4px 5px 8px 0px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .online-services-section .card-list .card-item {
    gap: 30px;
    padding: 3% 4%;
  }
}
@media screen and (max-width: 767px) {
  .online-services-section .card-list .card-item {
    gap: 20px;
    padding: 10% 5%;
  }
}
.online-services-section .card-list .card-item h3 {
  color: #3556c3;
}
@media screen and (min-width: 768px) {
  .online-services-section .card-list .card-item h3 {
    font-size: clamp(18px, 20 / 1920 * 100vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .online-services-section .card-list .card-item h3 {
    font-size: clamp(17px, 19 / 750 * 100vw, 21px);
  }
}
.online-services-section .card-list .card-item p {
  color: #303850;
}
@media screen and (min-width: 768px) {
  .online-services-section .card-list .card-item p {
    font-size: clamp(16px, 18 / 1920 * 100vw, 20px);
    line-height: clamp(27px, 28 / 1920 * 100vw, 29px);
  }
}
@media screen and (max-width: 767px) {
  .online-services-section .card-list .card-item p {
    font-size: clamp(15px, 17 / 750 * 100vw, 19px);
    line-height: clamp(26px, 27 / 750 * 100vw, 28px);
  }
}
.online-services-section .card-list .card-item .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.online-services-section .card-list .card-item .tags .tag {
  background-color: #edf4ff;
  color: #2b87dd;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .online-services-section .card-list .card-item .tags .tag {
    font-size: clamp(12px, 14 / 1920 * 100vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .online-services-section .card-list .card-item .tags .tag {
    font-size: clamp(11px, 13 / 750 * 100vw, 15px);
  }
}
.online-services-section .card-list .card-item .btn-list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .online-services-section .card-list .card-item .btn-list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .online-services-section .card-list .card-item .btn-list {
    gap: 10px;
  }
}
.online-services-section .card-list .card-item .btn-list .link-btn {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .online-services-section .card-list .card-item .btn-list .link-btn {
    width: 16%;
  }
}
@media screen and (max-width: 767px) {
  .online-services-section .card-list .card-item .btn-list .link-btn {
    width: 45%;
  }
}

.online-section {
  margin: 5% 0;
}
.online-section .online-cards {
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .online-section .online-cards {
    width: 72%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .online-section .online-cards {
    width: 74%;
  }
}
@media screen and (min-width: 768px) {
  .online-section .online-cards .card-item {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .online-section .online-cards .card-item {
    padding-left: 5%;
  }
}

@media screen and (min-width: 768px) {
  .column-section {
    width: 60%;
    margin: 70px auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .column-section {
    width: 94%;
    margin: 30px auto 60px;
  }
}
@media screen and (min-width: 768px) {
  .column-section .column-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.column-section .column-list a {
  text-decoration: none;
}
.column-section .column-list .column-card {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .column-section .column-list .column-card {
    width: 49%;
  }
}
.column-section .column-list .column-card .column-card-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.column-section .column-list .column-card .column-card-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.column-section .column-list .column-card .column-card-img .column-img,
.column-section .column-list .column-card .column-card-img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.column-section .column-list .column-card .column-card-text {
  padding: 10px 20px;
}
.column-section .column-list .column-card .column-card-text .column-date {
  color: #3556c3;
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .column-section .column-list .column-card .column-card-text .column-date {
    font-size: clamp(14px, 16 / 1920 * 100vw, 18px);
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .column-section .column-list .column-card .column-card-text .column-date {
    font-size: clamp(13px, 15 / 750 * 100vw, 17px);
    margin-bottom: 4%;
  }
}
.column-section .column-list .column-card .column-card-text .column-card-title {
  font-weight: 400;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .column-section .column-list .column-card .column-card-text .column-card-title {
    font-size: clamp(16px, 18 / 1920 * 100vw, 20px);
    line-height: clamp(27px, 28 / 1920 * 100vw, 29px);
  }
}
@media screen and (max-width: 767px) {
  .column-section .column-list .column-card .column-card-text .column-card-title {
    font-size: clamp(15px, 17 / 750 * 100vw, 19px);
    line-height: clamp(26px, 27 / 750 * 100vw, 28px);
  }
}
.column-section .column-btn {
  width: 80%;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .column-section .column-btn {
    width: 40%;
  }
}

.faq-section {
  padding: 20px 0 30px;
  background-color: #edf4ff;
}
@media screen and (max-width: 767px) {
  .faq-section {
    padding: 20px 4% 30px;
  }
}
.faq-section .qa-btn {
  width: 80%;
  margin: 40px auto;
}
@media screen and (min-width: 768px) {
  .faq-section .qa-btn {
    width: 24%;
  }
}

@media screen and (min-width: 768px) {
  .news-section {
    width: 60%;
    margin: 120px auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .news-section {
    width: 98%;
    margin: 40px auto 40px;
  }
}
.news-section .news-btn {
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .news-section .news-btn {
    width: 41%;
  }
}

.logo {
  margin: 80px auto;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    width: 50%;
  }
}