@charset "utf-8";

/* 共通パーツ */
.ttl-pattern_2{
    margin-bottom:2.625rem;
}
@media all and (max-width: 480px){
    .ttl-pattern_2{
        font-size: 1.5rem;
        margin-bottom:2.625rem;
    }
    .head-subttl{
        font-size: 1.5rem;
    }
}
/* // */



.head-ttl-wrap{
    background: url(../images/activity/monthly_meeting/monthly_meeting-bg-1.jpg) no-repeat center center / cover;
}

/* media */
.media-text-lead{
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.91;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.media-text-body{
    font-size: 1rem;
    line-height: 1.8;

}

.media-paragraph{
    margin-bottom: 1rem;
}

.media-text-ul{

}
.media-text-li{
    position: relative;
    padding-left: 0.8em;
    line-height: 1.875;
}
.media-text-li::before{
    border-radius: 50%;
    width: 5px;
    height: 5px; 
    display: block;
    position: absolute; 
    left: 0; 
    top: 0.8em; 
    content: "";
    background: #D6A91F;
}

@media all and (min-width: 576px) {
    .media-paragraph{
        margin-bottom: 1.25rem;
    }
    .media-text-lead{
        font-size:1.375rem;
    }

}

@media all and (min-width: 768px) {
    .media-paragraph{
        margin-bottom: 1.5rem;
    }
}

@media all and (min-width: 992px) {
    .media-paragraph{
        margin-bottom: 1.35rem;
    }
}

@media all and (min-width: 1200px) {


}

@media all and (min-width: 1400px) {
    .media-paragraph{
        margin-bottom: 2.5rem;
    }
    .media-text-lead{
        margin-bottom: 1.25rem;
    }
    .media-text-body{
        line-height: 2.25;
    }
}
/* //media */

/* report-cards */
.report-cards {
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    padding: 20px 0 20px 0;
    margin-bottom: 2.5rem;
}

.report-card{
    margin-bottom: 3rem;
}
.report-card:last-child{
    margin-bottom: 0;
}

.report-card-image-wrapper {
    margin-bottom: 1rem;
}

.report-card-image {
    width: 100%;
}

.report-card-text-heading {
    margin-bottom: 15px;
}

.report-card-text-category {
    border-radius: 18px;
    font-size: 0.75rem;
    border: 1px solid #BFBFBF;
    padding: 5px 15px 5px 15px;
}

.report-card-text-date {
    display: grid;
    place-items: center;
    font-weight: bold;
    color: #D6A91F;
    line-height: 1.31;
    letter-spacing: 0.04em;
    margin-right: 1rem;
}

.report-card-text-body {
    line-height: calc(26/18);
    font-weight: 500;
    color:#333;
}

@media all and (min-width: 576px) {
    .report-cards{
        padding: 24px 8px 24px 8px;
    }
}



@media all and (min-width: 768px) {
    /* .report-card:nth-child(1) {
        margin-right: 0.6875rem;
    }
    
    .report-card:nth-child(2) {
        padding-left: 11px;
        padding-right: 11px;
    }
    
    .report-card:nth-child(3) {
        padding-left: 11px;
    } */
    .report-cards{
        padding: 28px 14px 28px 14px;
    }
    .report-card{
        margin-bottom: 0;
    }

}

@media all and (min-width: 992px) {

    .report-card-image-wrapper {
        margin-bottom: 2rem;
    }

}

@media all and (min-width: 1200px) {
    .report-cards{
        padding: 60px 38px 60px 38px;
    }
}

@media all and (min-width: 1400px) {}

/* //report-card */

/* report-button */

.report-button {
    width: 340px;
    max-width: calc(100% - 22px);
    text-align: center;
    border: 2px solid #D6A91F;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 1.125rem;
    border-radius: 32px;
    display: inline-block;
    position: relative;
    color: #D6A91F;
    transition: .5s;
}

.report-button:hover {
    background-color: #fff;
    opacity: 1;
    color: #D6A91F;
}

.report-button::after {
    content: url(../images/activity/monthly_meeting/monthly_meeting-arrow.svg);
    position: absolute;
    top:calc(50% - 8px);
    right:-22px;
    line-height: 0;
}

@media all and (max-width: 400px){
    /* .report-button {
        width: 340px;
    } */
}

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //report-card */


/* セクション１の記述 */


.section {
    font-size: 16px;
    padding-top: 80px;
    padding-bottom: 80px;

}

.section.section-first {
    padding-top: 3.5rem;
    position: relative;
}

.section.section-first::after {
    content: "";
    position: absolute;
    bottom: 60px;
    right: -77px;
    width: 580px;
    height: 580px;
    background: url(../images/activity/activity-absolute-bg.png) no-repeat center center/contain;
    z-index: -1;
}

.section.section-bg-gray {
    background-color: #EAEAF0;
}

.section-lead-pattern-1 {
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.7;
}

.section-lead-pattern-2{
    font-size: 1rem;
    font-weight: bold;
    line-height: 2.25;
}

@media all and (max-width: 380px) {
    .section-lead-pattern-1 {
        font-size: 1.1rem;
    }
}

@media all and (min-width: 576px) {
    .section-lead-pattern-1 {
        font-size: 1.3rem;
    }
}

@media all and (min-width: 768px) {
    .section-lead-pattern-1 {
        font-size: 1.375rem;
    }
}

@media all and (min-width: 992px) {
    .section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //セクション１の記述 */


/* lecture */
.lecture-image {
    width: 100%;
}

.lecture-text-body {
    line-height: 2.25;
}

.lecture-text-wrapper {
    margin-bottom: 0;
}

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {
    
.lecture-text-wrapper {
    margin-bottom: 2.5rem;
}
}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //lecture */


/* セクション２の記述 */
.section-alignment.lazyloaded {
    background: url(../images/activity/monthly_meeting/monthly_meeting-bg-2.jpg) no-repeat center center /cover;
}

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //セクション２の記述 */

/* セクション３の記述 */
.section-report.lazyloaded {
    background: url(../images/activity/monthly_meeting/monthly_meeting-bg-3.jpg) no-repeat center center /cover;
}

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //セクション３の記述 */



/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {}

@media all and (max-width: 400px) {}

/*iPhone5:SE*/
@media all and (max-width: 320px) {}