@charset "utf-8";

/*================================================================
	Base Setting
================================================================*/
html,
body,
#wrap {
	overflow-x:hidden;
	width:100%;
	min-width: 320px;
}
body {
	line-height:2;
	font-family:"M PLUS Rounded 1c","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	/*font-family:"M PLUS Rounded 1c","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","sans-serif";*/
	font-size:16px;
	font-feature-settings:"palt";
	color:#222;
}
body img {
	width:auto;
	vertical-align:bottom;
}
body a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	text-decoration:none;
	color:inherit;
}
.baseWidth {
	/*position:relative;*/
	max-width:1180px;
	min-width:320px;
	margin:0 auto;
}
.spStyle { display: none; }
.pcStyle { display: block; }
.center { text-align: center; }
#globalLang { display: none; }
@media only screen and (max-width:1024px) {
	body { font-size:14px; }
	body a:hover img { opacity:1; }
	.spStyle { display:block; }
	.pcStyle { display: none; }
	#globalHeader { display: none; }
}

::selection{
	background: #48d670;
	color: #ffffff;
}
::-moz-selection{
	background: #48d670;
	color: #ffffff;
}

/* #header
--------------------------------------------*/
#spMenu { display:none; }
#header {
	position:relative;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	padding: 0 80px;
	background: #FFF;
	z-index: 1000;
}
#header.fixed {
    position: fixed !important;
}
#gNav,
#gNav ul {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:60px;
	font-weight: 700;
	font-size: 14px;
	}
#gNav ul a {
	color: #222;
	display:block;
	margin-left:2em;
}
#logo {
	position: relative;
	width:100px;
	padding-top: 0.6em;
}
.breadcrumbs {
	overflow-x:auto; 
	display: flex;
	position: absolute;
	width: 100%;
	padding:0.5em 2em;
	font-size: 0.875em;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
	z-index: 100;
}
.breadcrumbs,
.breadcrumbs a {
	white-space: nowrap;
	color: rgba(255,255,255,0.6);
}
.breadcrumbs .current-item {
	color: rgba(255,255,255,0.9);
}
.breadcrumbs > span + span:before {
	content: "\0bb";
	margin: 0 0.5em;
}
.breadcrumbs a { text-decoration: underline; }
.breadcrumbs a:hover { text-decoration: none; }
@media only screen and (max-width:1024px) {
	#spMenu {
		display:flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 50px;
		height: 50px;
		background: #49C86D;
		/*background: #46aef7 linear-gradient(15deg, #46aef7, #1addbf);*/
	}
	#spMenu span,
	#spMenu:before,
	#spMenu:after {
		content: "";
		display: inline-block;
		position: absolute;
		width: 26px;
		height: 2px;
		background: #FFF;
		transition: 0.3s;
	}
	#spMenu:before { top: 14px; }
	#spMenu:after { bottom: 14px; }
	
	#spMenu.open { 
		background: #49C86D;
	}
	#spMenu.open:before,
	#spMenu.open:after {
		top: auto;
		bottom:auto;
		background: #FFF;
	}
	#spMenu.open:before { transform: rotate(45deg); }
	#spMenu.open:after { transform: rotate(-45deg); }
	#spMenu.open span { opacity: 0; }
	#spMenu.open + ul { display: block; }
	
	#header {
		padding-left:1em;
		padding-right: 0;
	}
	#gNav { height:50px; }
	#gNav ul {
		display: none;
		position: absolute;
		top: 50px;
		right: 0;
		width: 100%;
		height: auto;
	}
	#gNav ul a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 50px;
		margin-left:0;
		padding: 0 1em;
		border-top: 1px solid rgba(255,255,255,0.2);
		/*background: #46aef7 linear-gradient(15deg, #46aef7, #1addbf);*/
		background: rgba(73,200,109,0.95);
		color: #FFF;
		border-radius: 0px;
	}
	#gNav li:first-of-type a { border: 0; }
	#gNav ul a:after {
		content: "";
		border-style: solid;
		border-width: 6px 0 6px 6px;
		border-color: transparent transparent transparent #FFF;
	}
	#gNav .contactNav a {
		justify-content: space-between;
		flex-direction: row-reverse;
		width: auto;
		padding: 0 1em;
		border-color: rgba(250,168,2,1.0);
 		background: rgba(250,168,2,0.9);
		font-size: inherit;
	}
	#gNav .contactNav a:after { display: none; }
	#logo {
		top: 3px;
		width:150px;
		height: 50px;
	}
	#logo {
			width:68px;
		}
	.breadcrumbs {
		padding:0.5em 1.2em;
		font-size: 10px;
	}
}

