@charset "UTF-8";
#firstView img {
	width: 100%;
}
.headline {
	margin-top: 20px;
}
.headline dl {
	display: flex;
	border-bottom: 1px solid #DDD;
	margin: 0;
	padding: 15px 0;
}
.headline dl:first-child {
	border-top: 1px solid #DDD;
}
.headline dl dt {
	letter-spacing: normal;
	margin-right: 1em;
	white-space: normal;
	color: #9B0;
}
.headline dl dd {
	flex: 1;
}
.headline dl dd a {
	color: #000;
}
#aboutBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 20px;
	position: relative;
	z-index: 1;
}
#aboutBox ul li {
	margin: 0;
	padding: 1em 2em;
	text-align: center;
	border: solid 1px #789;
	background-color: #fff;
	border-radius: 999px;
	position: relative;
	color: #789;
}
#aboutBox ul li::before {
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	background-color: #789;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	z-index: -1;
	border-radius: 999px;
}
#aboutBox ul li::after {
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	background-color: #789;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -5px;
	border-radius: 999px;
}
#aboutBox .fig01 {
	max-width: 400px;
	margin: auto;
	margin-top: 20px;
}
#aboutBox h2 {
	text-align: center;
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	line-height: 1.5em;
	color: #f80;
	margin-top: 10px;
}
#aboutBox h2::before, #aboutBox h2::after {
	content: "";
	display: block;
	width: 2px;
	height: 3em;
	background-color: #f80;
	transform: rotate(-15deg);
}
#aboutBox h2::after {
	transform: rotate(15deg);
}
#aboutBox ol {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 20px;
	margin-top: 20px;
}
#aboutBox ol li {
	flex: 1;
	margin: 0;
	padding: 40px;
	background-color: #fff;
	border: solid 5px #9B0;
	color: #9B0;
	text-align: center;
	font-size: 150%;
	line-height: 1.5em;
	font-weight: bold;
	border-radius: 20px;
}
#aboutBox .figBox {
	display: flex;
	justify-content: space-between;
	margin-top: -40px;
	margin-bottom: -100px;
}
#aboutBox .figBox img {
	height: 200px;
	width: auto;
}
#solutionBox {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#solutionBox .inBox {
	padding: 20px;
	border-radius: 10px;
	position: relative;
	border: solid 5px #fc0;
	background-color: #fff;
}
#solutionBox .inBox:first-child {
	border: solid 5px #789;
}
#solutionBox .inBox:first-child::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 20px;
	border-color: #789 transparent transparent transparent;
	translate: -50% 100%;
}
#solutionBox .inBox h3 {
	margin: 0;
	text-align: center;
	font-size: 150%;
	line-height: 1.2em;
	font-weight: normal;
}
#solutionBox .inBox p {
	margin-top: 10px;
}
#newsWrap {
	display: flex;
	gap: 40px;
}
#newsWrap .inBox {
	flex: 1;
}
#snsBox {
	padding: 40px 20px;
}
#snsBox ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 40px;
}
#snsBox ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 300%;
	line-height: 1em;
}
#snsBox ul li a {
	color: #000;
}
@media screen and (max-width: 700px) {
	#width-----700px----- {}
	#aboutBox ul {
		flex-direction: column;
		gap: 30px;
		align-items: center;
		font-size: 80%;
	}
	#aboutBox h2 {
		font-size: 110%;
		line-height: 1.5em;
	}
	#aboutBox h2::before, #aboutBox h2::after {
		height: 4.5em;
	}
	#aboutBox ol {
		gap: 15px;
		flex-direction: column;
	}
	#aboutBox ol li {
		padding: 20px;
		font-size: 120%;
		line-height: 1.5em;
		border-radius: 5px;
	}
#aboutBox .figBox {
	justify-content: space-around;
	margin-top: -20px;
	margin-bottom: -88px;
}
#aboutBox .figBox img {
	height: 150px;
	width: auto;
}
	#newsWrap {
		flex-direction: column;
	}
}