html{
    font-size: 62.5%;
}

body{
	color: #222;
	background-color: #fff;
	background-repeat: repeat;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.55rem;
	line-height: 1.9;
}

.b_wrap{
	position: relative;
}

.bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

body.open{
	overflow: hidden;
}


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

a{
	text-decoration: none;
	color: #222;
	transition: .3s;
}

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;
}


/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1200ms, transform 2400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-delay: 350ms;
}

.flowup.de02{
	transition-delay: 400ms;
}
.flowup.de03{
	transition-delay: 450ms;
}
.flowup.de04{
	transition-delay: 500ms;
}

.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}

.flow_left{
	opacity: 0;
	transform: translateX(-100px);
	transition: opacity .6s, transform .5s;
	transition-delay: 0.3s;
}
.flow_left.inview{
	opacity: 1;
	transform: translateX(0);
}

.flow_right .wrap{
	opacity: 0;
	transform: translateX(100px);
	transition: opacity .6s, transform .5s;
	transition-delay: 0.3s;
}
.flow_right.inview .wrap{
	opacity: 1;
	transform: translateX(0);
}

.blurup{
	filter: blur(20px);
	opacity: 0;
	transform: translateY(10%);
	transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blurup.inview{
	filter: blur(0);
	transform: translateY(0%);
	opacity: 1;
}

.ch_blur{
	filter: blur(20px);
	opacity: 0;
	transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ch_blur.inview{
	opacity: 1;
	filter: blur(0px);
}

.flowup2{
	transform: translateY(-99%);
	opacity: 0;
	filter: blur(10px);
}
.flowup2.inview{
	transform: translateY(0);
	opacity: 1;
	filter: blur(0);
}


.imgup {
	position: relative;
	overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: .4s;
    transition-delay: clip-path 0.9s, scale .6s;
}



.imgup.inview {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imgup img {
    transition: 2.2s cubic-bezier(0.6, 0, 0.07, 1);
    transform: translateX(-10%) scale(1.4);
}

.imgup.inview img {
    transform: translateX(0) scale(1);
}

.rotation {
    animation: rotateanim 10s linear infinite normal;
}
@keyframes rotateanim{
  0% {
	transform: translate(-50%,-50%) rotate(0);
  }
  100% {
	transform: translate(-50%,-50%) rotate(360deg);
  }
}



.op{
	position: relative;
	z-index: 5;
	opacity: 0;
	transition: all .2s;
	transition-delay: 200ms;
}

.op.inview{
	opacity: 1;
}

span.marker {
    background: linear-gradient(transparent 50%, rgb(235, 252, 4,0.6) 50%);
}


.br_650.marker{
	background: none;
}


.inner{
	margin-left: 60px;
	margin-right: 60px;
}

.wrapper{
	max-width: 1280px;
	margin: 0 auto;
}

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

.inner.min{
	max-width: 1080px;
}

.container{
	padding-left: 5%;
	padding-right: 5%;
	margin: 0 auto;
}


.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;
}

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



.tate{
	-webkit-writing-mode: vertical-rl; /* Safari用 */
  writing-mode: vertical-rl; /* 縦書き（右から左） */
  /* text-orientation: upright; */ /* 文字を回転させない */
}



.w100{
	width: 100%;
}

.kizi{
	line-height: 2.2;
	font-size: min(1.2vw,1.55rem);
}

.kizi p{
	letter-spacing: 0.15em;
}

@media (max-width: 1200px){
	.kizi{
		font-size: 1.5rem;
	}
}

@media (max-width: 740px){
	.kizi{
		line-height: 2.2;
		font-size: 1.4rem;
	}
}




/*フィルター*/

.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_none740{
	display: block;
}

.br_none1200{
	display: block;
}

section{
	position: relative;
	padding: 130px 0;
}

@media (max-width: 1400px){
	section{
		padding: 100px 0;
	}
}

@media (max-width: 1200px){
	.br_1200{
		display: block;
	}
	.br_none1200{
		display: inline;
	}
	section{
		padding: 80px 0;
	}
}

@media (max-width: 960px){
	.br_960{
		display: block;
	}	
}
@media (max-width: 740px){
	.br_740{
		display: block;
	}
	.br_740.marker{
		background: linear-gradient(transparent 75%, rgb(241, 156, 167,0.7) 75%);;
	}
	section{
        padding: 60px 0;
    }
	.container{
		padding: 0;
	}
	.br_none740{
		display: inline;
	}
	body{
		font-size: 1.4rem;
	}
}




/* 文字間 */

.space{
	letter-spacing: 0.05em;
}

.space2{
	letter-spacing: 0.1em;
}

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

/* 
.txt{
	font-size: 1.45rem;
	font-weight: 500;
	color: #333;
	line-height: 2.5;
} */


@media (max-width: 960px){
	.none_960{
		display: none;
	}
}

@media (max-width: 740px){
	.none_650{
		display: none;
	}
	
	
}


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


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

.center_b{
	display: flex;
	align-items: flex-end;
}

body p{
	letter-spacing: 0.05em;
}

i{
	padding-right: 0.4em;
}


.scale-big{
	transform: scale(0);
}

.scale-big.inview{
	animation: scalebig 700ms ease 300ms 1 forwards;
}


@keyframes scalebig{
	0%{
		transform: scale(0);
	}
	60%{
		transform: scale(103%);
	}
	100%{
		transform: scale(100%);
	}
}


.num{
	font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


.en{
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.flow_right{
	opacity: 0;
	transform: translateX(100px);
	transition: opacity .6s, transform .5s;
	transition-delay: 0.4s;
}
.flow_right.inview{
	opacity: 1;
	transform: translateX(0);
}



/* sub_ttl */




.sub_ttl .en{
	font-size: 6.4rem;
	font-weight: 700;
	color: #F57799;
	display: block;
	line-height: 1.2;
}

.sub_ttl .ja{
	font-size: 1.6rem;
	font-weight: 600;
	color: #555;
}

.sub_ttl{
	margin-bottom: 40px;
}




/* btn */



.m_btn a{
	position: relative;
	display: block;
	letter-spacing: 0.03em;
	font-weight: 600;
	font-size: 1.8rem;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	color: #dd6a88;
	padding-right: 60px;
}

.m_btn{
	margin-top: 40px;
	width: fit-content;
}

.m_btn a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #F57799;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: 42px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.m_btn a::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #dd6a88;
	height: 1px;
	width: calc(100% - 58px);
	bottom: 0;
	left: 0;
}

.m_btn a .arrow{
	position: absolute;
	width: 24px;
	top: 64%;
	right: 7px;
	transform: translateY(-50%);
}

.m_btn a:hover{
	opacity: 0.75;
}



/* header */




header{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	height: 100px;
}

header .right{
	background-color: #FFF7CD;
	background-color: #fff;
	padding: 5px 35px;
	padding-right: 20px;
	border-radius: 60px;
	box-shadow: rgba(149, 157, 165, 0.12) 0px 8px 24px;
}

.ch_bg{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 350px;
	height: 94px;
	border-bottom-right-radius: 20px;
	box-shadow: rgba(149, 157, 165, 0.12) 0px 8px 24px;
	z-index: -1;
}


.hd_inner{
	padding-left: 20px;
	padding-right: 40px;
}

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

.main_nav a{
	display: block;
	letter-spacing: 0.04em;
	font-size: 1.5rem;
	padding-top: 12px;
	padding-bottom: 10px;
}

.main_nav a:hover{
	opacity: 0.75;
}

.co_btn{
	margin-left: 20px;
	width: 140px;
}

.co_btn a{
	width: 100%;
	display: block;
	background-color: #F57799;
	border: solid 1px #F57799;
	color: #fff;
	font-weight: 600;
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 1.45rem;
	text-align: center;
	border-radius: 40px;
}

.co_btn a:hover{
	background-color: #fff;
	color: #F57799;
}

.co_btn+.co_btn{
	margin-left: 10px;
}

h1 img{
	height: 30px;
}

h1 a{
	display: block;
}

h1 a:hover{
	opacity: 0.75;
}

.re_box .btn{
	width: 300px;
	margin: 0 auto;
}

.re_box .btn a{
	display: block;
	background-color: #F57799;
	color: #fff;
	padding: 20px 0;
	border-radius: 50px;
	font-size: 2rem;
}


@media (max-width: 1200px){
	.main_nav{
		display: none;
	}
	.co_btn{
		display: none;
	}
	.ch_bg{
		display: none;
	}
	header{
		background-color: #fff;
		height: 80px;
	}
	header .right{
		background-color: rgb(255, 255, 255,0);
		box-shadow: none;
		padding: 0;
	}
}


@media (max-width: 740px){
	.hd_inner{
		padding-left: 20px;
	}
	h1 img{
		height: 26px;
	}
	header{
		height: 70px;
	}
	.hd_inner{
		padding-right: 10px;
	}
	.inner{
		margin-left: 20px;
		margin-right: 20px;
	}
	.re_box .btn a{
		font-size: 1.8rem;
		padding: 15px 0;
	}
}



/* fv */


.fv{
	position: relative;
}

.top_slider{
	position: relative;
	height: 100vh;
	margin-top: 110px;
	min-height: 400px;
	width: 100%;
	top: 0;
}
/* .top_slider::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #f8b600;
	bottom: -30px;
	left: calc(30% - 30px);
	width: calc(70% + 30px);
	height: 100%;
	z-index: 0;
} */
.top_slider .slider{
	position: relative;
	width: 70%;
	height: 100%;
	z-index: 2;
	margin: 0 0 0 auto;
}



.top_slider .slider li{
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	margin: 0;
	border-radius: 100vh 0 0 100vh;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}



.top_slider .slider li.top01{
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),url(../img/top04.jpg);
	background-position: center;
	background-size: cover;
}
.top_slider .slider li.top02{
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),url(../img/top01.jpg);
	background-position: center;
	background-size: cover;
}
.top_slider .slider li.top03{
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),url(../img/top05.jpg);
	background-position: center;
	background-size: cover;
}


