.mv {
  width: 100%;
  height: 100%;
  max-height: 680px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .mv {
    margin-top: 40px;
    width: 100%;
    height: auto;
    max-height: none;
    padding-bottom: 40px;
  }
}

.mv .l-wrapper {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  position: relative;

}
@media only screen and (max-width: 768px) {
.mv .l-wrapper {
overflow: hidden;
}
}

.mv .bg {
  --max-bg-width: 1238px;
  width: 100%;
  height: auto;
  background-image: url(../img/top/mv_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: min(100%, var(--max-bg-width)) auto;
  aspect-ratio: 12/5;
  z-index: -1000;
}

@media only screen and (max-width: 768px) {
  .mv .bg {
    background-image: url(../img/top/header-img-sp.png),
    url(../img/top/mv_bg-sp1.png),
    url(../img/top/mv_bg-sp2.png);

    background-repeat: no-repeat;
    background-position: right 10px top, left top 20%, right bottom;
    background-size: 25%, 50%, 80%;
    aspect-ratio: 1/1.6;

  }
}

.mv-slider {
  position: relative;

}

.mv-slider .slick-slide {
  margin: 0;
}

.mv-slider--left {
  position: absolute;
  max-width: 33%;
  width: 100%;
  margin-top: 0;
  left: 2.5%;
}

@media only screen and (max-width: 768px) {
  .mv-slider--left {
    position: absolute;
    max-width: 60%;
    width: 100%;
    margin-top: 2%;
    left: -12px;
  }
}


.mv-slider--right {
  position: absolute;
  max-width: 41%;
  width: 100%;
  margin-top: 3.5%;
  right: 0.5%;
}

@media only screen and (max-width: 768px) {
  .mv-slider--right {
    position: absolute;
    max-width: 69%;
    margin-top: 23%;
    right: -12px;
  }
}

.mv-slider--center {
  position: absolute;
  max-width: 54.5%;
  width: 100%;
  margin-top: 15%;
  left: 6%;
}

@media only screen and (max-width: 768px) {
  .mv-slider--center {
    position: absolute;
    max-width: 90%;
    margin-top: 55%;
    left: 1%;
  }
}

.mv-slider__frame {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
  pointer-events: none;
  user-select: none;
}

.mv-slider--center .mv-slider__frame {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 4;
  pointer-events: none;
  user-select: none;
}

.mv-slider--left .mv-slider__content {
  position: absolute;
  top: 3.3%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0 1.5%;
  border-radius: 24px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv-slider--right .mv-slider__content {
  position: absolute;
  top: 3.3%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0 1.5%;
  border-radius: 24px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv-slider--center .mv-slider__content {
  position: absolute;
  top: 3.3%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 0 1.5%;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;

}


@media only screen and (max-width: 1080px) {
.mv-slider--left .mv-slider__content {
 border-radius: 1.48vw;

}

.mv-slider--right .mv-slider__content {
 border-radius: 1.48vw;s: 14.8vw;

}

.mv-slider--center .mv-slider__content {
  border-radius: 1.48vw;

}
}
@media only screen and (max-width: 768px) {
.mv-slider--left .mv-slider__content {
 border-radius: 12px;

}

.mv-slider--right .mv-slider__content {
  border-radius: 12px;

}

.mv-slider--center .mv-slider__content {
 border-radius: 12px;

}
}
.mv-slider__slides {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .6s linear;
}

.mv-slider__slides.slick-initialized {
  opacity: 1;
}

.mv-slider--left .mv-slider__slides img {}

@media only screen and (max-width: 768px) {
  .mv-slider--left .mv-slider__slides img {}
}

.mv-slider--right .mv-slider__slides img {}

@media only screen and (max-width: 768px) {
  .mv-slider--right .mv-slider__slides img {}
}



@media only screen and (max-width: 768px) {
  .mv-slider--center .mv-slider__slides img {}
}

.mv-slider__text {
  position: absolute;
  bottom: 5%;
  right: 2.5%;
  padding: 2px;
  font-size: 0.6875rem;
  line-height: 1;
  background-color: #252525;
  color: #fff;
  z-index: 3;
}

.mv-slider__text01 {
  position: absolute;
  bottom: 5%;
  right: 2.5%;
  padding: 2px;
  font-size: 0.6875rem;
  line-height: 1;
  background-color: #252525;
  color: #fff;
  z-index: 3;
}
@media only screen and (max-width: 768px) {

  .mv-slider__text {
;
  right: 4.5%;

}
.mv-slider__text01 {
  left: 4.5%;
  right: auto;
}
}

.mv-news {
  position: absolute;
  left: 6vw;
  bottom: -35px;
  display: flex;
  gap: 0 15px;
  align-items: center;
  background-color: #fff;
  max-width: 650px;
  width: min(80vw, 650px);
  border-radius: 6px;
  border: 1px solid #cacaca;
  padding: 15px 20px;
  margin-right: 20px;
  font-size: 1rem;

}
@media only screen and (max-width: 1920px) {
.mv-news {
  bottom: calc(-18% + (42 * ((100vw - 768px) / (1440 - 768))));

}
}
@media only screen and (max-width: 1560px) {
.mv-news {
   bottom: -40px;
}
}
@media only screen and (max-width: 1200px) {
.mv-news {
   bottom: -50px;
    padding: 10px 20px;
}
}


.mv-news::after {
  content: "";
  position: absolute;
  top: -80%;
  left: -3%;
  width: 73px;
  height: 63px;
  background: url('../img/top/sticky_news.png') no-repeat center top / 100%;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
.mv-news::after {
  background: url('../img/top/sticky_news.png') no-repeat center top / 85%;

}
}

.mv-news__date {
  font-size: 0.8125rem;
  line-height: 1;
}
.mv-news__link {
  font-size: 0.9375rem;
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
width: 100%;
}
@media only screen and (max-width: 768px) {
  .mv-news__date {
    font-size: min(2.93vw, 1.375rem);
    line-height: 1;
  }
.mv-news__link {
 font-size: min(3.47vw, 1.625rem);
}
  .mv-news {
    left: 0;
    right: 0;
    bottom: 19%;
    flex-direction: column;
    gap: 15px 0;
    align-items: flex-start;
    max-width: 100%;
    width: calc(100% - 40px);
    border-radius: 12px;
    border: 1.4px solid #cacaca;
    padding: min(2.67vw,20px);
    margin-inline: auto;
    font-size: min(3.4vw, 1.625rem);
  }

  .mv-news::after {
    top: -12vw;
    left: -10px;
    width: 18vw;
    height: 16vw;

  }
  
}


.news .l-wrapper {
  max-width: 1200px;
  width: 100%;
  padding: 100px 15px 80px;
  margin-inline: auto;
}

@media only screen and (max-width: 768px) {
  .news .l-wrapper {
    padding: min(13.3vw,100px) min(5.3vw, 40px);
  }
}

.news-container {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .news-container {
    flex-direction: column;
    gap: min(26.7vw,20px) 0;
    align-items: center;
  }
}

.news-header {
   width: 300px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 140px;
}

@media only screen and (max-width: 768px) {
  .news-header {
    width: 100%;
    height: auto;
    min-height: initial;
  }
}

.news__title {
  font-family: "Yu Gothic", "游ゴシック体", "Segoe UI", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}

.news__title-sub {
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 0.44em;
  color: #0050ab;
  margin-top: 0.2em;
  letter-spacing: 0.05em;
  margin-top: 0.8em;
}

@media only screen and (max-width: 768px) {
  .news__title {
    font-size: min(8vw, 3.75rem);
  }

}

.news-header__link {
  display: flex;
  flex-direction: column;
margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .news-header__link {
    display: none;


  }
}

.news-header__link-anchor {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.news-header__link-anchor::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: 47%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #1e74d4;
}

.news-header__link-anchor::after {
  content: "";
  position: absolute;
  right: 47%;
  top: 50%;
  width: 8.66px;
  height: 10px;
  background: #1e74d4;
  transform: translate(-165%, -50%) rotate(0deg);
  clip-path: polygon(0 0,
      0 100%,
      100% 50%);
}

.news-header__link-anchor:hover {
opacity: 1;
}

.news-header__link-anchor:hover::before {
  background: #1e74d4;
}

.news-header__link-anchor:hover::after {
  background: #f5f6f8;
}

.news-list__item{
      display: flex;
      width: 100%;
}
.news__item{
  flex: 1;
  min-width: 0;

}

@media only screen and (max-width: 768px) {
  .news-list__item {
    display: flex;
  }

  .news__item {
   width: 100%;
    margin-top: 20px;
  }
}

.news__item dl+dl {
  margin-top: 20px;
}

.news__category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  padding: 10px 20px;

  border-radius: 10px 0 0 10px;
  font-size: 0.8125rem;
}

@media only screen and (max-width: 768px) {
  .news__category {
    width: min(16vw,120px);
    padding: min(1.33vw,10px);
    border-radius: 12px 0 0 12px;
    font-size: min(3.2vw, 1.5rem);
  }
}

.news__desc {
  background-color: #fff;
  flex: 1;
    min-width: 0;
  display: flex;
  align-items: center;
  gap: 0 20px;

  border-radius: 0 10px 10px 0;
}

@media only screen and (max-width: 768px) {
  .news__desc {
     min-width: 0; 
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 0;

    border-radius: 0 12px 12px 0;
  }
}

.news-list__date {
  font-size: 0.8125rem;
  line-height: 1;
    padding: 20px 0 20px 20px;
}

@media only screen and (max-width: 768px) {
  .news-list__date {
    font-size: min(2.9vw, 1.375rem);
        padding: min(2.67vw,20px) 0 0 min(4vw, 30px);
  }
}

.dot-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 18px;
}

@media only screen and (max-width: 768px) {
  .dot-menu {
    display: none;

  }
}

.dot-menu__dot {
  width: 2px;
  height: 2px;
  background-color: #cacaca;
  border-radius: 50%;
  display: block;
  margin-inline: auto;
}

.news-list__link {
    padding: 20px 30px 20px 0;
  flex: 1;
  font-size: 0.9375rem;
     min-width: 0; 
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
    position: relative;
    width: 100%;
    height: 100%;
}
.news-list__link.link_pdf::after {
    content: "";
    position: absolute;
    margin-left: 0.5em;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url('../img/common/icon_pdf.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.news-list__link.link_link::after {
    content: "";
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url('../img/common/icon_link.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.news-list__link.link_read::after {
    content: "";
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url('../img/common/icon_read.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}


@media only screen and (max-width: 768px) {
  .news-list__link {
    font-size: min(3.4vw, 1.625rem);
      padding: 0 min(5.33vw, 40px) min(2.67vw,20px) min(4vw, 30px);
        width: 100%;
  }
    .news-list__link.link_pdf::after {
        right: 10px;
        transform: translateY(-90%);
    }

    .news-list__link.link_link::after {
        right: 10px;
        transform: translateY(-90%);
    }
    

    .news-list__link.link_read::after {
        right: 10px;
        transform: translateY(-90%);
    }
  }

.news-footer__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: min(12vw,90px);
}

.news-footer__link-anchor {
  position: relative;
  display: inline-block;
  font-size: min(3.7vw, 1.75rem);
  line-height: 1;
  padding-right: min(2.67vw,20px);


}




.news-footer__link-anchor::before {
  content: "";
  position: absolute;
  width: 9.3vw;
  height: 9.3vw;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #1e74d4;
}

.news-footer__link-anchor::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 2.08vw;
  height: 2.4vw;
  background: #1e74d4;
  transform: translate(180%, -50%) rotate(0deg);
  clip-path: polygon(0 0,
      0 100%,
      100% 50%);
}

.news-footer__link-anchor:hover {
opacity: 1;
}

.news-footer__link-anchor:hover::before {
  background: #1e74d4;
}

.news-footer__link-anchor:hover::after {
  background: #f5f6f8;
}

.ct-info {
  background-color: #fdd854;
}

.ct-recruit {
  background-color: #f7afba;
}

.ct-event {
  background-color: #89d5ee;
}

.link-group--1 .l-wrapper {
  padding: 80px 20px 90px;
}

@media only screen and (max-width: 768px) {
  .link-group--1 .l-wrapper {
    padding: min(13.3vw,100px) min(5.3vw, 40px);
  }
}

.link-group--1 .link-group__list {
  max-width: 1040px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 0 40px;
}

@media screen and (max-width: 768px) {
  .link-group--1 .link-group__list {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0 min(6.7vw,50px);
  }
}

.link-group--1 .link-group__link {
  position: relative;
  display: block;
}


.link-group--1 .link-group__link::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 59%;
  right: 24%;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: 1px solid #fff;
}

.link-group--1 .link-group__link::after {
  content: "";
  position: absolute;
   width: 8.66px;
  height: 10px;
  top: 59%;
  right: 24%;
  transform: translate(-165%, 160%);
  background: #fff;
  clip-path: polygon(0 0,
      0 100%,
      100% 50%);
}

.link-group--1 .link-group__link:hover {
opacity: 1;

}

.link-group--1 .link-group__link:hover::before {

  background: #1e74d4;

}

@media only screen and (max-width: 768px) {

  .link-group--1 .link-group__link::before {
    width: 9.3vw;
    height: 9.3vw;
  }

  .link-group--1 .link-group__link::after {
      transform: translate(-160%, 150%);
    width: 2.08vw;
    height: 2.4vw;
  }
}

.link-group--2 .bg {
  background: #3178b4 url(../img/top/top-link2_bg.png) no-repeat center top / cover;
  height: 50vw;
  max-height: 390px;
}

@media only screen and (max-width: 768px) {
  .link-group--2 .bg {
    background: #3178b4 url(../img/top/top-link2_bg-sp.png) no-repeat center top / cover;
    height: auto;
    max-height: none;
  }
}

.link-group--2 .l-wrapper {
  padding: 70px 20px;
}

@media only screen and (max-width: 768px) {
  .link-group--2 .l-wrapper {
     padding: min(13.3vw,100px) min(5.3vw, 40px);
  }
}

.link-group--2 .link-group__list {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 0 40px;
}

.link-group--2 .link-group__item {
  background-color: #fff;
  padding: 30px 0 100px;
  border-radius: 20px;
  text-align: center;
  color: #213cb1;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 250px;
  gap: 10px 0;
}

@media only screen and (max-width: 768px) {
  .link-group--2 .link-group__item {
    padding: min(5.33vw,40px) 0;
    border-radius: 28px;
    color: #213cb1;
    font-size: min(5.3vw, 2.5rem);
    height: auto;
    gap: min(2.67vw,20px) 0;

  }
}

.link-group--2 .link-group__item-img {
  max-width: 161px;
  width: 100%;
  height: auto;
  margin-inline: auto;

}
@media only screen and (max-width: 768px) {
.link-group--2 .link-group__item-img {
  max-width: min(30vw,225px);

}
}

.link-group--2 .link-group__item-text {

  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .link-group--2 .link-group__list {
    grid-template-columns: 1fr;
    gap: min(6.7vw,50px) 0;
  }
}

.link-group--2 .link-group__link {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.link-group--2 .link-group__link::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #1e74d4;
}

.link-group--2 .link-group__link::after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 8.66px;
  height: 10px;
  background: #1e74d4;
  transform: translate(-40%, -50%);
  clip-path: polygon(0 0,
      0 100%,
      100% 50%);
}

@media only screen and (max-width: 768px) {
  .link-group--2 .link-group__link::before {
    width: 9.3vw;
    height: 9.3vw;
    left: 75vw;
    transform: translateY(-50%);
    top: 50%;
  }

  .link-group--2 .link-group__link::after {
    left: 75vw;
    transform: translate(180%, -50%);
    top: 50%;
    width: 2.08vw;
    height: 2.4vw;
  }
}

.link-group--2 .link-group__link:hover {
  opacity: 1;

}

.link-group--2 .link-group__link:hover::before {
  background: #1e74d4;

}

.link-group--2 .link-group__link:hover::after {
  background: #fff;

}

.sliderArea {
  width: 100%;
  margin: 40px auto 0;
  overflow: hidden;

}

.banner-slider .slick-slide {
  margin: 0 20px;
}

@media only screen and (max-width: 768px) {
  .banner-slider .slick-slide {
    margin: 0 min(26.7vw,20px);
  }
}

.slick-slide img {

  width: 100%;
  height: auto;
}

.banner-slider .l-wrapper {

  margin-inline: auto;
  padding: 80px 0;

}

@media only screen and (max-width: 768px) {
  .banner-slider .l-wrapper {v
    padding: min(10.7vw,80px) min(5.3vw 40px);

  }
}



.banner-slider-header {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
.banner-slider-header {
  padding: 0 min(5.3vw 40px);;
}
}
.banner-slider__title {
  font-family: "Yu Gothic", "游ゴシック体", "Segoe UI", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 0.5em;
}

.banner-slider__title-sub {
  font-family: "Roboto", sans-serif;
  font-size: 0.5em;
  font-weight: bold;
  color: #0050ab;
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .banner-slider__title {
    font-size: min(6.4vw, 3rem);
  }
.banner-slider__title-sub {

  margin-left: min(26.7vw,20px);
}
}

.slide-arrow {
  position: absolute;

  top: 66%;
}

.prev-arrow {
  left: -86%;
  z-index: +1;
}



.prev-arrow::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150%);
  bottom: 30px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #1e74d4;
}

