@charset "UTF-8";

#sec01 .textBox h3 {
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

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

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

#sec01 .textBox .title {
	font-weight: bold;
}

#sec01 h1.center {
    color: #fff;
    padding: 50px 0;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 9px;
}

h2.yumin {
    font-size: 16px;
    line-height: 2.8;
    margin-bottom: 85px;
	font-weight: 500;
}

.bgPink {
    background: #A4696A;
    width: 122px;
    padding: 15px 45px 15px 10px;
}

.bgColor {
    background: #c9bc9c;
	margin-bottom: 55px;
}

.ml30 {
	margin-left: 30px;
}

.relative {
    position: relative;
}

.relative p.textSmall {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 8px;
	text-shadow: 0px 0 4px #000;
}

.relative p.textSmall.left {
	right: auto;
    left: 5px;
}


#sec02 {
	background: url("../images/design/bg.jpg") no-repeat 0 0;
	background-size: 100%;
}

#sec02 .innerBox {
    background: url(../images/design/border.svg) no-repeat 35px 525px;
    background-size: contain;
	padding-bottom: 200px;
}

#sec02 .box01 .bgPink {
	margin: 0 0 0 auto;
}

#sec02 h3 {
    font-size: 15px;
    margin: 25px 0 30px 0;
}

#sec02 .text {
    font-size: 12px;
    line-height: 3;
    margin-bottom: 30px;
}

#sec02 .box01 > div {
	width: 50%;
	max-width: 560px;
}

#sec02 .box02 {
	margin-bottom: 110px;
}

#sec02 .box02 > div:first-child {
	width: 31.2%;
	max-width: 350px;
}

#sec02 .box02 > div.relative {
	width: 69%;
	max-width: 770px;
	padding-left: 15px;
}

#sec02 .box02 div.relative .photo04 {
	position: absolute;
	bottom:145px;
}

#sec02 .box02 div.relative .photo {
	max-width: 335px;
}

#sec02 .box02 .bgPink {
	position: absolute;
	bottom: 0;
	left: 15px;
}

#sec02 .box02 div.relative .photo05 {
	position: absolute;
	right:0;
	bottom: -260px;
}

#sec02 .box02 .textArea {
	margin: 25px 0 0 120px;
}

#sec02 .box03 > div {
	width: 50%;
	max-width: 560px;
}

#sec02 .box03 .textImage {
    width: 150px;
    margin: 71px 0 0 10px;
}

#sec02 .box03 .bgPink {
    margin: 0 0 10px 125px;
}

#sec02 .box03 .photo07 {
    max-width: 238px;
	margin-left: 10px;
}

#sec02 .box03 .photo08 {
    position: absolute;
    max-width: 303px;
    top: 153px;
    right: 0;
}

#sec02 .box03 .photo09 {
    max-width: 216px;
}

#sec02 .box03 > div.absolute.photoText {
    width: 100%;
    max-width: unset;
    margin: 10px 0 0 180px;
}

#sec02 .box03 > div.absolute.photoText .flexBox {
	justify-content: flex-start;
}

#sec02 .box03 {
    margin-bottom: 80px;
}

#sec02 .box04 > div:first-child {
    margin-top: 120px;
}

#sec02 .box04 .bgPink {
    margin-bottom: 25px;
}

#sec02 .box04 .textImage {
    margin-right: 25px;
}

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

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



@media screen and (max-width: 767px) {
	
	#sec01 .textBox {
		display: block;
		width: 90%;
		margin: 10% auto 20%;
	}

	#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;
		line-height: 2;
	}	
	
	#sec01 .photoBox {
		display: block;
		width: 100%;
		margin-bottom: 0;
	}	
	
	#sec03 {
		padding-bottom: 40px;
	}	
	
	#sec03:after {
		height: 40px;
	}	

	.projectBtn {
		width: 90%;
		margin: 0 auto 40px;
	}	
	
	
}
 
@media screen and (min-width: 768px) {
	
	#sec01 .textBox {
		display: block;
		width: 90%;
		margin: 10% auto 10%;
	}

	#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;
		line-height: 2;
	}	
	
	#sec01 .photoBox {
		display: block;
		width: 100%;
	}	
	
	

}

