@charset "UTF-8";
@media screen and (min-width: 1080px) {
  #archive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF4D3;
  }
  #archive .box_section_archive {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 1200px;
    padding: 60px;
    background: #fff;
  }
  #archive .box_section_archive .ttl_news {
    font-size: 36px;
    color: #333333;
  }
  #archive .box_section_archive .wrap_content_archive {
    display: flex;
    gap: 24px;
  }
  #archive .box_section_archive .wrap_content_archive .sidebar_archive {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 160px;
  }
  #archive .box_section_archive .wrap_content_archive .sidebar_archive .ttl_years {
    font-size: 16px;
    color: #333333;
  }
  #archive .box_section_archive .wrap_content_archive .sidebar_archive .list_year {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  #archive .box_section_archive .wrap_content_archive .sidebar_archive .list_year .item_year {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 27px;
    border-radius: 14px;
    border: solid 1px #333333;
    cursor: pointer;
  }
  #archive .box_section_archive .wrap_content_archive .sidebar_archive .list_year .item_year .txt_year {
    font-size: 14px;
    font-weight: 600;
  }
  #archive .box_section_archive .wrap_content_archive .sidebar_archive .list_year .item_year.active {
    background: #333333;
  }
  #archive .box_section_archive .wrap_content_archive .sidebar_archive .list_year .item_year.active .txt_year {
    color: #fff;
  }
  #archive .box_section_archive .wrap_content_archive .list_news {
    width: 896px;
    background: #fff;
    border-top: solid 1px #E2E7F6;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 36px;
    border-bottom: solid 1px #E2E7F6;
    position: relative;
    transition: 0.3s;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .main_item_news .head_item_news {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .main_item_news .head_item_news .date_news {
    font-size: 16px;
    font-weight: 500;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .main_item_news .head_item_news .label_news {
    display: block;
    width: 120px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    background: #333333;
    border-radius: 14px;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .main_item_news .head_item_news .cat_service {
    background: #F16565;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .main_item_news .head_item_news .cat_tech {
    background: #5B6FBE;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .main_item_news .head_item_news .cat_sale {
    background: #729766;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .main_item_news .head_item_news .cat_other {
    background: #818181;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .cont_item_news {
    width: 776px;
    font-size: 21px;
    font-weight: 500;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .cont_item_news::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    border: solid 1px #9D833E;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 36px;
    transform: translate(0, -50%);
    transition: 0.3s;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .cont_item_news::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 1px #9D833E;
    border-right: solid 1px #9D833E;
    position: absolute;
    top: 50%;
    right: 52px;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.3s;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .cont_item_news:hover {
    transition: 0.3s;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .cont_item_news:hover::before {
    background: #9D833E;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .cont_item_news:hover::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news:last-child {
    border-bottom: none;
  }
  #archive .box_section_archive .area_btn_news .btn_back {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 6px;
    width: 180px;
    height: 48px;
    padding: 0 12px;
    color: #333333;
    border-bottom: solid 3px #444;
    position: relative;
  }
  #archive .box_section_archive .area_btn_news .btn_back::before {
    content: "";
    display: block;
    width: 12px;
    height: 15px;
    position: relative;
    top: 1px;
    background: #333333;
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
  }
}
@media screen and (max-width: 1079px) {
  #archive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF4D3;
  }
  #archive .box_section_archive {
    display: flex;
    flex-direction: column;
    width: 93.6vw;
  }
  #archive .box_section_archive .ttl_news {
    margin-bottom: 3.2vw;
    text-align: center;
    font-size: 5.6vw;
    color: #333333;
    font-weight: 800;
  }
  #archive .box_section_archive .wrap_content_archive {
    display: flex;
    flex-direction: column;
    gap: 1.6vw;
  }
  #archive .box_section_archive .wrap_content_archive .sidebar_archive {
    display: flex;
    flex-direction: column;
    gap: 1.6vw;
    width: 100%;
    padding: 3.2vw;
    background: #fff;
  }
  #archive .box_section_archive .wrap_content_archive .sidebar_archive .ttl_years {
    font-size: 3.2vw;
    color: #333333;
  }
  #archive .box_section_archive .wrap_content_archive .sidebar_archive .list_year {
    width: 100%;
    height: 8.9333333333vw;
    padding: 1.6vw 2.4vw;
    border-radius: 1.6vw;
    position: relative;
    -webkit-appearance: none;
    /* Safari, Chrome用 */
    -moz-appearance: none;
    /* Firefox用 */
    appearance: none;
    background: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: 3.2vw 5.3333333333vw;
    background-position: calc(100% - 1.6vw) center;
  }
  #archive .box_section_archive .wrap_content_archive .sidebar_archive .list_year .item_year .txt_year {
    font-size: 4vw;
    font-weight: 600;
  }
  #archive .box_section_archive .wrap_content_archive .sidebar_archive .list_year .item_year.active {
    background: #333333;
  }
  #archive .box_section_archive .wrap_content_archive .sidebar_archive .list_year .item_year.active .txt_year {
    color: #fff;
  }
  #archive .box_section_archive .wrap_content_archive .sidebar_archive .list_year .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 10;
    background-color: white;
    display: none;
  }
  #archive .box_section_archive .wrap_content_archive .sidebar_archive .list_year .list_year .item_year:not(.active) {
    display: none;
  }
  #archive .box_section_archive .wrap_content_archive .sidebar_archive .list_year .list_year.is-open .dropdown-menu {
    display: block;
  }
  #archive .box_section_archive .wrap_content_archive .sidebar_archive .list_year .list_year.is-open .item_year:not(.active) {
    display: block;
  }
  #archive .box_section_archive .wrap_content_archive .list_news {
    width: 100%;
    padding: 8vw 4.8vw;
    background: #fff;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news {
    display: flex;
    flex-direction: column;
    gap: 1.6vw;
    padding: 4vw 1.6vw;
    border-bottom: solid 1px #E2E7F6;
    position: relative;
    transition: 0.3s;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .main_item_news .head_item_news {
    display: flex;
    align-items: center;
    gap: 1.6vw;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .main_item_news .head_item_news .date_news {
    font-size: 3.2vw;
    font-weight: 500;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .main_item_news .head_item_news .label_news {
    display: block;
    width: 24vw;
    height: 5.3333333333vw;
    line-height: 5.3333333333vw;
    text-align: center;
    font-size: 2.4vw;
    color: #fff;
    font-weight: 500;
    background: #333333;
    border-radius: 2.6666666667vw;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .main_item_news .head_item_news .cat_service {
    background: #F16565;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .main_item_news .head_item_news .cat_tech {
    background: #5B6FBE;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .main_item_news .head_item_news .cat_sale {
    background: #729766;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .main_item_news .head_item_news .cat_other {
    background: #818181;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .cont_item_news {
    width: 72.8vw;
    font-size: 3.2vw;
    font-weight: 500;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .cont_item_news::before {
    content: "";
    display: block;
    width: 6.4vw;
    height: 6.4vw;
    border: solid 1px #9D833E;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news .cont_item_news::after {
    content: "";
    display: block;
    width: 1.6vw;
    height: 1.6vw;
    border-top: solid 1px #9D833E;
    border-right: solid 1px #9D833E;
    position: absolute;
    top: 50%;
    right: 3.2vw;
    transform: translate(0, -50%) rotate(45deg);
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news:first-child {
    border-top: solid 1px #E2E7F6;
  }
  #archive .box_section_archive .wrap_content_archive .list_news .item_news:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  #archive .box_section_archive .area_btn_news {
    padding: 0 4.8vw 8vw;
    background-color: #fff;
  }
  #archive .box_section_archive .area_btn_news .btn_back {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 11.2vw;
    color: #333333;
    font-weight: 600;
    background: #E2E7F6;
    border-radius: 1.6vw;
    position: relative;
  }
  #archive .box_section_archive .area_btn_news .btn_back::before {
    content: "";
    display: block;
    width: 2.8vw;
    height: 3.6vw;
    position: absolute;
    top: 50%;
    left: 3.2vw;
    background: #333333;
    transform: translate(0, -50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
  }
}/*# sourceMappingURL=style_archive.css.map */