.prev-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -450%);
  width: 8.66px;
  height: 10px;
  background: #1e74d4;
  clip-path: polygon(100% 0,
      100% 100%,
      0 50%);
}

.next-arrow {
  right: -86%;
  z-index: +1;
}
@media only screen and (max-width: 1240px) {
  .prev-arrow {
  left: 0;
}
.next-arrow {
  right: 0;
}
}
@media only screen and (max-width: 768px) {
  .prev-arrow {
    left: 7%;
    top: 76%;
  }

  .next-arrow {
    right: 7%;
    top: 76%;
  }
}

.next-arrow::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150%);
  background: #fff;
  border-radius: 50%;
  border: 1px solid #1e74d4;
}

.next-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -450%);
   width: 8.66px;
  height: 10px;
  background: #1e74d4;
  clip-path: polygon(0 0,
      0 100%,
      100% 50%);
}

.full-screen .banner-slider__track {
  overflow: hidden;
}

.full-screen.slider {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
.slick-track{

margin:0!important;

}
/* .full-screen.two-slide img {
  display: none;
  width: 100%;
  height: auto;
  transform: scale(1.1); 
} */
@media only screen and (max-width: 768px) {
.full-screen.slider {
  width: 80%;
}
}

.full-screen .slick-list {
  overflow: visible !important;
}

.no-slick {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-inline: auto;
	max-width: 1200px;
	width: 100%;
	padding: 0 20px;
}

.no-slick>* {
	flex: 0 1 360px;
}

.no-slick img {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.no-slick {
		gap: 20px;
		padding: 0 min(2.7vw, 40px);
	}

}