@charset "UTF-8";

/* トップページロゴ */
html,
.main_logo-sp {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_logo-sp img {
	height: 100vh;
	width:auto;
}

.main_logo-pc {
	display: none;
}

.topimg-pc {
	display: none;
}

@media (min-width: 750px) {
	.main_logo-sp {
		display: none;
	}
	
	.main_logo-pc {
  		display: flex;
		justify-content: center;
		align-items: center;
	}
	.main_logo-pc img {
		width: 50%;
		height: 50%;
		padding-top: 5%;
	}
	.topimg-sp {
		display: none;
	}
}

/* サービス */
.service {
	text-align: center;
	margin-bottom: 30px;
}

.service h2 {
	display: inline-block;
	margin-bottom: 16px;
	padding-bottom: 9px;
	border-bottom: dotted 2px currentColor;
	font-size: 24px;
	color: #2E5180;
}

.service h2 + p {
	color: #2E5180;
	font-size: 16px;
}

@media (min-width: 700px) {
	.service {
		padding: 95px 0 0px;
	}

	.service h2 {
		font-size: 36px;
	}
}


/* サービス： サービスの詳細 */
.details {
	margin-top: 50px;
}

.detail:not(:last-child) {
	margin-bottom: 10px;
}

.detail h3 {
	margin-bottom: 17px;
	font-size: 20px;
	line-height: 1.75;
}

.detail p {
	max-width: 650px;
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 2;
}

.list-contents {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	z-index: 0;
}

.list-contents li {
	position: relative;
	list-style: none;
	max-width: 95%;
	margin-bottom: 20px;
}

.list-contents img {
	margin-left: 3%;
	width: 100%;
}

.list-contents .btn-cmn-01 a {
	position: absolute;
	bottom: 0;
	margin: 0;
}

.list-contents p {
	padding: 0 0 0 3%;
}

@media (min-width: 700px) {
	.list-contents {
		margin-top: 115px;
	}

	.list-contents {
		flex: auto;
	}

	.list-contents li {
		position: relative;
		max-width: 47.5%;
		margin-bottom: 45px;
	}

	.list-contents p {
		display: none;
	}
	

}

/* フッター */
.footlogo img {
	width: 50%;
	margin: 100px 0 60px;
}
	
.footer {
	padding: 10px 0 30px;
	text-align: center;
	color: #726E6E;
}

.footer .copyright {
	font-size: 11px;
}

@media (min-width: 700px) {
	.footlogo img {
		width: 19%;
		text-align: center;
		margin: 100px 0 0 3%;
	}
	
	.footer {
		padding: 40px 0 30px;
		z-index: -1;
	}

	.footer .container {
		text-align: right;
		justify-content: space-between;
	}

	.footer .add {
		margin: 0 0 0 77px;
	}

}
