@charset "UTF-8";

/* ========================================
  @media screen and (min-width: 768px),print 
======================================== */
@media screen and (min-width: 768px), print {
#rent .p-header__mv {
	margin-bottom: 70px;
}

.p-mv {
	margin-bottom: -156px;
}

.p-mv .p-mv__contents {
	background: url(../images/rent/mv_bg.jpg) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 1920px;
	padding-block: 75px 233px;
	width: 100%;
}

.p-mv .p-mv__contents .icon {
	margin-bottom: 24px;
	text-align: center;
}

.p-mv .p-mv__contents h2 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.3666666667;
	margin-bottom: 25px;
	text-align: center;
}

.p-mv .p-mv__contents p {
	color: #ffffff;
	font-size: 22px;
  font-size: clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.8636363636;
	margin-inline: auto;
	text-align: center;
	width: min(95%, 1060px);
}

.p-onayami {
	margin-bottom: -124px;
}

.p-onayami .l-inner.l-onayami {
	margin-inline: auto;
	width: min(95%, 1100px);
}

.p-onayami .p-onayami__contents {
	background: #E2E2E2;
	border: 1px solid #9C9C9C;
	padding-block: 61px 29px;
	position: relative;
}

.p-onayami .p-onayami__contents::after {
	background: url(../images/rent/triangle.svg) no-repeat center center/contain;
	bottom: -58px;
	content: "";
	height: 90px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 240px;
}

.p-onayami .p-onayami__contents h2 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4666666667;
	text-align: center;
	border-bottom: 2px solid #016FC6;
	margin-bottom: 4px;
	padding-bottom: 2px;
	width: fit-content;
	margin-inline: auto;
}

.p-onayami .p-onayami__contents h2 span {
	color: #016FC6;
}

.p-onayami .p-onayami__contents h3 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4666666667;
	margin-bottom: 49px;
	text-align: center;
}

.p-onayami .p-onayami__items {
	display: grid;
	gap: 19px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 900px);
}

.p-onayami .p-onayami__item {
	border-bottom: 1px dashed #8F8F8F;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
	padding-block: 0 13px;
	padding-left: 96px;
	position: relative;
}

.p-onayami .p-onayami__item:before {
	background: url(../images/rent/check.svg) no-repeat center center/contain;
	content: "";
	height: 20px;
	left: 59px;
	position: absolute;
	top: 10px;
	width: 26px;
}

.p-onayami .p-onayami__item span {
	color: #016FC6;
}

.p-onayami .p-onayami__item.last {
	border-bottom: none;
	padding-block: 0;
	position: static;
	text-align: right;
}

.p-onayami .p-onayami__item.last:before {
	content: none;
}

.p-replay {
	margin-bottom: 178px;
}

.p-replay .l-inner.l-replay {
	background: url(../images/rent/replay_bg.jpg) no-repeat top center/cover;
	margin-inline: auto;
	padding-block: 211px 0;
	width: min(100%, 1600px);
}

.p-replay .p-replay__ttl {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.088em;
	line-height: 2.225;
	margin-bottom: 41px;
	text-align: center;
}

.p-replay .p-replay__ttl span {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 0.088em;
	line-height: 1.4833333333;
	position: relative;
}

.p-replay .p-replay__ttl span:before {
	background: url(../images/rent/line.svg) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 57px;
	left: -60px;
	position: absolute;
	width: 30px;
}

.p-replay .p-replay__ttl span::after {
	background: url(../images/rent/line.svg) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 57px;
	position: absolute;
	right: -60px;
	transform: scale(-1, 1);
	width: 30px;
}

.p-replay .p-replay__items {
	display: grid;
	gap: 6.5% 3.3%;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 98px;
	margin-inline: auto;
	width: min(95%, 1280px);
}

.p-replay .p-replay__item .icon {
	margin-bottom: -25px;
	text-align: center;
}

.p-replay .p-replay__item .box {
	background: #ffffff;
	border-radius: 5px;
	padding-block: 43px 36px;
}

.p-replay .p-replay__item .box p {
	font-size: 22px;
  font-size:clamp(0.875rem, 0.542rem + 0.69vw, 1.375rem);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.8181818182;
	text-align: center;
}

