/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
body {
  overflow: initial;
}

.c-mainbox {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-mainbox {
    flex-wrap: wrap;
  }
}

.c-maincnt {
  width: calc(100% - 190px);
  padding-right: 80px;
}
@media (max-width: 767px) {
  .c-maincnt {
    width: 100%;
    padding-right: 0;
  }
}

.c-sidebar {
  width: 190px;
}
@media (max-width: 767px) {
  .c-sidebar {
    width: 100%;
  }
}
.c-sidebar .sidebar-ttl {
  margin-bottom: 21px;
  color: #5eb178;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.0714285714em;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Montserrat Alternates", sans-serif;
}
@media (max-width: 767px) {
  .c-sidebar .sidebar-ttl {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .c-catnavi .cat-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
  }
}
.c-catnavi .cat-list li {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .c-catnavi .cat-list li {
    margin-top: 3px;
    width: calc(50% - 10px);
  }
}
.c-catnavi .cat-list .item-link {
  position: relative;
  display: block;
  padding: 13px 0 13px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.414' height='12.829' viewBox='0 0 7.414 12.829'%3E%3Cpath id='arw' d='M1161.166,1124.543l5,5-5,5' transform='translate(-1159.752 -1123.129)' fill='none' stroke='%235eb178' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right center;
  border-bottom: #d5d5d5 1px solid;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1111111111em;
  letter-spacing: 0.1em;
  font-weight: 500;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-catnavi .cat-list .item-link {
    padding: 14px 0;
  }
}
.c-catnavi .cat-list .item-link {
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .c-catnavi .cat-list .item-link:hover {
    opacity: 1;
    border-color: #5eb178;
    color: #5eb178;
  }
}
.c-catnavi .cat-list .item-link.active {
  border-color: #5eb178;
  color: #5eb178;
}

