@charset "utf-8";
/*------------------------------------------------------------
	access
------------------------------------------------------------*/
.bgBox {
	margin-bottom: 35px;
	color: #fff;
	background-color: #280a00;
}
.noteList {
	margin-top: 20px;
	text-align: left;
	font-size: 1.1rem;
	line-height: 1.27;
	text-align: center;
}
.noteList li {
	margin-left: 1em;
	text-indent: -1em;
}
.comBg {
	color: white;
}
/* advertisementBox */
.advertisementBox {
	margin: 47px auto 0;
	padding: 0 20px;
	max-width: 1670px;
}

.h2Title {
	padding-top: 10px;
	color: #fff;
	font-size: 5rem;
	text-align: center;
	height: 185px;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/access/bg.jpg) no-repeat center center / cover;
	box-sizing: border-box;
	letter-spacing: 0.25em;
}
.mainImg img {
	width: 100%;
}
.mainImg {
	margin-bottom: 63px;
}
.title {
	margin-bottom: 24px;
	font-size: 5.16rem;
	text-align: center;
	line-height: 1.547;
	letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
	.h2Title {
		padding-top: 0;
		font-size: 3rem;
		height: 92px;
		letter-spacing: 0.1em;
	}
	.mainImg {
		margin: 0 -40px 63px;
	}
	.title {
		margin-bottom: 18px;
		font-size: 2.1rem;
		letter-spacing: 0;
	}
}


/* sec01 */
.sec01 {
	padding-bottom: 63px;
}
.sec01 .txt {
	margin-bottom: 79px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.94;
}
.sec01 .textImg {
	text-align: center;
}
.sec01 .textImg img {
	width: 96%;
	max-width: 1454px;
}
@media all and (max-width: 896px) {
	.sec01 .txt {
		margin-bottom: 50px;
		font-size: 1.3rem;
		line-height: 1.94;
	}
	.sec01 .textImg {
		margin: 0 20px;
	}
	.sec01 .textImg img {
		width: 100%;
		max-width: 400px;
	}
}

/* sec02 */
.sec02 {
	margin-bottom: 45px;
}
.sec02 .comBox {
	max-width: 1720px;
	padding: 0 23px;
}
.sec02 .linkUl {
	margin: 0 -8px 70px;
	display: flex;
}
.sec02 .linkUl li {
	padding: 0 8px;
	width: 33.33%;
	box-sizing: border-box;
}
.sec02 .linkUl a {
	display: block;
}
.sec02 .linkUl img {
	width: 100%;
}
.sec02 .showImg {
	text-align: center;
}
@media all and (min-width: 897px) {
	.sec02 .linkUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.sec02 .comBox {
		padding: 0 20px;
	}
	.sec02 .linkUl {
		margin: 0 -20px 15px;
		display: block;
	}
	.sec02 .linkUl li {
		margin-bottom: 20px;
		padding: 0;
		width: auto;
	}
	.sec02 .linkUl li:last-child {
		margin-bottom: 0;
	}
}


/* sec03 */
.sec03 .comBox {
	padding: 0 20px;
	max-width: 1720px;
}
.sec03 .listUl {
	margin: 0 -10px 28px;
	display: flex;
}
.sec03 .listUl li {
	padding: 0 10px;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}
.sec03 .listUl .image {
	margin-bottom: 44px;
}
.sec03 .title {
	margin-bottom: 18px;
}
.sec03 .txtUl {
	margin: 0 auto;
	max-width: 1552px;
	font-size: 1.592rem;
	line-height: 1.13;
	letter-spacing: -0.05em;
}
.sec03 .txtUl li {
	padding-left: 1em;
	text-indent: -1em;
}
.sec03 .listUl .textImg img {
	width: 88%;
	max-width: 723px;
}
.sec03 .listUl li:last-child .textImg img {
	width: 42%;
	max-width: 346px;
}
@media all and (max-width: 896px) {
	.sec03 .listUl {
		margin: 0 0 28px;
		display: block;
	}
	.sec03 .listUl li {
		margin-bottom: 50px;
		padding: 0;
		width: auto;
	}
	.sec03 .listUl li:last-child {
		margin-bottom: 0;
	}
	.sec03 .listUl .textImg {
		margin: 0;
	}
	.sec03 .listUl .textImg img {
		width: 100%;
		max-width: 756px;
	}
	.sec03 .listUl .image {
		margin-bottom: 20px;
	}
	.sec03 .txtUl {
		font-size: 1.1rem;
	}
	.sec03 .listUl li:last-child .textImg img {
		width: 49%;
		max-width: 404px;
	}
}
