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


/*** ------------------------------------------------------------------------------

下層共通

-----------------------------------------------------------------------------  ***/
.visual {
	display: block;
	padding: 200px 20px 140px;
	margin-bottom: 0;
	background: url(../../img/about/mv.jpg)no-repeat center bottom;
	background-size: cover;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.visual .mv-inner {
	width: 100%;
	max-width: 1200px;
	padding: 20px;
	margin: -50px auto 0;
	box-sizing: border-box;
}

.visual .mv-inner h1 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

.visual .mv-inner p {
	display: inline-block;
	padding-top: 15px;
	font-size: 20px;
	color: #F0A23C
}

.visual ul {
	display: flex;
	padding: 10px 40px;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}

.visual ul li {
	display: flex;
	align-content: center;
	align-items: center;
	padding-right: 19px;
	background: url('../img/arrow/pankuzu.svg')no-repeat center right 6px;
	background-size: 5px;
}

.visual ul li:last-child {
	padding-right: 0;
	background: none;
}

.visual ul a {
	font-size: 12px;
	line-height: 1;
	color: #707070;
}

/* セクション見出し */
main.main-content .section-ttl {
	width: 100%;
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}

main.main-content .section-ttl~.center {
	font-size: 20px;
	line-height: 2;
	margin-bottom: 50px;
}

main.main-content .section-ttl .green {
	font-size: 20px;
}

/* セクション見出し2 */
main.main-content .section-ttl-2 {
	padding-top: 45px;
	font-size: 25px;
	line-height: 1.2;
}

main.main-content .section-ttl-2 .small {
	font-size: 14px;
	font-weight: normal;
	color: #707070;
}

main.main-content .section-ttl-2 .orange {
	font-size: 35px;
	color: #FD9E0D;
}

/* 汎用 */
main.main-content .center {
	text-align: center;
}



/* チェックリスト装飾 */
ul.check-list li {
	width: 100%;
	min-height: 32px;
	padding-top: 5px;
	padding-left: 40px;
	background: url('../img/icon/check.svg')no-repeat top left;
	background-size: 32px;
	box-sizing: border-box;
	font-size: 16px;
	margin-bottom: 15px;
}

ul li:last-child {
	margin-bottom: 0;
}

/* 円画像横並び */
ul.img {
	display: flex;
	justify-content: flex-start;
	margin-top: 0;
}

ul.img li {
	width: calc(100% / 2 - 20px);
	max-width: 200px;
	text-align: center;
	margin-right: 40px;
}

ul.img li:last-child {
	margin-right: 0;
}

ul.img img {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin-bottom: 15px;
}

ul.img li p {
	font-size: 16px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.visual {
		padding: 140px 20px 90px;
	}

	.visual .mv-inner h1 {
		font-size: 30px;
	}

	.visual .mv-inner p {
		padding-top: 10px;
		font-size: 15px;
	}

	main.main-content .section-ttl {
		margin-bottom: 20px;
		font-size: 22px;
	}

	main.main-content .section-ttl~.center {
		font-size: 16px;
	}
}


/* モーダル コンテンツエリア */
area {
	cursor: pointer;
}

#modal-main,
#modal-main2,
#modal-main3,
#modal-main4 {
	display: none;
	width: auto;
	max-width: 95vw;
	height: auto;
	max-height: 50vh;
	margin: 0;
	padding: 0;
	color: #666666;
	position: fixed;
	z-index: 10000;
}

.modal-cnt {
	width: 100%;
	padding: 25px 23px;
	background: #EFF6F5;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
}

.modal-cnt .ttl {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 7px;
}

.modal-cnt .text {
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	color: #000000;
}

/* モーダル 背景エリア */
#modal-bg {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(3, 3, 3, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9900;
	cursor: pointer;
}

@media (max-width: 360px) {
	.modal-cnt {
		padding: 25px 10px;
	}
}

.page-link {
	display: block;
	padding-top: 160px;
	margin-top: -160px;
}

@media (max-width: 768px) {
	.page-link {
		display: block;
		padding-top: 120px;
		margin-top: -120px;
	}
}


/*** ------------------------------------------------------------------------------

features/

-----------------------------------------------------------------------------  ***/

/* .prom */
#features .prom {
	padding-bottom: 80px;
	position: relative;
	margin-bottom: 0px;
}

#features .prom:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #EFF6F5;
	position: absolute;
	bottom: -55%;
	z-index: 1;
}

#features .prom .inner {
	padding-bottom: 30px;
	background: #fff;
	position: relative;
	z-index: 2;
}

#features .prom ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	counter-reset: prom;
}

#features .prom ul li {
	width: calc(100% / 3);
}

#features .prom ul li>div {
	padding: 45px 25px 25px;
	box-sizing: border-box;
	position: relative;
}

#features .prom ul li>div:before {
	counter-increment: prom;
	content: counter(prom);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	background: #fff;
	border-radius: 50px;
	font-size: 40px;
	font-weight: bold;
	color: #F0A23C;
	position: absolute;
	margin: 0 auto;
	top: -32px;
	left: 0;
	right: 0;
}

#features .prom ul li img {
	max-width: 100%;
}

#features .prom ul li h4 {
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 22px;
}

#features .prom ul li h4 .orange {
	font-size: 14px;
}

#features .prom ul li p {
	font-size: 14px;
	line-height: 2;
}

#features .prom .align-right {
	padding-right: 25px;
	box-sizing: border-box;
	text-align: right;
}

#features .prom .align-right a {
	display: inline-block;
	padding-right: 13px;
	border-bottom: solid 1px #FF9E0D;
	font-size: 14px;
	color: #FF9E0D;
	position: relative;
}

#features .prom .align-right a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #FF9E0D transparent transparent transparent;
	position: absolute;
	right: 0;
	bottom: 7px;
}

/* .intro */
#features .intr {
	margin-bottom: 0;
}

#features .intr img:first-child {
	width: 100%;
	height: auto;
}

#features .intr .inner {
	width: 90%;
	padding-top: 65px;
	background: #fff;
	position: relative;
	margin-top: -80px;
	z-index: 2;
}

#features .intr .inner .intr-list {
	max-width: 900px;
	padding-top: 65px;
	padding-bottom: 80px;
	position: relative;
	margin: 0 auto;
}

#features .intr .inner .intr-list:after {
	content: '';
	display: block;
	width: calc(100% + 20vw);
	height: 100%;
	background: #FFFCCC;
	position: absolute;
	top: 0;
	right: -40vw;
	z-index: -1;
}

#features .intr .inner .intr-list li {
	margin-bottom: 80px;
}

#features .intr .inner .intr-list li:last-child {
	margin-bottom: 0;
}

#features .intr .inner .intr-list li .ttl {
	display: inline-block;
	font-size: 24px;
	position: relative;
	margin-bottom: 24px;
}

#features .intr .inner .intr-list li .ttl:before {
	content: '';
	display: block;
	width: 40vw;
	height: 1px;
	background: #F0A23C;
	position: absolute;
	top: 20px;
	left: calc(-40vw + -25px);
}

#features .intr .inner .intr-list li p {
	line-height: 2;
}

#features .intr .inner .intr-list li p .orange {
	font-weight: bold;
}

#features .intr .inner .intr-list li .img-list {
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
}

#features .intr .inner .intr-list li .img-list li {
	margin-right: 40px;
	margin-bottom: 0;
}

#features .intr .inner .intr-list li .img-list li:last-child {
	margin-right: 0;
}

#features .intr .inner .intr-list li .img-list img {
	display: inline-block;
	width: 200px;
	max-width: 100%;
	height: auto;
}

@media (min-width: 1350px) {
	#features .intr .inner .intr-list:after {
		width: calc(100% + 20vw);
		right: -35vw;
	}
}


/* .vis */
#features .vis {
	background: #EFF6F5;
}

#features .vis img:first-child {
	width: 100%;
	height: auto;
}

#features .vis .inner {
	width: 90%;
	padding-top: 65px;
	padding-bottom: 80px;
	background: #EFF6F5;
	position: relative;
	margin-top: -80px;
	z-index: 2;
}

#features .vis .inner .center {
	width: 90%;
	max-width: 920px;
	text-align: justify;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
}

#features .vis .inner .clm2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#features .vis .inner .clm2 dl {
	width: calc(50% - 30px);
	padding: 30px 60px;
	border: solid 2px #F0A23C;
	box-sizing: border-box;
	position: relative;
}

#features .vis .inner .clm2 dl dt {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	max-width: 320px;
	padding: 12px;
	background: #FF9E0D;
	border-radius: 50px;
	box-sizing: border-box;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto 30px;
}

#features .vis .inner .clm2 .img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}

#features .vis .inner .clm2 .img dd {
	width: 48%;
	padding: 20px 0 25px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}

#features .vis .inner .clm2 .img dd:nth-child(1) {
	width: 100%;
}

#features .vis .inner .clm2 .img dd:after {
	content: '';
	display: block;
	width: 184px;
	height: 184px;
	background: #fff;
	border-radius: 250px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}

#features .vis .inner .clm2 .img dd img {
	display: block;
	width: 100%;
	max-width: 100px;
	height: auto;
	margin: 0 auto 7px;
}

#features .vis .inner .clm2 .img dd:nth-child(3) img {
	max-width: 150px;
	margin-top: 34px;
}

#features .vis .inner .clm2 dd p {
	font-size: 14px;
}

#features .vis .inner .clm2 .left {
	padding: 30px 40px;
}

#features .vis .inner .clm2 .right {
	background: #fff;
	border: solid 2px #59A492;
}

#features .vis .inner .clm2 .right:before {
	content: '';
	display: block;
	width: 103px;
	height: calc(100% + 4px);
	background: url('../../img/about/vis-arrow.svg')no-repeat center right;
	background-size: 100% auto;
	box-sizing: border-box;
	position: absolute;
	top: -2px;
	left: -103px;
}

#features .vis .inner .clm2 .right dt {
	background: #59A492;
}

#features .vis .inner .clm2 .right dd {
	position: relative;
}

#features .vis .inner .clm2 .right dd:before {
	content: '';
	display: block;
	width: 10px;
	height: calc(100% - 110px);
	background: #59A492;
	position: absolute;
	top: 0;
	left: -30px;
}

#features .vis .inner .clm2 .right dd:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 0 16px;
	border-color: #59A492 transparent transparent transparent;
	position: absolute;
	right: 0;
	position: absolute;
	bottom: 100px;
	left: -41px;
}

#features .vis .inner .clm2 .right li {
	width: 100%;
}

#features .vis .inner .clm2 .right li .ttl {
	padding: 10px 15px;
	box-sizing: border-box;
	border: solid 1px #000;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

#features .vis .inner .clm2 .right li .num {
	font-weight: bold;
}

#features .vis .inner .clm2 .right li .ttl.rev {
	background: #59A492;
	border: solid 1px #59A492;
	color: #fff;
	margin-bottom: 15px;
}

#features .vis .inner .clm2 .right dd .ttl.rev span {
	color: #fff;
}

#features .vis .inner .clm2 .right dd p span {
	margin-right: 8px;
	font-weight: 500;
	color: #59A492;
}

#features .vis .inner .clm2 .right dd p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

#features .vis .inner .clm2 .right dd p .green {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
}

/* .summ */
#features .summ .center {
	margin-bottom: 30px;
}

#features .summ .img img {
	margin: 0 auto;
}


@media (max-width: 1150px) {
	#features .vis .inner .clm2 .img dd {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
		align-items: center;
		width: 100%;
		height: 200px;
		margin-bottom: 20px;
		background: url('../../img/about/cyrcle.svg')no-repeat center center;
		background-size: contain;
	}

	#features .vis .inner .clm2 .img dd p {
		width: 100%;
	}

	#features .vis .inner .clm2 .right:before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 200px 100px 200px 0px;
		border-color: transparent #fff transparent transparent;
		box-sizing: border-box;
		top: calc(50% - 100px);
		left: -100px;
		z-index: 1;
	}

	#features .vis .inner .clm2 .right:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 200px 100px 200px 0px;
		border-color: transparent #59A492 transparent transparent;
		box-sizing: border-box;
		position: absolute;
		left: -102px;
		top: calc(50% - 100px);
		z-index: -1;
	}
}

