.homePage .sec01{
	background: url("../img/sec01_bg1920.jpg") no-repeat center top/cover;
}
.homePage .sec01 .sec01_content{
	display: inline-block;
	color: #333333;
	font-weight: bold;
	width: auto;
	max-width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	position: relative;
	padding: 30px 30px 30px 40px;
	margin: 110px 0 90px 0;
}
.homePage .sec01 .sec01_content::before{
	content: "";
	position: absolute;
	top: 0;
	width: 12px;
	height: 100%;
	left: 0;
	background-color: rgba(147, 29, 35, 0.8);
}
.sec01_kumamoto{
	display: none;
}
.homePage .sec01 .notification{
	font-size: 2.8rem;
	letter-spacing: 1px;
	line-height: 1;
}
.homePage .sec01 .notification span{
	font-size: 4.1rem;
}
.homePage .sec01 h1{
	font-size: 4rem;
	line-height: 1;
	margin: 10px 0 3px;
}
html[lang=en] .homePage .sec01 h1{
	font-size: 3.2rem;
	margin-top: 0;
}
.homePage .sec01 .p1{
	font-size: 1.7rem;
}
.homePage .sec01 .p1 sup{
	font-size: 1.2rem;
}
.homePage .sec01 .p2{
	font-size: 2.4rem;
	margin: 13px 0 10px;
}
html[lang=en] .homePage .sec01 .p2{
	font-size: 2.2rem;
}
.homePage .sec01 ul li{
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}
.homePage .sec01 ul li:last-of-type{
	margin-bottom: 0;
}
.homePage .sec01 ul li>div{
	width: 100px;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	background-color: #931d23;
	padding: 5px 10px 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.homePage .sec01 ul li>p{
	width: calc(100% - 100px);
	font-size: 2.2rem;
	line-height: 1.3;
	padding-left: 18px;
}
html[lang=en] .homePage .sec01 ul li>div{
	display: block;
	text-align: center;
	width: 180px;
}
html[lang=en] .homePage .sec01 ul li>p{
	width: calc(100% - 180px);
}
.homePage .sec h2{
	font-size: 4.4rem;
	line-height: 1.2;
	font-weight: bold;
	color: #931d23;
	text-align: center;
}
html[lang=en] .homePage .sec h2{
	margin-bottom: 25px;
}
.homePage .sec .ttl_jp{
	text-align: center;
	font-size: 2.4rem;
	color: #333;
	position: relative;
	font-weight: bold;
	margin-bottom: 23px;
}
.homePage .sec .ttl_jp::before{
	content: "";
	width: 50px;
	height: 2px;
	background-color: #fcdea7;
	display: block;
	margin: 0 auto;
}
.homePage .sec02{
	padding: 85px 0;
}
.homePage .sec02 ul{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
.homePage .sec02 ul li{
	list-style-type: none;
	width: calc(250 / 1100 * 100%);
	margin-right: calc((100% - (250 / 1100 * 100% * 4)) / 3);
	margin-bottom: 20px;
}
.homePage .sec02 ul li:nth-of-type(4n){
	margin-right: 0;
}
.homePage .sec02 ul li a{
	display: block;
}
.homePage .sec02 ul li a:hover{
	box-shadow: 4px 4px 8px rgba(51,51,51,0.42);
}
.homePage .sec02 ul li a img{
	display: block;
	width: 100%;
}
.homePage .sec03{
	background-color: #dbeef5;
	padding: 85px 0 50px;
}
.homePage .sec03 ul{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	background-color: #fff;
	padding: 25px 55px;
}
.homePage .sec03 ul li{
	list-style-type: none;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #d4d4d4;
	padding: 10px 12px;
}
.homePage .sec03 ul li:last-of-type{
	border-bottom: none;
}
.homePage .sec03 ul li:nth-of-type(3n){
	margin-right: 0;
}
.homePage .sec03 ul li span{
	width: 110px;
	display: block;
	font-size: 1.6rem;
	line-height: 1;
	color: #931d23;
	position: relative;
}
.homePage .sec03 ul li span::after{
	content: "|";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.homePage .sec03 ul li div{
	width: calc(100% - 140px);
	font-size: 1.6rem;
	color: #222222;
}
.homePage .sec03 ul li div>a{
	display: inline-block;
	font-weight: bold;
	color: #222222;
	text-decoration: underline;
}
.homePage .sec03 ul li div>a:hover{
	color: #931d23;
}
.homePage .sec03 .sec03_btn_wrap{
	text-align: right;
	margin-top: 10px;
}
.homePage .sec03 .sec03_btn{
	color: #222222;
	font-size: 1.6rem;
	background: url(../img/sec03_icon01.png) no-repeat right center;
	padding-right: 20px;
	text-decoration: none;
}
.homePage .sec03 .sec03_btn:hover{
	color: #931d23;
}
.homePage .sec04{
	padding: 75px 0 100px;
}
.homePage .sec04 ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 73px;
}
.homePage .sec04 ul li{
	list-style-type: none;
	width: 48%;
	max-width: 521px;
}
.homePage .sec04 ul li figure{
	position: relative;
}
.homePage .sec04 ul li figure>img{
	display: block;
	width: 100%;
}
.homePage .sec04 ul li figure>figcaption{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.homePage .sec04 ul li figure>figcaption h3{
	font-size: 3rem;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	position: relative;
	text-align: center;
}
.homePage .sec04 ul li figure>figcaption h3:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 31px;
	height: 31px;
	margin-top: -5px;
	margin-left: 10px;
	background: url("../img/sec04_icon01.png") no-repeat center;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.homePage .sec04 ul li a{
	display: block;
}
.homePage .sec04 ul li a:hover{
	box-shadow: 2px 2px 4px rgba(51,51,51,0.3);
}
.homePage .sec04 ul li a:hover figure>figcaption h3:after{
	right: -5px;
}
.homePage .sec04 .btn01{
	display: block;
	width: 100%;
	max-width: 815px;
	margin: auto;
	border-radius: 60px;
	font-size: 2.8rem;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 38px 130px;
	background: url(../img/sec04_icon02.png) no-repeat right 50px center #931d23;
}

html[lang=en] .homePage .sec04 .btn01{
	max-width: 900px;
}
.homePage .sec04 .btn01 img{
	display: block;
	width: 14.2%;
	max-width: 127px;
}
.homePage .sec04 .btn01 span{
	width: 70%;
}
.homePage .sec04 .btn01:hover{
	background-color: #333333;
}
@media only screen and (max-width: 1600px) {
	.homePage .sec01{
		background: url("../img/sec01_bg01.jpg") no-repeat right 40% top/cover;
	}
}
@media only screen and (max-width: 1024px) {
	.homePage .sec01{
		background: url("../img/sec01_bg02.jpg") no-repeat center top/cover;
		position: relative;
	}
	.sec01_kumamoto{
		display: block;
		position: absolute;
		top: 30px;
		right: 10px;
		max-width: 65%;
	}
	.homePage .sec01 .notification{
		font-size: 2.4rem;
	}
	.homePage .sec01 .notification span{
		font-size: 3.5rem;
	}
	.homePage .sec01 h1{
		font-size: 3.6rem;
	}
	html[lang=en] .homePage .sec01 h1{
		font-size: 3rem;
	}
	html[lang=en] .homePage .sec01 h1 br{
		display: none;
	}
	.homePage .sec01 .p1{
		font-size: 2rem;
	}
	.homePage .sec01 .p2{
		font-size: 2.2rem;
	}
	html[lang=en] .homePage .sec01 .p2{
		font-size: 2rem;
	}
	.homePage .sec01 ul li>div{
		font-size: 1.8rem;
		width: 90px;
	}
	.homePage .sec01 ul li>p{
		font-size: 2rem;
	}
	.homePage .sec h2{
		font-size: 4rem;
	}
	.homePage .sec h2 span{
		font-size: 2.2rem;
	}
	.homePage .sec01{
		padding-top: 0 !important;
	}
	.homePage .sec04 ul{
		margin-bottom: 70px;
	}
	.homePage .sec04 ul li figure>figcaption h3{
		font-size: 2.4rem;
		padding: 20px 10px;
	}
	.homePage .sec04 .btn01{
		font-size: 2.6rem;
		border-radius: 55px;
	}
	html[lang=en] .homePage .sec04 .btn01 br{
		display: block;
	}
}
@media only screen and (max-width: 768px) {
	.homePage .sec01 .sec01_content{
		padding: 30px 20px 30px 30px;
		margin-bottom: 60px;
	}
	.homePage .sec01 .sec01_content::before{
		width: 8px;
	}
	.homePage .sec01 .notification{
		font-size: 2.2rem;
	}
	.homePage .sec01 .notification span{
		font-size: 3rem;
	}
	.homePage .sec01 h1{
		font-size: 3.2rem;
		line-height: 1.2;
	}
	html[lang=en] .homePage .sec01 h1{
		font-size: 2.8rem;
	}
	.homePage .sec01 .p1{
		font-size: 1.6rem;
	}
	.homePage .sec01 .p2,html[lang=en] .homePage .sec01 .p2{
		font-size: 1.8rem;
	}
	.homePage .sec01 ul li{
		margin-bottom: 10px;
	}
	.homePage .sec01 ul li>div{
		font-size: 1.6rem;
		width: 80px;
	}
	.homePage .sec01 ul li>p{
		font-size: 1.8rem;
		width: calc(100% - 80px);
		padding-left: 10px;
	}
	html[lang=en] .homePage .sec01 ul li>div{
		width: 110px;
	}
	html[lang=en] .homePage .sec01 ul li>p{
		width: calc(100% - 110px);
	}
	.homePage .sec h2{
		font-size: 3.5rem;
	}
	.homePage .sec .ttl_jp{
		font-size: 2rem;
	}
	.homePage .sec02{
		padding: 70px 0;
	}
	.homePage .sec03{
		padding: 70px 0;
	}
	.homePage .sec03 ul{
		padding: 15px 25px;
	}
	.homePage .sec03 ul li span{
		font-size: 1.4rem;
	}
	.homePage .sec03 ul li div{
		font-size: 1.4rem;
	}
	.homePage .sec04{
		padding: 70px 0;
	}
	.homePage .sec04 ul{
		margin-bottom: 60px;
	}
	.homePage .sec04 ul li figure>figcaption h3{
		font-size: 2.2rem;
		padding: 15px 10px;
	}
	.homePage .sec04 ul li figure>figcaption h3:after{
		background-size: 30px;
	}
	.homePage .sec04 .btn01{
		font-size: 2.4rem;
		border-radius: 50px;
		padding: 18px 60px 20px;
		background-position: right 10px center;
		background-size: 40px;
	}
	.homePage .sec04 .btn01 br{
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.homePage .sec01 .sec01_content{
		margin-top: 80px;
	}
	.homePage .sec01 .notification{
		font-size: 2rem;
	}
	.homePage .sec01 .notification span{
		font-size: 2.5rem;
	}
	.homePage .sec01 h1{
		font-size: 3rem;
	}
	html[lang=en] .homePage .sec01 h1{
		font-size: 2.5rem;
	}
	.homePage .sec01 .p1{
		font-size: 1.4rem;
	}
	.homePage .sec01 ul li{
		margin-bottom: 5px;
	}
	.homePage .sec01 ul li>div{
		font-size: 1.4rem;
		width: 70px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.homePage .sec01 ul li>p{
		font-size: 1.6rem;
		width: calc(100% - 70px);
		padding-left: 5px;
	}
	html[lang=en] .homePage .sec01 ul li>div{
		width: 90px;
	}
	html[lang=en] .homePage .sec01 ul li>p{
		width: calc(100% - 90px);
	}
	.homePage .sec h2{
		font-size: 3rem;
	}
	.homePage .sec02{
		padding: 60px 0;
	}
	.homePage .sec02 ul li{
		width: 30%;
		margin-right: 5%;
	}
	.homePage .sec02 ul li:nth-of-type(4n){
		margin-right: 5%;
	}
	.homePage .sec02 ul li:nth-of-type(3n){
		margin-right: 0;
	}
	.homePage .sec03{
		padding: 60px 0;
	}
	.homePage .sec03 ul li{
		padding-left: 0;
		padding-right: 0;
		display: block;
	}
	.homePage .sec03 ul li span{
		width: 100%;
		font-size: 1.2rem;
		padding: 5px 0 4px;
	}
	.homePage .sec03 ul li span::after{
		display: none;
	}
	.homePage .sec03 ul li div{
		width: 100%;
		font-size: 1.2rem;
		margin-top: 5px;
	}
	.homePage .sec04{
		padding: 60px 0;
	}
	.homePage .sec04 ul{
		margin-bottom: 50px;
	}
	.homePage .sec04 ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	.homePage .sec04 ul li:last-of-type{
		margin-bottom: 0;
	}
	.homePage .sec04 ul li figure>figcaption h3{
		font-size: 2rem;
		padding: 10px;
	}
	.homePage .sec04 ul li figure>figcaption h3:after{
		background-size: 25px;
	}
	.homePage .sec04 .btn01{
		font-size: 1.8rem;
		border-radius: 45px;
		padding: 15px 60px;
	}
}