@charset "utf-8"; /* default PC */
/* animation */
.animation {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: .5s;
}

.animation.active {
  opacity: 1;
  top: 0;
  transition: .5s;
}

/* main-view */
.main-view {
  margin-top: 108px;
}

.main-view, .splide__track {
  height: calc(80svh - 108px);
  min-height: 450px;
}

#splide01-slide01, #splide01-slide02, #splide01-slide03 {
  position: relative;
}

#splide01-slide01::before, #splide01-slide02::before, #splide01-slide03::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

#splide01-slide01::before {
  background-image: url(../image/contents/home/index_slider_01.jpg);
}

#splide01-slide02::before {
  background-image: url(../image/contents/home/index_slider_03.jpg);
  background-position: 82% center;
}

/* #splide01-slide03::before {
  background-image: url(../image/contents/home/index_slider_02.jpg?202510);
} */

#home #contents .inner{
  max-width: 1750px;
}

#contents .info-area{
  padding: 88px 0 80px;
}

#contents .info-area .flex{
  justify-content: center;
}

#contents .info-area .txt-3box {
  margin-right: 65px;
  width: calc(100% / 3 - 45px);
}

#contents .info-area .txt-3box.end {
  margin-right: 0;
}

#contents .info-area h2.main{
  margin: 0;
}

#contents .info-area p.next{
  text-align: right;
}

#contents .info-area p.next a{
  color: #333;
}

.participation-list,.event-list,.news-list{
  margin :40px 0 25px;
}

.participation-list .participation-group {
  margin-right: 0;
}

#contents .participation-list .participation-group .photo {
  width: 35%;
  height: 150px;
}

#contents .participation-list .participation-group .ttl {
  font-size: 18px;
}

#contents .participation-group .txt {
  width: 65%;
}

#contents .participation-list .participation-group p.ttl {
  padding: 20px 25px 25px;
}

#contents .participation-list .participation-group .day {
  bottom: 10px;
  right: 115px;
  line-height: 1em;
}

#contents .participation-list .participation-group .more {
  width: 105px;
  padding: 12px 0 7px 15px;
  font-size: 14px;
  bottom: -1px;
}

.participation-group .arrow:after{
  display: none;
}

.event-list .event-group {
  margin-right: 0;
}

#contents .event-list .event-group .photo {
  width: 35%;
  height: 150px;
}

#contents .event-list .event-group .ttl {
  font-size: 18px;
}

#contents .event-group .txt {
  width: 65%;
}

#contents .event-list .event-group p.ttl {
  padding: 20px 25px 25px;
}

#contents .event-list .event-group .day {
  bottom: 10px;
  right: 115px;
  line-height: 1em;
  font-weight: 500;
}

#contents .event-list .event-group .more {
  width: 105px;
  padding: 12px 0 7px 15px;
  font-size: 14px;
  bottom: -1px;
  font-weight: 700;
}

.event-group .arrow:after{
  display: none;
}

.event-list .news-group {
  margin-right: 0;
}

#contents .news-list .news-group .photo {
  width: 35%;
  height: 150px;
}

#contents .news-list .news-group .ttl {
  font-size: 18px;
}

#contents .news-group .txt {
  width: 65%;
}

#contents .news-list .news-group p.ttl {
  padding: 20px 25px 25px;
}

#contents .news-list .news-group .day {
  bottom: 10px;
  right: 115px;
  line-height: 1em;
}

#contents .news-list .news-group .more {
  width: 105px;
  padding: 12px 0 7px 15px;
  font-size: 14px;
  bottom: -1px;
}

#contents .news-list .news-group{
  margin-right: 0;
} 

.participation-list, .event-list, .news-list{
  gap: 20px 0;
  justify-content: center;
}

.news-group .arrow:after{
  display: none;
}

#contents .story-area h2{
  text-align: left;
}

#contents .story-area h2 .en-ttl{
  font-size: 34px;
  margin-bottom: 40px;
  padding: 0;
}

#contents .story-area h2.main{
  font-size: 40px;
  line-height: 1.5em;
  color: #333;
}

#contents .story-area .flex .img-2box {
  width: 57.5%;
}

#contents .story-area .flex .img-2box-txt {
  margin-left: 87px;
  width: calc(42.5% - 87px);
}

#contents .story-area {
  border-top: 30px solid #f4f4f4;
  border-bottom: 30px solid #f4f4f4;
  padding: 80px 0;
}

#contents .story-area .flex{
  align-items: center;
}

#contents .story-area .sub-txt{
  margin-bottom: 45px;
}

#contents .bnr-area{
  padding: 80px 0 110px;
}

#contents .bnr-area .flex{
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}

#contents .bnr-area .link-bnr {
  background-color: #f3f3f3;
  color: #333;
  display: flex;
  flex-direction: column;
  border-bottom: 15px solid #e60012;
  margin: 0;
  width: calc(100% / 2 - 20px);
  margin-right: 40px;
}

#contents .bnr-area .link-bnr:last-child{
  margin-bottom: 0;
}

#contents .bnr-area .link-bnr.end{
  margin-right: 0;
}

#contents .bnr-area .link-bnr img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

#contents .bnr-area .ttl {
  padding-top: 20px;
  font-weight: bold;
  line-height: 1.65em;
  font-size: 105%;
}


