@charset "UTF-8";

#top #content {
	padding-top: 140px;
}
#top .mainVis {
	position: relative;
}
#top .mainVis .copy-area {
	position: absolute;
	top: 11%;
	left: 25%;
	z-index: 10;
	text-align: left;
}
#top .mainVis .btn {
	position: relative;
	display: block;
	width: 260px;
	box-shadow: 0 0 0 1px #000;
	border-radius: 100px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	color: #000;
}
#top .mainVis .copy-area .btn-mid{
	width: 310px;
}
#top .mainVis .copy-area .btn-wide{
	width: 440px;
}
#top .mainVis figure {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 10;
}
#top .swiper-container .swiper-slide {
	position: relative;
	font-family: 'Noto Sans Japanese', sans-serif, serif;
	font-weight: 500;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
#top .mainVis .swiper-slide img {
	width: 100%;
	height: auto;
}
.swiper-button-next {
	background: none;
	outline: none;
	right: 40px;
}
.swiper-button-prev {
	background: none;
	outline: none;
	left: 40px;
}
#top .mainVis .thumbslist {
	position: relative;
	max-width: 1180px;
	padding: 0 15px;
	margin: 0 auto;
	overflow: initial;
	z-index: 2;
	background: transparent;
	padding-top: 6px;
	margin-top: -6px;
}
#top .mainVis .thumbslist .swiper-slide {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 19%;
	height : 95px;
	padding: 15px;
	color: #fff;
	overflow: initial;
	border-left: solid 1px #cbcbcb;
}
#top .mainVis .thumbslist .swiper-slide:nth-child(5) {
	border-right: solid 1px #cbcbcb;
}

#top .mainVis .thumbslist .swiper-slide-thumb-active {
	position: relative;
	background: #e6eff7;
}

#top .mainVis .thumbslist .swiper-slide-thumb-active .thumb-text,
#top .mainVis .thumbslist-sp .swiper-slide-thumb-active .thumb-text{
	color: #042d94;
}

#top .mainVis .thumbslist .swiper-slide-thumb-active:before {
	content: "";
	z-index: 10;
	position: absolute;
	top: -6px;
	right: 0;
	left: 0;
	width: 40%;
	height: 6px;
	margin: auto;
	background: #042d94;
	background: -moz-linear-gradient(-45deg, #042d94 0%, #157e89 56%, #26d07e 100%, #26d07e 100%);
	background: -webkit-linear-gradient(-45deg, #042d94 0%,#157e89 56%,#26d07e 100%,#26d07e 100%);
	background: linear-gradient(135deg, #042d94 0%,#157e89 56%,#26d07e 100%,#26d07e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042d94', endColorstr='#26d07e',GradientType=1 );
	transform: scale(1);
	transform-origin: left top;
	transition: transform .3s;
}
/*
#top .mainVis .thumbslist .swiper-slide-thumb-active:before {
	content: "";
	z-index: 10;
	position: absolute;
	top: -6px;
	right: 0;
	left: 0;
	width: 40%;
	height: 6px;
	margin: auto;
	background: #042d94;
	background: -moz-linear-gradient(-45deg, #042d94 0%, #157e89 56%, #26d07e 100%, #26d07e 100%);
	background: -webkit-linear-gradient(-45deg, #042d94 0%,#157e89 56%,#26d07e 100%,#26d07e 100%);
	background: linear-gradient(135deg, #042d94 0%,#157e89 56%,#26d07e 100%,#26d07e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042d94', endColorstr='#26d07e',GradientType=1 );
	transform: scale(1);
	transform-origin: left top;
	transition: transform .3s;
}
*/
#top .mainVis .thumbslist .thumb-image {
	width: 40%;
}

#top .mainVis .thumbslist .thumb-image.youtube {
	width: 100%;
}

#top .mainVis .thumbslist .thumb-text {
	display: block;
	padding: 0 10px;
	font-size: 16px;
	color: #000;
	text-align: left;
}

#top .mainVis p {
	margin-top: 30px;
}
#top .mainVis .ttl {
	position: relative;
	margin-top: 0;
	font-size: 28px;
	line-height: 1.2;
	padding-bottom: 34px;
}
#top .mainVis .ttl::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 4px;
	left: 4px;
	bottom: 0px;
	z-index: 1;
	border-radius: 3px;
	background: #042d94;
	background: -moz-linear-gradient(-45deg,  #042d94 0%, #157e89 56%, #26d07e 100%, #26d07e 100%);
	background: -webkit-linear-gradient(-45deg,  #042d94 0%,#157e89 56%,#26d07e 100%,#26d07e 100%);
	background: linear-gradient(135deg,  #042d94 0%,#157e89 56%,#26d07e 100%,#26d07e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042d94', endColorstr='#26d07e',GradientType=1 );
}
#top .mainVis .ttl small {
	display: block;
	font-size: 16px;
}
#top .mainVis .ttl > span {
	display: block;
	margin-top: 10px;
	color: #042d94;
}
#top .mainVis .ttl > span > span {
	font-weight: bold;
	font-size: 36px;
}
#top .mainVis .department {
	font-size: 14px;
}
#top .mainVis .lead {
	line-height: 1.8;
	font-size: 18px;
}
#top .mainVis .sup-info {
	margin-top: 5px;
	font-size: 11px;
}
#top .idx-list li:nth-child(-n+4) {
	margin-top: 0;
}

#top .search .search-chara li {
	border:1px solid #ccc;
	padding:10px;
	background: #fff;
}
#top .search .search-chara li dt {
	border-right: 1px solid #ccc;
	vertical-align: middle;
}
#top .search .search-chara li dd {
	padding-left:16px;
	vertical-align: middle;
}

