@charset "utf-8";

:root {
	--rental-blue: #0098d8;
	--rental-deep: #0b4364;
	--rental-sky: #eaf8ff;
	--rental-yellow: #ffd43d;
	--rental-red: #f0524f;
	--rental-ink: #17384a;
	--rental-gray: #5c6d78;
	--rental-font: "swis721", "Noto Sans JP", "nsjp", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

body.rental-page,
body.rental-page input,
body.rental-page select,
body.rental-page textarea,
body.rental-page button,
body.rental-page h1,
body.rental-page h2,
body.rental-page h3,
body.rental-page h4,
body.rental-page h5,
body.rental-page h6,
body.rental-page p,
body.rental-page a,
body.rental-page li,
body.rental-page dt,
body.rental-page dd,
body.rental-page span,
body.rental-page small,
body.rental-page strong,
body.rental-page th,
body.rental-page td {
	font-family: var(--rental-font) !important;
}

body.rental-page .fas,
body.rental-page .far,
body.rental-page .fab {
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
}

body.rental-page {
	background: #fff;
	color: var(--rental-ink);
}

.rental-page #outer,
.rental-page #column-outer,
.rental-page #main-column {
	padding: 0;
}

.rental-page .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.rental-page .container {
	max-width: 1160px;
}

.rental-label {
	color: var(--rental-blue);
	font-size: 16px;
	font-weight: 900;
	letter-spacing: .14em;
	line-height: 1.4;
	margin: 0 0 10px;
}

.rental-hero {
	background:
		linear-gradient(90deg, rgba(233, 249, 255, .98) 0%, rgba(233, 249, 255, .9) 42%, rgba(233, 249, 255, .5) 68%, rgba(233, 249, 255, .22) 100%),
		url("../images/rental/hero.jpg") 64% center / cover no-repeat;
	overflow: hidden;
	padding: 150px 0 138px;
	position: relative;
}


.rental-hero-inner {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: 570px minmax(0, 1fr);
}

.rental-hero h2 {
	color: var(--rental-deep);
	font-size: 46px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0 0 24px;
	text-align: left;
}

.rental-hero h3 {
	color: var(--rental-deep);
	font-size: 27px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.48;
	margin: 0 0 22px;
	text-align: left;
}

.rental-hero h3 span {
	display: block;
}

.rental-hero-nowrap {
	white-space: nowrap;
}

.rental-hero h3:after {
	background: var(--rental-red);
	border-radius: 3px;
	content: "";
	display: block;
	height: 6px;
	margin-top: 20px;
	width: 150px;
}

.rental-hero-copy p:not(.rental-label) {
	color: var(--rental-gray);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.95;
	margin: 0;
}

.rental-hero-copy {
	position: relative;
	z-index: 2;
}

.rental-hero-visual {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	min-height: 640px;
	overflow: visible;
	position: static;
}

.rental-hero-photo {
	display: none;
}

.rental-hero-product {
	bottom: auto;
	display: block;
	filter: drop-shadow(0 24px 26px rgba(9, 57, 83, .26));
	height: 880px;
	left: calc(50% + 40px);
	max-width: none;
	object-fit: contain;
	position: absolute;
	top: 72px;
	z-index: 1;
	width: auto;
}

.rental-points-section {
	background: var(--rental-blue);
	padding: 34px 0;
}

