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


body{
	color: #4F4844;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2;
	font-size: 1.7rem;
	font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;

}



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

a{
	text-decoration: none;
	color: #4F4844;
	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(10px);
	transition: opacity 1.6s, transform 1.5s;
	transition-delay: 0.4s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}




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



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

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

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




.scale-big{
	transform: scale(0.8);
	opacity: 0;
	transition: transform .4s ease-out, opacity .2s;
}

.scale-big.inview{
	transform: scale(1);
	opacity: 1;
}


.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{
	width: 90%;
	max-width: 1280px;
	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;
}

main{
	width: 100%;
}


.tate{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}





.w100{
	width: 100%;
}

/*フィルター*/

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

.br_none1200{
	display: block;
}

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

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

@media (max-width: 960px){
	.br_960{
		display: block;
	}	
}
@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;
	}
	body{
		font-size: 1.5rem;
	}
}




/* 文字間 */

.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: 650px){
	.none_650{
		display: none;
	}
	
	
}


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





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

body p{
	letter-spacing: 0.1em;
}

i{
	padding-right: 0.4em;
}



/* btn */


.m_btn{
	position: relative;
	width: 250px;
	margin-top: 40px;
	border-radius: 50px;
	background-color: #fff;
	z-index: 2;
}

.m_btn a{
	position: relative;
	overflow: hidden;
	display: block;
	background-color: #FCEB3B;
	border-radius: 50px;
	line-height: 1;
	padding: 22px 0 24px;
	letter-spacing: 0.05em;
	padding-left: 40px;
	font-size: 1.65rem;
	font-weight: 700;
}

/* 
.m_btn a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #FCEB3B;
	top: 50%;
	right: -120px;
	width: 400px;
	aspect-ratio: 7 / 4;
	border-radius: 50%;
	transform: translate(50%,-50%);
	z-index: -1;
	transition: all .3s ease;
} */

/* .m_btn a:hover::before{
	right: 140px;
} */

.m_btn a::after{
	content: "＞";
	display: inline-block;
	position: absolute;
	color: #4F4844;
	top: 50%;
	right: 35px;
	transform: translateY(-50%);
	font-weight: bold;
	transition: all .3s;
}

.m_btn a:hover::after{
	right: 30px;
}

.m_btn a:hover{
	opacity: 0.8;
}


/* font-size (ratio 1.25, base 16px)*/


.king{
	font-size: 5.0762rem;
}
.biggest{
	font-size: 4.2301rem;
}
.big{
	font-size:  3.5251rem;
}
.s_big{
	font-size: 2.9376rem;
}
.f_txt{
	font-size: 2.448rem;
}
.s_f_txt{
	font-size: 2.04rem;
}




/* sub_ttl */

.sub_ttl span.num{
	background-color: #FABF1B;
	display: block;
	padding: 4px 12px;
	width: fit-content;
	border-radius: 50%;
	margin: 0 auto;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #4F4844;
	font-size: 2.6rem;
}
.sub_ttl{
	line-height: 1.5;
	text-align: center;
	margin-bottom: 45px;
	color: #F79005;
	border-bottom: dotted 1px #4F4844;
	padding-bottom: 20px;
	font-weight: 700;
}
.sub_ttl span.mm{
	font-size: 0.75em;
	margin-right: 20px;
	color: #4F4844;
}

@media (max-width: 650px){
	.sub_ttl{
		font-size: 2.7rem;
		margin-bottom: 30px;
	}
	.sub_ttl span.num{
		font-size: 1.8rem;
		padding: 4px 8px;
	}
}



/* header */


header{
	position: fixed;
	height: 120px;
	width: 100%;
	z-index: 99;
	top: 0;
	transition: all .3s;
}

header.change_color{
	background-color: #fff;
}

h1{
	letter-spacing: 0.05em;
}

h1 span{
	font-weight: 700;
}

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

.main_nav li a{
	display: block;
	line-height: 1.6;
	text-align: center;
	padding: 2px 30px;
	font-size: 1.6rem;
	width: 100%;
	height: 100%;
	letter-spacing: 0.05em;
	cursor: pointer;
}

.main_nav li{
	border-left: dotted 3px #F79005;
}

.main_nav li.ch a{
	line-height: 48px;
}

.main_nav li:last-child{
	border-right: dotted 3px #F79005;
}

.main_nav li a:hover{
	opacity: 0.75;
}

.openBox{
	position: absolute;
	display: block;
	background-color: #fff;
	border: solid 1px #FABF1B;
	bottom: -17px;
	left: 50%;
	transform: translate(-50%,100%);
	white-space: nowrap;
	padding: 14px 100px;
	padding-left: 20px;
	transition: all.2s;
	border-radius: 10px;
}



.openList .openBox a{
	position: relative;
	display: block;
	padding: 4px 0;
	padding-left: 16px;
}

.openList .openBox a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #FABF1B;
	top: 46%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 50%;
	width: 7px;
	aspect-ratio: 1 / 1;
}

.main_nav a:hover .dli-chevron-down{
	color: #F79005;
}

.openBox{
	opacity: 0;
	pointer-events: none;
}

.openList{
	position: relative;
}

.openList.active .openBox{
	opacity: 1;
	pointer-events: all;
}


.main_nav a.pla{
	position: relative;
	transition: all.2s;
}

/* 
.main_nav a.pla::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #4F4844;
	height: 2px;
	width: 13px;
	top: 24px;
	right: 5px;
	transition: all.2s;
}
.main_nav a.pla::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #4F4844;
	height: 13px;
	width: 2px;
	top: 44%;
	right: 11px;
	transform: translateY(-50%);
	transition: all.2s;
} */

.openList.active a.pla::after{
	opacity: 0;
}

.hd_btn {
	width: 160px;
}

.hd_btn a{
	display: block;
	background-color: #FABF1B;
	font-size: 1.55rem;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
	border-radius: 40px;
	border: solid 2px #FABF1B;
}

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

.hd_btn.tp02 a{
	background-color: #FCEB3B;
	border: solid 2px #FCEB3B;
}

.hd_btn.tp02{
	margin-top: 8px;
}

.hd_btn.tp02 a:hover{
	background-color: #fff;
}

.main_nav{
	margin-right: 30px;
}


@media (max-width: 1200px){
	.main_nav{
		display: none;
	}
	header .box{
		display: none;
	}
	header{
		height: 90px;
	}
	
}



/* fv */



.fv {
	position: relative;
	height: 100vh;
	overflow: hidden;
	padding-top: 120px;
	background-color: #fef8e5;
}

.fv::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 50vh;
	top: 0;
	left: 0;
	background-color: #fff;
}

.fv::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #fef8e5;
	bottom: 0;
	right: 0;
	width: 420px;
	aspect-ratio: 3 / 1.5;
	z-index: 9;
	border-top-left-radius: 20px;
}

.fv .top_slider{
	position: relative;
	height: 100%;
	width: 86%;
	margin: 0 0 0 auto;
}

/* .fv .top_slider::before{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15vh;
	background: linear-gradient(0deg, #fef8e5 0%, rgb(254, 248, 229,0.7) 30%, rgba(254, 248, 229, 0) 100%);
	z-index: 3;
} */

.fv .flower{
	position: absolute;
	top: 0;
	left: 6%;
	z-index: 3;
	transform: translate(-50%,-50%);
	width: 40%;
}

.fv_neko{
	position: absolute;
	bottom: 0;
	right: 60px;
	width: 300px;
	z-index: 10;
}

.rotation {
    animation: rotateanim 75s linear infinite normal;
}

@keyframes rotateanim{
	0%{
		transform:translate(-50%,-50%) rotate(0deg);
	}
	100%{
		transform:translate(-50%,-50%) rotate(100deg);
	}
}

