@charset "UTF-8";

.m-pagevisual.-asset {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 20 / 11;
	background: #FFF;
}
.m-pagevisual.-asset h1 {
	position: absolute;
	top: calc(22 / 704 * 100%);
	right: calc(64 / 1280 * 100%);
	width: calc(937 / 1280 * 100%);
	z-index: 10;
}
.m-pagevisual.-asset .mv01 {
	position: absolute;
	bottom: 0;
	left: calc(20 / 1280 * 100%);
	width: calc(260 / 1280 * 100%);
}
.m-pagevisual.-asset .mv02 {
	position: absolute;
	top: calc(150 / 704 * 100%);
	right: calc(420 / 1280 * 100%);
	width: calc(250 / 1280 * 100%);
}
.m-pagevisual.-asset .mv03 {
	position: absolute;
	bottom: calc(20 / 704 * 100%);
	left: calc(300 / 1280 * 100%);
	width: calc(400 / 1280 * 100%);
}
.m-pagevisual.-asset .mv04 {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(400 / 1280 * 100%);
}
.m-pagevisual.-asset .mv05 {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(590 / 1280 * 100%);
}
.m-pagevisual.-asset::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: calc(210 / 1280 * 100%);
	width: calc(582 / 1280 * 100%);
	height: calc(642 / 704 * 100%);
	background: #DADCE5;
}
.m-pagevisual.-asset img {
	width: 100%;
}
.m-pagevisual.-asset h2 {
	position: absolute;
	right: calc(192 / 1280 * 100%);
	bottom: calc(143  / 704 * 100%);
	color: #ffffff;
	font-size: clamp(1.4rem, 2.5629vw + 0.4389rem, 7rem);
	font-weight: 300;
	background: #25313D;
	padding: .4rem 2.2rem 1rem;
}
.m-pagevisual.-asset p {
	display: inline-flex;
	position: absolute;
	right: calc(192 / 1280 * 100%);
	bottom: calc(53  / 704 * 100%);
	font-size: clamp(1.4rem, 1.7391vw + 0.7478rem, 5.2rem);
}
.m-pagevisual.-asset p span {
	display: inline-block;
	color: #ffffff;
	background: #25313D;
	padding: 1.1rem 3rem 1.3rem;
}
.m-pagevisual.-asset p span + span {
	padding: 1.1rem 3rem 1.3rem 0;
}
@media(max-width:768px) {
	.m-pagevisual.-asset {
		aspect-ratio: 2 / 3;
	}
	.m-pagevisual.-asset h1 {
		top: 3.125%;
		right: 5%;
		width: 73.2%;
	}
	.m-pagevisual.-asset .mv01 {
		left: 2%;
		width: 44%;
	}
	.m-pagevisual.-asset .mv02 {
		top: 7%;
		left: 2%;
		right: auto;
		width: 35%;
	}
	.m-pagevisual.-asset .mv03 {
		top: 32%;
		bottom: auto;
		left: 5%;
		width: 44%;
	}
	.m-pagevisual.-asset .mv04 {
		top: 0;
		right: 0;
		width: 47%;
	}
	.m-pagevisual.-asset .mv05 {
		top: auto;
		bottom: 0;
		right: 2%;
		left: auto;
		width: 47%;
	}
	.m-pagevisual.-asset .mv05 figcaption {
		letter-spacing: 0;
		font-size: .9rem;
	}
	.m-pagevisual.-asset::before {
		top: 30%;
		left: 10%;
		width: 50%;
		height: 60%;
	}
	.m-pagevisual.-asset h2 {
		right: 3%;
		bottom: 35%;
		font-size: 5vw;
		padding: .2em .6em .3em;
	}
	.m-pagevisual.-asset p {
		flex-direction: column;
		align-items: flex-end;
		row-gap: 1vw;
		right: 3%;
		bottom: 23%;
		font-size: 3.4vw;
	}
	.m-pagevisual.-asset p span {
		padding: .2em .8em .3em .8em;
	}
	.m-pagevisual.-asset p span + span {
		padding: .2em .8em .3em .8em;
	}
}

/* p-asset */
.p-asset-btn {
	background: #C9CBD3;
	padding: 3rem 0;
}
.p-asset-btn ul {
	display: flex;
	width: 101.6rem;
	border-right: 1px solid rgba(0,0,0,.25);
	background: #FFFFFF;
	margin: 0 auto;
}
.p-asset-btn ul li {
	width: 25%;
	border-left: 1px solid rgba(0,0,0,.25);
}
.p-asset-btn ul li a {
	display: block;
	position: relative;
	font-size: 1.6rem;
	padding: 1.6rem 1rem 4rem 1.8rem;
}
.p-asset-btn ul li a strong {
	display: block;
	color: #274277;
	font-size: 3.8rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: .8rem;
}
.p-asset-btn ul li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	width: 2.2rem;
	height: 2.2rem;
	background: #BCBCBC;
	border-radius: 50%;
	transition: .4s;
}
.p-asset-btn ul li a:hover {
	opacity: 1;
}
.p-asset-btn ul li a:hover span {
	background: #BA0016;
	bottom: .5rem;
}
.p-asset-btn ul li a span img {
	width: 1rem;
}
@media(max-width:768px) {
	.p-asset-btn {
		padding: 3rem 1.5rem;
	}
	.p-asset-btn ul {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		border-right: none;
		background: unset;
		row-gap: 1px;
	}
	.p-asset-btn ul li {
		width: 33%;
		border-left: 1px solid rgba(0,0,0,.25);
		background: #FFFFFF;
	}
	.p-asset-btn ul li:nth-child(3),
	.p-asset-btn ul li:nth-child(5) {
		border-right: 1px solid rgba(0,0,0,.25);
	}
	.p-asset-btn ul li a {
		font-size: 3.2vw;
		line-height: 1.4;
		letter-spacing: 0;
		padding: 1rem .5rem 2rem 1rem;
		height: 100%;
		min-height: 23vw;
	}
	.p-asset-btn ul li a strong {
		font-size: 6.2vw;
		margin-bottom: .4rem;
	}
}

.p-asset-kv {
	position: relative;
}
.sec_ttl_h2 {
	font-size: 2.1rem;
	font-weight: 300;
	position: absolute;
	top: -7rem;
	left: 0;
	right: 0;
	border-left: 1px solid #274277;
	padding-left: 2.5rem;
	width: 101.6rem;
	margin: 0 auto;
	z-index: 5;
}
.sec_ttl_h2 span {
	display: block;
	color: #274277;
	font-size: 17.8rem;
	line-height: .7;
	margin-bottom: 2rem;
}
@media(max-width:768px) {
	.p-asset-kv {
		position: relative;
	}
	.sec_ttl_h2 {
		font-size: 1.6rem;
		top: -3.8rem;
		left: 1.6rem;
		padding-left: 1.5rem;
		width: auto;
	}
	.sec_ttl_h2 span {
		font-size: 8.8rem;
		margin-bottom: 1rem;
	}
}

