@charset "UTF-8";

/*==========================================================================================
 Site:ORIX Rent a Car
 Date:2025-12-05(+00:00)
 Maintained:Masahiro.Takahashi
 
 Memo:for First Time in Japan? Choose ORIX Rent-A-Car LP
==========================================================================================*/



sup {
  font-size:69%;
  font-weight:normal !important;
  line-height:1;
  position: relative;
  vertical-align: baseline;
  top: -0.9em;
  right: -0.1em;
}



/*==========================================================================================

 // hero-kv

==========================================================================================*/
.hero-kv {
    width:100%;
    max-height:670px;
    background: url(../img/bg_hero_kv.jpg) 50% 100% no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.hero-kv::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: inherit;
    filter: brightness(70%) blur(10px);
    z-index: -1;
}
.hero-kv-in {
	max-width:1720px;
	height:670px;
	margin:0 auto;
	text-align: center;
	background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../img/bg_hero_kv.jpg) 50% 100% no-repeat;
	position: relative;
}
.hero-kv-body {
	max-width:562px;
	height:auto;
	text-align: left;
	top:100px;
	right:190px;
	position: absolute;
}
.hero-kv-body h2 {
	font-size:167%;
	color:#fff !important;
	line-height:1.8;
	
	font-family:'Roboto', sans-serif;
	font-weight:700;
}
.hero-kv-body h2 span {
	font-size:77%;
}
.hero-kv-body h2 b {
	font-size:189%;
}
.hero-kv-body .hero-kv-text {
	font-size:138.5%;
	color:#fff !important;
	line-height:1.8;
	padding-top:20px;
	
	font-family:'Roboto', sans-serif;
	font-weight:500;
}
.hero-kv-body .btn-go-reserv {
	padding-top:30px;
}
.hero-kv-body .btn-yellow {
	display: inline-block;
	width: 100%;
	height: 80px;
	
	position:relative;
	background:#FABD00;
	border-radius:3px;
	box-shadow: 0 4px #6F5500;
	
	text-align:center;
	font-size:230.8%;
	color:#0C3863;
	line-height:72px;
	
	font-family:'Roboto', sans-serif;
	font-weight:700;
}
.hero-kv-body .btn-yellow i {
	margin-left:20px;
	position: relative;
    top: 9px;
}
.hero-kv-body .btn-anq-faq {
	padding-top:10px;
}
.hero-kv-body .btn-black {
	display: inline-block;
	width: 100%;
	height: 80px;
	
	position:relative;
	background:#333;
	border-radius:3px;
	box-shadow: 0 4px #111;
	
	text-align:center;
	font-size:197%;
	color:#fff;
	line-height:72px;
	
	font-family:'Roboto', sans-serif;
	font-weight:700;
}
.hero-kv-body .btn-black i {
	margin-left:10px;
	position: relative;
    top: 10px;
}