.top_slider .slider{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.top_slider .slider li{
	width: 100%;
	height: 100%;
	background-size: cover;
	margin: 0;
	border-top-left-radius: 60px;
}


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


.catch{
	position: absolute;
	bottom: 120px;
	left: 0;
	z-index: 4;
}

.catch h2{
	letter-spacing: 0.05em;
	line-height: 1.6;
}


.catch h2 span{
	display: block;
	background-color: #fff;
	width: fit-content;
	color: #F79005;
	font-weight: 500;
	padding-left: 60px;
}

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

@media (max-width: 1400px){
	.catch h2 span{
		padding-left: 40px;
	}
	.fv_neko{
		width: 240px;
	}
	.fv::after{
		width: 340px;
	}
}


@media (max-width: 1200px){
	.catch h2{
		font-size: 4.2rem;
	}
	.fv{
		height: 82vh;
		padding-top: 90px;
	}
	.fv .flower{
		left: 10%;
		width: 500px;
	}
	.fv_neko{
		right: 40px;
	}
	.fv::after{
		width: 320px;
	}
	.catch{
		bottom: 200px;
	}
}

@media (max-width: 650px){
	.catch h2{
		font-size: 2.2rem;
	}
	.fv .top_slider{
		width: 94%;
	}

	.fv{
		padding-top: 70px;
		height: 75vh;
	}
	h1.f_txt{
		font-size: 1.8rem;
	}
	.biggest{
		font-size: 2.8rem;
	}
	header{
		height: 70px;
	}
	.hd_inner{
		padding-left: 20px;
	}
	.catch h2 span+span{
		margin-top: 10px;
	}
	.fv .flower{
		width: 300px;
		left: 16%;
	}
	.fv_neko{
		width: 160px;
		right: 20px;
	}
	.fv::after{
		width: 200px;
	}
	.catch h2 span{
		padding-left: 10px;
	}
	.catch{
		bottom: 140px;
	}
}





/* top_block */


.top_block{
	background-color: #fef8e5;
	padding-bottom: 0;
	overflow: visible;
}

.top_block h3{
	letter-spacing: 0.04em;
	border-bottom: dotted 4px #FABF1B;
	padding-left: 5px;
	margin-bottom: 20px;
}
.top_block h3::first-letter{
	color: #F79005;
}

.top_block .t_box{
	position: relative;
	background-color: #fff;
	width: 48.5%;
	padding: 25px;
	border-radius: 10px;
}

.news_list .up_ymd{
	display: block;
	font-weight: bold;
	color: #F79005;
	line-height: 1;
	letter-spacing: 0.07em;
	background-color: #f5f5f5;
	width: fit-content;
	padding: 5px 12px;
	border-radius: 20px;
}

.news_list li+li{
	margin-top: 15px;
}

.news_list li a:hover{
	opacity: 0.8;
}

.top_block .flo_img{
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	transform: translateY(-20%);
	z-index: 2;
}

.top_block .flo_img02{
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	transform: translateY(-20%);
	z-index: 2;
}
.top_block .flo_img03{
	position: absolute;
	bottom: 0;
	left: -30px;
	width: 80px;
	transform: translateY(70%);
	z-index: 2;
}
.top_block .flo_img04{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90px;
	z-index: 2;
	transform: translateY(50%);
}

.reserved_table{
	margin: 50px auto 0;
	width: 250px;
}

.reserved_table span{
	color: #F79005;
	font-weight: bold;
}

.reserved_table td{
	letter-spacing: 0.3em;
}

.reserved_table th{
	display: table-cell;
	vertical-align: middle;
}

@media (max-width: 1200px){
	.top_block .flex_bet{
		flex-direction: column;
	}
	.top_block .t_box{
		width: 100%;
	}
	.top_block .t_box+.t_box{
		margin-top: 60px;
	}
	.reserved_table{
		margin-top: 30px;
	}
}


@media (max-width: 650px){
	.top_block .flo_img{
		width: 140px;
	}
	.top_block .flo_img03{
		width: 60px;
		left: 0px;
	}
	.top_block h3{
		font-size: 1.9rem;
	}
	.top_block .flo_img02{
		width: 120px;
	}
	.top_block .flo_img04{
		width: 70px;
	}
	.reserved_table{
		margin-top: 20px;
		width: 200px;
	}
	.reserved_table tr{
		font-size: 1.8rem;
	}
}



/* aboutus */


.aboutus{
	position: relative;
	padding-bottom: 240px;
	overflow: hidden;
	background-color: #fef8e5;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}

.aboutus .bg_img{
	position: absolute;
	width: 100%;
	object-fit: cover;
	object-position: bottom;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.aboutus .bg_img img{
	min-width: 800px;
}


.aboutus .left{
	width: 360px;
}
.aboutus .right{
	width: calc(96% - 360px);
}

.aboutus .left img{
	width: 100%;
	object-fit: cover;
}

.aboutus .inner{
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 20px;
	padding: 50px 20px 20px;
}

.aboutus .cat01,.aboutus .cat02{
	position: absolute;
}

.aboutus .cat01{
	width: 120px;
	top: 0px;
	right: 50px;
}
.aboutus .cat02{
	width: 120px;
	top: -40px;
	right: -50px;
}
.aboutus .sub_ttl{
	margin-bottom: 0;
	color: #4F4844;
}

.aboutus .sub_ttl span.num{
	margin-bottom: 10px;
}


@media (max-width: 1200px){
	.aboutus .flex_bet{
		flex-direction: column;
	}
	.aboutus .right{
		width: 100%;
	}
	.m_btn{
		margin: 25px auto 0;
	}
	.aboutus .left{
		width: 250px;
		margin: 0 auto;
	}
	.aboutus .inner{
		padding-bottom: 50px;
	}
	.aboutus .cat02{
		width: 80px;
		top: -20px;
		right: 0;
	}
	.aboutus .cat01{
		width: 80px;
		top: 25px;
		right: 90px;
	}
	.aboutus{
		padding-bottom: 180px;
		border-bottom-left-radius: 60px;
    	border-bottom-right-radius: 60px;
	}

	
}

@media (max-width: 650px){
	.aboutus .cat01{
		width: 60px;
		top: 10px;
		right: 50px;
	}
	.aboutus .cat02{
		width: 60px;
	}
	.aboutus{
		padding-bottom: 150px;
		border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
	}
	.aboutus .inner{
		padding: 30px 20px;
	}
}




/* home-sec */

.home_sec{
	position: relative;
	background-color:#eaf8fa;
	padding-bottom: 0;
}

.home_sec .sub_ttl span{
	margin-bottom: 15px;
}

.home_sec .left{
	width: 46%;
	position: relative;
}

.home_sec .left .img img{
	width: 100%;
	object-fit: cover;
	border-radius: 59% 41% 31% 80% / 62% 53% 57% 58%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.home_sec .right{
	width: 46%;
}

.home_sec .wrapper{
	width: 96%;
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 0;
	z-index: 1;
}

.home_sec.ch .wrapper{
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	border-radius: 20px;
}

.home_sec.ch{
	padding-top: 200px;
	overflow: hidden;
	padding-bottom: 100px;
}

.home_sec.ch .left .img img{
	border-radius: 46% 74% 52% 48% / 52% 52% 68% 71%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.home_sec .bg_img{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 0;
	opacity: 0.6;
}

.home_sec .cat03,.home_sec .cat04{
	position: absolute;
	width: 120px;
}

.home_sec .cat03{
	bottom: 0;
	left: 0;
}
.home_sec .cat04{
	bottom: 0;
	right: 0;
}

.home_sec .bg_cloud{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.home_sec .w_bg{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	z-index: 0;
}

.home_sec .air{
	position: absolute;
	top: 0;
	right: -100px;
	width: 500px;
}

.home_sec .msk_l,.home_sec .msk_r{
	position: absolute;
	width: 180px;
	z-index: 2;
}

.home_sec .msk_l{
	top: -20px;
	left: -15px;
}
.home_sec .msk_r{
	top: -20px;
	right: -15px;
	transform: scale(-1,1);
}


.tikutaku{
	animation: tikutaku 4s linear infinite normal;
}

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

.jouge{
	animation: jouge 5s linear infinite normal;
}

@keyframes jouge{
	0%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(10%);
	}
	100%{
		transform: translateY(0);
	}
}


@media (max-width: 1200px){
	.home_sec .item_box{
		flex-direction: column;
	}
	.home_sec .left{
		width: 100%;
	}
	.home_sec .left .img{
		width: 60%;
		margin: 0 auto 40px;
	}
	.home_sec .right{
		width: 100%;
	}
	.home_sec .sub_ttl span.mm{
		display: block;
		margin: 0;
	}
	.home_sec .msk_l, .home_sec .msk_r{
		width: 120px;
	}
	.home_sec .cat03, .home_sec .cat04{
		width: 80px;
	}
	.home_sec .cat03{
		bottom: 20px;
		left: 80px;
	}
	.home_sec .cat04{
		bottom: 20px;
		right: 80px;
	}
	.home_sec .w_bg{
		height: 50px;
	}
	.home_sec .air{
		width: 340px;
	}
}

@media (max-width: 650px){
	.home_sec .left .img{
		width: 100%;
	}
	.home_sec .msk_l, .home_sec .msk_r{
		width: 80px;
	}
	.home_sec .wrapper{
		padding: 30px 0;
		overflow: hidden;
	}
	.home_sec .txt_box .flex_bet{
		flex-direction: column;
	}
	.home_sec .cat03{
		left: 20px;
	}
	.home_sec .cat04{
		right: 20px;
	}
	.home_sec .air{
		width: 200px;
		right: -30px;
	}
	.home_sec.ch{
		padding-top: 100px;
	}
}




/* footer */




.foo_btm{
	position: relative;
	padding: 80px 0 140px;
	text-align: center;
	background-color: #fef8e5 ;
	font-size: 1.5rem;
}

.foo_logo{
	margin-bottom: 15px;
}

.foo_logo span{
	font-weight: 700;
}

.foo_btm .ac_img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.foo_btm .ac_img img{
	width: 100%;
	object-fit: cover;
}

.foo_btm .nilikyu{
	position: absolute;
	top: 0;
	width: 100%;
	transform: translateY(-40%);
	overflow: hidden;
}

.foo_btn_area{
	margin-top: 20px;
}

.foo_btm .btn{
	width: 210px;
}

.foo_btm .btn a{
	display: block;
	background-color: #FCEB3B;
	padding: 5px 0;
	border-radius: 20px;
	border: solid 2px #FCEB3B;
}

.foo_btm .btn.ch a{
	background-color: #FABF1B;
	border: solid 2px #FABF1B;
	letter-spacing: 0.1em;
	font-weight: bold;
}

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

.foo_btm .btn+.btn{
	margin-left: 20px;
}

.foo_btm .nilikyu img{
	min-width: 800px;
}

.copy{
	margin-top: 25px;
	font-size: 1.4rem;
}

@media (max-width: 1200px){
	.foo_btm{
		padding: 100px 0;
		padding-top: 80px;
	}
}


@media (max-width: 650px){
	.foo_top h3{
		font-size: 3rem;
	}
	.foo_top .flex_center{
		flex-direction: column;
		align-items: center;
	}
	.foo_top .m_btn+.m_btn{
		margin-left: 0;
		margin-top: 20px;
	}
	.foo_top{
		padding: 70px 0;
	}
	.foo_btm .ac_img img{
		min-width: 800px;
	}
	.foo_btm .ac_img{
		overflow: hidden;
	}
	.foo_btm{
		padding: 50px 0 80px;
	}
	.foo_btm p{
		font-size: 1.4rem;
	}
	.foo_logo p{
		font-size: 2rem;
	}
	.foo_logo{
		margin-bottom: 10px;
	}
	.foo_btm .copy p{
		font-size: 1.2rem;
	}
	.foo_btm .btn a{
		font-size: 1.3rem;
	}
	.foo_btm .btn+.btn{
		margin-left: 10px;
	}
}





/* 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: #FCEB3B;
    z-index: 49;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0;
}


.page_top a {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 50%;
	border: solid 1px #FCEB3B;
}

.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: #4F4844;
	padding: 0;
}

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

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

.bg_dot{
	background-color: #fff;
	background-image:
	  radial-gradient(#f5f5f5 20%, transparent 20%);
	background-size: 20px 20px;
	background-attachment: fixed;
  }



/* 下層トップ */



.kasou_top{
	position: relative;
	padding-top: 180px;
	padding-bottom: 250px;
	background-color: #fef8e5;
}

.kasou_top .mini{
	font-size: 0.7em;
	display: block;
}

.kasou_top .ch{
	/* display: block; */
	line-height: 0.6;
	margin-bottom: 25px;
}

.custom-shape-divider-bottom-1753670223 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

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

.custom-shape-divider-bottom-1753670223 .shape-fill {
    fill: #FFFFFF;
}


.kasou_top ol{
	position: relative;
	flex-wrap: wrap;
	z-index: 1;
}

.kasou_top ol a{
	position: relative;
	padding-right: 20px;
}

.kasou_top ol a::before{
	content: "＞";
	display: inline-block;
	position: absolute;
	top: 52%;
	right: -8px;
	transform: translateY(-50%);
}

.kasou_top ol li+li{
	margin-left: 13px;
}

.kasou_top ol a:hover{
	opacity: 0.75;
}

.kasou_top h2{
	margin-bottom: 15px;
}

.kasou_top .inner{
	position: relative;
}

.kasou_top .ac_img{
	position: absolute;
	max-width: 270px;
	bottom: -20px;
	right: 0;
	z-index: 2;
}

.kasou_top .ashi{
	position: absolute;
	left: 50%;
	bottom: -100px;
	transform: translateX(-50%);
	width: 220px;
	z-index: 3;
}

@media (max-width: 1200px){
	.kasou_top .ac_img{
		width: 200px;
		bottom: -100px;
	}
	.kasou_top h2{
		font-size: 4rem;
	}
	.kasou_top .ashi{
		width: 190px;
		bottom: -120px;
	}
	.kasou_top{
		padding: 150px 0 190px;
	}
}

@media (max-width: 650px){
	.kasou_top h2{
		font-size: 3.2rem;
		margin-bottom: 5px;
	}
	.kasou_top .ac_img{
		width: 130px;
		bottom: -100px;
	}
	.kasou_top .ashi{
		width: 140px;
		bottom: -90px;
		left: 15%;
		width: 100px;
	}
	.kasou_top .custom-shape-divider-bottom-1753670223 svg{
		height: 80px;
	}
	.kasou_top{
		padding: 100px 0 120px;
	}
	.kasou_top ol{
		font-size: 1.3rem;
	}
	.kasou_top h2 .ch{
		font-size: 2.6rem;
	}
	.kasou_top .mini{
		font-size: 0.6em;
	}
	.k_ch .kasou_top h2{
		line-height: 1.5;
	}
	.kasou_top ol li+li{
		margin-left: 0;
	}
	.kasou_top ol a::before{
		right: 0;
	}
	.k_ch .kasou_top h2{
		font-size: 2.6rem;
	}
	
}



/* 施設紹介 */

.p_feature{
	padding-top: 0;
}

.p_feature h3{
	text-align: center;
	margin-bottom: 50px;
}

.p_feature h4{
	border-bottom: solid 2px #FABF1B;
	margin-bottom: 15px;
}

.p_feature .item+.item{
	margin-top: 50px;
}

.p_feature .item .img{
	position: relative;
	width: 40%;
}



.p_feature .item .img .main_image{
	border-radius: 55% 45% 66% 34% / 60% 61% 39% 40%;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 3 / 2.2;
}
.p_feature .item .reverse .img .main_image{
	border-radius: 39% 61% 25% 75% / 36% 42% 58% 64% ;
}

.p_feature .item .img::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #FCEB3B;
	width: 103%;
	height: 104%;
	border-radius: 55% 45% 66% 34% / 60% 61% 39% 40%;
	z-index: -1;
}

.p_feature .item .reverse .img::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #FCEB3B;
	width: 103%;
	height: 104%;
	border-radius: 39% 61% 25% 75% / 36% 42% 58% 64% ;
	z-index: -1;
}


.p_feature .item .txt_box{
	width: 48%;
}

.p_feature h4 .en{
	display: inline-block;
	letter-spacing: 0.07em;
	margin-right: 15px;
	color: #F79005;
	font-weight: bold;
}


.p_feature .item .img .ac_img{
	position: absolute;
	width: 50px;
	top: 15px;
	left: 15px;
	transform: rotate(-45deg);
	z-index: -1;
}

.p_feature .item .reverse .img .ac_img{
	position: absolute;
	width: 50px;
	top: 0;
	right: 0;
	left: auto;
	transform: rotate(45deg);
	z-index: -1;
}




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

.facility h3{
	text-align: center;
	margin-bottom: 40px;
}

.facility .img_area{
	flex-wrap: wrap;
	gap: 25px;
}

.facility .img{
	width: calc((100% - 50px) / 3);
}

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


.facility .img p{
	position: relative;
	padding-left: 25px;
}

.facility .img p::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #F79005;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 3px;
	width: 14px;
}

.p_service{
	position: relative;
	background-color: #eaf8fa;
}

.p_service .bg{
	position: absolute;
	background: url(../img/news_bg.png);
	background-size: cover;
	background-position: bottom;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.p_service .inner{
	position: relative;
	max-width: 1280px;
	padding: 50px 40px;
	background-color: rgb(255, 255, 255,0.8);
	z-index: 1;
	border-radius: 20px;
	width: 94%;
}

.p_service h3{
	text-align: center;
	margin-bottom: 40px;
}

.p_service h4{
	letter-spacing: 0.04em;
	text-align: center;
	line-height: 1;
	margin-bottom: 15px;
}

.p_service .en{
	font-weight: 700;
	color: #F79005;
}

.p_service .en .num{
	font-size: 1.4em;
}

.p_service .img img{
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
	max-width: 270px;
	border: solid 2px #FABF1B;
}

.p_service .item{
	width: 31%;
}

.p_service .item p{
	text-align: center;
}

.p_service .img{
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}

.p_service .img::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #F79005;
	width: 2px;
	height: 30px;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,40%);
}
.custom-shape-divider-top-1753836396 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
	z-index: 3;
}

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

