@charset "UTF-8";
.p-intro {
	padding-top: 2rem;
}
@media screen and (max-width: 767px) {
	.p-intro {
		padding-top: 8.6666666667vw;
		padding-bottom: 16vw;
	}
}
.p-intro__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-intro__content {
		display: block;
	}
}
.p-intro__cnt {
	padding-top: 6.4rem;
}
@media screen and (max-width: 767px) {
	.p-intro__cnt {
		padding-top: 0;
	}
}
.p-intro__copy {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
	.p-intro__copy {
		font-size: 5.3333333333vw;
		letter-spacing: 0.05em;
		line-height: 2;
	}
}
.p-intro__text {
	margin-top: 0.8rem;
	font-size: 1.6rem;
	line-height: 2.5;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-intro__text {
		font-size: 3.7333333333vw;
		line-height: 2;
	}
}
.p-intro__nav {
	width: 65rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-intro__nav {
		width: 100%;
		padding: 0 6.6666666667vw;
		margin-top: 7.3333333333vw;
	}
}
.p-intro__nav-list {
	width: 100%;
	padding-top: 100%;
	background-image: url(../images/common/logo_maruiri.svg), url(../images/common/img_logo02.png);
	background-position: top 25rem center, top 34.9rem center;
	background-repeat: no-repeat;
	background-size: 16rem, 9.8rem;
}
@media screen and (max-width: 767px) {
	.p-intro__nav-list {
		width: 100%;
		height: auto;
		min-height: 78.2666666667vw;
		background-position: center center;
		background-size: 22.2666666667vw;
		background-image: url(../images/common/logo_maruiri.svg);
	}
}
.p-intro__nav-list::before {
	content: "";
	display: block;
	width: 46rem;
	height: 46rem;
	display: block;
	border: 0.1rem solid #005BAC;
	position: absolute;
	top: 8.4rem;
	left: 50%;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	.p-intro__nav-list::before {
		width: 61.3333333333vw;
		height: 61.3333333333vw;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		        transform: translateX(-50%) translateY(-50%);
	}
}
.p-intro__nav-list .item {
	width: 16.8rem;
	height: 16.8rem;
	position: absolute;
}
@media screen and (max-width: 767px) {
	.p-intro__nav-list .item {
		width: 22.4vw;
		height: 22.4vw;
	}
}
.p-intro__nav-list .item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 1rem rgba(40, 85, 155, 0.1);
	        box-shadow: 0 0 1rem rgba(40, 85, 155, 0.1);
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-intro__nav-list .item a {
		-webkit-box-shadow: 0 0 1.3333333333vw rgba(40, 85, 155, 0.1);
		        box-shadow: 0 0 1.3333333333vw rgba(40, 85, 155, 0.1);
	}
}
.p-intro__nav-list .item a::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 91, 172, 0.05)), to(rgba(0, 91, 172, 0.05))), #FFF;
	background: linear-gradient(0deg, rgba(0, 91, 172, 0.05) 0%, rgba(0, 91, 172, 0.05) 100%), #FFF;
	opacity: 0;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	position: absolute;
	top: 0;
	left: 0;
}
.p-intro__nav-list .item a > div {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.p-intro__nav-list .item a:hover {
	opacity: 1;
}
.p-intro__nav-list .item a:hover::before {
	opacity: 1;
}
.p-intro__nav-list .item .icon {
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.p-intro__nav-list .item .icon {
		margin-bottom: 1.3333333333vw;
	}
}
.p-intro__nav-list .item .text {
	color: #005BAC;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
	.p-intro__nav-list .item .text {
		font-size: 3.2vw;
	}
}
.p-intro__nav-list .item.is-active a::before {
	opacity: 1;
}
.p-intro__nav-list .item:nth-of-type(1) {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.p-intro__nav-list .item:nth-of-type(1) .icon img {
	width: 7rem;
}
@media screen and (max-width: 767px) {
	.p-intro__nav-list .item:nth-of-type(1) .icon img {
		width: 9.3333333333vw;
	}
}
.p-intro__nav-list .item:nth-of-type(2) {
	top: 15.6rem;
	right: 0.8rem;
}
@media screen and (max-width: 767px) {
	.p-intro__nav-list .item:nth-of-type(2) {
		top: 20.8vw;
		right: 1.0666666667vw;
	}
}
.p-intro__nav-list .item:nth-of-type(2) .icon img {
	width: 5.1rem;
}
@media screen and (max-width: 767px) {
	.p-intro__nav-list .item:nth-of-type(2) .icon img {
		width: 6.8vw;
	}
}
.p-intro__nav-list .item:nth-of-type(3) {
	right: 9.6rem;
	bottom: 6.3rem;
}
@media screen and (max-width: 767px) {
	.p-intro__nav-list .item:nth-of-type(3) {
		right: 12.8vw;
		bottom: 1.7333333333vw;
	}
}
.p-intro__nav-list .item:nth-of-type(3) .icon img {
	width: 7.2rem;
}
@media screen and (max-width: 767px) {
	.p-intro__nav-list .item:nth-of-type(3) .icon img {
		width: 9.6vw;
	}
}
.p-intro__nav-list .item:nth-of-type(4) {
	left: 9.6rem;
	bottom: 6.3rem;
}
@media screen and (max-width: 767px) {
	.p-intro__nav-list .item:nth-of-type(4) {
		left: 12.8vw;
		bottom: 1.7333333333vw;
	}
}
.p-intro__nav-list .item:nth-of-type(4) .icon img {
	width: 4rem;
}
@media screen and (max-width: 767px) {
	.p-intro__nav-list .item:nth-of-type(4) .icon img {
		width: 5.3333333333vw;
	}
}
.p-intro__nav-list .item:nth-of-type(5) {
	left: 0.8rem;
	top: 15.6rem;
}
@media screen and (max-width: 767px) {
	.p-intro__nav-list .item:nth-of-type(5) {
		left: 1.0666666667vw;
		top: 20.8vw;
	}
}
.p-intro__nav-list .item:nth-of-type(5) .icon img {
	width: 4.7rem;
}
@media screen and (max-width: 767px) {
	.p-intro__nav-list .item:nth-of-type(5) .icon img {
		width: 6.5333333333vw;
	}
}
.p-intro__pagenav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-intro__pagenav {
		display: block;
		font-size: 4.2666666667vw;
		margin-top: 8.5333333333vw;
	}
}
.p-intro__pagenav li {
	position: relative;
}
@media print, screen and (min-width: 768px) {
	.p-intro__pagenav li {
		padding: 0 4em;
	}
	.p-intro__pagenav li::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		width: 0.1rem;
		height: 1em;
		background-color: rgba(45, 44, 53, 0.5);
	}
	.p-intro__pagenav li:first-of-type::before {
		content: none;
	}
	.p-intro__pagenav li.is-current .item-inn {
		color: #005BAC;
		display: inline-block;
		position: relative;
		padding-bottom: 0.3em;
	}
	.p-intro__pagenav li.is-current .item-inn::after {
		content: "";
		width: 100%;
		height: 0.2rem;
		background-color: #005BAC;
		position: absolute;
		left: 0;
		bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-intro__pagenav li {
		color: #005BAC;
		font-size: 4.2666666667vw;
		font-weight: 700;
		letter-spacing: 0.05em;
		margin-top: 3.2vw;
	}
	.p-intro__pagenav li:first-of-type {
		margin-top: 0;
	}
	.p-intro__pagenav li::after {
		content: "";
		width: 1.8666666667vw;
		height: 3.4666666667vw;
		background-image: url(../images/common/arrow_btn.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		display: inline-block;
		margin-left: 0.3em;
	}
}

.p-business {
	padding-top: 15rem;
}
@media screen and (max-width: 767px) {
	.p-business {
		padding-top: 16vw;
	}
}
.p-business-secarea {
	margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
	.p-business-secarea {
		margin-top: 8.5333333333vw;
	}
}
.p-business-sec {
	padding-bottom: 11rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec {
		padding-bottom: 21.3333333333vw;
	}
}
.p-business-sec:nth-of-type(odd) {
	background-color: #F4F4F4;
}
@media print, screen and (min-width: 768px) {
	.p-business-sec .l-content-inner.-wide {
		padding-left: 10rem;
	}
}
@media screen and (max-width: 767px) {
	.p-business-sec .l-content-inner {
		padding: 0;
	}
}
.p-business-sec__title {
	color: #005BAC;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec__title {
		color: #ffffff;
		font-size: 7.4666666667vw;
		line-height: normal;
		letter-spacing: 0.08em;
		gap: 1.8666666667vw;
		position: relative;
		top: -18vw;
		margin-bottom: -18vw;
	}
}
.p-business-sec__title .icon {
	width: 6.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-business-sec__title .icon {
		width: 10vw;
	}
}
.p-business-sec__copy {
	color: #005BAC;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.67;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
	.p-business-sec__copy {
		font-size: 4.2666666667vw;
		line-height: 1.75;
	}
}
.p-business-sec__text {
	font-size: 1.6rem;
	line-height: 2.25;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-business-sec__text {
		font-size: 3.7333333333vw;
		line-height: 2;
	}
}
.p-business-sec__subttl {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-business-sec__subttl {
		font-size: 4.2666666667vw;
		line-height: 1.75;
		letter-spacing: 0.05em;
	}
}
.p-business-sec .box1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 7rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec .box1 {
		display: block;
	}
}
.p-business-sec .box1 .img {
	min-width: 70.8rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec .box1 .img {
		min-width: auto;
		width: 100%;
	}
}
.p-business-sec .box1 .cnt {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
@media screen and (max-width: 767px) {
	.p-business-sec .box1 .cnt {
		padding: 0 6.6666666667vw;
	}
}
.p-business-sec .box1 .p-business-sec__copy {
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec .box1 .p-business-sec__copy {
		margin-top: 0;
		margin-top: 13.3333333333vw;
	}
}
.p-business-sec .box1 .p-business-sec__text {
	margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec .box1 .p-business-sec__text {
		margin-top: 2.1333333333vw;
	}
}
.p-business-sec .box2 {
	margin-top: 8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 4rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec .box2 {
		display: block;
		margin-top: 10.6666666667vw;
		padding: 0 6.6666666667vw;
	}
}
.p-business-sec .box2 .p-business-sec__copy {
	width: 42.4rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec .box2 .p-business-sec__copy {
		min-width: auto;
		width: auto;
	}
}
.p-business-sec .box2 .p-business-sec__text {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	max-width: 64rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec .box2 .p-business-sec__text {
		margin-top: 2.1333333333vw;
	}
}
.p-business-sec .box3 {
	margin-top: 8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-business-sec .box3 {
		display: block;
		margin-top: 10.6666666667vw;
	}
}
.p-business-sec .box4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec .box4 {
		display: block;
		padding: 0 6.6666666667vw;
		margin-top: 4.2666666667vw;
	}
}
.p-business-sec#oroshi .box2 {
	position: relative;
}
.p-business-sec#oroshi .box2 .img {
	width: 18.3rem;
	position: absolute;
	right: -10.2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-business-sec#oroshi .box2 .img {
		right: 0;
		top: 7.3333333333vw;
		width: 28.2666666667vw;
	}
}
.p-business-sec#oroshi .box3 {
	gap: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.p-business-sec#oroshi .box3-inner {
	width: 72.5rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#oroshi .box3-inner {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.p-business-sec#oroshi .box3-inner .img {
		width: 93.2vw;
		margin: 0 0 0 auto;
	}
}
.p-business-sec#oroshi .box3-inner .cnt {
	margin-top: 2.4rem;
	padding-right: 5rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#oroshi .box3-inner .cnt {
		padding: 0 6.6666666667vw;
	}
}
.p-business-sec#oroshi .box3-inner .p-business-sec__text {
	margin-top: 0.8rem;
}
.p-business-sec#oroshi .box3-inner + .box3-inner {
	width: 46.6rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#oroshi .box3-inner + .box3-inner {
		width: 100%;
		margin-top: 10.6666666667vw;
	}
}
.p-business-sec#oroshi .box3-inner + .box3-inner .img {
	width: 37.1rem;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.p-business-sec#oroshi .box3-inner + .box3-inner .img {
		width: 69.2vw;
	}
}
.p-business-sec#oroshi .box3-inner + .box3-inner .cnt {
	padding-right: 0;
}
@media screen and (max-width: 767px) {
	.p-business-sec#oroshi .box3-inner + .box3-inner .cnt {
		padding-right: 6.6666666667vw;
	}
}
@media screen and (max-width: 767px) {
	.p-business-sec#kako .box3 .img {
		width: 93.3333333333vw;
		margin: 0 0 0 auto;
	}
}
.p-business-sec#kako .box4 {
	gap: 5rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#kako .box4 {
		padding: 0;
	}
}
.p-business-sec#kako .box4-inner1 {
	width: 21rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#kako .box4-inner1 {
		width: 100%;
		padding: 0 6.6666666667vw;
	}
}
.p-business-sec#kako .box4-inner2 {
	width: 47rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#kako .box4-inner2 {
		width: 100%;
		padding: 0 6.6666666667vw;
	}
}
.p-business-sec#kako .box4-inner2 .p-business-sec__text {
	line-height: 2;
}
.p-business-sec#kako .box4-inner3 {
	width: 38rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#kako .box4-inner3 {
		width: 100%;
		padding: 0 6.6666666667vw;
	}
}
.p-business-sec#kako .box4-inner3 .p-business-sec__text {
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.p-business-sec#kako .box4 .img {
		width: 93.3333333333vw;
		margin: 6.4vw 0 3.2vw auto;
	}
}
.p-business-sec#kirimi .box3 {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 2.2rem 0;
}
@media screen and (max-width: 767px) {
	.p-business-sec#kirimi .box3 {
		padding: 0 6.6666666667vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10vw 2.6666666667vw;
	}
}
.p-business-sec#kirimi .box3 .item {
	width: 36.4rem;
	margin-right: 2.8rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#kirimi .box3 .item {
		width: 42vw;
		margin: 0;
	}
}
.p-business-sec#kirimi .box3 .item .img {
	width: calc(100% + 5.4rem);
}
@media screen and (max-width: 767px) {
	.p-business-sec#kirimi .box3 .item .img {
		width: 100%;
	}
}
.p-business-sec#kirimi .box3 .item .cnt {
	margin-top: -2rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#kirimi .box3 .item .cnt {
		margin-top: -2.1333333333vw;
	}
}
.p-business-sec#kirimi .box3 .item .cnt .p-business-sec__subttl {
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#kirimi .box3 .item .cnt .p-business-sec__subttl {
		font-size: 3.2vw;
		margin-bottom: 2.1333333333vw;
	}
}
.p-business-sec#kirimi .box3 .item .cnt .p-business-sec__text {
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.p-business-sec#kirimi .box3 .item .cnt .p-business-sec__text {
		font-size: 3.2vw;
		line-height: 1.67;
		letter-spacing: 0.05em;
	}
}
@media print, screen and (min-width: 768px) {
	.p-business-sec#kirimi .box3 .item:nth-of-type(n+4) {
		margin-right: 3.7rem;
	}
}
.p-business-sec#kirimi .box3 .item:nth-of-type(n+4) .img {
	width: calc(100% + 2.8rem);
}
@media screen and (max-width: 767px) {
	.p-business-sec#kirimi .box3 .item:nth-of-type(n+4) .img {
		width: 100%;
	}
}
.p-business-sec#kirimi .box3 .item:nth-of-type(n+4) .cnt {
	margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#kirimi .box3 .item:nth-of-type(n+4) .cnt {
		margin-top: 2.1333333333vw;
	}
}
.p-business-sec#kirimi .box3 .item:nth-of-type(3n) {
	margin-right: 0;
}
.p-business-sec#kirimi .box3 .item:nth-of-type(5) {
	margin-right: 2rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#kirimi .box3 .item:nth-of-type(5) {
		margin-right: 0;
	}
}
.p-business-sec#kirimi .box3 .item:nth-of-type(6) .img {
	width: calc(100% + 4.8rem);
}
@media screen and (max-width: 767px) {
	.p-business-sec#kirimi .box3 .item:nth-of-type(6) .img {
		width: calc(100% + 2.1333333333vw);
	}
}
.p-business-sec#kirimi .box3 .item:nth-of-type(6) .cnt {
	margin-top: -2.8rem;
	margin-right: -3.5rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#kirimi .box3 .item:nth-of-type(6) .cnt {
		margin: 1.3333333333vw 0 0;
	}
}
.p-business-sec#kirimi .box3 .item:nth-of-type(6) .cnt .p-business-sec__subttl {
	padding-left: 13rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#kirimi .box3 .item:nth-of-type(6) .cnt .p-business-sec__subttl {
		padding-left: 0;
	}
}
.p-business-sec#reizo .box3 {
	gap: 2.2rem 0;
}
@media screen and (max-width: 767px) {
	.p-business-sec#reizo .box3 {
		margin-top: 9.3333333333vw;
	}
}
.p-business-sec#reizo .box3 .item {
	width: 36.4rem;
	margin-right: 2.8rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#reizo .box3 .item {
		width: 100%;
		margin-right: 0;
		margin-top: 6.2666666667vw;
	}
	.p-business-sec#reizo .box3 .item:first-of-type {
		margin-top: 0;
	}
}
.p-business-sec#reizo .box3 .item .img {
	width: calc(100% + 2.8rem);
}
@media screen and (max-width: 767px) {
	.p-business-sec#reizo .box3 .item .img {
		width: 63.3333333333vw;
		margin: 0 0 0 auto;
	}
}
.p-business-sec#reizo .box3 .item .cnt {
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#reizo .box3 .item .cnt {
		margin-top: -26.6666666667vw;
		padding: 0 6.6666666667vw;
	}
}
.p-business-sec#reizo .box3 .item .cnt .p-business-sec__subttl {
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#reizo .box3 .item .cnt .p-business-sec__subttl {
		margin-bottom: 6.6666666667vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.p-business-sec#reizo .box3 .item .cnt .p-business-sec__text {
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.p-business-sec#reizo .box3 .item:nth-of-type(2) .img {
		margin: 0 auto 0 0;
	}
	.p-business-sec#reizo .box3 .item:nth-of-type(2) .cnt .p-business-sec__subttl {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}
