@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fvFadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, 40px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes fvFadeInOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html.is-scroll-stop {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #wrapper {
    overflow: visible;
  }
}

.ss-anchor {
  position: fixed;
  top: 136px;
  left: 0;
  width: 100%;
  min-width: 1240px;
  z-index: 50;
  background-color: #EFF8EC;
  transition: top 0.3s ease-out 0.05s;
}
@media screen and (max-width: 767px) {
  .ss-anchor {
    width: 100%;
  }
}
.ss-anchor.is-top {
  top: 177px;
}
.ss-anchor.is-disable {
  top: 0;
}
.ss-anchor.is-disable.is-open {
  top: 136px;
}
.ss-anchor__space {
  width: 100%;
  height: 80px;
}
.ss-anchor__wrap {
  position: relative;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ss-anchor__wrap {
    height: 0;
  }
}
.ss-anchor__menu {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url(/csr/magazine/images/header_menu_off.svg) no-repeat;
  background-size: contain;
  transition: all 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ss-anchor__menu {
    position: relative;
    transform: none;
    top: unset;
    right: unset;
    width: 100%;
    height: 100%;
    background-size: 80%;
    background-position: center center;
  }
}
.ss-anchor__menu {
  z-index: 70;
}
.ss-anchor__menu.is-closemark {
  background: url(/csr/magazine/images/header_menu_close.svg) no-repeat;
  background-size: contain;
}
.ss-anchor__menu__box {
  position: fixed;
  display: none;
  top: -200px;
  right: 20px;
  transition: top 0.5s;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .ss-anchor__menu__box {
    display: block;
    width: 56px;
    height: 56px;
    background-color: #EFF8EC;
    border-radius: 50%;
    border: 1px solid #00A08E;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .ss-anchor__menu__box.is-visible {
    top: 85px;
  }
}
.ss-anchor__list {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .ss-anchor__list {
    padding: 0 110px 0 20px;
  }
}
.ss-anchor__list__item {
  padding: 0 3%;
  border-left: 1px solid #B9B5B5;
  flex-shrink: 0;
}
.ss-anchor__list__item:last-child {
  border-right: 1px solid #B9B5B5;
}
.ss-anchor__link {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .ss-anchor__link:hover {
    color: #00A08E;
    opacity: 1;
  }
}
.ss-anchor__link:hover::before {
  width: 100%;
}
.ss-anchor__link::before {
  content: "";
  position: relative;
  display: block;
  width: 0;
  top: 29px;
  height: 2px;
  margin: 0 auto 0;
  border-radius: 25px;
  background-color: #00A08E;
  transition: all 0.2s;
}

.ss-menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: calc(100% - 136px);
  z-index: 60;
  background-color: #fff;
  transition: all 0.6s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ss-menu {
    height: calc(100% - 70px);
  }
}
.ss-menu.is-active {
  top: 136px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .ss-menu.is-active {
    top: 70px;
  }
}
.ss-menu__wrap {
  width: 1240px;
  margin: 0 auto;
  padding: 50px 20px 40px;
}
@media screen and (max-width: 767px) {
  .ss-menu__wrap {
    width: 100%;
  }
}
.ss-menu__wrap .more-info__linklist {
  margin-top: 0;
  gap: 20px;
}
.ss-menu__wrap .more-info__linklist.-top {
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .ss-menu__wrap .more-info__linklist.-top {
    gap: 24px;
  }
}
.ss-menu__wrap .more-info__linklist.-top .ss-top__textlink {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .ss-menu__wrap .more-info__linklist.-top .ss-top__textlink {
    font-size: 1.6rem;
  }
}
.ss-menu__wrap .ss-top__textlink {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .ss-menu__wrap .ss-top__textlink {
    font-size: 1.6rem;
  }
}

.menu-recommend__box {
  margin-top: 30px;
  padding-left: 20px;
}
.menu-recommend__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.menu-keyword__box {
  margin-top: 30px;
  padding-left: 20px;
  padding-bottom: 40px;
}
.menu-keyword__box .hot-keyword__list {
  margin-bottom: 0;
}
.menu-keyword__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.menu-keyword__hash {
  font-size: 2.4rem;
  font-weight: bold;
  color: #00A08E;
}