@media (max-width: 768px) {

	/* .prom */
	#features .prom .inner {
		max-width: calc(100% - 40px);
		padding-left: 0;
		padding-right: 0;
	}

	#features .prom:after {
		bottom: -25%;
	}

	#features .prom ul li {
		width: 100%;
	}

	#features .prom ul li>div {
		padding-top: 40px;
	}

	#features .prom ul li h4 {
		margin-bottom: 15px;
	}

	/* .intro */
	#features .intr .inner {
		padding-top: 40px;
	}

	#features .intr img:first-child {
		height: 200px;
		object-fit: cover;
	}

	#features .intr .inner .intr-list li {
		margin-bottom: 60px;
	}

	#features .intr .inner .intr-list li .ttl {
		margin-bottom: 15px;
		font-size: 20px;
	}

	#features .intr .inner .intr-list li .ttl:before {
		top: 15px;
		left: calc(-40vw + -10px);
	}

	#features .intr .inner .intr-list li .img-list {
		justify-content: center;
	}

	#features .intr .inner .intr-list li .img-list li {
		max-width: calc(100% / 3 - 10px);
		margin-right: 15px;
	}

	/* .vis */
	#features .vis img:first-child {
		height: 200px;
		object-fit: cover;
	}

	#features .vis .inner {
		padding-top: 40px;
	}

	#features .vis .inner .section-ttl .green {
		font-size: 16px;
	}

	#features .vis .inner .clm2 {
		flex-direction: column-reverse;
	}

	#features .vis .inner .clm2 dl,
	#features .vis .inner .clm2 .left {
		width: 100%;
		padding: 25px 20px 20px;
		margin-bottom: 20px;
	}

	#features .vis .inner .clm2 dl dt {
		font-size: 18px;
	}

	#features .vis .inner .clm2 .img {
		margin-top: 0;
	}

	#features .vis .inner .clm2 .img dd {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
		align-items: center;
		width: 100%;
		height: 200px;
		margin-bottom: 20px;
		background: url('../../img/about/cyrcle.svg')no-repeat center center;
		background-size: contain;
	}

	#features .vis .inner .clm2 .img dd img {
		max-width: 80px;
	}

	#features .vis .inner .clm2 .img dd:nth-child(3) img {
		margin-top: 0px;
	}

	#features .vis .inner .clm2 .img dd:after {
		display: none;
	}

	#features .vis .inner .clm2 .left {
		margin-bottom: 0;
		z-index: -2;
	}

	#features .vis .inner .clm2 .right li .ttl {
		font-size: 16px;
	}

	#features .vis .inner .clm2 .right {
		border-left: solid 2px #59A492;
	}

	#features .vis .inner .clm2 .right:before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 40px 25vw 0 25vw;
		border-color: #fff transparent transparent transparent;
		box-sizing: border-box;
		position: absolute;
		margin: 0 auto;
		top: auto;
		left: 0;
		right: 0;
		bottom: -28px;
	}

	#features .vis .inner .clm2 .right:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 40px 25vw 0 25vw;
		border-color: #59A492 transparent transparent transparent;
		box-sizing: border-box;
		position: absolute;
		margin: 0 auto;
		top: auto;
		left: 0;
		right: 0;
		bottom: -30px;
		z-index: -1;
	}

	#features .vis .inner .clm2 .right dd {
		width: calc(100% - 40px);
		margin-left: auto;
	}

	#features .vis .inner .clm2 .right dd:before {
		height: calc(100% - 155px);
	}

	#features .vis .inner .clm2 .right dd:after {
		bottom: 150px;
	}

	/* .summ */
	#features .summ .center br {
		display: none;
	}
}



/*** ------------------------------------------------------------------------------

renovate

-----------------------------------------------------------------------------  ***/

/* .visual */
#renovate .visual {
	background: url(../../img/renovate/mv.jpg)no-repeat center bottom;
	background-size: cover;
	margin-bottom: 0;
}

/* .consult */
.consult {
	background-color: #EFF6F5;
	padding: 80px 0 50px;
}

.consult img {
	width: 100%;
}

.consult .box1 {
	max-width: 850px;
	width: 100%;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.consult .box1 .img {
	max-width: 307px;
	width: 307px;
}

.consult .box1 .txt-box {
	width: calc(100% - 340px);
}

.consult .box1 .txt-box .txt1 {
	font-size: 30px;
	line-height: 1.6;
	margin: 0 0 20px;
}

.consult .box1 .txt-box .txt1 strong {
	color: #FF9E0D;
}

.consult .box1 .txt-box .txt2 {
	font-size: 16px;
	line-height: 1.8;
}

.consult .box2 {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.consult .box2 li {
	width: calc(100% / 5 - 24px);
	margin: 0 30px 30px 0;
}

.consult .box2 li:nth-child(5n) {
	margin-right: 0;
}

.consult .box2 li span {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
	margin: 10px 0 0;
}

/* .sug */
#renovate .sug h2.section-ttl {
	margin-bottom: 50px;
	font-size: 26px;
	font-weight: 400;
}

#renovate .sug .inner {
	flex-direction: row-reverse;
	max-width: 100%;
}

#renovate .sug .inner.clm2 {
	padding-bottom: 130px;
}

#renovate .sug .img {
	margin-top: 70px;
	margin-left: auto;
	margin-right: -160px;
	z-index: 1;
}

#renovate .sug .img img {
	margin-left: auto;
}

#renovate .sug .text {
	width: calc(50% + 160px);
	padding: 80px 80px 65px 220px;
	margin-right: auto;
	background-size: contain;
	background-color: #FFFCCC;
	box-sizing: border-box;
	position: relative;
}

#renovate .sug .text:after {
	content: '';
	display: block;
	width: 320px;
	height: 213px;
	background: url('../../img/renovate/sug-4.png')no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 70px;
	bottom: -120px;

}

#renovate .sug .text .section-ttl {
	text-align: left;
}

#renovate .sug .text p {
	margin-bottom: 30px;
}

#renovate .sug .text p span {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}

#renovate .sug .text ul.img {
	display: flex;
	justify-content: flex-start;
	margin-top: 0;
}

#renovate .sug .text ul.img li {
	width: calc(100% / 2 - 20px);
	max-width: 200px;
	margin-right: 40px;
}

#renovate .sug .text ul.img li:last-child {
	margin-right: 0;
}

#renovate .sug .text ul.img img {
	width: 100%;
	max-width: 200px;
	height: auto;
}

@media (max-width: 1375px) {
	#renovate .sug .text .section-ttl {
		font-size: 33px;
	}
}

@media (max-width: 1290px) {
	#renovate .sug .text .section-ttl {
		font-size: 30px;
	}

	#renovate .sug .text {
		padding-right: 40px
	}

	#renovate .sug .text:after {
		right: 30px;
	}
}

@media (max-width: 1120px) {
	#renovate .sug .text .section-ttl {
		font-size: 28px;
	}

	#renovate .sug .text {
		padding-left: 200px;
		padding-bottom: 140px;
	}

	#renovate .sug .img {
		margin-top: 140px;
	}
}

@media (max-width: 768px) {
	.consult {
		padding: 40px 0 10px;
	}

	.consult .box1 {
		margin: 0 auto 20px;
		display: block;
	}

	.consult .box1 .img {
		width: 100%;
		margin: 0 auto 20px;
	}

	.consult .box1 .txt-box {
		width: 100%;
	}

	.consult .box1 .txt-box .txt1 {
		font-size: 20px;
		margin: 0 0 15px;
	}

	.consult .box1 .txt-box .txt2 {
		font-size: 14px;
	}

	.consult .box2 li {
		width: calc(100% / 3 - 7px);
		margin: 0 10px 20px 0;
	}

	.consult .box2 li:nth-child(5n) {
		margin-right: 10px;
	}

	.consult .box2 li:nth-child(3n) {
		margin-right: 0;
	}

	.consult .box2 li span {
		font-size: 12px;
		margin: 5px 0 0;
	}

	#renovate .sug .text .section-ttl {
		font-size: 20px;
	}
}

/* .case */
#renovate .case .inner {
	text-align: center;
}

#renovate .case .ttl-area {
	display: inline-block;
	padding: 20px 170px 65px 20px;
	box-sizing: border-box;
	line-height: 1.5;
	position: relative;
	margin: 0 auto;
}

#renovate .case .ttl-area:after {
	content: '';
	display: block;
	width: 370px;
	height: 300px;
	background: url('../../img/renovate/case-mv.png')no-repeat left bottom;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
}

#renovate .case .section-ttl {
	display: inline-block;
	width: auto;
	font-size: 36px;
	border: solid 2px #2FA791;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#renovate .case .section-ttl span {
	display: block;
	padding: 30px 90px;
	background: #fff;
}

#renovate .case .section-ttl:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 58px 13px 0 13px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -44px;
	transform: rotate(-30deg) translate(0px, -4px);
	z-index: 2;
}

#renovate .case .section-ttl:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 15px 0 15px;
	border-color: #2FA791 transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -45px;
	transform: rotate(-30deg);
	z-index: -1;
}

#renovate .case .case-list {
	padding: 65px;
	border: solid 1px #000;
}

#renovate .case .case-list .ttl {
	margin-bottom: 0;
	font-size: 30px;
}

#renovate .case .case-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 50px 0;
	border-bottom: solid 1px #000000;
}

#renovate .case .case-list ul:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

#renovate .case .case-list ul li {
	width: calc(50% - 60px);
	margin-right: 120px;
}

#renovate .case .case-list ul li:nth-child(even) {
	margin-right: 0;
}

#renovate .case .case-list ul li .img {
	padding-left: 75px;
	padding-bottom: 50px;
	text-align: right;
	position: relative;
}

#renovate .case .case-list ul li .img:before {
	content: 'AFTER';
	display: inline-block;
	padding: 3px 20px 7px;
	background: #2FA791;
	font-size: 36px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 0;
}

#renovate .case .case-list ul li .img .before {
	display: block;
	width: 200px;
	border: solid 7px #fff;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
}

#renovate .case .case-list ul li .img .before span {
	display: block;
	position: relative;
}

#renovate .case .case-list ul li .img .before span:before {
	content: 'BEFORE';
	display: inline-block;
	padding: 5px 15px;
	background: #fff;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	top: -7px;
	left: -7px;
}

#renovate .case .case-list ul li .ttl {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}

#renovate .case .case-list ul li .cat {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}

#renovate .case .case-list ul li .cat span {
	display: inline-block;
	padding: 3px 20px;
	text-align: center;
	background: #2FA791;
	border-radius: 50px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-right: 8px;
}

#renovate .case .case-list ul li .more-btn {
	margin-bottom: 0;
}

/* type */
#renovate .type {
	padding-bottom: 60px;
	margin-bottom: 80px;
	background: #EFF6F5;
}

#renovate .type img:first-child {
	width: 100%;
	height: auto;
}

#renovate .type .inner {
	width: 90%;
	padding-top: 65px;
	background: #EFF6F5;
	position: relative;
	z-index: 2;
}

#renovate .type .inner.first {
	margin-top: -80px;
}

#renovate .type .inner .section-ttl~.center {
	max-width: 920px;
	text-align: left;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}

#renovate .type .inner ul.img {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 45px;
}

#renovate .type .inner ul.img li {
	max-width: calc(100% / 3 - 10px);
	margin-right: 15px;
}

#renovate .type .inner ul.img li:nth-child(3n) {
	margin-right: 0;
}

#renovate .type .inner ul.img li img {
	max-width: 100%;
	height: auto;
}

#renovate .type .inner .section-ttl-2 {
	margin-bottom: 30px;
}

#renovate .type .inner.flow ul.img li {
	display: block;
	max-width: calc(100% / 5 - 12px);
	position: relative;
	margin-right: 15px;
}

#renovate .type .inner.flow ul.img li:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 30px;
	border-color: transparent transparent transparent #FF9E0D;
	position: absolute;
	top: 25%;
	right: -25px;
	z-index: 1;
}

#renovate .type .inner.flow ul.img li:last-child:after {
	display: none;
}

#renovate .type .inner.flow ul.img li:nth-child(5n) {
	margin-right: 0;
}

#renovate .type .inner ul.img li .text {
	margin-top: 25px;
	font-size: 16px;
}

#renovate .type .inner ul.img li .text span {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

#renovate .type .inner .comment {
	padding: 18px;
	background: #fff;
	border: solid 1px #000000;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#renovate .type .inner .comment span {
	display: inline-block;
	max-width: 920px;
	text-align: justify;
	margin: 0 auto;
}

/* color */

#renovate .color .inner {
	flex-direction: row-reverse;
	max-width: 100%;
}

#renovate .color .inner.clm2 {
	padding-bottom: 80px;
}

#renovate .color .img {
	margin-top: 70px;
	margin-left: auto;
	margin-right: -160px;
	z-index: 1;
}

#renovate .color .img img {
	margin-left: auto;
}

#renovate .color .text {
	width: calc(50% + 160px);
	padding: 80px 80px 65px 220px;
	margin-right: auto;
	background-size: contain;
	background-color: #FFFCCC;
	box-sizing: border-box;
	position: relative;
}

#renovate .color .text .section-ttl {
	text-align: left;
}

#renovate .color .text p {
	margin-bottom: 30px;
}

#renovate .color .text p span {
	font-size: 20px;
	font-weight: bold;
}

#renovate .color .text ul.img {
	display: flex;
	justify-content: flex-start;
	margin-top: 0;
}

#renovate .color .text ul.img li {
	width: calc(100% / 2 - 20px);
	max-width: 200px;
	margin-right: 40px;
}

#renovate .color .text ul.img li:last-child {
	margin-right: 0;
}

#renovate .color .text ul.img img {
	width: 100%;
	max-width: 200px;
	height: auto;
}

@media (max-width: 1375px) {
	#renovate .color .text .section-ttl {
		font-size: 33px;
	}
}

@media (max-width: 1290px) {
	#renovate .color .text .section-ttl {
		font-size: 30px;
	}

	#renovate .color .text {
		padding-right: 40px
	}

	#renovate .color .text:after {
		right: 30px;
	}
}

@media (max-width: 1120px) {
	#renovate .color .text .section-ttl {
		font-size: 28px;
	}

	#renovate .color .text {
		padding-left: 200px;
		padding-bottom: 60px;
	}

	#renovate .color .img {
		margin-top: 140px;
	}
}

@media (max-width: 768px) {
	#renovate .color .text .section-ttl {
		font-size: 20px;
	}
}

