@charset "UTF-8";
/* CSS Document */


@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

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



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

/*------------------------------

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


/*------------------------------
	index
------------------------------*/
#index #kv {
	width: 100%;
	position: relative;
	margin-top: 80px;
}
#index #kv .pic img {
	vertical-align: bottom;
	width: 100%;
}
#index #kv h2 {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	text-align: center;
	font-size: 36px;
	color: #ffffff;
	text-shadow: 0px 0px 10px rgba(25, 25, 25, 0.7);
	width: 100%;
	font-weight: normal;
	letter-spacing: 2px;

	font-family: 'Noto Sans JP', Open Sans;
}
/*------------------------------*/
#index #contents section {
	background-image: url("../../common/bg_left.png"), url("../../common/bg_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
}
/*------------------------------*/
#index #contents #tableBox {
	padding: 120px 0 130px;
	max-width: 875px;
	margin: 0 auto;
}
#index #contents #tableBox table {
	width: 100%;
}
#index #contents #tableBox th {
	width: 90px;
	padding: 20px 0;
	text-align: center;
	vertical-align: top;
	font-size: 16px;
	font-weight: normal;
	border-bottom: dotted 1px #939393;
	line-height: 1.9;
}
#index #contents #tableBox td {
	padding: 20px 5px 20px 100px;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	border-bottom: dotted 1px #939393;
	line-height: 1.9;
}
#index #contents #tableBox th.end,
#index #contents #tableBox td.end {
	border-bottom: none;
}

/*------------------------------
	business
------------------------------*/
#business #contents {
	padding-top: 80px;
}
/*------------------------------*/
#business #contents #contents01 {
	width: 100%;
	height: 100vh;
	height: calc(100vh - 80px);
	height: -webkit-calc(100vh - 80px);
	background: url("../images/img_business_11.jpg") no-repeat center center;
	background-size: cover;
	background-color: #0c2148;
	position: relative;
	overflow: hidden;
}
#business #contents #contents01 h2 {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -45px;
	color: #ffffff;
	line-height: 1.6;
	text-align: center;
	width: 100%;
	font-weight: normal;
	text-shadow: 0px 0px 12px rgba(230, 230, 230, 0.8);
	z-index: 6;
	font-size: 28px;
}
#business #contents #contents01 h2 span{
	font-size: 41px;
}
#business #contents #contents01 .txt1 {
	position: absolute;
	left: 0;
	top: 10px;
	width: 49%;
	z-index: 4;
}
#business #contents #contents01 .txt2 {
	position: absolute;
	left: 730px;
	top: 350px;
	width: 48%;
	z-index: 4;
}
#business #contents #contents01 .txt3 {
	position: absolute;
	left: 25px;
	top: 500px;
	width: 51%;
	z-index: 4;
}
#business #contents #contents01 .txt4 {
	position: absolute;
	left: 620px;
	top: 620px;
	width: 54%;
	z-index: 4;
}
#business #contents #contents01 .txt5 {
	position: absolute;
	left: 30px;
  top: 200px;
  width: 35%;
  z-index: 4;
}
#business #contents #contents01 .txt6 {
	position: absolute;
	left: 910px;
  top: 50px;
  width: 34%;
  z-index: 4;
}
#business #contents #contents01 .txt1 img,
#business #contents #contents01 .txt2 img,
#business #contents #contents01 .txt3 img,
#business #contents #contents01 .txt4 img,
#business #contents #contents01 .txt5 img,
#business #contents #contents01 .txt6 img {
	width: 100%;
}
/*------------------------------*/
#business #contents #contents02 {
	width: 100%;
	height: 100vh;
	height: calc(100vh - 80px);
	height: -webkit-calc(100vh - 80px);
	background: url("../images/img_business_21.jpg") no-repeat center center;
	background-size: cover;
	background-color: #0c2148;
	position: relative;
}
#business #contents #contents02 .textBox {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -137px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 5;

