@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* CSS Document */

/*Reset*/
*,
*::before,
*::after {
  box-sizing: border-box
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none
}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul {
	margin: 0;
	padding:0;
}
ul[role='list'],
ol[role='list'] {
  list-style: none
}
li {
  list-style-type: none;
}
body {
	min-height: 100vh;
	line-height: 1.8;
	background: #fbf3ee;
	color:#333;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	position:relative;
}
h1,h2,h3,h4,button,input,label {
  line-height: 1.1
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
  display: block
}
input,
button,
textarea,
select {
  font: inherit
}
textarea:not([rows]) {
  min-height: 10em
}
:target {
  scroll-margin-block: 5ex
}
/*-----*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html,
button,
input,
select,
textarea,
.font_defo{ 
	font-family:"Noto Sans JP","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif ;
	font-weight: 500;
}

a:focus,a {
    outline: none;
}

a:active,
a:hover {
    outline: none;
}

p{
	text-align: justify;
	font-feature-settings: "palt";
}

h1 {
    font-size: 2em;
    margin: 0;
}

h2,h3,h4{
    font-size: 2.8rem;
    margin: 0;
	font-weight:normal;
}
b,
strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	filter: brightness(1.1)
}

header{
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 8px 8px 24px;
	position: fixed;
	width: 100%;
	z-index: 10;
}
header h1 a img{
	width:200px;
	height:auto;
}
.pcnav{
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 8px 8px 8px 24px;
	border-radius: 100px;
	font-size: 1.5rem;
	backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, .9);
}
.pcnav li{
	padding: 0 8px;
}
.pcnav li a{
}
.pcnav li a:hover{
	color: #f07d1c
}
.pcnav .hc_btn{
	padding: 0 0 0 8px;
}
.hc_btn a{
	font-size: 1.4rem;
	color: #fff;
	background: linear-gradient(#ff9920,#ff6638);
	padding: 12px 24px;
	border-radius: 50px;
	display: flex;
	position: relative;
}
.hc_btn a:after{
	content:"";
	position: absolute;
	top: 4px;
	right: 9px;
	background: url("img/common/btn_light.svg")center no-repeat;
	background-size: contain;
	width:18px;
	height: 15px;
}
.hc_btn a:hover{
	color:#fff !important;
	animation: poyon .5s ease forwards;
}
.hc_btn a img{
	width:16px;
	height: auto;
	margin-right: 5px;
}

/*　ハンバーガーボタン　*/
.hamburger {
	display : block;
	position: fixed;
	z-index : 3;
	right : 5px;
	top   : 5px;
	background: linear-gradient(#ff9920,#ff6638);
	width : 60px;
	height: 60px;
	cursor: pointer;
	text-align: center;
	border-radius: 50%;
}
.hamburger:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 9px;
    background: url(img/common/btn_light.svg) center no-repeat;
    background-size: contain;
    width: 16px;
    height: 13px;
	opacity: .8;
}
.hamburger:after{
	content:"menu";
	position:absolute;
	bottom:6px;
	left:0;
	right:0;
	margin:auto;
	color:#fff;
	font-size:1.2rem;
	font-weight: 300;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 24px;
  height  : 1px ;
  left    : 0;
  right:0;
  margin:auto;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 16px;
}
.hamburger span:nth-child(2) {
  top: 24px;
}
.hamburger span:nth-child(3) {
  top: 32px;
}


.hamburger.active span:nth-child(2){
  width: 0px;
}
.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3){
  background :#fff;
  transition-delay: 0.3s;
}
.hamburger.active span:nth-child(1){
  transform: translateY(10px) rotate(45deg);
	top: 14px;
}

.hamburger.active span:nth-child(3){
  transform: translateY(-10px) rotate(-45deg);
	top:34px
}


nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #fff;
	background: #00b6a6;
	backdrop-filter: blur(20px);
	width: 100%;
	height: 100vh;
	display: none;
	align-items: center;
}


nav.globalMenuSp div{
	height:100%;
	padding: 48px 24px;
}

nav.globalMenuSp .spnav01 li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
	border-bottom: 1px dashed;
}
nav.globalMenuSp .spnav01 li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp .spnav01 li a {
    display: block;
    color: #fff;
    padding: 12px 0;
    text-decoration: none;
    text-align: left;
    font-weight: 400;
}