/* #main
--------------------------------------------*/
#main {
	position: relative;
	/*
	padding-top: 60px;
	*/
}
@media only screen and (max-width:1024px) {
	/*
	#main { padding-top: 50px; }
	*/
}

/* #footer
--------------------------------------------*/
#fNav,
#fNav ul {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
#fNav ul {
	justify-content:flex-end;
	padding:1rem 0 3rem;
}
#fNav li { margin-left:2rem; }
#fNav a { color:#333333; }
#copy,
#copy span {
	display:block;
	text-align:right;	
}
#copy span {
	font-size:12px;
	opacity:0.8;
}
@media only screen and (max-width:1024px) {
	#fNav {
		flex-direction: column;
		align-items:center;
	}
	#fNav ul {
		justify-content:center;
		align-items:center;
		flex-wrap: wrap;
		padding:2em 0 1em;
	}
	#fNav li { margin:0 1em 1em; }

	#copy,
	#copy span {
		display:block;
		text-align:center;	
	}
	#copy span {
		font-size:12px;
		opacity:0.4;
	}

}

/*================================================================
	Contents layout
================================================================*/
section.sec{
	padding: 5em 0 6em;
}
.headline {
	font-size:2.5em;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.headicon{margin-bottom: 0.4em;}
.headicon span{
	color:#49c86d;
	font-size: 1.2em;
	font-weight: 900;
	letter-spacing: 1px;
}
.headline2 {
	font-size:2.2em;
	letter-spacing: 2px;
	line-height: 1.6;
	margin-bottom: 1em;
	}
.headline3 {
	font-size:1.8em;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 0.2em;
	}
.headline4 {
	font-size:1.3em;
	letter-spacing: 1px;
	line-height: 1.6;
	}
.colorUnderline {
	font-size: 1em;
	padding: 0 0.4em;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f8f066 0%) repeat scroll 0 0;
	display: inline;
}

section.sec .txt p,
section.sec .txt ul {
	margin-bottom: 1.6em;
}
.contact,
.btnType01 a{
	display:inline-flex;
	justify-content:space-between;
	align-items:center;
	color:#FFF;
	position: relative;
	z-index: 10;
	text-align: center;
}
.btnType01 a i{
	font-size: 1.2em;
	padding-right: 0.3em;
}
.btnType01 a {
	color:#333333;
	font-size: 0.9em;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	padding:1em 2em 1em 1.5em;
	margin-top: 0.5em;
	background:#FFF;
	border: 1px solid #333333;
	border-radius: 40px;
	min-width: 280px;
	justify-content:center;
}
/*.contact a:hover,*/
.btnType01 a:hover{
	opacity: 0.8;
	transition: all 0.3s ease 0s;
}
.buttonArrow {
	position: relative;
	transition: .2s;
}
.buttonArrow span {
	position: relative;
	transition: .2s;
}
.buttonArrow span::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 2px;
	margin-top: -3px;
	background-color: #333333;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	transition: 0.2s;
	visibility: hidden;
	opacity: 0.2;
}
.buttonArrow span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 2px;
	background-color: #333333;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.2s;
	visibility: hidden;
	opacity: 0.2;
}
.buttonArrow:hover span {
padding-right: 50px;
}
.buttonArrow:hover span::before,
.buttonArrow:hover span::after {
	visibility: visible;
	opacity: 1;
}
#gNav .contact a {
	color:#000;
	padding:0.2rem 1rem;
	background: #FFF;
	border: 1px solid #333;
	border-radius: 4px;
}