@media screen and (min-width:960px) {
		
	#sec01 .flexBox {
		width: 100%;
		margin: 0 0 60px auto;
	}
	
	#sec01 .textBox {
		width: 40%;
		margin: 0 auto 0;
		padding: 25px 25px 0;
		max-width: 464px;
	}

	#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;
		padding-top: 85px;
	}
	
	#sec01 .bgBox .bgWhite80.textBox {
		padding-bottom: 65px;
	}

}

@media screen and (min-width: 1180px) {
	
	#sec01 .flexBox {
		margin: 0px 0 25px auto;
	}
	
	#sec01 .textBox .text {
		margin-bottom: 70px;
	}	
	
}


@media screen and (min-width:1400px)  {

	#sec01 .flexBox {
		width: 90%;
		margin: 0 0 25px auto;
	}
	
	
	#sec01 .flexBox:last-child {
		margin: 0 0 50px auto;
	}
	
	#sec01 .textBox {
		width: 28%;
	}
	
	#sec01 .photoBox {
		width: 68%;
	}	
	
	#sec01 .textBox h3 {
		font-size: 60px;
	}
	
	#sec01 .textBox h3 span.letterSpace {
		letter-spacing: 9px;
	}
	
	#sec01 .textBox .title {
		letter-spacing: 4px;
	}	

}

@media screen and (min-width:1920px)  {
	
	#sec01 .textBox .title {
		font-size: 23px;
	}	
	
	#sec01 .textBox .text {
		font-size: 16px;
	}	

	#sec01 .flexBox {
		margin: 0 auto 20px auto;
		max-width: 1620px;
	}

	#sec01 .flexBox:last-child {
		margin: 0 auto 60px auto;
	}	
		
	
	
}


@media screen and (max-width:1260px)  {
	
	#sec02 .box02 > div:first-child {
		width: 31%;
		max-width: unset;
	}	
	
	#sec02 .box02 > div.relative {
		width: 69%;
		max-width: unset;
	}
	
	#sec02 .box03 > div {
		max-width: unset;
	}
	
	#sec02 .box03 .bgPink {
		margin: 0 0 10px 19.4%;
		width: 110px;
	}
	
	#sec02 .box03 .photo08 {
		max-width: unset;
		width: 56.5%;
	}
	
	#sec02 .box03 > div.absolute.photoText {
		margin: 10px 0 0 12%;
	}
	
	#sec02 .box04 > div {
		width: 50%;
	}	

	#sec02 .box03 .photo07 {
		max-width: unset;
		width: 40%;
	}	
		
}


@media screen and (max-width:1024px)  {
	
	#sec01 h1.center {
		padding: 35px 0;
		font-size: 22px;
		letter-spacing: 7px;
	}
	
	#sec02 .innerBox {
		background: url(../images/design/border.svg) no-repeat 35px 480px;
		background-size: 100%;
		padding-bottom: 140px;
	}	
	
	.bgPink {
		width: 104px;
		padding: 10px 40px 10px 10px;
	}
	
	#sec02 h3 {
		margin: 20px 0 15px 0;
	}
	
	#sec02 .box02 {
		margin-bottom: 50px;
	}	
	
	#sec02 .box02 div.relative .photo05 {
		bottom: -172px;
		width: 70%;
	}	

	#sec02 .box02 .textArea {
		margin: 25px 0 0 6%;
	}	
	
	#sec02 .box03 .bgPink {
		width: 104px;
	}	
	
	#sec02 .box03 .textImage {
		margin: 51px 0 0 10px;
	}	
	
	#sec02 .box03 .photo08 {
		top: 134px;
	}

	#sec02 .box03 > div.absolute.photoText {
		margin: 10px 0 0 0%;
	}	
	
	#sec02 .box03 {
		margin-bottom: 35px;
	}	
	
	#sec02 .box04 .textImage {
		margin-right: 15px;
		width: 50%;
	}
	
}

