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

body{
    color: #252525;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	font-size: 1.6rem;
}

/* .main_bg{
	position: fixed;
	display: block;
	background: url(../img/body.jpg);
	opacity: 0.1;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	z-index: -5;
} */

.en{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}

*{
	margin: 0;
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #333;
	transition: .4s;
}

ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}


.mg20{
	margin-top: 20px;
}


/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.6s, transform 1.2s;
	transition-delay: 0.4s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}


span.marker {
    background: linear-gradient(transparent 50%, rgb(241, 156, 167,0.7) 50%);
}



.br_650.marker{
	background: none;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

.inner.wide{
	max-width: 1400px;
    margin: 0 auto;
}
.inner.max{
	max-width: none;
}

.inner_w{
    width: 100%;
    margin: 0 auto;
}

.inner_u{
	width: 98%;
	margin: 0 auto 0 0;
	max-width: none;
}

.container{
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1040px;
	width: 80%;
}

.inner70{
	width: 70%;
	margin: 0 auto;
	max-width: none;
}

.flex_center{
	display: flex;
	justify-content: center;
}

.flex{
    display: flex;
}

.flex_end{
	display: flex;
	justify-content: flex-end;
}

.flex_start{
	display: flex;
	justify-content: flex-start;
}

.flex_bet{
	display: flex;
	justify-content: space-between;
}

.flex_ar{
	display: flex;
	justify-content: space-around;
}

section{
    padding: 100px 0;
	overflow-x: hidden;
}

span.zo{
	font-size: 1.2em;
	padding: 5px;
	font-weight: bold;
}

main{
	background-color: #fff;
    overflow-x: hidden;
	position: relative;
	z-index: 20;
}

.pan{
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}

.pan li:not(:last-child)::after{
	content: "＞";
	padding: 0 0.2em;
	position: absolute;
	top: 0;
}

.pan li:not(:last-child){
	padding-right: 20px;
	position: relative;
}

.page_hd ol{
	display: flex;
	font-size: 1.4rem;
	justify-content: center;
}

.page_hd ol a{
	color: #fff;
}

.page_hd{
	padding-top: 270px;
	padding-bottom: 102px;
	width: 100%;
	position: relative;
	color: #fff;
	z-index: 0;
}

.page_hd::before{
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(33deg, rgba(176, 238, 182, 1), rgba(33, 211, 234, 1) 48%, rgba(4, 202, 255, 1));
	z-index: -1;
}

.page_hd h2{
	font-size: 4rem;
	text-align: center;
	letter-spacing: 3px;
}

@media (max-width: 1200px){
    .page_hd{
        padding-top: 177px;
    }
}

/*フィルター*/

.filter{
    position: relative;
}

filter::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(0, 0, 0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.filter_w{
	position: relative;
}

.filter_w::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(255, 255, 255,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/*改行*/

.br_960{
}

.br_650{
}

.br_none650{
	display: block;
}

@media (max-width: 960px){
	.br_960{
		display: block;
	}
    
	.container{
		width: 92%;
	}
	
}
@media (max-width: 650px){
	.br_650{
		display: block;
	}
	.br_650.marker{
		background: linear-gradient(transparent 75%, rgb(241, 156, 167,0.7) 75%);;
	}
	section{
        padding: 50px 0;
    }
	.container{
		padding: 0;
	}
	.br_none650{
		display: inline;
	}
}

/*スライダー*/

.top_slider{
	position: relative;
    z-index: 5;
	padding-top: 120px;
}




.top_slider .slider{
	position: relative;
    width: 100%;
	z-index: 2;
	height: calc(100vh - 120px);
}
.top_slider .slider li{
	width: 100%;
	height: 100%;
	min-height: 400px;
	background-size: cover;
	transform: scale(1.05);
}
/* .top_slider .slider li.top01{
	background-image: url(../img/slide01.jpg);
    background-position: center;
}
.top_slider .slider li.top02{
	background-image: url(../img/rental02.jpg);
    background-position: center;
}
.top_slider .slider li.top03{
	background-image: url(../img/slide03.jpg);
    background-position: center;
} */

.top_slider .slider li.top01{
	background-image: linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url(../img/slide01.jpg);
	background-position: center;
}
.top_slider .slider li.top02{
	background-image: linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url(../img/rental02.jpg);
	background-position: center;
}
.top_slider .slider li.top03{
	background-image: linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url(../img/slide03.jpg);
	background-position: center;
}

/*キャッチ*/
.top_slider .catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/* filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff); */
	object-fit: cover;
	pointer-events: none;
	width: 70%;
	max-width: 700px;
	min-width: 340px;
	z-index: 2;
	animation: apper 2.5s ease-in-out;
	z-index: 99;
}

/*スクロール*/

.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
    transform: translate(-50%,-50%);
	bottom:8%;
	left:9%;
    z-index: 3;
}

.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:20px;
	bottom:10px;
    /*テキストの形状*/
	color: #fff;
	font-size: 1.4rem;
	font-weight: 900;
	letter-spacing: 0.15em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	text-shadow: #333 0 0 4px,#333 0 0 4px, #333 0 0 4px, #333 0 0 4px;
}

.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-6px;
    /*丸の形状*/
	width:15px;
	height:15px;
	border-radius: 50%;
	background:#fff;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
      0%{bottom:80px;}
     100%{bottom:-5px;}
 }

@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 100px;
	background:#fff;
}

@media (max-width: 650px){
	.scrolldown2 span{
		left: 10px;
	}
	.scrolldown2:before{
		width: 12px;
		height: 12px;
	}
	.scrolldown2:after{
		height: 70px;
	}

	@keyframes circlemove{
		0%{bottom:60px;}
     	100%{bottom:-5px;}
	}
}



/* ボタン */

.btn{
	width: 220px;
	position: relative;
}

.btn a::after{
	content: "";
	background-color: #fff;
	display: inline-block;
	width: 2em;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	z-index: 2;
	border-radius: 50%;
}

.btn a::before{
	content: "\f054";
	display: inline-block;
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color: #1e779d;
	top: 50%;
	right: 1.1em;
	transform: translate(-50%,-50%);
	z-index: 3;
	font-size: 1.8rem;
	transition: all.3s;
}

.btn a{
	color: #fff;
	background-color: #1e779d;
	border: solid 2px #1e779d;
	display: block;
	text-align: center;
	letter-spacing: 0.08em;
	padding: 7px 0;
	font-size: 1.7rem;
	border-radius: 25px;
	font-weight: 500;
	padding-right: 1em;
}

.btn a:hover{
	background-color: #fff;
	color: #1e779d;
}

.btn a:hover::before{
	right: 0.7em;
}

/* 文字間 */

.space{
	letter-spacing: 0.05em;
}

.space2{
	letter-spacing: 0.1em;
}

/*  */
.txt_wrappper{
	background-color: #f5f5f5;
}

.txt{
	line-height: 2;
	font-size: 1.5rem;
}

.f_txt{
	font-size: 1.5em;
}

@media (max-width: 960px){
	.none_960{
		display: none;
	}
	.btn_b{
		font-size: 1.6rem;
	}
	.top_slider .slider li.top01{
		background-position-x: 70%;
	}
	.top_slider .slider li.top02{
		background-position-x: 60%;
	}
	.top_slider .slider li.top03{
		background-position-x: 60%;
	}
}

