body
	{
	padding-top: 8vw;
	font-family: "Zen Kaku Gothic New", sans-serif;
	}

@media screen and (min-width:768px) and ( max-width:1400px) {
body
	{
	padding-top: 10vw;
	font-family: "Zen Kaku Gothic New", sans-serif;
	}
}



:focus
	{
	outline: none !important;
	}


#common_header .site-search
	{

margin-bottom: 0;
display: block !important;
}

#common_header .site-search .widget
{
margin: 0;
}

#common_header .storefront-primary-navigation .col-full
{
max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding:00;
    box-sizing: content-box;
}


#common_header
	{
	padding: 1vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999999999999999999999;
	background: #fff;
	}

#common_header ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	}

#common_header ul li
	{
	margin: 0 1rem;
	}

#common_header ul li a
	{
	color: #222222;
	position: relative;
	}


#common_header ul li a::after
	{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 5px;
	background: #18bc71;
	bottom: -10px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	}

#common_header ul li a:hover::after
	{
	visibility: visible;
	bottom: -10px;
	opacity: 1;
	}
/*
#common_header ul li:last-child a
	{
	padding: 1rem 4rem;
	border-radius: 10px;
	color: #fff;
	background: url(images/member.png) no-repeat 20px center ,url(images/arrow_w.png) no-repeat 92% center #18bc71;
	transition: 0.3s;
	}

#common_header ul li:last-child a:hover
	{
	transition: 0.3s;
	background: url(images/member.png) no-repeat 20px center ,url(images/arrow_w.png) no-repeat 92% center #999;
	}

#common_header ul li:last-child a::after
	{
	background: none !important;
	}


#common_header ul li:last-child a:hover::after
	{
	background: none !important;
	}
*/

.top_sl ul
	{
	margin: 0;
	list-style: none;
	}

.top_sl ul img
	{
	width: 100%;
	border-radius: 0;
	}

.top_sl .slick-dots
	{
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	}

.top_sl .slick-dots li
	{
	width: 8%;
	margin: 0 10px;
	padding: 0;
	}

.top_sl .slick-dots button
	{
	width: 100%;
	height: 1px !important;
	text-indent: -8999999999998px;
	border-radius: 5px;
	background: #b9ebd4;
	}

.top_sl .slick-dots button:focus
	{
	outline: none;
	}

.top_sl .slick-dots .slick-active button
	{
	background: #18bc71;
	}

article 
	{
	width: 1200px;
	max-width: 90%;
	margin: 5em auto;
	}

.top_about
	{
	background: #f0f0f0;
	border-radius: 10px;
	padding: 2rem;
	}

.top_about ul
	{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}

.top_about ul li
	{
	width: 40%;
	color: #222222;
	font-size: 1.2em;
	}

.top_about ul li:last-child
	{
	width: 55%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.top_about ul li a
	{
	width: 48%;
	display: block;
	border-radius: 50px;
	text-align: center;
	font-weight: bold;
	padding: 0.5rem 0;
	position: relative;
	transition: all 0.5s ease;
	}

section .link01
	{
	color: #fff;
	background: url(images/arrow_w.png) no-repeat 95% center #18bc71;
	border: 2px solid #18bc71;
	}

section .link02
	{
	color: #18bc71;
	background: url(images/arrow_g.png) no-repeat 95% center #fff;
	border: 2px solid #18bc71;
	}

section .link01:hover
	{
	color: #18bc71;
	z-index: 99999999;
	position: relative;
	}

section .link01:hover::before
	{
	transform: scaleY(1);
	}

section .link01:before
	{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/arrow_g.png) no-repeat 95% center #fff;
	transform: scaleX(0);
	transition: all 0.5s ease;
	transition-property: transform;
	border-radius: 50px;
	z-index: -1;
	border-bottom: 2px solid #18bc71;
	}


section .link02:hover:before
	{
	transform: scaleY(1);
	}


section .link02:hover
	{
	color: #fff;
	z-index: 99999999;
	position: relative;
	}

