/* ----------------------------------------------------------------------------
INDEX
---------------------------------------------------------------------------- */
main {
  overflow-x: hidden;
}

#splash {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s linear;
  z-index: 100000;
}
#splash .logo {
  opacity: 0;
  transition: 2s;
}
#splash .logo img {
  width: 168px;
  height: auto;
}
#splash .logo.loaded {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #splash .logo {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  #splash .logo {
    width: 100px;
  }
}
#splash.loaded {
  opacity: 0;
  visibility: hidden;
}

.back_img_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.5s ease;
  overflow: hidden;
}

.bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
}
.bg.js_active {
  opacity: 1;
}

section .title_m {
  font-family: "NotoSerifJP-Bold";
}
@media screen and (min-width: 768px) {
  section .title_m {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  section .title_m {
    margin: 50px 0 30px;
  }
}

/* --------------------------------------
MAINVISUAL
-------------------------------------- */
#mainvisual {
  position: relative;
  line-height: 0;
  overflow: hidden;
  height: 100vh;
}
#mainvisual:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../assets/img/index/main_overlay.png) no-repeat center center;
  background-size: cover;
  mix-blend-mode: lighten;
}
#mainvisual:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#mainvisual .title_wrap {
  position: absolute;
  left: 2.7777777778vw;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  line-height: 1.5;
  z-index: 3;
}
#mainvisual en {
  width: 100%;
}
#mainvisual .title_l {
  width: 100%;
}
@media screen and (min-width: 1281px) {
  #mainvisual .en {
    font-size: 30px;
  }
  #mainvisual .title_l {
    font-size: 57px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #mainvisual .en {
    font-size: 20px;
  }
  #mainvisual .title_l {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) {
  #mainvisual:after {
    background: url(../../assets/img/common/frame_bottom_pc.svg) no-repeat center bottom;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  #mainvisual:after {
    background: url(../../assets/img/common/frame_bottom_sp.svg) no-repeat center bottom;
    background-size: 100% auto;
  }
  #mainvisual .en {
    font-size: 14px;
  }
  #mainvisual .title_l {
    font-size: 25px;
  }
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------------------------------
SEC_TOPICS
-------------------------------------- */
#sec_topics {
  background: url(../../assets/img/index/co_bg_01.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 1281px) {
  #sec_topics {
    padding: 170px 0 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_topics {
    padding: 120px 0 100px;
  }
}
@media screen and (min-width: 768px) {
  #sec_topics .sec_title_wrap {
    width: 40%;
  }
  #sec_topics .list_topics_wrap {
    width: 60%;
  }
  #sec_topics .btn_wrap {
    margin-top: 30px;
  }
  #sec_topics .btn_wrap_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #sec_topics {
    padding: 90px 0 80px;
  }
  #sec_topics .l_flex {
    display: block;
  }
  #sec_topics .btn_wrap_pc {
    display: none;
  }
  #sec_topics .list_topics_wrap {
    margin-top: 45px;
  }
  #sec_topics .btn_wrap_sp {
    text-align: right;
    margin-top: 50px;
  }
}

/* --------------------------------------
SEC_ABOUT
-------------------------------------- */
#sec_about {
  position: relative;
  background: url(../../assets/img/index/overlay.png) no-repeat center center;
  background-size: cover;
  color: #fff;
}
@media screen and (min-width: 1281px) {
  #sec_about {
    padding: 170px 0 130px;
  }
  #sec_about .l_inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #sec_about .btn_wrap {
    margin-top: 30px;
    text-align: right;
    max-width: 500px;
  }
  #sec_about .txt {
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_about {
    padding: 120px 0 100px;
  }
}
@media screen and (min-width: 768px) {
  #sec_about .txt_wrap {
    width: 52%;
  }
  #sec_about .btn_wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #sec_about {
    padding: 80px 0;
  }
  #sec_about .btn_wrap {
    margin-top: 50px;
  }
}
#sec_about .about-tit .title_sec::after {
  background-color: #ffffff;
}

.txt_flow_vertical {
  position: fixed;
  top: 0;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
.txt_flow_vertical .txt_flow_vertical-content {
  display: flex;
  flex-direction: column;
  animation: vertical_loop 60s linear infinite;
  will-change: transform;
}
.txt_flow_vertical .txt_flow_vertical-content img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .txt_flow_vertical {
    width: 200px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .txt_flow_vertical {
    width: 120px;
    right: -20px;
  }
}

@keyframes vertical_loop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
/* --------------------------------------
SEC_BUSINESS
-------------------------------------- */
#sec_business {
  background: linear-gradient(to bottom, transparent, white);
  position: relative;
}
#sec_business .btn_wrap {
  text-align: right;
}
@media screen and (min-width: 1281px) {
  #sec_business {
    padding: 170px 0 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_business {
    padding: 120px 0 100px;
  }
}
@media screen and (min-width: 768px) {
  #sec_business .l_flex {
    justify-content: space-between;
  }
  #sec_business .img {
    width: 44%;
  }
  #sec_business .txt_wrap {
    width: 47%;
  }
  #sec_business .btn_wrap {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #sec_business {
    padding: 90px 0 80px;
  }
  #sec_business .l_flex {
    display: block;
  }
  #sec_business .img {
    max-width: 280px;
    margin: 0 auto;
  }
  #sec_business .txt_wrap {
    margin-top: 60px;
  }
  #sec_business .btn_wrap {
    text-align: right;
    margin-top: 50px;
  }
}

