@charset "UTF-8";
.anker02 {
  display: block;
  width: 100%;
  padding-top: 140px;
  margin-top: -140px;
}
@media screen and (max-width: 1200px) {
  .anker02 {
    padding-top: 11.7vw;
    margin-top: -11.7vw;
  }
}
@media screen and (max-width: 768px) {
  .anker02 {
    padding-top: 18.4vw;
    margin-top: -18.4vw;
  }
}

.wrap01 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .wrap01 {
    max-width: none;
    width: 83.3vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap01 {
    max-width: none;
    width: 100%;
  }
}

.wrap02 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .wrap02 {
    max-width: none;
    width: 100%;
  }
}

/*--- コンテンツ ---*/
#container {
  position: relative;
  padding-top: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1000px) {
  #container {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #container {
    padding-top: 0;
  }
}
#container::before {
  content: "";
  display: block;
  width: 100%;
  height: 82px;
  background-color: #F2F2F2;
  position: absolute;
  top: -82px;
  left: 0;
}
@media screen and (max-width: 1000px) {
  #container::before {
    height: 9.1vw;
    top: -9.1vw;
  }
}
@media screen and (max-width: 768px) {
  #container::before {
    height: 11.1vw;
    top: -11.1vw;
  }
}

#mirai_header {
  padding-top: 40px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 1000px) {
  #mirai_header {
    padding-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #mirai_header {
    padding-top: 0vw;
  }
}
#mirai_header .head_wrap {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 25px;
}
@media screen and (max-width: 1200px) {
  #mirai_header .head_wrap {
    max-width: none;
    padding: 1.7vw 1.7vw 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #mirai_header .head_wrap {
    padding: 3.6vw 3.6vw 5.2vw;
  }
}
#mirai_header .logo {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #mirai_header .logo {
    max-width: none;
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #mirai_header .logo {
    width: 34.8vw;
  }
}

#mv {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #F2F2F2;
}
@media screen and (max-width: 1200px) {
  #mv {
    max-width: none;
    width: 98.3vw;
  }
}
@media screen and (max-width: 768px) {
  #mv {
    width: 100%;
  }
}
#mv .mv_img {
  width: 100%;
  height: 546px;
  background-image: url(../img/mirai_research/mv_pho.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: right center;
  animation: infinity-scroll-left 3800s infinite linear 0.5s both;
}
@media screen and (max-width: 1200px) {
  #mv .mv_img {
    height: 45.5vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv_img {
    height: 94.9vw;
    animation: infinity-scroll-left 7600s infinite linear 0.5s both;
  }
}
#mv .input {
  max-width: 630px;
  width: 100%;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #mv .input {
    max-width: none;
    width: 52.5vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .input {
    top: 49%;
    width: 81.8vw;
  }
}

@keyframes infinity-scroll-left {
  from {
    background-position-x: right;
  }
  to {
    background-position-x: -200000px;
  }
}
.page_title_box {
  background-color: #F2F2F2;
  padding-top: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .page_title_box {
    padding-top: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  .page_title_box {
    padding-top: 11.4vw;
  }
}
.page_title_box h1 {
  width: 576px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .page_title_box h1 {
    width: 48vw;
  }
}
@media screen and (max-width: 768px) {
  .page_title_box h1 {
    width: 92.3vw;
  }
}
.page_title_box + .mirai_link_box01 {
  padding-top: 60px;
  padding-bottom: 46px;
}
@media screen and (max-width: 1200px) {
  .page_title_box + .mirai_link_box01 {
    padding-top: 5vw;
    padding-bottom: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  .page_title_box + .mirai_link_box01 {
    padding-top: 11.4vw;
    padding-bottom: 15.9vw;
  }
}

.mirai_link_box01 {
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .mirai_link_box01 {
    max-width: none;
    width: 100%;
  }
}
.mirai_link_box01 .l_txt01 {
  text-align: center;
}
.mirai_link_box01 .l_txt01 span {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  border: 1px solid #000;
  padding: 0.5em 1.5em 0.5em;
  letter-spacing: 0.2em;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .mirai_link_box01 .l_txt01 span {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .mirai_link_box01 .l_txt01 span {
    font-size: 6.8vw;
  }
}
.mirai_link_box01 .l_txt02 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-top: 26px;
}
@media screen and (max-width: 1200px) {
  .mirai_link_box01 .l_txt02 {
    font-size: 1.3vw;
    margin-top: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  .mirai_link_box01 .l_txt02 {
    font-size: 3.4vw;
    margin-top: 8.9vw;
  }
}
.mirai_link_box01 .link01 {
  max-width: 716px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  .mirai_link_box01 .link01 {
    max-width: none;
    width: 59.7vw;
    margin-top: 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  .mirai_link_box01 .link01 {
    margin-top: 1.4vw;
    width: 95.5vw;
  }
}
.mirai_link_box01 .link01 a {
  display: block;
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  background-color: #303030;
  color: #fff;
  padding: 0.8em 0 0.9em;
  letter-spacing: 0.05em;
  border-radius: 2em;
  background-image: url(../img/mirai_research/arrow01.svg);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: right 19px center;
  box-shadow: 8px 10px 14px 1px rgba(0, 0, 0, 0.17), -6px -6px 13px 0px rgb(255, 255, 255);
}
@media screen and (max-width: 1200px) {
  .mirai_link_box01 .link01 a {
    font-size: 2.9vw;
    background-size: 1vw auto;
    background-position: right 1.6vw center;
    box-shadow: 0.7vw 0.8vw 1.2vw 0.1vw rgba(0, 0, 0, 0.17), -0.5vw -0.5vw 1.1vw 0px rgb(255, 255, 255);
  }
}
@media screen and (max-width: 768px) {
  .mirai_link_box01 .link01 a {
    font-size: 6.8vw;
    background-image: none;
    box-shadow: 1.8vw 2.3vw 3.2vw 0.2vw rgba(0, 0, 0, 0.17), -1.4vw -1.4vw 3vw 0vw rgb(255, 255, 255);
  }
}

.message_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-image: url(../img/mirai_research/message_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#message .wrap01 {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  #message .wrap01 {
    padding-top: 3.3vw;
    padding-bottom: 6.7vw;
  }
}
@media screen and (max-width: 768px) {
  #message .wrap01 {
    padding-top: 11.4vw;
    padding-bottom: 17.7vw;
  }
}
#message .message_txt01 {
  max-width: 783px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  #message .message_txt01 {
    max-width: none;
    width: 65.3vw;
  }
}
@media screen and (max-width: 768px) {
  #message .message_txt01 {
    width: 88.6vw;
  }
}
#message .message_txt02 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.9em;
  margin-top: 60px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  #message .message_txt02 {
    font-size: 1.7vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #message .message_txt02 {
    font-size: 4.2vw;
    margin-top: 15.9vw;
  }
}
#message .message_txt03 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2.1em;
  letter-spacing: 0.1em;
  margin-top: 25px;
}
@media screen and (max-width: 1200px) {
  #message .message_txt03 {
    font-size: 1.3vw;
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #message .message_txt03 {
    font-size: 3.2vw;
    margin-top: 6vw;
  }
}
#message .message_txt04 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  #message .message_txt04 {
    font-size: 3.3vw;
    margin-top: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #message .message_txt04 {
    font-size: 6.2vw;
    margin-top: 9.1vw;
  }
}