#renovate .color .section-ttl-2 {
	line-height: 1.7;
}

#renovate .color .inner .center {
	max-width: 920px;
	text-align: justify;
	line-height: 2;
	margin: 0 auto 50px;
}

#renovate .color .inner .clm2 {
	max-width: 920px;
	margin: 0 auto 50px;
}

#renovate .color .inner .clm2 dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-right: auto;
}

#renovate .color .inner .clm2 dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 200px;
	height: 200px;
	background: #59A492;
	border-radius: 200px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-right: 40px;
}

#renovate .color .inner .clm2 dl dt span {
	font-size: 20px;
}

#renovate .color .inner .clm2 dl dd {
	width: calc(100% - 240px);
}

#renovate .color .inner .clm2 dl dd ul li {
	width: 100%;
	min-height: 32px;
	padding-top: 5px;
	padding-left: 40px;
	background: url('../img/icon/check.svg')no-repeat top left;
	background-size: 32px;
	box-sizing: border-box;
	font-size: 16px;
	margin-bottom: 15px;
}

#renovate .color .inner .clm2 dl dd ul li:last-child {
	margin-bottom: 0;
}

/* group-intro */
#renovate .group-intro .section-ttl {
	padding: 65px 20px 70px;
	background: url('../../img/renovate/group-1.jpg')no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 70px;
}

#renovate .group-intro .section-ttl img {
	margin-bottom: 18px;
}

#renovate .group-intro .section-ttl-2 {
	line-height: 2;
}

#renovate .group-intro .center {
	max-width: 920px;
	text-align: left;
	line-height: 2;
	margin: 0 auto 40px;
}

#renovate .group-intro ul.img {
	display: flex;
	justify-content: center;
	margin-top: 0;
}

#renovate .group-intro ul.img li {
	width: calc(100% / 2 - 20px);
	max-width: 200px;
	margin-right: 40px;
}

#renovate .group-intro ul.img li:last-child {
	margin-right: 0;
}

#renovate .group-intro ul.img img {
	width: 100%;
	max-width: 200px;
	height: auto;
}


/* group */
#renovate .group {
	margin-bottom: 40px;
}

#renovate .group .section-ttl {
	padding-left: 10px;
	text-align: left;
}

#renovate .group .content {
	padding: 60px 65px;
	border: solid 1px #000;
	box-sizing: border-box;
}

#renovate .group .map {
	position: relative;
	padding: 60px 0;
}

#renovate .group .map>.img {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	background: url(../../img/home/group-back.svg)no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	z-index: -1;
}

#renovate .group .map>.img span {
	width: 100%;
	margin-bottom: 35px;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
}

#renovate .group .map ul {
	display: flex;
	justify-content: space-between;
}

#renovate .group .map ul li {
	width: calc(50% - 170px);
	padding: 40px 25px;
	background-color: #fff;
	border: solid 1px #000;
	box-sizing: border-box;
}

#renovate .group .map ul li>.img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 70px;
	margin-bottom: 23px;
}

#renovate .group .map ul li>p {
	margin-bottom: 25px;
	text-align: center;
}

#renovate .group .map ul li>p span {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}

#renovate .group .map ul li .clm2 {
	align-content: center;
	align-items: center;
}

#renovate .group .map ul li .clm2 .img {
	width: 40%;
}

#renovate .group .map ul li .clm2 .img img {
	margin-left: auto;
}

#renovate .group .map ul li .clm2 p:not(.img) {
	width: 60%;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 15px;
}

#renovate .group .map ul li .clm2 p span {
	display: inline-block;
	padding-bottom: 12px;
	font-size: 105%;
	font-weight: 700;
}


@media screen and (min-width:769px) and (max-width:815px) {
	#renovate .group .section-ttl br.sp_none {
		display: none;
	}
}

@media (max-width: 1000px) {
	#renovate .group .content {
		padding: 20px;
	}

	#renovate .group .map {
		padding: 20px 0;
	}

	#renovate .group .map>.img {
		position: relative;
		height: auto;
		padding-bottom: 30px;
	}

	#renovate .group .map>.img img {
		max-width: 60%;
	}

	#renovate .group .map>.img span {
		font-size: 16px;
	}

	#renovate .group .map ul {
		flex-wrap: wrap;
	}

	#renovate .group .map ul li {
		width: 100%;
		padding: 20px;
		margin-bottom: 20px;
	}

	#renovate .group .map ul li>p {
		font-size: 14px;
	}

	#renovate .group .map ul li>p span {
		font-size: 16px;
	}

	#renovate .group .map ul li .clm2 p span {
		padding-bottom: 7px;
	}
}

@media (max-width: 768px) {
	#renovate .group .map ul li {
		padding: 20px 15px;
	}

	#renovate .group .map ul li .clm2 .img {
		width: 30%;
	}

	#renovate .group .map ul li .clm2 p:not(.img) {
		width: 70%;
		font-size: 13px;
	}

	#renovate .group .map ul li .clm2 p span {
		padding-bottom: 5px;
	}
}

/* .cor */
#renovate .cor .inner {
	padding: 65px;
	border: solid 1px #000;
	box-sizing: border-box;
}

#renovate .cor .inner .section-ttl .orange {
	font-size: 20px;
}

#renovate .cor .inner .section-ttl~p {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#renovate .cor .inner .section-ttl~p.mb-none {
	margin-bottom: 0;
}

#renovate .cor .cor-content {
	max-width: 920px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#renovate .cor .ttl-area {
	display: inline-block;
	padding: 20px 120px 65px 20px;
	box-sizing: border-box;
	line-height: 1.5;
	position: relative;
	margin: 0 auto;
}

#renovate .cor .ttl-area:after {
	content: '';
	display: block;
	width: 243px;
	height: 262px;
	background: url('../../img/renovate/cor-1.png')no-repeat left bottom;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
}

#renovate .cor h4.ttl {
	display: inline-block;
	width: auto;
	font-size: 36px;
	border: solid 2px #2FA791;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#renovate .cor h4.ttl span:not(.cost) {
	display: block;
	padding: 25px 120px;
	background: #fff
}

#renovate .cor h4.ttl .cost {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 5px 20px;
	background: #59A492;
	box-sizing: border-box;
	font-size: 48px;
	color: #fff;
	line-height: 1.2;
	position: absolute;
	top: 0;
	left: 0;
}

#renovate .cor h4.ttl:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 58px 13px 0 13px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -44px;
	transform: rotate(-30deg) translate(0px, -4px);
	z-index: 2;
}

#renovate .cor h4.ttl:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 15px 0 15px;
	border-color: #2FA791 transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -45px;
	transform: rotate(-30deg);
	z-index: -1;
}

#renovate .cor .sub-ttl {
	padding: 20px;
	background: #59A492;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

#renovate .cor .img img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 40px;
}

#renovate .cor .inner .clm2 {
	max-width: 920px;
	margin: 0 auto 65px;
}

#renovate .cor .inner .clm2 dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-right: auto;
}

#renovate .cor .inner .clm2 dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 200px;
	height: 200px;
	background: #59A492;
	border-radius: 200px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-right: 40px;
}

#renovate .cor .inner .clm2 dl dt span {
	font-size: 20px;
}

#renovate .cor .inner .clm2 dl dd {
	width: calc(100% - 240px);
}

#renovate .cor .inner .clm2 dl dd ul li {
	width: 100%;
	min-height: 32px;
	padding-top: 5px;
	padding-left: 40px;
	background: url('../img/icon/check.svg')no-repeat top left;
	background-size: 32px;
	box-sizing: border-box;
	text-align: left;
	font-size: 16px;
	margin-bottom: 15px;
}

#renovate .cor .inner .clm2 dl dd ul li:last-child {
	margin-bottom: 0;
}

#renovate .cor .inner a.orange {
	text-decoration: underline;
}

#renovate .cor .inner .section-ttl~.text {
	text-align: left;
}

#renovate .cor .inner .section-ttl~.last-text {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}

@media (max-width: 1100px) {

	#renovate .case .case-list {
		padding: 30px 20px;
	}

	#renovate .case .case-list .ttl {
		margin-bottom: 30px;
		font-size: 18px;
	}

	#renovate .case .case-list ul {
		padding-top: 0px;
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}

	#renovate .case .case-list ul li {
		width: 100%;
		padding-bottom: 40px;
		border-bottom: solid 1px #000000;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}

	#renovate .case .case-list ul:last-child li:last-child {
		padding-bottom: 10px;
		border-bottom: none;
		margin-bottom: 0;
	}

	#renovate .case .case-list ul li .img {
		padding-left: 10vw;
	}

	#renovate .case .case-list ul li .img:before {
		font-size: 20px;
	}

	#renovate .case .case-list ul li .img .before {
		width: 40vw;
		max-width: 200px;
		height: 40vw;
		max-height: 200px;
	}

	#renovate .case .case-list ul li .img .before span:before {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		font-size: 16px;
		left: 0;
	}

	#renovate .case .case-list ul li .ttl {
		margin: 10px 0 5px;
	}

	#renovate .case .case-list ul li .cat span {
		font-size: 10px;
	}

	#renovate .case .case-list ul li a {
		padding: 15px 105px 15px 15px;
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	#renovate .sug h2.section-ttl {
		font-size: 22px;
	}

	#renovate .sug h2.section-ttl br {
		display: none;
	}

	/* .sug */
	#renovate .sug .inner.clm2 {
		flex-direction: column-reverse;
		padding-bottom: 80px;
	}

	#renovate .sug .text {
		width: 100%;
		padding: 70px 20px 120px;
		background-size: contain;
		background-color: #FFFCCC;
	}

	#renovate .sug .img {
		width: 80%;
		margin: 0px auto -40px;
	}

	#renovate .sug .text:after {
		width: 60%;
	}

	#renovate .sug .text ul.img li {
		width: calc(100% / 2 - 10px);
		max-width: 200px;
		margin-right: 20px;
	}

	/* .renovate */
	#renovate .case .ttl-area {
		padding: 0 0 60px;
	}

	#renovate .case .section-ttl {
		font-size: 18px;
	}

	#renovate .case .section-ttl span {
		padding: 20px;
	}

	#renovate .case .section-ttl span br {
		display: none;
	}

	#renovate .case .ttl-area:after {
		content: '';
		display: block;
		width: 140px;
		height: 100px;
		background: url(../../img/renovate/case-mv.png)no-repeat left bottom;
		background-size: contain;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	#renovate .type {
		padding-bottom: 0;
		margin-bottom: 60px;
	}

	#renovate .type img:first-child {
		height: 200px;
		object-fit: cover;
	}

	#renovate .type .inner {
		padding-top: 0;
	}

	#renovate .type .inner.first {
		padding-top: 40px;
	}

	#renovate .type .inner.first span {
		font-size: 14px;
	}

	#renovate .type .inner .section-ttl~.center {
		margin-bottom: 25px;
	}

	#renovate .type .inner ul.img {
		margin-bottom: 15px;
	}

	#renovate .type .inner ul.img.sp-set {
		margin-bottom: 40px;
	}

	#renovate .type .inner ul.img li {
		max-width: calc(100% / 2 - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	#renovate .type .inner ul.img li:nth-child(2n) {
		margin-right: 0;
	}

	#renovate .type .inner.flow ul.img li {
		display: block;
		max-width: calc(100% / 2 - 10px);
		position: relative;
		margin-right: 20px;
	}

	#renovate .type .inner.flow ul.img li:nth-child(2n) {
		margin-right: 0;
	}

	#renovate .type .inner.flow ul.img li:after,
	#renovate .type .inner.flow ul.img li:last-child:after {
		display: block;
		border-width: 15px 0 15px 20px;
		top: 18%;
		left: -10px;
	}

	#renovate .type .inner.flow ul.img li:first-child:after {
		display: none;
	}

	#renovate .type .inner ul.img li .text {
		margin-top: 10px;
	}

	#renovate .type .inner .comment {
		margin-bottom: 60px;
		font-size: 14px;
	}

	/* .color */
	#renovate .color .section-ttl-2 {
		font-size: 20px;
	}

	#renovate .color .inner.clm2 {
		flex-direction: column-reverse;
		padding-bottom: 80px;
	}

	#renovate .color .text {
		width: 100%;
		padding: 70px 20px 120px;
		background-size: contain;
		background-color: #FFFCCC;
	}

	#renovate .color .img {
		width: 80%;
		margin: 0px auto -40px;
	}

	#renovate .color .text:after {
		width: 60%;
	}

	#renovate .color .text ul.img li {
		width: calc(100% / 2 - 10px);
		max-width: 200px;
		margin-right: 20px;
	}

	#renovate .color .inner .clm2 {
		margin-bottom: 20px;
	}

	#renovate .color .inner .clm2 dl dt {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	#renovate .color .inner .clm2 dl dd {
		width: 100%;
	}

	/* .group */
	#renovate .group-intro .section-ttl {
		padding: 30px 20px;
		font-size: 26px;
	}

	#renovate .group-intro .section-ttl img {
		width: 50vw;
		max-width: 336px;
		margin-bottom: 10px;
	}

	#renovate .group-intro .section-ttl-2 {
		font-size: 20px;
	}

	#renovate .group-intro ul.img li {
		width: calc(100% / 2 - 10px);
		max-width: 200px;
		margin-right: 20px;
	}

	/* .cor */
	#renovate .cor {
		padding-left: 15px;
		padding-right: 15px;
	}

	#renovate .cor .inner {
		padding: 30px 20px;
	}

	#renovate .cor .section-ttl span {
		font-size: 12px;
		line-height: 1.2;
	}

	#renovate .cor .ttl-area {
		display: block;
		padding: 0 0 80px;
	}

	#renovate .cor h4.ttl {
		display: block;
		font-size: 18px;
	}

	#renovate .cor h4.ttl span:not(.cost) {
		padding: 20px 20px 20px 40px;
	}

	#renovate .cor h4.ttl .cost {
		padding: 10px;
		font-size: 20px;
	}

	#renovate .cor .ttl-area:after {
		width: 100px;
		height: 100px;
	}

	#renovate .cor .inner .clm2 {
		margin-bottom: 40px;
	}

	#renovate .cor .inner .clm2 dl dt {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	#renovate .cor .inner .clm2 dl dd {
		width: 100%;
	}
}

