@charset "UTF-8";

#sec01 {
    position: relative;
}

#sec01:before {
    position: absolute;
    top: 0;
    height: 30px;
    width: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, #8ecdbf 0%, #9ec4e8 100%);
}

#sec01 h2 {
	transform: skewX(-35deg);
	border: 1px solid #3e3a39;
	padding: 2% 10%;
	text-align: center;
	display: inline-block;
	background: #fff;
}

#sec01 h2 span {
	transform: skewX(35deg);
	display: inline-block;
	font-weight: 600;
}

#sec01 .textBox h3 {
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 7px;
	margin-bottom: 70px;
}

#sec01 .textBox h3 span.textSmall {
	letter-spacing: 2px;
	font-size: 60%;
}

#sec01 .textBox h3 span.letterSpace {
	letter-spacing: 6px;
}

#sec01 .textBox .text {
	line-height: 2.4;
	font-size: 14px;
	margin-bottom: 50px;
}	

#sec01 .textBox .title {
	font-weight: bold;
	margin-block: 45px;
}

#sec02 .greenphoto01 {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

#sec02 .greenphoto01 .photo {
    max-width: 756px;
    margin: 0 0 0 auto;
	position: relative;
}

#sec02 .greenphoto01 .sokenText {
    width: 497px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#sec02 .sokenPhilosophy {
    position: absolute;
    top: 50%;
    left: -14%;
    width: 40%;
}

#sec02 .greenphoto02 {
	width: 72%;
	margin: 0 0 45px auto;
	position: relative;
}

#sec02 .greenphoto02 .photo {
	max-width: 605px;
	position: relative;
}

#sec02 .greenphoto02 ul.flexBox {
    display: inline-flex;
    position: absolute;
    top: 47%;
    right: 0;
    padding: 0 8% 10px 0;
    border-bottom: 1px solid #fff;
}

#sec02 .greenphoto02 ul.flexBox li {
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
    line-height: 1;
}

#sec02 .greenphoto02 .text {
    position: absolute;
    top: 51%;
    right: 0;
    z-index: -1;
    padding: 20px 0 0 400px;
    border-top: 1px solid #595757;
    width: 75%;
    text-indent: -120px;
}

.line {
	width: 1px;
	height: 170px;
	margin: 0 auto 45px;
	background: #595757;
}

#sec03 {
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

#sec03:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	background: linear-gradient(90deg, #8ecdbf 0%, #9ec4e8 100%);
}

#sec03 .bgGray {
	background: -webkit-linear-gradient(bottom, #EFEFEF 80%, #fff 80%, #fff);
    background: linear-gradient(to top, #EFEFEF 80%, #fff 80%, #fff);
	padding-bottom: 60px;
	margin-bottom: 60px;
}

#sec03 .bgGray ul.flexBox {
	width: 92%;
	max-width: 1120px;
	margin: 0 auto;
}

#sec03 .bgGray ul.flexBox li {
	width: 23%;
}

#sec03 .bgGray ul.flexBox li .abel {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

#sec03 .bgGray ul.flexBox li .photo {
    position: relative;
}

#sec03 .bgGray ul.flexBox li .photo .textSmall {
    position: absolute;
    font-size: 9px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0 4px #000;
    bottom: 5px;
    right: 5px;
}

#sec03 .bgGray ul.flexBox li:nth-child(2) .photo .textSmall {
	right: auto;
    left: 5px;
}

#sec03 .bgGray ul.flexBox li .textBlue {
    text-align: center;
    padding: 0 20px;
    border-left: 1px solid #2F5C97;
    border-right: 1px solid #2F5C97;
    color: #2F5C97;
    display: inline-block;
    margin: 35px 0;
	letter-spacing: 1.5px;
}

#sec03 .bgGray ul.flexBox li .text {
	font-size: 12px;
	line-height: 2.4;
}

.bnr {
    width: 90%;
    max-width: 680px;
    margin: 0 auto 60px;
    box-shadow: 0 0 10px 0px rgb(35 24 21 / 30%);
}


