@charset 'utf-8';

/*==============
    common
===============*/
:root {
    /* color */
    --light_blue: #00a6d9;
    --orange: #fa7a08;
    --light-gray: #b2b2b2;
    --gold: #d9ae19;
}
#future_lab {
  position: relative;
}
#future_lab::before {
  position: absolute;
  content: "";
  top: 344px;
  left: 0;
  width: 75vw;
  height: 89%;
  background-color: var(--green);
  z-index: -1;
}
@media (max-width: 700px) {
  #future_lab::before { 
    top: 494px;
    height: 71%;
  }
}
#future_lab h2 {
  margin-bottom: 40px;
}
#future_lab .Lead_sentence {
  margin-bottom: 90px;
}
#future_lab article {
  margin-bottom: 54px;
  padding: 54px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 960px) {
  #future_lab article {
    padding-inline: 16px;
  }
}
#future_lab article time {
  display: block;
  margin-bottom: 16px;
  color: var(--light-gray);
}
@media (max-width: 960px) {
  #future_lab article time {
    font-size: 14px;
  }
}
#future_lab article h3 {
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 960px) {
  #future_lab article h3 {
    font-size: 24px;
  }
}
#future_lab article h3 span {
  display: inline-block;
  margin-top: 16px;
  font-size: 16px;
  color: var(--light-gray);
}
@media (max-width: 960px) {
  #future_lab article h3 span {
    font-size: 14px;
    line-height: 1.2;
  }
}
#future_lab article .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 960px) {
  #future_lab article .flex {
    flex-direction: column;
  }
}
#future_lab article .flex .list_img {
  min-width: 344px;
}
@media (max-width: 960px) {
  #future_lab article .flex .list_img {
    min-width: 100%;
    text-align: center;
  }
}
#future_lab article .flex .ditail {
  max-width: 650px;
}
#future_lab article .flex .ditail h4 {
  margin-bottom: 16px;
  font-size: 18px;
}
#future_lab article .flex .ditail .overview {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f1f1f1;
}
#future_lab article .flex .ditail .overview p {
  font-size: 15px;
}
#future_lab article .flex .ditail .theme li {
  margin-bottom: 16px;
  font-size: 15px;
}
#future_lab article .flex .ditail .theme li:last-child {
  margin-bottom: 0;
}
#future_lab article .lower_layer_link {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  #future_lab article .lower_layer_link.flex {
    gap: 24px;
  }
}
#future_lab article .lower_layer_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 54px;
  font-size: 20px;
  color: #fff;
  border-radius: 32px;
}
@media (max-width: 960px) {
  #future_lab article .lower_layer_link a {
    font-size: 16px;
    transition: .5s;
  }
}
#future_lab article .lower_layer_link a.money {
  background-color: var(--gold);
  border: 2px solid var(--gold);
}
#future_lab article .lower_layer_link a.money:hover {
  color: var(--gold);
  background-color: #fff; 
  transition: .5s; 
}
#future_lab article .lower_layer_link a.job {
  background-color: var(--light_blue);
  border: 2px solid var(--light_blue);
}
#future_lab article .lower_layer_link a.job:hover {
  color: var(--light_blue);
  background-color: #fff;
  transition: .5s; 
}
#future_lab article .lower_layer_link a.sweets {
  background-color: var(--orange);
  border: 3px solid var(--orange);
}
#future_lab article .lower_layer_link a.sweets:hover {
  color: var(--orange);
  background-color: #fff;
  transition: .5s; 
}

/**  下層ページ  **/
section#future_Lower_page {
  padding-bottom: 0;
}
#future_Lower_page .mobile {
  display: none;
}

@media (max-width: 700px) {
  #future_Lower_page .mobile {
    display: block;
  }
}
#future_Lower_page h2 {
  margin-inline: auto;
  margin-bottom: 54px;
  font-size: 40px;
  text-align: center;
}
#future_Lower_page h2 div {
  display: inline-block;
}
@media (max-width: 700px) {
  #future_Lower_page h2 {
    margin-bottom: 32px;
    font-size: 32px;
    text-align: left;
  }
}
#future_Lower_page h2 span {
  display: block;
  margin-top: 24px;
  font-size: 14px;
  text-align: center;
  color: var(--light-gray);
}
@media (max-width: 700px) {
  #future_Lower_page h2 span {
    margin-top: 12px;
  }
}
#future_Lower_page .logo {
  margin-bottom: 54px;
  text-align: center;
}
#future_Lower_page .logo img {
  max-width: 724px;
  width: 100%;
}

