@charset "UTF-8";
#inner.page .submenu a::before {
	background: linear-gradient(to bottom,  #9090902e 0%,#90909000 100%);
}
#inner.page .submenu a::after {
	border-top-color: #e2e2e2;
}
#inner.page .submenu a span {
	color: #44BA8E;
}
#inner.page .sec {
	background: #fff;
}
#inner.page .sec:nth-child(odd) {
	background: #F1F9F5;
}
#inner.page .visual > .inner {background: url(../images/img_visual.webp) no-repeat center center / cover;}
#inner.page .visual h1 {text-align: center;font-size: 35px;}
#inner.page .visual .copy {text-align: center;font-weight: bold;font-size: 42px;color: #fff;line-height: 1.6em;margin-top: 30px;text-shadow: 0 0 10px #00ae60;}
#inner.page .visual .copy span {font-size: 52px;}

#inner.page .sec.about > .inner {
	max-width: 1280px;
	margin: 0 auto;
	width: 94%-webkit-fill-available
}
#inner.page .sec.about h2 {
	margin-top: 20px;
}
#inner.page .sec.about h2 img {
	width: 415px;
}
#inner.page .sec.about h2::after {
	display: none;
}
#inner.page .sec.about > .inner > .lead {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-top: 65px;
}
#inner.page .sec.about > .inner >  .lead span {
	color: #44BA8E;
}
#inner.page .sec.about > .inner >  .text {
	text-align: center;
	font-size: 20px;
	margin-top: 52px;
}
#inner.page .sec.about > .inner >  .text span {
	color: #44BA8E;
	font-weight: bold;
}
#inner.page .sec.about .insec {
}
#inner.page .sec.about .insec h3 {text-align: center;font-size: 22px;font-weight: bold;margin-top: -33px;}
#inner.page .sec.about .insec h3 span {display: block;font-size: 42px;line-height: 1em;margin-bottom: 25px;color: #3BB2C9;}
#inner.page .sec.about .fbox {
	display: flex;
	justify-content: space-between;
	margin-top: 120px;
}
#inner.page .sec.about .fbox .insec {
	width: calc(50% - 17px);
	background: #E7F6F7;
	border-radius: 30px;
	padding: 10px 0px 50px 0px;
}
#inner.page .sec.about .fbox .insec .lead {
	font-size: 30px;
	color: #3BB2C9;
	line-height: 1.8em;
	margin-top: 40px;
	text-align: center;
	font-weight: bold;
}
#inner.page .sec.about .fbox .insec .text {
	font-size: 17px;
	margin-top: 24px;
	text-align: center;
}
#inner.page .sec.about .fbox .insec.vision {
	background: #E7F7EF;
}
#inner.page .sec.about .insec.vision h3 span {
	color: #44BA8E;
}
#inner.page .sec.about .fbox .insec.vision .lead {
	color: #44BA8E;
}
#inner.page .sec.about .insec.value {
	margin-top: 100px;
}
#inner.page .sec.about .insec.value h3 {margin: 0;display: flex;align-items: end;}
#inner.page .sec.about .insec.value h3 span {color: #000;margin: 0px 26px 0 0;position: relative;top: -5px;}
#inner.page .sec.about .insec.value ul {display: flex;flex-wrap: wrap;gap: 34px;margin-top: 30px;}
#inner.page .sec.about .insec.value ul li {width: calc(50% - 17px);background: #F2F2F2;border-radius: 12px;display: flex;align-items: center;padding: 45px 47px 45px 40px;box-sizing: border-box;justify-content: space-between;}
#inner.page .sec.about .insec.value ul li .title {font-size: 42px;font-weight: bold;line-height: 1em;position: relative;top: -5px;}
#inner.page .sec.about .insec.value ul li .title span {}
#inner.page .sec.about .insec.value ul li .text {font-size: 22px;font-weight: bold;line-height: 1em;}
#inner.page .sec.strength {
	
}
#inner.page .sec.strength .insec {
	width: 94%;
	max-width: 1240px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	border-radius: 30px;
	box-shadow: 0 0 10px #0000001c;
	margin-top: 52px;
	padding: 70px 0 90px 0;
	position: relative;
}
#inner.page .sec.strength .insec > .inner {max-width: 1060px;width: 94%;margin: 0 auto;}
#inner.page .sec.strength .insec h3 {
	width: 382px;
	margin: 0 auto;
}
#inner.page .sec.strength .insec .point {
	display: flex;
	justify-content: center;
	gap: 80px;
	margin-top: 45px;
}
#inner.page .sec.strength .insec .point span {
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #1D2088;
	line-height: 1.5em;
	position: relative;
}
#inner.page .sec.strength .insec .point span::before,
#inner.page .sec.strength .insec .point span::after {
	content: "";
	display: block;
	width: 35px;
	height: 2px;
	background: #1D2088;
	position: absolute;
	left: -55px;
	top: 50%;
	transform: rotate(45deg);
}
#inner.page .sec.strength .insec .point span::after {
	transform: rotate(-45deg);
}
#inner.page .sec.strength .insec .point span:nth-child(1)::before,
#inner.page .sec.strength .insec .point span:nth-child(1)::after {
	display: none;
}
#inner.page .sec.strength .insec ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 40px;
}
#inner.page .sec.strength .insec ul li {
	background: url(../images/icon_check.webp) no-repeat 22px center / 66px auto;
	background-color: #EDEDF6;
	display: flex;
	height: 96px;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.7em;
	box-sizing: border-box;
	padding: 0px 30px 0 105px;
	border-radius: 100px;
}
#inner.page .sec.strength .insec .lead {
	position: absolute;
	bottom: -29px;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #1D2088;
	border-radius: 100px;
	padding: 14px 20px;
	line-height: 1.6em;
	text-align: center;
	width: 590px;
}
#inner.page .sec.strength .insec .lead::after {
	content: "";
	display: block;
	width: 4px;
	height: 64px;
	background: #1D2088;
	position: absolute;
	left: 50%;
	bottom: -74px;
	transform: rotate(-45deg);
}
#inner.page .sec.strength .insec.vortex {
	margin-top: 144px;
	padding-bottom: 70px;
}
#inner.page .sec.strength .insec.vortex h3 {
	width: 265px;
	margin: -10px auto -34px auto;
}
#inner.page .sec.strength .insec.vortex .point span {
	color: #349656;
}
#inner.page .sec.strength .insec.vortex .point span::before,
#inner.page .sec.strength .insec.vortex .point span::after {
	background: #349656;
}
#inner.page .sec.strength .insec.vortex ul li {
	background-image: url(../images/icon_check2.webp);
	background-color: #E9F4F0;
}
#inner.page .sec.strength .insec.vortex .lead {
	background: #349656;
	width: 770px;
	bottom: auto;
	top: -30px;
}
#inner.page .sec.strength .insec.vortex .lead::after {bottom: auto;top: -75px;transform: rotate(45deg);background: #349656;}
#inner.page .sec.strength .valuebox {
	background: url(../images/img_arrow.webp) no-repeat center top / 332px auto;
	padding-top: 124px;
}
#inner.page .sec.strength .valuebox .title {
	text-align: center;
	font-size: 38px;
	font-weight: bold;
}
#inner.page .sec.strength .valuebox .text {
	text-align: center;
	font-size: 20px;
	margin-top: 18px;
}
#inner.page .sec.strength .valuebox .text span {
	font-weight: bold;
}
#inner.page .sec.strength .valuebox ul {
	display: flex;
	justify-content: center;
	background: linear-gradient(90deg, #23BCDD 0%, #51CEAB 100%);
	border-radius: 100px;
	overflow: hidden;
	width: 940px;
	margin: 36px auto 0 auto;
}
#inner.page .sec.strength .valuebox ul li {
	font-size: 20px;
	font-weight: bold;
	width: calc(100% / 5);
	text-align: center;
	color: #fff;
	padding: 44px 0;
	position: relative;
	box-sizing: border-box;
	padding-left: 13px;
}
#inner.page .sec.strength .valuebox ul li::before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(0, -50%) scale(0.9, 1) rotate(45deg);
	position: absolute;
	left: -48%;
	top: 50%;
}
#inner.page .sec.strength .valuebox ul li:nth-child(1)::before {
	display: none;
}
#inner.page .sec.service {
	
}
#inner.page .sec.service .lead {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-top: 45px;
}
#inner.page .sec.service ul {
	display: flex;
	flex-wrap: wrap;
	width: 94%;
	max-width: 1160px;
	margin: 47px auto 0 auto;
	gap: 28px;
}
#inner.page .sec.service ul li {
	width: calc((100% - 56px) / 3);
	background: #E7F6F7;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 120px;
	border-radius: 30px;
	flex-direction: column;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	color: #3BB2C9;
}
#inner.page .sec.service ul li span {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
}
#inner.page .sec.service .note {
	text-align: center;
	font-size: 16px;
	margin-top: 28px;
}
#inner.page .sec.service .img {
	max-width: 1105px;
	margin: 67px auto 0 auto;
	width: 94%;
}
#inner.page .sec.communication {
	padding-bottom: 80px;
}
#inner.page .sec.communication .lead {
	text-align: center;
	font-size: 20px;
	margin-top: 73px;
	line-height: 2.3em;
	position: relative;
}
#inner.page .sec.communication .lead::before,
#inner.page .sec.communication .lead::after {
	content: "";
	display: block;
	width: 325px;
	height: 388px;
	position: absolute;
	left: 0;
	top: -34px;
	background: url(../images/img_communication.webp) no-repeat center center / contain;
}
#inner.page .sec.communication .lead::after {top: -50px;left: auto;right: 0;width: 276px;height: 389px;background-image: url(../images/img_communication2.webp);}
#inner.page .sec.communication .lead span {
	color: #27B8CC;
	font-weight: bold;
}
#inner.page .sec.communication .line {
	display: flex;
	justify-content: center;
	margin-top: 100px;
	gap: 40px;
}
#inner.page .sec.communication .line .info {
	width: 400px;
	margin-top: 10px;
}
#inner.page .sec.communication .line .info h3 {
	font-size: 26px;
	font-weight: bold;
	color: #06C755;
	display: flex;
	flex-direction: column;
	align-items: start;
	line-height: 1.3em;
}
#inner.page .sec.communication .line .info h3 span {
	display: block;
	font-size: 42px;
	line-height: 1.5em;
	border-bottom: 2px solid #06C755;
}
#inner.page .sec.communication .line .info .text {
	font-size: 20px;
	font-weight: bold;
	color: #06C755;
	margin-top: 26px;
}
#inner.page .sec.communication .line .info .qr {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-top: 10px;
}
#inner.page .sec.communication .line .info .qr .box {
	background: #fff;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
