/*------------------------------------------------------------
	index.html
------------------------------------------------------------*/
body {
	overflow-x: hidden;
}

#gNavi {
	/*margin-bottom: 30px;*/
}

#pagePath {
	margin-bottom: 0;
}

#index #pagePath {
	margin-bottom: 40px;
}

#main .content {
	padding: 0 10px 39px;
	margin: 0 auto;
	max-width: 950px;
	overflow: hidden;
}

#index #main .content {
	padding-bottom: 56px;
}

#main .content p {
	color: #333;
	font-size: 1.4rem;
	line-height: 1.75;
	text-align: center;
}


#main .naviList.trust li {
    width: 33%;
}

#main .naviList.bukken_link {
    margin: 53px 0px;
}

#main .naviList.trust.bukken_link li {
    width: 50%;
    float: none;
    margin: 0 auto;
}

#main .naviList.bukken_link a {
    padding: 20px 20px 20px 0;
}

@media screen and (max-width: 767px) {
	#main .content {
		padding-bottom: 17px;
	}

	#index #main .content {
		padding-bottom: 27px;
	}

	#main .mainImg {
		margin: 10px 0 0;
	}

	#main .content p {
		font-size: 1.2rem;
		line-height: 1.7;
		text-align: left;
	}
	
#main .naviList.trust  a {
	background: #e4f0ee url("../images/common/icon04.png") no-repeat scroll center 60px / 10px auto;
    height: 60px;
    padding: 18px 0 1px;
    }
#main .naviList.trust li:nth-child(n+2) a{
    padding: 28px 0 1px;
    height: 50px;
    }
#main .naviList.trust .on a:hover, #main .naviList.trust .on a {
    background: #008b74 url("../images/common/icon05.png") no-repeat scroll center 60px / 10px auto;
	}
#main .naviList.trust li{
    padding: 0 8px 1px 0;
}
#main .naviList.trust li:last-child {
    padding-right: 0px;
}
#main .naviList.trust.bukken_link li {
    width: 95%;
	font-size: 20px;
}
#main .naviList.trust.bukken_link .on a:hover, #main .naviList.trust .on a {
    font-size: 18px;
}
}

#main .linkList li {
	width: 100%;
	overflow: hidden;
	display: table;
}

#main .linkList li a {
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: #000;
}

#main .linkList li a:before {
	width: 100%;
	height: 260px;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.8s ease-out;
	-webkit-transition: all 0.8s ease-out;
	background: url(../images/trust/intro/ind_photo01.jpg) no-repeat center center;
	background-size: cover;
	content: "";
}

#main .linkList li:nth-child(2) a:before {
	background-image: url(../images/trust/intro/ind_photo02.jpg);
}

#main .linkList li:nth-child(3) a:before {
	background-image: url(../images/trust/intro/ind_photo03.jpg);
}

#main .linkList li:nth-child(4) a:before {
	background-image: url(../images/trust/intro/ind_photo04.jpg);
}

#main .linkList li:nth-child(5) a:before {
	background-image: url(../images/trust/intro/ind_photo05.jpg);
}

#main .linkList li a:hover:before {
	opacity: 0.6;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

#main .linkList li a p {
	margin: 0 auto;
	max-width: 450px;
	width: 80%;
	position: relative;
	z-index: 1;
	color: #FFF;
}

#main .linkList li a .title {
	margin-bottom: 32px;
	padding: 6px 10px 7px;
	font-size: 3.0rem;
	box-sizing: border-box;
	border: 1px solid #FFF;
}

#main .linkList li a .txt {
	font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
	#index #pagePath {
		margin-bottom: 15px;
	}

	#main .linkList li a {
		height: 117px;
	}

	#main .linkList li a:before {
		height: 117px;
		transition: none;
		-webkit-transition: none;
		background-image: url(../images/trust/intro/ind_sp_photo01.jpg);
	}

	#main .linkList li a:hover:before {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	#main .linkList li:nth-child(2) a:before {
		background-image: url(../images/trust/intro/ind_sp_photo02.jpg);
	}

	#main .linkList li:nth-child(3) a:before {
		background-image: url(../images/trust/intro/ind_sp_photo03.jpg);
	}

	#main .linkList li:nth-child(4) a:before {
		background-image: url(../images/trust/intro/ind_sp_photo04.jpg);
	}

	#main .linkList li:nth-child(5) a:before {
		background-image: url(../images/trust/intro/ind_sp_photo05.jpg);
	}

	#main .linkList li a p {
		width: 225px;
		max-width: inherit;
	}

	#main .linkList li a .title {
		margin-bottom: 13px;
		padding: 5px 10px;
		font-size: 1.6rem;
	}

	#main .linkList li a .txt {
		font-size: 1.2rem;
	}
}

/*------------------------------------------------------------
	after/index.html
------------------------------------------------------------*/
#mainVisual {
	margin-bottom: 40px;
	height: 400px;
	position: relative;
	background: url(../images/trust/intro/aft_main_img.jpg) no-repeat center center;
	background-size: cover;
}

