@charset "utf-8";
/*------------------------------------------------------------
    clearfix
------------------------------------------------------------*/
    * html .clearfix {
        zoom: 1;
    }

    *+html .clearfix {
        zoom: 1;
    }
.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

/*------------------------------------------------------------
    default style
------------------------------------------------------------*/
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, font, 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 {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
html {
    font-size: 62.5%;
}
body, table, input, textarea, select, option {
    font-family:"Poppins","Open Sans",sans-serif;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
a,
a:link {
    color: #000;
    text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:visited {
    color: #000;
}
a:hover {
    color: #000;
}
a:active {
    color: #000;
}
/*------------------------------------------------------------
    body
------------------------------------------------------------*/
body {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
.container {
	padding-top: 84px;
    text-align: left;
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
    .menuBox {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
    body {
        min-width: inherit;
        font-size: 13px;
    }
    a:hover,
    a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
	.container {
		padding-top: 70px;
	}
 
}

/*------------------------------------------------------------
    header
------------------------------------------------------------*/
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 40px 0 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #edeff1;
	border-bottom: 1px solid #cdcece;
	box-sizing: border-box;
	z-index: 200;
}
#header img{
	height:60px;
}
#header #hNavi {
	display: flex;
}
#header #hNavi > li > a {
	padding: 30px 0;
	display: block;
	letter-spacing: 1px;
	color: #224991;
}
#header #hNavi > li {
	margin: 0 20px;
	position: relative;
}
#header #hNavi .navimenu {
	display: none;
	min-width: 250px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0 0 35px rgba(0,0,0,0.1);
	box-sizing: border-box;
}
#header #hNavi .navimenu a {
	display: block;
	padding: 10px;
}
#header #hNavi .navimenu a:hover {
	background-color: rgba(0,0,0,0.04);
}

@media all and (max-width: 767px) {
	#header {
		padding: 15px 20px;
		box-shadow: 0 6px 25px rgba(0,0,0,0.1);
		display: block;
	}
	#header h1 {
		width: 150px;
	}
	#header h1 img {
		height: auto;
	}
	#header #hNavi {
		display: none;
	}
	.menuBox {
		padding: 20px 0;
		position: fixed;
		height: calc(100% - 70px);
		width: 100%;
		right: -100%;
		top: 70px;
		transition: all 1s;
		overflow-y: auto;
		background-color: rgba(255,255,255);
		z-index: 100;
	}
	.menuBox .menuUl {
		padding-bottom: 40px;
	}
	.menuBox .menuUl > li {
		border-bottom: 1px solid #f2f2f2;
		position: relative;
	}
	.menuBox .menuUl > li > a {
		padding: 10px 70px 10px 20px;
		font-size: 18px;
		display: block;
	}
	.menuBox .menuUl .menuIcon {
		width: 70px;
		height: 47px;
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		background: url("../img/icon_off.png") no-repeat center center;
		background-size: 11px auto;
	}
	.menuBox .menuUl > li.on .menuIcon {
		background-image: url("../img/icon_on.png");
	}
	.menuBox .menuInner {
		display: none;
		padding: 5px 0;
		background-color: #f7f7f7;		
	}
	.menuBox .menuInner a {
		display: block;
		font-size: 16px;
		padding: 5px 10px 5px 30px;
	}
	.menuBox.on {
		right: 0;
	}
	#header .menu {
		position: absolute;
		right: 20px;
		top: 24px;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 30px;
		height: 24px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #000;
		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger::after {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		content: '';
		width: 40px;
		height: 40px;
		margin: -24px 0 0 -24px;
		border-radius: 50%;
		border: 4px solid transparent;
		transition: all .75s;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		left: 60%;
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
	.menu-trigger.active::after {
		-webkit-animation: circle .4s .25s forwards;
		animation: circle .4s .25s forwards;
	}
	
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@-webkit-keyframes circle {
  0% {
    border-color: #000;
    -webkit-transform: rotate(0);
  }
  25% {
    border-color: #000 #fff #000 #000;
  }
  50% {
    border-color: #000 #fff #fff #000;
  }
  75% {
    border-color: #000 #fff #fff #fff;
  }
  100% {
    border-color: #000;
    -webkit-transform: rotate(-680deg);
  }
}
@keyframes circle {
  0% {
    border-color: #000;
    transform: rotate(0);
  }
  25% {
    border-color: #000 #fff #000 #000;
  }
  50% {
    border-color: #000 #fff #fff #000;
  }
  75% {
    border-color: #000 #fff #fff #fff;
  }
  100% {
    border-color: #000;
    transform: rotate(-680deg);
  }
}

/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
#footer {
	padding: 60px 0;
}
#footer .fBox {
	max-width: 1585px;
	margin: 0 auto;
}
#footer .fLogo {
	margin-bottom: 30px;
}
#footer .fLogo img{
	/*height:60px;*/
}
#footer .box {
	float: left;
	width: 16.66666667%;
	box-sizing: border-box;
	padding: 0 15px;
}
#footer .ttl {
	margin-bottom: 30px;
}
#footer .ttl a {
	font-size: 14px;
	font-weight: 700;
	color: #453d4e;
	line-height: 2;
	display: inline-block;
}
#footer .linkUl {
	margin-bottom: 30px;
}
#footer .linkUl li {
	margin-bottom: 5px;
}
#footer .linkUl a {
	display: inline-block;
	color: #5b707c;
	font-size: 13px;
	line-height: 2;
}
#footer .box01 p {
	font-size: 13px;
	color: #5b707c;
	line-height: 2;
}
#footer .box06 .btn a {
	padding: 14px 20px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	text-align: center;
	border: 1px solid transparent;
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
	background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
	background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
	background-color: #08437c;
}
#footer .box06 .btn a:hover {
	color: #003eba;
	border-color: #3c5ecc;
	background-color: #3c5ecc;
}
#footer .snsUl {
	margin-top: 20px;
	display: flex;
}
#footer .snsUl li:first-child {
	margin-right: 20px;
}
#footer .snsUl a:hover {
	color: #08437c;
}
#footer .copyright {
	max-width: 1585px;
	margin: 10px auto 0;
	padding: 0 15px;
	box-sizing: border-box;
	color: #616161;
	line-height: 2;
	font-size: 14px;
}

