/* head outer */
/* ============================================ */
.page_top #bg-outer-body{
  height: 950px;
}


/* mv */
/* ============================================ */
.mv{
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.mv_inner{
  max-width: 1700px;
  margin: 0 0 auto 0;
}
.mv_top .swiper-slide{
  border-radius: 0 30px 0 0;
  overflow: hidden;
}
.mv_top .swiper-slide img{
  display: block;
  width: 100%;
  height: 900px;
  object-fit: cover;
}
.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img {
  animation: zoomSlide 10s linear 0s normal both;
}
@keyframes zoomSlide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.mv_txt{
  position: absolute;
  top: 30%;
  left: 12%;
  z-index: 10;
  color: #fff;
}
.mv_txt .copy_upper{
  font-size: 70px;
  font-family: 'Dancing Script', cursive;
}
.mv_txt .copy_bottom{
  font-size: 20px;
  display:flex;
  align-items: center;
}
.mv_txt .copy_bottom::before,
.mv_txt .copy_bottom::after{
  content: "";
  flex-grow: 1;
  border-top: 1px solid #fff;
}
.mv_txt .copy_bottom::before{
  margin-right: 2em;
}
.mv_txt .copy_bottom::after{
  margin-left: 2em;
}
.mv_bottom{
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.mv_news{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 30px 0 0 0;
}
.mv_news .mv_news_heading{
  width: 10%;
  font-size: 18px;
  font-family: 'Jost', sans-serif;
}
.mv_news .mv_news_content{
  width: 90%;
}
.mv_news ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mv_news ul:not(:last-child){
  margin-bottom: 20px;
}
.mv_news .mv_news_title{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mv_news .mv_news_date{
  display: block;
  font-weight: bold;
}
.mv_news .mv_news_btn{
  margin-left: 3%;
}
@media (min-width: 431px) and (max-width: 900px){
  .mv_txt .copy_upper{
    font-size: 9.3vw;
  }
  .mv_txt .copy_bottom{
    font-size: 2.2vw;
  }
}
@media (max-width: 900px){
  .mv_txt{
    width: 85%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv_txt .copy_upper{
    text-align: center;
  }
  .mv_news{
    display: block;
    padding: 3%;
  }
  .mv_news .mv_news_heading{
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
  }
  .mv_news .mv_news_content{
    width: 100%;
  }
}
@media (max-width: 430px){
  .mv_top .swiper-slide img{
    height: 600px;
  }
  .mv_txt .copy_upper{
    font-size: 9.3vw;
  }
  .mv_txt .copy_bottom{
    font-size: 3.4vw;
    margin-bottom: 20px;
  }
  .mv_txt .copy_bottom::before{
    margin-right: 1em;
  }
  .mv_txt .copy_bottom::after{
    margin-left: 1em;
  }
}


/* grid */
/* ============================================ */
.bg_grid{
  padding: 200px 0 150px;
}
@media (max-width: 768px){
  .bg_grid{
    padding: 20% 0 15%;
  }
}


/* message */
/* ============================================ */
.top_message{
  color: #fff;
}
.top_message .item_rotating{
  right: 20%;
  top: -20%;
}
.top_message .content_inner_lg{
  width: 90%;
}
.top_message .flex_box{
  justify-content: space-between;
  padding: 100px 0;
  margin-right: -5%;
}
.top_message_lt{
  width: 45%;
  margin-left: 5%;
}
.top_message_lt figure{
  display: none;
}
.top_message_rt{
  width: 45%;
  margin-left: 5%;
}
.top_message_rt figure{
  text-align: right;
}
@media (max-width: 900px){
  .top_message .item_rotating{
    right: auto;
    left: 0;
    top: 10vw;
  }
  .top_message .content_inner_lg{
    width: 95%;
  }
  .top_message .flex_box{
    display: block;
    margin-right: 0;
    padding: 10% 10% 10% 3%;
  }
  .top_message_lt{
    width: 100%;
    margin-left: 0;
  }
  .top_message_lt figure{
    display: block;
    margin-bottom: 5%;
  }
  .top_message_rt figure{
    display: none;
  }
  .top_message_lt .heading_wrap{
    text-align: center;
  }
  .top_message_lt .heading_primary_ja{
    justify-content: center;
  }
  .top_message .btn_primary a{
    margin: 0 auto;
  }
}


/* our business */
/* ============================================ */
.top_our_business{
  color: #fff;
}
.top_our_business .item_rotating{
  right: 0;
  top: 20%;
}
.top_our_business .bg_outer_right::before{
  height: 70%;
}
.top_our_business_block{
  padding: 100px 0;
  margin-left: 10%;
}
.product_wrap{
  width: 100%;
  max-width: 1200px;
}
.product_list{
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}
.product_list > a{
  position: relative;
  width: 50%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
}
.product_list a:hover{
  opacity: 1;
  filter: brightness(1.1);
  text-decoration: none !important;
}
.product_web{
  background-color: #63ad90;
}
.product_saas{
  background-color: #8ac2ac;
}
.product_list figure{
  margin-right: 5%;
}
.product_name{
  text-align: center;
}
.product_name h3{
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.1em;
  font-size: 40px;
}
.product_name p{
  font-size: 18px;
}
.product_link{
  position: absolute;
  bottom: 3%;
  right: 3%;
}
@media (max-width: 1000px){
  .product_list{
    display: block;
  }
  .product_list > a{
    width: 100%;
    padding: 3%;
    height: 300px;
  }
}
@media (max-width: 900px){
  .top_our_business .item_rotating{
    right: 0;
    top: 10vw;
  }
  .top_our_business_block{
    padding: 10% 3% 10% 10%;
    margin-left: 0;
  }
  .top_our_business .heading_wrap{
    text-align: center;
  }
  .top_our_business .heading_primary_ja{
    justify-content: center;
  }
}
@media (max-width: 768px){
  .product_name h3{
    font-size: 24px;
  }
}
@media (max-width: 430px){
  .product_list > a{
    height: 200px;
  }
  .product_list figure{
    width: 60px;
  }
  .product_name p{
    font-size: 14px;
  }
}


/* company */
/* ============================================ */
.top_company{
  padding: 100px 0;
  color: #fff;
  background-image: url(../../../img/fm/acj01/home/bg-company.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.top_company .item_fixed{
  bottom: -10%;
  left: 0;
}
@media (max-width: 900px){
  .top_company .content_inner_md{
    width: 60%;
  }
  .top_company .heading_wrap{
    text-align: center;
  }
  .top_company .heading_primary_ja {
    justify-content: center;
  }
  .top_company .btn_primary a {
    margin: 0 auto;
  }
}
@media (max-width: 768px){
  .top_company{
    padding: 15% 0;
  }
}
@media (max-width: 430px){
  .top_company .content_inner_md{
    width: 95%;
  }
}


/* news */
/* ============================================ */
.top_news{
  color: #fff;
  overflow: hidden;
}
.top_news .item_fixed{
  right: 0;
  bottom: -10%;
}
.top_news_block{
  padding: 100px 0;
}
.top_news_lt{
  margin-left: 10%;
  margin-right: 5%;
}
.top_news_rt{
  color: #4e4e4e;
  border-radius: 0 30px 0 0;
  overflow: hidden;
}
.top_news_content{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  background-color: #fff;
  border-bottom: 1px solid #8ac2ac;
  transition: 0.3s;
}
.top_news_content figure{
  width: 27%;
  aspect-ratio: 3 / 2;
  margin-right: 3%;
}
.top_news_content figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_news_content ul{
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none !important;
  margin: 0px !important;
  padding: 0px !important;
}
.top_news_content .top_news_date{
  display: block;
  font-weight: bold;
}
.top_news_content .top_news_title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.top_news_content .top_news_btn{
  margin-left: 3%;
}
.top_news_rt + .btn{
  display: none;
}
.top_news_content a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_news_content:hover {
  opacity: 0.8;
}
@media (max-width: 1000px){
  .top_news_block{
    display: block;
    padding: 10% 3% 10% 10%;
    margin-left: 0;
  }
  .top_news_rt {
    margin-bottom: 10%;
  }
  .top_news_lt{
    margin: 0;
  }
  .top_news_lt .btn{
    display: none;
  }
  .top_news_rt + .btn{
    display: block;
    margin: 0 auto;
  }
  .top_news_rt + .btn a{
    margin: 0 auto;
  }
}
@media (max-width: 900px){
  .top_news .item_fixed {
    right: 0;
    bottom: -10vw;
  }
  .top_news .heading_wrap{
    text-align: center;
  }
  .top_news .heading_primary_ja{
    justify-content: center;
  }
  .top_news_content{
    padding: 3%;
    font-size: 12px;
  }
}
@media (max-width: 430px){
  .top_news_content{
    font-size: 12px;
  }
  .top_news_btn .icon_arrow_green::before{
    width: 30px;
    height: 30px;
  }
}