@media (max-width: 650px){
	.none_650{
		display: none;
	}
	.txt{
		font-size: min(3.8vw, 1.6rem);
		line-height: 2;
	}

}

.ac_txt{
	font-family: "irohamaru", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.flex_bet.reverse{
	flex-direction: row-reverse;
}

.sub_ttl{
    font-family: "irohamaru", sans-serif;
    font-weight: 500;
    font-style: normal;
	position: relative;
	margin: 0 auto;
	font-size: 3rem;
	width: fit-content;
	letter-spacing: 0.08em;
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.1;
}

.sub_ttl .small{
	font-size: 0.5em;
	color: #1e779d;
}

.sub_ttl .app{
	display: inline-block;
	position: absolute;
	background: url(../img/sub_left.png);
	aspect-ratio: 1 / 1;
	width: 45px;
	background-position: center;
	background-size: cover;
	top: 50%;
	left: -3em;
	transform: translateY(-50%);
	animation-name: rotation;
	animation-duration: 3s;
	animation-timing-function: step-end;
	animation-iteration-count: infinite;
	opacity: 0.9;
}

.sub_ttl .app.migi{
	right: -3em;
	background: url(../img/sub_right.png);
	background-position: center;
	background-size: cover;
	left: auto;
}

@keyframes rotation{
	0% {
		transform: rotate(-10deg) translateY(-50%);
	}
	
	50% {
		transform: rotate(10deg) translateY(-50%);
	}

	100%{
		transform: rotate(-10deg) translateY(-50%);
	}
}

.center_l{
	display: flex;
	align-items: center;
}

header{
	font-family: "irohamaru", sans-serif;
    font-weight: 400;
    font-style: normal;
	height: 120px;
	background-color: #fff;
	color: #252525;
	position: fixed;
	top: 0;
	z-index: 97;
	width: 100%;
}

.hd_inner{
	width: 98%;
	margin: 0 auto;
}

header .main_nav {
	font-size: 1.56rem;
	margin-right: 40px;
}

header .main_nav li{
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.2em;
}

header .main_nav li+li{
	margin-left: 40px;
}

header .main_nav li span{
	font-size: 0.8em;
	color: #af668a;
}

header .main_nav li a:hover{
	opacity: 0.7;
}

header .icon+.icon,footer .icon+.icon{
	margin-left: 15px;	
}

header .icon a,footer .icon a{
	display: block;
	text-align: center;
	width: 42px;
	aspect-ratio: 1 / 1;
	line-height: 42px;
	border-radius: 50%;
	background-color: #fff;
	border: solid 1px #68adca;
	font-size: 1.9rem;
	color: #68adca;
}

header .icon a:hover,footer .icon a:hover{
	opacity: 0.7;
}

header h1 img{
	height: 70px;
	margin-right: 20px;
}

header h1 a{
	display: block;
	line-height: 70px;
}

header h1{
	font-size: 2.8rem;
	letter-spacing: 0.1em;
}

.main_nav ul li.parent a::after{
	display: none;
}

.main_nav ul li.parent{
	position: relative;
}
.main_nav ul li.parent > a{
	
}
.main_nav ul li.parent > a.none{
	cursor: default;
}
.main_nav ul li.parent > a::before{
	display: none;
}
.main_nav ul li.parent > a:hover{
	transform: none;
}
.main_nav ul li.parent > a i{
	display: block;
	font-size: 8px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,0);
	color: #374453;
}
.main_nav ul li.parent > a:hover i{
	color: #965d5a;
}
.main_nav ul li.parent .child{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: scaleY(0) translateX(-50%);
	transition: 0.3s ease-in;
	transform-origin: center top;
	padding-top: 15px;
}
.main_nav ul li.parent .child a{
	display: block;
	background-color: #fff;
	box-shadow: rgb(0 0 0 / 10%) 1.95px 1.95px 2.6px;
	text-align: left;
	padding: 12px 15px;
	white-space: nowrap;
	margin-bottom: 3px;
	line-height: 1;
	letter-spacing: 0.08em;
	font-size: 1.5rem;
	color: #252525;
}
.main_nav ul li.parent .child a:last-child{
	margin-bottom: 0;
}
.main_nav ul li.parent .child a::before{
	content: '-';
	display: inline-block;
	margin-right: 0.5em;
	transition: 0.4s;
}
.main_nav ul li.parent:hover .child{
	transform: scaleY(1) translateX(-50%);
}
.main_nav ul li.parent .child a:hover{
	color: #af668a;
}
.main_nav ul li.parent .child a:hover::before{
	transform: translateX(3px);
}

.center_l.flex_bet{
	flex-direction: column-reverse;
	height: 100px;
	justify-content: flex-end;
}
header .flex{
	width: 100%;
	justify-content: flex-end;
}
header .main_nav{
	margin-right: 0;
	margin-top: 15px;
}
header .right .icon a{
	width: 30px;
	height: 30px;
	line-height: 29px;
	font-size: 1.5rem;
}
.center_l.flex_bet.ch{
	height: 90px;
	justify-content: center;
}


@media (max-width: 1400px){
	.center_l.flex_bet{
		flex-direction: column-reverse;
		height: 100px;
		justify-content: flex-end;
	}
	header .flex{
		width: 100%;
		justify-content: flex-end;
	}
	header .main_nav{
		margin-right: 0;
		margin-top: 15px;
	}
	header .right .icon a{
		width: 30px;
		height: 30px;
		line-height: 29px;
		font-size: 1.5rem;
	}
	.center_l.flex_bet.ch{
		height: 90px;
		justify-content: center;
	}
	.main_nav{
		display: none;
	}
	.sp_hd{
		position: fixed;
		display: flex;
		justify-content: flex-end;
		z-index: 10;
		top: 30px;
		right: 1.5%;
	}
	.mainNavSp{
		display: flex;
		align-items: center;
		width: 100%;
	}
	header .flex{
		display: none;
	}
	header{
		height: 90px;
	}
	.hd_inner{
		height: 90px;
	}
	.top_slider{
		padding-top: 90px;
	}
	header h1{
		font-size: 2.6rem;
	}
	header h1 img{
		height: 55px;
	}
	header h1 a{
		line-height: 55px;
	}
	.top_slider .slider{
		height: calc(100vh - 90px);
	}
}

@media (max-width: 650px){
	header h1{
		font-size: 2.2rem;
	}
	header h1 img{
		height: 45px;
		margin-right: 12px;
	}
	header h1 a{
		line-height: 45px;
	}
}

/* 私たちについて */

section.aboutus{
	padding-top: 150px;
	overflow: visible;
}

.aboutus{
	background-color: rgb(230, 201, 215,0.5);
	font-size: 1.5rem;
	position: relative;
}

.nami::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	background: url(../img/nami.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	aspect-ratio: 2200 / 80;
	width: 100%;
	top: 0;
	z-index: 1;
}

.aboutus::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #fff;
	top: 54%;
	left: 0;
	transform: translateY(-50%);
	width: 35%;
	height: 20%;
	z-index: 1;
	opacity: 0.4;
}

.aboutus .ac_img{
	width: 35%;
	min-width: 500px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.2;
}