#about {
  background-color: #F2F2F2;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  #about {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #about {
    padding-top: 8.2vw;
  }
}
#about h2 {
  max-width: 354px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  #about h2 {
    max-width: none;
    width: 29.5vw;
  }
}
@media screen and (max-width: 768px) {
  #about h2 {
    width: 80.7vw;
  }
}
#about .about_img {
  max-width: 1050px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
}
@media screen and (max-width: 1200px) {
  #about .about_img {
    max-width: none;
    width: 87.5vw;
    margin-top: -1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about_img {
    width: 90.9vw;
    margin-top: -4vw;
  }
}
#about .about_img .link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #about .about_img .link_list {
    justify-content: space-between;
  }
}
#about .about_img .link_list li {
  width: auto;
  height: 274px;
}
@media screen and (max-width: 1200px) {
  #about .about_img .link_list li {
    height: 22.5vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about_img .link_list li {
    width: 50%;
    height: auto;
  }
  #about .about_img .link_list li.link01 {
    order: 1;
  }
  #about .about_img .link_list li.link02 {
    order: 3;
  }
  #about .about_img .link_list li.link03 {
    order: 2;
  }
  #about .about_img .link_list li.link04 {
    order: 4;
  }
}
#about .about_img .link_list li img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #about .about_img .link_list li img {
    width: 100%;
    height: auto;
  }
}
#about .txt01 {
  font-size: 30px;
  font-weight: bold;
  color: #666666;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  #about .txt01 {
    font-size: 2.5vw;
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #about .txt01 {
    font-size: 6.2vw;
    margin-top: 9.1vw;
    line-height: 1.4em;
  }
}
#about .txt_list {
  max-width: 1008px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  background-color: #131313;
  padding: 7px 14px;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  #about .txt_list {
    max-width: none;
    width: 84vw;
    margin-top: 3.2vw;
    padding: 0.6vw 1.2vw;
    border-radius: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #about .txt_list {
    width: 96%;
    margin-top: 8.4vw;
    padding: 2.3vw 2.3vw;
    border-radius: 4.5vw;
  }
}
#about .txt_list li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
  padding: 0.5em 2.3em 0.6em;
  color: #000;
  background-color: #EAEAEA;
  border-radius: 1.5em;
}
@media screen and (max-width: 1200px) {
  #about .txt_list li {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #about .txt_list li {
    display: block;
    width: 49%;
    text-align: center;
    font-size: 4.1vw;
    padding: 0.5em 0em 0.6em;
  }
  #about .txt_list li:nth-child(2n+1) {
    width: 52%;
  }
  #about .txt_list li:nth-child(2n) {
    width: 46%;
  }
  #about .txt_list li:nth-child(n+3) {
    margin-top: 2.3vw;
  }
}
#about .txt02 {
  font-size: 20px;
  font-weight: bold;
  color: #626262;
  line-height: 1.9em;
  text-align: center;
  margin-top: 34px;
}
@media screen and (max-width: 1200px) {
  #about .txt02 {
    font-size: 1.7vw;
    margin-top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #about .txt02 {
    font-size: 4.2vw;
    margin-top: 7.9vw;
  }
}

#collection {
  background-color: #F2F2F2;
  padding-top: 100px;
}
@media screen and (max-width: 1200px) {
  #collection {
    padding-top: 8.3vw;
  }
}
@media screen and (max-width: 768px) {
  #collection {
    padding-top: 11.4vw;
  }
}
#collection .title_box {
  max-width: 1400px;
  width: 100%;
  height: 86px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../img/mirai_research/collection_title_bg_pc.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
