@charset "UTF-8";

/*========================================
*
*	全ページ共通
*
*---------------------------------------*/
/*================================
**	全ページ共通
*-------------------------------*/
/*========================
**	全ページ共通
*/
body {
	min-width: auto;
}
h2 {
    font-size: 3rem;
    letter-spacing: 0.6rem;
}
.spOn {
    display: block;
}
.spOff {
    display: none;
}
#gotoTop {
    width: 60px;
}
#home #contents {
	padding: 114px 0 0 0;
}
/*================================
**	ヘッダー
*-------------------------------*/
#header {
    height: 114px;
}
#header .headerInner {
    width: 100%;
    margin: 0 auto;
}
#header .flexContainer {
    display: block;
}
#header #headerLogo {
    position: relative;
    margin: 12px auto 0;
	width: 140px;
}
#header .headerText {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 8px 0 0 0px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
}
/*================================
**	フッター
*-------------------------------*/
#footer {
    padding: 50px 0 0;
}
#footer #footerLogo {
    width: 192px;
    margin: 0 auto 14px;
}
#footer #footerNav {
    display: none;
}
#footer > .flexContainer {
    display: block;
    width: 70%;
    margin: 0 auto 20px;
}
#footer .flexContainer .flexBox {
    margin: 0;
}
#footer .footerInfo p {
    line-height: 1.7;
    margin: 0 0 15px;
    text-align: center;
}
#footer .footerInfo .footerLink {
	width: 250px;
	margin: 0 auto;
}
/*================================
**	ハンバーガーナビ
*-------------------------------*/

#spNav {
	display: block;
}
#glNav,
.subNav {
	display: none;
}
#spNav #spNavButton {
	display: block;
	position: fixed;
	border: none;
	letter-spacing: 0.1em;
	cursor: pointer;
	top: 10px;
	right: 10px;
	z-index: 1001;
	text-align: center;
	outline: none;
	border-radius: 3px;
	float: right;
    background: #EFEFEF;
    padding: 14px 8px 10px;
}
#headerNav {
	display: none;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 36px;
  height: 24px;
}
#spNavButton p {
  font-weight: bold;
  color: #3B4E55;
  font-size: 1.2rem;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0A7A4C;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.open .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.open .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-1px) rotate(45deg);
  transform: translateY(-1px) rotate(45deg);
}
.open .menu-trigger {
  position: relative;
	 top: -10px;
}
#spNavContents {
 overflow-y: scroll;
 position: fixed;
    top: 114px;
    right: -700px;
    width: 80%;
    height: 74%;
    padding-top: 5px;
    background: #EFEFEF;
    font-size: 1.6rem;
    font-weight: bold;
    box-sizing: border-box;
    z-index: 140;
}
#spNavContents nav ul li {
    display: block;
    border-bottom: solid 1px #D5D5D5;
   
}
#spNavContents nav ul li a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 12px 0 12px 30px;
    width: 100%;
}
#spNavContents .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#spNavContents .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#spNavContents .btn-gnavi span:nth-child(1) {
    top: 0
}
#spNavContents .btn-gnavi span:nth-child(2) {
    top: 10px
}
#spNavContents .btn-gnavi span:nth-child(3) {
    top: 20px
}
#spNavContents .btn-gnavi.open span {
    background: #fff
}
#spNavContents .btn-gnavi.open span {
    width: 24px;
}
#spNavContents .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
}
#spNavContents .contents section:nth-child(odd) p {
    left: 10%
}
#spNavContents .contents section:nth-child(even) p {
    right: 10%
}
#spNavContents .subNav {
	display: block;
    margin: 20px 0 0;
}
#spNavContents .subNav ul li {
    display: block;
    border-bottom: none;
}
#spNavContents .subNav ul li.topContact a{
    color: #fff;
    background: #0A7A4C;
    padding: 16px 20px;
    width: 104px;
    margin: 0 0 0 30px;
    border-radius: 3px;
}

/*================================
**	ポップアップ
*-------------------------------*/
.popup-inner {
    position: absolute;
    width: 90%;
    padding: 7%;
    background-color: #fff;
    z-index: 2;
    height: 90%;
    overflow: scroll;
}
.popup h4 {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    margin: 10px 0 30px;
}
.popup p, .popup h5, .popup li {
    font-size: 1.4rem;
    line-height: 1.6;
}
.popup li::before {
    height: 3px;
    width: 12px;
    left: -22px;
    top: 11px;
}
.popup li {
    margin: 0 0 0 30px;
}

/*================================
**	ホーム コンテンツ
*-------------------------------*/
#home h2 {
    margin: 0 0 16px;
}
/*================================
**	ホーム メニュー
*/


