@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
}

ol, ul {
  list-style: none; }
html {
  font-size: 62.5%;
  box-sizing: border-box;
  width: 100%;
  height: 100%; }
  html *,
  html *:before,
  html *:after {
    box-sizing: inherit; }
body {
  font-family: "dnp-shuei-mgothic-std", sans-serif ,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: .08em;
  font-size: 1.5rem;
  line-height: 1.7;
  overflow-wrap: break-word;
  word-wrap: break-word;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  font-style: normal;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
br.br-sp{
	display: none;
}
br.br-sp2{
	display: none;
}
br.sp320block{display: none;}
.img_responsive{
	width: 100%;
	height: auto;
}
.fadein{
	opacity : 0;
	transform: translateY(50px);
	transition: 1.5s;
}
.navi-on {
    overflow: hidden !important;
    height: 100%;
}
header #logo{
	width: 200px;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 1;
}
header .navi{
	position: fixed;
	right: 30px;
    top: 30px;
	z-index: 1100;
	background: #242424;
	width: 50px;
    height: 50px;
	border-radius: 50px;
	cursor: pointer;
}
.navi-on header .navi{box-shadow: 0px 0px 0px #999;}
header .global-trigger {
    height: 19px;
    width: 21px;
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}
header .global-trigger span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #FFF;
    transition: width 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header .global-trigger span:nth-child(1) {
    top: 0;
}
header .global-trigger span:nth-child(2) {
    top: 8px;
}
header .global-trigger span:nth-child(3) {
    top: 16px;
}
header .active .global-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(
-45deg
);
    -moz-transform: translateY(12px) rotate(-45deg);
    -ms-transform: translateY(12px) rotate(-45deg);
    -o-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(
-45deg
);
	top: -3px;
}
header .active .global-trigger span:nth-of-type(2) {
    opacity: 0;
}
header .active .global-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(
45deg
);
    -moz-transform: translateY(-4px) rotate(45deg);
    -ms-transform: translateY(-4px) rotate(45deg);
    -o-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(
45deg
);
	top: 13.4px;
}
#global-navi-list {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 999;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}
#global-navi-list .navi-container {
    height: 100vh;
    width: 550px;
    background: #FFF;
    -webkit-animation: fadeIn 1s ease forwards;
    animation: fadeIn 1s ease forwards;
    animation-name: RightToLeft;
    position: fixed;
    top: 0px;
    right: 0px;
	
}
#global-navi-list .navi-inner{
	padding: 0px 100px 0px;
	overflow-y: scroll;
	margin-top: 130px;
}
#global-navi-list .navi-inner p{
	 width: 100%;
    margin: 0px auto 30px;
    text-align: center;
}
#global-navi-list .navi-inner p a{
	border: solid 1px #242424;
    display: block;
    padding: 10px 0px;
    border-radius: 30px;
    color: #242424;
    background: #FEFE00 url(../../../../image/lp/rental/2026/menu_arrow.png) no-repeat right 15px center;
    background-size: 7px auto;
}
#global-navi-list .navi-container ul {
    position: relative;
	margin-bottom: 50px;
}
#global-navi-list .navi-container ul li {
    display: inline-block;
    text-align: left;
    width: 100%;
    border-bottom: solid 1px #53B8DB;
}
#global-navi-list .navi-container ul li:last-child{border-bottom: none;}
#global-navi-list .navi-container ul li span{
	display: block;
	font-size: 1rem;
	margin-left: 2px;
}
#global-navi-list .navi-container ul li a{
	padding: 20px 30px 20px 0px;
	display: block;
	font-weight: bold;
	background: url("../../../../image/lp/rental/menu_arrow.svg") no-repeat right 5px center;
	background-size: 7px auto;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}
h2.content-h1{
	font-size: 3rem;
	margin-bottom: 40px;
	padding-top: 35px;
	text-align: center;
}
p.btn{
	margin-top: 40px;
	width:220px!important;
	line-height: 1!important;
	margin: 70px auto 0px;
}
p.btn a{
	display: block;
	color: #242424;
	border-radius: 40px;
	padding: 17px 10px;
	text-align: center;
	background:#FEFE00  url(../../../../image/lp/rental/2026/menu_arrow.png) no-repeat center right 13px;
	background-size: 8px auto;
	border: solid 1px #242424;
}