/*	mask-image: url(../images/img_action4_02mask.png);
	-webkit-mask-image: url(../images/img_action4_02mask.png);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position-x: -829px;
	-webkit-mask-position-x: -829px;
	mask-size: 1558px;
	-webkit-mask-size: 1558px;*/
}
#business #contents #contents02 p {
	width: 460px;
	padding: 35px 95px 35px 45px;
	font-size: 18px;
	line-height: 1.9;
	color: #ffffff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
	position: relative;
	left: -20px;
}
#business #contents #contents02 h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -488px;
	margin-top: -82px;
	z-index: 6;
}
#business #contents #contents02 .hosoku{
	position: absolute;
	right: 0%;
	bottom: 0%;
	font-size: 18px;
	color: #ffffff;
	text-shadow: 0 0 5px #000;
	margin-right: 8px;
}
#business #contents #contents02 .number {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -283px;
	margin-top: -10px;
	font-size: 130px;
	color: #ffffff;
	z-index: 7;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.9);
	font-weight: bold;
	margin-top: -25px;
	text-align: right;
	width: 186px;
	font-family: 'Noto Sans JP', Open Sans;
}
/*------------------------------*/
#business #contents #contents03 {
	width: 100%;
	height: 100vh;
	height: calc(100vh - 80px);
	height: -webkit-calc(100vh - 80px);
	background: url("../images/img_business_31.jpg") no-repeat center center;
	background-size: cover;
	background-color: #0c2148;
	position: relative;
}
#business #contents #contents03 .textBox {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -120px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 5;
}
#business #contents #contents03 p {
	width: 460px;
	padding: 35px 35px 35px 95px;
	font-size: 18px;
	line-height: 1.9;
	color: #ffffff;

	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
	position: relative;
	left: -20px;
}
#business #contents #contents03 h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -71px;
	z-index: 6;
}
#business #contents #contents03 .number {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 286px;
	margin-top: 20px;
	font-size: 140px;
	color: #ffffff;
	z-index: 7;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.9);
	font-weight: bold;
	margin-top: -15px;
	font-family: 'Noto Sans JP', Open Sans;
}
/*------------------------------*/
#business #contents #contents04 {
	width: 100%;
	height: 100vh;
	height: calc(100vh - 80px);
	height: -webkit-calc(100vh - 80px);
	background: url("../images/img_business_41.jpg") no-repeat center center;
	background-size: cover;
	background-color: #0c2148;
	position: relative;
}
#business #contents #contents04 .textBox {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -154px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 5;
}
#business #contents #contents04 p {
	width: 460px;
	padding: 35px 95px 35px 45px;
	font-size: 18px;
	line-height: 1.9;
	color: #ffffff;

	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
	position: relative;
	left: -20px;
}
#business #contents #contents04 h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -556px;
	margin-top: -69px;
	z-index: 6;
}
#business #contents #contents04 .number {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -225px;
	font-size: 135px;
	color: #ffffff;
	z-index: 7;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.9);
	font-weight: bold;
	font-family: 'Noto Sans JP', Open Sans;
	margin-top: -15px;
}
/*------------------------------*/
#business #contents #contents05 {
	width: 100%;
	height: 100vh;
	height: calc(100vh - 80px);
	height: -webkit-calc(100vh - 80px);
	background: url("../images/img_business_51.jpg") no-repeat center center;
	background-size: cover;
	background-color: #0c2148;
	position: relative;
}
#business #contents #contents05 .textBox {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -154px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 5;
}
#business #contents #contents05 p {
	width: 460px;
	padding: 35px 35px 35px 95px;
	font-size: 18px;
	line-height: 1.9;
	color: #ffffff;

	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
	position: relative;
	left: -20px;
}
#business #contents #contents05 h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -93px;
	z-index: 6;
}
#business #contents #contents05 .number {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 235px;
	font-size: 115px;
	color: #ffffff;
	z-index: 7;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.9);
	font-weight: bold;
	margin-top: 30px;
	font-family: 'Noto Sans JP', Open Sans;
}
/*------------------------------*/
#business #contents #contents06 {
	width: 100%;
	height: 100vh;
	height: calc(100vh - 80px);
	height: -webkit-calc(100vh - 80px);
	background: url("../images/img_business_61.jpg") no-repeat center center;
	background-size: cover;
	background-color: #0c2148;
	position: relative;
}
#business #contents #contents06 .textBox {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -137px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 5;
}
#business #contents #contents06 p {
	width: 460px;
	padding: 35px 95px 35px 45px;
	font-size: 18px;
	line-height: 1.9;
	color: #ffffff;

	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
	position: relative;
	left: -20px;
}
#business #contents #contents06 h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -361px;
	margin-top: -112px;
	z-index: 6;
}
#business #contents #contents06 .number {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	font-size: 130px;
	color: #ffffff;
	z-index: 7;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.9);
	font-weight: bold;
	margin-top: 8px;
	font-family: 'Noto Sans JP', Open Sans;
	margin-top: -2px;
}
#business #contents #contents06 .hosoku{
	position: absolute;
	right: 0%;
	bottom: 0%;
	font-size: 18px;
	color: #ffffff;
	text-shadow: 0 0 5px #000;
	margin-right: 8px;
}
/*------------------------------*/
#business #contents #contents07 {
	width: 100%;
	height: 100vh;
	height: calc(100vh - 80px);
	height: -webkit-calc(100vh - 80px);
	background: url("../images/img_business_71.jpg") no-repeat center center;
	background-size: cover;
	background-color: #0c2148;
	position: relative;
}
#business #contents #contents07 .textBox {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -137px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 5;
}
#business #contents #contents07 p {
	width: 460px;
	padding: 35px 35px 35px 95px;
	font-size: 18px;
	line-height: 1.9;
	color: #ffffff;

	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
	position: relative;
	left: -20px;
}
#business #contents #contents07 h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -119px;
	z-index: 6;
}
#business #contents #contents07 .number {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 10px;
	font-size: 130px;
	color: #ffffff;
	z-index: 7;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.9);
	font-weight: bold;
	margin-top: 0;
	font-family: 'Noto Sans JP', Open Sans;
	margin-top: -10px;
}
#business #contents #contents07 .hosoku{
	position: absolute;
	right: 0%;
	bottom: 0%;
	font-size: 18px;
	color: #ffffff;
	text-shadow: 0 0 5px #000;
	margin-right: 10px;
	margin-bottom: 25px;
}
/*------------------------------
	work
------------------------------*/
#work #contents {
	padding-top: 80px;
}
#work #contents .inner {
	width: 1100px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