.contactArea{
	background-image: url(../img/bg_form_l.png),url(../img/bg_form_r.png);
	background-position: 0% 50%, 100% 50%;
	background-repeat: no-repeat,no-repeat;
	background-size:contain,contain;
	background-attachment: scroll;
	padding: 4em 0;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
}

.contactArea .baseWidth{
	max-width: 1080px;
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 90%;
}
.contactArea .baseWidth .pic{
	width: 160px;
	margin-right: 2em;
}
.contactArea .baseWidth .txt{
	text-align:left;
}
.contactArea .conTitle{
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.contactArea .contact {
	margin-top: 0.6em;
}
.contactArea .contact a {
	font-size:1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	height: auto;
	padding:0.8em 3em;
	margin-top: 0.8em;
	color: #FFF;
	background-color: rgba(255,90,129,1);
	border-radius: 40px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.contactArea .contact a::before,
.contactArea .contact a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.contactArea .contact a,
.contactArea .contact a::before,
.contactArea .contact a::after {
	transition: all .3s;
}
.contactArea .contact a::after {
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
}
.contactArea .contact a:hover::after {
	left: 0;
	background-color: #49c86d;
	color:#FFF;
}
/*.contactArea .contact a:hover {	color:#333;}*/
.contactArea .contact a i{
	padding-right: 0.6em;
}

.linkList {
	margin-top:1.4em;
}
.linkList li{
	text-indent: -1em;
	margin-left:3em;
	line-height: 1.6;
	margin-bottom: 0.3em;
}
.linkList li i{
	padding-right: 0.5em;
}
.linkList li a,
.linkList li a:hover,
.linkList li a:visited{
	color:#307be1;
}
.linkUnderline a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.linkUnderline a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #307be1;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.linkUnderline li a:hover::after {
	transform: scale(1, 1);
}


@media only screen and (max-width:1024px) {
	section.sec{
		padding: 4em 0 4em;
	}
	.headline {
		font-size:2em;
		letter-spacing: 0.1em;
	}
	.headline2 {
		font-size:1.7em;
	}
	.headline3 {
		font-size:1.4em;
	}
	.headline4 {
		font-size:1.2em;
	}
	.btnType01 a {
		width: 100%;
	}
	.contactArea .baseWidth .pic{
		display: none;
	}
	.contactArea .baseWidth .txt{
		text-align: center;
	}
}
@media only screen and (max-width:450px) {
	.btnType01 a {
		min-width: initial;
	}
	.contactArea {
		background-image: url(../img/bg_form_l.png),url(../img/bg_form_r.png);
		background-position: -40% 50%, 140% 50%;
		padding: 3em 1em;
	}
	.contactArea .contact a {
		font-size:1.2em;
		padding:0.7em 1.8em;
	}
}

.toggle + * { display:none; }
.toggle.active + * { display:block; }

ul.caution {
	padding-left: 1em;
}
ul.caution li { text-indent: -1em; }
ul.caution li:before {
	content: "＊";
	color: #7a0018;
}
.youtube {
	width: auto;
	margin: 0 auto;
}
.youtube .movie {
	position: relative;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube p { padding-top: 1rem; }

@media only screen and (max-width:1024px) {
	.youtube {
		width: 100%;
	}
	.youtube p { padding-top: 1em; }
}

/* colorbox main
------------------*/
#cboxLoadingOverlay,
#cboxLoadingGraphic { display: none !important; }

#colorbox,
#cboxWrapper,
#cboxContent,
#cboxLoadedContent,
#cboxMain {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 320px;
	background: none !important;
	cursor: pointer;
}
#cboxMain,
#cboxInner {
	display: flex;
	justify-content: center;
	align-items: center;
}
#cboxInner {
	position: relative;
	width: 80%;
	height: 80%;
	max-width: 1120px;
	max-height: 730px;
}
#cboxInner .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#cboxInner .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxMain #close {
	position:absolute;
	top: 17px;
	right:20px;
	width:50px;
	height:50px;
	cursor: pointer;
}
#cboxMain #close:before,
#cboxMain #close:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 40px;
	margin: -20px 0 0 -1px;
	background: #FFF;
}
#cboxMain #close:before { transform: rotate(45deg); }
#cboxMain #close:after { transform: rotate(-45deg); }
@media only screen and (max-width:768px) {
	#cboxInner {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}
	#cboxMain #close {
		top: 0;
		right:0;
		width:50px;
		height:50px;
	}
	#cboxMain #close:before,
	#cboxMain #close:after {
		height: 27px;
		margin: -14px 0 0 -1px;
	}
}


