@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
html{
	scroll-padding-top: 80px;
}

body {
	width: 100% !important;
	color: #191A1A;
	line-height: 1.6;
	overflow: hidden;
	font-size: clamp(1.5rem,2.2vw,2rem);
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

body.open{
	height: 100vh;
}


/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: blue;
}
.red{
	color: #E32020;
}
.green{
	color: #00B900;
}
.orange{
	color: #FB6200;
}
.yellow{
	color: #F8D83F;
}
.black{
	color: #191A1A;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: linear-gradient(to right, #165888 , #172D6B);
}
.bgbla{
	background:#191A1A;
}
.bgred{
	background: #E32020;
}
.bggre{
	background: #00B900;
}
.bgora{
	background: #FB6200;
}
.bgyel{
	background: #F8D83F;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #191A1A;
}

a:visited {
	color: #191A1A;
}

a:active {
	color: #191A1A;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	transition: .4s;
	position: relative;
}

header.headerScroll{
	background: #fff;
}

.hLogo{
	max-width: 339px;
	width: 28%;
	background: #fff;
	border-radius: 36px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 1.208% 0 1.575%;
	position: absolute;
	left: 2.4%;
}

.hLogo a{
	display:flex;
	max-width:263px;
	width: 80%;
	margin:0 auto;
}


.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}


/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

.pc_nav{
	width: 68%;
	display: flex;
	max-width: 796px;
	align-items: center;
	justify-content: flex-end;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	max-width: 421px;
	width: 50%;
}

.nav_list1 li {
	margin-left:auto;
}

.nav_list1 li:first-child{
	margin:0;
}

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: 1.8rem;
	color:#fff;
}

.headerScroll .nav_list1 a {
	color:#111111;
}

.sns_list{
	display:flex;
	justify-content:space-between;
	max-width:76px;
	width: 9%;
	margin-left: auto;
}

.sns_list li{
	width: 45%;
}

.hd_link{
	display:flex;
	max-width: 430px;
	width: 55%;
	margin-left: auto;
}

.hd_link_btn1{
	display:flex;
	justify-content: left;
	align-items:center;
	max-width: 215px;
	width:100%;
	height: 116px;
	font-size: clamp(1.5rem,2vw,2.3rem);
	font-weight: 900;
	line-height:2;
	transition: .4s;
	padding: 30px 7px 20px;
}

.hd_link_btn1 img{
	margin-right: 6%;
}

.tel_div{
	max-width:306px;
	width: 43%;
}

.tel_div .text1{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.4444;
}

.tel_btn{
	display:flex;
	align-items:center;
	justify-content:space-between;
	font-size: clamp(1.5rem,3.8vw,4rem);
	font-weight:900;
	line-height:1.45;
}

/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 0 auto;
	background: url(./img/bgmv.jpg);
	background-size: cover;
	padding: 46px 0 55px;
}

.cov-div{
	max-width:1335px;
	width:95%;
	margin:0 auto;
}

.cov-div .img{
	max-width:1309px;
	margin: 0 auto -1%;
	width:100%;
}

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

.mv_list li{
	width:32%;
	max-width: 418px;
	box-shadow: 0 3px 6px #00000029;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0px auto 0;
}

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

.inner{
	width: 95%;
	max-width: 1335px;
	margin: 0 auto;
}

.mainTit{
	font-size: 4rem;
	line-height: 1;
	font-weight:700;
	font-size: clamp(2.4rem,4vw,4rem);
}

.mainTit span{

}

.ft71{
	font-size: 7.1rem;
	line-height: 1.4366;
	font-weight: 900;
	font-size: clamp(3rem,5vw,7.1rem);
}


.ft70{
	font-size: 7rem;
	line-height: 1.4366;
	font-weight: 900;
	font-size: clamp(2.6rem,5vw,7rem);
}

.ft63{
	font-size: 6.3rem;
	line-height: 1.4444;
	font-weight: 900;
	font-size: clamp(3rem,4.4vw,6.3rem);
}

.ft55{
	font-size: 5.5rem;
	line-height: 1.44;
	font-weight: 900;
	font-size: clamp(2.6rem,4vw,5.5rem);
}