.spnav02{
}
.spnav02 li a{
	color: #fff;
	display: flex;
	align-items: center;
	padding: 1em 0;
}
.spnav02 img{
	width: 24px;
	height: auto;
	margin-right: 8px;
}

.spm_btn{
	color: #fff;
	background: linear-gradient(#ff9920,#ff6638);
	padding: 12px 24px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 32px;
}
.spm_btn:after{
	content:"";
	position: absolute;
	top: 4px;
	right: 9px;
	background: url("img/common/btn_light.svg")center no-repeat;
	background-size: contain;
	width:18px;
	height: 15px;
}
.spm_btn img{
	width:16px;
	height: auto;
	margin-right: 8px;
}



.hamburger{
	display:none;
}

#f_btn{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 6;
}
#f_btn:before{
	content:"";
	position:absolute;
    left: 0;
	right:0;
	top:25px;
	margin:auto;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}

@media screen and (max-width:1340px){
	header .pcnav{
		display:none;
	}
	.hamburger{
		display:block;
	}
	.inner{
		width:100%;
	}
}


.fuwa1{
    animation: fuwa1 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes fuwa1 {
    0% { transform:translateY( -8px); }
  100% { transform:translateY(  0px); }
}

.fuwa2{
    animation: fuwa2 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes fuwa2 {
    0% { transform:translateY( 0px); }
  100% { transform:translateY(  -8px); }
}

.yurayura1{
    animation: yurayura1 2.5s ease-in-out infinite alternate;
}
@-webkit-keyframes yurayura1 {
    0% { transform:rotate(2deg); }
  100% { transform:rotate(-2deg); }
}

.kumo1{
    animation: kumo1 35s ease-in-out infinite alternate;
}
@-webkit-keyframes kumo1 {
    0% { transform:translateX( 0%) translateY( 0%); }
  100% { transform:translateX( -50%) translateY( -25%); }
}
/*---------------------------------------------------*/

.sp{display: none}
.pc{display: block}
@media screen and (max-width:999px){
	.sp{display: block}
	.pc{display: none}
}

#Mv{
	position: relative;
	overflow: hidden;
	padding-top: 65px;
}
#Mv:after{
	content:"";
	position: absolute;
	bottom: -1px;
	left: 0;
	background: url("img/top/sec01-1.svg") bottom center no-repeat;
	width: 100%;
	height: 200px;
}
#Mv .inner{
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	height: calc(100vh - 80px);
	position: relative;
}
.mvimg-same{
	position: absolute;
	top: 50px;
	right: 4.5%;
	width: 370px;
	height: auto;
	transform: rotate(10deg);
}
.mvimg-lobo{
	position: absolute;
	top: min(25vw, 450px);
	left: 5%;
	width: 325px;
	height: auto;
	transform: rotate(-10deg);
}
.mvimg-kumo{
	width: 200%;
	position: relative;
	background: url("img/top/mv_cloud.png")top left repeat;
	height: 200vh;
	background-size: 50%;
}
.mvimg-earth{
	position:absolute;
	bottom: -32px;
	right: 15vw;
	width: 53%;
	height: auto;
	max-width: 1000px;
}
.mvtitle{
	position: absolute;
	top: 72px;
	left: 5%;
	width: 660px;
	height: auto;
}

@media screen and (max-width:900px){
	#Mv .inner{
		/*height: 70vh;*/
		height: 590px;
		overflow: hidden;
	}
	.mvimg-same{
		width: 180px;
		top: 145px;
		right: 3.5%;
	}
	.mvimg-lobo{
		width: 160px;
		top: 240px;
	}
	.mvimg-kumo{
		background-size: contain;
	}
	.mvimg-earth{
		width: 90%;
		max-width: 530px;
		right:10px;
	}
	.mvtitle{
		top:50px;
		width: 87%;
		max-width: 500px;
	}
}

.h_title {
	font-size: 2.8rem;
	font-weight: bold;
}
.h_label {
	font-size: 1.2rem
}

