@charset "UTF-8";
/* CSS Document */

.mainArea {
	margin: 50px 0 100px;
	background-image: url(../img/top/main_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.mainArea .inner {
	padding: 145px 0 70px;
}
.mainArea .inner .h2Area {
	text-align: center;
	position: relative;
	padding-left: 255px;
}
.mainArea .inner .h2Area:before {
	content: url(../img/top/main_chara.png);
	position: absolute;
	top: -100px;
	left: 0;
}
.mainArea .inner .h2Area h2 {
	display: inline-block;
	font-size: 40px;
	color: #fff;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #D19F07;
}
.mainArea .inner .h2Area .cg {
	padding-top: 30px;
	font-size: 21px;
	font-weight: bold;
	color: #72BA2A;
	letter-spacing: 0.6em;
}
.line_qr {
  padding-top: 5px;
  margin: 0 auto;
  width: 750px;
}
.line_qr a {
  width: 100%;
  height: 100%;
  display: block;
}
.line_qr a:hover {
  opacity: .7;
}
.topBox01 {
	border-top: 25px solid #4E463F;
	background-color: rgba(255,255,255,0.9);
	background-image: url(../img/top/p_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.topBox01 .inner {
	overflow: hidden;
	padding: 30px 40px 50px;
}
.topBox01 .inner .item01 {
	float: left;
	width: 50%;
	margin-top: 50px;
}
.topBox01 .inner .item02 {
	float: right;
	width: 50%;
	text-align: center;
  margin-top: 135px;
}
.topBox01 .inner .item02 iframe {
	width: 90%;
  height: 318px;
}
.topBox01 .inner .item01 h3,
.topBox03 .newsArea .news h3 {
	padding-left: 50px;
	padding-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #4E463F;
	position: relative;
}
.topBox01 .inner .item01 h3:before,
.topBox03 .newsArea .news h3:before {
	content: url(../img/top/mark.png);
	position: absolute;
	top: 3px;
	left: 0;
}
.topBox01 .inner .item01 p {
	padding-left: 50px;
}
.topBox01 .inner .item01 .name {
	padding-top: 30px;
}
.topBox01 .inner .item01 .topBox01flex {
	display: flex;
  justify-content: space-around;
  align-items: center;
}
.topBox01 .inner .item01 .topBox01flex .topBox01img {
	width: 230px;
}
.topBox01 .inner .item01 .btn {
	margin-left: 45px;
}
.topBox02 {
	background-color: rgba(68,68,68,0.9);
	margin: 50px 0  60px;
}
.topBox02 .inner {
	padding: 30px 0;
	text-align: center;
}
.topBox02 .inner h3 {
	font-size: 38px;
	color: #fff;
	letter-spacing: 0.6em;
}
.topBox02 .inner p {
	padding: 5px 250px 30px;
	font-size: 18px;
	color: #fff;
}
.topBox03 {
	height: auto;
	background-image: url(../img/top/shinyu_bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.topBox03 .imgArea {
	float: left;
	height: 360px;
	width: 55%;
	margin-right: 45%;
	background-image: url(../img/top/img.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.topBox03 .imgArea:after {
	content: url(../img/common/kyu.jpg);
	position: absolute;
	top: 55px;
	right: -122px;
}
.topBox03 .newsArea {
	float: right;
	width: 60%;
	margin-left: 40%;
	padding: 70px 70px 30px 70px;
	background-color: #fff;
	position: relative;
}
.topBox03 .newsArea:after {
	content: url(../img/common/hari.jpg);
	position: absolute;
	top: 80px;
	left: -122px;
}
.topBox03 .newsArea .news {
    width: 100%;
    text-align: right;
}
.topBox03 .newsArea .news h3 {
	text-align: left;
}
.topBox03 .newsArea .news dl {
	overflow: hidden;
	margin-bottom: 30px;
	margin-left: 55px;
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese",'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	text-align: left;
}
.topBox03 .newsArea .news dl dt,
.topBox03 .newsArea .news dl dd {
	float: left;
}
.topBox03 .newsArea .news dl dt {
	width: 9vw;
    padding-left: 2%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #4E463F;
}
.topBox03 .newsArea .news dl dd {
	width: 30vw;
    margin-left: 2vw;
    padding-bottom: 10px;
}
.topBox03 .newsArea .news dl dd a {
	color: #333;
}
.topBox03 .newsArea .news dl dd a:hover {
	color: #D09C00;
}
.btn {	
	min-width: 260px;
	display: inline-block;
	text-align: center;
	background-color: #72BB2A;
}
.btn a {
	min-width: 260px;
	padding: 20px 0;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.btn a:hover {
	background-color: #4E463F;
	color: #72BA2A;
}


@media screen and (max-width: 736px) {
	.mainArea {
		margin: 20px 0 40px;
	}
/*	.mainArea .inner {
		padding: 5vw 3vw 40vw;
	}*/
	.mainArea .inner {
		padding: 3vw 3vw 13vw;
	}
	.mainArea .inner .h2Area {
		position: static;
		padding-left: 0;
		margin: 0 auto;
	}
	.mainArea .inner .h2Area img {
		margin: 0 auto;
		padding-bottom: 10px;
	}
	.mainArea .inner .h2Area:before {
		display: none;
	}
	.mainArea .inner .h2Area h2 {
		font-size: 7vw;
		margin-top: 80px;
		padding-bottom: 10px;
		font-weight: bold;
		letter-spacing: 0.08em;
		line-height: 1.3;
		text-align: left;
	}
	.mainArea .inner .h2Area .cg {
		padding-top: 0;
		font-size: 4vw;
		letter-spacing: 0.25em;
		text-align: center;
	}
  .line_qr {
    padding-top: 30px;
  }
  .line_qr {
    width: 100%;
  }
	.topBox01 {
		border-top: 10px solid #4E463F;
		background-image: none;
	}
	.topBox01 .inner {
		padding: 20px 3vw 40px;
	}
	.topBox01 .inner .item01 {
		float: none;
		width: 100%;
		margin-top: 10px;
	}
	.topBox01 .inner .item02 {
		float: none;
		width: 100%;
		margin-top: 40px;
		text-align: center;
	}
	.topBox01 .inner .item02 img {
		width: 80%;
	}
	.topBox01 .inner .item01 h3,
	.topBox03 .newsArea .news h3 {
		padding-left: 50px;
		padding-bottom: 30px;
		font-size: 22px;
	}
	.topBox01 .inner .item01 h3:before,
	.topBox03 .newsArea .news h3:before {
		top: -2px;
	}
	.topBox01 .inner .item01 p {
		padding: 0 2vw;
		line-height: 1.3;
	}
	.topBox01 .inner .item01 .name {
		padding-bottom: 30px;
		text-align: right;
	}
  .topBox01 .inner .item01 .topBox01flex {
    flex-direction: column-reverse;
  }
  .topBox01 .inner .item01 .topBox01flex .topBox01img {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .topBox01 .inner .item01 .topBox01flex .topBox01img img{
    width: 70%;
  }
	.topBox01 .inner .item01 .btn {
		margin-left: 0;
	}
	.topBox02 {
		margin: 40px 0  30px;
	}
	.topBox02 .inner {
		padding: 30px 3vw;
	}
	.topBox02 .inner h3 {
		font-size: 5.5vw;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	.topBox02 .inner p {
		padding: 30px 2vw 40px;
		text-align: left;
		line-height: 1.3;
	}
  .topBox01 .inner .item02 iframe {
    width: 100%;
    height: 315px;
  }
	.topBox03 {
		background-image: none;
	}
	.topBox03 .imgArea {
		float: none;
		height: 43vw;
		width: 100%;
		margin-right: 0;
		background-position: center center;
		background-size: contain;
	}
	.topBox03 .imgArea:after {
		display: none;
	}
	.topBox03 .newsArea {
		float: none;
		width: 100%;
		margin-left: 0;
		padding: 20px 3vw 30px;
	}
	.topBox03 .newsArea:after {
		display: none;
	}
	.topBox03 .newsArea .news {
		width: 100%;
		padding: 0 3vw;
		text-align: left;
		margin-top: 10px;
	}
	.topBox03 .newsArea .news dl {
		overflow: hidden;
		margin-bottom: 20px;
		margin-left: 0;
		line-height: 1.3;
	}
	.topBox03 .newsArea .news dl dt,
	.topBox03 .newsArea .news dl dd {
		float: none;
	}
	.topBox03 .newsArea .news dl dt {
		width: 100%;
	}
	.topBox03 .newsArea .news dl dd {
		width: 100%;
		margin-left: 5px;
		margin-top: 10px;
		padding-bottom: 5px;
	}
	.topBox03 .newsArea .btn {
		margin-top: 40px;
	}
	.btn {	
		width: 100%;
		display: block;
	}
	.btn a {
		width: 100%;
		display: block;
		letter-spacing: 0.2em;
	}
	.btn a:hover {
		background-color: #4E463F;
		color: #72BA2A;
	}
	
	
}

