@charset "utf-8";

/*=======================================================
	index
=======================================================*/
.header{
	margin: 0 auto;
	position: relative;
	width: 100%;
	background: #f4bf2f;
}

.header_aa{
	width: 100%;
}

.header_cont{
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
}
.bn_gaishi{
	margin: 0 auto;
	position: absolute;
	right: -68px;
	bottom: -142px;
	left: 0;
	width: 1143px;
	text-align: right;
}
.bn_gaishi a{
	display: inline-block;
	position: relative;
}
.bn_gaishi a:hover{
	top: -1px;
	left: -1px;
}
.bn_gaishi img{
	width: 100%;
	height: auto;
}
.share_cont{
	top: 5px;
	right: 20px;
}
.index_ttl_cont{
	margin: 0 auto;
	max-width: 1050px;
	width: 100%;
	height: 100%;
	text-align: center;
}
.index_ttl{
	margin: 0 auto;
	padding: 0 0 72.9%;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../img/ttl.png) no-repeat center bottom;
	background-size: 100% auto;
	text-indent: 100%;
	text-align: center;
	white-space: nowrap;
}
.t-c .index_ttl{
	image-rendering: -webkit-optimize-contrast;
}

.index_lead_cont{
	margin: 0 auto;
	padding: 30px 9% 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 1300px;
	width: 95%;
	text-align: center;
}
.index_lead img{
	width: 100%;
	height: auto;
}
.index_lead{
	padding-right: 5%;
	box-sizing: border-box;
	width: 54%;
	font-size: 1.7rem;
}
/* menu */
.index_menu_cont{
	padding: 40px 0 ;
	background: url(../img/index_nav_bg.png) repeat left top;
}
.gaishi_history_menu{
	margin: 0 auto;
	max-width: 1300px;
	width: 90%;
}
.gaishi_menu_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.gaishi_menu_list li{
	margin: 0 2% 35px 0;
	display: flex;
	box-sizing: border-box;
	width: 32%;
}
.gaishi_menu_list li:nth-child(3n){
	margin-right: 0;
}
.gaishi_menu_list li h2{
	margin: 8% 0 5%;
	display: flex;
	align-items: center;
	height: 40px;
}
.gaishi_menu_list li h2 img{
	width: 100%;
	height: auto;
}
.gaishi_menu_list li a{
	padding: 20px 30px 25px;
	display: block;
	position: relative;
	width: 100%;
	border: 3px solid #01528c;
	background-color: #fff;
	color: #01528c;
	font-size: 1.6rem;
}
.gaishi_menu_list li a:hover{
	text-decoration: none;
}
.index_menu_ttl{
	margin: 0 0 15px;
	font-size: 1.4rem;
	text-align: center;
}
.index_menu_img{
	margin: 0 0 15px;
	position: relative;
	width: 100%;
	background-color: #fff2cf;
}
.index_menu_img::before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #f9d470;
	transition: all 0.1s ease-in;
}
.index_menu_img:hover::before{
	height: 100%;
}
.index_menu_img img{
	position: relative;
	z-index: 10;
	width: 100%;
	height: auto;
}
.about{
	text-align: center;
}
.about a{
	position: relative;
}
.about a:hover{
	top: -1px;
	left: -1px;
}
.page_nav_all_wrap{
	padding: 15px 0;
}
.page_arrow{
	margin: 0 auto 0;
	display: block;
	position: absolute;
	right: 0;
	bottom:10px;
	left: 0;
	width: 50px;
	height: 50px;
	animation: fadeIn 0.3s ease-out 0s 1 forwards;
}
.wd_low .page_arrow{
	bottom: 80px;
}
.wd_low .page_arrow.fadeout{
	bottom: 10px;
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	80%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}