/*==========================================================================================

 // area-safe

==========================================================================================*/
.area-safe {
    width:100%;
    background:#F5F5F5;
}
.area-safe-in {
	width:1000px;
	margin:0 auto;
	padding:90px 0;
	text-align: center;
}
.area-safe-in h3 {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 24px;
    text-align: center;

    font-size:197%;
	color:#333;
	line-height:1.6;
	
	font-family:'Roboto', sans-serif;
	font-weight:700;
}
.area-safe-in h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    width: 40px;
    border-bottom: 4px solid #113961;
}
.area-safe-in h3 b {
	font-size:138.5%;
}
.area-safe-wrap {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.area-safe-item {
    width:300px;
	padding-bottom:50px;
}
.area-safe-item-image {
    width:300px;
}
.area-safe-item-image img {
    width:100%;
}
.area-safe-item-body {
	padding-top:30px;
	text-align: left;
}
.area-safe-item-body h4 {
    font-size:182%;
	color:#333;
	line-height:1.4;
	
	font-family:'Roboto', sans-serif;
	font-weight:700;
}
.area-safe-item-text {
	font-size:116%;
	color:#333;
	line-height:1.6;
	padding-top:18px;
}
.area-safe-item-text.s-padding-top-min {
	padding-top:8px;
}
.area-safe-item-text.s-note {
	font-size:93%;
	color:#666;
	line-height:1.4;
	padding-top:1em;
}
.area-safe-item-text a,
.area-safe-item-text.modalBtn {
	color:#0D3863 !important;
	font-weight:bold;
	text-decoration:underline;
	
	cursor:pointer !important;
}
.area-safe-item-text a:hover,
.area-safe-item-text.modalBtn:hover {
	color:#0D3863 !important;
	text-decoration:none;
	
	cursor:pointer !important;
}
.area-safe-item-text i {
	margin-left:3px;
	position: relative;
    top: 5px;
	font-size:138.5%;
}



/*==========================================================================================

 // area-reason

==========================================================================================*/
.area-reason {
    width:100%;
    background:#FFF;
}
.area-reason-in {
	margin:0 auto;
	padding:90px 0 0;
	text-align: center;
}
.area-reason-in h3 {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 24px;
    text-align: center;

    font-size:197%;
	color:#333;
	line-height:1.6;
	
	font-family:'Roboto', sans-serif;
	font-weight:700;
}
.area-reason-in h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    width: 40px;
    border-bottom: 4px solid #113961;
}
.area-reason-in h3 b {
	font-size:138.5%;
}
.area-reason-item {
	margin:0 auto;
	position: relative;
	
	width:100%;
	min-width:1000px;
	height:560px;
}
.area-reason-item.s-item-1 {
    background: linear-gradient(to left, transparent 50%, rgba(0, 0, 0, 0.5) 50%),
                url('../img/bg_area_reason_item_1.jpg');
    background-size: cover;
    background-position: center bottom;
}
.area-reason-item.s-item-2 {
    background: linear-gradient(to left, transparent 50%, rgba(0, 0, 0, 0.5) 50%),
                url('../img/bg_area_reason_item_2.jpg');
    background-size: cover;
    background-position: center bottom;
}
.area-reason-item.s-item-3 {
    background: linear-gradient(to left, transparent 50%, rgba(0, 0, 0, 0.5) 50%),
                url('../img/bg_area_reason_item_3.jpg');
    background-size: cover;
    background-position: center bottom;
}
.area-reason-item.s-item-4 {
    background: linear-gradient(to left, transparent 50%, rgba(0, 0, 0, 0.5) 50%),
                url('../img/bg_area_reason_item_4.jpg');
    background-size: cover;
    background-position: center bottom;
}
@media screen and (max-width: 1200px) {
    .area-reason-item.s-item-1 {
        background: linear-gradient(to left, transparent 35%, rgba(0, 0, 0, 0.5) 35%),
                url('../img/bg_area_reason_item_1.jpg');
        background-size: cover;
        background-position: center bottom;
    }
	.area-reason-item.s-item-2 {
        background: linear-gradient(to left, transparent 35%, rgba(0, 0, 0, 0.5) 35%),
                url('../img/bg_area_reason_item_2.jpg');
        background-size: cover;
        background-position: center bottom;
    }
	.area-reason-item.s-item-3 {
        background: linear-gradient(to left, transparent 35%, rgba(0, 0, 0, 0.5) 35%),
                url('../img/bg_area_reason_item_3.jpg');
        background-size: cover;
        background-position: center bottom;
    }
	.area-reason-item.s-item-4 {
        background: linear-gradient(to left, transparent 35%, rgba(0, 0, 0, 0.5) 35%),
                url('../img/bg_area_reason_item_4.jpg');
        background-size: cover;
        background-position: center bottom;
    }
}
@media screen and (max-width: 760px) {
    .area-reason-item.s-item-1 {
        background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),
                    url('../img/bg_area_reason_item_1.jpg');
        background-size: cover;
        background-position: center bottom;
    }
	.area-reason-item.s-item-2 {
        background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),
                    url('../img/bg_area_reason_item_1.jpg');
        background-size: cover;
        background-position: center bottom;
    }
	.area-reason-item.s-item-3 {
        background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),
                    url('../img/bg_area_reason_item_1.jpg');
        background-size: cover;
        background-position: center bottom;
    }
	.area-reason-item.s-item-4 {
        background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),
                    url('../img/bg_area_reason_item_1.jpg');
        background-size: cover;
        background-position: center bottom;
    }
}
.area-reason-item-in {
	max-width:1720px;
	position: relative;
}
.area-reason-item-body {
	max-width:540px;
	height:auto;
	text-align: left;
	top:140px;
	left:10%;
	position: absolute;
}
@media screen and (max-width: 1727px) {
    .area-reason-item-body {
        left:5%;
    }
}
@media screen and (max-width: 760px) {
    .area-reason-item-body {
        left:0;
    }
}
.area-reason-item-body h4 {
	font-size:215.4%;
	color:#fff !important;
	line-height:1.6;
	
	font-family:'Roboto', sans-serif;
	font-weight:700;
}
.area-reason-item-body h4 b {
	font-size:153.9%;
}
.area-reason-item-text {
	font-size:138.5%;
	color:#fff;
	line-height:2.0;
	padding-top:20px;
	
	font-family:'Roboto', sans-serif;
	font-weight:500;
}
.area-reason-item-text.s-note {
	font-size:93%;
	color:#fff;
	line-height:1.6;
	padding-top:1em;
}