.p-business-sec#reizo .box3 .item:nth-of-type(3n) {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.p-business-sec#chokuhan .box1 .p-business-sec__copy {
		font-size: 4.1333333333vw;
		letter-spacing: 0.03em;
	}
}
.p-business-sec#chokuhan .box3 {
	display: block;
}
@media screen and (max-width: 767px) {
	.p-business-sec#chokuhan .box3 {
		padding: 0 6.6666666667vw;
	}
}
.p-business-sec#chokuhan .box3 .p-brand__list {
	margin-top: 4.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 5.6rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#chokuhan .box3 .p-brand__list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 8.5333333333vw 2.6666666667vw;
	}
}
.p-business-sec#chokuhan .box3 .p-brand__list .item {
	width: 22.4rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#chokuhan .box3 .p-brand__list .item {
		width: 41.8666666667vw;
	}
}
.p-business-sec#chokuhan .box3 .p-brand__list .item__image {
	width: 18rem;
	height: 18rem;
	border-radius: 0.8rem;
	-webkit-box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	        box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	margin: auto;
}
@media screen and (max-width: 767px) {
	.p-business-sec#chokuhan .box3 .p-brand__list .item__image {
		width: 41.8666666667vw;
		height: 41.8666666667vw;
		border-radius: 2.1333333333vw;
	}
}
.p-business-sec#chokuhan .box3 .p-brand__list .item__cnt {
	padding-top: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#chokuhan .box3 .p-brand__list .item__cnt {
		padding-top: 4.2666666667vw;
	}
}
.p-business-sec#chokuhan .box3 .p-brand__list .item__cnt .title {
	height: 5.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #005BAC;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	line-height: 1.75;
}
@media screen and (max-width: 767px) {
	.p-business-sec#chokuhan .box3 .p-brand__list .item__cnt .title {
		height: auto;
		display: block;
		font-size: 4.2666666667vw;
		line-height: 1.25;
	}
}
.p-business-sec#chokuhan .box3 .p-brand__list .item__cnt .text {
	margin-top: 1.6rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.57;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-business-sec#chokuhan .box3 .p-brand__list .item__cnt .text {
		margin-top: 2.1333333333vw;
		font-size: 3.7333333333vw;
		display: none;
	}
}
.p-business-sec#chokuhan .box3 .p-brand__list .item__cnt .text .small {
	font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#chokuhan .box3 .p-brand__list .item__cnt .text .small {
		font-size: 3.2vw;
	}
}
.p-business-sec#chokuhan .box3 .c-btn {
	margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
	.p-business-sec#chokuhan .box3 .c-btn {
		margin-top: 8.5333333333vw;
	}
}

