/* base design
------------------------------------------------------------------*/

body {
    -webkit-text-size-adjust: none;
	/*background: url(/img/cont_bg01.jpg) fixed;*/
}


/* page design
------------------------------------------------------------------*/

article {
	width: 960px;
	margin: 0 auto;
	padding: 60px 0;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted rgba(82,88,77,0.5);
	border-left: none;
	position: relative;
}
article.noborder {
	padding: 60px 0 0 0;
	border-bottom: none;
}
article img { width: 100%; height: auto; }
article h3 { font-size: 34px; line-height: 1.5em; margin-bottom: 20px; }

/*---------------------------*/
@media screen and (max-width: 782px) {
article { width: auto; padding: 60px;}
article.noborder { padding: 60px; border-bottom: none; }
}
@media screen and (max-width: 480px) {
article { width: auto; padding: 40px 20px;}
article.noborder { padding: 40px 20px; border-bottom: none; }
article h3 { font-size: 24px;}
}


.ambition {
	width: 960px;
	margin: 150px auto 0 auto;
	font-size: 85px;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;
}
.ambition img{
	width: 150px;
}
.ambition span.space01 {
	letter-spacing:-0.18em;
}
@media screen and (max-width: 782px) {
.ambition {
	margin: 80px auto 0 auto;
	font-size: 60px;
	line-height: 1.1;
	font-weight :bold;
	width: auto;
	padding: 0 60px;
}
.ambition img{
	width: 100px;
}
}
@media screen and (max-width: 480px) {
.ambition {
	margin: 80px auto 0 auto;
	font-size:34px;
	line-height:1.1;
	font-weight:bold;
	width: auto;
	padding: 0 20px;
}
}



/* about
------------------------------------------------------------------*/

#about {
}




/* service
------------------------------------------------------------------*/

#service {
}

#service .mainService section {
	width: 23.4375%;
	background-color: #FFFFFF;
    border-radius: 10px;
	text-align: center;
	margin-top: 40px !important;
}
#service .mainService section:nth-child(1) {
	float: left;
	margin-right: 2.0833333%;
}
#service .mainService section:nth-child(2) {
	float: left;
	margin-right: 2.0833333%;
}
#service .mainService section:nth-child(3) {
	float: left;
	margin-right: 2.0833333%;
}
#service .mainService section:nth-child(4) {
	float: right;
}
@media screen and (max-width: 770px) {
#service .mainService section {
	width: 48.2%;
	background-color: #FFFFFF;
    border-radius: 10px;
	text-align: center;
}
#service .mainService section:nth-child(1) {
	float: left;
	margin-top: 40px !important;
	margin-right: 0;
}
#service .mainService section:nth-child(2) {
	float: right;
	margin-top: 40px !important;
	margin-right: 0;
}
#service .mainService section:nth-child(3) {
	float: left;
	margin-top: 20px !important;
	margin-right: 0;
}
#service .mainService section:nth-child(4) {
	float: right;
	margin-top: 20px !important;
}
}
@media screen and (max-width: 590px) {
#service .mainService section {
	width: 100%;
	float: none;
}
#service .mainService section:nth-child(2) {
	margin-top: 20px !important;
}
}

#service .mainService section h4 {
	padding: 40px 0 0 0;
	font-size: 24px;
	font-weight:normal;
}
#service .mainService section img {
	margin: 15px 0 0 0;
	width: auto;
	height: 89px;
}
#service .mainService section ul {
	text-align: left;
	padding: 35px 15px 45px;
}
@media screen and (max-width: 770px) {
#service .mainService section ul {
	padding: 35px 20px 45px;
}
}
#service .mainService section li {
	font-weight: bold;
	margin-left:  1em;
	text-indent: -1em;
	padding: 10px 0 0 0;
}
#service .mainService section li span {
	font-weight: normal;
	display:block;
	line-height:1.4;
}

