@charset "UTF-8";
/*----------------------------------------------
 main visual
----------------------------------------------*/
.mainVisual {
	padding: 60px 0 30px 25px;
	position: relative;
}
.mainVisual::before {
	content: "";
	width: 80%;
	height: 320px;
	background-color: #8fc4a4;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
}
.mainVisual::after {
	content: "";
	width: 7%;
	height: 80px;
	background-color: #008168;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -2;
}
.mainVisual h1 {
	width: 80%;
	display: block;
	position: absolute;
	bottom: 100px;
	left: 7px;
	z-index: 1;
}
.mainVisual h1 img {
	max-width: 100%;
}
.mainVisual .mainImg {
	width: 100%;
	height: 430px;
	overflow: hidden;
	position: relative;
}
.mainVisual .mainImg img {
	height: 100%;
	margin: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}
@media screen and (min-width: 610px) {
	.mainVisual .mainImg img {
		width: 100%;
		height: auto;
	}
}
@media all and (min-width: 768px) {
	.mainVisual {
		padding: 0 50px 52px 250px;
		overflow: hidden;
	}
	.mainVisual::before {
		width: 635px;
		height: 645px;
	}
	.mainVisual::after {
		content: "";
		width: 130px;
		height: 130px;
	}
	.mainVisual h1 {
		width: 635px;
		bottom: 245px;
		left: 68px;
	}
	.mainVisual .mainImg {
		width: 100%;
		height: 700px;
	}
	.mainVisual .mainImg img {
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
	}
	@media all and (max-width: 1260px) {
		.mainVisual .mainImg {
			height: 100%;
		}
		.mainVisual .mainImg img {
			position: relative;
			bottom: 0;
		}
			
	}
}

/*----------------------------------------------
concept
----------------------------------------------*/
#concept {
	padding-top: 80px;
}
#concept h2 {
	padding: 0 15px 25px;
	text-align: center;
}
#concept h2 img {
	max-width: 100%;
}
#concept .wrap {
	padding-top: 270px;
	position: relative;
	overflow: hidden;
}
#concept .wrap::before {
	content: "";
	width: 100%;
	min-width: 375px;
	overflow: hidden;
	height: 290px;
	background: url(../top-img/concept-sp.webp) center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
}
#concept .wrap::after {
	content: "Concept";
	width: 100%;
	padding-left: 11px;
	color: #ece4d2;
	font-weight: bold;
	font-size: 7.5rem;
	line-height: 1;
	position: absolute;
	top: 240px;
	left: 0;
	opacity: 0.8;
}
#concept .text {
	padding: 45px 0 35px;
	background-color: #e2f8ce;
	font-size: 1.6rem;
	line-height: 200%;
}
#concept .text .photo img {
	width: 100%;
}
#concept .text p {
	padding: 15px 20px;
	font-size: 2.4rem;
	line-height: 180%;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
}
@media all and (min-width: 768px) {
	#concept {
		max-width: 1224px;
		padding-top: 170px;
		margin: 0 auto;
	}
	#concept h2 {
		padding: 0 15px 75px;
	}
	#concept .wrap {
		padding-top: 50px;
		overflow:visible;
	}
	#concept .wrap::before {
		width: 723px;
		height: 535px;
		background: url(../top-img/concept-pc.webp) center center no-repeat;
		background-size: 100% auto;
	}
	#concept .wrap::after {
		width: 723px;
		padding-left: 33px;
		font-size: 13.5rem;
		line-height: 1;
		top: 445px;
		z-index: 2;
	}
	#concept .inner {
		display: -webkit-flex;
		display: flex;
		justify-content: flex-end;
	}
	#concept .text {
		width: 536px;
		padding: 0 0 15px;
		font-size: 1.7rem;
		line-height: 200%;
		text-align: center;
		position: relative;
		z-index: 1;
	}
	#concept .text .photo {
		width: 628px;
		margin: -36px 0 0 -53px;
	}
	#concept .text p {
		padding: 20px 20px;
		font-size: 2.8rem;
		line-height: 180%;
	}
}