@media (max-width: 320px) {
	#renovate .cor h4.ttl {
		display: block;
		font-size: 16px;
	}

	#renovate .cor h4.ttl span:not(.cost) {
		padding: 20px 20px 20px 45px;
	}
}



/*** ------------------------------------------------------------------------------

company

-----------------------------------------------------------------------------  ***/

/* .visual */
#company .visual {
	background: url(../../img/company/mv.jpg)no-repeat center bottom;
	background-size: cover;
}

/* .company */
#company .think h2.center {
	margin-bottom: 15px;
	font-size: 18px;
}

#company .think .text {
	max-width: 920px;
	margin: 0 auto;
}

/* .greet */
#company .greet {
	background: #FFFCCC
}

#company .greet img:first-child {
	width: 100%;
	height: auto;
}

#company .greet .inner {
	width: 90%;
	padding-top: 65px;
	padding-bottom: 40px;
	background: #FFFCCC;
	position: relative;
	margin-top: -80px;
	z-index: 2;
}

#company .greet .section-ttl .orange {
	font-size: 20px;
}

#company .greet .inner .clm2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

#company .greet .inner .clm2 .img {
	width: 240px;
	font-size: 14px;
}

#company .greet .inner .clm2 .img span {
	margin-left: 10px;
	font-size: 18px;
}

#company .greet .inner .clm2 .img img {
	display: block;
	max-width: 100%;
	margin-bottom: 25px;
}

#company .greet .inner .clm2 .text {
	width: calc(100% - 290px);
	margin-right: 50px;
}

#company .greet .inner .clm2 .text p {
	margin-bottom: 40px;
	line-height: 2.2;
}

#company .greet .inner .clm2 .text p span {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 10px;
}

/* phil */
#company .phil .section-ttl {
	margin-bottom: 50px;
}

#company .phil .section-ttl .orange {
	font-size: 20px;
}

#company .phil .inner .clm2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 65px;
}

#company .phil .inner .clm2 .img {
	width: calc(50% - 35px);
	font-size: 14px;
}

#company .phil .inner .clm2 .img img {
	display: block;
	max-width: 100%;
	margin-bottom: 25px;
}

#company .phil .inner .clm2 .text {
	width: calc(50% - 35px);
	line-height: 2;
	margin-left: 50px;
}

#company .phil .inner .clm2 .text span:not(.orange) {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 12px;
}

#company .phil .inner .clm2 .text .orange {
	font-weight: bold;
}

/* 逆向き */
#company .phil .inner .clm2.rev {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

#company .phil .inner .clm2.rev .text {
	margin-left: 0;
	margin-right: 50px;
}


/* group */
#company .group {
	margin-bottom: 40px;
}

#company .group .section-ttl {
	padding-left: 10px;
	text-align: left;
}

#company .group .content {
	padding: 0 65px 60px;
	box-sizing: border-box;
}

#company .group .map {
	position: relative;
	padding: 60px 0;
}

#company .group .map>.img {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	background: url(../../img/home/group-back.svg)no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	z-index: -1;
}

#company .group .map>.img span {
	width: 100%;
	margin-bottom: 35px;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
}

#company .group .map ul {
	display: flex;
	justify-content: space-between;
}

#company .group .map ul li {
	width: calc(50% - 170px);
	padding: 40px 25px;
	background-color: #fff;
	border: solid 1px #000;
	box-sizing: border-box;
}

#company .group .map ul li>.img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 70px;
	margin-bottom: 23px;
}

#company .group .map ul li>p {
	margin-bottom: 25px;
	text-align: center;
}

#company .group .map ul li>p span {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}

#company .group .map ul li .clm2 {
	align-content: center;
	align-items: center;
}

#company .group .map ul li .clm2 .img {
	width: 40%;
}

#company .group .map ul li .clm2 .img img {
	margin-left: auto;
}

#company .group .map ul li .clm2 p:not(.img) {
	width: 60%;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 15px;
}

#company .group .map ul li .clm2 p span {
	display: inline-block;
	padding-bottom: 12px;
	font-size: 105%;
	font-weight: 700;
}


@media screen and (min-width:769px) and (max-width:815px) {
	#company .group .section-ttl br.sp_none {
		display: none;
	}
}

@media (max-width: 1000px) {
	#company .group .content {
		padding: 20px;
	}

	#company .group .map {
		padding: 20px 0;
	}

	#company .group .map>.img {
		position: relative;
		height: auto;
		padding-bottom: 30px;
	}

	#company .group .map>.img img {
		max-width: 60%;
	}

	#company .group .map>.img span {
		font-size: 16px;
	}

	#company .group .map ul {
		flex-wrap: wrap;
	}

	#company .group .map ul li {
		width: 100%;
		padding: 20px;
		margin-bottom: 20px;
	}

	#company .group .map ul li>p {
		font-size: 14px;
	}

	#company .group .map ul li>p span {
		font-size: 16px;
	}

	#company .group .map ul li .clm2 p span {
		padding-bottom: 7px;
	}
}

@media (max-width: 768px) {
	#company .group .map ul li {
		padding: 20px 15px;
	}

	#company .group .map ul li .clm2 .img {
		width: 30%;
	}

	#company .group .map ul li .clm2 p:not(.img) {
		width: 70%;
		font-size: 13px;
	}

	#company .group .map ul li .clm2 p span {
		padding-bottom: 5px;
	}
}

/* contri */
#company .contri .section-ttl .orange {
	font-size: 20px;
}

#company .contri p {
	max-width: 920px;
	margin: 0 auto;
}

/* .overv */
#company .overv {
	padding: 60px 20px 80px;
	background: #EFF6F5;
}

#company .overv .section-ttl {
	margin-bottom: 50px;
}

#company .overv table {
	width: 920px;
	max-width: 100%;
	border-top: solid 1px #CCCCCC;
	box-sizing: border-box;
	margin: 0 auto;
}

#company .overv table tr {
	border-bottom: solid 1px #CCCCCC;
}

#company .overv table th,
#company .overv table td {
	padding: 25px 0;
	vertical-align: baseline;
	font-size: 16px;
}


/* .overv */
#company .hist .section-ttl {
	margin-bottom: 50px;
}

#company .hist .clm2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#company .hist .img {
	width: 400px;
}

#company .hist .line {
	width: calc(100% - 465px);
	margin-left: 65px;
}

#company .hist .timeline>li {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 60px;
	min-height: 70px;
	overflow: hidden;
	margin: 0;
	position: relative;
}

#company .hist .timeline-date {
	width: 25%;
	box-sizing: border-box;
	text-align: right;
	padding-right: 35px;
	font-size: 20px;
	font-weight: bold;
}

#company .hist .timeline-date span {
	font-size: 24px;
	color: #2FA791;
}

#company .hist .timeline-date span span {
	color: #000;
}

#company .hist .timeline-content {
	display: flex;
	align-content: center;
	align-items: center;
	width: 75%;
	min-height: 70px;
	border-left: 8px #2FA791 solid;
	position: relative;
}

#company .hist .timeline-content p {
	padding-left: 35px;
	position: relative;
}

#company .hist .timeline-content p span {
	font-weight: bold;
}

#company .hist .timeline-content p:before {
	content: '';
	width: 16px;
	height: 16px;
	background: #fff;
	border: solid 4px #2FA791;
	position: absolute;
	left: -16px;
	top: 0;
	border-radius: 100%;
}

#company .hist .timeline>li.spc .timeline-content p:before {
	content: '';
	width: 20px;
	height: 20px;
	background: #fff;
	border: solid 6px #2FA791;
	position: absolute;
	left: -20px;
	top: 0;
	border-radius: 100%;
}

/* タイムライン最後の矢印 */
#company .hist .timeline>li:last-child .timeline-date,
#company .hist .timeline>li:last-child .timeline-content {
	padding-bottom: 55px;
}

#company .hist .timeline>li:last-child .timeline-content:before {
	content: '';
	width: 20px;
	height: 20px;
	background: #fff;
	position: absolute;
	left: -20px;
	bottom: 0px;
}

#company .hist .timeline>li:last-child .timeline-content:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 16px 0 16px;
	border-color: #2FA791 transparent transparent transparent;
	position: absolute;
	left: -20px;
	bottom: 0px;
}


/* .map */
#company .map {
	margin-bottom: 0;
}

#company .map .inner {
	max-width: 100%;
	height: 580px;
	overflow: hidden;
}

#company .map .inner iframe {
	width: 100%;
	height: 100%;
}


@media (max-width: 1100px) {
	#company .hist {
		background: url('../../img/company/hist-1-sp.jpg') no-repeat center center;
		background-size: cover;
	}

	#company .hist .img {
		display: none;
	}

	#company .hist .line {
		width: 100%;
		margin-left: 0;
	}

	#company .hist .timeline-date {
		width: 35%;
	}

	#company .hist .timeline-content {
		width: 65%;
	}
}

@media (max-width: 768px) {
	#company .main-content .section-ttl .orange {
		font-size: 14px;
	}

	#company .main-content .section-ttl .alp .orange {
		font-size: 16px;
	}

	/* .think */
	#company .main-content .think .section-ttl .orange {
		font-size: 18px;
	}

	/* .greet */
	#company .greet>img:first-child {
		height: 200px;
		object-fit: cover;
	}

	#company .greet .inner {
		padding-top: 40px;
	}

	#company .greet .inner .clm2 .img {
		width: 80%;
		text-align: center;
		font-weight: bold;
		margin: 15px auto 25px;
	}

	#company .greet .inner .clm2 .img img {
		margin-bottom: 10px;
	}

	#company .greet .inner .clm2 .text {
		width: 100%;
		margin-right: 0;
	}

	#company .greet .inner .clm2 .text p {
		margin-bottom: 25px;
	}

	/* .phil */
	#company .phil .inner .section-ttl {
		margin-bottom: 40px;
	}

	#company .phil .inner .clm2 .img {
		width: 100%;
	}

	#company .phil .inner .clm2 .text,
	#company .phil .inner .clm2.rev .text {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	#company .phil .inner .clm2.rev {
		margin-bottom: 0;
	}

	/* .group */
	#company .group .section-ttl {
		margin-bottom: 0;
	}

	/* overv */
	#company .overv {
		margin-bottom: 0;
	}

	#company .overv table {
		width: 100%;
	}

	#company .overv table tr {
		display: flex;
		flex-wrap: wrap;
	}

	#company .overv table th,
	#company .overv table td {
		width: 100%;
		padding-bottom: 7px;
	}

	#company .overv table th {
		padding-top: 15px;
		font-weight: bold;
	}

	#company .overv table td {
		padding-top: 0;
		padding-bottom: 15px;
		font-size: 14px;
	}

	/* .hist */
	#company .hist {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#company .hist .section-ttl {
		margin-bottom: 30px;
	}

	#company .hist .timeline>li {
		display: block;
		min-height: auto;
		padding-left: 15px;
		text-align: left;
	}

	#company .hist .timeline-date,
	#company .hist .timeline-content {
		box-sizing: border-box;
		border-left: solid 6px #2FA791;
	}

	#company .hist .timeline-date {
		width: 100%;
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: left;
		font-size: 14px;
		position: relative;
	}

	#company .hist .timeline-date:before {
		content: '';
		width: 12px;
		height: 12px;
		background: #fff;
		border: solid 4px #2FA791;
		position: absolute;
		left: -13px;
		top: 15px;
		border-radius: 100%;
		z-index: 2;
	}

	#company .hist .timeline>li.spc .timeline-date:before {
		content: '';
		width: 16px;
		height: 16px;
		background: #fff;
		border: solid 5px #2FA791;
		position: absolute;
		left: -17px;
	}

	#company .hist .timeline-date span {
		font-size: 18px;
	}

	#company .hist .timeline-content {
		width: 100%;
		min-height: auto;
		padding-bottom: 15px;
	}

	#company .hist .timeline-content p {
		padding-left: 20px;
		font-size: 14px;
	}

	#company .hist .timeline-date,
	#company .hist .timeline>li:last-child .timeline-date {
		padding-bottom: 5px;
	}

	#company .hist .timeline>li .timeline-content p:before {
		display: none;
	}

	#company .hist .timeline>li:last-child .timeline-content:after {
		left: -18px;
	}

	#company .hist .timeline>li:last-child {
		padding-bottom: 10px;
	}

	#company .hist .timeline>li:last-child .timeline-content:before {
		display: none;
	}

	#company .hist .timeline>li:last-child .timeline-content:after {
		bottom: -5px;
	}

	/* .map */
	#company .map .inner {
		height: 400px;
		padding: 0;
	}
}