.ft50{
	font-size: 5rem;
	line-height: 1.44;
	font-weight: 900;
	font-size: clamp(2.3rem,4vw,5rem);
}

.ft44{
	font-size: 4.4rem;
	line-height: 1.4545;
	font-weight: 900;
	font-size: clamp(2.6rem,4vw,4.4rem);
}

.ft40{
	font-size: 4rem;
	line-height: 1.45;
	font-weight: 900;
	font-size: clamp(2.6rem,4vw,4rem);
}

.ft35{
	font-size: 3.5rem;
	line-height: 1.4571;
	font-weight: 700;
	font-size: clamp(2.2rem,4vw,3.5rem);
}

.ft33{
	font-size: 3.3rem;
	line-height: 1.4545;
	font-weight: 900;
	font-size: clamp(2.2rem,4vw,3.3rem);
}


.ft30{
	font-size: 3rem;
	line-height: 1.466667;
	font-weight: 900;
	font-size: clamp(2rem,2.6vw,3rem);
}

.ft25{
	font-size: 2.5rem;
	line-height: 1.44;
	font-weight: 900;
	font-size: clamp(1.5rem, 2.6vw, 2.5rem);
}

.content01{
}

.co1_div1{
	padding:90px 0 80px;
}

.co1_div1 .title{
	text-align: center;
	font-size: clamp(2rem, 4vw, 3.3rem);
}

.co1_div1 .title span{
	padding:5px 15px;
	margin: 0 12px;
}

.co1_list{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	max-width: 1223px;
	margin: 33px auto 0;
	width: 100%;
}

.co1_list li{
	width: 49.5%;
	max-width:600px;
	background:#fff;
	margin-top:22px;
	padding: 1.9% 2.3%;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.4444;
	display: flex;
	align-items: center;
	justify-content: center;
}

.co1_list li p{
	width:100%;
}

.co1_list li img{
	margin-right: 3%;
}

.co1_div2{
	position:relative;
}

.co1_div2:before{
	position:absolute;
	content:"";
	max-width:169px;
	width:30%;
	height:59px;
	background:url(./img/bot_tri_bla.svg)no-repeat top center;
	background-size:contain;
	left:0;
	right:0;
	margin:auto;
	top:-13px;
}

.co1_div2 .inner{
	padding:84px 0 47px;
	position:relative;
}

.co1_div2 .inner .img{
	position:absolute;
}

.co1_div2 .inner .img1{
	max-width:250px;
	width: 19%;
	left: -3.37%;
	top: -5%;
}

.co1_div2 .inner .img2{
	max-width:206px;
	width: 16%;
	right: -5%;
	bottom: -9.7%;
}

.co1_div2 .text1{
	text-align:center;
	line-height: 1.68;
}


.dot{
	position:relative;
}

.dot:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top: -6px;
	background:#E32020;
	width:11px;
	height:11px;
	border-radius:50%;
	margin:auto;
}

.co1_div3{
	background:url(./img/bg1.jpg)no-repeat;
	background-size:cover;
	padding:140px 0 130px;
	color:#fff;
}

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

.co1_list2 li{
	width: 31%;
	max-width:339px;
}

.co1_list2 li .text_area1 .title{
	margin: 13% 0 11%;
	text-align:center;
}

.bnr_area{
	position:relative;
	padding:90px 0 130px;
}

.bnr_area:before{
	position:absolute;
	content:"";
	background:url(./img/bg_bnr.png)no-repeat bottom center;
	background-size:cover;
	height:563px;
	width:100%;
	bottom:0;
	left:0;
	z-index:-1;
}

.bnr_div{margin-top: 94px;}

.bnr_div .title_area{
	background:#D70103;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1.274% 2.697%;
}

.bnr_div .title_area .img{
	position:absolute;
	left:0;
	bottom: -8%;
	max-width: 338px;
	width: 26%;
}

.bnr_div .text_area{
	border:10px solid #D70103;
	border-radius:0 0 21px 21px;
	border-top: 0;
	padding: 2.547% 3.371% 2.772%;
	background: #fff;
}

.bnr_div .text_area .text{
	margin-bottom: 3.347%;
	font-size: clamp(2.2rem, 3vw, 4.4rem);
}

