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

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

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

/*------------------------------
	contents
------------------------------*/
#contents {
}

/*------------------------------
	bread
------------------------------*/
#bread {
	margin-top: 64px;
	padding: 10px 10px 8px;
	background-color: #f1f1f1;
}
#bread .inner {
	line-height: 1.8;
	font-size: 10px;
}
#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 left top;
	background-size: cover;
	height: 280px;
}
/*------------------------------*/
#index #kvArea .inner {
	padding: 0 10px;
}
#index #kvArea .inner h2 {
	font-size: 40px;
	color: #ffffff;

	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-top: 130px;
	padding-bottom: 15px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
}
#index #kvArea .inner h2 span {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
#index #kvArea .inner .sub {
	font-size: 12px;
	color: #ffffff;
}

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

/*------------------------------
	index - indexList
------------------------------*/
#index #indexList {
	width: 310px;
	margin: 0 auto;
	padding: 40px 0 60px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#index #indexList .btn {
	width: 148px;
	border: solid 1px #003391;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;

	transition-duration: 0.3s;
}
#index #indexList .btn a {
	display: block;
	color: #003391;
	text-decoration: none;
	padding: 55px 0 53px;
}
#index #indexList .btn.bg1 {
	background: url("../images/bg_index_btn1.png") no-repeat center center;
	background-size: 150px auto;
}
#index #indexList .btn.bg2 {
	background: url("../images/bg_index_btn2.png") no-repeat center center;
	background-size: 150px auto;
}
#index #indexList .btn.bg3 {
	background: url("../images/bg_index_btn3.png") no-repeat center center;
	background-size: 150px auto;
}
#index #indexList .btn.bg4 {
	background: url("../images/bg_index_btn4.png") no-repeat center center;
	background-size: 150px auto;
}
#index #indexList .btn.bg5 {
	background: url("../images/bg_index_btn5.png") no-repeat center center;
	background-size: 150px auto;
}
#index #indexList .btn.bg6 {
	background: url("../images/bg_index_btn6.png") no-repeat center center;
	background-size: 150px auto;
}
#index #indexList .btn.bg7 {
	background: url("../images/bg_index_btn7.png") no-repeat center center;
	background-size: 150px auto;
}


/*------------------------------
	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: 180px;
}
/*------------------------------*/
#message #kvArea .inner,
#philosophy #kvArea .inner,
#about #kvArea .inner,
#share #kvArea .inner,
#organization #kvArea .inner,
#history #kvArea .inner,
#advantage #kvArea .inner {
	padding: 0 10px;
}
#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: 32px;
	color: #ffffff;

	padding-top: 44px;
	line-height: 1.2;
	font-weight: normal;
	text-shadow: 0px 0px 6px 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: 12px;
	font-weight: bold;
}

/*------------------------------
	about us - groupMenu
------------------------------*/
.groupMenu {
	border-bottom: solid 1px #6b6b6b;
}
.groupMenu ul {
	margin: 0 4px;
	background: url("../images/bg_broup_li.gif") no-repeat left 20px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.groupMenu ul.secondLine {
	background: none;
}
.groupMenu li {
	width: 25%;
	border-bottom: solid 2px #ffffff;
	font-size: 10px;
	text-align: center;
	position: relative;
}
.groupMenu li.hide {
	display: none;
}
/*.groupMenu li.space2 {
	width: 40%;
}*/
.groupMenu li.firstLeft {
	background: url("../images/bg_broup_li.gif") no-repeat left 20px;
}
.groupMenu li.active {
	border-bottom: solid 2px #6b6b6b;
}
.groupMenu li a {
	background: url("../images/bg_broup_li.gif") no-repeat right 20px;
	color: #000000;
	display: block;
	padding: 20px 0 20px;
	text-decoration: none;
}
/*------------------------------*/
.groupMenu li .hoverLine {
	display: none;
}
/*------------------------------*/

/*------------------------------
	message - contentsBox
------------------------------*/
#message .contentsBox {
	margin-top: 40px;
	padding: 0 10px;
	padding-bottom: 50px;
}
#message .contentsBox h3 {
	background-color: #f6f6f6;
	border-left: solid 4px #003391;
	color: #003391;
	padding: 8px 10px 6px;
	line-height: 1.6;
	font-size: 16px;
	margin-bottom: 20px;
}

