
/* CSS Document */

.top-image{
	width: 100%;
	position: relative;
	z-index: 6!important;
	background: url("../img/top/top_back.png") center center no-repeat;
	background-size: cover;
	z-index: 5;
}
.top-image .back{
	position: absolute;
	left: -5%;
	right: -5%;
	top: -3%;
	width: 110%;
	height: auto;
}

.top-image .catch{
	position: absolute;
	left: 0;
	right: 0;
  top: 35%;
  transform: translateY(-50%);
	width: 50%;
	text-align: center;
	margin: auto;
}


@media print , screen and (min-width:1px) and (max-width: 768px) {

.top-image{
	padding-top: 5%;
	}

.top-image .catch{
	position: absolute;
	left: 0;
	right: 0;
  top: 40%;
  transform: translateY(-50%);
	width: 60%;
	text-align: center;
	margin: auto;
}
}
@media print , screen and (min-width:1px) and (max-width: 530px) {

.top-image{
	width: 100%;
	position: relative;
	z-index: 6!important;
	background: url("../img/top/top_back.png") center bottom no-repeat;
	background-size: cover;
	z-index: 5;
}
.top-image{
	padding-top: 0;
	}

.top-image .catch{
	position: absolute;
	left: 0;
	right: 0;
  top: 50%;
  transform: translateY(-50%);
	width: 68%;
	text-align: center;
	margin: auto;
}
}