.bnr_div .text_area .flex{
	
}

.bnr_list{
	max-width:340px;
	width: 28%;
	margin-top: -14px;
}

.bnr_list li{
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	border:4px solid #CB5C16;
	border-radius:7px;
	font-size: 2.9rem;
	line-height: 1.3103;
	font-weight: 900;
	font-size: clamp(1.6rem,2.6vw,2.9rem);
	background:#EA6612;
	color:#fff;
	min-height: 105px;
	margin-top: 14px;
}

.link_area{
	max-width:854px;
	width: 70%;
}

.link_area .top_link{
	display:flex;
	position: relative;
	padding-bottom: 4.802%;
}

.link_area .top_link .tel_div{
	max-width: 552px;
	width: 65%;
}

.link_area .top_link .tel_div .text1{
	font-size: 3.2rem;
	line-height: 1.4375;
	font-weight: 900;
	font-size: clamp(1.8rem, 3vw, 3.2rem);
}

.link_area .top_link .tel_div .tel_btn{
	font-size: 6.5rem;
	line-height: 1.44615;
	font-weight: 900;
	font-size: clamp(2.4rem, 4.7vw, 6.5rem);
}

.link_area .top_link .img1{
	position: absolute;
	bottom: -13.268%;
	right: -2.225%;
	width: 34%;
}

.bottom_link{
	margin-top:-7px;
}

.bottom_link .btn1{
	margin-top:7px;
}

.btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	border-radius:14px;
	height:75px;
	font-size: 3.2rem;
	line-height: 1.4375;
	font-weight: 900;
	font-size: clamp(1.8rem, 3.5vw, 3.2rem);
	z-index:1;
}