.custom-shape-divider-top-1753836396 .shape-fill {
    fill: #FFFFFF;
}


@media (max-width: 1200px){
	.p_feature .flex_bet{
		flex-direction: column;
	}
	.p_feature .item .txt_box{
		width: 80%;
		margin: 30px auto 0;
	}
	.p_feature .item .img{
		width: 70%;
		margin: 0 auto;
	}
	.p_service .inner{
		padding: 50px 20px;
	}
}

@media (max-width: 650px){
	.p_feature .item .txt_box{
		width: 100%;
	}
	.p_feature .item .img .ac_img{
		width: 35px;
		top: 0;
		left: 0;
	}
	
	.p_feature .item .reverse .img .ac_img{
		top: -15px;
		right: -15px;
		width: 35px;
	}
	.p_feature .item .img{
		width: 80%;
	}
	.p_service .flex_bet{
		flex-direction: column;
	}
	.p_service .item{
		width: 100%;
	}
	.p_service .img img{
		max-width: 200px;
	}
	.p_service h4{
		font-size:2rem;
		margin-bottom: 5px;
	}
	.p_service h3{
		margin-bottom: 30px;
	}
	.p_service .item+.item{
		margin-top: 30px;
	}
	.custom-shape-divider-top-1753836396 svg{
		height: 30px;
	}
	.p_service .inner{
		padding: 30px 0;
	}
	.p_feature h4{
		font-size: 2rem;
	}
	.facility .img{
		width: calc((100% - 15px) / 2);
	}
	.facility .img_area{
		gap: 15px;
	}
	.facility h3{
		margin-bottom: 30px;
	}
	.facility .img p{
		font-size: 1.6rem;
	}
}