@media screen and (max-width: 1400px) {
  #collection .title_box {
    max-width: none;
    width: 100%;
    height: 6.1vw;
    margin-bottom: 5vw;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  #collection .title_box {
    width: 100%;
    height: auto;
    margin-bottom: 10vw;
    display: block;
    background-image: url(../img/mirai_research/collection_title_bg_sp.svg);
    background-size: 100% auto;
    background-position: center top;
    padding-top: 15.9vw;
  }
}
#collection .title_box h2 {
  width: 710px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  font-weight: 900;
  line-height: 1em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 7px;
  letter-spacing: 0;
  padding: 0.1em 0 0em;
}
@media screen and (max-width: 1400px) {
  #collection .title_box h2 {
    width: 50.7vw;
    font-size: 3.6vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .title_box h2 {
    width: 82.5vw;
    font-size: 10.4vw;
    border-radius: 1.6vw;
    line-height: 0.8em;
    padding: 0.4em 0 0.5em;
  }
}
#collection .title_box h2 .t01 {
  color: #0082B5;
}
#collection .title_box h2 .t02 {
  color: #7CC953;
}
#collection .title_box h2 .s-txt {
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  #collection .title_box h2 .s-txt {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .title_box h2 .s-txt {
    font-size: 4.5vw;
  }
}
#collection .collection_section {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  box-shadow: 8px 10px 14px 1px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 1200px) {
  #collection .collection_section {
    max-width: none;
    width: 83.3vw;
    border-radius: 0.8vw;
    box-shadow: 0.7vw 0.8vw 1.2vw 0.1vw rgba(0, 0, 0, 0.17);
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section {
    width: 95.5%;
    border-radius: 2.3vw;
    box-shadow: 1.8vw 2.3vw 3.2vw 0.2vw rgba(0, 0, 0, 0.17);
  }
}
#collection .collection_section#collection01, #collection .collection_section#collection02, #collection .collection_section#collection03 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section#collection01, #collection .collection_section#collection02, #collection .collection_section#collection03 {
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section#collection01, #collection .collection_section#collection02, #collection .collection_section#collection03 {
    margin-bottom: 11.4vw;
  }
}
#collection .collection_section .head_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#collection .collection_section .head_content .section_title {
  width: 166px;
  height: 128px;
  background-color: #363636;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .head_content .section_title {
    width: 13.8vw;
    height: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .head_content .section_title {
    width: 35.5vw;
    height: 31.1vw;
  }
}
#collection .collection_section .head_content .section_title .bg_box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 180px;
  border-bottom-right-radius: 10px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .head_content .section_title .bg_box {
    width: 15vw;
    height: 15vw;
    border-bottom-right-radius: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .head_content .section_title .bg_box {
    width: 36.5vw;
    height: 36.5vw;
    border-bottom-right-radius: 2.3vw;
  }
}
#collection .collection_section .head_content .section_title .bg_box h3 {
  position: absolute;
  width: 126px;
  height: 126px;
  right: 18px;
  bottom: 18px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
  box-shadow: 8px 10px 14px 1px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .head_content .section_title .bg_box h3 {
    width: 10.5vw;
    height: 10.5vw;
    right: 1.5vw;
    bottom: 1.5vw;
    font-size: 1.5vw;
    border-bottom-right-radius: 0.8vw;
    box-shadow: 0.7vw 0.8vw 1.2vw 0.1vw rgba(0, 0, 0, 0.17);
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .head_content .section_title .bg_box h3 {
    width: 28.6vw;
    height: 28.6vw;
    right: 4.3vw;
    bottom: 4.3vw;
    font-size: 4.1vw;
    border-bottom-right-radius: 2.3vw;
    box-shadow: 1.8vw 2.3vw 3.2vw 0.2vw rgba(0, 0, 0, 0.17);
  }
}
#collection .collection_section .head_content .section_txt {
  width: calc(100% - 166px);
  height: 128px;
  background-color: #363636;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .head_content .section_txt {
    width: calc(100% - 13.8vw);
    height: 10.7vw;
    border-top-left-radius: 0.8vw;
    border-top-right-radius: 0.8vw;
    padding-top: 1.7vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .head_content .section_txt {
    width: calc(100% - 35.5vw);
    height: 31.1vw;
    border-top-left-radius: 2.3vw;
    border-top-right-radius: 2.3vw;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#collection .collection_section .head_content .section_txt .head_txt01 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .head_content .section_txt .head_txt01 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .head_content .section_txt .head_txt01 {
    font-size: 5.7vw;
    text-align: center;
  }
}
#collection .collection_section .head_content .section_txt .head_txt02 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5em;
  margin-top: 0.8em;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .head_content .section_txt .head_txt02 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .head_content .section_txt .head_txt02 {
    display: none;
  }
}
#collection .collection_section .bottom_content {
  background-color: #363636;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content {
    border-bottom-left-radius: 0.8vw;
    border-bottom-right-radius: 0.8vw;
    border-top-left-radius: 0.8vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content {
    border-bottom-left-radius: 2.3vw;
    border-bottom-right-radius: 2.3vw;
    border-top-left-radius: 2.3vw;
    padding-top: 5.2vw;
    padding-bottom: 5.2vw;
  }
}
#collection .collection_section .bottom_content .head_txt02 {
  display: none;
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .head_txt02 {
    width: 91.4%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 3.9vw;
    font-weight: 500;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 6.8vw;
  }
}
#collection .collection_section .bottom_content .collection_sub_section {
  width: 92.6%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
  padding: 10px 25px 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 8px 10px 14px 1px rgba(0, 0, 0, 0.17), -6px -6px 13px 0px rgb(78, 76, 76);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section {
    padding: 0.8vw 2.1vw 1.3vw;
    border-radius: 0.8vw;
    box-shadow: 0px 0.3vw 0.3vw 0px rgba(0, 0, 0, 0.25), 0.7vw 0.8vw 1.2vw 0.1vw rgba(0, 0, 0, 0.17), -0.5vw -0.5vw 1.1vw 0px rgb(78, 76, 76);
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section {
    width: 91.4%;
    padding: 5vw 4.1vw 5vw;
    border-radius: 2.3vw;
    box-shadow: 1.8vw 2.3vw 3.2vw 0.2vw rgba(0, 0, 0, 0.17);
    display: block;
  }
}
#collection .collection_section .bottom_content .collection_sub_section + .collection_sub_section {
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section + .collection_sub_section {
    margin-top: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section + .collection_sub_section {
    margin-top: 9.1vw;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .category {
  display: block;
  width: 290px;
  position: absolute;
  top: 50%;
  left: -162px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  font-family: "Special Gothic Expanded One", sans-serif;
  text-align: center;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section .category {
    width: 24.2vw;
    left: -13.5vw;
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .category {
    width: 100%;
    font-size: 2.3vw;
    text-align: left;
    top: -4vw;
    left: 0;
    transform: translateY(0%) rotate(0deg);
  }
}
#collection .collection_section .bottom_content .collection_sub_section .collection_img {
  width: 26.3%;
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .collection_img {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .txt_box01 {
  width: 71.4%;
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 {
    width: 100%;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .txt_box01 h4 {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 h4 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 h4 {
    font-size: 5.7vw;
    text-align: center;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt01 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 0.2em;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt01 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt01 {
    font-size: 4.1vw;
    margin-top: 0.5em;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt02 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 1em;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt02 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt02 {
    font-size: 2.7vw;
    margin-top: 1.5em;
    letter-spacing: 0;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt03 {
  width: 156px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "Special Gothic Expanded One", sans-serif;
  color: #D8D8D8;
  border: 1px solid #D8D8D8;
  border-radius: 1.5em;
  text-align: center;
  padding: 0.2em 0 0.1em;
  margin-top: 1em;
  letter-spacing: -0.005em;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt03 {
    width: 13vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt03 {
    width: 35.5vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.7vw;
    margin-top: 1.5em;
    letter-spacing: 0;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt_lsit {
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt_lsit {
    margin-top: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt_lsit {
    margin-top: 3.4vw;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt_lsit li {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt_lsit li {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt_lsit li {
    font-size: 2.7vw;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .txt_box01 .btn01 {
  display: block;
  width: 245px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .btn01 {
    width: 20.4vw;
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .btn01 {
    width: 55.7vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.4vw;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .txt_box01 .btn01 a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  background-color: #1F1F1F;
  color: #fff;
  padding: 0.3em 0 0.4em;
  letter-spacing: 0;
  border-radius: 2em;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .btn01 a {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .btn01 a {
    font-size: 3.4vw;
  }
}
#collection .collection_section#collection01 .head_content .section_title .bg_box h3 {
  background-color: #0082B5;
}
@media screen and (max-width: 768px) {
  #collection .collection_section#collection01 .bottom_content .collection_sub_section:nth-child(2) .collection_img {
    width: 80%;
    margin-left: 13%;
    margin-right: 7%;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section#collection01 .bottom_content .collection_sub_section:nth-child(3) .collection_img {
    width: 80%;
    margin-left: 8%;
    margin-right: 12%;
  }
}
#collection .collection_section#collection02 .head_content .section_title .bg_box h3 {
  background-color: #7CC953;
}
@media screen and (max-width: 768px) {
  #collection .collection_section#collection02 .bottom_content .collection_sub_section .collection_img {
    width: 80%;
    margin-left: 6%;
    margin-right: 14%;
  }
}
#collection .collection_section#collection03 .head_content .section_title .bg_box h3 {
  background-color: #FCC64C;
}
#collection .collection_section#collection04 .head_content .section_title .bg_box h3 {
  background-color: #CF2B33;
}

.bottom_bg {
  background-color: #F2F2F2;
  padding-top: 70px;
  padding-bottom: 55px;
}
@media screen and (max-width: 1200px) {
  .bottom_bg {
    padding-top: 5.8vw;
    padding-bottom: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom_bg {
    padding-top: 15vw;
    padding-bottom: 10vw;
  }
}

.comingsoon {
  max-width: 582px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .comingsoon {
    max-width: none;
    width: 48.5vw;
  }
}
@media screen and (max-width: 768px) {
  .comingsoon {
    max-width: none;
    width: 90.5%;
  }
}

.mirai_link_box01.bottom_link {
  margin-top: 70px;
}
@media screen and (max-width: 1200px) {
  .mirai_link_box01.bottom_link {
    margin-top: 5.8vw;
  }
}
@media screen and (max-width: 768px) {
  .mirai_link_box01.bottom_link {
    margin-top: 15vw;
  }
}

.footer_logo {
  max-width: 386px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
}
@media screen and (max-width: 1200px) {
  .footer_logo {
    max-width: none;
    width: 32.2vw;
    margin-top: 4.6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo {
    max-width: none;
    width: 80.5%;
    margin-top: 10vw;
  }
}

.animate,
.animate2,
.animate3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}

.animate.deactive,
.animate2.deactive,
.animate3.deactive {
  opacity: 0;
  transition: 0s;
  transform: translateY(30px);
}
@media screen and (max-width: 768px) {
  .animate.deactive,
  .animate2.deactive,
  .animate3.deactive {
    transform: translateY(5vw);
  }
}

#mv .mv_img {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
}
#mv .mv_img.active {
  opacity: 1;
}
#mv .input {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
#mv .input.active {
  opacity: 1;
}

h1 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.9s;
  transition-timing-function: ease-in-out;
  transform: scale(1.1);
}
h1.active {
  opacity: 1;
  transform: scale(1);
}/*# sourceMappingURL=style_mirai_research.css.map */



@charset "UTF-8";
.anker02 {
  display: block;
  width: 100%;
  padding-top: 140px;
  margin-top: -140px;
}
@media screen and (max-width: 1200px) {
  .anker02 {
    padding-top: 11.7vw;
    margin-top: -11.7vw;
  }
}
@media screen and (max-width: 768px) {
  .anker02 {
    padding-top: 18.4vw;
    margin-top: -18.4vw;
  }
}

.wrap01 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .wrap01 {
    max-width: none;
    width: 83.3vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap01 {
    max-width: none;
    width: 100%;
  }
}

.wrap02 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .wrap02 {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrap02 {
    max-width: none;
    width: 96%;
  }
}


/*--- コンテンツ ---*/
#container {
  position: relative;
  padding-top: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #container {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #container {
    padding-top: 0;
  }
}
#container::before {
  content: "";
  display: block;
  width: 100%;
  height: 82px;
  background-color: #F2F2F2;
  position: absolute;
  top: -82px;
  left: 0;
}
@media screen and (max-width: 1000px) {
  #container::before {
    height: 9.1vw;
    top: -9.1vw;
  }
}
@media screen and (max-width: 768px) {
  #container::before {
    height: 11.1vw;
    top: -11.1vw;
  }
}

#mirai_header {
  padding-top: 40px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 1000px) {
  #mirai_header {
    padding-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #mirai_header {
    padding-top: 0vw;
  }
}
#mirai_header .head_wrap {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 25px;
}
@media screen and (max-width: 1200px) {
  #mirai_header .head_wrap {
    max-width: none;
    padding: 1.7vw 1.7vw 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #mirai_header .head_wrap {
    padding: 3.6vw 3.6vw 5.2vw;
  }
}
#mirai_header .logo {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #mirai_header .logo {
    max-width: none;
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #mirai_header .logo {
    width: 34.8vw;
  }
}

#mv {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #F2F2F2;
}
@media screen and (max-width: 1200px) {
  #mv {
    max-width: none;
    width: 98.3vw;
  }
}
@media screen and (max-width: 768px) {
  #mv {
    width: 100%;
  }
}
#mv .mv_img {
  width: 100%;
  /* height: 546px; */
  height: 786px;
  /* background-image: url(../img/mirai_research/mv_pho.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: right center;
  animation: infinity-scroll-left 3800s infinite linear 0.5s both; */
}
@media screen and (max-width: 1200px) {
  #mv .mv_img {
    height: 45.5vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv_img {
    height: 94.9vw;
    /* animation: infinity-scroll-left 7600s infinite linear 0.5s both; */
    height: 100dvh;
  }
}