.btn1.bggre:after{
	position:absolute;
	background: linear-gradient(180deg, transparent 0%,transparent 50%, #1B901B63 50%,#1B901B63 100%);
	content:"";
	width:100%;
	height:100%;
	border-radius:14px;
	z-index:-1;
}

.btn1.bgora:after{
	position:absolute;
	background: linear-gradient(180deg, transparent 0%,transparent 50%, #CB5C1663 50%,#CB5C1663 100%);
	content:"";
	width:100%;
	height:100%;
	border-radius:14px;
	z-index:-1;
}

.btn1 .icon{
	max-width:50px;
	position:absolute;
	width:30%;
	left:10%;
	top:0;
	bottom:0;
	margin:auto;
}

.btn1:before{
	position:absolute;
	content:"";
	width:90%;
	height: 31px;
	background:url(./img/btn1_light.png)no-repeat;
	background-size:contain;
	top:0;
	margin:auto;
	left:0;
	right:0;
}

.btn1 .arrow{
	position:absolute;
	width:40px;
	height:40px;
	top:0;
	bottom:0;
	right:5%;
	margin:auto;
}


.content02{
	padding: 140px 0 170px;
}

.bgami{
	background:url(./img/ami.png);
}

.content02 .title{
	text-align:center;
}

.content02 .title .dot:before{
	width:18px;
	height:18px;
	top:-8px;
}

.content02 .text{
	text-align:center;
	margin: 38px 0 107px;
}

.co1_list2 .text_area2{
	margin-top:19px;
}

.co2_div1{
	display:flex;
	align-items: flex-end;
	justify-content:space-between;
	margin-bottom: 12px;
}

.co2_div1 .cate{
	border:1px solid #333333;
	background:#fff;
	border-radius:5px;
	color:#333333;
	padding: 3px 4% 4px;
	margin-bottom: 2%;
	margin-right: 2%;
	font-size: clamp(1.5rem, 1.5vw, 2rem);
}

.co2_div1 .price{
	font-size: 2.5rem;
	line-height: 1.44;
	font-weight: 900;
	font-size: clamp(1.5rem, 2.4vw, 2.5rem);
	/* margin-top: 8px; */
}

.co2_div1 .price .red{
	font-size: 5.1rem;
	line-height: 1.45;
	font-weight: 900;
	font-size: clamp(2.4rem, 4.6vw, 5.1rem);
	margin-right:4px;
}

.content03{
	background: #EAEAEA;
}

.content03 .inner{
	padding: 160px 0 130px;
	position:relative;
}

.content03 .title_area{
	background:#D70103;
	text-align:center;
	position:absolute;
	top: -62px;
	left: 0;
	width: 100%;
	padding: 1% 1% 1.724%;
	z-index: 1;
}

.content03 .title_area:before{
	position:absolute;
	top: 79%;
	left:0;
	right:0;
	margin:auto;
	width:74px;
	height:69px;
	background:url(./img/bot_tri_red.svg)no-repeat;
	background-size:contain;
	content:"";
	z-index: -1;
}


.content03 .title_area .text{
	margin-top:10px;
	font-size: clamp(1.5rem,1.8vw,2.3rem);
	font-weight: 900;
	line-height: 1.478;
}

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

.co3_list li{
	background:#fff;
	max-width: 418px;
	width: 32%;
	box-shadow: 0 0 15px #00000029;
	padding: 1.648% 1.648% 1.499%;
	text-align: center;
	margin-bottom: 48px;
}

.co3_list li .text1{
	margin-top: 3.48%;
	font-weight: 700;
}

.co3_div{
	background:#fff;
	border: 6px solid #FFC7C7;
	border-radius: 23px;
	padding: 1.1988%;
	padding-left: 4.795%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.co3_div .img{
	max-width:102px;
	width: 14%;
}

.co3_div .text_area{
	max-width:1043px;
	width: 84%;
}


.co3_div .text_area .text1.red{
	font-weight:900;
	margin-bottom:8px;
}

.content04{
}

.title1_area{
	padding: 50px 0;
	text-align: center;
}

.co4_div2{
	padding:70px 0 80px;
}

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

.co4_list li{
	width: 22.473%;
	border:1px solid #CCCCCC;
	box-shadow:0 15px 0 #00000029;
	border-radius:18px;
	position: relative;
	margin-top: 66px;
	padding: 91px 1.499% 37px;
	background: #fff;
}

.co4_list li:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-left: 20px solid #e32020;
	border-right: 0;
	left:105%;
	top:0;
	bottom:0;
	margin:auto;
}

.co4_list li:last-child:before{
	display:none;
}

.co4_list li .flow{
	position:absolute;
	max-width:120px;
	width: 45%;
	left:0;
	right:0;
	margin:auto;
	top: -66px;
}

.co4_list li .img{
	text-align:center;
	margin: 0 auto 10.858%;
	width: 70%;
}

.co4_list li .title1{
	text-align: center;
	margin-bottom: 12px;
	font-size: clamp(2rem, 2.6vw, 2.5rem);
}

.co4_list li .text1{
	
}

.content05{
	padding: 130px 0 160px;
}

.content05 .title{
	text-align:center;
}

.content05 .title .sub{
	display:block;
	max-width:477px;
	width:50%;
	margin:0 auto 12px;
	min-width: 200px;
}

.content05 .title .red{
	margin-right: 17px;
	font-size: clamp(3.6rem, 5vw, 7rem);
}

.co5_list{
	margin-top:-10px;
}

.co5_list li{
	display:flex;
	justify-content:space-between;
	margin-top: 9%;
}

.co5_list li:nth-child(2n){
	flex-direction:row-reverse;
}


.co5_list li .img{
	max-width: 409px;
	width: 31%;
}


.co5_list li .text_area{
	max-width: 816px;
	width: 67%;
}

.co5_list li .text_area .title_area{
	display:flex;
	align-items:center;
}

.co5_list li .text_area .title_area .img1{
	max-width:201px;
	width: 25%;
	flex-shrink: 0;
	margin-right: 2%;
}

.co5_list li .text_area .title_area .title1{
	font-weight:900;
	font-size: clamp(2.2rem, 3.5vw, 3.5rem);
}

.co5_list li .text_area .text1{
	font-size: clamp(1.5rem,2vw,2.8rem);
	margin-top: 5.4%;
	line-height: 1.7142;
}

.content06{
}

.co6_div1 .inner{
	position:relative;
	padding: 4% 0 3.4%;
}

.co6_div1 .inner .img{
	position:absolute;
	left:0;
	top: -10%;
	max-width:381px;
	width: 29%;
}

.co6_div1 .inner .title{
	text-align:center;
	max-width:1076px;
	margin-left:auto;
	width: 81%;
}

.co6_div2{
	padding:90px 0 110px;
}

.co6_list li{
	margin-top:40px;
	border:1px solid #707070;
	background:#fff;
	padding: 1.798%;
}

.co6_list li .title1{
	padding: 0.935% 1%;
	text-align: center;
	font-weight: 900;
	margin-bottom: 1.79%;
}

.co6_list li .text1{
	font-size: 2.5rem;
    line-height: 1.8;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.content07{
}

.co7_div1{
	padding:30px 0 130px;
}

.co7_list li{
	margin-top:55px;
	display:flex;
	border:10px solid #EBEBEB;
	background:url(./img/ami.png);
	padding: 2.5% 3.5% 2.2% 5.25%;
	justify-content: space-between;
}

.co7_list li .img_area{
	max-width:227px;
	width: 26%;
	text-align: center;
}

.co7_list li .text_area{
	max-width:855px;
	width: 72%;
}

.co7_list li .img_area .name{
	margin-top: 10%;
	font-size: 2.5rem;
    line-height: 1.8;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
	font-weight:900;
}

.co7_list li .text_area .text1{
	margin-top: 2.925%;
	line-height: 2.25;
}


.content08{
}

.co8_div1{
	padding:40px 0 130px;
	background:#F7F7F7;
}

.qanda_list{
}

.qanda_list li{
	border:3px solid #333333;
	border-radius:10px;
	margin-top:40px;
	background:#fff;
}

.qanda_list li dt,
.qanda_list li dd{
	display:flex;
	align-items: flex-start;
	font-weight: 700;
	position: relative;
}

.qanda_list li dt{
	padding: 15px 2.258%;
	background:#333333;
	color:#fff;
	align-items: center;
}

.qanda_list li dd{
	padding: 25px 2.258% 17px;
}

.qanda_list li .que,
.qanda_list li .ans{
	display:flex;
	align-items:center;
	margin-right:22px;
	width:61px;
	height:61px;
	flex-shrink:0;
	justify-content:center;
	border-radius:50%;
	font-size:3.4rem;
	font-weight:900;
	padding-bottom: 4px;
}

.qanda_list li dt .que{
	background:#F8DC2D;
	color:#191A1A;
}

.qanda_list li .ans{
	background:#D70103;
	color:#fff
}

.qanda_list li dd p{
	line-height:2.25;
	font-weight:500;
}

.content09{
}

.co9_div1{
	padding:60px 0;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	margin: 0px auto 0;
	padding: 40px 0 0;
}

footer .logo {
	width: 181px;
	margin: 0 auto 30px;
}

footer .inner {
	padding: 0 0 40px;
	text-align: center;
}

.addp{
	font-size:1.6rem;
	line-height:1.8;
	margin-bottom:15px;
}

.addp span{
	font-weight:700;
	font-size:2rem;
	line-height:1.45;
}

.ft_btn{
	text-decoration:underline;
	font-size:1.6rem;
	line-height:1.8;
}

.copyright {
	background: #191A1A;
	color: #fff;
	text-align: center;
	padding: 14px 0;
	font-size: 1.6rem;
	font-weight: 700;
}


/* 全ページ共通クラス
----------------------------------------------------------- */


/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}


.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	cursor: pointer;
	outline: 0;
	color: #fff!important;
	font-size: 2.4rem;
	border: none;
	font-weight: 700;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	background: none;
	margin: 0 auto!important;
	height: 100%;
	height: 112px;
}

.green .clearForm,
.green .clearForm2,
.green .toHome {
	color: #2CB573 !important;
	
}


.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

.tb_inp.mabo{
	margin-bottom:16px;
}

textarea {
	padding: 10px;
	height: 170px;
	width: 100%;
	background: #F8F8F8;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"]{
	height: 60px;
	padding: 5px 15px;
	width: 100%;
	background: #F7F7F7;
}

::placeholder{
	color:#CCCCCC;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
option {
	border: 1px solid #A2A2A2;
}


select{
	width:100%;
	max-width:204px;
	height:42px;
}

input[type="date"]{
	width:100%;
	max-width:204px;
	height:42px;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}


.contact_tb th, .contact_tb td {
	padding: 2.2% 0px;
	font-size: 1.6rem;
	position: relative;
	font-weight: 700;
}


.contact_tb tr:last-child th,
.contact_tb tr:last-child td {
	border-bottom:none;
}


.contact_tb {
	width: 100%;
	margin: auto;
}


.contact_tb th {
	width: 25%;
	text-align: left;
	padding-right: 1%;
	font-size: clamp(1.8rem,2vw,2.4rem);
}

.contact_tb th.vert{
	vertical-align:top;	
}

.contact_tb td {width: 75%;}

.contact_tb td .text{
	font-size:1.4rem;
}

sup{
	color:#EB612A;
}

.contact01_div3{
	margin-top:80px;
}


.pri_div{
	padding: 32px 3%;
	height: 285px;
	overflow-y:scroll;
	margin: 24px auto 79px;
	background: #fff;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 1.4rem;
}

.pri_div.pri_div2{
	padding: 24px 4%;
	height: 285px;
	overflow-y:scroll;
	margin: 24px auto 56px;
	background: #F1F4E0;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border: 2px solid #F1F4E0;
	width: 100%;
	border-radius: 10px;
}

.pri_div::-webkit-scrollbar{
	display: none;
}


.pri_div h3{
	font-size: 1.8rem;
	line-height: 1.46;
	margin-bottom: 24px;
}

.pri_div.pri_div2 h3{
	font-size: clamp(1.8rem,2vw,2.4rem);
	line-height: 1.8;
	margin-bottom: 24px;
	color: #534541!important;
}

.pri_div dt{
	font-size: 1.4rem;
	line-height: 2.057;
}

.pri_div dd{
    font-size: 1.4rem;
    line-height: 2.057;
	margin-bottom:24px;
}

.pri_div dd p.matop{
	margin-top:24px;
}

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin: 40px auto 48px;
}

.privacy_area label{
	display:flex;
	align-items: center;
	font-size: clamp(1.4rem,2.3vw,1.8rem);
}

.privacy_area a{
	text-decoration:underline;
}

.privacy_area input{
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 0;
	accent-color: #ccc;
	margin-right: 16px;
}

.btn5{
	position:relative;
	margin: 0 auto;
	background: #fb6200;
	max-width: 370px;
	display: flex;
	border-radius: 13px;
	font-size: 2.4rem;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn5:before {
    position: absolute;
    content: "";
    width: 63px;
    height: 63px;
    background: url(./img/common/arrow2_ora.svg) no-repeat;
    background-size: contain;
    right: 3.4%;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .4s;
}

.btn5:hover{
	opacity:0.7;
}

.wpcf7-spinner{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:-60px;
}

.contact_tb th em {
	color: #E8565B;
}




/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1921px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.link_area .top_link .img1{
		width: 32%;
	}
	
.link_area .top_link .tel_div .tel_btn {
    font-size: clamp(2.4rem, 4.3vw, 6.5rem);
}

.bnr_list li{
	min-height:initial;
	height: 9vw;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	
	
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	
			


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1000px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

img {
	width: auto;
	max-width: 100%;
	height: auto;
}



/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
}



#cover {
	padding: 2.42% 0 2.9%;
	padding: 46px 0 2.9%;
}

.hLogo{
	left: 1%;
}
	
.hd_link_btn1{
height: 80px;
}

.hd_link_btn1 img {
    margin-right: 4px;
	width:30px;
}

.hd_link_btn1.bggre img {
	width:40px;
}

.link_area .top_link .tel_div .tel_btn img{
	width:20%;
}

.btn1{
	height: 62px;
}

.content02 .title .dot:before {
    width: 12px;
    height: 12px;
    top: -6px;
}

.co4_list li{
	margin-top: 5%;
	padding: 50px 1.499% 20px;
}


.co4_list li .flow{
	top: -13%;
}

.co4_list li:before{
	left: 103%;
}

.qanda_list li .que, .qanda_list li .ans {
    margin-right: 16px;
    width: 51px;
    height: 51px;
    font-size: 3rem;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}


a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}

