@charset "UTF-8";



/*
タイトル
----------------------------*/
.achieve_ttlWrap .achieve_mainttl{
    border-left: 7px solid var(--color-main);
    font-weight: bold;
    padding-left: 10px;
    font-size: 2.4rem;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 1.5;
}



/*
一覧
------------------------------*/
.achieveListWrap {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
/*    margin-bottom: 220px;*/
}

.achieveListWrap .stageCol:nth-child(3n + 1) {
    margin-left: 0;
}

.achieveListWrap .achieveListWrap_news {
    margin-bottom: 0px;
}

.achieveListWrap .stageCol {
    width: 32%;
    margin-left: 2%;
    /*margin-bottom: 60px;*/
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 30px;
    transition: .3s;
}



.achieveListWrap .stageCol_point {
    /*border: 1px solid var(--color-orange);*/
    /* box-shadow: 0 0 8px gray; */
    padding-top: 100px;
    padding-bottom: 30px;
    position: relative;
    padding-top: 0;
    height: 100%;
    background: var(--base-color);
    overflow: hidden;
}

.achieveListWrap .pointImg {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.achieveListWrap .stageCol_point h2 {
    margin-bottom: 18px;
    font-weight: normal;
    text-align: left;
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.6;
}

.achieveListWrap .point_image_block {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    height: 250px;
}

.achieveListWrap .stageCol_icon {
    margin-bottom: 30px;
}

.achieveListWrap .stageCol_text {
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
    padding: 0 20px;
    margin-bottom: 10px;
}

.stageCol_text.line3txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.achieveListWrap .stageCol .voice{
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    /* margin-right: 10px; */
    /* margin-left: 0; */
    background: var(--base-color);
    padding: 3px 10px;
    border-radius: 30px;
    text-align: left;
    color: #fff;
    margin: 0 20px 10px 20px;
}

.achieveListWrap .stageCol .name{
    padding: 0 20px 10px 20px;
    font-size: 15px;
}

.achieveListWrap .stageCol_date {
    color: #AAAAAA;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    letter-spacing: .5px;
    text-align: left;
    margin-top: 15px;
}

.achieveListWrap .stageColBox img {
    display: block;
    border-radius: inherit;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

.achieveListWrap .colBtnBox {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -12%;
}

.achieveListWrap .colBtnBox img {
    display: inline-block;
    max-width: 273px;
    width: 80%;
}

.achieveListWrap .stageColBox .moreLink{
  text-align: right;
  padding-right: 30px;
  position: relative;
  color: var(--color-black);
  font-size: 14px;
}

.achieveListWrap .stageColBox .moreLink:after{
  position: absolute;
  content: '';
  background: url(../img/common/icon_moreLink.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 100%;
  margin-left: 5px;
}

.achieveListWrap .stageColBox a:hover .point_image_block img{
  transform: scale(1.1);
}


@media screen and (max-width: 1180px) {
    .achieveListWrap .stageCol_point h2 {
        font-size: 16px;
        /* height: 160px; */
    }
}

@media screen and (max-width: 991px) {
    .achieveListWrap .stageCol_point {
        min-height: 300px;
    }
    .achieveListWrap .stageCol_text {
        position: inherit;
        top: auto;
        left: auto;
        transform: inherit;
    }
}
@media screen and (max-width: 768px) {
  .caseWrap{
    padding-bottom: 80px;
  }
    .achieveListWrap{
    flex-wrap: wrap;
    justify-content: center;
    }
    .achieveListWrap .stageCol {
    width: 40%;
    max-width: inherit;
    margin-right: inherit;
    }
/*    .achieveListWrap .stageCol:nth-child(2n){
        margin-left: 0;
    }*/
    .achieveListWrap .stageCol:nth-child(3n + 1){
        margin-left: 2%;
    }
}
@media screen and (max-width: 500px) {
    .achieveListWrap{
    display: block;
    }
    .achieveListWrap .stageCol {
        margin-bottom: 40px;
        width: 80%;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }
    .achieveListWrap .stageCol:nth-child(3n + 1){
        margin-right: auto;
        margin-left: auto;
    }
    .achieveListWrap .point_image_block {
        /*margin-bottom: 0;*/
    }
    .achieveListWrap .stageColBox .moreLink{
      padding-bottom: 10px;
    }
    .achieveListWrap .stageCol_point {
        padding-bottom: 0;
        min-height: 542px;
        min-height: auto;
    }
    .achieveListWrap .stageCol_point h2 {
        font-size: 16px;
    }
    .achieveListWrap .stageCol_text {
        width: 95%;
        line-height: 1.7;
        font-size: 15px;
        margin-bottom: 10px;
    }
}




/* 
ページャー
----------------------------------------- */
.pagerWrap{
    max-width: 1300px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.pager>li>a{
    width: 100%;
    padding: 5px 10px;
}