.aboutus .inner{
	position: relative;
	z-index: 3;
}

.aboutus .img{
	position: relative;
	width: 35%;
	z-index: 2;
}
.aboutus .txt_box{
	width: 55%;
}

.aboutus .txt_box .txt:nth-child(2 of .txt){
	margin-top: 20px;
}

.aboutus .img img{
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
	border: solid #bb92a6 4px;
}

.aboutus .img::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/aboutus_ashi.png);
	aspect-ratio: 179 / 169;
	width: 100px;
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover;
	z-index: 2;
}

.aboutus .f_txt{
	font-size: 1.4em;
	margin-bottom: 25px;
	color: #000;
}



.aboutus .btn{
	margin-top: 30px;
}


@media (max-width: 1200px){
	.aboutus .flex_bet{
		flex-direction: column;
	}
	.aboutus .img{
		width: 100%;
		max-width: 300px;
		margin: 0 auto 40px;
		text-align: center;
	}
	.aboutus .txt_box{
		width: 75%;
	}
	.aboutus .ac_img{
		opacity: 0.5;
	}
	.aboutus::before{
		top: 35%;
		width: 100%;
	}
}

@media (max-width: 650px){
	.aboutus .txt_box{
		width: 100%;
	}
	.sub_ttl{
		font-size: 2.4rem;
		padding-top: 40px;
	}
	.aboutus .img img{
		width: 70%;
	}
	.sub_ttl{
		margin-bottom: 40px;
	}
	.aboutus .img{
		margin-bottom: 20px;
	}
	.aboutus .f_txt{
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.btn{
		margin: 0 auto;
	}
	.sub_ttl .app.migi{
		display: none;
	}
	.sub_ttl .app{
		left: calc(50% - 20px);
		top: 0;
	}
	section.aboutus{
		padding-top: 70px;
	}
}

/* yurai */

/* .yurai{
	padding-bottom: 150px;
}

.yurai .nami{
	display: block;
	position: absolute;
	bottom: 0;
	background: url(../img/nami02.png);
	width: 100%;
	aspect-ratio: 2200 / 80;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 5;
}


.yurai{
	position: relative;
	background-color: #3f2811;
	color: #fff;
	overflow: hidden;
}

.yurai::before{
	content: "";
	display: inline-block;
	position: absolute;
	aspect-ratio: 1 / 1;
	width: 70%;
	min-width: 880px;
	background-color: #654321;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}

.yurai::after{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/shinamon.png);
	background-size: cover;
	background-position: center;
	width: 80%;
	max-width: 500px;
	aspect-ratio: 500 / 310;
	bottom: 0;
	right: 0;
	opacity: 0.3;
	z-index: 3;
}

.yurai .container{
	position: relative;
	z-index: 4;
}

.yurai .sub_ttl{
}

.yurai .sub_ttl .small{
	color: #fff;
}

.yurai .icon{
	text-align: center;
	margin-right: 60px;
}

.yurai .icon img{
	width: 150px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}


.yurai .img_area{
	position: relative;
	margin-bottom: 60px;
}

.yurai .container{
	position: relative;
}

.yurai .img_area::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #fff;
	border-radius: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 600px;
	height: 300px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	z-index: 0;
}

.yurai .img_area .icon,.yurai .img_area .img{
	position: relative;
	z-index: 3;
}

.yurai .img{
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
}

.yurai .img img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	
}

.yurai .txt{
	font-size: 1.8rem;
	max-width: 600px;
	margin: 0 auto;
}


@media (max-width: 650px){
	.yurai .img{
		max-width: 300px;
	}
	.yurai .img img{
		height: 230px;
	}
	.yurai .img_area::before{
		height: 230px;
		max-width: 300px;
	}
	.yurai .img_area{
		margin-bottom: 20px;
	}
	.yurai .txt{
		font-size: 1.5rem;
	}
	.yurai::before{
		min-width: 400px;
		width: 90%;
	}
	.yurai::after{
		width: 60%;
	}
	.yurai{
		padding-bottom: 70px;
	}
} */

/* service */

.service{
	position: relative;
	z-index: 5;
	padding-bottom: 150px;
}

.service::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	background: url(../img/nami_white.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	aspect-ratio: 2200 / 80;
	width: 100%;
	bottom: 0;
	z-index: 1;
}

.service .ac_img{
	position: absolute;
	display: inline-block;
	width: 600px;
	bottom: 50px;
	right: 0;
	z-index: 1;
	opacity: 0.1;
	transform: scale(-1,1);
}

.service .area.flex_bet{
	flex-wrap: wrap;
}

.service .item{
	width: 48.5%;
	background-color: rgb(255, 255, 255,0.85);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0 7px;
	height: 320px;
	padding-top: 15px;
	border-radius: 10px;
}

.service .inner{
	position: relative;
	z-index: 2;
}

.service .item .img{
	text-align: center;
	margin-bottom: 15px;
}

.service .item .img img{
	width: 120px;
}

.service .item:nth-child(n+3){
	margin-top: 30px;
}

.service .item h3{
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.07em;
	color: #68adca;
	margin-bottom: 20px;
}

.service .item .in{
	padding-left: 20px;
	padding-right: 20px;
}

.service{
	position: relative;
	background-color: rgb(177, 221, 240,0.5);
}

.service .sub_ttl .small{
	color: #af668a;
}

/* .service::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-image: url(../img/ser_bg.png);
	background-size: cover;
	background-position: center;
	aspect-ratio: 1200 / 840;
	width: 30%;
	bottom: 0;
	right: 0;
	opacity: 0.1;
	z-index: 2;
} */


@media (max-width: 1200px){
	.service .item h3{
		font-size: 2.2rem;
	}
	.service .item .img img{
		width: 90px;
	}
	.service .item p{
		font-size: 1.5rem;
	}
	.service .item{
		height: 280px;
	}
}

@media (max-width: 650px){
	.service .item{
		width: 100%;
	}
	.service .item{
		height: auto;
		padding-bottom: 15px;
	}
	.service .item+.item{
		margin-top: 20px;
	}
	.service{
		padding-top: 50px;
	}
}


/* flow */

section.flow{
	padding-top: 70px;
	position: relative;
	overflow: visible;
}


/* .flow::after{
	content: "";
	position: absolute;
	display: inline-block;
	background-color: #1e779d;
	height: 95%;
	aspect-ratio: 1 / 1;
	top: 58%;
	left: 0;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
} */


.flow::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-top: dashed 5px #ddd;
	width: 100%;
	height: 5px;
	top: 58%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}

.flow .item{
	font-size: 2.3rem;
	background-color: #fff;
	width: 80px;
	height: 460px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	display: flex;
	justify-content: center;
}

.flow .item .in{
	width: 100%;
	
}

.flow .img{
	width: 40%;
}
.flow .img img{
	max-width: 700px;
	height: 460px;
	width: 92%;
	object-fit: cover;
}
.flow .box{
	width: 40%;
}
.btn_cer{
	width: 20%;
	display: flex;
	justify-content: center;
}


.flow .item .tate{
	writing-mode: vertical-rl;
	text-orientation: upright;
	display: table;
	width: 100%;
}

.flow .item .tate p{
	display: table-cell;
	vertical-align: middle;
}