/* ヘッダー
----------------------------------------------------------- */


.telBtn {
	width: 35%;
	line-height: 1;
	margin: 3px 11% 0 0;
	font-size: 4rem;
}

.headerUl{
	display: flex;
	width: 30%;
	justify-content: flex-end;
}

.menuBtn {
	/* width: 35%; */
	display: flex;
	align-items: center;
	justify-content: center;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 36px;
  height: 24px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #191A1A;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span,
.headerScroll .menu-trigger span{
	background:#111;
}
	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
}

.gnav.active{
	display: block;
}

.gnav__menu{
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px;
    margin-bottom: 10px;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
	top: 0px;
    overflow: scroll;
}

nav .gnav__menu__item{
    margin: 10px auto 0;
    width: 95%;
    border-bottom: 1px solid #ccc;
}

.gnav__menu__item a{
    color: #111;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    padding: 0 0 10px 0;
    display: block;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.hd_link span{
	display:none;
}

.hd_link{
	width: 66.666666%;
}

.hd_link_btn1 {
	height: 70px;
	justify-content: center;
	padding: 0;
}

.tel_div .text1{
	display:none;
}

.tel_btn span{
	display:none;
}
	
.tel_div{
	width:33.3333334%;
}

.pc_nav{
	max-width: 200px;
}

.tel_btn{
	width:100%;
	justify-content: center;
}

.hLogo{max-width: 126px;position: initial;padding: 5px 0;margin-left: 2.5%;width: 100%;}

header {
	justify-content:space-between;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: #fff;
}

.hLogo a{
	width:100%;
}

#cover{
	margin-top:70px;
}


