@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

.sponly {
	display: none;
}
.spmask {
	display: block;
}

.underConstruction {
	padding: 150px 0;
	text-align: center;
}


/*------------------------------*/
@keyframes shake {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(5deg);
	}
	50% {
		transform: rotate(-5deg);
	}
	75% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

/*------------------------------
	bread
------------------------------*/
#bread {
	margin-top: 140px;
	padding: 13px 0;
	background-color: #f1f1f1;
}
#bread .inner {
	width: 1100px;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 12px;
}
#bread .inner a {
	color: #000000;
	text-decoration: none;
}
#bread .inner a:hover {
	text-decoration: underline;
}

/*------------------------------
	index - kvArea
------------------------------*/
#index #kvArea {
	background: url("../images/bg_kv.jpg") no-repeat center top;
	background-size: cover;
	height: 430px;
}
/*------------------------------*/
#index #kvArea .inner {
	width: 1100px;
	margin: 0 auto;
}
#index #kvArea .inner h2 {
	font-size: 60px;
	color: #ffffff;

	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-top: 210px;
	padding-bottom: 25px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}
#index #kvArea .inner h2 span {

	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
#index #kvArea .inner .sub {
	font-size: 14px;
	color: #ffffff;
}

/*------------------------------
	index - read
------------------------------*/
#index #read {
	background-color: #f1f1f1;
	padding: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 2.1;
}

/*------------------------------
	index - indexList
------------------------------*/
#index #indexList {
	width: 1120px;
	margin: 0 auto;
	padding: 25px 0 200px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*------------------------------*/
#index #indexList .btn {
	width: 248px;
	text-align: center;
	background-color: #ffffff;
	font-weight: bold;
	margin: 25px 15px;
	line-height: 1.3;
	height: 203px;

	transition-duration: 0.3s;
}
#index #indexList .btn a {
	border: solid 1px #003391;
	display: inline-block;
	width: 246px;
	color: #003391;
	padding: 90px 0 88px;
	text-decoration: none;
	font-size: 18px;
	background-color: #ffffff;
	outline: none;

	position: relative;
	z-index: 2;
	overflow: hidden;
}
#index #indexList .btn a::before,
#index #indexList .btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#index #indexList .btn a,
#index #indexList .btn a::before,
#index #indexList .btn a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#index #indexList .btn a:hover {
	color: #003391;
}
#index #indexList .btn a::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
#index #indexList .btn a:hover::after {
	top: 0;
	left: 0;
	background-color: rgba(252, 250, 225, 0.7);
}
/*------------------------------*/
#index #indexList .btn.bg1 a {
	background: url("../images/bg_index_btn1.png") no-repeat center center;
	background-size: 175px auto;
	background-color: #ffffff;
}
#index #indexList .btn.bg2 a {
	background: url("../images/bg_index_btn2.png") no-repeat center center;
	background-size: 175px auto;
	background-color: #ffffff;
}
#index #indexList .btn.bg3 a {
	background: url("../images/bg_index_btn3.png") no-repeat center center;
	background-size: 175px auto;
	background-color: #ffffff;
}
#index #indexList .btn.bg4 a {
	background: url("../images/bg_index_btn4.png") no-repeat center center;
	background-size: 175px auto;
	background-color: #ffffff;
}
#index #indexList .btn.bg5 a {
	background: url("../images/bg_index_btn5.png") no-repeat center center;
	background-size: 175px auto;
	background-color: #ffffff;
}
#index #indexList .btn.bg6 a {
	background: url("../images/bg_index_btn6.png") no-repeat center center;
	background-size: 175px auto;
	background-color: #ffffff;
}
#index #indexList .btn.bg7 a {
	background: url("../images/bg_index_btn7.png") no-repeat center center;
	background-size: 175px auto;
	background-color: #ffffff;
	padding: 78px 0 77px;
}
#index #indexList .btn.bg1 a:hover {
	background: url("../images/bg_index_btn1_over.png") no-repeat center center;
	background-size: 175px auto;
	background-color: #ffffff;
}
#index #indexList .btn.bg2 a:hover {
	background: url("../images/bg_index_btn2_over.png") no-repeat center center;
	background-size: 175px auto;
	background-color: #ffffff;
}
#index #indexList .btn.bg3 a:hover {
	background: url("../images/bg_index_btn3_over.png") no-repeat center center;
	background-size: 175px auto;
	background-color: #ffffff;
}
#index #indexList .btn.bg4 a:hover {
	background: url("../images/bg_index_btn4_over.png") no-repeat center center;
	background-size: 175px auto;
	background-color: #ffffff;
}
#index #indexList .btn.bg5 a:hover {
	background: url("../images/bg_index_btn5_over.png") no-repeat center center;
	background-size: 175px auto;
	background-color: #ffffff;
}
#index #indexList .btn.bg6 a:hover {
	background: url("../images/bg_index_btn6_over.png") no-repeat center center;
	background-size: 175px auto;
	background-color: #ffffff;
}
#index #indexList .btn.bg7 a:hover {
	background: url("../images/bg_index_btn7_over.png") no-repeat center center;
	background-size: 175px auto;
	background-color: #ffffff;
	padding: 78px 0 77px;
}

