@charset "UTF-8";
/* CSS Document */
/* aboutBox02_bg */
.aboutBox02_bg {
  width: 100%;
  transform-origin: left center;
}
.aboutBox02_bg .content {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.aboutBox02_bg .content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 60%;
	margin: 0 -10% 0;
	background: #002040;
	transform-origin: left center;
	transform: rotate(7deg);
	z-index: -1;
}
.aboutBox02_bg .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 60%;
	margin: 16% -10% 0;
	background: #99DBE2;
	transform-origin: left center;
	transform: rotate(-8deg);
	z-index: -1;
}
.aboutBox02_bg .content .contents_inner {
  text-align: center;
}

/* aboutBox01 */
.aboutBox01 .inner {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
	padding: 110px 4%;
	background-image: url(../img/top/about_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.aboutBox01 .inner p {
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}

/* productArea */
.aboutBox02_bg .content .contents_inner .aboutBox02 {
	padding-bottom: 100px;
}
.aboutBox02_bg .content .contents_inner .aboutBox02 .inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 4%;
	overflow: hidden;
}
.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .left {
	float: left;
	width: 35%;
	padding-top: 260px;
	text-align: left;
}
.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .left .txt {
	padding: 80px 0 40px;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .left .h3Area {
	display: inline-block;
}
.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .left .h3Area h3 {
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	color: #fff;
	line-height: 1.3;
}
.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .left .h3Area .ttl {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .right {
	float: right;
	width: 65%;
	padding-top: 260px;
	padding-left: 2%;
}
.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .right .company {
	background-color: #fff;
	border-radius: 30px;
	padding: 45px 50px 30px;
}
.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .right .company dl {
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 25px;
}
.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .right .company dl {
	overflow: hidden;
}
.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .right .company dl dt {
	float: left;
	width: 20%;
	text-align: left;
	color: #001F3F;
	font-weight: bold;
}
.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .right .company dl dd {
	float: left;
	width: 80%;
	padding-left: 2%;
	text-align: left;
}

/* aboutBox03 */
.aboutBox03 .inner {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
	padding: 0 4% 100px;
}
.aboutBox03 .inner .h3Area {
	display: inline-block;
	text-align: center;
}
.aboutBox03 .inner .h3Area h3 {
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	color: #001F3F;
	line-height: 1.3;
}
.aboutBox03 .inner .h3Area .ttl {
	font-size: 14px;
	color: #001F3F;
	font-weight: bold;
}
.aboutBox03 .inner .accsess {
	padding: 60px 0 0;
	display: flex;
	justify-content: center;
}
.aboutBox03 .inner .accsess .mapArea {
	width: 80%;
}
.aboutBox03 .inner .accsess .mapArea .map {
	height: 300px;
}
.aboutBox03 .inner .accsess .mapArea .add {
	padding-top: 20px;
	text-align: left;
}

@media screen and (max-width: 1240px) {
	.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .left {
		padding-top: 170px;
	}
	.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .right {
		padding-top: 160px;
	}
}

@media screen and (max-width: 1030px) {
	.aboutBox03 .inner .accsess li .add {
		font-size: 13px;
	}	
	.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .right .company dl {
		font-size: 13px;
	}	
}





	
@media screen and (max-width: 767px) {

	/* h2Area */
	.h2Area:after {
		height: 30px;
		bottom: -35px;
	}
	.h2Area h2 {
		font-size: 33px;
	}
	.aboutBox02_bg .content:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 120%;
		height: 35%;
		margin: 0 -10% 0;
		background: #002040;
		transform-origin: left center;
		transform: rotate(7deg);
		z-index: -1;
	}
	.aboutBox02_bg .content:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 120%;
		height: 35%;
		margin: 16% -10% 0;
		background: #99DBE2;
		transform-origin: left center;
		transform: rotate(-8deg);
		z-index: -1;
	}

	/* aboutBox01 */
	.aboutBox01 .inner {
		width: 100%;
		padding: 60px 5vw;
		background-size: 50%;
	}
	.aboutBox01 .inner p {
		text-align: left;
	}
	/* productArea */
	.aboutBox02_bg .content .contents_inner .aboutBox02 {
		padding-bottom: 50px;
	}
	.aboutBox02_bg .content .contents_inner .aboutBox02 .inner {
		width: 100%;
		padding: 0 5vw;
	}
	.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .left {
		float: none;
		width: 100%;
		padding-top: 80px;
		text-align: center;
	}
	.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .left .h3Area {
		padding-bottom: 40px;
	}
	.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .left .h3Area h3 {
		font-size: 33px;
	}

	.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .right {
		float: none;
		width: 100%;
		padding-top: 50px;
		padding-left: 0;
	}
	.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .right .company {
		padding: 45px 5vw 20px;
	}
	.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .right .company dl {
		overflow: hidden;
		padding-bottom: 10px;
	}
	.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .right .company dl dt {
		float: none;
		width: 100%;
		text-align: left;
		font-size: 14px;
		padding-bottom: 8px;
	}
	.aboutBox02_bg .content .contents_inner .aboutBox02 .inner .right .company dl dd {
		float: none;
		width: 100%;
		padding-left: 0;
		font-size: 14px;
	}

	/* aboutBox03 */
	.aboutBox03 .inner {
		width: 100%;
		padding: 0 5vw 20px;
	}
	.aboutBox03 .inner .h3Area h3 {
		font-size: 33px;
	}
	.aboutBox03 .inner .h3Area .ttl {
		font-size: 14px;
		color: #001F3F;
		font-weight: bold;
	}
	.aboutBox03 .inner .accsess {
		padding: 30px 0 0;
		display: block;
	}
	.aboutBox03 .inner .accsess .mapArea {
		width: 100%;
		padding: 0 0 30px;
	}
	.aboutBox03 .inner .accsess .mapArea .map {
		height: 200px;
	}
	.aboutBox03 .inner .accsess .mapArea .add {
		padding-top: 15px;
	}
	
}

@media screen and (max-width: 500px) {
	.aboutBox01 .inner {
		padding: 70px 5vw 40px;
		background-size: 80%;
		background-position: bottom 10px center;
	}
	.aboutBox01 .inner p {
		font-size: 3.4vw;
	}
}