/*==========================================================================================

 // area-sustaina

==========================================================================================*/
.area-sustaina {
    width:100%;
    background:#FFF;
}
.area-sustaina-in {
	margin:0 auto;
	padding:90px 0 0;
	text-align: center;
}
.area-sustaina-in h3 {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 24px;
    text-align: center;

    font-size:215.4%;
	color:#333;
	line-height:1.6;
	
	font-family:'Roboto', sans-serif;
	font-weight:700;
}
.area-sustaina-in h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    width: 40px;
    border-bottom: 4px solid #113961;
}
.area-sustaina-in h3 b {
	font-size:138.5%;
}

.area-sustaina-item-1 {
	width:100%;
	min-height:630px;
	background: url('../img/bg_area_sustaina_item_1.png?v=251204');
    background-size: cover;
    background-position: center bottom;
	background-repeat: no-repeat;
	
	margin-bottom:30px;
}
.area-sustaina-item-2 {
	width:100%;
	min-height:630px;
	background: url('../img/bg_area_sustaina_item_2.png?v=251204');
    background-size: cover;
    background-position: center bottom;
	background-repeat: no-repeat;
	
	margin-bottom:120px;
}

.area-sustaina-item-body {
    width:35%;
	min-width:510px;
	text-align: left !important;
	
	position: absolute;
}
.area-sustaina-item-body.s-left-body {
	left:5%;
	padding: 100px 10% 0 0;
}
.area-sustaina-item-body.s-right-body {
	right:5%;
	padding: 90px 0 0 10%;
}

.area-sustaina-item-body h4 {
	font-size:230.8%;
	color:#0D3863 !important;
	line-height:1.6;
	
	font-family:'Roboto', sans-serif;
	font-weight:700;
}
.area-sustaina-item-body h4 b {
	font-size:153.9%;
}
.area-sustaina-item-body .area-sustaina-item-text {
	font-size:123.1%;
	color:#333;
	line-height:2.0;
	padding-top:20px;
	
	font-family:'Roboto', sans-serif;
	font-weight:500;
}
.area-sustaina-item-body .btn-pr {
	padding-top:30px;
}
.area-sustaina-item-body .btn-blue {
	display: inline-block;
	width: 100%;
	height: 80px;
	
	position:relative;
	background:#0D3863;
	border-radius:3px;
	box-shadow: 0 4px #001D40;
	
	text-align:center;
	font-size:153.9%;
	color:#fff;
	line-height:74px;
	
	font-family:'Roboto', sans-serif;
	font-weight:700;
}
.area-sustaina-item-body .btn-blue i {
	margin-left:8px;
	position: relative;
    top: 5px;
	font-size:108%;
}
.area-sustaina-item-body .tag-pr {
	display:inline-block;
	width:auto;
	margin:0 10px 0 0;
	padding:0.4em 0.4em 0.3em;
	color:#0D3863;
	font-size:61%;
	line-height:1;
	text-align:center;
	background:#fff;
	
	font-family:'Roboto', sans-serif;
	font-weight:700;
}



/*==========================================================================================

 // area-faq

==========================================================================================*/
.area-faq {
    width:100%;
    background:#F5F5F5;
}
.area-faq-in {
	width:1000px;
	margin:0 auto;
	padding:90px 0;
	text-align: center;
}
.area-faq-in h3 {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 24px;
    text-align: center;

    font-size:215.4%;
	color:#333;
	line-height:1.6;
	
	font-family:'Roboto', sans-serif;
	font-weight:700;
}
.area-faq-in h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    width: 40px;
    border-bottom: 4px solid #113961;
}
.area-faq-in h3 b {
	font-size:138.5%;
}

