@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea {
	width: 100%;
	height: calc( var(--vh) * 100 - 70px);
	position: relative;
	margin-top: 70px;
	background-image: url("../img/top/main_bg.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.mainArea:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc( var(--vh) * 100 - 70px);
	background-image: url(../img/top/main_mark.webp);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.mainArea .inner {
	padding: 0 20px;
	height: calc( var(--vh) * 100 - 70px);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.mainArea .inner .desc {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: left;
	background-color: rgba(255,255,255,.8);
	padding: 22px 20px 20px;
}
.mainArea .inner .desc p {
	font-family: ten-mincho,serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
}
.mainArea .inner .desc p span {
	margin-top: -10px;
}

/* 共通 */
/* btn */
.btnarrow {
	width: 200px;
	border-radius: 50px;
	position: relative;
	border: 1px solid #c59b6d;
	padding: 8px 20px;
	display: inline-block;
	text-decoration: none;
	transition: all .2s linear;
}
.btnarrow:hover {
	background: #c59b6d;
	color: #fff;
}
.btnarrow::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 1px;
	background: #c59b6d;
	transition: all .2s linear;
}
.btnarrow:hover::before {
  right: -20px;
}

/* contentArea01 */
.contentArea01 {
  background-image: url("../img/top/cont01_bg.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.contentArea01:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 686px;
	background-image: url(../img/top/news_mark.webp);
	background-repeat: no-repeat;
	background-position: left top;
}
.contentArea01 .content_bg {
	background: linear-gradient(rgba(225,225,225,0) 86%,#fff 86%) no-repeat 100% 100% / 100% 100%;
}

/* newsArea */
.newsArea .inner {
	padding: 40px 20px 30px;
	position: relative;
	z-index: 2;
}
.newsArea .inner .desc {
	max-width: 900px;
	margin: 0 auto;
	border-radius: 10px;
	padding: 30px;
	background-color: #fff;
	box-shadow: 0 2px 13px rgb(0 0 0 / 20%);
}
.newsArea .inner .desc .btn {
	display: flex;
	justify-content: center;
	padding-top: 26px;
}
.newsArea .inner .desc p {
	text-align: center;
	font-size: 18px;
	font-family: ten-mincho,serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	padding-bottom: 20px;
}
.newsArea .inner .desc .news {
	padding: 16px 0;
	max-width: 660px;
	margin: 0 auto;
	border-top: 2px solid #c59b6d;
	border-bottom: 2px solid #c59b6d;
}
.newsArea .inner .desc .news li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 12px 0;
}
.newsArea .inner .desc .news li span {
	display: block;
}
.newsArea .inner .desc .news li .date {
	width: 76px;
}
.newsArea .inner .desc .news li .category {
	width: 80px;
	text-align: center;
	margin: 0 10px;
	color: #fff;
	padding: 2px 0;
}
.newsArea .inner .desc .news li .cate01 {
	background-color: #009394;
}
.newsArea .inner .desc .news li .cate02 {
	background-color: #29aae1;
}
.newsArea .inner .desc .news li .c_news {
	background-color: #009394;
}
.newsArea .inner .desc .news li .c_blog {
	background-color: #29aae1;
}
.newsArea .inner .desc .news li .ttl {
	line-height: 1.2;
}

/* 共通 */
/* content */
.content .inner {
	padding: 20px 20px 30px;
	position: relative;
	z-index: 2;
}
.content .inner .desc {
	max-width: 900px;
	margin: 0 auto;
	height: 170px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 2px 13px rgb(0 0 0 / 20%);
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.content .inner .desc .left {
	width: 80%;
	height: 170px;
	display: flex;
	align-items: center;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.content .inner .desc .left p {
	font-family: ten-mincho,serif;
	font-weight: 400;
	font-style: normal;
}
.content .inner .desc .right {
	width: 30%;
	height: 170px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	background-color: #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* conceptArea */
.content .inner .desc .left {
	background-image: url("../img/top/concept_bg.webp");
}
.conceptArea .inner .desc .left p {
	font-size: 16px;
}

/* benefitArea */
.benefitArea .inner .desc .left {
	background-image: url("../img/top/benefit_bg.webp");
}
.benefitArea .inner .desc .left .txt {
	font-size: 18px;
	line-height: 1;
	padding: 10px 20px;
	display: inline-block;
	background-color: #fff;
}
.benefitArea .inner .desc .right {
	background-color: #d4eded;
}

/* contentArea02 */
.contentArea02 .inner	{
  padding: 60px 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

/* 共通 */
/* content */
.contentArea02 .inner	.content {
	width: calc(33.33% - ((10px * 2) / 3));
	padding-bottom: 40px;
}
.contentArea02 .inner	.content .img {
	width: 100%;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.contentArea02 .inner	.content .desc {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	padding-top: 16px;
}
.contentArea02 .inner	.content .desc .btn {
	padding-top: 20px;
}
.contentArea02 .inner	.content .desc p {
	text-align: center;
}
/* businessArea */
.contentArea02 .inner	.businessArea .img {
	background-image: url("../img/top/business_bg.webp");
}
/* caseArea */
.contentArea02 .inner	.caseArea .img {
	background-image: url("../img/top/case_bg.webp");
}
/* flowArea */
.contentArea02 .inner	.flowArea .img {
	background-image: url("../img/top/flow_bg.webp");
}
/* faqArea */
.contentArea02 .inner	.faqArea .img {
	background-image: url("../img/top/faq_bg.webp");
}
/* voiceArea */
.contentArea02 .inner	.voiceArea .img {
	background-image: url("../img/top/voice_bg.webp");
}
/* companyArea */
.contentArea02 .inner	.companyArea .img {
	background-image: url("../img/top/company_bg.webp");
}


@media screen and (max-width: 1000px) {
/* mainArea */
	.mainArea {
		height: calc( var(--vh) * 100 - 60px);
		margin-top: 60px;
		background-image: url("../img/top/main_bg.webp");
	}
	.mainArea:before {
		height: calc( var(--vh) * 100 - 60px);
	}
	.mainArea .inner {
		padding: 0 6vw;
		height: calc( var(--vh) * 100 - 60px);
	}
	.mainArea .inner .desc p {
		font-size: 22px;
	}

/* newsArea */
	.newsArea .inner {
		padding: 40px 8vw 30px;
	}
	.newsArea .inner .desc {
		width: 100%;
		max-width: 100%;
		padding: 30px 40px;
	}
	.newsArea .inner .desc .btn {
		padding-top: 20px;
	}
	.newsArea .inner .desc p {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.newsArea .inner .desc .news {
		width: 100%;
	}
	.newsArea .inner .desc .news li {
		display: block;
	}
	.newsArea .inner .desc .news li .date {
		width: 100%;
		padding-bottom: 4px;
	}
	.newsArea .inner .desc .news li .category {
		margin: 0 0 8px;
	}
/* 共通 */
/* content */
	.content .inner {
		padding: 20px 8vw 30px;
	}
	.content .inner .desc .left {
			width: 60%;
	}	
	.content .inner .desc .right {
			width: 40%;
	}	
	
/* contentArea02 */
	.contentArea02 .inner	{
		padding: 60px 8vw 40px;
	}
/* 共通 */
/* content */
	.contentArea02 .inner	.content {
		width: calc(50% - 30px / 2);
	}
}


@media screen and (max-width: 767px) {
/* mainArea */
	.mainArea:before {
		left: -200px;
	}
	
/* contentArea01 */
	.contentArea01:before {
		left: -200px;
	}
	
/* newsArea */
	.newsArea .inner {
		padding: 40px 6vw 20px;
	}	
	
/* 共通 */
/* content */
	.content .inner {
		padding: 20px 6vw;
	}
	.content .inner .desc {
		width: 100%;
		max-width: 100%;
		height: inherit;
		flex-direction: column-reverse;
	}
	.content .inner .desc .left {
		width: 100%;
		height: 270px;
		justify-content: center;
		padding: 30px 0;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	.content .inner .desc .left p {
		text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
	}
	.content .inner .desc .right {
		width: 100%;
		height: inherit;
		padding: 30px 0;
		justify-content: center;
		border-top-right-radius: 0;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
/* conceptArea */
	.conceptArea .inner .desc .left {
		background-image: url("../img/top/concept_bg_sp.webp");
	}
/* benefitArea */
	.benefitArea .inner .desc .left {
		background-image: url("../img/top/benefit_bg_sp.webp");
	}
	
/* contentArea02 */
	.contentArea02 .inner {
		padding: 40px 6vw 20px;
	}	
/* 共通 */
/* content */
	.contentArea02 .inner .content {
		width: calc(50% - 10px / 2);
	}
	.contentArea02 .inner	.content .img {
		height: 180px;
	}
	.contentArea02 .inner	.content .desc {
		padding-top: 12px;
	}
	.contentArea02 .inner	.content .desc .btn {
		padding-top: 16px;
	}
	.contentArea02 .inner	.content .desc p {
	font-size: 12px;
	}
}

@media screen and (max-width: 600px) {
/* mainArea */
	.mainArea {
		position: static;
	}
	.mainArea:before {
		display: none;
	}
	.mainArea .inner .desc p {
		font-size: 20px;
	}	
	
/* newsArea */
	.newsArea .inner .desc {
		padding: 30px 20px;
	}	
	.newsArea .inner .desc p {
		font-size: 15px;
		line-height: 1.4;
	}
	
/* contentArea01 */
	.contentArea01 {
		position: static;
	}
	.contentArea01:before {
		display: none;
	}
	.content .inner .desc .left {
		height: 200px;
		padding: 26px 0;
	}
	.content .inner .desc .right {
    padding: 26px 0;
	}
/* conceptArea */
	.conceptArea .inner .desc .left {
		background-image: url("../img/top/concept_bg_sp02.webp");
	}
/* benefitArea */
	.benefitArea .inner .desc .left {
		background-image: url("../img/top/benefit_bg_sp02.webp");
	}
	
/* contentArea02 */
	.contentArea02 .inner {
	 display: block;
	}
	.contentArea02 .inner .content {
		width: 100%;
	}
}

