@charset "utf-8";
/*==================
	header
=============================================*/
header{
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-between;
	background: #fff;
}
.hlogo{
	height: 100%;
	width: clamp(250px,28vw,360px);
	padding: 10px 0;
	margin-left: 2vw;
}
.hlogo a{
	display: block;
	height: 100%;
}
.hlogo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left;
}
.m1{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.m1-l-top,.m1-nav ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 15px;
}
.m1-l-top{
	margin-bottom: 5px;
}
.m1-l-top p{
	font-size: 1rem;
	font-weight: 600;
}
.m1-l-top p span{
	font-size: .9rem;
	display: block;
}
.m1-l-top p.m1-tel{
	position: relative;
	font-size: 2rem;
	padding-left: 3rem;
}
.m1-l-top p.m1-tel::before{
	position: absolute;
	content: '\f095';
	font-family: "Font Awesome 6 Free";
	font-size: 1.3rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 2.3rem;
	height: 2.3rem;
	background: #ffa500;
	border-radius: 50%;
	left: .5rem;
	top:50%;	
	transform: translateY(-50%);
}


.m1-nav ul li a{
	padding-left: 20px;
	color: #ffa500;
	font-weight: 600;
}
.m1-nav ul li a:hover{
	color:#FF5F00
}
.m1-right{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.top-cta,.top-line{
	height: 50%;
	background: #ffa500;
	display: flex;
	padding: 0 20px;
	transition: .4s;
	width: 234px;
}
.top-line{
	background: #06C755;
}
.top-cta a,.top-line a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-left: 2rem;
}
.top-cta a::before,.top-line a::before{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-family: "Font Awesome 6 Free";
}
.top-cta a::before{
	content: '\f0e0';
}
.top-line a::before{
	content: url("../img/lineicon.svg");
	width: 1.5rem;
	height: 1.5rem;
}
.top-cta:hover{
	background: #FF5F00;
	transition: .4s;
}
.top-line:hover{
	background:#0A9C46
}
@media(max-width:1249px){	
	header{
		height:80px;
		position: fixed;
		z-index: 999;
		box-shadow: 0 0 2px #ff5f00;
	}	
	.m1{
		display: none;
	}
	
}
@media(max-width:767px){
	header{
		height:60px;
	}
	
}
/*==================
MobileNav
=============================================*/
.tab-nav{
	display: flex;
	justify-content: flex-end;
	align-items: center;	
	height: 100%;
}

@media(min-width:1250px){
	.tab-nav{
		display: none;
	}
}

.tb_tel{
	height: 100%;
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	font-weight: 600;
}
.tb_tel span{
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}
@media(max-width:620px){
	.tb_tel{
		display: none;
	}
}

.openbtn{
	position:relative;
    z-index: 99;/*ボタンを最前面に*/
	top:0;
	right: 10px;
	cursor: pointer;
    width: 60px;
    height:60px;
	background: #ffa500;
	margin-left: 25px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 25%;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 50%;
  }

.openbtn span:nth-of-type(1) {
	top:20px;	
}

.openbtn span:nth-of-type(2) {
	top:29px;
}

.openbtn span:nth-of-type(3) {
	top:38px;
}

.openbtn.active span:nth-of-type(1) {
    top: 23px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 35px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}

@media(max-width:767px){
	.openbtn{
		width: 45px;
		height:45px;
	}
/*×に変化*/	
	.openbtn span{
		height: 2px;
	}
.openbtn span:nth-of-type(1) {
	top:14px;	
}

.openbtn span:nth-of-type(2) {
	top:22px;
}

.openbtn span:nth-of-type(3) {
	top:29px;
}

.openbtn.active span:nth-of-type(1) {
    top: 17px;
}

.openbtn.active span:nth-of-type(3){
    top: 29px;
}
	
}



#g-nav{
    position:fixed;
    z-index: 88;
	top:-200%;
    left:0;
	width:100%;
	background:#fff7ed;
	transition: all 0.6s;
	padding: 20px 0 30px;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}
