@charset "UTF-8";

/* visual-block
----------------------------------*/
.visual-block{ 
	width: 1050px;
	height: auto;
	margin: 5em auto;
}

.visual-block img{ 
	width: 90%;
	height: auto;
	margin: 5em auto 3em;
	display: block;
}
@media screen and (max-width: 896px){
.visual-block{ 
	width: 95%;
	margin: 2em auto;
	}
}

.pages-ttl{
	font-size: 5.5rem;
	letter-spacing: 0.2em;
}

.pages-lead{
	margin: 0 auto;
}
@media screen and (max-width: 896px){
	.pages-lead{
	width: 95%;
	margin: 0 auto;
}
.pages-ttl{
	font-size: 4rem;
	line-height: 1.5;
	}
}


/*=======================================================
service
=======================================================*/

/* service
----------------------------------*/
.sub-sec{
	max-width: 95%;
	margin: 0 auto 3em;
	padding: 3em 2em;
	box-sizing: border-box;
	border-bottom: 1px solid #b3b3b3;
}
.sub-sec:last-of-type{
	border: none;
}

@media screen and ( max-width: 896px){
	.sub-sec{
	width: 98%;
	max-width: 98%;
	margin: 0 auto 2em;
	padding: 2em 1em;
	}
}

.jobs-ttl{
	font-size: 3.5rem;
}
.jobs-ttl-sub{
	font-size: 1.6rem;
	margin-bottom: 1.5em;
}
.jobs-cp{
	line-height: 2;
	margin-bottom: 0.8em; 
}

.jobs-txt {
	line-height: 2;
	margin-bottom: 1em;
}

.jobs-list{
	margin-bottom: 1.5em;
}

.jobs-list li{
	margin-left: 1.5em;
	line-height: 2;
	position: relative;
}

.jobs-list li::after{
	content: '\f058';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.4rem;
	color: #eadda7;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
}

a.jobs-link{
	display: block;
	width: 400px;
	line-height: 3.5;
	margin: 0 0 0.8em;
	background: #ccbb75;
	padding: 0 5em 0 2em;
	box-sizing: border-box;
	border-radius: 30px;
	color: #111;
	transition: esea 0.3s;
}
@media screen and (max-width: 896px){
a.jobs-link{
	width: 100%;
	}
}

a:hover.jobs-link{
	color: #fff;
}



/*.jobs-img pc
--------------------------------------*/
.jobs-img{
	position: relative;
}
@media screen and (max-width: 896px){
.jobs-img{
		display: none;
	}
}
.jobs-img img{
	width: 80%;
	display: block;
	position: absolute;
	bottom: 0;
}
/*.jobs-img sp
--------------------------------------*/

.jobs-sp-img{
	display: none;
}
@media screen and (max-width: 896px){
	.jobs-sp-img{
	display: block;
	}
.jobs-sp-img img{
	width: 100%;
	}
}


/* FAQ
----------------------------------*/
.faq-cat-ttl{ 
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 0.5em;
}

.faq-cat-ttl-jp{
	font-size: 1.2rem;
	font-weight: 600;
	margin-left: 0.5em;
}

.faq-block{
	width: 100%;
	margin-bottom: 3em;
}

.faq-block li{
	margin: 0 0 2em;
	background: #fff;
}

.question{
	position: relative;
	cursor: pointer;
	transition: all .5s ease;
	padding: 3% 3% 3% 50px;
}

.question::before{
	position: absolute;
	content: 'Q';
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight: 500;
	color: #ccbb75;
	font-size: 3rem;
}
.question::before{
	left: 20px;
}

.fbox{
	display: none;
	margin-left:40px;
	padding: 0 20px 30px;
	box-sizing: border-box;
}

/* flow
----------------------------------*/
.flow-block{
	margin: 3em 0;
	counter-reset: number 0; 
}

.flow-box{
	width: 100%;
	padding: 2em;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 2em;
	align-items: center;
	counter-increment: number;
}
@media screen and (max-width: 896px){
	.flow-box{
	width: 100%;
	display: block;
	}
}

.flow-item{ 
	font-size: 1.6rem;
	vertical-align: middle;
	margin-left: 4.5em;
}
@media screen and (max-width: 896px){
	.flow-item{ 
	margin-bottom: 0.5em;
	}
}

.flow-txt{ 
	line-height: 2;
	margin-left: 5.2em;
	display: block;
}
@media screen and (max-width: 896px){
	.flow-txt{
		margin: 1.5em 0 0;
	}
}