#mv {
  width: 100%;
  /* height: 546px; */
  height: 784px;
  /* background-image: url(../img/mirai_research/mv_pho.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: right center;
  animation: infinity-scroll-left 3800s infinite linear 0.5s both; */
}
@media screen and (max-width: 1200px) {
  #mv {
    height: 45.5vw;
  }
}
@media screen and (max-width: 768px) {
  #mv {
    height: calc(100dvh - 11.3vw);
  }
}


@keyframes infinity-scroll-left {
  from {
    background-position-x: right;
  }
  to {
    background-position-x: -200000px;
  }
}
.page_title_box {
  background-color: #F2F2F2;
  padding-top: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .page_title_box {
    padding-top: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  .page_title_box {
    padding-top: 11.4vw;
  }
}
.page_title_box h1 {
  width: 576px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .page_title_box h1 {
    width: 48vw;
  }
}
@media screen and (max-width: 768px) {
  .page_title_box h1 {
    width: 92.3vw;
  }
}
.page_title_box + .mirai_link_box01 {
  padding-top: 60px;
  padding-bottom: 46px;
}
@media screen and (max-width: 1200px) {
  .page_title_box + .mirai_link_box01 {
    padding-top: 5vw;
    padding-bottom: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  .page_title_box + .mirai_link_box01 {
    padding-top: 11.4vw;
    padding-bottom: 15.9vw;
  }
}

.mirai_link_box01 {
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .mirai_link_box01 {
    max-width: none;
    width: 100%;
  }
}
.mirai_link_box01 .l_txt01 {
  text-align: center;
}
.mirai_link_box01 .l_txt01 span {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  border: 1px solid #000;
  padding: 0.5em 1.5em 0.5em;
  letter-spacing: 0.2em;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .mirai_link_box01 .l_txt01 span {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .mirai_link_box01 .l_txt01 span {
    font-size: 6.8vw;
  }
}
.mirai_link_box01 .l_txt02 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-top: 26px;
}
@media screen and (max-width: 1200px) {
  .mirai_link_box01 .l_txt02 {
    font-size: 1.3vw;
    margin-top: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  .mirai_link_box01 .l_txt02 {
    font-size: 3.4vw;
    margin-top: 8.9vw;
  }
}
.mirai_link_box01 .link01 {
  max-width: 716px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  .mirai_link_box01 .link01 {
    max-width: none;
    width: 59.7vw;
    margin-top: 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  .mirai_link_box01 .link01 {
    margin-top: 1.4vw;
    width: 95.5vw;
  }
}
.mirai_link_box01 .link01 a {
  display: block;
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  background-color: #303030;
  color: #fff;
  padding: 0.8em 0 0.9em;
  letter-spacing: 0.05em;
  border-radius: 2em;
  background-image: url(../img/mirai_research/arrow01.svg);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: right 19px center;
  box-shadow: 8px 10px 14px 1px rgba(0, 0, 0, 0.17), -6px -6px 13px 0px rgb(255, 255, 255);
}
@media screen and (max-width: 1200px) {
  .mirai_link_box01 .link01 a {
    font-size: 2.9vw;
    background-size: 1vw auto;
    background-position: right 1.6vw center;
    box-shadow: 0.7vw 0.8vw 1.2vw 0.1vw rgba(0, 0, 0, 0.17), -0.5vw -0.5vw 1.1vw 0px rgb(255, 255, 255);
  }
}
@media screen and (max-width: 768px) {
  .mirai_link_box01 .link01 a {
    font-size: 6.8vw;
    background-image: none;
    box-shadow: 1.8vw 2.3vw 3.2vw 0.2vw rgba(0, 0, 0, 0.17), -1.4vw -1.4vw 3vw 0vw rgb(255, 255, 255);
  }
}

.message_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-image: url(../img/mirai_research/message_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#message .wrap01 {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  #message .wrap01 {
    padding-top: 3.3vw;
    padding-bottom: 6.7vw;
  }
}
@media screen and (max-width: 768px) {
  #message .wrap01 {
    padding-top: 11.4vw;
    padding-bottom: 17.7vw;
  }
}
#message .message_txt01 {
  max-width: 783px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  #message .message_txt01 {
    max-width: none;
    width: 65.3vw;
  }
}
@media screen and (max-width: 768px) {
  #message .message_txt01 {
    width: 88.6vw;
  }
}
#message .message_txt02 {
  color: #fff;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  #message .message_txt02 {
    font-size: 1.7vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #message .message_txt02 {
    font-size: 4.2vw;
    margin-top: 15.9vw;
  }
}
#message .message_txt03 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2.1em;
  letter-spacing: 0.1em;
  margin-top: 25px;
}
@media screen and (max-width: 1200px) {
  #message .message_txt03 {
    font-size: 1.3vw;
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #message .message_txt03 {
    font-size: 3.2vw;
    margin-top: 6vw;
  }
}
#message .message_txt04 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  #message .message_txt04 {
    font-size: 3.3vw;
    margin-top: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #message .message_txt04 {
    font-size: 6.2vw;
    margin-top: 9.1vw;
  }
}

