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

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

#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: 400;
font-size: 24px;
line-height: 36px;
text-align: left;
color: #585858;
}

.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 35px;
	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;
}




.request_area{

	margin: 0 auto;
	padding: 40px 30px 10px;
	position:relative;
	text-align:center;
}

.request_area h2{
	margin: 0 0 20px;
	padding: 0 0 0;
	position: relative;
font-family: "Noto Sans JP";
font-weight: 600;
font-size: 18px;
line-height: 30px;
text-align: left;
color: #585858;
}

.request_area p{
	margin: 0 0 0;
	padding: 0 0 0;
	position: relative;
font-family: "Noto Sans JP";
font-weight: normal;
font-size: 16px;
line-height: 30px;
text-align: left;
color: #585858;
}

.request_area .request_img{
	margin: -20px 0 0;
	padding: 0 0 0;
	position: relative;
text-align: center;
}

.request_area .request_img img{
	width:100%;
	height:auto;
}



#form {
	margin-bottom: 50px !important;
}


form .form_box {

border: 0px solid #333 !important;
}

form .form_box h4 {
margin: 0 0 20px 10px !important;
padding: 0 0 !important;
color: #000 !important;
text-align: left !important;
background: transparent !important;
position: relative;
}
form .form_box h4:before {
position: absolute;
top: calc(50% - 1px);
left: 0;
width: 95%;
height: 2px;
content: '';
background: #000;
}
form .form_box h4 span{
position: relative;
padding: 0 1em;
background: #fff;
}


@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;
}