@media all and (max-width: 767px) {
	#footer .fBox {
		max-width: inherit;
	}
	#footer .fLogo {
		margin-bottom: 20px;
	}
	#footer .fLogo img {
		height: 50px;
	}
	#footer .box {
		float: none;
		width: auto;
		text-align: center;
		margin-bottom: 40px;
	}
	#footer .ttl {
		margin-bottom: 20px;
	}
	#footer .linkUl {
		margin-bottom: 40px;
	}
	#footer .snsUl {
		justify-content: center;
	}
	#footer .copyright {
		margin-top: 0;
		max-width: inherit;
		text-align: center;
	}

}

/*------------------------------------------------------------
    common
------------------------------------------------------------*/
.comWidth {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

@media all and (max-width: 767px) {
	.comWidth {
		max-width: inherit;
	}
}

/*------------------------------------------------------------
    headLine01
------------------------------------------------------------*/
.headLine01 {
	text-align: center;
	position: relative;
	color: #08437c;
	font-size: 40px;
	padding-top: 20px;
	margin-bottom: 30px;
}
.headLine01:before {
	margin-left: -57px;
	width: 114px;
	height: 2px;
	background-color: #007aff;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
}

@media all and (max-width: 767px) {
	.headLine01 {
		font-size: 30px;
		padding-top: 10px;
		margin-bottom: 20px;
	}
	.headLine01:before {
		margin-left: -30px;
		width: 60px;
	}
	
}

/*------------------------------------------------------------
    headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 20px;
	color: rgb(34, 73, 145);
	font-weight: 600;
	font-size: 36px;
}

@media all and (max-width: 767px) {
	.headLine02 {
		margin-bottom: 10px !important;
		font-size: 30px;
	}
}

/*------------------------------------------------------------
    headLine03
------------------------------------------------------------*/
.headLine03 {
	font-size: 36px;
	text-align: center;
	color: rgb(34, 73, 145);
	font-weight: 600;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.headLine03:before {
	width: 50px;
	height: 5px;
	margin-left: -25px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #4d8fbc;
	content: "";
}

@media all and (max-width: 767px) {
	.headLine03 {
		font-size: 30px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
}

/*------------------------------------------------------------
    comList
------------------------------------------------------------*/
.comList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: -40px;
}
.comList li {
	width: 48.5%;
	margin: 50px 0 0;
}
.comList a {
	display: block;
	height: 100%;
	border: 1px solid #ededed;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 30px 30px;
}
.comList .photo {
	margin: 0 -30px;
}
.comList .photo img {
	width: 100%;

}
.neicp .photo img {
	min-height: 220px;
	max-height: 220px;
}
.comList h3 {
	margin: 20px 0;
	font-size: 20px;
}
.comList p {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px;
	min-height: 120px;
}
.comList .link {
	display: inline-block;
	border: 1px solid #d7d7d7;
	color: #55a6d4;
	min-width: 120px;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
}
.comList a:hover {
	webkit-box-shadow: 0px 10px 30px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 30px 5px rgba(0,0,0,0.1);
	color: #08437c;
}
.comList a:hover .link {
	background-color: #55a6d4;
	border-color: #55a6d4;
	color: #fff;
}

@media all and (max-width: 767px) {
	.comList {
		display: block;
		margin-top: -30px;
	}
	.comList li {
		width: auto !important;
		margin: 40px 0 0 !important;
	}
}

/*------------------------------------------------------------
    comGreyBg
------------------------------------------------------------*/
.comGreyBg {
	padding: 40px 0;
	background-color: #EDEFF1;
}

@media all and (max-width: 767px) {
	.comGreyBg {
		padding: 30px 0;
	}
}

/*------------------------------------------------------------
    comLink
------------------------------------------------------------*/
.comLink {
	margin-top: 30px;
}
.comLink a {
	display: inline-block;
	color: #55a6d4;
	font-weight: 700;
}
.comLink a span {
	display: inline-block;
	transition: .8s;
}
.comLink a:hover span {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

@media all and (max-width: 767px) {
	.comLink {
		margin-top: 20px;
	}
}

/*------------------------------------------------------------
    comContact
------------------------------------------------------------*/
.comContact {
	padding: 70px 15px;
	text-align: center;
	background: url("../img/bg01.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
}
.comContact h2 {
	margin-bottom: 20px;
	font-size: 30px;
}
.comContact p a {
	color: #fff;
	font-size: 22px;
	font-weight: 700;	
}
.comContact p a:hover {
	opacity: 0.7;
}

@media all and (max-width: 767px) {
	.comContact {
		padding: 50px 15px;
	}
	
}

@media all and (min-width: 768px) and (max-width: 1000px) {
	#footer .box06 .btn a {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*------------------------------------------------------------
    index
------------------------------------------------------------*/
#index #wrap .mainVisual {
	padding: 100px 0;
	margin-bottom: 100px;
	color: #fff;
	background: url("../img/index/main_bg.jpg") no-repeat center center;
	background-size: cover;
}
#index #wrap .mainVisual h2 {
	margin-bottom: 30px;
	font-size: 80px;
	border-color: rgb(115, 115, 115);
	line-height: 1.3;
}
#index #wrap .mainVisual h2 .txt01 {
	font-size: 36px;
	display: block;
	font-weight: 400;
}
#index #wrap .mainVisual h2 .txt02 {
	display: inline;
}
#index #wrap .mainVisual h2 .txt03 {
	font-size: 12px;
	vertical-align: top;
	margin-top: 30px;
	font-weight: 400;
	display: inline-block;
}
#index #wrap .mainVisual .text {
	margin-bottom: 40px;
}
#index #wrap .mainVisual .linkUl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#index #wrap .mainVisual .linkUl li {
	margin: 10px 0 0;
}
#index #wrap .mainVisual .linkUl a {
	letter-spacing: 1px;
	color: #fff;
	display: block;
	font-size: 20px;
	position: relative;
	padding: 20px 30px 20px 40px;
	border-radius: 5px;
}
#index #wrap .mainVisual .linkUl i {
	position: absolute;
	left: 15px;
	top: 25px;
}
#index #wrap .mainVisual .linkUl a:hover {
	background-color: rgba(81,165,214,0.5);
}
#index #wrap .mainVisual .listUl {
	display: flex;
	flex-wrap: wrap;
}
#index #wrap .mainVisual .listUl li {
	width: 25%;
	margin-right: 1.5%;
}
#index #wrap .mainVisual .listUl a {
	display: block;
	color: #fff;
}
#index #wrap .mainVisual .listUl a:hover {
	opacity: 0.7;
}
#index #wrap .mainVisual .listUl img {
	height: 40px;
	margin-bottom: 20px;
}
#index #wrap .mainVisual .listUl p {
	font-weight: 300;
	font-family: Open Sans;
}
#index #wrap .mainVisual .listUl .ttl {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
}
#index #wrap .features {
	margin-bottom: 100px;
}
#index #wrap .features .linkUl {
	display: flex;
	flex-wrap: wrap;
	margin-top: -20px;
}
#index #wrap .features .linkUl li {
	width: 32%;
	margin: 20px 2% 0 0;
}
#index #wrap .features .linkUl li:nth-child(3n) {
	margin-right: 0;
}
#index #wrap .features .linkUl a {
	display: block;
	height: 100%;
	color: #fff;
	background: url("../img/index/bg01.jpg") no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	padding: 30px 15px;
}
#index #wrap .features .linkUl a:hover {
	opacity: 0.7;
}
#index #wrap .features .linkUl .style02 a {
	background-image: url("../img/index/bg02.jpg");
}
#index #wrap .features .linkUl .style03 a {
	background-image: url("../img/index/bg03.jpg");
}
#index #wrap .features .linkUl span {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
#index #wrap .king {
	margin-bottom: 100px;
}
#index #wrap .king .imgBox .photoBox {
	width: 50%;
	box-sizing: border-box;
	float: left;
	border-right: 4px solid #96b8d6;
	padding: 0 20px 20px 0;
}
#index #wrap .king .imgBox .photoBox a {
	overflow: hidden;
	display: block;
	box-sizing: border-box;
}
#index #wrap .king .imgBox .photoBox a img {
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
#index #wrap .king .imgBox .photoBox a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#index #wrap .king .imgBox .textBox {
	padding: 0 30px;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	float: right;
}
#index #wrap .king .imgBox .textBox h4 {
	margin-bottom: 30px;
	font-size: 40px;
	color: #1f4492;
	font-family: Open Sans;
	font-weight: 400;
}
#index #wrap .king .imgBox .textBox p {
	margin-bottom: 40px;
	color: #4d5c6a;
	font-family: Open Sans;
	line-height: 2;
}
#index #wrap .king .imgBox .textBox .link {
	display: inline-block;
	vertical-align: top;
	background-color: #0c57a4;
	border-radius: 2px;
}
#index #wrap .king .imgBox .textBox .link a {
	padding: 18px 25px;
	color: #fff;
	background-color: #5472d2;
	box-shadow: 0 5px 0 #3253bc;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	top: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#index #wrap .king .imgBox .textBox .link a:hover {
	color: #f7f7f7;
	top: 3px;
	box-shadow: 0 2px 0 #3253bc;
}
#index #wrap .testimonials {
	padding: 100px 0;
	background: url("../img/index/bg04.jpg") no-repeat right bottom;
	background-size: cover;
}
#index #wrap .testimonials .info {
	overflow: hidden;
	position: relative;
}
#index #wrap .testimonials .layer .imgBox {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#index #wrap .testimonials .layer .imgBox .photoBox {
	width: 50%;
	background: url("../img/index/photo01.jpg") no-repeat center center;
	background-size: cover;
}
#index #wrap .testimonials .layer.two .photoBox {
	background-image: url("../img/index/photo02.jpg");
}
#index #wrap .testimonials .layer.three .photoBox {
	background-image: url("../img/index/photo03.jpg");
}
#index #wrap .testimonials .layer .imgBox .textBox {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #08437C;
	text-align: center;
	box-sizing: border-box;
	padding: 70px 50px;
}
#index #wrap .testimonials .layer .imgBox .textBox p {
	color: #fff;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 70px;
}
#index #wrap .testimonials .layer .imgBox .textBox cite {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#index #wrap .testimonials .bullets {
	position: absolute;
	width: 100%;
	bottom: 20px;
	padding: 0;
	margin: 0;
	text-align: center;
}
#index #wrap .testimonials .bullets li {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 0 3px;
	background: rgba( 0, 0, 0, 0.7 );
	box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.5 );
	cursor: pointer;
	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
}
#index #wrap .testimonials .bullets li:hover {
	background: rgba( 255, 255, 255, 0.8 );
}
#index #wrap .testimonials .bullets li.active {
	cursor: default;
	background: rgba( 255, 255, 255, 0.8 );
}

