@charset "utf-8";

/*================================================================
	Base Setting
================================================================*/
html,
body,
#wrap {
	overflow-x:hidden;
	width:100%;
	min-width: 320px;
}
body {
	line-height:2;
	font-family:"Noto Sans JP", "Noto Sans Japanese","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: #F3B452;
	color: #ffffff;
}
::-moz-selection{
	background: #F3B452;
	color: #ffffff;
}

/* #header
--------------------------------------------*/
#spMenu { display:none; }
#header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	padding: 0 30px;
	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 3px rgba(0,0,0,0.9);
	z-index: 100;
}
.breadcrumbs,
.breadcrumbs a {
	white-space: nowrap;
	color: rgba(255,255,255,0.7);
}
.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: rgba(239,133,39,0.95);
		/*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: rgba(239,133,39,0.95);
	}
	#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(239,133,39,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) {
	#footer img { width: 123px; }
	#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:#f3df00;
	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;
	}

section.sec .txt p{	margin-bottom: 0.4em;}
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:#ef8527;
	font-size: 0.9em;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
	padding:1em 2em 1em 1.5em;
	margin-top: 0.6em;
	background:#FFF;
	border: 3px solid #ef8527;
	border-radius: 60px;
	min-width: 320px;
	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: #ef8527;
	-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: #ef8527;
	-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{
	color:#FFF;
	background: #f3b452;
	/*background: #1a99dc url("../img/bg_contact.jpg") no-repeat 50% 50%;
	background-size:cover;
	background-attachment: scroll;*/
	padding: 4em 0 ;
}
.contactArea .conTitle{
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}
.contactArea .contact {
	margin-top: 1em;
}
.contactArea .contact a {
	font-size:1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	height: auto;
	padding:0.8em 4em;
	margin-top: 0.8em;
	color: #e98004;
	background-color: rgba(255,255,255,1);
	border-radius: 60px;
	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 {
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
}
.contactArea .contact a:hover::after {
	bottom: 0;
	background-color: #4fb313;
	color:#FFF;
}
/*.contactArea .contact a:hover {	color:#333;}*/
.contactArea .contact a i{
	padding-right: 0.6em;
}
.contactArea .contact a:hover {
	color:#FFF;
}


.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 .txt .com {
		width: 95%;
		margin: auto;
	}

}
@media only screen and (max-width:450px) {
	.btnType01 a {
		min-width: initial;
	}
	.contactArea {
		padding: 4em 1em;
		/*background: #1a99dc url("../img/bg_contact.jpg") no-repeat 50% 50%;
		background-size:cover;
		background-attachment: scroll;*/
	}
	.contactArea .txt .com {
		width: 85%;
		text-align: left;
	}
	.contactArea .contact a {
		font-size:1.2em;
		padding:0.7em 3em;
	}
}

.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 3rem;
}
.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%;
		margin: 0 auto 2em;
	}
	.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: #fff4f6 url("../img/keyv.jpg") no-repeat 50% 50%;
	background-size: cover;
	color: #FFF;
	min-height: 740px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#keyv .txt {
	margin: 0 auto;
	z-index: 3;
	text-align: center;
}
#keyv .title {
	overflow: hidden;
	display: block;
	width: 90vw;
	height: 39vw;
	max-width: 852px;
	max-height: 360px;
	background: url("../img/keyv_t1.png") no-repeat;
	background-size: contain;
	text-indent: -9999px;
	margin: 0 auto;
}
/*
#keyv .title img {
	width: 90%;
	margin: auto;
}
	#keyv .title img.w450view_pc {	display: block;}
	#keyv .title img.w450view_sp {	display: none;}
*/

@media only screen and (max-width:1024px) {
	#keyv {
		min-height: 400px;
		padding: 15% 0;
	}
	#keyv .txt {
		width: 100%;
		height: auto;
	}
	#keyv .title img {	width: 90%;}
	#keyv .subtitle img {	width: 60%;}
	#keyv .subtitle {	margin-top: 0.4em;}
}

@media only screen and (max-width:450px) {
	#keyv {
		background: #fff4f6 url("../img/keyv_sp.jpg") no-repeat 50% 50%;
		background-size: cover;
	}
	#keyv .title {
		width: 70vw;
		height: 110vw;
		max-width: 351px;
		max-height: 489px;
		background: url("../img/keyv_t1_sp.png") no-repeat;
		background-size: contain;
	}
/*
	#keyv .title img {	width: 70%;}
	#keyv .title img.w450view_pc {	display: none;}
	#keyv .title img.w450view_sp {	display: block;}
*/
}

