/*----------------------------------------
Pagination
-----------------------------------------*/
#SE {
  /* PC */
  /* SP */
}

#SE .em-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

#SE .em-pagination .page-numbers {
  display: inline-block;
  margin: 0 3px;
  padding: 9px 0;
  width: 43px;
  background: #FFF;
  color: #000;
  border: 1px solid #000;
  text-decoration: none;
}

#SE .em-pagination .current {
  background: #000000 !important;
  color: #FFF !important;
}

@media screen and (min-width: 769px) {
  #SE .em-pagination {
    margin: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  #SE .em-pagination {
    margin: 5px 0 15px;
  }
}

#SE .page-numbers {
  border-radius: 999px !important;
  margin: 0 10px;
  padding: 11px 0 !important;
  width: 49px !important;
  background-color: transparent;
  border-width: 2px;
}

#SE .page-numbers.prev {
  position: relative;
  width: 49px;
  height: 49px;
}

#SE .page-numbers.prev:before {
  position: absolute;
  content: "";
  background-image: url(../img/en-se/next_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(1.3);
  transform: translate(-50%, -50%) rotate(180deg) scale(1.3);
  height: 10px;
  width: 10px;
}

#SE .page-numbers.next {
  position: relative;
  width: 49px;
  height: 49px;
}

#SE .page-numbers.next:before {
  position: absolute;
  content: "";
  background-image: url(../img/en-se/next_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 58%;
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%) scale(1.3);
  height: 10px;
  width: 10px;
}

#SE a:hover {
  background-color: #fff;
  opacity: 1;
}

@media screen and (max-width: 500px) {
  #SE .em-pagination {
    margin-top: 30px !important;
  }
  #SE .page-numbers {
    padding: 9px 0 !important;
    width: 44px !important;
    margin: 0 5px !important;
    height: 44px;
  }
  #SE .page-numbers.prev {
    width: 44px;
    height: 44px;
  }
  #SE .page-numbers.next {
    width: 44px;
    height: 44px;
  }
}

/*----------------------------------------
MAIN
-----------------------------------------*/
#SE {
  word-break: break-word;
  text-align: left;
}

#SE .indent {
  text-indent: -0.6em;
  padding-left: 1em;
}

#SE .indent--1em {
  text-indent: -1em;
  padding-left: 1em;
}

