@charset "UTF-8";
/* css [home] */

@import url("slick.css");
@import url("slick-theme.css");
@import url("home/topics.css");
@import url("home/info.css");
@import url("home/center.css");

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Top Site Main-Banner ==*/
#mainbanner {
	padding: 0;
	margin: 0 auto;
	height: auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#mainbanner figure {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== img ==*/
#mainbanner figure img {
	padding: 0;
	margin: 0;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';
	position: relative;
	overflow: hidden;
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: absolute;
}
#mainbanner figure figcaption h2 {
	padding: 0;
	margin: 0;
	color: #000;
	font-family: 'M PLUS 1p', sans-serif;
	font-style: normal;
	font-weight: 800;
	transform: rotate(0.05deg);/* Webフォントをキレイ(滑らか)に表示する */
	text-align: left;
	text-shadow:0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff;
}
#mainbanner figure figcaption p {
	padding: 0;
	margin: 0;
	color: #000;
	font-family: 'M PLUS 1p', sans-serif;
	font-style: normal;
	font-weight: 800;
	transform: rotate(0.05deg);/* Webフォントをキレイ(滑らか)に表示する */
	text-align: left;
	text-shadow:0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff;
}
#mainbanner figure figcaption h2 em, #mainbanner figure figcaption p em {
	padding: 0;
	margin: 0;
	color: #116833;
	font-style: normal;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 30px;
}
.slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0;
}
.slick-dots li + li {
	margin-left: 20px;
}
.slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
}
.slick-dots li button:before {
	font-family: "";
	font-size: 0;
	line-height: 0;
	content: "";
	width: 12px;
	height: 12px;
	color: #b7bac6;
	background-color: #e6e6e6;
	border: solid 1px #dcdcdc;
	opacity: 1;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before {
	color: #3a4e9d;
	background-color: #3a4e9d;
	border: solid 1px #3a4e9d;
	opacity: 1;
}


/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 70px;
}

/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
#maincontainer {
	margin-top: 110px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Top Site Main-Banner ==*/
#mainbanner {
	width: 96%;
	max-width: 1240px;
	height: 560px;
}
#mainbanner figure {
	width: 100%;
	height: 560px;
	border-radius: 40px;
}

/*== img ==*/
#mainbanner figure img {
	min-width: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';
	border-radius: 40px;
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 92%;
	max-width: 1120px;
	top: 18%;
	left: 0;
	right: 0;
}
#mainbanner figure figcaption p {
	margin-left: 45%;
	margin-bottom: 12px;
	width: 55%;
	font-size: 28px;
	line-height: 1.2;
}
#mainbanner figure figcaption h2 {
	margin-left: 45%;
	width: 55%;
	font-size: 35px;
	line-height: 1.2;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 30px;
}
.slick-dots li {
	width: 18px;
	height: 18px;
}
.slick-dots li button {
	width: 18px;
	height: 18px;
}
.slick-dots li button:before {
	width: 18px;
	height: 18px;
}



}


/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 650px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 60px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Top Site Main-Banner ==*/
#mainbanner {
	width: 100%;
	height: 470px;
}
#mainbanner figure {
	width: 100%;
	height: 470px;
	/* border-radius: 30px; */
}

/*== img ==*/
#mainbanner figure img {
	min-width: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';
	/* border-radius: 30px; */
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 92%;
	top: 16%;
	left: 0;
	right: 0;
}
#mainbanner figure figcaption p {
	/*margin-left: 40%;*/
	margin-bottom: 10px;
	width: 100%;
	font-size: 22px;
	line-height: 1.2;
}
#mainbanner figure figcaption h2 {
	/*margin-left: 40%;*/
	width: 100%;
	font-size: 30px;
	line-height: 1.2;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 25px;
}
.slick-dots li {
	width: 16px;
	height: 16px;
}
.slick-dots li button {
	width: 16px;
	height: 16px;
}
.slick-dots li button:before {
	width: 16px;
	height: 16px;
}


}


/* Phone */
/* Portrait mode */
@media only screen and (max-width: 649px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 60px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Top Site Main-Banner ==*/
#mainbanner {
	width: 100%;
	height: 350px;
}
#mainbanner figure {
	width: 100%;
	height: 350px;
	/* border-radius: 30px; */
}

/*== img ==*/
#mainbanner figure img {
	min-width: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';
	/* border-radius: 30px; */
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 90%;
	top: 12%;
	left: 0;
	right: 0;
}
#mainbanner figure figcaption p {
	/*margin-left: 20%;*/
	margin-bottom: 8px;
	width: 100%;
	font-size: 18px;
	line-height: 1.2;
}
#mainbanner figure figcaption h2 {
	/*margin-left: 20%;*/
	width: 100%;
	font-size: 25px;
	line-height: 1.2;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 20px;
}
.slick-dots li {
	width: 14px;
	height: 14px;
}
.slick-dots li button {
	width: 14px;
	height: 14px;
}
.slick-dots li button:before {
	width: 14px;
	height: 14px;
}


}