.catch{
	position: absolute;
	top: 38%;
	left: 15%;
	transform: translate(-50%,-50%);
	z-index: 10;
}

.catch h2{
	font-size: min(3vw,5.4rem);
	font-weight: 600;
	color: #dd6a88;
}

.catch h2 .blo{
	display: block;
	line-height: 2.2;
}

.catch h2 .blo+.blo{
	margin-top: 20px;
}

.catch h2 .ch{
	font-family: "Roboto", sans-serif;
}

.fv .sns_box{
	position: absolute;
	bottom: 140px;
	width: 30%;
	left: 0;
	padding: 20px 0;
	padding-left: 80px;
	background-color: rgb(255, 255, 255,0.65);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: rgba(149, 157, 165, 0.12) 0px 8px 24px;
	min-width: 500px;
	z-index: 10;
}

.fv .sns_box p.en{
	position: relative;
	margin-bottom: 7px;
}

.fv .sns_box p.en::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #222;
	height: 1px;
	top: 38%;
	left: -120px;
	width: 100px;
}

.fv .sns_box .item{
	display: block;
}

.fv .sns_box a{
	color: #dd6a88;
	font-size: 2.2rem;
	line-height: 1;
}

.fv .sns_box a+a{
	margin-left: 12px;
}

.fv .sns_box a:hover{
	opacity: 0.75;
}


@media (max-width: 1200px){
	.top_slider{
		height: 84vh;
		margin-top: 80px;
	}
	.catch h2{
		font-size: 5rem;
		color: #fff;
		writing-mode: unset;
	}
	.top_slider .slider{
		width: 100%;
	}
	.top_slider .slider li{
		border-top-left-radius: 0;
		border-bottom-left-radius: 200px;
	}
	.fv .sns_box{
		bottom: 20px;
		background-color: #fff;
	}
	.catch{
		transform: translateX(0);
		left: 40px;
	}
	.catch h2 .blo{
		line-height: 1.4;
	}
	.top_slider .slider li.top01{
		background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../img/top01.jpg);
		background-position: center;
		background-size: cover;
	}
	.top_slider .slider li.top02{
		background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../img/top02.jpg);
		background-position: center;
		background-size: cover;
	}
	.top_slider .slider li.top03{
		background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../img/top03.jpg);
		background-position: center;
		background-size: cover;
	}
}