/*ナビゲーション*/
#g-nav ul {
    z-index: 88;
	width: 90%;
	max-width: 500px;
	margin: 80px auto 20px;
	display: flex;
	flex-wrap: wrap
}

/*リストのレイアウト設定*/
#g-nav li{
	width: 100%;
	text-align: center;
	background: #fff;
	border: 1px dashed #eee;
}
#g-nav li:not(:first-child){
	width: 50%;
	text-align: left;
	padding-left: .5rem;
}
#g-nav li:nth-child(6){
	width: 100%;
	text-align: center;
}
#g-nav li i{
	color: #ffa500;
	padding-right: 1vw;
}
#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.spnav_cta{
	text-align: center;
}
.spnav_cta div{
	margin-bottom: 15px;
}
.spnav_cta a{
	display: block;
	width: 80%;
	max-width: 350px;
	margin: 0 auto;
	padding: .5rem 0;
	background:#ffa500; 
	border-radius: 50px;
	color: #fff;
	font-weight: 600;
	border: 2px solid #ffa500; 
}
.spnav_cta div:nth-child(2n+1) a{
	background: #03c755; 
	border: 2px solid #03c755;
}
.spnav_cta a:hover{
	background: #fff;
	color: #ffa500;
}
.spnav_cta div:nth-child(2n+1) a:hover{
	background: #fff;	
	color: #03c755;
}

/*SP footbtn*/
@media(min-width:621px){
	#spcta{
		display: none;
	}	
}
  #spcta {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
	  background: #fff;
	border-top: 2px solid #ffa500;
  }
  #spcta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #spcta ul li {
    width: 50%;
	background: #ffa500;  	  
    border-right: 1px solid #fff;
  }
  #spcta ul li:last-child {
    border-right: none;
	background: #03C755; 
  }
  #spcta ul li a {
    display: block !important;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    line-height: 2;
  }
  #spcta ul li:last-child a{
    color: #fff; 
  }
  #spcta ul li a.sp_tel::before {
    font-family: "Font Awesome 6 Free";
    content: "\f095";
    font-weight: 900;
  }
  #spcta ul li a.sp_line::before {
    font-family: "Font Awesome 6 Brands";
    content: "\f3c0";
    font-weight: 900;
  }
  #spcta ul li a span {
    font-size: 1rem;
	margin-left: 5px;  
  }






/*==================
Footer
=============================================*/
.foot-top{
	background: url("../img/ftop_bg.jpg")center/cover;
}

footer{
	padding: 40px 0 30px;
	background: #fff;
}


.flogo{
	margin-bottom: 15px;
}
.f_nav{
	display: flex;
	justify-content: flex-end;
}

.f_nav ul{
	padding: 0 15px;
}
.f_nav ul li{
	position: relative;
	padding-left: 2rem;
}
.f_nav ul li::before {
	position: absolute;
	content: '';
	width: 1.2rem;
	height: 2px;
	left: 0;
	top: 50%;
	background:#ffa500;
	transition: .4s;
}

.f_nav ul li:hover::before{
	width: 2rem;	
	transition: .4s;
	left: -.5rem;
}

.copy{
	text-align: end;
	padding: 5px 2vw;
	font-size: 14px;
	color: #aaa;
}
@media(max-width:768px){
	footer .flexbox {
		flex-wrap: nowrap;
	}	
	.flogo	{
		width: 80%;
		max-width: 450px;
		margin: 0 auto 15px;
	}
	.f_info{
		text-align: center;
		margin-bottom: 20px;
	}
	.f_nav {
		justify-content: flex-start;
	}
}
@media(max-width:621px){
	.copy{
		padding-bottom: 70px;
		text-align: center;
	}	
}
@media(max-width:479px){
	.f_nav {
		display: none;
	}	
}
/*==================
Pagetop
=============================================*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	width: 100px;
	height: 100px;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:30px;
	z-index: 2;
	opacity: 0;
	transform: translateY(150px);
	transition:all 0.4s;
}

#page-top:hover{
	bottom:35px;
	transition:all 0.4s;	
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(150px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(150px);
  }
}

@media(max-width:620px){
	#page-top a{
		width: 60px;
		height: 60px;
	}
	#page-top {
		bottom:75px;
	}	
}


/*==================
TOP Slide
=============================================*/
.fv-wrap {
	width: 100%;
	aspect-ratio: 4 / 3;
	max-height: calc(100vh - 100px);
	position: relative;
	z-index: 0; /* スタッキングコンテキスト作成 */
}