#about {
  background-color: #F2F2F2;
  padding-top: 60px;
}
@media screen and (max-width: 1200px) {
  #about {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #about {
    padding-top: 40.2vw;
  }
}
@media screen and (max-width: 500px) {
  #about {
    padding-top: 21.2vw;
  }
}

#about h2 {
  max-width: 354px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  #about h2 {
    max-width: none;
    width: 29.5vw;
  }
}
@media screen and (max-width: 768px) {
  #about h2 {
    width: 80.7vw;
  }
}
#about .about_img {
  max-width: 1050px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
}
@media screen and (max-width: 1200px) {
  #about .about_img {
    max-width: none;
    width: 87.5vw;
    margin-top: -1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about_img {
    width: 90.9vw;
    margin-top: -4vw;
  }
}
#about .about_img .link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #about .about_img .link_list {
    justify-content: space-between;
  }
}
#about .about_img .link_list li {
  width: auto;
  height: 274px;
}
@media screen and (max-width: 1200px) {
  #about .about_img .link_list li {
    height: 22.5vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about_img .link_list li {
    width: 50%;
    height: auto;
  }
  #about .about_img .link_list li.link01 {
    order: 1;
  }
  #about .about_img .link_list li.link02 {
    order: 3;
  }
  #about .about_img .link_list li.link03 {
    order: 2;
  }
  #about .about_img .link_list li.link04 {
    order: 4;
  }
}
#about .about_img .link_list li img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #about .about_img .link_list li img {
    width: 100%;
    height: auto;
  }
}
#about .txt01 {
  font-size: 30px;
  font-weight: bold;
  color: #666666;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  #about .txt01 {
    font-size: 2.5vw;
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #about .txt01 {
    font-size: 6.2vw;
    margin-top: 9.1vw;
    line-height: 1.4em;
  }
}
#about .txt_list {
  max-width: 1008px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  background-color: #131313;
  padding: 7px 14px;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  #about .txt_list {
    max-width: none;
    width: 84vw;
    margin-top: 3.2vw;
    padding: 0.6vw 1.2vw;
    border-radius: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #about .txt_list {
    width: 96%;
    margin-top: 8.4vw;
    padding: 2.3vw 2.3vw;
    border-radius: 4.5vw;
  }
}
#about .txt_list li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
  padding: 0.5em 2.3em 0.6em;
  color: #000;
  background-color: #EAEAEA;
  border-radius: 1.5em;
}
@media screen and (max-width: 1200px) {
  #about .txt_list li {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #about .txt_list li {
    display: block;
    width: 49%;
    text-align: center;
    font-size: 4.1vw;
    padding: 0.5em 0em 0.6em;
  }
  #about .txt_list li:nth-child(2n+1) {
    width: 52%;
  }
  #about .txt_list li:nth-child(2n) {
    width: 46%;
  }
  #about .txt_list li:nth-child(n+3) {
    margin-top: 2.3vw;
  }
}
#about .txt02 {
  font-size: 20px;
  font-weight: bold;
  color: #626262;
  line-height: 1.9em;
  text-align: center;
  margin-top: 34px;
}
@media screen and (max-width: 1200px) {
  #about .txt02 {
    font-size: 1.7vw;
    margin-top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #about .txt02 {
    font-size: 4.2vw;
    margin-top: 7.9vw;
  }
}