/*------------------------------*/
#work #contents #contents01 {
	width: 100%;
	height: 100vh;
	height: calc(100vh - 80px);
	height: -webkit-calc(100vh - 80px);
	background: url("../images/img_work_11.png") no-repeat center center;
	background-size: cover;
	background-color: #0c2148;
}
#work #contents #contents01 h2 {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -45px;
	color: #ffffff;
	line-height: 1.6;
	text-align: center;
	width: 100%;
	font-weight: normal;
	z-index: 6;
	font-size: 28px;
}
#work #contents #contents01 h2 span{
	font-size: 41px;
}
/*------------------------------*/
#work #contents #contents02 {
	width: 100%;
	height: 100vh;
	height: calc(100vh - 80px);
	height: -webkit-calc(100vh - 80px);
	background-color: #4d89a6;
}
#work #contents #contents02 .textBox {
	width: 500px;
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -50px;
}
#work #contents #contents02 h3 {
	text-align: center;
	padding-bottom: 50px;
	color: #ffffff;
	font-size: 20px;
}
#work #contents #contents02 p {
	font-size: 16px;
	line-height: 1.8;
	color: #ffffff;
}
#work #contents #contents02 .pic1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -370px;
	margin-top: -200px;
}
#work #contents #contents02 .pic2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -370px;
	margin-top: 135px;
}
#work #contents #contents02 .hosoku {
	position: absolute;
	right: 0%;
	bottom: 0%;
	color: #5690ab;
	font-size: 18px;
}
#work #contents #contents02 .number1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -360px;
	margin-top: 140px;
	font-size: 105px;
	color: #ffffff;

	font-family: 'Noto Sans JP', Open Sans;
	font-weight: 700;
	margin-top: 130px;
}
/*------------------------------*/
#work #contents #contents02 {
	width: 100%;
	height: 100vh;
	height: calc(100vh - 80px);
	height: -webkit-calc(100vh - 80px);
	background-color: #ffffff;
}
#work #contents #contents02 .textBox {
	width: 500px;
	position: absolute;
	left: 50px;
	top: 50%;
	margin-top: -112px;
}
#work #contents #contents02 h3 {
	text-align: center;
	padding-bottom: 50px;
	color: #4d89a6;
	font-size: 20px;
}
#work #contents #contents02 p {
	font-size: 18px;
	line-height: 1.8;
	color: #000000;

	text-align: justify;
	text-justify: inter-ideograph;
	-moz-text-align-last: justify;
}
#work #contents #contents02 .pic1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 153px;
	margin-top: -142px;

	transform: rotate(-15deg);
	transition-duration: 0.4s;
}
#work #contents #contents02 .pic1.rotate15 {
	transform: rotate(0deg);
}
#work #contents #contents02 .pic2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 50px;
	margin-top: -265px;
}
#work #contents #contents02 .number1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 55px;
	margin-top: 185px;
	font-size: 105px;
	color: #4d89a6;

	font-family: 'Noto Sans JP', Open Sans;
	font-weight: 700;
	margin-top: 175px;
}
#work #contents #contents02 .number2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 375px;
	margin-top: -170px;
	font-size: 105px;
	color: #295f8c;

	font-family: 'Noto Sans JP', Open Sans;
	font-weight: 700;
	margin-top: -180px;
}
/*------------------------------*/
#work #contents #contents03 {
	width: 100%;
	height: 100vh;
	height: calc(100vh - 80px);
	height: -webkit-calc(100vh - 80px);
	background-color: #4d89a6;
}
#work #contents #contents03 .textBox {
	width: 500px;
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -112px;
}
#work #contents #contents03 h3 {
	text-align: center;
	padding-bottom: 50px;
	color: #ffffff;
	font-size: 20px;
}
#work #contents #contents03 p {
	font-size: 18px;
	line-height: 1.8;
	color: #ffffff;

	text-align: justify;
	text-justify: inter-ideograph;
	-moz-text-align-last: justify;
}
#work #contents #contents03 .pic1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -485px;
	margin-top: -120px;

	margin-top: -180px;
}
#work #contents #contents03 .pic2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: 80px;
}
#work #contents #contents03 .hosoku {
	position: absolute;
	right: 0%;
	bottom: -30%;
	color: #ffffff;
	font-size: 18px;
}
#work #contents #contents03 .number1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -490px;
	margin-top: 210px;
	font-size: 105px;
	color: #ffffff;
	font-family: 'Noto Sans JP', Open Sans;
	font-weight: 700;
	margin-top: 175px;
}
#work #contents #contents03 .number2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -230px;
	margin-top: 210px;
	font-size: 105px;
	color: #ffffff;
	font-family: 'Noto Sans JP', Open Sans;
	font-weight: 700;
	margin-top: 175px;
}
/*------------------------------*/
#work #contents #contents04 {
	width: 100%;
	height: 100vh;
	height: calc(100vh - 80px);
	height: -webkit-calc(100vh - 80px);
	background-color: #ffffff;
}
#work #contents #contents04 .textBox {
	width: 500px;
	position: absolute;
	left: 50px;
	top: 50%;
	margin-top: -128px;
}
#work #contents #contents04 h3 {
	text-align: center;
	padding-bottom: 50px;
	color: #4d89a6;
	font-size: 20px;
}
#work #contents #contents04 p {
	font-size: 18px;
	line-height: 1.8;
	color: #000000;

	text-align: justify;
	text-justify: inter-ideograph;
	-moz-text-align-last: justify;
}
#work #contents #contents04 .pic1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 185px;
	margin-top: -210px;

	transform: rotate(-15deg);
	transition-duration: 0.4s;
}
#work #contents #contents04 .pic1.rotate15 {
	transform: rotate(0deg);
}
#work #contents #contents04 .pic2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 265px;
	margin-top: 100px;
}
#work #contents #contents04 .number1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 210px;
	margin-top: 105px;
	font-size: 105px;
	color: #4d89a6;

	font-family: 'Noto Sans JP', Open Sans;
	font-weight: 700;
	margin-top: 95px;
}
/*------------------------------*/
#work #contents #contents05 {
	width: 100%;
	height: 100vh;
	height: calc(100vh - 80px);
	height: -webkit-calc(100vh - 80px);
	background-color: #4d89a6;
}
#work #contents #contents05 .textBox {
	width: 500px;
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -112px;
}
#work #contents #contents05 h3 {
	text-align: center;
	padding-bottom: 50px;
	color: #ffffff;
	font-size: 20px;
}
#work #contents #contents05 p {
	font-size: 18px;
	line-height: 1.8;
	color: #ffffff;

	text-align: justify;
	text-justify: inter-ideograph;
	-moz-text-align-last: justify;
}
#work #contents #contents05 .pic1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -125px;
	z-index: 5;
}
#work #contents #contents05 .pic2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -525px;
	margin-top: 120px;
}
#work #contents #contents05 .hosoku {
	position: absolute;
	right: 0%;
	bottom: 0%;
	color: #ffffff;
	font-size: 18px;
}
#work #contents #contents05 .number1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -470px;
	margin-top: 125px;
	font-size: 105px;
	color: #ffffff;

	font-family: 'Noto Sans JP', Open Sans;
	font-weight: 700;
	margin-top: 115px;
}
#work #contents #contents05 .number2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -220px;
	margin-top: 125px;
	font-size: 105px;
	color: #ffffff;

	font-family: 'Noto Sans JP', Open Sans;
	font-weight: 700;
	margin-top: 115px;
}
/*------------------------------*/
#work #contents #contents06 {
	width: 100%;
	height: 100vh;
	height: calc(100vh - 80px);
	height: -webkit-calc(100vh - 80px);
	background-color: #ffffff;
}
#work #contents #contents06 .textBox {
	width: 500px;
	position: absolute;
	left: 50px;
	top: 50%;
	margin-top: -160px;
}
#work #contents #contents06 h3 {
	text-align: center;
	padding-bottom: 50px;
	color: #4d89a6;
	font-size: 20px;
}
#work #contents #contents06 p {
	font-size: 18px;
	line-height: 1.8;
	color: #000000;

	text-align: justify;
	text-justify: inter-ideograph;
	-moz-text-align-last: justify;
}
#work #contents #contents06 .pic1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 135px;
	margin-top: -210px;
	transform: rotate(-15deg);
	transition-duration: 0.4s;
}
#work #contents #contents06 .pic1.rotate15 {
	transform: rotate(0deg);
}
#work #contents #contents06 .pic2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 330px;
	margin-top: 100px;
}
#work #contents #contents06 .hosoku {
	position: absolute;
	right: 0%;
	bottom: 0%;
	color: #5690ab;
	font-size: 18px;
	margin-bottom: -50px;
	width: 102px;
}
#work #contents #contents06 .number1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 140px;
	margin-top: 105px;
	font-size: 105px;
	color: #4d89a6;
	font-family: 'Noto Sans JP', Open Sans;
	font-weight: 700;
	margin-top: 95px;
}
/*------------------------------*/
#work #contents #contents07 {
	width: 100%;
	height: 100vh;
	height: calc(100vh - 80px);
	height: -webkit-calc(100vh - 80px);
	background-color: #4d89a6;
}
#work #contents #contents07 .textBox {
	width: 500px;
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -96px;
}
#work #contents #contents07 h3 {
	text-align: center;
	padding-bottom: 50px;
	color: #ffffff;
	font-size: 20px;
}
#work #contents #contents07 p {
	font-size: 18px;
	line-height: 1.8;
	color: #ffffff;

	text-align: justify;
	text-justify: inter-ideograph;
	-moz-text-align-last: justify;
}
#work #contents #contents07 .pic1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -250px;
	z-index: 5;
}
#work #contents #contents07 .pic2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -345px;
	margin-top: 135px;
}
#work #contents #contents07 .hosoku {
	position: absolute;
	right: 0%;
	bottom: 0%;
	color: #ffffff;
	font-size: 18px;
}
#work #contents #contents07 .number1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: 125px;
	font-size: 105px;
	color: #ffffff;
	font-family: 'Noto Sans JP', Open Sans;
	font-weight: 700;
}
/*------------------------------
	chart、dept共通
------------------------------*/
#organize #kv02,
#dept #kv02 {
	width: 100%;
	position: relative;
	margin-top: 80px;
	background: url("../../common/bg_kv.jpg") no-repeat center center;
	background-size: cover;
	background-color: #003391;
}
#organize #kv02 h2,
#dept #kv02 h2 {
	text-align: center;
	padding: 84px 0 84px;
	font-size: 34px;
	font-weight: normal;
	color: #ffffff;
	font-family: 'Noto Sans JP', Open Sans;
}
#organize #contents section,
#dept #contents section {
	background-image: url("../../common/bg_left.png"), url("../../common/bg_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left 0 top 60px, right 0 bottom 100px;
}
/*------------------------------
	chart
------------------------------*/
#organize #contents .chartBox {
	display: block;
	max-width: 939px;
	margin: 0 auto;
	padding: 80px 0 180px;
}
#organize #contents .chartBox p {
	text-align: right;
	margin-bottom: 40px;
}
/*------------------------------
	dept
------------------------------*/
#dept #contents .readBox {
	padding: 120px 10px 85px;
	/*
	background-color: #ffffff;
	*/
}
#dept #contents #anc1,
#dept #contents #anc2,
#dept #contents #anc3,
#dept #contents #anc4,
#dept #contents #anc5 {
	position:relative;
	top: 0px;
	display: block;
}
#dept #contents .readBox .title {
	color: #003391;
	font-size: 21px;
	line-height: 1.7;
	max-width: 590px;
	margin: 0 auto 40px auto;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: solid 1px #003391;
	font-weight: bold;
}
/*----------safariのみ適用--------------*/
_::-webkit-full-page-media, _:future, :root
	#dept #contents .readBox .title {
		max-width: 610px;
	}