/*================================
**	ホーム メインイメージ
*/
#homeMainImage {
    margin: 0;
}
#home .mainCopy {
    margin: 0 0 2px;
}
#home #copyContainer .green {
    font-size: 1.8rem;
}
#home #copyContainer .subCopy {
    font-size: 1.6rem;
}
#home #copyContainer {
    position: absolute;
    bottom: 12%;
    right: 2%;
    z-index: 20;
}
#homeMainImage .videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
}
#contents > #copyContainer {
	position: relative;
	text-align: center;
}
#home #copyContainer {
    bottom: inherit;
    right: 0;
    left: 0;
    z-index: 20;
    margin: 0 auto 50px;
	padding: 20px 20px 16px;
	background: #E6E6E6;
}
/*================================
**	ホーム news
*/
#topNews {
    width: 90%;
    margin: 0 auto 80px;
}
#topNews li {
    font-size: 1.4rem;
    margin: 0 0 20px;
}
#topNews .topNewsButton {
    margin: 40px auto 0;
}
/*================================
**	ホーム 事業案内
*/
#topBussiness {
    margin: 0 0 30px;
}
#topBussiness h2 {
    margin: 0 0 40px;
}
#topBussiness .flexContainer {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
}
#topBussiness .flexContainer:first-of-type {
  margin: 0 auto;
}
/*#topBussiness .flexContainer:first-of-type,
#topBussiness .flexContainer:last-of-type
{
    margin: 0 auto;
    max-width: 440px;
}*/
#topBussiness .img_wrap {
    width: 100%;
    height: auto;
    
}
#topBussiness .flexContainer .flexBox {
	width: 42%;
	/*min-width: 130px;*/
    margin: 0 2% 50px;
}
/*#topBussiness .flexContainer .flexBox:nth-child(odd) {
    margin-right: 20px;
}*/
#topBussiness .flexContainer .bussiness01::before,
#topBussiness .flexContainer .bussiness02::before,
#topBussiness .flexContainer .bussiness03::before,
#topBussiness .flexContainer .bussiness04::before,
#topBussiness .flexContainer .bussiness05::before,
#topBussiness .flexContainer .bussiness06::before,
#topBussiness .flexContainer .bussiness07::before,
#topBussiness .flexContainer .bussiness08::before,
#topBussiness .flexContainer .bussiness09::before {
    font-size: 3.8rem;
    position: absolute;
    left: -2px;
    top: -31px;
    z-index: 30;
}
#topBussiness .flexContainer h3::after {
    display: none;
}
#topBussiness .flexContainer h3 {
    font-size: min(5vw,20px);
     text-align: center;
}
#topBussiness .flexContainer .bussiness05 h3 {
    font-size: min(4.6vw,18px);
}
#topBussiness .flexContainer:last-of-type .flexBox:last-child {
    margin-right: 0;
}

/*================================
**	ホーム 各種認定
*/
#topCertification {
    margin: 0 0 70px;
}
#topCertification p {
    text-align: center;
    margin: 0 auto 30px;
    width: 90%;
    font-size: 1.4rem;
}
#topCertification .flexContainer {
    justify-content: center;
    background: #EFEFEF;
    padding: 10px 0;
    flex-wrap: wrap;
    max-width: 360px;
}
#topCertification .flexContainer .flexBox {
    margin: 0 20px 18px 0;
    width: 130px;
}
#topCertification .flexContainer .flexBox img {
    width: 100%;
}
#topCertification .flexContainer .flexBox:nth-child(even) {
    margin: 0;
}
/*================================
**	ホーム 各種認定
*/
#topBanner {
    margin: 0 auto 70px;
    width: 90%;
}
#topBanner .flexContainer {
    flex-wrap: wrap;
    width: 300px;
	margin: 0 auto;
}
#topBanner .img_wrap {
    width: 300px;
    height: 245.317px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 0;
}
#topBanner .flexContainer .flexBox img {
    width: 100%;
}
#topBanner .flexContainer .flexBox {
    margin: 0 0 20px;
    position: relative;
}
#topBanner .flexBoxInner h3 {
    font-size: 2.2rem;
    margin: 0 0 4px;
}


/*================================
**	ホーム モーダル内
*/
#home .modal_area .top_modal_box_02 section .flexContainer,
#home .modal_area .top_modal_box_03 section .flexContainer {
  flex-wrap: wrap;
	width: 100%;
	margin: 30px auto;
}
#home .top_modal_box_02 .flexContainer >div,
#home .top_modal_box_03 .flexContainer > div {
	margin: 0 0 20px;
}

#home .top_modal_box_02 .modal_inner .modal_image_beside a,
#home .top_modal_box_03 .modal_inner .modal_image_beside a {
  width: 100%;
}
#home .top_modal_box_02 .modal_inner .modal_image_vertical a,
#home .top_modal_box_03 .modal_inner .modal_image_vertical a {
  width: 100%;
}

/*================================
**	企業情報
*-------------------------------*/
/*========================
**	共通
*/
#company .photoBox img {
    width:100%;
}
#company .pageMenu,
#company section{
    width: 90%;
    margin: 0 auto 40px;
}
#company .title {
  position: relative;
   margin: 0 0 30px;
}
#company .title:after {
    content: "";
  display: block;
  line-height: 0;
  left: 0;
  bottom: -6px;
  width: 30%;
  border-bottom: 6px solid #0A7A4C;
}
#company .pageMenu {
    font-size: 1.6rem;
    height: 106px;
    margin: -10px auto 90px;
    border-bottom: solid #0A7A4C 3px;
    width: 300px;
}
#company .pageMenu .flexContainer {
    flex-wrap: wrap;
}
#company .pageMenu li {
    width: 80px;
    margin: 0 20px 20px 0;
    position: relative;
    text-align: center;
}
#company .pageMenu li:nth-of-type(1),
#company .pageMenu li:nth-of-type(2) {
    margin: 0  20px 26px 0;
}
#company .pageMenu li:nth-of-type(3) {
    margin: 0 0 26px;
}
#company .pageMenu li:last-of-type {
    margin: 0 0 20px;
}
#company .pageMenu li:before {
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 13px;
    height: 7px;
}
#company .title h2 {
    font-size: 2rem;
    margin: 0 auto 26px;
    position: relative;
    letter-spacing: 0.2rem;
    text-align: center;
}
#company .title h2::before {
    font-size: 1.1rem;
    position: absolute;
    height: 50px;
    z-index: 30;
    letter-spacing: 0.01rem;
}
#company #companyGreeting .title h2:before,
#company #companyPolicy .title h2:before,
#company #companyPlofile .title h2:before,
#company #companyExecutive .title h2:before,
#company #companyHistory .title h2:before,
#company #companyOffice .title h2:before {
    left: 0;
    right: 0;
    top: 28px;
    text-align: center;
}
#company #companyGreeting .flexContainer {
    display: block;
}
#company #companyGreeting .flexContainer .photoBox {
    width: 60%;
    margin: 0 auto 20px;
}
#company #companyGreeting .flexContainer .textBox {
    width: 100%;
}
#company #companyGreeting .flexContainer .textBox p {
    font-size: 1.4rem;
    line-height: 2;
    text-align: justify;
}
#company #companyGreeting .flexContainer .photoBox p {
   margin: 16px 0 0;
   text-align: center;
}