@media (max-width: 740px){
	.catch h2{
		font-size: 3rem;
	}
	.fv .sns_box{
		min-width: auto;
		width: 70%;
		padding-left: 50px;
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.fv .sns_box a{
		font-size: 1.8rem;
	}
	.fv .sns_box p.en::before{
		width: 70px;
		left: -80px;
	}
	.catch{
		left: 20px;
	}
	.top_slider{
		height: 80vh;
		margin-top: 70px;
	}
	.top_slider .slider li{
		border-bottom-left-radius: 80px;
	}
	.fv .sns_box p.en{
		margin-bottom: 0;
	}
	
}




/* aboutus */


.aboutus{
	position: relative;
	padding-bottom: 170px;
	overflow: hidden;
}

.aboutus .inner{
	margin-left: 0;
}

.aboutus h3{
	font-size: min(3.9vw,5.4rem);
	font-weight: 600;
	margin-bottom: 30px;
}

.aboutus h3::first-letter{
	color: #dd6a88;
}

.aboutus .txt_box{
	max-width: 720px;
}

.aboutus .txt_box p+p{
	margin-top: 15px;
}



.aboutus .left{
	position: relative;
	width: 47%;
	max-width: 800px;
}
.aboutus .right{
	width: 47%;
	max-width: 800px;
}

.aboutus .img{
	position: relative;
	width: 44%;
	margin-left: -4%;
}
.aboutus .img02{
	position: relative;
	width: 64%;
	padding-bottom: 100px;
	margin-left: -4%;
}
.aboutus .img02 img.mm{
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
}

.aboutus .img img.mm{
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
}


.aboutus .imgarea{
	position: relative;
}

.aboutus .ac_img{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 200px;
}





.flowing::before{
	left: 0;
	animation: flowing 60s linear infinite;
}

.flowing::after{
	left: 6800px;
	animation: flowing 60s linear infinite;
}

.flowing::before,.flowing::after{
	content: "Nakamura Car Shop,　Nakamura Car Shop,　Nakamura Car Shop,";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	font-size: 17rem;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	white-space: nowrap;
	font-weight: 700;
	color: #F57799;
	opacity: 0.5;
	/* text-shadow: 4px 4px 0px rgb(231, 93, 48,1); */
	pointer-events: none;
	z-index: 0;
}


@keyframes flowing{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(-3000px);
	}
}


.flowing{
	position: absolute;
	bottom: 0px;
	z-index: 2;
}


@media (max-width: 1200px){
	.aboutus .flex_bet{
		flex-direction: column;
	}
	.aboutus .inner{
		margin-left: 60px;
		margin-right: 60px;
	}
	.aboutus .right{
		width: 100%;
		margin-top: 40px;
	}
	.aboutus h3{
		font-size: 4rem;
	}
	.aboutus .left{
		width: 80%;
	}
	.aboutus .img{
		margin-left: 0;
	}
	.aboutus .img02{
		padding-bottom: 40px;
	}
	.aboutus .ac_img{
		top: auto;
		left: auto;
		bottom: -100px;
		right: -70%;
	}
	.flowing::before, .flowing::after{
		font-size: 12rem;
	}
	.sub_ttl .en{
		font-size: 5.2rem;
	}
}


@media (max-width: 740px){
	.aboutus .inner{
		margin-left: 20px;
		margin-right: 20px;
	}
	.aboutus h3{
		font-size: 3rem;
		margin-bottom: 20px;
	}
	.aboutus .ac_img{
		width: 100px;
	}
	.aboutus .left{
		width: 90%;
	}
	.aboutus .ac_img{
		bottom: -50px;
		right: -80px;
	}
	.flowing::before, .flowing::after{
		font-size: 8rem;
	}
	.aboutus{
		padding-bottom: 120px;
	}
	.sub_ttl .en{
		font-size: 3.6rem;
	}
	.sub_ttl .ja{
		font-size: 1.45rem;
	}
	.sub_ttl{
		margin-bottom: 25px;
	}
	.m_btn{
		margin: 30px auto 0;
	}
}





/* service */


.service{
	/* background-color: #fff5d8; */
	background-color: #fff;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 0px 30px;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	padding-bottom: 300px;
}

.service .sub_ttl{
	text-align: center;
}

.service .txt_box p+p{
	margin-top: 15px;
}



.service .item_area{
	gap: 30px;
	flex-wrap: wrap;
}