.menu-links__box {
  padding-top: 40px;
  border-top: 1px solid #E1E1E1;
}
.menu-links__title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .menu-links__contents {
    padding-left: 20px;
  }
}
.menu-links__banner__list {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .menu-links__banner__list {
    flex-direction: column;
    margin-top: 24px;
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .menu-links__banner__list__item {
    width: 335px;
  }
}
@media screen and (min-width: 768px) {
  .menu-links__banner__link:hover .menu-links__banner__img img {
    transform: scale(1.1, 1.1);
  }
}
.menu-links__banner__img {
  overflow: hidden;
}
.menu-links__banner__img img {
  transition: all 0.2s;
}
.menu-links__text__list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 20px;
}

.ss-fv {
  position: relative;
  background: url(/csr/magazine/images/img_ss_fv_bg_pc.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 750px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ss-fv {
    background: url(/csr/magazine/images/img_ss_fv_bg_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 200vw;
  }
}
.ss-fv__title__box {
  position: absolute;
  top: 263px;
  left: 50%;
  opacity: 0;
  animation: fvFadeInUp 0.5s ease-out forwards;
  animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .ss-fv__title__box {
    top: 40px;
    width: 100%;
    padding: 0 20px;
  }
}
.ss-fv__title__sub {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .ss-fv__title__sub {
    font: 1.4rem;
    margin-top: 20px;
  }
}
.ss-fv__figure {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
}
@media screen and (max-width: 767px) {
  .ss-fv__figure {
    width: 100%;
  }
}
.ss-fv__figure img {
  display: block;
  width: 100%;
  height: auto;
  animation: zoomIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.ss-fv__people__box {
  position: absolute;
  width: 1920px;
  bottom: 0;
  left: 50%;
  z-index: 5;
  animation: fvFadeInOpacity 1.2s ease-out forwards;
  animation-delay: 3s;
  opacity: 0;
  transform: translate(-50%);
}
@media screen and (max-width: 767px) {
  .ss-fv__people__box {
    width: 100%;
  }
}
.ss-fv__text {
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .ss-fv__text {
    padding: 0 20px;
  }
}

.about {
  margin-top: 24px;
}
.about__wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.about__box {
  width: fit-content;
  margin: 0 auto;
}

.ss-pickup {
  width: 100%;
  padding-top: 80px;
}
.ss-pickup__splide {
  position: relative;
}
.ss-pickup__splide__list {
  align-items: stretch;
}
.ss-pickup__splide__slide {
  box-shadow: 3px 3px 16px #E1E1E1;
  background-color: #fff;
}
.ss-pickup__splide__track {
  padding-bottom: 40px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .ss-pickup__splide__track {
    padding-top: 32px;
    padding-bottom: 10px;
  }
}
.ss-pickup__splide__controller {
  position: absolute;
  z-index: 1;
  width: 60.6vw;
  max-width: 1164px;
  height: 3px;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ss-pickup__splide__controller {
    width: 90%;
  }
}
.ss-pickup__splide__controller__box {
  padding: 64px 0 60px;
}
@media screen and (max-width: 767px) {
  .ss-pickup__splide__controller__box {
    padding: 40px 0;
  }
}
.ss-pickup__splide__arrows {
  position: relative;
  display: flex;
  align-items: center;
  width: 136px;
  margin-right: 24px;
  padding-right: 24px;
  gap: 16px;
  border-right: 1px solid #000;
  box-sizing: content-box;
}
.ss-pickup__splide__arrow {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #EFF8EC;
  border: 1px solid #000;
  overflow: hidden;
  opacity: 1;
}
.ss-pickup__splide__arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: 22px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0);
}
.ss-pickup__splide__arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 50%;
  width: 17px;
  height: 2px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ss-pickup__splide__arrow-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}