.flow-item::before{
	content:  counter(number,decimal-leading-zero);
	color: #ccbb75;
	font-size: 2.5em;
	font-weight: 600;
	font-family: 'Urbanist', sans-serif;
	padding-right: 0.5em;
	position: absolute;
	top: 50%;
	left:30px;
	transform: translateY(-50%);
}
@media screen and (max-width: 896px){
	.flow-block .flow-item::before{
	position: absolute;
	top: 45px;
	}
}


/* 個別ページ
----------------------------------*/
.item-ttl{
	padding: 2em 0 0 0;
	font-weight: 600;
	font-size: 2.3rem;
	position: relative;
	margin-bottom: 2em;
}

.item-ttl::after{
	content: '';
	display: inline-block;
	background: #111;
	width: 30%;
	height: 3px;
	border-radius: 10px;
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: auto;
}

.item-ex{ 
	width: 90%;
	padding: 0 2.5em;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto 3em;
}
@media screen and (max-width: 767px){
	.item-ex{
	width: 100%;
	text-align: left;
	}
}

.sub-box{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 1.5em;
}

.sub-ttl-eng{
	font-size: 3rem;
	margin-right: 0.3em;
	margin-bottom: 0.5em;
}

.sub-ttl-jp{
	font-size: 1.2rem;
	line-height: 3.5;
}

.sub-ex{
	margin-bottom: 2em;
}

.inner-block{ 
	width: 100%;
	margin-bottom: 3em;
}
.inner-box{
	box-sizing: border-box;
	background: #eadda7;
	padding: 2em 1em;
	border-radius: 20px; 
}
@media screen and (max-width: 896px){
	.inner-box{
	padding: 2em;
	}
}

.inner-list{
	line-height: 1.5;
	box-sizing: border-box;
	position:relative;
	margin-left: 1.5em;
	margin: 0 0 1.5em 1.5em;
}

.inner-list::before{
	content: '';
	width: 12px;
	height: 12px;
	background: #bc8f14;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
}

.point-ttl{
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 0.5em;
}

.point-ttl span{ 
	display: inline-block;
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
	background: #fff;
}


/* 料金
----------------------------------*/
.price-list{
	margin-bottom: 3em;
}
.price-item{ 
	width: 15%;
	line-height: 3;
	font-weight: 600;
}
@media screen and (max-width:896px){
.price-item{ 
	width: 100%;
	}
}
.price-item-full{ 
	line-height: 3;
	font-weight: 600;
}

.price-txt{
	font-size: 3.5rem;
}
.price-ex{
	line-height: 3;
}

/*=======================================================
work
=======================================================*/

.work-block{
	width: 100%;
	box-sizing: border-box;
	padding: 2em;
	margin-bottom: 2em;
}
.work-block:last-of-type{
	width: 100%;
	box-sizing: border-box;
	padding: 2em;
	margin-bottom: 0;
}

.work-img{
	margin: 2em 0;
}

.work-img img{
	width: 100%;
}

.work-cover{ 
	width: 23%;
}

.work-cover img{
	width:100%;
}

.work-date{ 
	width: 76%;
	margin-left: 1.5em;
}
@media screen and (max-width: 767px){
	.work-cover{ 
	width: 80%;
		margin: 0 auto;
	}
	.work-date{
	width: 100%;
	margin: 1em 0 0;
	}
}

.work-ttl{
	font-size: 1.6rem;
	font-weight: 600;
}

.work-list {
	margin: 1.5em 0;
}

.work-list li{
	margin: 0;
line-height: 2;
}

.worl-list-ttl::after{
	content: '/';
	padding: 0 0.1em;
}

.work-price::before{
	content: '¥';
}

.work-list-link{
	color: #111;
	text-decoration: underline;
}

.work-list-link a{
	color: #111;
}

.work-list-link-ex{
	font-size:1.2rem;
	display: block;
	text-decoration: none!important;
}

.work-ex{
	padding: 1.5em 0 0;
}

.work-ex::before{
	content: "担当業務";
	font-weight: 600;
	padding-right: 0.5em;	
}


/*=======================================================
inner-block
=======================================================*/
.inner-block{
	margin: 10em auto!important;
}
@media screen and (max-width: 896px){
	.inner-block{
	margin: 5em auto!important;
	}
}

.inner-ttl{
	margin-bottom: 1em;
}
/*=======================================================
about
=======================================================*/

.about-profile{
	width: 100%;
}

.aboutus{ 
	width: 100%;
	margin: 0 0 3em;
}

