#content {
  margin-top: 50px;
}
.circle {
  position: relative;
}
.circle:before {
  content: "";
  position: absolute;
  z-index: -1;
}
.circle.is-blue:before {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(212, 252, 255, 0.6) 0,
    rgba(212, 252, 255, 0) 100%
  );
}
.circle.is-green:before {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(226, 255, 230, 0.6) 0,
    rgba(226, 255, 230, 0) 100%
  );
}
.circle.is-red:before {
  background: radial-gradient(
    50% 50% at 50% 50%,
    #ffe3e3 0,
    hsla(0, 100%, 96%, 0) 100%
  );
}
.circle#circle1:before {
  bottom: -20vw;
  height: 45.827vw;
  right: -10vw;
  width: 45.827vw;
}
.circle#circle2:before {
  bottom: -20vw;
  height: 37.994vw;
  left: -10vw;
  width: 37.994vw;
}
.circle#circle3:before {
  bottom: -20vw;
  height: 50.805vw;
  right: -10vw;
  width: 50.805vw;
}
.secWrap_col2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -100px;
}
.secWrap_col2 .secWrap_col2_left {
  width: 66%;
}
.secWrap_col2 .secWrap_col2_right {
  margin-left: 10%;
  width: 24%;
}
.secWrap_col2 .sec {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .secWrap_col2 {
    margin-top: -50px;
  }
  .secWrap_col2 .secWrap_col2_left {
    width: 100%;
  }
  .secWrap_col2 .secWrap_col2_right {
    margin-left: auto;
    width:  100%;
  }

  .secWrap_col2 #latestSec { order: 1; }
  .secWrap_col2 #tagSec { order: 4; }
  .secWrap_col2 #blogSec { order: 2; }
  .secWrap_col2 #bnrSec { order: 3; }
}
#popup {
  bottom: 16px;
  display: none;
  position: fixed;
  right: 16px;
  z-index: 990;
}
#popup .popup_in {
  align-items: center;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.85),
    hsla(0, 0%, 97%, 0.85)
  );
  border-radius: 1.25em;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  padding: 0.75em 2.3125em 0.75em 0.75em;
}
#popup .popup_in .popup_imgArea {
  margin-right: 0.625em;
  width: 3.125em;
}
#popup .popup_in .popup_tit {
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 500;
}
#popup .popup_in .popup_copy {
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #popup .popup_in .popup_copy {
    display: none;
  }
}
#popup .popup_close {
  background-image: url(../../img/icon/crossmark.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1em;
  position: absolute;
  right: 0.75em;
  top: 0.75em;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 1em;
}
#popup .popup_close:hover {
  cursor: pointer;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
#mv .mv_swiper {
  opacity: 0;
  position: relative;
}
#mv .mv_swiper.swiper-initialized {
  opacity: 1;
  transition: opacity 0s ease-in-out 0.3s;
}
#mv .swiper-wrapper {
  align-items: stretch !important;
}
#mv .swiper-nav {
  height: calc(100% - 14.61538vw);
  position: absolute;
  top: 7.6923076923vw;
  width: 100%;
}
#mv .swiper-nav .swiper-nav_in {
  height: 100%;
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  width: 65%;
}
#mv .swiper-nav .swiper-button {
  max-width: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3%;
  z-index: 100;
}
#mv .swiper-nav .swiper-button.is-prev {
  left: -10%;
}
#mv .swiper-nav .swiper-button.is-next {
  right: -10%;
}
#mv .swiper-nav .swiper-button:hover {
  cursor: pointer;
  opacity: 0.7;
}
#mv .swiper-slide {
  height: auto !important;
  max-width: 900px;
  padding: 125px 0 60px;
  width: 65%;
}
#mv .swiper-slide .articreList_card {
  align-items: center;
  border: none;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
#mv .swiper-slide .articreList_head {
  width: 58%;
}
#mv .swiper-slide .articreList_head .inview-thumbnail > .img {
  -webkit-animation: none;
  animation: none;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
