@charset "utf-8";
.classMv_wrap {
    background: url(../img/work_mv.jpg) center center / cover no-repeat;
    background-color: #fff;
    border: 2px solid #01c69a;
    border-radius: 10px;
    margin-bottom: 120px;
}
.classMv_in {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.classMv_ttl {
    padding-left: 60px;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}
.topCho_wrap {
    padding: 60px 0 50px;
    position: relative;
}
.topCho_ttl {
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
.topCho_ttl span {
    font-size: 40px;
}
.topCho_ttl span > span {
    font-size: 60px;
}
.topCho_ttl:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -50px;
    width: 86px;
    height: 30px;
    background: url(../svg/mark1.svg) no-repeat center;
    background-size: 100% auto;
}
.topCho_ttl:after {
    content: '';
    display: block;
    position: absolute;
    right: 148px;
    top: -18px;
    width: 162px;
    height: 60px;
    background: url(../img/top_icon2.png) no-repeat center;
    background-size: 100% auto;
}
.topCho_lst li {
    margin-bottom: 40px;
    position: relative;
}
.topCho_lst li a {
    background: #fff;
    border-radius: 10px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.topCho_lst li:last-child {
    margin-bottom: 0;
}
.topCho_lst li:first-child:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: -20px;
    width: 91px;
    height: 70px;
    background: url(../img/top_icon1.png) no-repeat center;
}
.topCho_lst .img {
    padding: 0 50px;
}
.topCho_lst .box {
    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px);
    box-sizing: border-box;
}
.topCho_lst .box .ttl {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    color: #00b88f;
    margin-bottom: 15px;
}
.topCho_lst .box .txt {
    line-height: 1.6;
    margin-bottom: 20px;
}
.topCho_lst .box .date {
    line-height: 1;
    color: #00b88f;
    font-weight: bold;
}
.topCho_lst .box .date span {
    color: #fff;
    background: #00b88f;
    padding: 2px 9px;
    border-radius: 2px;
    margin-right: 10px;
    font-weight: normal;
}
.topCho_box {
    margin-bottom: 60px;
}
.btnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
.btnbox li {
    margin: 0 15px;
}
.c-btn {
    background: #fff;
    border-radius: 100px;
}
.c-btn a {
    display: block;
    background: #66b821;
    border-radius: 100px;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
	color: #fff;
    padding: 20px 44px 20px 24px;
    position: relative;
}
.c-btn a:before {
    content: '';
    display: block;
    width: 10px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arw_slide_r.svg) no-repeat center;
    background-size: 100% auto;
}
@media (min-width: 896px) {
    .topCho_lst li a:hover {
        box-shadow: 0 0 10px rgb(114 114 114 / 20%);
    }
    .c-btn a:hover {
        opacity: .8;
    }
}
@media only screen and (max-width: 896px) {
    .classMv_wrap {
        background: #fff;
        border: none;
        border-top: 2px solid #01c69a;
        border-bottom: 2px solid #01c69a;
        border-radius: 0;
        margin: 0 -20px;
        position: relative;
        margin-bottom: 60px;
    }
    .classMv_wrap:before {
        content: '';
        display: block;
        width: 100%;
        height: 150px;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff url(../img/sp/work_mv.jpg) center center / cover no-repeat;
    }
    .classMv_in {
        height: 210px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .classMv_ttl {
        padding: 0;
        font-size: 24px;
        line-height: 60px;
    }
    .topCho_wrap {
        padding: 0 20px 35px;
    }
    .topCho_ttl {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .topCho_ttl span {
        font-size: 20px;
    }
    .topCho_ttl span > span {
        font-size: 30px;
    }
    .topCho_ttl:before {
        top: -25px;
        width: 44px;
        height: 16px;
    }
    .topCho_ttl:after {
        right: 0;
        top: -8px;
        width: 96px;
        height: 35px;
        background: url(../img/sp/top_icon2.png) no-repeat center;
        background-size: 100% auto;
    }
    .topCho_lst li {
        margin-bottom: 20px;
    }
    .topCho_lst li a {
        display: block;
        border-radius: 5px;
        padding: 20px 20px;
    }
    .topCho_lst li:first-child:after {
        right: 15px;
        top: -15px;
        width: 80px;
        height: 62px;
        background: url(../img/sp/top_icon1.png) no-repeat center;
        background-size: 100% auto;
    }
    .topCho_lst .img {
        padding: 0 0 15px;
        text-align: center;
    }
    .topCho_lst .box {
        width: 100%;
        padding-left: 0;
    }
    .topCho_lst .box .ttl {
        font-size: 18px;
        margin-bottom: 15px;
        text-align: center;
    }
    .topCho_lst .box .txt {
        line-height: 1.6;
        margin-bottom: 10px;
    }
    .topCho_lst .box .date {
        line-height: 1.6;
        position: relative;
        padding-left: 50px;
    }
    .topCho_lst .box .date span {
        padding: 4px 7px;
        font-size: 13px;
        line-height: 1;
        position: absolute;
        left: 0;
        top: 0;
    }
    .btnbox {
        display: block;
        margin-top: 20px;
    }
    .btnbox.ver2 li:last-child, .btnbox li:last-child {
        margin: 0;
    }
    .c-btn a {
        padding: 16px 20px 16px 0;
    }
    .c-btn a:before {
        width: 8px;
        height: 16px;
        right: 15px;
    }
}
@media (max-width: 374px) {
    .topCho_ttl:after {
        top: -2px;
        width: 76px;
        height: 28px;
    }
    .topCho_lst li:first-child:after {
        right: 0;
    }
}