/* PCナビのcurent */
@media (min-width: 1181px) {
	#features header nav #nav-content li.nav-list2 a:before {
		width: 100%;
		left: 0;
		right: auto;
	}

	#inside header nav #nav-content li.nav-list3 a:before {
		width: 100%;
		left: 0;
		right: auto;
	}

	#renovate header nav #nav-content li.nav-list4 a:before {
		width: 100%;
		left: 0;
		right: auto;
	}

	#post header nav #nav-content li.nav-list5 a:before {
		width: 100%;
		left: 0;
		right: auto;
	}

	#build header nav #nav-content li.nav-list6 a:before {
		width: 100%;
		left: 0;
		right: auto;
	}

	#company header nav #nav-content li.nav-list7 a:before {
		width: 100%;
		left: 0;
		right: auto;
	}

	#c-form header nav #nav-content li.nav-list8 a:before {
		width: 100%;
		left: 0;
		right: auto;
	}
}

@media all and (-ms-high-contrast: none) {
	#company .hist .timeline-content p {
		padding-top: 20px;
	}

	#company .hist .timeline-content p::before,
	#company .hist .timeline>li.spc .timeline-content p::before {
		top: 20px;
	}
}



/*** ------------------------------------------------------------------------------

build

-----------------------------------------------------------------------------  ***/

/* 吹き出し */
#build .ttl-area {
	display: inline-block;
	padding: 80px 170px 65px 20px;
	box-sizing: border-box;
	line-height: 1.5;
	position: relative;
	margin: 0 auto;
}

#build .ttl-area:after {
	content: '';
	display: block;
	width: 253px;
	height: 270px;
	background: url('../../img/build/own-3.png')no-repeat left bottom;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
}

#build .ttl-area .section-ttl {
	display: inline-block;
	width: auto;
	font-size: 36px;
	border: solid 2px #2FA791;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#build .ttl-area .section-ttl span {
	display: block;
	padding: 30px 90px;
	background: #fff;
}

#build .ttl-area .section-ttl:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 58px 13px 0 13px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -44px;
	transform: rotate(-30deg) translate(0px, -4px);
	z-index: 2;
}

#build .ttl-area .section-ttl:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 15px 0 15px;
	border-color: #2FA791 transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -45px;
	transform: rotate(-30deg);
	z-index: -1;
}


/* .visual */
#build .visual {
	background: url(../../img/build/mv.jpg)no-repeat center bottom;
	background-size: cover;
}

/* .apart */
#build .apart .section-ttl {
	margin-bottom: 40px;
}

#build .apart .clm3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#build .apart .clm3 li {
	width: calc(100% /3 - 8px);
}

#build .apart .clm3 a {
	display: flex;
	width: 100%;
	padding: 25px 45px 25px 25px;
	border: solid 2px #FD9E0D;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	color: #FD9E0D;
	position: relative;
	transition: 0.3s;
}

#build .apart .clm3 a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #FF9E0D transparent transparent transparent;
	position: absolute;
	right: 25px;
	bottom: calc(50% - 5px);
	transition: 0.3s;
}

#build .apart .img.sp {
	display: none;
}

#build .apart .img img {
	width: 100%;
	max-width: 1161px;
	height: auto;
	margin: 0 auto;
}

/* .mane */
#build .mane .inner>.section-ttl {
	margin-bottom: 40px;
}

#build .mane .inner.clm2 {
	flex-direction: row-reverse;
	max-width: 100%;
}

#build .mane .inner.clm2 {
	padding-bottom: 100px;
}

#build .mane .clm2 .img {
	margin-top: 70px;
	margin-left: auto;
	margin-right: -160px;
	z-index: 1;
}

#build .mane .clm2 .img img {
	margin-left: auto;
}

#build .mane .clm2 .text {
	width: calc(50% + 160px);
	padding: 80px 80px 165px 220px;
	margin-right: auto;
	background-size: contain;
	background-color: #FFFCCC;
	box-sizing: border-box;
	position: relative;
}

#build .mane ul.check-list {
	max-width: 920px;
	margin: 0 auto 60px;
}

#build .mane ul.img {
	justify-content: center;
}

/* .case */
#build .case .inner {
	padding: 60px 60px 28px;
	border: solid 1px #000;
}

#build .case .section-ttl {
	font-size: 30px;
}

#build .case.list-area li,
#build .case.list-area li:nth-child(4n) {
	width: calc(100% / 3 - 34px);
	margin-right: 51px;
	margin-bottom: 37px;
	box-sizing: border-box;
}

#build .case.list-area li:nth-child(3n) {
	margin-right: 0;
}

#build .case.list-area li p {
	margin-top: 12px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

/* .menu */
#build .menu .menu-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 43px;
}

#build .menu .menu-list li,
#build .menu .menu-list li:nth-child(4n) {
	width: calc(100% / 3 - 10px);
	margin-right: 15px;
	margin-bottom: 37px;
	box-sizing: border-box;
	transition: 0.3s;
}

#build .menu .menu-list li:nth-child(3n) {
	margin-right: 0;
}

#build .menu .menu-list li .img {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 95px 0;
	background: url('../../img/build/menu-1.jpg')no-repeat center center;
	background-size: cover;
	font-size: 20px;
	font-weight: bold;
}

#build .menu .menu-list li:nth-child(2) .img {
	background: url('../../img/build/menu-2.jpg')no-repeat center center;
	background-size: cover;
}

#build .menu .menu-list li:nth-child(3) .img {
	background: url('../../img/build/menu-3.jpg')no-repeat center center;
	background-size: cover;
}

#build .menu .menu-list li:nth-child(4) .img {
	background: url('../../img/build/menu-4.jpg')no-repeat center center;
	background-size: cover;
}

#build .menu .menu-list li:nth-child(5) .img {
	background: url('../../img/build/menu-5.jpg')no-repeat center center;
	background-size: cover;
}

#build .menu .menu-list li .img span {
	display: flex;
	width: 90%;
	padding: 20px 85px 20px 25px;
	background: url('../../img/build/menu-arrow.png')no-repeat center right 20px;
	background-size: 69px;
	border: solid 2px #fff;
	box-sizing: border-box;
	color: #fff;
	transition: 0.3s;
}

#build .menu .menu-list li p:not(.img) {
	margin-top: 12px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

#build .menu .menu-list~.section-ttl {
	margin-bottom: 20px;
}

#build .menu .menu-list~.section-ttl~.center {
	font-weight: bold;
}

#build .menu .clm2 {
	max-width: 800px;
	margin: 0 auto 40px;
}

#build .menu .clm2>ul {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	width: 50%;
}

#build .menu .clm2>ul.img li {
	width: calc(100% / 2 - 20px);
}

#build .menu .clm2>ul.check-list {
	padding-left: 80px;
	box-sizing: border-box;
}

#build .menu .clm2>ul.check-list li {
	width: 100%;
}

#build .menu .clm2~.text {
	font-weight: normal;
	max-width: 800px;
	margin: 0 auto;

}

/* .own */
#build .own {
	text-align: center;
	background: #EFF6F5;
	overflow: inherit;
	position: relative;
}

#build .own:before {
	content: '';
	display: block;
	width: 100%;
	height: 400px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#build .own .ttl-area:after {
	right: 25px;
}

#build .own .ttl-area .section-ttl span {
	padding-right: 110px;
}

#build .own .mv {
	position: relative;
	z-index: 2;
}

#build .own img:first-child {
	width: 100%;
	height: auto;
}

#build .own .inner:not(.clm2) {
	width: 90%;
	padding-top: 65px;
	padding-bottom: 0;
	background: #EFF6F5;
	position: relative;
	margin-top: -80px;
	z-index: 2;
}

#build .own .inner:not(.clm2) .section-ttl {
	margin-bottom: 0;
}

#build .own .inner.clm2 {
	flex-direction: row-reverse;
	max-width: 100%;
}

#build .own .inner.clm2 {
	padding-bottom: 130px;
	padding-bottom: 0;
}

#build .own .clm2 .img {
	margin-top: 65px;
	margin-left: auto;
	margin-right: -160px;
	margin-bottom: -70px;
	z-index: 1;
}

#build .own .clm2 .img img {
	margin-left: auto;
}

#build .own .clm2 .text {
	width: calc(50% + 160px);
	padding: 65px 80px 65px 220px;
	margin-right: auto;
	background-size: contain;
	box-sizing: border-box;
	text-align: justify;
	position: relative;
}

#build .own .clm2 .text span {
	font-weight: bold;
	font-size: 20px;
}

#build .own .clm2 .text .section-ttl {
	text-align: left;
	font-size: 20px;
}

#build .own .clm2 .text .check-list {
	margin: 40px 0;
}

#build .own .clm2 .text .check-list li {
	width: 100%;
}

/* .case2 */
#build .case2 {
	padding-top: 80px;
}

#build .case2.list-area ul {
	margin-bottom: 10px;

}

/* .solu */
#build .solu .inner {
	text-align: center;
}

#build .solu .section-ttl-2~.text {
	max-width: 920px;
	text-align: left;
	margin: 0 auto 30px;
}

#build .solu .ttl-area.ttl1 {
	padding: 40px 100px;
	margin: 0 auto -10px;
}

#build .solu .ttl-area.ttl1:after {
	content: '';
	display: block;
	width: 83px;
	height: 147px;
	background: url('../../img/build/solu-3.png')no-repeat left bottom;
	background-size: contain;
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	z-index: 4;
}

#build .solu .ttl-area.ttl1 .section-ttl {
	display: inline-block;
	width: auto;
	font-size: 36px;
	border: solid 2px #FF9E0D;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#build .solu .ttl-area.ttl1 span {
	display: block;
	padding: 12px 40px;
	background: #fff;
	font-size: 24px;
	position: relative;
	z-index: 5;
}

#build .solu .ttl-area.ttl1 .section-ttl:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 20px 0 20px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 82px;
	right: auto;
	bottom: -22px;
	transform: rotate(40deg) translate(0px, -1px);
	z-index: 2;
}

#build .solu .ttl-area.ttl1 .section-ttl:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 22px 0 22px;
	border-color: #FF9E0D transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 79px;
	right: auto;
	bottom: -23px;
	transform: rotate(40deg);
	z-index: -1;
}

#build .solu .clm2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#build .solu .clm2 .left,
#build .solu .clm2 .right {
	width: calc(50% - 30px);
	padding: 30px 60px 60px;
	border: solid 1px #000000;
	box-sizing: border-box;
	position: relative;
}

#build .solu .clm2 .right {
	border: solid 4px #FF9E0D;
}

#build .solu .clm2 .img img {
	max-width: 424px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#build .solu .clm2 .text {
	margin-top: 17px;
	font-size: 20px;
	font-weight: bold;
}

#build .solu .clm2 .right .text {
	color: #FF9E0D;
}

#build .solu .clm2 .batch {
	display: flex;
	padding: 5px 35px;
	background: #FF9E0D;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

#build .solu .ttl-area.ttl2:after {
	width: 337px;
	height: 368px;
	background: url('../../img/build/est-1.png')no-repeat left bottom;
	background-size: contain;
}

#build .solu .ttl-area.ttl2 .section-ttl span {
	padding: 30px 160px 30px 40px;
	line-height: 1.2;
}

#build .solu .ttl-area.ttl2 .section-ttl strong {
	font-size: 46px;
}


/* .voice */
#build .solu .voice {
	padding: 65px;
	border: solid 1px #000;
}

#build .solu .voice .ttl {
	display: flex;
	justify-content: center;
}

#build .solu .voice .ttl span {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	box-sizing: border-box;
	border: solid 1px #000;
	border-right: 0px;
	font-size: 36px;
	font-weight: bold;
}

#build .solu .voice .ttl span:last-child {
	border-right: solid 1px #000;
}

#build .solu .voice .ttl span.orange {
	background: #FF9E0D;
	color: #fff;
}

#build .voice .ttl-area {
	width: 100%;
	max-width: 920px;
	padding: 40px 0 50px 50px;
	margin: 0 auto -25px;
}

#build .voice .ttl-area:after {
	content: '';
	display: block;
	width: 110px;
	height: 174px;
	background: url('../../img/build/est-2.png')no-repeat left bottom;
	background-size: contain;
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	z-index: 4;
}

#build .voice li:nth-child(2) .ttl-area:after {
	width: 96px;
	height: 145px;
	background: url('../../img/build/est-3.png')no-repeat left 20px bottom;
	background-size: contain;
	bottom: 19px;
}

#build .voice .ttl-area .section-ttl {
	display: block;
	width: 100%;
	font-size: 36px;
	border: solid 2px #FF9E0D;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#build .voice .ttl-area span {
	display: block;
	padding: 12px 40px 12px 70px;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	z-index: 5;
}

#build .voice .ttl-area .section-ttl:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 20px 0 20px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 82px;
	right: auto;
	bottom: -22px;
	transform: rotate(40deg) translate(0px, -1px);
	z-index: 2;
}

#build .voice .ttl-area .section-ttl:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 22px 0 22px;
	border-color: #FF9E0D transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 79px;
	right: auto;
	bottom: -23px;
	transform: rotate(40deg);
	z-index: -1;
}

