@charset "UTF-8";
/****************************************************
* TOP  05 ¥È¥Ã¥×?¥¹¥¿¥¤¥ë  *
*****************************************************/
/**TOPÑaÕý*/
body#homePage {
	overflow-x: hidden;
}
#homePage #headNav .panel {
	background-color: #fff;
}
#homePage #contents #main{
	padding: 0;
	margin: 0;
	border-radius: 0;
}
@media screen and (min-width: 1100px){
	#homePage #headNav{
		padding-left: 130px;
	}
}

/*¥Ó¥¸¥å¥¢¥ë*/
#topvisual {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}
#topvisual:before {
	content: "";
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	top: -120px;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	background-image: url("/im3/gprbcn000000023n/topvisual_bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
}
#topimage {
	color: #fff;
	z-index: 1;
	position: relative;
	width: 100%;
	padding: 0 10px;
	max-width: 1220px;
	min-height: 682px;
}
#topimage .copy {
	display: block;
	text-align: left;
	margin: 300px 0 0 -300px;
	font-weight: 900;
	font-size: 2.75em;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
}
#topimage img {
	position: absolute;
	/*z-index: -1;*/
}
#topimage .topimage1 {
	top: 205px;
	transform: translateY(-100%);
	left: 10%;
	width: 24.5%;
}
#topimage .topimage2 {
	top: 40px;
	right: 0;
	width: 69.5%;
	position: absolute;
	height: 640px;
}
#topimage .topimage2 .slider .slide {
	height: 640px;
	overflow: visible;
	position: relative;
}
#topimage .topimage2 .slider .slide img{
	position: relative;
	z-index: 1;
}
#topimage .slide .copy {
	display: block;
	text-align: left;
	margin: 0;
	top: 300px;
	right: 0;
	width: calc(100vw - 20px);
	max-width: 1148px;
	position: absolute;
	z-index: 2;
	font-family: "Zen Kaku Gothic New";
}
#topvisual .slick-list, #topvisual .slick-track {
	overflow: visible !important;
}
#topimage .topimage3 {
	top: 520px;
	left: 4.5%;
	width: 33.5%;
	z-index: 1;
}
#news {
	color: #fff;
	margin-left: 40%;
	display: flex;
	flex-direction: column;
	margin: 20px 35px 30px 40%;
	row-gap: 10px;
	position: relative;
	z-index: 2;
}
#news .newsHead {
	display: flex;
	align-items: center;
	column-gap: 35px;
	padding: 0 10px;
}
#news .list {
	display: inline-block;
	margin: 8px 0 0 0;
}
#news .list,#news .list a[href]{
	color: #fff;
}
#news h2 {
	font-size: 1.85em;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#news .entrys {
	font-weight: 400;
	margin: 0;
	margin-left: 40px;
}
#news .entrys >li {
	padding: 6px 0;
}
#news .entrys >li> a, #news .entrys >li >p {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
}
#news .entrys time {
	color: #fff;
	width: 9.5em;
	display: inline-block;
}
#news .entrys .title {
	font-weight: normal;
	display: inline-block;
	line-height: 1.9;
	padding: 0;
}
#news .entrys li ul.tag{
	font-size: 0.75em;
	margin-top: -8px;
}
@media screen and (max-width: 1000px) {
	#topimage .copy {
		margin-left: -30vw;
	}
	#news .entrys{
		margin-left: 2vw;
	}
	#news .entrys >li {
		flex-direction: column;
	}
}
@media screen and (max-width: 767px) {
	#topvisul{
		padding-bottom: 5px;
	}
	#topvisual:before {
		width: 100%;
		background-position: left top;
		margin: 0;
		bottom: -5px;
	}
	#topimage {
		margin: 0 auto 0;
		padding: 0;
		padding-bottom: 48vw;
		text-align: center;
		min-height: 0;
	}
	#topimage .topimage1 {
		z-index: 2;
		transform: none;
		top: auto;
		left: auto;
		bottom: 0;
		right: 7%;
		width: 34%;
		max-width: 240px;
	}
	#topimage .topimage2 {
		transform: none;
		position: static;
		width: 100%;
		height: auto;
	}
	#topimage img.topimage2 {
		height: 283px;
		object-fit: cover;
		object-position: center 25%;
	}
	#topimage .topimage3 {
		top: auto;
		left: 33.5%;
		bottom: 3vw;
		width: 58%;
		max-width: 400px;
		transform: translateX(-50%);
	}
	#topimage .copy {
		font-size: 2.5em;
		display: block;
		margin: 145px 0 0;
		line-height: 1.3;
		padding: 10px 12px;
	}
	#topimage .topimage2 .slider .slide{
		height: auto;
	}
	#topimage .topimage2 .slider .slide img{
		position: relative;
	}
	#topimage .topimage2 .slider .slide .copy{
		position: relative;
		width: auto;
		margin: 10px 0;
		top:0; left:0;
	}
	#news {
		margin: 30px 0;
	}
	#news .newsHead {
		padding: 0 15px;
	}
	#news h2 {
		font-size: 1.95em;
	}
	#news .entrys {
		margin: 0 15px;
		font-size: 1.15em;
	}
	#news .linkBtn {
		margin: 0.5em 0 0;
	}
	#news .entrys .title {
		line-height: 1.8;
	}
}
@media screen and (min-width: 768px) {
	#topvisual{
		min-height: calc(700px + 8.5vw);
	}
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
	#topvisual{
		padding-bottom: 10px;
	}
	#topimage {
		margin-top: calc((100vw - 1200px) / 6);
	}
	#news {
		margin-top: calc((100vw - 1200px) / 6);
	}
}
@media screen and (min-width: 1220px) {
	#topvisual{
		min-height: 880px;
	}
}