.p-replay .p-replay__item .box p span {
	color: #D95B06;
	font-size: 26px;
  font-size: clamp(1rem, 0.583rem + 0.87vw, 1.625rem);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5384615385;
}

.p-replay .p-replay__img {
	margin-bottom: -40px;
	text-align: center;
}

.p-replay .p-replay__contents {
	background: #FDF7D8;
	margin-bottom: -100px;
	margin-inline: auto;
	padding-block: 31px 40px;
	position: relative;
	width: min(95%, 1200px);
}

.p-replay .p-replay__contents p {
	text-align: center;
}

.p-replay .p-replay__contents p.top {
	font-size: 30px;
  font-size: clamp(1.125rem, 0.625rem + 1.04vw, 1.875rem);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 7px;
}

.p-replay .p-replay__contents p.bottom {
	font-size: 36px;
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.75;
}

.p-replay .p-replay__contents p.bottom span {
	text-decoration: underline;
	text-decoration-thickness: 58px;
	text-decoration-thickness: clamp(1.875rem, 0.708rem + 2.43vw, 3.625rem);
	-webkit-text-decoration-color: #FFFF00;
	text-decoration-color: #FFFF00;
	text-underline-offset: -45px;
}

.p-replay .p-replay__icon {
	margin-inline: auto;
	position: relative;
	text-align: right;
	width: min(95%, 1372px);
	z-index: 10;
}

.p-replay .p-replay__icon img {
  width: 126px;
  height: auto;
}

.p-merit {
	background: #ffffff;
}

.p-merit .l-inner.l-merit {
	padding-block: 0 104px;
	position: relative;
	top: -27px;
}

.p-merit .p-merit__ttl {
	margin-bottom: 147px;
}

.p-merit .p-merit__ttl img {
  width: 100%;
  height: auto;        
}

.p-merit .p-merit__items {
	display: grid;
	gap: 120px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-merit .p-merit__item {
	align-items: center;
	display: grid;
	gap: 0 5.2%;
	grid-template-columns: 57.8% minmax(0, 1fr);
	margin-right: auto;
	width: min(98%, 1520px);
}

.p-merit .p-merit__item.reverse {
	grid-template-columns: minmax(0, 1fr) 58.8%;
	margin: 0;
	margin-left: auto;
	width: min(98%, 1500px);
}

.p-merit .p-merit__item .wrap .en {
	margin-bottom: 32px;
}

.p-merit .p-merit__item .wrap h3 {
	font-size: 54px;
  font-size: clamp(2.5rem, 1.917rem + 1.22vw, 3.375rem);
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.5185185185;
	margin-bottom: 28px;
}

.p-merit .p-merit__item .wrap h3 span.blue {
	color: #016FC6;
	display: block;
	font-size: 30px;
  font-size: clamp(1.125rem, 0.625rem + 1.04vw, 1.875rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 7px;
}

.p-merit .p-merit__item .wrap h3 span.small {
	display: block;
	font-size: 30px;
  font-size: clamp(1.125rem, 0.625rem + 1.04vw, 1.875rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: -8px;
}

.p-merit .p-merit__item:nth-child(1) .wrap .txt,
.p-merit .p-merit__item:nth-child(3) .wrap .txt {
  padding-inline: 0 16px;
}

.p-merit .p-merit__item .wrap .txt p {
	font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2.125;
	margin-bottom: 20px;
}

.p-merit .p-merit__item .wrap .txt p.bottom {
	color: #016FC6;
	font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 2.125;
	margin-bottom: 0;
}

.p-support {
	background: url(../images/rent/support_bg.jpg) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
}

.p-support .l-inner.l-support {
	padding-block: 140px 178px;
}

.p-support .p-support__items {
	display: grid;
	gap: 5.3% 2.3%;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 1720px);
}

.p-support .p-support__item {
	background: #ffffff;
	border: 1px solid #016FC6;
	padding-block: 15px 26px;
	position: relative;
}

.p-support .p-support__item .num {
	left: -1px;
	position: absolute;
	top: -2px;
}

.p-support .p-support__item .img {
	margin-bottom: 20px;
	text-align: center;
}

.p-support .p-support__item h3 {
	color: #3B9CE8;
	font-size: 24px;
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 13px;
	text-align: center;
}

.p-support .p-support__item p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	padding-inline: 30px;
}

.c-sec__en {
	margin-bottom: 14px;
	text-align: center;
}

.c-sec__ttl {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 67px;
	text-align: center;
}

.p-flow {
	background: #E3E9EE;
	margin-bottom: 120px;
}

.p-flow .l-inner.l-flow {
	padding-block: 140px;
}

.p-flow .p-flow__items {
	display: grid;
	gap: 37px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	position: relative;
	width: min(95%, 1000px);
	margin-block: -32px 0;
}

.p-flow .p-flow__items::after {
	background: url(../images/rent/flow_line.svg) no-repeat center center/contain;
	top: 8px;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 4px;
}

.p-flow .p-flow__item {
	align-items: center;
	background: #ffffff;
	border: 1px solid #9AC1E1;
	border-radius: 200px;
	display: grid;
	gap: 0 40px;
	grid-template-columns: 180px minmax(0, 1fr);
	padding-inline: 80px;
	position: relative;
	z-index: 10;
	padding-block: 10px 10px;
}

.p-flow .p-flow__item .wrap {
}

.p-flow .p-flow__item .num {
	margin-bottom: 4px;
}

.p-flow .p-flow__item h3 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 10px;
}