#main{
	position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
	z-index: 0;
	background: url("../../../../image/lp/rental/mv.jpg") no-repeat;
	background-size: cover;
	background-position: center bottom;
	animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#main .main-title{
	width: 27%;
	position: absolute;
	top: 30%;
    right: 15%;
}
.scroll-btn {
    position: absolute;
    bottom: 20px;
    width: 35px;
    height: 35px;
    background: #53B8DB;
    background-size: auto;
    border-radius: 50%;
    background-size: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.scroll-btn span {
    position: absolute;
    top: 12px;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
    background: url(../../../../image/lp/rental/scroll_icon.png) no-repeat center center/contain;
}
.end{
	margin: 100px auto 0px;
    width: 85%;
	padding: 20px 40px 40px;
	text-align: center;
	border-radius: 25px;
	background: #ffff00;
	background-size: 50px auto;
}
.end .midashi{
	display: inline-block;
	background:url(../../../../image/lp/rental/attention2.svg) no-repeat center left;
	background-size: 40px auto;
	padding: 25px 0px 25px 65px;
    font-size: 2.5rem;
}
.end p{
	line-height: 2.5;
    font-size: 1.8rem;
	border-top: solid 1px #000;
    padding-top: 35px;
}
.content p{
	line-height: 2;
}
#select {
	margin: 30px 0px 40px;
	overflow: hidden;
	position: relative;
	padding: 80px 0px 100px;
}
#select .select-text{
	position: absolute;
	top: 120px;
	left: 10%;
	width: 45%;
}
#select .select-text h2{
	margin-bottom: 30px;
}
#select .select-text p{
	line-height: 2.5;
	width: 75%;
}
#select .select-text p.btn{
	margin: 40px 0px;
}
#select .select-img{
	width: 50%;
	float: right;
}

#about h2.content-h1{
	background: url(../../../../image/lp/rental/about_h1.svg) no-repeat center top;
    background-size:auto 22px;
}
.bg{
	padding: 100px 0px;
	background: #ECF5FA;
}
#about{
	padding-top: 100px;
}
#anchor{
	width: 85%;
	margin: 0px auto;
    background: #FFF;
    padding: 40px;
    border-radius: 50px;
}
#anchor ul{letter-spacing: -0.4rem;}
#anchor ul li{
	display: inline-block;
    width: 47%;
    border-bottom: solid 1px #53B8DB;
    margin-bottom: 15px;
    letter-spacing: normal;
    line-height: 1.5;
    font-size: 1.4rem;
}
#anchor ul li + li{margin-left: 5%;}
#anchor ul li:nth-child(odd) {margin-left: 0;}
#anchor ul li a{
	display: block;
	background: url(../../../../image/lp/rental/2025/anchor_link_arrow.svg) no-repeat center right;
    background-size:20px auto;
	padding: 13px 20px 13px 0px;
}
#about .about-inner{
	background: #FFF;
	border-radius: 50px;
	margin: 0px auto;
	width: 85%;
	padding: 60px 70px 70px;
}
#about .about-block li {
    border-bottom: solid 1px #53B8DB;
    font-weight: bold;
    width: 100%;
    padding: 20px 5px;
    position: relative;
}
#about .about-block li span.d {
    display: block;
    color: #FFF;
    background: #53B8DB;
    border-radius: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    position: absolute;
    left: 0px;
    top: 50%;
    height: 32px;
    transform: translate(0, -50%);
}
#about .about-block li span.l {
    display: inline-block;
    padding-left: 35%;
	width: 100%;
}
#about .about-block .last li{border-bottom: none;}
#about .about-block .last span.d{
	top: 5%;
	transform: translate(0, 0%);
}
#about .about-block .last img{margin-top: 30px;}

