@charset "utf-8";
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	position: relative;
}
#mainArea > .pic {
	text-align: center;
	overflow: hidden;
}
#mainArea > .pic img {
	min-width: 1200px;
	margin: 0 -100%;
}
#mainArea .contBox {
	position:absolute;
	left: 60px;
	top: 110px; 
	padding: 0 0 0 15px;
}
#mainArea .contBox .txt {
}
#mainArea .contBox .txt h1 {
	font-size: 50px;
	font-size: 5.0rem;
	text-shadow: 0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1);
}
#mainArea .contBox .txt h1 small {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
}
#mainArea .contBox .txt p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 30px;
	width: 360px;
	text-shadow: 0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1);
}
#mainArea .contBox01 {
	margin-top: 60px;
}
#mainArea .contBox01 .pic {
	float: right;
	text-align: right;
	width: 41.6%;
	width : -webkit-calc(500% / 12) ;
	width : calc(500% / 12) ;
}
#mainArea .contBox01 .pic img,
#mainArea .contBox02 .pic img {
	max-width: 100%;
}
#mainArea .contBox01 .txt{
	float: left;
	width: 58.3%;
	width : -webkit-calc(700% / 12) ;
	width : calc(700% / 12) ;
}
#mainArea .contBox02 {
	margin-top: 80px;
}
#mainArea .contBox02 .pic {
	float: left;
	text-align: left;
	width: 58.3%;
	width : -webkit-calc(700% / 12) ;
	width : calc(700% / 12) ;
}
#mainArea .contBox02 .txt{
	float: right;
	width: 41.6%;
	width : -webkit-calc(500% / 12) ;
	width : calc(500% / 12) ;
}
#mainArea .contBox01 h2,
#mainArea .contBox02 h2 {
	font-size: 28px;
	font-size: 2.8rem;
}
#mainArea .contBox01 p,
#mainArea .contBox02 p {
	margin-top: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
#mainArea .contBox02 a {
	color: #4C99D1;
}
#mainArea .contBox02 .caution {
	margin-top: 25px;
	font-size: 14px;
	font-size: 1.4rem;
	text-indent: -2rem;
	padding-left: 2rem;
	text-align: left;
}

