@charset "utf-8";

/* ----------------------------- works ------------------------------- */
.mainImg {
	background-image: url(../images/works/main_img.jpg);
}
#main .headLine01 {
	margin-bottom: 59px;
}
#main .worksBox {
	margin-bottom: 173px;
	position: relative;
	text-align: center;
}
#main .worksBox::before {
	width: 84px;  
	height: 198px;
	background-image: -webkit-linear-gradient( 90deg, rgb(32,226,215) 0%, rgb(167,241,194) 49%, rgb(249,254,165) 100%);
	opacity: 0.4;
	border-radius: 50px;
	position: absolute;  
	top: 5px;
	left: -42px;  
	content: ""; 
}
#main .worksBox::after {
	width: 215px;  
	height: 71px;
	background-image: -webkit-linear-gradient( 180deg, #96fbc4 0%, #f9f586 100%);
	opacity: 0.4;
	border-radius: 50px;
	position: absolute;  
	top: 675px;
	right: -69px;  
	content: ""; 
}
#main .workList {
	margin-top: -66px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .workList li {
	margin-top: 66px;
	width: 517px;
	text-align: left;
}
#main .workList li .pho {
	margin-bottom: 26px;
}
#main .workList li .ttl {
	margin: 0 -3px 16px;
	color: #368c9b;
	font-size: 32px;
	letter-spacing: 0.05em;
	font-weight: 300;
}
#main .workList li .txt {
	font-weight: 300;
	line-height: 1.75;
	letter-spacing: 0.05em;
	text-align: justify;
}
#main .flowBox {
	padding-bottom: 110px;
	position: relative;
}
#main .flowBox .bg01 {
	position: absolute;
	top: 905px;
	right: -115px;
	width: 190px;
	height: 270px;
	z-index: 1;
}
#main .flowBox .bg01:after {
	width: 100%;  
	height: 100%;
	background-image: -webkit-linear-gradient( 90deg, rgb(253,223,101) 0%, rgba(245,237,237,0.99608) 100%);
	border-radius: 50px;
	opacity: 0.4;
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
}
#main .flowBox .bg02 {
	position: absolute;
	bottom: 765px;
	left: -115px;
	width: 190px;
	height: 270px;
	z-index: 1;
}
#main .flowBox .bg02::before {
	width: 100%;  
	height: 100%;
	background-image: -webkit-linear-gradient( 90deg, rgb(250,112,154) 0%, rgb(252,169,109) 53%, rgb(254,225,64) 100%);
	border-radius: 50px;
	opacity: 0.4;
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
}
#main .flowBox::before {
	width: 84px;  
	height: 192px;
	background-image: -webkit-linear-gradient( 90deg, rgb(72,198,239) 0%, rgb(164,227,247) 49%, rgb(255,255,255) 100%);
	opacity: 0.4;
	border-radius: 50px;
	position: absolute;  
	top: -97px;
	left: calc(50% - 593px);  
	content: ""; 
}
#main .flowBox::after {
	width: 100%;  
	position: absolute;  
	top: 287px;
	bottom: 0;
	left: 0;  
	background: #EDF1F3;
	content: ""; 
}
#main .flowBox .topBox {
	margin-bottom: 128px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
	justify-content: space-between;
}
#main .flowBox .topBox .phoBox {
	width: calc(50% - 33px);
}
#main .flowBox .topBox .phoBox img {
	width: 100%;
}
#main .flowBox .topBox .ttlBox {
	padding-top: 164px;
	width: 50%;
}
#main .flowBox .topBox .ttlBox .subBox {
	width: 549px;
	margin-left: auto;
}
#main .flowBox .topBox .headLine01 {
	margin-bottom: 65px;
	text-align: left;
}
#main .flowBox .topBox p {
	font-weight: 300;
	line-height: 1.75;
}
#main .flowBox .imgBox {
	margin-bottom: 117px;
	padding: 49px 55px 52px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #FFF;
}
#main .flowBox .imgBox::before {
	position: absolute;
	left: 104px;
	top: 150px;
	bottom: -170px;
	width: 2px;
	z-index: 1;
	background-color: #368C9B;
	content: ""
}
#main .flowBox .imgBox:last-of-type:before {
	display: none;
}
#main .flowBox .imgBox .markBox {
	margin-top: 2px;	
	position: relative;
	z-index: 10;
}
#main .flowBox .imgBox .rBox {
	width: 833px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .flowBox .imgBox .txtBox {
	width: 378px;
}
#main .flowBox .imgBox .txtBox h4 {
	margin-bottom: 12px;
	color: #368c9b;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 0.05em;
}
#main .flowBox .imgBox .txtBox h4 .date {
	text-align: center;
	margin-right: 13px;
	padding: 4px 10px 3px;
	display: inline-block;
	color: #FFF;
	font-size: 22px;
	border-radius: 5px;
	vertical-align: 5px;
	background-color: #368C9B;
	font-weight: 300;
	letter-spacing: 0.05em;
}
#main .flowBox .imgBox .txtBox p {
	text-align: justify;
	margin: 0 0 0 2px;
	font-weight: 300;
	line-height: 1.75;
}
#main .flowBox .imgBox .txtBox p .note {
	padding-left: 1.1em;
	display: block;
	color: #368c9b;
	line-height: 1.75;
	text-indent: -1.1em;
	font-weight: 300;
	margin-right: -10px;
	letter-spacing: 0.05em;
}
#main .flowBox .imgBox .phoBox {
	margin-top: -90px;
	order: 1;
}
#main .comLink .subSpan {
	min-width: 202px;
	padding: 0 13px 4px 10px;
	display: flex;
	justify-content: center;
	text-align: center;
}
#main {
	margin-bottom: 0;
}
/* ----------------------------- mobile ------------------------------- */
@media only screen and (max-width: 768px) {
	#main .headLine01 {
		margin-bottom: 59px;
	}
	#main .worksBox {
		margin-bottom: 80px;
	}
	#main .worksBox::after {
		width: 60px;
		height: 140px;
		top: 50%;
		right: -23px;
	}
	#main .workList {
		margin-top: -35px;
		display: block;
	}
	#main .workList li {
		margin-top: 35px;
		width: auto;
	}
	#main .workList li .pho img {
		width: 100%;
	}
	#main .workList li .ttl {
		font-size: 26px;
	}
	#main .flowBox {
		padding-bottom: 80px;
	}
	#main .flowBox::before {
		left: -40px; 
		height: 140px;
	}
	#main .flowBox::after {
		top: 82px; 
	}
	#main .flowBox .topBox {
		margin: 0 20px 60px;
		display: block;
	}
	#main .flowBox .topBox .phoBox {
		width: auto;
	}
	#main .flowBox .topBox .ttlBox {
		padding: 0 0 40px;
		width: auto;
	}
	#main .flowBox .topBox .ttlBox .subBox {
		width: auto;
	}
	#main .flowBox .topBox .headLine01 {
		margin-bottom: 30px;
	}
	#main .flowBox .imgBox {
		margin-bottom: 50px;
		padding: 20px 15px 25px;
	}
	#main .flowBox .imgBox::before {
		left: 40px;
		top: 20px;
		bottom: -80px;
	}
	#main .flowBox .imgBox .markBox {
		margin-top: 0;
		width: 50px;
	}
	#main .flowBox .imgBox .rBox {
		width: calc(100% - 65px);
		display: block;
	}
	#main .flowBox .imgBox .txtBox {
		width: auto;
	}
	#main .flowBox .imgBox .txtBox h4 {
		font-size: 20px;
	}
	#main .flowBox .imgBox .txtBox h4 .date {
		margin-right: 10px;
		padding-bottom: 3px;
		padding-top: 5px;
		font-size: 14px;
		vertical-align: 3px;
	}
	#main .flowBox .imgBox .phoBox {
		margin-top: 20px;
	}
	#main .flowBox .imgBox .phoBox img {
		width: 100%;
	}
}