#inner.page .sec.communication .line .info .qr .box .title {
	width: calc(100% - 174px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	color: #06C755;
}
#inner.page .sec.communication .line .info .qr .box .img {
	width: 164px;
}
#inner.page .sec.communication .line > .img {
	background: #fff;
	padding: 13px 13px 0 13px;
	border-radius: 35px 35px 0 0;
	width: 384px;
	box-sizing: border-box;
}
#inner.page .sec.value {
	padding-bottom: 0;
}
#inner.page .sec.value .text {
	text-align: center;
	font-size: 20px;
	margin-top: 73px;
	line-height: 2.3em;
	position: relative;
}
#inner.page .sec.value .text > span {
	display: block;
	font-size: 32px;
	font-weight: bold;
	line-height: 2em;
	margin: 45px 0;
}
#inner.page .sec.value .img {
	display: flex;
	margin-top: 110px;
}
#inner.page .sec.value .img img {
	width: calc(100% / 3);
	height: 330px;
	object-fit: cover;
}
#inner.page .profile {
	background: #F1F9F5;
	padding: 80px 0;
}
#inner.page .profile dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 1.6em;
	gap: 14px 0;
	width: 600px;
	margin: 0 auto;
}
#inner.page .profile dl dt {
	width: 180px;
	font-weight: bold;
}
#inner.page .profile dl dd {
	width: calc(100% - 180px);
}