.fv-mask{
	position: absolute;
	width: 35vw;
	height: 100%;
	background: url("../img/top-mask.png") no-repeat right top/cover;
	top: 0;
	left: 0;
	z-index: 3; 
	
}

.topslider {
  position:relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 4 / 3;
	max-height: calc(100vh - 100px);
	margin-left: auto;
}

.slider-item {
    width: 100%;
	aspect-ratio: 4 / 3;
	max-height: calc(100vh - 100px);
}

.slider-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}

@media(max-width:767px){
	.fv-wrap {
		margin-top: 60px;
	}
}



/*==================
index
=============================================*/
.plan-box{
	background: #ffebd3;
	padding: 2rem clamp(1rem, 2.5vw, 2.5rem);
	margin-bottom: 15px;
}
.plan-box li{
	padding: 8px 0;
	padding-left: 2rem;
	font-weight: 600;
	position: relative;
	font-size: clamp(15px, 2vw, 18px);
}
.plan-box li::before{
	position: absolute;
	content: url(../img/cheak01.svg);
	top: 10px;
	left: 0;
	width: clamp(20px, 2vw, 25px);
	height:clamp(20px, 2vw, 25px);
}

/*特徴*/
.flex_bet{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.strength .sub_ttl{
	text-align: center;
	margin-bottom: 90px;
}

.strength .item{
	position: relative;
	width: calc((100% - 12px) / 3);
}

.strength h3{
	text-align: center;
	background-color:#ffa500;
	font-size: 1.3rem;
	font-weight: 600;
	color: #fff;
	font-style: normal;
	line-height: 1.5;
	padding: 14px 0;
	border-bottom: none;
}

.strength h3 .en{
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-family:"Rozha One", serif;
	font-style: normal;
}

.strength .item .icon{
	position: absolute;
	top: 0;
	left: 10px;
	transform: translateY(-50%);
}

.strength .item .icon img{
	width:70px;
	object-fit: contain;
}

.strength .item .txt_box{
	padding: 0 20px 20px;
	padding-top: 20px;
	border-top: none;
	background-color: #fff;
	color: #202020;
	line-height: 1.7;
	letter-spacing: 0.03em;
	height: 315px;
}
@media (max-width: 1062px){
.strength .item .txt_box{
	height: 355px;
}	
}
@media (max-width: 960px){
	.flex_bet{
		flex-direction: column;
	}
	.strength .item{
		width: 80%;
		margin: 0 auto;
	}
	.strength .item .txt_box{
		height: auto;
		padding-bottom: 20px;
	}
	.strength .item+.item{
		margin-top: 40px;
	}
	.strength .item .icon img{
		width: 60px;
	}
}

@media (max-width: 650px){
	.strength .sub_ttl{
		margin-bottom: 40px;
	}
	.strength .item .icon img{
		width: 40px;
	}
	.strength .item{
		width: 100%;
	}
}

/*subcta*/
.subcta{
	padding-bottom: 0;
}
.subcta h3{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: clamp(1.4rem, 1.255rem + 0.73vw, 1.8rem);
	margin-bottom: 15px;
}

.subcta_btn{
	max-width: 900px;
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
.subcta_btn.center{
	margin: 20px auto;
}
.subcta_tel,.subcta_line{
	background: #fff;
	width: 48%;
	max-width: 430px;
	border-radius: 15px;
}
.subcta_tel a,.subcta_line a{
	display: block;
}
.subcta_item-top{
	display: flex;
	align-items: center;
	padding: 1rem 2rem 0;
}
.subcta_item-top .icon{
	width: 80px;
	font-size: 50px;
}

.subcta_tel .subcta_item-top .icon{
	color: #ff5a00;
}
.subcta_line .subcta_item-top .icon{
	color: #22b573;
}
.subcta_tel .subcta_item-top span{
	background: #ffa500;
	color: #fff;
	padding: 5px;
	font-size: 98%;
	display: inline-block;
	line-height: 1.2
}
.subcta_tel .body{
	padding: .5rem 2rem;
	background: #ff5a00;
	border-radius: 0 0 15px 15px;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
}
.subcta_line .body{
	padding: .5rem 2rem;
	background:#22b573;
	border-radius: 0 0 15px 15px;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
}

.bgorg::before{
	position: absolute;
	content: '';
	width: clamp(100px,17vw,350px);
	aspect-ratio: 4 / 3;
	bottom:3vh;
	right:4vw;
	background: url(../img/character01.png)no-repeat center/contain;
}

@media(max-width:1040px){
	.bgorg::before{
		width: clamp(120px,15vw,180px);	
		right:2vw;	
	}
}
@media(max-width:1023px){
	.bgorg::before{
		bottom:auto;
		top: -20vw;
	}
}
@media(max-width:768px){
	.subcta_btn{
		flex-direction: column;
	}
	.subcta_tel,.subcta_line{
		width: 100%;
		margin-bottom: 15px;
	}
	.bgorg::before{
		bottom:auto;
		top:-25px;
	}	
}
/*voice*/
.voice{
	background: #ffe4c0;
	padding-bottom: 200px;
}
.voice::after{
	position: absolute;
	content: '';
	width: 100%;
	height:140px;
	background: url("../img/voice_foot.png");
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: contain;
	bottom: 0;
	left: 0;
}

.voice_slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.voice_slider .slick-slide {
    margin:0 10px;
}

.voice_slider .slick-list {
	padding-bottom: 10px;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#ffa500;/*ドットボタンの現在地表示の色*/
}

.voice_list {
	position: relative;
	padding: 0.5em;
	border-width: 1px;
	border-style: solid;
	border-color: #ffa500;
	background: #fff;
	box-shadow: 2px 2px 3px #888;
	margin-bottom: 10px;
}
.voice_list::before,
.voice_list::after {
	position: absolute;
	width: 20px;
	height: 20px;
	content: '';
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #ffa500;
}
.voice_list::before{
	top: 3px;
	left: 3px;
}
.voice_list::after{
	right: 3px;
	bottom: 3px;
	-webkit-transform: scale(-1,-1);
	        transform: scale(-1,-1);
}

.voice_list .voice_name {
	display: flex;
	border-bottom: 1px solid #ffa500;
}
.voice_list .voice_name h2 {
	margin: 0.3em 0.3em 0.3em 0.8em;
	color: #ffa500;
	font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
}
.voice_list:nth-child(even),
.voice_list:nth-child(even)::before,
.voice_list:nth-child(even)::after,
.voice_list:nth-child(even) .voice_name {
	border-color: #22b573;
}
.voice_list:nth-child(even) .voice_name h2 {
	color:#22b573;
}
.voice_list .voice_info {
	padding: 1em 0.5em  0.5em  0.5em;
	font-size: 16px;
}

/*blog*/
.blog-wrap{
	max-width: 960px;
	max-height: 280px;
	margin: 0 auto;	
	position: relative;
}
.blog-wrap::before{
	position: absolute;
	content: '';
	background: url("../img/kame02.png")no-repeat center/contain;
	width: 90px;
	height: 126px;
	bottom: 0;
	right: -3vw;
	z-index: 3;
}

#newsWrap {
	position: relative;
	max-width: 960px;
	max-height: 280px;
	margin: 0 auto;	
	padding: 0.5em;
	border: 1px solid #ffa500;
	background: #fff;
	padding: 1rem 2rem;
	overflow-y: auto;
}
#newsWrap::before,
#newsWrap::after {
	position: absolute;
	width: 20px;
	height: 20px;
	content: '';
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #ffa500;
}
#newsWrap::before{
	top: 3px;
	left: 3px;
}
#newsWrap::after{
	right: 3px;
	bottom: 3px;
	-webkit-transform: scale(-1,-1);
	        transform: scale(-1,-1);
}