#build .voice li .text {
	max-width: 920px;
	padding: 24px;
	background: #59A492;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 20px;
}

/* .ment */
#build .ment .section-ttl-2 {
	font-size: 30px;
	margin-bottom: 40px;
}

#build .ment .section-ttl-2~p {
	max-width: 920px;
	line-height: 2;
	margin: 0 auto 40px;
}

#build .ment .section-ttl-2~p span {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
}

#build .ment .flow-text {
	display: none;
}

#build .ment .flow-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#build .ment .flow-list li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% / 5 - 10px);
	padding: 7px 10px;
	background: #fff;
	border: solid 1px #000;
	box-sizing: border-box;
	position: relative;
	margin-right: 12.5px;
	margin-bottom: 30px;
}

#build .ment .flow-list li:nth-child(5n) {
	margin-right: 0;
}

#build .ment .flow-list li:nth-child(9) {
	opacity: 0;
}

#build .ment .flow-list li:after {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background: #59A492;
	position: absolute;
	top: calc(50% - 5px);
	left: 50%;
	z-index: -1;
}

#build .ment .flow-list li:nth-child(5n):after {
	display: none;
}

#build .ment .flow-list li:nth-child(8):after {
	width: calc(100% + 5px);
	left: auto;
	right: calc(-100% - 0px);
}

#build .ment .flow-list li:nth-child(8):before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #59A492;
	position: absolute;
	top: calc(50% - 10px);
	right: calc(-100% - 10px);
	z-index: -1;
}

#build .ment .flow-list li.green {
	font-weight: bold;
}

#build .ment .flow-list li .num {
	display: inline-block;
	padding-right: 5px;
	color: #59A492;
	font-weight: bold;
}

#build .ment .flow-list li span:not(.num) {
	font-size: 14px;
}

/* .vis */
#build .vis {
	padding-bottom: 50px;
	background-color: #EFF6F5;
}

#build .vis img:first-child {
	width: 100%;
	height: auto;
}

#build .vis .inner {
	width: 90%;
	padding-top: 65px;
	background: #EFF6F5;
	position: relative;
	text-align: center;
	margin-top: -80px;
	z-index: 2;
}

#build .vis .section-ttl~.text {
	max-width: 920px;
	text-align: left;
	margin: 0 auto 30px;
}

#build .vis .clm2 {
	max-width: 920px;
	margin: 0 auto 40px;
}

#build .vis .clm2>ul {
	width: 50%;
}

#build .vis .clm2 .check-list li {
	width: 100%;
	text-align: left;
}

#build .vis .clm2>ul.img {
	justify-content: flex-end;
}

#build .vis .clm2>ul.img li {
	width: calc(100% / 2)
}

#build .vis .clm2>ul.img img {
	max-width: 100%;
	height: auto;
	margin-bottom: 0;
}

#build .vis .clm2~.ttl {
	max-width: 920px;
	padding: 16px;
	background: #59A492;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 20px;
}

#build .vis .ttl-area {
	padding: 40px 0 40px 50px;
	margin: 0 auto 15px;
}

#build .vis .ttl-area:after {
	content: '';
	display: inline-block;
	width: 77px;
	height: 144px;
	background: url('../../img/build/vis-2.png')no-repeat left bottom;
	background-size: contain;
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	z-index: 4;
}

#build .vis .ttl-area .section-ttl {
	display: inline-block;
	width: 100%;
	font-size: 36px;
	border: solid 2px #FF9E0D;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#build .vis .ttl-area span {
	display: block;
	padding: 12px 40px;
	background: #fff;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	z-index: 5;
}

#build .vis .ttl-area .section-ttl:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 20px 0 20px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 82px;
	right: auto;
	bottom: -22px;
	transform: rotate(40deg) translate(0px, -1px);
	z-index: 2;
}

#build .vis .ttl-area .section-ttl:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 22px 0 22px;
	border-color: #FF9E0D transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 79px;
	right: auto;
	bottom: -23px;
	transform: rotate(40deg);
	z-index: -1;
}

/* group */
#build .group {
	margin-bottom: 40px;
}

#build .group .section-ttl {
	padding-left: 10px;
	text-align: left;
}

#build .group .content {
	padding: 60px 65px;
	border: solid 1px #000;
	box-sizing: border-box;
}

#build .group .map {
	position: relative;
	padding: 60px 0;
}

#build .group .map>.img {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	background: url(../../img/home/group-back.svg)no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	z-index: -1;
}

#build .group .map>.img span {
	width: 100%;
	margin-bottom: 35px;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
}

#build .group .map ul {
	display: flex;
	justify-content: space-between;
}

#build .group .map ul li {
	width: calc(50% - 170px);
	padding: 40px 25px;
	background-color: #fff;
	border: solid 1px #000;
	box-sizing: border-box;
}

#build .group .map ul li>.img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 70px;
	margin-bottom: 23px;
}

#build .group .map ul li>p {
	margin-bottom: 25px;
	text-align: center;
}

#build .group .map ul li>p span {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}

#build .group .map ul li .clm2 {
	align-content: center;
	align-items: center;
}

#build .group .map ul li .clm2 .img {
	width: 40%;
}

#build .group .map ul li .clm2 .img img {
	margin-left: auto;
}

#build .group .map ul li .clm2 p:not(.img) {
	width: 60%;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 15px;
}

#build .group .map ul li .clm2 p span {
	display: inline-block;
	padding-bottom: 12px;
	font-size: 105%;
	font-weight: 700;
}


@media screen and (min-width:769px) and (max-width:815px) {
	#build .group .section-ttl br.sp_none {
		display: none;
	}
}

@media (max-width: 1000px) {
	#build .group .content {
		padding: 20px;
	}

	#build .group .map {
		padding: 20px 0;
	}

	#build .group .map>.img {
		position: relative;
		height: auto;
		padding-bottom: 30px;
	}

	#build .group .map>.img img {
		max-width: 60%;
	}

	#build .group .map>.img span {
		font-size: 16px;
	}

	#build .group .map ul {
		flex-wrap: wrap;
	}

	#build .group .map ul li {
		width: 100%;
		padding: 20px;
		margin-bottom: 20px;
	}

	#build .group .map ul li>p {
		font-size: 14px;
	}

	#build .group .map ul li>p span {
		font-size: 16px;
	}

	#build .group .map ul li .clm2 p span {
		padding-bottom: 7px;
	}
}

@media (max-width: 768px) {
	#build .group .map ul li {
		padding: 20px 15px;
	}

	#build .group .map ul li .clm2 .img {
		width: 30%;
	}

	#build .group .map ul li .clm2 p:not(.img) {
		width: 70%;
		font-size: 13px;
	}

	#build .group .map ul li .clm2 p span {
		padding-bottom: 5px;
	}
}


/* .cor */
#build .cor .inner {
	padding: 65px;
	border: solid 1px #000;
	box-sizing: border-box;
}

#build .cor .inner .section-ttl .orange {
	font-size: 20px;
}

#build .cor .inner .section-ttl~p {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#build .cor .inner .section-ttl~p.mb-none {
	margin-bottom: 0;
}

#build .cor .cor-content {
	max-width: 920px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#build .cor .ttl-area {
	display: inline-block;
	padding: 20px 120px 65px 20px;
	box-sizing: border-box;
	line-height: 1.5;
	position: relative;
	margin: 0 auto;
}

#build .cor .ttl-area:after {
	content: '';
	display: block;
	width: 243px;
	height: 262px;
	background: url('../../img/renovate/cor-1.png')no-repeat left bottom;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
}

#build .cor h4.ttl {
	display: inline-block;
	width: auto;
	font-size: 36px;
	border: solid 2px #2FA791;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#build .cor h4.ttl span:not(.cost) {
	display: block;
	padding: 25px 120px;
	background: #fff
}

#build .cor h4.ttl .cost {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 5px 20px;
	background: #59A492;
	box-sizing: border-box;
	font-size: 48px;
	color: #fff;
	line-height: 1.2;
	position: absolute;
	top: 0;
	left: 0;
}

#build .cor h4.ttl:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 58px 13px 0 13px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -44px;
	transform: rotate(-30deg) translate(0px, -4px);
	z-index: 2;
}

#build .cor h4.ttl:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 15px 0 15px;
	border-color: #2FA791 transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -45px;
	transform: rotate(-30deg);
	z-index: -1;
}

#build .cor .sub-ttl {
	padding: 20px;
	background: #59A492;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

#build .cor .img img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 40px;
}

#build .cor .inner .clm2 {
	max-width: 920px;
	margin: 0 auto 65px;
}

#build .cor .inner .clm2 dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-right: auto;
}

#build .cor .inner .clm2 dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 200px;
	height: 200px;
	background: #59A492;
	border-radius: 200px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-right: 40px;
}

#build .cor .inner .clm2 dl dt span {
	font-size: 20px;
}

#build .cor .inner .clm2 dl dd {
	width: calc(100% - 240px);
}

#build .cor .inner .clm2 dl dd ul li {
	width: 100%;
	min-height: 32px;
	padding-top: 5px;
	padding-left: 40px;
	background: url('../img/icon/check.svg')no-repeat top left;
	background-size: 32px;
	box-sizing: border-box;
	text-align: left;
	font-size: 16px;
	margin-bottom: 15px;
}

#build .cor .inner .clm2 dl dd ul li:last-child {
	margin-bottom: 0;
}

#build .cor .inner a.orange {
	text-decoration: underline;
}

#build .cor .inner .section-ttl~.text {
	text-align: left;
}

#build .cor .inner .section-ttl~.last-text {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}

@media (max-width: 768px) {
	#build .cor {
		padding-left: 15px;
		padding-right: 15px;
	}

	#build .cor .inner {
		padding: 30px 20px;
	}

	#build .cor .inner .section-ttl span.orange {
		font-size: 12px;
		line-height: 1.2;
	}

	#build .cor .ttl-area {
		display: block;
		padding: 0 0 80px;
	}

	#build .cor h4.ttl {
		display: block;
		font-size: 18px;
	}

	#build .cor h4.ttl span:not(.cost) {
		padding: 20px 20px 20px 40px;
	}

	#build .cor h4.ttl .cost {
		padding: 10px;
		font-size: 20px;
	}

	#build .cor .ttl-area:after {
		width: 100px;
		height: 100px;
	}

	#build .cor .inner .clm2 {
		margin-bottom: 40px;
	}

	#build .cor .inner .clm2 dl dt {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	#build .cor .inner .clm2 dl dd {
		width: 100%;
	}
}

@media (max-width: 320px) {
	#build .cor h4.ttl {
		display: block;
		font-size: 16px;
	}

	#build .cor h4.ttl span:not(.cost) {
		padding: 20px 20px 20px 45px;
	}
}


@media (min-width: 769px) {
	#build .menu .menu-list li:hover .img span {
		background-color: #FF9E0D;
		border: solid 2px #FF9E0D;
	}

	#build .apart .clm3 a:hover {
		background: #FD9E0D;
		border-radius: 5px;
		color: #fff;
		opacity: 1;
	}

	#build .apart .clm3 a:hover:after {
		border-color: #fff transparent transparent transparent;
		bottom: calc(50% - 10px);
	}
}


@media (max-width: 1100px) {
	#build .apart .clm3 a {
		padding: 25px 20px 25px 15px;
		font-size: 14px;
	}

	#build .apart .clm3 a:after {
		right: 10px;
	}

	/* .mane */
	#build .mane .inner.clm2 .section-ttl br {
		display: none;
	}

	/* .solu */
	#build .solu .clm2 .right .text br {
		display: none;
	}
}

@media (max-width: 1000px) {
	#build .menu .menu-list li .img span {
		justify-content: center;
		padding: 20px 25px;
		background: none;
		text-align: center;
	}

	#build .ment .flow-list li .num {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 18px;
	}
}