/* ::-webkit-full-page-media, :future, :root .flow .item .tate{
	width: 100%;
}

::-webkit-full-page-media, :future, :root .flow .item .tate p{
	writing-mode: vertical-rl;
	letter-spacing: 0.08em;
} */

.flow .box > .flex_bet{
	max-width: 500px;
	margin: 0 auto;
}


.flow .flex_bet{
	align-items: center;
}

.flow .item .ac{
	text-align: center;
	line-height: 1.4;
	font-size: 0.9em;
	margin-bottom: 40px;
	color: #fff;
	background-color: #af668a;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 20px 10px;
}



.btn_cer a{
	display: block;
	width: 150px;
	aspect-ratio: 1 / 1;
	background-color: #1e779d;
	border: solid 1px #1e779d;
	color: #fff;
	border-radius: 50%;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	line-height: 150px;
}

.btn_cer a:hover{
	background-color: #fff;
	color: #1e779d;
}

@media (max-width: 960px){
	.flow .flex_bet{
		flex-direction: column;
	}
	.flow .box > .flex_bet{
		flex-direction: row;
	}
	.flow .img img{
		width: 100%;
	}
	.flow .inner_u{
		width: 92%;
		padding-left: 30px;
		padding-right: 30px;
		margin: 0 auto;
	}
	.flow .img{
		width: 100%;
	}
	.flow .box{
		width: 100%;
		margin-top: 40px;
	}
	.flow .item{
		font-size: 2.2rem;
		height: 360px;
	}
	.flow .item .ac{
		padding: 10px;
		margin-bottom: 20px;
	}
	.flow .img img{
		height: 350px;
		width: 100%;
		max-width: none;
	}
	.flow::before{
		top: 64%;
	}
	.btn_cer a{
		color: #fff;
		background-color: #1e779d;
		border: solid 2px #1e779d;
		display: block;
		text-align: center;
		letter-spacing: 0.08em;
		padding: 7px 0;
		font-size: 1.7rem;
		border-radius: 25px;
		font-weight: 500;
		padding-right: 1em;
		width: 100%;
		aspect-ratio: auto;
		line-height: 1.9;
	}
	.btn_cer{
		width: 220px;
		margin-top: 40px;
		position: relative;
	}
	
	.btn_cer a::after{
		content: "";
		background-color: #fff;
		display: inline-block;
		width: 2em;
		aspect-ratio: 1 / 1;
		position: absolute;
		top: 50%;
		right: 1em;
		transform: translateY(-50%);
		z-index: 2;
		border-radius: 50%;
	}
	
	.btn_cer a::before{
		content: "\f054";
		display: inline-block;
		position: absolute;
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		color: #1e779d;
		top: 50%;
		right: 1.1em;
		transform: translate(-50%,-50%);
		z-index: 3;
		font-size: 1.8rem;
		transition: all.3s;
	}
	
	.btn_cer a:hover{
		background-color: #fff;
		color: #1e779d;
	}
	
	.btn_cer a:hover::before{
		right: 0.7em;
	}
}

@media (max-width: 650px){
	.flow .inner_u{
		padding: 0;
	}
	.flow .item{
		font-size: 1.8rem;
		height: 310px;
		width: 60px;
	}
	.flow .img img{
		height: 280px;
	}
}



/* mirai */

.mirai{
	position: relative;
	background-color: rgb(177, 221, 240,0.5);
	padding-bottom: 150px;
}

.mirai::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	background: url(../img/nami_pink.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	aspect-ratio: 2200 / 80;
	width: 100%;
	bottom: 0;
	z-index: 1;
}

.mirai .sub_ttl .small{
	color: #af668a;
}

/* .mirai::before{
	content: "";
	position: absolute;
	display: inline-block;
	background-color: #fff;
	height: 400px;
	width: 8%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	opacity: 0.7;
}
.mirai::after{
	content: "";
	position: absolute;
	display: inline-block;
	background-color: #fff;
	height: 400px;
	width: 8%;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
	opacity: 0.7;
} */


.mirai .img{
	text-align: center;
	width: 46%;
}

.mirai img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mirai .ac_txt{
	font-size: 2.6rem;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mirai .container{
	max-width: 920px;
}

.mirai .btn{
	margin-top: 20px;
}

.mirai .txt_box{
	width: 47%;
}

@media (max-width: 650px){
	.mirai .ac_txt{
		font-size: 2.2rem;
	}
	.mirai .br_650.ch{
		margin-top: 10px;
	}
	.mirai img{
		aspect-ratio: auto;
		height: 280px;
	}
	.mirai .flex_bet{
		flex-direction: column;
	}
	.mirai .img{
		width: 100%;
	}
	.mirai .txt_box{
		width: 100%;
	}
}




/* ziritu */


section.ziritu{
	padding-top: 70px;
}

.ziritu{
	background-color: rgb(230, 201, 215,0.5);
	position: relative;
}

.ziritu .txt:nth-child(1 of .txt){
	text-align: center;
}

.ziritu .item_box{
	margin-top: 40px;
	margin-bottom: 40px;
}

.ziritu .btn{
	margin: 0 auto;
}

.ziritu .img{
	text-align: center;
	margin-bottom: 20px;
}

.ziritu .img img{
	aspect-ratio: 1 / 1;
	width: 120px;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0 7px;;
}

.ziritu h3{
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 0.07em;
}

.ziritu .item{
	width: calc(94% / 3);
	padding: 0 auto;
	background-color: #fff;
}

.ziritu .item .in{
	padding: 30px 2%;
}

.ziritu .item .txt{
	text-align: left;
}

@media (max-width: 960px){
	.ziritu .flex_bet{
		flex-direction: column;
	}
	.ziritu .item{
		width: 100%;
	}
	.ziritu .item +.item{
		margin-top: 20px;
	}
}

@media (max-width: 650px){
	section.ziritu{
		padding-top: 70px;
	}
	.ziritu h3{
		font-size: 2rem;
	}
}

/* footer */

footer{
	text-align: center;
}

footer .foo_logo img{
	height: 70px;
	margin-right: 20px;
}

footer .foo_logo{
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

footer .foo_logo a{
	line-height: 70px;
}

footer .foo_inner{
	width: 96%;
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 40px;
}

footer .copy{
	background-color: #af668a;
	color: #fff;
	font-size: 1.4rem;
}

footer .copy p{
	padding: 4px 0;
}


.foo_top .ac{
	background-color: #1e779d;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.1em;
	
}

.foo_top .ac i{
	padding-right: 0.4em;
}

.foo_top .item{
	width: 250px;
	border: solid 2px #1e779d;
	font-size: 2rem;
}

.foo_top .tel{
	letter-spacing: 0.1em;
}

.foo_top h2{
	font-size: 3rem;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
}

.foo_top .bg{
	padding: 60px 0;
	background: url(../img/test.jpg);
	background-size: cover;
	background-position: center;
}

.foo_top .item a:hover .ac{
	background-color: #fff;
	color: #1e779d;
}

.foo_top .item a:hover p{
	background-color: #1e779d ;
	color: #fff;
}

footer .flex_center{
	margin-top: 10px;
}

.mail_btn{
	width: 270px;
	margin: 15px auto 0;
}

.mail_btn a{
	display: block;
	background-color: #1e779d;
	color: #fff;
	border: solid 1px #1e779d;
	text-align: center;
	padding: 7px 0;
	border-radius: 10px;
}

.mail_btn a i{
	padding-right: 0.6em;
}

.mail_btn a:hover{
	background-color: #fff;
	color: #1e779d;
}


@media (max-width: 650px){
	footer .foo_logo{
		font-size: 2.4rem;
	}
	footer .foo_logo img{
		height: 55px;
	}
	footer .foo_logo a{
		line-height: 55px;
	}
	footer{
		font-size: 1.5rem;
	}
}



/* page_top */

.page_top a span::before{
	content: "";
	display: none;
	background: url(../img/pagetop.png);
	background-size: cover;
    background-position: center;
	width: 90px;
	height: 90px;
	position: fixed;
	bottom: 3.5vh;
	right: 3.5vw;
	z-index: 5;
	transition: all .4s;
	opacity: 0.8;
	z-index: 99;
}

.page_top.is_animation a span::before{
	display: inline-block;
}



.page_top a span:hover::before{
	opacity: 0.7;
}

@media (max-width: 700px){
    .page_top a span::before{
        width: 65px;
        height: 65px;
    }
}

/* 
.kasou section{
	padding: 50px 0;
} */


/* 下層ページ */


/* kasou_top */

.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/kasou.jpg);
	background-size: cover;
	background-position: top;
	width: 100%;
	padding: 240px 0 120px;
	font-family: "irohamaru", sans-serif;
    font-weight: 500;
    font-style: normal;
	z-index: 50;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index: -1;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #fff;
	margin-bottom: 8px;
	text-shadow: rgba(51,51,51,0.6) 0 0 10px;
}
@media (max-width: 1200px){
	.kasou_top{
		padding: 180px 0 70px;
	}
}
@media (max-width: 750px){
	.kasou_top{
		padding: 140px 0 50px;
	}
	.kasou_top h2{
		font-size: 2.8rem;
	}
}