/* ------------------------------
	slider
------------------------------ */
.topic_list_cont{
	margin: 0 auto;
	padding: 10px 0 50px;
	overflow: hidden;
	position: relative;
	max-width: 1300px;
	width: 100%;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.slider{
	margin: 15px auto;
	padding: 0;
	position: relative;
	max-width: 280px;
}
.slider .slick-list{
	margin-bottom: 25px;
	overflow: visible;
}
.topic_list_cont .slider_cont{
	margin: 0 15px;
}
.topic_list_cont .slider_cont a,
.topic_list_cont .slider_cont span{
	display: block;
	box-sizing: border-box;
	position: relative;
	border: 3px solid #fff;
	opacity: 0.7;
	color: #01528c;
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1.3;
}
.topic_list_cont .slider_cont p{
	background-color: #fff;
	color: #01528c;
}
.topic_list_cont .slider_cont a:hover{
	top: -2px;
}
.topic_img{
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	transition: all 0.1s ease-in;
}
.topic_list_cont .slider_cont.slick-current a,
.topic_list_cont .slider_cont.slick-current span{
	opacity: 1.0;
}
.topic_list_cont .slider_cont .topic_ttl{
  background-color: #fff2cf;
  top: 2px;
}
.topic_list_cont .slider_cont.slick-current .topic_ttl{
  background-color: #f9d470;
}

.topic_img::after{
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff2cf;
	transition: all 0.1s ease-in;
}
.topic_img::before{
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background: #f9d470;
	transition: all 0.1s ease-in;
}
.topic_list_cont .slider_cont.slick-current .topic_img::after,
.topic_img:hover::after{
	height: 0;
}
.topic_img img,
.topic_ttl img{
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 252px;
	height: auto;
}
.topic_list_cont .slider_cont a:focus{
	outline: 0 !important;
	box-shadow: none !important;
}
.topic_list_cont .slider_cont a.focus-visible{
	border: 3px solid #00278c;
}
.slick-dots button.focus-visible{
	border: 3px solid #00278c;
}
.slider_controls{
	position: relative;
}
.slider-arrow{
	margin: auto 0;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 29px;
	height: 52px;
	border: none;
	background: none;
	opacity: 0.7;
	outline: none;
	transition: all 0.1s ease-in;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.slider-arrow span{
	display: block;
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
}
.slider-arrow:hover{
	opacity: 1.0;
}
.slider-prev{
	z-index: 100;
	left: -18px;
	background: url(../img/prev_arrow.svg) no-repeat center top;
}
.slider-prev:hover{
	left: -21px;
}
.slider-next{
	right: -18px;
	background: url(../img/next_arrow.svg) no-repeat center top;
}
.slider-next:hover{
	right: -21px;
}
.slider-arrow:focus,
.slick-dots button:focus{
	box-sizing: border-box;
	outline: 3px solid #00278c;
	outline-offset: 1px;
}
.slick-dots{
	margin: 0 auto;
	right: 0;
	left: 0;
	width: 500px;
}
.slick-dots li{
	margin: 0 2px;
}
.buttons{
	text-align: center;
}
.buttons a.button{
	padding: 0 15px;
	display: inline-block;
	border-bottom: 1px dotted #01528c;
	background-color: #fff;
	opacity: 0.7;
	color: #01528c;
	text-align: center;
	vertical-align: middle;
}
.buttons a.button img{
  margin-top: -1px;
	margin-right: 5px;
	vertical-align: middle;
}
.buttons a.button:hover{
	opacity: 1.0;
	text-decoration: none;
	cursor: pointer;
}
.buttons .button:focus{
	box-sizing: border-box;
	outline: 3px solid #00278c;
	outline-offset: 1px;
}
.buttons .button:focus:not(.focus-visible),
.topic_list_cont .slider-arrow:focus:not(.focus-visible),
.topic_list_cont .slick-dots button:focus:not(.focus-visible){
	border: none;
	outline: 0 !important;
	box-shadow: none !important;
}


/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){
	.header{
		min-width: 1000px;
	}
  #menu_wrap{
    height: 54px;
  }
	.gaishi_history_menu{
		min-width: 1000px;
	}
	.index_menu_ttl img{
		width: 80px;
		height: auto;
	}




}
@media screen and (max-width: 1280px){
	.wd_low .index_ttl_cont{
		margin-top: -25px;
		width: 65%;
	}

	.index_ttl_cont{
		margin-top: -25px;
		width: 80%;
	}

	.index_lead_cont{
		width: 90%;
	}
	.bn_gaishi a{
		width: 21%;
	}
	.gaisi_img{
		margin-right: -1%;
		width: 25%;
	}
	.gaisi_img img{
		width: 100%;
		height: auto;
	}
	.index_lead{
		padding: 3% 5% 0 0;
		width: 60%;
	}
	.gaishi_menu_list li a{
		padding: 15px 25px 25px;
	}
	.about img{
		width: 200px;
		height: auto;
	}
	.bn_gaishi{
		right: -33px;
		bottom: -88px;
		width: 90%;
	}

}
@media screen and (max-width: 1024px) and (orientation: portrait){
	/* ipad 縦 */
	.header{
		min-width: initial;
	}
	.gaishi_history_menu{
		min-width: initial;
	}
	.bn_gaishi{
		bottom: -20%;
	}
	.bn_gaishi a{
		width: 23%;
	}
	.page_arrow{
		display: none;
	}

}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
  #menu_wrap{
    height: 42px;
  }
  .share_cont{
    padding: 0 10px 0 0;
		top: -2px;
		right: 0;
	}
	.index_ttl_cont{
		margin-top: 5px;
		width: 100%;
	}
	.index_ttl{
		padding: 0 0 84%;
		background: url(../img/s/ttl.png) no-repeat center bottom;
		background-size: 100% auto;
	}
	.bn_gaishi{
		margin: 0;
		overflow: hidden;
		right: 0;
		bottom: -34%;
		left: auto;
		width: 25%;
	}
	.bn_gaishi img{
		margin-right: -2%;
	}
	.bn_gaishi a{
		width: auto;
	}
	.gaisi_img{
		margin: 1% -5% 0 -1%;
		width: 23%;
	}
	.index_lead_cont{
		padding: 20px 10px;
		justify-content: flex-start;
		align-items: flex-start;
		box-sizing: border-box;
		width: 100%;
	}
	.index_lead{
		padding: 3% 0 1% 0;
		width: 78%;
	}
	.index_lead p{
		width: 86%;
	}
	.index_menu_cont{
		padding: 20px 0;
	}
	.gaishi_history_menu{
		width: 95%;
	}
	.gaishi_menu_list{
		justify-content: space-between;
	}
	.gaishi_menu_list li{
		margin: 0 0 15px 0;
		display: flex;
		width: 49%;
	}
	.gaishi_menu_list li a{
		padding: 15px 5% 15px;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.index_menu_ttl img{
		width: 60px;
	}

	/* ------------------------------
	slider
------------------------------ */
	.topic_list_cont{
		margin: 0 auto;
		padding: 10px 0 35px;
	}
	.slider{
		margin: 5px auto 0;
		padding: 0;
		position: relative;
		max-width: 180px;
	}
	.slider .slick-list{
		margin-bottom: 0;
	}
	.topic_list_cont .slider_cont a{
		font-size: 1.1rem;
	}
	.topic_list_cont .topic_img img{
		position: relative;
		z-index: 10;
		width: 100%;
		height: 100%;
	}
	.topic_list_cont .slider_cont{
		margin: 0 5px;
	}
	.slick-dots{
		margin: 0 auto;
		right: 0;
		left: 0;
		width: 90%;
	}
	.topic_list_cont .slider_cont{
		margin: 0 0;
	}
	.topic_list_cont .slider_cont button::before{
		font-size: 3px;
	}
	.slider-arrow{
		top: -15px;
		width: 15px;
		height: 35px;
	}
	.slider-prev{
		background-size: 100% auto;
	}
	.slider-next{
		background-size: 100% auto;
	}
	.slick-dots li{
		margin: 0 0;
	}
	.slick-dots li button{
		padding: 15px 0;
	}
}