.faqUnits {
	width:1000px;
	border:1px solid #E7E7E7;
	text-align:left !important;
	
	/* box-shadow */
	box-shadow:rgba(51, 51, 51, 0.199219) 0px 0px 16px 3px;
	-webkit-box-shadow:rgba(51, 51, 51, 0.199219) 0px 0px 16px 3px;
	-moz-box-shadow:rgba(51, 51, 51, 0.199219) 0px 0px 16px 3px;
}
.faqUnits dd.Qtext {
	padding-top:0.2em !important;
	font-size:153.9% !important;
}
.faqUnits .gene {
	font-size:108% !important;
	line-height:1.8 !important;
	padding-bottom:1em;
}
.faqUnits .gene a {
	color:#0D3863 !important;
	font-weight:bold;
	text-decoration:underline;
}
.faqUnits .gene a:hover {
	color:#0D3863 !important;
	text-decoration:none;
}

li.faqUnit:nth-child(odd) {
	background-color:#fff !important;
}
li.faqUnit:nth-child(even) {
	background-color:#F6F6F6 !important; 
}



/*==========================================================================================

 // Modal

==========================================================================================*/
.modalBg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    padding: 40px 0;
    z-index: 99998;
}
/* Content in modal... */
.modalArea {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    width: 544px;
    z-index: 99999;
}

.modalArea .modalIn-height-fix {
    height: 75vh;
    padding-right: 10px;
    overflow-y: scroll !important;
}
.modalArea .modalIn-height-fix::-webkit-scrollbar {
    background: #FFF;
    width: 10px;
    height: 10px;
    border-radius: 15px;
}
.modalArea .modalIn-height-fix::-webkit-scrollbar-thumb{
    background-color: #999;
    border-radius: 15px;
}

.modalArea .blowTitleBluelightTop {
	position:relative;
	background:#3470A9;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-bottom:20px;
	padding:10px 20px;
	
	text-align:center;
}
.modalArea .blowTitleBluelightTop.s-div-left {
	text-align:left;
}
.modalArea .blowTitleBluelightTop:after {
	content:'';
	position:absolute;
	border-top:7px solid #3470A9;
	border-right:7px solid transparent;
	border-left:7px solid transparent;
	bottom:-6px;
	left:49%;
}
.modalArea .blowTitleBluelightTop p {
	font-size:153.9%;
	line-height:1.2;
	color:#FFF;
	
	display:inline-block;
}

.modalArea .blowTitle-under-text {
	padding:0 10px;
}
.modalArea .blowTitle-under-text .s-size-M {
	font-size:138.5%;
	line-height:1.4;
	color:#0C3863;
	margin-bottom:10px;
	
	font-family:'Roboto', sans-serif;
	font-weight:700;
}
.modalArea .blowTitle-under-text .s-size-basic {
	font-size:116%;
	line-height:1.5;
	
	font-family:'Roboto', sans-serif;
	font-weight:400;
}
.modalArea .blowTitle-under-text .s-size-basic strong {
	font-family:'Roboto', sans-serif;
	font-weight:700;
}
.modalArea .blowTitle-under-text .s-size-basic.lines {
    padding-bottom:1em;
}
.modalArea .blowTitle-under-text a,
.modalArea .blowTitle-under-text a:hover {
    text-decoration:underline;
    color:inherit;
}

.modalArea figure {
    display: block;
    margin: 0;
    padding: 15px 0 25px;
}
.modalArea figure img {
    width: 100%;
}
.modalArea .modalMain {
	margin: 30px 10px;
    padding: 0 0 20px;
    border-bottom: 1px dotted #ccc;
}
.modalArea .modalMain.no-side-margin {
    margin-left: 0;
    margin-right: 0;
}
.modalArea .modalMain.no-border-bottom {
    border-bottom: none;
    margin-bottom: 10px;
}
.modalArea .area-item {
    margin-bottom: 1rem;
	padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}