#SE .mb0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  .moddal_en2022 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .moddal_en2022__lft {
    width: 34%;
  }
  .moddal_en2022__rgt {
    width: 62%;
    word-break: break-word;
    text-align: left;
  }
  .moddal_en2022__rgt h3 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .moddal_en2022__rgt h4 {
    margin-bottom: 20px;
  }
  #SE #area_h1 {
    height: auto;
    min-height: 180px;
  }
  #SE #area_h1 h1 {
    letter-spacing: 0;
    padding-left: 0;
    width: 95%;
  }
  #SE .mt20 {
    margin-top: 20px !important;
  }
  #SE .mt40 {
    margin-top: 40px !important;
  }
  #SE .mb40 {
    margin-bottom: 40px !important;
  }
  #SE .beforeNone::before {
    content: none;
  }
  #SE .se_nav {
    margin-bottom: 10px;
  }
  #SE .se_nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #SE .se_nav ul li {
    /* padding: 0.5% 2.4%; */
    border-right: 1px solid #222;
    /* line-height: 1.2;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center; */
    margin-bottom: 20px;
  }
  #SE .se_nav ul li:first-of-type {
    border-left: 1px solid #222;
  }
  #SE .se_nav ul li.active {
    background: #ffeef8;
  }
  #SE .main_wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 1000px;
  }
  #SE .whbox {
    border-radius: 0 0 20px 0;
  }
  #SE .whbox h3 {
    word-break: break-word;
    text-align: left;
    letter-spacing: 0;
  }
  #SE .whbox a {
    color: #222;
  }
  #SE .whbox.flbox .LFT {
    padding-right: 20px;
    width: 35.55%;
  }
  #SE .whbox.flbox .RGT {
    width: 64.45%;
  }
  #SE .h2_underspan {
    display: block;
    font-size: 1.8rem;
    margin-top: 15px;
    letter-spacing: 0;
  }
  #SE .content .redBox {
    background: #fff3fa;
    margin-bottom: 10px;
    padding: 3%;
  }
  #SE .content .txtRGT {
    text-align: right;
  }
  #SE .content .pinkspan {
    color: #c3247b;
  }
  #SE .content .one_radius_btn a {
    display: inline-block;
    background: #222222;
    color: #fff;
    font-weight: bold;
    padding: 15px 40px;
    border: 1px solid #222;
    border-radius: 0 0 20px 0;
    width: 280px;
    text-align: center;
    text-decoration: none;
  }
  #SE .content.BTM100--mt50 {
    margin-top: 50px;
  }
  #SE .content.TOP100 {
    width: 100%;
  }
  #SE .content.RGT100 {
    width: 100%;
  }
  #SE .content .w80 {
    width: 90%;
    margin: 0 auto 10px;
  }
  #SE .content .smltxt {
    font-size: 1.2rem;
  }
  #SE .content .bordertop--mt40, #SE .content.bordertop--mt40 {
    border-top: 1px solid #222;
    padding-top: 30px;
    margin-top: 30px;
  }
  #SE .content__sec05--h3 {
    margin-bottom: 20px;
  }
  #SE .content__sec05--h4 {
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  #SE .content__sec05--h5 {
    background: #666;
    font-weight: bold;
    padding: 0 3px;
    color: #fff;
    display: inline-block;
  }
  #SE .content .gryTxt {
    color: #9f9f9f;
  }
  #SE .h2_underimg {
    margin-top: -15px;
  }
  #SE .box_bg {
    background: url(../img/en-se/se01/box_bg01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0  0  20px 0;
    color: #fff;
  }
  #SE .box_bg h2::before {
    background: #fff;
  }
  #SE .box_bg--02 {
    background: url(../img/en-se/se01/box_bg02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #SE .box_bg--03 {
    background: url(../img/en-se/se01/box_bg03.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #SE .box_bg--04 {
    background: url(../img/en-se/se01/box_bg04.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #SE .box_bg--05 {
    background: url(../img/en-se/se01/box_bg05.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #SE .box_bg--06 {
    background: url(../img/en-se/se01/box_bg06.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #SE .section-container {
    margin-bottom: 100px;
  }
  #SE .founders__blk {
    width: 19%;
    background: #fff;
    margin: 0 0.5% 40px;
    border-radius: 0 0 20px 0;
    padding: 20px 20px 50px;
    box-shadow: 0px 0px 8px 3px #ccc;
  }
  #SE .blk_list2022 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #SE .blk_list2022 li {
    width: 30%;
    margin-bottom: 40px !important;
  }
  #SE .blk_list2022 li .date2022 {
    font-size: 1.2rem;
    color: #c3247b;
    margin-bottom: 0;
  }
  #SE .blk_list2022_view {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #SE .blk_list2022_view .list2022_view {
    width: 30%;
    margin-bottom: 50px !important;
    position: relative;
  }
  #SE .blk_list2022_view .list2022_view .txt {
    padding: 35px 15px 65px;
  }
  #SE .blk_list2022_view .list2022_view .txt h3 {
    color: #c3247b;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #SE .blk_list2022_view .list2022_view .txt p {
    word-break: break-word;
  }
  #SE .blk_list2022_view .list2022_view .txt .more {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #SE .backBtn {
    margin-top: 100px;
    text-align: center;
  }
  #SE .backBtn a {
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: 2px solid #222;
  }
  #SE #whatEco .whatEcoMember__group__flex--item--btnArea--btn.btn {
    color: #fff;
  }
  #SE #whatEco .whatEcoMember__group__flex--item--btnArea--btn.btn:hover {
    color: #c3247b;
  }
}