/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
    
	#inner.page .submenu a::before {
		background: linear-gradient(to bottom,  #9090902e 0%,#90909000 100%);
	}
	#inner.page .submenu a::after {
		border-top-color: #e2e2e2;
	}
	#inner.page .submenu a span {
		color: #44BA8E;
	}
	#inner.page .sec {
		background: #fff;
	}
	#inner.page .sec:nth-child(odd) {
		background: #F1F9F5;
	}
	#inner.page .visual > .inner {background: url(../images/img_visual.webp) no-repeat center center / cover;}
	#inner.page .visual h1 {text-align: center;font-size: 26px;}
	#inner.page .visual .copy {text-align: center;font-weight: bold;font-size: 24px;color: #fff;line-height: 1.9em;margin-top: 30px;text-shadow: 0 0 10px #00ae60;}
	#inner.page .visual .copy span {font-size: 32px;}
	
	#inner.page .sec.about > .inner {
		max-width: 1280px;
		margin: 0 auto;
		width: 90%;
	}
	#inner.page .sec.about h2 {
		margin-top: 50px;
	}
	#inner.page .sec.about h2 img {
		width: 305px;
	}
	#inner.page .sec.about h2::after {
		display: none;
	}
	#inner.page .sec.about > .inner > .lead {
		text-align: center;
		font-size: 21px;
		font-weight: bold;
		margin-top: 65px;
		line-height: 1.7em;
		text-indent: -1em;
	}
	#inner.page .sec.about > .inner >  .lead span {
		color: #44BA8E;
	}
	#inner.page .sec.about > .inner >  .text {
		text-align: left;
		font-size: 15px;
		margin-top: 52px;
	}
	#inner.page .sec.about > .inner >  .text span {
		color: #44BA8E;
		font-weight: bold;
	}
	#inner.page .sec.about .insec {
	}
	#inner.page .sec.about .insec h3 {text-align: center;font-size: 16px;font-weight: bold;margin-top: -28px;}
	#inner.page .sec.about .insec h3 span {display: block;font-size: 32px;line-height: 1em;margin-bottom: 15px;color: #3BB2C9;}
	#inner.page .sec.about .fbox {
		display: flex;
		justify-content: space-between;
		margin-top: 90px;
		flex-direction: column;
		gap: 60px;
	}
	#inner.page .sec.about .fbox .insec {
		width: auto;
		background: #E7F6F7;
		border-radius: 12px;
		padding: 10px 0px 35px 0px;
	}
	#inner.page .sec.about .fbox .insec .lead {
		font-size: 22px;
		color: #3BB2C9;
		line-height: 1.8em;
		margin-top: 30px;
		text-align: center;
		font-weight: bold;
	}
	#inner.page .sec.about .fbox .insec .text {
		font-size: 14px;
		margin-top: 24px;
		text-align: left;
		padding: 0 20px;
	}
	#inner.page .sec.about .fbox .insec.vision {
		background: #E7F7EF;
	}
	#inner.page .sec.about .insec.vision h3 span {
		color: #44BA8E;
	}
	#inner.page .sec.about .fbox .insec.vision .lead {
		color: #44BA8E;
	}
	#inner.page .sec.about .insec.value {
		margin-top: 45px;
	}
	#inner.page .sec.about .insec.value h3 {margin: 0;display: block;align-items: end;}
	#inner.page .sec.about .insec.value h3 span {color: #000;margin: 0 0 15px 0;position: relative;top: auto;}
	#inner.page .sec.about .insec.value ul {display: flex;flex-wrap: wrap;gap: 15px;margin-top: 25px;}
	#inner.page .sec.about .insec.value ul li {width: 100%;background: #F2F2F2;border-radius: 12px;display: flex;align-items: center;padding: 0 17px 0 10px;box-sizing: border-box;justify-content: space-between;height: 89px;}
	#inner.page .sec.about .insec.value ul li .title {font-size: 25px;font-weight: bold;line-height: 1em;position: relative;top: -5px;}
	#inner.page .sec.about .insec.value ul li .title span {}
	#inner.page .sec.about .insec.value ul li .text {font-size: 18px;font-weight: bold;line-height: 1.5em;width: 205px;}
	#inner.page .sec.strength {
		
	}
	#inner.page .sec.strength .insec {
		width: 90%;
		max-width: 1240px;
		margin: 0 auto;
		background: #fff;
		box-sizing: border-box;
		border-radius: 15px;
		box-shadow: 0 0 10px #0000001c;
		margin-top: 52px;
		padding: 60px 0 90px 0;
		position: relative;
	}
	#inner.page .sec.strength .insec > .inner {max-width: 1060px;width: 90%;margin: 0 auto;}
	#inner.page .sec.strength .insec h3 {
		width: 232px;
		margin: 0 auto;
	}
	#inner.page .sec.strength .insec .point {
		display: flex;
		justify-content: center;
		gap: 19px;
		margin-top: 39px;
		flex-direction: column;
		align-items: center;
	}
	#inner.page .sec.strength .insec .point span {
		display: block;
		font-size: 24px;
		font-weight: bold;
		color: #1D2088;
		line-height: 1.5em;
		position: relative;
	}
	#inner.page .sec.strength .insec .point span::before,
	#inner.page .sec.strength .insec .point span::after {
		content: "";
		display: block;
		width: 17px;
		height: 1px;
		background: #1D2088;
		position: absolute;
		left: calc(50% - 8px);
		top: -8px;
		transform: rotate(45deg);
	}
	#inner.page .sec.strength .insec .point span::after {
		transform: rotate(-45deg);
	}
	#inner.page .sec.strength .insec .point span:nth-child(1)::before,
	#inner.page .sec.strength .insec .point span:nth-child(1)::after {
		display: none;
	}
	#inner.page .sec.strength .insec ul {
		display: flex;
		flex-direction: column;
		gap: 15px;
		margin-top: 30px;
	}
	#inner.page .sec.strength .insec ul li {
		background: url(../images/icon_check.webp) no-repeat 13px center / 38px auto;
		background-color: #EDEDF6;
		display: flex;
		height: auto;
		align-items: center;
		font-weight: bold;
		font-size: 14px;
		line-height: 1.6em;
		box-sizing: border-box;
		padding: 15px 10px 15px 62px;
		border-radius: 10px;
	}
	#inner.page .sec.strength .insec .lead {
		position: absolute;
		bottom: -55px;
		left: 50%;
		transform: translate(-50%, 0);
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		background: #1D2088;
		border-radius: 10px;
		padding: 16px 0;
		line-height: 1.6em;
		text-align: center;
		width: 80%;
	}
	#inner.page .sec.strength .insec .lead::after {
		content: "";
		display: block;
		width: 3px;
		height: 44px;
		background: #1D2088;
		position: absolute;
		left: 50%;
		bottom: -54px;
		transform: rotate(-45deg);
	}
	#inner.page .sec.strength .insec.vortex {
		margin-top: 174px;
		padding-bottom: 50px;
		padding-top: 80px;
	}
	#inner.page .sec.strength .insec.vortex h3 {
		width: 195px;
		margin: 0 auto -19px auto;
	}
	#inner.page .sec.strength .insec.vortex .point span {
		color: #349656;
	}
	#inner.page .sec.strength .insec.vortex .point span::before,
	#inner.page .sec.strength .insec.vortex .point span::after {
		background: #349656;
	}
	#inner.page .sec.strength .insec.vortex ul li {
		background-image: url(../images/icon_check2.webp);
		background-color: #E9F4F0;
	}
	#inner.page .sec.strength .insec.vortex .lead {
		background: #349656;
		width: 80%;
		bottom: auto;
		top: -54px;
	}
	#inner.page .sec.strength .insec.vortex .lead::after {bottom: auto;top: -55px;transform: rotate(45deg);background: #349656;}
	#inner.page .sec.strength .valuebox {
		background: url(../images/img_arrow.webp) no-repeat center top / 210px 90px;
		padding-top: 110px;
	}
	#inner.page .sec.strength .valuebox .title {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}
	#inner.page .sec.strength .valuebox .text {
		text-align: center;
		font-size: 16px;
		margin-top: 18px;
	}
	#inner.page .sec.strength .valuebox .text span {
		font-weight: bold;
	}
	#inner.page .sec.strength .valuebox ul {
		display: flex;
		justify-content: center;
		background: linear-gradient(90deg, #23BCDD 0%, #51CEAB 100%);
		border-radius: 30px;
		overflow: hidden;
		width: 70%;
		margin: 31px auto 0 auto;
		flex-direction: column;
		padding: 10px 0;
	}
	#inner.page .sec.strength .valuebox ul li {
		font-size: 18px;
		font-weight: bold;
		width: auto;
		text-align: center;
		color: #fff;
		padding: 14px 0;
		position: relative;
		box-sizing: border-box;
	}
	#inner.page .sec.strength .valuebox ul li::before {
		content: "";
		display: block;
		width: 7px;
		height: 7px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: translate(-50%, 0) scale(0.9, 1) rotate(135deg);
		position: absolute;
		left: 50%;
		top: -5px;
	}
	#inner.page .sec.strength .valuebox ul li:nth-child(1)::before {
		display: none;
	}
	#inner.page .sec.service {
		padding-bottom: 80px;
	}
	#inner.page .sec.service .lead {
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		margin-top: 29px;
	}
	#inner.page .sec.service ul {
		display: flex;
		flex-wrap: wrap;
		width: 90%;
		max-width: 1160px;
		margin: 30px auto 0 auto;
		gap: 15px;
	}
	#inner.page .sec.service ul li {
		width: 100%;
		background: #E7F6F7;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		height: 80px;
		border-radius: 15px;
		flex-direction: column;
		font-size: 18px;
		line-height: 1.5em;
		font-weight: bold;
		color: #3BB2C9;
	}
	#inner.page .sec.service ul li span {
		font-size: 14px;
		font-weight: normal;
		line-height: 1.5em;
	}
	#inner.page .sec.service .note {
		text-align: center;
		font-size: 14px;
		margin-top: 24px;
	}
	#inner.page .sec.service .img {
		max-width: 1105px;
		margin: 7px auto 0 auto;
		width: auto;
	}
	#inner.page .sec.communication {
		padding-bottom: 40px;
	}
	#inner.page .sec.communication .lead {
		text-align: left;
		font-size: 15px;
		line-height: 2em;
		position: relative;
		padding: 0 5% 240px 5%;
		margin-top: 40px;
	}
	#inner.page .sec.communication .lead::before,
	#inner.page .sec.communication .lead::after {
		content: "";
		display: block;
		width: 169px;
		height: 206px;
		position: absolute;
		left: 0;
		top: auto;
		bottom: 0;
		background: url(../images/img_communication.webp) no-repeat center center / contain;
	}
	#inner.page .sec.communication .lead::after {top: auto;left: auto;right: 0;width: 146px;height: 206px;background-image: url(../images/img_communication2.webp);bottom: 0;}
	#inner.page .sec.communication .lead span {
		color: #27B8CC;
		font-weight: bold;
	}
	#inner.page .sec.communication .line {
		display: block;
		margin: 70px auto 0 auto;
		width: 90%;
	}
	#inner.page .sec.communication .line .info {
		width: auto;
		margin-top: 10px;
	}
	#inner.page .sec.communication .line .info h3 {
		font-size: 20px;
		font-weight: bold;
		color: #06C755;
		display: flex;
		flex-direction: column;
		align-items: start;
		line-height: 1.3em;
		align-items: center;
	}
	#inner.page .sec.communication .line .info h3 span {
		display: block;
		font-size: 30px;
		line-height: 1.5em;
		border-bottom: 2px solid #06C755;
	}
	#inner.page .sec.communication .line .info .text {
		font-size: 17px;
		font-weight: bold;
		color: #06C755;
		margin-top: 25px;
		text-align: center;
	}
	#inner.page .sec.communication .line .info .qr {
		display: flex;
		flex-direction: column;
		gap: 15px;
		margin-top: 11px;
	}
	#inner.page .sec.communication .line .info .qr .box {
		background: #fff;
		border-radius: 15px;
		display: block;
		overflow: hidden;
		padding: 20px 30px;
	}
	#inner.page .sec.communication .line .info .qr .box .title {
		width: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5em;
		color: #06C755;
	}
	#inner.page .sec.communication .line .info .qr .box .img {
		width: 164px;
	}
	#inner.page .sec.communication .line .info .qr .box .morestyle {
		background: #07c45a;
		margin: 12px auto 0 auto;
	}
	#inner.page .sec.communication .line > .img {
		background: #fff;
		padding: 13px 13px 0 13px;
		border-radius: 35px 35px 0 0;
		width: 300px;
		box-sizing: border-box;
		margin: 50px auto 0 auto;
	}
	#inner.page .sec.value {
		padding-bottom: 0;
	}
	#inner.page .sec.value .text {
		text-align: center;
		font-size: 15px;
		margin-top: 40px;
		line-height: 2em;
		position: relative;
		padding: 0 5%;
	}
	#inner.page .sec.value .text > span {
		display: block;
		font-size: 20px;
		font-weight: bold;
		line-height: 2em;
		margin: 30px 0;
	}
	#inner.page .sec.value .img {
		display: flex;
		margin-top: 50px;
	}
	#inner.page .sec.value .img img {
		width: calc(100% / 3);
		height: 170px;
		object-fit: cover;
	}
	#inner.page .profile {
		background: #F1F9F5;
		padding: 60px 0;
	}
	#inner.page .profile dl {
		display: flex;
		flex-wrap: wrap;
		font-size: 14px;
		line-height: 1.6em;
		gap: 10px 0;
		width: 90%;
		margin: 0 auto;
		flex-direction: column;
	}
	#inner.page .profile dl dt {
		width: auto;
		font-weight: bold;
		margin-top: 15px;
	}
	#inner.page .profile dl dt:nth-child(1) {
		margin-top: 0;
	}
	#inner.page .profile dl dd {
		width: auto;
	}
	

	
}