.c-archivebox {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .c-archivebox {
    margin-top: 62px;
  }
}
.c-archivebox .archivenavi > li.active .year {
  border-color: #5eb178;
  color: #5eb178;
}
.c-archivebox .archivenavi > li.active .year:before {
  transform: rotate(180deg);
}
.c-archivebox .archivenavi .year {
  position: relative;
  display: block;
  border-bottom: #d5d5d5 1px solid;
  padding: 12px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1111111111em;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Montserrat Alternates", sans-serif;
  cursor: pointer;
  transition: 0.5s;
}
.c-archivebox .archivenavi .year:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.829' height='7.414' viewBox='0 0 12.829 7.414'%3E%3Cpath id='arw' d='M1161.166,1124.543l5,5-5,5' transform='translate(1135.957 -1159.752) rotate(90)' fill='none' stroke='%235eb178' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.c-archivebox .archivenavi .year {
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .c-archivebox .archivenavi .year:hover {
    opacity: 1;
    border-color: #5eb178;
    color: #5eb178;
  }
}
@media (max-width: 767px) {
  .c-archivebox .archivenavi .year {
    padding: 13px 0;
  }
}
.c-archivebox .archivenavi .subdiv {
  display: none;
}
.c-archivebox .archivenavi .monthlist {
  margin: 11px -5px 13px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .c-archivebox .archivenavi .monthlist {
    margin: 9px 8px 12px 5px;
  }
}
.c-archivebox .archivenavi .monthlist p {
  width: 25%;
  padding: 5px 10px 5px 0;
  text-align: right;
  color: rgba(31, 62, 77, 0.5);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1428571429em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.c-archivebox .archivenavi .monthlist p .num {
  padding-right: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: "Montserrat Alternates", sans-serif;
}
.c-archivebox .archivenavi .monthlist p .havepost {
  display: inline-block;
  color: #5eb178;
  border-bottom: #5eb178 1px solid;
}
@media (max-width: 767px) {
  .c-archivebox .archivenavi .monthlist p {
    width: 16.6666666667%;
    padding: 7px 7px 6px 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2307692308em;
    letter-spacing: 0.05em;
  }
  .c-archivebox .archivenavi .monthlist p .num {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.0666666667em;
    letter-spacing: 0.05em;
  }
}

.news-wrap .news-list {
  border-top: #d5d5d5 1px solid;
}
@media (max-width: 767px) {
  .news-wrap .news-list {
    margin-top: 60px;
  }
}
.news-wrap .news-item {
  display: flex;
  align-items: center;
  border-bottom: #d5d5d5 1px solid;
  padding: 40px 0;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .news-wrap .news-item:hover {
    opacity: 1;
  }
  .news-wrap .news-item:hover .imgdiv img {
    transform: scale(1.1);
  }
  .news-wrap .news-item:hover .item-txtcnt {
    color: #5eb178;
  }
}
@media (max-width: 767px) {
  .news-wrap .news-item {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 24px 0;
  }
}
.news-wrap .news-item .icon-arr {
  right: 0;
  margin-top: 6px;
  width: 58px;
  height: 58px;
}
.news-wrap .news-item .icon-arr:after {
  width: 9px;
  height: 15px;
}
@media (max-width: 767px) {
  .news-wrap .news-item .icon-arr {
    display: none;
  }
}
.news-wrap .news-item .item-imgcnt {
  width: 190px;
}
.news-wrap .news-item .item-imgcnt .imgdiv {
  position: relative;
}
.news-wrap .news-item .item-imgcnt .imgdiv:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 73.6842105263%;
}
.news-wrap .news-item .item-imgcnt .imgdiv > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-wrap .news-item .item-imgcnt .imgdiv {
  border-radius: 20px;
  overflow: hidden;
}
.news-wrap .news-item .item-imgcnt .imgdiv img {
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .news-wrap .news-item .item-imgcnt {
    width: 120px;
  }
  .news-wrap .news-item .item-imgcnt .imgdiv {
    position: relative;
  }
  .news-wrap .news-item .item-imgcnt .imgdiv:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 75%;
  }
  .news-wrap .news-item .item-imgcnt .imgdiv > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .news-wrap .news-item .item-imgcnt .imgdiv {
    border-radius: 8px;
  }
}
.news-wrap .news-item .item-txtcnt {
  margin-top: 3px;
  width: calc(100% - 190px);
  padding: 0 50px 0 40px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .news-wrap .news-item .item-txtcnt {
    margin-top: 0;
    width: calc(100% - 120px);
    padding: 0 0 0 24px;
  }
}
.news-wrap .news-item .item-infor {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 25px;
  row-gap: 10px;
}
@media (max-width: 767px) {
  .news-wrap .news-item .item-infor {
    margin-bottom: 14px;
    width: 100%;
    column-gap: 43px;
  }
}
.news-wrap .news-item .item-cat {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3333333333em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .news-wrap .news-item .item-cat {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2307692308em;
    letter-spacing: 0.05em;
  }
}
.news-wrap .news-item .item-cat .label {
  min-width: 132px;
  background-color: #5eb178;
  border-radius: 100px;
  padding: 6px 10px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .news-wrap .news-item .item-cat .label {
    min-width: 102px;
  }
}
.news-wrap .news-item .item-date {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1111111111em;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: "Montserrat Alternates", sans-serif;
}
@media (max-width: 767px) {
  .news-wrap .news-item .item-date {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
  }
}
.news-wrap .news-item .item-title {
  margin-top: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875em;
  letter-spacing: 0.05em;
  font-weight: 700;
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (max-width: 767px) {
  .news-wrap .news-item .item-title {
    margin-top: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4444444444em;
    overflow: hidden;
    width: 100%;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .news-wrap .c-sidebar.onbottom .c-catnavi {
    display: none;
  }
}

.newsde-wrap .single-cnt .single-infor {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 40px;
  row-gap: 10px;
}
@media (max-width: 767px) {
  .newsde-wrap .single-cnt .single-infor {
    margin-bottom: 14px;
    width: 100%;
    column-gap: 34px;
  }
}
.newsde-wrap .single-cnt .single-date {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1111111111em;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: "Montserrat Alternates", sans-serif;
}
@media (max-width: 767px) {
  .newsde-wrap .single-cnt .single-date {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
  }
}
.newsde-wrap .single-cnt .single-cat {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3333333333em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .newsde-wrap .single-cnt .single-cat {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2307692308em;
    letter-spacing: 0.05em;
  }
}
.newsde-wrap .single-cnt .single-cat .label {
  min-width: 132px;
  background-color: #5eb178;
  border-radius: 100px;
  padding: 6px 10px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .newsde-wrap .single-cnt .single-cat .label {
    min-width: 102px;
  }
}
.newsde-wrap .single-cnt .single-title {
  margin-top: 18px;
  border-bottom: #d5d5d5 1px solid;
  padding-bottom: 25px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4375em;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .newsde-wrap .single-cnt .single-title {
    margin-top: 15px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545454545em;
  }
}
.newsde-wrap .single-cnt .single-mainimg {
  margin: 60px auto 0;
  max-width: 674px;
}
.newsde-wrap .single-cnt .single-mainimg img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .newsde-wrap .single-cnt .single-mainimg {
    margin-top: 50px;
  }
}
.newsde-wrap .single-cnt .single-content {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .newsde-wrap .single-cnt .single-content {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .newsde-wrap .c-sidebar {
    margin-top: 80px;
  }
}/*# sourceMappingURL=maps/news.min.css.map */