#service .solution {
	margin: 20px 0 0 0;
	background-color: #FFFFFF;
    border-radius: 10px;
	padding: 30px 15px 20px 15px;
}
#service .solution h4 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 15px 0;
}
#service .solution .boxL {
	width: 23%;
	float: left;
}
#service .solution .boxL img {
	width: auto;
	height: auto;
}
#service .solution .boxR {
	width: 75%;
	float: right;
}
@media screen and (max-width: 650px) {
#service .solution h4 {
	text-align: center;
}
#service .solution .boxR {
	width: 100%;
	float: none;
}
#service .solution .boxL {
	width: 100%;
	float: none;
	text-align: center;
}
#service .solution .boxL img {
	margin: 40px 0 0 0;
	max-width: 300px;
}
}




/* works
------------------------------------------------------------------*/

#works {
}
#works .linkBtn a {
	display: block;
	margin: 20px 0 0 0;
	padding: 7px 0;
	text-align: center;
	font-weight: bold;
	border: 2px solid rgba(82, 78, 77, 0.2);
    border-radius: 5px;
	background: transparent url(/common/img/com_link_arrow01.png) no-repeat right center;
	background-size: 16px 6px;
    -webkit-transition-duration: 0.2s;  
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: 0.2s;  
    -moz-transition-timing-function: ease-in-out;
	max-width: 300px;
}
#works .linkBtn a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #524E4D  url(/common/img/com_link_arrow01_o.png) no-repeat right center;
	background-size: 16px 6px;
}




/* overview
------------------------------------------------------------------*/

#overview {
}
#overview .tit {
	float: left;
	width: 170px;
	margin: 25px 0 0 0;
}
#overview .liquid {
	float: right;
	width: 100%;
	margin: 25px 0 0 -170px;
}
#overview .cont {
	margin: 0 0 0 170px;
}
#overview .cont li {
	padding: 0 0 7px 0;
}
@media screen and (max-width: 560px) {
#overview .tit {
	float: none;
	width: 100%;
	margin: 30px 0 0 0;
}
#overview .liquid {
	float: none;
	width: 100%;
	margin: 5px 0 0 0;
}
#overview .cont {
	margin: 0;
}
}



#fullMap {
	margin: 50px 0 0 0;
}
#fullMap #map {
	width: 100%;
	height: 500px;
}

@media screen and (max-width: 782px) {
#fullMap {
	margin: 0;
}
#fullMap #map {
	height: 250px;
}
}
@media screen and (max-width: 480px) {
#fullMap {
	margin: 0;
}
}






/* inquiry
------------------------------------------------------------------*/

#inquiry {
}
#inquiry div {
	width: 48.2%;
	padding: 30px 0;
	box-sizing: border-box;
	background-color: #FFFFFF;
    border-radius: 10px;
	text-align: center;
}
#inquiry div:nth-child(1) {
	float: left;
}
#inquiry div:nth-child(2) {
	float: right;
}
#inquiry div p {
	font-size: 20px;
	font-weight: bold;
}
#inquiry div p span {
	font-size: 34px;
	padding: 0 0 0 15px;
}
#inquiry .week {
	font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: -5px;
}

@media screen and (max-width: 782px) {
#inquiry div p {
	font-size: 16px;
	font-weight: bold;
}
#inquiry div p span {
	font-size: 28px;
	padding: 0 0 0 15px;
}
#inquiry div:nth-child(1) {
	float: none;
	width: auto;
	padding: 20px;
}
#inquiry div:nth-child(2) {
	float: none;
	width: auto;
	margin: 20px 0 0 0;
	padding: 20px;
}
#inquiry div:nth-child(2) p {
	margin: 0;
	word-wrap: break-word;
}
}
@media screen and (max-width: 480px) {
#inquiry div p {
	font-size: 14px;
	font-weight: bold;
}
#inquiry div p span {
	font-size: 24px;
	padding: 0 0 0 15px;
}
}



/* footer
------------------------------------------------------------------*/

@media screen and (max-width: 769px) {
footer {
	margin: 40px 0 0 0;
}
}



/* accessMap
------------------------------------------------------------------*/
#accessMap .map {
    margin: 40px auto 0;
    position: relative;
    width: 960px;
    padding-top: 56.25%;
}
#accessMap .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 769px) {
	#accessMap .map {
    width: 100%;
}
}