#mainVisual .ttlBox {
	margin: 0 auto;
	width: 90%;
	max-width: 950px;
	position: absolute;
	left: 50%;
	bottom: 29px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#mainVisual .ttlBox .subBox {
	width: 449px;
	float: right;
	box-sizing: border-box;
	border: 1px solid #FFF;
	background: rgba(0,139,117,0.6);
}

#mainVisual .ttlBox .headLine03 {
	color: #FFF;
	font-size: 2.6rem;
	font-weight: normal;
}

#mainVisual .ttlBox .headLine03 .txt {
	padding: 11px 19px 10px;
	display: inline-block;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#mainVisual .ttlBox p {
	color: #FFF;
	font-size: 1.8rem;
}

#mainVisual .ttlBox .text {
	width: 100%;
	display: table;
}

#mainVisual .ttlBox .text p {
	padding: 2px 0 0 23px;
	height: 80px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#mainVisual .ttlBox .text p .ttl {
	display: block;
	font-size: 2.0rem;
	font-weight: bold;
}

#main .page {
	margin: 0 auto 48px;
	width: 100%;
	max-width: 950px;
	position: relative;
}

#main .page01 {
	margin-bottom: 81px;
}

#main .page .title {
	width: 340px;
	height: 201px;
	display: table;
	position: absolute;
	right: 0;
	top: 32px;
	z-index: 1;
}

#main #page2 .title,
#main #page4 .title {
	left: 0;
	right: inherit;
}

#main .page .title .subTtl {
	padding: 0 30px;
	height: 200px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	background-color: #008B75;
}

#main .page .title .num {
	margin-bottom: 8px;
	color: #74B3A6;
	font-size: 4.0rem;
	display: block;
	font-weight: normal;
}

#main .page .title .name {
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
	display: block;
}

#main .page .img {
	margin-bottom: 12px;
}

#main .page .img,
#main .page .text {
	width: 69.5%;
}

#main #page2 .img,
#main #page2 .text,
#main #page4 .img,
#main #page4 .text {
	margin-left: 30.5%;
}

#main #page4 .img {
	margin-bottom: 0;
}

#main .page .img img {
	width: 100% !important;
	height: auto !important;
}

#main .page .text p {
	margin-bottom: 26px;
	color: #333;
	font-size: 1.5rem;
	line-height: 1.75;
}

#main .page .text p:last-child {
	margin-bottom: 0;
}

#main .textBox {
	margin-bottom: 54px;
}

#main .textBox .text {
	margin: 0;
	width: 100%;
}

#main .textBox .imgText {
	margin-bottom: 34px;
	padding: 32px 47px 30px;
	border: 10px solid #E4F0ED;
}

#main .textBox .imgText img {
	max-width: 100%;
	height: auto;
}

#main .textBox p {
	margin-bottom: 26px;
	color: #333;
	font-size: 1.5rem;
	line-height: 1.75;
}

#main .textBox p:last-child {
	margin-bottom: 0;
}

#main .link {
	text-align: center;
}

#main .link a {
	padding: 6px 50px 8px 17px;
	display: inline-block;
	position: relative;
	color: #008a75;
	font-size: 1.6rem;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border: 1px solid #1D7D6D;
}

#main .link a:before {
	width: 10px;
	height: 10px;
	position: absolute;
	right: 15px;
	top: 17px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border-top: 2px solid #008A75;
	border-right: 2px solid #008A75;
	content: "";
}

#main .link a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-color: #1D7D6D;
}

#main .link a:hover:before {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}

