@charset "utf-8";





/*==========================================================================

	            #top-main  メインイメージ
	
============================================================================*/

#top-main {
    background: url(../img/top/main-bg.jpg) center center no-repeat;
	background-size: cover;
    width: 100%;
	height: calc(100vh - 100px);
	min-height: 660px;
	max-height: 995px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
#top-main h2 {
    max-width: 853px;
	max-height: 66px;
	width: 90%;
	position: absolute;
	top: 100px;
    left: 0;
    right: 0;
    /* bottom: 0; */
	margin: 0 auto;
	line-height: 0;
}
#top-main h3 {
    max-width: 799px;
	max-height: 60px;
	width: 85%;
	position: absolute;
	top: 210px;
    left: 0;
    right: 0;
    /* bottom: 0; */
	margin: 0 auto;
	line-height: 0;
}
#top-main h3 img.sp {
	display: none;
}

@media screen and (max-width: 768px){
	#top-main {
	    background: url(../img/top/main-bg-sp.jpg) center center no-repeat;
		background-size: cover;
		height: 100vh;
		min-height: inherit;
		max-height: 800px;
		padding: 15% 5%;
	}
	#top-main h2 {
		position: inherit;
		top: inherit;
		left: inherit;
		right: inherit;
		margin-bottom: 8%;
	}
	#top-main h3 {
		position: inherit;
		top: inherit;
		left: inherit;
		right: inherit;
	}
	#top-main h3 img.pc {
		display: none;
	}
	#top-main h3 img.sp {
		display: block;
	}
}


/*==========================================================================

	            #sec1  協会の目的・理念
	
============================================================================*/

#sec1 {
	overflow: hidden;
	padding: 120px 5%;
}
@media screen and (max-width: 768px){
	#sec1 {
		padding: 12% 5%;
	}
}

/*----------------------------------- 
     .sec1-box1
-----------------------------------*/

.sec1-box1 {
    max-width: 1200px;
	margin: 0 auto 2em;
	text-align: center;
}

/*----------------------------------- 
     .sec1-box2
-----------------------------------*/

.sec1-box2 {
    max-width: 1200px;
	margin: 0 auto;
}
.sec1-box2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec1-box2 ul li {
	max-width: 390px;
	width: 33%;
}
.sec1-box2 ul li h3 {
	line-height: 0;
	margin-bottom: 1.5em;
}
.sec1-box2 ul li h4 {
	font-family: 游明朝体, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif;
	font-size: clamp(16px, 4vw, 22px);
	font-weight: bold;
	color: #118b3b;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 0.5em;
}
.sec1-box2 ul li p {
	padding: 0 1em;
	font-size: 18px;
	font-size: 1.8rem;
}

@media screen and (max-width: 1024px){
	.sec1-box2 ul li {
		width: 100%;
		margin: 0 auto 10%;
	}
}
@media screen and (max-width: 768px){
	.sec1-box2 ul li p {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 641px){
	.sec1-box2 ul li p {
		padding: 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
}


/*==========================================================================

	            #sec2  植物性乳酸菌とは？その可能性
	
============================================================================*/

#sec2 {
    background: url(../img/top/sec2-bg.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 120px 5%;
}
@media screen and (max-width: 768px){
	#sec2 {
	    background: url(../img/top/sec2-bg.jpg) center center no-repeat;
	    background-size: cover;
		padding: 12% 5%;
	}
}

/*----------------------------------- 
     .sec2-box1
-----------------------------------*/

.sec2-box1 {
    max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.sec2-box1 ul {
    max-width: 900px;
	margin: 2em auto;
}
.sec2-box1 ul li {
	background-color: rgba( 255, 255, 255, 0.8 );
	border-bottom: #63a3b1 4px solid;
	padding: 0.6em;
	font-size: clamp(16px, 3.5vw, 24px);
	color: #118b3b;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 1em;
}

@media screen and (max-width: 768px){
	.sec2-box1 ul li {
		border-bottom: #63a3b1 3px solid;
	}
}


/*==========================================================================

	            #sec3  お悩み解決
	
============================================================================*/

#sec3 {
	overflow: hidden;
	padding: 120px 5%;
}
@media screen and (max-width: 768px){
	#sec3 {
		padding: 12% 5%;
	}
}

/*----------------------------------- 
     .sec3-box1
-----------------------------------*/