#about .about_txt {
 margin-top: 25px;
}

@media screen and (max-width: 1200px) {
  #about .about_txt {
    margin-top: 2.1vw;
  }
}

@media screen and (max-width: 768px) {
  #about .about_txt {
    margin-top: 6.2vw;
  }
}

#about .about_features_list {
  display: flex;
  gap: 40px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
}

#about .about_features_item {
  width: calc(100% / 3 - 20px);
}

@media screen and (max-width: 1200px) {
  #about .about_features_list {
    gap: 3.3vw;
    width: 83.3vw;
    margin-top: 4.6vw;
  }
}

@media screen and (max-width: 768px) {
  #about .about_features_list {
    flex-wrap: wrap;
    gap: 2.4vw;
    width: 100%;
    margin-inline: auto;
    margin-top: 10vw;
  }

  #about .about_features_item {
    width: 48%;
  }
}


#collection {
  background-color: #F2F2F2;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  #collection {
    padding-top: 8.3vw;
    padding-bottom: 8.3vw;
  }
}
@media screen and (max-width: 768px) {
  #collection {
    padding-top: 25.4vw;
    padding-bottom: 11.4vw;
  }
}
#collection .title_box {
  max-width: 1400px;
  width: 100%;
  height: 86px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../img/mirai_research/collection_title_bg_pc.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
