
@charset "UTF-8";
.biz-sec { background-color: ;}
#construction {padding: 5vw;	background-image: url("../img/construction-bg.jpg");	background-position: center center;	background-size: cover;	background-repeat: no-repeat;	background-attachment: fixed;	height: auto;	position: relative;	z-index: 10;}#construction::before {content: '';	position: absolute;	top:0;	left: 0;	width: 100%;	height: 100%;	background: rgba(255,255,255,.7);	z-index: 20;}#construction > div {position: relative;	z-index: 30;}
#environment {padding: 5vw;	background-image: url("../img/environment-bg.jpg");	background-position: center center;	background-size: cover;	background-repeat: no-repeat;	background-attachment: fixed;	height: auto;	position: relative;	z-index: 10;}#environment::before {content: '';	position: absolute;	top:0;	left: 0;	width: 100%;	height: 100%;	background: rgba(255,255,255,.7);	z-index: 20;}#environment > div {position: relative;	z-index: 30;}
.contents dl {background: rgba(255,255,255,1);	padding: 1rem;}.contents dt {font-size: 150%;	background: rgba(255,255,255,1);	padding: 1rem; position: relative; text-align: center; color: #7bb02a;}.contents dt::before,.contents dt::after { display: inline-block; position: absolute; width: 1em; height: 1em; content: '';}.contents dt::before { top: 0; left: 0; border-top:3px solid #7bb02a; border-left: 3px solid #7bb02a;}.contents dt::after { bottom: 0; right: 0; border-bottom: 3px solid #7bb02a; border-right: 3px solid #7bb02a;}.construction-content {display: flex; flex-direction: column; flex-grow: 1;}.construction-content dl{ flex-grow: 1;}
#environment h3 { font-size: 130%; font-weight: 600; border-bottom:1px solid #333;}
#environment img {box-shadow: 10px 10px 10px #7d7d7d;}
@media (min-width: 768px){ .biz-text-area h2 { font-size: 140%; } .biz-text-area h3 { font-size: 120%; margin-bottom: 0; } .biz-text-area h4 { font-size: 110%; margin-bottom: 0; }}
@media (min-width: 1300px){ .biz-text-area { font-size: 1.1rem; }}@media (max-width: 1200px){.biz-text-area-left {position: absolute;	bottom: 0;	right: 5rem;	z-index: 10;}.biz-text-area-right {position: absolute;	bottom: 0;	left: 5rem;	z-index: 10;}}
@media (max-width: 767px){ .biz-text-area h2 { font-size: 120%; } .biz-text-area h3 { font-size: 105%; } .biz-text-area h4 { font-size: 100%; }}@media (max-width: 575px){ .index-header::after { bottom: 4vw; }
.biz-text-area-left {position: relative;	top: 0;	right: 0;	z-index: 10;}.biz-text-area-right {position: relative;	top: 0;	left: 0;	z-index: 10;}.biz-box { padding: 2rem 1rem;}}