/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	padding: 70px 0 90px;
}
#secondaryArea .project {
	background: url(../../images/bg_sandwall01.png) repeat 0 0;
	padding: 45px 60px 50px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;	
}
#secondaryArea .project h1 {
	background: url(../images/bg_title01.png) no-repeat center bottom;
	background-size: contain;
	font-size: 30px;
	font-size: 3.0rem;
	text-align: center;
	width: 384px;
	height: 86px;
	margin: 0 auto 35px;
}
#secondaryArea .project .projectBox {
	min-height: 1%;
	margin-top: 30px;
}
#secondaryArea .project .projectBox::after {
	content: "";
	display: block;
	clear: both;
}
#secondaryArea .project .projectBox .pic {
	width: 50%;
	text-align: center;
}
#secondaryArea .project .projectBox .pic img {
	max-width: 100%;
}
#secondaryArea .project .projectBox .txt {
	width: 50%;
}
#secondaryArea .project .projectBox .txt h2 {
	font-size: 25px;
	font-size: 2.5rem;
	padding: 42px 0 0 0;
	position: relative;
	line-height: 1.4;
}
#secondaryArea .project .projectBox:nth-child(4) .txt h2 {
	padding-top: 45px;
}
#secondaryArea .project .projectBox .txt h2::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#secondaryArea .project .projectBox:nth-child(2) .txt h2::before {
	background: url(../images/img_project01.png) no-repeat 0 0;
	background-size: contain;
	width: 89px;
	height: 32px;
}
#secondaryArea .project .projectBox:nth-child(3) .txt h2::before {
	background: url(../images/img_project02.png) no-repeat 0 0;
	background-size: contain;
	width: 91px;
	height: 33px;
}
#secondaryArea .project .projectBox:nth-child(4) .txt h2::before {
	background: url(../images/img_project03.png) no-repeat 0 0;
	background-size: contain;
	width: 92px;
	height: 33px;
}
#secondaryArea .project .projectBox:nth-child(5) .txt h2::before {
	background: url(../images/img_project04.png) no-repeat 0 0;
	background-size: contain;
	width: 93px;
	height: 36px;
}
#secondaryArea .project .projectBox .txt p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	padding: 0;
	margin-top: 30px;
}
#secondaryArea .project .projectBox:nth-child(even) .pic {
	float: right;
}
#secondaryArea .project .projectBox:nth-child(odd) .pic {
	float: left;
}
#secondaryArea .project .projectBox:nth-child(even) .txt {
	float: left;
	padding: 0 9% 0 6%;
}
#secondaryArea .project .projectBox:nth-child(odd) .txt {
	float: right;
	padding: 0 6% 0 9%;
}
#secondaryArea .project .projectBox .link a {
	display: block;
	margin: 0 auto;
	width: 340px;
	height: 50px;
	line-height: 2;
	padding-right: 20px;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	border: 1px solid #000;
	transition: all 0.3s ease;
}
#secondaryArea .project .projectBox .link a:hover {
	opacity: 0.7;
}
#secondaryArea .project .projectBox .link a::before {
	content: "";
	display: inline-block;
	width: 29px;
	height: 33px;
	background: url(../images/ico_file01.png) no-repeat 0 0;
	background-size: contain;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 55px;
}
@media screen and (max-width: 1199px){
#mainArea .contBox01,
#mainArea .contBox02 {
	padding: 30px;
}
}
@media screen and (max-width: 975px){
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	padding: 70px 0 90px;
}
#secondaryArea .project {
	background: url(../../images/bg_sandwall01.png) repeat 0 0;
	padding: 30px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;	
}
#secondaryArea .project h1 {
	font-size: 2.8rem;
	text-align: center;
	width: 100%;
	height: 86px;
	margin: 0 auto 35px;
}
#secondaryArea .project .projectBox {
	min-height: 1%;
	margin-top: 30px;
}
#secondaryArea .project .projectBox::after {
	content: "";
	display: block;
	clear: both;
}
#secondaryArea .project .projectBox .pic {
	width: 100%;
	text-align: center;
}
#secondaryArea .project .projectBox .pic img {
	width: 100%;
}
#secondaryArea .project .projectBox .txt {
	width: 100%;
	margin-top: 15px;
}
#secondaryArea .project .projectBox .txt h2 {
	font-size: 25px;
	font-size: 2.5rem;
	padding: 42px 0 0 0;
	position: relative;
	line-height: 1.4;
}
#secondaryArea .project .projectBox:nth-child(4) .txt h2 {
	padding-top: 45px;
}
#secondaryArea .project .projectBox .txt h2::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#secondaryArea .project .projectBox:nth-child(2) .txt h2::before {
	background: url(../images/img_project01.png) no-repeat 0 0;
	background-size: contain;
	width: 89px;
	height: 32px;
}
#secondaryArea .project .projectBox:nth-child(3) .txt h2::before {
	background: url(../images/img_project02.png) no-repeat 0 0;
	background-size: contain;
	width: 91px;
	height: 33px;
}
#secondaryArea .project .projectBox:nth-child(4) .txt h2::before {
	background: url(../images/img_project03.png) no-repeat 0 0;
	background-size: contain;
	width: 92px;
	height: 33px;
}
#secondaryArea .project .projectBox:nth-child(5) .txt h2::before {
	background: url(../images/img_project04.png) no-repeat 0 0;
	background-size: contain;
	width: 93px;
	height: 36px;
}
#secondaryArea .project .projectBox .txt p {
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 0;
	margin-top: 15px;
}
#secondaryArea .project .projectBox:nth-child(even) .pic {
	float: none;
}
#secondaryArea .project .projectBox:nth-child(odd) .pic {
	float: none;
}
#secondaryArea .project .projectBox:nth-child(even) .txt {
	float: none;
	padding: 0;
}
#secondaryArea .project .projectBox:nth-child(odd) .txt {
	float: none;
	padding: 0;
}
#secondaryArea .project .projectBox .link a {
	display: block;
	margin: 0 auto;
	width: 340px;
	max-width: 100%;
	height: 50px;
	line-height: 2;
	padding-right: 20px;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	border: 1px solid #000;
	transition: all 0.3s ease;
}
#secondaryArea .project .projectBox .link a:hover {
	opacity: 0.7;
}
#secondaryArea .project .projectBox .link a::before {
	content: "";
	display: inline-block;
	width: 29px;
	height: 33px;
	background: url(../images/ico_file01.png) no-repeat 0 0;
	background-size: contain;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 55px;
}
}
@media screen and (max-width: 767px){
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea .pic img {
	min-width: 100%;
	margin: 0;
}
#mainArea .contBox {
	position: relative;
	left: 0;
	top: 0;
	padding: 30px;
}
#mainArea .contBox .txt {
}
#mainArea .contBox .txt h1 {
	font-size: 2.8rem;
}
#mainArea .contBox .txt h1 small {
	display: block;
	font-size: 1.6rem;
}
#mainArea .contBox .txt p {
	font-size: 1.4rem;
	margin-top: 15px;
	width: 100%;
}
#mainArea .contBox01 {
	margin-top: 10px;
	padding: 30px;
}
#mainArea .contBox01 .pic {
	padding: 10px;
}
#mainArea .contBox01 .pic img {
	width: 100%;
}
#mainArea .contBox01 .txt{
	float: none;
	width: auto;
}
#mainArea .contBox02 {
	margin-top: 10px;
	padding: 30px;
}
#mainArea .contBox02 .pic {
	padding: 10px;
	width: 41.6%;
	width : -webkit-calc(500% / 12) ;
	width : calc(500% / 12) ;
}
#mainArea .contBox02 .pic img {
	width: 100%;
}
#mainArea .contBox02 .txt{
	float: none;
	width: auto;
}
#mainArea .contBox01 p,
#mainArea .contBox02 p {
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 1.8;
}
#mainArea .contBox02 .caution {
	font-size: 1.3rem;
	text-indent: 0rem;
	padding-left: 0rem;
}
}
@media screen and (max-width: 479px){
#mainArea .contBox01,
#mainArea .contBox02 {
	padding: 15px;
}
#mainArea .contBox01 .pic,
#mainArea .contBox02 .pic {
	padding: 20px;
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
#mainArea .contBox02 .pic {
	padding: 0px;
}
}