.service .item{
	width: calc((100% - 60px) / 3);
	padding: 25px;
	padding-bottom: 15px;
	border-radius: 50px;
	background: linear-gradient(145deg, #f5f5f5, #ffffff);
box-shadow:  10px 10px 20px rgb(191, 191, 191,0.3),
             -10px -10px 20px #ffffff;
}

.service .item .img{
	width: 40%;
	margin: 0 auto;
}

.service .item .img img{
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
}

.service h4{
	font-size: 2.2rem;
	margin-top: 15px;
	letter-spacing: 0.05em;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
}

.service h4 .en{
	letter-spacing: normal;
	display: block;
	line-height: 1;
	color: #F57799;
	font-size: 0.8em;
}

.service .txt_box{
	text-align: center;
}

.service .top_area{
	margin-bottom: 60px;
}


.service .btn_area{
	width: fit-content;
	margin: 0 auto;
}

.service .m_btn{
	margin: 0;
}

.service .m_btn+.m_btn{
	margin-top: 30px;
}

.service .item:last-child{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


@media (max-width: 1200px){
	.service .item{
		width: calc((100% - 30px) / 2);
	}
	.service{
		padding-bottom: 250px;
	}
}

@media (max-width: 740px){
	.service{
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
		padding-bottom: 120px;
	}
	.service .txt_box{
		text-align: left;
	}
	.service .item{
		width: 100%;
		max-width: 500px;
		display: flex;
		border-radius: 30px;
		margin: 0 auto;
	}
	.service .top_area{
		margin-bottom: 40px;
	}
	.service h4{
		width: 50%;
		font-size: 2rem;
		margin-top: 30px;
	}
	.service .item:last-child{
		background: none;
		box-shadow: none;
		padding: 0;
	}
	.service .m_btn{
		margin-top: 20px;
	}
	.service .m_btn+.m_btn{
		margin-top: 20px;
	}
}




/* review */


.review{
	padding-top: 0;
	padding-bottom: 0;
}

.mini_sli{
	margin-top: -150px;
	margin-bottom: 90px;
}

.mini_sli li img{
	max-width: 420px;
	margin: 0 auto;
	box-shadow: none;
	border-radius: 50px;
}

.mini_sli li:nth-child(odd){
	margin-top: 30px;
}

.review .txt_box .fir{
	font-size: 3rem;
	letter-spacing: normal;
	font-weight: 600;
	margin-bottom: 15px;
	margin-left: -20px;
}

.review .left{
	width: 48%;
}
.review .right{
	width: 48%;
}

.review .right .img{
	text-align: right;
}

.review .right .img img{
	width: 100%;
	max-width: 430px;
}


@media (max-width: 1200px){
	.review .flex_bet{
		flex-direction: column-reverse;
	}
	.review .left{
		width: 100%;
		margin-top: -130px;
	}
	.review .right{
		margin: 0 0 0 auto;
	}
	.review .right .img img{
		max-width: 220px;
	}
	.mini_sli{
		margin-bottom: 50px;
	}
	.review .txt_box .fir{
		font-size: 2.8rem;
	}
}


@media (max-width: 740px){
	.mini_sli{
		margin-top: -80px;
		margin-bottom: 30px;
	}
	.mini_sli li img{
		border-radius: 30px;
	}
	.review .right .img img{
		max-width: 130px;
	}
	.review .txt_box .fir{
		font-size: 2rem;
		margin-left: -10px;
	}
	.review .left{
		margin-top: -80px;
	}
}


/* column */


.column{
	padding-top: 40px;
}

.column h3{
	position: relative;
	font-size: 3.2rem;
	width: fit-content;
	margin: 0 auto 25px;
	letter-spacing: 0.04em;
	font-weight: 600;
	color: #dd6a88;
}

.column .wrapper{
	background-color: rgb(255, 255, 255,0.6);
	border-radius: 20px;
	padding: 50px 60px;
	box-shadow: rgba(149, 157, 165, 0.15) 0px 8px 24px;
}

.column h3 .mark{
	position: absolute;
	width: 36px;
	left: -60px;
	top: 60%;
	transform: translateY(-50%);
}
.column h3 .mark.tp02{
	left: auto;
	right: -60px;
}


@media (max-width: 1200px){
	.column h3{
		font-size: 2.6rem;
	}
	.column h3 .mark{
		width: 30px;
	}
	.column .wrapper{
		padding: 50px 40px;
	}
}

@media (max-width: 740px){
	.column h3{
		font-size: 2.2rem;
		margin-bottom: 15px;
	}
	.column .wrapper{
		padding: 30px 20px;
	}
	.column h3 .mark.tp02{
		display: none;
	}
	.column h3 .mark{
		left: 50%;
		transform: translateX(-50%);
		top: -45px;
	}
	.column{
		padding-top: 60px;
	}
}





/* footer */


.foo_img img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.foo_top{
	padding: 80px 0;
	background-color: #fffae3;
	border-bottom-left-radius: 80px;
	border-bottom-right-radius: 80px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.foo_top .inner{
	position: relative;
}

.foo_top .ac_img{
	position: absolute;
	top: -100px;
	right: 50px;
	max-width: 180px;
	width: 12%;
}

.foo_top .ac_img02{
	position: absolute;
	width: 18%;
	max-width: 300px;
	bottom: -100px;
	left: 0;
}

.foo_top .sub_ttl{
	text-align: center;
	margin-bottom: 30px;
}


.foo_top .btn a{
	background-color: #F57799;
	border: solid 2px #F57799;
	color: #fff;
	display: block;
	padding: 20px 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	border-radius: 50px;
}

.foo_top .btn a:hover{
	background-color: #fff;
	color: #F57799;
}

.foo_top .btn{
	width: 340px;
}

.foo_top .btn+.btn{
	margin-left: 40px;
}

.foo_top .center{
	text-align: center;
	margin-bottom: 30px;
}
.foo_top .tyui{
	text-align: center;
	color: #dc393f;
	font-weight: bold;
	font-size: 1.8rem;
}

.foo_btm{
	padding: 50px 0;
	font-size: 1.8rem;
	text-align: center;
}

.foo_logo{
	margin-bottom: 15px;
}

.foo_logo a{
	font-size: 3.8rem;
	font-weight: 600;
}

.foo_logo .mini{
	font-size: 0.8em;
}

.foo_logo a:hover{
	opacity: 0.75;
}

.foo_sns{
	margin-bottom: 15px;
}

.foo_sns a{
	display: block;
	border-radius: 50%;
	border: solid 1px #F57799;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.foo_sns a i{
	color: #F57799;
	font-size: 2rem;
	margin: 0;
	padding: 0;
}

.foo_sns a+a{
	margin-left: 10px;
}

.foo_sns a:hover{
	opacity: 0.75;
}

.copy{
	text-align: center;
}

.copy p{
	padding: 12px 0 8px;
	background-color: #F57799;
	color: #fff;
	letter-spacing: 0.12em;
}

@media (max-width: 1200px){
	.foo_img img{
		height: 380px;
	}
	.foo_top .ac_img{
		width: 100px;
		right: 0;
	}
	.foo_top{
		border-bottom-left-radius: 40px;
		border-bottom-right-radius: 40px;
	}
	.foo_top .ac_img02{
		width: 140px;
		bottom: -120px;
		left: -40px;
	}
}


@media (max-width: 740px){
	.foo_img img{
		height: 300px;
	}
	.foo_top .tyui{
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.foo_top .sub_ttl{
		margin-bottom: 20px;
	}
	.foo_top .btn_area{
		flex-direction: column;
	}
	.foo_top .btn a{
		font-size: 1.6rem;
		padding: 14px 0;
	}
	.foo_top .btn{
		width: 280px;
		margin: 0 auto;
	}
	.foo_top .btn+.btn{
		margin: 20px auto 0;
	}
	.foo_top .ac_img02{
		left: -10px;
	}
	.foo_logo a{
		font-size: 2.6rem;
	}
	.foo_sns a{
		width: 32px;
		height: 32px;
		line-height: 30px;
	}
	.foo_sns a i{
		font-size: 1.6rem;
	}
	.foo_btm{
		font-size: 1.45rem;
	}
	.copy p{
		font-size: 1.3rem;
	}
}



/* page top */

.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}

.page_top{
	opacity: 0;
    pointer-events: none;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 3%;
    bottom: 5%;
    border-radius: 50%;
    opacity: 0;
    transition: 1s;
    background: #fff;
    z-index: 49;
}


.page_top a {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 50%;
	background-color: #F57799;
}

.page_top a i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-weight: 900;
    font-size: 10px;
    color: #fff;
	padding: 0;
}

.page_top.is_animation:hover {
    transform: translateY(-5px);
}

@media (max-width: 740px) {
    .page_top {
        width: 45px;
        height: 45px;
    }
}







.kasou_top h2 .en{
	font-size: 10.5rem;
	font-weight: 700;
	display: block;
	line-height: 1;
	letter-spacing: -0.05em;
}

.kasou_top h2 .ja{
	display: block;
	letter-spacing: 0.07em;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.kasou_top{
	padding-top: 180px;
	padding-bottom: 60px;
	background-color: #fff;
}

.kasou .inner{
	margin: 0;
	max-width: 1280px;
	margin: 0 auto;
	width: 90%;
}

.kasou ol{
	font-size: 1.4rem;
	margin-top: 40px;
}


.kasou ol a{
	display: block;
	position: relative;
	padding-right: 16px;
	color: #555;
}

.kasou ol a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #dd6a88;
	height: 1px;
	width: 10px;
	top: 44%;
	right: 0;
}

.kasou ol li+li{
	margin-left: 9px;
}

@media (max-width: 1200px){
	.kasou_top h2 .en{
		font-size: 8rem;
	}
	.kasou_top{
		padding-top: 150px;
		padding-bottom: 30px;
	}
}

@media (max-width: 740px){
	.kasou_top h2 .en{
		font-size: 6rem;
	}
	.kasou_top h2 .ja{
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.kasou ol{
		font-size: 1.2rem;
		justify-content: flex-start;
		margin-top: 10px;
	}
	.kasou_top{
		padding-top: 120px;
	}
}




/* 下層 会社案内ページ */



.vision .sub_ttl{
	text-align: center;
}

.vision .txt_box{
	text-align: center;
}

.vision .txt_box h4{
	font-size: 3rem;
	letter-spacing: 0.04em;
	font-weight: bold;
	margin-bottom: 25px;
}

.vision .inner{
	position: relative;
}

.vision .ac_img{
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
}
.vision .ac_img02{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 220px;
}

.message{
	padding-top: 100px;
}

.message .left{
	width: 55%;
}

.message .right img{
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 10px;
}

.message .right{
	width: 38%;
	padding-top: 60px;
}

.message .txt_box{
	margin-top: 120px;
}

.message .txt_box p.fir{
	font-size: 2.2rem;
	margin-bottom: 30px;
}

.message .txt_box .btm {
	text-align: right;
	margin-top: 25px;
}

.message .txt_box .btm .mm{
	font-size: 1.5em;
}

.message{
	position: relative;
}

.message::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 280px;
	background-color: #F57799;
	z-index: -1;
}

.message .sub_ttl .en{
	color: #fff;
}
.message .sub_ttl .ja{
	color: #f5f5f5;
}

.com_img img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.info_table{
	width: 100%;
}

.info_table th{
	color: #dd6a88;
	font-weight: bold;
	width: 25%;
}

.info_table td{
	width: 75%;
}

.info_table th,.info_table td{
	padding: 22px 0;
	border-top: solid 1px #ccc;
}

.info_table tr:last-child th,.info_table tr:last-child td{
	border-bottom: solid 1px #ccc;
}

.access{
	background-color: #F57799;
	clip-path: ellipse(130% 100% at bottom);
	padding: 100px 0;
}

.access .map iframe{
	width: 100%;
	height: 400px;
}

.access .sub_ttl{
	text-align: center;
}

.access .inner{
	background-color: #fff;
	padding: 60px;
	border-radius: 20px;
}

@media (max-width: 1200px){
	.message .flex_bet{
		flex-direction: column-reverse;
	}
	.message .right{
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
	}
	.message .right img{
		height: 380px;
	}
	.message .left{
		width: 100%;
	}
	.message .sub_ttl .en{
		color: #F57799;
	}
	.message .sub_ttl .ja{
		color: #555;
	}
	.message .txt_box{
		margin: 0;
	}
	.com_img img{
		height: 380px;
	}
	.vision .ac_img{
		width: 100px;
	}
	.vision .ac_img02{
		width: 140px;
		bottom: -50px;
	}
}

@media (max-width: 740px){
	.vision .txt_box h4{
		font-size: 2rem;
		margin-bottom: 15px;
	}
	.vision .txt_box p{
		text-align: left;
	}
	.vision .txt_box br{
		display: none;
	}
	.message{
		padding-top: 60px;
	}
	.message .right img{
		height: 300px;
	}
	.message .txt_box p.fir{
		font-size: 1.8rem;
	}
	.com_img img{
		height: 300px;
	}
	.access .inner{
		padding: 40px 10px;
	}
	.access .map iframe{
		height: 220px;
	}
	.access .inner{
		border-radius: 10px;
	}
	.access{
		padding: 50px 0;
	}
	.vision .ac_img{
		width: 80px;
	}
	.vision .ac_img02{
		width: 110px;
		bottom: -80px;
	}
}




/* 下層 サービスについてページ */


.trouble{
	position: relative;
}

.trouble::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #F57799;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px;
}

.trouble .inner{
	margin-left: 0;
	max-width: 1680px;
	width: 96%;
}

.trouble .flex_bet{
	position: relative;
}

.trouble .left{
	width: 75%;
}

.trouble .right{
	position: absolute;
	width: 35%;
	background-color: #fff;
	padding: 40px;
	height: fit-content;
	border-radius: 20px;
	top: 50%;
	min-width: 500px;
	right: 0;
	transform: translateY(-50%);
}

.trouble .left .img img{
	width: 100%;
	height: 650px;
	object-fit: cover;
	object-position: top;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.trouble .right h3{
	position: relative;
	font-size: 2.6rem;
	font-weight: 600;
	border-bottom: solid 2px #ccc;
	margin-bottom: 20px;
	padding-bottom: 3px;
}

.trouble .right h3::first-letter{
	color: #dd6a88;
}

.trouble .right h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #F57799;
	height: 2px;
	width: 60px;
	left: 0;
	bottom: -2px;
	z-index: 1;
}

.trouble .ac_img{
	position: absolute;
	bottom: -20px;
	right: 40px;
	width: 260px;
}


.ser_list{
	position: relative;
}

.ser_list h4{
	position: relative;
	font-size: 2.6rem;
	letter-spacing: 0.04em;
	border-bottom: solid 2px #ccc;
	margin-bottom: 15px;
}

.ser_list h4 .en{
	display: inline-block;
	margin-right: 20px;
	font-size: 0.85em;
	letter-spacing: normal;
	color: #F57799;
	font-weight: 600;
}

.ser_list .item_list{
	flex-wrap: wrap;
	gap: 20px;
}

.ser_list .item{
	background-color: #fff;
	padding: 30px;
	border-radius: 15px;
	width: calc((100% - 20px) / 2);
}

.ser_list h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 100px;
	background-color: #F57799;
	bottom: -2px;
	left: 0;
}

