/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body{
	position: relative;
	top: 0;
	background: #F0F9EE;
	width: 100%;
	color: #221815;
	font-size: 16px;
	z-index: 1;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans" , "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
}



a{
	text-decoration: none;
	color: #221815;
}
img{
	vertical-align: top;
}

.section-header strong,
#human-first-lab #process dt strong{
	font-family: 'Montserrat', sans-serif;
	-o-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	-moz-transform: rotate(0.05deg);
	-webkit-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}
.section-header h2,
.section-header p,
#human-first .lead p,
#human-first-lab .lead p,
#human-first-lab .col h3,
#human-first-lab #process dt span,
#brand .brand-box ul li dt,
.fig-table li,
.reserch .phase dl dt,
#contact article p{
	font-family: 'Sawarabi Mincho', sans-serif;
	-o-transform: rotate(0.05deg);
	-ms-transform: rotate(0.05deg);
	-moz-transform: rotate(0.05deg);
	-webkit-transform: rotate(0.05deg);
	 transform: rotate(0.05deg);
}
.reserch-header h5,
.phase i,
.phase dl dt span{
	font-family:"Helvetica Neue" , Helvetica , Arial, sans-serif;
}


.layer{
	display: none;
}


.fixed{
	position: fixed;
}

.wrap:after,
.cf:after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;

}

li{
	list-style-type: none; 
}

/*kv logo setup*/

#kv{
	position: relative;
	visibility: hidden;
	background: #F0F9EE;
}
#kv.on{
	visibility: visible;
}

.kv-logo2,
.kv-logo3,
.kv-copy-motion{
	opacity: 0;
}

.kv-lab-item{
	will-change: opacity,transform;
}

.kv-logo1{
	display: block;
	width: 0;
	overflow: hidden;
}

.kv-lab{
	position: absolute;
	right: 0;
	top: 0;
	width: 166px;
	height: 65px;
	z-index: 50;
}

.kv-lab-item{
	position: absolute;
	display: inline-block;
	line-height: 0;
}
.kv-lab-item img{vertical-align: bottom;}

.kv-lab-l1{top: 0; left: 0;}
.kv-lab-l1 img{height: 65px;}
.kv-lab-l2{bottom: 0; left: 0;}
.kv-lab-l2 img{width: 40px;}

.kv-lab-a1{top: 0; left: 48px;}
.kv-lab-a1 img{height: 65px;}
.kv-lab-a2{top: 0; left: 70px;}
.kv-lab-a2 img{height: 65px;}
.kv-lab-a3{top: 25px; left: 57px;}
.kv-lab-a3 img{	width: 40px;}

.kv-lab-b1{top: 0; left: 118px;}
.kv-lab-b1 img{	height: 65px;}
.kv-lab-b2{	top: 0;	left: 118px;}
.kv-lab-b2 img{	height: 37px;}
.kv-lab-b3{	top: 25px; left: 118px;}
.kv-lab-b3 img{	height: 39px;}



.no-scroll{
	position: fixed;
	overflow-y: scroll;
	width: 100%;
}

@keyframes btnsd{
	0%{transform:translateY(-100%)}
	100%{transform:translateY(100%)}
}
@keyframes btnsdSP{
	0%{transform:translateY(-100%)}
	100%{transform:translateY(100%)}
}
@keyframes fade-out {
  0% {
    visibility: hidden;
    opacity: 1;
  }

  50% {
    visibility: visible;
    opacity: .5;
  }

  100% {
    visibility: visible;
    opacity: 0;
  }
}

.motion-t{
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: transform 300ms ease, opacity 300ms ease;
	-o-transition: transform 300ms ease, opacity 300ms ease;
	transition: transform 300ms ease, opacity 300ms ease;
}
.motion-l{
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition: transform 300ms ease, opacity 300ms ease;
	-o-transition: transform 300ms ease, opacity 300ms ease;
	transition: transform 300ms ease, opacity 300ms ease;
}
.motion-r{
	opacity: 0;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: transform 300ms ease, opacity 300ms ease;
	-o-transition: transform 300ms ease, opacity 300ms ease;
	transition: transform 300ms ease, opacity 300ms ease;
}
.motion-b{
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: transform 300ms ease, opacity 300ms ease;
	-o-transition: transform 300ms ease, opacity 300ms ease;
	transition: transform 300ms ease, opacity 300ms ease;
}
.motion-t.on{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.motion-l.on{
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.motion-r.on{
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.motion-b.on{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}




.section-header h2 span em{
	display: inline;
	background: linear-gradient(transparent 65%, #23ac6a 0%);
	background-size: 0 100%;
	background-repeat: no-repeat;
	-webkit-transition: background-size 1.2s;
	-o-transition: background-size 1.2s;
	transition: background-size 1.2s;
	
}
.section-header h2 span.on em{background-size: 100% 100%;}
.wrap{
	position: relative;
	overflow: hidden;
}

main{
	display: block;
}

@media screen and (min-width: 769px) {

	body{
		font-size: 20px;
		background-color: rgba(240, 249, 238, .5);
        background-image: url(../img2/bgImg_rect.png);
        background-blend-mode: overlay;
        background-size: contain;
	}

	.sp{
		display: none !important;
	}
	.ignore-pc{
		display: none;
	}

	.linkBtn{display: block; max-width: 1280px; margin: 40px auto 0; text-align: right;}
	.linkBtn a{display: inline-block;background: #fff; border: 1px solid #221815; padding: 5px 10px 5px 20px; font-size: 16px; transition: ease .3s all;} 
	.linkBtn a:hover{background: rgba(44, 172, 106, .3);}
	.linkBtn a > img{display: inline-block; width: 24px; vertical-align: top; padding-left: 5px;}
	
	
	#topics .linkBtn{padding: 0 40px;}
	

	/* fix-header
	---------------------------------------------------*/

	#gheader{
		position: sticky;
		top: 0;
		left: 0;
		width: 100%;
		height: 80px;
		border-top: 1px solid #ccc;
		z-index: 500;
		transform: translateY(0);
		transition: transform 300ms ease;
		box-sizing: border-box;
		background: rgba(240, 249, 238, .3);
		backdrop-filter: blur(10px);
	}	
	#gheader.on{background: rgba(240, 249, 238, .3); backdrop-filter: blur(10px);}
	#gheader h1{
		position: absolute;
		top: 50%;
		left: 30px;
		transform: translateY(-50%);
	}


	/* kv
	---------------------------------------------------*/

	#kv{
		position: relative;
		height: 400px;
	}
	.kvWrap::before, .kvWrap::after{
		content: "";	
		position: absolute;
		display: inline-block;	
		max-width: 414px;	
		width: 100%;	
		height: 100%;
		z-index: 9;
	}
	.kvWrap::before{	
		background: url("../img2/kvImg_01.png") no-repeat center;	
		background-size: contain;	
		left: 60px;	
	}
	.kvWrap::after{
		background: url("../img2/kvImg_02.png") no-repeat center;
		background-size: contain;
		right: 60px;	
	}
	.kv-inner{
		position: absolute;
		margin-top: 20px;
		width: 100%;
		height: 220px;
		z-index: 99;
	}
	.kv-inner-box{
		position: relative;
		height: 220px;
	}
	.kv-logo-motion{
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		width: 694px;
		height: 118px;
	}
	.kv-logo-motion span{
		position: absolute;
		z-index: 10;
	}
	.kv-logo-motion .kv-logo2,
	.kv-logo-motion .kv-logo3{
		z-index: 60;
	}
	.kv-copy-motion{
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: center;
	}
	.kv-copy-motion span{
		position: relative;
		display: inline-block;
	}
	.kv-copy-motion span:after{
		content: "";
		position: absolute;
		display: inline-block;
		left: -3%;
		right: 0;
		bottom: -10px;
		width: 0;
		height: 50px;
		background: #25ac61;
	}
	.kv-copy-motion.on span:after{
		width: 106%;
		transition: width 800ms ease;
	}

	.kv-copy-motion span img{
		position: relative;
		z-index: 20;
		width: 461px;
		height: auto;
	}




	/* section-inner
	---------------------------------------------------*/


	.section-inner{
		position: relative;
		margin: auto;
		max-width: 1280px;
		/*padding: 0 20px;*/
		box-sizing: border-box;
		z-index: 30;
	}

	.section-header{
		position: relative;
		padding: 0 0 60px;
	}
	#pickup .section-header{
		padding: 0 0 30px;
	}
	.section-header h2 i{
		position: relative;
		z-index: 50;
	}
	.section-header h2 i > i{
		letter-spacing: -4px;
		margin: 0 9px 0 0;
	}


	.section-inner + .section-inner {
		margin-top: 100px;
	}		

	/*--- main ---- */

	.section-header > strong{
		position: relative;
		display: inline-block;
		padding: 3px 5px;
		font-size: 20px;
		background: #221815;	
		color: #fff;
	}
	/*.section-header > strong:after{
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -0.5px;
		display: block;
		height: 1px;
		width: 28px;
		background: #000;
	}*/
	.section-header h2{position: relative; margin-top: 40px; font-size: 46px; padding-left: 120px;}
	.section-header h2::before{
		content: "";
		position: absolute;	
		display: inline-block;
		width: 120px;	
		height: 100%;
		background: url("../img2/icon_ttl.svg") no-repeat center;	
		background-size: contain;	
		top: 50%;	
		transform: translateY(-50%);	
		left: 0;	
	}
	.section-header h2 span{
		position: relative;
		display: block;
	}
	.section-header h2 em{
		position: relative;	
	}
	.section-header h2 em:after{
		left: 0;
		bottom: 6px;
		height: 16px;
	}

	.section-header p i{
		position: relative;
		z-index: 50;
	}
	.section-inner .lead p{
		font-size: 20px;
	}
	
	#topicspage .section-header{text-align: center;}
	#topicspage .section-header h2{display: inline-block;}



	/* gnav
	---------------------------------------------------*/

	#gnav{
		display: none;
		position: absolute;
		top: 20px;
		right: 30px;
	}
	#fix-nav{
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%);
	}
	#gnav ul,
	#fix-nav ul{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#gnav ul li a,
	#fix-nav ul li a{
		font-size: 14px;
		color: #333;
		font-weight: bold;
	}
	#gnav ul li a:hover,
	#fix-nav ul li a:hover{
		text-decoration: underline;
	}
	#gnav ul li,
	#fix-nav ul li{
		position: relative;
	}
	#gnav ul li + li,
	#fix-nav ul li + li{
		padding-left: 30px;
		margin-left: 30px;
	}
	#gnav ul li + li:before,
	#fix-nav ul li + li:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
		width: 1px;
		height: 20px;
		background: #51bd81;
	}

	.sp-nav-wrap{
		display: none;
	}

	/* grid
	---------------------------------------------------*/

	.grid-wrap{
		position: relative;
		display: flex;	
		gap: 60px 30px;
		z-index: 50;
		flex-direction: row;	
        flex-wrap: wrap;
		justify-content: space-between;
	}

	#pickup .grid-wrap{
			width: auto;
	}
	.grid-wrap .grid-item{
		height: auto;
/*		padding: 0 20px;*/
		width: calc(25.555555% - 30px);
		border: 1px solid #221815;
		box-sizing: border-box;
	}
	
	#topicspage .grid-wrap .grid-item{opacity: 0;}
	#topicspage .grid-wrap .grid-item.on{opacity: 1;}
	.grid-wrap .grid-item:last-child{margin-right: auto;}
	.grid-item .item-inner{
		display: flex;
		width: 100%;
		height: 100%;
		flex-direction: column;
	}
	.grid-item figure img{
		width: 100%;
		height: auto;
	}
	.grid-item .grid-txt{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex-grow: 1;
	}
	.grid-item .grid-txt span.grid-label{
		font-size: 12px;
		padding: 5px 10px;	
		margin-bottom: 10px;
		background: #25AC61;
		color: #fff;
	}
	.grid-item h4{
		font-size: 14px;
		line-height: 1.8;
 		flex-grow: 1;
	}

	.grid-item a{
		position: relative;
		display: block;
		height: 100%;
	}
	.grid-item a:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: #23ac6a;
		opacity: 0;
		transition: opacity 300ms ease;
	}



	.grid-item span.outLink{
		position: relative;
		margin: 10px 0 0;
		display: inline-block;
		font-size: 12px;
		color: #24ab69;
		text-decoration: underline;
	}
	.grid-item span.outLink::after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: -30px;
		bottom: 0;
		display: block; 
		width: 18px;
		height: 12px;
		background: url(../img2/icon_blank.png);
		background-size: 100% 100%;
	}
	
	#toppage #topics .grid-wrap .grid-item{width: calc(33.333333% - 30px);}


	/* pickup
	---------------------------------------------------*/


	#pickup {
		position: relative;
		padding: 100px 0 40px;
		opacity: 0;
		transition: opacity 400ms ease;
	}
	#pickup.on{
		opacity:1;
	}
	/*#pickup:after{
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 50%;
		background: #23ac6a;
		z-index: 20;
	}*/

	#pickup a:hover:after{
		opacity: 0.2;
	}
	#pickup .grid-item a{
		border: 1px solid #221815;
		background: #fff;
		box-sizing: border-box;
	}
	#pickup .grid-item .grid-txt{
		padding: 18px;
		border-top: 1px solid #221815;
	}



	/* #human-first-lab
	---------------------------------------------------*/
	#human-first-lab{padding: 100px 0; background: #fff;}
	#human-first-lab .flex{
		display: flex;
		align-items: center;
		flex-direction: row;	
		flex-wrap: wrap;
		justify-content: center;	
		gap: 50px;
	}
	#human-first-lab .flex .col-1{width: 100%;}
	#human-first-lab .flex .col-1 + .col-1{margin-top: 40px;}
	#human-first-lab .flex .col-1 figure{max-width: 1100px; margin: auto;}
	#human-first-lab .flex .col-2{width: calc(50% - 50px);}
	#human-first-lab .col-2 figure{max-width: 518px; margin-left: auto;}

	#human-first-lab figure img{
		width: 100%;
		height: auto;
	}
	#human-first-lab .col-hfl .col-txt{
		padding: 0 0 0 60px;
	}
	#human-first-lab .col-txt p{
		font-size: 18px;
		line-height: 1.8;
	}
	#human-first-lab .col-txt p + p{
		margin-top: 50px;
	}

	#human-first-lab .col-hf{
	}
	#human-first-lab .col-hf .col-txt{
		padding: 0 0 70px;
	}


	/* topics
	---------------------------------------------------*/

	#topics {
		position: relative;
		padding: 100px 0;
	}
	#toppage #topics {padding: 100px 0 0;
	}
	.grid-item .grid-txt{
		padding: 15px;
		background: #fff;
		border-top: 1px solid #221815;
	}
	.grid-item a:hover{
		transition: opacity 300ms ease;
		opacity: 0.7;
	}
	
	#toppage #topics .grid-wrap .grid-item:nth-child(n+4){display: none;}
	


	/* brand
	---------------------------------------------------*/

	#brand{
		padding: 100px 0;
		background: #fff;
		width: 100%;
		overflow: hidden;
	}
	#brand .brand-box ul{
		display: flex;
		flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
		margin: auto;
		gap: 30px;
		
	}
	#brand .brand-box ul li{
		display: inline-block;
		width: calc(28% - 20px);
	}
	#brand .brand-box ul li a{display: inline-block; marign: auto;}
	#brand .brand-box ul li figure{display: inline-block; border: 1px solid #ccc;}
	
	
	/* layout
	---------------------------------------------------*/
	#layout{padding: 100px 0;}
	#layout .flex{
		display: flex;
		align-items: center;
		flex-direction: row;	
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
        gap: 30px;
		
	}
	#layout .flex .col-1{width: 100%;}
	#layout .flex .col-1 figure{max-width: 1100px; margin: auto;}
	#layout .flex .col-2{width: calc(50% - 30px);}
	#layout .col-2 figure img{max-width: 100%;}
	#layout .col-txt{font-size: 18px; line-height: 1.8;}
	#layout .linkBtn{text-align: left;}



	/* contact
	---------------------------------------------------*/

	.btn-open-contact{
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 80px;
		height: 80px;
		z-index: 1000;
		transform: translateY(0);	
		transition: all 300ms ease;
	}
	.btn-open-contact.set{transform: translateY(-100px);}
	.btn-open-contact.fixed{position: fixed;}

	.btn-open-contact a{
		position: relative;
		display: block;
		width: 80px;
		height: 80px;
		border-radius: 550px;
		border: 1px solid #fff;
		background: #13ad67;
		box-sizing: border-box;
		transition: opacity 300ms ease;
	}

	.btn-open-contact a:after{
		position: absolute;
		content: "";
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: block;
		width: 80px;
		height: 80px;
		background: url(../img2/icon_contact.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}


	.btn-open-contact a:hover{
		opacity: 0.8;
	}

	#contact{
		position: fixed;
		top: 0;
		left: 0;
		padding: 0 20px;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
		z-index: 1100;
		overflow: auto;
		box-sizing: border-box;
		display: none;
	}
	#contact.set{
		display: block;
		opacity: 0;
		transition: opacity 300ms ease;
	}

	#contact.set.on{
		opacity: 1;
	}
	#contact .contact-inner{
		position: relative;
		height: 100%;
	}
	#contact .contact-contents{
		position: absolute;
		width: 100%;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		padding: 75px;
		max-width: 860px;
		background: #fff;
		z-index: 50;
		box-sizing: border-box;
	}


	#contact .section-header p{
		font-size: 50px;
		margin-top: 30px;
	}
	#contact article p{
		font-size: 20px;
	}
	#contact .section-header{
		padding: 0 0 80px;
	}
	#contact .section-header h2 {
		font-size: 20px;
	}

	.btn-contact{
		margin: 20px 0 0;
	}
	.btn-contact a{
		position: relative;
		display: block;
		width: 100%;
		height: 96px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.8;
		border: 1px solid #999;
		line-height: 94px;
		text-align: center;
		box-sizing: border-box;
		-webkit-transition: opacity 300ms ease;
		-o-transition: opacity 300ms ease;
		transition: opacity 300ms ease;
		will-change: opacity;
	}
	.btn-contact a span{
		color: #22ad6a;
	}
	.btn-contact a:after{
		position: absolute;
		content: "";
		display: block;
		right: 30px;
		top: 50%;
		margin-top: -7px;
		width: 0;
		height: 0;
		border-width: 7px 0 7px 12px;
		border-color: transparent transparent transparent #000;
		border-style: solid;
		-webkit-transition: transform 300ms ease;
		-o-transition: transform 300ms ease;
		transition: transform 300ms ease;
	}
	.btn-contact a:hover{
		opacity: 0.6;
	}



	/* footer
	---------------------------------------------------*/

	#gfooter{
		position: relative;
		padding: 50px;
		border-top: 1px solid #000;
		background: #fff;
	}
	#gfooter .foot-logo img{
		width: 232px;
		height: auto;
	}
	#gfooter p{
		margin-top: 50px;
		font-size: 12px;
	}
	.foot-list{display: flex; flex-direction: row; flex-wrap: wrap;gap: 30px; margin-bottom: 80px;}
	.foot-list .left, .foot-list .right{display: inline-block;width: calc(100% / 2 - 30px);}
	.foot-list .right{margin-left: auto;}
	#foot-nav ul, .foot-other ul{display: flex; align-items: center;}
	.foot-other ul{justify-content: flex-end;}
	#foot-nav ul li a, .foot-other ul li a{font-size: 14px; color: #333;}
	#foot-nav ul li a:hover, .foot-other ul li a:hover{text-decoration: underline;}	
	#foot-nav ul li, .foot-other ul li{position: relative;}
	#foot-nav ul li + li, .foot-other ul li + li{padding-left: 30px; margin-left: 30px;}
	#foot-nav ul li + li:before, .foot-other ul li + li:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
		width: 1px;
		height: 20px;
		background: #51bd81;
	}


	.btn-pt{
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 1000;
		display: none;
		opacity: 0;
		transition: opacity 300ms ease;
	}
	.btn-pt.set{
		display: block;
	}
	.btn-pt.on{
		opacity: 1;
	}
	.btn-pt a{
		position: relative;
		display: block;
		width: 80px;
		height: 80px;
		border-radius: 40px;
		border: 1px solid #000000;
		box-sizing: border-box;
		background: #fff;
		-webkit-transition: background 300ms ease;
		-o-transition: background 300ms ease;
		transition: background 300ms ease;
	}
	.btn-pt a:after{
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -7px 0 0 -7px;
		width: 0;
		height: 0;
		border-width: 0 7px 14px 7px;
		border-color: transparent transparent #00a96c transparent;
		border-style: solid;
		-webkit-transition: opacity 300ms ease;
		-o-transition: opacity 300ms ease;
		transition: opacity 300ms ease;
	}
	.btn-pt a:hover{
		opacity: 0.6;
	}
	
	/****
	 transmissionPolicypage 
	**************************/
	#transmissionPolicypage{
		position: relative;
        background: #f0f9ee;
		
	}
	#transmissionPolicypage .onlyTAB{display: block;}
	#transmissionPolicypage p{font-size: 16px; line-height: 1.8;}
	#transmissionPolicypage .section-header h2 {
        margin: 80px auto;
        font-size: 34px;
		line-height: 1.8;
		text-align: center;
        padding-left: 0;
    }
	#transmissionPolicypage .section-header h2::before {display: none;}
	#transmissionPolicypage .policy-inner{
		margin: 40px 0;
	}
	#transmissionPolicypage .policy-inner .policyBox{margin-bottom: 40px;}
	#transmissionPolicypage .policy-inner .policyBox h3{
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 20px;
	}
	#transmissionPolicypage .policy-inner .policyBox table{border-collapse: collapse; width: 100%; border: 1px solid #565656;}
	
	#transmissionPolicypage .policy-inner .policyBox table.list1 {margin-bottom: 40px;}
	#transmissionPolicypage .policy-inner .policyBox table th,
	#transmissionPolicypage .policy-inner .policyBox table td{
		text-align: center;
		word-break: keep-all;
		font-size: 16px;
		line-height: 1.8;
		padding: 10px;
		border: 1px solid #565656;
		vertical-align: middle;
	}
	#transmissionPolicypage .policy-inner .policyBox table th{
		font-weight: bold;
		background: #3a8f5a;
        color: #fff;
        text-shadow: 1px 1px 1px #666;
    }
	#transmissionPolicypage .policy-inner .policyBox table td{}
	#transmissionPolicypage .policy-inner .policyBox table td a{
		position: relative;
		padding-bottom: 5px;
	}
	#transmissionPolicypage .policy-inner .policyBox table td a::after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 0;
		height: 1px;
		background: #333;
		transition: all .3s ease;
		
	}
	#transmissionPolicypage .policy-inner .policyBox table td a:hover::after{width: 100%;}
	
	#transmissionPolicypage .policy-inner .policyBox h4{font-size: 16px; margin: 30px 0 10px;}
	#transmissionPolicypage .policy-inner .policyBox .contactUs{
		display: table;
		border-collapse: separate;
		border-spacing: 3px;
		max-width: 960px;
		width: 100%;
		border: 0;
		margin: 20px 0;
		
	}
	#transmissionPolicypage .policy-inner .policyBox .contactUs th{
		display: table-cell;
		width: 30%;
		background: rgba(51, 172, 97, .3);
		color: #221815;
		text-shadow: none;
		border: 0;
		border-bottom: 2px solid #ccc;
	}
	#transmissionPolicypage .policy-inner .policyBox .contactUs td{
		display: table-cell;
		width: 70%;
		border: 0;
		border-bottom: 2px solid #ccc;
		text-align: left;
		padding: 10px 0 10px 20px;
	}

}



@media screen and (min-width: 769px) and (max-width:1440px) {
	.foot-list{display: flex; flex-direction: row; flex-wrap: wrap;gap: 30px; margin-bottom: 60px;}
	.foot-list .left, .foot-list .right{display: inline-block;width: 100%;}
	.foot-other ul{justify-content: flex-start;}
}

@media screen and (min-width: 769px) and (max-width:1360px) {
	.section-inner {padding: 0 40px;}
	

	/* fix-header
	---------------------------------------------------*/


	#gheader h1{
		width: 220px;
	}
	#gheader h1 img{
		width: 100%;
		height: auto;
	}



	/* gnav
	---------------------------------------------------*/


	#gnav ul li a,
	#fix-nav ul li a{
		font-size: 12px;
	}
	#gnav ul li + li,
	#fix-nav ul li + li{
		padding-left: 15px;
		margin-left: 15px;
	}
	
	#brand .brand-box ul li {width: calc(30% - 20px);}


}


@media screen and (min-width: 769px) and (max-width:1040px) {
	.grid-wrap .grid-item{width: calc(34.333333% - 30px)}	
	#brand .brand-box ul li {width: calc(38% - 20px);}
}
@media screen and (min-width: 769px) and (max-width:991px) {
	.ignore-sp{display: none;}
	.ignore-pc{display: block;}
	
	#fix-nav{display: none;}
	
	.section-header h2{font-size: 34px; padding-left: 100px;}
	.section-header h2::before{width: 80px;}
	
	.kvWrap::before, .kvWrap::after{
		content: "";	
		position: absolute;
		display: inline-block;
		max-width: 514px;
		width: 100%;	
		height: 100%;
		z-index: 9;
	}
	.kvWrap::before{	
		background: url("../img2/kvImg_sp01.png") no-repeat top;	
		background-size: contain;
		top: 100px;
        left: 50%;
        transform: translateX(-50%);
	}
	.kvWrap::after{	
		background: url("../img2/kvImg_sp02.png") no-repeat bottom;	
		background-size: contain;
		bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
	}
	
	#gheader{height: 50px;}	
	#gheader h1{width: 200px;}	
	.btn-nav-open{	
		position: fixed;	
		top: 0;	
		right: 0;	
		width: 50px;	
		height: 50px;	
		background: #25ac61;	
		z-index: 1000;	
	}	
	.btn-nav-open span{	
		position: absolute;	
		margin: auto;	
		top: 0;	
		right: 0;	
		left: 0;	
		bottom: 0;	
		width: 18px;	
		height: 16px;	
	}	
	.btn-nav-open span i{	
		position: absolute;	
		display: block;	
		margin: auto;	
		left: 0;	
		width: 18px;	
		height: 2px;	
		background: #fff;	
	}	
	.btn-nav-open span i:nth-child(1){top: 0;}	
	.btn-nav-open span i:nth-child(2){top: 0; bottom: 0;}	
	.btn-nav-open span i:nth-child(3){bottom: 0;}	
	.btn-nav-close{	
		position: fixed;	
		top: 0;	
		right: 0;	
		width: 38px;	
		height: 38px;	
	}	
	.btn-nav-close span{	
		position: absolute;	
		margin: auto;	
		top: 0;	
		right: 0;	
		left: 0;	
		bottom: 0;	
		width: 18px;	
		height: 16px;	
	}	
	.btn-nav-close span i{	
		position: absolute;	
		display: block;	
		margin: auto;	
		top: 0;	
		bottom: 0;	
		left: 0;	
		right: 0;	
		width: 18px;	
		height: 2px;	
		background: #25ac61;	
	}	
	.sp-nav-wrap{	
		position: fixed;	
		display: block;	
		top: 0;	
		right: 0;	
		padding: 35px;	
		width: 285px;	
		height: 100%;	
		border-width: 0 0 1px 1px;	
		border-color: #000;	
		border-style: solid;	
		box-sizing: border-box;	
		z-index: 1500;	
		background: #fff;	
		overflow: auto;	
		transform: translateX(100%);	
		transition: transform 300ms ease;	
	}	
	.sp-nav-wrap.on{	
		transform: translateX(0);	
	}	
	.sp-nav-wrap .logo-nav{	
		width: 143px;	
	}	
	.sp-nav-wrap .logo-nav img{	
		width: 100%;	
		height: auto;	
	}	
	.sp-nav-wrap #sp-nav{	
		margin-top: 50px;	
	}	
	.sp-nav-wrap #sp-nav li + li{	
		margin-top: 20px;	
	}	
	.sp-nav-wrap #sp-nav li a{	
		font-size: 12px;	
		font-weight: bold;	
	}	
	.btn-contact-nav{	
		margin-top: 50px;	
	}	
	.btn-contact-nav a{	
		position: relative;	
		display: block;	
		width: 100%;	
		height: 50px;	
		line-height: 50px;	
		text-align: center;	
		background: #25ac61;	
		font-weight: bold;	
		color: #fff;	
	}	
	.btn-contact-nav a:before{	
		content: "";	
		position: absolute;	
		margin: auto;	
		top: 0;	
		left: 15px;	
		bottom: 0;	
		width: 30px;	
		height: 24px;	
		background: url(../img2/icon_contact_nav.png);	
		background-size: 100% 100%;	
	}	
	/* contact	
	-------------------------------------------------- */	
	.btn-open-contact{	
		position: fixed;	
		top: auto;	
		bottom: 15px;	
		right: 15px;	
		width: 80px;	
		height: 80px;	
		transform: translateY(0);	
		transition: transform 300ms ease;	
	}	
	.btn-open-contact.set {transform: translateY(-90px);}	
	.btn-open-contact a{width: 80px; height: 80px;}	
	.btn-open-contact a:after{width: 80px; height: 80px;}	
	/*	
	*/	
	.grid-wrap .grid-item {width: 47.7777777%;}
	
	
	#human-first-lab .flex .col-2{width: 100%;}
	#human-first-lab .flex .col-2 + .col-2{margin-top: 40px;}
	#human-first-lab .col-2 figure{max-width: 518px; margin: auto;}

	#toppage #topics .grid-wrap .grid-item{width: 100%;}
	#layout .flex .col-2{width: 100%;}
	#layout .flex .col-2 + .col-2{margin-top: 40px;}
	
	#brand .brand-box ul li {width: calc(100% / 2 - 30px);}
	
	#foot-nav ul li + li { padding-left: 20px; margin-left: 20px;}
	
	/****
	 transmissionPolicypage 
	**************************/
	#transmissionPolicypage{
		position: relative;
        padding: 60px 0;
        background: #f0f9ee;
		
	}
	#transmissionPolicypage .onlyTAB{display: block;}
	#transmissionPolicypage p{font-size: 14px; line-height: 1.6;}
	#transmissionPolicypage .section-header h2 {
        margin: 20px auto 40px;
        font-size: 24px;
		line-height: 1.8;
		text-align: center;
        padding-left: 0;
    }
	#transmissionPolicypage .section-header h2::before {display: none;}
	#transmissionPolicypage .policy-inner{
		margin: 40px 0;
	}
	#transmissionPolicypage .policy-inner .policyBox{margin-bottom: 40px;}
	#transmissionPolicypage .policy-inner .policyBox h3{
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 20px;
	}
	#transmissionPolicypage .policy-inner .policyBox table{border-collapse: collapse; width: 100%; border: 1px solid #565656;}
	
	#transmissionPolicypage .policy-inner .policyBox table.list1 {margin-bottom: 40px;}
	#transmissionPolicypage .policy-inner .policyBox table th,
	#transmissionPolicypage .policy-inner .policyBox table td{
		text-align: center;
		word-break: keep-all;
		font-size: 14px;
		padding: 10px;
		border: 1px solid #565656;
		vertical-align: middle;
	}
	#transmissionPolicypage .policy-inner .policyBox table th{
		font-weight: bold;
		background: #3a8f5a;
        color: #fff;
        text-shadow: 1px 1px 1px #666;
    }
	#transmissionPolicypage .policy-inner .policyBox table td{}
	#transmissionPolicypage .policy-inner .policyBox table td a{
		position: relative;
		padding-bottom: 5px;
	}
	#transmissionPolicypage .policy-inner .policyBox table td a::after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 0;
		height: 1px;
		background: #333;
		transition: all .3s ease;
		
	}
	#transmissionPolicypage .policy-inner .policyBox table td a:hover::after{width: 100%;}
	
	#transmissionPolicypage .policy-inner .policyBox h4{font-size: 18px; margin: 20px 0 10px;}
	#transmissionPolicypage .policy-inner .policyBox .contactUs{
		display: table;
		border-collapse: separate;
		border-spacing: 3px;
		width: 100%;
		border: 0;
		margin: 20px 0;
		
	}
	#transmissionPolicypage .policy-inner .policyBox .contactUs th{
		display: table-cell;
		width: 30%;
		background: rgba(51, 172, 97, .3);
		color: #221815;
		text-shadow: none;
		border: 0;
		border-bottom: 2px solid #ccc;
	}
	#transmissionPolicypage .policy-inner .policyBox .contactUs td{
		display: table-cell;
		width: 70%;
		border: 0;
		border-bottom: 2px solid #ccc;
		text-align: left;
		padding-right: 0;
	}
}