#company #companyGreeting .flexContainer .textBox .greetingName {
    margin: 10px 0 0;
    font-size: 1.6rem;
    letter-spacing: -0.01rem;
    text-align: right;
     line-height: 2;
}
#company #companyGreeting .flexContainer .textBox .greetingName .textBig{
    font-size: 2.2rem;
    letter-spacing: 0.6rem
}
#company #companyPolicy .flexContainer {
    display: block;
}
#company #companyPolicy .photoBox {
    width: 90%;
    margin: 0 auto 0;
    z-index: 100;
}
#company #companyPolicy .textBox {
    width: 100%;
    margin: 0 auto 30px;
}
#company #companyPolicy .textBox li {
    font-size: 1.4rem;
    margin: 0 0 12px 26px;
    position: relative;
    line-height: 1.4;
}
#company #companyPolicy .textBox li:before {
    font-size: 1.8rem;
    left: -26px;
    top: -4px;
}
#company #companyPlofile table {
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
}
#company #companyPlofile table tr {
    border-top: none;
}
#company #companyPlofile table th{
    padding: 8px 0 8px 18px;
    width: 100%;
    text-align: left;
    display: block;
}
#company #companyPlofile table td{
    padding: 8px 0 8px 18px;
    letter-spacing: 0.08rem;
    display: block;
}
#company #companyPlofile table td ol li{
    margin: 0 0 4px 18px;
}
#company #companyPlofile table .flexContainer{
    display: block;
    justify-content: flex-start;
}
#company #companyPlofile table .flexContainer .flexBox:first-of-type {
    margin: 0 20px 0 0;
}
#company #companyPlofile table .flexContainer .flexBox li {
    margin: 0 0 4px;
}
#company #companyExecutive table {
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
}
#company #companyExecutive table th{
    padding: 16px 0 16px 26px;
    width: 150px;
    font-size: 1.4rem;
}
#company #companyExecutive table td{
    padding: 16px 0 16px 18px;
    letter-spacing: 0.08rem;
}
#company #companyExecutive table th:before {
    height: 3px;
    width: 18px;
    top: 24px;
}
#company #companyExecutive table tr:nth-of-type(4) th:before {
    height: 3px;
    width: 18px;
    top: 45px;
}
#company #companyHistory table {
    width: 100%;
    font-size: 1.4rem;
}
#company #companyHistory table th {
    width: 84px;
    text-align: left;
    padding: 14px 0 14px 12px;
}
#company #companyHistory table td {
    padding: 14px 8px 14px 0;
}
#company #companyOffice {
    margin: 0 auto 70px;
}
#company #companyOffice .flexContainer {
    width: 100%;
    margin: 0 auto;
    display: block;
}
#company #companyOffice .flexBox {
    padding: 14px 0 0;
    margin: 0 auto 30px;
}
#company #companyOffice .flexBox:nth-of-type(3),
#company #companyOffice .flexBox:nth-of-type(6) {
    margin: 0 0 30px 0;
}
#company #companyOffice h3 {
    font-size: 1.8rem;
    margin: 0 0 2px;
}
#company #companyOffice .officeInfoBox {
    margin: 0 0 0 20px;
    height: 110px;
}
#company #companyOffice .officeInfoBox p {
    line-height: 1.5;
    font-size: 1.4rem;
}
#company #companyOffice .mapBox {
    height: 0;
    overflow: hidden;
    padding-bottom: 45.25%;
    position: relative;
}
#company #companyOffice .mapBox iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#company #companyGreeting,
#company #companyPolicy,
#company #companyPlofile,
#company #companyExecutive,
#company #companyHistory,
#company #companyOffice {
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}
/*================================
**	施工実績
*-------------------------------*/
/*========================
**	共通
*/
#works section .flexContainer {
    display: block;
}
#works .photoBox img {
    width:100%;
}
#works .pageMenu,
#works section{
    width: 90%;
    margin: 0 auto 50px;
}
#works .title {
  position: relative;
   margin: 0 0 30px;
}
#works .title:after {
    content: "";
  display: block;
  line-height: 0;
  left: 0;
  bottom: -6px;
  width: 30%;
  border-bottom: 6px solid #0A7A4C;
}
#works .title h2::before {
    font-size: 1.1rem;
    position: absolute;
    height: 50px;
    z-index: 30;
    letter-spacing: 0.01rem;
}