.ss-pickup__splide__arrow-next {
  transform: translateY(0);
  right: 0;
}
.ss-pickup__splide__progress {
  background-color: #BFBFBF;
  height: 1px;
  width: 100%;
  display: flex;
  align-items: center;
}
.ss-pickup__splide__progress__bar {
  background-color: #000;
  height: 3px;
}
.ss-pickup__subtitle {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .ss-pickup__subtitle {
    padding: 0 20px;
  }
}
.ss-pickup__img {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ss-pickup__img {
    display: flex;
    height: fit-content;
    margin: auto 0;
  }
}
.ss-pickup__img__box {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ss-pickup__img__box {
    width: 38%;
    flex-shrink: 0;
  }
}
.ss-pickup__img img {
  aspect-ratio: 367/211;
  object-fit: cover;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .ss-pickup__img img {
    aspect-ratio: 1/1;
  }
}
.ss-pickup__textbox {
  position: relative;
  padding: 20px 20px 30px 20px;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .ss-pickup__textbox {
    padding: 0 0 0 16px;
  }
}
.ss-pickup__date {
  padding: 5px 20px 5px 40px;
  line-height: 1.7rem;
  font-size: 1.2rem;
  color: #000;
  background: url(/magazine/img/calendar-icon.svg) no-repeat;
  background-position: 20px 7px;
  transition: all 0.2s;
}
.ss-pickup__date__box {
  position: absolute;
  top: -22px;
  left: 0;
  background-color: #fff;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .ss-pickup__date__box {
    top: -40px;
    left: -14px;
    width: fit-content;
  }
}
.ss-pickup__title {
  font-size: 1.6rem;
  color: #000;
  line-height: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .ss-pickup__title {
    font-size: 1.4rem;
  }
}
.ss-pickup__colbox {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.ss-pickup__keyword {
  font-size: 1.4rem;
  width: fit-content;
  color: #00A08E;
  font-weight: bold;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .ss-pickup__keyword {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.ss-pickup__keyword__hash {
  font-size: 1.4rem;
  color: #00A08E;
  font-weight: bold;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .ss-pickup__keyword__hash {
    font-size: 1.2rem;
  }
}
.ss-pickup__sdgs__list {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  max-width: 50%;
}
.ss-pickup__sdgs__item {
  width: 40px;
}
.ss-pickup__background {
  position: absolute;
  width: 100%;
  height: 80%;
  background-color: #EFF8EC;
  bottom: 0;
  left: 0;
}
.ss-pickup__category {
  position: absolute;
  top: -32px;
  right: 16px;
  border-radius: 17px;
  background-color: #00A08E;
  padding: 6px 16px;
  width: fit-content;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .ss-pickup__category {
    top: -46px;
    right: 10px;
  }
}
.ss-pickup__category::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 12px;
  height: 8px;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #00A08E;
  transition: all 0.2s;
}
.ss-pickup__category__text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  transition: all 0.2s;
}
.ss-pickup__link {
  height: 100%;
  display: block;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .ss-pickup__link {
    display: flex;
    padding: 16px 14px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ss-pickup__link:hover {
    background-color: #00A08E;
  }
}
@media screen and (min-width: 768px) {
  .ss-pickup__link:hover .ss-pickup__img img {
    transform: scale(1.1, 1.1);
  }
}
@media screen and (min-width: 768px) {
  .ss-pickup__link:hover .ss-pickup__date__box {
    background-color: #00A08E;
  }
}
@media screen and (min-width: 768px) {
  .ss-pickup__link:hover .ss-pickup__date {
    color: #fff;
    background: url(/magazine/img/calendar-icon_white.svg) no-repeat;
    background-position: 20px 7px;
  }
}
@media screen and (min-width: 768px) {
  .ss-pickup__link:hover .ss-pickup__title {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .ss-pickup__link:hover .ss-pickup__keyword {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .ss-pickup__link:hover .ss-pickup__keyword__hash {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .ss-pickup__link:hover .ss-pickup__category {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .ss-pickup__link:hover .ss-pickup__category::before {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .ss-pickup__link:hover .ss-pickup__category__text {
    color: #00A08E;
  }
}

.ss-top__column__wrap {
  display: flex;
  padding: 60px 0 0 20px;
  width: 1240px;
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  .ss-top__column__wrap {
    border-top: 1px solid #E1E1E1;
  }
}
@media screen and (max-width: 767px) {
  .ss-top__column__wrap {
    width: 100%;
    display: block;
    padding: 0 20px;
  }
}
.ss-top__textlink {
  position: relative;
  display: flex;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.5rem;
  transition: all 0.2s;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .ss-top__textlink:hover {
    opacity: 0.5;
  }
}
.ss-top__textlink::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-top: 3px;
  background: url(/csr/magazine/images/icn_circle_arrow_right.svg) no-repeat center;
}

.hot-keyword__wrap {
  width: 750px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hot-keyword__wrap {
    width: 100%;
    padding: 0;
  }
}
.hot-keyword__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin-bottom: 24px;
  align-items: center;
}
.hot-keyword__link {
  width: fit-content;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #E1E1E1;
  color: #000;
  background-color: #fff;
  font-size: 1.6rem;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .hot-keyword__link:hover {
    color: #fff;
    background-color: #00A08E;
    border: 1px solid #00A08E;
  }
}
.hot-keyword__link:hover .hot-keyword__link__hash {
  color: #fff;
}
.hot-keyword__link__hash {
  color: #068D78;
  transition: all 0.2s;
}
.hot-keyword__button {
  position: relative;
  width: fit-content;
  background-color: #3BBA8E;
  padding: 8px 24px 8px 16px;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 24px;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hot-keyword__button {
    margin: 0 auto;
  }
}
.hot-keyword__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  right: 10.5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}
.hot-keyword__button::after {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  display: block;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all 0.2s;
  z-index: 1;
}

.sdgs {
  padding-top: 64px;
}
.sdgs__wrap {
  width: 750px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sdgs__wrap {
    width: 100%;
    padding: 0;
  }
}
.sdgs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px 0;
}
@media screen and (max-width: 767px) {
  .sdgs__list {
    gap: 20px 16px;
  }
}
.sdgs__item {
  width: 20%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sdgs__item {
    width: 28.57%;
  }
}
@media screen and (min-width: 768px) {
  .sdgs__item:nth-child(n+6) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sdgs__item:nth-child(n+7) {
    display: none;
  }
}
.sdgs__box {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .sdgs__box {
    width: 100%;
  }
}
.sdgs__img {
  width: 100%;
  margin-bottom: 10px;
}
.sdgs__text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
  background: url(/csr/magazine/images/icn_arrow_green.svg) no-repeat;
  background-position: left 10px;
}
.sdgs__text::after {
  content: "";
  background-color: #00A08E;
  display: block;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .sdgs__link:hover .sdgs__text {
    color: #00A08E;
  }
}
@media screen and (min-width: 768px) {
  .sdgs__link:hover .sdgs__text::after {
    transform: scaleX(1);
  }
}

.more__button {
  border: 1px solid #000;
  cursor: pointer;
  padding: 17px 79px;
  font-size: 1.6rem;
  position: relative;
  margin-top: 60px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .more__button {
    margin-top: 30px;
  }
}
.more__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #00A08E;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
.more__button:hover {
  border: 1px solid #00A08E;
}
@media screen and (min-width: 768px) {
  .more__button:hover::after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media screen and (min-width: 768px) {
  .more__button:hover .more__button__text {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .more__button:hover .more__button__icon {
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .more__button:hover .more__button__icon::after {
    background: #fff;
  }
}
.more__button.-disable {
  display: none;
}
.more__button__box {
  width: fit-content;
  margin: 0 auto;
}
.more__button__text {
  position: relative;
  z-index: 10;
  color: #000;
  transition: all 0.2s;
}
.more__button__icon {
  margin: 0;
  display: inline-block;
  position: relative;
  right: -55px;
  top: 2px;
  width: 1px;
  height: 16px;
  background: #000;
  z-index: 10;
  position: relative;
  transition: all 0.2s;
}
.more__button__icon::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -8px;
  width: 16px;
  height: 1px;
  background: #000;
  transition: all 0.2s;
}

.article-list {
  padding: 0 20px 100px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .article-list {
    padding: 0;
  }
}
.article-list__wrap {
  width: 750px;
  padding-top: 60px;
  margin: 0 auto;
  border-top: 1px solid #E1E1E1;
}
@media screen and (max-width: 767px) {
  .article-list__wrap {
    width: 100%;
  }
}
.article-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .article-list__list {
    gap: 40px 0;
  }
}
.article-list__list__item {
  width: calc(50% - 36px);
  box-shadow: 3px 3px 16px #E1E1E1;
  background-color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .article-list__list__item {
    width: 100%;
  }
}
.article-list__list__item:nth-child(n+5) {
  display: none;
}
.article-list__img {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.article-list__img img {
  aspect-ratio: 367/211;
  object-fit: cover;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .article-list__img img {
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 767px) {
  .article-list__img__box {
    position: relative;
    width: 30%;
    flex-shrink: 0;
  }
}
.article-list__textbox {
  position: relative;
  padding: 20px 20px 30px 20px;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .article-list__textbox {
    padding: 0 0 0 14px;
  }
}
.article-list__date {
  padding: 5px 20px 5px 40px;
  line-height: 1.7rem;
  font-size: 1.2rem;
  color: #000;
  background: url(/magazine/img/calendar-icon.svg) no-repeat;
  background-position: 20px 7px;
  transition: all 0.2s;
}
.article-list__date__box {
  position: absolute;
  top: -22px;
  left: 0;
  background-color: #fff;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .article-list__date__box {
    top: -40px;
    left: -14px;
    width: fit-content;
  }
}
.article-list__title {
  font-size: 1.6rem;
  color: #000;
  line-height: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .article-list__title {
    font-size: 1.4rem;
  }
}
.article-list__colbox {
  display: flex;
  justify-content: space-between;
}
.article-list__keyword {
  font-size: 1.4rem;
  width: fit-content;
  color: #00A08E;
  font-weight: bold;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .article-list__keyword {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.article-list__keyword__hash {
  font-size: 1.4rem;
  color: #00A08E;
  font-weight: bold;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .article-list__keyword__hash {
    font-size: 1.2rem;
  }
}
.article-list__sdgs__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .article-list__sdgs__list {
    display: none;
  }
}
.article-list__sdgs__item {
  width: 40px;
}
.article-list__background {
  position: absolute;
  width: 100%;
  height: 80%;
  background-color: #EFF8EC;
  bottom: 0;
  left: 0;
}
.article-list__link {
  transition: all 0.2s;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .article-list__link {
    display: flex;
    padding: 16px 14px;
  }
}
@media screen and (min-width: 768px) {
  .article-list__link:hover {
    background-color: #00A08E;
  }
}
@media screen and (min-width: 768px) {
  .article-list__link:hover .article-list__img img {
    transform: scale(1.1, 1.1);
  }
}
@media screen and (min-width: 768px) {
  .article-list__link:hover .article-list__date__box {
    background-color: #00A08E;
  }
}
@media screen and (min-width: 768px) {
  .article-list__link:hover .article-list__date {
    color: #fff;
    background: url(/magazine/img/calendar-icon_white.svg) no-repeat;
    background-position: 20px 7px;
  }
}
@media screen and (min-width: 768px) {
  .article-list__link:hover .article-list__title {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .article-list__link:hover .article-list__keyword {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .article-list__link:hover .article-list__keyword__hash {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .article-list__link:hover .article-list__category {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .article-list__link:hover .article-list__category::before {
    background-color: #fff;
  }
}

.more-info {
  width: 100%;
  padding-left: 40px;
  border-left: 1px solid #E1E1E1;
}
@media screen and (max-width: 767px) {
  .more-info {
    display: none !important;
  }
}
.more-info__wrap {
  position: sticky;
  top: 150px;
}
.more-info__linklist {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .more-info__banner__link:hover .more-info__banner__img img {
    transform: scale(1.1, 1.1);
  }
}
.more-info__banner__list {
  margin-top: 16px;
}
.more-info__banner__item {
  margin-top: 16px;
}
.more-info__banner__item:first-child {
  margin-top: 0;
}
.more-info__banner__img {
  overflow: hidden;
}
.more-info__banner__img img {
  transition: all 0.2s;
}

.ss-movie {
  position: relative;
  padding: 60px 0 100px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .ss-movie {
    padding: 40px 0 60px;
  }
}
.ss-movie__text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .ss-movie__text {
    padding: 0 20px;
  }
}
.ss-movie__bg {
  position: absolute;
  width: 100%;
  height: 563px;
  top: 0;
  left: 0;
  background-color: #EFF8EC;
  z-index: 1;
}
.ss-movie__wrap {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.ss-movie__contents {
  max-width: 1560px;
  margin: 0 0 0 auto;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .ss-movie__contents {
    width: 100%;
    margin: auto;
  }
}
.ss-movie__moviebox {
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  width: fit-content;
  min-width: 300px;
  aspect-ratio: 9/16;
}
.ss-movie__iframe {
  width: fit-content;
  aspect-ratio: 9/16;
}
.ss-movie__splide {
  position: relative;
}
.ss-movie__splide__controller {
  position: absolute;
  z-index: 1;
  width: 60.6vw;
  max-width: 1164px;
  height: 3px;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ss-movie__splide__controller {
    width: 90%;
  }
}
.ss-movie__splide__controller__box {
  padding: 64px 0 60px;
}
@media screen and (max-width: 767px) {
  .ss-movie__splide__controller__box {
    padding: 40px 0 40px;
  }
}
.ss-movie__splide__arrows {
  position: relative;
  display: flex;
  align-items: center;
  width: 136px;
  margin-right: 24px;
  padding-right: 24px;
  gap: 16px;
  border-right: 1px solid #000;
  box-sizing: content-box;
}
.ss-movie__splide__arrow {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
  overflow: hidden;
  opacity: 1;
}
.ss-movie__splide__arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: 22px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0);
}
.ss-movie__splide__arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 50%;
  width: 17px;
  height: 2px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ss-movie__splide__arrow-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}
.ss-movie__splide__arrow-next {
  transform: translateY(0);
  right: 0;
}
.ss-movie__splide__progress {
  background-color: #BFBFBF;
  height: 1px;
  width: 100%;
  display: flex;
  align-items: center;
}
.ss-movie__splide__progress__bar {
  background-color: #000;
  height: 3px;
}
.ss-movie__title {
  font-size: 1.6rem;
  font-weight: bold;
}
.ss-movie__title__box {
  margin-top: 16px;
}

.ss-sns {
  width: 100%;
  padding: 0 0 100px;
}
.ss-sns__wrap {
  margin: 0 auto;
  width: fit-content;
}
.ss-sns__list {
  display: flex;
  justify-content: space-between;
  gap: 105px;
}
@media screen and (max-width: 767px) {
  .ss-sns__list {
    flex-direction: column;
    gap: 24px;
  }
}
.ss-sns__list__item {
  position: relative;
  display: flex;
  min-height: 36px;
}
.ss-sns__list__item.-instagram {
  padding-left: 55px;
  background: url(/sports/image/icn_ig.svg) no-repeat;
  background-position: left center;
  background-size: 36px 36px;
}
.ss-sns__list__item.-youtube {
  padding-left: 48px;
  background: url(/sports/image/icn_youtube.svg) no-repeat;
  background-position: left center;
  background-size: 40px 40px;
}
.ss-sns__link {
  position: relative;
  display: flex;
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  width: fit-content;
  transition: all 0.2s;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .ss-sns__link:hover {
    opacity: 0.5;
  }
}
.ss-sns__link::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-top: 3px;
  background: url(/csr/magazine/images/icn_circle_arrow_right.svg) no-repeat center;
}
.ss-sns__link.-blank::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url(/csr/magazine/images/icon_link_2.svg) no-repeat center;
}

.hbm-magazine__title {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
}
.hbm-magazine__title.-left {
  text-align: left;
}
.hbm-magazine__title_sub {
  font-family: "Jost", sans-serif;
  text-align: center;
  letter-spacing: 4.5px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #00A08E;
  padding-bottom: 40px;
}

.magazine__cols {
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .magazine__cols {
    gap: 16px;
    padding: 10px 0;
    overflow-x: auto;
  }
}
.magazine__col {
  background-color: #fff;
  box-shadow: 3px 3px 16px #E1E1E1;
  padding-bottom: 20px;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .magazine__col {
    width: 273px;
    margin-right: 36px;
    margin-bottom: 40px;
  }
}
.magazine__col__img {
  width: 273px;
  display: block;
  overflow: hidden;
}
.magazine__col__img img {
  transition: all 0.2s;
}
.magazine__col__txtbox {
  position: relative;
}
.magazine__col__txt {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px 20px 10px 20px;
  color: #000;
  line-height: 2.5rem;
  position: relative;
  z-index: 10;
}

.hbm-tab__text-date {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 1.2rem;
  padding: 5px 20px 5px 40px;
  color: #000;
  line-height: 1.7rem;
  background: url(/magazine/img/calendar-icon.svg) no-repeat;
  background-color: #fff;
  background-position: 20px 7px;
  transition: all 0.2s;
}

.hbm-post__keyword {
  display: none;
}