/*------------------------------*/
#message .contentsBox {
}
#message .contentsBox .inner {
	position: relative;
}
#message .contentsBox p {
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 1.8;
}
/*------------------------------*/
#message .contentsBox .picBox {
	padding-bottom: 30px;
}
#message .contentsBox .pic img {
	vertical-align: bottom;
	width: 100%;
}
#message .contentsBox .name {
	text-align: right;
	padding-top: 12px;
	line-height: 1.8;
	font-size: 12px;
}
#message .contentsBox .name span {
	font-weight: bold;
	font-size: 14px;
}

/*------------------------------
	philosophy - contentsBox
------------------------------*/
#philosophy .contentsBox {
	margin-top: 40px;
	padding: 0 10px;
	padding-bottom: 50px;
}
#philosophy .contentsBox .h3Box {
	background-color: #f6f6f6;
	margin-bottom: 20px;
	padding: 8px 6px;
}
#philosophy .contentsBox .h3Box h3 {
	border-left: solid 4px #003391;
	color: #003391;
	padding: 8px 10px 6px;
	font-size: 16px;
}
/*------------------------------*/
#philosophy .contentsBox {
	margin-top: 40px;
	padding: 0 10px;
}
#philosophy .contentsBox .inner {
	position: relative;
}
#philosophy .contentsBox p {
	font-size: 14px;
	line-height: 1.8;
}
#philosophy .contentsBox .pic {
	padding-top: 20px;
}
#philosophy .contentsBox .pic img {
	vertical-align: bottom;
	width: 100%;
}
#philosophy .contentsBox ul {
	padding: 0 10px;
}
#philosophy .contentsBox li {
	border-top: dotted 1px #003391;
}
#philosophy .contentsBox li:first-child {
	border-top: none;
}
#philosophy .contentsBox li .icon {
	text-align: center;
	color: #333333;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 20px;
}
#philosophy .contentsBox li .icon span {
	font-size: 12px;
	font-weight: normal;
}
#philosophy .contentsBox li .txt {
	line-height: 1.9;
	font-size: 14px;
	padding-bottom: 20px;
}
/*------------------------------*/
#philosophy .contentsBox .readArea {
}
#philosophy .contentsBox .readArea .readBox {
	padding-bottom: 40px;
}
#philosophy .contentsBox .readArea .readBox .pic {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 14px;
}
#philosophy .contentsBox .readArea .readBox .pic img {
	width: 100%;
}
/*------------------------------*/
#philosophy .contentsBox .value5Title {
	display: none;
}
/*------------------------------*/
#philosophy .contentsBox .value5Box {
	margin-bottom: 50px;
}
#philosophy .contentsBox .value5Box .inner {
	border-bottom: solid 1px #cccccc;
	position: relative;
}
#philosophy .contentsBox .value5Box .inner.end {
	border-bottom: none;
}
#philosophy .contentsBox .value5Box .inner .icon {
	position: absolute;
	left: 10px;
	top: 50px;
	width: 80px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 40px;
}
#philosophy .contentsBox .value5Box .inner .icon img {
	width: 100%;
}
#philosophy .contentsBox .value5Box .inner .icon span {
	font-size: 10px;
	font-weight: normal;
}
#philosophy .contentsBox .value5Box .inner .txt1 {
	border-left: solid 1px #cccccc;
	margin-left: 101px;
}
#philosophy .contentsBox .value5Box .inner .txt1 p {
	padding: 0px 15px 10px;
	font-size: 14px;
}
#philosophy .contentsBox .value5Box .inner .txt2 {
	border-left: solid 1px #cccccc;
	margin-left: 101px;
}
#philosophy .contentsBox .value5Box .inner .txt2 p {
	padding: 0px 15px 40px;
	font-size: 14px;
}
#philosophy .contentsBox .value5Box .inner .pic1,
#philosophy .contentsBox .value5Box .inner .pic2 {
	border-left: solid 1px #cccccc;
	margin-left: 101px;
	padding: 20px 20px 10px;
}
#philosophy .contentsBox .value5Box .inner .pic1 img,
#philosophy .contentsBox .value5Box .inner .pic2 img {
	width: 100%;
}
/*------------------------------*/
#philosophy .contentsBox .sky {
	position: relative;
	height: 200px;
	margin-bottom: 30px;
	background: url("../images/img_philosophy_sky.jpg") no-repeat center center;
	background-size: cover;
}
#philosophy .contentsBox .sky .pic {
	width: 70%;
	margin: 0 auto;
	padding-top: 80px;
}
#philosophy .contentsBox .sky .pic img {
	width: 100%;
}
#philosophy .contentsBox .word {
	padding: 50px 0 25px;
}
#philosophy .contentsBox .word img {
	width: 100%;
}
#philosophy .contentsBox .readTop {
	font-size: 14px;
	line-height: 1.9;
	padding-bottom: 50px;
}
#philosophy .contentsBox .readunder {
	font-size: 12px;
	line-height: 1.7;
	padding-bottom: 0px;
}
#philosophy .contentsBox .series {
	border-bottom: solid 1px #cdcdcd;
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
#philosophy .contentsBox p.sky1 {
	padding-bottom: 30px;
	line-height: 1.9;
}
/*------------------------------*/
#philosophy .contentsBox .wordTtl {
	margin: 5px auto 20px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