#present {padding: 100px 0px;}
#present h2.content-h1{
	background: url(../../../../../image/lp/rental/2025/present_h1.svg) no-repeat center top;
    background-size:auto 22px;
}
#present .present-block{
	background: #ECF5FA;
	border-radius: 50px;
	padding: 70px 70px 40px;
	margin: 0px auto;
    width: 85%;
}
#present .present-block .tokuten{
	overflow: hidden;
	margin-bottom: 40px;
}
#present .present-block .tokuten img{
	float: left;
	width: 48%;
}
#present .present-block .tokuten img.r{
	float: right;
}
#present .present-block li {
    border-bottom: solid 1px #53B8DB;
    font-weight: bold;
    width: 100%;
    padding: 30px 0px 20px;
    overflow: hidden;
}
#present .present-block li+li{padding-top: 15px;}
#present .present-block li span.d {
    display: block;
    color: #FFF;
    background: #53B8DB;
    border-radius: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    float: left;
    height: 32px;
}
#present .present-block li span.l {
    display: block;
    width: 70%;
    float: right;
}
#present .present-block .tokuten-block.last li,.bdnone li{border-bottom: none!important;}
#present .present-block .tokuten-block.last li span.d {
    width: 100%;
	float: none;
}
#present .present-block .tokuten-block.last li span.l {
    float: none;
	width: 100%;
    margin-top: 20px 
}
#present .present-block li ul li {
    border-bottom: none;
    width: 100%;
    padding: 0px 5px 15px;
	text-indent: -1.7rem;
    padding-left: 9px;
}

.rentallist-fixed {
	display: none;
    z-index: 20;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 80px;
	padding: 15px;
}
.rentallist-fixed a{
	color: #242424;
	display: block;
	height: 100%;
	background: #FEFE00 url(../../../../image/lp/rental/2026/menu_arrow.png) no-repeat center right 13px;
    background-size: 8px auto;
	font-size: 1.6rem;
	text-align: center;
}
.rentallist-fixed a span{
	position: absolute;
    display: block;
    top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	width: 75%;
}

@media (max-width: 768px){
#present .present-block {
    padding: 50px 50px 40px;
}
}
@media (max-width: 641px){
header #logo{
	width: 180px;
}
#present {
    padding: 70px 0px;
}
#present .present-block li {
    border-bottom: none;
    padding: 0px 0px 10px;
}
#present .present-block li span.d {
    width: 100%;
    float: none;
}
#present .present-block li span.l {
    padding: 10px 5px;
	float: none;
    margin: 5px 0px 15px;
	width: 100%;
}

}
@media (max-width: 480px){
#present .present-block .tokuten {
    margin-bottom: 20px;
}
#present .present-block .tokuten img {
    float: none!important;
    width: 100%!important;
	margin-bottom: 10px;
}
#present .present-block {
    padding: 30px 25px 0px;
	border-radius: 30px;
}
#present .present-block .tokuten-block.last li span.l {
    margin-top: 5px;
}
#present .present-block li span.l {
    margin: 5px 0px 5px;
}
}
@media (min-width: 1000px){
#present .present-block {
    width: 900px;
}
#global-navi-list .navi-inner p{
	 width: 80%;
	}
}

#flow{
	padding: 100px 0px;
	background: #ECF5FA;
}
#flow h2.content-h1{
	background: url(../../../../../image/lp/rental/flow_h1.svg) no-repeat center top;
    background-size:auto 22px;
}

#flow ul{
	width: 85%;
	margin: 0 auto;
}
#flow ul li{
	background: url(../../../../../image/lp/rental/2025/flow_step1_img.webp) no-repeat left top 40px;
    background-size:90px auto;
	padding: 10px 0px 25px 120px;
}
#flow ul li:nth-child(2){
	background: url(../../../../../image/lp/rental/2025/flow_step2_img.webp) no-repeat left top;
	background-size:90px auto;
}
#flow ul li:nth-child(3){
	background: url(../../../../../image/lp/rental/2025/flow_step3_img.webp) no-repeat left top;
	background-size:90px auto;
}
#flow ul li:nth-child(4){
	background: url(../../../../../image/lp/rental/2025/flow_step4_img.webp) no-repeat left top;
	background-size:90px auto;
}
#flow ul li div.flow-block{
	border-bottom: solid 1px #53B8DB;
	padding-bottom: 40px;
	overflow: hidden;
}
#flow ul li div.flow-block a{text-decoration: underline;}
#flow ul li div.flow-block h3{
	color: #53B8DB;
	background: url(../../../../../image/lp/rental/flow_step1.svg) no-repeat left 8px top;
    background-size:37px auto;
	float: left;
	width: 11%;
	padding: 20px 0 0 5px;
	font-size: 2.3rem;
	font-weight: bold;
}
#flow ul li:first-child div.flow-block{
	border-top: solid 1px #53B8DB;
	padding-top: 40px;
}
#flow ul li:nth-child(2) div.flow-block h3{
	background: url(../../../../../image/lp/rental/flow_step2.svg) no-repeat left 8px top;
    background-size:37px auto;
}
#flow ul li:nth-child(2) div.flow-block p{padding-top: 17px;}
#flow ul li:nth-child(3) div.flow-block h3{
	background: url(../../../../../image/lp/rental/flow_step3.svg) no-repeat left 8px top;
    background-size:37px auto;
}
#flow ul li:nth-child(4) div.flow-block h3{
	background: url(../../../../../image/lp/rental/flow_step4.svg) no-repeat left 8px top;
    background-size:37px auto;
}