#contents .bnr-area .link-bnr .txt {
  position: relative;
}

#contents .bnr-area .more .arrow{
  font-size: 36px;
  margin-right: 30px;
}

#contents .bnr-area .more {
  width: 630px;
  background-color: #e60012;
  clip-path: polygon(8% 0%, 100% 0, 100% 100%, 0 100%);
  padding: 33px 0 15px 90px;
  margin: 0;
  color: #fff;
  font-family: "roboto", sans-serif;
  letter-spacing: 0.15em;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: -1px;
  line-height: 1;
}

/* contents */
@media screen and (min-width: 960px) {
  .mobile-view .main-view {
    margin-top: 190px;
  }
}

@media screen and (max-width: 1650px) {
  #contents .bnr-area .more {
    width: 410px;
    padding: 25px 0px 8px 65px;
    letter-spacing: 0.1em;
    font-size: 14px;
}

#contents .bnr-area .more .arrow {
  font-size: 22px;
  margin-right: 15px;
}

#contents .story-areah2.main .en-ttl {
  font-size: 35px;
}

#contents h2.main {
  font-size: 16px;
}

.participation-list, .event-list, .news-list {
  margin: 30px 0 25px;
}

#contents .info-area .txt-3box {
  margin-right: 25px;
  width: calc(100% / 3 - 25px);
}

#contents .info-area .txt-3box.end{
  margin-right: 0;
}

#contents .participation-list .participation-group p.ttl,
#contents .event-list .event-group p.ttl,
#contents .news-list .news-group p.ttl {
  font-size: 15px;
  padding: 10px 15px 15px;
}

#contents .participation-list .participation-group .day,
#contents .event-list .event-group .day,
#contents .news-list .news-group .day{
  font-size: 14px;
}

#contents h2.main .en-ttl {
  font-size: 35px;
}

#contents .story-area h2.main .en-ttl {
  font-size: 25px;
  margin-bottom: 20px;
}

#contents .story-area .sub-txt {
  margin-bottom: 45px;
  font-size: 16px;
}

#contents .story-area h2.main {
  font-size: 30px;
  line-height: 1.5em;
}

#contents .story-area .sub-txt {
  margin-bottom: 35px;
  font-size: 16px;
}

#contents .story-area .sub-txt br{
  display: none;
}
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  .mobile-view .main-view {
    margin-top: 170px;
  }

  .main-view {
    margin-top: 88px;
  }

  .main-view, .splide__track {
    height: calc(75svh - 88px);
    min-height: 350px;
  }

  #contents .info-area .txt-3box {
    margin-right: 25px;
    margin-bottom: 25px;
    width: calc(100% / 2 - 15px);
}

#contents .info-area .txt-3box:nth-child(2n){
  margin-right: 0;
}

#contents .info-area .txt-3box.end{
  margin-bottom: 0;
  width: 100%;
}

#contents .news-group{
  padding: 0;
}
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  .mobile-view .main-view, .main-view, .splide__track {
    height: 45vh;
    margin-top: 73px;
  }

  #contents .bnr-area .link-bnr {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}

#contents .news-group{
  padding: 0;
}

#contents .info-area .txt-3box {
  margin-right: 0;
  margin-bottom: 25px;
  width: 100%;
}

#contents .story-area .flex .img-2box {
  margin-bottom: 30px;
  width: 100%;
}

#contents .story-area .flex .img-2box-txt {
  margin-left: 0;
  width: 100%;
}

#contents .story-area h2.main br{
  display: none;
}
}

@media screen and (max-width: 640px) {
  #contents .news-list .news-group .photo,#contents .event-list .event-group .photo,#contents .participation-list .participation-group .photo {
    width: 40%;
    height: 130px;
  }
  
  #contents .news-group .txt,#contents .event-group .txt,#contents .participation-group .txt {
  width: 60%;
  }
  
  #contents .participation-list .participation-group p.ttl, #contents .event-list .event-group p.ttl, #contents .news-list .news-group p.ttl {
      font-size: 14px;
      padding: 10px;
      line-height: 1.5em;
  }
  

  #contents .participation-list .participation-group .day, #contents .event-list .event-group .day, #contents .news-list .news-group .day {
  bottom: 2px;
  right: 85px;
  line-height: 1em;
  font-size: 13px;
}

#contents .participation-list .participation-group .more,#contents .event-list .event-group .more,
#contents .news-list .news-group .more {
  width: 80px;
  padding: 7px 0 3px 15px;
  letter-spacing: 0.05em;
  font-size: 11px;
}

}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  .mobile-view .main-view, .main-view, .splide__track {
    margin-top: 65px;
    min-height: 250px;
  }

  #contents .bnr-area .more {
    width: 330px;
    padding: 18px 0 0 30px;
    letter-spacing: 0.05em;
    font-size: 14px;
}

#contents .bnr-area .more .arrow {
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}

#contents .story-area h2.main .en-ttl {
  font-size: 22px;
  margin-bottom: 13px;
}

#contents .story-area h2.main {
  font-size: 23px;
  line-height: 1em;
}

#contents .info-area, #contents .story-area {
  padding: 53px 0;
}

#contents .bnr-area {
  padding: 53px 0 73px;
}

#contents .story-area {
  border-top: 20px solid #f4f4f4;
  border-bottom: 20px solid #f4f4f4;
}
}