@media screen and (max-width: 1400px) {
  #collection .title_box {
    max-width: none;
    width: 100%;
    height: 6.1vw;
    margin-bottom: 5vw;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  #collection .title_box {
    width: 100%;
    height: auto;
    margin-bottom: 10vw;
    display: block;
    background-image: url(../img/mirai_research/collection_title_bg_sp.svg);
    background-size: 100% auto;
    background-position: center top;
    padding-top: 15.9vw;
  }
}
#collection .title_box h2 {
  width: 710px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  font-weight: 900;
  line-height: 1em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 7px;
  letter-spacing: 0;
  padding: 0.1em 0 0em;
}
@media screen and (max-width: 1400px) {
  #collection .title_box h2 {
    width: 50.7vw;
    font-size: 3.6vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .title_box h2 {
    width: 82.5vw;
    font-size: 10.4vw;
    border-radius: 1.6vw;
    line-height: 0.8em;
    padding: 0.4em 0 0.5em;
  }
}
#collection .title_box h2 .t01 {
  color: #0082B5;
}
#collection .title_box h2 .t02 {
  color: #7CC953;
}
#collection .title_box h2 .s-txt {
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  #collection .title_box h2 .s-txt {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .title_box h2 .s-txt {
    font-size: 4.5vw;
  }
}
#collection .collection_section {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  box-shadow: 8px 10px 14px 1px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 1200px) {
  #collection .collection_section {
    max-width: none;
    width: 83.3vw;
    border-radius: 0.8vw;
    box-shadow: 0.7vw 0.8vw 1.2vw 0.1vw rgba(0, 0, 0, 0.17);
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section {
    width: 95.5%;
    border-radius: 2.3vw;
    box-shadow: 1.8vw 2.3vw 3.2vw 0.2vw rgba(0, 0, 0, 0.17);
  }
}
#collection .collection_section#collection01, #collection .collection_section#collection02, #collection .collection_section#collection03 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section#collection01, #collection .collection_section#collection02, #collection .collection_section#collection03 {
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section#collection01, #collection .collection_section#collection02, #collection .collection_section#collection03 {
    margin-bottom: 11.4vw;
  }
}
#collection .collection_section .head_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#collection .collection_section .head_content .section_title {
  width: 166px;
  height: 128px;
  background-color: #363636;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .head_content .section_title {
    width: 13.8vw;
    height: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .head_content .section_title {
    width: 35.5vw;
    height: 31.1vw;
  }
}
#collection .collection_section .head_content .section_title .bg_box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 180px;
  border-bottom-right-radius: 10px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .head_content .section_title .bg_box {
    width: 15vw;
    height: 15vw;
    border-bottom-right-radius: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .head_content .section_title .bg_box {
    width: 36.5vw;
    height: 36.5vw;
    border-bottom-right-radius: 2.3vw;
  }
}
#collection .collection_section .head_content .section_title .bg_box h3 {
  position: absolute;
  width: 126px;
  height: 126px;
  right: 18px;
  bottom: 18px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
  box-shadow: 8px 10px 14px 1px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .head_content .section_title .bg_box h3 {
    width: 10.5vw;
    height: 10.5vw;
    right: 1.5vw;
    bottom: 1.5vw;
    font-size: 1.5vw;
    border-bottom-right-radius: 0.8vw;
    box-shadow: 0.7vw 0.8vw 1.2vw 0.1vw rgba(0, 0, 0, 0.17);
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .head_content .section_title .bg_box h3 {
    width: 28.6vw;
    height: 28.6vw;
    right: 4.3vw;
    bottom: 4.3vw;
    font-size: 4.1vw;
    border-bottom-right-radius: 2.3vw;
    box-shadow: 1.8vw 2.3vw 3.2vw 0.2vw rgba(0, 0, 0, 0.17);
  }
}
#collection .collection_section .head_content .section_txt {
  width: calc(100% - 166px);
  height: 128px;
  background-color: #363636;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .head_content .section_txt {
    width: calc(100% - 13.8vw);
    height: 10.7vw;
    border-top-left-radius: 0.8vw;
    border-top-right-radius: 0.8vw;
    padding-top: 1.7vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .head_content .section_txt {
    width: calc(100% - 35.5vw);
    height: 31.1vw;
    border-top-left-radius: 2.3vw;
    border-top-right-radius: 2.3vw;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#collection .collection_section .head_content .section_txt .head_txt01 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .head_content .section_txt .head_txt01 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .head_content .section_txt .head_txt01 {
    font-size: 5.7vw;
    text-align: center;
  }
}
#collection .collection_section .head_content .section_txt .head_txt02 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5em;
  margin-top: 0.8em;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .head_content .section_txt .head_txt02 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .head_content .section_txt .head_txt02 {
    display: none;
  }
}
#collection .collection_section .bottom_content {
  background-color: #363636;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content {
    border-bottom-left-radius: 0.8vw;
    border-bottom-right-radius: 0.8vw;
    border-top-left-radius: 0.8vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content {
    border-bottom-left-radius: 2.3vw;
    border-bottom-right-radius: 2.3vw;
    border-top-left-radius: 2.3vw;
    padding-top: 5.2vw;
    padding-bottom: 5.2vw;
  }
}
#collection .collection_section .bottom_content .head_txt02 {
  display: none;
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .head_txt02 {
    width: 91.4%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 3.9vw;
    font-weight: 500;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 6.8vw;
  }
}
#collection .collection_section .bottom_content .collection_sub_section {
  width: 92.6%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
  padding: 10px 25px 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 8px 10px 14px 1px rgba(0, 0, 0, 0.17), -6px -6px 13px 0px rgb(78, 76, 76);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section {
    padding: 0.8vw 2.1vw 1.3vw;
    border-radius: 0.8vw;
    box-shadow: 0px 0.3vw 0.3vw 0px rgba(0, 0, 0, 0.25), 0.7vw 0.8vw 1.2vw 0.1vw rgba(0, 0, 0, 0.17), -0.5vw -0.5vw 1.1vw 0px rgb(78, 76, 76);
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section {
    width: 91.4%;
    padding: 5vw 4.1vw 5vw;
    border-radius: 2.3vw;
    box-shadow: 1.8vw 2.3vw 3.2vw 0.2vw rgba(0, 0, 0, 0.17);
    display: block;
  }
}
#collection .collection_section .bottom_content .collection_sub_section + .collection_sub_section {
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section + .collection_sub_section {
    margin-top: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section + .collection_sub_section {
    margin-top: 9.1vw;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .category {
  display: block;
  width: 290px;
  position: absolute;
  top: 50%;
  left: -162px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  font-family: "Special Gothic Expanded One", sans-serif;
  text-align: center;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section .category {
    width: 24.2vw;
    left: -13.5vw;
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .category {
    width: 100%;
    font-size: 2.3vw;
    text-align: left;
    top: -4vw;
    left: 0;
    transform: translateY(0%) rotate(0deg);
  }
}
#collection .collection_section .bottom_content .collection_sub_section .collection_img {
  width: 26.3%;
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .collection_img {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-block: 5vw;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .txt_box01 {
  width: 71.4%;
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 {
    width: 100%;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .txt_box01 h4 {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 h4 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 h4 {
    font-size: 5.7vw;
    text-align: center;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt01 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 0.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt01 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt01 {
    font-size: 4.1vw;
    margin-top: 0.5em;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt02 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 1em;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt02 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt02 {
    font-size: 2.7vw;
    margin-top: 1.5em;
    letter-spacing: 0;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt03 {
  width: 156px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "Special Gothic Expanded One", sans-serif;
  color: #000;
  border: 1px solid #6F6F6F;
  border-radius: 1.5em;
  text-align: center;
  padding: 0.2em 0 0.1em;
  margin-top: 1em;
  letter-spacing: -0.005em;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt03 {
    width: 13vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt03 {
    width: 35.5vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.7vw;
    margin-top: 1.5em;
    letter-spacing: 0;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt_lsit {
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt_lsit {
    margin-top: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt_lsit {
    margin-top: 3.4vw;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt_lsit li {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt_lsit li {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .txt_lsit li {
    font-size: 2.7vw;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .txt_box01 .btn01 {
  display: block;
  width: 245px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .btn01 {
    width: 20.4vw;
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .btn01 {
    width: 55.7vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.4vw;
  }
}
#collection .collection_section .bottom_content .collection_sub_section .txt_box01 .btn01 a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  background-color: #1F1F1F;
  color: #fff;
  padding: 0.3em 0 0.4em;
  letter-spacing: 0;
  border-radius: 2em;
}
@media screen and (max-width: 1200px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .btn01 a {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section .bottom_content .collection_sub_section .txt_box01 .btn01 a {
    font-size: 3.4vw;
  }
}
#collection .collection_section#collection01 .head_content .section_title .bg_box h3 {
  background-color: #0082B5;
}
@media screen and (max-width: 768px) {
  #collection .collection_section#collection01 .bottom_content .collection_sub_section:nth-child(2) .collection_img {
    width: 80%;
    /* margin-left: 13%;
    margin-right: 7%; */
  }
}
@media screen and (max-width: 768px) {
  #collection .collection_section#collection01 .bottom_content .collection_sub_section:nth-child(3) .collection_img {
    width: 80%;
    /* margin-left: 8%;
    margin-right: 12%; */
  }
}
#collection .collection_section#collection02 .head_content .section_title .bg_box h3 {
  background-color: #7CC953;
}
@media screen and (max-width: 768px) {
  #collection .collection_section#collection02 .bottom_content .collection_sub_section .collection_img {
    width: 80%;
    /* margin-left: 6%;
    margin-right: 14%; */
  }
}
#collection .collection_section#collection03 .head_content .section_title .bg_box h3 {
  background-color: #FCC64C;
}
#collection .collection_section#collection04 .head_content .section_title .bg_box h3 {
  background-color: #CF2B33;
}

#app_features {
  background-color: #F2F2F2;
  padding-top: 60px;

  @media screen and (max-width: 1200px) {
    padding-top: 5vw;
  }

  @media screen and (max-width: 768px) {
    padding-top: 16.4vw;
  }
}

#app_features .app_features_list {
  display: flex;
  gap: 40px;
  width:1000px;
  margin-left: auto;
  margin-right: auto;
}

#app_features .app_features_item {
  width:calc(100% / 3  - 20px);
}
@media screen and (max-width: 1200px) {
  #app_features .app_features_list {
    gap: 3.3vw;
    width: 84vw;
  }
}
@media screen and (max-width: 768px) {

  #app_features .app_features_list {
    flex-direction: column;
    gap: 8.4vw;
    width: 96%;
  }

  #app_features .app_features_item {
    width: 100%;
  }
}
#use_cases{
  background-color: #F2F2F2;
  padding-top: 60px;
  padding-bottom: 90px;

  @media screen and (max-width: 1200px) {
    padding-top: 5vw;
    padding-bottom: 7.5vw;
  }

  @media screen and (max-width: 768px) {
    padding-top: 16.4vw;
    padding-bottom: 13.5vw;
  }
}

#faq{
  background-color: #F2F2F2;
  padding-top: 70px;
  padding-bottom: 90px;
}

@media screen and (max-width: 1200px) {
  #faq {
    padding-top: 5.8vw;
    padding-bottom: 7.5vw;
  }
}

@media screen and (max-width: 768px) {
  #faq {
    padding-top: 11.4vw;
    padding-bottom: 13.5vw;
  }
}

#faq .faq_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  #faq .faq_list {
    gap: 3.3vw;
    margin-top: 2.5vw;
    margin-bottom: 3.333333vw;
  }
}

@media screen and (max-width: 768px) {
  #faq .faq_list {
    gap: 8.4vw;
    margin-top: 6.2vw;
    margin-bottom: 7vw;
  }
}

