.p-mv {
	position: relative;
}
.p-mv__bg {
	display: block;
}
.p-mv__content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.p-mv__content .l-content-inner {
	height: 100%;
	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-mv__content .l-content-inner {
		display: block;
		padding-top: 14.5rem;
		padding-left: 5rem;
	}
}
.p-mv__text1 {
	font-size: 8.4rem;
	font-weight: 700;
	line-height: 11rem; /* 130.952% */
}
@media screen and (max-width: 767px) {
	.p-mv__text1 {
		font-size: 7.3rem;
		line-height: 10rem; /* 136.986% */
	}
}
.p-mv__text2 {
	margin-top: 6rem;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 6rem; /* 214.286% */
	letter-spacing: 0.084rem;
}
@media screen and (max-width: 767px) {
	.p-mv__text2 {
		font-size: 2.6rem;
		line-height: 5rem; /* 192.308% */
		letter-spacing: 0.078rem;
	}
}

.p-structure {
	background-color: #FAFAFA;
	padding-top: 13.2rem;
	padding-bottom: 12.4rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-structure {
		padding-top: 11rem;
		padding-bottom: 11rem;
	}
}
.p-structure .l-content-inner {
	position: relative;
	z-index: 1;
}
.p-structure .c-fixed-bg::before {
	background-image: url(../images/top/bg_structure.png);
	background-position: right top 1rem;
	height: 71.2rem;
}
@media screen and (max-width: 767px) {
	.p-structure .c-fixed-bg::before {
		background-image: url(../images/top/bg_structure_sp.png);
		background-size: 37.5rem;
		height: 53.6rem;
	}
}
.p-structure .text1 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 4rem; /* 222.222% */
	letter-spacing: 0.054rem;
	margin-top: 3.7rem;
}
@media screen and (max-width: 767px) {
	.p-structure .text1 {
		margin-top: 6rem;
		font-size: 2.6rem;
		line-height: 4.5rem; /* 173.077% */
		letter-spacing: 0.078rem;
		padding-left: 1.4rem;
	}
}
.p-structure__content {
	margin-top: 5.9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.p-structure__content {
		display: block;
		margin-top: 6rem;
	}
}
.p-structure__content .box {
	border: 1px solid #293235;
	padding: 4.2rem 4.8rem;
	background-color: #ffffff;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-structure__content .box {
		padding: 3.5rem 2rem 3.8rem 4.8rem;
		width: 63.9rem;
	}
}
.p-structure__content .box-title {
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.096rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1rem;
}
@media screen and (max-width: 767px) {
	.p-structure__content .box-title {
		font-size: 3.6rem;
		letter-spacing: 0.108rem;
	}
}
.p-structure__content .box-title::before {
	content: "";
	width: 1.3rem;
	height: 1.3rem;
	background-color: #0069C6;
	border-radius: 50%;
}
.p-structure__content .box:last-of-type {
	margin-top: 5.3rem;
	left: -1px;
}
@media screen and (max-width: 767px) {
	.p-structure__content .box:last-of-type {
		margin-top: 0;
		margin-right: 0;
		margin-left: auto;
		left: 1.5rem;
		top: -1px;
	}
}
.p-structure__content .box:last-of-type .box-title::before {
	background-color: #35B3F9;
}
.p-structure__content .box:last-of-type .img {
	position: absolute;
	right: -9.34rem;
	top: -12.6rem;
	width: 26.6rem;
	height: 21rem;
}
@media screen and (max-width: 767px) {
	.p-structure__content .box:last-of-type .img {
		right: 0;
		top: -10rem;
		width: 21rem;
		height: 16.6075rem;
	}
}
.p-structure__content .box .list {
	margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {
	.p-structure__content .box .list {
		margin-top: 2.1rem;
	}
}
.p-structure__content .box .list li {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 4rem; /* 222.222% */
	letter-spacing: 0.054rem;
	padding-left: 3rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-structure__content .box .list li {
		font-size: 2.4rem;
		line-height: 3rem; /* 125% */
		letter-spacing: 0.072rem;
		margin-top: 2rem;
	}
	.p-structure__content .box .list li:first-of-type {
		margin-top: 0;
	}
}
.p-structure__content .box .list li::before {
	content: "";
	width: 1.8rem;
	height: 1.8rem;
	display: block;
	background-image: url(../images/top/icn_check.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 0.7em;
	left: 0;
}
@media screen and (max-width: 767px) {
	.p-structure__content .box .list li::before {
		top: 0.5rem;
	}
}
.p-structure .text2 {
	margin-top: 4rem;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 6rem; /* 187.5% */
	letter-spacing: 0.096rem;
}
@media screen and (max-width: 767px) {
	.p-structure .text2 {
		font-size: 3rem;
		line-height: 5rem; /* 166.667% */
		letter-spacing: 0.09rem;
	}
}
.p-structure__henka {
	position: relative;
	z-index: 1;
	width: 138rem;
	margin: 11.9rem auto auto;
	max-width: 100%;
	border-radius: 1rem;
	border: 1px solid #293235;
	background-color: #ffffff;
	background-image: url(../images/top/bg_henka.jpg);
	background-size: cover;
	-webkit-box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
	        box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
	padding: 10.5rem 0 9.6rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-structure__henka {
		margin-top: 9rem;
		width: 68rem;
		background-image: url(../images/top/bg_henka_sp.jpg);
		padding: 8.5rem 0;
	}
}
.p-structure__henka .deco {
	width: 1.3rem;
	height: 8.1rem;
	position: absolute;
	left: 50%;
	top: -3.6rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	.p-structure__henka .deco {
		top: -4rem;
	}
}
.p-structure__henka .deco::before, .p-structure__henka .deco::after {
	content: "";
	display: block;
	background-color: #293235;
	position: absolute;
}
.p-structure__henka .deco::before {
	width: 1px;
	height: 8.1rem;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.p-structure__henka .deco::after {
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 50%;
	bottom: 0;
	left: 0;
}
.p-structure__henka .title {
	text-align: center;
	font-size: 6.4rem;
	font-weight: 700;
	letter-spacing: 0.192rem;
}
.p-structure__henka .text3 {
	margin-top: 4rem;
	color: #ffffff;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.108rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0.5rem 1rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #293235;
}
@media screen and (max-width: 767px) {
	.p-structure__henka .text3 {
		background-color: transparent;
		display: block;
		margin-top: 2.2rem;
	}
	.p-structure__henka .text3 span {
		display: inline-block;
		height: 5.3rem;
		background-color: #293235;
		padding: 0.8rem 1rem 0.2rem;
		line-height: 1;
	}
	.p-structure__henka .text3 span + span {
		margin-top: 1rem;
	}
}
.p-structure__henka .text4 {
	margin-top: 4rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 4rem; /* 166.667% */
	letter-spacing: 0.072rem;
}
@media screen and (max-width: 767px) {
	.p-structure__henka .text4 {
		margin-top: 3.6rem;
		font-size: 2.6rem;
		line-height: 4.5rem; /* 173.077% */
		letter-spacing: 0.078rem;
	}
}

.p-business {
	padding-top: 9.7rem;
	padding-bottom: 12rem;
	background-color: #024179;
}
@media screen and (max-width: 767px) {
	.p-business {
		padding-bottom: 11.8rem;
	}
	.p-business .c-secttl {
		font-size: 6.2rem;
	}
}
.p-business__content {
	margin-top: 8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-business__content {
		display: block;
		margin-top: 4.8rem;
	}
}
.p-business__content .img {
	width: 56.2rem;
	-webkit-box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
	        box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.p-business__content .img {
		width: 68rem;
		margin: 6rem auto auto;
	}
}
.p-business__content .cnt {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	color: #ffffff;
}
.p-business__content .subttl {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 5rem; /* 178.571% */
	letter-spacing: 0.084rem;
}
@media screen and (max-width: 767px) {
	.p-business__content .subttl {
		font-size: 3.4rem;
		line-height: 6rem; /* 176.471% */
		letter-spacing: 0.102rem;
	}
}
.p-business__content .text {
	margin-top: 4rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 4rem; /* 222.222% */
	letter-spacing: 0.054rem;
}
@media screen and (max-width: 767px) {
	.p-business__content .text {
		margin-top: 5rem;
		font-size: 2.4rem;
		line-height: 5rem; /* 208.333% */
		letter-spacing: 0.072rem;
	}
}

.p-support {
	position: relative;
	padding-top: 9.7rem;
	padding-bottom: 11.8rem;
	background-color: #FAFAFA;
}
.p-support .l-content-inner {
	position: relative;
	z-index: 1;
}
.p-support .c-fixed-bg::before {
	background-image: url(../images/top/bg_support.png);
	background-size: auto;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.p-support .c-fixed-bg::before {
		background-image: url(../images/top/bg_support_sp.png);
		height: 61.9rem;
		background-size: contain;
	}
}
.p-support .text1 {
	margin-top: 2rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 4rem; /* 222.222% */
	letter-spacing: 0.054rem;
}
@media screen and (max-width: 767px) {
	.p-support .text1 {
		margin-top: 3rem;
		font-size: 2.6rem;
		line-height: 4rem; /* 153.846% */
		letter-spacing: 0.078rem;
	}
}
.p-support__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4rem;
	margin-top: 7.9rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-support__list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 7.9rem;
	}
}
.p-support__list::before {
	content: "";
	width: 99%;
	height: 1px;
	background-color: #293235;
	display: block;
	position: absolute;
	left: 0.5%;
	top: 9.5rem;
}
@media screen and (max-width: 767px) {
	.p-support__list::before {
		width: 1px;
		height: 99%;
		left: 13.4rem;
		top: 0.5%;
	}
}
.p-support__list .item {
	position: relative;
	width: 27rem;
}
@media screen and (max-width: 767px) {
	.p-support__list .item {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 2rem;
	}
}
.p-support__list .item .img-wrap {
	border-radius: 1rem;
	background-color: #ffffff;
	-webkit-box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
	        box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-support__list .item .img-wrap {
		width: 27rem;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
}
.p-support__list .item .title {
	background-color: #293235;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0.4rem 6rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #ffffff;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 3rem; /* 125% */
	letter-spacing: 0.072rem;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-support__list .item .title {
		font-size: 2.8rem;
		line-height: 3rem; /* 107.143% */
		letter-spacing: 0.084rem;
	}
}
.p-support__list .item .img {
	padding-top: 1.9rem;
	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;
	height: 19rem;
}
@media screen and (max-width: 767px) {
	.p-support__list .item .img {
		width: 27rem;
		height: 19rem;
	}
}
.p-support__list .item .text2 {
	margin-top: 2rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 3rem; /* 166.667% */
	letter-spacing: 0.054rem;
}
@media screen and (max-width: 767px) {
	.p-support__list .item .text2 {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		margin-top: 0;
		font-size: 2.4rem;
		line-height: 5rem; /* 208.333% */
		letter-spacing: 0.072rem;
	}
}
.p-support__list .item:nth-of-type(1) .img img {
	width: 12rem;
}
.p-support__list .item:nth-of-type(2) .img img {
	width: 10rem;
}
.p-support__list .item:nth-of-type(3) .img img {
	width: 13rem;
}
.p-support__list .item:nth-of-type(4) .img img {
	width: 15.1rem;
}
.p-support .text3 {
	margin-top: 6rem;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 6rem; /* 187.5% */
	letter-spacing: 0.096rem;
}
@media screen and (max-width: 767px) {
	.p-support .text3 {
		font-size: 3.2rem;
		line-height: 6rem; /* 187.5% */
		letter-spacing: 0.096rem;
	}
}

.p-future {
	padding-top: 9.7rem;
	padding-bottom: 12rem;
	background-color: #ffffff;
}
@media screen and (max-width: 767px) {
	.p-future .c-title-wrap .c-secttl__subttl {
		position: relative;
		left: -2rem;
	}
}
.p-future__list {
	margin-top: 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5.9rem;
}
@media screen and (max-width: 767px) {
	.p-future__list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 5.8rem;
	}
}
.p-future__list .item {
	width: 100%;
}
.p-future__list .item .img {
	border-radius: 1rem;
	-webkit-box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
	        box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
}
.p-future__list .item .title {
	margin-top: 2.4rem;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 3rem; /* 93.75% */
	letter-spacing: 0.096rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-future__list .item .title {
		margin-top: 4.2rem;
		font-size: 3.6rem;
		line-height: 3rem; /* 83.333% */
		letter-spacing: 0.108rem;
	}
}
.p-future__list .item .title::before {
	content: "";
	width: 1.3rem;
	height: 1.3rem;
	background-color: #0069C6;
	border-radius: 50%;
}
.p-future__list .item .text {
	margin-top: 1.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 3rem; /* 166.667% */
	letter-spacing: 0.054rem;
}
@media screen and (max-width: 767px) {
	.p-future__list .item .text {
		margin-top: 2.2rem;
		font-size: 2.4rem;
		line-height: 5rem; /* 208.333% */
		letter-spacing: 0.072rem;
	}
}
/*# sourceMappingURL=top.css.map */