/* #keyv
--------------------------------------------*/
#keyv {
	position: relative;
	margin: 0;
	background: #F0DADD url("../img/keyv.jpg") no-repeat 50% 50%;
	background-size: cover;
	color: #FFF;
	min-height: 700px;
}
#keyv .txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 900px;
	height: 700px;
	margin: 0 auto;
	text-align: center;
}
#keyv .title {
	position: relative;
	z-index: 2;
}
#keyv .picpack {
	position: absolute;
	bottom: 0;
	right: -10%;
	max-width: 44%;
}
.keyvicon{
	margin-bottom: 1.5em;
	display: block;
}
.keyvicon strong{
	color:#333;
	font-size: 1.4em;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 0.3em 0.6em 0.3em 1em;
	background-color: rgba(255,246,8,0.85);
	border-radius: 30px;
}
#keyv .keyvEmp img {	width: 80%;}
#keyv .sub img {	width: 70%;}
#keyv .sub {
	display: block;
	margin-top: 0.6em;
}

@media only screen and (max-width:1024px) {
	#keyv {
		min-height: 300px;
		padding: 15% 0;
	}
	#keyv .txt {
		width: 100%;
		height: auto;
	}
	.keyvicon{
		margin-bottom: 3vw;
	}
	.keyvicon strong{
	font-size: 2.5vw;
	}
	#keyv .keyvEmp img {	width: 70%;}
	#keyv .sub img {	width: 60%;}
	#keyv .sub {	margin-top: 0.4em;}
}

@media only screen and (max-width:450px) {
	#keyv {
		background: #F0DADD url("../img/keyv_sp.jpg") no-repeat 50% 50%;
		background-size: cover;
	}
	.keyvicon{
		margin-bottom: 4vw;
	}
	.keyvicon strong{
		font-size: 4vw;
		letter-spacing: 0;
		padding: 0.2em 0.4em 0.2em 0.6em;
	}
	#keyv .keyvEmp img {	width: 85%;}
	#keyv .sub img {	width: 80%;}
	#keyv .sub {	margin-top: 0.1em;}

}


/* #charm
--------------------------------------------*/
#charm{
	background-color: #fafdff;
	background-image: url(../img/kids_parts_a.png),
		url(../img/kids_parts_b.png),
		url(../img/bg_canvas.jpg);
	background-position: 50% 1%,50% 25%, 0% 0%;
	background-repeat:no-repeat, no-repeat,repeat;
	background-size:contain, contain,20%;
	padding-bottom: 10%;
}
#charm .titletxt {
	color: #333;
	font-size: 2em;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1.6;
	margin: 1.6em 0 1em;
	text-align: center;
	text-shadow:
		2px 0px 0px rgba(255,255,255,1),
		0px 2px 0px rgba(255,255,255,1),
		-2px 0px 0px rgba(255,255,255,1),
		0px -2px 0px rgba(255,255,255,1);
}
#charm .titletxt .small{
	font-size: 0.6em;
}
#charm .promo{
	color: #fc205e;
	text-align: center;
	margin: 0.5em 0 1.4em;
	text-shadow:2px 0px 0px rgba(255,255,255,1),
	0px 2px 0px rgba(255,255,255,1),
	-2px 0px 0px rgba(255,255,255,1),
	0px -2px 0px rgba(255,255,255,1);
}
#charm .promo span {
	position: relative;
}
#charm .promo span::before {
	content: '';
	position: absolute;
	bottom: 30%;
	left: -2em;
	width: 46px;
	height: 3px;
	margin-top: -6px;
	background-color: #fc205e;
	-webkit-transform: translateY(-50%) rotate(65deg);
	transform: translateY(-50%) rotate(65deg);
	border-radius: 10px;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,1);
}
#charm .promo span::after {
	content: '';
	position: absolute;
	bottom: 30%;
	right: -1.8em;
	width: 46px;
	height: 3px;
	margin-top: -6px;
	background-color: #fc205e;
	-webkit-transform: translateY(-50%) rotate(115deg);
	transform: translateY(-50%) rotate(115deg);
	border-radius: 10px;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,1);
}
#charm .youtube{
	width: 80%;
	max-width: 800px;
}
@media only screen and (max-width:1024px) {
	#charm{
		padding-bottom:14%;
	}
}
@media only screen and (max-width:768px) {
	#charm{
		background-position: 50% 1%,50% 30%, 0% 0%;
		background-size:140%, 120%,20%;
	}
	#charm .titletxt {
		font-size: 1.5em;
		margin: 0.5em 0 1em;
	}
}
@media only screen and (max-width:450px) {
	#charm .titletxt {
		font-size: 1.4em;
		margin: 0 0 1em;
	}
}