@media (max-width: 650px){
	.kasou section{
		padding: 50px 0;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0;
	font-weight: 500;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}

.kasou .inner{
	max-width: 1000px;
}

.k_ttl{
	font-size: 3.6rem;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
	font-weight: 700;
}

@media (max-width: 650px){
	.k_ttl{
		margin-bottom: 40px;
		font-size: 2.6rem;
	}
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 15px 0;
	letter-spacing: 0.08em;
}
.info_table th{
	background: #f5f5f5;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
	padding-left: 10px;
}
.info_table td{
	padding-left: 10px;
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.sub_ttl4{
	position: relative;
	font-size: 2rem;
	letter-spacing: 0.1em;
	padding-left: 25px;
	line-height: 2.6;
	margin-bottom: 60px;
}

.sub_ttl4::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-left: solid 4px #1e779d;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 60%;
	width: 4px;
}


/* supportページ */



.support_detail{
	position: relative;
}

.support_detail::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(177, 221, 240,0.5);
	border-top-left-radius: 40px;
	width: 30%;
	min-width: 330px;
	aspect-ratio: 1 / 1;
	right: 0;
	top: 170px;
	z-index: -1;
}

.support_detail::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(177, 221, 240,0.5);
	border-top-left-radius: 40px;
	width: 45%;
	min-width: 600px;
	aspect-ratio: 2 / 1;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.support_detail p.fir{
	text-align: center;
	margin-bottom: 80px;
}


.support_detail h4{
	position: relative;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #af668a;
	margin-bottom: 20px;
	padding-left: 25px;
	font-family: "irohamaru", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.support_detail h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/arrow_btm.png);
	width: 15px;
	aspect-ratio: 1 / 1;
	background-size: cover;
	background-position: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.support_detail h5{
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 1.6rem;
	border-bottom: solid 1px #aaa;
	padding-bottom: 3px;
}

.support_detail .item{
	padding: 40px 0;
	font-size: 1.6rem;
	background-color: #f5f5f5;
	box-shadow: rgba(17, 12, 46, 0.1) 0px 28px 30px 0px;
	border-radius: 20px;
}

.support_detail .txt_box{
	width: 92%;
	margin: 0 auto;
}

.support_detail .item + .item{
	margin-top: 40px;
}


.qa .qa_box .item{
	border: solid 1px #af668a;
	border-radius: 10px;
}

.qa .qa_box .qq{
	position: relative;
	display: table;
	width: 100%;
	background-color: #af668a;
	color: #fff;
	font-weight: 700;
	height: 56px;
	font-size: 1.8rem;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.qa .qa_box .aa{
	position: relative;
	display: table;
	width: 100%;
	height: 76px;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.qa .qa_box .qq p{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding-left: 85px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
}

.qa .qa_box .aa p{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.6;
	padding-left: 85px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
}

.qa .qa_box .qq::before{
	content: "Q";
	font-size: 1.2em;
	background-color: #fff;
	border-radius: 50%;
	color: #af668a;
	width: 35px;
	height: 35px;
	line-height: 31px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	text-align: center;
}
.qa .qa_box .aa::before{
	content: "A";
	font-size: 1.2em;
	background-color: #af668a;
	border-radius: 50%;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 31px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	text-align: center;
}


.qa .qa_box .item+.item{
	margin-top: 20px;
}

.qa .qa_box .aa p span{
	font-size: 0.9em;
}

.qa .box+.box{
	margin-top: 60px;
}

.qa .qa_box .aa a{
	color: #0066c0;
	text-decoration: underline;
}

.dur_img img{
	height: 300px;
	width: 80%;
	object-fit: cover;
	border-top-right-radius: 40px;
}

.dur_img{
	margin-top: 100px;
}


@media (max-width: 960px){
	.dur_img img{
		height: 240px;
	}
	
}

@media (max-width: 650px){
	.support_detail .item{
		padding: 30px 0;
	}
	.support_detail p.fir{
		margin-bottom: 40px;
		text-align: left;
	}
	.dur_img{
		margin-top: 60px;
	}
	.dur_img img{
		width: 100%;
		height: 200px;
	}
	.qa .qa_box .item{
		font-size: 1.5rem;
	}
	.qa .qa_box .qq::before{
		left: 10px;
	}
	.qa .qa_box .aa::before{
		left: 10px;
	}
	.qa .qa_box .aa p{
		padding-left: 55px;
	}
	.qa .qa_box .qq p{
		padding-left: 55px;
	}
	.qa .qa_box .qq{
		font-size: 1.5rem;
	}
	.sub_ttl2{
		margin-bottom: 20px;
		font-size: 1.9rem;
	}
	.qa .box+.box{
		margin-top: 40px;
	}
}


/* infoページ */


.p_service{
	position: relative;
	padding-bottom: 130px;
}

.p_service .ac_img{
	position: absolute;
	left: 0;
	top: 40%;
	width: 17%;
}

.p_service .ac_img.a2{
	right: 0;
	left: auto;
	top: 10%;
	transform: scale(-1 , 1);
}

.p_service::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/nami_pink.png);
	width: 100%;
	aspect-ratio: 2200 / 80;
	bottom: 0;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.p_service .item .ac{
	background-color: #af668a;
	color: #fff;
	display: inline-block;
	padding: 2px 4px;
	border-radius: 10px;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 1.4rem;
}

.p_service .ac_btm{
	position: absolute;
	bottom: 20px;
	right: -5%;
	width: 30%;
}

.p_service .item  h4{
	font-size: 2.4rem;
	padding-left: 5px;
}

.p_service .item .right{
	width: 60%;
	display: flex;
	align-items: center;
}

.p_service .item .left{
	width: 40%;
	position: relative;
}

.p_service .item .icon{
	position: absolute;
	top: 0;
	left: 0;
}

.p_service .item .icon img{
	width: 40px;
}

.p_service .item{
	padding: 30px 10px;
	font-size: 1.5rem;
}

.p_service .item + .item{
	border-top: solid 1px #ddd;
}

.p_service .fir, .p_flow .fir, .p_price .fir{
	max-width: 700px;
	margin: 0 auto 100px;
	text-align: center;
}

.p_service .fir{
	margin-bottom: 80px;
}

.p_flow{
	position: relative;
	background-color: rgb(230, 201, 215,0.5);
	padding-top: 70px;
}

.p_flow::before{
	
}

.p_flow .item .txt_box .right p{
	position: relative;
	font-size: 1.8rem;
	color: #1e779d;
}

.p_flow .item .txt_box .right p::before{
	content: "STEP";
	display: inline-block;
	position: absolute;
	font-size: 1.8rem;
	color: #1e779d;
	font-weight: 700;
	top: -20px;
	left: -40px;
}

.p_flow .item .txt_box .right p span{
	position: relative;
	display: block;
	font-size: 3.6rem;
	color: #fff;
}

.p_flow .item .txt_box .right p span::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #1e779d;
	width: 72px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	z-index: -1;
}