.ser_list .inner{
	padding-top: 50px;
}

.ser_list .img{
	margin-bottom: 15px;
}

.ser_list .img img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 10px;
}

.ser_list .sub_ttl{
	text-align: center;
}

.co_link{
	padding-top: 0;
}

.co_link .inner{
	max-width: none;
}

.co_link .banner a{
	position: relative;
	display: block;
	padding: 230px 0;
	border-radius: 20px;
	overflow: hidden;
}

.co_link .banner a h3{
	position: absolute;
	top: 53%;
	left: 60px;
	transform: translateY(-50%);
	letter-spacing: 0.05em;
	z-index: 1;
	color: #fff;
}

.co_link .banner a h3 .en{
	font-size: 7rem;
	line-height: 1;
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
}

.co_link .banner a h3 .ja{
	font-size: 1.6rem;
	font-weight: bold;
}

.co_link .banner a::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(34, 34, 34,0.5);
	top: 0;
	left: 0;
	z-index: 0;
}

.co_link .arrow_box{
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	z-index: 1;
	width: 80px;
	height: 80px;
}

.co_link .arrow_box::before{
	content: "";
	display: inline-block;
	position: absolute;
	border: solid 2px rgb(255, 255, 255,0.9);
	top: 0;
	left: 0;
	width: 80px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}