/* #client
--------------------------------------------*/
#client{
	background-color: #FFF;
}
#client .baseWidth.intro{
	padding-top:5%;
}
#client .headline3{
	text-align: center;
	padding: 0 10%;
	margin-top: -12%;
	margin-bottom: 3em;
}
#client .headline3 span{
	color: #FFF;
	letter-spacing: 1px;
	border-radius: 200px;
	padding: 1.2em 1em;
	display: block;
	background-color: #ff6485;
}

#client .flow{
	display: flex;
	justify-content:space-between;
}
#client .flow li{
	flex-basis:30%;
	margin: 1.9em 0 0;
	padding: 0 1.8em 2.5em;
	background: #FFF;
	line-height: 1.8;
	position: relative;
	border: 2px solid #333
}
#client .flow li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	color:#fcd020;
	font-size: 2.2em;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: -13%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
#client .flow li:last-child::before{
	display: none;
}

#client .flow .no{
	display: flex;
	justify-content: center;
	align-items: center;
	position:absolute;
	top: -40px;
	left: 50%;
	margin-left:-40px;
}
#client .flow .no span{
	height:80px;
	width:80px;
	border-radius:50%;
	text-align:center;
	background:#FFF;
	box-shadow:0px 0px 0px 10px rgba(255,255,255,1);
}
#client .flow .title{
	color: #fc205e;
	font-size: 1.4em;
	font-weight: 900;
	text-align: center;
	min-height: 110px;
	margin: 2.3em auto 0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
}
#client .flowcom{
	text-align: center;
	margin: 3em auto 4em;
	width: 90%;
	font-weight: 900;
	font-size: 1.2em;
}
#client .casestudy{
	margin:0 auto 6em;
	padding: 2em 0;
	background-color: #e4f8fe;
	width: 98%;
}
#client .casestudy .casetitle{
	color:#0172be;
	font-size: 1.6em;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 1em;
}
#client .casestudy .company{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#client .casestudy .company .pic{
	width: 40%;
	margin-right: 2em;
}
#client .casestudy .company .txt{
	text-align:left;
}
#client .casestudy .company .txt .headline4{
	font-size: 1.2em;
	font-weight: 900;
	margin-bottom: 0.8em;
}
#client .casestudy .company .txt .btnType01{
	margin-top: 0.8em;
}


@media only screen and (max-width:1024px) {
	#client .flow{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	#client .flow li{
		margin: 3em 0 0;
		padding: 2.5em 1.2em 1.5em;
		text-align: center;
	}
	#client .flow li::before{
		display: none;
	}
	#client .flow .title{
		min-height:inherit;
		margin: 0 auto 0.5em;
	}
	#client .flow .no{
		transform: scale(0.7);
	}
	#client .flowcom{
		text-align: center;
		margin: 2em auto 3em;
	}
	#client .casestudy{
		width: 90%;
		margin:0 auto 4em;
		padding: 2em 8% 2.5em;
	}
	#client .casestudy .company{
		flex-direction: column;
	}
	#client .casestudy .company .txt{
	}
	#client .casestudy .company .pic{
		width: 100%;
		margin: 0 0 1.5em;
	}
}
@media only screen and (max-width:450px) {
	#client .headline3 {
		font-size: 1rem;
	}
}