/*¥³¥ó¥Æ¥ó¥Ä½B½é*/
#info {
	margin: 60px auto 55px;
	max-width: 1230px;
}
#info .infocards {
	margin: 0 15px;
	padding: 0;
	list-style-type: none;
	display: flex;
	column-gap: 25px;
	row-gap: 30px;
	justify-content: center;
}
#info .infocards li {
	width: calc(25% - 25px * 3/4);
	background-size: cover;
	height: 350px;
	position: relative;
}
#info .infocards li a {
	display: block;
	width: 100%;
	height: 100%;
}
#info .infocards li a img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: transform .3s;
}
#info .infocards li a:hover, #info .infocards li a:active, #info .infocards li a:focus {
	box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.2);
}
#info .infocards li a:hover .ja-title, #info .infocards li a:active .ja-title, #info .infocards li a:focus .ja-title {
	text-decoration: underline;
}
#info .infocards li a span:lang(en),
#info .infocards li a .en-title {
	content: "";
	position: absolute;
	top: 0;
	left: -3%;
	font-family: "Italianno", cursive;
	font-size: 1.9em;
	color: #3651a3;
	text-shadow:
		0 0 2px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.2);
}
#info .infocards li a p{
	position: absolute;
	bottom: 11px;
	margin: 0;
	padding: 0.5em 0.6em 0.2em 0.8em;
	color: #001219;
	font-weight: bold;
	font-size: 1.15em;
	right: -3%;
	z-index: 0;
}
#info .infocards li a p::after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 14px;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2Ljc5IDEzLjU5Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMzY1MWEzOwogICAgICAgIHN0cm9rZS13aWR0aDogMHB4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iVFhUIj4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDAgNi43OSA2Ljc5IDAgMTMuNTkgNC40OSA2Ljc5IDAgMCIvPgogIDwvZz4KPC9zdmc+');
	margin-left: 0.2em;
}
#info .infocards li a p::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #EEF4FF;
	opacity: 0.8;
	box-shadow: 2px 2px 0px rgba(15, 55, 99, 0.75);
	z-index: -1;
}
@media screen and (max-width: 1000px) {
	#info .infocards {
		flex-wrap: wrap;
		margin: 0 30px;
	}
	#info .infocards li {
		width: calc(50% - 15px);
		height: 350px;
		position: relative;
	}
}
@media screen and (max-width: 767px) {
	#info .infocards {
		margin: 0 18px;
		column-gap: 20px;
		row-gap: 17px;
	}
	#info .infocards li {
		width: calc(50% - 10px);
		height: 197px;
	}
	#info .infocards li a span:lang(en),
	#info .infocards li a .en-title {
		font-size: 1.15em;
	}
	#info .infocards li a p{
		bottom: 7px;
		padding: 0.5em 0.6em 0.3em 1em;
	}
	#info .infocards li a p::after{
		width: 4px;
		height: 8px;
	}
}
#pickup {
	background-color: #00898d;
	background-image: url("/im3/gprbcn000000023n/pickup_bg.png");
	background-size: cover;
	padding: 0 0 40px;
	margin: 95px 0 45px;
}
#pickup h2 {
	text-align: center;
	font-size: 1.85em;
	font-weight: bold;
	color: #fff;
	padding: 15px 0 12px;
	margin-bottom: 0;
}
#pickup .slider:not(.slick-slider){
	display: flex;
	justify-content: center;
}
#pickup .slider .slide {
	margin: 0 10px;
	position: relative;
	overflow: hidden;
}
#pickup .slider .slide a{
	display: block;
	width: 265px;
	height: 240px;
}
#pickup .slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	margin: 0 auto;
	transition: transform .3s;
}
#pickup .slider a:hover img, #pickup .slider a:active img, #pickup .slider a:focus img {
	transform: scale(1.1);
}
#pickup .slider p.caption {
	padding: 0;
	margin: 0;
	position: absolute;
	display: block;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1), 1px 0px 1px rgba(0, 0, 0, 1), -1px 0px 1px rgba(0, 0, 0, 1), 0px -1px 1px rgba(0, 0, 0, 1);
	font-size: 1.25em;
	font-weight: bold;
}
#pickup .slider .caption span.out{
	font-size: 0.625em;
	margin-left: 0.3em;
	margin-right: 0;
}