@media all and (max-width: 767px) {
	#index #wrap .mainVisual {
		padding: 30px 0;
		margin-bottom: 50px;
	}
	#index #wrap .mainVisual h2 {
		margin-bottom: 20px;
		font-size: 31px;
	}
	#index #wrap .mainVisual h2 .txt01 {
		font-size: 20px;
	}
	#index #wrap .mainVisual h2 .txt03 {
		font-size: 10px;
		margin: 10px 0 0 5px;
	}
	#index #wrap .mainVisual .text {
		margin-bottom: 30px;
	}
	#index #wrap .mainVisual .linkUl {
		display: block;
		margin-bottom: 40px;
	}
	#index #wrap .mainVisual .linkUl li {
		margin: 10px 0 0;
	}
	#index #wrap .mainVisual .linkUl a {
		font-size: 16px;
		padding: 5px 10px 5px 20px;
	}
	#index #wrap .mainVisual .linkUl i {
		left: 5px;
		top: 9px;
	}
	#index #wrap .mainVisual .listUl {
		display: block;
	}
	#index #wrap .mainVisual .listUl li {
		width: auto;
		margin: 0 0 20px;
	}
	#index #wrap .mainVisual .listUl li:last-child {
		margin-bottom: 0;
	}
	#index #wrap .mainVisual .listUl a {
		position: relative;
		padding-left: 45px;
	}
	#index #wrap .mainVisual .listUl img {
		height: 34px;
		margin-bottom: 0;
		position: absolute;
		left: 0;
		top: 0;
	}
	#index #wrap .mainVisual .listUl p {
		font-size: 11px;
	}
	#index #wrap .mainVisual .listUl .ttl {
		font-size: 13px;
		margin-bottom: 5px;
	}
	#index #wrap .features {
		margin-bottom: 50px;
	}
	#index #wrap .features .linkUl {
		display: block;
		margin-top: 0;
	}
	#index #wrap .features .linkUl li {
		width: auto;
		margin: 20px 0 0;
	}
		#index #wrap .features .linkUl a {
		padding: 20px 15px;
	}
	#index #wrap .features .linkUl span {
		margin-bottom: 10px;
	}
	#index #wrap .king {
		margin-bottom: 50px;
	}
	#index #wrap .king .imgBox .photoBox {
		width: auto;
		float: none;
	}
	#index #wrap .king .imgBox .textBox {
		padding: 20px 0 0;
		width: auto;
		float: none;
	}
	#index #wrap .king .imgBox .textBox h4 {
		margin-bottom: 10px;
		font-size: 30px;
	}
	#index #wrap .king .imgBox .textBox p {
		margin-bottom: 30px;
	}
	#index #wrap .testimonials {
		padding: 50px 0;
	}
	#index #wrap .testimonials .layer .imgBox {
		display: block;
	}
	#index #wrap .testimonials .layer .imgBox .photoBox {
		display: none;
	}
	#index #wrap .testimonials .layer .imgBox .textBox {
		width: 100%;
		padding: 60px 40px;
	}
	#index #wrap .testimonials .layer .imgBox .textBox p {
		margin-bottom: 50px;
	}
	#index #wrap .testimonials .layer .imgBox .textBox cite {
		font-size: 16px;
	}

}