/* #worries
--------------------------------------------*/
#worries{
	background:#FFF;
	background:#FFF url(../img/bg_food.png) repeat 50% 100% ;
	background-size: 110%;
	background-attachment: fixed;
	padding-top: 4em;
}
#worries .baseWidth{
	padding-top: 1em;
}
#worries .headline3{
	text-align: center;
	margin-bottom: 2em;
	padding: 0 1.5em;
}
#worries .woBox{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 4em;
}
#worries .woBox li{
	font-weight: 900;
	width: 32%;
	margin-bottom: 1em;
	padding: 2% 1% 2% 2%;
	border: 4px solid #333;
	border-radius: 20px;
	display: flex;
	align-items: center;
	background-color: #FFF;
}
#worries .woBox .icon{
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
	line-height: 1;
	width: 100%;
	max-width: 60px;
	margin-right: 1.2em;
}
#worries .line {
	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;
}
#worries .settleBox{
	background:#fffbdd;
	text-align: center;
	color: #333;
	padding: 5em 0 3em;
	position: relative;
}
#worries .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;
}
#worries .settleBox .pic{
	width: 60%;
	max-width: 800px;
	margin: 0 auto 2em;
}
#worries .settleBox .headline4{
	margin-bottom: 3em;
	line-height: 1.8;
}

@media only screen and (max-width:1024px) {
#worries{
	padding-top: 2em;
}
#worries .woBox{
	padding: 0 4%;
	margin-bottom: 2em;
}
#worries .woBox li{
	width: 100%;
	margin-bottom: 1em;
	padding: 1% 4%;
}

	#worries .woBox .pic{
		display: none;
	}
	#worries .woBox .txt{
		width: 90%;
		margin: 1.2em auto;
	}
	#worries .settleBox .headline4{
		padding: 0 2em;
		text-align: left;
	}
	#worries .settleBox .pic{
		width: 90%;
	}
}


/* #about
--------------------------------------------*/
#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: 35%;}
#about .descBox .pic img{
	width: 80%;
	min-width: 220px;
}
#about .descBox .txt{	width: 65%;}


@media only screen and (max-width:1024px) {
	#about .descBox{
		display:flex;
		flex-direction: column;
		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%;
	}
}


/* #point
--------------------------------------------*/
#point{
	background: #FFF url(../img/bg_point.png) repeat 50% 50%;
}
#point .headline{
	margin-bottom: 1.2em;
}
#point .pointBox .headline2 {
	position: relative;
}
#point .pointBox {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 6em;
	position: relative;
	z-index: 1;
	padding: 2em 0 1em;
	/*flex-wrap: wrap;*/
}
#point .pointBox:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 100%;
	background: #fffbee;
	border-radius: 0 80px 80px 0;
	z-index: -1;
}
#point .pointBox.evenType:before {
	right:0;
	left: inherit;
	width: 90%;
	height: 100%;
	background: #f6faec;
	border-radius: 80px 0 0 80px;
	z-index: -1;
}
#point .pointBox .pic{
	width: 35%;
	background-color: #EEE;
	align-self: center;
	overflow: hidden;
	border-radius: 20px 0 0 20px;
}
#point .pointBox.evenType .pic{
	border-radius:0 20px 20px 0;
}
#point .pointBox .pic img{width: 100%;}
#point .pointBox .txt{
	width: 60%;
	padding:4em 0 3em 10%;
}
#point .pointBox.evenType .txt{
	order: 2;
	padding:4em 10% 3em 0;
}
#point .pointBox .number{
	display: inline-block;
	position: relative;
	height: 34px;
	line-height: 34px;
	background-color: #655a5b;
	text-align: center;
	color:#FFF;
	font-style: italic;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	padding: 0 0px 0 15px;
	margin-bottom: 1em;
	z-index: 1;
}
#point .pointBox  .number .count:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: -1;
	top: 0;
	right: -30px;
	border: 17px solid #655a5b;
	border-right-color: transparent;
}
#point .pointBox .bgno {
	font-family: 'Roboto';
	font-size: 19em;
	position: absolute;
	top: 80px;
	left: 1%;
	line-height: 0;
	font-weight: 900;
	color: rgba(252,232,169,0.95);
	font-style: italic;
	z-index: 0;
}
#point .pointBox.evenType .bgno {
	left: inherit;
	right: 4%;
	color: rgba(217,239,161,0.95);
}
#point .pointBox .txt .btnType01{
	margin-top: 2em;
}

