@charset "utf-8";
.sp {
	display: none;
}
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: center;
}
.loding_logo {
	opacity: 1;
	width: 66px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -33px;
}
/*▼ヘッダー▼*/
#header {
	text-align: center;
	background: rgba(255,255,255,.9);
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	position: fixed;
	top: 0;
	min-width: 1200px;
	width: 100%;
	z-index: 10;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.logo {
	position: absolute;
	top: 0;
	left: 2%;
	width: 270px;
	z-index: 1;
}
.logo img,
.pacific-logo img {
	opacity: 1!important;
}
nav {
	float: left;
	margin-right: -100%;
	width: 100%;
	padding: 0 335px 0 330px;
	box-sizing: border-box;
}
nav ul {
	overflow: hidden;
}
nav ul > li {
	float: left;
	width: 25%;
}
.nav-bu,
nav a {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 21px 0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/*.nav-bu:hover,
nav a:hover {
	color: #fff;
	background: rgba(87,174,245,.9);
}*/
nav li ul {
	display: none;
	position: absolute;
	top: 64px;
	left: 0;
	width: 100%;
	background: rgba(87,174,245,.9);
	padding: 20px 0;
}
nav li li {
	width: 42%;
	margin: 10px 4%;
}
nav li li a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding: 0;
	background: none;
	float: right;
	position: relative;
}
nav li li:nth-child(even) a {
	float: left;
}
nav li li a:hover::after {
	/*text-decoration: underline;
	background: none;*/
	width: 100%;
}
nav li li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.nav-bg1,
.nav-bg2,
.nav-bg3,
.nav-bg4 {
	text-indent: -9999px;
}
.nav-bg1 {
	background: url(../img/header/okada.png) center center no-repeat;
	background-size: 108px;
}
.nav-bg1:hover {
	background: rgba(87,174,245,.9) url(../img/header/okada_hover.png) center center no-repeat;
	background-size: 108px;
}
.nav-bg2 {
	background: url(../img/header/pacifichome.png) center center no-repeat;
	background-size: 124px;
}
.nav-bg2:hover {
	background: rgba(87,174,245,.9) url(../img/header/pacifichome_hover.png) center center no-repeat;
	background-size: 124px;
}
.nav-bg3 {
	background: url(../img/header/construction.png) center center no-repeat;
	background-size: 97px;
}
.nav-bg3:hover {
	background: rgba(87,174,245,.9) url(../img/header/construction_hover.png) center center no-repeat;
	background-size: 97px;
}
.nav-bg4 {
	background: url(../img/header/company.png) center center no-repeat;
	background-size: 64px;
}
.nav-bg4:hover {
	background: rgba(87,174,245,.9) url(../img/header/company_hover.png) center center no-repeat;
	background-size: 64px;
}
.header-in {
	float: right;
	overflow: hidden;
}
.header-in li {
	text-align: center;
	float: left;
	width: 9em;
}
.header-in .header-mail {
	width: 35px;
	margin: 20px 25px 0 0;
}
.header-in .header-mail a {
	padding: 0;
}
.header-in a {
	display: block;
	padding: 24px 0 23px 0;
}
.header-in img {
	margin: 0 auto;
}
.header-in li:nth-child(2) a {
	background: #f0a031;
}
.header-in li:nth-child(2) img {
	width: 71px;
}
.header-in li:last-child a {
	background: #39be7d;
}
.header-in li:last-child img {
	width: 100px;
}
/*▲ヘッダー▲*/
/*▼フッター▼*/
.pagetop {
	position: fixed;
	width: 90px;
	right: 40px;
	bottom: 40px;
	cursor: pointer;
	z-index: 10;
}
.pagetop:hover {
	opacity: .8;
}
#footer {
	background: #f7f7f7 url(../img/footer/footer_bg.png) left 50px no-repeat;
	background-size: contain;
	padding-top: 50px;
	margin-top: 150px;
}
#footer.reform-footer {
	background: #f7f7f7;
}
#footer.top-footer {
	margin: 0;
}
.footer-logo {
	display: block;
	width: 330px;
	margin: 0 auto 50px;
}
#footer div {
	text-align: center;
	letter-spacing: -.5em;
	background: rgba(237,237,237,.5);
	padding: 25px 0;
}
#footer div dl,
#footer div ul {
	display: inline-block;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: top;
	margin: 0 30px;
}
#footer dt {
	color: #8d8d8d;
	font-size: 18px;
	margin: 15px 0;
}
#footer div ul {
	overflow: hidden;
}
#footer div li {
	float: left;
	margin: 15px 0;
}
#footer div li:nth-child(odd) {
	clear: both;
	width: 14em;
	margin-right: 60px;
}
#footer div a {
	display: inline-block;
	color: #000;
	font-size: 18px;
	overflow: hidden;
	position: relative;
}
#footer div a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 0;
	height: 1px;
	background: #000;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#footer div a:hover::after {
	width: 100%;
}
#footer div dd ul {
	margin: 0;
}
#footer div dd li:nth-child(odd) {
	width: auto;
	margin-right: 30px;
}
#footer div dd li {
	padding-left: 8px;
	background: url(../img/common/point.png) left .5em no-repeat;
	background-size: 3px;
}
#footer div dd a {
	font-size: 14px;
}
#footer .center {
	margin: 50px 0;
}
#footer .center li {
	max-width: 26em;
	width: 40%;
	margin: 0 20px;
}
#footer .center a {
	display: block;
	color: #fff;
	font-size: 20px;
	padding: 25px 0;
	background: #f0a031;
	border: solid 1px #f0a031;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#footer .center a:hover {
	color: #f0a031;
	background: none;
}
#footer .center li:last-child a {
	background: #39be7d;
	border: solid 1px #39be7d;
}
#footer .center li:last-child a:hover {
	color: #39be7d;
	background: none;
}
small {
	display: block;
	text-align: center;
	background: #e6e6e6;
	padding: 30px 0;
}
/*▲フッター▲*/
/*▼トップページ▼*/
#top header .paralarx {
	top: 0!important;
	background-size: cover!important;
	position: fixed!important;
}
#top h1 {
	color: #4da0e6;
	font-size: 38px;
	text-align: center;
	text-shadow:0 0 5px #fff,0 0 10px #fff,0 0 15px #fff,0 0 20px #fff,0 0 25px #fff,0 0 30px #fff,0 0 35px #fff,0 0 40px #fff,0 0 45px #fff,0 0 50px #fff;
	width: 16em;
	background: url(../img/top/key_ar.png) center 92% no-repeat;
	background-size: 75px;
	padding: 100px 0 150px 0;
	margin: 6.5% auto 2.2%;
	border: solid 1px #fff;
	border-radius: 50%;
}
#top h1 span {
	display: block;
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	text-shadow: 0 0 40px rgba(0,0,0,.35),0 0 80px rgba(0,0,0,.35),0 0 120px rgba(0,0,0,.35);
	margin-bottom: 40px;
	padding-bottom: 40px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	background: url(../img/top/border.png) center bottom no-repeat;
	background-size: 50%;
}
.flipsnap {
	overflow: hidden;
}
.flipsnap li {
	float: left;
	width: 32.6%;
	position: relative;
}
.post-architecture,
.architecture-notice {
	margin: 0 1.1%;
}
.flipsnap a,
.notice {
	display: block;
	color: #333;
	background: rgba(255,255,255,.9) url(../img/top/green.png) left top no-repeat;
	background-size: 35px;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.notice {
	font-weight: bold;
	text-align: center;
	padding: 66px 0 65px 0;
}
.flipsnap a:hover {
	background: rgba(255,255,255,.8) url(../img/top/green.png) left top no-repeat;
	background-size: 35px;
}
.post-architecture a,
.architecture-notice {
	background: rgba(255,255,255,.9) url(../img/top/blue.png) left top no-repeat;
	background-size: 35px;
}
.post-architecture a:hover {
	background: rgba(255,255,255,.8) url(../img/top/blue.png) left top no-repeat;
	background-size: 35px;
}
.post-news a,
.news-notice {
	background: rgba(255,255,255,.9) url(../img/top/yellow.png) left top no-repeat;
	background-size: 35px;
}
.post-news a:hover {
	background: rgba(255,255,255,.8) url(../img/top/yellow.png) left top no-repeat;
	background-size: 35px;
}
.flipsnap p {
	float: left;
	font-weight: bold;
	width: 100%;
	margin-right: -100%;
	padding-right: 120px;
	box-sizing: border-box;
}
.flipsnap span {
	display: block;
	color: #17db79;
	font-size: 18px;
	margin-bottom: 10px;
}
.post-architecture span {
	color: #57aef5;
}
.post-news span {
	color: #fac464;
}
.flipsnap time {
	color: #999;
	font-weight: normal;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.flipsnap img {
	float: right;
	max-width: 110px;
}
.post-news {
	overflow: hidden;
}
.post-news a {
	float: left;
	width: 64%;
}
.post-news a:last-child {
	width: 35%;
	background: rgba(255,255,255,.9);
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.post-news a:last-child:hover {
	background: rgba(255,255,255,.8);
}
.post-news a:last-child span {
	display: inline-block;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
	background: url(../img/common/arrow_gray.png) right center no-repeat;
	background-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -55px;
}
.business {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	background: #fff;
	padding-bottom: 70px;
}
.hgroup {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	background: #fff url(../img/top/h_bg.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 50px;
	padding: 45px 0;
	box-shadow: 0 10px 20px rgba(0,0,0,.15);
}
.business .hgroup {
	background: url(../img/top/business_bg.png) center center no-repeat;
	background-size: cover;
}
.hgroup h2 {
	color: #1577a6;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	position: relative;
	width: 45%;
	margin: 0 auto;
	z-index: 0;
}
.hgroup h2::before,
#contact h2::before,
.goal .center::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border-top: solid 1px #1577a6;
	z-index: -1;
}
.hgroup h2 span,
#contact h2 span {
	background: #fff;
	padding: 0 6%;
}
.h-en {
	display: block;
	color: #b6b6b6;
	font-size: 22px;
	text-align: center;
}
.business .center,
#top-residence section,
.public-services,
#top-ict section,
.construction-example .center,
.lower-header,
#situation section,
.news-list,
.news-in,
#construction section,
.paralarx h2,
.paralarx p,
.no-article,
.table,
address,
.group-in p,
.group-company .center,
.improvement,
.privacy-details,
.greeting,
#group .center,
.feel p,
.check p,
.goal .center,
.pillars .center,
.art-case section,
.reform-case,
.request,
#residence .breadcrumb,
.characteristic ol,
.technology {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.business .center {
	position: relative;
	z-index: 1;
}
.stage {
	width: 48.6%;
	margin: .7%;
	background: url(../img/top/public.png) center center no-repeat;
	background-size: cover;
}
.stage:first-child {
	background: url(../img/top/residence.png) center center no-repeat;
	background-size: cover;
}
.stage:nth-child(3) {
	background: url(../img/top/architecture.png) center center no-repeat;
	background-size: cover;
}
.stage:last-child {
	background: url(../img/top/pacific_club.png) center center no-repeat;
	background-size: cover;
}
.stage a {
	display: block;
	color: #fff;
	text-shadow: 0px 0px 8px #666!important;
	padding: 17% 0 12% 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
}
.stage video {
	position: absolute;
	right:0;
	bottom: 0;
	left:0;
	top:0;
	width: 100%;
	margin:auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
}
.stage:hover video {
	opacity:1;
}
.business .center:hover .stage:not(:hover) {
	height:10%;
	z-index:-1;
	transition-delay:0.2s;
}
.stage p {
	position: relative;
	font-size: 48px;
	font-weight: bold;
	z-index: 1;
}
.stage span {
	display: block;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 18%;
	background: url(../img/top/icon_scroll.png) center bottom no-repeat;
	background-size: 12%;
}
.business .center,
#top-residence section,
/*.public-services,
#top-ict section,*/
#group .center,
.request {
	max-width: 1300px;
}
#top-residence {
	padding-bottom: 80px;
	background: url(../img/top/residence_bg.png) center center no-repeat;
	background-size: cover;
}
#top-residence section {
	padding: 50px 3%;
	text-align: center;
	background: rgba(255,255,255,.6);
	box-sizing: border-box;
}
/*#top-residence section span {
	color: #359eb4;
	font-size: 50px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}*/
