/*=======================================================
all page : title
=======================================================*/


/*	Animation Title
-------------------------------*/
.downAnime{ 
	display: inline-block;
	width: 100%;
	height: 200px;
	padding: 1em 0;
	margin: 15em auto 8em;
	text-align: center;
	opacity: 0;
}
@media screen and (max-width: 767px){
	.downAnime{ 
	display: inline-block;
	width: 100%;
	height: 110px;
	padding: 1em 0;
	margin: 8em 0 6em;
	}
}

.contents-ttl{ 
	font-size: 6.5rem;
	font-weight: 600;
	font-family: 'Urbanist', sans-serif;
	letter-spacing: 0.3em;
	color: #111;	
}
@media screen and (max-width: 639px) {
	.contents-ttl{ 
	font-size: 4.6rem;
	letter-spacing: 0.3em;
	}
}

.contents-ttl-in {
	overflow: hidden;
	display: inline-block;
}

.contents-ttl-in-inner {
  display: inline-block;
}

.slideAnimeDownUp {
    animation-name:slideTextY100;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextY100 {
    from {
        transform: translateY(100%);/* 要素を上の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}

.slideAnimeUpDown {
    animation-name:slideTextY-100;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextY-100 {
    from {
        transform: translateY(-100%);/* 要素を下の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}


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

.service-ttl{ 
	font-size: 4rem;
	text-align: center;
}
.service-cp{
	font-size: 1.4rem;
	margin: 1em 0 1em 0;
	color: #545454;
}
.service-ttl, .service-cp{ 
	text-align: center;
} 

.service-image{
	width: 50%;
	margin: 0 auto;
	margin-bottom: 3em;
	display: block;
}
@media screen and (max-width: 767px){
 .service-image{
	width: 60%;
	}
}

.area-block{ 
	margin: 0 0 8em 0!important;
}

@media screen and (max-width: 767px){
	.area-block{ 
	margin: 0 0 5em 0!important;
	}
}

.area-box{ 
	width: 100%!important;
	box-sizing: border-box;
	height: auto;
	padding: 3em 2em;
	background: #ececec;
	margin: 1.5em 0 0 0;
}

.area-ttl{
	font-size: 1.7rem;
	line-height: 3rem;
	text-align: center;
	margin-bottom: 1.5em;
}

.area-box p{
	font-size: 1.3rem;
	line-height: 2.5rem;
}

.in-box{
	background: #fff;
	box-sizing: border-box;
	padding: 2em 1.5em;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
@media screen and (max-width: 999px){
	.in-box{
	background: #fff;
	box-sizing: border-box;
	padding: 3em  2em;
	}
}
@media screen and (max-width: 767px){
	.in-box{
	background: #fff;
	box-sizing: border-box;
	padding: 3em  2em;
	}
}

.graph-bg{
	padding:2em;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 13px 13px;
  background-repeat: repeat;
  background-position: center center;
}


/*	Point text
-------------------------------*/
.point-ttl{
	margin: 3em 0 1em;
	color: #333;
}
.point-eng{
	font-size: 3rem;
	font-weight: 500;
}
 .point-jp{ 
	 font-size: 0.8em;
	 font-weight: 500;
	 align-items: center;
	 margin: 0.3em 0 0 0.3em;
}

 .putlist, .service-putlist{
	width: 100%;
	display: inline-block;
	margin: 2em 0 3em 1em;
}

.putlist li::before,
.service-putlist li::before{
	font-family: Material Icons;
	content: "\ebf3";
	font-weight:900;
	font-size: 1.2rem;
	display: inline-block;
}


/*	こんな方におすすめです
-------------------------------*/
.service-color-box{
	width: 100%;
	xbox-sizing: border-box;
	xbackground-color: #ececec;
	xposition: relative;
	xpadding: 0 2em 0;
	xmargin-bottom: 5em;
}

.service-color-box-head{
	xposition: absolute;
	xtop: -18px;
	xpadding-bottom: 5em;
	xheight: 5em;
}


/*	important
-------------------------------*/
.link-btn{
	background: #fff;
	font-size: 1.5rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

 .link-btn a{
	color: #333;
}

.link-btn a:hover{
	color: #808080;
}

.link-frame{ 
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-align: center;
	align-items: center;
	border: 1px solid #333;
	margin: 0 1em 0 0; 
	padding: 2em 6em;
}
@media screen and (max-width: 767px){
 .link-frame{ 
	margin-bottom: 2em; 
	padding: 3em 5em;
	}
}

 .link-frame:last-child{
	margin: 0;
}


/*=======================================================
plan
=======================================================*/
.planning-box{ 
	width: 95%;
	margin: 0 auto;
	margin: 3em 0;
	padding: 0 2em;
}

 .planning-ttl{
	display:inline-block;
	 font-size: 1.35rem;
	padding: 0.5em 3.5em 0.5em 3.5em;
	border: 1px solid #333;
	margin-bottom: 3em;
	color: #333;
}

.planninglist{ 
	xmargin-bottom: 3em;
}

.planning-block{ 
	width: 100%;
	border-bottom: 1px solid #333;
}

.planning-ex{
	font-size: 1.3rem;
	margin-bottom: 1em;
}

/*価格表 1行
------------------------------------*/
.pricelist{ 
	margin-bottom: 2em;
	justify-content: flex-end;
	color: #333;
}
@media screen and (max-width: 767px){
	.pricelist{  
	justify-content: flex-start;
	}
}
.fz12{
	font-size: 1.2rem;
}

.price{ 
	font-size: 2rem;
}

/*価格表 テーブル
------------------------------------*/
.pricedots{
	width: 100%;
	line-height: 2.5em;
	margin-bottom: 2em;
}

.pricedots li{
	margin-bottom: 0.8em;
}

.pricedots .plan{ 
	width: 55%;
	color: #333;
}
@media screen and (max-width: 767px){
.pricedots .plan {
	width: 100%;
	}
}

@media screen and (max-width: 767px){
.pricedots td{
	width: 100%;
	}
}


/*=======================================================
works
=======================================================*/

.works-view{
	margin: 5em auto 0em;
}

 .works-view-box{ 
	width: 47%;
	margin: auto ;
	box-sizing: border-box;
	margin-bottom: 3em;
}
.works-view-box:nth-last-of-type(2n){
	width: 47%;
	margin: 0 2.6em 3em 0;
}

@media screen and (max-width: 767px) {
 .works-view-box{ 
	width: 100%;
	}
.works-view-box:nth-last-of-type(2n){
	width: 100%;
	margin-right: 0;
	}
}

 .works-view-box img{
	width: 100%;
	 height: auto;
	object-fit: cover;
}
 .works-data{
	font-size: 1.3rem;
	 line-height: 1.5;
	margin: 0 0 0.5em 0;
}

.works-zoom-photo{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: auto;
	width: 100%;
	z-index: 1;
	transition: .8s ease-in-out;
	-webkit-transition: .8s ease-in-out;
	-moz-transition: .8s ease-in-out;
	-o-transition: .8s ease-in-out;
}

.zoom-link {
    display: block;
    overflow: hidden;
    padding: 60% 0 0; /* 縦横比を指定 */
    position: relative;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}

.zoom-link:hover .works-zoom-photo {
    transform: scale(1.2,1.2); /* hover時の倍率を指定 */
	opacity: 0.8;
}



/*=======================================================
guide
=======================================================*/

/*	faq
-------------------------------*/

.faq-block{
	list-style: none;
	width: 100%;
	margin-bottom: 5em;
}

.faq-block li{
	margin: 1.5em 0;
}

.faq-block section{
	xbackground: #ececec;
	border: 1px solid #ececec;
}

.faq-ttl{
	position: relative;
	cursor: pointer;
	padding: 3% 3% 3% 50px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.faq-ttl::before,
.faq-ttl::after{
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	background: #111;
}

.faq-ttl::before{
	top: 48%;
	left: 15px;
	transform: rotate(0deg);
}

.faq-ttl::after{
	top: 48%;
	left: 15px;
	transform: rotate(90deg);
}

.faq-ttl.close::before{
	transform: rotate(45deg);
}

.faq-ttl.close::after{
	transform: rotate(-45deg);
}

.faq-txt{
	display:none;
	background: #ececec;
	padding: 1em;
	margin: 0 3% 3% 3%;
}

.faq-link{
	text-decoration: underline;
	color: #333;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.faq-link:hover{
	opacity:0.7;
}


.faq-sub{
	font-size: 1.2rem;
}

/*=======================================================
about us
=======================================================*/

.aboutus-ttl{ 
	color: #333;
	font-size: 2.8rem;
	line-height: 2.5rem;
	background: #fff;
	margin-bottom: 1.3em;
	margin-right: 1em;
}

@media screen and (max-width: 767px){
	.aboutus-ttl{ 
	font-size: 2.2rem;
	line-height: 2.5rem;
	background: #fff;
	margin-bottom: 1.3em;
	margin-right: 1em;
	}
}

.aboutus-ttl-min{ 
	font-size: 1.2rem;
	margin-left: 0.5em;
	position: absolute;
	padding: 0 2.5em;
	top: 50%;
	transform: translateY(-50%);
}
.aboutus-ttl-min::before,
.aboutus-ttl-min::after{
	content: '';
	background: #111;
	width: 23px;
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
}
.aboutus-ttl-min::before{
	left: 0;
}
.aboutus-ttl-min::after{
	right: 0;
}


/* skill
-------------------------------*/
.skill-box{ 
	width: 31.5%!important;
	margin-bottom: 3em;
}
@media screen and (max-width: 999px){
.skill-box{ 
	width: 48.5%!important;
	}
}
@media screen and (max-width: 767px){
.skill-box{ 
	width: 100%!important;
	box-sizing: border-box;
	padding: 1.5em  2em;
	}
}

.skill-box:nth-child(2),
.skill-box:nth-child(5){
	margin: 0 1.5em;
}
@media screen and (max-width: 999px){
.skill-box:nth-child(2n){
	margin:0 0 0 1.2em!important;
	}
	.skill-box:nth-child(5){
		margin: 0!important;
	}
}
@media screen and (max-width: 767px){
.skill-box:nth-child(2n){
	margin: 1.5em 0!important;
	}
}

 .skill-ttl{
	font-size: 1.6rem;
	text-align: center;
}
.skill-txt{
	color: #333;
	font-weight: normal;
	line-height: 2.5rem;
}

.skill-icon{
	display: block;
	width: 40%;
	margin: 0 auto 1.5em;
}

/*operation
----------------------------------*/
.operation-icon img{
	width: 100%;
}

.operation-item{
	font-family: 'Urbanist', sans-serif;
	font-size: 3.5rem;
	font-weight: 600;
	background: #414141;
	color: #fff;
	xpadding: 1em;
	padding:  0.5em 1.3em 0.6em 0.6em;
	text-align: center;
	border-radius: 50%;
}


/* profile
-------------------------------*/
.aboutus-txt-block{
	width: 60%;
	margin: 0 1.3em 0 0;
}
@media screen and (max-width: 767px){
.aboutus-txt-block{
	width: 100%;
	margin: 0 0 1.5em 0;
	}
}

.aboutus-photo-block{
	width: 38%;
	xheight:100%;
	position: relative;
}
.aboutus-photo-block img{ 
	width: 100%;
	position: absolute;
	bottom: 0;
}

@media screen and (max-width: 767px){
.aboutus-photo-block{ 
	width: 100%;
	}
	.aboutus-photo-block img{ 
	position: static;
	}
}

 .aboutus-name{
	font-size: 3.3em;
	line-height: 1.6em;
	letter-spacing: 0.3em;
	font-weight: 600;
}
@media screen and (max-width:767px){
 .aboutus-name{
	font-size: 3em;
	}
}


 .aboutus-em{
	font-size: 1.3rem;
	letter-spacing: 0.2em;
}

/*SNSアイコン
----------------------------------*/
.aboutus-sns{ 
	height: 24px;
	margin: 0.5em 0 1em;
}
.aboutus-sns img{
	width: 55%;
}
@media screen and (max-width: 767px){
.aboutus-sns img{
	width: 55%;
	}
}

/*history
----------------------------------*/
.hisroty li{
	width: 100%;
	font-size: 1.35rem;
	margin-bottom: 0.5em;
}

.hisroty-age{ 
	width: 8%;
	height: 30px;
	font-weight: 600;
	font-size: 1.5rem;
	display: inline-block;
}
@media screen and (max-width: 767px){
	.hisroty-age{ 
	width: 100%;
	}
}

.hisroty-txt{
	width: 90%;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width:767px){
	.hisroty-txt{
	width: 100%;
	}
}


/*vison・hometown
----------------------------------*/
.aboutus-com-txt{ 
	width: 900px;
	margin: 1.5em auto 0;
	font-size: 1.4rem;
	padding: 0 1em;
}
@media screen and (max-width: 767px){
.aboutus-com-txt{ 
	width: 95%;
	}
}

.vison-img{
	width: 100%;
	height: 420px;
	object-fit: cover;
	padding: 0;
}
@media screen and (max-width: 767px){
.vison-img{
		height: 350px;
	}
}

/*hometownスライダー
----------------------------------*/

.hometown-slides-wrapper{ 
	width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 767px){
.hometown-slides-wrapper{
	width: 100%;
	height: 350px;
	}
}

.hometown-slides-wrapper img{
	width: 100%;
	height: 100%;
}

.hometown-slides-wrapper .slides-img{
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; 
}

  .slides-img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .slides-img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

  .slides-img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

  .slides-img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

  .slides-img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; 
	}

@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
        transform: scale(1.2);
		z-index:9;
    }
    100% { opacity: 0; }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         -webkit-transform: scale(1.2);
         z-index:9;
    }
    100% { opacity: 0; }
}



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

 .privacy-heading{
	font-size: 1.8rem;
	margin: 0 0 1em 0;
	font-weight: 600;
	color: #333;
}
.txt-box{
	margin-bottom: 5em;
}

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

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

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

.mw_wp_form_input table,
.mw_wp_form_confirm table{
	width: 100%;
}

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

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

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

#contact  .selectbox select{ 
	width: 100%;
	padding: 1em;
	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;
}

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

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

.mw_wp_form_input .cp1{
	border: 1px solid #eae9e8;
}

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

#contact  .cp1::before{
	position: absolute;
	top: 1.5em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	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  select{
	padding: 8px 38px 8px 8px;
	color: #666666;
}

#contact table tr th{ 
	width: 100%;
	display: inline-block;
	color: #333;
	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: #f7f6f5;
	padding: 1em;
	border: none;
}

#contact table td textarea{
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	background: #f7f6f5;
	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;
	border: 1px solid #b29c7b;
	color: #b29c7b;
	background: none;
	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: #b29c7b;
	border: 1px solid #b29c7b;
	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: #dfd9cd;
	border: 1px solid #dfd9cd;
	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;
}