#works .pageMenu {
    font-size: 1.6rem;
    height: 120px;
    margin: -10px auto 50px;
    border-bottom: solid #0A7A4C 3px;
    width: 300px;
}
#works .pageMenu .flexContainer {
    flex-wrap: wrap;
}
#works .pageMenu li {
    width: 110px;
    margin: 0;
    position: relative;
    text-align: center;
}
#works .pageMenu li:nth-of-type(1),
#works .pageMenu li:nth-of-type(2) {
    margin: 0 0 30px;
}
#works .pageMenu li:nth-of-type(3) {
    margin: 0;
}
#works .pageMenu li:last-of-type {
    margin: 0;
}
#works .pageMenu li:before {
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 13px;
    height: 7px;
}
#works .title h2 {
    font-size: 2rem;
    margin: 0 auto 26px;
    position: relative;
    letter-spacing: 0.2rem;
    text-align: center;
}
#works .title h2::before {
    font-size: 1.1rem;
    position: absolute;
    height: 50px;
    z-index: 30;
    letter-spacing: 0.01rem;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#works h3 {
    font-size: 1.8rem;
    margin: 0 0 10px;
}
#works p {
    line-height: 1.6;
    font-size: 1.4rem;
}
#works .pageMenu li {
    margin: 0 60px 0 0;
    position: relative;
}
#works .pageMenu li:last-of-type {
    margin: 0;
}
#works #worksEngineering .title h2:before,
#works #worksArchitecture .title h2:before,
#works #worksPavement .title h2:before,
#works #worksDemolition .title h2:before {
    top: 28px;
    right: 0;
    left: 0;
    margin: 0 auto;

}

#works #worksEngineering,
#works #worksArchitecture,
#works #worksPavement,
#works #worksDemolition {
    display: block;
    padding-top: 140px;
    margin-top: -140px;
}

#works #worksGreeting p {
    line-height: 2;
    font-size: 1.6rem;
}
#works #worksGreeting p br {
    display: none;
}
#works #worksGreeting .linkPdf a {
  font-size: 1.6rem;
}
#works .textBig {
    font-size: 1.8rem;
    
}
#works .lineGreen {
    border-bottom: 4px solid #0A7A4C;
}
#works .photoBox {
    width: 100%;
}
#works .photoBox figcaption {
    margin: 14px 0 0;
}
#works #worksArchitecture .photoBox,
#works #worksPavement .photoBox,
#works #worksDemolition .photoBox {
    margin: 30px 0 0;
}
#worksEngineering .flexContainer {
    flex-wrap: wrap;
    justify-content: flex-start;
}
#worksEngineering p {
    margin: 0 0 20px;
}
#worksEngineering .photoBox {
    margin: 0 0 30px;
}
#worksEngineering .photoBox:first-of-type {
    margin: 0 0px 30px 0;
}
#worksEngineering .photoBox:last-of-type {
    margin: 0 0 30px 0;
}
#works figcaption ul li,
#works figcaption ul li {
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 4px 20px;
}
#works figcaption ul li:before,
#works figcaption ul li:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 14px;
    background: #0A7A4C;
    margin: auto;
    left: -20px;
    top: 9px;
}
#works #worksDemolition {
    margin: -140px auto 80px;
}

/*================================
**	施設情報
*-------------------------------*/
/*========================
**	共通
*/

#facility section{
    width: 90%;
    margin: -200px auto 40px;
}
#facility .title {
  position: relative;
   margin: 0 0 30px;
}
#facility .title:after {
    content: "";
  display: block;
  line-height: 0;
  left: 0;
  bottom: -6px;
  width: 30%;
  border-bottom: 6px solid #0A7A4C;
}
#facility .title h2 {
    font-size: 2rem;
    margin: 0 auto 6px;
    position: relative;
    letter-spacing: 0.2rem;
    text-align: center;
}
#facility .title h2::before {
    font-size: 1.1rem;
    position: absolute;
    height: 50px;
    z-index: 30;
    letter-spacing: 0.01rem;
}
#facility section > .flexContainer {
    display: block;
}
#facility #companyGreeting .flexContainer .photoBox {
    width: 60%;
    margin: 0 auto 20px;
}
#facility #companyGreeting .flexContainer .textBox {
    width: 100%;
}
#facility .mapBox {
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
}
#facility .mapBox iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#facility .photoBox {
    margin: 0 0 20px;
}
#facility .textBox {
    width: 320px;
}
#facility .textBox p,
#facility .infoBox p {
    line-height: 1.6;
    font-size: 1.4rem;
    margin: 0 0 20px;
}
#facility .textBox .flexContainer,
#facility .infoBox .flexContainer {
    margin: 0 0 12px;
    font-size: 1.4rem;
}
#facility .textBox .flexBox:first-of-type,
#facility .infoBox .flexBox:first-of-type {
    margin: 0 20px 0 20px;
}
#facility .textBox .flexBox li,
#facility .infoBox .flexBox li {
    margin: 0 0 8px;
    line-height: 1.2;
    font-weight: 600;
}
#facility .textBox .flexBox li:before,
#facility .infoBox .flexBox li:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    background: #0A7A4C;
    margin: auto;
    left: -16px;
    top: 8px;
}
#facility h4 {
    font-size: 1.6rem;
    margin: 0 0 12px;
}
#facility05 .textBox .flexBox:first-of-type {
    margin: 0 56px 30px 20px;
    font-size: 1.5rem;
    font-weight: 600;
}
#facility05 .textBox .flexBox:first-of-type {
    margin: 0 56px 30px 20px;
    font-size: 1.5rem;
    font-weight: 600;
}
#facility #facility06 {
    margin: -160px auto 70px;
}
#facility06 .flexBox {
    width: 100%;
}
#facility06 > .flexContainer {
    display: block;
}
/*#facility06 .flexBox:first-of-type {
    margin: 0 0 40px 0;
}*/
#facility #facility06 #facility06-1 {
    padding-bottom: 90px;
}
#facility #facility06-2 {
  padding-top: 90px;
  margin-top: -90px;
}
/*================================
**	関連企業
*-------------------------------*/
/*========================
**	共通
*/
#related section{
    width: 90%;
    margin: 0 auto 40px;
}
#related .title {
  position: relative;
   margin: 0 0 30px;
}
#related .title:after {
    content: "";
  display: block;
  line-height: 0;
  left: 0;
  bottom: -6px;
  width: 30%;
  border-bottom: 6px solid #0A7A4C;
}
#related .title h2 {
    font-size: 2rem;
    margin: 0 auto 6px;
    position: relative;
    letter-spacing: 0.2rem;
    text-align: center;
}
#related .title h2::before {
    font-size: 1.1rem;
    position: absolute;
    height: 50px;
    z-index: 30;
    letter-spacing: 0.01rem;
}


