@charset "UTF-8";/* 2025.06.02 */

article {position: relative;}
article::before {
  height: 100px; /* ヘッダーの高さ */
  margin-top: -100px;
  content: '';
  display: block;
  position: relative;
  z-index: -11;}

/* イベントバナー */
.bnr_top {
  margin: 30px auto 0;
  text-align: center;
}
.bnr_top_link {
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
}
.bnr_top picture {
  display: block;
}





.txt01 {
  font-size: clamp(1.4rem, 1rem + 0.5vw, 1.6rem);
}

#importantNotices {
  max-height: 270px;
  width: 900px;
  max-width: 100%;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  background: #e36680;
  bottom: 10px;
  left: 0;
  right: 0;
  position: absolute;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 11;
}
.plus1 #importantNotices {
}
#importantNotices::-webkit-scrollbar {
  display: none;
}
#importantNotices dt {
  font-size: clamp(2rem, 1.2rem + 1.4vw, 2.4rem);
  font-weight: 700;
  text-align: center;
}
#importantNotices dd {
  padding: 5px 0;
  border-bottom: dotted 1px var(--gray02);
}
#importantNotices dt,
#importantNotices a {
  color: #fff;
}
#importantNotices .news-important {
  display: flex;
}
#importantNotices .day {
  width: 5em;
}
#importantNotices .txt01 {
  flex: 1;
}
@media (min-width: 480px) {
  #importantNotices {
    max-width: 95%;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  #importantNotices {
    max-height: 206px;
    bottom: 80px;
  }
}



.top-container {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}



/*
@media (min-width: 769px) {
  .p-top-main-slider .swiper-container {
    overflow: hidden;
    height: calc(100vh - 40px)!important;
  }
  .p-top-main-slider img {
    height: 100%;
    width: 100%;
    max-width: initial;
    object-fit: contain;
    object-position: center center;
  }
}

@media (min-width: 1280px) {
  .p-top-main-slider .swiper-container {
    height: 100vh!important;
  }
}*/
.p-top-main-slider {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-top-main-slider .swiper-container {
    height: calc(100vh - 115px);
  }
  .p-top-main-slider {
    height: calc(100%);
    margin-bottom: 0;
  }
  .p-top-main-slider .swiper-slide img {
    vertical-align: bottom;
    object-fit: cover;
    height: 100vh;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .p-top-main-slider .swiper-container {
    height: calc(100vh - 100px);
  }
}
.swiper-fade .swiper-slide {
  line-height: 1;
}
@media (min-width: 769px) {
  .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    object-fit: cover;
  }
}

@media (max-width: 1200px) and (min-width: 670px) {
  .p-top-main-slider .swiper-slide img {
    object-position: 20% center;
  }
}
.p-top-main-slider .swiper-slide {
  position: relative;
}
.p-top-main-slider .swiper-slide::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, var(--gra02) 0%, var(--gra01) 100%);
  display: block;
  position: absolute;
  content: '';
}



@media (max-width: 1200px) and (min-width: 670px) {
  .p-top-main-slider .swiper-slide img {
    object-position: 20% center;
  }
}
.p-top-main-slider .swiper-slide {
  position: relative;
}
.p-top-main-slider .swiper-slide::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, var(--gra02) 0%, var(--gra01) 100%);
  display: block;
  position: absolute;
  content: '';
}