#point .kaosys{
	padding: 2em 2em 3em;
	margin: 2em auto 0;
	border: 4px solid rgba(217,239,161,0.95);
	border-radius: 10px;
	width: 95%;
}
#point .kaosys .title{
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 1em;
}
#point .kaosys .flow {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#point .kaosys .flow li {
	flex-basis: 25%;
	padding: 0 1em 1.5em;
	line-height: 1.8;
	position: relative;
}
#point .kaosys .kaosyscom {
	font-weight: 700;
	text-align: center;
}

@media only screen and (max-width:1024px) {
	#point .pointBox{
		flex-direction: column;
		justify-content: center;
		padding: 3em 0 2em;
		margin-top: 5em;
	}
	#point .pointBox:before {
	width: 100%;
	border-radius: 0;
	}
	#point .pointBox.evenType:before {
		width: 100%;
	border-radius: 0;
	}

	#point .pointBox .pic{
		width: 95%;
		order:-1;
		margin:0 0 0 5%;
	}
	#point .pointBox.evenType .pic{
		margin:0 5% 0 0;
	}
	#point .pointBox .bgno {
		z-index: 2;
	}
	#point .pointBox .txt,
	#point .pointBox.evenType .txt{
		width: 90%;
		margin: 0 auto;
		padding: 2em 0 1em;
	}
	#point .pointBox .bgno {
		font-size: 12em;
		top: 40px;
		left:-20px;
	}
	#point .pointBox.evenType .bgno {
		right: 0px;
	}
	#point .kaosys{
		padding: 1.5em 1em 2em;
		margin: 2em auto 0;
		width: 90%;
	}
	#point .kaosys .flow {
		justify-content: center;
	}
	#point .kaosys .flow li {
		flex-basis: auto;
		width: 50%;
		padding-bottom:0.5em;
	}
	#point .kaosys .slick-dots li{
		width: auto;
		padding: 0;
	}
	#point .kaosys .kaosyscom {
		margin: 3em 1em 0;
		text-align: left;
	}

}
	@media only screen and (max-width:450px) {
	#point .pointBox .bgno {
		font-size: 10em;
	}
}



/* #client
--------------------------------------------*/
#client{
	background-color: #FFF;
}
#client .headline {
	margin-bottom: 1.2em;
}
#client .cliflow{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
#client .cliflow li{
	flex-basis:25%;
	padding: 0 1.8em 1.5em;
	line-height: 1.8;
	position: relative;
	border-right: 1px solid #BBB;
	text-align: center;
}
#client .cliflow li:last-child{
	border-right: none;
}
#client .cliflow .title{
	color: #4fb313;
	font-size: 1.2em;
	font-weight: 900;
	min-height: 110px;
	margin: 1.5em auto 0.5em;
}
#client .cliflow .title span{
	font-size: 2.5em;
	padding-right: 5px;
}
#client .flowcom{
	text-align: center;
	margin: 3em auto;
	width: 90%;
	font-weight: 900;
	font-size: 1.4em;
}
#client .casestudy{
	margin:0 auto;
	padding: 2em 0;
	background-color: #f8f8f8;
	width: 98%;
	border-radius: 10px;
}
#client .casestudy .casetitle{
	color:#333;
	font-size: 2em;
	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 .cliflow{
		width: 90%;
		margin: 0 auto;
	}
	#client .cliflow li{
		flex-basis:auto;
		width:48%;
		margin: 0 0 1em;
		padding: 2em 1.2em 1.5em;
		text-align: center;
		border: 1px solid #4fb313;
	}
	#client .cliflow li:last-child{
		border-right:1px solid #4fb313;
	}
	#client .flowcom{
		text-align: left;
		margin: 1em auto 2em;
		font-size:1.2em;
	}
	#client .casestudy{
		width: 90%;
		margin:0 auto 1em;
		padding: 2em 8% 2.5em;
	}

	#client .cliflow .title{
		min-height:inherit;
		margin: 0 auto 0.5em;
	}
	#client .cliflow .no{
		transform: scale(0.7);
	}
	#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;
	}
}



/* #features
--------------------------------------------*/
#features{
	background: #FAFAFA url("../img/bg_gray.png") repeat 50% 50%;
	background-attachment:fixed;
	padding: 4em 0 ;
	border-top: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;
		text-align: left;
	}
	#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;
	}
}


/* sns
--------------------------------------------*/
#sns { background:#DDD; }
#sns ul {
	display: flex;
	justify-content: center;
	padding: 1em 0;
	font-size: 32px;
	color: #E98004;
}
#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(243,180,82,0.7);
}
#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; }
}