.p_flow .item .txt_box .right{
	width: 100px;
	display: flex;
	justify-content: flex-end;
}

.p_flow .item .img{
	width: 40%;
}

.p_flow .item .img img{
	width: 100%;
	height: 260px;
	max-width: 500px;
	object-fit: cover;
	border-radius: 30px;
}

.p_flow .item .txt_box{
	position: relative;
	width: 55%;
	font-size: 1.5rem;
	padding-top: 20px;
}

.p_flow .item .txt_box .left{
	width: calc(100% - 100px);
}

.p_flow .item h4{
	font-size: 2.4rem;
	color: #1e779d;
	margin-bottom: 15px;
}

.p_flow .item + .item{
	margin-top: 80px;
}

.p_flow .item .txt_box::after{
	content: "";
	display: inline-block;
	position: absolute;
	border-right: solid 1px #1e779d;
	width: 1px;
	right: 21.5px;
	top: 60px;
	height: calc(100% - 50px);
	transform: translateX(-50%);
	z-index: -1;
}


.p_price table{
	width: 100%;
}

.p_price table thead th{
	background-color: #af668a;
	color: #fff;
	width: 50%;
	text-align: center;
	padding: 7px 0;
}

.p_price table thead th+th{
	border-left: solid 1px #ddd;
}


.p_price table tbody td,.p_price table tbody th{
	padding: 15px 10px;
	border-bottom: solid 1px #ddd;
	display: table-cell;
	vertical-align: middle;
}

.p_price table tbody th{
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
}

.p_price table tbody td{
	border-right: solid 1px #ddd;
}

.p_price .fir{
	margin-bottom: 60px;
}

.k_info footer{
	background-color: #f5f5f5;
}


@media (max-width: 960px){
	.p_flow .item .txt_box .right{
		justify-content: center;
	}
	.p_flow .item .txt_box::after{
		right: 49px;
	}
	.p_service .ac_img{
		width: 150px;
		opacity: 0.8;
		top: 0;
	}
	.p_service .ac_img.a2{
		top: 22%;
	}
	.p_service .ac_btm{
		bottom: 10px;
		width: 35%;
	}
}

