@charset "UTF-8";



/* ------------------------------
	.mv
------------------------------ */
.mv{
	position: relative;
}

.mv_slide li{
	height: 560px;
}

.mv_slide .mv01{
	background: #c2d4dc url(../img/index/mv_img01.jpg) no-repeat center top;
	background-size: 1580px;
}
.mv_slide .mv02{
	background: #f5e4d0 url(../img/index/mv_img02.jpg) no-repeat center top;
	background-size: 1580px;
}
.mv_slide .mv03{
	background: #191919 url(../img/index/mv_img03.jpg) no-repeat center top;
	background-size: 1580px;
}
.mv_slide .mv04{
	background: #000000 url(../img/index/mv_img04.jpg) no-repeat center top;
	background-size: 1580px;
}

.mv_slide .wrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
}

.mv_slide .mv01 .btn_box{
	margin-top: 380px;
	margin-left: 20px;
}
.mv_slide .mv02 .btn_box{
	margin-top: 410px;
	margin-left: 695px;
}
.mv_slide .mv03 .btn_box{
	margin-top: 465px;
	margin-left: 640px;
}
.mv_slide .mv04 .btn_box{
	margin-top: 410px;
	margin-left: 50px;
}

.mv_txt{
	position: absolute;
	bottom: -16px;
	right: 50px;
	width: 284px;
}

.mv_slide li{
	outline: 0;
}

.mv_slide .img,
.mv_slide .img img{
	width: 100%;
	outline: 0;
}