#mv .swiper-slide .articreList_body {
  width: 38%;
}
#mv .swiper-slide .articreList_body .cat {
  font-size: clamp(13px, 1.333vw, 16px);
  margin-top: 0;
}
#mv .swiper-slide .articreList_body .ttl {
  font-size: clamp(23px, 2.75vw, 33px);
  font-weight: 500;
  margin-top: 20px;
}
#mv .swiper-slide .articreList_body .tags {
  font-size: clamp(10px, 1vw, 12px);
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #mv .swiper-nav {
    display: none;
  }
  #mv .swiper-slide {
    padding: 60px 10px 20px;
  }
  #mv .swiper-slide .articreList_card {
    display: block;
  }
  #mv .swiper-slide .articreList_body,
  #mv .swiper-slide .articreList_head {
    width: auto;
  }
  #mv .swiper-slide .articreList_body .cat {
    font-size: clamp(13px, 1.333vw, 16px);
    margin-top: 5px;
  }
  #mv .swiper-slide .articreList_body .ttl {
    font-size: clamp(15px, 1.583vw, 19px);
    margin-top: 10px;
  }
  #mv .swiper-slide .articreList_body .tags {
    font-size: clamp(10px, 1vw, 12px);
    margin-top: 20px;
  }
}
#mv {
  position: relative;
}
.mv_bg-container {
  display: flex;
  inset: 0;
  justify-content: center;
  position: absolute;
}
.mv_bg-current,
.mv_bg-next,
.mv_bg-prev {
  flex-shrink: 0;
  max-width: 900px;
  position: relative;
  width: 65%;
}
.mv_bg-color {
  -webkit-filter: opacity(0.4);
  filter: opacity(0.4);
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: skew(341deg);
  transform: skew(341deg);
  transition: opacity 1s;
  z-index: 1;
}
.mv_bg-color.-wellulu-talk {
  background-image: linear-gradient(
    90deg,
    transparent 3%,
    #96d3e5 45%,
    #96d3e5 55%,
    transparent 97%
  );
}
.mv_bg-color.-well-being-challenge {
  background-image: linear-gradient(
    90deg,
    transparent 3%,
    #f28e8e 45%,
    #f28e8e 55%,
    transparent 97%
  );
}
.mv_bg-color.-well-being-tech {
  background-image: linear-gradient(
    90deg,
    transparent 3%,
    #74da7e 45%,
    #74da7e 55%,
    transparent 97%
  );
}
.mv_bg-color.-biz4-well-being {
  background-image: linear-gradient(
    90deg,
    transparent 3%,
    #e7cc6c 45%,
    #e7cc6c 55%,
    transparent 97%
  );
}
.mv_bg-color.-wellulu-academy {
  background-image: linear-gradient(
    90deg,
    transparent 3%,
    #c47ce7 45%,
    #c47ce7 55%,
    transparent 97%
  );
}
.-biz4-well-being .mv_bg-color.-biz4-well-being,
.-well-being-challenge .mv_bg-color.-well-being-challenge,
.-well-being-tech .mv_bg-color.-well-being-tech,
.-wellulu-academy .mv_bg-color.-wellulu-academy,
.-wellulu-talk .mv_bg-color.-wellulu-talk {
  opacity: 1;
}
#news {
  background-color: #fff;
  font-size: clamp(16px, 1.667vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0;
}
#news .swiper-wrapper {
  transition-timing-function: linear !important;
}
#news .swiper-wrapper .swiper-slide {
  display: inline-block;
  white-space: nowrap;
  width: auto !important;
  word-break: keep-all;
}
#news .swiper-wrapper .swiper-slide br {
  display: none;
}
#regularsSec1 .regularsList {
  display: block;
}
#regularsSec1 .regularsList_card {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #regularsSec1 .regularsList {
    display: flex;
  }
  #regularsSec1 .regularsList_card {
    margin-top: 0;
  }
}
#latestSec .articreList {
  margin-left: 0;
}
#latestSec .articreList > .grid_child {
  margin-left: 0;
  margin-top: 0;
}
#latestSec .articreList > .grid_child:nth-of-type(2n) .articreList_card {
  padding-left: 3%;
}
#latestSec .articreList > .grid_child:nth-of-type(odd) .articreList_card {
  padding-right: 3%;
}
@media screen and (max-width: 767px) {
  #latestSec .articreList > .grid_child:nth-of-type(2n) .articreList_card {
    padding-left: 0;
  }
  #latestSec .articreList > .grid_child:nth-of-type(odd) .articreList_card {
    padding-right: 0;
  }
  #weeklySec .common_swiper {
    position: relative;
  }
  #weeklySec .common_swiper .swiper-nav {
    display: none;
  }
  #weeklySec .common_swiper .swiper-container {
    overflow: hidden !important;
  }
  #weeklySec .common_swiper .swiper-container .swiper {
    margin-right: auto;
    width: auto;
  }
  #weeklySec .common_swiper .swiper-container .swiper .swiper-slide {
    max-width: none;
  }
  #weeklySec
    .common_swiper
    .swiper-container
    .swiper
    .swiper-slide:first-child {
    width: 96%;
  }
}
#blogSec  .blogList_card .blogList_head {
  margin-bottom: 15px;
}
#blogSec .blogList_card .blogList_head .ttl {
  font-size: clamp( 14px, 1.416vw, 17px );
}
#blogSec .blogList_card .editorProfile_txtArea .name {
  font-size: clamp( 12px, 1.25vw, 15px );
}
#bnrSec .bnr_txt {
  font-size: clamp( 12px, 1.25vw, 15px );
  margin-top: 10px;
}