/*------------------------------
	about - contentsBox
------------------------------*/
#about .contentsBox {
	margin-top: 40px;
	padding: 0 10px;
	padding-bottom: 50px;
}
#about .contentsBox .h3Box {
	background-color: #f6f6f6;
	margin-bottom: 20px;
	padding: 8px 6px;
}
#about .contentsBox .h3Box h3 {
	border-left: solid 4px #003391;
	color: #003391;
	padding: 8px 10px 6px;
	font-size: 16px;
}
/*------------------------------*/
#about .contentsBox {
	margin-top: 40px;
	padding: 0 10px;
}
#about .contentsBox .inner {
	position: relative;
}
#about .contentsBox table {
	width: 100%;
}
#about .contentsBox th {
	padding: 12px 10px;
	width: 80px;
	text-align: left;
	font-size: 14px;
	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: 12px 15px;
	text-align: left;
	font-size: 14px;
	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: 80px;
	text-align: left;
	font-size: 14px;
	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: 14px;
	line-height: 1.8;
	vertical-align: top;
	border: none;
}
/*------------------------------*/
#about .contentsBox .mapBox {
	padding-bottom: 40px;
}
#about .contentsBox h4 {
	font-size: 16px;
	line-height: 1.8;
}
#about .contentsBox h4 span {
	color: #003391;
}
#about .contentsBox .address {
	font-size: 14px;
	padding-bottom: 12px;
	line-height: 1.8;
}
#about .contentsBox .googlemap {
	width: 100%;
	height: 240px;
}
#about .contentsBox .googlemap iframe {
	width: 100%;
	height: 100%;
}

/*------------------------------
	share - contentsBox
------------------------------*/
#share .contentsBox {
	margin-top: 40px;
	padding: 0 10px;
	padding-bottom: 50px;
}
#share .contentsBox .h3Box {
	background-color: #f6f6f6;
	margin-bottom: 20px;
	padding: 8px 6px;
}
#share .contentsBox .h3Box h3 {
	border-left: solid 4px #003391;
	color: #003391;
	padding: 8px 10px 6px;
	font-size: 16px;
}
/*------------------------------*/
#share .contentsBox {
	margin-top: 40px;
	padding: 0 10px;
}
#share .contentsBox .inner {
	position: relative;
}
#share .contentsBox ul {
	width: 100%;
	padding-bottom: 20px;
}
#share .contentsBox li {
	padding: 14px 10px;
	border-top: dotted 1px #dadada;
	line-height: 1.8;
	font-size: 14px;
}
#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;
}