/* ご利用について */


.guide{
	position: relative;
	padding-top: 0;
}

.guide h3{
	text-align: center;
	margin-bottom: 40px;
}

.guide table{
	width: 100%;
	border: solid 1px #ccc;
	margin-bottom: 15px;
}

.guide table th{
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 8px 0;
	letter-spacing: 0.05em;
}

.guide table td{
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 8px 0;
	letter-spacing: 0.05em;
}

.guide table thead th{
	width: calc(100% / 5);
	text-align: center;
}

.guide table tbody th{
	text-align: center;
}

.guide table tbody td{
	text-align: center;
}

.guide h4{
	border-left: solid 3px #F79005;
	line-height: 1.3;
	padding-left: 8px;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}

.guide .wrapper{
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
}

.guide .ac_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	transform: translate(-50%,-50%);
}

.guide .ac_img.tp02{
	top: 0;
	left: auto;
	right: 0;
	transform: translate(50%,-50%) scale(-1,1);
}

.guide .flo_img{
	position: absolute;
	left: 5vw;
	bottom: 0;
	width: 15%;
	transform: translateY(50%);
	z-index: 2;
}


.guide .ac_ill{
	position: absolute;
	right: -50px;
	top: 80px;
	width: 200px;
}

.guide .box+.box{
	margin-top: 50px;
}

.p_flow{
	overflow: hidden;
	position: relative;
	background-color: #fef8e5;
}

.p_flow::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 140%;
	aspect-ratio: 1.7 / 1;
	background-color: rgb(255, 247, 213);
	bottom: 0;
	left: 50%;
	transform: translate(-50%,40%);
	border-radius: 50%;
}

.p_flow .ac_img{
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	transform: translate(30%,-30%);
}


.rotation02 {
    animation: rotateanim02 75s linear infinite normal;
}

@keyframes rotateanim02{
	0%{
		transform:translate(30%,-30%) rotate(0deg);
	}
	100%{
		transform:translate(30%,-30%) rotate(360deg);
	}
}


.p_flow .flo_img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20%;
	transform: scale(-1,-1);
	min-width: 200px;
}


.p_flow h3{
	text-align: center;
	margin-bottom: 50px;
}

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

.p_flow .item{
	position: relative;
	width: 40%;
	max-width: 360px;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}

.p_flow .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #FABF1B;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	width: 18px;
	top: 50%;
	right: 0;
	transform: translate(50%,-50%);
}

.p_flow .item::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #FABF1B;
	height: 2px;
	width: calc(540px - 360px);
	top: 50%;
	right: 0;
	transform: translate(100%,-50%);
}
.p_flow .item:nth-child(even)::after{
	right: auto;
	left: 0;
	transform: translate(-100%,-50%);
}

.p_flow .item:nth-child(even){
	margin: 0 0 0 auto;
}
.p_flow .item:nth-child(even)::before{
	left: 0;
	right: auto;
	transform: translate(-50%,-50%);
}

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

.p_flow .item .img{
	margin-bottom: 5px;
}

.p_flow .item .img img{
	aspect-ratio: 5 / 3;
	width: 100%;
	object-fit: cover;
}

.p_flow .flow_box{
	position: relative;
}

.p_flow .flow_box::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #FABF1B;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.p_flow .neko_img{
	position: absolute;
	width: 140px;
	top: 30%;
	left: 3vw;
	z-index: 2;
}