@media (max-width: 700px) {
  #future_Lower_page .logo {
    margin-bottom: 40px;
  }
}
#future_Lower_page .company_message {
  margin-bottom: 80px;
}
@media (max-width: 700px) {
  #future_Lower_page .company_message {
    margin-bottom: 40px;
  }
}
#future_Lower_page .company_message h3 {
  margin-bottom: 32px;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 700px) {
  #future_Lower_page .company_message h3 {
    font-size: 24px;
  }
}
#future_Lower_page .company_message h3.sponsor {
  font-size: 16px;
  text-align: right;
}
@media (max-width: 700px) {
  #future_Lower_page .company_message h3.sponsor {
    font-size: 14px;
  }
}
#future_Lower_page .company_message p {
  display: block;
  width: 63%;
  margin-inline: auto;
  margin-bottom: 32px;
  line-height: 1.5;
}
@media (max-width: 960px) {
  #future_Lower_page .company_message p {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #future_Lower_page .company_message p {
    margin-bottom: 24px;
  }
}
#future_Lower_page .company_message .company_message_imgs {
  display: flex;
  gap: 12px;
}
#future_Lower_page .company_message .company_message_img {
  width: 33%;
}
@media (max-width: 700px) {
  #future_Lower_page .company_message .company_message_img {
    width: 100%;
  }
  #future_Lower_page .company_message .company_message_img:nth-child(odd) {
    display: none;
  }
}
#future_Lower_page .spotlight_on_the_awarded_team {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-block: 100px 80px;
  background-color: var(--green);
  overflow: hidden;
}
@media (max-width: 700px) {
  #future_Lower_page .spotlight_on_the_awarded_team {
    padding-block: 60px;
  }
}
#future_Lower_page .spotlight_on_the_awarded_team_in {
  position: relative;
  max-width: 1134px;
  margin-inline: auto;
  z-index: 1;
}
@media (max-width: 700px) {
  #future_Lower_page .spotlight_on_the_awarded_team_in {
    margin-inline: 12px;
  }
}
#future_Lower_page .spotlight_on_the_awarded_team_in h2 {
  color: #fff;
}
#future_Lower_page .spotlight_on_the_awarded_team_in .spotlight_on_the_awarded_team_flex {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 960px) {
  #future_Lower_page .spotlight_on_the_awarded_team_in .spotlight_on_the_awarded_team_flex {
    flex-direction: column;
    align-items: center;
  }
}
#future_Lower_page .spotlight_on_the_awarded_team_in .spotlight_on_the_awarded_team_imgs {
  max-width: 535px;
  transition: .5s;
}
#future_Lower_page .spotlight_on_the_awarded_team_in .spotlight_on_the_awarded_team_imgs:hover {
  opacity: .5;
  transition: .5s;
}
#future_Lower_page .spotlight_on_the_awarded_team_in .spotlight_on_the_awarded_team_img {
  margin-bottom: 10px;
}
#future_Lower_page .spotlight_on_the_awarded_team_in .spotlight_on_the_awarded_team_imgs p {
  display: block;
  font-size: 12px;
  text-align: right;
}
#future_Lower_page .spotlight_on_the_awarded_team_in .text {
  max-width: 550px;
  padding: 60px 40px;
  background-color: #fff;
  border-radius: 16px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  #future_Lower_page .spotlight_on_the_awarded_team_in .text {
    padding: 24px;
  }
}
#future_Lower_page .spotlight_on_the_awarded_team_in .text h4 {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 24px;
  padding-left: 60px;
  font-size: 24px;
  border-bottom: 1px solid var(--green);
}
#future_Lower_page .spotlight_on_the_awarded_team_in .text h4::before {
  position: absolute;
  content: "";
  top: -4px;
  left: 0;
  width: 54px;
  height: 54px;
  background-image: url("../img/lab/medal_03.jpg");
}
#future_Lower_page .spotlight_on_the_awarded_team_in .text h4 span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}
#future_Lower_page .spotlight_on_the_awarded_team_in .text ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 700px) {
  #future_Lower_page .spotlight_on_the_awarded_team_in .text ul {
    gap: 16px;
  }
}
#future_Lower_page .spotlight_on_the_awarded_team_in .text ul li {
  position: relative;
  width: 43%;
  padding-left: 1em;
}
@media (max-width: 700px) {
  #future_Lower_page .spotlight_on_the_awarded_team_in .text ul li {
    width: 100%;
  }
}
#future_Lower_page .spotlight_on_the_awarded_team_in .text ul li::before {
  position: absolute;
  content: "・";
  left: 0;
}
#future_Lower_page .spotlight_on_the_awarded_team .bg_marquee {
  position: absolute;
  bottom: -40px;
  display: flex;
  gap: 50px;
}
#future_Lower_page .spotlight_on_the_awarded_team .scroll {
  font-size: 196px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  opacity: .1;
  animation: marquee 20s linear infinite;
}
@keyframes marquee {
  from   { transform: translateX(0); }
  to { transform: translateX(-102%); }
}
@media (max-width: 700px) {
  #future_Lower_page .spotlight_on_the_awarded_team .scroll {
    font-size: 116px;
  }
}
#future_Lower_page .participating_groups {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-block: 120px;
  background-color: #eaeaea;
  background-image: url(../img/lab/bg_07.jpg);
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
}
@media (max-width: 700px) {
  #future_Lower_page .participating_groups {
    padding-block: 60px;
    background-size: contain;
  }
}
#future_Lower_page .participating_groups .participating_groups_in {
  max-width: 1134px;
  margin-inline: auto;
  box-sizing: border-box;
}
#future_Lower_page .participating_groups .participating_groups_in .group_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 960px) {
  #future_Lower_page .participating_groups .participating_groups_in .group_list {
    justify-content: center;
  }
}
#future_Lower_page .participating_groups .participating_groups_in h2 {
  color: #232323;
}
#future_Lower_page .participating_groups .participating_groups_in .group_list .group {
  position: relative;
  max-width: 362px;
  width: 100%;
  height: 390px;
  padding: 32px;
  background-color: #fff;
  border-radius: 12px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  #future_Lower_page .participating_groups .participating_groups_in .group_list .group {
    padding: 24px;
  }
}
#future_Lower_page .participating_groups .participating_groups_in .group_list .group b {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 16px;
  font-size: 24px;
  border-bottom: 1px solid var(--green);
}
#future_Lower_page .participating_groups .participating_groups_in .group_list .group ul li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
}
#future_Lower_page .participating_groups .participating_groups_in .group_list .group ul li::before {
  position: absolute;
  content: "・";
  left: 0;
}
#future_Lower_page .participating_groups .participating_groups_in .group_list .group .view_pdf {
  position: absolute;
  bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 296px;
  margin-top: 24px;
  margin-inline: auto;
  padding-block: 8px;
  color: var(--green);
  border: 2px solid var(--green);
  border-radius: 20px;
  transition: .5s;
}
#future_Lower_page .participating_groups .participating_groups_in .group_list .group .view_pdf:hover {
  color: #fff;
  background-color: var(--green);
  transition: .5s;
}