.co1_list li{
	width:100%;
	max-width: initial;
	font-size: 1.6rem;
}

.co1_div1 .title span {
    padding: 3px 10px;
    margin: 10px auto;
    /* display:block; */
    max-width:max-content;
    margin: 0 4px;
    font-size: clamp(2.2rem, 4vw, 4.4rem);
    padding: 3px 4px;
}

.inner {
    width: 89.334%;
}

.dot:before{
	width:8px;
	height:8px;
	top:-4px;
}

.co1_div2 .inner {
    padding: 50px 0 40px;
}

.co1_div3{
	padding:80px 0 60px;
}

.co1_list2{
	flex-direction:column;
	margin-top: -10%;
}

.co1_list2 li{
	width:100%;
	max-width: initial;
	margin-top: 10%;
}

.co1_list2 li .img{
	width:60%;
	margin:0 auto;
	max-width:300px;
}

.co1_list2 li .text_area1 .title {
    margin:10px 0;
    font-size: clamp(2.4rem, 2.6vw, 3rem);
}

.bnr_area {
    padding: 80px 0 60px;
}

.bnr_div {
    margin-top: 40px;
}

.ft63{
	font-size: clamp(2.1rem, 4.3vw, 6.3rem);
}

.bnr_div .title_area .img{
	left:-2%;
	bottom: 71%;
	width: 42%;
	max-width: 180px;
}