.p_flow .neko_img02{
	position: absolute;
	width: 140px;
	top: 60%;
	right: 3vw;
	z-index: 2;
}




.faq .item .qq{
	background-color: #fef8e5;
	font-weight: 600;
	border-radius: 10px;
	padding: 10px 20px 7px;
	margin-bottom: 5px;
}
.faq .wrapper{
	max-width: 1080px;
	margin: 0 auto;
}

.faq .item .en{
	display: inline-block;
	font-size: 1.4em;
	margin-right: 14px;
	color: #F79005;
	font-weight: bold;
	padding-bottom: 3px;
}

.faq .item .aa{
	padding: 0 20px;
	font-size: 1.5rem;
}

.faq h3{
	text-align: center;
	margin-bottom: 40px;
}

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


@media (max-width: 1200px){
	
	.guide .ac_img{
		width: 120px;
		transform: translate(-30%,-50%);
	}
	.guide .ac_img.tp02{
		transform: translate(30%,-50%) scale(-1,1);
	}
	.guide .ac_ill{
		right: -10px;
	}
	.p_flow .neko_img{
		width: 80px;
		z-index: 3;
	}
	.p_flow .neko_img02{
		width: 80px;
		z-index: 3;
	}
	.p_flow .item::after{
		width: 25%;
	}
}

@media (max-width: 650px){
	.guide .ac_img{
		width: 70px;
	}
	.guide h4{
		font-size: 1.8rem;
	}
	.guide .ac_ill{
		width: 140px;
	}
	.guide p{
		font-size: 1.6rem;
	}
	.p_flow .flow_box p{
		font-size: 1.4rem;
	}
	.p_flow .item{
		padding: 10px;
		border-radius: 5px;
		width: 45%;
	}
	.p_flow .item+.item{
		margin-top: -50px;
	}
	.p_flow .flo_img{
		min-width: 120px;
	}
	.p_flow .item::before{
		width: 10px;
	}
	.p_flow .item::after{
		width: 11%;
	}
	.p_flow h3{
		margin-bottom: 30px;
	}
	.p_flow .neko_img{
		width: 50px;
	}
	.p_flow .neko_img02{
		width: 50px;
	}
	.faq h3{
		margin-bottom: 30px;
	}
	.faq .item .qq{
		padding: 3px 14px 0px;
	}
	.faq .item .aa{
		padding: 0 14px;
		font-size: 1.35rem;
	}
}



/* 訪問介護 */


.trouble{
	padding-top: 0;
}

.trouble h3{
	text-align: center;
	margin-bottom: 50px;
}

.trouble ul{
	margin-bottom: 20px;
}

.trouble ul li{
	position: relative;
	border-top: solid 1px #ccc;
	letter-spacing: 0.05em;
	padding: 10px 0;
	padding-left: 24px;
}

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

.trouble ul li:last-child{
	border-bottom: solid 1px #ccc;
}

.trouble .left{
	position: relative;
	width: 46%;
}

.trouble .left .ac_img{
	position: absolute;
	bottom: -20px;
	left: -10px;
	width: 120px;
	z-index: 2;
}

.trouble .left .img{
	position: relative;
}

.trouble .left .img::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 104%;
	height: 105%;
	background-color: #FCEB3B;
	top: -5px;
	left: -10px;
	border-radius: 44% 56% 25% 75% / 63% 39% 61% 37%  ;
	z-index: -1;
}

.trouble .left .img img{
	border-radius: 39% 61% 25% 75% / 55% 31% 69% 45% ;
	width: 100%;
	aspect-ratio: 3 / 2.3;
	object-fit: cover;
}

.trouble .right{
	width: 48%;
}

.houmon_ser{
	padding-top: 0;
}

.houmon_ser .kasou_ttl{
	text-align: center;
	margin-bottom: 50px;
}

.houmon_ser .left{
	position: relative;
	width: 48%;
}

.houmon_ser .left .img img{
	border-radius: 10px;
	border-top-right-radius: 40px;
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
}

.houmon_ser .right{
	width: 48%;
}

.houmon_ser ul {
	margin-bottom: 10px;
}

.houmon_ser ul li{
	position: relative;
	border-top: solid 1px #ccc;
	padding: 8px 0;
	padding-left: 25px;
	letter-spacing: 0.04em;
}

.houmon_ser 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: 17px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.houmon_ser ul li:last-child{
	border-bottom: solid 1px #ccc;
}

.houmon_ser .left .ac_img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	transform: translate(-50%,50%);
}



.step_sec{
	position: relative;
	padding-top: 0;
	background-color: #eaf8fa;
}

.step_sec .inner{
	position: relative;
	max-width: 1400px;
	z-index: 1;
	width: 94%;
}

.step_sec .bg_img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 0;
}



.step_sec h3{
	margin-bottom: 60px;
	text-align: center;
}

.step_sec h4{
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	width: fit-content;
	margin: 0 auto 40px;
}

.step_sec h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #F79005;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: 20px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.step_sec h5{
	font-size: 1.8rem;
	padding: 25px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height: calc(100% - 45px);
}

.step_box{
	width: fit-content;
	flex-direction: column-reverse;
	margin: 0 auto;
}

.step_list{
	position: relative;
	margin-right: 40px;
	background-color: #fff;
	border: solid 2px #F79005;
	border-radius: 10px;
}

.step_list::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #F79005;
	aspect-ratio: 1 / 1;
	width: 25px;
	border-radius: 50%;
	top: 40%;
	right: -9px;
	transform: translateX(100%);
}

.step_list::after{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/flow_arrow.png);
	background-size: cover;
	background-position: center;
	aspect-ratio: 1 / 1;
	width: 20px;
	top: 40%;
	right: -32px;
	transform: translateY(10%);
	z-index: 2;
}

.step_list:last-child::before,.step_list:last-child::after{
	display: none;
}

.step_list:last-child{
	margin-right: 0;
}


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


.step_sec .wrapper{
	padding: 50px 3% 70px;
	background-color: rgb(254, 248, 229,0.8);
	border-radius: 20px;
}

