/*追加ページabout*/
/*共通*/
main.about .main_inner{
    max-width: auto;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.container main .common_about .common_ttl{
    width: 100%;
}
.container main .common_about .common_ttl h2{
    position: relative;
    margin: 0 auto 10px;
}
.container main .common_about .common_ttl h2 .en{
    margin-right: 0;
}
.container main .common_about .common_ttl h2 .ja{
    font-weight: 300;
    color: #5a7c62;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 820px) {
    .container main .common_about .common_ttl h2 .en{
        font-size: 16px;
    }
    .container main .common_about .common_ttl h2 .ja{
        font-size: 10px;
    }
}
/**/
.about_fv{
    display: flex;
    margin: 0 0 100px;
    justify-content: space-between;
}
.about_fv div{
    width: 46%;
    max-width: 400px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0 0 30px;
}
.about_fv div img{
    width: 160px;
    max-width: fit-content;
    border-radius: 0;
    margin: 0 0 40px;
}
.about_fv h2{
    width: 100%;
    font-size: 19px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.16em;
    color: #575757;
    margin: 0 0 30px;
}
.about_fv p{
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    color: #686868;
}
.about_fv img{
    width: 53%;
    max-width: calc( 100% - 400px);
    border-radius: 10px;
}
@media screen and (max-width: 820px) {
    .about_fv{
        flex-wrap: wrap;
        margin: 0 0 60px;
    }
    .about_fv div{
        width: 100%;
        justify-content: flex-start;
        padding: 0 0 50px 0;
    }
    .about_fv div img {
        margin: 0 0 20px;
    }
    .about_fv h2 {
        font-size: 16px;
        margin: 0 0 20px;
    }
    .about_fv img{
        width: 100%;
    }
}
/*PLAN2の特徴*/
.common_entries-full.pattern2.about_feature{
    width: 80%;
    margin: 0 auto;
}
.about_feature ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_feature ul li{
    width: 30%;
}
.about_feature ul li img {
    width: 100%;
    border-radius: 5px;
}
.container main .about_feature.common_entries-full.pattern2 ul h3{
    font-size: 13px;
    font-weight: 700;
    color: #575757;
    margin: 0 0 5px;
}
.container main .about_feature.common_entries-full.pattern2 ul p{
    height: 80px;
    font-size: 11px;
    line-height: 1.6;
    color: #686868;
    white-space: normal;
    overflow: auto;
}
@media screen and (max-width: 820px) {
    .common_entries-full.pattern2.about_feature {
        width: 100%;
        padding: 0;
    }
    .about_feature ul li{
        width: 48%;
    }
    .container main .about_feature.common_entries-full.pattern2 ul h3{
        font-size: 12px;
    }
    .container main .about_feature.common_entries-full.pattern2 ul p{
        font-size: 10px;
    }
}
/**/
.about_partition{
    width: 100%;
    border-radius: 10px;
    margin: 0 0 80px;
}
@media screen and (max-width: 820px) {
    .about_partition{
        margin: 0 0 60px;
    }
}
/*これまでの使用事例*/
.about_example{
    display: flex;
    justify-content: space-between;
    margin: 0 0 80px;
}
.about_example .textBox{
    width: 35%;
}
.about_example ul{
    width: 60%;
}
.container main .about_example .common_ttl{
    border-bottom: none;
}
.container main .about_example .common_ttl h2 {
    width: 100%;
}
.container main .about_example .common_ttl h2 .ja{
    left: 0;
    transform: none;
}
.about_example .textBox p{
    font-size: 12px;
    line-height: 1.6;
    color: #686868;
    margin: 0 0 20px;
}
.about_example_btn{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #575757;
    transition: .5s;
    opacity: 1;
    position: relative;
    left: 0;
}
.about_example_btn::before{
    display: inline-block;
    content: "";
    width: 40px;
    height: 42px;
    background: center / contain no-repeat url("../img/about/about_btn01.svg");
    margin: 0 10px 0 0;
}
.about_example_btn:hover{
    left: 10px;
    opacity: .8;
}
main.about{
    overflow: hidden;
}
.aboutSlider .slick-list{
    width: 130%;
}
.aboutSlider li.slick-slide{
    margin: 5px;
}
.aboutSlider li.slick-slide a{
    transition: .5s;
    opacity: 1;
}
.aboutSlider li.slick-slide a:hover{
    opacity: .6;
}
.aboutSlider li img{
    width: 100%;
    border-radius: 5px;
    margin: 0 0 5px;
}
.aboutSlider li p{
    font-size: 12px;
    font-weight: 700;
    color: #575757;
}
@media screen and (max-width: 820px) {
    .about_example{
        flex-wrap: wrap;
        margin: 0 0 40px;
        overflow: hidden;
    }
    .about_example .textBox{
        width: 100%;
        margin: 0 0 30px;
    }
    .container main .about_example .common_ttl h2 {
        bottom: -20px;
        margin: 0 auto 20px;
    }
    .about_example ul{
        width: 100%;
    }
    .aboutSlider .slick-list{
        width: 200%;
    }
}
/*レンタル機材・オプション*/
.about_rental{
    background: rgba(90,124,98,0.20);
    padding: 50px 0;
    margin: 0 0 100px;
}
.container main .about_rental .common_ttl{
    width: 80%;
    margin: 0 auto 15px;
}
.about_rental ul{
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px;
}
.about_rental ul li{
    width: 23%;
    background: #FFF;
    border-radius: 5px;
    overflow: hidden;
}
.about_rental ul li img{
    display: block;
    width: 100%;
}
.about_rental ul li h3{
    width: 80%;
    border-top: 1px solid #efefef;
    font-size: 13px;
    font-weight: 700;
    color: #575757;
    padding: 10px 0 0;
    margin: 0 auto 3px;
}
.about_rental ul li p{
    width: 80%;
    font-size: 12px;
    color: #8a8a8a;
    margin: 0 auto 15px;
}
.about_rental_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    color: #FFF;
    background: #5a7c62;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
    transition: .5s;
    opacity: 1;
}
.about_rental_btn::before{
    display: inline-block;
    content: "";
    width: 28px;
    height: 28px;
    background: center / contain no-repeat url("../img/about/about_btn02.svg");
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: 1s;
}
.about_rental_btn:hover{
    opacity: .8;
}
.about_rental_btn:hover::before{
    left: 202px;
}
@media screen and (max-width: 820px) {
    .about_rental{
        margin: 0 0 60px;
    }
    .about_rental ul{
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .about_rental ul li{
        width: 48%;
        margin: 0 0 20px;
    }
    .about_rental ul li h3{
        font-size: 12px;
    }
}
/*ギャラリー*/
.about_gallery{
    width: 80%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 80px;
    position: relative;
}
.about_gallery::before{
    display: block;
    content: "";
    width: 200px;
    height: 95px;
    background: center / contain no-repeat url("../img/about/about_gallery.svg");
    position: absolute;
    top: -35px;
    left: -30px;
}
.about_gallery li{
    width: 20%;
    height: 150px;
    overflow: hidden;
}
.about_gallery li img{
    width: 100%;
}
@media screen and (max-width: 820px) {
    .about_gallery{
        width: 100%;
    }
    .about_gallery::before {
        width: 180px;
        height: 84px;
        top: -40px;
        left: -15px;
    }
    .about_gallery li{
        width: 50%;
    }
}
/*footer*/
.about_footer{
    padding: 40px;
    background: center / cover no-repeat url("../img/about/about_footer.jpg");
    display: flex;
    justify-content: flex-end;
    margin: 0 0 100px;
}
.about_footer .inner{
    width: 500px;
    padding: 50px;
    background: rgba(255,255,255,0.80);
    border-radius: 5px;
}
.about_footer .inner img{
    display: block;
    width: 175px;
    margin: 0 auto 20px;
}
.about_footer .inner p{
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    color: #686868;
    margin: 0 auto 20px;
}
.about_footer .inner a{
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #5a7c62;
    border: solid 1px #5a7c62;
    padding: 0 25px;
    margin: 0 0 20px;
    position: relative;
    transition: .5s;
    opacity: 1;
}
.about_footer .inner a:hover{
    opacity: .6;
}
.about_footer .inner a::before{
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    background: center / contain no-repeat url("../img/about/about_icon_mail.svg");
    margin: 0 10px 0 0;
}
.about_footer .inner a + a::before{
    background: center / contain no-repeat url("../img/about/about_icon_tel.svg");
}
.about_footer .inner a::after{
    display: inline-block;
    content: "›";
    font-size: 28px;
    color: #5a7c62;
    position: absolute;
    top: calc( 50% - 2px);
    right: 15px;
    transform: translateY(-50%);
}
.about_footer .inner p:nth-child(5){
    text-align: left;
}
@media screen and (max-width: 820px) {
    .about_footer{
        justify-content: center;
        padding: 20px;
    }
    .about_footer .inner{
        padding: 50px 20px;
    }
    .about_footer .inner p{
        font-size: 13px;
        text-align: left;
    }
    .about_footer .inner a{
        height: 45px;
        font-size: 14px;
    }
    .about_footer .inner a::after{
        font-size: 20px;
    }
}