.link_area .top_link .tel_div .text1{
	display:flex;
}

    .link_area .top_link .tel_div .tel_btn {
        font-size: clamp(2.3rem, 5vw, 6.5rem);
    }

.bnr_div .text_area .flex{
	flex-direction:column;
}

.bnr_list{
	justify-content:space-between;
	display:flex;
	max-width: initial;
	width: 100%;
	margin: 0;
}

    .bnr_list li {
        min-height: initial;
        height: inherit;
        width: 32.5%;
        margin: 0;
        padding: 5px 0;
        font-size: clamp(1.2rem, 2.6vw, 2.9rem);
        border: 2px solid #CB5C16;
    }

.link_area {
    max-width: initial;
    width: 100%;
    margin-top: 30px;
}

    .link_area .top_link .img1 {
        width: 20%;
        max-width: 130px;
        right: 5%;
        bottom: -21%;
        min-width: 76px;
    }

.bnr_div .title_area{
	padding:15px 0;
	text-align:center;
}

.bnr_div .text_area {
    border: 3px solid #D70103;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    padding: 20px 10px;
}

.bnr_div .title_area .title1 {
		width: 100%;
	}

.bnr_div .text_area .text{
	text-align:center;
	font-size: clamp(2.4rem, 3vw, 4.4rem);
}