/* --------------------------------------
SEC_PRODUCTS
-------------------------------------- */
#sec_products {
  background-size: cover;
  position: relative;
}
#sec_products .sec_title_wrap_center {
  color: #fff;
}
#sec_products .detail {
  border-top: 8px solid #00bff2;
  font-family: "NotoSerifJP-SemiBold";
  background: #fff;
  position: relative;
}
#sec_products .detail a {
  padding: 30px 20px 70px;
  display: block;
}
#sec_products .detail a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(#fff 0%, #fff 64.02%, #5fd2f1 100%);
  opacity: 0.3;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.16));
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
#sec_products .detail a:hover:before {
  opacity: 0.8;
}
#sec_products .detail a:hover .btn_arrow:before {
  margin-left: -7px;
}
#sec_products .detail .num {
  position: relative;
}
#sec_products .detail .title_s {
  position: relative;
}
#sec_products .detail .txt {
  margin-top: 20px;
  position: relative;
}
#sec_products .detail .btn_arrow {
  width: 60px;
  height: 30px;
  background: #00bff2;
  border-radius: 15px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#sec_products .detail .btn_arrow:before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/common/arrow_01.svg);
  width: 22px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -11px;
  transition: 0.3s;
}
#sec_products .btn_wrap {
  text-align: center;
}
#sec_products .num {
  color: #00bff2;
  font-family: "Forum";
}
@media screen and (min-width: 1281px) {
  #sec_products {
    padding: 170px 0;
  }
  #sec_products .l_flex {
    justify-content: space-between;
  }
  #sec_products .detail {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_products {
    padding: 120px 0 100px;
  }
  #sec_products .detail {
    width: calc((100% - 20px) / 2);
  }
  #sec_products .detail:nth-child(even) {
    margin-left: 20px;
  }
  #sec_products .detail:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #sec_products {
    background: url(../../assets/img/index/co_bg_02.png) no-repeat center top;
    background-size: cover;
    width: 100vw;
  }
  #sec_products .l_flex {
    flex-wrap: wrap;
  }
  #sec_products .list_detail {
    margin-top: 40px;
  }
  #sec_products .btn_wrap {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #sec_products {
    background: url(../../assets/img/index/co_bg_02_sp.png) no-repeat center top;
    background-size: cover;
    padding: 90px 0 80px;
    width: 100vw;
  }
  #sec_products .l_flex {
    display: block;
  }
  #sec_products .list_detail {
    margin-top: 50px;
    padding: 0 20px;
  }
  #sec_products .detail + .detail {
    margin-top: 20px;
  }
  #sec_products .btn_wrap {
    margin-top: 40px;
  }
}

/* --------------------------------------
SEC_MEDIA
-------------------------------------- */
#sec_media {
  background: url(../../assets/img/index/co_bg_03.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 1281px) {
  #sec_media {
    padding: 170px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_media {
    padding: 120px 0 100px;
  }
}
@media screen and (min-width: 768px) {
  #sec_media .btn_wrap {
    text-align: right;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #sec_media {
    padding: 90px 0 80px;
  }
  #sec_media .btn_wrap {
    text-align: center;
    margin-top: 40px;
  }
  #sec_media .list_media {
    margin-top: 40px;
  }
}

/* --------------------------------------
SEC_CSR
-------------------------------------- */
#sec_csr {
  background: url(../../assets/img/index/co_bg_04.jpg) no-repeat top right;
  background-size: cover;
  position: relative;
  padding-bottom: 80px;
}
#sec_csr .txt_wrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1281px) {
  #sec_csr .txt_wrap {
    padding-right: calc((100% - 1200px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_csr .txt_wrap {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  #sec_csr .l_flex {
    justify-content: space-between;
    align-items: center;
  }
  #sec_csr .img {
    width: 45%;
  }
  #sec_csr .txt_wrap {
    width: 45%;
  }
  #sec_csr .txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #sec_csr .l_flex {
    display: block;
  }
  #sec_csr .txt_wrap {
    margin-top: 40px;
    width: 100%;
    padding: 0 20px 40px;
  }
  #sec_csr .txt {
    margin-top: 20px;
  }
  #sec_csr .img img {
    width: 100%;
    height: auto;
  }
}

.txt_flow {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.txt_flow .txt_flow-content {
  display: flex;
  gap: 50px;
  white-space: nowrap;
  animation: txt_flow_anim 20s linear infinite;
  align-items: center;
}
.txt_flow .txt_flow-content img {
  height: 177px;
}
@media screen and (min-width: 1281px) {
  .txt_flow {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .txt_flow {
    width: 120%;
  }
}
@media screen and (max-width: 767px) {
  .txt_flow {
    width: 170%;
  }
}

@keyframes txt_flow_anim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* --------------------------------------
SEC_MAP
-------------------------------------- */
#sec_map {
  background: url(../../assets/img/index/co_bg_05.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 1281px) {
  #sec_map {
    padding: 240px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_map {
    padding: 200px 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_map {
    padding: 0 0 180px;
  }
}

#map_wrap {
  width: 100%;
  height: 0;
  position: relative;
}
#map_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #map_wrap {
    padding-top: 400px;
  }
}
@media screen and (max-width: 767px) {
  #map_wrap {
    padding-top: 200px;
  }
}

.home footer {
  margin-bottom: 100vh;
  background-color: transparent;
  transform: translateY(-100px);
}/*# sourceMappingURL=index.css.map */