.rental-points {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.rental-points li {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 0 rgba(7, 89, 132, .28);
	min-height: 150px;
	padding: 26px 20px;
	text-align: center;
}

.rental-points span {
	align-items: center;
	background: var(--rental-yellow);
	border-radius: 50%;
	color: var(--rental-deep);
	display: inline-flex;
	font-size: 17px;
	font-weight: 900;
	height: 46px;
	justify-content: center;
	line-height: 1;
	margin-bottom: 14px;
	width: 46px;
}

.rental-points strong {
	color: var(--rental-deep);
	display: block;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.35;
}

.rental-message {
	background: #fff;
	padding: 66px 0 58px;
}

.rental-message-inner {
	align-items: center;
	display: flex;
	gap: 42px;
	justify-content: center;
	text-align: left;
}

.rental-psj-logo {
	display: block;
	height: auto;
	max-width: 175px;
	width: 26%;
}

.rental-message-copy {
	border-left: 1px solid #cfd8de;
	padding-left: 42px;
}

.rental-message-copy p {
	color: var(--rental-blue);
	font-size: 21px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0 0 6px;
}

.rental-message-copy h3,
.rental-section-title {
	color: var(--rental-deep);
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0;
}

.rental-section-title:after {
	background: var(--rental-yellow);
	border-radius: 3px;
	content: "";
	display: block;
	height: 6px;
	margin: 18px auto 0;
	width: 110px;
}

.rental-section-title {
	text-align: center;
}

.rental-section {
	padding: 72px 0;
}

.rental-plans {
	background: #f7fcff;
}

.rental-plan-list {
	display: grid;
	gap: 22px;
	margin-top: 0;
}

.rental-plan-card {
	align-items: stretch;
	background: #fff;
	border: 2px solid #d6edf7;
	border-radius: 8px;
	display: grid;
	grid-template-columns: minmax(220px, 31%) minmax(0, 1fr);
	overflow: hidden;
}

.rental-plan-media {
	align-items: flex-end;
	background: linear-gradient(180deg, #ffffff 0%, #ecf8ff 100%);
	display: flex;
	justify-content: center;
	min-height: 490px;
	padding: 16px 18px 0;
}

.rental-plan-media img {
	display: block;
	height: 100%;
	max-height: 490px;
	max-width: 100%;
	object-fit: contain;
}


.rental-plan-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px 30px;
}

.rental-plan-card h4 {
	color: var(--rental-deep);
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.32;
	margin: 0 0 14px;
	text-align: left;
}

.rental-water-type {
	border-bottom: 1px solid #dff0f8;
	border-top: 1px solid #dff0f8;
	margin: 0 0 16px;
	padding: 12px 0;
}

.rental-water-type span {
	color: var(--rental-blue);
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .12em;
	line-height: 1;
	margin-bottom: 8px;
}

.rental-water-type p {
	color: var(--rental-deep);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0 0 10px;
}

.rental-water-type img {
	display: block;
	height: auto;
	max-width: 190px;
	width: 50%;
}

.rental-plan-copy {
	color: var(--rental-gray);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.rental-price {
	background: #fff8d7;
	border: 2px solid var(--rental-yellow);
	border-radius: 8px;
	margin: 16px 0 8px;
	padding: 14px 18px 12px;
}

.rental-price span {
	color: var(--rental-deep);
	display: block;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
	margin-bottom: 8px;
}

.rental-price p {
	color: var(--rental-deep);
	font-size: 18px !important;
	font-weight: 900;
	line-height: 1.2 !important;
	margin: 0 0 8px !important;
}

.rental-price strong {
	color: var(--rental-red);
	font-size: 42px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
}

.rental-price small,
.rental-note {
	color: var(--rental-gray);
	font-size: 12px !important;
	font-weight: 700;
	line-height: 1.6 !important;
}

.rental-note {
	margin: 0 !important;
}

.rental-support {
	background: var(--rental-blue);
}

.rental-support .rental-section-title {
	color: #fff;
}

.rental-support .rental-section-title:after {
	background: var(--rental-yellow);
}

.rental-support-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 42px;
}

.rental-support-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 0 rgba(7, 89, 132, .32);
	padding: 36px 24px;
	text-align: center;
}

.rental-support-card i {
	align-items: center;
	background: var(--rental-yellow);
	border-radius: 50%;
	color: var(--rental-deep);
	display: inline-flex;
	font-size: 34px;
	height: 82px;
	justify-content: center;
	margin-bottom: 22px;
	width: 82px;
}

.rental-support-card h4 {
	color: var(--rental-deep);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.4;
	margin: 0;
	text-align: center;
}

.rental-application {
	background: var(--rental-yellow);
	padding: 64px 0;
	text-align: center;
}