#flow ul li div.flow-block p{
	width: 88%;
	float: right;
}
#flow ul li div.flow-block p span.line{
	background:linear-gradient(transparent 60%, #ffff00 60%);
}
#flow ul li div.flow-block p span.kome{
	display: inline-block;
	margin-top: 15px;
	font-size: 1.3rem;
}
#flow ul li div.flow-block p span.note{
	display: inline-block;
	margin-top: 20px;
	border-radius: 5px;
	padding: 15px 10px 15px 45px;
	line-height: 1.5;
	background: #ffff00 url(../../../../../image/lp/rental/attention.svg) no-repeat left 14px center;
    background-size:23px auto;
}
#flow ul li div.flow-block p span.bg a{
	text-decoration: underline;	
}
#caution{
	padding: 100px 0px;
}
#caution h2.content-h1{
	background: url(../../../../../image/lp/rental/caution_h1.svg) no-repeat center top;
    background-size:auto 22px;
}
#caution .caution-inner{
	background: #ECF5FA url(../../../../../image/lp/rental/caution_icon.svg) no-repeat center top 45px;
	background-size:50px auto;
	border-radius: 50px;
	margin: 0px auto;
	width: 85%;
	padding: 130px 70px 30px;
}
#caution .caution-inner .caution-block h3{
	background: #53B8DB;
	color: #FFF;
	border-radius: 20px;
	padding: 5px 20px;
}
#caution .caution-block{margin-bottom: 20px;}
#caution .caution-block ul{margin: 0px 15px;}
#caution .caution-block ul li{
    border-bottom: solid 1px #53B8DB;
	padding: 30px 0px 30px 13px;
	text-indent: -1em;
	line-height: 2.2;
}
#caution ul li:last-child{border-bottom: none;}



#video-chat{
	background: url(../../../../../image/lp/rental/2026/videochat_img.webp) no-repeat center top;
	background-size:cover;
}
#video-chat .video-chat-inner{
	width: 85%;
	margin: 0 auto;
	overflow: hidden;
	padding: 70px 0px;
}
#video-chat .video-chat-text{
	float: left;
	width: 50%;
	color: #FFF;
}
#video-chat .video-chat-text h1{
	width: 70%;
	margin-bottom: 30px;
}
#video-chat .video-chat-text p.btn a{
	border: none;
	color: #FFFFFF;
	background: #53B8DB url(../../../../image/lp/rental/arrow1.png) no-repeat center right 13px;
    background-size: 8px auto;
}
#video-chat p.btn{
	margin: 40px 0px;
}
#qa{
	padding: 100px 0px;
}
#qa h2.content-h1{
	background: url(../../../../../image/lp/rental/qa_h1.svg) no-repeat center top;
    background-size:auto 22px;
}
#qa .qa-inner{
	width: 85%;
	margin: 0 auto 70px;
}
#qa .qa-inner h3{
	border-left: solid 6px #53B8DB;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 2.3rem;
}
#qa dl{
	border: solid 2px #ECF5FA;
}
#qa dl+dl{
	margin-top: 20px;
}
#qa dl dt{
	padding: 20px 20px 20px 65px;
	background: #ECF5FA url(../../../../../image/lp/rental/qa_q.svg) no-repeat left 20px top 21px;
    background-size:28px 21px;
}
#qa dl dd{
	padding: 20px 20px 20px 65px;
	background: url(../../../../../image/lp/rental/qa_a.svg) no-repeat left 20px top 25px;
    background-size:28px 21px;
	line-height: 2.3;
}
#qa dl dd + dd{
	background: none;
    padding-top: 0px;
}