/*------------------------------------------------------------
    products
------------------------------------------------------------*/
#products #wrap .topBox {
	padding: 40px 0;
}
#products #wrap .topBox p {
	color: #737373;
	line-height: 1.8;
}

@media all and (max-width: 767px) {
	#products #wrap .topBox {
		padding: 30px 0;
	}
}

/*------------------------------------------------------------
    productsDetail
------------------------------------------------------------*/
#productsDetail #wrap .topBox {
	padding: 40px 0;
}
#productsDetail #wrap .topBox * {
	font-family: "Poppins","Open Sans",sans-serif !important;
}
#productsDetail #wrap .topBox p {
	margin-bottom: 30px;
	color: #737373;
	line-height: 1.8;
}
#productsDetail #wrap .topBox strong {
	font-weight: 700;
}
#productsDetail #wrap .comList {
	justify-content: flex-start;
}
#productsDetail #wrap .comList li {
	width: 31.5%;
	margin-right: 2.75%;
}
#productsDetail #wrap .comList li:nth-child(3n) {
	margin-right: 0;
}

@media all and (max-width: 767px) {
	#productsDetail #wrap .topBox {
		padding: 30px 0;
	}
	#productsDetail #wrap .topBox p {
		margin-bottom: 20px;
	}
}

/*------------------------------------------------------------
    services
------------------------------------------------------------*/
#services #wrap .topBox {
	padding: 40px 0;
}
#services #wrap .topBox .comWidth {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#services #wrap .topBox h2 {
	width: 20%;
	margin-bottom: 0;
	box-sizing: border-box;
	padding-right: 15px;
}
#services #wrap .topBox .txtBox {
	width: 80%;
}
#services #wrap .topBox p {
	color: #737373;
	line-height: 1.8;
	margin-bottom: 30px;
}
#services #wrap .comGreyBg .imgBox {
	margin-bottom: 60px;
}
#services #wrap .comGreyBg .imgBox .photoBox {
	padding-bottom: 5px;
	width: 45%;
	float: left;
	border-radius: 5px;
	border-bottom: 4px solid #5472d2;
	overflow: hidden;
}
#services #wrap .comGreyBg .imgBox .photoBox img {
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
	border-radius: 5px;
	width: 100%;
}
#services #wrap .comGreyBg .imgBox .photoBox:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#services #wrap .comGreyBg .imgBox .textBox {
	width: 55%;
	float: right;
	box-sizing: border-box;
	padding-left: 30px;
}
#services #wrap .comGreyBg .imgBox .textBox h3 {
	margin-bottom: 30px;
	font-size: 26px;
}
#services #wrap .comGreyBg .imgBox .textBox p {
	color: #737373;
	line-height: 1.8;
	margin-bottom: 20px;
	font-size: 14px;
}
#services #wrap .comGreyBg .txtUl {
	margin-top: -30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#services #wrap .comGreyBg .txtUl li {
	margin: 30px 0 0;
	width: 31.5%;
}
#services #wrap .comGreyBg .txtUl .photo {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-radius: 5px;
	border-bottom: 4px solid #5472d2;
	overflow: hidden;
}
#services #wrap .comGreyBg .txtUl .photo img {
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
	border-radius: 5px;
	width: 100%;
}
#services #wrap .comGreyBg .txtUl .photo:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#services #wrap .comGreyBg .txtUl h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
#services #wrap .comGreyBg .txtUl p {
    color: #737373;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 14px;
}
#services #wrap .comGreyBg .btn {
	margin-top: 30px;
	text-align: center;
}
#services #wrap .comGreyBg .btn a {
	padding: 15px 20px;
	display: inline-block;
	color: #fff;
	border: 1px solid #0d5fad;
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
	background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
	background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
	background-color: #0d5fad;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
}
#services #wrap .comGreyBg .btn a:hover {
	opacity: 0.7;
}