@media screen and (max-width: 767px) {
		
	#sec01 h2 {
		transform: skewX(-35deg);
		border: 1px solid #3e3a39;
		padding: 1% 16%;
		text-align: center;
		display: inline-block;
		background: #fff;
		line-height: 1.4;
	}

	#sec01 h2 span {
		font-size: 20px;
	}	
	
	#sec01 .textBox {
		display: block;
		width: 90%;
		margin: 60px auto 20%;
	}

	#sec01 .textBox h3 {
		font-size: 46px;
		margin-bottom: 40px;
	}
	
	#sec01 .textBox .title {
		font-size: 18px;
		margin-bottom: 4%;
	}	
	
	#sec01 .textBox .text {
		font-size: 14px;
		margin-bottom: 0;
	}	
	
	#sec01 .photoBox {
		display: block;
		width: 100%;
		margin-bottom: 10%;
	}
	
	#sec02 .greenphoto01 {
		max-width: 300px;
		margin: 0 0 0 auto;
		padding-top: 70px;
	}	
	
	#sec02 .greenphoto01 .photo {
		max-width: 80%;
	}	
	
	#sec02 .sokenPhilosophy {
		top: 50%;
		left: -66px;
		width: 75%;
	}	
	
	#sec02 .greenphoto01 .sokenText {
		width: 85%;
		top: 0;
		bottom: auto;
		left: -6vw;
	}
	
	#sec02 .greenphoto02 {
		width: 90%;
		margin: 0 auto 100px 0;
	}
	
	#sec02 .greenphoto02 ul.flexBox {
		top: 120px;
	}
	
	#sec02 .greenphotoWrap {
		position: relative;
	}

	#sec02 .greenphotoWrap:before {
		content: "";
		position: absolute;
		z-index: -1;
		background: #595757;
		width: 100%;
		height: 1px;
		top: 139px;
		right: 0;
	}
	
	#sec02 .greenphoto02 .text {
		top: auto;
		right: 0;
		padding: 20px 0 0 5rem;
		border-top: none;
		width: 100%;
		text-indent: -60px;
		display: block;
	}	
	
	.line {
		height: 80px;
	}
	
	#sec03 {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}	
	
	#sec03:after {
		height: 40px;
	}

	#sec03 .bgGray ul.flexBox li {
		width: 100%;
		margin: 0 auto 40px;
	}	
	
	#sec03 .bgGray ul.flexBox li .textBlue {
		margin: 20px 0;
	}	
	
	#sec03 .bgGray {
		background: -webkit-linear-gradient(bottom, #EFEFEF 95%, #fff 95%, #fff);
		background: linear-gradient(to top, #EFEFEF 95%, #fff 95%, #fff);
		padding-bottom: 0;
		margin-bottom: 40px
	}
	
	.bnr {
		margin: 0 auto 40px;
	}
	
	.projectBtn {
		width: 90%;
		margin: 0 auto 40px;
	}	
	
}
 
@media screen and (min-width: 768px) and (max-width:960px) {
	main {
		overflow-x: hidden;
	}
	
	#sec01 h2 span {
		font-size: 26px;
	}
	
	#sec01 .textBox {
		display: block;
		width: 90%;
		margin: 80px auto 15%;
	}

	#sec01 .textBox h3 {
		font-size: 46px;
		margin-bottom: 6%;
	}
	
	#sec01 .textBox .title {
		font-size: 18px;
		margin-bottom: 4%;
	}	
	
	#sec01 .textBox .text {
		font-size: 14px;
		margin-bottom: 0;
	}	
	
	#sec01 .photoBox {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	
	#sec02 .greenphoto01 .photo {
		max-width: 440px;
	}	
	
	#sec02 .greenphoto01 .sokenText {
		width: 300px;
		left: 15px;
	}	

	#sec02 .greenphoto02 {
		width: 420px;
		margin: 0px 0 45px 65px;
	}	
	
	#sec02 .greenphoto02 .text {
		top: 52.5%;
		right: -500px;
		padding: 13px 0 0 85px;
		width: 500px;
		text-indent: -70px;
		font-size: 14px;
	}	
	
	#sec03 .bgGray ul.flexBox li {
		width:48%;
		margin-bottom: 40px;
	}	

	#sec03 .bgGray {
		background: -webkit-linear-gradient(bottom, #EFEFEF 85%, #fff 85%, #fff);
		background: linear-gradient(to top, #EFEFEF 85%, #fff 85%, #fff);
		padding-bottom: 20px;
	}	

	#sec03:after {
		height: 55px;
	}	
	
	
	
}