/*------------------------------
	inpage - kvArea
------------------------------*/
#message #kvArea,
#philosophy #kvArea,
#about #kvArea,
#share #kvArea,
#organization #kvArea,
#history #kvArea,
#advantage #kvArea {
	background: url("../images/bg_kv.jpg") no-repeat center top;
	background-size: cover;
	height: 200px;
}
/*------------------------------*/
#message #kvArea .inner,
#philosophy #kvArea .inner,
#about #kvArea .inner,
#share #kvArea .inner,
#organization #kvArea .inner,
#history #kvArea .inner,
#advantage #kvArea .inner {
	width: 1100px;
	margin: 0 auto;
}
#message #kvArea .inner h2,
#philosophy #kvArea .inner h2,
#about #kvArea .inner h2,
#share #kvArea .inner h2,
#organization #kvArea .inner h2,
#history #kvArea .inner h2,
#advantage #kvArea .inner h2 {
	font-size: 46px;
	color: #ffffff;

	padding-top: 30px;
	line-height: 1.2;
	font-weight: normal;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}
#message #kvArea .inner h2 span,
#philosophy #kvArea .inner h2 span,
#about #kvArea .inner h2 span,
#share #kvArea .inner h2 span,
#organization #kvArea .inner h2 span,
#history #kvArea .inner h2 span,
#advantage #kvArea .inner h2 span {
	font-size: 14px;
}

/*------------------------------
	inpage - groupMenu
------------------------------*/
.groupMenu {
	border-bottom: solid 1px #6b6b6b;
	margin-bottom: 70px;
}
#advantage .groupMenu {
	margin-bottom: 0px;
}
.groupMenu ul {
	width: 980px;
	margin: 0 auto;
	background: url("../images/bg_broup_li.gif") no-repeat left 30px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.groupMenu li {
	/*
	border-bottom: solid 4px #ffffff;
	*/
	font-size: 14px;
	text-align: center;
	position: relative;
}
.groupMenu li.active {
	/*
	border-bottom: solid 4px #6b6b6b;
	*/
}
.groupMenu li:hover {
	/*
	border-bottom: solid 4px #6b6b6b;
	*/
}
.groupMenu li a {
	background: url("../images/bg_broup_li.gif") no-repeat right 30px;
	color: #000000;
	display: block;
	padding: 32px 34px 34px;
	text-decoration: none;
}
/*------------------------------*/
.groupMenu li .hoverLine {
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 4px;
	width: 0px;
	background-color: #6b6b6b;

	transition-duration: 0.2s;
}
.groupMenu li.active .hoverLine {
	width: 100%;
}
.groupMenu li:hover .hoverLine {
	width: 100%;
}
/*------------------------------*/

/*------------------------------
	message - contentsBox
------------------------------*/
#message .contentsBox {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 100px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#message .contentsBox h3 {
	border-left: solid 8px #003391;
	color: #003391;
	padding: 12px 15px 10px 30px;
	line-height: 1.6;
	font-size: 26px;
	margin-bottom: 90px;
}
/*------------------------------*/
#message .contentsBox {
	width: 100%;
	position: relative;
}
#message .contentsBox .inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#message .contentsBox p {
	padding-right: 420px;
	padding-bottom: 45px;
	font-size: 16px;
	line-height: 1.8;
}
/*------------------------------*/
#message .contentsBox .picBox {
	position: absolute;
	right: 0;
	top: 200px;
}
#message .contentsBox .pic img {
	vertical-align: bottom;
}
#message .contentsBox .name {
	text-align: right;
	padding-top: 20px;
	line-height: 1.8;
}
#message .contentsBox .name span {
	font-weight: bold;
	font-size: 16px;
}