#sec01 {
	background: #EDEDED;
	padding: 17rem 0 12rem;
}
.p-asset-kv_txt {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.p-asset-kv_txt img {
	width: 16.5rem;
	margin-bottom: 3rem;
}
.p-asset-kv_txt h3 {
	font-size: 3rem;
	font-weight: 300;
	margin-bottom: 6.5rem;
}
.p-asset-kv_txt p {
	text-align: center;
	font-size: 1.4rem;
	line-height: 3.2;
	letter-spacing: .1em;
}
.p-asset-slide {
	margin: 10.5rem 0 9.2rem;
}
.p-asset-slide .swiper-slide {
	width: 88rem;
}
.p-asset-slide .swiper-slide h4 {
	position: absolute;
	right: 5rem;
	bottom: 6.7rem;
	filter: drop-shadow(0 0 1.6rem #000);
}
.p-asset-slide figcaption {
	text-shadow: 0 0 .6rem #000;
}
.p-asset-slide-control {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5.6rem;
	margin-top: 3.4rem;
}
.p-asset-slide-prev,
.p-asset-slide-next {
	width: 3.4rem;
	height: 1rem;
	overflow: hidden;
	text-indent: -99rem;
	background: url(../images/asset/arrow_right.svg) no-repeat center center / 100% auto;
}
.p-asset-slide-prev {
	background-image: url(../images/asset/arrow_left.svg);
}
.p-asset-slide-pagination {
	width: fit-content !important;
	margin-top: -.2rem;
}
.p-asset-slide-pagination .swiper-pagination-bullet {
	width: .9rem;
	height: .9rem;
	margin: 0 .35rem !important;
	background: #747474;
	opacity: 1;
}
.p-asset-slide-pagination .swiper-pagination-bullet.is-active {
	background: #fff;
}
.p-asset-mystyle {
	display: block;
	max-width: 101.6rem;
	width: calc(100% - 4rem);
	margin: 0 auto 10rem;
	position: relative;
	padding: 5.1rem 0 0 14rem;
}
@media (hover:hover) {
	.p-asset-mystyle:hover::after {
		transform: translateX(.5rem);
	}
}
.p-asset-mystyle::after {
	content: '';
	display: block;
	width: 3.4557rem;
	height: .5903rem;
	background: url(../images/asset/arrow_right.svg) no-repeat left top / 100% auto;
	position: absolute;
	right: 4.24rem;
	bottom: 3.6rem;
	transition: transform .3s;
}
.p-asset-mystyle figure {
	width: 47.2rem;
	position: absolute;
	top: 0;
	left: 2.7rem;
}
.p-asset-mystyle-box {
	background: #fff;
	padding: 5.4rem 0 6rem 34.8rem;
	text-align: center;
}
.p-asset-mystyle h4 {
	font-size: 4rem;
	font-weight: 400;
	color: #A28E75;
	margin-bottom: 1rem;
}
.p-asset-mystyle p {
	font-size: 1.3rem;
	letter-spacing: .1em;
	line-height: 2.3077;
}
.p-asset-mystyle p span {
	font-size: 1rem;
	letter-spacing: .1em;
	color: #747474;
	display: block;
	margin-top: .6rem;
}
.p-asset-cv {
	display: flex;
	justify-content: center;
	gap: 1.7rem;
}
.p-asset-cv a {
	width: 29rem;
	height: 6.6rem;
	font-size: 1.9rem;
	font-weight: 700;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
}
.p-asset-cv a.-cv01 {
	background: #4682BE;
}
.p-asset-cv a.-cv02 {
	background: #BA0015;
}
@media (hover:hover) {
	.p-asset-cv a::before {
		content: "";
		width: 50px;
		height: 100%;
		background-color: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: -100%;
		opacity: .4;
		-webkit-transform: skew(-15deg);
		transform: skew(-15deg);
	}
	.p-asset-cv a:hover::before {
		left: 150%;
		-webkit-transition: 1s;
		transition: 1s;
	}
}
@media(max-width:768px) {
	#sec01 {
		padding: 8rem 0;
	}
	.p-asset-kv_txt img {
		width: 10rem;
		margin: 2rem 0;
	}
	.p-asset-kv_txt h3 {
		font-size: 2rem;
		font-weight: 300;
		margin-bottom: 0;
	}
	.p-asset-kv + p {
		text-align: left;
		font-size: 1.3rem;
		line-height: 2;
		letter-spacing: .1em;
		padding: 2rem;
	}
	.p-asset-slide {
		margin: 4rem 0 6rem;
	}
	.p-asset-slide .swiper-slide {
		width: 80%;
	}
	.p-asset-slide .swiper-slide h4 {
		width: 36%;
		right: 2rem;
		bottom: 2rem;
	}
	.p-asset-mystyle {
		width: calc(100% - 4rem);
		margin: 0 auto 6rem;
		position: relative;
		padding: 28vw 0 0 4rem;
	}
	.p-asset-mystyle::after {
		right: 3.24rem;
		bottom: 2.6rem;
	}
	.p-asset-mystyle figure {
		width: 80%;
		left: 0;
	}
	.p-asset-mystyle-box {
		padding: 20vw 1.5rem 5rem 1.5rem;
	}
	.p-asset-mystyle h4 {
		font-size: 3rem;
		font-weight: 400;
		color: #A28E75;
		margin-bottom: 1rem;
	}
	.p-asset-mystyle p {
		font-size: 1.2rem;
		letter-spacing: .1em;
		line-height: 2.3077;
	}
	.p-asset-mystyle p span {
		font-size: 1rem;
		letter-spacing: .1em;
		color: #747474;
		display: block;
		margin-top: .6rem;
	}
	.p-asset-cv {
		padding: 0 2rem;
	}
	.p-asset-cv a {
		height: 5rem;
		font-size: 1.6rem;
	}
}

#sec02 {
	padding-top: 17.6rem;
}
.p-asset-main {
	position: relative;
}
.p-asset-main::before {
	content: '';
	display: block;
	background: #DADCE5;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 19.9rem;
}
.p-asset-main .sec_ttl_h2 {
	top: -5.3rem;
}
.p-asset-main .sec_ttl_h2 span {
	margin-bottom: 3.5rem;
}
.p-asset-main figure {
	width: calc(50% + 42rem);
	margin: 0 0 0 auto;
}
.p-asset-main figure figcaption {
	font-size: 1.1rem;
	bottom: 11rem;
}
.p-asset-main-txt {
	background: #25313D;
	position: absolute;
	left: 0;
	top: calc(100% - 11rem);
	bottom: -5.1rem;
	width: calc(50% + 50.8rem);
}
.p-asset-main-txt-inner {
	max-width: 103.6rem;
	padding: 0 0 0 2rem;
	margin: 0 0 0 auto;
}
.p-asset-main-txt h3 {
	max-width: 103.6rem;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: -12.3rem;
	top: -6.5rem;
	right: 0;
	padding: 0 0 0 2rem;
	margin: 0 0 0 auto;
}
.p-asset-main-txt p {
	width: fit-content;
	margin: 6.3rem 0 0;
	font-feature-settings: "palt";
	letter-spacing: 0;
	color: #fff;
	font-size: 3rem;
	position: relative;
}
.p-asset-main-txt p .-note {
	display: block;
	font-size: 1.1rem;
	text-align: right;
	color: #fff;
	margin-top: -.5rem;
}
.p-asset-lead {
	background: #DADCE5;
	padding: 10.2rem 2rem 7.2rem;
}
.p-asset-lead p {
	max-width: 101.6rem;
	margin: 0 auto;
	background: #DADCE5;
	font-size: 1.6rem;
	letter-spacing: .1em;
	line-height: 2.375;
}
.p-asset-sec02-item {
	background: #DADCE5;
	padding: 12rem 2rem 8rem;
}
.p-asset-sec02-item.-item01 {
	padding-top: 0;
}
.p-asset-sec02-item.-item02,
.p-asset-sec02-item.-item04 {
	background: #fff;
}
.p-asset-sec02-item-inner {
	max-width: 101.6rem;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.p-asset-sec02-item-left {
	width: 40.9449%;
}
.p-asset-sec02-item.-item03 .p-asset-sec02-item-left {
	width: 33.8583%;
}
.p-asset-sec02-item h3 {
	margin-bottom: 2.5rem;
}
.p-asset-sec02-item.-item02 h3 {
	margin-bottom: 1.4rem;
}
.p-asset-sec02-item.-item03 h3 {
	margin-bottom: 1.8rem;
}
.p-asset-sec02-item.-item04 h3 {
	margin-bottom: 1.7rem;
}
.p-asset-sec02-item h4 {
	font-weight: 400;
	font-size: 2.2rem;
	letter-spacing: .1em;
	line-height: 1.7273;
	margin-bottom: 2rem;
}
.p-asset-sec02-item.-item02 h4 {
	margin-bottom: 3.4rem;
}
.p-asset-sec02-item.-item04 h4 {
	margin-bottom: 2.2rem;
}
.p-asset-sec02-item h4 sup {
	font-size: 1.2rem;
	vertical-align: .7rem;
}
.p-asset-sec02-item h4 span {
	display: block;
	font-size: 1.1rem;
	letter-spacing: .1em;
	margin-top: -.3rem;
}
.p-asset-sec02-item-left > p {
	font-size: 1.4rem;
	letter-spacing: .1em;
	line-height: 2.2143;
}
.p-asset-sec02-item-location {
	background: #fff;
	margin-top: 3.1rem;
	padding: 2rem 2.2rem 2.1rem 2.1rem;
}
.-item02 .p-asset-sec02-item-location {
	background: #DADCE5;
	margin-top: 8rem;
}
.-item04 .p-asset-sec02-item-location {
	background: #DADCE5;
	margin-top: 7.1rem;
	padding-bottom: 2.7rem;
}
.p-asset-sec02-item-location figure {
	margin-bottom: 1rem;
}
.-item04 .p-asset-sec02-item-location figure {
	margin-bottom: 1.8rem;
}
.p-asset-sec02-item-location h5 {
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: .1em;
	line-height: 2.1111;
	font-weight: 400;
	margin-bottom: 1.6rem;
}
.-item02 .p-asset-sec02-item-location h5,
.-item04 .p-asset-sec02-item-location h5 {
	margin-bottom: .3rem;
}
.p-asset-sec02-item-location > p {
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: .1em;
	color: #274277;
}
.p-asset-sec02-item-location > .p-asset-sec02-item-location-txt {
	color: inherit;
	text-align: left;
	font-size: 1.4rem;
	line-height: 2.1429;
	letter-spacing: -.02em;
	margin: 1.1rem 0 .5rem;
}
.-item04 .p-asset-sec02-item-location > .p-asset-sec02-item-location-txt {
	letter-spacing: 0;
}
.p-asset-sec02-item-location > .p-asset-sec02-item-location-txt a {
	text-decoration: underline;
	text-underline-offset: .4rem;
}
.p-asset-sec02-item-location-list ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.2rem 0;
	font-size: 1.4rem;
	letter-spacing: 0;
	margin: 2.2rem 0 0;
}
.p-asset-sec02-item-location-list ul img {
	width: 2.9rem;
	margin-right: .8rem;
	vertical-align: -.8rem;
}
.p-asset-sec02-item-location-list p {
	text-align: right;
	font-size: 1.4rem;
	margin-top: 1rem;
	letter-spacing: 0;
}
.p-asset-sec02-item-img {
	width: 54.5276%;
	display: grid;
	grid-template-columns: 46.0289% 52.5271%;
	grid-template-rows: auto auto auto;
	gap: .8rem 1.444%;
	position: relative;
	margin-top: 1rem;
}
.-item02 .p-asset-sec02-item-img {
	grid-template-columns: 51.444% 46.9314%;
	gap: 1rem 1.6246%;
	margin-top: 0;
}
.-item03 .p-asset-sec02-item-img {
	width: 61.2205%;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
}
.-item04 .p-asset-sec02-item-img {
	grid-template-columns: 51.444% 46.9314%;
	gap: 1.1rem 1.6246%;
	margin-top: 0;
}
.-item01 .p-asset-sec02-item-img::after {
	content: '';
	display: block;
	background: url(../images/asset/sec02_img07.webp) no-repeat left top / 100% auto;
	width: 13.1rem;
	height: 31.6rem;
	position: absolute;
	right: -3rem;
	bottom: -.3rem;
}
.-item02 .p-asset-sec02-item-img::after {
	content: '';
	display: block;
	background: url(../images/asset/sec02_img13.webp) no-repeat left top / 100% auto;
	width: 20.5rem;
	height: 29.1rem;
	position: absolute;
	left: -1rem;
	bottom: -2.2rem;
}
.-item03 .p-asset-sec02-item-img::after {
	content: '';
	display: block;
	background: url(../images/asset/sec02_img16.webp) no-repeat left top / 100% auto;
	width: 9.2rem;
	height: 28.7rem;
	position: absolute;
	left: -1.4rem;
	bottom: -1rem;
}
.-item04 .p-asset-sec02-item-img::after {
	content: '';
	display: block;
	background: url(../images/asset/sec02_img28.webp) no-repeat left top / 100% auto;
	width: 14.8rem;
	height: 27.3rem;
	position: absolute;
	left: -1rem;
	bottom: -1.1rem;
}
.p-asset-sec02-item-img img {
	display: block;
}
.p-asset-sec02-item-img figure:nth-child(1) {
	grid-column: 1 / 3;
}
.p-asset-sec02-item-img figure:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 4;
}
.p-asset-sec02-item-img figure:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}
.p-asset-sec02-item-img figure:nth-child(4) {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
	margin-top: -.1rem;
}
.-item04 .p-asset-sec02-item-img figure:nth-child(2) {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  height: 14.9rem;
}
.-item04 .p-asset-sec02-item-img figure:nth-child(3) {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  margin-top: -3rem;
}
.-item04 .p-asset-sec02-item-img figure:nth-child(4) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.-item04 .p-asset-sec02-item-img figure:nth-child(5) {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}
.-item01 .p-asset-sec02-item-img figure:nth-child(4) figcaption {
	left: .5rem;
	right: auto;
}
.-item03 .p-asset-sec02-item-img figure:nth-child(1) {
	width: 48.7138%;
}
.-item03 .p-asset-sec02-item-img figure:nth-child(2) {
	width: 49.6785%;
}
.-item03 .p-asset-sec02-item-img figcaption {
	font-size: 1.3rem;
}
.p-asset-access {
	display: flex;
	justify-content: space-between;
	max-width: 101.6rem;
	margin: 8.8rem auto 0;
}
.p-asset-access-left {
	width: 56.8rem;
}
.p-asset-access h5 {
	font-size: 2.2rem;
	letter-spacing: .1em;
	font-weight: 400;
	margin-bottom: 2.4rem;
}
.p-asset-imgslide__sp-text {
	display: none;
}
.p-asset-access-station {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.6rem;
	margin-top: 2rem;
}
.p-asset-access-station p {
	font-size: 1.2rem;
	letter-spacing: .1em;
	text-align: center;
}
.p-asset-access-station p small {
	line-height: 1.2;
}
.p-asset-access-station figure {
	margin: .6rem 0 .7rem;
}
.p-asset-access-station p:last-child {
	font-size: 1.4rem;
	line-height: 1.5;
}
.p-asset-access-img {
	width: calc(371 / 1016 * 100%);
	margin-top: .3rem;
}
.p-asset-sec02-topic {
	background: #DADCE5;
	max-width: 101.6rem;
	margin: 13.7rem auto 0;
	/*border: .1rem solid #25313D;*/
	padding: 3.6rem 3.2rem 2.5rem 3.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
.p-asset-sec02-topic h4 {
	width: 13.5rem;
	/*height: 6.2rem;
	border-radius: 3.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #25313D;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: .1em;
	padding-top: .1rem;*/
	position: absolute;
	top: -1.9rem;
	left: 6rem;
}
/*.p-asset-sec02-topic h4::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.2rem .7rem 0;
	border-color: #25313D transparent transparent;
	position: absolute;
	left: 0;
	right: .4rem;
	bottom: -.8rem;
	margin: 0 auto;
}*/
.p-asset-sec02-topic h5 {
	width: 100%;
	font-size: 2.3rem;
	letter-spacing: .1em;
	/*color: #274277;*/
	font-weight: 400;
	margin-bottom: 1.5rem;
}
.p-asset-sec02-topic-txt {
	width: 39.557%;
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-top: 2.8rem;
	line-height: 2.1429;
}
.p-asset-sec02-topic-txt .-txt-red {
	color: #C30000;
}
.p-asset-sec02-topic-txt .-txt-marker {
	background: linear-gradient(transparent 60%, #FFD905 60%, #FFD905 90%, transparent 90%);
}
.p-asset-sec02-topic-img {
	width: 54.5359%;
}
.p-asset-sec02-topic-img figcaption {
	text-align: right;
	font-size: 1.2rem;
	letter-spacing: 0;
	margin-top: 1.2rem;
}
@media(max-width:768px) {
	#sec02 {
		padding-top: 8rem;
	}
	.p-asset-main::before {
		content: '';
		display: block;
		background: #DADCE5;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 19.9rem;
	}
	.p-asset-main .sec_ttl_h2 {
		top: -3.8rem;
	}
	.p-asset-main .sec_ttl_h2 span {
		margin-bottom: 1rem;
	}
	.p-asset-main figure {
		width: 92%;
	}
	.p-asset-main figure figcaption {
		bottom: 12vw;
	}
	.p-asset-main-txt {
		top: calc(100% - 12vw);
		bottom: -9vw;
		width: 92%;
	}
	.p-asset-main-txt-inner {
		max-width: 103.6rem;
		padding: 0 0 0 2rem;
		margin: 0 0 0 auto;
	}
	.p-asset-main-txt h3 {
		max-width: 103.6rem;
		width: 90%;
		top: -8.5vw;
		left: 0;
		padding: 0 0 0 2rem;
		margin: 0;
	}
	.p-asset-main-txt p {
		width: fit-content;
		margin: 4vw 0 0;
		font-size: 4.8vw;
		line-height: 1.4;
	}
	.p-asset-main-txt p .-note {
		text-align: left;
		font-size: 2.2vw;
		margin-top: .2rem;
	}
	.p-asset-lead {
		padding: 13vw 2rem 3rem;
	}
	#sec03 .p-asset-lead {
		padding: 16vw 2rem 3rem;
	}
	.p-asset-lead p {
		font-size: 1.3rem;
		letter-spacing: .1em;
		line-height: 2;
	}
	.p-asset-sec02-item {
		padding: 6rem 2rem;
	}
	.p-asset-sec02-item.-item01 {
		padding-top: 3rem;
	}
	.p-asset-sec02-item.-item04 {
		padding-bottom: 4rem;
	}
	.p-asset-sec02-item-inner {
		flex-direction: column;
	}
	.p-asset-sec02-item-left,
	.p-asset-sec02-item.-item03 .p-asset-sec02-item-left {
		width: 100%;
	}
	.p-asset-sec02-item h3 {
		width: 60%;
		margin-bottom: 1.5rem;
	}
	.p-asset-sec02-item h4 {
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
	.p-asset-sec02-item.-item02 h4,
	.p-asset-sec02-item.-item04 h4 {
		margin-bottom: 2rem;
	}
	.p-asset-sec02-item h4 sup {
		font-size: 1rem;
	}
	.p-asset-sec02-item h4 span {
		font-size: 1rem;
	}
	.p-asset-sec02-item-left > p {
		font-size: 1.3rem;
		line-height: 2;
	}
	.p-asset-sec02-item-location {
		margin-top: 2.5rem;
		padding: 2rem;
	}
	.-item02 .p-asset-sec02-item-location {
		margin-top: 2.5rem;
	}
	.-item04 .p-asset-sec02-item-location {
		margin-top: 2.5rem;
		padding-bottom: 2rem;
	}
	.p-asset-sec02-item-location figure {
		margin-bottom: 1rem;
	}
	.-item04 .p-asset-sec02-item-location figure {
		margin-bottom: 1rem;
	}
	.p-asset-sec02-item-location h5 {
		font-size: 1.6rem;
		line-height: 1.6;
		margin-bottom: .5rem;
	}
	.-item02 .p-asset-sec02-item-location h5,
	.-item04 .p-asset-sec02-item-location h5 {
		margin-bottom: .5rem;
	}
	.p-asset-sec02-item-location > p {
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: .1em;
		color: #274277;
	}
	.p-asset-sec02-item-location > .p-asset-sec02-item-location-txt {
		font-size: 1.3rem;
		line-height: 2;
		letter-spacing: -.02em;
		margin: 1.1rem 0 .5rem;
	}
	.-item04 .p-asset-sec02-item-location > .p-asset-sec02-item-location-txt {
		letter-spacing: 0;
	}
	.p-asset-sec02-item-location > .p-asset-sec02-item-location-txt a {
		font-size: 1.1rem;
		text-decoration: underline;
		text-underline-offset: .4rem;
	}
	.p-asset-sec02-item-location-list ul {
		gap: .8rem 0;
		font-size: 1.2rem;
		margin: 1.5rem 0 0;
	}
	.p-asset-sec02-item-location-list ul img {
		width: 2.6rem;
	}
	.p-asset-sec02-item-location-list p {
		font-size: 1.2rem;
		margin-top: .5rem;
	}
	.p-asset-sec02-item-img {
		width: 100%;
		gap: 0.5rem 1.444%;
	}
	.-item02 .p-asset-sec02-item-img {
		grid-template-columns: 51.444% 46.9314%;
		gap: 1rem 1.6246%;
		margin-top: 1rem;
	}
	.-item03 .p-asset-sec02-item-img {
		width: 100%;
		margin-top: 1.5rem;
	}
	.-item04 .p-asset-sec02-item-img {
		grid-template-columns: 51.444% 46.9314%;
		gap: 2vw 1.6246%;
		margin-top: 1rem;
	}
	.-item01 .p-asset-sec02-item-img::after {
		width: 22vw;
		height: 53vw;
		right: -2rem;
		bottom: -.3rem;
	}
	.-item02 .p-asset-sec02-item-img::after {
		width: 34.3vw;
		height: 48vw;
	}
	.-item03 .p-asset-sec02-item-img::after {
		width: 13.1vw;
		height: 40.7vw;
	}
	.-item04 .p-asset-sec02-item-img::after {
		width: 23.3vw;
		height: 43vw;
	}
	.p-asset-sec02-item-img img {
		display: block;
	}
	.p-asset-sec02-item-img figure:nth-child(1) {
		grid-column: 1 / 3;
	}
	.p-asset-sec02-item-img figure:nth-child(2) {
		grid-column: 1 / 2;
		grid-row: 2 / 4;
	}
	.p-asset-sec02-item-img figure:nth-child(3) {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	.p-asset-sec02-item-img figure:nth-child(4) {
		grid-column: 2 / 3;
		grid-row: 3 / 4;
		margin-top: -.1rem;
	}
	.-item04 .p-asset-sec02-item-img figure:nth-child(2) {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		height: 27.3vw;
	}
	.-item04 .p-asset-sec02-item-img figure:nth-child(2) figcaption {
		bottom: 5vw;
	}
	.-item04 .p-asset-sec02-item-img figure:nth-child(3) {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
		margin-top: -4.6vw;
	}
	.-item04 .p-asset-sec02-item-img figure:nth-child(4) {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	.-item04 .p-asset-sec02-item-img figure:nth-child(5) {
		grid-column: 2 / 3;
		grid-row: 3 / 4;
	}
	.-item01 .p-asset-sec02-item-img figure:nth-child(4) figcaption {
		left: .5rem;
		right: auto;
	}
	.-item03 .p-asset-sec02-item-img figure:nth-child(1) {
		width: 48.7138%;
	}
	.-item03 .p-asset-sec02-item-img figure:nth-child(2) {
		width: 49.6785%;
	}
	.-item03 .p-asset-sec02-item-img figcaption {
		font-size: 1rem;
	}
	.p-asset-access {
		flex-direction: column;
		margin: 4rem auto 0;
	}
	.p-asset-access-left {
		width: 100%;
	}
	.p-asset-access h5 {
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
	.p-asset-imgslide__sp-text {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 0 15px;
	}
	.p-asset-imgslide__sp-text img {
		width: 20px;
		margin-right: 7px;
	}
	.p-asset-imgslide__sp-text span {
		line-height: 1;
		font-size: 1.3rem;
		border-bottom: 1px solid #000;
		display: inline-block;
		padding: 0 0 5px;
	}
	span.p-asset-imgslide__img {
		display: block;
		width: 100%;
		overflow-x: scroll;
		margin: 0 auto;
	}
	span.p-asset-imgslide__img img {
		max-width: initial;
		width: 600px;
	}
	.p-asset-access-station {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 2rem;
		margin-top: 3rem;
	}
	.p-asset-access-station p {
		margin: 0 0 .5rem;
	}
	.p-asset-access-station figure {
		margin: 0 0 1rem;
	}
	.p-asset-access-station p:last-child {
		font-size: 1.3rem;
		line-height: 1.5;
		margin: 0;
	}
	.p-asset-access-station p small br {
		display: none;
	}
	.p-asset-access-img {
		width: 100%;
		margin-top: 2rem;
	}
	.p-asset-sec02-topic {
		margin: 8rem auto 0;
		padding: 3rem 2rem 2.5rem;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		position: relative;
	}
	.p-asset-sec02-topic h4 {
		width: 11.5rem;
		left: 2rem;
	}
	.p-asset-sec02-topic h5 {
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
	.p-asset-sec02-topic-txt {
		width: 100%;
		font-size: 1.3rem;
		letter-spacing: 0;
		margin: 0 0 2rem;
		line-height: 2;
	}
	.p-asset-sec02-topic-img {
		width: 100%;
	}
	.p-asset-sec02-topic-img span img {
		width: 50rem;
	}
	.p-asset-sec02-topic-img figcaption {
		text-align: left;
		font-size: 1.1rem;
	}
}

#sec03 {
	padding-top: 12rem;
}
#sec03 .p-asset-main-txt p {
	margin-top: 5.7rem;
}
#sec03 .p-asset-main-txt h3 {
	top: -6.5rem;
}
.p-asset-sec03-item {
	max-width: 105.6rem;
	padding: 0 2rem;
	margin: 7.7rem auto 0;
}
.p-asset-sec03-item + .p-asset-sec03-item {
	margin-top: 7rem;
}
.p-asset-sec03-item h3 {
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 1.7273;
	letter-spacing: .1em;
	color: #274277;
	padding-bottom: 1.5rem;
	margin-bottom: 2.5rem;
	border-bottom: .1rem solid #274277;
}
.p-asset-sec03-item p {
	font-size: 1.4rem;
	letter-spacing: .1em;
	line-height: 2.2143;
}
.p-asset-sec03-item > figure {
	margin-top: 4.9rem;
}
.p-asset-sec03-item-img {
	display: grid;
	grid-template-columns: 31.7rem auto;
	gap: 3rem;
}
.p-asset-sec03-item-img h3 {
	margin: .6rem 0 1.9rem;
}
.p-asset-sec03-item-img figure {
	margin-top: 2.1rem;
}
.p-asset-sec03-topic {
	background: #DADCE5;
	max-width: 101.6rem;
	width: calc(100% - 4rem);
	margin: 7.4rem auto 6rem;
	position: relative;
	padding: 2.6rem 4.8rem 1.7rem 5rem;
	display: flex;
	align-items: center;
}
.p-asset-sec03-topic h3 {
	width: 13.5rem;
	position: absolute;
	top: -1.9rem;
	left: 6rem;
}
.p-asset-sec03-topic figure {
	width: 37.6rem;
}
.p-asset-sec03-topic-left {
	flex: 1;
	padding: .4rem 4rem 0 0;
}
.p-asset-sec03-topic h4 {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 1rem;
}
.p-asset-sec03-topic p {
	font-size: 1.1rem;
	line-height: 2.2727;
	letter-spacing: 0;
}
@media(max-width:768px) {
	#sec03 {
		padding-top: 12rem;
	}
	#sec03 .p-asset-main-txt {
		bottom: -13vw
	}
	#sec03 .p-asset-main-txt p {
		margin-top: 4vw;
	}
	#sec03 .p-asset-main-txt h3 {
		top: -8.5vw;
	}
	.p-asset-sec03-item {
		margin: 4rem auto 0;
	}
	.p-asset-sec03-item + .p-asset-sec03-item {
		margin-top: 4rem;
	}
	.p-asset-sec03-item h3 {
		font-size: 1.8rem;
		line-height: 1.6;
		padding-bottom: 1rem;
		margin-bottom: 1.5rem;
	}
	.p-asset-sec03-item p {
		font-size: 1.3rem;
		line-height: 2;
	}
	.p-asset-sec03-item > figure {
		margin-top: 0;
	}
	.p-asset-sec03-item-img {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	.p-asset-sec03-item-img-left {
		margin-bottom: 2rem;
	}
	.p-asset-sec03-item-img h3 {
		margin: .6rem 0 1.9rem;
	}
	.p-asset-sec03-item-img figure {
		margin-top: 0;
	}
	.p-asset-sec03-topic {
		margin: 5rem auto 4rem;
		padding: 2.6rem 2rem 1.7rem;
		display: block;
	}
	.p-asset-sec03-topic h3 {
		width: 11.5rem;
		left: 2rem;
	}
	.p-asset-sec03-topic figure {
		width: 100%;
		margin-top: 2rem;
	}
	.p-asset-sec03-topic-left {
		padding: 0;
	}
	.p-asset-sec03-topic h4 {
		font-size: 1.6rem;
	}
	.p-asset-sec03-topic p {
		font-size: 1.1rem;
		line-height: 2;
	}
}