#Topnews {
	background: #00b6a6;
	padding: 80px 0;
	color: #fff;
}
.news-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	gap: 80px;
}
.btn-all{
	font-size: 1.4rem;
	color: #fff;
	background: linear-gradient(#ff9920,#ff6638);
	padding: 12px 24px;
	width: 210px;
	border-radius: 50px;
	text-align: center;
	position: relative;
	display: inline-block;
}
.btn-all:after{
	content:"";
	position: absolute;
	top: 4px;
	right: 9px;
	background: url("img/common/btn_light.svg")center no-repeat;
	background-size: contain;
	width:18px;
	height: 15px;
}
.btn-all:hover{
	animation: poyon .5s ease forwards;
}
@keyframes poyon {
    0% {
        transform: scale(1,1) translateY(0)
    }
    30% {
        transform: scale(1.05, 0.95) translateY(5px)
    }
    70% {
        transform: scale(1, 1.05) translateY(-5px)
    }
    100% {
        transform: scale(1,1) translateY(0)
    }
}
.news-label{
	
}
.news-label .btn-all{
	margin-top: 20px;
}
.news-list {
	list-style: none;
	width: 100%;
}
.news-item {
	display: flex;
	gap: 24px;
	padding: 14px 0;
	border-bottom: 1px dashed rgba(255,255,255,0.6);
	color: #fff;
}
.news-item:last-child {
	border-bottom: none;
}
.news-item a{
	color:#fff;
}
.news-item a:hover{
	color:#f07d1c;
}
.news-date {
	min-width: 100px;
	white-space: nowrap;
}
.news-title {
}

@media screen and (max-width:1000px){
	.news-inner{
		flex-wrap: wrap;
		gap:24px;
		padding: 0 24px;
	}
	.news-item{
		flex-wrap:wrap;
		flex-flow: column;
		gap: 4px;
	}
	.news-inner .btn-all{
		margin:20px 0 0 0;
	}
}

#Top_about {
	position: relative;
	padding: 200px 0 200px;
}
#Top_about:before{
	content: "";
    position: absolute;
    top: -1px;
    left: 0;
    background: url(img/top/sec01-2.svg) top center no-repeat;
    width: 100%;
    height: 200px;
}
#Top_about:after{
	content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url(img/top/sec01-1.svg) bottom center no-repeat;
    width: 100%;
    height: 200px;
}

#Top_about .inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
	gap: 60px;
	display: flex;
}
.about_text{
	width:50%;
}
.about_text .wrap{
	margin:24px 0;
}
.about_text h2 {
	margin-bottom: 4px;
}
.about_text .en {
	margin-bottom: 20px;
}
.about_text p {
	margin-bottom: 12px;
}
.about_text h3 {
	font-size: 2rem;
	font-weight: bold;
	margin: 60px 0 12px;
}
.about-box {
	background: #fff;
	border-radius: 12px;
	padding: 20px 24px;
	line-height: 1.8;
	color: #444;
	margin-top: 40px;
}
.about_imgarea{
	position: relative;
	width: 50%;
}
.about_images{
}
.a_i1{
	width: 370px;
	height: auto;
	position: absolute;
	top: 0;
	left: 5%;
}
.a_i2{
	width: 370px;
	height: auto;
	position: absolute;
	top: 300px;
	right: 0;
}
.a_i_sub1{
	position: absolute;
	width: 85px;
	height: auto;
	top: 0;
	left: 0;
	z-index: 1;
}
.a_i_sub2{
	position: absolute;
	width: 94px;
	height: auto;
	bottom: 50%;
	right: 0;
	z-index: 1;
}
.a_i_sub3{
	position: absolute;
	width: 80px;
	height: auto;
	bottom: 10%;
	left: 70px;
	z-index: 1;
}

@media screen and (max-width:800px){
	#Top_about{
		padding: 120px 0 80px;
	}
	#Top_about .inner{
		flex-wrap:wrap;
		padding: 0 24px;
	}
	.about_text{
		width: 100%;
	}
	.a_i1,
	.a_i2{
		width: 350px;
	}
	.about_imgarea{
		height: 80vh;
		width: 100%;
	}
	.a_i_sub3{
		left:20px;
	}
}