/*------------------------------
	history - contentsBox
------------------------------*/
#history .contentsBox {
	padding: 0 10px;
	padding-bottom: 60px;
	padding-top: 30px;
}
/*------------------------------*/
#history .contentsBox .company {
	width: 100%;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 60px;
}
#history .contentsBox .company .left {
	position: relative;
	background-color: #f6f6f6;
	width: calc(50% - 5px);
	width: -webkit-calc(50% - 5px);
	margin-right: 5px;
}
#history .contentsBox .company .right {
	position: relative;
	background-color: #f6f6f6;
	width: calc(50% - 5px);
	width: -webkit-calc(50% - 5px);
	margin-left: 5px;
}
#history .contentsBox .company .left .arrow,
#history .contentsBox .company .right .arrow {
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -17px;
	width: 35px;
}
#history .contentsBox .company .left .arrow img,
#history .contentsBox .company .right .arrow img {
	width: 100%;
}
#history .contentsBox .company .title {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	background-color: #003391;
	padding: 12px 0;
	line-height: 1.6;
}
#history .contentsBox .company ul {
	width: 100%;
}
#history .contentsBox .company li {
	position: relative;
	padding: 15px 10px 15px 10px;
	line-height: 1.8;
	font-size: 14px;
}
#history .contentsBox .company li .date {
	padding-bottom: 2px;
	color: #003391;
	font-weight: bold;
}
/*------------------------------*/
#history .contentsBox .united {
}
#history .contentsBox .united ul {
}
#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: 10px;
	top: 20px;
	color: #003391;
	font-weight: bold;
}
#history .contentsBox .united li p {
	padding: 40px 10px 20px 10px;
	line-height: 1.8;
	font-size: 14px;
}

/*------------------------------
	organization - contentsBox
------------------------------*/
#organization .contentsBox {
	padding: 0 10px;
	padding-bottom: 60px;
}
#organization .date {
	text-align: right;
	padding: 20px 0 20px;
	font-size: 14px;
	font-weight: bold;
}
#organization .chartImage {
	text-align: center;
}
#organization .chartImage img {
	width: 100%;
	vertical-align: bottom;
}









/*------------------------------
	advantage - contentsBox
------------------------------*/
#advantage .contentsBox {
	overflow: hidden;
}
/*------------------------------*/
#advantage .contentsBox .strength1 {
}
#advantage .contentsBox .strength1 .title {
	background: url("../images/img_advantage_01.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}
#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 {
	padding: 50px 0;
	text-align: center;
	line-height: 1.8;
	color: #ffffff;
	font-size: 24px;

	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 {
	padding: 40px 10px;
}
#advantage .contentsBox .strength1 .text p {
	font-size: 14px;
	line-height: 1.8;
}
/*------------------------------*/
#advantage .contentsBox .strength2 {
}
#advantage .contentsBox .strength2 .title {
	background: url("../images/img_advantage_02.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}
#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 {
	padding: 50px 0;
	text-align: center;
	line-height: 1.8;
	color: #ffffff;
	font-size: 24px;

	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 {
	padding: 40px 10px;
}
#advantage .contentsBox .strength2 .text p {
	font-size: 14px;
	line-height: 1.8;
}
/*------------------------------*/
#advantage .contentsBox .strength3 {
}
#advantage .contentsBox .strength3 .title {
	background: url("../images/img_advantage_03.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}
#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 {
	padding: 50px 0;
	text-align: center;
	line-height: 1.8;
	color: #ffffff;
	font-size: 24px;

	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 {
	padding: 40px 10px;
}
#advantage .contentsBox .strength3 .text p {
	font-size: 14px;
	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;
}