@media screen and (max-width: 768px) {
  .moddal_en2022__lft {
    margin-bottom: 20px;
  }
  .moddal_en2022__lft img {
    display: block;
    margin: 0 auto;
  }
  .moddal_en2022__rgt {
    word-break: break-word;
    text-align: left;
  }
  .moddal_en2022__rgt h3 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .moddal_en2022__rgt h4 {
    margin-bottom: 10px;
  }
  #SE {
    text-align: left;
  }
  #SE #area_h1 {
    height: auto;
    min-height: 130px;
  }
  #SE #area_h1 h1 {
    letter-spacing: 0;
    padding-left: 0;
    width: 95%;
  }
  #SE .mb40 {
    margin-bottom: 20px !important;
  }
  #SE .spmt50 {
    margin-top: 50px;
  }
  #SE .main_wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  #SE .se_nav {
    margin-bottom: 20px;
  }
  #SE .se_nav ul li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #222;
    text-align: center;
  }
  #SE .se_nav ul li:first-of-type {
    border-top: 1px solid #222;
  }
  #SE .se_nav ul li.active {
    background: #ffeef8;
  }
  #SE .whbox {
    width: 100%;
  }
  #SE .whbox a {
    color: #222;
  }
  #SE .h2_underspan {
    display: block;
    font-size: 1.8rem;
    margin-top: 10px;
    letter-spacing: 0;
  }
  #SE .content .redBox {
    background: #fff3fa;
    margin-bottom: 10px;
    padding: 5%;
  }
  #SE .content .txtRGT {
    text-align: right;
  }
  #SE .content .pinkspan {
    color: #c3247b;
  }
  #SE .content .one_radius_btn a {
    display: inline-block;
    background: #222222;
    color: #fff;
    font-weight: bold;
    padding: 15px 40px;
    border: 1px solid #222;
    border-radius: 0 0 20px 0;
    width: 100%;
    text-align: center;
    text-decoration: none;
  }
  #SE .content.BTM100--mt50 {
    margin-top: 25px;
  }
  #SE .content.TOP100 {
    width: 100%;
  }
  #SE .content.RGT100 {
    width: 100%;
  }
  #SE .content .w80 {
    width: 100%;
    margin: 0 auto 10px;
  }
  #SE .content .smltxt {
    font-size: 1.2rem;
  }
  #SE .content .bordertop--mt40, #SE .content.bordertop--mt40 {
    border-top: 1px solid #222;
    padding-top: 20px;
    margin-top: 20px;
  }
  #SE .content.bordertop--spnone {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  #SE .founders {
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
  }
  #SE .founders__blk {
    width: 48%;
    background: #fff;
    margin: 0 0 20px;
    border-radius: 0 0 20px 0;
    padding: 20px 20px 25px;
    box-shadow: 0px 0px 8px 3px #ccc;
  }
  #SE .backBtn {
    margin-top: 50px;
    text-align: center;
  }
  #SE .backBtn a {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 2px solid #222;
  }
  #SE #whatEco .whatEcoMember__group__flex--item--btnArea--btn.btn {
    color: #fff;
  }
}

#SE .thumb {
  height: auto;
  margin: 0;
}



@media screen and (min-width: 769px) {
  #SE .se_nav ul li a  {
    padding: 0.5% 24px;
    line-height: 1.2;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #SE .se_nav.top-fixed {
    margin-bottom: 0;
    position: fixed;
    top: 50px;
    left: 110px;
    width: calc(100% - 110px);
    background: #fff;
    z-index: 999;
  }
  #SE .se_nav.top-fixed ul {
    max-width: 1000px;
    margin: 0 auto;
  }
  #SE .se_nav ul li.active a {
  pointer-events: none;
  }
}


.section_box_eco2022:before {
  
  content: none !important;
}