@charset "UTF-8";
.palt{
  font-feature-settings: "palt";
}

#header_wrap{
	background-color:rgba(244,244,244,1.0);
	height:71px;
}

#header h1 img{
	filter: invert(100%) opacity(60%);
}

h2.btn_menu{
color: #585858;
background-image: url(../../images/base/btn_menu_w.svg)
}

.page_tit{
	margin: 70px auto 0;
	padding: 0 0 0 0;
	position:relative;
	background-color:rgba(244,244,244,1.0);
	min-width: auto;
}

h2.page_tit{
	margin: 0 auto;
	padding: 0 0 30px;
	position: relative;
	text-align: center;
}
h2.page_tit strong{
	margin: 0 0;
	padding: 0 0 0 ;
	position: relative;

font-family: Lato;
font-weight: 300;
font-size: 19px;
letter-spacing: 0.1em;
line-height: 19px;
text-align: center;
color: #585858;

}

h2.page_tit small{
	margin: 0 0 0;
	padding: 0 0 0;
	position: relative;

font-family: "Noto Sans JP";
font-weight: 500;
font-size: 14px;
line-height: 14px;
text-align: center;
color: #585858;
display:block;
margin-top:15px;
}

.page_p{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
}

.page_p img{
width:100%;
height:auto;
vertical-align:middle;
}

.page_tit h3{
	margin: 0 auto;
	padding: 0 0 0;
	position:absolute;
	top:50px;
	left:30px;
font-family: "Noto Sans JP";
font-weight: 600;
font-size: 24px;
line-height: 36px;
text-align: left;
color: #fff;

}

.page_tit h3 small{
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	position:relative;
font-family: "Noto Sans JP";
font-weight: normal;
font-size: 13px;
line-height: 27px;
text-align: left;
color: #fff;
display:block;
}



.btn_style{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
}

.btn_style a{
	margin: 0 auto;
	padding: 8px 15px;
	position:relative;
	text-align:center;
font-family: Lato;
font-weight: bold;
font-size: 12px;
line-height: 1.5;
text-align: center;
color: #585858;
width: 140px;
border: 1px solid rgba(88, 88, 88, 0.5);
display:inline-block;
transition-duration: .2s;
box-sizing: border-box;
background: url(../../images/base/plus.svg) no-repeat right 10px top 50%;
background-color: #fff;
}


#document{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0;
	position: relative;
	text-align:center;
	overflow: hidden;
}

.area_inner{
	width: auto;
	margin: 0 auto;
	padding: 0 0;
	position:relative;
}

h2.h2_style{
	margin: 0 0 25px;
	padding: 0 0;
	position: relative;
text-align: left;
display: flex;
align-items:center;
justify-content:flex-start;
}
h2.h2_style strong{
	margin: 0 10px 0 0;
	padding: 0 0 0 ;
	position: relative;

font-family: Lato;
font-weight: 300;
font-size: 19px;
letter-spacing: 0.1em;
line-height: 50px;
text-align: left;
color: #585858;
}

h2.h2_style small{
	margin: 0 0 0;
	padding: 0 0 0;
	position: relative;

font-family: "Noto Sans JP";
font-weight: 500;
font-size: 14px;
line-height: 50px;
text-align: left;
color: #585858;
}



.craftsman_area{
	margin: 0 35px 50px;
	padding: 40px 0;
	position:relative;
	text-align:center;
}

ul.craftsman_list{
	margin: 0 auto 0px;
	padding: 0 0;
	position:relative;
	text-align:left;
display: flex;
align-items:stretch;
justify-content:space-between;
flex-wrap:wrap;
}

ul.craftsman_list:after {
content: "";
display: block;
width:258px;
height: 0;
}
ul.craftsman_list:before {
content: "";
display: block;
width:258px;
height: 0;
order: 1;
}

ul.craftsman_list li{
	margin: 0 0 20px;
	padding: 0 0;
	position:relative;
	text-align:left;
	width:47%;
	letter-spacing:normal;
	
}

ul.craftsman_list li .craftsman_name{
	margin: 7px auto 7px;
	padding: 0 0 0;
	position:relative;
font-family: "Noto Sans JP";
font-weight: 500;
font-size: 15px;
letter-spacing: 0.03em;
line-height: 24px;
text-align: center;
color: #585858;
z-index:10;
display:block;
}
ul.craftsman_list li .craftsman_name small{
font-family: "Noto Sans JP";
font-weight: normal;
font-size: 11px;
letter-spacing: 0.03em;
line-height: 16px;
text-align: center;
color: #585858;
}

ul.craftsman_list li img{
	width:100%;
	height:auto;
}
ul.craftsman_list li p{
	margin: 0 auto;
	padding: 0 0 0;
	position:relative;
font-family: "Noto Sans JP";
font-weight: normal;
font-size: 13px;
line-height: 21px;
text-align: left;
color: #585858;
}




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

}






@keyframes fadeIn01 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadein01 {
    animation-name: fadeIn01;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
}

@keyframes fadeInUp02 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadein_up02 {
    animation-name: fadeInUp02;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
}

@keyframes fadeInRight02 {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadein_right02 {
    animation-name: fadeInRight02;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
}






@keyframes fadeInUp01 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.h2_kv01 {
    animation-name: fadeInUp01;
    animation-duration: 0.4s; 
    animation-delay: 0.4s; 
    animation-fill-mode: backwards; 
    animation-timing-function: ease-out; 
}
.h2_kv02 {
    animation-name: fadeInUp01;
    animation-duration: 0.4s;
    animation-delay: 0.9s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
}

@keyframes fadeInRight01 {
    from {
        opacity: 0;
        transform: translateX(6px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.h3_kv {
    animation-name: fadeInUp01;
    animation-duration: 0.4s;
    animation-delay: 1.5s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
}