.p-features {
	padding-top: 16rem;
	padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
	.p-features {
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
}
.p-features__text {
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
	.p-features__text {
		font-size: 3.7333333333vw;
		line-height: 2;
		letter-spacing: 0.05em;
		text-align: left;
	}
}
.p-features__content {
	margin-top: 9rem;
}
@media screen and (max-width: 767px) {
	.p-features__content {
		margin-top: 18.6666666667vw;
	}
	.p-features__content .l-content-inner {
		padding: 0 4.8vw;
	}
}
.p-features__content .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	gap: 2rem;
}
@media screen and (max-width: 767px) {
	.p-features__content .box {
		display: block;
		padding: 0 9.3333333333vw 9.3333333333vw;
	}
}
.p-features__content .box::before {
	content: "";
	width: calc(100% - 15rem);
	height: 100%;
	-webkit-box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	        box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) skewX(-10.8deg);
	        transform: translateY(-50%) skewX(-10.8deg);
	background-color: #ffffff;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.p-features__content .box::before {
		width: calc(100% - 6.9333333333vw);
		-webkit-transform: skewX(-2.8deg);
		        transform: skewX(-2.8deg);
		top: -2.6666666667vw;
		right: auto;
		left: 4.6666666667vw;
	}
}
.p-features__content .box .img {
	width: 36.3rem;
	position: relative;
	top: -4rem;
}
@media screen and (max-width: 767px) {
	.p-features__content .box .img {
		width: 61.7333333333vw;
		top: -13.3333333333vw;
		left: -9.3333333333vw;
		margin-bottom: -10vw;
	}
}
.p-features__content .box .cnt {
	width: 71.2rem;
}
@media screen and (max-width: 767px) {
	.p-features__content .box .cnt {
		width: 100%;
		margin-top: 4vw;
		padding-left: 2vw;
	}
}
.p-features__content .box .title {
	color: #005BAC;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 2.5rem;
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.p-features__content .box .title {
		font-size: 4.8vw;
		line-height: 1.87;
		gap: 2vw;
		margin-bottom: 0.2em;
	}
}
.p-features__content .box .title .icon {
	width: 4rem;
}
@media screen and (max-width: 767px) {
	.p-features__content .box .title .icon {
		width: 6vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.p-features__content .box .title .icon img {
	width: 100%;
}
.p-features__content .box .text {
	font-size: 1.6rem;
	line-height: 2.25;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-features__content .box .text {
		font-size: 3.7333333333vw;
		line-height: 2;
	}
}
.p-features__content .box .subttl {
	color: #005BAC;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.67;
	letter-spacing: 0.05em;
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
	.p-features__content .box .subttl {
		font-size: 4.2666666667vw;
		line-height: 1.75;
		margin-top: 3.2vw;
		margin-bottom: 2.1333333333vw;
	}
}
.p-features__content .box .sec + .sec {
	margin-top: 6.7rem;
}
@media screen and (max-width: 767px) {
	.p-features__content .box .sec + .sec {
		margin-top: 0;
	}
}
@media print, screen and (min-width: 768px) {
	.p-features__content .box:nth-of-type(2n) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		margin: 7.6rem 0 6rem;
	}
	.p-features__content .box:nth-of-type(2n)::before {
		right: auto;
		left: 0;
	}
	.p-features__content .box:nth-of-type(2n) .img {
		width: 40.1rem;
	}
	.p-features__content .box:nth-of-type(2n) .cnt {
		width: 66.1rem;
	}
}
@media screen and (max-width: 767px) {
	.p-features__content .box:nth-of-type(2n) {
		margin: 21.3333333333vw 0 20vw;
	}
	.p-features__content .box:nth-of-type(2n)::before {
		left: 4.6666666667vw;
		-webkit-transform: skewX(-1.8deg);
		        transform: skewX(-1.8deg);
	}
	.p-features__content .box:nth-of-type(2n) .img {
		width: 92.8vw;
	}
}
@media screen and (max-width: 767px) {
	.p-features__content .box:nth-of-type(3) .title {
		letter-spacing: 0;
		margin-right: -1em;
	}
}

.p-numbers {
	background-color: #F4F4F4;
	padding-top: 16rem;
	padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
	.p-numbers {
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
}
.p-numbers__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 3.2rem 2.5rem;
	margin: 6rem auto auto;
	padding-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
	.p-numbers__list {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 6.9333333333vw 2.6666666667vw;
		margin: 8.5333333333vw 0 0;
	}
	.p-numbers__list.js-spdisp {
		display: none;
	}
}
.p-numbers__list .item {
	width: 22rem;
	height: 22rem;
	border-radius: 0.8rem;
	background-color: #005BAC;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item {
		width: 42vw;
		height: 42vw;
		border-radius: 2.1333333333vw;
	}
}
.p-numbers__list .item .title {
	min-height: 5.2rem;
	color: #ffffff;
	text-align: center;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .title {
		font-size: 3.7333333333vw;
		min-height: 10.6666666667vw;
	}
}
.p-numbers__list .item .num {
	margin-top: 0.4rem;
	color: #ffffff;
	font-size: 6.4rem;
	line-height: 1;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .num {
		margin-top: 0.8vw;
		font-size: 12.1333333333vw;
	}
}
.p-numbers__list .item .num .unit {
	margin-top: 0;
}
.p-numbers__list .item .num-outer {
	position: relative;
	height: 6.4rem;
	margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .num-outer {
		font-size: 16.8vw;
		margin-top: 2.1333333333vw;
	}
}
.p-numbers__list .item .num-outer .unit2 {
	font-size: 1.7rem;
	color: #ffffff;
	position: absolute;
	top: 0;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .num-outer .unit2 {
		font-size: 3.2vw;
	}
}
.p-numbers__list .item .num-outer .num {
	font-size: 8.8rem;
	font-weight: 500;
	line-height: 0.8;
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .num-outer .num {
		font-size: 16.8vw;
	}
}
.p-numbers__list .item .num-outer .num .small {
	font-size: 5.6rem;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .num-outer .num .small {
		font-size: 10.6666666667vw;
	}
}
.p-numbers__list .item .unit {
	text-align: center;
	color: #ffffff;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 0.8rem;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .unit {
		font-size: 5.3333333333vw;
		margin-top: 0.8vw;
	}
}
@media print, screen and (min-width: 768px) {
	.p-numbers__list .item .unit.-small {
		font-size: 2.4rem;
	}
}
.p-numbers__list .item .note {
	text-align: center;
	font-size: 0.8rem;
	color: #ffffff;
	position: absolute;
	bottom: 3rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .note {
		font-size: 1.4666666667vw;
	}
}
.p-numbers__list .item .toggle {
	width: 4rem;
	height: 4rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(50%);
	        transform: translateX(-50%) translateY(50%);
	border-radius: 50%;
	background-color: #005BAC;
	-webkit-box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.5);
	        box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.5);
	z-index: 1;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .toggle {
		width: 7.4666666667vw;
		height: 7.4666666667vw;
	}
}
.p-numbers__list .item .toggle::before, .p-numbers__list .item .toggle::after {
	content: "";
	width: 2.2rem;
	height: 0.3rem;
	background-color: #ffffff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .toggle::before, .p-numbers__list .item .toggle::after {
		width: 2.9333333333vw;
		height: 0.4vw;
	}
}
.p-numbers__list .item .toggle::after {
	width: 0.3rem;
	height: 2.2rem;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .toggle::after {
		width: 0.4vw;
		height: 2.9333333333vw;
	}
}
.p-numbers__list .item .toggle.is-open {
	background-color: #ffffff;
}
.p-numbers__list .item .toggle.is-open::before, .p-numbers__list .item .toggle.is-open::after {
	background-color: #005BAC;
}
.p-numbers__list .item .toggle.is-open::after {
	opacity: 0;
}
.p-numbers__list .item.no1 {
	padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item.no1 {
		padding-bottom: 3.3333333333vw;
	}
}
.p-numbers__list .item.no1 .num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.p-numbers__list .item.-color2 {
	background-color: #317bbc;
}
.p-numbers__list .item.-color2 .toggle:not(.is-open) {
	background-color: #317bbc;
	-webkit-box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.5);
	        box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.5);
}
.p-numbers__list .item.-item7 .num {
	letter-spacing: 0.15em;
	margin-left: 0.15em;
}
.p-numbers .date {
	font-size: 1.2rem;
	text-align: right;
	opacity: 0.5;
	line-height: 3.3;
	margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
	.p-numbers .date {
		font-size: 3.2vw;
		margin-top: 8vw;
		line-height: 1.67;
	}
}
@media screen and (max-width: 767px) {
	.p-numbers .bln {
		display: none;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.3s opacity;
		transition: 0.3s opacity;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		height: 100%;
		padding: 0 4.6666666667vw;
	}
	.p-numbers .bln.is-active {
		background-color: rgba(0, 0, 0, 0.8);
		opacity: 1;
		visibility: visible;
	}
}
.p-numbers .bln__inner {
	background-color: #ffffff;
	border-radius: 1rem;
	-webkit-box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	        box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	margin-top: 6rem;
	padding: 6.4rem 6.2rem 5.2rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-numbers .bln__inner {
		height: 85%;
		width: 90.6666666667vw;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		        transform: translateX(-50%) translateY(-50%);
		padding: 0;
		border-radius: 1.3333333333vw;
		margin-top: 0;
	}
}
.p-numbers .bln__inner .sp-scrollarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-numbers .bln__inner .sp-scrollarea {
		width: 100%;
		max-height: 100%;
		display: block;
		margin: 0;
		padding: 11.8666666667vw 8vw 10.6666666667vw;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none; /* IE, Edge 対応 */
		scrollbar-width: none; /* Firefox 対応 */
	}
	.p-numbers .bln__inner .sp-scrollarea::-webkit-scrollbar { /* Chrome, Safari 対応 */
		display: none;
	}
}
@media print, screen and (min-width: 768px) {
	.p-numbers .bln .arrow {
		width: 6rem;
		height: 3.3rem;
		position: absolute;
		left: 7.9rem;
		top: 0;
		-webkit-transform: translateY(-2.8rem);
		        transform: translateY(-2.8rem);
	}
	.p-numbers .bln .arrow::before {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 2.4rem 3.3rem 2.4rem;
		border-color: transparent transparent #ffffff transparent;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		-webkit-filter: drop-shadow(0 0 1rem rgba(40, 85, 155, 0.1));
		        filter: drop-shadow(0 0 1rem rgba(40, 85, 155, 0.1));
	}
	.p-numbers .bln .arrow::after {
		content: "";
		display: block;
		width: 6rem;
		height: 2.4rem;
		background-color: #ffffff;
		position: absolute;
		top: 2.9rem;
		left: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-numbers .bln .arrow {
		width: 7.4666666667vw;
		height: 7.4666666667vw;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(50%);
		        transform: translateX(-50%) translateY(50%);
		border-radius: 50%;
		background-color: #ffffff;
		-webkit-box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.5);
		        box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.5);
		z-index: 1;
	}
	.p-numbers .bln .arrow::before {
		content: "";
		width: 2.9333333333vw;
		height: 0.4vw;
		background-color: #005BAC;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		        transform: translateX(-50%) translateY(-50%);
	}
}
@media print, screen and (min-width: 768px) {
	.p-numbers .bln__img.pc {
		min-width: 17rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.p-numbers .bln__img {
		width: 44vw;
		height: 37.3333333333vw;
		margin: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.p-numbers .bln__img img {
		max-width: 100%;
		max-height: 100%;
	}
}
.p-numbers .bln__title {
	margin-left: 3.5rem;
	margin-right: 2rem;
	width: 19.5rem;
}
@media screen and (max-width: 767px) {
	.p-numbers .bln__title {
		width: 100%;
		margin: 6.6666666667vw auto auto;
		text-align: center;
	}
}
.p-numbers .bln__title .title {
	color: #005BAC;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-numbers .bln__title .title {
		font-size: 5.3333333333vw;
		font-weight: 700;
		line-height: 1.8;
		text-align: center;
		margin-bottom: 0;
	}
}
.p-numbers .bln__title .num__outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: end;
}
@media screen and (max-width: 767px) {
	.p-numbers .bln__title .num__outer {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 2.1333333333vw;
		margin-bottom: 3.2vw;
	}
}
.p-numbers .bln__title .num__outer.no1 {
	margin-top: -2rem;
}
@media screen and (max-width: 767px) {
	.p-numbers .bln__title .num__outer.no1 {
		margin-top: 1.3333333333vw;
		margin-bottom: 1.3333333333vw;
		position: relative;
		display: inline-block;
	}
	.p-numbers .bln__title .num__outer.no1 .zenkoku {
		font-size: 3.6vw;
		font-weight: 700;
		color: #005BAC;
		position: absolute;
		left: 0;
		top: 0;
	}
}
.p-numbers .bln__title .num {
	color: #005BAC;
	font-size: 7.2rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.02em;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.p-numbers .bln__title .num {
		font-size: 13.8666666667vw;
	}
}
.p-numbers .bln__title .num.m-pop {
	font-size: 8.8rem;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-numbers .bln__title .num.m-pop {
		font-size: 16vw;
	}
}
.p-numbers .bln__title .num.m-pop .small {
	font-size: 5.6rem;
}
@media screen and (max-width: 767px) {
	.p-numbers .bln__title .num.m-pop .small {
		font-size: 10.1333333333vw;
	}
}
.p-numbers .bln__title .unit {
	color: #005BAC;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	padding-bottom: 0.45em;
	margin-left: 0.2em;
}
@media screen and (max-width: 767px) {
	.p-numbers .bln__title .unit {
		font-size: 4.2666666667vw;
		padding-bottom: 0.6em;
	}
}
.p-numbers .bln__title .unit2 {
	text-align: left;
}
@media screen and (max-width: 767px) {
	.p-numbers .bln__title .unit2 {
		text-align: center;
	}
}
.p-numbers .bln__text {
	width: 66.4rem;
}
@media screen and (max-width: 767px) {
	.p-numbers .bln__text {
		width: 100%;
	}
}
.p-numbers .bln__text .text {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-numbers .bln__text .text {
		font-size: 3.7333333333vw;
		line-height: 2;
	}
}
.p-numbers .bln__text .list li {
	font-size: 1.4rem;
	margin-top: 0.8rem;
	line-height: 1.7;
	padding-left: 1.9rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-numbers .bln__text .list li {
		font-size: 3.2vw;
		line-height: 2;
		padding-left: 4.6666666667vw;
		margin-top: 3.2vw;
	}
}
.p-numbers .bln__text .list li::before {
	content: "";
	width: 1.1rem;
	height: 1.1rem;
	background-color: #2D2C35;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 0.4em;
}
@media screen and (max-width: 767px) {
	.p-numbers .bln__text .list li::before {
		width: 2.6666666667vw;
		height: 2.6666666667vw;
		top: 0.6em;
	}
}
@media print, screen and (min-width: 768px) {
	.p-numbers .bln#bln02 .arrow, .p-numbers .bln#bln07 .arrow {
		left: 32.4rem;
	}
	.p-numbers .bln#bln03 .arrow, .p-numbers .bln#bln08 .arrow {
		left: 56.9rem;
	}
	.p-numbers .bln#bln04 .arrow, .p-numbers .bln#bln09 .arrow {
		left: 81.4rem;
	}
	.p-numbers .bln#bln05 .arrow, .p-numbers .bln#bln10 .arrow {
		left: 105.9rem;
	}
}
@media screen and (max-width: 767px) {
	.p-numbers .bln#bln05 .bln__img img {
		width: 37.3333333333vw;
	}
}
@media print, screen and (min-width: 768px) {
	.p-numbers .bln#bln05 .bln__title .title {
		font-size: 2.3rem;
		letter-spacing: 0em;
		line-height: 1.5;
	}
	.p-numbers .bln#bln05 .bln__title .title .zenkoku {
		font-size: 2rem;
	}
}
.p-numbers .bln#bln07 .num {
	letter-spacing: 0.15em;
	margin-left: 0.15em;
	margin-right: -0.15em;
}
.p-numbers .bln.-color2 .bln__title .title,
.p-numbers .bln.-color2 .bln__title .num,
.p-numbers .bln.-color2 .bln__title .unit {
	color: rgba(0, 91, 172, 0.8);
}
/*# sourceMappingURL=business.css.map */