.co_link .arrow_box::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(255, 255, 2550.9);
	top: 50%;
	left: 50%;
	width: 30px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	transition: all .3s ease;
}

.co_link .banner a:hover .arrow_box::after{
	width: 65px;
}


.co_link .arrow_box .arrow{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 30px;
	transform: translate(-50%,-50%) scale(0);
	transition: all .3s ease;
}

.co_link .banner a:hover .arrow_box .arrow{
	transform: translate(-50%,-50%) scale(1);
}


.co_link .banner a .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s ease;
}

.co_link .banner a .bg img{
	display: block;
	width: 100%;
	height: 460px;
	object-fit: cover;
	transform: scale(1.08);
}

.co_link .banner a:hover .bg img{
	transform: scale(1);
}


@media (max-width: 1200px){
	.ser_list .item{
		width: 100%;
	}
	.co_link .banner a{
		padding: 150px 0;
	}
	.co_link .banner a .bg img{
		height: 300px;
	}
	.trouble .inner{
		width: 90%;
		margin: 0 auto;
	}
	.trouble .left{
		width: 100%;
	}
	.trouble .right{
		position: static;
		width: 100%;
		transform: translateY(0);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		min-width: auto;
	}
	.trouble .flex_bet{
		flex-direction: column;
	}
	.trouble .left .img img{
		height: 420px;
		border-radius: 20px 20px 0 0;
	}
	.ser_list .inner{
		padding-top: 0;
	}
	.co_link .banner a h3 .en{
		font-size: 5.2rem;
	}
	.trouble .ac_img{
		width: 170px;
	}
}


@media (max-width: 740px){
	.trouble .left .img img{
		height: 220px;
	}
	.trouble .right h3{
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.trouble .right{
		padding: 20px;
	}
	.ser_list h4{
		font-size: 2rem;
	}
	.ser_list h4 .en{
		display: block;
		margin-right: 0;
		line-height: 1;
	}
	.co_link .banner a h3{
		text-align: center;
		top: 60px;
		left: 50%;
		transform: translate(-50%,0);
	}
	.co_link .banner a h3 .en{
		font-size: 4rem;
		margin-bottom: 0;
	}
	.co_link .banner a{
		padding: 130px 0;
	}
	.co_link .banner a .bg img{
		height: 260px;
	}
	.co_link .arrow_box{
		top: auto;
		bottom: 50px;
		right: auto;
		left: 50%;
		width: 54px;
		height: 54px;
		transform: translateX(-50%);
	}
	.co_link .arrow_box::before{
		height: 54px;
		width: 54px;
	}
	.co_link .arrow_box::after{
		width: 20px;
	}
	.co_link .arrow_box .arrow{
		width: 20px;
		height: 20px;
	}
	.co_link .banner a:hover .arrow_box::after{
		width: 40px;
	}
	.trouble .ac_img{
		width: 120px;
		right: 20px;
	}
	.ser_list .img img{
		height: 200px;
	}
}



/* 下層 車検ページ */


.inspe_top .left{
	width: 46%;
}
.inspe_top .right{
	width: 46%;
}

.inspe_top .left .img img{
	border-radius: 20px;
	width: 100%;
	height: 400px;
	object-fit: cover;
}


.reason{
	padding: 50px 0;
}

.reason .inner{
	position: relative;
}


.reason .sub_ttl{
	text-align: center;
}

.reason .item_list{
	gap: 20px;
	flex-wrap: wrap;
}

.reason .item{
	width: calc((100% - 20px) / 2);
	background-color: #fff;
	border-radius: 50px;
    background: linear-gradient(145deg, #f5f5f5, #ffffff);
    box-shadow: 10px 10px 20px rgb(191, 191, 191, 0.3), -10px -10px 20px #ffffff;
	padding: 40px;
}

.reason .item h4{
	position: relative;
	font-size: 2.6rem;
	letter-spacing: 0.03em;
	border-bottom: 2px solid #ccc;
	margin-bottom: 15px;
}

.reason .item h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #F57799;
	height: 2px;
	width: 40px;
	bottom: -2px;
	left: 0;
	z-index: 1;
}

.reason .item h4 .en{
	color: #dd6a88;
	margin-right: 10px;
	padding-left: 5px;
	font-weight: 700;
}

.reason .item ul{
	margin-top: 10px;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.reason .item ul li{
	position: relative;
	padding-left: 17px;
	letter-spacing: 0.03em;
	width: 50%;
}

.reason .item ul li::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/check.jpg);
	background-size: cover;
	background-position: center;
	aspect-ratio: 1 / 1;
	width: 12px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.flow .item{
	position: relative;
	background-color: #fff;
	padding: 30px;
	width: 100%;
	border-radius: 10px;
}

.flow .item h4 .en{
	display: block;
	margin-right: 10px;
	line-height: 1;
	color: #dd6a88;
	font-weight: 700;
	font-size: 0.75em;
}

.flow .item h4{
	font-size: 2.6rem;
	margin-bottom: 10px;
}


.flow .item ul{
	margin-top: 10px;
}

.flow .item ul li{
	border-bottom: solid 1px #ccc;
	max-width: 300px;
	width: 100%;
	padding: 5px 0;
}

.flow .item+.item{
	margin-top: 30px;
}

.flow .left{
	width: 60px;
}

.flow .right{
	width: calc(100% - 100px);
}

.flow_area{
	position: relative;
	padding-left: 100px;
}

.flow_area::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #ffe0e9;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
}

.flow .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #F57799;
	aspect-ratio: 1 / 1;
	width: 20px;
	border-radius: 50%;
	top: 50%;
	left: -99px;
	transform: translate(-50%,-50%);
}