#related #sekiyu02 h3,
#related #tadatex05 h3 {
    font-size: 1.6rem;
    margin: 0 0 2px;
}
#related #sekiyu02 .relatedInfoBox,
#related #tadatex05 .relatedInfoBox {
    margin: 0 0 0 20px;
    height: 110px;
}
#related #sekiyu02 .relatedInfoBox p,
#related #tadatex05 .relatedInfoBox p {
    line-height: 1.5;
    font-size: 1.4rem;
}
#related #sekiyu02 .mapBox,
#related #tadatex05 .mapBox {
    height: 0;
    overflow: hidden;
    padding-bottom: 45.25%;
    position: relative;
}
#related #sekiyu02 .mapBox iframe,
#related #tadatex05 .mapBox iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#related #sekiyu02 .flexBox,
#related #tadatex05 .flexBox {
    background: #F8F8F8;
    padding: 26px 0 0;
    margin: 0 auto 30px;
}
#related #relatedTadatex #tadatex05 {
    margin: 0 0 70px;
}

#related article {
    width: 100%;
    margin: 0 auto;
}
#related .SekiyuPhoto,
#related .tadatexPhoto {
    margin: 0;
}
#related .SekiyuPhoto img,
#related .tadatexPhoto img{
    width: 100%;
}
#related .SekiyuPhoto,
#related .tadatexPhoto {
    width: 100%;
}
#related .SekiyuText,
#related .tadatexText {
    width: 100%;
    margin: 0 60px 0 0;
    position: relative;
}
#related .SekiyuText,
#related .tadatexText {
    line-height: 1.8;
} 
#related .SekiyuText p,
#related .tadatexText p{
    margin: 0 0 14px;
    font-size: 1.4rem;
}
#related .SekiyuText h4,
#related .tadatexText h4 {
    font-size: 1.6rem;
    margin: 0 0 4px;
}
#related #lowerTitle:after {
    background: url(../images/related/page-title.jpg) no-repeat;
    background-size: auto;
    background-size: cover;
}
#related .title {
    border-bottom: solid 6px #EFEFEF;
  position: relative;
    margin: 0 0 20px;
}
#related .title:after {
    content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 30%;
  border-bottom: 6px solid #0A7A4C;
}
#related .SekiyuText ul,
#related .tadatexText ul {
    margin: 0 0 20px;
}
#related .SekiyuText ul li,
#related .tadatexText ul li {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 0 20px;
    line-height: 1.6;
}
#related .SekiyuText ul li:before,
#related .tadatexText ul li:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 14px;
    background: #0A7A4C;
    margin: auto;
    left: -20px;
    top: 12px;
}
#related .flexContainer {
    display: block;
}
#related #sekiyu01,
#related #relatedTadatex article {
    margin: 0 0 40px;
}
#related #relatedTadatex #tadatex02 h3,
#related #relatedTadatex #tadatex03 h3,
#related #relatedTadatex #tadatex04 h3 {
    font-size: 1.6rem;
    color: #0A7A4C;
}
#related #tadatex02 .imgFlow {
    margin: 0 0 20px;
}
#related #tadatex02 .imgFlow img {
    width: 100%;
}
#related #tadatex03 h3 {
    margin: 0 0 24px;
}
#related #tadatex03 table {
    
}
#related #tadatex03 table {
    width: 100%;
    font-size: 1.3rem;
}
#related #tadatex03 table tr {
    border-top: solid #D5D5D5 1px;
    text-align: left;
}
#related #tadatex03 table th{
    background: #EFEFEF;
    padding: 10px;
    width: 30%;
}
#related #tadatex03 table tr:first-of-type{
    border-bottom: solid #8C9791 2px;
}
#related #tadatex03 table tr:first-of-type th{
    background: #fff;
    padding: 10px 0 10px 10px;
    text-align: center
}
#related #tadatex03 table tr:first-of-type th:first-of-type {
    background: #EFEFEF;
}
#related #tadatex03 table tr th:first-of-type {
    width: 370px;
    padding: 10px 0 10px 10px;
}
#related #tadatex03 table tr:first-of-type th:nth-of-type(2) {
    width: 22%;
}
#related #tadatex03 table tr td:nth-of-type(2) {
    text-align: center;

}
#related #tadatex03 table tr:first-of-type th:nth-of-type(3) {
    width: 13%;
     padding: 10px 0 10px 10px;
}
#related #tadatex03 table td{
    padding: 10px 0 10px 10px;
    letter-spacing: 0.08rem;
}
#related #tadatex03 ol {
    margin: 14px 0 40px;
    font-size: 1.4rem;
    line-height: 1.2;
}
#related #tadatex04 p{
    text-align: center;
    padding: 18px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 1.4rem;
}
#related #tadatex04 .textGreen {
    color: #0A7A4C;
}