section .link02:before
	{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/arrow_w.png) no-repeat 95% center #18bc71;
	transform: scaleX(0);
	transition: all 0.5s ease;
	transition-property: transform;
	border-radius: 50px;
	z-index: -1;
	border: 1px solid #18bc71;
	}

article .top_business
	{
	margin-top: 10rem;
	}

article .top_business ul
	{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	}

article .top_business ul li
	{
	width: 47%;
	color: #222222;
	}

article .top_business ul li strong
	{
	color: #315645;
	font-size: 3em;
	display: block;
	}

article .top_business ul li p
	{
	margin: 2rem 0;
	font-size: 1.2em;
	font-weight: bold;
	}

article .top_business ul li span
	{
	color: #5e6f68;
	}

article .top_business ul li div
	{
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

article .top_business ul li div a
	{
	width: 48%;
	display: block;
	border-radius: 50px;
	text-align: center;
	font-weight: bold;
	padding: 0.5rem 0;
	position: relative;
	transition: all 0.5s ease;
	}

article .top_business ul li ol li
	{
	width: 100%;
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

article .top_business ul li ol li p
	{
	width: 26%;
	margin: 0;
	padding: 1rem 0 0 0;
	background: #18bc71;
	text-align: center;
	border-radius: 10px 0 0 10px;
	}

article .top_business ul li ol li p img
	{
	display: inline;
	}

article .top_business ul li ol li span
	{
	width: 74%;
	display: block;
	padding: 1rem;
	background: #f0f0f0;
	border-radius: 0 10px 10px 0;
	font-size: 0.8em;
	}

article .top_business ul li ol li span strong
	{
	font-size: 1.8em;
	display: block;
	margin-bottom: 0.5rem;
	}



article .top_cate
	{
	margin-top: 10rem;
	}

article .top_cate ul
	{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	}

article .top_cate ul li
	{
	width: 30%;
	position: relative;
	}

article .top_cate ul li img
	{
	width: 100%;
	}

article .top_cate ul li a
	{
	display: block;
	color: #fff;
	}

article .top_cate ul li p
	{
	width: 100%;
	position: absolute;
	top: 20%;
	left: 0;
	font-size: 5em;
	text-align: center;
	line-height: 1.2;
	}

article .top_cate ul li em
	{
	width: 60%;
	margin: 0;
	padding: 0.5rem 0;
	position: absolute;
	bottom: 20%;
	left: 20%;
	font-weight: bold;
	font-size: 1.2em;
	font-style: normal;
	background: url(images/arrow_w.png) no-repeat 95% center #18bc71;
	border: 2px solid #18bc71;
	text-align: center;
	border-radius: 50px;
	}

article .top_cate ul li:hover em
	{
	color: #18bc71;
	z-index: 99999999;
	}

article .top_cate ul li:hover em:before
	{
	transform: scaleY(1);
	}

article .top_cate ul li em:before
	{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/arrow_g.png) no-repeat 95% center #fff;
	transform: scaleX(0);
	transition: all 0.5s ease;
	transition-property: transform;
	border-radius: 50px;
	z-index: -1;
	}


.topitem_sl
	{
	margin: 0;
	}

.topitem_sl ul
	{
	margin: 0;
	}
.topitem_sl ul li
	{
	margin: 0 10px;
	}

.topitem_sl ul li a
	{
	display: block;
	color: #222;
	}

.topitem_sl ul li a p
	{
	padding: 0.5rem;
	font-size: 0.8em;
	}

.topitem_sl ul li a img
	{
	width: 100%;
	}

.topitem_sl .link02
	{
	width: 1200px;
	max-width: 90%;
	margin: 2rem auto;
	display: block;
	text-align: center;
	position: relative;
	color: #18bc71;
	font-size: 1.2em;
	padding: 0.5rem 0;
	font-weight: bold;
	border: 2px solid #18bc71;
	background: url(images/arrow_g.png) no-repeat 60% center #fff;
	border-radius: 10px;
	}


.topitem_sl .link02:hover:before
	{
	transform: scaleY(1);
	}


.topitem_sl .link02:hover
	{
	color: #fff;
	z-index: 99999999;
	position: relative;
	}


.topitem_sl .link02:before
	{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/arrow_w.png) no-repeat 60% center #18bc71;
	transform: scaleX(0);
	transition: all 0.5s ease;
	transition-property: transform;
	border-radius: 10px;
	z-index: -1;
	}