#top .search-chara li a {
	display: block;
	position: relative;
	padding-left: 15px;
}
#top .search-chara li a::after {
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: -5px;
	bottom: 0;
	margin: auto;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: '\f105';
	font-size: 1.8rem;
	line-height: 1;
	color: #063593;
}

#top .service {
	padding-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
	#top .swiper-container .swiper-slide {
		text-align: center;
		height: auto;
	}
	#top .mainVis .swiper-slide img {
		text-align: center;
		height: auto;
	}
	#top .mainVis .copy-area {
		left: 13%;
		top: 8%;
	}
	#top .mainVis .lead {
		line-height: 1.6;
		font-size: 16px;
	}
	#top .mainVis .ttl {
		padding-bottom: 23px;
	}
	#top .mainVis p {
		margin-top: 15px;
	}
	#top .mainVis .btn {
		width: 240px;
	}
	#top .mainVis .btn a {
		padding: 10px;
	}
}

@media screen and (max-width: 767px) {
	#top #content {
		padding-top: 74px;
	}
	#top .mainVis {
		min-height: initial;
		min-height: auto;
	}
	#top .gallery-top-sp .swiper-slide {
		text-align: center;
	}
	#top .gallery-top-sp .swiper-slide .copy-area .btn {
		width: 315px;
		margin: 0 auto;
		margin-top: 15px;
	}
	#top .gallery-top-sp .swiper-slide:nth-child(4) .copy-area {
		bottom: 1%;
	}
	#top .gallery-top-sp .swiper-slide:nth-child(5) .copy-area .ttl span {
		font-size: 22px;
	}
	#top .mainVis .swiper-slide img {
		width: 100%;
		height: auto;
	}
	#top .mainVis .copy-area {
		left: 0;
		right: 0;
		top: initial;
		bottom: 5%;
		margin: auto;
		padding-bottom: 1px;
		text-align: center;
		transform: none;
		overflow: hidden;
	}
	#top .mainVis figure {
		position: absolute;
		bottom: 20px;
		left: 0;
		z-index: 10;
		width: 90%;
	}
	#top .mainVis figure img {
		width: 100%;
		height: auto;
	}
	#top .mainVis .thumbslist-sp .thumb-image {
		width: 100%;
		height: 100%;
	}
	#top .mainVis .ttl {
		font-size: 1.6rem;
		font-weight: bold;
		padding-bottom: 15px;
	}
	#top .mainVis .ttl::after {
		width: 30px;
		height: 2px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#top .mainVis .ttl small {
		font-size: 1.2rem;
	}
	#top .mainVis .ttl > span {
		margin-top: 5px;
	}
	#top .mainVis .ttl > span >span {
		font-size: 20px;
	}
	#top .mainVis .lead {
		font-size: 1.2rem;
		line-height: 1.6;
	}
	#top .mainVis .copy-area .btn-wide{
		width: 350px !important;
	}
	#top .mainVis p {
		margin-top: 10px;
	}
	#top .mainVis .department {
		margin-top: 15px;
		font-size: 1.2rem;
	}
	#top .swiper-container .swiper-slide > img {
		display: block;
		width: 100%;
		height: auto;
	}
	#top .thumbslist-sp {
		width: 77%;
	}
	#top .swiper-container-horizontal>.swiper-pagination {
		width: auto;
		text-align: center;
		left: 0;
		right: 0;
		bottom: 0;
	}
	#top .swiper-pagination-bullet {
		width:25px;
		height:1px;
	}
	#top .mainVis .thumbslist-sp .swiper-slide {
		padding: 5px;
		border-left: solid 1px #cbcbcb;
	}
	#top .mainVis .thumbslist-sp .swiper-slide-thumb-active {
		position: relative;
		background: #e6eff7;
	}
	#top .mainVis .thumbslist-sp .swiper-slide:nth-child(5) {
		border-right: solid 1px #cbcbcb;
	}
	#top .mainVis .thumbslist-sp .thumb-text {
		font-size: 1rem;
	}
	#top .pickup {
		padding-top: 20px;
		font-size: 1.2rem;
	}
	#top .pickup .container {
		padding: 0;
	}
	#top .pickup.news .container {
		padding: 0 15px;
	}
	#top .pickup li dt {
		padding: 8px;
		width: auto;
	}
	#top .pickup li .news-title {
		padding: 8px 30px 8px 10px;
		width: auto;
	}
	#top .news .news-list {
		margin-bottom: 30px;
	}
	.swiper-button-next {
		background: none;
		outline: none;
		top: 96%;
		right: 3%;
	}
	.swiper-button-prev {
		background: none;
		outline: none;
		top: 96%;
		left: 3%;
	}
	.swiper-button-next > img{
		width: 25px;
	}
	.swiper-button-prev > img {
		width: 25px;
	}
	#top .mainVis .thumbslist-sp {
		overflow: initial;
	}
	#top .mainVis .thumbslist-sp .swiper-slide-thumb-active:before {
		content: "";
		z-index: 10;
		position: absolute;
		top: -4px;
		right: 0;
		left: 0;
		width: 85%;
		height: 4px;
		margin: auto;
		background: #042d94;
		background: -moz-linear-gradient(-45deg, #042d94 0%, #157e89 56%, #26d07e 100%, #26d07e 100%);
		background: -webkit-linear-gradient(-45deg, #042d94 0%,#157e89 56%,#26d07e 100%,#26d07e 100%);
		background: linear-gradient(135deg, #042d94 0%,#157e89 56%,#26d07e 100%,#26d07e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042d94', endColorstr='#26d07e',GradientType=1 );
		transform: scale(1);
		transform-origin: left top;
		transition: transform .3s;
	}
}