.step_sec .num{
	display: block;
	writing-mode: initial;
	text-align: center;
	background-color: #FABF1B;
	font-size: 2.4rem;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

@media (max-width: 1200px){
	.trouble .flex_bet{
		flex-direction: column;
	}
	.trouble .left{
		width: 80%;
		margin: 0 auto;
	}
	.trouble .right{
		width: 80%;
		margin: 60px auto 0;
	}
	.houmon_ser .flex_bet{
		flex-direction: column;
	}
	.houmon_ser .left{
		width: 80%;
		margin: 0 auto 40px;
	}
	.houmon_ser .right{
		width: 80%;
		margin: 0 auto;
	}
	.step_box{
		flex-direction: column;
	}
	.step_list{
		margin: 0;
	}
	.step_sec .tate{
		writing-mode: inherit;
	}
	.step_sec .num{
		height: 72px;
		line-height: 72px;
		border-radius: 0px;
	}
	.step_sec h5{
		padding-right: 100px;
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.step_list+.step_list{
		margin-top: 30px;
	}
	.step_list::before{
		bottom: -4px;
		left: 50%;
		top: auto;
		right: auto;
		transform: translate(-50%,100%);
	}
	.step_list::after{
		left: 50%;
		bottom: -28px;
		top: auto;
		right: auto;
		transform: translate(-50%,0) rotate(90deg);
	}
}

@media (max-width: 650px){
	.trouble .left{
		width: 100%;
	}
	.trouble .right{
		width: 100%;
		margin-top: 40px;
	}
	.trouble .left .ac_img{
		width: 80px;
	}
	.houmon_ser .left{
		width: 100%;
	}
	.houmon_ser .right{
		width: 100%;
	}
	.houmon_ser .left .ac_img{
		width: 70px;
		transform: translate(0,0);
		bottom: -20px;
	}
	.trouble h3{
		margin-bottom: 30px;
	}
	.houmon_ser .kasou_ttl{
		margin-bottom: 30px;
	}

	.step_sec h5{
		font-size: 1.4rem;
		padding-right: 10px;
		padding-left: 10px;
	}
	.step_sec .num{
		font-size: 1.8rem;
		line-height: 64px;
		height: 64px;
		padding: 0 4px;
		border-top-left-radius: 7px;
		border-bottom-left-radius: 7px;
	}
	.step_sec .tate{
		width: 100%;

	}
	.step_sec h4{
		font-size: 2rem;
		margin-bottom: 10px;
		padding-left: 24px;
		padding-right: 0;
		margin-left: 0;
	}
	.step_sec h4::before{
		width: 14px;
		top: 52%;
	}
	.step_sec h3{
		margin-bottom: 30px;
	}
	.step_sec .item+.item{
		margin-top: 50px;
	}
}





/* 会社概要 */


.greeting{
	padding-top: 0;
}

.greeting .ac_img{
	position: absolute;
	bottom: -50px;
	left:-10px;
	width: 140px;
	z-index: 2;
}

.greeting .ac_img img{
	width: 100%;
	object-fit: cover;
}

.greeting .niku{
	position: absolute;
	width: 220px;
	bottom: -50px;
	right: 0;
	z-index: 2;
	transform: scale(-1,1);
}

.greeting .niku img{
	width: 100%;
	object-fit: cover;
}

.greeting h3{
	text-align: center;
	letter-spacing: 0.04em;
	margin-bottom: 40px;
}

.greeting .img_area{
	position: relative;
	width: 44%;
}

.greeting .img_area .img img{
	border-radius: 46% 54% 45% 55% / 46% 51% 49% 54% ;
	width: 100%;
	aspect-ratio: 3 / 2.3;
}

.greeting .img_area .img{
	position: relative;
}

.greeting .img_area .img::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 102%;
	height: 105%;
	border-radius: 46% 54% 45% 55% / 46% 51% 49% 54%;
	background-color:#FABF1B;
	top: -6px;
	left: -8px;
	z-index: -1;
}

.greeting .txt_area{
	width: 50%;
}

.greeting .txt_area p+p{
	margin-top: 15px;
}

.greeting .inner{
	position: relative;
}

.greeting .ttl_img{
	position: absolute;
	top: -30px;
	left: calc(50% + 160px);
	transform: translateX(-50%);
	width: 90px;
	display: block;
}

.greeting .txt_area .btm{
	text-align: right;
}


.kasou_ttl::first-letter{
	color: #F79005;
}

.kasou_ttl{
	border-bottom: dotted 3px #FABF1B;
	padding-bottom: 8px;
}

.sti_left{
	width: 200px;
	position: sticky;
	top: 180px;
	height: fit-content;
	text-align: center;
}

.sti_right{
	width: calc(90% - 200px);
}

.overview{
	background-color: #fef8e5;
}

.overview table{
	width: 100%;
	margin-top: 20px;
}

.overview table th{
	background-color: #F79005;
	color: #fff;
	padding: 14px 0;
	width: 25%;
	padding-left: 20px;
	letter-spacing: 0.05em;
}

.overview table td{
	background-color: #fff;
	padding: 14px 0;
	width: 75%;
	padding-left: 20px;
	letter-spacing: 0.05em;
}

.overview table tr+tr th{
	border-top: solid 1px #fff;
}

.overview table tr+tr td{
	border-top: solid 1px #ccc;
}

.overview h4{
	letter-spacing: 0.04em;
	line-height: 1.5;
	color: #F79005;
	border: solid 2px #F79005;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
}

.overview .table_wrapper{
	margin-top: 25px;
}

.overview .table_wrapper+.table_wrapper{
	margin-top: 60px;
}

.overview+.overview{
	padding-top: 0;
}

.access{
	padding-top: 0;
	background-color: #fef8e5;
}

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

.info {
	overflow: hidden;
	text-align: center;
	background: url(../img/top01.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}

.info .neko_img{
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 110px;
}
.info .neko_img.tp02{
	position: absolute;
	bottom: -20px;
	right: auto;
	left: 0;
	transform: scale(-1,1);
}

.info .wrap{
	position: relative;
	background-color: rgb(255, 255, 255,0.86);
	max-width: 1080px;
	padding: 50px 0 80px;
	border-radius: 10px;
	margin: 0 auto;
}

.info .wrap .ac_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	transform: translate(-30%,-30%);
}
.info .wrap .ac_img.tp02{
	left: auto;
	right: 0;
	transform:translate(30%,-30%) scale(-1,1);
}

.info .kasou_ttl{
	margin-bottom: 30px;
	margin-left: 40px;
	margin-right: 40px;
}

.info h4{
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

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

.info .btn{
	width: 360px;
	margin: 0 auto 30px;
}
.info .btn a{
	display: block;
	padding: 20px 0;
	background-color: #FCEB3B;
	letter-spacing: 0.04em;
}

.info .btn a:hover{
	background-color: #FABF1B;
}

.info .btm_p{
	padding: 0 80px;
}

.info .flex_center .btn{
	margin: 0;
}

.info .flex_center .btn+.btn{
	margin-left: 25px;
}

.info .flex_center .btn .mini{
	display: block;
	line-height: 1;
}


.info .flex_center+.flex_center{
	margin-top: 20px;
}


@media (max-width: 1200px){
	.greeting .flex_bet{
		flex-direction: column;
	}
	.greeting .img_area{
		width: 80%;
		margin: 0 auto;
	}
	.greeting .txt_area{
		width: 80%;
		margin: 50px auto 0;
	}
	.greeting .img_area .img img{
		aspect-ratio: 3 / 2;
	}
	.greeting .ac_img{
		width: 100px;
		bottom: 0;
	}
	.greeting .niku{
		bottom: 0px;
		right: -80px;
	}
	.greeting .txt_area .btm{
		margin-top: 20px;
	}
	.custom-shape-divider-bottom-1753670223 svg{
		height: 150px;
	}
	.overview .flex_bet{
		flex-direction: column;
	}
	.sti_left{
		position: static;
		width: 100%;
		text-align: center;
	}
	.sti_right{
		width: 100%;
	}
	.info .neko_img{
		width: 90px;
	}
	.access .flex_bet{
		flex-direction: column;
	}
	.access h3{
		margin-bottom: 25px;
	}
	.info .btn{
		width: 280px;
		margin-bottom: 20px;
	}
}

@media (max-width: 650px){
	.greeting .img_area{
		width: 100%;
	}
	.greeting .ac_img{
		width: 80px;
	}
	.greeting .niku{
		width: 160px;
	}
	.greeting{
		overflow: hidden;
	}
	.greeting .txt_area{
		width: 100%;
		margin-top: 30px;
	}
	.greeting h3{
		margin-bottom: 25px;
	}
	.greeting .ttl_img{
		width: 70px;
		top: 0;
		left: calc(50% + 130px);
	}
	.kasou_ttl{
		font-size: 2.4rem;
		padding-bottom: 2px;
	}
	.overview table{
		font-size: 1.4rem;
	}
	.overview table th{
		padding-left: 10px;
		width: 30%;
		display: table-cell;
		vertical-align: middle;
	}
	.overview table td{
		padding-left: 10px;
		padding-right: 10px;
		width: 70%;
	}
	.overview h4{
		font-size: 1.8rem;
	}
	.overview .table_wrapper+.table_wrapper{
		margin-top: 40px;
	}
	.access .map iframe{
		height: 240px;
	}
	.info{
		padding: 50px 0;
	}
	.info h4{
		font-size: 1.8rem;
		line-height: 1.5;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.info .flex_center{
		flex-direction: column;
	}
	.info .btn+.btn{
		margin-top: 15px;
		margin-left: 0;
		margin: 15px auto 0;
	}
	.info .wrap{
		padding: 30px 0 40px;
	}
	.info .btn{
		margin: 0 auto 15px;
	}
	.info h4::before{
		width: 130px;
	}
	.info .item+.item{
		margin-top: 30px;
	}
	.info .kasou_ttl{
		margin-left: 10px;
		margin-right: 10px;
	}
	.info .neko_img{
		width: 50px;
	}
	.info .wrap .ac_img{
		width: 90px;
	}
	.info .btn a{
		padding: 12px 0;
	}
	.info .btm_p{
		font-size: 1.3rem;
		padding-left: 20px;
		padding-right: 20px;
	}
	.info .flex_center .btn{
		margin: 0 auto;
	}
	.info .flex_center .btn+.btn{
		margin-left: auto;
	}
	.info .flex_center .btn p{
		margin-bottom: 0;
	}
	.info .flex_center .btn:first-child{
		margin-bottom: 15px;
	}
	.info .flex_center+.flex_center{
		margin-top: 15px;
	}
}




/* お問い合わせ */


.co_top{
	padding-top: 0;
}

.co_top .sm{
	font-size: 0.7em;
}

.co_top .inner .box{
	max-width: 1080px;
	margin: 0 auto;
}

.co_top .box{
	background-color: #fef8e5;
	padding: 50px 20px;
	border-radius: 10px;
}

.co_top .box a{
	display: block;
	background-color: #FABF1B;
	border: solid 2px #FABF1B;
	color: #fff;
	text-align: center;
	padding: 4px 0;
	border-radius: 5px;
	font-weight: 600;
	line-height: 1.7;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}

.co_top .box h3{
	position: relative;
	text-align: center;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
	padding-bottom: 7px;
}

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

.co_top .box a:hover{
	background-color: #fff;
	color: #FABF1B;
}

.co_top .box .time{
	text-align: center;
	margin-bottom: 8px;
}

.co_top .box+.box{
	margin-top: 50px;
}

.co_top .box .num{
	display: block;
	color: #FABF1B;
	border: solid 2px #FABF1B;
	background-color: #fff;
	text-align: center;
	padding: 4px 0;
	border-radius: 5px;
	font-weight: 600;
	line-height: 1.7;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}

.co_top .box p.center{
	text-align: center;
	margin-top: 15px;
}

.co_top .box ul li{
	position: relative;
	padding-left: 22px;
	letter-spacing: 0.04em;
}

.co_top .box 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: 17px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.co_top .box ul li:nth-child(2){
	margin: 0 20px;
}


.form_box{
	position: relative;
	max-width: 1400px;
	background-color: #fef8e5;
	padding: 70px 0;
	border-radius: 10px;
	z-index: 1;
}



input[type="checkbox"]{
	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: 45px;
	padding: 10px;
	background: #fff;
	width: 100% !important;
}

input[type="email"]{
	height: 45px;
	padding: 10px;
	background: #fff;
	width: 100% !important;
}


input{
	appearance: auto;
}

.mailform .contact_table .ib div{
	display: block;
	margin-top: -3px;
	margin-right: 20px;
}



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

td .box.mini{
	width: 85%;
	max-width: 300px;
	height: 40px;
}

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

.contact_table{
	width: 100%;
}

.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{
	background-color: #F79005;
	color: #fff;
	padding: 4px 8px 3px;
}

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

.contact_table th{
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 20px 0;
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	border-bottom: dotted 1px #ccc;
}

.contact_table td{
	padding: 20px 0;
	width: 70%;
	border-bottom: dotted 1px #ccc;
}


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

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

.form_btn button:hover{
	opacity: 0.7;
}

.form_attention{
	margin-top: 50px;
	font-size: 1.4rem;
}


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

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


.postal_btn{
	background-color: #F79005;
	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;
	margin-top: 40px;
}


.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.4rem;
	text-align: left;
	letter-spacing: 2px;
	padding: 1% 0;
	padding-left: 1%;
	line-height: 200%;
}

.form_accordion h4{
	margin-top: 20px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	color: #F79005;
	position: relative;
	padding-left: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #333;
}

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

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

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

.Label{
	font-size: 1.6rem;
	letter-spacing: 2px;
	padding: 0.8% 1%;
	display: block;
	border-bottom: solid 2px #F79005;
	color: #F79005;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
}

.Label::before{
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2.5px solid #F79005;
	border-right: 2.5px solid #F79005;
	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;
}

.co_open{
	height: 0;
	overflow: hidden;
}

.mail_sec{
	position: relative;
	background: url(../img/co_bg.jpg);
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
}

.mail_sec::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgb(255, 255, 255,0.6);
	z-index: 0;
}

.mail_sec h3{
	position: relative;
	text-align: center;
	padding-bottom: 7px;
	margin-bottom: 35px;
}

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

.mail_sec .content_box{
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
}

.mail_sec .inner{
	width: 94%;
}

.co_top .inner{
	width: 94%;
}

@media (max-width: 1200px){
	.contact_table th{
		display: block;
		border-bottom: 0px;
		border-top: dotted 1px #ccc;
		width: 100%;
		padding-bottom: 0;
	}
	.contact_table td{
		display: block;
		width: 100%;
	}
	.contact_table td{
		border-bottom: 0px;
	}
	
}

@media (max-width: 650px){
	.co_top .box h3{
		font-size: 2.2rem;
	}
	.co_top .box .time{
		font-size: 1.6rem;
	}
	.co_top .box a{
		font-size: 2.2rem;
	}
	.co_top .box .num{
		font-size: 2.2rem;
	}
	.co_top .inner .box{
		padding: 30px 10px;
	}
	.co_top .inner .box+.box{
		margin-top: 30px;
	}
	.mail_sec h3{
		font-size: 2.2rem;
	}
	.mailform .contact_table .ib div{
		margin: 0;
	}
	.postal_btn{
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}
	.contact_table .flex{
		flex-wrap: wrap;
	}
	td .box.mini{
		width: calc(100% - 31.5px);
	}
	.form_box{
		padding: 40px 0;
	}
}








/* お知らせ一覧 */

.k_blog main{
	overflow: visible;
}


.blog_list{
	overflow: visible;
	padding-top: 0;
}

.blog_list .side_list{
	position: sticky;
	width: 300px;
	top: 200px;
	height: fit-content;
}

.blog_list .blog_item_list{
	width: calc(94% - 300px);
}

.blog_list .main_list{
	flex-wrap: wrap;
	gap: 30px;
}

.blog_list .main_list li{
	width: 100%;
	background-color: #fff;
	
}

.blog_list .main_list li a{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 1px #ccc;
}

.blog_list .main_list li a::before{
	content: "";
	display: inline-block;
	position: absolute;
	border: solid 1px #111;
	aspect-ratio: 3 / 2;
	width: 30px;
	bottom: 10px;
	right: 10px;
	transition:  all.2s;
}

.blog_list .main_list li a .arrow{
	display: inline-block;
	position: absolute;
	background: url(../img/arrow.png);
	aspect-ratio: 1 / 1;
	width: 20px;
	bottom: 10px;
	right: 10px;
	background-size: cover;
	background-position: center;
	z-index: 2;
	transform: translateX(-25%);
	transition:  all.2s;
}
.blog_list .main_list li a .arrow02{
	display: inline-block;
	position: absolute;
	background: url(../img/arrow_w.png);
	aspect-ratio: 1 / 1;
	width: 20px;
	bottom: 10px;
	right: 10px;
	background-size: cover;
	background-position: center;
	z-index: 2;
	transform: translateX(-25%);
	opacity: 0;
	transition:  all.2s;
}

.blog_list .up_ymd{
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 8px;
	color: #F79005;
}

.new_mark{
	display: inline-block;
	background-color: #F79005;
	color: #fff;
	font-size: 1.4rem;
	margin-left: 5px;
	font-weight: 600;
	line-height: 1;
	padding: 4px 7px;
}

.blog_list .title{
	display: block;
	color: #333;
	padding: 0 8px;
}

.blog_list .main_list li a .left{
	width: 170px;
}
.blog_list .main_list li a .right{
	width: calc(92% - 170px);
	padding-top: 20px;
}

.blog_list .main_list li a img{
	display: inline;
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
}


.blog_list .side_list h3{
	position: relative;
	letter-spacing: 0.03em;
	margin-bottom: 50px;
	line-height: 1.2;
	padding-left: 16px;
}

.blog_list .side_list h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 90%;
	left: 0;
	width: 3px;
	background-color: #F79005;
	top: 54%;
	transform: translateY(-50%);
}