.top_company
	{
	margin: 10em auto;
	padding: 5rem 0;
	background: #f4f4f4;
	}

.top_company ul
	{
	width: 1200px;
	max-width: 90%;
	margin: 5em auto;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}

.top_company ul li ,.top_ceo ul li
	{
	width: 48%;
	}

.top_company ul li strong ,.top_ceo ul li strong ,.top_contact strong
	{
	font-size: 2em;
	color: #315645;
	font-weight: bold;
	}

.top_company ul li p ,.top_ceo ul li p
	{
	margin-top: 3rem;
	color: #5e6f68;
	}


.top_company ul li div
	{
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.top_company ul li div a
	{
	width: 48%;
	display: block;
	border-radius: 50px;
	text-align: center;
	font-weight: bold;
	padding: 0.5rem 0;
	position: relative;
	transition: all 0.5s ease;
	}

.top_ceo ul li p em
	{
	margin-top: 2rem;
	font-style: normal;
	display: block;
	text-align: right;
	}

.top_ceo
	{
	width: 1200px;
	max-width: 90%;
	margin: 5em auto;
	}

.top_ceo ul
	{
	margin: 5em auto;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}


.top_contact
	{
	width: 1200px;
	max-width: 90%;
	margin: 5em auto;
	text-align: center;
	}

.top_contact p
	{
	margin-top: 1rem;
	color: #5e6f68;
	}


.top_contact a
	{
	width: 100%;
	display: block;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	padding: 1rem 0;
	position: relative;
	transition: all 0.5s ease;
	}

.top_contact a:before
	{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/arrow_g.png) no-repeat 95% center #fff;
	transform: scaleX(0);
	transition: all 0.5s ease;
	transition-property: transform;
	border-radius: 10px;
	z-index: -1;
	border-bottom: 2px solid #18bc71;
	}



footer
	{
	border-top: 1px solid #666666;
	background: #f0f0f0;
	}

footer ul
	{
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	padding: 3rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	}

footer ul li
	{
	width: 49%;
	}

footer ul li ol
	{
	list-style: none;
	}

footer ul li ol li
	{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}


footer ul li ol li img
	{
	width: 50%;
	}


footer ul li ol a
	{
	width: 50%;
	display: block;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	}

footer ul li ol a:last-child
	{
	padding: 1rem 0;
	position: relative;
	transition: all 0.5s ease;
	color: #fff;
	background: url(images/arrow_w.png) no-repeat 95% center #18bc71;
	border: 1px solid #18bc71;
	}

footer ul li ol a:last-child:hover
	{
	color: #18bc71;
	z-index: 99999999;
	position: relative;
	}

footer ul li ol a:last-child:hover::before
	{
	transform: scaleY(1);
	}

footer ul li ol a:last-child:before
	{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/arrow_g.png) no-repeat 95% center #fff;
	transform: scaleX(0);
	transition: all 0.5s ease;
	transition-property: transform;
	border-radius: 10px;
	z-index: -1;
	border-bottom: 2px solid #18bc71;
	}