/*================================
**	採用情報
*-------------------------------*/
/*========================
**	共通
*/

#recruit section{
    width: 90%;
    margin: 0 auto 50px;
}
#recruit .title {
  position: relative;
   margin: 0 0 30px;
}
#recruit .title:after {
    content: "";
  display: block;
  line-height: 0;
  left: 0;
  bottom: -6px;
  width: 30%;
  border-bottom: 6px solid #0A7A4C;
}
#recruit .title h2::before {
    font-size: 1.1rem;
    position: absolute;
    height: 50px;
    z-index: 30;
    letter-spacing: 0.01rem;
}
#recruit .title h2 {
    font-size: 2rem;
    margin: 0 auto 26px;
    position: relative;
    letter-spacing: 0.2rem;
    text-align: center;
}
#recruit .title h2::before {
    font-size: 1.1rem;
    position: absolute;
    height: 50px;
    z-index: 30;
    letter-spacing: 0.01rem;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#recruit #recruitVoice .title h2:before,
#recruit #recruitInformation .title h2:before{
    left: 0;
    top: 28px;
}

#recruit #recruitGreeting .flexContainer {
    display: block;
}
#recruit #recruitGreeting h3 {
    font-size: 2rem;
    text-align: center;
    margin: 0 0 20px;
}
#recruit #recruitGreeting .photoBox {
    width: 100%;
    margin: 0 0 20px;
}
#recruit #recruitGreeting .textBox {
    width: 100%;
    margin: 20px 0 0;
    position: relative;
}
#recruit #recruitGreeting .textBox p {
    line-height: 1.9;
    font-size: 1.6rem;
    text-align: left;
}
#recruit #recruitGreeting .textBox p br {
    display: none;
}
#recruit #recruitGreeting > p {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
    text-align: center;
    line-height: 2;
    margin: 10px 0 0;
}
#recruit #recruitGreeting > p .lineGreen {
    border-bottom: 2px solid #0A7A4C;
}

#recruitVoice > .flexContainer {
	flex-wrap: wrap;
    justify-content: flex-start;
    width: 300px;
    margin: 0 auto;
}
#recruitVoice .flexContainer .flexContainer {
    width: 100%;
    margin: 0 auto;
}
#recruitVoice .flexContainer .flexBox {
    width: 144px;
    display: block;
    background: #EFEFEF;
    padding: 10px 0 0;
    margin: 0 12px 20px 0;
    border-bottom: solid 4px #0A7A4C;
}
#recruitVoice .flexContainer .flexBox:nth-of-type(even) {
    margin: 0 0 20px 0;
}
#recruitVoice .flexContainer .flexBox .photoBox {
    width: 120px;
    margin: 0 auto 20px;
}
#recruitVoice .flexContainer .flexBox img {
    width: 100%;
    display: inline-block;
}
#recruitVoice .flexContainer .flexContainer {
    display: block;
}
#recruitVoice .flexContainer .flexBox h4 {
    font-size: 1.6rem;
    margin: 0;
    width: 100%;
    height: 25px;
    border-right: none;
    text-align: center;
}
#recruitVoice .flexContainer .flexBox p {
    margin: 0 0 4px;
    font-size: 1.3rem;
    text-align: center;
}
#recruitVoice .flexContainer .flexBox:nth-of-type(4) h4,
#recruitVoice .flexContainer .flexBox:nth-of-type(5) h4 {
    width: 140px;
}
#recruitVoice .flexContainer .flexBox:nth-of-type(10) h4 {
    width: 120px;
}
#recruitVoice .flexContainer .flexBox h4:before {
    font-size: 1rem;
    top: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#recruit .modal_area section,