/*----------------------------------------------
works
----------------------------------------------*/
#works {
	padding-top: 90px;
}
#works h2 {
	padding: 0 15px 60px;
	text-align: center;
}
#works h2 img {
	max-width: 100%;
}
#works .listBox {
	padding-bottom: 50px;
	position: relative;
}
#works .listBox::before {
	content: "";
	width: 100%;
	height: 100%;
	width: calc(100% - 135px);
	overflow: hidden;
	background-color: #e2f8ce;
	position: absolute;
	top: 0;
	left: 135px;
	z-index: -1;
}
#works .listBox::after {
	content: "Works";
	width: 100%;
	padding-right: 5px;
	color: #c0dabc;
	font-weight: bold;
	font-size: 7.5rem;
	line-height: 1;
	text-align: right;
	position: absolute;
	left: 0;
	top: -45px;
	opacity: 0.8;
}
#works ul {
	padding-top: 5px;
	list-style: none;
}
#works .mi {
	padding: 38px 20px 15px;
}
#works .mi img {
	max-width: 100%;
}
#works .wrap {
	display: -webkit-flex;
	display: flex;
}
#works .photo {
	min-width: 175px;
	overflow: hidden;
}
#works .photo img {
	height: 100%;
}
#works .inner {
	width: 100%;
	padding-bottom: 50px;
	background-color: #fff;
	position: relative;
}
#works .text {
	padding: 18px 15px 0px;
	font-size: 1.5rem;
	line-height: 160%;
}
#works .btn {
	padding: 0 4px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 4px;
}
#works .btn a {
	width: 100%;
	height: 40px;
	padding-top: 12px;
	display: block;
	background: #85bf3f url(../img/arrow.svg) right 9px center no-repeat;
	background-size: 8px 18px;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
}
@media screen and (max-width: 350px) {
	#works .photo {
		width:46%;
		min-width: 1px;
	}
	#works .inner {
		width: 54%;
	}
	#works .text {
		font-size: 1.4rem;
	}
}
@media all and (min-width: 768px) {
	#works {
		padding-top: 150px;
	}
	#works h2 {
		padding: 0 15px 50px;
	}
	#works .listBox {
		padding-bottom: 90px;
	}
	#works .listBox::before {
		content: "";
		width: 100%;
		height: 430px;
		top: auto;
		left: 0;
		bottom: 0;
	}
	#works .listBox::after {
		padding-right: 35px;
		font-size: 13.5rem;
		line-height: 1;
		top: auto;
		bottom: -40px;
	}
	#works ul {
		width: 980px;
		margin: 0 auto;
		padding-top: 0;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
	}
	#works li {
		width: 310px;
	}
	#works .mi {
		height: 70px;
		padding: 0 0 18px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#works .wrap {
		display: block;
	}
	#works .photo {
		width: 100%;
	}
	#works .photo img {
		height: auto;
	}
	#works .inner {
		padding-bottom: 80px;
	}
	#works .text {
		padding: 25px 10px 0px;
		font-size: 1.6rem;
		line-height: 190%;
	}
	#works .btn a {
		height: 50px;
		padding-top: 16px;
		background: #85bf3f url(../img/arrow.svg) right 14px center no-repeat;
		background-size: 13px 18px;
		font-size: 1.8rem;
		line-height: 1;
	}
	#works .btn a:hover {
		background: #479f87 url(../img/arrow.svg) right 14px center no-repeat;
		background-size: 13px 18px;
		transition: 1s;
	}
}