.sec3-box1 {
    max-width: 1200px;
	margin: 0 auto;
}
.sec3-box1 ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec3-box1 ol > li {
    max-width: 580px;
	width: 48.5%;
	margin-bottom: 2em;
}
.sec3-box1 ol > li h3 {
	line-height: 0;
	margin-bottom: 1.5em;
}
.sec3-box1 ol > li h4 {
	font-family: 游明朝体, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif;
	font-size: clamp(17px, 4vw, 24px);
	font-weight: bold;
	color: #118b3b;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 0.8em;
}
.sec3-box1 ul {
	padding: 0 1em;
	line-height: 1.6;
}
.sec3-box1 ul > li {
	padding-left: 1.3em;
	text-indent: -1.3em;
	margin-bottom: 0.7em;
}

@media screen and (max-width: 768px){
	.sec3-box1 ol > li {
		max-width: 580px;
		width: 100%;
		margin: 0 auto 2em;
	}
	.sec3-box1 ul {
		padding: 0 1em;
		line-height: 1.6;
	}
}
@media screen and (max-width: 641px){
	.sec3-box1 ul {
		padding: 0;
	}
}


/*==========================================================================

	            #sec4  活動の信頼性を支える３つの根拠
	
============================================================================*/

#sec4 {
	overflow: hidden;
	padding: 120px 5%;
	background-color: #f8faf0;
}
@media screen and (max-width: 768px){
	#sec4 {
		padding: 12% 5%;
	}
}

/*----------------------------------- 
     .sec4-box1
-----------------------------------*/

.sec4-box1 {
    max-width: 1200px;
	margin: 0 auto;
}
.sec4-box1 .sub {
	font-size: clamp(17px, 4.5vw, 28px);
}
.sec4-box1 h3 {
	max-width: 580px;
	margin: 0 auto 2em;
	line-height: 0;
}
.sec4-box1 table {
	width: 100%;
	border-collapse: collapse;
	border-top: 3px solid #ccc;
	margin-bottom: 4em;
}
.sec4-box1 th {
	max-width: 14em;
	font-weight: bold;
	text-align: center;
	background-color: #e9f7db;
	border-bottom: 1px solid #ccc;
	padding: 1em;
}
.sec4-box1 td {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	padding: 1em;
}
.sec4-box1 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec4-box1 ul li {
    max-width: 580px;
	width: 49.2%;
	line-height: 0;
}

@media screen and (max-width: 768px){
	.sec4-box1 table {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.sec4-box1 th {
		max-width: inherit;
		display: block;
		padding: 0.5em 1em;
	}
	.sec4-box1 td {
		display: block;
		padding: 1em;
	}
	.sec4-box1 ul li {
		width: 100%;
		margin: 0 auto 5%;
	}
}


/*==========================================================================

	            #sec5  協会概要
	
============================================================================*/

#sec5 {
	background: url(../img/top/sec5-bg.jpg) center 0 no-repeat;
	background-size: contain;
	overflow: hidden;
	padding: 28% 5% 150px;
}
@media screen and (max-width: 768px){
	#sec5 {
		background: url(../img/top/sec5-bg.jpg) center 0 no-repeat;
		background-size: auto 20%;
		padding: 50% 5% 20%;
	}
}

/*----------------------------------- 
     .sec5-box1
-----------------------------------*/

.sec5-box1 {
    max-width: 1000px;
	margin: 0 auto;
}
.sec5-box1 table {
	width: 100%;
	border-collapse: collapse;
	border-top: 3px solid #ccc;
	margin-bottom: 4em;
}
.sec5-box1 th {
	max-width: 10em;
	min-width: 5em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 1em 0;
}
.sec5-box1 td {
	border-bottom: 1px solid #ccc;
	padding: 1em;
}
.sec5-btn a {
	font-family: 游明朝体, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif;
	display: block;
	width: 17em;
	margin: 0 auto;
	padding: 1.2em 0;
	border: #118b3b 1px solid;
	background-color: #118b3b;
    color: #fff;
	font-size: clamp(16px, 3.5vw, 24px);
	font-weight: bold;
	letter-spacing: 0.1em;
    line-height: 1;
	text-decoration: none;
	text-align: center;
	transition: .5s;
	border-radius: 40px;
}
.sec5-btn a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	transition: .5s;
}

@media screen and (max-width: 768px){
    .sec5-btn a {
        width: 14em;
    }
}