#Top_items{
	background: #00b6a6;
	color: #fff;
	padding: 80px 0;
	position: relative;
}
#Top_items .inner{
	max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
	position: relative;
}
.ti-illust01{
	position:absolute;
	top: 90px;
	right: 12%;
	width: 212px;
	height: auto;
}
.ti-illust02{
	position:absolute;
	bottom: 50px;
	left: 12%;
	width: 140px;
	height: auto;
}
.rental-header{
}
.rental-header-text{
}
.h_title{
}
.rental-header-text .h_label{
	margin-bottom: 24px;
}
.swiper{
}
.swiper-wrapper{
	margin: 80px 0 60px;
}
.swiper-slide{
	flex-shrink: 0;
}
.rental-card{
	display: block;
	color: #fff;
	text-align: center;
}
.rental-card-circle{
	width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
	background: #fbf3ee;
    overflow: hidden;
}
.rental-card-circle img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.rental-card-name{
	font-size: 1.6rem;
	margin: 20px 0;
}
.rental-card-tag{
	display: inline-block;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 3px 14px;
    font-size: 12px;
}
.rental-btns{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
	max-width: 1280px;
    margin: 0 auto;
	position: relative;
	padding: 10px 0;
}
.rental-btns .btn-all{
}

@media screen and (max-width:900px){
	.ti-illust01{
		top:-36px;
		right:8px;
		width: 190px;
	}
	.ti-illust02{
		bottom: 20px;
    	left: 10px;
		width: 100px;
	}
	#Top_items .inner{
		padding: 0 20px;
	}
	.rental-btns{
		gap:20px;
	}
}

#Step{
	padding: 160px 0;
	position: relative;
}
#Step:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    background: url(img/top/sec01-2.svg) top center no-repeat;
    width: 100%;
    height: 200px;
}
#Step:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url("img/top/sec02-1.svg") bottom center no-repeat;
    width: 100%;
    height: 200px;
}
#Step .inner{
	max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
.step-card-outer{
	background: #fce544;
	position: relative;
	border-radius: 80px;
	padding: 136px 136px;
}
.si-illust01{
	position: absolute;
	top: 40px;
	right: 40px;
	width: 220px;
	height: auto;
}
.step-card-outer:before{
	content: "";
    position: absolute;
    top: 24px;
    left: 24px;
    background: url("img/common/sec_light.svg") center no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
}
.step-wrap{
}
.step-step{
	border-bottom: 1px dashed #333;
	margin: 24px 0 0;
}
.step-step:last-child{
	border:none;
}
.step-step .btn-all{
	margin-bottom:24px;
}
.step-step p{
	margin: 20px 0;
}
.step-step h3{
	font-size: 2rem;
	font-weight: bold;
}
.step-step-label{
	font-weight: bold;
}
.btn-form{
}
.cancel-box{
	background: #fff;
	padding: 40px 48px 28px;
	border-radius: 24px;
	margin-top: 40px;
}
.cancel-title{
	color: #ff6738;
	font-weight: bold;
}

@media screen and (max-width:900px){
	#Step{
		padding:80px 0;
	}
	#Step .inner{
		padding: 0 24px;
	}
	.step-card-outer{
		padding: 80px 24px 24px 24px;
		border-radius: 60px;
	}
	.step-card-outer:before{
		top:16px;
		left: 16px;
	}
	.cancel-box{
		border-radius:40px;
		padding: 36px 36px 16px;
	}
	.si-illust01{
		right:-16px;
		top:-50px;
		width:200px;
	}
}

.sec-wrap{
	background: #8a66dc;
	position: relative;
	padding: 0 0 80px;
}
.sec-wrap:before{
	content:"";
	position: absolute;
	top: 20px;
	right: 3%;
	width: 70%;
	max-width: 450px;
	height: 50%;
	background: url("img/top/qa_bg01.png")top center no-repeat;
	background-size: contain;
}

#Qa{
	color: #fff;
	padding: 80px 0 0 0;
}
#Qa .inner{
	max-width: 1280px;
    margin: 0 auto;
    padding: 0 136px;
}
.t_t_wrap{
	position:relative;
}
.qa-illust01{
	position: absolute;
	top: -50px;
	left: 240px;
	width: 140px;
	height: auto;
}
.faqbox{
}
.faq-wrapper {
  margin: 80px 0;
}