.blog_list .side_list h3::first-letter{
	color: #F79005;
}

.blog_list .side_list li{
	letter-spacing: 0.05em;
	font-weight: 600;
}

.blog_list .side_list li a{
	position: relative;
	display: block;
	width: fit-content;
	padding: 10px 30px 10px 30px;
	border-top: solid 1px #ccc;
}
.blog_list .side_list li a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #F79005;
	aspect-ratio: 1 / 1;
	width: 7px;
	top: 52%;
	transform: translateY(-50%);
	left: 10px;
}
.blog_list .side_list li a:hover{
	color: #F79005;
}

.blog_list .side_list li+li{
	margin-top: 10px;
}

.blog_list .main_list li a:hover::before{
	background-color: #F79005;
}

.blog_list .main_list li a:hover .arrow{
	opacity: 0;
}
.blog_list .main_list li a:hover .arrow02{
	opacity: 1;
}

.pages{
	display: flex;
	justify-content: space-around;
	margin-top: 60px;
}

.pages a{
	display: block;
	border: solid 1px #111;
	padding: 15px 0;
	font-size: 1.45rem;
	padding-left: 40px;
	padding-right: 40px;
	letter-spacing: 0.03em;
}

.pages .page_next{
	text-align: left;
}
.pages .page_prev{
	text-align: right;
}

