@charset "utf-8";
/* CSS Document */

.loading{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("https://furoshiki-ya.co.jp/system_panel/uploads/images/mainbg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: -1;
	display: none;
}
.loading.on{
	z-index: 999999999;
	display: block;
}
.loading > div{
	width: 80%;
	max-width: 1000px;
}


.main-img{
	position: relative;
	width: 100%;
	margin-bottom: 100px;
}
.main-img .main-txt{
	width: 80%;
	margin: 0 auto 50px;
	text-align: center;
}
.main-img .main-txt h1{
	display: inline-block;
	font-size: 30px;
	letter-spacing: 6px;
}
/*
.main-img .main-txt h1::after{
	content: "!!";
	display: inline-block;
	transform: rotate(-90deg) translateX(-5px);
	letter-spacing: 0;
}
*/
.main-img .img-box{
	width: 80%;
	margin: 0 auto;
}
.main-img .logo{
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 20%;
	max-width: 240px;
}

.main-wrap{
	padding: 0 50px;
}

.section{
	max-width: 1380px;
	margin: 0 auto;
	flex-wrap: nowrap;
}
.section:not(:last-of-type){
	margin-bottom: 150px;
}

.section > .img-box{
	width: calc(50% - 70px);
}
.section > .txt-box{
	width: calc(50% - 70px);
	box-sizing: border-box;
	padding: 30px 50px;
}
.section > .title-box{
	width: 140px;
}
.section > .title-box h2{
	font-size: 40px;
	letter-spacing: 4px;
	display: inline;
	text-decoration: underline #ffffff 10px;
}
.section > .title-box h2::after{
}
.section01 > .img-box,.section03 > .img-box{
	order: 1;
}
.section01 > .txt-box,.section03 > .txt-box{
	order: 2;
}
.section01 > .title-box,.section03 > .title-box{
	order: 3;
}
.section02 > .img-box{
	order: 3;
}
.section02 > .txt-box{
	order: 2;
}
.section02 > .title-box{
	order: 1;
}

.section04{}
.section04 > .img-box{
	width: 100%;
	margin-left: auto;
	margin-right: 0;
}
.section04 > .img-box img{
	width: 30%;
}
.section04 > .title-box{
	position: relative;
	padding-top: 50px;
}
.section04 > .title-box::after{
	content: "";
	position: absolute;
	width: 60px;
	height: 37px;
	top: 0;
	right: 0;
	background-image: url("https://furoshiki-ya.co.jp/system_panel/uploads/images/section4-1.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.section04 .box-wrap .box{
	padding: 30px 0;
	gap: 10px 30px;
}
.section04 .box-wrap .box .date{
	width: 100px;
}
.section04 .box-wrap .box .box-title,.section04 .box-wrap .box .box-txt{
	width: calc(100% - 130px);
}
.section04 .box-wrap .box a{
	display: inline-block;
	transition: ease 0.3s;
	border-bottom: 1px solid #4B5369;
}
.section04 .box-wrap .box a:hover{
	opacity: 0.5;
}
.section04 .box-wrap .box a h3,.section04 .box-wrap .box a p{
	color: #4B5369;
}



.section05,.section04 {
	flex-wrap: wrap;
}
.section05 > .txt-box,.section04 > .contents{
	width: calc(100% - 140px);
	max-width: 1000px;
	box-sizing: border-box;
	padding: 0 50px;
}
.section05 .img-box1 img{
	width: 30%;
	max-width: 270px;
}
.section05 .title-box{
	position: relative;
	padding-top: 50px;
}
.section05 .title-box::after{
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	background-image: url("https://furoshiki-ya.co.jp/system_panel/uploads/images/section5-2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.section05 .txt-box .img-box{
	overflow: hidden;
	border-radius: 40px;
}
.section05 .txt-box .box-wrap .box{
	gap: 30px;
	margin-bottom: 20px;
}
.section05 .txt-box .box-wrap .box .icon{
	width: 40px;
}
.section05 .txt-box .box-wrap .box .date{
	width: 100px;
}
.section05 .txt-box .box-wrap .box .box-title{
	width: calc(100% - 140px - 60px);
}
.section05 .more-wrap{
	margin-top: 30px;

}
.section05 .more-wrap.on{
	display: none;
}
.section05 .more{
	margin-top: 30px;
}
.section05 .more .bt{
	cursor: pointer;
}
.section05 .more .bt .close-txt{
	display: none;
}
.section05 .more .bt.on .close-txt{
	display: block;
}
.section05 .more .bt.on p:not(.close-txt){
	display: none;
}

.section06 .contact-box{
	width: 80%;
	max-width: 1000px;
	margin: 50px auto;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 50px;
}
.section06 .contact-box a{
}
.section06 .contact-box a img{
	width: 30px;
}

.section06 .box-wrap .box:not(:last-of-type){
	margin-bottom: 30px;
}
.section06 .box-wrap .box .title{
	margin-bottom: 10px;
}
.section06 .box-wrap .box .title p{
	line-height: 1;
	padding: 4px 6px;
	border-radius: 3px;
	background-color: #78909C;
	color: #ffffff;
	margin-right: 10px;
	font-size: 12px;
}
.section06 .box-wrap .box.required-box .title p{
	background-color: #d9534f;
}
.section06 .box-wrap .box .input-box input,.section06 .box-wrap .box .input-box textarea{
	width: 100%;
	padding: 4px;
	border-radius: 3px;
	background-color: rgba(243,240,236,0.5);
	border: none;
}
.section06 .box-wrap .box .input-box textarea{
	height: 300px
}
.send-bt{
	display: inline-block;
	text-align: center;
	width: 320px;
	padding: 20px 0;
	position: relative;
	border-radius: 500px;
}
.send-bt{
	border: 2px solid #4B5369;
}
.send-bt{
	transition: ease 0.3s;
}
.send-bt:hover{
	opacity: 0.5;
}
.send-bt p,.send-bt i{
	color: #4B5369;
	font-size: 18px;
}
.send-bt:hover .icon{
	transform: translateX(3px);
}

.send-bt button{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
}
.send-bt p{
	z-index: 1;
}
.privacy-bt{
	cursor: pointer;
	transition: ease 0.3s;
}
.privacy-bt:hover{
	opacity: 0.5;
}
.privacypolicy{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: 100px 100px;
	background-color: rgba(75,83,105,0.90);
	color: #ffffff;
	z-index: 999;
	overflow: auto;
}
.privacypolicy .box-wrap{
}
.privacypolicy .box-wrap .box:not(:last-of-type){
	margin-bottom: 80px;
}
.privacypolicy .close-bt{
	position: fixed;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-color:#4B5369;
	transition: ease 0.3s;
	cursor: pointer;
}
.privacypolicy .close-bt:hover{opacity: 0.6}
.privacypolicy .close-bt::before,.privacypolicy .close-bt::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 3px;
	background-color: #ffffff;
}
.privacypolicy .close-bt::before{
	transform: translate(-50%,-50%) rotate(45deg);
}
.privacypolicy .close-bt::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}
.privacypolicy .box-wrap .box h2{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #ffffff;
}
.privacypolicy .box-wrap .box a{
	color: #ffffff;
}

.main-img .main-txt .lead__text260513 {
    display: inline-block;
    font-size: 30px;
    letter-spacing: 6px;
}

.main-img .main-txt .lead__text260513 em{
	letter-spacing: 0;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.section > .title-box h2{
		font-size: 36px;
	}
	.section > .txt-box{
		padding: 30px 30px;
	}
}
/* ---------- 1000px ~ ---------- */
@media screen and (max-width: 1000px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.main-img{
		padding-bottom: 50px;
	}
	.main-img .main-txt{
		width: 70%;
	}
	.main-img .main-txt h1{
		display: inline-block;
		font-size: 24px;
		letter-spacing: 4px;
	}
	.main-img .main-txt .lead__text260513{
		font-size: 24px;
	}

	.main-img .img-box{
		width: 90%;
		margin: 0 auto;
	}
	.main-img .logo{
		top: 20%;
	}
	
	.section:not(:last-of-type){
		margin-bottom: 100px;
	}
	.section > .title-box{
		width: 100px;
	}
	.section > .title-box h2{
		font-size: 30px;
	}
	.section > .img-box{
		width: calc(50% - 50px);
	}
	.section > .txt-box{
		width: calc(50% - 50px);
		box-sizing: border-box;
		padding: 30px 30px;
	}
	
	.section04 > .title-box{
	}
	.contents .media-box .box-wrap .box.date{
		width: 80px;
	}
	.contents .media-box .box-wrap .box .box-title{
		width: calc(100% - 110px - 60px);
	}

	.section05 > .txt-box,.section04 > .contents{
		width: calc(100% - 100px);
		padding: 0 50px;
	}
	.section05 .txt-box .box-wrap .box .icon{
		width: 30px;
	}
	.section05 .txt-box .box-wrap .box .date{
		width: 80px;
	}
	.section05 .txt-box .box-wrap .box .box-title{
		width: calc(100% - 110px - 60px);
	}
	.privacypolicy{
		padding: 100px 50px;
	}
	.privacypolicy .box-wrap{
		padding-left: 30px;
		padding-top: 50px;
	}
	.privacypolicy .box-wrap .box h2{
		font-size: 18px;
	}
	.privacypolicy p{
		font-size: 14px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
.loading{
	background-size: auto 100%;
	background-attachment: inherit;
}
	.main-img{
		padding-bottom: 100px;
	}
	.main-img .main-txt h1{
		display: inline-block;
		font-size: 20px;
		letter-spacing: 4px;
	}

	.main-img .main-txt .lead__text260513{
		font-size: 20px;
	}
	
	.main-wrap{
		 padding: 0 30px;
	}
	
	.section{
		flex-wrap: wrap;
	}
	.section:not(:last-of-type){
		margin-bottom: 50px;
	}
	.section > .title-box{
		width: 80px;
	}
	.section > .title-box h2{
		font-size: 22px;
		text-decoration: underline #ffffff 5px;
	}
	.section > .img-box{
		width: calc(100% - 80px);
	}
	.section > .txt-box{
		width: 100%;
		box-sizing: border-box;
		padding: 30px 0px;
	}
	

	.section01 > .title-box, .section03 > .title-box{
		order: 2;
	}
	.section01 > .txt-box, .section03 > .txt-box{
		order: 3;
	}
	.section02 > .img-box{
		order: 2;
	}
	
	.section04 > .title-box{
	}
	.section04 .box-wrap .box .date{
		width: 100%;
	}
	.section04 .box-wrap .box .box-title,.section04 .box-wrap .box .box-txt{
		width: 100%;
	}
	.section04 > .img-box img{
		width: 80%;
	}
	
	.section05 .img-box1,.section04 > .img-box{
		width: calc(100% - 80px)!important;
	}
	.section05 .img-box1 img{
		width: 80%;
	}
	.section05 > .txt-box,.section04 > .contents{
		width: 100%;
		padding: 30px 0px 0;
	}
	.section05 .title-box::after,.section04 .title-box::after{
		width: 40px;
		height: 40px;
		top: 0;
		right: 0;
	}
	.section04 .box-wrap .box, .section05 .txt-box .box-wrap .box{
		gap: 15px;
	}
	.section05 .txt-box .img-box{
		border-radius: 20px;
	}
	.section05 .txt-box .box-wrap .box .icon{
		width: 20px;
	}
	.section05 .txt-box .box-wrap .box .date{
		width: 80px;
	}
	.section05 .txt-box .box-wrap .box .box-title{
		width: calc(100% - 110px - 30px);
	}
	.section06 .contact-box{
		width: 100%;
	}
	.section06 .contact-box a{
	}
	.section06 .contact-box a img{
		width: 20px;
	}
	.section06 .contact-box{
		padding: 15px;
	}
	.section06 .box-wrap .box:not(:last-of-type){
		margin-bottom: 15px;
	}
	.section06 .contact-box .box-wrap .box h3{
		font-size: 14px;
	}
	.section06 .box-wrap .box .input-box input, .section06 .box-wrap .box .input-box textarea{
		font-size: 14px;
	}
	.section06 .box-wrap .box .input-box textarea{
		height: 180px;
	}
	.privacypolicy{
		padding: 15px;
	}
	.send-bt{
		width: 100%;
	}
	.privacypolicy{
		padding: 80px 30px;
	}
	.privacypolicy .box-wrap .box h2{
		font-size: 16px;
	}
	.privacypolicy p{
		font-size: 12px;
	}
	.privacypolicy .box-wrap{
		padding-left: 0px;
		padding-top: 50px;
	}
}
.section05 .txt-box .box-wrap a{
	padding: 0;
	min-height: inherit;
	color: inherit;
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