.modalArea .area-item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.modalArea .s-bold {
    font-weight:bold;
    font-size:inherit;
}
.modalArea .txt-size-item {
	font-size:138.5%;
	line-height:1.6;
    color:#000;
    
    font-family:'Roboto', sans-serif;
	font-weight:700;
    
    text-align: center;
    padding-bottom: 0.5rem;
}
.modalArea .txt-size-M {
	font-size:93%;
	line-height:1.6;
}
.modalArea .txt-size-L {
	font-size:123.1%;
	line-height:1.4;
	
	font-family:'Roboto', sans-serif;
	font-weight:700;
}
.modalArea .txt-size-L i.s-size-L {
    font-size:253.9%;
    margin-right:0.5rem;
    position: relative;
    top: 5px;
}
.modalArea .noteBody.sideIn {
	padding: 0 20px;
}
.modalArea .btn-center {
	margin: 30px auto 0;
    padding: 30px 0 0;
    border-top: 1px solid #ccc;
    text-align: center;
}

/* Close button... */
.modalClose {
    position: relative;
    border: 2px solid #fff;
    background-color: #0D3863;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin:-40px 0 0 544px;
}
.modalClose::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    background-color: #fff;
    border-radius: 50px;
    width: 2px;
    height: 20px;
}
.modalClose::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    background-color: #fff;
    border-radius: 50px;
    width: 2px;
    height: 20px;
}
/*　modalClose-btnGray　*/
.modalClose-btnGray {
	display: inline-block;
	width: 160px;
	height: 30px;
	
	position:relative;
	background:#999;
	border-radius:3px;
	text-shadow:0 1px 1px rgba(0, 0, 0, .3);
	
	text-align:center;
	font-size:116%;
	color:#fff;
	line-height:31px;
    
    font-family:'Roboto', sans-serif;
	font-weight:700;
    
    cursor: pointer;
}
.modalClose-btnGray:hover {
	color:#fff;
	background-color:#BBB;
}

/*　searchLists　*/
.modalArea .searchLists {
	border:1px solid #E7E7E7;
	margin-bottom:30px;
	
	/* box-shadow */
	box-shadow:rgba(51, 51, 51, 0.199219) 0px 0px 16px 3px;
	-webkit-box-shadow:rgba(51, 51, 51, 0.199219) 0px 0px 16px 3px;
	-moz-box-shadow:rgba(51, 51, 51, 0.199219) 0px 0px 16px 3px;
}
.modalArea .searchLists:last-child {
	margin-bottom:0;
}

/*　searchList　*/
.modalArea li.searchUnit {
	border-bottom:1px dotted #999;
}
.modalArea li.searchUnit:last-child {
	border-bottom:none;
}
.modalArea li.searchUnit:nth-child(odd) {
	background-color:#none;  
}
.modalArea li.searchUnit:nth-child(even) {
	background-color:#F6F6F6;  
}
.modalArea li.searchUnit a {
	padding:15px;
	position:relative;
	display:block;
}
.modalArea li.searchUnit a:after {
	display:block;
	content:"";
	position:absolute;
	top:45%;
	right:0;
	width:6px;
	height:6px;
	border-top:solid 2px #0D3863;
	border-right:solid 2px #0D3863;
	-webkit-transform:rotate(45deg);
	　　　　transform:rotate(45deg);
}
.modalArea .shopInfo {
	padding-right:15px;
}
.modalArea .shopInfo .shopName {
	font-size:138.5%;
	line-height:1.6;
	
	font-family:'Roboto', sans-serif;
	font-weight:700;
}
.modalArea .shopInfo .address {
	font-size:100%;
	line-height:1.4;
	color:#333;
}



/*==========================================================================================

 // Material Icons

==========================================================================================*/
/*= Material Icons// =*/
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
[class*="ico-cmn-material-"] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.5em;
}
[class*="ico-cmn-material-"]::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.ico-cmn-material-car::before {
  content: "\e531";
}
.ico-cmn-material-arrow-bottom::before {
  content: "\e313";
}
.ico-cmn-material-arrow-right::before {
  content: "\e315";
}
.ico-cmn-material-open::before {
  content: "\e89e";
}
/*= //Material Icons =*/

.s-right {
  text-align: right !important;
}
.s-float-right {
  float: right !important;
}

.txt-cmn-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}
.txt-cmn-icon.s-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}


