@charset "utf-8";
/* Hero*/
.hero{padding-bottom: 80px;}

@media (max-width: 767px){
	.hero{padding-bottom: 60px;}
	.hero-img img{width: 92px;}
}

.boxTit {
	margin-bottom: 90px;
}

.boxTit .tit {
	font-size: 3.6rem;
	line-height: 1;
    color: #231f20;
	text-align: center;
	margin-bottom: 20px;
}

.boxTit .tit span {
	display: inline-block;
	padding-bottom: 10px;
	position: relative;
}

.boxTit .tit span::after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	border-bottom: 2px solid #231f20;
}

.boxTit p {
	text-align: center;
	font-size: 1.9rem;
	line-height: 2;
}

.boxTit .photo {
	text-align: center;
	padding: 30px 0 60px;
}

.boxTit .bnr {
	text-align: center;
	margin: 40px 0 0;
}
.boxTit .bnr a:hover{opacity: .8;}

.flexBox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.boxList {
	text-align: center;
}

.boxList .flexBox:not(:last-child) {
	margin-bottom: 40px;
}

.boxList li {
	width: 31.2%;
}

.boxList li p {
	font-size: 1.5rem;
	margin-top: 15px;
}

.boxList .icon img {
	width: 65%;
	max-width: 200px;
}

.boxMovie {
	padding: 60px 0;
}

.boxMovie .inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 60px 50px;
	background: #fddac6;
	border: 2px solid #f15a29;
	border-radius: 10px;
	text-align: center;
}

.boxMovie .tit {
	line-height: 1;
	margin-bottom: 10px;
}

.boxMovie p {
	font-size: 1.5rem;
}

.boxMovie ul {
	margin-top: 20px;
}

.boxMovie li {
	width: 48.1%;
}

.boxMovie li a:hover{opacity: .8;}

@media (max-width: 767px){
	.boxTit{
		margin-bottom: 60px;
	}
	
	.boxTit .tit {
		font-size: 2.6rem;
		margin-bottom: 20px;
	}
	.boxList .icon img{
		width: 50%;
	}
	.boxTit p {
		font-size: 1.6rem;
		text-align: left;
	}

	.boxTit .photo {
		padding: 10px 0 30px;
	}

	.boxTit .photo img {
		width: 150px;
	}
	.boxList .flexBox:not(:last-child){margin-bottom: 50px;}
	.boxList li > img{width: 100%; max-width: 480px;}

	.boxList ul,
	.boxMovie ul {
		row-gap: 15px;
	}

	.boxList li,
	.boxMovie li {
		width: 100%;
	}

	.boxMovie .inner {
		padding: 20px;
	}

	.boxMovie p {
		font-size: 1.3rem;
	}
}