#client .settleBox{
	background: #e3f9e3;
	background-attachment: fixed;
	text-align: center;
	padding: 5em 0;
	position: relative;
}
#client .settleBox:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-color: #FFF transparent transparent;
	border-width: 30px 50px 0;
}
#client .settleBox .pic{
	width: 60%;
	max-width: 800px;
	margin: 0 auto 2em;
}
#client .settleBox .settlecom{
	text-align: center;
	margin: 3em auto 0;
	width: 90%;
}
@media only screen and (max-width:1024px) {
	#client .settleBox .pic{
		width: 90%;
	}
}
/* #point
--------------------------------------------*/
#point{
	background: #fff9c9 url("../img/bg_yellow.png") repeat 50% 50%;
}
#point .baseWidth{
	max-width: 1280px;
}
#point .headline{
	margin-bottom: 1.2em;
}
#point .pointList {
	width: 98%;
	margin: 0 auto;
}
#point .pointBox .headline2 {
	text-align: center;
	margin-bottom: 1em;
}
#point .pointBox .txt,
#point .pointBox .pLayout{
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	z-index: 2
}
#point .pointBox {
	margin: 9em auto 2em;
	padding:4.6em 1em 3em;
	background-color: #FFF;
	border-radius: 20px;
	position: relative;
}
#point .pointBox:first-child {
	margin-top: 7em;
}
#point .pointBox .pLayout{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
#point .pointBox .pLayout .pMov{
	width: 48%;
}
#point .pointBox .number{
	color:#fa4b6c;
	font-size: 1.2em;
	font-weight: 900;
	/*font-family: 'Roboto', sans-serif;*/
	text-align: center;
	line-height: 1;
	width: 180px;
	height: 180px;
	padding-top: 1.4em;
	border-radius: 50%;
	background-color: #FFF;
	position: absolute;
	top: -70px;
	left: 50%;
	margin-left: -90px;
	z-index: 1;
}
#point .pointBox  .number .count{
	font-size: 3em;
	line-height: 1.2;
}
#point .topicsBox{
	max-width: 1080px;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: 3em auto 8em;
}
#point .topicsBox .txt {
	width: 80%;
	padding: 0 0 0 2em;
}
#point .topicsBox .headline4{
	margin-bottom: 0.5em;
}
#point .topicsBox .txt p{
	margin-bottom: 0;
}
#point .topicsBox .topicIcon{
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 3px;
	width: 180px;
	height: 180px;
	min-width: 180px;
	padding-top: 1.3em;
	border-radius: 50%;
	background: #49c86d url("../img/bg_green.png") no-repeat 50% 50%;
	background-size: cover;
}
#point .topicsBox .topicIcon .mark{
	display: block;
	font-size: 26px;
	margin-bottom:2px;
}

@media only screen and (max-width:1024px) {
	#point .pointBox{
		width: 94%;
		margin: 6em auto 2em;
		padding: 3em 0em 0.5em;
	}
	#point .pointBox:first-child {
		margin-top: 5em;
	}
	#point .pointBox .number{
		transform: scale(0.7);
	}
	#point .pointBox .pLayout{
		flex-direction: column;
		justify-content: center;
		width: 90%;
	}
	#point .pointBox .pLayout .pMov{
		width: 100%;
		margin-bottom: 1.5em;
	}
	#point .pointBox .txt{
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	#point .pointBox .pLayout .txt{
		width: 100%;
	}
	#point .topicsBox{
		flex-direction: column;
		justify-content: center;
		margin: 0 auto 4em;
	}
	#point .topicsBox .txt {
		width: 100%;
		padding: 0;
	}
	#point .topicsBox .topicIcon{
		transform: scale(0.7);
		margin-top: -1em;
	}
}
@media only screen and (max-width:768px) {
}

