@charset "UTF-8";
#header {
	background-color: inherit;
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
}
.scroll #header {
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
#header .logo {
	opacity: 0;
}
.scroll #header .logo {
	opacity: 1;
}
#firstView {
	background-image: url("bg_firstView.png");
	background-size: cover;
	background-position: center bottom;
	padding-bottom: calc(40px + 5%);
	position: relative;
	margin-bottom: -5%;
}
#firstView .inBox {
	display: flex;
}
#firstView .inBox h1 {
	width: 200px;
	padding: 0 5%;
}
#firstView .inBox .photo {
	margin-top: 120px;
	height: 580px;
	flex: 1;
	overflow: hidden;
	border-radius: 40px 0 0 40px;
}
#greetingBox {
	background-image: url("bg_greeting.jpg");
	background-size: cover;
	background-position: top right;
	padding-bottom: 80px;
	padding-top: calc(40px + 5%);
}
#greetingBox .inBox {
	background-color: #fff;
	padding: 60px 5%;
	border-radius: 0 20px 20px 0;
	width: 800px;
}
#greetingBox .inBox .title {
	font-size: 120%;
	line-height: 1.75em;
}
#serviceBox {
	display: flex;
	gap: 40px;
	margin-top: 40px;
}
#serviceBox .inBox a {
	display: block;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
#serviceBox .inBox a::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-color: #36a;
	border-radius: 999px;
	position: absolute;
	right: -5px;
	bottom: -5px;
	background-image: url("../common/images/allow.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	border: solid 20px #36a;
}
#serviceBox .inBox .title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.5em;
	text-align: center;
}
#areaBox {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
#areaBox .photo {
	flex: 1;
}
#areaBox .inBox .title {
	color: #36a;
	letter-spacing: normal;
}
#areaBox .inBox .title strong {
	font-size: 150%;
	line-height: 1.5em;
	font-weight: normal;
}
#areaBox .inBox .title2 {
	font-size: 120%;
	line-height: 1.5em;
	color: #36a;
	letter-spacing: normal;
}
#recruitBox {
	background-position: center right;
	background-size: cover;
}
#recruitBox .inBox {
	width: 50%;
	margin-top: 40px;
}
#outlineBox {
	display: flex;
	justify-content: center;
}
#groupBox {
	padding: 40px;
	background-color: #38c;
	border-radius: 20px;
}
#groupBox h2 {
	color: #fff;
	font-size: 150%;
	line-height: 1.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 0.5em;
}
#groupBox ul {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
#groupBox ul li {
	margin: 0;
	padding: 2em 1em;
	list-style: none;
	background-color: #fff;
	text-align: center;
	border-radius: 20px;
	color: #38c;
}
@media screen and (max-width: 700px) {
	#width-----700px----- {}
	#firstView {
		padding-bottom: 10%;
		margin-bottom: -10%;
	}
	#firstView .inBox h1 {
		width: 120px;
		padding: 0 10px;
	}
	#firstView .inBox .photo {
		margin-top: 70px;
		height: 340px;
		border-radius: 20px 0 0 20px;
	}
	#firstView .separator {
		margin-top: 20px;
	}
	#greetingBox {
		padding-bottom: 20px;
		padding-top: calc(50vw + 10%);
	}
	#greetingBox .inBox {
		background-color: #fff;
		padding: 20px;
		margin-right: 20px;
		border-radius: 0 20px 20px 0;
		width: auto;
	}
	#greetingBox .inBox .title {
		font-size: 110%;
		line-height: 1.5em;
	}
	#serviceBox {
		flex-direction: column;
		gap: 20px;
		margin-top: 20px;
		padding: 0 20px;
	}
	#areaBox {
		flex-direction: column-reverse;
		gap: 10px;
	}
	#areaBox .photo {
		width: 80%;
	}
	#recruitBox {
		padding: 30vw 0;
		background-position: center center;
	}
	#recruitBox .inBox {
		width: auto;
	}
#groupBox {
	padding: 20px;
}
#groupBox h2 {
	color: #fff;
	font-size: 150%;
	line-height: 1.5em;
}
#groupBox ul {
	grid-template-columns: 1fr;
	gap: 10px;
}
#groupBox ul li {
	border-radius: 10px;
}
}