@charset "utf-8";


#mainvis figure img{
max-width: 40px;
width: 5.33vw;
}
/*--------------------------------------------*/
h2{
font-size: 1.25em;
font-weight: bold;
text-align: center;
margin: 0 0 50px 0;
line-height: 1em;
}
h2 img{
display: table;
margin:  0 auto 20px auto;
max-width: 25px;
width: 4vw;
}
h2 span{
display: table;
margin: 0 auto;
font-size: 0.7em;
color: #8D8D8D;
line-height: 1em;
}
h2 span:before{
content: "";
width: 70px;
height: 2px;
display: table;
background: #2AA157;
margin: 10px auto;
}

/*--------------------------------------------*/
#mf1 .mf-inner{
padding: 100px 0;
}
#mf1 .clist{
justify-content: center;
}
#mf1 h2{
text-align: left;
writing-mode: vertical-rl;
font-size: 0.88em;
margin: 0 80px 0 0;
font-weight: normal;
letter-spacing: 0.2em;
}
#mf1 h2 strong{
display: block;
color: #2EA761;
font-size: 1.57em;
line-height: 2em;
letter-spacing: 0.2em;
margin: 0 0 0 20px;
}
#mf1 .ctext{
width: 600px;
}
#mf1 .ctext p{
margin: 0 0 1em 0;
line-height: 2em;
}


#mf2 .mf-inner{
padding: 100px 0;
}
#mf2 .clist{
justify-content: space-between;
}
#mf2 .ctext{
width: 500px;
}
#mf2 h3{
font-size: 1.38em;
margin: 0 0 20px 0;
color: #2EA761;
letter-spacing: 0.2em;
}
#mf2 p{
margin: 0 0 1em 0;
line-height: 2em;
}


#mf3 .mf-inner{
padding: 100px 0;
}
#mf3 .cbox{
margin: 0 0 80px 0;
position: relative;
z-index: 9;
}
#mf3 .cbox:before{
content: "";
border: #009D5A solid 1px;
border-radius: 15px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
#mf3 .cbox-inner{
padding: 30px 30px 30px 250px;
}
#mf3 .cbox h3{
font-size: 1.25em;
font-weight: bold;
margin: 0 0 20px 0;
color: #009D5A;
}
#mf3 .cbox h3 span{
font-size: 4.5em;
font-family: 'GFS Didot', serif;
font-weight: normal;
position: absolute;
top: 0;
right: 60px;
transform: translate(0,-50%);
}
#mf3 .cbox p{
line-height: 2em;
}
#mf3 .cbox figure{
position: absolute;
top: 50%;
left: -150px;
transform: translate(0,-50%);
z-index: -9;
}

#mf3 .clist{
justify-content: space-between;
}
#mf3 .clist .cbox{
width: 470px;
}
#mf3 .clist .cbox-inner{
padding: 60px 30px 30px 30px;
}
#mf3 .clist .cbox h3 span{
right: 50%;
transform: translate(50%,-50%);
}

#mf4{
background: #F2F0EC;
}
#mf4 .mf-inner{
padding: 50px 0;
}

#mf4 .clist{
justify-content: space-between;
background: #fff;
padding: 50px;
border-radius: 15px;
}
#mf4 figure{
width: 250px;
margin: 0 0 20px 0;
}
#mf4 .ctext{
width: 600px;
}
#mf4 h3{
font-size: 1.13em;
font-weight: bold;
margin: 0 0 10px 0;
border-left: #009D5A solid 2px;
padding: 0 0 0 10px;
}
#mf4 p{
margin: 0 0 30px 0;
}

#mf4 .swiper-container{
position: relative;
bottom: 0;
}
#mf4 .swiper-slide{
opacity: 0 !important;
transition: 1s;
}
#mf4 .swiper-slide-active{
opacity: 1 !important;
}
#mf4 .swiper-button-next,
#mf4 .swiper-button-prev{
max-width: 35px;
max-height: 35px;
width: 4.67vw;
height: 4.67vw;
color: #009D5A;
border-radius: 100%;
border: #009D5A solid 2px ;
}
#mf4 .swiper-button-next{
right: 0;
transform: translate(50%,0);
}
#mf4 .swiper-button-prev{
left: 0;
transform: translate(-50%,0);
}
#mf4 .swiper-button-next:after,
#mf4 .swiper-button-prev:after{
font-size: 1em;
font-weight: bold;
}
#mf4 .swiper-pagination{
transform: translate(0,100%);
}
#mf4 .swiper-pagination-bullet-active{
background: #009D5A;
}


#mf5 .mf-inner{
padding: 100px 0;
}
#mf5 table{
width: 750px;
margin: 0 auto;
}
#mf5 table tr{
border-bottom: #009D5A solid 2px;
}
#mf5 table th,
#mf5 table td{
padding: 20px;
}
#mf5 table th{
font-weight: bold;
vertical-align: top;
padding-right: 50px
}






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

h2{
margin: 0 0 10vw 0;
}
h2 img{
margin:  0 auto 2vw auto;
}
h2 span{
font-size: 0.7em;
}
h2 span:before{
margin: 2vw auto;
}

/*--------------------------------------------*/
#mf1 .mf-inner{
padding:0;
}
#mf1 .clist{
justify-content: center;
}
#mf1 h2{
margin: 0 0 5vw 0;
}
#mf1 h2 strong{
margin: 0 0 0 20px;
}
#mf1 .ctext{
width: auto;
}


#mf2 .mf-inner{
padding: 10vw 0;
}
#mf2 .clist{
justify-content: center;
}
#mf2 .ctext{
margin: 5vw 0 0 0;
width: auto;
}
#mf2 h3{
margin: 2vw 0 4vw;
}



#mf3 .mf-inner{
padding: 10vw 0;
}
#mf3 .cbox{
margin: 0 0 20vw 0;
}

#mf3 .cbox-inner{
padding: 5vw 5vw 20vw 5vw;
}
#mf3 .cbox h3{
margin: 3vw 0;
}
#mf3 .cbox h3 span{
font-size: 3em;
right: 5vw;
}
#mf3 .cbox figure{
text-align: center;
top: auto;
left: 0;
right: 0;
bottom: -10vw;
transform: translate(0);
}

#mf3 .clist{
justify-content: center;
}
#mf3 .clist .cbox{
width: 100%;
margin: 0 0 8vw 0;
}
#mf3 .clist .cbox-inner{
padding: 5vw;
}



#mf4 .mf-inner{
padding: 10vw 0;
}

#mf4 .clist{
justify-content: center;
align-items: flex-start;
padding: 10vw 5vw;
}
#mf4 .cimg{
display: flex;
justify-content: center;
}
#mf4 figure{
width: auto;
margin: 0 2vw 5vw 2vw;
}
#mf4 figure img{
display: block;
}
#mf4 .ctext{
width: auto;
}
#mf4 h3{
margin: 0 0 2vw 0;
padding: 0 0 0 2vw;
}
#mf4 p{
margin: 0 0 5vw 0;
}



#mf5 .mf-inner{
padding: 10vw 0;
}
#mf5 table,
#mf5 table tr,
#mf5 table th,
#mf5 table td,
#mf5 table{
display: block;
width: auto;
}
#mf5 table tr{
padding: 2vw;
}
#mf5 table th,
#mf5 table td{
padding: 0;
}

@media screen and (max-width: 768px) {
#mf3 .cbox{
margin: 0 0 40vw 0;
}
#mf3 .cbox figure{
bottom: -30vw;
}
}

}