.about-img{ 
	width: 260px;
	margin: 3em auto;
}
@media screen and (max-width: 896px){
.about-img{ 
	width: 70%;
	margin: 2em auto;
	}	
}
.about-img img {
	width: 100%;
	border-radius: 50%;
}

.aboutus li{
	padding: 0.7em 2%;
	border-bottom: 1px rgba(200, 200, 200, 0.5) dashed;
	display: flex;
}

.aboutus .about-dt{
	width: 15%;
	font-weight: 600;
}
@media screen and (max-width: 896px){
	.aboutus .about-dt{
	width: 30%;
	}
}

.about-dd{
	width: 85%;
	line-height: 2;
}
@media screen and (max-width: 896px){
	.about-dd{
	width: 70%;
	}
}



/*=======================================================
search / 404
=======================================================*/

.notice{
	font-size: 1.8rem;
	margin: 5em 0 0;
	font-weight: 600;
}

.error-txt {
	width: 100%;
	text-align: center;
	margin: 1.5em 0 0;
}

a.error-link{
	text-decoration: underline;
	color: #111;
}

/*=======================================================
contact
=======================================================*/

.privacy-link{
	color: #111;
	text-decoration: underline;
}

.privacy-link:hover{
	color: #808080;
}

.mw_wp_form_input table,
.mw_wp_form_confirm table{
	width: 100%;
	margin:5em auto 0;
}

.mw_wp_form_input .mw-check,
.mw_wp_form_confirm .mw-check{ 
	font-size: 1.2rem;
	color: #bc8f14;
	margin-left: 0.1em;
}

.mw_wp_form_input .selectbox{ 
	overflow: hidden;
	min-width: 260px;
	display: inline-block;
}

 .contact-sup{
	display: block;
	font-size: 1.2rem;
}

#select option{
	color: #666;
}

 .selectbox select{ 
	width: 100%;
	padding: 1.2em;
	box-sizing: border-box;
	background-color: #fff;
	color: #666;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: tranaparent;
	background-image: none;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}


.selectbox select::ms-expand{
	display: none;
}

#contact .cp1{
	position: relative;
	border-radius: 2px;
	background-color: none;
	display: inline-block;
}

.mw_wp_form_input .cp1{
	border:none;
}

/*確認画面の設定*/
.mw_wp_form_confirm .cp1{
	border: 0;
	text-align: left;
}

 #contact .cp1::before{
	position: absolute;
	top: 50%;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	transform: translateY(-50%);
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

/*確認画面で矢印を非表示にします*/
.mw_wp_form_confirm .cp1::before{
	display: none;
}


#contact table tr th{ 
	width: 100%;
	display: inline-block;
	color: #111;
	text-align: left;
	vertical-align: middle;
	font-weight: 600;
	margin-bottom: 0.5em;
}

#contact table tr td{ 
	width: 100%;
	display: block;
	vertical-align: middle;
	margin-bottom: 2em;
}

#contact table td input{
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 1em;
	border: 0;
}

#contact table td input:focus,
#contact table td textarea:focus{
	outline: none;
}

#contact table td textarea{
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	background: #fff;
	padding: 1em;
	border: none;
}

#contact .submit-btn{
	display: flex;
	justify-content: center;
	padding-top: 1em;
}

/*入力画面 確認ボタン*/
.mw_wp_form_input .mw-send{ 
	display: block;
	width: 300px;
	margin: 0 auto 1em;
	padding: 1.5em;
	background: #ccbb75;
	border: none;
	color: #fff;
	border-radius: 2px;
	letter-spacing: 0.1em;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/*確認画面　送信ボタン*/
.mw_wp_form_confirm .mw-send{
	flex-grow: 1;
	padding: 1.5em;
	background: #ccbb75;
	border: none;
	color: #fff;
	border-radius: 2px;
	letter-spacing: 0.1em;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/*確認画面　戻るボタン*/
.mw_wp_form_confirm .mw-back{
flex-grow: 1; 
	margin-left: 2em;
	padding: 1.5em;
	background: #e0d4a0;
	border: none;
	color: #fff;
	border-radius: 2px;
	letter-spacing: 0.1em;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

#contact .submit-btn input:hover{
	opacity: 0.7;
}


/*=======================================================
privacy
=======================================================*/

.privacy-heading{
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.5;
}
.privacy-txt-box{
	margin-bottom: 3em;
	line-height: 2.5!important;
}

.view-line{
	xmargin-bottom: 2em;
}


/*=======================================================
single
=======================================================*/

.error-txt{
	width: 100%;
	text-align: center;
	color: #111;
}

a.error-link{
	color: #111;
	text-decoration: underline;
}

