@charset "UTF-8";

.main_img { width: 100%;}

.head_Area {
margin: 35px auto 50px;
width: 85%;
max-width: 779px;
}

#info_Area {
width: 100%;
padding: 15px 0;
background-color: #eee;
}
#info_Area .flex {
justify-content: flex-start;
align-items: center;
}
#info_Area h2 {
display: inline-block;
padding: 20px 40px 20px 0;
color: #29b729;
font-size: 20px;
font-weight: 600;
box-sizing: border-box;
white-space: nowrap;
}
#info_Area article {
padding: 20px 0 20px 40px;
border-left: 1px solid #333;
font-size: 16px;
line-height: 1;
box-sizing: border-box;
width: 100%;
}
#info_Area article p{
    line-height: 1.5;
    display: none;
}
#info_Area article p a{
    padding-bottom: 3px;
    border-bottom: #333 1px solid;
    color: #000;
    transition: 0.3s;
}
#info_Area article p a:hover{ opacity: 0.5;}
#info_Area p:not(:last-child) { padding-bottom: 10px;}

#info_Area .pagination {
    text-align: center;
    margin: 20px 0 0 0;
}
#info_Area .pagination span {
    cursor: pointer;
    transition: 0.3s;
    padding: 2px 10px 0;
    font-size: 120%;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 0 5px;
    color: #29b729;
    line-height: 1;
}
#info_Area .pagination span.crr {
    /* text-decoration: underline; */
}
#info_Area .pagination span:hover {
    opacity: 0.5;
}

.content01 { padding: 100px 0;}
.content01_Block {
justify-content: flex-start;
align-items: flex-start;
}
.content01_Block figure {
max-width: 500px;
width: 50%;
margin-right: 30px;
}
.content01_Block section { width: calc(100% - (50% + 30px));}

.content02 { padding: 0 0 100px;}
/*.content02_Block {
position: relative;
width: 100%;
height: 0;
padding-top: 40%;
background: url(../img/bg_01.png) no-repeat center center;
-webkit-background-size: cover;
background-size: auto 100%;
}
.content02_Block section {
position: absolute;
top: 50%;
left: 50%;
text-align: center;
transform: translate(-50%,-50%);
}*/
.content02_Block {
justify-content: flex-start;
align-items: flex-start;
}
.content02_Block figure {
max-width: 500px;
width: 50%;
margin-left: 30px;
}
.content02_Block section {
width: calc(100% - (50% + 30px));
position: relative;
}
.content02_Block section::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 130%;
height: 130%;
background: url(../img/bg_01.png) no-repeat center center;
background-size: auto 100%;
z-index: -1;
}


.content h3 {
display: block;
padding: 0 0 30px;
color: #29b729;
font-size: 26px;
font-weight: 600;
line-height: 1.5;
}
.content p {
font-size: 16px;
line-height: 2;
text-align: justify;
}
/*.content02_Block p { text-align: center;}*/

.green_Btn {
display: block;
position: relative;
max-width: 300px;
padding: 20px 0;
margin: 60px auto 0;
background-color: #29b729;
border-radius: 50px;
box-sizing: border-box;
transition: .3s;
}
.green_Btn::after {
display: block;
content: '';
position: absolute;
top: 50%;
right: 20px;
width: 10px;
height: 10px;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
transform: translateY(-50%) rotate(45deg);
transition: .3s;
}
.green_Btn p {
color: #fff;
font-size: 20px;
font-weight: 600;
line-height: 1;
letter-spacing: 0.2em;
text-align: center;
}
.green_Btn:hover { opacity: .6;}
.green_Btn:hover::after { right: 15px;}

.top_slide_Area img.sp { display: none; }

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

#info_Area .flex {
flex-direction: column;
flex-wrap: wrap;
padding: 10px 0;
}
#info_Area h2 {
width: 100%;
padding: 0 0 15px 0;
font-size: 18px;
text-align: left;
}
#info_Area article {
width: 100%;
padding: 0;
border-left: none;
font-size: 14px;
line-height: 1.5;
}
#info_Area p:not(:last-child) { padding-bottom: 20px;}

.content01 { padding: 60px 0;}
.content01_Block {
flex-direction: column;
flex-wrap: wrap;
}
.content01_Block figure {
max-width: 100%;
width: 100%;
margin: 0 0 20px;
}
.content01_Block section { width: 100%;}

.content02 { padding: 0 0 60px;}
/*.content02_Block { padding-top: 100%;}*/
.content02_Block {
flex-direction: column-reverse;
flex-wrap: wrap;
overflow: hidden;
}
.content02_Block figure {
max-width: 100%;
width: 100%;
margin: 0 0 20px;
}
.content02_Block section { width: 100%;}
.content h3 {
padding: 0 0 10px;
font-size: 22px;
text-align: center;
}
.content p { font-size: 14px;}
/*.content02_Block p { text-align: center;}*/

.green_Btn {
max-width: 80%;
width: 100%;
padding: 14px 0;
margin: 30px auto 0;
}
.green_Btn > p {
font-size: 18px;
text-align: center;
}

.top_slide_Area img.pc { display: none; }
.top_slide_Area img.sp { display: block; }

}