/*----------------------------------------------
flow
----------------------------------------------*/
#flow {
	padding-top: 120px;
}
#flow .wrap {
	display: -webkit-flex;
	display: flex;
}
#flow h2 {
	width: 160px;
	position: relative;
}
#flow h2 img {
	max-width: 100%;
}
#flow h2::after {
	content: "Flow";
	width: 100%;
	padding-left: 5px;
	color: #c0dabc;
	font-weight: bold;
	font-size: 7rem;
	line-height: 1;
	position: absolute;
	top: 83px;
	left: 0;
	opacity: 0.8;
}
#flow ul {
	width: calc(100% - 160px);
	list-style: none;
}
#flow li {
	width: 100%;
	padding: 13px 5px 30px;
	font-size: 1.8rem;
	line-height: 130%;
	text-align: center;
	position: relative;
}
#flow li:first-child {
	padding-top: 8px;
}
#flow li:last-child {
	padding-bottom: 0;
}
#flow li::before {
	content: "";
	width: 14px;
	height: 20px;
	margin: auto;
	background: url(../top-img/flow-arrow.svg) center center no-repeat;
	background-size: 14px 20px;
	transform:rotate(90deg);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#flow li:last-child::before {
	display: none;
}
@media screen and (max-width: 350px) {
	#flow h2 {
		width: 150px;
	}
	#flow h2::after {
		font-size: 6.6rem;
		top: 78px;
	}
	#flow ul {
		width: calc(100% - 150px);
	}
	#flow li {
		font-size: 1.7rem;
		line-height: 130%;
	}
}
@media all and (min-width: 768px) {
	#flow {
		padding-top: 180px;
		position: relative;
	}
	#flow::before {
		content: "";
		width: 50%;
		height: 250px;
		background-color: #e2f8ce;
		position: absolute;
		top: 180px;
		left: 0;
		z-index: -1;
	}
	#flow .wrap {
		width: 980px;
		min-height: 250px;
		margin: 0 auto;
		background-color: #fff;
		position: relative;
	}
	#flow .wrap::before {
		content: "";
		width: 178px;
		height: 250px;
		background-color: #e2f8ce;
		position: absolute;
		top: 0;
		left: 0;
	}
	#flow .wrap::after {
		content: "";
		position: absolute;
		top: 0;
		left: 178px;
		width: 0;
		height: 0;
		border-right: 116px solid transparent;
		border-bottom: 250px solid #e2f8ce;
	}
	#flow h2 {
		width: 320px;
		padding: 110px 0 0 5px;
		z-index: 1;
	}
	#flow h2::after {
		padding-left: 0;
		font-size: 11rem;
		line-height: 1;
		top: 175px;
	}
	#flow ul {
		width: 660px;
		list-style: none;
		display: -webkit-flex;
		display: flex;
	}
	#flow li {
		width: auto;
		padding: 24px 48px 0 28px;
		font-size: 2rem;
		line-height: 130%;
		text-align: left;
		position: relative;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	#flow li:first-child {
		padding-top: 24px;
		padding-left: 0;
	}
	#flow li:last-child {
		padding-bottom: 0;
		padding-right: 0;
	}
	#flow li::before {
		width: 19px;
		height: 28px;
		background-size: 19px 28px;
		transform:rotate(0deg);
		top: 49px;
		left: auto;
		bottom: auto;
	}
	#flow li:last-child::before {
		display: none;
	}
}

/*----------------------------------------------
news
----------------------------------------------*/
#news {
	padding-top: 100px;
	position: relative;
	overflow: hidden;
}
#news::after {
	content: "News";
	width: 100%;
	padding-left: 16px;
	color: #d3c6b0;
	font-weight: bold;
	font-size: 7rem;
	line-height: 1;
	position: absolute;
	top: 113px;
	left: 0;
	opacity: 0.8;
	z-index: 1;
}
#news h2 {
	padding: 112px 0 32px 29px;
	position: relative;
}
#news h2 img {
	max-width: 100%;
}
#news .photo {
	width: 250px;
	position: absolute;
	top: 100px;
	left: 181px;
}
#news .photo img {
	max-width: 100%;
}
#news ul {
	padding: 16px 10px 20px;
	list-style: none;
	background-color: #e2f8ce;
}
#news li {
	border-bottom: 2px solid #fff;
}
#news li:last-child {
	border-bottom: none;
}
#news li a {
	display: block;
	width: 100%;
	padding: 16px 10px;
	text-decoration: none;
}
#news li a .date {
	display: block;
	padding-bottom: 8px;
	color: #928075;
	font-size: 1.5rem;
	line-height: 130%;
}
#news li a .title {
	display: block;
	color: #534741;
	font-size: 1.6rem;
	line-height: 150%;
}
@media all and (min-width: 768px) {
	#news {
		width: 980px;
		margin: 0 auto;
		padding-top: 160px;
		overflow: visible;
	}
	#news::after {
		width: 480px;
		padding-left: 0;
		padding-right: 20px;
		font-size: 12rem;
		line-height: 1;
		text-align: right;
		top: 475px;
		right: 0;
		left: auto;
	}
	#news h2 {
		width: 480px;
		padding: 13px 0 33px 0;
		text-align: center;
	}
	#news .photo {
		width: 500px;
		position: absolute;
		top: 160px;
		left: auto;
		right: 0;
	}
	#news ul {
		width: 750px;
		padding: 17px 295px 17px 30px;
	}
	#news li a {
		padding: 20px 10px;
		position: relative;
	}
	#news li a span {
		position: relative;
		z-index: 1;
	}
	#news li a .date {
		padding-bottom: 8px;
		font-size: 1.7rem;
		line-height: 130%;
	}
	#news li a .title {
		font-size: 1.8rem;
		line-height: 150%;
	}
	#news li a::before {
		content: "";
		width: 0;
		height: 100%;
		background-color: #f5ffe6;
		position: absolute;
		top: 0;
		left: 0;
		visibility: hidden;
		transition: 1s;
	}
	#news li a:hover::before {
		width: 100%;
		height: 100%;
		visibility: visible;
	}
}

