@charset "utf-8";
/* CSS Document */
html{
}
body{
	font-family: "Zen Maru Gothic", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	/*background-color: #F4F3ED;*/
  	background-color: #f6fbea;
	color: #212121;
}
body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

body:not(.gjs-dashed){}
body.gjs-dashed{}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i,a h1,a h2,a h3,a h4,a h5,a h6{
	color: #212121;
}
i{
	font-weight: 400;
}

.font-sans-serif{
	font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-outfit{
	font-family: "Outfit", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-ubuntu{
	font-family: "Ubuntu", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}
.pd_wrap_t{
	padding-top: 150px;
}
.pd_wrap_b{
	padding-bottom: 150px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}

.mg_b_1{margin-bottom: 150px;}
.mg_b_2{margin-bottom: 100px;}
.mg_b_3{margin-bottom: 80px;}
.mg_b_4{margin-bottom: 50px;}
.mg_b_5{margin-bottom: 30px;}

.en_title1{
}
.en_title2{
}

.default_title1{
	font-size: clamp(22px,3.0vw,42px);
	font-weight: 700;
}
.default_title2{
	font-size: clamp(20px,2.6vw,34px);
	font-weight: 700;
}
.default_title3{
	font-size: clamp(18px,2.2vw,28px);
	font-weight: 700;
}
.default_title4{
	font-size: clamp(17px,2.0vw,24px);
	font-weight: 700;
}
.default_txt1{
	font-size: clamp(15px,1.8vw,20px);
}
.default_txt2{
	font-size: clamp(14px,1.6vw,16px);
}
.default_txt3{
	font-size: clamp(12px,1.2vw,14px);
}
.default_txt4{
	font-size: clamp(16px,2.0vw,22px);
}
.font-light{font-weight: 300;}
.font-normal{font-weight: 400;}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-bold{font-weight: 700;}
.font-black{font-weight: 900;}

/* ---------- common ---------- */
.link_wrap{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	gap: 20px 0;
}
.link_wrap > div{
	padding: 5px 20px;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
}
.link_wrap > div:not(:first-of-type){
	margin-left: -1px
}
.link_wrap > div a{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	gap: 0px;
}
.link_wrap > div a i{
	transition: ease 0.3s;
}
.link_wrap > div a:hover i{
	transform: translateY(3px);
}

.boxlayout1{
	background-color: #fff;
	padding: 80px;
}
.boxlayout1 .titlebox .title{
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 50px;
}
.boxlayout1 .titlebox .title::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 3px;
	background-color: #D6CF0B;
}
.boxlayout1 .titlebox .title::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,100%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 10px solid #d6cf0b;
	border-bottom: 0;
}
.boxlayout1 .boxwrap{
	gap: 15px;
	align-items: stretch;
}
.boxlayout1 .boxwrap .box{
	width: calc(100% / 4 - 45px / 4);
	padding: 30px 10px;
	background-image: url("https://miraiseikatsu.co.jp/system_panel/uploads/images/box_bg1.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.boxlayout1 .boxwrap .box p{color: #fff;text-align: center;}
.pagetitle{
	position: relative;
	width: 100%;
	height: 360px;
}
.pagetitle::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #313131;
	mix-blend-mode: multiply;
	opacity: 0.2;
}
body.gjs-dashed .pagetitle{
	background-color: #409A08;
	height: auto;
}
body.gjs-dashed .pagetitle .txtbox{
	padding: 30px;
}
body.gjs-dashed .pagetitle::after{
	display: none;
}
.pagetitle .txtbox{
	position: relative;
	z-index: 2;
	gap: 10px;
	color: #fff;
}

.default_rad1{
	border-radius: 20px;
	overflow: hidden;
}
.default_rad2{
	border-radius: 10px;
	overflow: hidden;
}
.border_bottom1{
	display: inline-block;
	position: relative;
	padding-bottom: 8px;
}
.border_bottom1::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #D6CF0B;
	border-radius: 3px;
}

.morewrap{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	gap: 30px;
}