.p-flow .p-flow__item:not(:first-child) h3 {
	margin-bottom: 18px;
}

.p-flow .p-flow__item p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
}

.p-works {
	margin-bottom: 120px;
}

.p-works .l-inner.l-works {
	margin-inline: auto;
	width: min(95%, 1220px);
}

.p-works .system-list {
	display: grid;
	gap: 0 40px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 49px;
}

.p-works .system-pic {
	margin-bottom: 19px;
}

.p-works .system-pic img {
	height: 250px;
}

.p-works .system-area {
	background: #016FC6;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 10px;
	padding-inline: 23px;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-works .system-ttl {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.7142857143;
	margin-bottom: 13px;
}

.p-works .system-name {
	color: #016FC6;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 2.7142857143;
}

.p-works .p-works__btn {
	text-align: center;
}

.p-works .p-works__btn a {
	background: #ffffff;
	border: 1px solid #016FC6;
	color: #016FC6;
	display: block;
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-inline: auto;
	padding-block: 30px;
	position: relative;
	width: min(95%, 706px);
}

.p-works .p-works__btn a::after {
	background: url(../images/rent/btn_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 17px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.p-bottom {
	margin-bottom: 165px;
}

.p-bottom .l-inner.l-bottom {
	background: #ffffff;
	border: 10px solid #E2E2E2;
	margin-inline: auto;
	padding-block: 62px;
	width: min(95%, 1400px);
}

.p-bottom .p-bottom__ttl {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 27px;
	text-align: center;
}

.p-bottom .p-bottom__ttl.bottom02 {
	font-size: 24px;
	margin-bottom: 27px;
}

.p-bottom .p-bottom__ttl span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.5;
	margin-bottom: 0px;
}

.p-bottom .p-bottom__ttl span.bottom02 {
	display: block;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.5;
	margin-bottom: 0px;
}

.p-bottom .p-bottom__contents {
	margin-bottom: 51px;
	text-align: center;
}

.p-bottom .p-bottom__contents a {
	display: block;
}

.p-bottom .p-bottom02__items {
	display: grid;
	gap: 0 40px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 760px);
}

.p-bottom .p-bottom02__item .img {
	margin-bottom: 16px;
}

.p-bottom .p-bottom02__item .img img {
  width: 100%;
  height: auto;        
}

.p-bottom .p-bottom02__item p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
	text-align: center;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1700px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1700px) {
.p-replay .p-replay__contents p.bottom span {
	text-underline-offset: -2.353vw;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1600px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1600px) {
.p-replay .p-replay__img img {
  width: 100%;
  height: auto;        
}

.p-merit .p-merit__item .img img {
  width: 100%;
  height: auto;        
}

.p-replay .p-replay__ttl {
	font-size: 2.5vw;
	font-weight: 700;
	letter-spacing: 0.088em;
	line-height: 2.225;
	margin-bottom: 2.563vw;
	text-align: center;
}

.p-replay .p-replay__ttl span {
	font-size: 3.75vw;
	font-weight: 700;
	letter-spacing: 0.088em;
	line-height: 1.4833333333;
	position: relative;
}

.p-replay .p-replay__ttl span:before {
	background: url(../images/rent/line.svg) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 3.562vw;
	left: -3.75vw;
	position: absolute;
	width: 1.875vw;
}

.p-replay .p-replay__ttl span::after {
	background: url(../images/rent/line.svg) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 3.562vw;
	position: absolute;
	right: -3.75vw;
	transform: scale(-1, 1);
	width: 1.875vw;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1500px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1500px) {
.p-replay .p-replay__contents p.bottom span {
  text-underline-offset: -2.5vw;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1150px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1150px) {
.p-replay .p-replay__icon img {
  width: 8.957vw;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1100px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1100px) {
.p-merit .p-merit__item {
	grid-template-columns: 49% minmax(0, 1fr);
}

.p-merit .p-merit__item.reverse {
	grid-template-columns: minmax(0, 1fr) 49%;
}

.p-support .p-support__item .img img {
  width: 80%;
  height: auto;        
}

.p-support .p-support__item .num img {
  width: 5.455vw;
}

.p-support .p-support__item p {
	padding-inline: 2.727vw;
}

.p-works .system-pic img {
	height: 22.727vw;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1000px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1000px) {
.p-replay .p-replay__contents {
	margin-bottom: -8vw;
}
}

/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
#rent .p-header__mv {
	margin-bottom: 4.324vw;
}

#rent .p-header__mv .p-header__mv-contents-left .en img {
	height: auto;
	width: 36.715vw;
}

.p-mv {
	margin-bottom: -20.324vw;
}

.p-mv .p-mv__contents {
	background: url(../images/rent/mv_bg_sp.jpg) no-repeat top center/cover;
	margin-inline: auto;
	padding-block: 9.662vw 27.986vw;
	width: 100%;
}

.p-mv .p-mv__contents .icon {
	margin-bottom: -0.169vw;
	text-align: center;
}

.p-mv .p-mv__contents .icon img {
	height: auto;
	width: 14.493vw;
}

.p-mv .p-mv__contents h2 {
	color: #ffffff;
	font-size: 7.246vw;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 2;
	margin-bottom: 3.039vw;
	text-align: center;
}

.p-mv .p-mv__contents p {
	color: #ffffff;
	font-size: 3.865vw;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.875;
	margin-inline: auto;
	text-align: center;
	width: min(95%, 89.3vw);
}

.p-onayami {
	margin-bottom: -36.155vw;
}

.p-onayami .l-inner.l-onayami {
	margin-inline: auto;
	width: min(95%, 94.2vw);
}

.p-onayami .p-onayami__contents {
	background: #E2E2E2;
	border: 2px solid #9C9C9C;
	padding-block: 8.87vw 2.971vw;
	position: relative;
}

.p-onayami .p-onayami__contents::after {
	background: url(../images/rent/triangle.svg) no-repeat center center/contain;
	bottom: -7.246vw;
	content: "";
	height: 14.493vw;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 28.986vw;
}

.p-onayami .p-onayami__contents h2 span {
	color: #016FC6;
	font-size: 5.797vw;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.8333333333;
}

.p-onayami .p-onayami__contents h2 {
	font-size: 4.348vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
	margin-bottom: 1.106vw;
	text-align: center;
}

.p-onayami .p-onayami__contents h3 {
	font-size: 4.348vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
	margin-bottom: 7.106vw;
	text-align: center;
	border-bottom: 2px solid #016FC6;
	width: min(95%,300px);
	margin-inline: auto;
	padding-bottom: 3vw;
}

.p-onayami .p-onayami__items {
	display: grid;
	gap: 4.831vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 79.7101449275vw);
}

.p-onayami .p-onayami__item {
	border-bottom: 1px dashed #8F8F8F;
	font-size: 3.865vw;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.75;
	padding-block: 0 2.106vw;
	padding-left: 5.314vw;
	position: relative;
}

.p-onayami .p-onayami__item:before {
	background: url(../images/rent/check.svg) no-repeat center center/contain;
	content: "";
	height: 3.382vw;
	left: 0px;
	position: absolute;
	top: 1.932vw;
	width: 4.348vw;
}

.p-onayami .p-onayami__item span {
  color: #016FC6;
}

.p-onayami .p-onayami__item.last {
  padding-block: 0;
  padding-inline: 0;
  text-align: right;
  position: static;
  position: relative;
  top: -3vw;
  border-bottom: none;
}

.p-onayami .p-onayami__item.last::before {
  content: none;
}

.p-replay {
	margin-bottom: 27.155vw;
}

.p-replay .l-inner.l-replay {
	background: url(../images/rent/replay_bg_sp.jpg) no-repeat top center/cover;
	margin-inline: auto;
	padding-block: 51.382vw 0;
	width: 100%;
}

.p-replay .p-replay__ttl {
	font-size: 4.831vw;
	font-weight: 700;
	letter-spacing: 0.088em;
	line-height: 2.25;
	margin-bottom: 5.522vw;
	text-align: center;
}

.p-replay .p-replay__ttl span {
	font-size: 7.729vw;
	font-weight: 700;
	letter-spacing: 0.088em;
	line-height: 1.46875;
	position: relative;
}

.p-replay .p-replay__ttl span:before {
	background: url(../images/rent/line.svg) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 9.662vw;
	left: -3.246vw;
	position: absolute;
	width: 5.314vw;
}

.p-replay .p-replay__ttl span::after {
	background: url(../images/rent/line.svg) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 9.662vw;
	position: absolute;
	right: -9.246vw;
	transform: scale(-1, 1);
	width: 5.314vw;
}

.p-replay .p-replay__items {
	display: grid;
	gap: 6.831vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 12.077vw;
	margin-inline: auto;
	width: min(95%, 89.3vw);
}

.p-replay .p-replay__item .icon {
	margin-bottom: -7.039vw;
	text-align: center;
}

.p-replay .p-replay__item .box {
	background: #ffffff;
	border-radius: 1.208vw;
	padding-block: 8.285vw 4.971vw;
}

.p-replay .p-replay__item .box p {
	font-size: 4.348vw;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.7777777778;
	text-align: center;
}

.p-replay .p-replay__item .box p span {
	color: #D95B06;
	font-size: 5.797vw;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.6666666667;
}

.p-replay .p-replay__img {
	margin-bottom: -4.662vw;
	text-align: center;
}

.p-replay .p-replay__contents {
	background: #FDF7D8;
	margin-bottom: 0vw;
	margin-inline: auto;
	padding-block: 6.454vw 0px;
	position: relative;
	width: min(95%, 94.2vw);
}

.p-replay .p-replay__contents p {
	text-align: center;
}

.p-replay .p-replay__contents p.top {
	font-size: 3.865vw;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 2.28vw;
}

.p-replay .p-replay__contents p.bottom {
	font-size: 5.314vw;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.6363636364;
}

.p-replay .p-replay__contents p.bottom span {
	text-decoration: underline;
	text-decoration-thickness: 8.696vw;
	-webkit-text-decoration-color: #FFFF00;
	text-decoration-color: #FFFF00;
	text-underline-offset: -6.522vw;
}

.p-replay .p-replay__icon {
	margin-inline: auto;
	text-align: right;
	width: min(95%, 94.2vw);
	position: relative;
}

.p-replay .p-replay__icon img {
	height: auto;
	width: 15.942vw;
}

.p-merit {
	background: #ffffff;
}

.p-merit .l-inner.l-merit {
	padding-block: 0 14.324vw;
	position: relative;
	top: -3.14vw;
}

.p-merit .p-merit__ttl {
	left: 50%;
	margin-bottom: 11.662vw;
	position: relative;
	transform: translateX(-50%);
	width: 199.034vw;
}

.p-merit .p-merit__items {
	display: grid;
	gap: 13.773vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-merit .p-merit__item {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 89.3vw);
}

.p-merit .p-merit__item.reverse {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 89.3vw);
}

.p-merit .p-merit__item .img {
	margin-bottom: 3.662vw;
	order: 3;
}

.p-merit .p-merit__item .wrap {
	display: contents;
}

.p-merit .p-merit__item .wrap .en {
	margin-bottom: 5.039vw;
	order: 1;
}

.p-merit .p-merit__item .wrap .en img {
  width: 14.5%;
}

.p-merit .p-merit__item .wrap h3 {
	font-size: 7.246vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5333333333;
	margin-bottom: 4.039vw;
	order: 2;
}

.p-merit .p-merit__item .wrap h3 span.blue {
	color: #016FC6;
	display: block;
	font-size: 4.348vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 2vw;
	white-space: nowrap;
}

.p-merit .p-merit__item .wrap h3 span.small {
	display: block;
	font-size: 4.348vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 0;
}

.p-merit .p-merit__item .wrap .txt {
	order: 4;
}

.p-merit .p-merit__item .wrap .txt p {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2857142857;
	margin-bottom: 4.5vw;
}

.p-merit .p-merit__item .wrap .txt p.bottom {
	margin-bottom: 0;
	color: #016FC6;
	font-weight: 700;
}

.p-support {
	background: url(../images/rent/support_bg_sp.jpg) no-repeat top center/cover;
	margin-inline: auto;
	width: 100%;
}

.p-support .l-inner.l-support {
	padding-block: 18.324vw;
	width: min(95%,89.3vw);
	margin-inline: auto;
}

.p-support .p-support__items {
	display: grid;
	gap: 4.831vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-support .p-support__item {
	background: #ffffff;
	border: 2px solid #016FC6;
	padding-block: 2.415vw 5.696vw;
	position: relative;
}

.p-support .p-support__item:nth-child(3) {
	padding-block: 2.415vw 6.696vw;
}

.p-support .p-support__item .num {
	left: -0.5vw;
	position: absolute;
	top: -0.4vw;
}

.p-support .p-support__item:nth-child(2) .num,
.p-support .p-support__item:nth-child(6) .num {
  top: -0.5vw;
}


.p-support .p-support__item .num img {
	height: auto;
	width: 9.662vw;
}

.p-support .p-support__item .wrap {
	align-items: center;
	display: flex;
	gap: 0 2.415vw;
	margin-bottom: 2.831vw;
	padding-inline: 4vw;
}

.p-support .p-support__item:nth-child(4) .wrap {
  padding-inline: 0;
  position: relative;
  left: 5vw;
}

.p-support .p-support__item:nth-child(5) .wrap {
  position: relative;
  left: 3vw;
  gap: 0;
}

.p-support .p-support__item .img {
	margin-bottom: 0;
}

.p-support .p-support__item .img img {
	height: auto;
	width: 28.986vw;
}

.p-support .p-support__item:nth-child(3) .img img {
	height: auto;
	width: 29vw;
}

.p-support .p-support__item:nth-child(4) .img img {
	height: auto;
	width: 28vw;
}

.p-support .p-support__item:nth-child(6) .img img {
	height: auto;
	width: 29vw;
}

.p-support .p-support__item:nth-child(7) .img img {
	height: auto;
	width: 29vw;
}

.p-support .p-support__item:nth-child(8) .img img {
	height: auto;
	width: 29vw;
}

.p-support .p-support__item h3 {
	color: #3B9CE8;
	font-size: 4.831vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 0;
	text-align: left;
}

.p-support .p-support__item p {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	padding-inline: 0;
	padding-inline: 5.5vw;
}

.p-flow {
	background: #E3E9EE;
	margin-bottom: 13.155vw;
}

.p-flow .l-inner.l-flow {
	padding-block: 13.493vw;
}

.p-flow .p-flow__items {
	display: grid;
	gap: 4.831vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	position: relative;
	width: min(95%, 89.3vw);
}

.p-flow .p-flow__items::after {
	background: url(../images/rent/flow_line_sp.svg) no-repeat center center/contain;
	top: 0vw;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0.966vw;
}

.p-flow .p-flow__item {
	align-items: center;
	background: #ffffff;
	border: 2px solid #9AC1E1;
	border-radius: 2.415vw;
	display: grid;
	gap: 0 0.5vw;
	grid-template-columns: 26.1vw minmax(0, 1fr);
	padding-block: 0vw 15.56vw;
	padding-inline: 3vw;
	position: relative;
	z-index: 10;
}

.p-flow .p-flow__item:nth-child(3){
	padding-block: 4vw 16.56vw;
}

.p-flow .p-flow__item:nth-child(4){
	padding-block: 0vw 19.56vw;
}

.p-flow .p-flow__item .num {
	margin-bottom: 0;
}

.p-flow .p-flow__item .icon {
  margin-block: 4vw 0;
}

.p-flow .p-flow__item:nth-child(4) .icon {
  margin-block: 2vw 0;
}

.p-flow .p-flow__item .wrap {
  margin-block: 0vw 0;
}

.p-flow .p-flow__item:nth-child(4) .wrap {
  margin-block: 3vw 0;
}

.p-flow .p-flow__item h3 {
	font-size: 4.348vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7777777778;
	margin-bottom: 0;
}

.p-flow .p-flow__item:nth-child(4) h3 {
  line-height: 1.5;
  margin-block: 0.5vw 0;
}

.p-flow .p-flow__item p {
	bottom: 4.5vw;
	font-size: 3.382vw;
	font-weight: 500;
	left: 4.831vw;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	margin-inline: auto;
	position: absolute;
	width: min(95%, 79.7101449275vw);
}

.p-flow .p-flow__item:not(:first-child) p {
  bottom: 4vw;
}

.p-works {
	margin-bottom: 19.324vw;
}

.p-works .l-inner.l-works {
	margin-inline: auto;
	width: min(95%, 94.2vw);
}

.p-works .system-list {
	display: grid;
	gap: 8.937vw 2.415vw;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 10.145vw;
}

.p-works .system-pic {
	margin-bottom: 2.415vw;
}

.p-works .system-pic img {
	height: 30.193vw;
}

.p-works .system-area {
	background: #016FC6;
	color: #ffffff;
	font-size: 2.657vw;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-bottom: 2.415vw;
	padding-inline: 3vw;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-works .system-ttl {
	font-size: 2.657vw;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.8181818182;
	margin-bottom: 7.971vw;
}

.p-works .system-name {
	color: #016FC6;
	font-size: 2.657vw;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 3.4545454545;
}

.p-works .p-works__btn {
	text-align: center;
}

.p-works .p-works__btn a {
	background: #ffffff;
	border: 1px solid #016FC6;
	color: #016FC6;
	display: block;
	font-size: 3.623vw;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-inline: auto;
	padding-block: 3.865vw;
	position: relative;
	width: min(95%, 89.3vw);
}

.p-works .p-works__btn a::after {
	background: url(../images/rent/btn_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 2.899vw;
	position: absolute;
	right: 3.623vw;
	top: 50%;
	transform: translateY(-50%);
	width: 1.691vw;
}

.p-bottom {
	margin-bottom: 27.493vw;
}

.p-bottom .l-inner.l-bottom {
	background: #ffffff;
	border: 4px solid #E2E2E2;
	padding-block: 12.7vw;
	width: 100%;
}

.p-bottom .p-bottom__ttl {
	font-size: 5.314vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 3.556vw;
	text-align: center;
}

.p-bottom .p-bottom__ttl span {
	display: block;
	font-size: 4.348vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 0;
}

.p-bottom .p-bottom__ttl span.bottom02 {
	font-size: 3.865vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.625;
}

.p-bottom .p-bottom__contents {
	margin-inline: auto;
	width: min(95%, 86.9vw);
	margin-bottom: 10vw;
}

.p-bottom .p-bottom__contents a {
	display: block;
}

.p-bottom .p-bottom02__items {
	display: grid;
	gap: 6.696vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 86.9vw);
}

.p-bottom .p-bottom02__item .img {
	margin-bottom: 2.415vw;
}

.p-bottom .p-bottom02__item p {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
	text-align: center;
}

.c-sec__en {
  margin-bottom: 4vw;
  text-align: center;
}

.c-sec__en.support img {
  width: 19.807vw;
}

.c-sec__en.flow img {
  width: 12.56vw;
}

.c-sec__en.works img {
  width: 15.942vw;
}


.c-sec__ttl {
  text-align: center;
  font-size: 7.246vw;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 8vw;
}

}

/* ========================================
  @media screen and (max-width: 390px)
======================================== */
@media screen and (max-width: 390px) {
.p-flow .p-flow__items::after {
	background: url(../images/land/flow_line_sp.svg) no-repeat center center/cover;
	top: 23vw;
	content: "";
	height: 80%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0.966vw;
}


}