/* mv
--------------------------------*/
.sec_mv .item {
	width: 100%;
	overflow: hidden;
}
.sec_mv .item .link {
	background: no-repeat center center/cover;
	height: 750px;
	display: block;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.sec_mv .item a:hover {
	opacity: 0.7;
}
.sec_mv .textbox {
	position: absolute;
	top: 70px;
	left: 50%;
	width: calc(100% - 300px);
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
.sec_mv .textbox .copy {
	font-size: 4rem;
	line-height: 2;
	color: #FFFFFF;
	position: relative;
	padding: 10px 0;
}
.sec_mv .textbox .copy::before {
	content: "";
	position: absolute;
	top: 0;
	left: -150px;
	width: 300px;
	height: 5px;
	background: #FFC914;
}
.sec_mv .textbox .copy::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 385px;
	height: 5px;
	background: #FFC914;
}
.sec_mv .textbox .copy2 {
	font-size: 2.6rem;
	line-height: 1;
	color: #FFFFFF;
	margin-left: -0.5em;
	margin-top: 30px;
}
.sec_mv .textbox .copy3 {
	font-size: 1.6rem;
	line-height: 1;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: 300;
}
.sec_mv .dots {
	margin-top: 20px;
}
.sec_mv .dots .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.sec_mv .dots .slick-dots li {
	margin: 0 10px;
}
.sec_mv .dots .slick-dots li button {
	text-indent: -999px;
	line-height: 1;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #999999;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.sec_mv .dots .slick-dots li button:hover {
	opacity: 0.7;
}
.sec_mv .dots .slick-dots li.slick-active button {
	background: #1968B3;
}

/* news
--------------------------------*/
.sec_news {
	margin: 50px 0 123px;
}
.sec_news .title_sec span {
	font-size: 3rem;
	margin-left: -11em;
}
.sec_news .listbox {
	margin-top: 15px;
}
.sec_news .listbox .item {
	border-top: 1px solid #999999;
}
.sec_news .listbox .item:last-child {
	border-bottom: 1px solid #999999;
}
.sec_news .listbox-news .item .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 11px 55px 11px 10px;
	cursor: pointer;
}
.sec_news .listbox-news .item .title .date {
	width: 130px;
}
.sec_news .listbox-news .item .title .text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.sec_news .listbox-news .item .title .button {
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-transform: scale(1, -1);
	        transform: scale(1, -1);
}
.sec_news .listbox-news .item .title.is-open .button {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}
.sec_news .listbox-news .item .detail {
	background: #F5EAD6;
	padding: 11px 11px 20px 11px;
	border-top: 1px solid #999999;
	display: none;
}
.sec_news .listbox-news .item .detail > * + * {
	margin-top: 20px;
}
.sec_news .listbox-news .item .detail a {
	text-decoration: underline;
}

/* about
--------------------------------*/
.sec_about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sec_about .imgbox {
	width: 50%;
	height: 520px;
	background: no-repeat center center/cover;
	margin-top: 50px;
}
.sec_about .textbox {
	width: 50%;
}
.sec_about .textbox .title_sec {
	padding-left: 20px;
}
.sec_about .textbox .title_sec span {
	font-size: 3rem;
	margin-left: -18em;
	display: inline-block;
	padding-bottom: 10px;
}
.sec_about .textbox .box {
	padding: 30px;
	background: -webkit-gradient(linear, left top, left bottom, from(#1F5EC7), to(#D2DCC6));
	background: linear-gradient(180deg, #1F5EC7 0%, #D2DCC6 100%);
	margin-top: 20px;
}
.sec_about .textbox .box dt {
	font-size: 2.8rem;
	text-align: center;
	color: #FFFFFF;
}
.sec_about .textbox .box dd {
	margin-top: 30px;
}
.sec_about .textbox .box dd p {
	color: #FFFFFF;
}
.sec_about .textbox .box dd .button {
	margin-top: 30px;
}

/* jisseki
--------------------------------*/
.sec_jisseki {
	margin: 130px 0 112px;
}
.sec_jisseki .title_sec {
	font-size: 3.8rem;
	text-align: center;
}
.sec_jisseki .title_sec span {
	color: #2765C7;
}
.sec_jisseki .figure {
	margin-top: 50px;
	position: relative;
}
.sec_jisseki .img {
	text-align: center;
}
.sec_jisseki .item {
	position: absolute;
}
.sec_jisseki .item01 {
	top: 99px;
	left: 221px;
}
.sec_jisseki .item02 {
	top: 68px;
	left: 390px;
}
.sec_jisseki .item03 {
	top: 300px;
	left: 1032px;
}
.sec_jisseki .item04 {
	top: 553px;
	left: 745px;
}
.sec_jisseki .item05 {
	top: 725px;
	left: 439px;
}
.sec_jisseki .item06 {
	top: 336px;
	left: 0;
}
.sec_jisseki .item .icon {
	text-align: center;
}
.sec_jisseki .item .text {
	text-align: center;
}
.sec_jisseki .item .number {
	text-align: center;
}
.sec_jisseki .item .number span {
	line-height: 1;
	font-weight: 700;
}
.sec_jisseki .item .number .mark {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #B1D7FF)) 0 -10px;
	background: linear-gradient(transparent 80%, #B1D7FF 80%) 0 -10px;
}
.sec_jisseki .item-small .number span {
	font-size: 5.2rem;
}
.sec_jisseki .item-large .text {
	font-size: 2.3rem;
}
.sec_jisseki .item-large .number {
	font-size: 5.2rem;
}
.sec_jisseki .item-large .number span {
	font-size: 8.6rem;
}

/* bnr
--------------------------------*/
.sec_bnr .list .item a {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.sec_bnr .list .item a:hover {
	opacity: 0.7;
}