#sec04 {
	padding-top: 12rem;
	margin-bottom: 12rem;
}
#sec04 .p-asset-main-txt h3 {
	top: -7.2rem;
}
.p-asset-sec04-item {
	display: flex;
	justify-content: space-between;
	max-width: 105.6rem;
	padding: 0 2rem;
	margin: 10rem auto 0;
}
.p-asset-sec04-item > div {
	width: calc(390 / 1016 * 100%);
}
.p-asset-sec04-item h3 {
	margin-bottom: 3rem;
}
.p-asset-sec04-item h4 {
	font-weight: 400;
	font-size: 2.2rem;
	letter-spacing: .1em;
	line-height: 1.7273;
	margin-bottom: 2rem;
}
.p-asset-sec04-item p {
	font-size: 1.4rem;
	letter-spacing: .1em;
	line-height: 2.2143;
}
.p-asset-sec04-item figure {
	width: calc(558 / 1016 * 100%);
}
@media(max-width:768px) {
	#sec04 {
		padding-top: 10rem;
		margin-bottom: 8rem;
	}
	#sec04 .p-asset-main-txt h3 {
		top: -11.5vw;
	}
	.p-asset-sec04-item {
		flex-direction: column;
		margin: 6rem auto 0;
	}
	.p-asset-sec04-item > div {
		width: 100%;
	}
	.p-asset-sec04-item h3 {
		width: 60%;
		margin-bottom: 2rem;
	}
	.p-asset-sec04-item h4 {
		font-size: 1.8rem;
		line-height: 1.6;
	}
	.p-asset-sec04-item p {
		font-size: 1.3rem;
		line-height: 2;
	}
	.p-asset-sec04-item figure {
		width: 100%;
		margin-top: 3rem;
	}
}