@media all and (max-width: 767px) {
	#services #wrap .topBox {
		padding: 30px 0;
	}
	#services #wrap .topBox .comWidth {
		display: block;
	}
	#services #wrap .topBox h2 {
		width: auto;
		padding-right: 0;
	}
	#services #wrap .topBox .txtBox {
		width: auto;
	}
	#services #wrap .topBox p {
		margin-bottom: 20px;
	}
	#services #wrap .comGreyBg .imgBox {
		margin-bottom: 50px;
	}
	#services #wrap .comGreyBg .imgBox .photoBox {
		width: auto;
		float: none;
	}
	#services #wrap .comGreyBg .imgBox .textBox {
		width: auto;
		float: none;
		padding: 20px 0 0;
	}
	#services #wrap .comGreyBg .imgBox .textBox h3 {
		margin-bottom: 20px;
	}
	#services #wrap .comGreyBg .txtUl {
		margin-top: 0;
		display: block;
	}
	#services #wrap .comGreyBg .txtUl li {
		margin: 40px 0 0;
		width: auto;
	}

}

/*------------------------------------------------------------
    about
------------------------------------------------------------*/
#about #wrap .sec01 {
	padding: 40px 0;
	background: url("../img/about/bg01.jpg") no-repeat center top;
	background-size: cover;
}
#about #wrap .sec01 .comWidth {
	display: flex;
	justify-content: space-between;
}
#about #wrap .sec01 .lBox {
	width: 50%;
}
#about #wrap .sec01 .rBox {
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
}
#about #wrap .sec01 p {
	margin-bottom: 20px;
	line-height: 1.8;
	color: #737373;
}
#about #wrap .sec01 .rBox .photo {
	margin-bottom: 30px;
	padding: 6px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
