@charset "UTF-8";

.mv .slider img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.mv .title {
    position: absolute;
    left: 26%;
    top: 55%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 48%;	
}

@media (min-width: 768px) {
	.mv .title {
		left: 40.5%;
		top: 60%;
		width: 19%;	
	}
}

@media (min-width: 992px) {
	.mv .title {
		left: 41%;
		top: 56.5%;
		width: 18%;	
	}
}

@media (min-width: 1400px) {
	.mv .title {
		left: 42%;
		top: 54%;
		width: 16%;	
	}
}


/*//////////////////// セクション1 ////////////////////*/
@media (min-width: 768px) {
	.sec1 .box1 {
		width: 50%;
		padding-right: 2.5%;
	}
	
	.sec1 .box2 {
		width: 50%;
	}	
}

@media (min-width: 992px) {
	.sec1 .box1 {
		width: 45%;
		padding-right: 2.5%;
	}
	
	.sec1 .box2 {
		width: 55%;
	}	
}

@media (min-width: 1200px) {
	.sec1 p {
		max-width: 540px;
	}
}


/*//////////////////// セクション2 ////////////////////*/
.sec2 {
	background-color: #f0f7e9;
}

.sec2 .container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.fb-container {
	width: 100%;
	max-width: 500px;
}

.sec2 .title-e p {
	font-size: 1.1rem;
	font-weight: 600;
}

@media (min-width: 768px) {
	.sec2 .box1 {
		width: 50%;
	}
	
	.sec2 .box2 {
		width: 45%;
	}
	
	.sec2 .btn1 {
		margin-left: 0;
		margin-right: auto;
	}		
}

@media (min-width: 992px) {
	.sec2 .box1 {
		width: 50%;
	}
	
	.sec2 .box2 {
		width: 40%;
	}
}


/*//////////////////// セクション3 ////////////////////*/
.sec3 h1 {
	background-color: #603813;
	color: #FFF;
	padding: 0.8rem 0 1rem;
}

.sec3 h2 {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 1.0rem;
	width: 82%;
	color: #603813;
	border: solid 2px #603813;
	box-sizing: border-box;
}

.sec3 h2:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 51%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}

.sec3 h2:after {
	content: "";
	position: absolute;
	bottom: -29px;
	left: 51%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #603813;
	z-index: 1;
}

.sec3 h3 {
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1.5em;
	display: block;
	margin-bottom: 0;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.sec3 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sec3 ul li {
	font-family: 'Noto Sans JP', sans-serif;
	color: #3F3F3F;
	display: block;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1em;
	text-indent: -1em;
	border-bottom: 1px dashed #CCC;
}

.sec3 ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
	
.sec3 ul li span {
	vertical-align: middle;
}

.sec3 .box1 {
	background-color: #FCF8F1;
}

.sec3 .text-large {
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.6em;
	color: #222;
}


@media (min-width: 576px) {
	.sec3 .text-large {
		font-size: 1.25rem;
		font-weight: 600;
		text-align: center;
	}
}


@media (min-width: 768px) {
	.sec3 h1 {
		padding: 1rem 0;
	}

	.sec3 h2 {
		font-size: 1.35rem;
		width: 60%;
	}
	
	.sec3 .text-large {
		font-size: 1.4rem;
	}
	
	.sec3 .px-md-5 {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
}

@media (min-width: 992px) {
	.sec3 h1 {
		padding: 1.2rem 0;
	}

	.sec3 h2 {
		font-size: 1.4rem;
		width: 460px;
	}
	
	.sec3 .text-large {
		font-size: 1.5rem;
	}
	
	.sec3 .px-md-5 {
		padding-left: 2.5% !important;
		padding-right: 2.5% !important;
	}
	
	.sec3 .box1, .sec3 .box2 {
		width: 50%;
	}

	.sec3 .bg-1 {
		background-image: url(../../assets/images/top/img02-pc.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.sec3 .bg-2 {
		background-image: url(../../assets/images/top/img03-pc.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}		
}

@media (min-width: 1200px) {
	.sec3 h2 {
		font-size: 1.5rem;
	}
	
	.sec3 h3 {
		font-size: 1.5rem;
	}	
	
	.sec3 .text-large {
		font-size: 1.6rem;
	}
	
	.sec3 .box1 {
		height: 400px;
	}
	
	.sec3 .box1 .container {
		max-width: 600px;
	}
}

@media (min-width: 1400px) {
	.sec3 .box1 {
		height: 475px;
	}
}

@media (min-width: 1600px) {
	.sec3 .box1 {
		height: 550px;
	}
}

/*//////////////////// セクション4 ////////////////////*/
.sec4 h1 {
	color: #603813;
}

.sec4 .data {
	font-family: 'Noto Sans JP', sans-serif;
	color: #3F3F3F;
}

.sec4 .data h3 {
	color: #603813;
	font-size: 1.2rem;
	text-align: center;
	border: 1px solid #603813;
	padding: 0.6rem;
}

.sec4 .data h4 {
	font-size: 1.1rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
}

.sec4 .data ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sec4 .data ol li {
	display: block;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;	
	padding-left: 1.35em;
	text-indent: -1.35em;
	border-bottom: 1px dashed #CCC;		
}

.sec4 ol li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.sec4 .member {
	width: 100%;
	margin: 0 auto;
}

.sec4 .member a {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 1.1rem;
	background-color: #f7931e;
	border-radius: 0.8rem;
	padding: 0.6rem 0;
	color: #FFF;
}

.sec4 .member a:hover {
	background-color: #98D72C;
	color: #FFF !important;
}

.sec4 .banner1 img {
	border: 1px solid #CCC;
}

.sec4 .banner2 a img {
	display: block;
	margin-bottom: 0.5rem;
}

.sec4 .banner2 a p:hover {
	color: #98D72C;
	transition-duration: 0.3s;
}


@media (min-width: 576px) {
	.sec4 .member {
		width: 70%;
	}

	.sec4 .member a {
		padding: 1rem 0;
	}
}


@media (min-width: 768px) {
	.sec4 .data h3 {
		font-size: 1.0rem;
	}

	.sec4 .data h4 {
		font-size: 0.95rem;
		margin-top: 0.55rem;
		font-weight: 500;
	}

	.sec4 .data ol li {
		padding-top: 0.3rem;
		padding-bottom: 0rem;	
		border-bottom: none;		
	}

	.sec4 .member {
		width: 50%;
	}

	.sec4 .member a {
		border-radius: 1rem;
	}
}

@media (min-width: 992px) {
	.sec4 .data, .sec4 hr {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.sec4 .data h4 {
		font-size: 1rem;
	}
	
	.sec4 .member {
		width: 420px;
	}

	.sec4 .member a {
		padding: 1.25rem 0;
		font-size: 1.2rem;
	}	
	
}


/*//////////////////// セクション5 ////////////////////*/
.sec5 h1 {
	background-color: #78a824;
	color: #FFF;
	padding: 0.8rem 0 1rem;
}

.sec5 img {
	display: block;
	margin-bottom: 0.5rem;
}

.sec5 a p:hover {
	color: #98D72C;
	transition-duration: 0.3s;
}