#contact{
	padding: 100px 0px;
	background: #ECF5FA;
	text-align: center;
}
#contact a{text-decoration: underline;}
#contact h2{
	font-size: 3rem;
	margin-bottom: 30px;
}
#contact .tel{
	padding: 15px;
	margin: 0px auto 10px;
}
#contact .tel ul{
	background: #FFF;
	border-radius: 50px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	padding: 10px 15px;
	width: 500px;
}
#contact .tel ul li{
	width: 44%;
	float: left;
	padding-top: 13px;
	line-height: 1;
}
#contact .tel ul li:last-child{
	border-left: solid 1px #53B8DB;
	padding-left: 2%;
	width: 53%;
	padding-top: 2px;
}
#contact .tel a{
	pointer-events: none;
}
footer p{
	padding: 10px;
	font-size: 1rem;
	text-align: center;
}


@media (min-width: 1000px){
#main{
	background: url("../../../../../image/lp/rental/mv2.jpg") no-repeat center bottom;
	background-size: cover;
}
.end{
	width: 900px;
}
#about{
	padding-top: 110px;
}
#about .about-inner,#anchor{
	width: 900px;
}
#about .about-block li span.l {
    padding-left: 28%;
}
#about .about-block li span.d {
    width: 22%;
}
#select .select-text {
    position: absolute;
    top: 120px;
    left: 18%;
    width: 35%;
}
#flow ul{
	width: 900px;
}	
#caution .caution-inner{
	width: 900px;
}
#video-chat .video-chat-inner{
	width: 900px;
}
#qa .qa-inner{
	width: 900px;
}

#anchor{
	padding: 40px;
}	
#anchor ul li{
	width: 22.5%;
}
#anchor ul li + li{margin-left: 3%!important;}
#anchor ul li:nth-child(5){margin-left: 0!important;}	
}
@media (min-width: 1300px){
	#main .main-title {
    width: 22%;
    position: absolute;
    right: 18%;
}
}
@media (max-width: 768px){
#main{
	background: url("../../../../../image/lp/rental/mv_sp.jpg") no-repeat center bottom;
	background-size: cover;
}
#main .main-title {
    width: 40%;
    position: absolute;
    top: 20%;
    right: 8%;
}
#select{
	margin: 50px 0px;
}
#select .select-text{
	position: relative;
	top: 30px;
}
#select .select-text h2 {
    margin-bottom: 10px;
}
#about .about-inner {
   padding: 50px 50px 40px;
	border-radius: 30px;
}
#about .about-block li span.l {
    padding-left: 30%;
}
#about .about-block li span.d {
    width: 30%;
}
#flow ul li div h2{
	width: 15%;
}
#flow ul li div p {
    width: 84%;
}
#video-chat {
    background-position:left -130px top;
}
#caution .caution-inner{
	padding: 80px 50px 30px;
}
#qa .qa-inner h3{
	margin-bottom: 20px;
	font-size: 2.1rem;
}
}
@media (max-width: 641px){
.br-pc{
	display: none;
}
p.btn {
    margin: 50px auto 0px;
}
h2.content-h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}
header .navi {
    right: 15px;
    top: 15px;
}
#global-navi-list .navi-inner {
    padding: 0px 30px 0px;
    overflow-y: scroll;
    margin-top: 80px;
}
#select {
	margin: 50px 0px 40px;
	width: 100%;
	padding: 20px 0 0;
}
.bg {
    padding: 70px 0px;
}
#about .about-inner {
    padding: 35px 20px 5px;
}
#about .about-block li {
    border-bottom: none;
	padding: 0px 0px 10px;
}
#about .about-block li span.d {
    width: 100%;
    position: static;
	transform: translate(0, 0);
}
#about .about-block li span.l {
    padding: 10px 5px;
}
#flow {
    padding: 70px 0px;
}
#flow ul li {
	background-image: url(../../../../../image/lp/rental/flow_step1_img.svg);
    background-position: center top 40px!important;
    background-size: 100px auto!important;
    padding: 50px 0px 0px 0px;
	position: relative;
}
#flow ul li:first-child{background-position: center top 0px!important;}
#flow ul li:nth-child(2) {
	background-image: url(../../../../../image/lp/rental/flow_step2_img.svg);
}
#flow ul li:nth-child(3) {
	background-image: url(../../../../../image/lp/rental/flow_step3_img.svg);
}
#flow ul li div.flow-block p {
    width: 100%;
	padding-top: 0px!important;
}
#flow ul li div.flow-block {
    padding-top: 110px!important;
}
#flow ul li:first-child div.flow-block {
    border-top: none;
    padding-top: 80px!important;
}
#flow ul li div.flow-block h3 {
	position: absolute;
    width: 29%;
    font-size: 2.7rem;
    top: 80px;
	background-size: 47px auto!important;
}
	#flow ul li:first-child div.flow-block h3{top: 40px;}
