@charset "UTF-8";

.btn_green {
  width: 300px;
}
.main_content {
  overflow: hidden;
}
.main_content::before,
.main_content::after {
  display: none;
}
.section_content {
  position: relative;
  padding: 100px 20px;
}
.section_content + .section_content {
  border-top: 0;
}
@media screen and (max-width: 768px) {
  .section_content {
    padding: 60px 20px;
  }
  .btn_green {
    width: 100%;
  }
}


/* ---------------------------------
  MV
--------------------------------- */
.mv_block {
  position: fixed;
  z-index: -100;
  height: 60vw;
  width: 100%;
  background-image: linear-gradient(300deg, rgba(254, 246, 236, 1), rgba(202, 231, 237, 1) 10%, rgba(74, 135, 190, 1) 50%, rgba(58, 41, 111, 1));
}
.mv_block::before,
.mv_block::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100vw;
  background-position: right bottom;
}
.mv_block::before {
  background-image: url("../../images/top/mv_bubble.png");
  z-index: 10;
}
.mv_block::after {
  background-image: url("../../images/top/mv.png");
  mix-blend-mode: screen;
}
.mv_block .mv_text {
  position: absolute;
  left: 7%;
  color: #fff;
  top: 22.5%;
}
.mv_block .mv_text h1 {
  font-size: 3.3vw;
  font-weight: 500;
  margin-bottom: 2.8vw;
  line-height: 1.6;
}
.mv_block .mv_text p {
  max-width: 40vw;
  font-size: 1.3vw;
}
.mv_blur {
  width: 200%;
  height: 14vw;
  background-color: #fff;
  filter: blur(2vw);
  margin-bottom: -8vw;
  margin-top: 55vw;
  margin-left: -50vw;
}
@media screen and (max-width: 768px) {
  .mv_block {
    height: 144vw;
  }
  .mv_block::before {
    background-image: url("../../images/top/mv_bubble_sp.png");
    z-index: 10;
  }
  .mv_block::after {
    background-image: url("../../images/top/mv_sp.png");
  }
  .mv_block .mv_text {
    padding: 10.5vw 5.2vw 0;
    top: 0;
    left: 0;
  }
  .mv_block .mv_text h1 {
    font-size: 6.3vw;
    margin-bottom: 5.4vw;
  }
  .mv_block .mv_text p {
    max-width: 100%;
    font-size: 3.8vw;
  }
  .mv_blur {
    height: 35vw;
    margin-bottom: -60px;
    margin-top: 130vw;
    filter: blur(8vw);
  }
}


/* ---------------------------------
  Overview
--------------------------------- */
.overview_block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -10;
}
.overview_content {
  display: flex;
  column-gap: clamp(30px, calc(10px + (100 - 30) * (100vw - 769px) / (1400 - 1000)), 100px);
  align-items: flex-start;
}
.overview_content img {
  width: 62.5%;
  margin-left: calc(50% - 50vw);
}
.overview_text_block .section_title01 {
  margin-bottom: 60px;
}
.overview_text_block h3 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.6;
}
.overview_text_block p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .overview_block::before {
  }
  .overview_content {
    row-gap: 40px;
    flex-flow: column;
  }
  .overview_content img {
    width: 100%;
    margin-left: 0;
  }
  .overview_text_block .section_title01 {
    margin-bottom: 20px;
  }
  .overview_text_block h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

/* ---------------------------------
  Our Initiatives
--------------------------------- */
.initiatives_block {
  background-image: linear-gradient(360deg, rgba(228, 232, 238, 1), rgba(255, 255, 255, 1));
}
.initiatives_content {
  display: flex;
  column-gap: clamp(30px, calc(10px + (100 - 30) * (100vw - 769px) / (1400 - 1000)), 120px);
}
.initiatives_title_block {
  width: 300px;
  flex-shrink: 0;
}
.initiatives_title_block .section_title01 {
  margin-bottom: 60px;
}
.initiatives_list li {
  display: flex;
  column-gap: 40px;
}
.initiatives_list li h3 {
  font-family: 'big_shoulders';
  font-size: 52px;
  font-weight: 200;
  color: #3FBCCC;
}
.initiatives_list li {
  display: flex;
  column-gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E2E9E9;
}
.initiatives_list dt {
  font-size: 24px;
  font-weight: 500;
  margin: 23px 0 20px;
}

@media screen and (max-width: 768px) {
  .initiatives_content {
    flex-flow: column;
  }
  .initiatives_title_block {
    width: 100%;
    margin-bottom: 20px;
  }
  .initiatives_title_block .section_title01 {
    margin-bottom: 0;
  }
  .initiatives_list {
    margin-bottom: 20px;
  }
  .initiatives_list li {
    padding-bottom: 20px;
  }
  .initiatives_list dt {
    font-size: 20px;
    margin: 15px 0 20px;
    line-height: 1.6;
  }
}


/* ---------------------------------
  News
--------------------------------- */
.news_block {
  position: relative;
  padding-top: 370px;
}
.news_block::before {
  content: "";
  width: 100%;
  height: calc(100% - 270px);
  position: absolute;
  top: 270px;
  left: 0;
  background-color: #fff;
  z-index: -10;
}
.news_content {
  display: flex;
  justify-content: space-between;
}
.news_content .section_title01 {
  flex-shrink: 0;
}
.news_content .news_list {
  width: calc(100% - 317px);
  max-height: 374px;
  overflow: auto;
  padding-right: 5px;
}
.news_content .news_list::-webkit-scrollbar {
  width: 9px;
}
.news_content .news_list::-webkit-scrollbar-track {
  background-color: #fff;
  border: 1px solid #E2E9E9;
  border-radius: 100px;
}
.news_content .news_list::-webkit-scrollbar-thumb {
  background-color: #E2E9E9;
  border-radius: 100px;
  width: 1px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.news_content .news_list li {
  padding: 20px 20px 30px;
  border-bottom: 1px solid #E2E9E9;
}
.news_content .news_list .news_data {
  margin-bottom: 10px;
}
.news_content .news_list .news_detail {
  font-size: 18px;
  line-height: 1.6;
}
.news_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -20;
}
.news_bg_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url("../../images/top/news_bg.png");
}
@media screen and (max-width: 768px) {
  .news_block {
    padding-top: 260px;
  }
  .news_block::before {
    height: calc(100% - 200px);
    top: 200px;
  }
  .news_content {
    flex-flow: column;
  }
  .news_content .news_list {
    width: 100%;
    max-height: 468px;
  }
  .news_content .news_list .news_detail {
    font-size: 16px;
  }
}