#about #wrap .sec01 .rBox .photo img {
	width: 100%;
	overflow: hidden;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
#about #wrap .sec02 {
	padding: 180px 0 40px;
	background: #EDEFF1 url("../img/about/bg02.jpg") no-repeat center top;
}
#about #wrap .sec02 .comWidth {
	display: flex;
	justify-content: space-between;
}
#about #wrap .sec02 .photoBox {
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
}
#about #wrap .sec02 .textBox {
	width: 50%;
}
#about #wrap .sec02 .textBox p {
	line-height: 1.8;
	margin-bottom: 20px;
	color: #737373;
}
#about #wrap .peoplePhoto img {
	width: 100%;
}

@media all and (max-width: 767px) {
	#about #wrap .sec01 {
		padding: 30px 0;
		background: none;
	}
	#about #wrap .sec01 .comWidth {
		display: block;
	}
	#about #wrap .sec01 .lBox {
		width: auto;
	}
	#about #wrap .sec01 .rBox {
		width: auto;
		padding: 30px 0 0;
	}
	#about #wrap .sec02 {
		padding: 25% 0 30px;
		background-size: 100% auto;
	}
	#about #wrap .sec02 .comWidth {
		display: block;
	}
	#about #wrap .sec02 .photoBox {
		width: auto;
		padding: 0 0 20px;
	}
	#about #wrap .sec02 .textBox {
		width: auto;
	}
	
}