#style03 {
	margin-top: 13rem;
}
.p-mystyle-inner {
	max-width: 1016px;
	width: calc(100% - 36px);
	margin: 0 auto;
}
@media(max-width:768px) {
	#style03 {
		margin-top: 9rem;
	}
}
.mystyle_sec01 {
	position: relative;
	background: #DADCE5;
	padding-bottom: 6rem;
	margin-bottom: 8rem;
}
.mystyle_sec01::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	height: 32.5rem;
	z-index: 0;
}
.mystyle_kv {
	position: relative;
	width: calc(998px + (50vw - 499px));
	min-width: 998px;
	display: flex;
	align-items: flex-start;
	margin: 0 0 3rem auto;
	z-index: 1;
}
.mystyle_kv div {
	width: 34.8rem;
}
.mystyle_kv div h2 {
	width: 21.8rem;
	margin-bottom: 3rem;
}
.mystyle_kv div h3 {
	font-size: 2rem;
	line-height: 1.8;
	font-weight: 300;
	letter-spacing: .1em;
}
.mystyle_kv .mystyle_kv_image {
	position: relative;
	flex: 1;
}
.mystyle_kv .mystyle_kv_image span {
	position: absolute;
	left: 3rem;
	bottom: 1rem;
	font-size: 1.4rem;
	color: #FFFFFF;
	text-shadow: 0 0 6px #000,0 0 6px #000;
}
.mystyle_kv .mystyle_kv_image figure {
	position: relative;
	flex: 1;
}
.mystyle_kv .mystyle_kv_image figure::after {
	position: absolute;
	content: "";
	z-index: 2;
}
#style03 .mystyle_kv_image figure::after {
	width: 37rem;
	height: 13.5rem;
	background: url("../images/mystyledesign/style03_img02.svg") no-repeat center center / contain;
	right: 0;
	top: -5.1rem;
}
.mystyle_kv_image::before {
	position: absolute;
	content: "";
	z-index: 0;
}
@media(max-width:1060px) {
	.mystyle_kv {
		width: calc(100% - 18px);
	}
}
@media(max-width:768px) {
	.mystyle_sec01 {
		padding-bottom: 4rem;
		margin-bottom: 5rem;
	}
	.mystyle_sec01::after {
		max-height: 12.3rem;
		height: 28vw;
	}
	.mystyle_kv {
		width: calc(100% - 36px);
		min-width: auto;
		flex-direction: column;
		margin: 0 auto 4rem;
		z-index: 1;
	}
	.mystyle_kv div {
		width: 100%;
	}
	.mystyle_kv div h2 {
		max-width: 39rem;
		width: 100%;
		margin: 0 auto 3rem;
	}
	.mystyle_kv div h2 img {
		width: 100%;
	}
	.mystyle_kv .mystyle_kv_image {
		width: 100%;
	}
	.mystyle_kv .mystyle_kv_image span {
		left: 0;
		bottom: -2.6rem;
		color: #25313D;
		font-size: 1.2rem;
		text-shadow: none;
	}
	#style03 .mystyle_kv_image figure::after {
		width: 16rem;
		height: 5.8rem;
		top: -2.1rem;
	}
}