#recruit .modal_area article {
    width: 100%;
}
#recruit .modal_area section .flexContainer {
    display: block;
    justify-content: flex-start;
}
#recruit .modal_area #voiceInnerTop .photoBox {
    width: 100%;
    margin: 0 auto 20px;
}
#recruit .modal_area #voiceInnerTop .textBox {
    width: 100%;
    position: relative;
}
#recruit .modal_area .photoBox img,
#recruit .modal_area #voiceInnerContents .photoBox img{
    width: 100%;
}
#recruit .modal_area #voiceInnerTop .textBox .voiceCopy {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 10px auto 20px;
    text-align: center;
}
#recruit .modal_area #voiceInnerTop .textBox .voiceProfile {
    width: 100%;
    height: 100px;
    margin: 0 0 30px;
}
#recruit .modal_area #voiceInnerTop .textBox .voiceProfile h3 {
    font-size: 2.2rem;
    text-align: center;
    padding: 30px 0 0;
    letter-spacing: 0.3rem;
}
#recruit .modal_area #voiceInnerTop .textBox .voiceProfile h3:before {
    font-size: 1.2rem;
    height: 30px;
    top: 12px;
}
#recruit .modal_area #voiceInnerTop .textBox .voiceProfile p {
    text-align: center;
    margin: 4px 0 0;
    position: relative;
    font-size: 1.4rem;
}
#recruit .modal_area #voiceInnerTop .textBox .voiceProfile p:before {
    content: "";
    position: absolute;
    height: 24px;
    width: 2px;
    background: #0A7A4C;
    margin: 0 auto;
    left: 34px;
    top: -1px;
    right: 0;
}
#recruit .modal_area .modal_box:nth-of-type(4) #voiceInnerTop .textBox .voiceProfile p:before,
#recruit .modal_area .modal_box:nth-of-type(5) #voiceInnerTop .textBox .voiceProfile p:before {
    left: -12px;
}
#recruit .modal_area .modal_box:nth-of-type(10) #voiceInnerTop .textBox .voiceProfile p:before {
    left: -27px;
}
#recruit .modal_area #voiceInnerContents {
    position: relative;
}
#recruit .modal_area #voiceInnerContents h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 8px 20px;
}
#recruit .modal_area #voiceInnerContents p {
    margin: 0 0 20px;
    font-size: 1.4rem;
    line-height: 1.7;
}
#recruit .modal_area #voiceInnerContents h4:before {
    height: 2px;
    width: 10px;
    margin: auto;
    left: -16px;
    top: 10px;
}
#recruit .modal_area #voiceInnerContents .flexContainer{
    padding: 0;
    display: block;
}
#recruit .modal_area #voiceInnerContents .flexContainer .qBox {
    width: 100%;
}
#recruit .modal_area #voiceInnerContents .photoBox {
    width: 80%;
    margin: 0 auto;
}
#recruit #recruitInformation {
    margin: 0 auto 70px;
}
#recruit #recruitInformation table {
    width: 100%;
    font-size: 1.5rem;
}
#recruit #recruitInformation table tr {
    border-top: none;
    text-align: left;
}
#recruit #recruitInformation table tr:first-of-type {
    border-top: none;
}
#recruit #recruitInformation table th{
    background: #EFEFEF;
    padding: 12px;
    width: 100%;
    display: block;
}
#recruit #recruitInformation table tr th:first-of-type {
    width: 100%;
    padding: 12px 0 12px 16px;
}
#recruit #recruitInformation table td{
    padding: 12px 0 12px 16px;
    display: block;
}

/*================================
**	CSR活動
*-------------------------------*/
/*========================
**	共通
*/
#csr-activities #csrRecovery .flexContainer,
#csr-activities #csrSdgs .flexContainer {
    display: block;
}
#csr-activities .photoBox img {
    width:100%;
}
#csr-activities section{
    width: 90%;
    margin: 0 auto 50px;
}
#csr-activities .title {
  position: relative;
   margin: 0 0 30px;
}
#csr-activities .title:after {
    content: "";
  display: block;
  line-height: 0;
  left: 0;
  bottom: -6px;
  width: 30%;
  border-bottom: 6px solid #0A7A4C;
}
#csr-activities .title h2::before {
    font-size: 1.1rem;
    position: absolute;
    height: 50px;
    z-index: 30;
    letter-spacing: 0.01rem;
}
#csr-activities .title h2 {
    font-size: 2rem;
    margin: 0 auto 26px;
    position: relative;
    letter-spacing: 0.2rem;
    text-align: center;
}
#csr-activities .title h2::before {
    font-size: 1.1rem;
    position: absolute;
    height: 50px;
    z-index: 30;
    letter-spacing: 0.01rem;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#csr-activities h3 {
    font-size: 1.7rem;
    margin: 0 0 10px;
}
#csr-activities p {
    line-height: 1.6;
    font-size: 1.4rem;
}