/*------------------------------------------------------------
    contactUs
------------------------------------------------------------*/
#contactUs #wrap .comWidth {
	padding-top: 40px;
	padding-bottom: 40px;
}
#contactUs #wrap .listUl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contactUs #wrap .listUl li {
	margin-bottom: 30px;
	width: 25%;
	box-sizing: border-box;
	padding: 0 15px;
}
#contactUs #wrap .listUl li:nth-child(4n) {
	padding-right: 0;
}
#contactUs #wrap .listUl h3 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
}
#contactUs #wrap .listUl p {
	color: #737373;
	line-height: 1.8;
	font-size: 14px;
}
#contactUs #wrap .listUl a:hover {
	color: #08437c;
}
#contactUs #wrap .textUl li {
	margin-bottom: 30px;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px;
}
#contactUs #wrap form .ttl {
	font-size: 14px;
	font-weight: 700;
	color: #737373;
	margin-bottom: 10px;
}
#contactUs #wrap form input[type="text"],
#contactUs #wrap form input[type="email"] {
	padding: 5px 15px;
	width: 100%;
	height: 46px;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	color: #737373;
	font-size: 14px;
}
#contactUs #wrap form input[type="text"]:focus,
#contactUs #wrap form input[type="email"]:focus,
#contactUs #wrap form textarea:focus {
	border-color: #000;
}
#contactUs #wrap form input[type="email"]:focus,
#contactUs #wrap form textarea:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
#contactUs #wrap form .textareaBox {
	padding: 0 15px 30px;
}
#contactUs #wrap form textarea {
	padding: 15px;
	width: 100%;
	height: 300px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	background-color: #fff;
	color: #737373;
	font-size: 14px;
}
#contactUs #wrap form .checkBox {
	padding: 0 15px 30px;
}
#contactUs #wrap form .checkUl li {
	font-size: 14px;
	font-weight: 700;
	color: #737373;
	margin-bottom: 10px;
}
#contactUs #wrap form .checkUl input {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 10px 0 0;
}
#contactUs #wrap form .submit {
	text-align: center;
}
#contactUs #wrap form .submit button {
	padding: 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #383e47;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-radius: 2px;
	border: none;
	color: #fff;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	line-height: 46px;
	height: 46px;
	cursor: pointer;
	font-weight: 500;
}
#contactUs #wrap form .submit button:hover {
	opacity: 0.7;
}
#contactUs #wrap .map {
	padding: 30px 15px 0;
}
#contactUs #wrap .map iframe {
	width: 100%;
	height: 450px;
}