/*------------------------------*/
#dept #contents .readBox p {
	font-size: 16px;
	color: #232323;
	line-height: 2.2;
	text-align: center;
}
/*------------------------------*/
#dept #contents .ancBox {
	position: relative;
	background-color: #f4f6f6;
	margin-bottom: 110px;
	box-sizing: border-box;
	padding: 65px 0;
}
#dept #contents .ancBox ul.anchor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	max-width: 900px;
	margin: 0 auto;
}
#dept #contents .ancBox ul.anchor li {
	width: 32%;
	background-color: #003391;
	margin-right: 1.6%;
	margin-bottom: 30px;
	transition:all 0.6s;
	border: solid 1px #003391;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
#dept #contents .ancBox ul.anchor li:nth-child(3),
#dept #contents .ancBox ul.anchor li:last-of-type {
	margin-right: 0;
}
#dept #contents .ancBox ul.anchor li.last {
	margin-bottom: 0;
}
#dept #contents .ancBox ul.anchor li a {
	display: block;
	width: 100%;
	padding: 30px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}
/*-----------マウスオーバー-----------*/
#dept #contents .ancBox ul.anchor li.off {
	display: block;
}
#dept #contents .ancBox ul.anchor li.on {
	display: none;
}
#dept #contents .ancBox ul.anchor li.off {
	display: none;
}
#dept #contents .ancBox ul.anchor li.on {
	display: block;
}
#dept #contents .ancBox ul.anchor li::before,
#dept #contents .ancBox ul.anchor li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#dept #contents .ancBox ul.anchor li,
#dept #contents .ancBox ul.anchor li::before,
#dept #contents .ancBox ul.anchor li::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#dept #contents .ancBox ul.anchor li::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
#dept #contents .ancBox ul.anchor li:hover::after {
	top: 0;
	left: 0;
	background-color: #ffffff;
}
#dept #contents .ancBox ul.anchor li a:hover {
	color: #003391;
}
/*------------------------------*/
#dept #contents .deptBox {
	position: relative;
	width: 100%;
	margin-bottom: 110px;
}
#dept #contents .deptBox .hd {
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 105px;
	border-bottom: solid 1px #003391;
}
#dept #contents .deptBox .hd h2 {
	font-size: 24px;
	font-weight: bold;
	color: #003391;
}
#dept #contents .deptBox .inner {
	max-width: 900px;
	margin: 0 auto;
}
#dept #contents .deptBox .pic_r {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}
#dept #contents .deptBox .pic_r .textBox {
	width: 50%;
	margin-right: 60px;
}
#dept #contents .deptBox .pic_r .textBox h3 {
	padding: 8px 0 8px 10px;
	border-left: solid 2px #003391;
	margin-bottom: 20px;
	font-size: 16px;
	color: #003391;
}
#dept #contents .deptBox .pic_r .textBox p {
	line-height: 2;
}
#dept #contents .deptBox .pic_r .textBox span.bold {
	font-weight: bold;
	color: #003391;
}
/*------------------------------*/
#dept #contents .deptBox .btnBox {
	margin-bottom: 75px;
}
#dept #contents .deptBox .btnBox .catch {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
#dept #contents .deptBox .btnBox .catch::before,
#dept #contents .deptBox .btnBox .catch::after {
	border-top: solid 1px;
	content: "";
	flex-grow: 1;
}
#dept #contents .deptBox .btnBox .catch::before {
	margin-right: 10px;
}
#dept #contents .deptBox .btnBox .catch::after {
	margin-left: 10px;
}
#dept #contents .deptBox .btnBox ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#dept #contents .deptBox .btnBox ul.line1 {
	display: flex;
	justify-content: center;
	align-items: center;
}
#dept #contents .deptBox .btnBox li {
	position: relative;
	width: 49%;
	background-color: #003391;
	border: solid 1px #003391;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
	z-index: 2;
	overflow: hidden;
}
#dept #contents .deptBox .btnBox li a {
	display: block;
	width: 100%;
	padding: 30px 0;
	text-decoration: none;
	color: #fff;
}
#dept #contents .deptBox .btnBox li a::after {
	content:"";
  background: url(../images/icon_arrow_w.png) no-repeat;
  position: absolute;
	right: 10px;
	top: 31px;
	width: 24px;
	height: 11px;
	transition:all 0.3s;
}
#dept #contents .deptBox .btnBox li.off {
	display: block;
}
#dept #contents .deptBox .btnBox li.on {
	display: none;
}
#dept #contents .deptBox .btnBox li.off {
	display: none;
}
#dept #contents .deptBox .btnBox li.on {
	display: block;
}
#dept #contents .deptBox .btnBox li::before,
#dept #contents .deptBox .btnBox li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#dept #contents .deptBox .btnBox li,
#dept #contents .deptBox .btnBox li::before,
#dept #contents .deptBox .btnBox li::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#dept #contents .deptBox .btnBox li::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
#dept #contents .deptBox .btnBox li:hover::after {
	top: 0;
	left: 0;
	background-color: #ffffff;
}
#dept #contents .deptBox .btnBox li a:hover {
	color: #003391;
}
#dept #contents .deptBox .btnBox li a:hover::after {
	background: url(../images/icon_arrow_blue.png) no-repeat;
}
/*------------------------------*/
#dept #contents .deptBox .movieBox {
	position: relative;
	width: 100%;
	background-color: #f4f6f6;
	box-sizing: border-box;
	padding: 50px 0;
}
#dept #contents .deptBox .movieBox .catch {
	text-align: center;
	margin-top: -60px;
	margin-bottom: 50px;
}
#dept #contents .deptBox .movieBox .movie {
	width: 568px;
	margin: 0 auto;
}
#dept #contents .deptBox .movieBox p.caption {
	margin-top: 20px;
	text-align: center;
}

/*------------------------------
	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;
}