.pacific-img {
	width: 280px;
	margin: 0 auto;
}
#top-residence h3,
#top-public h3,
#top-group h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 35px 0;
}
#top-residence h3{
	margin: 40px 0 35px 0;
}
#top-residence section p {
	color: #1b678b;
	font-size: 18px;
	line-height: 2.3;
	text-shadow: 1px 1px 2px #fff;
	max-width: 44em;
	width: 95%;
	margin: 0 auto 30px;
}
#top-residence .residence-example,
.public-example,
#top-architecture .example .architecture-example {
	clear: both;
	display: inline-block;
	vertical-align: top;
	max-width: 350px;
	width: 35%;
	padding-top: 20px;
	position: relative;
}
.residence-example img,
.public-example img,
.architecture-example img,
.public-inview img {
	position: relative;
	left: 0;
	bottom: 0;
}
.residence-example .inview,
.public-example .inview,
.architecture-example .inview,
.public-inview .inview {
	position: absolute;
	z-index: 1;
}
.example,
#top-architecture .example div {
	display: inline-block;
	vertical-align: top;
	width: 58%;
	margin-left: 6%;
	/*display: inline-block;
	padding: .5% 0 3% 39%;
	background: url(../img/top/residence_example.png) left center no-repeat;
	background-size: 45%;*/
}
#top-residence .example {
 	max-width: 30em;
 	text-align: left;
 }
/*#top-residence .example span,
.public-services .example span,
#top-architecture .example span*/
#top-residence .example span,
.example span {
	display: inline-block;
	color: #000;
	font-size: 26px;
	text-align: left;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	background: rgba(255,255,255,.8) url(../img/top/light_blue.png) 2px 2px no-repeat;
	background-size: 19px;
	padding: 5px 20px 5px 20px;
	margin-bottom: 25px;
	width: auto;
    min-width: 340px;
}
#top-residence .example p,
.example dt,
.example dd {
	color: #000;
	font-size: 14px;
	text-align: left;
	line-height: 1.4;
	text-shadow: 1px 1px 0px #fff,-1px 1px 0px #fff,1px -1px 0px #fff,-1px -1px 0px #fff;
	width: auto;
	margin: 0 0 15px 0;
}
.example dl {
	overflow: hidden;
	margin-bottom: 10px;
}
.example dt,
.example dd {
	float: left;
}
.example dt {
	clear: both;
}
#top .cv {
	float: left;
	font-size: 20px;
}
#top-public,
#top-ict,
#top-group {
	background: #fff;
}
#top .public-services{
	margin-bottom:70px;
}
/*.public-services section {
	padding: 2.5% 55% 10% 0;
	background: url(../img/top/public_bg.png) right center no-repeat;
	background-size: 50%;
	margin-bottom: 50px;
}*/
.public-services section {
	float: left;
	width: 50%;
}
.public-inview {
	float: right;
	width: 45%;
	padding-top: 20px;
	position: relative;
	margin-bottom: 60px;
}
.public-services p {
	font-size: 18px;
	line-height: 2.3;
}
.public-example {
	float: left;
}
.public-services .example {
	float: left;
	max-width: 30em;
	/*padding-bottom: 5%;
	background: url(../img/top/public_example.png) left center no-repeat;
	background-size: 45%;*/
}
.public-services .example span {
	background: #f8f8f8 url(../img/top/light_blue.png) 2px 2px no-repeat;
	background-size: 19px;
}
.public-services .example p {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.top-paralarx {
	padding-top: 5.7%;
	background: url(../img/common/okada.png) right top no-repeat;
	background-size: 30%;
}
.top-paralarx span,
.characteristic-paralarx span {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 150px 0;
}
/*.top-paralarx img,
.characteristic-paralarx img {
	position: absolute;
	bottom: 0;
	display: none;
}*/
.top-paralarx.paralarx1 span{
	background: url(../img/top/public_paralarx.png) center top no-repeat fixed;
	background-size: cover;
}
.top-paralarx.paralarx2 span{
	background: url(../img/top/ict_paralarx.png) center top no-repeat fixed;
	background-size: cover;
}
.characteristic-paralarx span.arc_sep{
	background: url(../img/residence/paralarx.png) center top no-repeat fixed;
	background-size: cover;
}
#top-architecture {
	background: url(../img/top/architecture_bg.png) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}