/* #advantage
--------------------------------------------*/
#advantage {
	/*border-top:1px solid #EEE;*/
	background-color: #e4f8fe;
}
#advantage .headline{
	margin-bottom: 1.2em;
}
#advantage .advanBox{
	width: 98%;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding: 2em;
	margin:0 auto 2em;
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 0px 1px 6px rgba(0,0,0,.1);/**/
}
#advantage .advanBox .icon{
	text-align: center;
	min-width: 160px;
}
#advantage .advanBox .icon img{
	max-height: 70px;
}
#advantage .advanBox  .number{
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
#advantage .advanBox  .number .count{
	font-size: 1.8em;
	padding-left: 0.2em;
}
#advantage .advanBox .txt{
	border-left: 4px solid #F69;
	padding:1em 0 0 2.8em;
	margin-left: 2em;
}
#advantage .advanBox .headline4{
	margin-bottom: 0.8em;
}

#advantage .advanBox.c01 .number,
#advantage .advanBox.c01 .headline3,
#advantage .advanBox.c01 .headline4{color:#0182c3;}
#advantage .advanBox.c01 .txt{border-color:#0182c3}
#advantage .advanBox.c02 .number,
#advantage .advanBox.c02 .headline3,
#advantage .advanBox.c02 .headline4{color:#00a698;}
#advantage .advanBox.c02 .txt{border-color:#00a698}
#advantage .advanBox.c03 .number,
#advantage .advanBox.c03 .headline3,
#advantage .advanBox.c03 .headline4{color:#8cc520;}
#advantage .advanBox.c03 .txt{border-color:#8cc520}
#advantage .advanBox.c04 .number,
#advantage .advanBox.c04 .headline3,
#advantage .advanBox.c04 .headline4{color:#ff9f00;}
#advantage .advanBox.c04 .txt{border-color:#ff9f00}
#advantage .advanBox.c05 .number,
#advantage .advanBox.c05 .headline3,
#advantage .advanBox.c05 .headline4{color:#f35639;}
#advantage .advanBox.c05 .txt{border-color:#f35639}

@media only screen and (max-width:1024px) {
	#advantage .advanBox{
		display:flex;
		flex-direction: column;
		justify-content: center;
		padding: 1em 1.5em 0.5em;
		margin: 1.5em auto 0;
		width: 90%;
	}
	#advantage .advanBox .icon,
	#advantage .advanBox .txt{
		width: 100%;
	}
	#advantage .advanBox .icon{
		min-width:inherit;
		margin-bottom: 1.5em
	}
	#advantage .advanBox .icon img{
		max-height: 90px;
	}
	#advantage .advanBox  .number .count{
		font-size: 1.8em;
		padding-left: 0.2em;
	}
	#advantage .advanBox .txt{
		border-left:none;
		padding:0;
		margin-left:0;
	}
}


/* #features
--------------------------------------------*/
#features{
	background: #FFF url("../img/bg_white.png") repeat 50% 50%;
	background-attachment:fixed;
	padding: 4em 0 ;
	/*border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;*/
}
#features .headline{
	margin-bottom: 0.8em;
}
#features .toptext{
	width: 80%;
	text-align: center;
	margin: 0 auto 4em;
}
#features .signageBox{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:flex-start;
}
#features .signageBox .pic,
#features .signageBox .txt{
	width: 47%;
}
#features .signageBox .headline3{
	position: relative;
	margin:0.6em 0 1.4em;
}
#features .signageBox .headline3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -0.5em;
	display: inline-block;
	width: 80px;
	height: 2px;
	background-color: #333;
}
#features .signageBox ul {
	margin-bottom: 1.4em;
}
#features .signageBox li{
	font-size: 1.1em;
	list-style: inside;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: 700;
}
#features .plusBox{
	margin: 2em 2em;
}
#features .plusBox .icon {
	color:#f3394b;
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.2em;
}
#features .cardLayout{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 4em 2em;
}
#features .cardLayout .item{
	width: 24%;
	margin-bottom: 1.6em;
}
#features .cardLayout .item .pic{
	box-shadow:0px 3px 8px rgba(0,0,0,.3);
}
#features .cardLayout .item .pic:hover{
	box-shadow:none;
	transition: all 0.3s ease 0s;
}
#features .cardLayout .item .pic img{
	width: 100%;
}
#features .cardLayout .item .txt{
	margin-top: 0.4em;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
}