.flow .item::after{
	content: "";
	display: inline-block;
	position: absolute;
	border-top: dotted 6px #F57799;
	width: 100px;
	top: 50%;
	left: -100px;
	transform: translateY(-50%);
}

.fee{
	background-color: #F57799;
}

.fee .sub_ttl .en{
	color: #fff;
}
.fee .sub_ttl .ja{
	color:#fff;
}

.fee .sub_ttl{
	text-align: center;
}

.fee p.center{
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.fee h4{
	color: #fff;
	font-size: 3rem;
	text-align: center;
	border: solid 2px #fff;
	padding: 60px 0;
}
.fee .banner{
	width: 80%;
	max-width:500px;
	margin: 0 auto;
}

.fee .banner a:hover{
	opacity: 0.75;
}


@media (max-width: 1200px){
	.inspe_top .flex_bet{
		flex-direction: column;
	}
	.inspe_top .left{
		width: 100%;
		margin-bottom: 40px;
	}
	.inspe_top .right{
		width: 100%;
	}
	.reason .item{
		width: 100%;
		border-radius: 20px;
	}
	.flow .flex_bet{
		flex-direction: column;
	}
	.flow .sub_ttl{
		text-align: center;
	}
	.flow .item .flex_bet{
		flex-direction: row;
	}
}


@media (max-width: 740px){
	.inspe_top .left .img img{
		height: 220px;
		border-radius: 10px;
	}
	.reason .item h4{
		font-size: 2rem;
	}
	.reason .item{
		padding: 30px;
	}
	.flow .item .flex_bet{
		flex-direction: column;
	}
	.flow_area{
		padding-left: 50px;
	}
	.flow .right{
		width: 100%;
	}
	.flow .left{
		width: 100%;
	}
	.flow .left .icon{
		width: 40px;
		margin-bottom: 20px;
	}
	.flow .item h4{
		font-size: 2.2rem;
	}
	.flow .item::after{
		left: -50px;
		width: 50px;
	}
	.flow .item::before{
		left: -48px;
	}
	.flow .item+.item{
		margin-top: 15px;
	}
	.reason .item ul li{
		width: 100%;
	}
}




/* 下層 お客様の声ページ */



.gallery_container .item img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 3 / 2;
	border-radius: 20px;
}

.gallery_container .item {
	background-color: #fff;
	padding: 40px 60px;
	border-radius: 20px;
}

.gallery_container .item .left{
	width: 35%;
}
.gallery_container .item .right{
	width: 60%;
}

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

.gallery_container .sub{
	display: none;
}

.gallery_container a{
	display: block;
}

.gallery_container h3{
	position: relative;
	font-size: 2.4rem;
	border-bottom: solid 2px #ccc;
	margin-bottom: 20px;
}

.gallery_container h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #F57799;
	bottom: -2px;
	left: 0;
	width: 60px;
	height: 2px;
	z-index: 1;
	padding-bottom: 3px;
}

.gallery_container .item .right p:nth-child(1 of p){
	font-size: 1.9rem;
	margin-bottom: 10px;
}

.gallery_container .item .right p:nth-child(2 of p){
	font-size: 1.55rem;
}

.gallery_container .item{
	width: 100%;
}

@media (max-width: 740px){
	.gallery_container .flex_bet{
		flex-direction: column;
	}
	.gallery_container .item .left{
		width: 100%;
		margin-bottom: 25px;
	}
	.gallery_container .item .right{
		width: 100%;
	}
	.gallery_container .left img{
		width: 100%;
		aspect-ratio: auto;
		height: 220px;
		object-fit: cover;
	}
	.gallery_container .item{
		padding: 40px 20px;
	}
	.gallery_container h3{
		font-size: 2rem;
	}
	.gallery_container .item .right p:nth-child(1 of p){
	font-size: 1.7rem;
	margin-bottom: 10px;
}
}





/* 下層 お問い合わせページ */


.faq{
	position: relative;
}

.faq .sub_ttl{
	text-align: center;
}

.faq .inner{
	position: relative;
}

.faq .ac_img{
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
}

.faq_accordion .faq_item{
	position: relative;
}

.faq_accordion .faq_item::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #ccc;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.faq_item .qq{
	position: relative;
	font-size: 1.8rem;
	background-color: #fff;
	color: #dd6a88;
	border: solid 1px #ccc;
	font-weight: bold;
	border-bottom: 0px;
	padding: 24px 30px;
	padding-left: 70px;
	cursor: pointer;
}

.faq_item .qq::before{
	content: "Q";
	display: inline-block;
	position: absolute;
	font-weight: bold;
	font-size: 2.6rem;
	top: 52%;
	left: 25px;
	transform: translateY(-50%);
}

.faq_item .qq .add,.faq_item .qq .remove{
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
}

.faq_item .qq .remove{
	display: none;
}

.faq_item .qq.close .add{
	display: none;
}

.faq_item .qq.close .remove{
	display: block;
}

.faq_item .qq::after{
	content: "";
	display: inline-block;
	position: absolute;
	border-bottom: solid 1px #ccc;
	width: 100%;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
}

.faq_item .text{
	display: none;
}

.faq_item .aa{
	position: relative;
	padding-left: 45px;
	padding: 24px 30px;
	padding-left: 70px;
	border: solid 1px #ccc;
	background-color: #fff;
	border-top: 0px;
	font-size: 1.6rem;
}

.faq_item .aa::before{
	content: "A";
	display: inline-block;
	position: absolute;
	font-weight: bold;
	font-size: 2.6rem;
	top: 52%;
	left:27px;
	color: #dd6a88;
	transform: translateY(-50%);
}

.faq_item+.faq_item{
	margin-top: 20px;
}

.custom-shape-divider-bottom-1772604307 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1772604307 svg {
    position: relative;
    display: block;
    width: calc(130% + 1.3px);
    height: 80px;
}

.custom-shape-divider-bottom-1772604307 .shape-fill {
    fill: #F57799;
}

.co_top{
	background-color: #F57799;
	padding-top: 100px;
}

.co_top .sub_ttl{
	text-align: center;
}

.co_top .sub_ttl .en{
	color: #fff;
}

.co_top .sub_ttl .ja{
	color: #f5f5f5;
}

.co_top .tel_box{
	background-color: #fff;
	width: fit-content;
	margin: 0 auto;
	padding: 40px 60px;
	border-radius: 10px;
	margin-bottom: 50px;
}

.co_top .tel_box a{
	font-weight: 700;
	font-size: 3rem;
	display: block;
	text-align: center;
}

.co_top .tel_box a:hover{
	opacity: 0.75;
}

.co_top .tel_box a i{
	color: #F57799;
}