.mystyle_sec01 .p-mystyle-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.mystyle_sec01 .p-mystyle-inner > figure {
	width: 30.8rem;
}
.mystyle_sec01 .p-mystyle-inner > div {
	width: 66.8rem;
}
.mystyle_sec01 .p-mystyle-inner > div h4 {
	color: #25313D;
	font-family: "Inter", sans-serif;
	font-size: 4rem;
	font-weight: 300;
	border-bottom: 1px solid #25313D;
	margin-bottom: 3rem;
}
.mystyle_sec01 .p-mystyle-inner > div > div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 1rem;
}
.mystyle_sec01 .p-mystyle-inner > div > div div:nth-child(odd) {
	width: 28rem;
}
.mystyle_sec01 .p-mystyle-inner > div > div div:nth-child(even) {
	width: 35.8rem;
}
.mystyle_sec01 .p-mystyle-inner > div > div div dl {
	display: flex;
	flex-direction: column;
}
.mystyle_sec01 .p-mystyle-inner > div > div div:nth-of-type(2) dl,
.mystyle_sec01 .p-mystyle-inner > div > div div:nth-of-type(4) dl {
	height: 100%;
}
.mystyle_sec01 .p-mystyle-inner > div > div div dt {
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 400;
	background: #25313D;
	padding: .1em 0 .2em 1.2rem;
}
.mystyle_sec01 .p-mystyle-inner > div > div div dd {
	font-size: 1.4rem;
	background: #FFF;
	padding: .8rem 0 .7rem 1.2rem;
	flex: 1;
}
.mystyle_sec01 .p-mystyle-inner > div > div div dl + dl {
	margin-top: 1rem;
}
@media(max-width:768px) {
	.mystyle_sec01 .p-mystyle-inner {
		flex-direction: column;
		align-items: flex-start;
	}
	.mystyle_sec01 .p-mystyle-inner > figure {
		width: 70%;
		margin: 0 auto 2rem;
	}
	.mystyle_sec01 .p-mystyle-inner > h3 {
		font-size: 2rem;
		font-weight: 300;
		line-height: 2;
	}
	.mystyle_sec01 .p-mystyle-inner > div {
		width: 100%;
		margin-top: 1rem;
	}
	.mystyle_sec01 .p-mystyle-inner > div h4 {
		font-size: 2.4rem;
		font-weight: 300;
		border-bottom: 1px solid #25313D;
		margin-bottom: 3rem;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div {
		flex-direction: column;
		row-gap: 1rem;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div div:nth-child(odd) {
		width: 100%;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div div:nth-child(even) {
		width: 100%;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div div:nth-of-type(1) {
		order: 0;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div div:nth-of-type(2) {
		order: 2;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div div:nth-of-type(3) {
		order: 1;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div div:nth-of-type(4) {
		order: 4;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div div dt {
		font-size: 1.4rem;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div div dd {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div div dl + dl {
		margin-top: 1rem;
	}
}

.mystyle_sec02 {
	display: flex;
	justify-content: space-between;
}
.mystyle_sec02 .plan_wrap {
	width: 48.4rem;
}
.mystyle_sec02 .plan_wrap .plan_spec {
	margin-bottom: 6rem;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_type {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.2rem;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_type p {
	display: flex;
	align-items: center;
	font-size: 10rem;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	line-height: 1;
	background: #DADCE5;
	padding: 0 3rem;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_type p small {
	font-size: 3rem;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	margin-left: 2rem;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_type p + p {
	font-size: 4rem;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	background: none;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	line-height: 1.2;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dl + dl {
	margin-top: .5rem;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dl:last-of-type {
	border-top: 1px solid #707070;
	padding-top: .9rem;
	margin-top: .8rem;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dt {
	font-size: 1.4rem;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dd {
	font-size: 1.9rem;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dd span {
	font-size: 2.4rem;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dd small {
	font-size: 1.4rem;
}
.mystyle_sec02 .plan_wrap figure {
	margin: 0 auto;
}
#style03 .mystyle_sec02 .plan_wrap figure {
	width: 45.5rem;
}
.mystyle_sec02 .plan_wrap .icon_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3.5rem;
}
.mystyle_sec02 .plan_wrap .icon_wrap img {
	width: 14.8rem;
}
.mystyle_sec02 .plan_wrap .icon_wrap img:last-of-type {
	width: 6.7rem;
}
.mystyle_sec02 .plan_wrap .icon_wrap p {
	font-size: 1.2rem;
}
@media(max-width:768px) {
	.mystyle_sec02 {
		flex-direction: column;
	}
	.mystyle_sec02 .plan_wrap {
		width: 100%;
		margin-bottom: 3rem;
	}
	.mystyle_sec02 .plan_wrap .plan_spec {
		margin-bottom: 4rem;
	}
	.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_type p {
		font-size: 6rem;
		padding: .5rem 1.5rem;
	}
	.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_type p small {
		font-size: 2rem;
		margin-left: 1rem;
	}
	.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_type p + p {
		font-size: 3rem;
	}
	.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dt {
		font-size: 1.3rem;
	}
	.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dd {
		font-size: 1.8rem;
	}
	.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dd span {
		font-size: 2rem;
	}
	.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dd small {
		font-size: 1.3rem;
	}
	.mystyle_sec02 .plan_wrap figure {
		margin: 0 auto;
	}
	#style03 .mystyle_sec02 .plan_wrap figure {
		max-width: 45.5rem;
		width: calc(45.5 / 47.4 * 100%);
	}
	.mystyle_sec02 .plan_wrap .icon_wrap {
		position: relative;
		padding-bottom: 1.5rem;
		margin-top: 2rem;
	}
	.mystyle_sec02 .plan_wrap .icon_wrap img {
		width: 12rem;
	}
	.mystyle_sec02 .plan_wrap .icon_wrap img + img {
		width: 5rem;
	}
	.mystyle_sec02 .plan_wrap .icon_wrap p {
		position: absolute;
		bottom: 0;
		font-size: 1.1rem;
	}
}

.mystyle_sec02 .point_wrap {
	width: 46.8rem;
}
.mystyle_sec02 .point_wrap h3 {
	font-size: 2.9rem;
	font-weight: 300;
	margin-bottom: 8rem;
	letter-spacing: 0;
}
.mystyle_sec02 .point_wrap .point_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 3rem;
}
.mystyle_sec02 .point_wrap .point_block.point02 {
	flex-direction: row-reverse;
	margin: 5rem 0;
}
.mystyle_sec02 .point_wrap .point_block.point01 figure {
	width: 24.8rem;
}
.mystyle_sec02 .point_wrap .point_block.point02 figure,
.mystyle_sec02 .point_wrap .point_block.point03 figure {
	width: 23.7rem;
}
.mystyle_sec02 .point_wrap .point_block figure::after {
	content: "01";
	position: absolute;
	right: 1.2rem;
	top: 0;
	z-index: 2;
	font-size: 6rem;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	line-height: 1;
	opacity: .3;
	transform: translateY(-50%);
}
.mystyle_sec02 .point_wrap .point_block.point02 figure::after {
	content: "02";
}
.mystyle_sec02 .point_wrap .point_block.point03 figure::after {
	content: "03";
}
.mystyle_sec02 .point_wrap .point_block div {
	flex: 1;
}
.mystyle_sec02 .point_wrap .point_block div p:first-of-type {
	color: #DADCE5;
	font-size: 1.4rem;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	line-height: 1;
}
.mystyle_sec02 .point_wrap .point_block div h4 {
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 1.3;
	margin: .8rem 0;
}
.mystyle_sec02 .point_wrap .point_block div p:last-of-type {
	font-size: 1.2rem;
	line-height: 1.8;
}
.mystyle_sec02 .point_wrap .point_block.point01 div + p {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 1.5rem;
}
.mystyle_sec02 .point_wrap .color_block {
	margin-top: 4rem;
}
.mystyle_sec02 .point_wrap .color_block > p {
	color: #DADCE5;
	font-size: 1.4rem;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	line-height: 1;
}
.mystyle_sec02 .point_wrap .color_block h4 {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.3;
	margin: .8rem 0 1.5rem;
}
.mystyle_sec02 .point_wrap .color_block > div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.mystyle_sec02 .point_wrap .color_block > div p {
	width: 23.1rem;
	font-size: 1.2rem;
}
.mystyle_sec02 .point_wrap .color_block > div figure {
	width: 23.1rem;
	position: relative;
}
.mystyle_sec02 .point_wrap .color_block > div figure::after {
	content: "04";
	position: absolute;
	right: 1.2rem;
	top: 0;
	z-index: 2;
	font-size: 6rem;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	line-height: 1;
	opacity: .3;
	transform: translateY(-50%);
}

.mystyle_sec02 .point_wrap .color_block ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: .6rem;
}
.mystyle_sec02 .point_wrap .color_block ul li {
	width: 23.1rem;
}
@media(max-width:768px) {
	.mystyle_sec02 .point_wrap {
		width: 100%;
	}
	.mystyle_sec02 .point_wrap h3 {
		font-size: 2rem;
		margin-bottom: 3rem;
	}
	.mystyle_sec02 .point_wrap .point_block {
		flex-direction: column;
		align-items: center;
	}
	.mystyle_sec02 .point_wrap .point_block > p.u-device-sp {
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 1rem;
		color: #DADCE5;
		font-size: 1.4rem;
		font-weight: 600;
		font-family: "Inter", sans-serif;
		width: 100%;
		margin-bottom: 2rem;
	}
	.mystyle_sec02 .point_wrap .point_block > p::before,
	.mystyle_sec02 .point_wrap .point_block > p::after {
		content: "";
		height: 1px;
		background: #DADCE5;
		flex: 1;
	}
	.mystyle_sec02 .point_wrap .point_block.point02 {
		flex-direction: column;
		align-items: center;
		margin: 3rem 0;
	}
	.mystyle_sec02 .point_wrap .point_block.point01 figure {
		max-width: 49.6rem;
		width: 100%;
	}
	.mystyle_sec02 .point_wrap .point_block.point02 figure,
	.mystyle_sec02 .point_wrap .point_block.point03 figure {
		max-width: 47.4rem;
		width: 100%;
	}
	.mystyle_sec02 .point_wrap .point_block figure::after {
		font-size: 5rem;
	}
	.mystyle_sec02 .point_wrap .point_block div {
		width: 100%;
	}
	.mystyle_sec02 .point_wrap .point_block div h4 {
		font-size: 1.6rem;
		margin: 1rem 0 .5rem;
	}
	.mystyle_sec02 .point_wrap .point_block div h4 br {
		display: none;
	}
	.mystyle_sec02 .point_wrap .point_block div p:last-of-type {
		line-height: 1.6;
	}
	.mystyle_sec02 .point_wrap .point_block.point01 div + p {
		font-size: 1.2rem;
		margin-top: 0;
	}
	.mystyle_sec02 .point_wrap .color_block {
		margin-top: 3rem;
	}
	.mystyle_sec02 .point_wrap .color_block > p {
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 1rem;
		margin-bottom: 1rem;
	}
	.mystyle_sec02 .point_wrap .color_block > p::before,
	.mystyle_sec02 .point_wrap .color_block > p::after {
		content: "";
		height: 1px;
		background: #DADCE5;
		flex: 1;
	}
	.mystyle_sec02 .point_wrap .color_block h4 {
		font-size: 1.6rem;
		margin: 0 0 1.5rem;
	}
	.mystyle_sec02 .point_wrap .color_block h4 br {
		/*display: none;*/
	}
	.mystyle_sec02 .point_wrap .color_block > div {
		flex-direction: column-reverse;
	}
	.mystyle_sec02 .point_wrap .color_block > div p {
		width: 23.1rem;
		font-size: 1.2rem;
	}
	.mystyle_sec02 .point_wrap .color_block > div figure {
		max-width: 46.2rem;
		width: 100%;
		margin: 0 auto .5rem;
	}
	.mystyle_sec02 .point_wrap .color_block > div figure::after {
		font-size: 5rem;
	}
	.mystyle_sec02 .point_wrap .color_block ul li {
		width: 49%;
	}
	.mystyle_sec02 .point_wrap .color_block ul li img {
		aspect-ratio: 3.5/1;
		object-fit: cover;
	}
	.mystyle_sec02 .point_wrap .color_block ul li figure figcaption.img-cap {
		font-size: 9px;
		letter-spacing: 0;
	}
}

.mystyle_sec03 {
	margin: 10rem 0 12rem;
}
.mystyle_sec03 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 4rem;
}
.mystyle_sec03 ul li {
	width: calc(330 / 1016 * 100%);
}
.mystyle_sec03 ul li p {
	text-align: center;
	font-size: 1.6rem;
	margin-top: 1.5rem;
}
@media(max-width:768px) {
	.mystyle_sec03 {
		margin: 4rem 0 6rem;
	}
	.mystyle_sec03 ul {
		row-gap: 2rem;
	}
	.mystyle_sec03 ul li {
		width: 49%;
	}
	.mystyle_sec03 ul li p {
		font-size: 1.3rem;
		margin-top: 1rem;
	}
}

.mystyle_sec04 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 12rem;
}
.mystyle_sec04 > div {
	width: calc(575 / 1016 * 100%);
}
.mystyle_sec04 div h3 {
	margin-bottom: 2rem;
}
.mystyle_sec04 div h4 {
	font-weight: 400;
	font-size: 2.1rem;
	letter-spacing: .05em;
	line-height: 1.7273;
	margin-bottom: 3.5rem;
}
.mystyle_sec04 .mystyle_sec04_spec {
	display: flex;
	justify-content: space-between;
}
.mystyle_sec04 .mystyle_sec04_spec > div {
	width: calc(345 / 575 * 100%);
	background: #DADCE5;
}
.mystyle_sec04 .mystyle_sec04_spec > div h5 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2.7rem;
	font-weight: 300;
	padding-right: 2.5rem;
	margin-bottom: .6rem;
}
.mystyle_sec04 .mystyle_sec04_spec > div h5 span {
	color: #FFFFFF;
	width: calc(172 / 345 * 100%);
	font-size: 2rem;
	background: #274277;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 1.5rem;
}
.mystyle_sec04 .mystyle_sec04_spec > div h5 span strong {
	color: #FFFFFF;
	font-size: 6.9rem;
	font-weight: 300;
	line-height: 1;
	padding: 0 0 .15em;
}
.mystyle_sec04 .mystyle_sec04_spec > div dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: .2rem .8rem 0 1.7rem;
}
.mystyle_sec04 .mystyle_sec04_spec > div dl:last-of-type {
	border-top: 1px solid #707070;
	padding: .6rem .8rem 2.2rem 1.7rem;
	margin-top: .6rem;
}
.mystyle_sec04 .mystyle_sec04_spec > div dl dt {
	font-size: 1.5rem;
}
.mystyle_sec04 .mystyle_sec04_spec > div dl dd {
	font-size: 1.1rem;
}
.mystyle_sec04 .mystyle_sec04_spec > div dl dd strong {
	font-size: 2rem;
	font-weight: 300;
}
.mystyle_sec04 .mystyle_sec04_spec > div dl:nth-of-type(2) dd strong {
	font-size: 1.6rem;
}
.mystyle_sec04 .mystyle_sec04_spec > div + div {
	width: calc(230 / 575 * 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	background: #274277;
}
.mystyle_sec04 .mystyle_sec04_spec > div + div p {
	color: #FFFFFF;
	font-size: 1.4rem;
	line-height: 2;
	text-align: center;
}
.mystyle_sec04 .mystyle_sec04_spec > div + div p strong {
	color: #FFFFFF;
	font-size: 4.4rem;
	font-weight: 300;
	line-height: 1.2;
}
.mystyle_sec04 .mystyle_sec04_spec + p {
	text-align: right;
	margin: 1.3rem 0 3.5rem;
}
.mystyle_sec04 .mystyle_sec04_spec + p a {
	font-size: 1.4rem;
	text-decoration: underline;
}
.mystyle_sec04 .mystyle_sec04_spec + p a:hover {
	text-decoration: none;
}
.mystyle_sec04 > div figure {
	margin-bottom: 5rem;
}
.mystyle_sec04 > div ol li {
	list-style: none;
	display: flex;
	align-items: center;
	column-gap: 2rem;
	font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.mystyle_sec04 > div ol li + li {
	margin-top: 4rem;
}
.mystyle_sec04 > div ol li::before {
	content: "1";
	color: #FFF;
	font-size: 2.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 5.1rem;
	height: 5.1rem;
	background: #B1966D;
	border-radius: 50%;
}
.mystyle_sec04 > div ol li:nth-of-type(2)::before {
	content: "2";
}
.mystyle_sec04 > div ol li:nth-of-type(3)::before {
	content: "3";
}
.mystyle_sec04 > div + div {
	width: calc(335 / 1016 * 100%);
}
.mystyle_sec04 > div + div figure {
	margin-bottom: 3rem;
}
.mystyle_sec04 > div + div .icon_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mystyle_sec04 > div + div .icon_wrap img {
	width: calc(172 / 335 * 100%);
}
.mystyle_sec04 > div + div .icon_wrap img + img {
	width: calc(66 / 335 * 100%);
}
.mystyle_sec04 + a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	max-width: 47.5rem;
	height: 11.1rem;
	background: #D6D8E0;
	margin: 0 auto 12rem;
}
.mystyle_sec04 + a::after {
	content: '';
	display: block;
	width: 3.426rem;
	height: .855rem;
	background: url(../images/asset/arrow_right.svg) no-repeat left top / 100% auto;
	position: absolute;
	right: 2.81rem;
	top: 5.5rem;
	transition: transform .3s;
}
.mystyle_sec04 + a:hover::after {
	transform: translateX(.5rem);
}
@media(max-width:768px) {
	.mystyle_sec04 {
		flex-direction: column;
		row-gap: 3rem;
		margin: 0 0 6rem;
	}
	.mystyle_sec04 > div {
		width: 100%;
	}
	.mystyle_sec04 div h3 {
		width: 60%;
		margin-bottom: 2rem;
	}
	.mystyle_sec04 div h4 {
		font-size: 1.8rem;
		line-height: 1.6;
		margin-bottom: 2rem;
	}
	.mystyle_sec04 .mystyle_sec04_spec {
		flex-direction: column;
	}
	.mystyle_sec04 .mystyle_sec04_spec > div {
		width: 100%;
	}
	.mystyle_sec04 .mystyle_sec04_spec > div h5 {
		font-size: 2.4rem;
		padding-right: 2rem;
	}
	.mystyle_sec04 .mystyle_sec04_spec > div h5 span {
		width: 50%;
	}
	.mystyle_sec04 .mystyle_sec04_spec > div h5 span strong {
		font-size: 5.4rem;
	}
	.mystyle_sec04 .mystyle_sec04_spec > div dl:last-of-type {
		padding: .6rem .8rem 1.8rem 1.7rem;
	}
	.mystyle_sec04 .mystyle_sec04_spec > div dl dt {
		font-size: 1.4rem;
	}
	.mystyle_sec04 .mystyle_sec04_spec > div dl dd {
		font-size: 1.1rem;
	}
	.mystyle_sec04 .mystyle_sec04_spec > div dl dd strong {
		font-size: 1.8rem;
		font-weight: 300;
	}
	.mystyle_sec04 .mystyle_sec04_spec > div dl:nth-of-type(2) dd strong {
		font-size: 1.5rem;
	}
	.mystyle_sec04 .mystyle_sec04_spec > div + div {
		width: 100%;
		padding: 1rem 0;
	}
	.mystyle_sec04 .mystyle_sec04_spec > div + div p {
		font-size: 1.3rem;
	}
	.mystyle_sec04 .mystyle_sec04_spec > div + div p strong {
		font-size: 3.6rem;
	}
	.mystyle_sec04 .mystyle_sec04_spec + p {
		text-align: right;
		margin: 1rem 0 3rem;
	}
	.mystyle_sec04 .mystyle_sec04_spec + p a {
		font-size: 1.2rem;
	}
	.mystyle_sec04 > div figure {
		margin-bottom: 4rem;
	}
	.mystyle_sec04 > div ol li {
		column-gap: 1.5rem;
		font-size: 1.3rem;
	}
	.mystyle_sec04 > div ol li + li {
		margin-top: 2rem;
	}
	.mystyle_sec04 > div ol li::before {
		font-size: 2rem;
		width: 4.6rem;
		height: 4.6rem;
	}
	.mystyle_sec04 > div + div {
		max-width: 67rem;
		width: 70%;
		margin: 0 auto;
	}
	.mystyle_sec04 > div + div figure {
		margin-bottom: 3rem;
	}
	.mystyle_sec04 + a {
		font-size: 1.6rem;
		width: 90%;
		height: 8rem;
		margin: 0 auto 8rem;
	}
	.mystyle_sec04 + a::after {
		width: 2rem;
		height: .6rem;
		right: 1.5rem;
		top: 3.9rem;
	}
}

.mystyle_sec05 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8rem;
}
.mystyle_sec05 > div {
	display: flex;
	flex-direction: column;
	width: calc(344 / 1016 * 100%);
}
.mystyle_sec05 > div h3 {
	margin-bottom: 2rem;
}
.mystyle_sec05 > div h4 {
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 1.7273;
	margin-bottom: 2rem;
}
.mystyle_sec05 > div p {
	font-size: 1.4rem;
	letter-spacing: .1em;
	line-height: 2.2143;
}
.mystyle_sec05 > div figure {
	margin: auto 0 0;
}
.mystyle_sec05 > figure {
	width: calc(558 / 1016 * 100%);
}
@media(max-width:768px) {
	.mystyle_sec05 {
		flex-direction: column;
		row-gap: 3rem;
		margin-bottom: 6rem;
	}
	.mystyle_sec05 > div {
		width: 100%;
	}
	.mystyle_sec05 > div h3 {
		width: 50%;
		margin-bottom: 2rem;
	}
	.mystyle_sec05 > div h4 {
		font-size: 1.8rem;
		line-height: 1.6;
		margin-bottom: 2rem;
	}
	.mystyle_sec05 > div p {
		font-size: 1.3rem;
		line-height: 2;
	}
	.mystyle_sec05 > div figure {
		margin: 2rem 0 0;
	}
	.mystyle_sec05 > figure {
		width: 100%;
	}
}

.p-front-equipment__slide {
	margin-bottom: 10rem;
}
.p-front-equipment__slide p {
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
	margin: 1.5rem 0 0;
}
.p-front-equipment__slide .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
@media(max-width:768px) {
	.p-front-equipment__slide {
		margin-bottom: 6rem;
	}
	.p-front-equipment__slide p {
		font-size: 1.4rem;
		margin: 1rem 0 0;
	}
}

#sec05 {
	padding-top: 12rem;
}
#sec05 .p-asset-main-txt h3 {
	top: -7.2rem;
}
.p-asset-sec05-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 105.6rem;
	padding: 0 2rem;
	margin: 10rem auto 4rem;
}
.p-asset-sec05-item > div {
	width: calc(416 / 1016 * 100%);
}
.p-asset-sec05-item > div h3 {
	margin-bottom: 2rem;
}
.p-asset-sec05-item > div h4 {
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 1.7273;
	margin-bottom: 2rem;
}
.p-asset-sec05-item > div p {
	font-size: 1.4rem;
	letter-spacing: .1em;
	line-height: 2.2143;
}
.p-asset-sec05-item figure {
	width: calc(558 / 1016 * 100%);
}
.p-asset-sec05-flow {
	max-width: 88.3rem;
	margin: 0 auto 12rem;
}
@media(max-width:768px) {
	#sec05 {
		padding: 10rem 0 12rem;
	}
	#sec05 .p-asset-main-txt h3 {
		top: -6.5vw;
	}
	.p-asset-sec05-item {
		flex-direction: column;
		row-gap: 3rem;
		margin: 6rem auto 4rem;
	}
	.p-asset-sec05-item > div {
		width: 100%;
	}
	.p-asset-sec05-item > div h3 {
		width: 60%;
		margin-bottom: 2rem;
	}
	.p-asset-sec05-item > div h4 {
		font-size: 1.8rem;
		line-height: 1.6;
		margin-bottom: 2rem;
	}
	.p-asset-sec05-item > div p {
		font-size: 1.3rem;
		line-height: 2;
	}
	.p-asset-sec05-item figure {
		width: 100%;;
	}
	.p-asset-sec05-flow {
		width: 100%;
		padding: 0 2rem;
		margin: 0 auto 6rem;
	}
}