.btn1 .icon {
    max-width: 35px;
}

.btn1 .arrow{
	width:30px;
	height:30px;
}

.co1_list2 .text_area2{
	max-width:400px;
	margin:19px auto 0;
	width:100%;
}

.co2_div1 .cate{
	font-size: clamp(1.5rem, 2vw, 2rem);
}

.co2_div1 .price{
	font-size: clamp(1.5rem, 5vw, 2.5rem);
}

.co2_div1 .price .red{
	font-size: clamp(2.4rem, 9vw, 5.1rem);
}

.content02 .text {
    text-align: center;
    margin: 20px 0 40px;
}

.content02 {
    padding: 80px 0 120px;
}

    .content02 .title .dot:before {
        width: 8px;
        height: 8px;
        top: -4px;
    }

.content03 .title_area{
	padding:10px 1%;
}

.content03 .title_area:before{
	width: 40px;
}

.content03 .inner {
    padding: 80px 0 60px;
}

.title1_area {
    padding: 30px 0;
}

.co4_list{
	flex-wrap:wrap;
}

.co4_list li{
	width:47%;
	max-width:initial;
	margin-top: 16%;
}

    .co4_list li .flow {
        top: -19%;
        max-width: 90px;
    }

.content05 {
    padding: 80px 0 60px;
}

.co5_list li {
    margin-top: 50px;
}

.co5_list li{
	flex-direction:column!important;
}

.co5_list li .text_area{
	max-width:initial;
	width:100%;
}

.co5_list li .img {
    width: 100%;
	margin:30px auto 0;
}

.co5_list li .text_area .title_area{
	flex-direction:column;
	align-items: flex-start;
}

.co5_list li .text_area .title_area .img1{
	width:100%;
	max-width:130px;
	margin-bottom:8px;
}

.co5_list li .text_area .title_area .title1{
	font-size: clamp(2.5rem, 3.5vw, 3.5rem);
}

.co6_div2{
	padding:40px 0 60px;
}

.co6_div1 .inner .img{
	left: -6%;
	width: 27%;
}

.co7_list li {
    margin-top: 40px;
    border: 3px solid #EBEBEB;
    padding: 20px;
	flex-direction:column;
}

.co7_list li .img_area{
	width: 100%;
	margin:0 auto 20px;
}


.co7_list li .img_area .img{
	max-width:150px;
	margin:0 auto;
	width:100%;
}

.co7_list li .text_area{
	max-width:initial;
	width: 100%;
}


.qanda_list li .que, .qanda_list li .ans {
    margin-right: 8px;
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
}

.co8_div1 {
    padding: 30px 0 60px;
}

.btn5{
	height: 60px;
}

.clearForm, .clearForm2, .toHome{
	font-size:2rem;
}


th, td {
	width: 100% !important;
	display: block;
}
	
.content05 .title .red {
    margin-right: 6px;
}

.co6_list li{
	padding: 10px;
}

.co3_div .text_area .text1.red{
	font-size:1.8rem;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}




/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav {
	margin: 0 auto;
	background: #329026;
}



.mv_list{
	flex-wrap:wrap;
}

.mv_list li{
	width:100%;
	margin:0 auto 20px;
	max-width:450px;
}

.content02 .title{
	line-height:1.8
}

.co2_div1{
	margin-top:8px;
}

.co3_list{
	flex-direction:column;
}

.co3_list li{
	width:100%;
	margin:0 auto 30px;
}

.co3_div{
	border: 3px solid #FFC7C7;
	padding: 20px;
	flex-direction:column;
}

.co3_div .img{
	max-width:60px;
	width: 100%;
	margin:0 auto 30px;
}

.co3_div .text_area{
	max-width:initial;
	width: 100%;
}

.co4_list li{
	width:100%;
	margin-top: 150px;
	padding: 50px 20px 20px;
}

.co4_list li:before{
	border-right: 24px solid transparent;
	border-left: 24px solid transparent;
	border-top: 20px solid #e32020;
	border-bottom: 0;
	left:0;
	right:0;
	margin:auto;
	top: auto;
	bottom: -26%;
}

.co4_list li .img{
	margin:0 auto 10px;
}

.co4_list{
	margin-top:-100px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */