@charset "utf-8";
/* CSS Document */

.head-img{
	max-width: 860px;
}
.head-img img{
	max-width: 100%;
}
.slider-box{
	max-width: 780px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.slider-box .mark{
	position: absolute;
	top:5%;
	right:3%;
	width: 12%;
}
.slider-box .caption-box{
	background: #2B2731;
	padding:8px 10px;
	font-size: 11px;
	color:#fff;
	line-height: 1;
}
.slider {
    width: 90%;
    margin: 0 auto 0px;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .slider-box .slider{
    width: 100%;
  }
  .slider .slick-slide{
    margin: 5px;
  }
.slider-box img{
	max-width: 100%;
}
.mod-headingLv3 {
    margin: 40px 0;
    color: #fff;
    background: #1F2A66;
    padding: 6px 10px 4px;
}
.slider-box .swiper-button-prev {
	left:-34px;
	position: absolute;
    width: 25px;
  height: 25px;
  border-top: 2px dotted #000;
  border-right: 2px dotted #000;
  transform: rotate(-135deg);
    top: 50%;
	background: none;
    /* height: 100%; */
}
/*.slider-box .swiper-button-prev::before {
    content:' ';
    width: 50px;
    height: 50px;
    border-right: solid 4px #ccc;
    transform: rotate(35deg);
    position: absolute;
    top: calc(50% - 19px);
    right: 10px;
}

.slider-box .swiper-button-prev::after {
   content:' ';
   width: 50px;
   height: 50px;
   border-right: solid 4px #ccc;
   transform: rotate(-35deg);
   position: absolute;
   top: calc(50% - 31px);
   right: 10px;
 }*/
.mod-media_link p a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 12px;
    height: 12px;
	background: url(../img/arrow.png) no-repeat left center;
	background-size:100%;
    border:none!important;
	transform: rotate(0deg);
}
.slider-box .swiper-button-next {
	position: absolute;
	right:-34px;
    width: 25px;
  height: 25px;
  border-top: 2px dotted #000;
  border-right: 2px dotted #000;
  transform: rotate(45deg);
    top: 50%;
	background: none;
    /*background: url(../img/next.png) no-repeat center center;
    background-size: 100%;
    width: 1%;
    right: -5%;
    padding-left: 2%;
    padding-right: 2%;*/
    top: 50%;
    /* height: 100%; */
}
/*.left-bg {
    background: rgba(0,0,0,0.5);
    height: 332px;
    width: 216px;
    position: absolute;
    top: 0;
    left: 0;
}
.right-bg {
    background: rgba(0,0,0,0.5);
    height: 332px;
    width: 216px;
    position: absolute;
    top: 0;
    right: 0;
}*/
.mod-headingLv2 {
    margin: 70px 0 40px;
}
.mod-paragraph {
    margin: 40px 0 -40px;
}

@media screen and (max-width: 900px) {
.mod-headingLv2 {
    margin: 9% 0 6%;
}
.slider-box {
    margin-bottom: 20%;
	width: 90%;
}
	.mod-mediaGrid_item .mod-media{
		margin-top: 40px!important;
	}
	.mod-headingLv3 {
		margin: 40px 0 20px!important;
	}
	/*.mod-mediaGrid_item .mod-media:last-child{
		margin-bottom: 8%!important;
	}*/
.mod-paragraph {
    margin: 40px 0 -8%;
}
.slider-box .swiper-button-prev {
	 width: 15px;
  height: 15px;
	left: -20px;
	top:55%;
}
.slider-box .swiper-button-next {
    width: 15px;
  height: 15px;
	right: -20px;
	top:55%;
	}
}


.eventList {
  margin: 15px auto;
}

.eventList__item:not(:last-child) {
  margin: 0 0 60px;
}
.eventList__item .list-img{
	text-align: center;
}
/*.eventList.new .list-img {
  height: 240px;
}
.eventList.new.ptn2 .list-img {
  height: 300px;
}*/
.eventList.new .list-img img {
  width: 100%;
  height: auto;
}
.no_result {
    padding: 15px;
    background: #EDEFF0;
}
.kento-box {
    margin-top: 0;
}
@media screen and (min-width: 901px) {
  .eventArea__heading .sp {
    display: none;
  }
  .eventArea__heading .pc {
    display: inline;
  }
  .taglist .tag{
    padding: 2px 20px;
    line-height: 1.3em;
    font-size: 14px;
    margin-right: 12px;;
  }
  .eventList {
    margin: 35px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	gap: 1.3%;
  }
  
  .eventList__item {
    width: 24%;
  }
  .eventList::after {
    content: "";
    display: block;
    width: 24%;
  }
  .eventList.new.ptn2 .eventList__item {
    width: 32%;
  }
  .eventList.new.ptn2::after {
    content: "";
    display: none;
  }
	.eventList__item:last-child{
		margin-bottom:15px;
	}
  .eventList.new.ptn2 .eventList__item:not(:last-child) {
    margin: 0 0 0px;
  }
	
}

/*202101追記*/

.eventList.new .eventList__item.pickup{
	background: #ffffff url("../img/pickup.png") no-repeat right top;
	background-size:100%;
}
.eventList.new .eventList__item a{
	display: block;
	width: 100%;
	position: relative;
}

.eventList.new .eventList__item .icon{
	position: absolute;
	bottom: 10px;
	right: 15px;
	width: 22px;
}
.eventList.new .eventList__item .img-box{
	padding: 32px 0 6px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.eventList.new .eventList__item .text-box{
	padding: 12px 0px 0px;
	position: relative;
}
.eventList.new.ptn2 .eventList__item .text-box{
	padding: 20px 0px 0px;
}
.eventList.new .eventList__item .name-box{
    position: relative;
	line-height: 1.3em;
}

.eventList.new .eventList__item .name-box p{
	font-weight: 700;
}
.eventList.new .eventList__item .info-box{
    position: relative;
	line-height: 1.3em;
	margin-top: 5px;
	padding-bottom: 18px;
}
.eventList.new .eventList__item .info-box p{
	font-size: 12px;
	letter-spacing: -0.04em;
}
.eventList.new .eventList__item .day-box{
	margin-top: 12px;
}
.eventList.new .eventList__item .day-box p{
	color:#ADADAD;
	font-size: 11px;
}
.taglist{
	font-size: 0;
	white-space:nowrap;
}
.taglist li{
	display: inline-block;
	margin-right: 1.8%;
	border-radius: 2px;
	padding:0.5% 2%;
	color:#fff;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	box-sizing: border-box;
}
.taglist li:last-child{
	margin-right: 0;
}

@media screen and (max-width: 900px) {
/*202101追記*/
.eventList {
  margin-top: 8.5vw;
  margin-bottom: 0;
}
.taglist .tag{
  margin-right: 3.2vw;
}
/*.eventList.new .list-img {
	height: 70vw;
  }
  .eventList.new.ptn2 .list-img {
	height: 70vw;
  }*/
  .eventList__item:not(:last-child) {
    margin: 0 0 10.6vw;
}
.eventList.new .eventList__item{
	background: #fff;
}
.eventList.new .eventList__item .text-box{
	padding: 5.3vw 0px 0px;
	position: relative;
}
.eventList.new.ptn2 .eventList__item .text-box{
	padding: 5.3vw 0px 0px;
}
.eventList.new .eventList__item .img-box{
    padding: 50px 0 6px;
}
.eventList.new .eventList__item .icon{
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 10%;
}
.eventList.new .eventList__item .name-box{
    position: relative;
	line-height: 1.8em;
	margin-top: 0px;
}
.eventList.new .eventList__item .name-box p{
	font-size: 4.2vw;
    /*position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
	font-weight: 700;
}
.eventList.new .eventList__item .info-box{
	overflow: hidden;
    height: calc(2.0em * 3);
    position: relative;
	line-height: 2.0em;
	margin-top: 10px;
	padding-bottom: 28px;
}
.eventList.new .eventList__item .info-box p{
	font-size: 4.0vw;
}
.eventList.new .eventList__item .day-box{
	margin-top: 12px;
}
.eventList.new .eventList__item .day-box p{
	color:#ADADAD;
	font-size: 3.9vw;
}
.taglist li{
	display: inline-block;
	font-size: 4.2vw;
}
}

.ex-headbox{
	padding-top: 60px;
  margin-bottom: 80px;
  padding-bottom: 70px;
  border-bottom: 1px solid #0D2EA1;
}
.ex-headbox .ex-headtext{
  font-size: 28px;
  font-weight: 700;
  color: #0D2EA1;
  margin-bottom: 32px;
  text-align: center;
}
.event-text{
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 18px;
  color: #111827;
}
.event-text2{
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 20px;
  color: #111827;
}
.head-img-in .contents{
	/*padding-top:87px;
	padding-bottom: 87px;*/
}
@media screen and (max-width: 900px) {

	.head-img-in .contents{
		/*padding-top:8.5vw;
		padding-bottom: 8.5vw;*/
	}
	.ex-headbox{
		padding-top: 18vw;
	  margin-bottom: 18vw;
	  padding-bottom: 18vw;
	  border-bottom: 1px solid #0D2EA1;
	}
	.ex-headbox .ex-headtext{
	  font-size: 5.8vw;
	  font-weight: 700;
	  margin-bottom: 8vw;
	  text-align: center;
	}
  .event-text{
    font-size: 3.7vw;
    line-height: 1.6em;
    margin-top: 5.3vw;
  }
  .event-text2{
    font-size: 3.7vw;
    line-height: 1.6em;
    margin-top: 5.3vw;
  }
}
.eventArea{
  margin-bottom: 54px;
}
@media screen and (max-width: 900px) {

  .eventArea{
    margin-bottom: 26vw;
  }
}

.eventArea2{
  margin-bottom: 114px;
}
.ach-list{
  margin-top: 33px;
}
.ach-list li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
  padding-bottom: 24px;
  border-bottom: 2px dashed #CCCCCC;
}
.ach-list li:last-child{
  margin-bottom: 0;
}
.ach-list li .acn-name{
  font-size: 16px;
  line-height: 1.6em;
  color: #111827;
  width: 410px;
}
.ach-list li .acn-text{
  font-size: 16px;
  line-height: 1.6em;
  width: calc(100% - 460px);
}
.ach-list li .acn-text a{
  color: #0D2EA1;
  text-decoration: underline;
}
.ach-list li .acn-text .icon{
  width: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.ach-list li .acn-text .icon img{
  width: 100%;
  display: block;
}
@media screen and (max-width: 900px) {

  .eventArea2{
    margin-bottom: 26vw;
  }
  .ach-list{
    margin-top: 8.5vw;
  }
  .ach-list li{
    display: block;
    margin-bottom: 6.4vw;
    padding-bottom: 6.4vw;
    border-bottom: 2px dashed #CCCCCC;
  }
  .ach-list li:last-child{
    margin-bottom: 0;
  }
  .ach-list li .acn-name{
    font-size: 4.2vw;
    line-height: 1.6em;
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .ach-list li .acn-text{
    font-size: 4.2vw;
    line-height: 1.6em;
    width: 100%;
  }
  .ach-list li .acn-text .icon{
    width: 4.5vw;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1vw;
  }
  .ach-list li .acn-text .icon img{
    width: 100%;
    display: block;
  }
}