.mv_slide .slick-dots{
	z-index: 2;
	bottom: 10px;
	display: flex;
	justify-content: center;
}
.mv_slide .slick-dots li{
	width: 30px;
	height: 3px;
}
.mv_slide .slick-dots li button{
	width: 100%;
	height: 100%;
	padding: 0;
	background: #fff;
	opacity: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.mv_slide .slick-dots li button:before{
	display: none;
}
.mv_slide .slick-dots li button:hover{
	background: #f6c22f;
}
.mv_slide .slick-dots .slick-active button{
	opacity: 1;
	background: #ca2a20;
}

.mv_slide .slick-arrow{
	position: absolute;
	z-index: 3;
	bottom: 40px;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 32px;
	height: 8px;
	cursor: pointer;
}

.slick-dotted.slick-slider{
	margin-bottom: 0;
}

.mv_slide .sp{
	display: none !important;
}



@media screen and (max-width: 768px){
	.mv_txt{
		right: 2px;
		max-width: 250px;
		width: 50%;
	}

	.mv_slide li{
		height: auto;
	}

	.mv_slide [class^="mv"]{
		background: none;
	}

	.mv_slide .sp{
		display: block !important;
	}

	.mv_slide .wrap{
		position: relative;
		height: auto;
	}

	.mv_slide [class^="mv"] .btn_box{
		position: absolute;
		bottom: 12vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
	}

	.mv_slide .slick-dots{
		justify-content: flex-start;
		padding: 0 15px;
	}

	.mv_slide .slick-dots li{
		width: 20px;
		margin: 0 4px;
	}
}



/* ------------------------------
	.news
------------------------------ */
.news{
	padding: 80px 0 55px;
}

.news_box{
	max-width: 785px;
}

.news .btn_box{
	margin-top: 25px;
}


@media screen and (max-width: 768px){
	.news{
		padding: 50px 0;
	}

	.news .str_ttl{
		margin-bottom: 30px;
	}

	.news .flex{
		flex-wrap: wrap;
	}

	.news .btn_box{
		text-align: center;
	}
}



/* ------------------------------
	.campaign
------------------------------ */
.campaign{
	padding: 70px 0 80px;
}

.campaign .str_ttl{
	margin-bottom: 20px;
}

.campaign .wrap{
	max-width: 1128px;
}

.campaign_list{
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
}
.campaign_list li{
	width: 376px;
}

.campaign_list .img{
	padding: 20px 19px;
	width: 376px;
}

.campaign_list a{
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.campaign_box a:hover {
		opacity: 1;
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
		border-color: #ca2a20;
		box-shadow: 2px 2px 10px rgba(0,0,0, 0.15);
	}
}
.campaign_list a img{
	width: 100%;
}

.campaign_list .slick-arrow{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	cursor: pointer;
}
.campaign_list .prev_arrow{
	left: -20px;
	border-bottom: 2px solid #ca2a20;
	border-left: 2px solid #ca2a20;
}
.campaign_list .next_arrow{
	right: -20px;
	border-top: 2px solid #ca2a20;
	border-right: 2px solid #ca2a20;
}


@media screen and (max-width: 768px){
	.campaign{
		padding: 50px 0;
	}

	.campaign .wrap{
		width: calc(92% - 40px);
	}

	.campaign .str_ttl{
		margin-bottom: 30px;
	}

	.campaign_list{
		display: block;
		width: 100%;
		max-width: 338px;
		margin: 0 auto;
	}

	.campaign_list li{
		width: 100%;
	}
	.campaign_list > li + li{
		margin-top: 10px;
	}

	.campaign_list li .img{
		width: 100%;
		max-width: 338px;
		margin: 0 auto;
		padding: 0;
	}

	.campaign_list .slick-arrow{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 15px;
		height: 15px;
		transform: rotate(45deg);
		cursor: pointer;
	}
	.campaign_list .prev_arrow{
		left: -20px;
	}
	.campaign_list .next_arrow{
		right: -20px;
	}
}



/* ------------------------------
	.strength
------------------------------ */
.strength{
	padding: 90px 0 100px;
	background: #aa0a00 url(../img/index/strength_bg.jpg) no-repeat center center;
	background-size: 1680px;
}

.strength .str_ttl{
	margin-bottom: 40px;
}

.strength .str_ttl + .txt{
	margin-bottom: 25px;
	font-size: 1.8rem;
	line-height: 1.8;
}
@media screen and (min-width: 769px) {
	.strength .btn a:hover{
		background-color: #7c1d18;
		border-color: #ba8c21;
	}
	.strength_box .strength_link:hover{
		opacity: 1;
	}
	.strength_box .strength_link:hover .btn .nolink_btn{
		opacity: 1;
		background-color: #440603;
		-moz-background-clip: padding;
		-webkit-background-clip: padding;
		background-clip: padding-box;
		color: #fff;
		background-color: #7c1d18;
		border-color: #ba8c21;
	}

	.strength_box .strength_link:hover .btn .nolink_btn::before{
		background: url(../img/common/ico_arw02.png) no-repeat center center;
		background-size: 100%;
	}
}

.strength .flex{
	margin-top: 45px;
}

.strength_box{
	width: 520px;
	background: #710700;
	border-radius: 5px;
}

.strength_box .strength_link{
	display: block;
	padding: 40px 0;
	cursor: pointer;
}

.strength_box .txt{
	padding-top: 110px;
	margin-bottom: 15px;
	font-size: 2.0rem;
}

.strength_box.tel .txt{
	background: url(../img/common/link_tile_ico01.png) no-repeat center top;
	background-size: 104px;
}
.strength_box.con .txt{
	background: url(../img/common/link_tile_ico02.png) no-repeat center top;
	background-size: 104px;
}


@media screen and (max-width: 768px){
	.strength{
		padding: 40px 0 50px;
		background: #aa0a00 url(../img/index/strength_bg_sp.jpg) no-repeat center top;
		background-size: cover;
	}

	.strength .str_ttl{
		margin-bottom: 20px;
	}

	.strength .str_ttl + .txt{
		width: 92%;
		margin: 0 auto 20px;
		font-size: 1.6rem;
	}

	.strength .flex{
		flex-wrap: wrap;
	}

	.strength_box{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.strength_box + .strength_box{
		margin-top: 10px;
	}

	.strength_box .strength_link{
		width: 100%;
		padding: 15px 0;
	}
	.strength_box .strength_link > div{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 265px;
		min-height: 92px;
		padding-left: 110px;
		margin: 0 auto;
	}

	.strength_box .txt{
		padding-top: 0;
		margin-bottom: 10px;
		font-size: 2.0rem;
		line-height: 1.3;
		text-align: left;
	}
	.strength_box.tel .txt,
	.strength_box.con .txt{
		background: none;
	}

	.strength_box .btn_box{
		text-align: left;
	}

	.strength_box.tel .strength_link > div{
		background: url(../img/common/link_tile_ico01.png) no-repeat left center;
		background-size: 92px;
	}
	.strength_box.con .strength_link > div{
		background: url(../img/common/link_tile_ico02.png) no-repeat left center;
		background-size: 92px;
	}
}



/* ------------------------------
	.information
------------------------------ */
.information{
	padding: 90px 0 90px;
	background: url(../img/index/information_bg02.png) no-repeat,
				url(../img/index/information_bg01.png) no-repeat;
	background-color: #e8eceb;
	background-size: 1580px, 1580px;
	background-position: center bottom, center top;
}

.information .str_ttl{
	margin-bottom: 40px;
}
.information .str_ttl img{
	width: 421px;
	margin-bottom: 10px;
}

.information_list{
	display: flex;
	flex-wrap: wrap;
}

.information_list li{
	width: 338px;
	margin-bottom: 40px;
}
.information_list li + li{
	margin-left: 38px;
}
.information_list li:nth-child(3n + 1){
	margin-left: 0;
}

.information_list a{
	display: block;
	background: #fff;
	border: 1px solid #e8eceb;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media screen and (min-width: 769px) {
	.information_box a:hover {
		opacity: 1;
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
		border-color: #ca2a20;
		box-shadow: 2px 2px 10px rgba(0,0,0, 0.15);
	}
}
.information_list a img{
	width: 100%;
	height: 215px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.information_list .txt_box{
	padding: 25px 30px;
}

.information_list .date_box{
	display: flex;
	align-items: center;
}

.information_list .cate{
	flex-shrink: 0;
	padding: 5px 15px;
	margin-right: 10px;
	background: #9b9a9a;
	border-radius: 3px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}
.information_list .cate.bl{
	background: #6da8c6;
}
.information_list .cate.ye{
	background: #b8b18b;
}

.information_list .date{
	flex-shrink: 0;
	font-size: 1.4rem;
}

.information_list .txt_box .ttl{
	margin-top: 8px;
	font-size: 1.8rem;
	line-height: 1.5;
}
.information_list .txt_box .txt{
	margin-top: 10px;
	line-height: 1.6;
	font-size: 1.4rem;
}


@media screen and (max-width: 768px){
	.information{
		padding: 50px 0;
		background: url(../img/index/information_bg02_sp.jpg) no-repeat,
					url(../img/index/information_bg01_sp.jpg) no-repeat;
		background-color: #e8eceb;
		background-size: 100%, 100%;
		background-position: center bottom, center top;
	}

	.information .str_ttl{
		margin-bottom: 25px;
	}

	.information .str_ttl img{
		width: 200px;
	}

	.information_list li{
		width: 100%;
		margin-bottom: 0;
	}
	.information_list li + li{
		margin-left: 0;
		margin-top: 15px;
	}

	.information_list .txt_box{
		padding: 20px 25px;
	}

	.information .btn_box{
		margin-top: 30px;
	}

	.information_list a img{
		height: auto;
		max-height: 33vh;
	}
}