#top-architecture h3 {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 0 0 20px rgba(0,0,0,.35), 0 0 30px rgba(0,0,0,.35);
	margin: 90px 0 20px 9.5%;
	position: relative;
}
#top-architecture h3::before {
	position: absolute;
	top: 50%;
	left: 15.5em;
	width: 100%;
	content: "";
	border-top: solid 1px #fff;
}
#top-architecture p {
	color: #4897d9;
	font-size: 18px;
	line-height: 2.3;
	text-shadow: 1px 1px 2px #fff;
	max-width: 22em;
	margin-bottom: 70px;
	padding: 25px 4% 25px 10%;
	background: rgba(255,255,255,.6);
}
#top-architecture .example {
	float: right;
	width: 62%;
	background: rgba(255,255,255,.6);
	padding: 40px 30px;
	margin: 0;
}
#top-architecture .example h3 {
	color: #5cb1f4;
	font-size: 28px;
	text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
	margin: 0 0 25px 3%;
}
#top-architecture .example h3::before {
	left: 10em;
}
/*#top-architecture .example div {
	display: inline-block;
	width: 100%;
	padding: 1% 0 9% 45%;
	background: url(../img/top/architecture_example.png) left center no-repeat;
	background-size: 40%;
	box-sizing: border-box;
}*/
#top-architecture .example p,
#top-architecture .example dt,
#top-architecture .example dd {
	color: #115c84;
	font-size: 14px;
	line-height: 1.4;
	text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
	background: none;
	margin-bottom: 15px;
	padding: 0;
	max-width: none;
}
#top-ict section {
	/*background: url(../img/top/ict_bg.png) right top no-repeat;
	overflow: hidden;
	background-size: contain;*/
	overflow: hidden;
}
#top-ict section div {
	float: left;
	width: 47%;
	margin-top: 3%;
}
#top-ict h3 {
	color: #1b7ca7;
	font-size: 52px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	margin-bottom: 30px;
}
#top-ict p {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.8;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	margin-bottom: 50px;
}
#top-ict .top-paralarx {
	line-height: 1.4;
	max-width: none;
	margin: 0;
	background: url(../img/common/okada.png) left top no-repeat;
	background-size: 30%;
}
#top-ict .ict-move {
	float: right;
	width: 48%;
	position: relative;
}
.ict-move1,
.ict-move2 {
	position: absolute;
	left: -25%;
	bottom: 15%;
	width: 50%;
}
/*.ict-move2 {
	position: absolute;
	left: -21%;
	bottom: 18%;
	width: 50%;
}*/
#top-group .hgroup {
	margin: 0;
}
#top-group {
	overflow: hidden;
	padding-bottom: 150px;
}
#top-group section {
	background: url(../img/top/group_bg.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 60px;
	padding: 5% 6% 35% 56%;
}
#top-group img {
	width: 300px;
}
#top-group h3 {
	margin: 40px 0 25px 0;
}
#top-group p {
	font-size: 16px;
	line-height: 2.3;
}
#top-group .cv {
	float: none;
	display: block;
	width: 12em;
	margin: 0 auto;
}
/*▲トップページ▲*/
/*▼土木事業▼*/
.breadcrumb {
	overflow: hidden;
	margin-bottom: 20px;
}
.breadcrumb li {
	float: left;
	background: url(../img/common/arrow_gray.png) left center no-repeat;
	background-size: 5px;
	padding-left: 14px;
	margin-right: 10px;
}
.breadcrumb li:first-child {
	background: none;
	padding: 0;
}
.breadcrumb a, .breadcrumb mark {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
article header img {
	margin: 0 auto;
}
#public header {
	background: url(../img/public/public_works.png) right bottom no-repeat;
	background-size: 690px;
}
.lower-header {
	padding: 20px 0 35px 0;
}
.lower-header h1,
.real h2,
.construction-example h2,
.history h2,
address h2,
.group-company h2,
.art h2,
#residence h2 {
	display: inline-block;
	color: #1a7ca9;
	font-size: 38px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	border-bottom: solid 2px #1a7ca9;
	margin-bottom: 15px;
	padding-bottom: 8px;
}
.title-en,
.construction-business {
	display: block;
	color: #8e8e8e;
	font-size: 20px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.paralarx {
	color: #fff;
	background: url(../img/public/paralarx.png) center top no-repeat fixed;
	background-size: cover;
	padding: 80px 0;
}
.paralarx h2 {
	font-size: 32px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	margin-bottom: 25px;
}
.paralarx p {
	line-height: 2.3;
	box-sizing: border-box;
}
.real {
	text-align: center;
	background: url(../img/public/real_bg.png) center center no-repeat;
	background-size: cover;
	padding: 70px 0;
	box-shadow: 0 10px 20px rgba(0,0,0,.15) inset;
}
.real h2,
.construction-example h2,
.art h2,
#residence h2 {
	color: #000;
	border-bottom: solid 2px #017c9b;
}
.real .tab-menu {
	padding: 0 0 0 40px;
	margin: 50px auto 0 auto;
	background: none;
}
.real .tab-menu li {
	text-align: center;
	width: 9em;
	margin-right: 10px;
	padding: 8px 0;
	background: #e6e6e6;
	border: solid 1px #e6e6e6;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tab-menu li:hover,
.real .tab-menu .active {
	background: #fff;
	border: solid 1px #d0d0d0;
	border-bottom: none;
}
.real ul,
.change section {
	overflow: hidden;
	background: rgba(255,255,255,.7);
	max-width: 1300px;
	width: 95%;
	margin: 50px auto;
	padding: 3%;
	box-sizing: border-box;
}
.tab-box ul {
	display: none;
	margin: 0 auto 50px;
}
.tab-box ul.active {
	display: block;
}
.real li {
	text-align: left;
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
.real li:last-child {
	margin: 0;
}
.real li a {
	color: #000;
}
.real li a:hover {
	color: #666;
}
.real img {
	margin-bottom: 15px;
}
.real time {
	margin-bottom: 10px;
}
.real h3 {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.construction-example {
	text-align: center;
	background: url(../img/common/bg.png) left top repeat;
	background-size: 4px;
	padding: 60px 0;
}
.construction-example .center {
	margin: 40px auto;
}
.construction-example a,
#group .center a {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 1px;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	width: 31.9%;
	margin: .7%;
	background: #7f7f7f;
	position: relative;
	overflow: hidden;
}
.construction-example a::before {
	width: 0;
	height: 1px;
	right: 15px;
	bottom: 15px;
}
.construction-example a::after {
	width: 0;
	height: 1px;
	top: 15px;
	left: 15px;
}
.construction-example figure::before {
	width: 1px;
	height: 0;
	top: 15px;
	right: 15px;
}
.construction-example figure::after {
	width: 1px;
	height: 0;
	left: 15px;
	bottom: 15px;
}
.construction-example a::after,
.construction-example a::before,
.construction-example figure::after,
.construction-example figure::before {
	background-color: #fff;
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.construction-example a:hover::after,
.construction-example a:hover::before {
	width: 100%;
	width: calc(100% - 30px);
}
.construction-example a:hover figure::after,
.construction-example a:hover figure::before {
	height: 100%;
	height: calc(100% - 30px);
}
.construction-example img,
.group-club {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.construction-example img {
	opacity: .6!important;
}
.construction-example a:hover img,
#group .center a:hover .group-club {
	transform: scale(1.15,1.15);
	-webkit-transform: scale(1.15,1.15);
	-moz-transform: scale(1.15,1.15);
	-ms-transform: scale(1.15,1.15);
	-o-transform: scale(1.15,1.15);
}
.construction-example a:hover img {
	opacity: .8!important;
}
.construction-example figcaption,
#group figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -49px;
	text-align: center;
	z-index: 1
}
.construction-example figcaption span {
	display: block;
	font-size: 24px;
}
.construction-example p::before,
.construction-example p::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 20%;
	border-top: solid 1px #cfcfcf;
}
.construction-example p::before {
	left: -23%;
}
.construction-example p::after {
	right: -23%;
}
.construction-example p {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	background: #63adec url(../img/public/asterisk.png) 35px .75em no-repeat;
	background-size: 14px;
	padding: 8px 30px 8px 55px;
	border-radius: 5px;
	position: relative;
}
/*▲土木事業▲*/
/*▼建築事業▼*/
#architecture header {
	background: url(../img/architecture/architecture.png) right bottom no-repeat;
	background-size: 690px;
}
#architecture .paralarx {
	background: url(../img/architecture/paralarx.png) center top no-repeat fixed;
	background-size: cover;
}
#architecture .real {
	background: url(../img/architecture/real_bg.png) center center no-repeat;
	background-size: cover;
}
.real-community,
.real-private,
.news-notice,
.news-innovation,
.news-event {
	float: left;
	color: #fff;
	font-size: 12px;
	text-align: center;
	width: 6em;
	margin-bottom: 5px;
	padding: 3px 0;
	border-radius: 3px;
}
.real-community,
.news-notice {
	background: #54a3e6;
}
.real-private,
.news-event {
	background: #37be7b;
}
#architecture .construction-example a {
	font-size: 40px;
}
#architecture .real time {
	float: right;
	margin-top: 2px;
}
#architecture .construction-example figcaption {
	margin-top: -41px;
}
#architecture .construction-example a:nth-child(5) figcaption {
	margin-top: -73px;
}
/*▲建築事業▲*/
/*▼土木・建築リアルタイム現場状況▼*/
#situation,
#construction {
	background: url(../img/common/bg.png) left top repeat;
	background-size: 4px;
}
#situation header,
#news header,
#news-details header,
#construction header {
	margin-bottom: 60px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,.15);
}
#situation .lower-header,
#news .lower-header,
#news-details .lower-header,
#construction .lower-header,
#about .lower-header {
	position: relative;
	padding-bottom: 60px;
}
#situation .lower-header {
	background: url(../img/common/time.png) right bottom no-repeat;
	background-size: 165px;
}
.lower-header .paging {
	max-width: none;
	width: auto;
	margin: 0;
	background: none;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 15px;
}
.lower-header .page-numbers {
	font-size: 14px;
	margin: 0 3px;
	padding: 5px 10px;
}
.lower-header .prev {
	padding: 5px 15px 5px 20px;
	background: url(../img/common/prev_blue.png) 10px center no-repeat;
	background-size: 6px;
}
.lower-header a.prev:hover {
	background: #63adec url(../img/common/prev_white.png) 10px center no-repeat;
	background-size: 6px;
}
.lower-header .next {
	padding: 5px 20px 5px 15px;
	background: url(../img/common/next_blue.png) 86% center no-repeat;
	background-size: 6px;
}
.lower-header a.next:hover {
	background: #63adec url(../img/common/next_white.png) 86% center no-repeat;
	background-size: 6px;
}
.tab {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}
.tab li {
	float: left;
	margin-right: 10px;
}
.tab a {
	display: block;
	color: #000;
	text-align: center;
	width: 9em;
	padding: 8px 0;
	background: #e6e6e6;
	border-radius: 3px 3px 0 0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tab a:hover,
.select a {
	color: #fff;
	background: #1d7caa;
}
#situation section,
#construction section {
	background: #fff;
	padding: 40px;
	margin-bottom: 25px;
	box-sizing: border-box;
}
#situation h2,
.news-in h2 {
	display: inline-block;
	font-size: 26px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px #cbcbcb;
}
#situation section div {
	overflow: hidden;
	margin-bottom: 20px;
}
#situation div time,
.news-in time {
	float: left;
	margin: 1px 0 0 15px;
}
#situation time,
.news-in time {
	color: #828282;
	font-size: 16px;
	margin-bottom: 20px;
}
#situation section p {
	line-height: 1.8;
	margin-bottom: 15px;
}
#situation section ul {
	overflow: hidden;
}
#situation section li {
	float: left;
	width: 23.875%;
	height: 100%;
	padding: 10% 0;
	margin: 20px 1.5% 0 0;
	position: relative;
}
#situation section li:nth-child(4) {
	margin: 20px 0 0 0;
}
#situation section li img,
#situation section iframe {
	position: absolute;
	top: 0;
	left: 0;
}
#situation section iframe {
	height: 100%;
}
.paging {
	background: #fff;
	text-align: center;
	letter-spacing: -.5em;
	padding-top: 60px;
}
.page-numbers {
	display: inline-block;
	letter-spacing: 1px;
	vertical-align: top;
	color: #63adec;
	font-size: 18px;
	border: solid 1px #63adec;
	padding: 11px 17px;
	margin: 0 5px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a.page-numbers:hover {
	color: #fff;
	background: #63adec;
}
.current {
	color: #fff;
	background: #63adec;
	border: solid 1px #63adec;
}
.prev {
	padding: 11px 30px 11px 40px;
	background: url(../img/common/prev_blue.png) 20px center no-repeat;
	background-size: 10px;
}
a.prev:hover {
	background: #63adec url(../img/common/prev_white.png) 20px center no-repeat;
	background-size: 10px;
}
.next {
	padding: 11px 40px 11px 30px;
	background: url(../img/common/next_blue.png) 80% center no-repeat;
	background-size: 10px;
}
a.next:hover {
	background: #63adec url(../img/common/next_white.png) 80% center no-repeat;
	background-size: 10px;
}
.no-article {
	font-size: 20px;
	padding-bottom: 30px;
}
.real .no-article {
	width: 90%;
	float: none;
}
/*▲土木・建築リアルタイム現場状況▲*/
/*▼施工例▼*/
.park .lower-header {
	background: url(../img/construction/park.png) right bottom no-repeat;
	background-size: 109px;
}
.bridge .lower-header {
	background: url(../img/construction/bridge.png) right bottom no-repeat;
	background-size: 159px;
}
.river .lower-header {
	background: url(../img/construction/river.png) right bottom no-repeat;
	background-size: 124px;
}
.road .lower-header {
	background: url(../img/construction/road.png) right bottom no-repeat;
	background-size: 110px;
}
.other .lower-header {
	background: url(../img/construction/other.png) right bottom no-repeat;
	background-size: 140px;
}
.construction-business {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 0 10px;
	padding-left: 45px;
	position: relative;
}
.construction-business::before {
	position: absolute;
	top: 49%;
	left: 0;
	width: 30px;
	content: "";
	border-top: solid 1px #8e8e8e;
}
.tab-architecture a {
	font-size: 12px;
	width: 11em;
}
#construction h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
}
#construction h2::before {
	position: absolute;
	top: 49%;
	left: 0;
	width: 100%;
	content: "";
	border-top: solid 1px #e3e3e3;
}
#construction h2 span {
	background: #fff;
	padding-right: 30px;
	position: relative;
}
#construction .construction-img {
	float: left;
	width: 49%;
}
#construction section div {
	float: right;
	width: 48.5%;
	overflow: hidden;
	box-sizing: border-box;
}
#construction section p {
	font-weight: bold;
	margin-top: 10px;
}
#construction section p,
#construction section dt {
	clear: both;
	padding-left: 8px;
	background: url(../img/common/point.png) left .54em no-repeat;
	background-size: 3px;
}
#construction .construction-img img {
	margin-bottom: 5.5%;
}
#construction .construction-img p {
	font-weight: normal;
	line-height: 1.7;
	margin-top: 15px;
	padding: 0;
	background: none;
}
#construction section dl {
	overflow: hidden;
}
#construction section dt,
#construction section dd {
	font-weight: bold;
	float: left;
	margin-top: 15px;
}
#construction section dd a {
	color: #000;
	text-decoration: underline;
}
#construction section dd a:hover {
	text-decoration: none;
}
#construction figure {
	float: left;
	width: 23.5%;
	margin: 30px 2% 0 0;
}
#construction figure:hover,
#construction section li:hover {
	cursor: pointer;
	opacity: 0.8;
}
#construction figure:last-child {
	margin: 30px 0 0 0;
}
#construction figcaption {
	color: #666;
	font-weight: bold;
	text-align: center;
	background: #f5f5f5;
	padding: 5px 0;
}
#construction div ul {
	overflow: hidden;
}
#construction section li {
	float: left;
	width: 49%;
	margin: 0 2% 2% 0;
}
#construction section li:nth-child(even) {
	margin-right: 0;
}
/*▲施工例▲*/
/*▼新着・イベント▼*/
.news-list li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #cbcbcb;
}
.news-list a {
	display: block;
	color: #000;
	padding: 15px 10px;
	overflow: hidden;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.news-list a:hover {
	background: #f6f6f6;
}
.news-list time {
	color: #828282;
	font-size: 16px;
	float: left;
	margin: 1px 25px 0 0;
}
.news-notice,
.news-innovation,
.news-event {
	margin: 0;
}
.news-innovation {
	background: #86c43b;
}
.news-list p {
	font-size: 16px;
	font-weight: bold;
	float: right;
	width: 100%;
	margin-left: -100%;
	padding: 1px 0 0 14em;
	box-sizing: border-box;
}
/*▲新着・イベント▲*/
/*▼新着・イベント詳細▼*/
.lower-header .sub-cv {
	font-size: 12px;
	float: right;
	padding: 10px 35px 10px 20px;
	background-size: 6px;
	position: absolute;
	right: 0;
	bottom: 15px;
}
.news-in h2 {
	display: block;
}
.news-in p {
	clear: both;
	line-height: 2.3;
	margin-bottom: 20px;
}
.news-in .center li {
	width: 31.3%;
	margin: 0 1%;
}
.news-in .center li img{
	width: 100%;
}
iframe {
	display: block;
	width: 100%;
	border: none;
	background: none;
}
.news-in iframe {
	width: 31.3%;
	min-height: 280px;
	margin: 0 auto;
}
.news-in .sub-cv {
	display: block;
	width: 11em;
	margin: 60px auto 0;
	padding: 15px 0 15px 60px;
}
/*▲新着・イベント詳細▲*/
/*▼会社概要▼*/
.lower-header .cv {
	position: absolute;
	top: 30%;
	right: 0;
	padding: 15px 50px 15px 30px;
	border-radius: 3px;
}
.table {
	border-spacing: 0 15px;
	border-collapse: separate;
	margin-bottom: 70px;
}
.table th,
.table td {
	padding: 13px 20px;
}
.table th {
	width: 15em;
	background: #f5f5f5;
	vertical-align: top;
}
.table dt {
	margin-top: 5px;
}
.table dd {
	margin: 5px 0 10px 0;
}
.table a {
	display: inline-block;
	color: #000;
	text-decoration: underline;
	margin: 0 0 5px 10px;
}
.table a:hover {
	text-decoration: none;
}
.table span {
	display: block;
	margin-bottom: 8px;
}
.history {
	color: #fff;
	text-align: center;
	background: url(../img/about/history_bg.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 60px;
	padding: 70px 0 100px 0;
}
.history h2 {
	color: #fff;
	border-bottom: solid 2px #fff;
}
.history .title-en {
	color: #fff;
}
.history .table {
	margin: 40px auto 0 auto;
}
.history th,
.history td {
	padding: 8px 10px;
}
.history th {
	color: #5e7d99;
	vertical-align: middle;
	background: rgba(255,255,255,.6);
}
#about,
#i-construction {
	overflow: hidden;
}
address {
	text-align: center;
	overflow: visible;
	margin-bottom: 80px;
}
address h2,
.group-company h2 {
	color: #000;
	border-bottom: solid 2px #007b9c;
}
address > div {
	letter-spacing: -.5em;
	padding-top: 40px;
}
#map1 {
	margin-bottom: 40px;
}
.address-in,
.map {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 1px;
	margin: 0 3%;
}
.address-in p {
	text-align: left;
	line-height: 2.3;
	background: url(../img/about/icon_address.png) left .3em no-repeat;
	background-size: 20px;
	padding-left: 35px;
	margin-bottom: 50px;
	position: relative;
}
.address-in p::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 10px;
	height: 100%;
	border-left: solid 1px #333;
	z-index: -1;
}
.address-in p::after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: -15px;
	width: 1100%;
	border-bottom: solid 1px #333;
}
#map2 p::after {
	left: auto;
	right: calc(100% - 10px);
}
address img {
	max-width: 200px;
	margin-left: 10px;
}
#map2 img {
	margin-left: 35px;
}
.map {
	width: 38%;
	position: relative;
}
#nagoya,
#toyokawa {
	width: 100%;
	min-height: 350px;
	border: none;
	background: none;
}
.map p {
	text-align: left;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px 25px 10px 10px;
	background: #fff;
	box-shadow: rgba(0,0,0,.298039) 0 1px 4px -1px;
	z-index: 8;
}
.map span {
	display: block;
	color: #5b5b5b;
	font-size: 12px;
	margin-top: 5px;
}
.group-company {
	text-align: center;
	background: #f7f7f7;
	padding: 70px 0;
}
.group-in {
	color: #fff;
	text-align: left;
	margin: 40px 0;
	background: #7bbef5 url(../img/about/group_bg.png) center center no-repeat;
	background-size: cover;
}
.group-in p {
	line-height: 2.2;
	padding: 40px 0;
}
.group-in span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	line-height: 1.4;
	margin-bottom: 20px;
}
.group-company li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	letter-spacing: 1px;
	width: 31.53333333%;
	margin: .9%;
	position: relative;
}
.group-company li div {
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(35,155,179,.8);
	padding: 4% 5%;
	min-height: 7em;
}
.group-company h3,
.group-company li h3 a {
	font-size: 22px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	margin-bottom: 8px;
}
.group-company li p {
	font-size: 12px;
	line-height: 1.6;
}
.group-company li a {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
}
.group-company li a:hover {
	text-decoration: none;
}
.company-club div {
	overflow: hidden;
}
.company-club h3 {
	letter-spacing: -0.06em;
}
.company-club p,
.company-club ul {
	float: left;
	width: 60%;
}
.company-club ul {
	width: 40%;
}
.group-company li li {
	display: block;
	width: auto;
	margin: 0;
}
/*▲会社概要▲*/
/*▼社長からのご挨拶▼*/
.greeting {
	overflow: visible;
	position: relative;
}
.greeting h2 {
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 15px;
}
.greeting p {
	line-height: 2;
	width: 66%;
	padding: 15px 40px 8% 0;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	box-sizing: border-box;
	font-size: 14px;
}
.greeting img {
	position: absolute;
	top: -14%;
	right: 0;
	width: 35%;
}
.spirit {
	margin-bottom: 300px;
}
.spirit h2 {
	width: 66%;
	border-right: solid 1px #333;
	box-sizing: border-box;
}
.greeting .future {
	border-top: none;
	font-size: 20px;
	font-weight: bold;
	background: url(../img/about/diamond.png) left top no-repeat;
	background-size: contain;
	padding: 50px 100px 40px 80px;
	margin-top: -50px;
	position: relative;
}
.greeting .future::after {
	content: "";
	position: absolute;
	left: -1000%;
	bottom: 0;
	width: 1100%;
	border-bottom: solid 1px #333;
}
.spirit img {
	top: auto;
	right: auto;
	left: 60%;
	bottom: -200px;
	width: 315px;
}
/*▲社長からのご挨拶▲*/
/*▼プライバシーポリシー▼*/
.improvement,
.privacy-details p,
.privacy-details li li,
.privacy-details dt,
.privacy-details dd {
	line-height: 1.8;
}
.improvement {
	margin-bottom: 40px;
}
.privacy-details,
.privacy-details li ol {
	counter-reset: number;
}
.privacy-details > li::before,
.privacy-details li ol li::before {
	counter-increment: number;
	content: counter(number)".";
}
.privacy-details > li {
	margin-bottom: 40px;
}
.privacy-details > li::before,
.privacy-details h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
.privacy-details p,
.privacy-details ul,
.privacy-details dl,
.privacy-details dd {
	margin: 0 2em;
}
.privacy-details li li {
	margin: 0 5px;
	padding-left: 8px;
	background: url(../img/common/point.png) left .8em no-repeat;
	background-size: 3px;
}
.privacy-details dd ul {
	margin: 0;
}
.privacy-details dd li {
	margin: 0;
	padding: 0;
	background: none;
}
.privacy-details a {
	color: #000;
	text-decoration: underline;
}
.privacy-details a:hover {
	text-decoration: none;
}
.privacy-contact p {
	border: solid 1px #64a9d0;
	margin: 0;
	padding: 15px 25px;
}
.privacy-contact a {
	color: #2f94e6;
	text-decoration: none;
}
/*▲プライバシーポリシー▲*/
/*▼パシフィックグループ▼*/
#group header {
	background: url(../img/group/group.png) right bottom no-repeat;
	background-size: 690px;
}
#group .paralarx {
	background: url(../img/group/paralarx.png) center top no-repeat fixed;
	background-size: cover;
	box-shadow: 0 10px 20px rgba(0,0,0,.15);
	margin-bottom: 60px;
}
#group .center a {
	font-size: 48px;
	font-weight: bold;
	width: 48.6%;
	background: none;
}
#group figcaption {
	margin-top: -84px;
}
#group figcaption span {
	display: block;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5%;
}
#group figcaption img {
	width: 12%;
	margin: 0 auto;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transform: rotateZ(0deg) ;
}
#group .center a:hover img {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transform: rotateZ(360deg) ;
}
/*▲パシフィックグループ▲*/
/*▼お問い合わせ▼*/
.feel {
	line-height: 1.9;
	background: #f7f7f7;
	padding: 30px 0 15px 0;
	margin-bottom: 40px;
}
.feel a {
	display: block;
	float: right;
	color: #333;
	text-decoration: underline;
	margin-top: 1em;
}
.feel a:hover {
	text-decoration: none;
}
#contact form,
.end p {
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
}
#contact h2 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
#contact h2::before {
	border-top: solid 1px #239bb3;
}
#contact h2 span {
	padding: 0 40px;
}
.required {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	background: #cb535c;
	border-radius: 5px;
	padding: 2px 8px;
	margin-right: 3px;
}
#contact form ul {
	max-width: 50em;
	width: 80%;
	margin: 0 auto 20px auto;
}
#contact form li {
	background: url(../img/common/point.png) left .5em no-repeat;
	background-size: 3px;
	padding-left: 8px;
	margin-bottom: 3px;
}
#contact form p {
	line-height: 1.7;
	max-width: 50em;
	width: 80%;
	margin: 0 auto 50px auto;
}
#contact table {
	width: 100%;
	margin-bottom: 40px;
}
#contact th {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	width: 13em;
	padding: 13px 30px 0 0;
}
#contact .contact-naiyou {
	vertical-align: middle;
	padding: 0 30px 0 0;
}
#contact th .required {
	display: inline-block;
	margin-right: 10px;
}
#contact th span,
#contact td span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
#contact td {
	position: relative;
	padding-bottom: 20px;
}
#contact td span {
	margin-top: 8px;
}
input[type="text"],
select,
textarea {
	width: 100%;
	background: #f2f2f2;
	border-radius: 5px;
	padding: 11px;
}
select {
	padding: 12px 11px;
	background: #f2f2f2 url(../img/contact/icon_select.png) 96% center no-repeat;
	background-size: 15px;
}
textarea {
	display: block;
}
.postal b {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}
.postal input {
	width: auto;
	margin: 0 8px;
}
.postal #btn {
	color: #000;
	border: solid 1px #000;
	padding: 10px 20px;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.postal #btn:hover {
	color: #fff;
	background: #000;
}
#contact section section {
	border: solid 1px #ddd;
	padding: 20px;
	margin-bottom: 50px;
}
#contact h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#contact section section p {
	max-width: none;
	width: auto;
	margin: 0;
}
#contact .sub-cv {
	display: block;
	margin: 0 auto;
}
label.error {
	display: inline-block;
	color: #f00;
	margin-top: 5px;
}
.check p {
	font-size: 16px;
	margin-bottom: 5px;
}
#contact.check form p {
	max-width: none;
    width: auto;
    margin: 0 0 20px 0;
}
#contact.check td span {
	display: block;
	font-size: 14px;
	background: #f2f2f2;
	padding: 11px;
	border-radius: 5px;
	margin: 0;
}
.check .return {
	display: block;
	margin: 20px auto 0 auto;
}
.button {
	text-align: center;
	letter-spacing: -.5em;
}
#contact .button button {
	display: inline-block;
	letter-spacing: 1px;
	vertical-align: top;
	margin: 0 15px;
}
#contact.end .sub-cv {
	width: 10em;
	margin: 40px auto 0 auto;
}
/*▲お問い合わせ▲*/
/*▼最先端の技術▼*/
#i-construction .paralarx {
	background: url(../img/i_construction/paralarx.png) center top no-repeat fixed;
	background-size: cover;
}
.art {
	text-align: center;
}
.art h2 {
	border-bottom: solid 2px #239bb3;
}
.art .title-en {
	margin-bottom: 50px;
}
.goal {
	padding: 70px 0;
	box-shadow: 0 10px 20px rgba(0,0,0,.15) inset;
}
.goal .center {
	overflow: visible;
	position: relative;
	margin: 130px auto 70px auto;
}
.goal .center::before {
	left: -1000%;
	width: 2000%;
	border-top: solid 1px #b2b2b2;
}
.goal li {
	color: #fff;
	font-size: 22px;
	width: 30%;
	margin: 0 1%;
	padding: 35px 0;
	vertical-align: middle;
	background: #4dbf86;
	position: relative;
}
.goal li::before {
	content: "";
	position: absolute;
	top: -80px;
	left: 0;
	width: 100%;
	background: url(../img/i_construction/top_2.png) left bottom no-repeat;
	background-size: contain;
	padding: 40px 0;
}
.goal li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -80px;
	width: 100%;
	background: url(../img/i_construction/bottom_2.png) left top no-repeat;
	background-size: contain;
	padding: 40px 0;
}
.goal li:first-child {
	padding: 50px 0;
	background: #63adeb;
}
.goal li:first-child::before {
	background: url(../img/i_construction/top_1.png) left bottom no-repeat;
	background-size: contain;
}
.goal li:first-child::after {
	background: url(../img/i_construction/bottom_1.png) left top no-repeat;
	background-size: contain;
}
.goal li:last-child {
	padding: 50px 0;
	background: #86c43b;
}
.goal li:last-child::before {
	background: url(../img/i_construction/top_3.png) left bottom no-repeat;
	background-size: contain;
}
.goal li:last-child::after {
	background: url(../img/i_construction/bottom_3.png) left top no-repeat;
	background-size: contain;
}
.pillars {
	background: #f7f7f7;
	padding: 70px 0;
}
.pillars .center {
	max-width: 1150px;
}
.pillars figure {
	display: inline-block;
	letter-spacing: 1px;
	vertical-align: top;
	width: 30%;
	margin: 0 1.2%;
}
.pillars figcaption {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.pillars p {
	font-size: 18px;
	line-height: 1.7;
	text-align: left;
	background: #ebebeb;
	margin-top: 20px;
	padding: 20px 30px;
}
.pillars .standard {
	text-align: center;
}
.pillars .standard span {
	display: inline-block;
	text-align: left;
}
.change {
	background: url(../img/i_construction/change_bg.png) center center no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.change div {
	background: url(../img/i_construction/arrow_b.png) center bottom no-repeat;
	background-size: 181px;
	padding-bottom: 100px;
}
.change h3{
	color: #00778b;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 40px;
}
.change li {
	width: 22%;
	margin: 0 1% 50px 0;
	padding-right: 3%;
	background: url(../img/i_construction/arrow_r.png) right 40% no-repeat;
	background-size: 22px;
}
.change li:last-child {
	margin: 0;
	padding: 0;
	background: none;
}
.change li span {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	background: #aaa;
	padding: 8px 17px;
	margin-top: 20px;
}
.change p,
.challenge {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	background: #a3a3a3;
	margin: 0 5%;
	padding: 20px 0;
}
.change .process,
.challenge {
	background: none;
	padding: 0;
	color: #3096ea;
	margin-bottom: 40px;
}
.change .t-date {
	background: #499ce0;
}
.art-case {
	background: #f7f7f7;
	padding: 70px 0;
	margin-bottom: 70px;
}
.art-case section {
	text-align: left;
	overflow: visible;
	margin-bottom: 120px;
}
.art-case h3 {
	font-size: 28px;
	font-weight: bold;
	float: left;
	width: 39%;
	padding: 0 0 34% 40px;
	box-sizing: border-box;
	position: relative;
}
.art-case h3::before {
	content: "";
	position: absolute;
	top: 15px;
	left: -1000%;
	width: 1000%;
	border-bottom: solid 1px #333
}
.art-case section p {
	font-size: 18px;
	line-height: 1.9;
	float: right;
	width: 57%;
	margin-top: 7.5%;
	padding-bottom: 33%;
}
.art-case section p::after {
	content: '';
	display: block;
	border-bottom: solid 1px #bababa;
	margin-top: 50px;
}
.survey {
	background: url(../img/i_construction/survey.png) left bottom no-repeat;
	background-size: 298px;
}
.survey h3 {
	background: url(../img/about/icon_address.png) left .1em no-repeat,url(../img/i_construction/survey_uav.png) left bottom no-repeat;
	background-size: 25px,380px;
}
.survey p {
	background: url(../img/i_construction/survey_bg.png) right bottom no-repeat;
	background-size: 440px;
}
.design h3 {
	float: right;
	background: url(../img/about/icon_address.png) left .1em no-repeat,url(../img/i_construction/design.png) left bottom no-repeat;
	background-size: 25px,433px;
	padding-bottom: 69%;
}
.design h3::before {
	left: 15.5em;
	right: -1000%;
}
.art-case .design p {
	float: left;
	background: url(../img/i_construction/design_bg.png) left bottom no-repeat;
	background-size: 432px;
}
.ict {
	background: url(../img/i_construction/construction.png) left bottom no-repeat;
	background-size: 650px;
}
.ict h3 {
	background: url(../img/about/icon_address.png) left .1em no-repeat,url(../img/i_construction/ict_mg.png) left bottom no-repeat;
	background-size: 25px,380px;
}
.art-case .ict p {
	padding-bottom: 36%;
	background: url(../img/i_construction/ict_bg.png) right bottom no-repeat;
	background-size: 380px;
}
.measurement {
	padding-bottom: 440px;
	background: url(../img/i_construction/measurement_bg.png) center bottom no-repeat;
	background-size: 830px;
}
.measurement h3 {
	float: right;
	background: url(../img/about/icon_address.png) left .1em no-repeat,url(../img/i_construction/measurement_uav.png) left bottom no-repeat;
	background-size: 25px,380px;
}
.measurement h3::before {
	left: 7.5em;
	right: -1000%;
}
.art-case .measurement p {
	float: left;
	padding-bottom: 11%;
	background: url(../img/i_construction/measurement.png) left bottom no-repeat;
	background-size: 391px;
}
.link ul {
	max-width: 800px;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
.link li {
	display: table;
	float: left;
	width: 50%;
}
.link a {
	display: table-cell;
	color: #57aef5;
	vertical-align: middle;
	height: 6.5em;
	border: solid 1px #57aef5;
	border-bottom: none;
	background: url(../img/common/next_blue.png) 15px center no-repeat;
	background-size: 10px;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.link a:hover {
	color: #fff;
	background: #57aef5 url(../img/common/next_white.png) 15px center no-repeat;
	background-size: 10px;
}
.link li:nth-child(2) a,
.link li:nth-child(4) a {
	border-left: none;
}
.link li:nth-child(3) a,
.link li:nth-child(4) a,
.link li:last-child a {
	border-bottom: solid 1px #57aef5;
}
.link li:nth-child(4) a {
	text-align: left;
	padding-left: 50px;
}
.link li:last-child a {
	border-top: none;
}
/*▲最先端の技術▲*/
/*▼住宅事業▼*/
#residence {
	overflow: hidden;
}
#residence header div {
	text-align: center;
	background: url(../img/residence/key_visual.png) center center no-repeat;
	background-size: cover;
	padding: 10% 0 5% 0;
	margin-bottom: 20px;
}
#residence h1 {
	color: #008aa6;
	font-size: 54px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	text-shadow: 0px 0px 60px #fff,0px 0px 70px #fff,0px 0px 80px #fff;
	background: rgba(255,255,255,.5);
	padding: 50px 0;
}
#residence header p {
	color: #00758c;
	font-size: 16px;
	line-height: 2.3;
	text-shadow: 0px 0px 2px #fff,0px 0px 2px #fff,0px 0px 2px #fff,0px -2px 3px #fff,0px 2px 3px #fff,2px 0px 3px #fff,-2px 0px 3px #fff;
	background: rgba(255,255,255,.5);
	padding-bottom: 40px;
}
.characteristic {
	text-align: center;
	margin: 80px 0;
}
.characteristic ol {
	overflow: visible;
	margin-bottom: 120px;
}
.characteristic-p {
	line-height: 2.6;
	background: url(../img/residence/icon_brackets.png) center center no-repeat;
	background-size: contain;
	width: 46em;
	margin: 40px auto 60px auto;
	letter-spacing: 0.01em;
	padding: 30px 150px;
}
.characteristic li {
	margin-bottom: 50px;
}
.characteristic li img {
	float: left;
	width: 35%;
}
.characteristic li:nth-child(even) img {
	float: right;
}
.characteristic li section {
	text-align: left;
	float: right;
	width: 61%;
	margin-top: 5%;
	position: relative;
}
.characteristic li:nth-child(even) section {
	float: left;
}
.characteristic h3 {
	color: #62aceb;
	font-size: 26px;
	margin: 0 0 30px 80px;
}
.characteristic li:nth-child(even) h3 {
	text-align: right;
	margin: 0 80px 30px 0;
}
.characteristic li span {
	display: block;
	width: 73px;
	position: absolute;
	top: 15px;
}
.characteristic li:nth-child(even) span {
	right: 0;
}
.characteristic li span::after {
	content: "";
	position: absolute;
	top: 49%;
	left: 73px;
	width: 2000%;
	border-top: solid 1px #656565;
	z-index: -1;
}
.characteristic li:nth-child(even) span::after {
	left: auto;
	right: 100%;
}
.characteristic li span img {
	width: auto;
	float: none;
}
.characteristic li p {
	line-height: 1.9;
	margin-left: 80px;
}
.characteristic li:nth-child(even) p {
	float: right;
	margin: 0 80px 0 0;
}
.technology {
	text-align: center;
	overflow: visible;
	margin-bottom: 80px;
}
.house {
	margin: 80px 0;
}
.technology h3 {
	color: #4ba2e9;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 50px;
	position: relative;
}
.technology h3::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1000%;
	width: 1000%;
	z-index: -1;
	background: #249bb3;
}
.technology h3::after {
	content: "";
	position: absolute;
	top: 48%;
	left: 0;
	width: 1000%;
	border-top: solid 2px #cbcbcb;
	z-index: -1;
}
.technology h3 span {
	display: inline-block;
	background: #fff url(../img/residence/h_bg.png) left center no-repeat;
	background-size: contain;
	padding: 0 20px 0 55px;
}
.technology h4 {
	font-size: 24px;
	margin-bottom: 40px;
	padding: 10px 0 6px 0;
	background: #f5f5f5;
}
.technology p {
	line-height: 2;
	text-align: left;
}
.reason {
	font-size: 16px;
	margin-bottom: 40px;
}
.monocoque {
	overflow: hidden;
	background: url(../img/residence/hexahedron.png) left bottom no-repeat;
	background-size: 35%;
	padding-bottom: 20px;
	margin-bottom: 80px;
}
.brackets {
	width: 44em;
	margin: 0 auto 60px auto;
	padding-left: 40px;
	background: url(../img/residence/start.png) left center no-repeat;
	background-size: contain;
}
.brackets span {
	display: block;
	padding-right: 40px;
	background: url(../img/residence/end.png) right center no-repeat;
	background-size: contain;
	letter-spacing: 0.05em;
}
.monocoque-p {
	width: 60%;
	float: right;
	border-top: solid 1px #989898;
	padding: 30px 0 19% 0;
	background: url(../img/residence/method.png) center bottom no-repeat;
	background-size: contain;
}
.monocoque-p span {
	display: block;
	border-bottom: solid 1px #989898;
	padding: 0 10px 30px 10px;
}
.seismic {
	margin-bottom: 30px;
	padding: 10px 0 0 33%;
	background: url(../img/residence/resistance.png) left center no-repeat;
	background-size: 30%;
}
.seismic span {
	display: block;
	padding: 20px 0;
	border-bottom: solid 1px #989898;
}
.resistance span {
	display: block;
	color: #1e8499;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
.analysis {
	margin-bottom: 60px;
	background: url(../img/residence/analysis.png) left 85px no-repeat;
	background-size: 20%;
}
.analysis-data {
	margin-bottom: 50px;
	padding: 0 10% 18% 25%;
	background: url(../img/residence/measuring_point.png) 28% bottom no-repeat;
	background-size: 20%;
	overflow: hidden;
}
.analysis-data span {
	display: block;
	position: relative;
}
.analysis-data span::after {
	content: "";
	position: absolute;
	left: 29%;
	bottom: -36px;
	width: 100%;
	border-top: solid 1px #989898;
}
.analysis .brackets {
	width: auto;
}
.analysis img {
	width: 70%;
	margin: 0 auto;
}
.result {
	margin-bottom: 50px;
	padding: 10px 0 10px 38%;
	background: url(../img/residence/surface.png) left center no-repeat;
	background-size: 35%;
}
.result span {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #989898;
}
.period {
	width: 42em;
	margin: 0 auto;
	padding-top: 14%;
	background: url(../img/residence/delivery.png) center top no-repeat;
	background-size: contain;
}
#residence footer {
	text-align: center;
	padding: 60px 0;
	background: #f7f7f7;
}
#residence .sub-cv {
	font-size: 18px;
	background: url(../img/residence/sale_blue.png) 20px center no-repeat,url(../img/common/next_blue.png) 90% center no-repeat;
	background-size: 53px,10px;
	padding: 20px 120px;
}
#residence .sub-cv:hover {
	background: url(../img/residence/sale_white.png) 20px center no-repeat,url(../img/common/next_white.png) 90% center no-repeat,#57aef5;
	background-size: 53px,10px;
}
/*▲住宅事業▲*/
/*▼リフォーム▼*/
.pacific-logo {
	position: absolute;
	top: 0;
	left: 50%;
	width: 276px;
	margin-left: -135px;
}
.pacific-mail {
	float: right;
	background: #57aef5;
	width: 35px;
	padding: 20px;
}
.pacific-mail:hover {
	background: #73bffd;
}
.pacific {
	font-size: 20px;
	text-align: center;
	letter-spacing: -.5em;
	margin-bottom: 50px;
}
.pacific img,
.pacific > span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	text-align: left;
	letter-spacing: 1px;
	margin: 0 2%;
}
.pacific img{
	width: 280px;
}
.pacific span span {
	display: block;
	color: #ed8200;
	font-size: 30px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	line-height: 1.2;
	padding-left: 40px;
	background: url(../img/footer/icon_tel.png) left top no-repeat;
}
#reform header {
    background: url(../img/reform/reform.png) right bottom no-repeat;
    background-size: 450px;
}
#reform .lower-header,
.reform-contact .lower-header {
	padding: 40px 0 35px 0;
}
#reform .paralarx {
	background: url(../img/reform/paralarx.png) center top no-repeat fixed;
	background-size: cover;
	box-shadow: 0 10px 20px rgba(0,0,0,.15);
	margin-bottom: 70px;
}
.reform-case {
	overflow: visible;
}
.reform-case .clearfix {
	/*text-align: center;*/
	background: #f7f7f7;
	padding: 20px 40px 35px 40px;
	position: relative;
}
.reform-case .clearfix::before {
	content: "";
	width: 105%;
	position: absolute;
	left: -5%;
	bottom: -22%;
	background: #fff;
	height: 49.5%;
	transform: rotate(4deg);
}
.cast-star {
	display: block;
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	width: 4em;
	padding: 34px 0;
	background: #58a3cb url(../img/reform/star.png) .7em .6em no-repeat;
	background-size: 18px;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: -28px;
}
.reform-case h2 {
	/*display: inline-block;*/
	float: left;
	margin: 10px 0 0 100px;
	font-size: 30px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	/*margin-left: -50px;*/
}
.reform-case h2 span {
	display: block;
	margin-left: 7em;
}
.reform-case div dl {
	color: #999;
	text-align: left;
	float: right;
	overflow: hidden;
}
.reform-case div dt,
.reform-case div dd {
	float: left;
	margin: 3px 0;
}
.reform-case div dt {
	clear: both;
	width: 5em;
	margin-right: 15px;
	padding-right: 15px;
	background: url(../img/common/arrow_gray.png) right center no-repeat;
	background-size: 7px;
}
.reform-case p {
	line-height: 2.3;
	float: right;
	padding: 7% 5% 20% 55%;
	margin-bottom: 70px;
	box-sizing: border-box;
	position: relative;
}
.reform-case p::after {
	content: "";
	position: absolute;
	top: 62%;
	right: 0;
	width: 50%;
	border-bottom: solid 2px #333;
}
.reform-case1 p {
	background: url(../img/reform/case_1.png) left top no-repeat;
	background-size: contain;
}
.reform-case2 p {
	background: url(../img/reform/case_2.png) left top no-repeat;
	background-size: contain;
}
.point {
	clear: both;
	overflow: hidden;
	margin-bottom: 60px;
}
.point figure {
	text-align: center;
	float: left;
	width: 31%;
	margin-right: 3.5%;
}
.point figure:last-child {
	margin: 0;
}
.point span {
	display: block;
	color: #fff;
	font-size: 30px;
	background: #79b5d7;
	padding: 5px 0;
	border-radius: 3px;
	margin-bottom: 20px;
}
.reform-case figcaption {
	font-size: 26px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	margin-bottom: 20px;
}
.reform-case h3 {
	font-size: 30px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	padding-left: 65px;
	background: url(../img/reform/icon_voice.png) left center no-repeat;
	background-size: 51px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.reform-case h3::before {
	content: "";
	position: absolute;
	top: 49%;
	left: 8.5em;
	width: 100%;
	border-top: solid 2px #ccc;
}
.reform-case .voice {
	float: none;
	padding: 5% 5% 11% 240px;
	background: url(../img/reform/bg_voice.png) left center no-repeat;
	background-size: 210px;
}
.reform-case .voice::after {
	content: none;
}
.reform-case2 {
	background: #f7f7f7;
	padding: 70px 0;
	margin: 70px 0;
	overflow: hidden;
}
.reform-case2 .clearfix {
	background: #fff;
}
.reform-case2 .clearfix::before {
	background: #f7f7f7;
}
.reform-case3 .clearfix {
	padding: 20px 40px 60px 40px;
}
.reform-case3 p {
	background: url(../img/reform/case_3.png) left top no-repeat;
	background-size: contain;
}
.reform-case4 p {
	background: url(../img/reform/case_4.png) left top no-repeat;
	background-size: contain;
}
.reform-case5 p {
	background: url(../img/reform/case_5.png) left top no-repeat;
	background-size: contain;
}
/*.reform-case2 h2 {
	float: left;
	margin: 10px 0 0 100px;
}*/
.request {
	margin-top: 80px;
}
.request h2,
#reform footer h2 {
	font-size: 34px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	text-align: center;
	margin-bottom: 40px;
}
.request div {
	overflow: hidden;
	background: url(../img/reform/reform_bg.png) 98% bottom no-repeat;
	background-size: 52%;
}
.request figure {
	color: #a6a6a6;
	float: left;
	width: 31.9%;
	min-height: 24.5em;
	margin: .7%;
	padding: 4% 5% 12% 5%;
	background: #f7f7f7 url(../img/reform/water.png) center 84% no-repeat;
	background-size: 58px;
	box-sizing: border-box;
}
.request figure:nth-child(3n+1) {
	clear: both;
}
.request figcaption {
	color: #5dabeb;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.request p {
	line-height: 2;
}
.request figure:nth-child(2) {
	background: #f7f7f7 url(../img/reform/wood.png) center 84% no-repeat;
	background-size: 95px;
}
.request figure:nth-child(2) figcaption {
	color: #eba05e;
}
.request figure:nth-child(3) {
	background: #f7f7f7 url(../img/reform/interior.png) center 84% no-repeat;
	background-size: 147px;
}
.request figure:nth-child(3) figcaption {
	color: #3eb3d1;
}
.request figure:nth-child(4) {
	background: #f7f7f7 url(../img/reform/garden.png) center 84% no-repeat;
	background-size: 203px;
}
.request figure:nth-child(4) figcaption {
	color: #f77ba9;
}
.request figure:nth-child(5) {
	background: #f7f7f7 url(../img/reform/termites.png) center 84% no-repeat;
	background-size: 119px;
}
.request figure:nth-child(5) figcaption {
	color: #999;
}
.request figure:nth-child(6) {
	background: #f7f7f7 url(../img/reform/heater.png) center 84% no-repeat;
	background-size: 82px;
}
.request figure:nth-child(6) figcaption {
	color: #f1916d;
}
.request figure:last-child {
	background: #f7f7f7 url(../img/reform/roof.png) center 84% no-repeat;
	background-size: 124px;
}
.request figure:last-child figcaption {
	color: #9fcb89;
}
#reform footer {
	margin-top: 80px;
	padding: 90px 0;
	background: #f7f7f7 url(../img/reform/icon_reform.png) 18% bottom no-repeat;
	background-size: 266px;
}
#reform .sub-cv {
	display: block;
	font-size: 18px;
	width: 18.5em;
	margin: 0 auto;
	padding: 20px 0 20px 80px;
	background: url(../img/header/icon_mail.png) 25px center no-repeat;
	background-size: 31px;
}
#reform footer a:hover {
	background: #57aef5 url(../img/header/icon_contact.png) 25px center no-repeat;
	background-size: 31px;
}
.reform-contact .feel {
	padding: 30px 0;
	position: relative;
}
.reform-contact .feel::before {
	content: "";
	width: 450px;
	position: absolute;
	top: -112px;
	height: 100%;
	right: 0;
	background: url(../img/reform/reform.png) right bottom no-repeat;
	background-size: contain;
}
/*▲リフォーム▲*/
/*▼404 Not Found▼*/
#container {
	margin-top: 200px;
	text-align: center;
}
#container h1 {
	font-size: 50px;
}
#container p {
	font-size: 16px;
	margin: 10px 0;
}
#container .cv {
	display: block;
	width: 12em;
	margin: 40px auto 0 auto;
}
/*▲404 Not Found▲*/
@media screen and (max-width:1300px){
	nav {
		padding: 0 330px 0 310px;
	}
	.nav-bu,
	nav a {
		font-size: 14px;
		padding: 23px 0 22px 0;
	}
}
@media screen and (max-width:1080px){
	#top-ict h3 {
		font-size: 46px;
		margin-bottom: 20px
	}
	#top-ict p {
		font-size: 32px;
		margin-bottom: 30px;
	}
	#top-ict .ict-move {
		width: 45%;
	}
}
@media screen and (max-width:890px){
	#top-ict h3 {
		font-size: 42px;
		margin-bottom: 15px
	}
	#top-ict p {
		font-size: 28px;
		margin-bottom: 20px;
	}
	#top-ict .ict-move {
		width: 41%;
	}
}
@media screen and (max-width:1080px){
	.paralarx {
		background: url(../img/public/paralarx.png) center center no-repeat;
		background-size: cover;
	}
	#architecture .paralarx {
		background: url(../img/architecture/paralarx.png) center center no-repeat;
		background-size: cover;
	}
	#group .paralarx {
		background: url(../img/group/paralarx.png) center center no-repeat;
		background-size: cover;
	}
	#i-construction .paralarx {
		background: url(../img/i_construction/paralarx.png) center center no-repeat;
		background-size: cover;
	}
	#reform .paralarx {
		background: url(../img/reform/paralarx.png) center center no-repeat;
		background-size: cover;
	}
	.characteristic-paralarx {
		background: url(../img/residence/paralarx.png) center center no-repeat;
		background-size: cover;
	}
	.characteristic-paralarx span.arc_sep{
		background: none;
	}
}