@charset "UTF-8";
/* CSS Document */

/* mainArea */
.main_bg {
	min-height: 800px;
	background-image: url("../img/common/content_bg .png");
	background-repeat: repeat;
	background-position: top left;
	background-attachment: fixed;
}
.mainArea  {
	min-height: 800px;
	background-image: url("../img/top/main_img.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}
.mainArea .inner {
	min-height: 800px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainArea .inner .m_logo {
	width: 220px;
	margin: 0 auto;
}
.mainArea .inner h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 1;
	padding-top: 44px;
}
.mainArea .inner h1 {
	width: 320px;
	margin: 0 auto;
	padding-top: 44px;
	font-family: poppins,sans-serif;
	font-weight: 600;
	font-style: normal;
}

/* aboutArea */
.aboutArea {
	background-color: #ddd;
}
.aboutArea .inner {
	padding: 100px 20px 0;
	text-align: center;
}
.aboutArea .inner h1 {
	display: inline-block;
	font-size: 40px;
	line-height: 1;

	padding-bottom: 20px;
	border-bottom: 4px solid #333;
	font-family: poppins,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.aboutArea .inner ul {
	padding-top: 80px;
	display: flex;
	justify-content: center;
}
.aboutArea .inner ul li {
	margin: 0 22px;
	font-size: 20px;
	padding-left: 26px;
	line-height: 1;
	position: relative;
}
.aboutArea .inner ul li:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 22px;
	height: 19px;
	background-image: url("../img/top/check.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
.aboutArea .inner p {
	padding-top: 40px;
	font-size: 34px;
	font-weight: 700;
}
.aboutArea .inner .img {
	padding-top: 90px;
	width: 1200px;
	margin: 0 auto;
}

/* itemArea */
.itemArea .inner {
	padding: 150px 20px;
}
.itemArea .inner ul {
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.itemArea .inner ul li {
	width: calc(100% / 3);
	padding: 0 2%;
}
.itemArea .inner ul li:first-of-type {
	padding-left: 0;
}
.itemArea .inner ul li:last-of-type {
	padding-right: 0;
}
.itemArea .inner ul li .img {
	margin: 0 auto;
}
.itemArea .inner ul li:first-of-type .item .img {
	width: 120px;
}
.itemArea .inner ul li:nth-of-type(2) .item .img {
	width: 110px;
}
.itemArea .inner ul li:last-of-type .item .img {
	width: 130px;
}
.itemArea .inner ul li .item h3 {
	padding-top: 40px;
	line-height: 1;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 0.09em;
	text-align: center;
}
.itemArea .inner ul li p {
	padding-top: 34px;
}
.itemArea .inner ul li p span {
	font-size: 13px;
}
.itemArea .inner .btnArea {
	max-width: 980px;
	margin: 0 auto;
	padding-top: 80px;
}
.itemArea .inner .btnArea .btn a {
	text-align: center;
	display: block;
	color: #666;
	font-size: 22px;
	line-height: 1;
	padding: 24px 0;
	border-top: 1px solid #666;
}
.itemArea .inner .btnArea .btn02 a {
	border-bottom: 1px solid #666;
}
.itemArea .inner .btnArea .btn a:hover {
	color: #fff;
	background-color: #666;
}
.itemArea .inner .img02 {
	width: 220px;
	margin: 0 auto;
	padding-top: 100px;
}

/* storeArea */
.storeArea {
	background-color: #6680E1;
}
.storeArea .inner {
	padding: 100px 20px;
	text-align: center;
}
.storeArea .inner h1 {
	display: inline-block;
	font-size: 40px;
	color: #fff;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 4px solid #fff;
	font-family: poppins,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.storeArea .inner p {
	font-size: 26px;
	color: #fff;
	font-weight: 500;
	line-height: 1.4;
	padding-top: 36px;
}
.storeArea .inner ul {
	padding-top: 60px;
	display: flex;
	justify-content: center;
}
.storeArea .inner ul li {
	width: 270px;
}
.storeArea .inner ul li:first-of-type {
	margin-right: 10px;
}
.storeArea .inner ul li:last-of-type {
	margin-left: 10px;
}
.storeArea .inner ul li a {
	display: block;
}
.storeArea .inner ul li a:hover {
	opacity: .7;
}

/* serviceArea */
.serviceArea {
	background-image: url("../img/common/content_bg .png");
	background-repeat: repeat;
	background-position: top left;
	background-attachment: fixed;
	background-color: rgba(136,136,136,.2);
}
.serviceArea .inner {
	padding: 100px 20px 120px;
	text-align: center;
}
.serviceArea .inner h1 {
	font-size: 40px;
	color: #666;
	line-height: 1;
	font-family: poppins,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.serviceArea .inner p {
	padding-top: 20px;
}
.serviceArea .inner ul {
	padding-top: 40px;
	max-width: 440px;
	margin: 0 auto;
}
.serviceArea .inner ul li {
	margin-bottom: 10px;
}
.serviceArea .inner ul li a {
	background-color: #fff;
	border-radius: 10px;
	padding: 22px 0;
	display: block;
	color: #666;
	font-weight: 500;
	font-size: 17px;
	line-height: 1;
}
.serviceArea .inner ul li a:hover {
	background-color: #6680E1;
	color: #fff;
}

@media screen and (max-width: 1000px) {
/* TOPのみ */
	body {
		position: relative;
	}
	body:before {
		content: "";
		background-image: url("../img/common/content_bg .png");
		background-repeat: repeat;
		background-position: top left;
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
	}
	
/* mainArea */
	.main_bg {
		min-height: 500px;
		background-image: none;
	}
	.mainArea {
		min-height: 500px;
		background-image: url("../img/top/main_img_sp.png");
	}
	.mainArea .inner {
		min-height: 500px;
		padding: 0 5vw;
	}
	.mainArea .inner .m_logo {
		width: 120px;
	}
	.mainArea .inner h2 {
		font-size: 15px;
		padding-top: 20px;
		text-align: center;
	}
	.mainArea .inner h1 {
		width: 180px;
		padding-top: 20px;
	}
	
/* aboutArea */
	.aboutArea .inner {
		padding: 60px 5vw 0;
	}
	.aboutArea .inner h1 {
		font-size: 26px;
		padding-bottom: 14px;
		border-bottom: 3px solid #333;
	}
	.aboutArea .inner ul {
		padding-top: 40px;
		display: block;
		max-width: 216px;
		margin: 0 auto;
	}
	.aboutArea .inner ul li {
		margin: 0 0 20px;
		padding-left: 30px;
		text-align: left;
	}
	.aboutArea .inner p {
		padding-top: 30px;
		font-size: 24px;
	}
	.aboutArea .inner .img {
		padding-top: 50px;
		width: 100%;
	}

/* itemArea */
	.itemArea {
		background-color: #fff;
	}
	.itemArea .inner {
		padding: 50px 5vw;
	}
	.itemArea .inner ul {
		max-width: 100%;
		width: 100%;
		display: block;
		padding: 0 5vw;
	}
	.itemArea .inner ul li {
		width: 100%;
		padding: 0 0 40px;
	}
	.itemArea .inner ul li .item {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.itemArea .inner ul li .item .img {
		margin: 0;
	}
	.itemArea .inner ul li:first-of-type .item .img {
		width: 90px;
	}
	.itemArea .inner ul li:nth-of-type(2) .item .img {
		width: 80px;
	}
	.itemArea .inner ul li:last-of-type .item .img {
		width: 100px;
	}
	.itemArea .inner ul li .item h3 {
		padding-top: 0;
		font-size: 24px;
		letter-spacing: inherit;
		text-align: left;
		padding-left: 20px;
	}
	.itemArea .inner ul li p {
		padding-top: 14px;
	}
	.itemArea .inner ul li p span {
		font-size: 13px;
	}
	.itemArea .inner .btnArea {
		max-width: 100%;
		width: 100%;
		padding-top: 30px;
	}
	.itemArea .inner .btnArea .btn a {
		font-size: 18px;
		padding: 20px 0;
	}
	.itemArea .inner .img02 {
		padding-top: 50px;
	}

/* storeArea */
	.storeArea .inner {
		padding: 50px 5vw;
	}
	.storeArea .inner h1 {
		font-size: 26px;
		padding-bottom: 14px;
		border-bottom: 3px solid #fff;
	}
	.storeArea .inner p {
		font-size: 24px;
		padding-top: 30px;
	}
	.storeArea .inner ul {
		padding-top: 30px;
	}

/* serviceArea */
	.serviceArea {
		background-image: none;
	}
	.serviceArea .inner {
		padding: 50px 5vw;
	}
	.serviceArea .inner h1 {
		font-size: 26px;
	}
	.serviceArea .inner p {
		padding-top: 10px;
		font-size: 14px;
	}
	.serviceArea .inner ul {
		padding-top: 30px;
		max-width: 100%;
	}
	.serviceArea .inner ul li a {
		padding: 20px 0;
		font-size: 16px;
	}
}	

@media screen and (max-width: 600px) {
	/* mainArea */
	.main_bg {
		min-height: 480px;
	}
	.mainArea {
		min-height: 480px;
	}
	.mainArea .inner {
		min-height: 480px;
	}
	.mainArea .inner .m_logo {
		width: 100px;
	}
	
	/* aboutArea */
	.aboutArea .inner p {
		font-size: 15px;
		padding-top: 20px;
	}
	.aboutArea .inner .img {
		padding-top: 44px;
	}

	/* itemArea */	
	.itemArea .inner ul li .item h3 {
		font-size: 20px;
		padding-left: 14px;
	}
	.itemArea .inner ul li p {
		padding-top: 10px;
		font-size: 14px;
		line-height: 1.4;
	}
	.itemArea .inner ul li p span {
		font-size: 12px;
	}
	.itemArea .inner ul li:first-of-type .item .img {
		width: 70px;
	}
	.itemArea .inner ul li:nth-of-type(2) .item .img {
		width: 60px;
	}
	.itemArea .inner ul li:last-of-type .item .img {
		width: 80px;
	}
	.itemArea .inner .btnArea {
		padding-top: 20px;
	}
	
	/* storeArea */	
	.storeArea .inner p {
		font-size: 18px;
	}
	.storeArea .inner ul li {
		width: 48%;
	}
	.storeArea .inner ul li:first-of-type {
		margin-right: 1%;
	}
	.storeArea .inner ul li:last-of-type {
		margin-left: 1%;
	}
}	



	
	