/*------------------------------
	philosophy - contentsBox
------------------------------*/
#philosophy .contentsBox {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 100px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#philosophy .contentsBox .h3Box {
	background-color: #f6f6f6;
	margin-bottom: 40px;
	padding: 8px 10px;
}
#philosophy .contentsBox .h3Box h3 {
	border-left: solid 8px #003391;
	color: #003391;
	padding: 18px 15px 16px;
	font-size: 20px;
}
/*------------------------------*/
#philosophy .contentsBox .wordTtl {
	margin: 0 auto 40px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
/*------------------------------*/
#philosophy .contentsBox {
	width: 100%;
	position: relative;
}
#philosophy .contentsBox .inner {
	width: 1100px;
	margin: 0 auto;
}
#philosophy .contentsBox p {
	font-size: 16px;
	line-height: 1.8;
}
#philosophy .contentsBox .pic {
	padding-top: 20px;
	text-align: center;
}
#philosophy .contentsBox .pic img {
	vertical-align: bottom;
}
#philosophy .contentsBox ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#philosophy .contentsBox li {
	width: 185px;
}
#philosophy .contentsBox li .icon {
	text-align: center;
	color: #333333;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 40px;
}
#philosophy .contentsBox li .icon span {
	font-size: 12px;
	font-weight: normal;
}
#philosophy .contentsBox li .txt {
	line-height: 1.9;
}
/*------------------------------*/
#philosophy .contentsBox .readArea {
	padding-bottom: 100px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#philosophy .contentsBox .readArea .readBox {
	width: 507px;
}
#philosophy .contentsBox .readArea .readBox .pic {
	padding-bottom: 40px;
}
/*------------------------------*/
#philosophy .contentsBox .value5Title {
	width: 855px;
	margin: 0 0 0 auto;
	margin-bottom: 25px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/*------------------------------*/
#philosophy .contentsBox .value5Box {
}
#philosophy .contentsBox .value5Box .inner {
	border-bottom: solid 1px #cccccc;
	position: relative;
	height: 155px;
}
#philosophy .contentsBox .value5Box .inner.end {
	border-bottom: none;
}
#philosophy .contentsBox .value5Box .inner .icon {
	position: absolute;
	left: 0;
	top: 20px;
	width: 185px;
	text-align: center;
	color: #333333;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 40px;
}
#philosophy .contentsBox .value5Box .inner .icon span {
	font-size: 12px;
	font-weight: normal;
}
#philosophy .contentsBox .value5Box .inner .txt1 {
	position: absolute;
	left: 188px;
	top: 0;
	width: 485px;
	height: 155px;
	border-left: solid 1px #cccccc;
}
#philosophy .contentsBox .value5Box .inner .txt1 p {
	padding-top: 55px;
	padding-left: 50px;
	width: 384px;
	font-size: 14px;
}
#philosophy .contentsBox .value5Box .inner .txt2 {
	position: absolute;
	left: 686px;
	top: 0;
	width: 425px;
	height: 155px;
	border-left: solid 1px #cccccc;
}
#philosophy .contentsBox .value5Box .inner .txt2 p {
	padding-top: 55px;
	padding-left: 40px;
	width: 384px;
	font-size: 14px;
}
/*------------------------------*/
#philosophy .contentsBox .sky {
	position: relative;
	height: 357px;
	margin-bottom: 40px;
	background: url("../images/img_philosophy_sky.jpg") no-repeat center center;
}
#philosophy .contentsBox .sky .pic {
	text-align: center;
	padding-top: 115px;
}
#philosophy .contentsBox .word {
	padding: 50px 0 70px;
	width: 80%;
	margin: 0 auto;
}
#philosophy .contentsBox .word img {
	width: 100%;
}
#philosophy .contentsBox .readTop {
	font-size: 16px;
	line-height: 2.1;
	padding-bottom: 50px;
}
#philosophy .contentsBox .readTop02 {
	font-size: 16px;
	line-height: 2.1;
	padding-bottom: 90px;
}
#philosophy .contentsBox .readunder {
	font-size: 14px;
	line-height: 2.1;
	padding-bottom: 0px;
}
#philosophy .contentsBox .series {
	border-bottom: solid 1px #cdcdcd;
	font-size: 28px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	letter-spacing: 3px;
}
#philosophy .contentsBox p.sky1 {
	padding-bottom: 50px;
	line-height: 2.1;
}

