@charset "utf-8";

/* スライダー */
.fv-wrap {
  overflow: hidden;
  position: relative;
}

.fv-wrap img {
  width: 100%;
}

.scrolldown {
  z-index: 10;
  position: absolute;
  bottom: 50px;
  right: 20px;
  display: block;
  margin-left: -2em;
  text-align: center;
  font-size: 15px;
}

.scrolldown a {
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  color: #013D9B;
  line-height: calc(26 / 15);
  letter-spacing: 0.05em;
}

.scrolldown span {
  position: absolute;
  left: 50%;
  top: 10px;
  display: inline-block;
  overflow: hidden;
  margin: 1.5em auto 0;
  width: 1px;
  height: 50px;
  background-color: #013D9B;
  content: "";
  z-index: 10;
}

.scrolldown span:before {
  position: absolute;
  left: 0;
  width: 1px;
  height: 0px;
  background-color: #ffffff;
  content: "";
  -webkit-animation: scrolldown 2s ease-in-out infinite;
  -moz-animation: scrolldown 2s ease-in-out infinite;
  -ms-animation: scrolldown 2s ease-in-out infinite;
  animation: scrolldown 2s ease-in-out infinite;
}

@keyframes scrolldown {
  0% {
    height: 0px;
    top: 0;
  }

  50% {
    height: 50px;
    top: 50px;
  }

  100% {
    height: 0px;
    top: 100px;
  }
}

.splide__slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fv-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 100%;
}

.fv-title {
  font-size: 2rem;
  font-weight: 700;
}

.fv-desc {
  font-size: 1rem;
}

.splide__arrow {
  background: none;
  border: none;
  padding: 0;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.splide__arrow img {
  width: 20px;
}

.splide__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 81.5%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.splide__slide {
  width: 80%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

.splide__slide.is-active {
  z-index: 2;
}

.splide__slide img {
  padding: 0 5px;
}

.home-slider-wrap {
  padding: 20px 0;
}

/* //スライダー */
/* トップのコンテンツ */
.top-ttl-wrap {
  margin-bottom: 40px;
}

.top-about, .top-greetiing, .top-sns {
  padding: 60px 0;
}

.top-about {
  background: url(../images/top/top-about.jpg) no-repeat center center/cover;
  position: relative;
}

.top-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 62, 155, 0.8);
}

.top-about .container {
  max-width: 880px;
}

.top-ttl-wrap {
  letter-spacing: 0.05em;
}

.subtitle {
  font-size: 2.5rem;
  font-weight: 700;
}

.top-ttl-wrap h2 {
  font-size: 13px;
  font-weight: 700;
}

.top-about p {
  letter-spacing: 0.05em;
  font-size: 14px;
}

.top-greetiing {
  position: relative;
  margin-bottom: 60px;
}

.top-greetiing .sectitle {
  position: absolute;
  color: rgba(0, 62, 155, 0.1);
  letter-spacing: 0.05em;
  font-size: 3rem;
  font-weight: 700;
  bottom: 0;
  right: 0;
  width: auto;
  text-align: right;
  border-bottom: 10px solid #003e9b1a;
  z-index: -1;
  display: inline-block;
  padding: 0 15px;
}

.top-greetiing p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.top-committee {
  position: relative;
}

.top-committee-img {
  position: relative;
  z-index: 10;
}

.top-committee::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/top/top-committee1_2025.jpg) no-repeat center center/cover;
  width: 100vw;
  height: 350px;
}

.top-committee::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 62, 155, 0.8);
  width: 100vw;
  height: 350px;
}

.top-committee-text {
  position: relative;
  z-index: 10;
  padding-top: 48px;
  padding-bottom: 48px;
}

.top-committee-text p {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.top-committee-row {
  justify-content: flex-end;
}

/* //トップのコンテンツ */
@media all and (min-width: 576px) {
  .home-slider-wrap {
    padding: 40px 0;
  }

  .splide__arrow {
    width: 30px;
    height: 30px;
  }

  .splide__arrow img {
    width: 30px;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__arrows {
    width: 51.5%;
  }
}
@media screen and (min-width: 576px) {
  .scrolldown {
    right: 50px;
  }
}
@media all and (min-width: 768px) {
  .scrolldown {
    bottom: 75px;
    right: unset;
    left: 50%;
    margin-left: -1.5em;
  }

  .scrolldown span {
    left: 50%;
    top: 10px;
    width: 1px;
    height: 60px;
  }

  .top-committee-text {
    max-width: 435px;
    margin-left: auto;
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .top-committee::before {
    width: 55.2vw;
  }

  .top-committee::after {
    width: 55.2vw;
  }

  .top-committee-img {
    position: relative;
    padding-top: 56px;
    z-index: 10;
  }
}

@media all and (min-width: 992px) {
  .top-about {
    padding: 80px 0;
  }

  .top-greetiing {
    padding: 80px 0 88px;
    margin-bottom: 58px;
  }

  .top-sns {
    padding: 55px 0 70px;
  }

  .home-slider-wrap {
    padding: 44px 0 65px;
  }

  .splide__slide img {
    padding: 0 12px;
  }

  .splide__slide {
    width: 23%;
  }

  .splide__arrows {
    width: 70%;
  }

  .splide__arrow {
    width: 40px;
    height: 40px;
  }

  .splide__arrow img {
    width: 40px;
  }

  .top-greetiing-text {
    max-width: 444px;
  }

  .top-greetiing .sectitle {
    width: 60%;
    font-size: 5vw;
    bottom: 6.25rem;
    padding: 0 25px;
  }

  .top-committee::before {
    height: 430px;
  }

  .top-committee::after {
    height: 430px;
  }

  .top-committee-text {
    padding-top: 80px;
    padding-bottom: 135px;
  }

  .top-committee-img {
    padding-top: 80px;
  }
}


@media all and (min-width: 1400px) {
  .scrolldown {
    bottom: 106px;
  }
}

/* SNSのお知らせ */
.top-sns-row {
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}

.top-sns-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  margin-right: -7px;
  margin-left: -7px;
}

.top-sns-item {
  padding-right: 7px;
  padding-left: 7px;
}

.top-sns-item-inner {
  background-color: #F8F8F8;
  border-radius: 5px;
  color: #000;
  padding: 2rem;
}

.top-sns-item-inner:hover {
  color: #000;
}

.top-sns-item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.125rem;
}

.top-sns-item-title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.top-sns-item-subtitle {
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {
  .top-sns-wrap {
    flex-direction: row;
    justify-content: center;
  }
}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {
  .top-sns-row {
    display: flex;
    align-items: center;
  }

  .top-sns-desc {
    padding-left: 3.75rem;
    padding-right: 2rem;
    margin-bottom: 0;
  }
}

/* SNSのお知らせ */

/* 事業報告 */
.top-reports {
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .top-reports {
    padding-bottom: 65px;
  }
}

/* //事業報告 */