.lead{
	position: relative;
	z-index: 2;
	background: url("../img/top/lead_back.png") top center no-repeat;
	background-size: 100% auto;
}
.lead .kazari{
	position: absolute;
	top: 0%;
	right: 0;
	width: 80%;
}
.lead .sankakub{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.lead .photor{
	position: absolute;
	right: 0;
	top: 5%;
	width: 28%;
}
.lead .peopleb{
	position: absolute;
	width: 22%;
	left: 0;
	bottom: -3%;
}
.lead p{
	text-align: center;
	color: #fff;
	font-weight: 600;
	line-height: 2.5em;
	font-size: clamp(15px, 1.8vw, 18px);
}

.lead .btn{
	width: 80%;
	max-width: 450px;
	margin: 5% auto;
	text-align: center;
}
.title{
	margin: 3% auto 5%;
}
.title .img{
	text-align: center;
	width: 50px;
	display: block;
	margin: auto;
}
.title h2{
	color: #2e6fff;
	font-size: clamp(25px, 5.0vw, 50px);
	font-weight: 400;
	font-family: "Figtree", sans-serif;
}
.title p{
	text-align: center;
	font-weight: 700;
	line-height: 1.2em;
}

@media print , screen and (min-width:1px) and (max-width: 560px) {
	
.lead .photor{
	position: relative;
	right: inherit;
	top: inherit;
	width: 60%;
	margin: 20px auto;
}
	
}


/*フォームについて*/

.people .kazari,
.environment .kazari,
.about .kazari{
	position: absolute;
	top: 0%;
	right: -5%;
	width: 110%;
}
.Flexboxcenter.left{
	width: 90%;
	margin: 8% auto 8% 0;
}
.Flexboxcenter.right{
	width: 90%;
	margin: 8% 0 0 auto;
}
.about .txt{
	width: 50%;
	padding: 20px;
}
.txt h3{
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 600;
	padding: 10px 10px;
	color: #003588;
	text-align: left;
	line-height: 1.5em;
	font-size: clamp(22px, 3.5vw, 35px);
}
.txt p{
	font-size: clamp(14px, 1.6vw, 16px);
	line-height: 1.6em;
	padding: 10px 10px;
}
.txt .btn{
	width: 60%;
	max-width: 220px;
	margin: 20px 0 0 auto;
}

.about .photo{
	width: 50%;
	padding: 20px;
}

@media print , screen and (min-width:1px) and (max-width: 768px) {

.about .txt{
	width: 100%;
	padding: 0 10px;
	order: 2;
}
.about .photo{
	width: 100%;
	padding: 10px 10px 0;
	order: 1;
}
	
}


.works{
	position: relative;
	background: #ebf9ff;
	z-index: 2;
}
.works .kazari{
	position: absolute;
	top: 0%;
	right: -10%;
	width: 120%;
	z-index: 1;
}
.workst {
	width: 100%;
	height: auto;
}
.works .peoplet{
	position: absolute;
	right: 0;
	top: -10%;
	width: 22%;
}
.works .title{
	margin-top: 0;
}
.works .w50{
	width: 50%;
	padding: 20px;
}
.works .w50.works01{
	margin: 12% auto 0;
}
.works .w50.works02{
	margin: 5% auto 0;
}
.project{
	position: relative;
	z-index: 1;
}
.project-t{
	width: 30%;
	position: absolute;
	top: 50%;
	color: #fff;
	left: 33%;
}
.project-btn{
	width: 80%;
	margin: 20px auto;
	max-width: 250px;
}
.project-pc{
	display: block;
}
.project-sp{
	display: none;
}
	
@media print , screen and (min-width:1px) and (max-width: 900px) {
.project-sp{
	display: block;
}
.project-pc{
	display: none;
}
.project-t{
	width: 100%;
	position: absolute;
	top: 70%;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px;
	margin: auto;
	max-width: 500px;
}
}

@media print , screen and (min-width:1px) and (max-width: 768px) {

.works .w50{
	width: 90%;
	padding: 10px;
}
.works .w50.works01{
	margin: 10px auto 10px 0;
}
.works .w50.works02{
	margin: 10px 0 10px auto;
}

.project-t{
	top: 65%;
}
}


@media print , screen and (min-width:1px) and (max-width: 530px) {
.project-t{
	width: 100%;
	position: absolute;
	top: 65%;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px;
	margin: auto;
	max-width: 400px;
}

}

.people{
	position: relative;
	background: #edf5f2;
}

.people .peopleb{
	position: absolute;
	left: 0;
	bottom: -20%;
	width: 16%;
}
.people .txt{
	width: 45%;
	padding: 20px;
}
.people .photo{
	width: 55%;
	padding: 20px;
}
@media print , screen and (min-width:1px) and (max-width: 768px) {
.people .txt{
	width: 90%;
	padding: 0 10px;
	order: 2;
}
.people .photo{
	width: 90%;
	padding: 10px 10px 0;
	order: 1;
}
}

.environment{
	position: relative;
}
.environment .w30{
	width: 33.3333%;
	padding: 20px;
}
.environment .w30.ue{
	margin-top: 5%;
}
.environment .w30.shita{
	margin-top: 10%;
}
.environment .w30 a{
	text-decoration: none;
}
.environment .w30 a h3{
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 600;
	padding: 10px 10px;
	color: #003588;
	text-align: center;
	line-height: 1.5em;
	text-decoration: none;
}

.ptitle{
	width: 45%;
	padding: 20px;
}
.pphoto{
	width: 55%;
	padding: 20px;
}
@media print , screen and (min-width:1px) and (max-width: 768px) {
.environment .w30{
	width: 33.333%;
	padding: 10px;
}
.ptitle{
	width: 100%;
	padding:0px 10px 0;
	order: 2;
}
.pphoto{
	width: 100%;
	padding: 20px 10px 0;
	order: 1;
}
}
@media print , screen and (min-width:1px) and (max-width: 600px) {
.environment .w30{
	width: 70%;
	padding: 10px;
}
.environment .w30.ue{
	margin-top: 10px;
	margin: 10px auto 10px 5%;
}
.environment .w30.shita{
	margin-top: 10px;
	margin: 10px 5% 10px auto;
}
}

.topentry{
	position: relative;
	
}
footer .title h2,
footer .title p{
	color: #fff;
}
footer .peoplet{
	position: absolute;
	left: 15%;
	top: 5%;
	width: 18%;
}
footer .recbtn{
	width: 50%;
	padding: 20px;
	max-width: 350px;
}

@media print , screen and (min-width:1px) and (max-width: 768px) {
	
footer .recbtn{
	width: 50%;
	padding: 10px;
	max-width: 350px;
}
}
@media print , screen and (min-width:1px) and (max-width: 530px) {
	
footer .recbtn{
	width: 100%;
	text-align: center;
	padding: 10px;
	max-width: 320px;
}
}


@media print , screen and (min-width:1px) and (max-width: 530px) {
	
.lead .peopleb{
	position: absolute;
	width: 28%;
	left: -5%;
	bottom: -3%;
}
.works .peoplet{
	position: absolute;
	right: 0;
	top: -8%;
	width: 28%;
}
.people .peopleb{
	position: absolute;
	left: 0;
	bottom: -15%;
	width: 26%;
}
footer .peoplet{
	position: absolute;
	left: 2%;
	top: 5%;
	width: 30%;
}
}