.pages div{
	width: 45%;
}

.pages a:hover{
	background-color: #F79005;
}


.blog_list .blog_content{
	padding: 0 2%;
}

.blog_list .blog_content .ttl{
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}

.blog_list .blog_content .ttl::first-letter{
	color: #F79005;
}

.blog_list .blog_content .text{
	padding-top: 20px;
	margin-top: 5px;
	border-top: solid 1px #ccc;
}

.blog_list .blog_content .up_ymd{
	padding-left: 0;
}

.blog_list .blog_item_list.newspt .main_list li a .right{
	width: 100%;
	padding-top: 0;
}

.bl_ttl{
	position: relative;
	text-align: center;
	letter-spacing: 0.05em;
	width: fit-content;
	margin: 0 auto 40px;
	padding: 0 20px 15px;
}



.bl_ttl::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 2px;
	background-color: #aaa;
	transform: translateX(-50%);
	z-index: 1;
}


.bl_ttl::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #F79005;
	z-index: 2;
}


.blog_list .item_box+.item_box{
	margin-top: 150px;
}



@media (max-width: 1200px){
	.blog_list .flex_bet{
		flex-direction: column-reverse;
	}
	.blog_list .blog_item_list{
		width: 100%;
	}
	.blog_list .side_list{
		margin-top: 60px;
		width: 100%;
	}
	.blog_list .side_list ul{
		display: flex;
	}
	.blog_list .side_list li+li{
		margin-top: 0;
		margin-left: 10px;
	}
	.blog_list .side_list li a{
		border: solid 1px #ccc;
		padding: 10px 10px 10px 35px;
	}
	.blog_list .side_list h3{
		margin-bottom: 30px;
	}
	.blog_list .side_list li a::before{
		left: 15px;
	}
	.blog_list .side_list li{
		letter-spacing: normal;
		font-size: 1.45rem;
	}
	/* .blog_list .main_list li{
		width: calc((100% - 20px) / 2);
	} */
	.blog_list .main_list{
		gap: 20px;
	}
	
}

@media (max-width: 650px){
	.blog_list .side_list ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.blog_list .side_list li+li+li{
		margin-left: 0;
		margin-top: 10px;
	}
	.blog_list .blog_content .ttl{
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	.blog_list .blog_content .up_ymd{
		font-size: 1.2rem;
	}
	.blog_list .blog_content .text{
		font-size: 1.4rem;
	}
	.pages{
		margin-top: 40px;
		flex-direction: column;
	}
	.pages a{
		padding: 7px 10px;
	}
	.pages div{
		width: 100%;
	}
	.pages .page_next{
		margin-bottom: 10px;
	}
	.blog_list .side_list h3{
		font-size: 1.8rem;
	}
	.blog_list .side_list li a{
		font-size: 1.2rem;
		letter-spacing: 0.03em;
	}
	.blog_list .side_list li+li{
		margin-left: 0;
	}
	.blog_list .main_list li{
		width: 100%;
	}
	.blog_list .side_list li{
		width: 48%;
	}
	.blog_list .side_list li a{
		display: block;
		width: 100%;
	}
	 .main_list li a .right{
		width: 100%;
	}
	.blog_list .main_list li a .left{
		margin: 0 auto;
	}
}




.blog_item_list.blogpt .main_list li{
	width: calc((100% - 60px) / 3);
}

.blog_item_list.blogpt li a .left{
	width: 100%;
}

.blog_item_list.blogpt li a .right{
	width: 100%;
	padding-top: 10px;
}

.blog_item_list.blogpt li a img{
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
}

.blog_item_list.blogpt li a{
	display: block;
	padding: 10px;
	padding-bottom: 30px;
}

@media (max-width: 1400px){
	.blog_item_list.blogpt .main_list li{
		width: calc((100% - 20px) / 2);
	}
	.blog_item_list.blogpt .main_list{
		gap: 20px;
	}
}



@media (max-width: 1200px){
	.blog_list .blog_item_list.blogpt .flex_bet.ch{
		flex-direction: row;
	}

}



@media (max-width: 650px){
	.blog_list .blog_item_list.blogpt .flex_bet.ch{
		flex-direction: column;
	}
	.blog_list .blog_item_list.blogpt .main_list li{
		width: 100%;
	}
}




.main_blog_list .blog_list .blog_item_list{
	max-width: 1200px;
	margin: 0 auto;
}

.main_blog_list .blog_list .pages{
	max-width: 1200px;
	margin: 80px auto 0;
}

.main_blog_list .blog_item_list{
	width: 100%;
}

.list_btn {
	width: 300px;
	margin: 60px auto 0;
}

.list_btn a{
	display: block;
	background-color: #F79005;
	padding: 12px 0;
	text-align: center;
	border: solid 1px #F79005;
}

.list_btn a:hover{
	background-color: rgb(80, 175, 97,0);
	color: #F79005;
}

@media (max-width: 1400px){
	.blog_main .main_blog_list .main_list li{
		width: calc((100% - 40px) / 3);
	}
	.blog_main .main_blog_list .main_list{
		gap: 20px;
	}
}


@media (max-width: 1200px){
	.blog_main .main_blog_list .main_list li{
		width: calc((100% - 20px) / 2);
	}
	.blog_main .main_blog_list .main_list{
		gap: 20px;
	}
}


@media (max-width: 650px){
	.bl_ttl{
		margin-bottom: 30px;
		font-size: 2.6rem;
	}
	.blog_main .blog_list .item_box+.item_box{
		margin-top: 80px;
	}
	.list_btn{
		margin-top: 30px;
	}
}




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

.sbtn a:hover{
    background-color: #F79005;
	color: #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;
	}
}