/*------------------------------
	about - contentsBox
------------------------------*/
#about .contentsBox {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 100px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#about .contentsBox .h3Box {
	background-color: #f6f6f6;
	margin-bottom: 40px;
	padding: 8px 10px;
}
#about .contentsBox .h3Box h3 {
	border-left: solid 8px #003391;
	color: #003391;
	padding: 18px 15px 16px;
	font-size: 20px;
}
/*------------------------------*/
#about .contentsBox {
	width: 100%;
	position: relative;
}
#about .contentsBox .inner {
	width: 1100px;
	margin: 0 auto;
}
#about .contentsBox table {
	width: 100%;
}
#about .contentsBox th {
	padding: 20px;
	width: 155px;
	text-align: left;
	font-size: 18px;
	color: #003391;
	line-height: 1.8;
	vertical-align: top;
	border-bottom: solid 1px #dadada;
	border-top: solid 1px #dadada;
	background-color: #f6f6f6;
}
#about .contentsBox td {
	padding: 20px 25px;
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
	vertical-align: top;
	border-bottom: solid 1px #dadada;
	border-top: solid 1px #dadada;
}
/*------------------------------*/
#about .contentsBox table.nametb {
	width: 100%;
}
#about .contentsBox table.nametb th {
	padding: 0px;
	width: 170px;
	text-align: left;
	font-size: 16px;
	color: #000000;
	line-height: 1.8;
	border: none;
	vertical-align: top;
	background-color: #ffffff;
	font-weight: normal;
}
#about .contentsBox table.nametb td {
	padding: 0px;
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
	vertical-align: top;
	border: none;
}
/*------------------------------*/
#about .contentsBox .mapBox {
	padding-bottom: 75px;
}
#about .contentsBox h4 {
	font-size: 16px;
	line-height: 1.8;
}
#about .contentsBox h4 span {
	color: #003391;
}
#about .contentsBox .address {
	font-size: 16px;
	padding-bottom: 12px;
	line-height: 1.8;
}
#about .contentsBox .googlemap {
	width: 100%;
	height: 470px;
}
#about .contentsBox .googlemap iframe {
	width: 100%;
	height: 100%;
}

/*------------------------------
	share - contentsBox
------------------------------*/
#share .contentsBox {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 100px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#share .contentsBox .h3Box {
	background-color: #f6f6f6;
	margin-bottom: 10px;
	padding: 8px 10px;
}
#share .contentsBox .h3Box h3 {
	border-left: solid 8px #003391;
	color: #003391;
	padding: 18px 15px 16px;
	font-size: 20px;
}
/*------------------------------*/
#share .contentsBox {
	width: 100%;
	position: relative;
}
#share .contentsBox .inner {
	width: 1100px;
	margin: 0 auto;
}
#share .contentsBox ul {
	width: 100%;
	padding-bottom: 20px;
}
#share .contentsBox li {
	padding: 20px 30px;
	border-top: dotted 1px #dadada;
	line-height: 1.8;
	font-size: 16px;
}
#share .contentsBox li span {
	font-weight: bold;
}
#share .contentsBox li a {
	color: #232323;
	text-decoration: underline;
}
#share .contentsBox li a:hover {
	text-decoration: none;
}
#share .contentsBox li:first-child {
	border-top: none;
}

/*------------------------------
	organization - contentsBox
------------------------------*/
#organization .contentsBox {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 100px;
}
#organization .date {
	text-align: right;
	padding: 0px 0 25px;
	font-size: 16px;
}
#organization .chartImage {
	text-align: center;
}
#organization .chartImage img {
	vertical-align: bottom;
}