#flow ul li:first-child div.flow-block h2{top: 40px;}
#flow ul li:nth-child(4) div.flow-block{
	border-bottom: none;
	padding-bottom: 0px;
}
#flow ul li div.sp-icon{
	position: absolute;
    bottom: -15px;
    width: 35px;
    height: 35px;
    background: #53B8DB;
    background-size: auto;
    border-radius: 50%;
    background-size: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#flow ul li div.sp-icon span {
    position: absolute;
    top: 12px;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
    background: url(../../../../../image/lp/rental/scroll_icon.png) no-repeat center center/contain;
}
#caution {
    padding: 70px 0px;
}
#caution .caution-inner {
    padding: 110px 20px 0px;
    background-position: center top 35px;
    background-size: 55px auto;
	border-radius: 30px;
}
#caution .caution-block ul {
    margin: 0px 5px;
}
#caution .caution-block ul li {
    padding: 20px 0px 18px 13px;
}
#video-chat{
	background: none;
	box-shadow: 1px 8px 5px 0px rgb(0 0 0 / 5%);
}
#video-chat .video-chat-inner {
    width: 100%;
    padding: 0px 0px 40px;
}
#video-chat .video-chat-text {
    float: none;
    width: 100%;
}
#video-chat .video-chat-text h2 {
    width: 100%;
}
#video-chat .video-chat-text p{
	color: #000;
	width: 85%;
	margin:  0px auto;
}
#video-chat p.btn {
    margin: 40px auto;
}
#qa {
    padding: 70px 0px;
}
#qa .qa-inner{
	margin: 0 auto 40px;
}
#qa .qa-inner h3{
	margin-bottom: 15px;
	font-size: 1.8rem;
}
#contact {
    padding: 60px 30px;
}
#contact h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
#contact .tel {
    padding: 0px;
}
#contact .tel ul{
	border-radius: 10px;
	padding: 10px 15px;
	width: 80%;
}
#contact .tel ul li {
    width: 100%;
    float: none;
    padding-top: 15px;
}
#contact .tel ul li:last-child {
    border-left: none;
    width: 100%;
    padding: 7px 15px;
}
.content p{
	text-align: left;
}
p.jikan{
	text-align: center;
	font-size: 1.3rem;
}

#anchor{
	padding: 20px 30px;
	border-radius: 30px;
}
	#anchor ul li{
		width: 100%;
		margin-bottom: 0px;
	}
	#anchor ul li + li{margin-left:0;}
	#anchor ul li:last-child{border-bottom: none;}
}
@media (max-width: 481px){
header .navi{
	width: 45px;
    height: 45px;
}
header #logo {
    top: 20px;
	left: 15px;
	width: 150px;
}
#global-navi-list .navi-container {
    width: 100%;
}
#main {
    background: url(../../../../../image/lp/rental/2025/mv2_sp.webp) no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#main .main-title {
    display: none;
}
.end{
	background: #ffff00;
	margin: 70px auto 0px;
	padding: 20px 25px 30px;
}
.end .midashi {
    background: url(../../../../../image/lp/rental/attention2.svg) no-repeat center left;
    background-size: 35px auto;
    padding: 25px 0px 25px 50px;
    font-size: 2.3rem;
}
.end p{
	line-height: 2;
	font-size: 1.6rem;
	padding-top: 25px;
	text-align: left;
}
#select .select-text {
    position: static;
    width: 85%;
	margin: 40px auto 0px;
}
#select .select-text p {
    width: 100%;
	margin: 0px auto;
}
#select .select-text p.btn {
    margin: 40px auto;
}
#select .select-img {
    width: 92%;
	margin-left: 8%;
    float: none;
}
.scroll-btn img {
    width: 40px;
}
#contact .tel a{
	pointer-events:auto;
}
#flow ul li div.flow-block p span.note{
	background-size:35px auto;
	padding-left: 60px;
}
#about {
    padding-top: 80px;
}
}