@media all and (max-width: 767px) {
	#contactUs #wrap .comWidth {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#contactUs #wrap .listUl {
		display: block;
	}
	#contactUs #wrap .listUl li {
		width: auto;
		padding: 0;
	}
	#contactUs #wrap .listUl h3 {
		margin-bottom: 15px;
	}
	#contactUs #wrap .textUl li {
		float: none;
		width: auto;
		padding: 0;
	}
	#contactUs #wrap form .ttl {
		text-align: center;
	}
	#contactUs #wrap form .textareaBox {
		padding: 0 0 30px;
	}
	#contactUs #wrap form .checkBox {
		padding: 0 0 30px;
	}
	#contactUs #wrap .map {
		padding: 30px 0 0;
	}

}

/*------------------------------------------------------------
    news
------------------------------------------------------------*/
#news #wrap .comWidth {
	padding-top: 40px;
	padding-bottom: 40px;
}
#news #wrap .conts {
	width: 65%;
	float: left;
}
#news #wrap .conts ul {
	margin-top: -30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#news #wrap .conts ul li {
	margin-top: 30px;
	width: 48%;
	border: 1px solid #eee;
	padding: 30px 15px 20px;
	box-sizing: border-box;
}
#news #wrap .conts ul h3 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 21px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
}
#news #wrap .conts ul p {
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: #737373;
	font-size: 14px;
	line-height: 1.8;
	border-bottom: 1px solid #eee;
}
#news #wrap .conts ul .link a {
	display: inline-block;
	background-color: #309ed5;
	color: #fff;
	border: 1px solid #058acd;
	padding: 10px 15px;
}
#news #wrap .conts ul .link a i {
	margin-right: 15px;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
	transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
	transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875),-webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
}
#news #wrap .conts ul .link a:hover {
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	border-color: transparent;
	-webkit-box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
	box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
#news #wrap .conts ul .link a:hover i {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}
#news #wrap .sidebar {
	width: 35%;
	float: right;
	box-sizing: border-box;
	padding-left: 100px;
}
#news #wrap .sidebar ul {
	margin-bottom: 50px;
	border: 1px solid #ededed;
}
#news #wrap .sidebar ul li:not(:last-child) {
	border-bottom: 1px solid #ededed;
}
#news #wrap .sidebar ul a {
	padding: 20px 15% 15px;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
}
#news #wrap .sidebar ul a i {
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
}
#news #wrap .sidebar ul a:hover {
	-webkit-box-shadow: 0 3px 40px -1px rgba(0,0,0,0.1);
	box-shadow: 0 3px 40px -1px rgba(0,0,0,0.1);
}
#news #wrap .sidebar .link a {
	padding: 15px 20px;
	display: inline-block;
	color: #fff;
	border: 1px solid #5472d2;
	background-color: #5472d2;
	border-radius: 5px;
	font-size: 14px;
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
	background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
	background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
}
#news #wrap .sidebar .link a:hover {
	color: #f7f7f7;
	border-color: #3c5ecc;
	background-color: #3c5ecc;
}

@media all and (max-width: 767px) {
	#news #wrap .comWidth {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#news #wrap .conts {
		width: auto;
		float: none;
	}
	#news #wrap .conts ul {
		margin-top: 0;
		display: block;
	}
	#news #wrap .conts ul li {
		width: auto;
		padding: 30px 15px 20px;
	}
	#news #wrap .sidebar {
		width: auto;
		float: none;
		padding: 40px 0 0;
	}
	#news #wrap .sidebar .link {
		text-align: center;
	}
}