.bottom_bg {
  background-color: #F2F2F2;
  padding-top: 70px;
  padding-bottom: 55px;
}
@media screen and (max-width: 1200px) {
  .bottom_bg {
    padding-top: 5.8vw;
    padding-bottom: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom_bg {
    padding-top: 15vw;
    padding-bottom: 10vw;
  }
}

.comingsoon {
  max-width: 582px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .comingsoon {
    max-width: none;
    width: 48.5vw;
  }
}
@media screen and (max-width: 768px) {
  .comingsoon {
    max-width: none;
    width: 90.5%;
  }
}

.mirai_link_box01.bottom_link {
  margin-top: 70px;
}
@media screen and (max-width: 1200px) {
  .mirai_link_box01.bottom_link {
    margin-top: 5.8vw;
  }
}
@media screen and (max-width: 768px) {
  .mirai_link_box01.bottom_link {
    margin-top: 15vw;
  }
}

.footer_logo {
  max-width: 386px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
}
@media screen and (max-width: 1200px) {
  .footer_logo {
    max-width: none;
    width: 32.2vw;
    margin-top: 4.6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo {
    max-width: none;
    width: 80.5%;
    margin-top: 10vw;
  }
}

.animate,
.animate2,
.animate3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}

.animate.deactive,
.animate2.deactive,
.animate3.deactive {
  opacity: 0;
  transition: 0s;
  transform: translateY(30px);
}
@media screen and (max-width: 768px) {
  .animate.deactive,
  .animate2.deactive,
  .animate3.deactive {
    transform: translateY(5vw);
  }
}

/* #mv .mv_img {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
}
#mv .mv_img.active {
  opacity: 1;
}
#mv .input {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
#mv .input.active {
  opacity: 1;
} */

/* h1 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.9s;
  transition-timing-function: ease-in-out;
  transform: scale(1.1);
}
h1.active {
  opacity: 1;
  transform: scale(1);
} */
/*# sourceMappingURL=style_mirai_research.css.map */