@media screen and (max-width: 767px) {
	#mainVisual {
		margin-bottom: 20px;
		height: auto;
		background: none;
	}

	#mainVisual .ttlBox {
		width: 100%;
		position: static;
		transform: none;
		-webkit-transform: none;
	}

	#mainVisual .ttlBox .subBox {
		padding: 20px;
		width: auto !important;
		float: none !important;
		border: none;
		background: #008B75;
	}

	#mainVisual .ttlBox .headLine03 {
		font-size: 1.6rem;
		text-align: center;
	}

	#mainVisual .ttlBox .headLine03 .txt {
		padding: 12px 10px 15px;
		display: block;
		border: 1px solid #FFF;
	}

	#mainVisual .ttlBox .text {
		width: auto;
		display: block;
		border: 1px solid #FFF;
		border-top: none;
	}

	#mainVisual .ttlBox .text p {
		padding: 11px 10px 12px;
		height: auto;
		display: block;
		font-size: 1.2rem;
		text-align: center;
	}

	#mainVisual .ttlBox .text p .ttl {
		font-size: 1.4rem;
	}

	#main .page {
		margin-bottom: 38px;
	}

	#main .page .title,
	#main .page .img,
	#main .page .text {
		width: 100%;
		opacity: 1 !important;
		transform: none !important;
		-webkit-transform: none !important;
	}

	#main .page .img {
		margin: 0 0 -20px !important;
	}

	#main .page .title {
		margin-bottom: 15px;
		height: inherit;
		position: relative;
		display: block;
		left: inherit !important;
		right: !important;
		top: inherit !important;
		overflow: hidden;
		zoom: 1;
	}

	#main .page .title .subTtl {
		padding: 15px 10px 19px 20px;
		width: 245px;
		height: auto;
		display: block;
		box-sizing: border-box;
	}

	#main #page2 .title .subTtl,
	#main #page4 .title .subTtl {
		float: right;
	}

	#main .page .title .num {
		margin-bottom: 2px;
		font-size: 2.5rem;
	}

	#main .page .title .name {
		font-size: 1.4rem;
		line-height: 1.4;
	}

	#main .page .text p {
		margin: 0 10px 20px;
		font-size: 1.2rem;
		line-height: 1.6;
	}

	#main .page .text p:last-child {
		margin-bottom: 0;
	}

	#main #page2 .img,
	#main #page2 .text,
	#main #page4 .img,
	#main #page4 .text {
		margin-left: 0;
	}

	#main #page4 {
		margin-bottom: 30px;
	}

	#after #main #page4 {
		margin-bottom: 48px;
	}

	#main #page4 .img,
	#main #page4 .text {
		margin-bottom: 15px !important;
	}

	#after #main #page4 .img,
	#after #main #page4 .text {
		margin-bottom: -20px!important;
	}

	#main #page4 .title {
		margin-bottom: 0;
	}

	#after #main #page4 .title {
		margin-bottom: 15px !important;
	}

	#main .textBox .imgText {
		margin: 0 auto 25px;
		padding: 0;
		width: 254px;
		border: none;
	}

	#main .link {
		margin: 0 10px;
	}

	#main .link a {
		padding: 25px 30px 27px 10px;
		display: block;
		transition: none;
		-webkit-transition: none;
		font-size: 1.4rem;
	}

	#main .link a:before {
		width: 8px;
		height: 8px;
		right: 9px;
		top: 35px;
		transition: none;
		-webkit-transition: none;
		border-top: 1px solid #008a75;
		border-right: 1px solid #008a75;
	}

	#main .link a:hover {
		color: #008a75;
		border: 1px solid #1d7d6d;
		background-color: #FFF;
	}

	#main .link a:hover:before {
		border-top: 1px solid #008a75;
		border-right: 1px solid #008a75;
	}
}

/*------------------------------------------------------------
	mytown/index.html
------------------------------------------------------------*/
#mytown #mainVisual {
	background-image: url(../images/trust/intro/myt_main_img.jpg);
}

#mytown #mainVisual .ttlBox .subBox {
	width: 490px;
}

/*------------------------------------------------------------
	environment/index.html
------------------------------------------------------------*/
#environment #mainVisual {
	background-image: url(../images/trust/intro/env_main_img.jpg);
}

#environment #mainVisual .ttlBox .subBox {
	width: 490px;
}

#environment #main #page1 .title,
#environment #main #page2 .title {
	top: 60px;
}

#environment #main #page3 .title {
	top: 146px;
}

/*------------------------------------------------------------
	design/index.html
------------------------------------------------------------*/
#design #mainVisual {
	background-image: url(../images/trust/intro/des_main_img.jpg);
}

#design #main #page1 .title {
	top: 60px;
}

#design #main #page3 .title {
	top: 146px;
}

#design #main .home {
	margin: 0 auto;
	max-width: 950px;
}

#design #main .home .inner {
	margin-bottom: 35px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

#design #main .home .inner:last-child {
	margin-bottom: 0;
}

#design #main .home .ttl {
	padding: 49px 18px 14px;
	width: 340px;
	position: absolute;
	left: 0;
	top: 38px;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	box-sizing: border-box;
	background-color: #7B3259;
}

#design #main .home .inner:nth-child(2n) .ttl {
	left: inherit;
	right: 0;
}

#design #main .home .inner:nth-child(2) .ttl {
	background-color: #0C686E;
}

#design #main .home .inner:nth-child(3) .ttl {
	background-color: #D93600;
}

#design #main .home .inner:nth-child(4) .ttl {
	background-color: #F39800;
}

#design #main .home .photo {
	width: 66%;
	box-sizing: border-box;
	border: 4px solid #D7D7D9;
}

#design #main .home .inner:nth-child(2n+1) .photo {
	float: right;
}

#design #main .home .photo a:hover {
	opacity: 0.7;
}

#design #main .home .photo img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	#design #main .home {
		margin: 0 10px 30px;
	}

	#design #main .home .inner {
		margin-bottom: 30px;
	}

	#design #main .home .photo {
		margin: 0 10px;
		width: auto;
		float: none !important;
		border-width: 2px;
	}

	#design #main .home .ttl {
		padding: 8px 10px;
		width: auto;
		position: static;
		font-size: 1.4rem;
	}
}

/*------------------------------------------------------------
	construct/index.html
------------------------------------------------------------*/
#construct #mainVisual {
	background-image: url(../images/trust/intro/con_main_img.jpg);
}

#construct #main #page1 .title .name {
	font-size: 1.7rem;
}

#construct #main #page2 .title {
	top: 110px;
}

#construct #main #page3 .title {
	top: 150px;
}

@media screen and (max-width: 767px) {
	#main .page .text p {
		margin-bottom: 0;
	}

	#construct #main #page1 .title .name {
		font-size: 1.4rem;
	}
}