@media (max-width: 768px) {

	/* .apart */
	#build .apart .section-ttl .green {
		font-size: 14px;
	}

	#build .apart .clm3 li {
		width: 90%;
		margin: 0 auto 15px;
	}

	#build .apart .clm3 a {
		padding: 17px;
		font-size: 16px;
	}

	#build .apart .img.pc {
		display: none;
	}

	#build .apart .img.sp {
		display: block;
		max-width: 666px;
		margin: 0 auto;
	}

	/* .mane */
	#build .mane .inner.clm2 {
		flex-direction: column-reverse;
		padding-bottom: 60px;
	}

	#build .mane .inner.clm2 .text {
		width: 100%;
		padding: 70px 20px 30px;
		background-size: contain;
		background-color: #FFFCCC;
	}

	#build .mane .inner.clm2 .text .section-ttl {
		font-size: 20px;
	}

	#build .mane .inner.clm2 .section-ttl br {
		display: block;
	}

	#build .mane .inner.clm2 .img {
		width: 80%;
		margin: 0px auto -40px;
	}

	/* .mane */
	#build .mane {
		margin-bottom: 60px;
	}

	#build .mane ul.img {
		flex-wrap: wrap;
	}

	#build .mane ul.img li {
		width: calc(100% / 2 - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	#build .mane ul.img li:nth-child(2),
	#build .mane ul.img li:nth-child(3) {
		margin-right: 0;
	}

	#build .mane ul.img li p {
		font-size: 14px;
	}

	/* .case */
	#build .case .section-ttl {
		font-size: 24px;
	}

	#build .case .inner {
		padding: 30px 20px 10px;
	}

	#build .case.list-area li,
	#build .case.list-area li:nth-child(3n),
	#build .case.list-area li:nth-child(4n) {
		width: calc(100% / 2 - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	#build .case.list-area li:nth-child(2n) {
		margin-right: 0;
	}

	#build .case.list-area li p {
		font-size: 15px;
	}

	/* .menu */
	#build .menu .section-ttl {
		margin-bottom: 30px;
	}

	#build .menu .menu-list li,
	#build .menu .menu-list li:nth-child(3n),
	#build .menu .menu-list li:nth-child(4n) {
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 25px;
	}

	#build .menu .menu-list li:nth-child(2n) {
		margin-right: 0;
	}

	#build .menu .menu-list li .img {
		padding: 50px 0;
	}

	#build .menu .menu-list li .img span {
		justify-content: center;
		width: 80%;
		padding: 10px;
		background: none;
		text-align: center;
		border-radius: 5px;
		font-size: 14px;
	}

	#build .menu .menu-list li p:not(.img) {
		margin-top: 8px;
		font-size: 15px;
	}

	/* .menu */
	#build .menu .menu-list~.section-ttl~.center {
		text-align: left;
	}

	#build .menu .clm2>ul {
		width: 100%;
	}

	#build .menu .menu-list~.section-ttl~.center {
		margin-bottom: 30px;
	}

	#build .menu .clm2>ul.img li {
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 30px;
	}

	#build .menu .clm2>ul.img li:nth-child(2n) {
		margin-right: 0;
	}

	#build .menu .clm2>ul.check-list {
		padding-left: 0;
	}

	#build .menu .clm2~.text {
		font-weight: bold;
	}

	#build .menu .clm2~.text br {
		display: none;
	}

	/* .own */
	#build .own {
		margin-bottom: 0;
	}

	#build .own:before {
		height: 200px;
	}

	#build .own .ttl-area {
		width: 80%;
		padding: 0 0 60px;
	}

	#build .own .section-ttl {
		width: 100%;
		font-size: 18px;
	}

	#build .own .ttl-area .section-ttl span {
		padding: 20px;
	}

	#build .own .ttl-area:after {
		content: '';
		display: block;
		width: 140px;
		height: 100px;
		background: url(../../img/build/own-3.png)no-repeat right bottom;
		background-size: contain;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	#build .own img:first-child {
		height: 200px;
		object-fit: cover;
	}

	#build .own .inner:not(.clm2) {
		padding-top: 40px;
	}

	#build .own .inner .section-ttl {
		margin-bottom: 30px;
		font-size: 22px;
	}

	#build .own .inner .section-ttl span {
		font-size: 14px;
	}

	#build .own .inner.clm2 .text {
		width: 100%;
		padding: 20px 15px;
	}

	#build .own .clm2 .text .section-ttl {
		margin: 10px auto 20px;
		font-size: 18px;
	}

	#build .own .clm2 .text .check-list {
		margin: 30px auto 40px;
	}

	#build .own .clm2 .img {
		display: none;
		width: 90%;
		margin: 40px auto;
	}

	#build .own .clm2 .text p:last-child {
		padding-bottom: 35px;
		text-align: center;
	}

	/* .case2 */
	#build .case2 .section-ttl {
		margin-bottom: 15px;
	}

	#build .case2 .section-ttl .green {
		display: inline-block;
		padding: 10px 0 0;
		font-size: 18px;
		line-height: 1.7;
	}

	/* .solu */
	#build .solu .inner .section-ttl-2 {
		line-height: 1.6;
	}

	#build .solu .section-ttl-2~.text {
		line-height: 2;
	}

	#build .solu .ttl-area.ttl1 {
		padding: 20px 20px 40px 40px;
	}

	#build .solu .ttl-area.ttl1 span {
		padding: 10px 20px 10px 30px;
		font-size: 18px;
	}

	#build .solu .ttl-area.ttl1:after {
		display: block;
		width: 63px;
		background: url(../../img/build/solu-3.png)no-repeat left bottom;
		background-size: contain;
		position: absolute;
		left: 0;
		right: auto;
		bottom: 0;
		z-index: 4;
	}

	#build .solu .clm2 .left,
	#build .solu .clm2 .right {
		width: 100%;
		padding: 20px 20px 40px;
		margin-bottom: 30px;
	}

	#build .solu .clm2 .img img {
		width: 90%;
	}

	#build .solu .clm2 .text {
		text-align: left;
		font-size: 18px;
	}

	#build .solu .clm2 .batch {
		font-size: 16px;
	}

	#build .solu .ttl-area.ttl2 {
		display: block;
		max-width: 90%;
		padding: 0 0 60px;
	}

	#build .solu .ttl-area.ttl2 .section-ttl span {
		padding: 20px;
		font-size: 18px;
	}

	#build .solu .ttl-area.ttl2:after {
		width: 100px;
		background: url(../../img/build/est-1.png)no-repeat right bottom;
		background-size: contain;
	}

	#build .solu .ttl-area.ttl2 .section-ttl span strong {
		font-size: 22px;
	}

	#build .solu .voice {
		padding: 30px 20px;
	}

	#build .solu .voice .ttl span {
		width: 50px;
		height: 50px;
		font-size: 24px;
	}

	#build .voice .ttl-area {
		padding-left: 0;
		padding-bottom: 80px;
	}

	#build .voice .ttl-area:after,
	#build .voice li:nth-child(2) .ttl-area:after {
		width: 60px;
		background-size: contain;
		left: 40px;
	}

	#build .voice li:nth-child(2) .ttl-area:after {
		width: 50px;
		background: url(../../img/build/est-3.png)no-repeat left bottom;
		background-size: contain;
		margin-bottom: -10px;
	}

	#build .voice .ttl-area span {
		padding: 15px 15px 25px;
	}

	#build .voice .ttl-area .section-ttl:before {
		left: 110px;
	}

	#build .voice .ttl-area .section-ttl:after {
		left: 107px;
	}

	#build .voice li .text {
		padding: 30px 20px;
	}

	/* .flow */
	#build .ment .section-ttl-2~p.flow-text {
		display: inline-block;
		padding-right: 25px;
		background: url('../img/icon/hand.svg')no-repeat center right;
		background-size: contain;
		font-size: 14px;
		color: #FF9E0D;
		font-weight: bold;
		margin-bottom: 15px;
	}

	#build .ment .flow-area {
		position: relative;
	}

	#build .ment .flow-area:after {
		content: '';
		display: block;
		position: absolute;
		width: 5%;
		height: 100%;
		top: 0;
		right: -1px;
		z-index: 1;
		background: linear-gradient(-90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	}

	#build .ment .flow-cont {
		overflow-x: scroll;
	}

	#build .ment .flow-list {
		width: 1300px;
		padding-right: 20px;
	}

	#build .ment .flow-list li {
		width: calc(10% - 15px);
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		align-content: flex-start;
		text-align: center;
		margin-right: 11px;
	}

	#build .ment .flow-list li:nth-child(5) {
		margin-right: 11px;
	}

	#build .ment .flow-list li:nth-child(5):after {
		display: block;
	}

	/* .vis */
	#build .vis {
		padding-bottom: 30px;
	}

	#build .vis img:first-child {
		height: 200px;
		object-fit: cover;
	}

	#build .vis .inner {
		padding-top: 40px;
	}

	#build .vis .inner .section-ttl span {
		display: block;
		padding-top: 10px;
		font-size: 14px;
		line-height: 1.7;
	}

	#build .vis .ttl-area {
		max-width: 90%;
		padding-left: 30px;
		margin-bottom: 20px;
	}

	#build .vis .ttl-area:after {
		width: 50px;
	}

	#build .vis .clm2>ul {
		width: 100%;
		margin-bottom: 30px
	}

	#build .vis .clm2>ul.img {
		justify-content: center;
	}

	#build .vis .clm2>ul.img li {
		width: calc(50% - 10px);
		margin-right: 20px;
	}

	#build .vis .clm2>ul.img li:nth-child(2) {
		margin-right: 0;
	}
}

@media (max-width: 320px) {
	#build .menu .menu-list li .img span {
		width: 90%;
		font-size: 13px;
	}

	#build .own .ttl-area .section-ttl span br {
		display: none;
	}

	#build .own .ttl-area:after {
		width: 80px;
	}

	#build .solu .ttl-area.ttl1 span {
		font-size: 16px;
	}

	#build .vis .inner .ttl-area {
		max-width: 100%;
	}

	#build .vis .inner .ttl-area .section-ttl span {
		padding-right: 15px;
		font-size: 15px;
	}
}


/*** ------------------------------------------------------------------------------

inside

-----------------------------------------------------------------------------  ***/

#inside {
	font-family: 'Noto Sans JP', sans-serif;
}

/* .visual */
#inside .visual {
	background: url(../../img/inside/mv.jpg)no-repeat center bottom;
	background-size: cover;
	margin-bottom: 0;
}

.inside_sec-ttl {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
}

.inside_int-subttl {
	color: #2FA791;
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 1em;
}

.inside_int .box1 {
	align-items: center;
}

.inside_int-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 0;
}

.inside_int-item {
	width: calc(100% / 3 - 15px);
	padding: 20px;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
}

.inside_int-item_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}

.inside_int-item_icon img {
	width: auto;
}

.inside_int-item_ttl {
	font-size: 16px;
	font-weight: 500;
	margin-top: 1em;
	margin-bottom: 1em;
}

.inside_int-item_txt {
	text-align: left;
}

/* .solu */
.inside_solu-txt {
	margin-top: 1em;
	margin-bottom: 1em;
}

#inside .solu .inner {
	text-align: center;
}

#inside .solu .section-ttl-2~.text {
	max-width: 920px;
	text-align: left;
	margin: 0 auto 30px;
}

#inside .solu .ttl-area.ttl1 {
	padding: 40px 100px;
	margin: 0 auto -10px;
}

#inside .solu .ttl-area.ttl1:after {
	content: '';
	display: block;
	width: 83px;
	height: 147px;
	background: url('../../img/build/solu-3.png')no-repeat left bottom;
	background-size: contain;
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	z-index: 4;
}

#inside .solu .ttl-area.ttl1 .section-ttl {
	display: inline-block;
	width: auto;
	font-size: 36px;
	border: solid 2px #FF9E0D;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#inside .solu .ttl-area.ttl1 span {
	display: block;
	padding: 12px 40px;
	background: #fff;
	font-size: 24px;
	position: relative;
	z-index: 5;
}

#inside .solu .ttl-area.ttl1 .section-ttl:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 20px 0 20px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 82px;
	right: auto;
	bottom: -22px;
	transform: rotate(40deg) translate(0px, -1px);
	z-index: 2;
}

#inside .solu .ttl-area.ttl1 .section-ttl:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 22px 0 22px;
	border-color: #FF9E0D transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 79px;
	right: auto;
	bottom: -23px;
	transform: rotate(40deg);
	z-index: -1;
}

#inside .solu .clm2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#inside .solu .clm2 .left,
#inside .solu .clm2 .right {
	width: calc(50% - 30px);
	padding: 30px 60px 60px;
	border: solid 1px #000000;
	box-sizing: border-box;
	position: relative;
}

#inside .solu .clm2 .right {
	border: solid 4px #FF9E0D;
}

#inside .solu .clm2 .img img {
	max-width: 424px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#inside .solu .clm2 .text {
	margin-top: 17px;
	font-size: 20px;
	font-weight: bold;
}

#inside .solu .clm2 .right .text {
	color: #FF9E0D;
}

#inside .solu .clm2 .batch {
	display: flex;
	padding: 5px 35px;
	background: #FF9E0D;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

#inside .solu .ttl-area.ttl2:after {
	width: 337px;
	height: 368px;
	background: url('../../img/build/est-1.png')no-repeat left bottom;
	background-size: contain;
}

#inside .solu .ttl-area.ttl2 .section-ttl span {
	padding: 30px 160px 30px 40px;
	line-height: 1.2;
}

#inside .solu .ttl-area.ttl2 .section-ttl strong {
	font-size: 46px;
}

.inside_ref {
	background-color: #EFF6F5;
	padding: 80px 0 50px;
}

.inside_ref_txtWrap {
	text-align: center;
	margin-bottom: 2em;
}

.inside_ref_txtWrap p {
	text-align: left;
	display: inline-block;
}

.inside_int-list.--ref {
	flex-wrap: nowrap;
	gap: 20px;
	margin-bottom: 60px;
}

.inside_ref .section-ttl-2 {
	margin-bottom: 1em !important;
}

/* .voice */
#inside .solu .voice {
	padding: 65px;
	border: solid 1px #000;
}

#inside .solu .voice .ttl {
	display: flex;
	justify-content: center;
}

#inside .solu .voice .ttl span {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	box-sizing: border-box;
	border: solid 1px #000;
	border-right: 0px;
	font-size: 36px;
	font-weight: bold;
}

#inside .solu .voice .ttl span:last-child {
	border-right: solid 1px #000;
}

#inside .solu .voice .ttl span.orange {
	background: #FF9E0D;
	color: #fff;
}

#inside .voice .ttl-area {
	width: 100%;
	max-width: 920px;
	padding: 40px 0 50px 50px;
	margin: 0 auto -25px;
	position: relative;
}

#inside .voice .ttl-area:after {
	content: '';
	display: block;
	width: 110px;
	height: 174px;
	background: url('../../img/build/est-2.png')no-repeat left bottom;
	background-size: contain;
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	z-index: 4;
}