.more1 a,.more1 > div{
	position: relative;
	background-color: #409A07;
	border: 2px solid #409A07;
	border-radius: 200px;
	overflow: hidden;
	padding: 15px 40px;
	min-width: 270px;
}
.more1 a::after,.more1 > div::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 200px;
	background-color: #F4F3ED;
	transform: translateX(-60%);
	opacity: 0;
	transition: ease 0.4s;
	z-index: 1;
}
.more1 a:hover::after,.more1 > div:hover::after{
	transform: translateX(0);
	opacity: 1;
}
.more1 a:hover{
	opacity: 1;
}
.more1 a p,.more1 a i,.more1 > div p,.more1 > div i{
	position: relative;
	z-index: 2;
	color: #fff;
	transition: ease 0.3s;
	font-size: clamp(14px,1.6vw,18px);
}
.more1 a p,.more1 > div p{
	font-weight: 700;
}
.more1 a:hover p,.more1 a:hover i,.more1 > div:hover p,.more1 > div:hover i{
	color: #409A07;
}
.more1 a i,.more1 > div i{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.more1 a:hover i,.more1 > div:hover i{
	transform: translateY(-50%) translateX(3px);
}


.more2 a .flex,.more2 > div .flex{
	gap: 15px;
}
.more2 a .icon,.more2 > div .icon{
	width: 28px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #409A07;
	transition: ease 0.3s;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.more2 a:hover .icon,a:hover .more2 > div .icon{
	transform: translateX(3px);
}
.more2 a .icon i,.more2 > div .icon i{
	color: #fff;
	font-size: clamp(12px,1.2vw,14px);
}
/* ---------- header ---------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.header .header_inner{
	width: 100%;
	background-color: #FFFFFF;
	padding: 15px 40px;
	justify-content: space-between;
}
.header .header_inner .logo{
	width: 40%;
	max-width: 290px;
}
.header .header_inner .head_nav{
	flex-direction: column;
	align-items: flex-end;
	gap: 15px;
}
.header .header_inner .head_nav .topbox{
	gap: 10px;
}
.header .header_inner .head_nav .topbox p{
	font-size: clamp(13px,1.4vw,15px);
	font-weight: 700;
	line-height: 1;
	color: #fff;
}
.header .header_inner .head_nav .topbox p.num{
	font-size: clamp(17px,2.4vw,28px);
	line-height: 0.9;
	padding: 0 3px;
	display: inline-block;
}
.header .header_inner .head_nav .topbox .persons1,.header .header_inner .head_nav .topbox .persons2{
	padding: 6px 10px;
	align-items: flex-end;
	border-radius: 4px;
}
.header .header_inner .head_nav .topbox .persons1{
	background-color: #3FACE4;
}
.header .header_inner .head_nav .topbox .persons2{
	background-color: #FD666F;
}
.header .header_inner .head_nav .topbox .tel{
	padding-left: 6px;
}
.header .header_inner .head_nav .topbox .tel a{
	gap: 10px;
}
.header .header_inner .head_nav .topbox .tel img{
	width: 20px;
}
.header .header_inner .head_nav .topbox .tel p{
	font-family: "Outfit", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	color: #212121;
	font-size: clamp(17px,2.0vw,24px);
}

.header .header_inner .head_nav .ul .li{
	padding: 0px 15px;
	border-right: 1px solid #CBCBCB;
}
.header .header_inner .head_nav .ul .li:first-of-type{
	padding-left: 0;
}
.header .header_inner .head_nav .ul .li:last-of-type{
	padding-right: 0;
	border-right: none;
}
.header .header_inner .head_nav .ul .li p{
	font-weight: 700;
	font-size: clamp(14px,1.6vw,18px);
}
.menu-bt,.menu-wrap{display: none;}

.sidebar{
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 999;
	gap: 15px;
}
.sidebar a{
	border-radius: 0 10px 10px 0;
	padding: 20px 15px;
	text-align: center;
}
.sidebar a p{
	color: #fff;
	font-size: clamp(14px,1.6vw,18px);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.sidebar a img{
	width: 80%;
	margin-bottom: 10px;
}
.sidebar .contact_bt{
	margin-bottom: 10px;
}
.sidebar .contact_bt a{
	background-color: #504845;
}
.sidebar .seikatsu_bt a{
	background-color: #409A08;
}
/* ---------- footer ---------- */
.footer_contact{border-bottom: 2px solid #409A08}
.contact_area .contents{
	background-color: #fff;
	border: 2px solid #409A07;
	padding: 60px 20px;
}
.contact_area .contents .morewrap{
	width: 90%;
	align-items: stretch;
}
.contact_area .contents .morewrap a{
	width: calc(50% - 30px / 2);
	max-width: 340px;
	min-width: 260px;
	border-radius: 200px;
	padding: 10px 20px;
}
.contact_area .contents .morewrap a div{
	gap: 10px;
}
.contact_area .contents .morewrap a.tellink{
	border: 2px solid #409A07;
}
.contact_area .contents .morewrap a.maillink{
	background-color: #409A07;
}
.contact_area .contents .morewrap a.tellink p{
	letter-spacing: 0.2rem;
}
.contact_area .contents .morewrap a.maillink p{
	color: #fff;
}
.contact_area .contents .morewrap a.tellink img{
	width: 20px;
}
.contact_area .contents .morewrap a.maillink img{
	width: 24px;
}
.sns_area p{
	position: relative;
}
.sns_area p::before,.sns_area p::after{
	content: "";
	width: 3px;
	height: 30px;
	position: absolute;
	top: 50%;
	background-color: #409A07;
}
.sns_area p::before{
	left: 0;
	transform: translate(-20px,-50%) rotate(-25deg);
}
.sns_area p::after{
	right: 0;
	transform: translate(20px,-50%) rotate(25deg);
}
.snslinks{
	gap: 20px;
}
.snslinks a{
	width: 72px;
	aspect-ratio: 1 / 1;
	background-color: #F4F090;
	border-radius: 50%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.snslinks a:hover{
	transform: translateY(-3px);
}
.snslinks a img{
	width: 50%;
}

.footer .logo{
	width: 60%;
	max-width: 300px;
	padding: 80px 0 50px;
}
.footer .ul{
	margin-bottom: 50px;
	padding: 0 40px;
}
.footer .ul .li{
	width: 25%;
	padding: 10px;
}
.footer .ul .li a{
	display: block;
	position: relative;
	padding-left: 20px;
}
.footer .ul .li a::after{
	content: "";
	position: absolute;
	width: 10px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	aspect-ratio: 1 / 1;
	background-color: #409A07;
	border-radius: 50%;
}

.footer .bottom_txt{
	width: 100%;
	padding: 40px;
	border-top: 1px solid rgba(0,0,0,0.20);
	align-items: flex-end;
}
/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* color */
.txt-color-normal{color: #212121;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #409A08}
.txt-color2{color: #FD666F}
.txt-color3{color: #3FACE4}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #409A08}
.bg-color2{background-color: #FD666F}
.bg-color3{background-color: #3FACE4}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #409A08}
.border-color2{border-color: #FD666F}
.border-color3{border-color: #3FACE4}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #409A08}
.hvr-txt-color2:hover{color: #FD666F}
.hvr-txt-color3:hover{color: #3FACE4}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #409A08}
.hvr-bg-color2:hover{background-color: #FD666F}
.hvr-bg-color3:hover{background-color: #3FACE4}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #409A08}
.hvr-border-color2:hover{border-color: #FD666F}
.hvr-border-color3:hover{border-color: #3FACE4}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
/* ---------- common ---------- */
	.boxlayout1{
		padding: 60px 50px;
	}
	.boxlayout1 .boxwrap .box{
		padding: 20px 10px;
	}
	.morewrap{
		gap: 20px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (min-width: 1081px){
	.menu-wrap{display: none!important;}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.mg_b_1{margin-bottom: 100px;}
	.mg_b_2{margin-bottom: 80px;}
	.mg_b_3{margin-bottom: 60px;}
	.mg_b_4{margin-bottom: 40px;}
	.mg_b_5{margin-bottom: 30px;}
/* ---------- common ---------- */
	.boxlayout1{
		padding: 50px 30px;
	}
/* ---------- header ---------- */
	.header .header_inner .head_nav{
		display: none;
	}
	.header .header_inner .menu-bt{
		width: 60px;
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		background-color: #409A07;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		cursor: pointer;
	}
	.header .header_inner .menu-bt .line{
		position: relative;
		width: 32px;
		height: 20px;
	}
	.header .header_inner .menu-bt .line > div{
		width: 100%;
		height: 4px;
		border-radius: 2px;
		overflow: hidden;
		background-color: #fff;
		position: absolute;
		left: 0;
		transition: ease 0.3s;
	}
	.header .header_inner .menu-bt .line > div:nth-of-type(1){
		top: 0;
	}
	.header .header_inner .menu-bt .line > div:nth-of-type(2){
		top: 50%;
		transform: translateY(-50%);
	}
	.header .header_inner .menu-bt .line > div:nth-of-type(3){
		bottom: 0;
	}
	.header .header_inner .menu-bt.active .line > div:nth-of-type(1){
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
	}
	.header .header_inner .menu-bt.active .line > div:nth-of-type(2){
		top: 50%;
		transform: translateY(-50%) rotate(-135deg);
		opacity: 0;
	}
	.header .header_inner .menu-bt.active .line > div:nth-of-type(3){
		bottom: 50%;
		transform: translateY(50%) rotate(45deg);
	}
	
	.menu-wrap{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color:rgba(255,255,255,0.90);
		z-index: 9998;
	}
	.menu-wrap > div{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 100px 60px 60px;
		overflow: auto;
	}
	.menu-wrap > div .ul .li{
		width: 25%;
		padding: 10px;
	}
	.menu-wrap > div .ul .li a{
		display: block;
		position: relative;
		padding-left: 20px;
	}
	.menu-wrap > div .ul .li a::after{
		content: "";
		position: absolute;
		width: 10px;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		aspect-ratio: 1 / 1;
		background-color: #409A07;
		border-radius: 50%;
	}
	.menu-wrap > div .ul .li a p{
		font-size: clamp(13px,2.0vw,24px);
		font-weight: 700;
	}
/* ---------- footer ---------- */
	.contact_area .contents{
		padding: 50px 20px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.pd_wrap_t{
		padding-top: 100px;
	}
	.pd_wrap_b{
		padding-bottom: 100px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
	.boxlayout1 .boxwrap .box{
		width: calc(100% / 3 - 30px / 3);
	}
	.morewrap{
		gap: 10px;
	}
	.more1 a{
		min-width: 210px;
		padding: 15px 30px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.contact_area .contents{
		padding: 40px 20px;
	}
	.footer .logo{
		padding: 50px 0;
	}
	.footer .ul{
		display: none;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.pd_wrap_t{
		padding-top: 80px;
	}
	.pd_wrap_b{
		padding-bottom: 80px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
	.mg_b_1{margin-bottom: 80px;}
	.mg_b_2{margin-bottom: 60px;}
	.mg_b_3{margin-bottom: 50px;}
	.mg_b_4{margin-bottom: 30px;}
	.mg_b_5{margin-bottom: 20px;}
/* ---------- common ---------- */
	.boxlayout1{
		padding: 40px 10px;
	}
	.boxlayout1 .boxwrap{
		gap: 10px;
	}
	.boxlayout1 .boxwrap .box{
		width: calc(100% / 2 - 10px / 2);
		padding: 15px 6px;
	}
	.boxlayout1 .boxwrap .box p{
		font-size: 14px;
	}
	.pagetitle{
		position: relative;
		width: 100%;
		height: 200px;
	}
	.default_rad1{
		border-radius: 10px;
	}
	.default_rad2{
		border-radius: 6px;
	}
	.border_bottom1{
		padding-bottom: 6px;
	}
	.border_bottom1::after{
		height: 2px;
		border-radius: 2px;
	}
/* ---------- header ---------- */
	.sidebar{
		display: none;
	}
	.header .header_inner{
		padding: 6px 10px;
	}
	.header .header_inner .logo{
		width: 60%;
	}
	.header .header_inner .menu-bt{
		width: 50px;
	}
	.header .header_inner .menu-bt .line{
		width: 26px;
		height: 18px
	}
	.header .header_inner .menu-bt .line > div{
		height: 3px
	}
	.menu-wrap > div{
		padding: 90px 20px 40px;
	}
	.menu-wrap > div .more1{
		min-width: calc(50% - 10px / 2);
	}
	.menu-wrap > div .more1 a{
		width: 100%;
		min-width: 100%;
		padding: 10px 20px;
	}
	.menu-wrap > div .more1 a i{
		right: 10px;
	}
/* ---------- footer ---------- */
	.contact_area .contents .morewrap a{
		height: 54px;
	}
	.snslinks{
		gap: 15px;
	}
	.snslinks a{
		width: 52px;
	}
	.footer .logo{
		padding: 30px 0;
	}
	.footer .bottom_txt{
		padding: 30px 20px;
		gap: 15px;
		display: block;
	}
	.footer .bottom_txt > p{width: 100%;text-align: right;padding-top: 20px;}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