/**  お菓子  **/
section.sweets#future_Lower_page .spotlight_on_the_awarded_team {
  background-color: var(--orange);
}
section.sweets#future_Lower_page .spotlight_on_the_awarded_team_in .text h4 {
  border-color: var(--orange);
}
section.sweets#future_Lower_page .participating_groups .participating_groups_in .group_list .group b {
  border-color: var(--orange);
}
section.sweets#future_Lower_page .participating_groups .participating_groups_in .group_list .group .view_pdf {
  color: var(--orange);
  border-color: var(--orange);
}
section.sweets#future_Lower_page .participating_groups .participating_groups_in .group_list .group .view_pdf:hover {
  color: #fff;
  background-color: var(--orange);
}

/**  仕事  **/
section.job#future_Lower_page .spotlight_on_the_awarded_team {
  background-color: var(--light_blue);
}
section.job#future_Lower_page .spotlight_on_the_awarded_team_in .text h4 {
  border-color: var(--light_blue);
}
section.job#future_Lower_page .participating_groups .participating_groups_in .group_list .group b {
  border-color: var(--light_blue);
}
section.job#future_Lower_page .participating_groups .participating_groups_in .group_list .group .view_pdf {
  color: var(--light_blue);
  border-color: var(--light_blue);
}
section.job#future_Lower_page .participating_groups .participating_groups_in .group_list .group .view_pdf:hover {
  color: #fff;
  background-color: var(--light_blue);
}