#pickup .slider-control {
	text-align: center;
	margin-top: 15px;
}
#pickup .slider .slick-slide {
	padding: 0 10px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#pickup {
		margin: 0 0 30px;
		padding-bottom: 30px;
	}
	#pickup .slider .slide a{
		width: 238px;
		height: 216px;
	}
}

/*¥Ð¥Ê©`*/
#links {
	margin: 0 auto 50px;
	text-align: center;
}
#links h2 {
	color: #333;
	text-align: center;
	font-size: 1.9em;
	font-weight: bold;
	margin-bottom: 0;
}
#links .banner {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: inline-flex;
	flex-wrap: wrap;
	row-gap: 10px;
	width: auto;
}
#links .banner li {
	width: 240px;
	height: 65px;
	padding: 2.5px;
	overflow: hidden;
	display: inline;
}
#links .banner li a {
	display: block;
	height: 100%;
	width: 100%;
	transition: transform .3s;
}
#links .banner li a:hover img, #links .banner li a:active img, #links .banner li a:focus img {
	opacity: 0.8;
}
#links .banner li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	display: block;
	margin: auto;
}
@media screen and (max-width: 1220px) {
	#links .banner {
		width: 960px;
	}
}
@media screen and (max-width: 1000px) {
	#links .banner {
		width: 720px;
	}
}
@media screen and (max-width: 767px) {
	#links {
		margin: 0 15px 50px;
	}
	#links .banner {
		row-gap: 8px;
		width: 522px;
	}
	#links .banner li {
		width: 174px;
		height: 48px;
	}
}
@media screen and (max-width: 540px) {
	#links .banner {
		width: 348px
	}
}
@media screen and (max-width: 370px) {
	#links .banner {
		width: 174px
	}
}