#csr-activities #csrRecovery .title h2:before,
#csr-activities #csrLocal .title h2:before,
#csr-activities #csrSdgs .title h2:before {
    top: 28px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#csr-activities .recoveryWorks, #csr-activities #csrSdgs .sdgsWorks {
    width: 100%;
}
#csr-activities #csrSdgs .sdgsWorks {
    width: 80%;
    margin: 0 auto;
}
#csr-activities .recoveryText {
    width: 100%;
    margin: 0 0 20px;
}
#csr-activities figcaption {
    margin: 14px 0 0;
}
#csr-activities figcaption ul li,
#csr-activities figcaption ul li {
    font-size: 1.4rem;
    margin: 0 0 4px 20px;
}
#csr-activities figcaption ul li:before,
#csr-activities figcaption ul li:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 14px;
    background: #0A7A4C;
    margin: auto;
    left: -20px;
    top: 9px;
}
#csr-activities #csrLocal .flexContainer {
    width: 310px;
    margin: 0 auto;
}
#csr-activities #csrLocal h3 {
    text-align: center;
    margin: 0 0 30px;
    font-size: 1.6rem;
}
#csr-activities #csrLocal .flexContainer {
    flex-wrap: wrap;
}
#csr-activities #csrLocal .flexBox {
    width: 150px;
    margin: 0 10px 20px 0;
}
#csr-activities #csrLocal .flexBox p {
    background: #EFEFEF;
    text-align: center;
    height: 80px;
    line-height: 1.3;
    padding: 10px;
}
#csr-activities #csrLocal .flexBox p br {
    display: none;
}
#csr-activities #csrLocal .flexBox:nth-of-type(4),
#csr-activities #csrLocal .flexBox:nth-of-type(8) {
    margin: 0 0 20px 0;
}
#csr-activities #csrLocal .flexBox:nth-of-type(even) {
    margin: 0 0 20px 0;
}
#csr-activities .sdgsText {
    width: 100%;
    margin: 20px 0 0;
    position: relative;
    font-size: 1.5rem;
}
#csr-activities #csrSdgs {
    margin: -200px auto 70px;
}
#csr-activities #csrSdgs .flexContainer {
    margin: 0 0 30px;
}
#csr-activities #csrSdgs table {
    width: 100%;
    font-size: 1.4rem;
}
#csr-activities #csrSdgs table tr {
    border-top: none;
    text-align: left;
}
#csr-activities #csrSdgs table tr:first-of-type {
    border-top: none;
}
#csr-activities #csrSdgs table th{
    background: #EFEFEF;
    padding: 8px;
    width: 400px;
    display: block;
    text-align: center;
}
#csr-activities #csrSdgs table th img{
    width: 50px;
    display: inline-block;
    margin: 0 10px 0 0;
}
#csr-activities #csrSdgs table tr th:first-of-type {
    width: 100%;
    padding: 8px 0;
}
#csr-activities #csrSdgs table td{
    padding: 10px 20px;
    display: block;
}
#csr-activities #csrSdgs table td li{
    margin: 0 0 2px;
}
/*================================
**	お問い合わせ
*/
#lowerTitle {
    height: 250px;
    margin: 0 0 90px;
    min-width: auto;
    width: 100%;
}
#lowerTitle::after {
    height: 170px;
    min-width: auto;
    width: 100%;
    right: 0;
    top: 114px;
}
#lowerTitle .lowerTitleInner {
    position: relative;
    top: 40px;
    left: 0;
}
#lowerTitle h1 {
    font-size: 2.8rem;
    background: #0A7A4C;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 30;
    letter-spacing: 0.3rem;
    padding: 0 80px 0 5%;
}
#lowerTitle .subTitle {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    position: absolute;
    left: 39%;
    top: 109px;
    z-index: 30;
}
#contact #formInput {
    width: 90%;
    margin: 0 auto 60px;
}
#contact #formInput .flexContainer {
    display: block;
}
#contact #formInput h2 {
    font-size: 2rem;
    margin: 0;
    position: relative;
    letter-spacing: 0.2rem;
    text-align: center;
}
#contact #formInput p::before {
    font-size: 1.1rem;
    position: absolute;
    left: 0;
    top: -20px;
    height: 50px;
    z-index: 30;
    letter-spacing: 0.01rem;
    right: 0;
    text-align: center;
}
#contact #formInput p {
    margin: 22px 0 18px;
    padding: 10px 0 0;
    font-size: 1.4rem;
}
#contact #formInput table {
    width: 90%;
    margin: 0 auto 24px;
}
#contact table, 
#contact tbody, 
#contact tr, 
#contact th,
#contact td {
    display: block;
    width: 100%;
}
#contact #formInput .title {
    margin: 0 0 20px;
}
#contact #formInput table tr {
    border-bottom: none;
}
#contact #formInput table th {
    font-size: 1.6rem;
    text-align: left;
    width: auto;
    position: relative;
    padding: 10px 0;
}
#contact #formInput table td {
    padding: 0 0 12px;
}
#contact #formInput table th label::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 15px;
    background: #0A7A4C;
    margin: auto;
    left: -22px;
    top: 12px;
    display: inline-block;
}
#contact #formInput table th label {
    margin: 0 0 0 22px;
    position: relative;
}
#contact #formInput table td input, #contact #formInput table td textarea {
    width: 100%;
    height: 30px;
    border: solid #C9C9C9 1.5px;
    background: #EFEFEF;
    padding: 6px;
    font-size: 1.4rem;
    margin: 0 auto;
}
#contact #formInput table td input#tel, #contact #formInput table td input#fax, #contact #formInput table td input#zip {
    width: 70%;
}
#contact #formInput table .required {
    font-size: 1.2rem;
    margin: 0 0 0 10px;
}
#contact #formInput .privacy {
    width: 100%;
    padding: 20px 0;
    font-size: 1.2rem;
}
#contact #formInput .privacy ol {
    width: 80%;
    font-size: 1.4rem;
}
#contact #formInput .privacy ol li {
    line-height: 1.8;
}#contact #formInput .privacy br {
    display: none;
}
#contact #formInput table td textarea {
    min-height: 120px;
}
#contact #formInput .privacy #privacyCheck {
    width: 190px;
    margin: 14px auto 10px;
}
#contact #formInput .privacy label {
    font-size: 1.6rem;
    margin: 0 0 0 10px;
}
#contact #formInput #formInputButton {
    width: 200px;
    margin: 30px auto;
    justify-content: center;
}
#contact #formInputButton .button input {
    width: 200px;
    padding: 11px 0;
    font-size: 1.6rem;
}
#contact #formInput #formResultButton {
    width: 100%;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
}
#contact #formResultButton .button:first-of-type {
    margin: 0 10px 0 0;
}
#contact #formResultButton .button input {
    width: 140px;
    padding: 11px 0;
    font-size: 1.6rem;
}
#contact #formResultButton .button:last-of-type::before, #contact #formInputButton .button::before {
    top: 16px;
}
#contact #formResultButton .button:first-of-type::before {
    top: 16px;
}
#contact #formInput #confirm { /* ADD 200918 */
    font-size: 1.4rem;
}
#contact #formInput h3 { /* ADD 200918 */
    font-size: 1.6rem;
}