.faq-question {
  cursor: pointer;
  margin: 24px 0;
  position: relative;
  padding: 16px 35px 16px 24px;
  background: #00b5a6;
  border-radius: 50px;
}
.faq-question:hover{
	filter: brightness(1.15);
}
.faq-question::before,
.faq-question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 14px;
  height: 1px;
  background: #fff;
  transition: transform 0.3s ease;
}

/* 縦棒 */
.faq-question::after {
  transform: translateY(-50%) rotate(90deg);
}

/* 横棒 */
.faq-question::before {
  transform: translateY(-50%) rotate(0deg);
}

/* アクティブ時に縦棒を回して横棒にする → - 表示 */
.faq-question.active::after {
  transform: translateY(-50%) rotate(0deg);
}

.faq-answer {
  display: none;
    position: relative;
    margin: 0 0 20px 13px;
    padding: 20px 20px;
    border-left: 2px solid #ccc;
}
.faq-answer a{
	color:#fde459;
}
@media screen and (max-width:900px){
	#Qa .inner{
		padding:0 24px;
	}
	.qa-illust01{
		width:120px;
        right: 1%;
        left: auto;
	}
}

#Safety{
}
#Safety .inner{
	max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
.safety-wrap{
	background: #fce544;
	position: relative;
	border-radius: 80px;
	padding: 136px 136px;
}
.safe-illust01{
	position: absolute;
	top: 40px;
	right: 10%;
	width: 175px;
	height: auto;
}
.safety-wrap:before{
	content: "";
    position: absolute;
    top: 24px;
    left: 24px;
    background: url("img/common/sec_light.svg") center no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
}
.safety-box01{
	margin: 40px 0;
}
.safety-box01 img{
	width: 150px;
	height: auto;
	margin: 20px 0;
}
.safety-wrap h3{
	font-size:1.6rem;
	font-weight: bold;
	margin: 24px 0;
}
.safety-wrap a{
	display: inline-block;
	text-decoration: underline;
}
.s-b-in{
	padding: 20px 0 20px 30px;
	border-left:1px solid;
}

@media screen and (max-width:900px){
	#Safety .inner{
		padding:0 24px;
	}
	.safety-wrap{
		padding: 80px 24px 60px;
        border-radius: 60px;
	}
	.safety-wrap:before {
        top: 16px;
        left: 16px;
    }
	.safe-illust01{
		right: -14px;
        top: -60px;
		width: 155px;
	}
	.s-b-in{
		padding:20px 0 20px 20px;
	}
}

#Company{
	padding: 160px 0;
	position: relative;
	color: #fff;
}
#Company:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    background: url(img/top/sec02-2.svg) top center no-repeat;
    width: 100%;
    height: 200px;
}
#Company:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url(img/top/sec02-1.svg) bottom center no-repeat;
    width: 100%;
    height: 200px;
	z-index: -1;
}
#Company .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
.company-card{
	background: #00b5a6;
    position: relative;
    border-radius: 20vw;
    padding: 136px 240px;
}
.c-image01{
	position: absolute;
	top: -60px;
	left: 40px;
	width: 240px;
	height: auto;
}
.c-image02{
	position: absolute;
	bottom: -60px;
	right: 40px;
	width: 240px;
	height: auto;
}
.company-card-title,
.company-card-title .h_label{
	text-align: center;
}
.company-table {
    width: 100%;
    border-collapse: collapse;
	font-weight: 400;
	margin: 40px 0 0 0;
}

.company-table tr {
    border-bottom: 1px solid #fff;
}

.company-table tr:last-child {
    border-bottom: none;
}

.company-table th {
    text-align: left;
    padding: 24px 0;
    width: 140px;
    vertical-align: top;
    font-weight: 400;
}

.company-table td {
    padding: 14px 0;
}

@media screen and (max-width:900px){
	#Company{
		padding:80px 0;
	}
	#Company .inner{
		padding:0 20px;
	}
	.company-card {
        padding: 80px 24px 60px;
    }
	.c-image01{
		width:160px;
		left: -10px;
		top: -100px;
	}
	.c-image02{
		width:160px;
		right: -10px;
		bottom: -100px;
	}
	.company-table tr{
		display: block;
        padding: 20px 0;
	}
	.company-table th{
		font-weight:bold;
	}
	.company-table th,
	.company-table td{
		width: 100%;
		display: block;
		padding: 2px 0;
	}
}