#newsList a{
	color: #666;	
}
#newsList a:hover{
	color: #ffa500;
}
#newsList li{
	padding: 1rem 0 .4rem;
	border-bottom: 1px dashed #ffa500;
}

#newsList a .up_ymd,
#newsList a .title{
	padding: 0 8px;
}


#newsWrap::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  height: 5px;
}
#newsWrap::-webkit-scrollbar-thumb {
  background-color:#ffa500 ;
}

@media(max-width:1023px){
.blog-wrap::before{
	position: absolute;
	content: '';
	background: url("../img/kame02.png")no-repeat center/contain;
	width: 90px;
	height: 126px;
	/*bottom: auto;*/
	bottom: 100%;
	right: 0;
	z-index: 3;
}	
}
@media(max-width:600px){
	#newsWrap {
		padding: 1rem 1rem;
	}	
}
.spbr{
	display: none;
}
@media(max-width:545px){
	.spbr{
		display: block;
	}
}
/*==================
下層共通
=============================================*/
.subfv{
	background-image: repeating-linear-gradient(45deg, #ffcb6d, #ffcb6d 15px, #ffeed3 15px, #ffeed3 30px);
	padding: 60px 0;
	color: #FF7E00;
}
.subfv h2{
	font-size: clamp(25px, 4vw,2.3rem);
	text-shadow: 0 0 3px #fff;
	text-align: center;
}

@media(max-width:1249px){
	.subfv{
		margin-top: 80px;
		padding: 50px 0;
	}	
}
@media(max-width:767px){
	.subfv{
		margin-top: 60px;
		padding: 40px 0;
	}	
}
/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 11px;
	letter-spacing: 0.05em;
	padding: 5px 0;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li::after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:first-child::after,
.breadcrumb li:last-child::after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #ff5a00;
	font-weight: 500;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}