.slideTxt01 {
  width: 72%;
  top: 12%;
  bottom: auto;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  text-align: right;
  z-index: 1;
}
@media (min-width: 769px) {
  .slideTxt01 {
    width: 34%;
    top: 21%;
    right: 70px;
    left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .slideTxt01 {
    right: min(8%,200px);
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .slideTxt01 {
    width: 34%;
    top: 21%;
    right: 70px;
    left: auto;
    margin-right: 0;
  }
}



/* 100周年記念サイトバナー */
.bnr_100th {
  height: 86px;
  width: 100%;
  background: #155434;
  display: block;
  text-align: center;
  position: relative;
  z-index: 9;
}
.bnr_100th img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.bnr_100th-top {
  display: none;
}
@media (min-width: 769px) {
  .bnr_100th {
    display: none;
  }
  .bnr_100th-top {
    text-align: right;
    width: 50%;
    height: auto;
    margin: 8% 0 0 auto;
    display: block;
  }
}


/* swiper2 */
.sw2 {
  position: relative;
  width: 100%;
  padding: 0 0 50px;
  overflow: visible;
}

/* Slide */
.sw2 .swiper-slide {
  margin-right: 30px!important;
  width: 300px;
  text-align: center;
  overflow: hidden;
}
.link-card .image {
  width: 100%;
  height: clamp(18.8rem, 12.6rem + 16.6vw, 25rem);
  overflow: hidden;
  position: relative;
}
.link-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}
.link-card:hover {
  opacity: 1;
}
.link-card:hover img {
  transform: scale(1.1);
}
.sw2 a {
  color: var(--text);
  text-align: left;
}









/* 記事タイトル */
.link-card .day {
  margin-top: 30px;
}
.link-card .txt01 {
  margin-top: 15px;
}

/* Arrows */
.sw2 .swiper-nav {
  position: absolute;
  top: 20px;
  right: 40px;
  display: flex;
  gap: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: ''!important;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  margin: auto;
  right: 0;
}
.swiper-button-prev::after {
  background-image: url("../images/ico/button-prev.svg");
}
.swiper-button-next::after {
  right: 10px;
  background-image: url("../images/ico/button-next.svg");
}
.sw2 .swiper-wrapper {
  padding-left: 0px;
}

/* スマホ時：左に余白を追加して1枚目がしっかり表示されるように */
@media (max-width: 767px) {
  .sw2 .swiper-wrapper {
    padding-left: 10px; /* この値は調整可能 */
  }
}

/* PC時：左に余白を追加して1枚目が100%表示されるように */
@media (min-width: 768px) {
  .sw2 .swiper-wrapper {
    padding-left: 20px; /* この値も調整可能 */
  }
}

@media (min-width: 1080px) {
  .sw2 {
    width: calc(1194px + ((100vw - 1194px) / 2));
    margin-right: 0;
    margin-left: auto;
    overflow: hidden;
  }
  .sw2 .swiper-nav {
    right: 180px;
  }
}
@media (min-width: 1200px) {
    .swiper-container.sw2 .swiper-slide {
    width: 400px !important; /* ← Swiperの内部指定を上書き */
  }
}
@media (min-width: 1500px) {
  .sw2 .swiper-nav {
    right: calc((100vw - 1194px) / 2);
  }
}




.bnr_sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 100px auto 0;
  text-align: center;
}
.bnr_sns a {
  line-height: 1;
}









#news {
  margin-top: 100px;
  padding: 100px 15px;
  background: url("../images/top/bg_01.jpg") no-repeat center center  / cover;
}
#news .container {
  width: 1194px;
  padding-bottom: 66px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
}
#news .ttl_main .s02 {
  margin: 1em 0 0;
}
#news .link-list {
  padding-bottom: 50px;
}
#news .link-list li {
  padding: 20px 0;
  border-bottom: solid 1px var(--gray02);
}
#news .link-list .txt01 {
  margin-top: 15px;
}
#news .btnBox {
  width: 100%;
}
@media (min-width: 768px) {
  #news .link-list a {
    display: flex;
  }
  #news .link-list .txt01 {
    margin-top: 0!important;
  }
}
@media (min-width: 1080px) {
  #news .container {
    display: flex;
    flex-wrap: wrap;
  }
  #news .link-list li {
    padding: 30px 0;
  }
  #news .ttl_main {
    width: 325px;
    padding-left: 45px;
  }
  #news .link-list {
    padding-top: 80px;
    flex: 1;
    max-width: 790px;
  }
  #news .ttl_main {
    padding-top: 95px;
  }
}

#courseindex {}
.box-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-list li {
  flex: 0 1 calc(50% - 5px);
  padding-bottom: 10px;
}
.box-list a {
  text-align: center;
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0 0 30px 0;
}
.box-list img {
  width: 120px;
  max-width: 90%;
  height: auto;
}
.box-list .txt01 {
  font-size:clamp(1.6rem, -2.6rem + 7.47vw, 3rem);
  line-height: 1.4;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.box-list .icon-circle-right {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.box-list .link-01 a {background: var(--toku);}
.box-list .link-02 a {background: var(--shin);}
.box-list .link-03 a {background: var(--sogo);}
.box-list .link-04 a {background: var(--athlete);}


@media (min-width: 1000px) {
  .box-list li {
    flex: 0 1 calc(50% - 15px);
    padding-bottom: 35px;
  }
  .box-list a {
    text-align: left;
    flex-direction: row;
    align-items: center;
  }
  .box-list .txt01 {
    margin: 0 30px;
    width: 6em;
    justify-content: flex-start;
    text-align: left;
  }
  .box-list .icon-circle-right {
    font-size: 4rem;
    margin: 0 20px 0 auto;
  }
  .box-list img {
    width: 160px;
  }
}
@media (min-width: 1100px) {
  .box-list .txt01 {
    width: 8em;
  }
}




