@charset "UTF-8";
/* CSS Document */
/* 仮index */
.og {
	text-align: center;
	padding-top: 10vh;
}
@media screen and (max-width: 767px) {
	/* 仮index */
	.og {
		padding-top: 25vh;
	}
	.og img {
		width: 100%;
	}
}

/* mainArea */
.mainArea .m_inner {
	max-width: 1500px;
	margin: 0 auto;
	height: 940px;
	background: linear-gradient(rgba(225,225,225,0) 50%,#f3eee9 50%) no-repeat 100% 100% / 100% 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.mainArea .m_inner .inner {
	width: 100%;
	text-align: center;
	padding: 0 0 46px;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.mainArea .m_inner .inner:before {
	content: "";
	display: block;
	width: 1200px;
	height: 580px;
	background-image: url("../img/top/main_bg.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 50px;
	border-radius: 10px;
}
.mainArea .m_inner .inner .desc .ttl {
	font-size: 36px;
	letter-spacing: 0.2em;
	color: #736357;
	line-height: 1;
	position: relative;
}
.mainArea .m_inner .inner .desc .ttl:before {
	content: "";
	position: absolute;
	top: -80px;
	left: 50%;
	width: 300px;
	height: 66px;
	transform: translateX(-50%);
	background-image: url("../img/top/mark.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.mainArea .m_inner .inner .desc p {
	padding-top: 16px;
	color: #736357;
	font-size: 18px;
}

/* 共通 */
/* h1 */
.newsArea .ttl,
.aboutArea .desc01 .inner .ttl,
.serviceArea .desc01 .inner .ttl,
.reformArea .inner .ttl,
.contentArea .inner .desc .ttl {
	font-size: 22px;
	line-height: 1;
	color: #736357;
	padding-bottom: 10px;
	position: relative;
	display: inline-block;
}
.newsArea .ttl:after,
.aboutArea .desc01 .inner .ttl:after,
.serviceArea .desc01 .inner .ttl:after,
.reformArea .inner .ttl:after,
.contentArea .inner .desc .ttl:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #736357;
	width: 200px;
	height: 1px;
}

/* btn */
.btn02 {
	position: relative;
	display: block;
	width: 250px;
	color: #fff;
	background: #736357;
	padding: 12px 90px 12px 16px;
	text-align: left;
	border-radius: 8px;
	font-weight: 500;
	line-height: 1;
	font-size: 14px;
}
.btn02:hover {
	background: #000;
	color: #fff;
}
.btnarrow:after {
	content: url("../img/common/arrow.svg");
	width: 42px;
	position: absolute;
	top: 10px;
	right: 24px;
	transition: all .3s;
}
.btnarrow:hover:after {
	right: 2px;
}

/* newsArea */
.newsArea {
	text-align: center;
	padding: 50px 0;
}
.newsArea .news {
	background-color: #e2f3fc;
	margin-top: 20px;
}
.newsArea .news .inner {
	padding: 10px 20px 36px;
	background-image: url("../img/top/news_bg.webp");
	background-repeat: no-repeat;
	background-position: left center;
}
.newsArea .news .inner ul {
	max-width: 860px;
	margin: 0 auto;
}
.newsArea .news .inner ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-top: 26px;
}
.newsArea .news .inner ul li span {
	display: block;
}
.newsArea .news .inner ul li .date {
	width: 120px;
	text-align: center;
	background-color: #fff;
	line-height: 1;
	padding: 10px 0;
}
.newsArea .news .inner ul li .ttl {
	width: 740px;
	padding-left: 30px;
	text-align: left;
	line-height: 1.2;
}
.newsArea .btn {
	padding-top: 20px;
	display: flex;
	justify-content: center;
}

/* aboutArea */
.aboutArea {
	padding: 50px 0;
}
.aboutArea .desc01 {
	background: linear-gradient(90deg, rgba(225,225,225,0) 50%, #f5ffeb 50%) no-repeat 100% 100% / 100% 100%;
}
.aboutArea .desc01 .inner {
	text-align: center;
	padding: 32px 20px 16px;
}
.aboutArea .desc01 .inner .txt {
	padding-top: 20px;
	font-size: 15px;
	color: #736357;
	line-height: 1.8;
}
.aboutArea .desc02 {
	background: linear-gradient(90deg, #f5ffeb 50%, rgba(225,225,225,0) 50%) no-repeat 100% 100% / 100% 100%;
}
.aboutArea .desc02 .inner {
	text-align: center;
	padding: 16px 20px 90px;
	display: flex;
	justify-content: center;
}
.aboutArea .imgArea .inner {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: -50px;
}
.aboutArea .imgArea .inner .img {
	width: calc(33.33% - ((60px * 2) / 3));
}
.aboutArea .imgArea .inner .img img {
	border-radius: 10px;
}

/* serviceArea */
.serviceArea {
	padding: 50px 0;
}
.serviceArea .desc01 {
	background-color: #f3eee9;
}
.serviceArea .desc01 .inner {
	padding: 0 20px 30px;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
	flex-direction: row-reverse;
}
.serviceArea .desc01 .inner:before {
	content: "";
	display: block;
	width: 430px;
	height: 468px;
	background-image: url("../img/top/service_img01.webp");
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -30px;
}
.serviceArea .desc01 .inner .desc {
	width: 600px;
	text-align: center;
}
.serviceArea .desc01 .inner .desc .txt {
	padding-top: 20px;
	font-size: 15px;
	color: #736357;
	line-height: 1.8;
}
.serviceArea .desc01 .inner .desc .btn {
	padding-top: 20px;
	display: flex;
	justify-content: center;
}
.serviceArea .imgArea .inner {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}
.serviceArea .imgArea .left,
.serviceArea .imgArea .right {
	width: calc(50% - 100px / 2);
}
.serviceArea .imgArea .left {
	margin-top: -80px;
}
.serviceArea .imgArea .right {
	padding-top: 80px;
}
.serviceArea .imgArea .left .img,
.serviceArea .imgArea .right .img {
	padding-top: 16px;
}
.serviceArea .imgArea .left .img img,
.serviceArea .imgArea .right .img img {
	border-radius: 10px;
}

/* reformArea */
.reformArea .inner {
	max-width: 1800px;
	margin: 0 auto;
	padding: 50px 20px;
	text-align: center;
}
.reformArea .inner .txt {
	padding-top: 20px;
	font-size: 15px;
	color: #736357;
	line-height: 1.8;
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}
.reformArea .inner .txt:before {
	content: "";
	display: block;
	width: 1500px;
	height: 300px;
	background-image: url("../img/top/case_img01.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 26px;
}
.reformArea .inner .btn {
	padding-top: 26px;
	display: flex;
	justify-content: center;
}

/* contentArea */
.contentArea .inner {
	padding: 50px 20px 70px;
}
.contentArea .inner dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.contentArea .inner .desc {
	padding: 20px;
	text-align: center;
	background-color: #f5ffeb;
	width: calc(33.33% - ((60px * 2) / 3));
}
.contentArea .inner .desc .btn {
	padding-top: 10px;
	display: flex;
	justify-content: center;
}
.contentArea .inner .desc .txt {
	padding-top: 20px;
	font-size: 15px;
	color: #736357;
	line-height: 1.8;
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}
.contentArea .inner .desc .txt:before {
	content: "";
	min-height: 98px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
}
.contentArea .inner .shopArea .txt:before {
	width: 85px;
	height: 63px;
	background-image: url("../img/top/shop.svg");
}
.contentArea .inner .companyArea .txt:before {
	width: 63px;
	height: 98px;
	background-image: url("../img/top/company.svg");
}
.contentArea .inner .allianceArea .txt:before {
	width: 95px;
	height: 56px;
	background-image: url("../img/top/alliance.svg");
}

@media screen and (max-width: 1300px) {
/* mainArea */
	.mainArea .m_inner .inner:before {
		width: 1000px;
	}
}

@media screen and (max-width: 1200px) {
/* serviceArea */
	.serviceArea .desc01 .inner .desc {
		width: 500px;
	}	
	
/* contentArea */
	.contentArea .inner .desc {
		width: calc(33.33% - ((20px * 2) / 3));
	}
	.contentArea .inner .desc .txt {
		font-size: 14px;
	}	
}

@media screen and (max-width: 1100px) {
/* mainArea */
	.mainArea .m_inner .inner:before {
		width: 900px;
	}
}

@media screen and (max-width: 1000px) {
/* 共通 */
	.newsArea .ttl,
	.aboutArea .desc01 .inner .ttl,
	.serviceArea .desc01 .inner .ttl,
	.reformArea .inner .ttl,
	.contentArea .inner .desc .ttl {
		font-size: 20px;
	}
	.newsArea .ttl:after,
	.aboutArea .desc01 .inner .ttl:after,
	.serviceArea .desc01 .inner .ttl:after,
	.reformArea .inner .ttl:after,
	.contentArea .inner .desc .ttl:after {
		background-color: #736357;
		width: 180px;
	}
	
/* mainArea */
	.mainArea .m_inner {
		max-width: 100%;
		height: 890px;
	}	
	.mainArea .m_inner .inner:before {
		width: 800px;
	}
	.mainArea .m_inner .inner .desc .ttl {
		font-size: 26px;
	}	
	
/* newsArea */
	.newsArea {
		padding: 40px 0;
	}
	.newsArea .news .inner {
		padding: 10px 8vw 36px;
		background-position: center center;
	}
	.newsArea .news .inner ul {
		max-width: 100%;
	}
	.newsArea .news .inner ul li {
		display: block;
		padding-top: 20px;
	}
	.newsArea .news .inner ul li .date {
		width: 120px;
		margin-bottom: 8px;
	}
	.newsArea .news .inner ul li .ttl {
		width: 100%;
		padding-left: 0;
	}

/* aboutArea */
	.aboutArea {
		padding: 40px 0;
	}
	.aboutArea .desc01 .inner {
		text-align: center;
		padding: 32px 6vw 16px;
	}
	.aboutArea .desc01 .inner .txt {
		font-size: 14px;
	}
	.aboutArea .desc02 .inner {
		padding: 16px 6vw 90px;
	}
	.aboutArea .imgArea .inner {
		padding: 0 6vw;
		margin-top: -60px;
	}
	.aboutArea .imgArea .inner .img {
		width: calc(33.33% - ((20px * 2) / 3));
	}
	.aboutArea .imgArea .inner .img img {
		border-radius: 6px;
	}
	
/* serviceArea */
	.serviceArea {
		padding: 40px 0;
	}
	.serviceArea .desc01 .inner {
		padding: 0 6vw 30px;
	}
	.serviceArea .desc01 .inner:before {
		width: 280px;
		height: 305px;
		background-size: cover;
	}
	.serviceArea .desc01 .inner .desc {
		width: 400px;
	}
	.serviceArea .desc01 .inner .desc .txt {
		font-size: 14px;
	}
	.serviceArea .imgArea .inner {
		padding: 0 6vw;
	}
	.serviceArea .imgArea .left,
	.serviceArea .imgArea .right {
		width: calc(50% - 60px / 2);
	}
	.serviceArea .imgArea .left {
		margin-top: -60px;
	}
	.serviceArea .imgArea .right {
		padding-top: 60px;
	}
	.serviceArea .imgArea .left .img img,
	.serviceArea .imgArea .right .img img {
		border-radius: 8px;
	}
	
/* reformArea */
	.reformArea .inner {
		max-width: 100%;
		padding: 40px 0;
	}
	.reformArea .inner .txt {
		font-size: 14px;
	}
	.reformArea .inner .txt:before {
		width: 100%;
		height: 200px;
	}
	
/* contentArea */
	.contentArea .inner {
		padding: 40px 6vw 50px;
		display: block;
	}
	.contentArea .inner .desc {
		width: 600px;
		margin: 0 auto 16px;
		padding: 26px 20px;
	}
	.contentArea .inner .desc .txt {
		font-size: 14px;
	}
}

@media screen and (max-width: 900px) {
/* mainArea */
	.mainArea .m_inner .inner:before {
		width: 700px;
	}
}


@media screen and (max-width: 767px) {
/* mainArea */
	.mainArea .m_inner {
    height: 800px;
		margin-top: 70px;
	}	
	.mainArea .m_inner .inner:before {
		width: 100%;
		height: 750px;
		background-image: url(../img/top/main_bg_sp.webp);
		background-position: top center;
		border-radius: 0;
	}
	.mainArea .m_inner .inner .desc .ttl:before {
		top: -70px;
		width: 270px;
		height: 56px;
	}	
	.mainArea .m_inner .inner .desc p {
		font-size: 16px;
	}
	
/* serviceArea */
	.serviceArea .desc01 .inner {
		padding: 30px 6vw 60px;
		flex-direction: column-reverse;
	}
	.serviceArea .desc01 .inner:before {
		margin-top: 30px;
	}
	.serviceArea .desc01 .inner .desc {
		width: 100%;
	}
	.serviceArea .imgArea .left,
	.serviceArea .imgArea .right {
		width: calc(50% - 16px / 2);
	}
	.serviceArea .imgArea .left {
		margin-top: -46px;
	}
	.serviceArea .imgArea .right {
		padding-top: 30px;
	}
	
/* contentArea */
	.contentArea .inner .desc {
		width: 500px;
	}
}

@media screen and (max-width: 600px) {
/* mainArea */
	.mainArea .m_inner {
    height: 650px;
	}	
	.mainArea .m_inner .inner:before {
		height: 600px;
	}
	.mainArea .m_inner .inner {
    padding: 0 0 30px;
	}
	.mainArea .m_inner .inner .desc .ttl {
    font-size: 6vw;
		letter-spacing: 0.1em;
		letter-spacing: inherit;
	}
	.mainArea .m_inner .inner .desc p {
		font-size: 4vw;
	}
	
/* newsArea */
	.newsArea {
    padding-bottom: 30px;
	}
	.newsArea .news .inner ul li .ttl {
		font-size: 13px;
	}	
	
/* aboutArea */
	.aboutArea {
    padding: 30px 0;
	}
	.aboutArea .imgArea .inner {
		display: block;
	}
	.aboutArea .imgArea .inner .img {
		width: 80%;
		margin: 10px auto 0;
	}	
	.aboutArea .desc01 .inner .txt {
    text-align: left;
		font-size: 13px;
	}
	
/* serviceArea */
	.serviceArea {
		padding: 30px 0;
	}
	.serviceArea .desc01 .inner .desc .txt {
		text-align: left;
		font-size: 13px;
	}	
	.serviceArea .imgArea .left .img,
	.serviceArea .imgArea .right .img {
		padding-top: 6px;
	}
	.serviceArea .imgArea .left {
	margin-top: -40px;
	}
	.serviceArea .imgArea .left, .serviceArea .imgArea .right {
		width: calc(50% - 6px / 2);
	}
	.serviceArea .imgArea .right {
	padding-top: 40px;
	}
	.serviceArea .imgArea .left .img img,
	.serviceArea .imgArea .right .img img {
		border-radius: 6px;
	}
	
/* reformArea */
	.reformArea .inner {
		padding: 30px 0;
	}
	.reformArea .inner .txt .pd {
		text-align: left;
		font-size: 13px;
		padding: 0 6vw;
	}
	.reformArea .inner .txt:before {
		height: 110px;
	}	
	
/* contentArea */
	.contentArea .inner {
    padding: 30px 6vw 34px;
	}
	.contentArea .inner .desc {
		width: 100%;
	}
	.contentArea .inner .desc .txt {
		text-align: left;
		font-size: 13px;
	}
}

@media screen and (max-width: 550px) {
/* mainArea */
	.mainArea .m_inner .inner:before {
		height: 540px;
	}
}

@media screen and (max-width: 500px) {
/* mainArea */
	.mainArea .m_inner .inner:before {
		height: 500px;
	}
}

@media screen and (max-width: 450px) {
/* mainArea */
	.mainArea .m_inner .inner:before {
		height: 460px;
	}
	.mainArea .m_inner .inner .desc p {
    font-size: 4.4vw;
	}
}