/*==================
 ブログ詳細
=============================================*/
#up_ymd{
	text-align: end;
		color: #ff5a00;
	}

#detail{
	padding: 2rem 2vw;
}

.detailUpfile{
	width: 90%;
	max-width: 650px;
	margin: 20px auto;
}
.detailUpfile img{
	width: 100%;
	object-fit: contain;
}
.backORcloseBtn {
	text-align: center;
}
.backORcloseBtn .btn01{
	width: 280px;
}
/*==================
service.php
=============================================*/
/*====引越しプラン=============================*/

.plan-list{
	display: grid;
	grid-template-columns:repeat(4, 1fr);
	gap: 15px;
	margin-bottom: 30px;
}

.plan-list li {	
	aspect-ratio: 7 / 5;	
	overflow: hidden;
}
.plan-list li img{
	width: 100%;
	object-fit: contain;
	transition: .4s;
}
.plan-list li:hover img{
	transform: scale(1.1);
	transition: .4s;
}

@media(max-width:768px){
.plan-list{
	grid-template-columns:repeat(3, 1fr);
}	
}

@media(max-width:500px){
.plan-list{
	grid-template-columns:repeat(2, 1fr);
	margin-bottom: 20px;
}	
}


.p40{
	padding: 40px 0;
}


.planBox {
	margin-bottom: 55px;
	padding: 41px;
	background-color: #fff8ea;
	border-radius: 19px;
}
.planBox .headLine03 {
	margin: -73px 0 46px -40px;
}
.planBox .imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.planBox .imgBox .photoBox {
	width: 35.4%;
	margin-right: 42px;
}
.planBox .imgBox .photoBox img {
	width: 100%;
}
.planBox .imgBox .textBox {
	flex: 1;
}
.planBox .imgBox p {
	margin-bottom: 32px;
	line-height: 1.44;
	letter-spacing: 0.1em;
}
.planBox .imgBox .text {
	font-size: clamp(1.125rem, 0.812rem + 1.32vw, 1.8rem);
	color: #FFA500;
	font-weight: bold;
	line-height: 1.17;
	letter-spacing: 0;
	margin: 0 -10px 13px 0;
}
.planBox .list {
	display: flex;
	flex-wrap: wrap;
}
.planBox .list li {
	margin: 0 10px 10px 0;
}
.planBox .list span {
	min-height: 42px;
	box-sizing: border-box;
	border: 2px solid #ffa500;
	background-color: white;
	font-size: clamp(1.063rem, 0.952rem + 0.46vw, 1.3rem);
	font-weight: bold;
	padding: 4px 17px 2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color:#333333;
}
.planBox .list .li01 span {
	border-width: 4px;
	padding-left: 31px;
	padding-right: 31px;
}
.planBox .flow{
	margin: 15px 0;
}