#inside .voice li:nth-child(2) .ttl-area:after {
	width: 96px;
	height: 145px;
	background: url('../../img/build/est-3.png')no-repeat left 20px bottom;
	background-size: contain;
	bottom: 19px;
}

#inside .voice li:nth-child(3) .ttl-area:after {
	width: 96px;
	height: 145px;
	background: url('../../img/inside/solu_cont03.png')no-repeat left 0px bottom;
	background-size: contain;
	bottom: 19px;
}

#inside .voice .ttl-area .section-ttl {
	display: block;
	width: 100%;
	font-size: 36px;
	border: solid 2px #FF9E0D;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#inside .voice .ttl-area span {
	display: block;
	padding: 12px 40px 12px 70px;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	z-index: 5;
}

#inside .voice .ttl-area .section-ttl:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 20px 0 20px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 82px;
	right: auto;
	bottom: -22px;
	transform: rotate(40deg) translate(0px, -1px);
	z-index: 2;
}

#inside .voice .ttl-area .section-ttl:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 22px 0 22px;
	border-color: #FF9E0D transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 79px;
	right: auto;
	bottom: -23px;
	transform: rotate(40deg);
	z-index: -1;
}

#inside .voice li .text {
	max-width: 920px;
	padding: 24px;
	background: #59A492;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 20px;
}

#inside .type .inner ul.img {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#inside .type .inner.flow ul.img img {
	width: 100%;
	max-width: 100%;
}

#inside .type .inner.flow ul.img li {
	display: block;
	max-width: calc(100% / 5 - 12px);
	position: relative;
	margin-right: 15px;
}

#inside .type .inner.flow ul.img li:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 30px;
	border-color: transparent transparent transparent #FF9E0D;
	position: absolute;
	top: 25%;
	right: -25px;
	z-index: 1;
}

#inside .type .inner.flow ul.img li:last-child:after {
	display: none;
}

#inside .type .inner.flow ul.img li:nth-child(5n) {
	margin-right: 0;
}

/* QA */

.inside_qa-item+.inside_qa-item {
	margin-top: 2em;
}

.inside_qa-item-q {
	background: #fff;
	border: 1px solid #000;
}

.inside_qa-item-q .acd-item-btn {
	font-size: 20px;
	font-weight: 700;
	padding: 1em 5%;
}

.inside_qa-item-q .acd-item-btn span {
	color: #FF9E0D;
	margin-right: 8px;
}

.inside_qa-item-a {
	background: #FDFACA;
	padding: 1.5em 8%;
	font-size: 16px;
}

.inside_qa-item-a span {
	color: #2FA791;
	font-size: 18px;
	font-weight: 700;
}

.inside_prob {
	background-color: #FDFACA;
	padding-bottom: 60px;
}

.inside_prob .mv img {
	width: 100%;
	height: auto;
}

main.main-content section.inside_prob .first {
	width: 90%;
	margin-top: -80px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FDFACA;
	position: relative;
	padding-top: 60px;
}

main.main-content section.inside_prob .first {
	text-align: center;
}

.inside_prob .inside_int-list {
	margin-top: 40px;
}

.inside_prob-map_ttl {
	text-align: center;
	background: #FF9E0D;
	padding: .8em;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 30px;
}

.inside_prob-map {
	display: flex;
	align-items: center;
}

.inside_prob-map_img {
	width: 43%;
}

.inside_prob-map_img img {
	width: 100%;
}

.inside_prob-map_cont {
	width: 55%;
	padding-left: 8%;
	text-align: left;
}

.inside_prob-map_cont-inner {
	margin-bottom: 40px;
}

.inside_prob-map_cont-ttl {
	display: inline-block;
	padding: .8em 3em;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 1em;
	background: #8EC31F;
}

.inside_prob-map_cont-list {
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	gap: 15px;
}

.inside_prob-map_cont-item {
	font-size: 16px;
	text-align: center;
	background: #fff;
	line-height: 1;
	padding: .5em 1.5em;
	border-radius: 35px;
}

.inside_prom {
	text-align: center;
}

#inside #c-form {
	background-color: #EFF6F5;
	padding: 80px 0 50px;
	margin-bottom: 80px;
}

.inside_contact {
	text-align: left;
}

main.main-content .inside_contact .section-ttl {
	text-align: left;
}

.inside_contact-txt {
	font-size: 18px;
	margin-bottom: 25px;
}

.inside_contact .inner .requir {
	color: #FF9E0D;
	font-weight: bold;
}

#inside #c-form .main-content section.form .inner table tr.form-checkbox td {
	gap: .5em 1em;
}

#inside #c-form .main-content section.form .inner table tr.form-checkbox td>span {
	width: auto;
	margin-left: 0;
}

#inside #c-form .border {
	background: #fff;
}

@media screen and (max-width: 950px) {
	#c-form .main-content section.form .inner table tr td .clm2 input[type="text"], #c-form .main-content section.form .inner table tr td .clm2 select {
		width: 100%;
		margin-top: 5px;
		margin-left: 0;
		margin-bottom: 15px;
	}

	#inside #c-form .main-content section.form .inner table tr.form-checkbox td {
		display: flex;
		gap: .5em 1.5em;
	}
}

@media (max-width: 768px) {

	.inside_sec-ttl {
		font-size: 25px;
	}

	.inside_int {
		padding-bottom: 60px;
	}

	.inside_int-item {
		width: calc(100% / 2 - 10px);
	}


	/* .solu */
	#inside .solu .inner .section-ttl-2 {
		line-height: 1.6;
	}

	#inside .solu .section-ttl-2~.text {
		line-height: 2;
	}

	#inside .solu .ttl-area.ttl1 {
		padding: 20px 20px 40px 40px;
	}

	#inside .solu .ttl-area.ttl1 span {
		padding: 10px 20px 10px 30px;
		font-size: 18px;
	}

	#inside .solu .ttl-area.ttl1:after {
		display: block;
		width: 63px;
		background: url(../../img/build/solu-3.png)no-repeat left bottom;
		background-size: contain;
		position: absolute;
		left: 0;
		right: auto;
		bottom: 0;
		z-index: 4;
	}

	#inside .solu .clm2 .left,
	#inside .solu .clm2 .right {
		width: 100%;
		padding: 20px 20px 40px;
		margin-bottom: 30px;
	}

	#inside .solu .clm2 .img img {
		width: 90%;
	}

	#inside .solu .clm2 .text {
		text-align: left;
		font-size: 18px;
	}

	#inside .solu .clm2 .batch {
		font-size: 16px;
	}

	#inside .solu .ttl-area.ttl2 {
		display: block;
		max-width: 90%;
		padding: 0 0 60px;
	}

	#inside .solu .ttl-area.ttl2 .section-ttl span {
		padding: 20px;
		font-size: 18px;
	}

	#inside .solu .ttl-area.ttl2:after {
		width: 100px;
		background: url(../../img/build/est-1.png)no-repeat right bottom;
		background-size: contain;
	}

	#inside .solu .ttl-area.ttl2 .section-ttl span strong {
		font-size: 22px;
	}

	#inside .solu .voice {
		padding: 30px 20px;
	}

	#inside .solu .voice .ttl span {
		width: 50px;
		height: 50px;
		font-size: 24px;
	}

	#inside .voice .ttl-area {
		padding-left: 0;
		padding-bottom: 80px;
	}

	#inside .voice .ttl-area:after,
	#inside .voice li:nth-child(2) .ttl-area:after {
		width: 60px;
		background-size: contain;
		left: 40px;
	}

	#inside .voice li:nth-child(2) .ttl-area:after {
		width: 50px;
		background: url(../../img/build/est-3.png)no-repeat left bottom;
		background-size: contain;
		margin-bottom: -10px;
	}

	#inside .voice li:nth-child(3) .ttl-area:after {
		width: 57px;
	}

	#inside .voice .ttl-area span {
		padding: 15px 15px 25px;
	}

	#inside .voice .ttl-area .section-ttl:before {
		left: 110px;
	}

	#inside .voice .ttl-area .section-ttl:after {
		left: 107px;
	}

	#inside .voice li .text {
		padding: 30px 20px;
	}

	#inside .type .inner.flow ul.img li:after,
	#inside .type .inner.flow ul.img li:last-child:after {
		display: block;
		border-width: 15px 0 15px 20px;
		top: 18%;
		left: -10px;
	}

	#inside .type .inner.flow ul.img li {
		display: block;
		max-width: calc(100% / 2 - 10px);
		position: relative;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	#inside .type .inner.flow ul.img li:nth-child(2n) {
		margin-right: 0;
	}


	#inside .type .inner.flow ul.img li:first-child:after {
		display: none;
	}

	.inside_int-list.--ref {
		flex-wrap: wrap;
	}

	.inside_qa-item-q .acd-item-btn span {
		margin-top: 5px;
		margin-right: 5px;
	}

	.inside_prob-map {
		flex-direction: column;
	}

	.inside_prob-map_img {
		width: 100%;
		text-align: center;
	}

	.inside_prob-map_cont {
		width: 100%;
		padding: 0;
		margin-top: 40px;
		text-align: center;
	}

	.inside_prob-map_cont-list {
		width: 100%;
	}
}

/* group */

#inside .group .section-ttl {
	padding-left: 10px;
	text-align: left;
}

#inside .group .content {
	padding: 60px 65px;
	border: solid 1px #000;
	box-sizing: border-box;
}

#inside .group .map {
	position: relative;
	padding: 60px 0;
}

#inside .group .map>.img {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	background: url(../../img/home/group-back.svg)no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	z-index: -1;
}

#inside .group .map>.img span {
	width: 100%;
	margin-bottom: 35px;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
}

#inside .group .map ul {
	display: flex;
	justify-content: space-between;
}

#inside .group .map ul li {
	width: calc(50% - 170px);
	padding: 40px 25px;
	background-color: #fff;
	border: solid 1px #000;
	box-sizing: border-box;
}

#inside .group .map ul li>.img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 70px;
	margin-bottom: 23px;
}

#inside .group .map ul li>p {
	margin-bottom: 25px;
	text-align: center;
}

#inside .group .map ul li>p span {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}

#inside .group .map ul li .clm2 {
	align-content: center;
	align-items: center;
}

#inside .group .map ul li .clm2 .img {
	width: 40%;
}

#inside .group .map ul li .clm2 .img img {
	margin-left: auto;
}

#inside .group .map ul li .clm2 p:not(.img) {
	width: 60%;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 15px;
}

#inside .group .map ul li .clm2 p span {
	display: inline-block;
	padding-bottom: 12px;
	font-size: 105%;
	font-weight: 700;
}


@media screen and (min-width:769px) and (max-width:815px) {
	#inside .group .section-ttl br.sp_none {
		display: none;
	}
}

@media (max-width: 1000px) {
	#inside .group .content {
		padding: 20px;
	}

	#inside .group .map {
		padding: 20px 0;
	}

	#inside .group .map>.img {
		position: relative;
		height: auto;
		padding-bottom: 30px;
	}

	#inside .group .map>.img img {
		max-width: 60%;
	}

	#inside .group .map>.img span {
		font-size: 16px;
	}

	#inside .group .map ul {
		flex-wrap: wrap;
	}

	#inside .group .map ul li {
		width: 100%;
		padding: 20px;
		margin-bottom: 20px;
	}

	#inside .group .map ul li>p {
		font-size: 14px;
	}

	#inside .group .map ul li>p span {
		font-size: 16px;
	}

	#inside .group .map ul li .clm2 p span {
		padding-bottom: 7px;
	}
}

@media (max-width: 768px) {
	#inside .group .map ul li {
		padding: 20px 15px;
	}

	#inside .group .map ul li .clm2 .img {
		width: 30%;
	}

	#inside .group .map ul li .clm2 p:not(.img) {
		width: 70%;
		font-size: 13px;
	}

	#inside .group .map ul li .clm2 p span {
		padding-bottom: 5px;
	}
}


/* ----------------------------------
　アコーディオン
---------------------------------- */
.acd-list {
	display: block;
	width: 100%;
}

.acd-item-btn {
	color: #111111;
}

.acd-item-btn:not([data-filter]):not(.mfp-arrow) {
	width: 100%;
	text-align: left;
	position: relative;
}

@media (max-width: 767px) {
	.acd-item-btn:not([data-filter]):not(.mfp-arrow) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0.5em;
		padding-right: 2em;
	}
}

.acd-item-btn:not([data-filter]):not(.mfp-arrow)::before,
.acd-item-btn:not([data-filter]):not(.mfp-arrow)::after {
	content: "";
	display: block;
	width: 1em;
	height: 1px;
	background: #183071;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	left: inherit;
	margin: auto;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@media (max-width: 767px) {

	.acd-item-btn:not([data-filter]):not(.mfp-arrow)::before,
	.acd-item-btn:not([data-filter]):not(.mfp-arrow)::after {
		right: 0.5em;
		width: 1em;
	}
}

.acd-item-btn:not([data-filter]):not(.mfp-arrow)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.acd-item-btn.active:not([data-filter]):not(.mfp-arrow)::after {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.acd-cont {
	height: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	overflow: hidden;
	font-size: 1rem;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
	background: #fff;
	color: #333;
}

.acd-cont__inner {
	padding: 2rem;
}