/*------------------------------
	history - contentsBox
------------------------------*/
#history .contentsBox {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 100px;
}
/*------------------------------*/
#history .contentsBox .company {
	width: 1100px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 60px;
}
#history .contentsBox .company .left {
	position: relative;
	padding: 8px;
	background-color: #f6f6f6;
	width: 520px;
	height: 635px;
}
#history .contentsBox .company .right {
	position: relative;
	padding: 8px;
	background-color: #f6f6f6;
	width: 520px;
	height: 635px;
}
#history .contentsBox .company .left .arrow,
#history .contentsBox .company .right .arrow {
	position: absolute;
	left: 50%;
	bottom: -35px;
	margin-left: -35px;
}
#history .contentsBox .company .title {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	background-color: #003391;
	padding: 18px 0;
}
#history .contentsBox .company ul {
	width: 100%;
}
#history .contentsBox .company li {
	position: relative;
	padding: 17px 25px 17px 130px;
	line-height: 1.8;
	font-size: 16px;
}
#history .contentsBox .company li .date {
	position: absolute;
	top: 20px;
	left: 15px;
	color: #003391;
	font-weight: bold;
}
/*------------------------------*/
#history .contentsBox .united {
	width: 1100px;
}
#history .contentsBox .united ul {
	width: 100%;
}
#history .contentsBox .united li {
	width: 100%;
	position: relative;
	border-bottom: solid 1px #b3b3b3;
}
#history .contentsBox .united li:first-child {
	border-top: solid 1px #b3b3b3;
	background-color: #f6f6f6;
}
#history .contentsBox .united li .date {
	position: absolute;
	left: 25px;
	top: 32px;
	color: #003391;
	font-weight: bold;
}
#history .contentsBox .united li p {
	padding: 25px 25px 25px 150px;
	line-height: 1.8;
	font-size: 16px;
}

/*------------------------------
	advantage - contentsBox
------------------------------*/
#advantage .contentsBox {
	overflow: hidden;
}
/*------------------------------*/
#advantage .contentsBox .strength1 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 408px;
}
#advantage .contentsBox .strength1 .title {
	width: 50%;
	background: url("../images/img_advantage_01.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 408px;
}
#advantage .contentsBox .strength1 .title .maskB {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #d8e0ed;
	z-index: 6;
}
#advantage .contentsBox .strength1 .title .maskW {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 7;
}
#advantage .contentsBox .strength1 .title h3 {
	margin-left: 125px;
	line-height: 1.8;
	color: #ffffff;
	font-size: 32px;

	font-weight: 500;
	opacity: 0;
}
#advantage .contentsBox .strength1 .title h3 span {
	border-bottom: solid 2px #ffffff;
	font-size: 36px;

	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
#advantage .contentsBox .strength1 .text {
	width: calc(50% - 215px);
	width: -webkit-calc(50% - 215px);
	padding-right: 125px;
	padding-left: 90px;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 408px;
}
#advantage .contentsBox .strength1 .text p {
	font-size: 16px;
	line-height: 1.8;
}
/*------------------------------*/
#advantage .contentsBox .strength2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	height: 408px;
}
#advantage .contentsBox .strength2 .title {
	width: 50%;
	background: url("../images/img_advantage_02.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 408px;
}
#advantage .contentsBox .strength2 .title .maskB {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #d8e0ed;
	z-index: 6;
}
#advantage .contentsBox .strength2 .title .maskW {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 7;
}
#advantage .contentsBox .strength2 .title h3 {
	margin-left: 125px;
	line-height: 1.8;
	color: #ffffff;
	font-size: 32px;

	font-weight: 500;
	opacity: 0;
}
#advantage .contentsBox .strength2 .title h3 span {
	border-bottom: solid 2px #ffffff;
	font-size: 36px;

	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
#advantage .contentsBox .strength2 .text {
	width: calc(50% - 215px);
	width: -webkit-calc(50% - 215px);
	padding-left: 125px;
	padding-right: 90px;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 408px;
}
#advantage .contentsBox .strength2 .text p {
	font-size: 16px;
	line-height: 1.8;
}
/*------------------------------*/
#advantage .contentsBox .strength3 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 408px;
}
#advantage .contentsBox .strength3 .title {
	width: 50%;
	background: url("../images/img_advantage_03.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 408px;
}
#advantage .contentsBox .strength3 .title .maskB {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #d8e0ed;
	z-index: 6;
}
#advantage .contentsBox .strength3 .title .maskW {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 7;
}
#advantage .contentsBox .strength3 .title h3 {
	margin-left: 125px;
	line-height: 1.8;
	color: #ffffff;
	font-size: 32px;

	font-weight: 500;

	opacity: 0;
}
#advantage .contentsBox .strength3 .title h3 span {
	border-bottom: solid 2px #ffffff;
	font-size: 36px;

	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
#advantage .contentsBox .strength3 .text {
	width: calc(50% - 215px);
	width: -webkit-calc(50% - 215px);
	padding-right: 125px;
	padding-left: 90px;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 408px;
}
#advantage .contentsBox .strength3 .text p {
	font-size: 16px;
	line-height: 1.8;
}






/*------------------------------
	loading
------------------------------*/
#loadingWrap {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
	overflow: hidden;
}
#loadingWrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
}


#spChecker{
	display : none;
}