.headLine03{
	margin-bottom: 42px;
}
.headLine03 .subSpan {
	min-width: 492px;
	background-color:#ffa500;
	border: 1px solid #E09100;
	padding: 5px 45px;
	box-sizing: border-box;
	min-height: 71px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: white;
	border-radius: 23px;
	position: relative;
}
.headLine03 .subSpan::before {
  width: 20px;
  height: 14px;	
  content: "";
  position: absolute;
  bottom: 0;
  left: 80%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #E09100 transparent transparent;
  translate: -50% 100%;
}

.headLine03 .subSpan::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80%;
  border-style: solid;
  border-width: 17px 17px 0 0;
  border-color:#ffa500 transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
}
@media (max-width: 768px) {
	.planBox .imgBox {
		flex-direction: column;
		align-items: center;
	}
	.planBox .headLine03 {
		margin: -73px auto 46px;
		text-align: center;
	}
	.planBox .imgBox .photoBox {
		width: 80%;
		max-width: 450px;
		margin-right: 0;
		margin-bottom: 15px;
	}	
.headLine03 .subSpan {
	min-width: 100%;
	padding: 5px 30px;
	min-height: 60px;
	font-size: clamp(1.25rem, 0.515rem + 3.09vw, 2rem);
}
}

@media (max-width: 500px) {
	.planBox {
		padding: 41px .8rem;
	}
}
.service_wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.service_item {
	width: 291px;
	position: relative;
	margin: 40px auto 30px;
	padding: 0px 0px 15px 0px;
	border: 1px solid #ffa500;
}
.service_item::before {
	position: absolute;
	top: .7em;
	left: 0em;
	content: attr(data-label);
	padding: 0em 2em 0em .5em;
	font-size: 90%;
	font-weight: bold;
	line-height: 2;
	color: #fff;
	height: 31px;
	background-color: #FB4545;
	border-top: dashed 1px #FFF;
	border-bottom: dashed 1px #FFF;
	box-shadow: 0px 0px 0px 3px #FB4545;
}
.service_item p{
	text-align: center;
	padding: 0 10px;
	font-weight: 600;
	color: #ff5a00;
	vertical-align: middle;
}



.service tr{
	border: 1px solid #dbdbdb;
}
.service th{
	width: 305px;
	background: #ffa500;
	color: #fff;
	padding: .8rem 1.5rem;
	font-weight: 500;
	letter-spacing: .2rem;
}
.service td{
	padding: .8rem 1.5rem;
	
}
@media (max-width: 699px) {
.service th{
	display: block;
	width: 100%;
	padding-bottom: .3rem
}
.service td{
	display: block;
	width: 100%;
	padding-top: .3rem;	
}	
}