/*----------------------------------------------
linkList1
----------------------------------------------*/
.linkList1 {
	padding: 80px 10px 40px;
}
.linkList1 ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.linkList1 li {
	width: 32.5%;
	border: 1px solid #c0ab92;
}
.linkList1 li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 9px 13px;
	text-decoration: none;
	color: #736357;
	font-size: 1.3rem;
	line-height: 150%;
}
.linkList1 li a span {
	display: block;
}
.linkList1 li a .title {
	height: 55px;
	color: #534741;
	text-align: center;
	font-size: 1.6rem;
	line-height: 140%;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.linkList1 li.sns img {
	width: 38px;
}
.linkList1 li.sns .snsName {
	height: auto;
	display: block;
	font-size: 1.5rem;
	line-height: 140%;
	color: #534741;
	text-align: center;
}
.linkList1 li.sns .snsName span:first-child {
	padding-bottom: 10px;
}
@media screen and (max-width: 350px) {
	.linkList1 li a {
		padding: 15px 5px 13px;
		font-size: 1.2rem;
		line-height: 150%;
	}
	.linkList1 li a .title {
		font-size: 1.5rem;
		line-height: 140%;
	}
}
@media all and (min-width: 768px) {
	.linkList1 {
		width: 980px;
		margin: 0 auto;
		padding: 135px 0 90px;
	}
	.linkList1 li {
		width: 310px;
	}
	.linkList1 li a {
		padding: 25px 12px;
		font-size: 1.5rem;
		line-height: 180%;
	}
	.linkList1 li a .title {
		height: auto;
		font-size: 2rem;
		line-height: 130%;
		padding-bottom: 20px;
	}
	.linkList1 li.sns .snsName {
		font-size: 1.8rem;
		line-height: 140%;
	}
	.linkList1 li.sns .snsName span:first-child {
		padding-bottom: 3px;
	}
	.linkList1 li a .title br,
	.linkList1 li.sns .snsName br {
		display: none;
	}
	.linkList1 li a:hover {
		background-color: #faf8eb;
		transition: 1s;
	}
}

/*----------------------------------------------
linkList2
----------------------------------------------*/
.linkList2 {
	padding: 0 10px;
}
.linkList2 h3 {
	padding: 0 0 10px 2px;
	font-size: 1.6rem;
	line-height: 130%;
}
.linkList2 ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.linkList2 li {
	padding-right: 20px;
	padding-top: 10px;
}
.linkList2 li img {
	max-width: 100%;
}
@media all and (min-width: 768px) {
	.linkList2 {
		width: 980px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.linkList2 h3 {
		padding: 0 0 24px 0;
		font-size: 2rem;
		line-height: 130%;
	}
	.linkList2 li {
		padding-right: 23px;
	}
	.linkList2 li a:hover {
		opacity: 0.6;
		transition: 1s;
	}
}