.s_ttl{
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	font-size: 2.4rem;
	letter-spacing: 0.03em;
}

.s_ttl::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #F57799;
	height: 2px;
	width: 50px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.mail_area{
	background-color: #fff;
	padding: 60px 80px;
	border-radius: 10px;
}



input[type="text"]{
	height: 42px;
	padding: 10px;
	background: #eee;
	width: 100% !important;
	border: solid 1px #ccc;
}

input[type="text"].mini{
	width: 120px !important;
}

input[type="email"]{
	height: 42px;
	padding: 10px;
	background: #eee;
	border: solid 1px #ccc;
}

input{
	appearance: auto;
}

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

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;
}

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

.contact_table{
	width: 100%;
}


.contact_table .ib td .che_box{
	margin-right: 40px;
	display: inline;
}

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

.contact_table th span.ac,.form_attention span.ac{
	color: #dd6a88;
	font-weight: bold;
}

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

.contact_table th,.contact_table td{
	padding: 26px 0;
	border-bottom: dashed 1px #ccc;
}

.contact_table th{
	letter-spacing: 0.1em;
	width: 25%;
	display: table-cell;
	vertical-align: middle;
}

.contact_table td{
	width: 75%;
}



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

.form_btn button{
	cursor: pointer;
	display: block;
	margin: 0 auto 5px;
	padding: 14px 0 12px;
	letter-spacing: 0.05em;
	border-radius: 40px;
	text-align: center;
	width: 230px;
	transition: all 0.5s;
	background: #F57799;
	border: solid 2px #F57799;
	color: #fff;
	font-size: 1.5rem;
	margin-top: 40px;
}

.form_btn button:hover{
	opacity: 0.7;
}

.form_attention{
	margin-top: 30px;
	line-height: 2;
	font-size: 1.4rem;
}


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

.form_attention p a:hover{
	opacity: 0.75;
}


.postal_btn{
	background-color: #dd6a88;
	color: #fff;
	font-weight: 600;
	height: 40px;
	margin-left: 10px;
	padding: 0 30px;
	transition: all .3s;
	text-align: center;
}

.postal_btn:hover{
	opacity: 0.7;
}

.contact_table .flex{
	margin-bottom: 10px;
}

.contact_table .mark{
	line-height: 40px;
	padding: 0 5px;
	padding-right: 10px;
}

.form_accordion{
	text-align: left;
	max-width: 800px;
	margin: 40px auto 0;
}


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

.toggle:checked + .Label + .co_open{
	height: auto;
	transition: all .5s;
	height: 370px;
	padding-bottom: 40px;
}

.form_accordion p{
	font-size: 1.4rem;
	text-align: left;
	letter-spacing: 2px;
	line-height: 200%;
	color: #555;
	line-height: 1.7;
}

.form_accordion h4{
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 1.55rem;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 20px;
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom: dashed 1px #ccc;
}

.form_accordion h4::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/check.jpg);
	background-size: cover;
	background-position: center;
	top: 56%;
	left: 0;
	transform: translateY(-50%);
}

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

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

.Label{
	position: relative;
	font-size: 1.4rem;
	letter-spacing: 2px;
	padding-bottom: 3px;
	display: block;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.2em;
	border-bottom: solid 1px #F57799;
}

.Label::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/add.png);
	background-size: cover;
	background-position: center;
	aspect-ratio: 1 / 1;
	top: 40%;
	left: calc(50% + 140px);
	width: 20px;
	transform: translate(-50%,-50%);
}

.Label, .co_open{
	backface-visibility: hidden;
	transition: all 0.5s;
	padding-left: 60px;
	padding-right: 60px;
}

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

.co_open{
	height: 0;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	background-color: #fffae3;
	transform: translateZ(0);
	overflow-y: scroll;
	border-top: none;
}

.contact_table td .tyui {
    display: block;
    font-size: 1.3rem;
	line-height: 2;
    margin-top: 10px;
    color: #dd6a88;
}


.contact_table td select{
	background-color: #eee;
	border: solid 1px #ccc;
	height: 42px;
	width: 100%;
	padding: 10px;
	font-size: 1.4rem;
	line-height: 1;
}



@media (max-width: 1200px){
	.contact_table th{
		display: block;
		width: 100%;
		border-bottom: 0;
		padding-bottom: 10px;
	}
	.contact_table td{
		display: block;
		width: 100%;
		padding-top: 0;
	}
	.faq{
		padding-bottom: 110px;
	}
	.mail_area{
		padding: 40px 60px;
	}
	
}


@media (max-width: 740px){
	.custom-shape-divider-bottom-1772604307 svg{
		height: 40px;
	}
	.co_top{
		padding-top: 60px;
	}
	.s_ttl{
		font-size: 2rem;
	}
	.co_top .tel_box{
		padding: 30px 20px;
	}
	.co_top .tel_box a{
		font-size: 2.6rem;
	}
	.co_top .tel_box{
		margin-bottom: 30px;
	}
	.mail_area{
		padding: 40px 20px;
	}
	.Label, .co_open{
		padding-left: 20px;
		padding-right: 20px;
	}
	.faq_item .qq{
		padding-left: 30px;
		font-size: 1.4rem;
		padding-right: 55px;
		line-height: 1.6;
	}
	.faq_item .qq::before{
		left: 10px;
		font-size: 1.8rem;
		top: 50%;
	}
	.faq_item .aa::before{
		font-size: 1.8rem;
		left: 10px;
	}
	.faq_item .aa{
		padding: 20px 30px;
		font-size: 1.4rem;
	}
	.faq_item .qq .add, .faq_item .qq .remove{
		width: 22px;
	}
	.faq .ac_img{
		top: -30px;
		width: 100px;
	}
}




/*thanksページ*/



.kasou.thanks .kasou_top{
	margin-bottom: 0;
}

.thanks_ttl{
	text-align: center;
	line-height: 1.7;
	margin-bottom: 30px;
}

.thanks_ttl .ja{
	font-size: 3.4rem;
	display: block;
	margin-top: 10px;
}

.thanks_ttl .en{
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: #dd6a88;
	line-height: 1;
}

.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 #dd6a88;
    color: #dd6a88;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
}

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

.thanks .custom-shape-divider-bottom-1763002765 .shape-fill{
	fill: #fff;
}

@media (max-width: 650px){
	.thanks_txt p{
		text-align: left;
	}
	.thanks_attention{
		font-size: 1.4rem;
	}
	.thanks_ttl .ja{
		font-size: 2.6rem;
		margin-top: 5px;
	}
}