/*====長距離引越し=============================*/
.longplan p{
	font-size: 16px;
}
.longplan .txtbox{
	padding: 1rem 1.5rem;
}




/*====保険について=============================*/

.hoken .comn4 img{
	padding: 2rem;
	object-fit: contain;
	max-width: 450px;
	width: 100%;
}




/*==================
	about.php
=============================================*/
/*==== 会社概要 ============================*/
.g-title{
	color: #ff5a00;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size:clamp(1.4rem, 1.215rem + 0.78vw, 1.8rem);
}
.greet .comn4 {
	text-align: center;
}

.greet .comn4 img{
	max-width: 300px;
	margin: auto;
}


.syakun{
	padding: 0 2vw;
}
.syakun li{
	padding-top:10px;
	font-weight: 600;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";	
}

.about{
	background: #fff1e1;
	padding-bottom: 30px;
}
.w_box{
	background: #fff;
	border-radius: 20px;
	padding:2.5rem 2rem;
}
.about_info th{
	letter-spacing: .2rem;
	padding: .8rem 1rem;
	width: 28%;
	border-bottom: 1px solid #aaa;
}
.about_info td{
	padding: .8rem 1rem;
	border-bottom: 1px solid #aaa;
}
.about_info dt{
	margin-bottom: 5px;
}
.about_info dd{
	font-size: 16px;
	padding-left:1rem;
}

@media(max-width:600px){
	.about_info th{
		display: block;
		width: 100%;
		text-align: left;
		padding-bottom: 0;
		border-bottom:none;
	}
	.about_info td{
		display: block;
		width: 100%;
		padding-top: .3rem;
	}
}
@media(max-width:550px){
	.w_box{
		padding:2.5rem 1rem;
	}	
}
#map{
	padding: 30px 0 50px;
}
.map{
	width: 100%;
	height: 45vh;
	border-radius: 20px;
}
.map iframe{
	border-radius: 20px;	
}
/*==== Q&A ============================*/
.qa-1 {
    margin-bottom: 7px;
    border: 1px solid #ff7e00;
    border-radius: 5px;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #ffa500;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}
.qa-1[open] summary{
	border-bottom: 1px solid #eee;
}
.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .5em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #FB2F24;
    line-height: 1.2;
    content: "A";
}


/*==== contact ============================*/
.contact{
	background: #fff1e1;	
}

.mailform{
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	vertical-align: middle;
	font-weight: 500;
}
.mailform .row span.hissu{
	color: #fff;
	background: #ff5a00;
}
.mailform .row span.ninni{
	background: #fff;
	border: 1px solid #aaa;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .box.mini{
	width: 120px !important;
}
.mailform .postal_btn{
	padding: 2px 10px;
	border-radius: 2px;
	margin-left: 5px;
	border: 1px solid #ccc;
}
.mailform .postal_btn:hover{
	opacity: 0.7;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: 500;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #ff5a00;
	border: 1px solid #ff5a00;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #ff5a00;
}
.mailform button::before{
	font-family: "Font Awesome 6 Free";
	content: "\f1d8";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	#mailform{
		padding: 20px;
	}
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #ff5a00;
    border-bottom: 3px solid #ff5a00;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #ff5a00;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #ff5a00;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*プライバシーポリシー*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	
}
.privacy li .privacy_wrap .privacy_subject{
	text-align: center;
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-decoration: underline;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
}
.privacy li .privacy_wrap .privacy_subject:hover{
	text-decoration: none;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}

/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
	background-color:#F7F7F7;
	margin-top: 5px;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy_flame p span{
	display: block;
	color: #ff5a00;
	font-size: 0.9rem;
	font-weight: 700;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #1c1c1c;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #fff;
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}