footer ul li ol+p
	{
	margin: 3rem 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

footer ul li ol+p a
	{
	font-size: 0.8em;
	color: #222222;
	}

footer ul li div
	{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 1rem;
	}

footer ul li div img
	{
	width: 20%;
	}

footer ul li div p
	{
	width: 72%;
	margin-bottom: 0;
	color: #222222;
	}

footer ul li div p strong
	{
	margin-bottom: 0.5rem;
	display: block;
	}

footer ul li div p span
	{
	display: block;
	}

footer ul li div p span em
	{
	color: #18bc71;
	font-style: normal;
	font-weight: 600;
	padding-right: 0.5rem;
	}

footer ul+p
	{
	margin: 0;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
	padding: 0.5rem 0;
	background: #18bc71;
	}

.hamburger
	{
	display: none;
	}


#top_business ,#ceo
{
    padding-top: 150px;
    margin-top: -150px; 
}

.pcbr
{
display: block;
}


@media screen and (max-width:769px) {
.pcbr
{
display: none;
}

#top_business ,#ceo
{
    padding-top: 80px;
    margin-top: -80px; 
}

html
{
	overflow-x: hidden;
}

body
{
	padding-top: 10vh;
	overflow-x: hidden;
}



#common_header
	{
	padding: 1rem;
	display: flex;
	overflow-x: hidden;
	overflow-y: hidden;
	}

#common_header img
	{
	width: 40%;
	}

.hamburger
	{
	padding: 0;
	background-color: #fff;
	border-color: #fff;
	z-index: 9999;
	cursor: pointer;
	}

.hamburger span
	{
	width: 24px;
	height: 1px;
	background-color: #666666;
	position: relative;
	transition: ease .4s;
	display: block;
	}

.hamburger span:nth-child(1)
	{
	top: 0;
	}

.hamburger span:nth-child(2)
	{
	margin: 8px 0;
	}

.hamburger span:nth-child(3)
	{
	top: 0;
	}

.p-header__nav.active
	{
	transform: translateX(0);
	}

.hamburger.active span:nth-child(1)
	{
	top: 5px;
	transform: rotate(45deg);
	}

.hamburger.active span:nth-child(2)
	{
	opacity: 0;
	}

.hamburger.active span:nth-child(3)
	{
	top: -13px;
	transform: rotate(-45deg);
	}

#js-nav
	{
	position: absolute;
	right: -75%;
	top: 7.6vh;
	width: 75%;
	height: 100vh;
	background-color: #18bc71;
	transition: ease .4s;
	z-index: 999;
	}

#js-nav.active
	{
	right: 0%;
	width: 75%;
	}


#common_header ul
	{
	list-style: none;
	margin: 0;
	padding: 1rem 0 0 0;
	display: block;
	overflow-x: hidden;
	}

#common_header ul li
	{
	margin: 0 1rem 1rem 1rem;
	}

#common_header ul li a
	{
	color: #fff;
	position: relative;
	}


#common_header ul li a::after
	{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 5px;
	background: #18bc71;
	bottom: -10px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	}

#common_header ul li a:hover::after
	{
	visibility: visible;
	bottom: -10px;
	opacity: 1;
	}

/**/
#common_header ul li:last-child a
	{
	margin-top: 1rem;
	display: block;
	padding: 0.5rem 1rem;
	border-radius: 10px;
	color: #fff;
/*	background: url(images/member.png) no-repeat 20px center ,url(images/arrow_w.png) no-repeat 92% center #18bc71;*/
	border: 1px solid #fff;
	}


.top_sl .slick-dots
	{
	margin-top: 1rem;
	}

.top_sl .slick-dots li
	{
	width: 8%;
	height: 10px;
	margin: 0 10px;
	padding: 0;
	}

.top_sl .slick-dots button
	{
	padding: 0;
	height: 5px !important;
	}

.top_about ul
	{
	display: block;
	}

.top_about ul li
	{
	width: 100%;
	}

.top_about ul li:last-child
	{
	width: 100%;
	display: block;
	}

.top_about ul li a
	{
	width: 100%;
	display: block;
	margin-top: 0.5rem;
	}

section .link01
	{
	color: #fff;
	background: url(images/arrow_w.png) no-repeat 95% center #18bc71;
	border: 2px solid #18bc71;
	}

section .link02
	{
	color: #18bc71;
	background: url(images/arrow_g.png) no-repeat 95% center #fff;
	border: 2px solid #18bc71;
	}

article .top_business
	{
	margin-top: 5rem;
	}



article .top_business ul
	{
	display: block;
	}

article .top_business ul li
	{
	width: 100%;
	}

article .top_business ul li div a
	{
	width: 100%;
	}


article .top_business ul li strong
	{
	font-size: 2em;
	}

article .top_business ul li p
	{
	margin: 1rem 0;
	font-size: 1em;
	}

article .top_business ul li ol
	{
	margin: 2rem 0 0 0;
	}

article .top_business ul li ol li
	{
	width: 100%;
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

article .top_business ul li ol li p
	{
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
	}

article .top_business ul li ol li p img
	{
	display: block;
	width: 60%;
	margin-bottom: 1rem;
	}

article .top_business ul li ol li span
	{
	width: 65%;
	}

article .top_business ul li ol li span strong
	{
	font-size: 1.2em;
	display: block;
	margin-bottom: 0.1rem;
	}



article .top_cate
	{
	margin-top: 5rem;
	}

article .top_cate ul
	{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	}

article .top_cate ul li
	{
	width: 44%;
	margin: 0 0.5rem 2rem 0.5rem;
	position: relative;
	}

article .top_cate ul li p
	{
	font-size: 2em;
	}

article .top_cate ul li em
	{
	width: 80%;
	padding: 0.5rem 0;
	bottom: 10%;
	left: 10%;
	font-size: 0.8em;
	font-style: normal;
	background: url(images/arrow_w.png) no-repeat 95% center #18bc71;
	background-size: 10%;
	}

.topitem_sl
	{
	margin: 0;
	}

.topitem_sl .link02
	{
	background: url(images/arrow_g.png) no-repeat 80% center #fff;
	}


.top_company
	{
	margin: 5em auto;
	padding: 2rem 0;
	}

.top_company ul
	{
	margin: 0em auto;
	padding: 0;
	}

.top_company ul li ,.top_ceo ul li
	{
	width: 100%;
	margin-bottom: 2rem;
	}

.top_company ul li strong ,.top_ceo ul li strong ,.top_contact strong
	{
	font-size: 2em;
	color: #315645;
	font-weight: bold;
	}

.top_company ul li p ,.top_ceo ul li p
	{
	margin-top: 1rem;
	color: #5e6f68;
	}


.top_ceo
	{
	width: 1200px;
	max-width: 90%;
	margin: 5em auto;
	}

.top_ceo ul
	{
	flex-direction: column-reverse;
	}



footer
	{
	border-top: 1px solid #666666;
	background: #f0f0f0;
	}

footer ul
	{
max-width: 94% !important;
	display: block;
	}

footer ul li
	{
	width: 100%;
	}

footer ul li ol li
	{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}


footer ul li ol a
	{
	width: 30%;
	display: block;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	}

footer ul li ol li img
	{
	width: 100%;
	}

footer ul li ol a:last-child
	{
	width: 60%;
	padding: 1rem 0;
	background: url(images/arrow_w.png) no-repeat 95% center #18bc71;
	background-size: 10%;
	}

footer ul li ol+p
	{
	margin: 3rem 1rem 1rem 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

footer ul li ol+p a
	{
	width: 48%;
	display: block;
	color: #222222;
	margin-bottom: 1rem;
	}

footer ul li div
	{
	margin-bottom: 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 1rem;
	}

footer ul li div img
	{
	width: 20%;
	}

footer ul li div p
	{
	width: 78%;
	margin-bottom: 0rem;
	color: #222222;
	}

footer ul li div p strong
	{
	margin-bottom: 0.5rem;
	display: block;
	}

footer ul li div p span
	{
	display: block;
	}

footer ul li div p span em
	{
	color: #18bc71;
	font-style: normal;
	font-weight: 600;
	padding-right: 0.5rem;
	}

footer ul+p
	{
	margin: 0;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
	padding: 0.5rem 0;
	background: #18bc71;
	}
}




@media screen and (max-width:769px) {
#js-hamburger
{
display: block;
background: #fff !important;
}

.hamburger
{
background: #fff !important;
}
#js-nav
{
top: 14% !important;
}
#js-nav.active
{
z-index: 999999999999999999999999;
position: fixed;
}

}