.btn-rental-application {
	align-items: center;
	background: var(--rental-red);
	border-radius: 8px;
	box-shadow: 0 8px 0 #c63c39;
	color: #fff !important;
	display: inline-flex;
	font-size: 22px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	min-height: 62px;
	min-width: 320px;
	padding: 17px 34px;
	text-decoration: none;
	transition: .2s ease;
}

.btn-rental-application:hover,
.btn-rental-application:active,
.btn-rental-application:focus {
	background: #d94441;
	box-shadow: 0 5px 0 #b53230;
	opacity: 1;
	text-decoration: none;
	transform: translateY(3px);
}

@media only screen and (max-width: 1199px) {
	.rental-hero-inner {
		grid-template-columns: minmax(0, 520px) minmax(360px, 1fr);
	}

	.rental-hero h3 {
		font-size: 25px;
	}

	.rental-hero-visual {
		min-height: 560px;
	}

	.rental-hero-product {
		bottom: auto;
		height: 840px;
		left: calc(50% + 50px);
		top: 68px;
	}
}

@media only screen and (max-width: 991px) {
	.rental-hero {
		background:
			linear-gradient(180deg, rgba(233, 249, 255, .96) 0%, rgba(233, 249, 255, .76) 52%, rgba(233, 249, 255, .35) 100%),
			url("../images/rental/hero.jpg") 62% center / cover no-repeat;
		padding: 128px 0 98px;
	}

	.rental-hero-inner {
		gap: 36px;
		grid-template-columns: 1fr;
	}

	.rental-hero h2 {
		font-size: 38px;
	}

	.rental-hero h3 {
		font-size: 23px;
	}

	.rental-hero-visual {
		margin: 0 auto;
		max-width: 560px;
		min-height: 600px;
		width: 100%;
	}

	.rental-hero-product {
		bottom: auto;
		height: 760px;
		left: 50%;
		top: 390px;
		transform: translateX(-50%);
	}

	.rental-plan-card {
		grid-template-columns: 1fr;
	}

	.rental-plan-media {
		min-height: 420px;
		padding-top: 16px;
	}

	.rental-plan-media img {
		max-height: 420px;
	}

	.rental-plan-body {
		padding: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.rental-hero {
		background:
			linear-gradient(180deg, rgba(233, 249, 255, .98) 0%, rgba(233, 249, 255, .82) 48%, rgba(233, 249, 255, .36) 100%),
			url("../images/rental/hero.jpg") 58% center / cover no-repeat;
		padding: 105px 0 80px;
	}

	.rental-hero h2 {
		font-size: 32px;
	}

	.rental-hero h3 {
		font-size: 20px;
	}

	.rental-hero-nowrap {
		white-space: normal;
	}

	.rental-hero-copy p:not(.rental-label) {
		font-size: 14px;
	}

	.rental-hero-visual {
		min-height: 480px;
	}

	.rental-hero-product {
		bottom: auto;
		height: 600px;
		top: 345px;
	}

	.rental-points-grid {
		grid-template-columns: 1fr;
	}

	.rental-points {
		grid-template-columns: 1fr;
	}

	.rental-message-inner {
		flex-direction: column;
		gap: 22px;
	}

	.rental-message-copy {
		border-left: 0;
		border-top: 1px solid #cfd8de;
		padding-left: 0;
		padding-top: 22px;
		text-align: center;
	}

	.rental-message-copy p {
		font-size: 15px;
	}

	.rental-message-copy h3 {
		font-size: 26px;
	}

	.rental-section {
		padding: 60px 0;
	}

	.rental-section-title {
		font-size: 24px;
	}

	.rental-plan-media {
		min-height: 360px;
	}

	.rental-plan-media img {
		max-height: 360px;
	}

	.rental-plan-body {
		padding: 24px 20px;
	}

	.rental-water-type img {
		max-width: 160px;
		width: 50%;
	}

	.rental-support-grid {
		grid-template-columns: 1fr;
	}

	.rental-cta {
		padding: 60px 0;
	}

	.btn-rental-application {
		min-width: 0;
		width: 100%;
	}
}