@media screen and (max-width: 768px) {

	body{font-size: 14px;}
	.pc{display: none !important;}
	.ignore-sp{display: none;}

	#gheader{display: none;}
	
	.linkBtn{display: block; max-width: 1280px; margin: 40px auto 0; text-align: right;}
	.linkBtn a{display: inline-block;background: #fff; border: 1px solid #221815; padding: 5px 10px 5px 20px; font-size: 14px; transition: ease .3s all;} 
	.linkBtn a:hover{background: rgba(44, 172, 106, .3);}
	.linkBtn a > img{display: inline-block; width: 18px; vertical-align: top; padding-left: 5px;}
	
	#topics .linkBtn{padding: 0 30px;}

	/* kv
	---------------------------------------------------*/

	#kv{position: relative; overflow: hidden; margin: 0 20px;}
	
	.kvWrap::before, .kvWrap::after{
		content: "";	
		position: absolute;
		display: inline-block;	
		max-width: 300px;	
		width: 100%;	
		height: 100%;
		z-index: 9;
	}
	.kvWrap::before{	
		background: url("../img2/kvImg_sp01.png") no-repeat top;	
		background-size: contain;
		top: 80px;
        left: 50%;
        transform: translateX(-50%);
	}
	.kvWrap::after{
		background: url("../img2/kvImg_sp02.png") no-repeat bottom;
		background-size: contain;
		bottom: 60px;
        left: 50%;
        transform: translateX(-50%);	
	}
	#kv .kv-bg{
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		background: url("../img2/bgImg_noise.png");
		background-size: contain;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	.kv-inner{
		position: relative;
		width: 690px;
		height: 220px;
		box-sizing: border-box;
	}
	.kv-logo-motion{
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		width: 694px;
		height: 118px;
	}
	.kv-logo-motion span{
		position: absolute;
		z-index: 10;
	}
	.kv-logo-motion .kv-logo2,
	.kv-logo-motion .kv-logo3{
		z-index: 60;
	}
	.kv-copy-motion{
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: center;
	}
	.kv-copy-motion span{
		position: relative;
		display: inline-block;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.kv-copy-motion span:after{
		content: "";
		position: absolute;
		display: inline-block;
        left: 0;
		right: 0;
		bottom: -10px;
		width: 0;
        height: 65px;
		background: #25ac61;
	}
	.kv-copy-motion.on span:after{
		width: 100%;
		transition: width 800ms ease;
	}

	.kv-copy-motion span img{
		position: relative;
		width: 670px;
		z-index: 20;
	}


	.kv-logo1{
		display: block;
		width: 0;
		overflow: hidden;
	}
	.kv-lab{
		position: absolute;
		right: 0;
		top: 0;
		width: 166px;
		height: 65px;
		z-index: 50;
	}

	.contents{
		padding: 0 20px;
	}



	.section-inner{
		position: relative;
		margin: 0 30px;
		z-index: 30;
	}
	.section-inner + .section-inner {
		margin-top: 40px;
	}		
	.section-header{
		position: relative;
		padding: 0 0 30px;
	}
	.section-header h2 i{
		position: relative;
		z-index: 50;
	}
	.section-header h2 i > i{
		letter-spacing: -2px;
		margin: 0 4px 0 0;
	}
	.section-header > strong{
		position: relative;
        display: inline-block;
        padding: 3px 5px;
        font-size: 20px;
        background: #221815;
        color: #fff;
		position: relative;
		display: inline-block;
		padding: 5px 10px;
		font-size: 12px;
	}
	.section-header h2{
		position: relative;
		margin-top: 20px;
		font-size: 24px;
		padding-left: 50px;
	}
	.section-header h2::before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 45px;
        height: 100%;
        background: url(../img2/icon_ttl.svg) no-repeat center;
        background-size: contain;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
	.section-header h2 span{
		position: relative;
		display: block;
	}
	.section-header h2 em{
		position: relative;	
	}

	.section-header p i{
		position: relative;
		z-index: 50;
	}
	.section-inner .lead p{
		font-size: 20px;
	}
	
	#topicspage .section-header{text-align: center;}
	#topicspage .section-header h2{display: inline-block;}
	/*---new---- */





	/* gnav
	---------------------------------------------------*/

	#gnav{
		display: none;
	}

	.sp-nav-wrap{
		position: fixed;
		top: 0;
		right: 0;
		padding: 35px;
		width: 285px;
		height: 100%;
		border-width: 0 0 1px 1px;
		border-color: #000;
		border-style: solid;
		box-sizing: border-box;
		z-index: 1500;
		background: #fff;
		overflow: auto;
		transform: translateX(100%);
		transition: transform 300ms ease;
	}
	.sp-nav-wrap.on{
		transform: translateX(0);
	}
	.sp-nav-wrap .logo-nav{
		width: 143px;
	}
	.sp-nav-wrap .logo-nav img{
		width: 100%;
		height: auto;
	}
	.sp-nav-wrap #sp-nav{
		margin-top: 50px;
	}
	.sp-nav-wrap #sp-nav li + li{
		margin-top: 20px;
	}
	.sp-nav-wrap #sp-nav li a{
		font-size: 12px;
		font-weight: bold;
	}
	.btn-contact-nav{
		margin-top: 50px;
	}
	.btn-contact-nav a{
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: #25ac61;
		font-weight: bold;
		color: #fff;
	}
	.btn-contact-nav a:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 15px;
		bottom: 0;
		width: 30px;
		height: 24px;
		background: url(../img2/icon_contact_nav.png);
		background-size: 100% 100%;
	}
	



	.btn-nav-open{
		position: fixed;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		background: #25ac61;
		z-index: 1000;
	}
	.btn-nav-open span{
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 18px;
		height: 16px;
	}
	.btn-nav-open span i{
		position: absolute;
		display: block;
		margin: auto;
		left: 0;
		width: 18px;
		height: 2px;
		background: #fff;
	}
	.btn-nav-open span i:nth-child(1){
		top: 0;
	}
	.btn-nav-open span i:nth-child(2){
		top: 0;
		bottom: 0;
	}
	.btn-nav-open span i:nth-child(3){
		bottom: 0;
	}


	.btn-nav-close{
		position: fixed;
		top: 0;
		right: 0;
		width: 38px;
		height: 38px;
	}
	.btn-nav-close span{
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 18px;
		height: 16px;
	}
	.btn-nav-close span i{
		position: absolute;
		display: block;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 18px;
		height: 2px;
		background: #25ac61;
	}
	.btn-nav-close span i:nth-child(1){
		transform: rotate(45deg);
	}
	.btn-nav-close span i:nth-child(2){
		transform: rotate(-45deg);
	}

	/* grid
	---------------------------------------------------*/

	.grid-wrap{
		position: relative;
		z-index: 50;
	}
	.grid-wrap .grid-item{
		height: auto;
		border: 1px solid #221815;	
		box-sizing: border-box;
	}
	.grid-item .item-inner{
		display: flex;
		width: 100%;
		height: 100%;
		flex-direction: column;
	}
	.grid-item .grid-txt span.grid-label{
		font-size: 12px;	
		padding: 5px 10px;	
		margin-bottom: 10px;	
		background: #25AC61;	
		color: #fff;	
	}
	.grid-item figure img{
		width: 100%;
		height: auto;
	}
	.grid-item h4{
		font-size: 12px;
		line-height: 1.8;
 		display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 3;
  	overflow: hidden;
	}
	#topics .grid-item + .grid-item{
		margin-top: 40px;
	}
	.grid-item .grid-txt{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex-grow: 1;
		background: #fff;
	}
	.grid-item a{
		display: block;
		height: 100%;
	}
	.grid-item span.outLink{
		position: relative;
		margin: 5px 0 0;
		display: inline-block;
		font-size: 12px;
		color: #24ab69;
		text-decoration: underline;
	}
	.grid-item span.outLink:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: -30px;
		bottom: 0;
		display: block; 
		width: 18px;
		height: 12px;
		background: url(../img2/icon_blank.png);
		background-size: 100% 100%;
	}
	
	#toppage #topics .grid-wrap .grid-item:nth-child(n+4){display: none;}



	/* pickup
	---------------------------------------------------*/

	#pickup {
		position: relative;
		padding: 0 0 40px;
		/*opacity: 0;*/
		transition: opacity 400ms ease;
	}
	#pickup.on{
		opacity:1;
	}

	#pickup:after{
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 50%;
		background: #23ac6a;
		z-index: 20;
	}

	#pickup .grid-item a{
		border: 1px solid #221815;
		background: #fff;
		box-sizing: border-box;
	}
	#pickup .grid-item .grid-txt{
		padding: 18px;
		border-top: 1px solid #221815;
	}
	#pickup .grid-item .grid-txt h4{
		flex-grow: 1;
	}
	#pickup .grid-container{
		overflow: inherit;
		padding: 0 30px 0 0;
	}

	.btn-next,
	.btn-prev{
		position: absolute;
		top: 50%;
		margin: -19px 0 0;
		width: 38px;
		height: 38px;
		background: #fff;
		border: 1px solid #000;
		z-index: 100;
		box-sizing: border-box;
		outline: none;
	}
	.btn-next a,
	.btn-prev a{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}


	.btn-prev{
		left: 12px;
	}
	.btn-prev a:after{
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -5px 0 0 -5px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 10px 5px 0;
		border-color: transparent #00aa6a transparent transparent;
	}
	.btn-next{
		right: 12px;
	}
	.btn-next a:after{
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -5px 0 0 -5px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 10px;
		border-color: transparent transparent transparent #00aa6a;
	}

	.swiper-button-disabled a:after{
		opacity: 0.3;
	}




	/* #human-first-lab
	---------------------------------------------------*/
	#human-first-lab{padding: 30px 0; background: #fff;}
	#human-first-lab figure img{
		width: 100%;
		height: auto;
	}
	#human-first-lab .col-txt p{
		line-height: 1.8;
	}
	#human-first-lab .col-txt p + p{
		margin-top: 20px;
	}

	#human-first-lab .flex{
		
	}
	#human-first-lab .flex .col-1, #human-first-lab .flex .col-2{
		width: 100%;	
	}
	#human-first-lab .flex .col-1 + .col-1,
	#human-first-lab .flex .col-2 + .col-2{margin-top: 40px;}
	#human-first-lab .flex .col-txt{
		padding: 0 0 50px;
	}



	/* topics
	---------------------------------------------------*/

	#topics {
		position: relative;
		padding: 60px 0;
		background: #f0f9ee;
	}
	#topics .grid-item .grid-txt{
		padding: 15px;
	}


	/* layout
	---------------------------------------------------*/
	
	#layout{padding-bottom: 60px;}
	
	#layout .flex .col-2{width: 100%;}
	#layout .flex .col-2 + .col-2{margin-top: 40px;}
	#layout .col-2 figure img{max-width: 100%;}
	

	/* brand
	---------------------------------------------------*/

	.btm-contents{
		padding: 0 20px;
	}

	#brand{
		padding: 30px 0;
		width: 100%;
		background: #fff;
	}
	#brand .brand-box ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: auto;
        gap: 30px;
    }
	#brand .brand-box ul li {
        display: inline-block;
        width: auto;
    }
	#brand .brand-box ul li figure{display: inline-block; border: 1px solid #ccc;}
	#brand .brand-box ul li img{ max-width: 100%;}

	/* contact
	---------------------------------------------------*/


	.btn-open-contact{
		position: fixed;
		right: 10px;
		bottom: 10px;
		width: 70px;
		height: 70px;
		z-index: 1000;
		transform: translateY(0);
		transition: transform 300ms ease;
	}
	.btn-open-contact.set{
		transform: translateY(-65px);
	}
	.btn-open-contact.on{
		opacity: 1;
		transition: opacity 300ms ease;
	}
	.btn-open-contact a{
		display: block;
		width: 70px;
		height: 70px;
		border-radius: 50px;
		border: 1px solid #fff;
		background: #13ad67;
		box-sizing: border-box;
		transition: opacity 300ms ease;
	}
	.btn-open-contact a:after{
		position: absolute;
		content: "";
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: block;
		width: 70px;
		height: 70px;
		background: url(../img2/icon_contact.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}


	#contact{
		position: fixed;
		top: 0;
		left: 0;
		padding: 0 15px;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
		z-index: 2000;
		overflow: auto;
		box-sizing: border-box;
		display: none;
	}
	#contact.set{
		display: block;
		opacity: 0;
		transition: opacity 300ms ease;
	}

	#contact.set.on{
		opacity: 1;
	}
	#contact .contact-inner{
		position: relative;
		height: 100%;
	}
	#contact .contact-contents{
		position: absolute;
		width: 100%;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		padding: 25px;
		max-width: 860px;
		background: #fff;
		z-index: 50;
		box-sizing: border-box;
	}
	#contact .section-header p{
		font-size: 25px;
	}
	#contact article p{
		font-size: 13px;
	}
	#contact .section-header{
		padding: 0 0 40px;
	}
	#contact .section-header h2 {
		font-size: 10px;
	}
	.btn-contact{
		margin: 25px 0 0;
	}
	.btn-contact a{
		position: relative;
		display: block;
		width: 100%;
		padding: 0 15px 0 0;
		height: 58px;
		font-size: 11px;
		font-weight: bold;
		line-height: 1.8;
		border: 1px solid #999;
		line-height: 56px;
		text-align: center;
		box-sizing: border-box;
		-webkit-transition: opacity 300ms ease;
		-o-transition: opacity 300ms ease;
		transition: opacity 300ms ease;
		will-change: opacity;
	}
	.btn-contact a span{
		color: #22ad6a;
	}
	.btn-contact a:after{
		position: absolute;
		content: "";
		display: block;
		right: 15px;
		top: 50%;
		margin-top: -4px;
		width: 0;
		height: 0;
		border-width: 4px 0 4px 6px;
		border-color: transparent transparent transparent #000;
		border-style: solid;
	}
	



	/* footer
	---------------------------------------------------*/

	#gfooter{
		position: relative;
		padding: 35px 30px;
		border-top: 1px solid #dfdfdf;
		background: #fff;
	}
	#gfooter .foot-logo img{
		width: 210px;
		height: auto;
	}
	#gfooter p{
		margin-top: 30px;
		font-size: 9px;
	}

	#foot-nav{
		margin: 0 0 40px;
	}

	#foot-nav ul li a{
		font-size: 14px;
		font-weight: bold;
		color: #333;
	}
	#foot-nav ul li a:hover{
		text-decoration: underline;
	}
	#foot-nav ul li{
		position: relative;
	}
	#foot-nav ul li + li{
		margin-top: 20px;
	}

	.foot-list{margin-bottom: 60px;}
	.foot-list .left{display: none;}
	.foot-list .right{width: 100%;}
	.foot-list .right li{margin-bottom: 5px;}

	.btn-pt{
		position: fixed;
		right: 23px;
		bottom: 15px;
		-webkit-transition: transform ease 300ms;
		-o-transition: transform ease 300ms;
		transition: transform ease 300ms;
		z-index: 1000;
		transform: translateY(70px);
	}
	.btn-pt.on{
		transform: translateY(0);
	}
	.btn-pt a{
		position: relative;
		display: block;
		width: 45px;
		height: 45px;
		border-radius: 40px;
		border: 1px solid #000000;
		box-sizing: border-box;
		background: #fff;
	}
	.btn-pt a:after{
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -4px 0 0 -4px;
		width: 0;
		height: 0;
		border-width: 0 4px 8px 4px;
		border-color: transparent transparent #00a96c transparent;
		border-style: solid;

	}
	
	/****
	 transmissionPolicypage 
	**************************/
	#transmissionPolicypage{
		position: relative;
        padding: 60px 0;
        background: #f0f9ee;
	}
	#transmissionPolicypage .onlyTAB{display: none;}
	#transmissionPolicypage p{font-size: 14px; line-height: 1.6;}
	#transmissionPolicypage .section-header h2 {
        margin: 20px auto 40px;
        font-size: 18px;
		line-height: 1.8;
		text-align: center;
        padding-left: 0;
    }
	#transmissionPolicypage .section-header h2::before {display: none;}
	#transmissionPolicypage .policy-inner{
		margin: 40px 0;
	}
	#transmissionPolicypage .policy-inner .policyBox{margin-bottom: 40px;}
	#transmissionPolicypage .policy-inner .policyBox h3{
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 20px;
	}
	#transmissionPolicypage .policy-inner .policyBox table{border-collapse: collapse; width: 100%; border: 1px solid #565656;}
	
	#transmissionPolicypage .policy-inner .policyBox table.list1 {margin-bottom: 40px;}
	#transmissionPolicypage .policy-inner .policyBox table th,
	#transmissionPolicypage .policy-inner .policyBox table td{
		display: block;
		text-align: center;
		word-break: keep-all;
		font-size: 14px;
		padding: 10px;
		border: 1px solid #565656;
		vertical-align: middle;
	}
	#transmissionPolicypage .policy-inner .policyBox table th{
		font-weight: bold;
		background: #3a8f5a;
        color: #fff;
        text-shadow: 1px 1px 1px #666;
    }
	#transmissionPolicypage .policy-inner .policyBox table td{}
	#transmissionPolicypage .policy-inner .policyBox table td a{
		position: relative;
		padding-bottom: 5px;
	}
	#transmissionPolicypage .policy-inner .policyBox table td a::after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 0;
		height: 1px;
		background: #333;
		transition: all .3s ease;
		
	}
	#transmissionPolicypage .policy-inner .policyBox table td a:hover::after{width: 100%;}
	
	#transmissionPolicypage .policy-inner .policyBox h4{font-size: 16px; margin: 20px 0 10px;}
	#transmissionPolicypage .policy-inner .policyBox .contactUs{
		display: table;
		border-collapse: separate;
		border-spacing: 3px;
		width: 100%;
		border: 0;
		margin: 20px 0;
		
	}
	#transmissionPolicypage .policy-inner .policyBox .contactUs th{
		display: table-cell;
		width: 30%;
		background: rgba(51, 172, 97, .3);
		color: #221815;
		text-shadow: none;
		border: 0;
		border-bottom: 2px solid #ccc;
	}
	#transmissionPolicypage .policy-inner .policyBox .contactUs td{
		display: table-cell;
		width: 70%;
		border: 0;
		border-bottom: 2px solid #ccc;
		text-align: left;
		padding-right: 0;
	}

}



@media screen and (max-width: 380px) {

	.linkBtn a {font-size: 14px;}
	.linkBtn a > img {width: 20px;}
	
	.section-inner {
	    position: relative;
	    margin: 0 20px;
	    z-index: 30;
	}

	#contact .contact-contents{
		padding: 15px;
	}
	#contact .contact-contents a{
		font-size: 9px;
	}


}