@media screen and (min-width:961px) and (max-width:1120px) {

	
	#sec01 h2 span {
		font-size: 30px;
		letter-spacing: 3px;
	}
	
	#sec01 .flexBox {
		width: 100%;
		margin: 0 0 60px auto;
	}
	
	#sec01 .textBox {
		width: 40%;
		margin: 0 auto 0;
		padding: 70px 25px 0;
	}

	#sec01 .textBox h3 {
		margin-bottom: 20px;
		text-align: left;
		letter-spacing: 4px;
		font-size: 40px;
	}
	
	#sec01 .textBox .title {
		margin-bottom: 25px;
	}
	
	#sec01 .textBox .text {
		margin-bottom: 20px;
	}
		
	#sec01 .photoBox {
		width: 60%;
		margin-bottom: 0;
	}
	
	#sec01 .photoBox.sp {
		display: none;
	}
	
	#sec01 .bgBox {
		background: url("../images/top/photo02.jpg") no-repeat 50% 50%;
		background-size: cover;
		margin-bottom: 25px;
	}
	
	#sec01 .bgBox .bgWhite80.textBox {
		padding-bottom: 65px;
	}
	
	#sec02 .greenphoto01 .photo {
		max-width: 640px;
	}
	
	#sec02 .greenphoto01 .sokenText {
		width: 400px;
		left: 30px;
	}
	
	#sec02 .greenphoto02 {
		width: 90%;
		margin: 0 0 45px auto;
		position: relative;
	}	
	
	#sec02 .greenphoto02 .text {
		padding: 20px 0 0 250px;
		width: 550px;
		text-indent: -120px;
		top: 52%;
	}	
	
	#sec02 .greenphoto02 .photo {
		max-width: 600px;
		position: relative;
		width: 460px;
	}	
	

}

@media screen and (min-width:1121px) and (max-width:1400px) {
	
	#sec01 h2 span {
		font-size: 30px;
		letter-spacing: 3px;
	}
	
	#sec01 .flexBox {
		width: 100%;
		margin: 0 0 60px auto;
	}
	
	#sec01 .textBox {
		width: 40%;
		margin: 0 auto 0;
		padding: 70px 25px 0;
	}

	#sec01 .textBox h3 {
		margin-bottom: 20px;
		text-align: left;
		letter-spacing: 4px;
		font-size: 40px;
	}
	
	#sec01 .textBox .title {
		margin-bottom: 25px;
	}
	
	#sec01 .textBox .text {
		margin-bottom: 20px;
	}
		
	#sec01 .photoBox {
		width: 60%;
		margin-bottom: 0;
	}
	
	#sec01 .photoBox.sp {
		display: none;
	}
	
	#sec01 .bgBox {
		background: url("../images/top/photo02.jpg") no-repeat 50% 50%;
		background-size: cover;
		margin-bottom: 25px;
	}
	
	#sec01 .bgBox .bgWhite80.textBox {
		padding-bottom: 65px;
	}
	
	#sec02 .greenphoto01 .sokenText {
		width: 30%;
	}	

	#sec02 .greenphoto02 {
		width: 95%;
	}	
	
	#sec02 .greenphoto02 .text {
		padding: 20px 0 0 300px;
		width: 55%;
	}	

	
	
	

}

@media screen and (min-width:1400px)  {
	
	#sec01 h2 {
		padding: 8px 65px;
	}

	#sec01 .flexBox {
		width: 92%;
		margin: 0 0 25px auto;
	}
		
	#sec01 .textBox {
		width: 28%;
		margin-top: 100px;
	}
	
	#sec01 .photoBox {
		width: 68%;
	}	
	
	#sec01 .textBox h3 {
		font-size: 60px;
	}
	
	#sec01 .textBox h3 span.letterSpace {
		letter-spacing: 9px;
	}
	
	#sec01 .textBox .title {
		letter-spacing: 4px;
	}	
	
	#sec02 .greenphoto02 {
		width: 85%;
	}
	
	#sec02 .greenphoto02 .text {
		width: 70%;
	}	
	
	
	

}




@media screen and (min-width:1920px)  {
		
	#sec01 .textBox h3 {
		font-size: 75px;
	}
	
	#sec01 .textBox .title {
		font-size: 23px;
	}	
	
	#sec01 .flexBox {
		margin: 0 auto 20px auto;
		max-width: 1620px;
	}
	
	#sec02 .greenphoto02 {
		width: 75%;
	}	
	
	
	
	
}