@media (max-width: 650px){
	.p_service .fir{
		margin-bottom: 40px;
	}
	.p_service .item{
		padding-left: 0;
		padding-right: 0;
	}
	.p_service .item .flex_bet{
		flex-direction: column;
	}
	.p_service .item .left{
		width: 100%;
	}
	.p_service .item .right{
		width: 100%;
	}
	.p_service .item h4{
		margin-bottom: 20px;
	}
	.p_flow .flex_bet{
		flex-direction: column;
	}
	.p_flow .item .img{
		width: 100%;
	}
	.p_flow .item .txt_box{
		width: 100%;
	}
	.p_flow .flex_bet.ch{
		flex-direction: row;
	}
	.p_flow .item .txt_box .right p span{
		font-size: 2rem;
	}
	.p_flow .item .txt_box .right p span::before{
		width: 45px;
	}
	.p_flow .item .txt_box .right p::before{
		font-size: 1.5rem;
	}
	.p_flow .item .txt_box .right{
		width: 60px;
	}
	.p_flow .item .txt_box::after{
		right: 29px;
	}
	.p_flow .item + .item{
		margin-top: 40px;
	}
	.p_service .fir, .p_flow .fir, .p_price .fir{
		margin-bottom: 40px;
		text-align: left;
	}
	.p_flow .item .txt_box .left{
		width: calc(100% - 60px);
	}
	.p_flow .item .img img{
		height: 200px;
	}
	.p_service .item h4{
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.p_service .item .ac{
		font-size: 1.2rem;
		padding: 2px 6px;
		border-radius: 4px;
	}
	.p_service .item{
		font-size: 1.4rem;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.p_service .ac_btm{
		bottom: 0;
	}
	.p_service .ac_img{
		top: -20px;
	}
	.p_service .ac_img.a2{
		top: 18%;
	}
	
}



/* rentalページ */

.p_mirai{
	position: relative;
	background-color: rgb(230, 201, 215,0.5);
	padding-bottom: 140px;
}

.p_mirai::after{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/nami_white.png);
	width: 100%;
	aspect-ratio: 2200 / 80;
	bottom: 0;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.p_mirai .img img{
	height: 400px;
	object-fit: cover;
	width: 100%;
}

.p_mirai .flex_bet{
	margin-top: 40px;
}

.p_mirai h3{
	width: 30%;
	font-size: 2.2rem;
	color: #1e779d;
	font-weight: 700;
	font-family: "irohamaru", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.p_mirai p.fir{
	width: 65%;
}

.rental_info{
	padding-top: 60px;
}

.rental_info table .small{
	font-size: 1.4rem;
	color: #808080;
}

.rental_info table th,.rental_info table td{
	padding: 20px 10px;
	border-bottom: solid 1px #ddd;
}

.rental_info table th,.rental_info table td .flex .item+.item{
	padding-left: 20px;
}

.rental_info table th{
	width: 25%;
	color: #af668a;
	font-weight: 700;
}

.rental_info table td{
	width: 75%;
}

.rental_info table tr + tr{
}

.rental_info .attention{
	margin-top: 60px;
	font-size: 1.4rem;
	padding: 20px 30px 40px;
}

.rental_info .attention{
	background-color: #f5f5f5;
}

.rental_info .attention h4{
	font-size: 2.2rem;
	position: relative;
	padding-top: 30px;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}

.rental_info .attention h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/komidasi.png);
	aspect-ratio: 200 / 75;
	width: 70px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-size: cover;
	background-position: center;
}

.booking{
	position: relative;
	color: #fff;
}

.booking .ac{
	font-size: 2.2rem;
	text-align: center;
	font-family: "irohamaru", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.booking_btn{
	margin: 20px auto 20px;
	width: 320px;
}

.booking_btn a{
	text-align: center;
	display: block;
	padding: 10px 0;
	color: #fff;
	background-color: #1e779d;
	border: solid 1px #1e779d;
	letter-spacing: 0.05em;
}

.booking_btn a:hover{
	background-color: #fff;
	color: #1e779d;
}

.booking .bg{
	position: absolute;
	background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../img/reva_bg.jpg);
	top: 0;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.booking .small{
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
}

.p_access iframe{
	width: 100%;
	height: 450px;
}

.p_access{
	background-color: #f5f5f5;
}


.k_support footer{
	background-color: #f5f5f5;
}

@media (max-width: 960px){
	.p_mirai .flex_bet{
		flex-direction: column;
	}
	.p_mirai p.fir{
		width: 95%;
		margin: 20px 0 0 auto;
	}
	.booking{
		padding: 60px 0;
	}
}

@media (max-width: 650px){
	.p_mirai .img img{
		height: 260px;
	}
	.booking .ac{
		font-size: 1.6rem;
		text-align: left;
	}
	.booking .small{
		text-align: left;
	}
	.p_access iframe{
		height: 300px;
	}
	.rental_info table th, .rental_info table td{
		display: block;
		width: 100%;
	}
	.rental_info table tr:first-child th{
		border-top: solid 1px #ddd;
	}
	.rental_info .attention{
		margin-top: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.p_mirai h3{
		width: 100%;
	}
	.rental_info .attention h4{
		margin-bottom: 20px;
		padding-top: 20px;
		font-size: 2rem;
	}
	.rental_info .attention h4::before{
		width: 50px;
	}
	.rental_info table th{
		border-bottom: none;
		padding-left: 10px;
		font-size: 1.8rem;
	}
	.rental_info table td{
		padding-top: 0;
	}
}


/* 会社概要ページ */


/*スタイリッシュver*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table02 tr{
	border-bottom: 2px solid #fff;
}
.info_table02 th,
.info_table02 td{
	padding: 20px 0;
	letter-spacing: 0.08em;
}
.info_table02 th{
	width: 30%;
	border-bottom: 2px solid #1e779d;
	font-weight: 500;
	color: #1e779d;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.info_table02 td{
	padding-left: 10px;
	width: 70%;
}

@media (max-width: 450px){
	.info_table, .info_table02{
		font-size: 1.5rem;
	}
}


.p_greeting{
	position: relative;
}

.p_greeting .inner{
	max-width: 1400px;
}

.p_greeting h4{
	font-size: 2.6rem;
	letter-spacing: 0.08em;
	color: #1e779d;
	margin-bottom: 20px;
	width: fit-content;
	margin: 0 auto 40px;
	font-weight: 700;
}

.p_greeting p.pro{
	line-height: 2.4;
}



.p_greeting::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgba(177, 221, 240, 0.5);
	top: 0;
	width: 100%;
	height: 60%;
	z-index: -1;
}

.p_greeting::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	background: url(../img/nami_pink.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	aspect-ratio: 2200 / 80;
	width: 100%;
	bottom: 0;
	z-index: 1;
}

.p_greeting .btm .left{
	width: fit-content;
	margin-right: 100px;
}

.p_greeting .btm{
	background-color: #fff;
	border-radius: 20px;
	width: fit-content;
	padding: 40px 5%;
	margin: 0 auto;
}

.p_greeting .btm .icon img{
	aspect-ratio: 1 / 1;
	width: 220px;
}

.p_greeting .top{
	position: relative;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.p_greeting .top .box{
	width: 100%;
	max-width: 760px;
	margin: 0 0 0 auto;
	background-color: rgba(177, 221, 240, 0.9);
	padding: 30px 2%;
	border-radius: 20px;
}

.p_greeting .top .box p{
	line-height: 2.2;
}

.p_greeting .top .box .ch{
	margin-top: 20px;
	text-align: right;
	line-height: 1.8;
	font-size: 1.6rem;
}

.p_greeting .ac_img{
	position: absolute;
	width: 40%;
	min-width: 300px;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.p_greeting .btm .icon{
	text-align: center;
}

.overview{
	background-color: rgb(230, 201, 215,0.5);
	padding-top: 70px;
}



@media (max-width: 960px){
	.p_greeting .btm .left{
		margin-right: 0;
	}
	.p_greeting h4{
		font-size: 2.2rem;
	}
	.p_greeting .btm .right{
		width: 70%;
		margin: 0 0 0 auto;
	}
	.p_greeting .btm .icon img{
		width: 180px;
	}
	.p_greeting .top .box{
		max-width: none;
	}
}


@media (max-width: 650px){


	.p_greeting .btm .flex{
		flex-direction: column;
	}
	.p_greeting .btm .left{
		width: 100%;
	}
	.p_greeting .btm .right{
		width: 100%;
		margin-top: 30px;
	}
	.p_greeting p.pro{
		line-height: 1.9;
		font-size: 1.6rem;
	}
	.p_greeting .btm{
		padding: 30px 2%;
	}
	.p_greeting .btm .icon img{
		width: 200px;
	}
	.p_greeting h4{
		margin-bottom: 30px;
	}
	.p_greeting .top .box p{
		line-height: 1.9;
	}
}




/* contactページ */


.p_contact p.fir{
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 40px;
}

.p_contact{
	background-color: #f5f5f5;
}


.p_contact .co_btn + .co_btn{
	margin-top: 20px;
}

.p_contact .co_btn a{
	border: solid 1px #1877f2;
	background-color: #1877f2;
	color: #fff;
	text-align: center;
	padding: 14px 0;
	display: block;
}

.p_contact .co_btn a:hover{
	background-color: #fff;
	color: #1877f2;
}

.p_contact .co_btn a i{
	padding-right: 0.6em;
}

.p_contact .co_btn.line a{
	color: #fff;
	border-color: #06c755;
	background-color: #06c755;
}
.p_contact .co_btn.line a:hover{
	background-color: #fff;
	color: #06c755;
}

.mailform{
	width: 96%;
	text-align: center;
	margin: 0 auto;
	max-width: 1200px;
}

.mailform table{
	width: 100%;
}

.mailform table tr{
	border-top: dotted 1px #b0b0b0;
	border-bottom: dotted 1px #b0b0b0;
}

.mailform table tr:first-child{
	border-top: none;
}

.mailform th{
	font-size: 1.6rem;
	text-align: left;
	padding-left: 2%;
	font-weight: 500;
	display: table-cell;
	vertical-align: middle;
}

.mailform td{
	font-size: 1.6rem;
	width: 70%;
	padding: 2% 1%;
	text-align: left;
}


input[type="checkbox"]{
	font-size: 1.8rem;
	width: 20px;
	height: 20px;
	border: solid 1px #bababa;
	background-color: #fff;
	border: solid 1px #aaa;
	display: table-cell;
	margin-bottom: 5px;
}

input[type="text"]{
	height: 40px;
	font-size: 1.8rem;
	padding: 10px;
	background: #fff;
	border: solid 1px #aaa;
	width: 100% !important;
}

input[type="email"]{
	height: 40px;
	font-size: 1.8rem;
	padding: 10px;
	border: solid 1px #aaa;
	background: #fff;
}

textarea{
	padding: 10px;
	font-size: 1.8rem;
	background: #fff;
	border: solid 1px #aaa;
	width: 100% !important;
	height: 120px !important;
}

.contact_table th span,.form_attention span{
	color: #666;
	padding: 2px 0;
	margin-right: 10px;
	font-size: 1.4rem;
}

.contact_table th span.ac,.form_attention span.ac{
	color: #fff;
	background-color: #1e779d;
	padding: 2px 6px;
}

.contact_table th span.ac.nini{
	color: #1e779d;
	background-color: #fff;
	border: solid 1px #1e779d;
}

input{
	appearance: auto;
}

.mailform .contact_table .ib div{
	display: inline-block;
}

.mailform .contact_table .ib div+div{
	margin-left: 20px;
}

.form_box{
	margin-top: 80px;
	padding-bottom: 0;
}

.form_attention{
	font-size: 1.6rem;
	margin-top: 40px;
	width: fit-content;
	margin: 40px auto 0;
	text-align: left;
}

.form_accordion{
	text-align: left;
	margin-top: 40px;
}

.form_attention p+p{
	margin-top: 10px;
}

input[type="checkbox"] + label{
	cursor: pointer;
}

.Label{
	font-size: 2rem;
	letter-spacing: 2px;
	padding: 1% 1%;
	display: block;
	border-bottom: solid 3px #1e779d;
	color: #1e779d;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
}

.Label::before{
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2.5px solid #1e779d;
	border-right: 2.5px solid #1e779d;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	text-decoration: transparent;
	top: calc(50% - 6px);
	right: 20px;
	margin-bottom: 1em;
}

.Label, .co_open{
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}

input[type="checkbox"].toggle{
	display: none;
}

.toggle:checked + .Label::before{
	transform: rotate(-45deg);
	text-decoration: transparent;
}

.toggle:checked + .Label + .co_open{
	height: auto;
	transition: all .5s;
}

.form_accordion p{
	font-size: 1.6rem;
	text-align: left;
	letter-spacing: 2px;
	padding: 1% 0;
	padding-left: 1%;
	line-height: 200%;
}

.form_accordion h3{
	margin-top: 30px;
	font-size: 1.8rem;
	position: relative;
	padding-left: 26px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #333;
}

.form_accordion h3::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/check.png);
	background-size: cover;
	background-position: center;
	top:9px;
	left: 0;
}

.co_open{
	height: 0;
	padding-bottom: 10px;
	overflow: hidden;
}

button[type="submit"]{
	font-size: 1.8rem;
	padding: 6px 0;
}

.form_btn button{
	cursor: pointer;
	display: block;
	margin: 0 auto 5px;
	padding: 8px 0;
	text-align: center;
	width: 230px;
	transition: all 0.5s;
	background: #1e779d;
	color: #fff;
	border: solid 2px #1e779d;
	font-size: 1.5rem;
	margin-top: 40px;
}

.form_btn button:hover{
	background-color: #fff;
	color: #1e779d;
}

.sub_ttl3{
	font-size: 2.8rem;
	position: relative;
	letter-spacing: 3px;
	padding: 0 10px 8px;
	width: fit-content;
	margin: 0 auto 70px;
    font-weight: 500;
}



section.contact{
	padding: 0;
}

.contact_table th span.ac.nini{
	color: #1e779d;
	background-color: #fff;
	border: solid 1px #1e779d;
}


@media (max-width: 960px){
	.p_contact .sub_ttl2{
		font-size: 3.2rem;
	}
	.p_contact_tel a{
		font-size: 2.8rem;
		padding: 5px 0;
	}
	.mailform{
		margin: 0 auto;
	}
	.mailform .contact_table .ib div:first-child{
		margin-left: 20px;
	}

	.mailform .contact_table .ib div{
		display: block;
	}
	.form_ttl span{
		display: block;
	}
	.mailform table th{
		width: 100%;
		display: block;
		padding-top: 5px;
	}
	.mailform table td{
		width: 100%;
		display: block;
	}
	.mailform th{
		border-bottom: none;
	}
	.form_box .inner{
		padding: 30px 0;
	}
	.mailform .contact_table .ib div:nth-child(3){
		margin-left: 20px;
	}
	.mailform .contact_table .ib div:nth-child(5){
		margin-left: 20px;
	}

	
  }

  @media (max-width: 650px){

	.contact .center{
		font-size: 1.8rem;
	}

	.sub_ttl5{
		font-size: 2.6rem;
		margin-bottom: 40px;
	}
	.sub_ttl4{
		margin-bottom: 30px;
		font-size: 2rem;
	}
	.sub_ttl2{
		font-size: 2.2rem;
		margin-bottom: 40px;
	}

	.p_tel .btn a{
		font-size: 1.8rem;
	}

	.p_tel .flex_center+.flex_center{
		margin-top: 20px;
	}
	.form_box{
		margin-top: 60px;
	}
	.p_tel h4{
		position: relative;
		transform: translateX(0);
		left: 0;
	}
	.p_tel .flex_center{
		flex-direction: column;
		align-items: center;
	}
	.p_tel h4::after{
		display: none;
	}
	.form_attention{
		font-size: 1.5rem;
	}
	.Label{
		font-size: 1.6rem;
		padding: 3% 1%;
	}
	.form_accordion p{
		font-size: 1.4rem;
		line-height: 1.9;
	}
	.p_tel ul{
		font-size: 1.6rem;
		margin-top: 30px;
	}
	.p_tel .ac{
		width: 100px;
		margin-right: 30px;
	}
	.p_contact .sub_ttl2{
		margin-bottom: 40px;
		text-align: center;
	}
	.p_contact p.fir{
		font-size: 1.8rem;
	}
	.rental_info .attention{
		padding-left: 10px;
		padding-right: 10px;
	}
	.p_mirai .fir{
		font-size: 1.5rem;
	}

  }


/*thanksページ*/

.thanks_ttl{
	padding-left: 10px;
	text-align: center;
}

.thanks_ttl .ja{
	font-size: 3.4rem;
	display: block;
}

.thanks_ttl .en{
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.5px;
}

.thanks_txt p{
	text-align: center;
}

.thanks_attention{
	font-size: 1.6rem;
	margin-top: 40px;
}

.sbtn{
    margin-top: 40px;
}

.sbtn a {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: solid 2px #ec6340;
    color: #333;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
}

.sbtn a:hover{
    color: #fff;
    background-color: #ec6340;
}


section.bg02{
	padding-bottom: 0;
}



/*thanksページ*/

.thanks_ttl{
	text-align: center;
}

.thanks_ttl .ja{
	font-size: 3.4rem;
	display: block;
	color: #af668a;
}

.thanks_ttl .en{
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: #af668a;
}

.thanks_txt p{
	text-align: center;
}

.thanks_attention{
	font-size: 1.6rem;
	margin-top: 40px;
}

.sbtn{
    margin-top: 40px;
}

.sbtn a {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: solid 2px #af668a;
    color: #af668a;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
}

.sbtn a:hover{
    color: #fff;
    background-color: #af668a;
}

