@charset "UTF-8";

.main_img { width: 100%;}
.main_img > div.main_Block {
position: relative;
width: 100%;
height: 0;
padding-top: 20%;
background: url(../img/ttl_img.jpg) no-repeat center top;
background-size: cover;
}
.main_img h2 {
display: block;
position: absolute;
top: 50%;
left: 50%;
max-width: 1000px;
width: 90%;
color: #fff;
font-size: 50px;
font-weight: 600;
letter-spacing: 0.1em;
transform: translate(-50%,-50%);
}

/* ポリシー */
.policy { padding: 100px 0;}
.policy section { padding: 0 0 50px;}
.policy section:last-child { padding-bottom: 0;}
.section_title {
padding: 0 0 10px;
margin-bottom: 20px;
color: #29b729;
border-bottom: solid 1px #29b729;
font-size: 22px;
}
.section_title span {
display: block;
position: relative;
padding: 3px 18px 0;
}
.section_title span::before {
display: block;
content: "";
position: absolute;
top: 0;
left: 0;
width: 8px;
height: 100%;
background-color: #29b729;
}
.p_text {
padding-bottom: 10px;
font-size: 14px;
line-height: 1.8;
}

@media only screen and (max-width: 767px) {
.main_img > div.main_Block { padding-top: 30%;}
.main_img h2 { font-size: 28px;}

/* ポリシー */
.policy { padding: 60px 0;}
.policy section { padding: 0 0 30px;}
.section_title { font-size: 18px;}
}