#regularsSec2 #regulars .regulars_item {
  border-bottom: 1px dashed #000;
  display: flex;
  padding: 30px 0;
}
#regularsSec2 #regulars .regulars_item:last-child {
  border-bottom:none;
}
#regularsSec2 #regulars .regulars_head {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 3%;
  text-align: center;
  width: 22%;
}
#regularsSec2 #regulars .regulars_head .thumbnail {
  position: relative;
  width: 100%;
}
#regularsSec2 #regulars .regulars_head .thumbnail > .img {
  padding-top: 74.9185%;
  width: 100%;
}
#regularsSec2 #regulars .regulars_head .copy {
  font-size: clamp(12px, 1.25vw, 15px);
  font-weight: 500;
  margin-top: 15px;
}
#regularsSec2 #regulars .regulars_head .btn {
  margin-top: 25px;
}
#regularsSec2 #regulars .regulars_body {
  width: 83%;
}
#regularsSec2 #regulars .regulars_body .articreList_card {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #regularsSec2 #regulars .regulars_item {
    display: block;
    padding: 25px 0;
  }
  #regularsSec2 #regulars .regulars_head {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 15px;
    margin-right: 0;
    text-align: left;
    width: auto;
  }
  #regularsSec2 #regulars .regulars_head .thumbnail {
    margin-right: 9%;
    width: 37%;
  }
  #regularsSec2 #regulars .regulars_head .thumbnail .img {
    padding-top: 74.9185%;
    width: 100%;
  }
  #regularsSec2 #regulars .regulars_head .copy {
    font-size: clamp(15px, 1.583vw, 19px);
    margin-top: 0;
    width: 54%;
  }
  #regularsSec2 #regulars .regulars_body {
    width: auto;
  }
  #regularsSec2 #regulars .regulars_body .articreList_card:nth-of-type(3),
  #regularsSec2 #regulars .regulars_body .articreList_card:nth-of-type(4) {
    display: none;
  }
  #regularsSec2 #regulars .regulars_body .btn {
    margin: 40px auto 0;
    text-align: center;
  }
}
#expertSec .expertList_head {
  width: 20%;
  margin-right: 4%;
}
#expertSec .expertList_body {
  width: 85%;
}

#expertSec .expertList_body .name {
    font-size: clamp( 15px, 1.583vw, 18px );
    /* font-weight: bold; */
}
#expertSec .expertList_body .position {
  font-size: clamp( 10px, 1.083vw, 14px );
  color: #656565;
  /* font-weight: bold; */
}
@media screen and (max-width: 767px) {
  #expertSec .expertList_head {
    width: 25%;
    margin-right: 5%;
  }
  #expertSec .expertList_body {
    width: 70%;
  }
}