@media only screen and (max-width:1024px) {
	#features .toptext{
		width: 90%;
		margin: 0 auto 2.5em;
	}
	#features .signageBox{
		display:flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 auto;
		width: 90%;
	}
	#features .signageBox .pic,
	#features .signageBox .txt{
		width: 100%;
	}
	#features .plusBox{
		margin: 0em auto;
		width: 85%;
	}
	#features .cardLayout{
		justify-content:center;
		padding: 0;
		width: 90%;
		margin: 2em auto ;
	}
	#features .cardLayout .item {
		width: 100%;
	}
	#features .cardLayout .item:last-child{
		margin-bottom: 0em;
	}
}


/* #about
--------------------------------------------*/
#about{
	background-color: #666B7A;
	border-bottom:1px solid #EEE;
	color:#FFF;
}
#about .logotxt{
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 1em;
}
#about .aboutlogo{
	text-align: center;
	width: 30%;
	margin: 0 auto 3em;
	min-width: 180px;
	max-width: 240px;
}
#about .descBox{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#about .descBox .pic{	
	width: 45%;
	text-align: right;
}
#about .descBox .pic img{
	width: 95%;
	min-width: 300px;
}
#about .descBox .txt{	width: 55%;}


@media only screen and (max-width:1024px) {
	#about .aboutlogo{
		margin: 0 auto 1em;
		width: 40%;
		min-width: 180px;
	}

	#about .descBox{
		display:flex;
		flex-direction: column-reverse;
		justify-content: center;
		margin: 0 2em;
	}
	#about .descBox .pic{
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}
	#about .descBox .pic img{
		width: 50%;
	}
	#about .descBox .txt{
		width: 100%;
	}
}

/* sns
--------------------------------------------*/
#sns { background:#DDD; }
#sns ul {
	display: flex;
	justify-content: center;
	padding: 1em 0;
	font-size: 32px;
	color: #49c86d;
}
#sns li { margin: 0 0.8em; }
@media only screen and (max-width:1024px) {
	#sns ul {
		padding: 1em 0;
		font-size: 20px;
	}
}



/*======================================================
	お問い合わせ / contact
================================================*/
/* .txtLink
------------------------------------------------------*/
#contactSec .txtLink {
	border-bottom: 1px solid #000;
	color: inherit !important;
}
#contactSec .txtLink:hover {
	border-bottom: 0;
}
/* .cautionBox
------------------------------------------------------*/
#contactSec .cautionBox { color: #C00; }
#contactSec .cautionBox {
	display: flex;
	justify-content: center;
	padding: 2em 1em 2em 2em;
	border: 1px solid #C00;
}
#contactSec .cautionBox li {
	margin-bottom: 0 !important;
	text-indent: -1em;
}
#contactSec .cautionBox li:before { content: "※"; }
@media only screen and (max-width:1024px) {
	#contactSec .cautionBox {
		padding-top: 1em;
		padding-bottom: 1em;
	}
}
/* #contactSec
------------------------------------------------------*/
#contactSec {
	padding: 5em 0;
	background-color:rgba(227,249,227,0.9);
}
#contactSec .baseWidth {
	padding:0 2%;
}
#contactSec .headline{
	margin-bottom:0.5em;
}
#contactSec .contactInner {
	background-color: #FFF;
	padding:0 4% 3%;
	border-radius: 10px;
}
#contactSec .txt {
	margin-bottom: 2em;
	text-align: center;
}

@media only screen and (max-width:768px) {
	#contactSec .baseWidth {
		padding:0 4%;
	}
	#contactSec .headline{
		font-size:1.8em;
	}
	#contactSec .txt,
	#contactSec .cautionBox {
		text-align: left;
	}
	#contactSec .txt br { display: none; }
}


