/*================================
	text
================================*/
.c-text {
  font-size: 1.6rem;
}
.c-text .-strong {
  font-weight: bold;
  color: #0050A5;
}
.c-text.-notes {
  font-size: 1.4rem;
  color: #666;
}

.chronotype__link__section {
  width: 100%;
  padding: 80px 20px 0;
}
.chronotype__link__wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .chronotype__link__wrap {
    width: 100%;
  }
}
.chronotype__link__title {
  position: relative;
  font-size: 3rem;
  color: #0050A5;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding-bottom: 20px;
}
.chronotype__link__title::after {
  position: absolute;
  content: "";
  width: 87px;
  height: 10px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/csr/stda/images/top/img_title.svg) no-repeat;
  background-size: contain;
}
.chronotype__link__title__sub {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.chronotype__link__flexbox {
  margin-top: 30px;
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .chronotype__link__flexbox {
    flex-direction: column;
  }
}
.chronotype__link__fig img {
  width: 582px;
}
@media screen and (max-width: 767px) {
  .chronotype__link__fig img {
    width: 100%;
  }
}
.chronotype__link__textarea {
  width: 582px;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .chronotype__link__textarea {
    width: 100%;
  }
}
.chronotype__link__button {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 13px 0;
  text-align: center;
  margin-top: 30px;
  transition: 0.5s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #0050A5;
  border: 1px solid #0050A5;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .chronotype__link__button {
    max-width: 303px;
  }
}
.chronotype__link__button:hover {
  color: #0050A5;
  background-color: #fff;
}
.chronotype__link__button:hover::after {
  background: url(/csr/stda/chronotype/images/icn_arrow_blue_hover.svg) no-repeat;
  background-size: contain;
}
.chronotype__link__button::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 18px;
  width: 18px;
  height: 18px;
  background: url(/csr/stda/chronotype/images/icn_arrow_blue.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.stda_button_link {
  position: relative;
  display: block;
  width: 90%;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 13px 0;
  text-align: center;
  margin-top: 30px;
  transition: 0.5s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.stda_button_link::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.act_archive_box {
  display: flex;
  margin-top: 30px;
  padding: 36px;
}

.act_archive_box.community {
  background-color: #FFE5C2;
  border-radius: 10px;
}

.act_archive_box.whitepaper {
  background-color: #DDEEDB;
  border-radius: 10px;
}

.act_archive_fig {
  width: 48.5%;
  margin-right: 3%;
}

.act_archive_fig img {
  border-radius: 6px;
}

.act_archive_discription {
  width: 48.5%;
}

.act_archive_discription p {
  text-align: left;
  font-size: 1.6rem;
}

.act_archive_discription .act_archive_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.act_archive_box.community .act_archive_title {
  color: #FF6408;
}

.act_archive_box.whitepaper .act_archive_title {
  color: #007B6D;
}

.stda_button_link.act_community_link {
  background-color: #FF6408;
  max-width: 303px;
  border: 1px solid #FF6408;
}

.stda_button_link.act_community_link::after {
  background-image: url(/csr/stda/images/top/icn_com.svg);
}

.stda_button_link.act_archive_link {
  background-color: #007B6D;
  max-width: 303px;
  border: 1px solid #007b6d;
}

.stda_button_link.act_archive_link::after {
  background-image: url(/csr/stda/images/top/icn_whitepaper.svg);
}

@media screen and (max-width: 767px) {
  .act_archive_box {
    display: block;
  }
  .act_archive_fig, .act_archive_discription {
    width: auto;
  }
  .act_archive_fig {
    margin: auto;
  }
  .act_archive_box {
    padding: 20px 16px;
  }
  .act_archive_discription .act_archive_title {
    margin-top: 20px;
    text-align: center;
  }
  .stda_button_link {
    width: 100%;
  }
  .stda_button_link.act_archive_link, .stda_button_link.act_community_link {
    max-width: unset;
  }
  .action_img {
    width: 100%;
    margin-top: 8px;
  }
  .activity_column_2 {
    justify-content: space-between;
    width: 100%;
  }
  .activity_col {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .stda_button_link.act_community_link:hover {
    color: #FF6408;
  }
  .stda_button_link.act_community_link:hover::after {
    background-image: url(/csr/stda/images/top/icn_com_hover.svg);
  }
  .stda_button_link.act_archive_link:hover {
    color: #007B6D;
    background-color: #fff;
  }
  .stda_button_link.act_archive_link:hover::after {
    background-image: url(/csr/stda/images/top/icn_whitepaper_hover.svg);
  }
}
.title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .title-wrapper {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .title-wrapper {
    padding-top: 0;
  }
}
.pickup-content p {
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pickup {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
  }
}
.pickup-list {
  padding: 10px 0;
}

.pickup-list__item__link img {
  display: inline-block !important;
  max-width: 250px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}

.pickup-list__item__link {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  isolation: isolate;
}

.pickup-list__item__link:hover img {
  transform: scale(1.1, 1.1);
  transition-duration: 0.2s;
}

@media screen and (min-width: 768px) {
  .pickup-list__item__link {
    width: 23vw;
  }
}
.title-pickup {
  color: #ac8e72;
  line-height: 1.3;
  text-align: center;
}

.pickup_sub_title {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .title-pickup-wrapper {
    width: 100%;
  }
}
.pickup {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.title.title-pickup {
  font-size: 30px;
  font-weight: bold;
}

.pickup_sub_title {
  font-size: 20px;
  color: #000;
}

.pickup-list {
  margin-top: 20px;
}

.link__section {
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .link__section {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .link__section {
    padding: 80px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .link__box {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .act_archive_box {
    margin: 0 24px;
  }
}

.pickup {
  padding-bottom: 100px;
}

.reference__txt {
  font-size: 16px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .reference__txt {
    margin: 100px auto;
  }
}
@media screen and (max-width: 767px) {
  .reference__txt {
    margin: 80px auto;
  }
}

.slick-dots li button:before {
  content: "" !important;
  width: 11px !important;
  height: 11px !important;
  font-size: 11px !important;
  background-color: #ac8e72 !important;
  border-radius: 50% !important;
}

.l-pageTop .l-pageTop__wrap a {
  opacity: 1;
}
.l-pageTop .l-pageTop__wrap a .l-pageTop__icon {
  display: block;
  width: 50px;
  height: 60px;
  background-image: url(/csr/stda/images/top/icn_top.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  cursor: pointer;
  transition: all 0.2s;
  background-color: unset;
  border-radius: unset;
}
.l-pageTop .l-pageTop__wrap a .l-pageTop__icon::before {
  content: none;
}

.js-fadein-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(150px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}

.js-fadein-up.js-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}