@media screen and (max-width:820px)  {
	
	.bgColor {
		margin-bottom: 40px;
	}
	
	#sec01 h1.center {
		padding: 20px 0;
		font-size: 20px;
		letter-spacing: 4px;
	}

	h2.yumin {
		margin-bottom: 50px;
	}	

	#sec02 .innerBox {
		background: url(../images/design/border_tb.svg) no-repeat 25px 380px;
		background-size: 100%;
	}
	
	.bgPink,#sec02 .box03 .bgPink {
		width: 90px;
		padding: 10px 40px 10px 10px;
	}
	
	#sec02 h3 {
		margin: 15px 0 15px 0;
	}	
	
	#sec02 .box02 div.relative .photo04 {
		bottom: 100px;
		width: 48%;
	}	
	
	#sec02 .text {
		line-height: 2.2;
		margin-bottom: 15px;
	}
	
	#sec02 .box02 {
		margin-bottom: 75px;
	}	

	#sec02 .box02 div.relative .photo05 {
		bottom: -158px;
		width: 70%;
	}	
	
	#sec02 .box02 .textArea {
		margin: 20px 0 0 70px;
	}	
	
	.ml30 {
		margin-left: 25px;
	}
	
	#sec02 .box03 .textImage img,#sec02 .box04 .textImage img {
		width: auto;
		height: 56px;
	}
	
	#sec02 .box03 .photo07 {
		max-width: unset;
		width: 40%;
		margin-left: 7px;
	}	

	#sec02 .box03 .textImage {
		margin: 50px 0 7px 7px;
	}
	
	#sec02 .box03 .bgPink {
		margin: 0 0 7px 17.5%;
	}	
	
	#sec02 .box03 {
		margin-bottom: 75px;
	}	
	
	
}

@media screen and (max-width:767px)  {
	
	#sec01 h1.center {
		padding: 15px 0;
		font-size: 18px;
		letter-spacing: 2px;
	}	
	
	.bgColor {
		margin-bottom: 20px;
	}

	h2.yumin {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 30px;
	}	
	
	#sec02 {
		background: url(../images/design/bg.jpg) no-repeat 50% 0;
		background-size: 250%;
	}	
	
	#sec02 .innerBox {
		background: none;
		padding-bottom: 30px;
	}
	
	#sec02 .box01 > div {
		width: 100%;
		max-width: unset;
	}	
	
	.ml30 {
		margin-left: 0;
	}	
	
	#sec02 .text {
		margin-bottom: 30px;
	}
	
	#sec02 .box01 {
		margin-bottom: 30px;
	}
	
	#sec02 .box02 {
		margin-bottom: 0;
		width: 100%;
	}
	
	#sec02 .box02 > div:first-child {
		width: 50%;
		max-width: unset;
		margin-bottom: 10px;
	}		
	
	#sec02 .box02 .bgPink {
		bottom: 10px;
		left: 10px;
	}	
	
	#sec02 .box02 > div.relative {
		width: 50%;
		padding-left: 0;
	}	

	#sec02 .box02 div.relative .photo04 {
		bottom: 80px;
		width: calc(100% - 10px);
		right: 0;
	}	
	
	#sec02 .box02 div.relative .photo05 {
		position: inherit;
		width: 100%;
	}
	
	#sec02 .box02 .textArea {
		margin: 0;
	}
	
	#sec02 .box03 > div:first-child {
		width: 100%;
		max-width: unset;
		margin-bottom: 10px;
	}		
	
	#sec02 .box03 .textImage img, #sec02 .box04 .textImage img {
		width: auto;
		height: 70px;
	}
	
	#sec02 .box03 .textImage {
		margin: 0 0 10px 0;
	}	
	
	#sec02 .box03 > div {
		width: 100%;
		max-width: unset;
	}	

	#sec02 .box03 .bgPink {
		margin: -57px 0 0 auto;
	}	
	
	#sec02 .box03 .photo07 {
		width: 50%;
		margin: 10px 0 0 0;
	}
	
	#sec02 .box03 .photo08 {
		width: 48%;
		margin: 10px 0 0 0;
		top: 130px;
	}	
	
	#sec02 .box03 .photo09 {
		max-width: unset;
		width: 50%;
	}	
	
	#sec02 .box03 .textArea {
		margin-top: 75px;
		width: 100%;
	}	
	
	#sec02 .box03 {
		margin-bottom: 0;
	}	
	
	#sec02 .box04 > div:first-child {
		margin: 0 0 10px;
		width: 100%;
	}	

	#sec02 .box04 > div {
		width: 100%;
	}	
	
	#sec02 .box04 .textImage {
		margin: 0 0 10px auto;
		width: 230px;
	}
	
	
	
	
	
	
	
	
}


