#Contact{
	background:#8a66dc;
	color: #fff;
	padding: 80px 0;
}
.contact-inner{
	max-width: 1280px;
    margin: 0 auto;
    padding: 0 136px;
}
.contact-header {
	text-align: center;
	margin-bottom: 8px;
	margin-bottom: 40px;
}
.contact-header .h_label{
	text-align:center;
}
.contact-deco {
}
.contact-desc {
	color: rgba(255,255,255,0.9);
	line-height: 1.7;
	margin-bottom: 40px;
}
.form-group {
	margin-bottom: 20px;
}
.form-label {
	display: block;
	color: rgba(255,255,255,0.9);
	margin-bottom: 8px;
}
.form-label .req {
	background: #00b5a6;
	font-size: 1.2rem;
	padding: 1px 6px;
	border-radius: 4px;
	margin-left: 4px;
}
.form-input {
	width: 100%;
	padding: 12px 14px;
	border: none;
	border-radius: 8px;
	background: #fff;
	color: #333;
	outline: none;
}
.form-input:focus {
	box-shadow: 0 0 0 2px #f07d1c;
}
textarea.form-input {
	min-height: 160px;
	resize: vertical;
}
.btn-submit {
	font-size: 1.4rem;
    color: #fff;
    background: linear-gradient(#ff9920, #ff6638);
    padding: 12px 100px;
    border-radius: 50px;
    display: flex;
    position: relative;
	border: none;
	margin: 40px auto;
	cursor: pointer;
}
.btn-submit:after{
	content:"";
	position: absolute;
	top: 4px;
	right: 9px;
	background: url("img/common/btn_light.svg")center no-repeat;
	background-size: contain;
	width:18px;
	height: 15px;
}
.btn-submit:hover{
	color:#fff !important;
	filter:brightness(1.2);
	animation: poyon .5s ease forwards;
}
.btn-submit img{
	width:16px;
	height: auto;
	margin-right: 5px;
}
.privacy-title {
	text-align: center;
	color: rgba(255,255,255,0.8);
	margin-bottom: 8px;
	font-size: 1.4rem;
}
.privacy-box {
	font-size: 1.4rem;
	background: rgba(255,255,255,0.2);
	border-radius: 8px;
	padding: 16px 20px;
	color: rgba(255,255,255,0.85);
	line-height: 1.7;
}

@media screen and (max-width:900px){
	.contact-inner{
		padding:0 20px;
	}
}


footer{
	position: relative;
	padding: 160px 0 0 0;
}
.top-footer:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    background: url(img/top/sec02-2.svg) top center no-repeat;
    width: 100%;
    height: 200px;
}
.footer-inner{
	max-width: 1880px;
    margin: 0 auto;
    padding: 0 40px 100px;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-logo-area{
	position: relative;
}
.footer-illust01{
	position: absolute;
    top: -50px;
    left: 240px;
    width: 150px;
    height: auto;
}
.footer-logo{
}
.footer-logo img{
	width:180px;
	height: auto;
}
.footer-company{
}
.f-c-name{
	font-size:1.6rem;
	margin:16px 0;
}
.footer-nav{
	display: flex;
    flex-flow: column;
    align-items: flex-end;
}
.footer-nav ul{
	display: flex;
	align-items: center;
}
.footer-nav li{
}
.footer-nav li a{
	padding: 0 6px;
	display: inline-block;
}
.footer-nav li a:hover {
    color: #f07d1c;
}
.footer-nav .icon{
}
.footer-nav .icon a img{
	width: 28px;
	height: auto;
}
.footer-right{
	margin-top: 24px;
}
.btn-inquiry{
}
.footer-bottom{
	text-align: center;
	font-size: 1.2rem;
	padding-bottom: 8px;
}

@media screen and (max-width:1280px){
	.footer-nav ul{
		display: none;
	}
}
@media screen and (max-width:900px){
	footer{
		padding:80px 0 0;
	}
	.footer-inner{
		flex-flow:column;
		align-items: flex-start;
		padding:0 20px 80px;
	}
	.footer-logo-area{
		width:100%;
	}
	.footer-illust01{
		left:auto;
		right:0;
		width: 140px;
	}
}

.news-archives{
	max-width: 1280px;
    margin: 0 auto;
    padding: 120px 40px 0;
}
.news-archives .inner{
    background: #fff;
    position: relative;
    border-radius: 80px;
    padding: 120px 136px;
}
.news-archives .inner .news-list{
	margin: 40px 0 0 0;
}
.news-archives .inner .news-list .news-item{
	color: #333;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.6);
}
.news-archives .inner .news-list .news-item a{
	color: #333;
}
.wp-pagenavi{
	padding: 80px 0 10px;
	text-align:center;
	font-size: 1.4rem;
}
.wp-pagenavi .page-numbers{
	width: 22px;
    height: 22px;
    padding: 0;
    line-height: 2rem;
    text-align: center;
    margin: 0 4px;
    border-radius: 50%;
}
.wp-pagenavi a:hover{
	color:#00b5a6;
}
.wp-pagenavi .page-numbers.current{
	background: #00b5a6;
    display: inline-block;
	color: #fff;
}

.post-date{
	font-size: 1.4rem;
	color: #888;
	margin-bottom: 12px;
}
.post-category{
	background: #ff6837;
	color: #fff;
	font-size: 1.2rem;
	padding: 0 15px;
	border-radius: 40px;
	display: inline-block;
}
.post-title{
	font-size: 2.4rem;
	font-weight: bold;
	margin: 12px 0 0 0;
}
.post_wrapper{
	margin-top: 20px;
	padding: 20px 0 40px;
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
}
.post_wrapper p,
.post_wrapper figure{
	margin:20px 0;
}
.post_wrapper .hc_btn{
	width: 224px;
    margin: 52px auto 20px;
}

.pagenav{
}
.pagenav ul{
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0;
}
.pagenav ul li{
	text-align: center;
	width: 33.3%;
}
.pagenav ul li:nth-child(1){
	text-align:left;
}
.pagenav ul li:nth-child(3){
	text-align:right;
}
.pagenav ul li a{
}
.pagenav ul li a:hover{
	color: #00b5a6;
}

@media screen and (max-width:900px){
	.news-archives{
		padding: 80px 20px 0;
	}
	.news-archives .inner{
		padding: 80px 24px 24px 24px;
		border-radius: 60px;
	}
	.pagenav ul{
		margin: 40px 0 20px;
	}
}


.rentalpage {
}
.rp-space-top{
	padding-top: 40px;
}
.rp-space-bottom{
}
.rentalpage-wrapper{
	background: #00b6a6;
}
.rentalpage-inner{
	max-width: 2000px;
	margin: 0 auto;
	min-height: calc(100vh - 60px);
	padding: 80px 40px;
}

/* タイトル */
.rentalpage-title {
	color: #fff;
	margin-bottom: 40px;
}
.rentalpage-title h1 {
	font-size: 28px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 4px;
}
.rentalpage-title .en {
	font-size: 13px;
	color: rgba(255,255,255,0.65);
}

/* フィルタータグ */
.filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.filter-btn {
  background: #f07d1c;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
  white-space: nowrap;
}
.filter-btn:hover { 
	background: #d96b0e;
	filter: none;
}
.filter-btn.active {
	background: #f07d1c;
}
.filter-btn.inactive {
	background: rgba(255,255,255,0.3);
	color: rgba(255,255,255,0.8);
}

/* グリッド */
.items-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
}

/* カード */
.item-card {
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s;
}
.item-card:hover {
	transform: translateY(-6px);
}
.item-card[data-hidden="true"] {
	display: none;
}

.item-circle {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  margin-bottom: 14px;
  transition: box-shadow 0.3s;
}
.item-card:hover .item-circle {
  box-shadow: 0 8px 32px rgba(0,0,0,0.22);
}
.item-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.item-name {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.item-tag {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.55);
  border-radius: 20px;
  padding: 4px 16px;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 900px) {
	.rentalpage-inner{
		padding:80px 20px;
	}
  .items-grid { 
	  grid-template-columns: repeat(2, 1fr);
	}
}


#Four04{
	min-height: calc(100vh - 470px);
    display: flex;
    align-items: center;
}
#Four04 .inner{
	max-width: 1200px;
	padding: 0 40px;
}
.wpcf7-not-valid-tip{
	color: #ffb832!important;
}
.grecaptcha-badge{
	display: none !important;
}