@charset "UTF-8";
.slider_top {
	width: 150%;
	height: 65vh;
	overflow: hidden;
    position: relative;
	max-width: 100%;
    right: 0;
    border-radius: 150px 0 0 150px;
}
.slider_top {
    height: 702px;
}

.slider_top div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	opacity: 0;
	animation-name: slide-fade;
	animation-duration: 15s;
	animation-iteration-count: infinite;
}
.slider_box img{
    width: 200%;
    max-width: 200%;
    position: absolute;
    top: -15vh;
    z-index: 999;
    left: -50px;
}
.slider_top div:first-of-type{
	background-image: url(../img/top/top_img_01.jpg);
    /* width: 200%; */
}
.slider_top div:nth-of-type(2){
	background-image: url(../img/top/top_img_02.jpg);
	animation-delay: 5s;
}
.slider_top div:last-of-type{
	background-image: url(../img/top/top_img_03.jpg);
	animation-delay: 10s;
    
}

.section_title{
    display: flex;
    color: #1E8ACE;
    font-size: 36px;
    font-weight: bold;
}
.section_title img{
    width: 6%;
    object-fit: contain;
    margin-right: 20px;
}
/* ---------------------------------------------------------- */
/* features------------------------------------------------- */
.features{
    margin-bottom: 250px;
    /* display: flex; */
    flex-direction: row;
    justify-content: flex-end;
    margin-left: 340px;
}
.features_detail{
    margin: 0 auto;
    text-align: center;
}
.features_detail::before{
    content: "Features";
    color: rgba(0 , 151, 215, .15);
    font-size: 288px;
    font-weight: bold;
    writing-mode: sideways-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 30rem;
    position: absolute;
    margin-top: -200px;
    left: 50px;
    top: 80vh;
}
.slick-slider {
    width: 120%;
}
.slider{
    position: relative;
    top: 50px;
    right: 50px;
}
.slider li {
    margin: 10px;
}
.slider li img{
    width: 275px;
}
.slick-next {
    position: absolute;
    bottom: -75px;
    content: url(../img/top/arrow.png);
    border-top: none;
    border-right: none;
    right: 0;
    transform: unset;
    width: 100px;
    height: 7.24px;
}

/* aboutus------------------------------------------------- */
.aboutus{
    display: block;
    width: 100%;
    margin: 0 0 0 43%;
    height: 702px;
    position: relative;
}
.aboutus::before{
   content: "";
   background-image: url(../img/top/top_section01.png);
   background-repeat: no-repeat; 
   width: 960px;
   height: 702px;
   display: inline-block;
   position: absolute;
   z-index: -1;
   left: -705px;
   background-size: 100%;
}
.aboutus::after{
    content: "";
    background-image: url(../img/common/logo_img.png);
    background-repeat: no-repeat; 
    width: 339px;
    height: 339px;
    display: inline-block;
    position: absolute;
    z-index: -1;
    background-size: contain;
    top: -50px;
    left: 500px;
 }
h3{
    color: #1E8ACE;
    font-size: 104px;
    font-weight: bold;
    line-height: 4rem;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 15%;
}
.h3_s{
    font-size: 28px;
}
.aboutus .btn_item{
    margin-top: 20px;
}
/* ---------------------------------------------------------- */
/* product------------------------------------------------- */
.product{
    position: relative;
    margin-left: 200px;
    margin-top: 250px;
    padding-top: 150px;
    margin-bottom: 100px;
}
.product::before{
    content: "product";
    color: rgba(0, 151, 215, .15);
    font-size: 288px;
    font-weight: bold;
    writing-mode: sideways-rl;
    -ms-writing-mode: tb-rl;    /* IE用 */
     writing-mode: vertical-rl; /* モダンブラウザ用 */
    line-height: 4rem;
    position: absolute;
    margin-top: -200px;
    right: 0;
}
.product_text{
    text-align: start;
}
.lineup{
   
}
.lineup_title{
    font-family: "02UtsukushiMincho";
    font-size: 43px;
    color: #1E8ACE;
    display: flex;
    align-items: center;
}
.lineup_title::before{
    position: absolute;
    left: -215px;
    width: 200px;
    height: 1px;
    background-color: #1E8ACE;
    content: '';
    display: block;
}
.lineup_group{
    display: flex;
    flex-wrap: wrap;
    margin-right: 245px;
}
.lineup_group_list{
    display: flex;
    flex-direction: column;
    width: 45%;
    margin-bottom: 50px;
    margin-right: 3%;
}
.ineup_group_list_image{
    overflow: hidden;
    margin: 0;
}
.ineup_group_list_image a{
    display: block;
    transition: all .3s ease-in-out;
    transform: scale(1.1);
}
.ineup_group_list_image img{
    width: 100%;
    vertical-align: middle;
}
.ineup_group_list_image a:hover{
    transform: scale(1);
}
.border_1{
    border: 1px solid #000;
}
.btn_group{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.btn_group .btn_item{
    margin-right: 50px;    
}
/* ---------------------------------------------------------- */

/* interview------------------------------------------------- */
.interview{
    margin-left: 100px;
    position: relative;
    margin-bottom: 100px;
}
.interview_detail{
    display: flex;
}
.interview h4{
    color: rgba(0, 151, 215, .15);
    font-size: 185px;
    font-weight: 800;
    line-height: 18rem;
    margin: 0 0 50px;
}
.interview_title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
}
.interview_title_inner{
    background-color: #0097D7;
    color: #fff;
    border-radius: 25px 0 25px 0;
    padding: 5px 20px;
    margin: 0 0 10px;
    font-size: 28px;
}
.interview_text{
    font-size: 14px;
    margin-right: 50px;
}
.youtube{
    width: 577px;
    height: 368px;
    object-fit: contain;
    margin-top: 70px;
    margin-left: 50px;
    background-color: #000;
}
.interview_l .btn_item{
    margin-top: 20px;
}

/* ---------------------------------------------------------- */

/* news------------------------------------------------- */
.news{
    margin: 0 50px 100px;
}
.news_title{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
}
.news h4{
    font-size: 104px;
    color: #1E8ACE;
    font-weight: bold;
    margin: 0;
}
.news .btn_item {
    margin-top: 50px;
}
/* ---------------------------------------------------------- */
.scrolldown{
    left: 50%;
}
.scroll_position{
    top: 0;
}



  @media screen and (max-width:767px) {
   
    body:before{
        content:none;
        /* display:unset;
        background-repeat: unset;
        background-size: unset;
        background-position: unset;
        width: unset;
        height: unset;
        position: unset;
        z-index: unset; */
        background-image:none; /*背景画像*/
    }

    .diagonal_01 {
        padding: 200px 0 555px;
        margin: -207px 0 0;
        clip-path: polygon(0 0, 100% 0%, 100% 65%, 0 70%);
    }
    .features{
        margin: 50px 30px;
    }
    .features_detail::before{
        font-size: 150px;
        line-height: 3rem;
    }
    .features_detail{
        text-align: start;
    }

   
    .slider_top{
        height: 244px;
        width: 100%;
    }
    .slider_box img{
        max-width: unset;
        position: relative;
        top: 0;
        width: 100%;
        margin-top: 30px;
        left: 0;
    }
    
    .slick-next{
        bottom: -35px;
    }
    .btn_item{
        margin-top: 100px;
    }
    .aboutus{
        margin: 100px 30px 50px;
        height: auto;
        width: auto;
    }
    .aboutus::before {
        width: 100%;
        height: 100%;
        left: -50px;
    }
    .product{
        margin: 0 30px 50px;
        padding-top: 50px;
    }
    .product::before{
        font-size: 150px;
        line-height: 3rem;
        padding-top: 100px;
    }
    h3{
        font-size: 50px;
        line-height: 3rem;
    }
    .h3_s{
        font-size: 18px;
    }
    .lineup_group{
        margin: 0;
        display: block;
    }
    .lineup_group_list{
        width: 100%;
        margin: 0 0 30px;
    }
    .btn_group{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        
    }
    .btn_group .btn_item{
        margin: 0 0 30px;
    }
    .scrolldown {
        bottom: -50px;
        height: 30px;
  }
  .interview{
        margin: 0 30px 100px;
  }
  .interview h4{
        font-size: 85px;
        line-height: 8rem;
        margin-top: 30px;
  }
  .interview_title {
        align-items: center;
}
  .interview_detail{
        display: block;
  }
  .interview_title_inner{
        font-size: 19px;
  }
  .interview_text{
        margin: 20px 0;
  }
  .youtube {
        width: 100%;
        height: auto;
        object-fit: contain;
        margin-top: 70px;
        margin-left: 0;
        background-color: #000;
        padding: 10px 0;
}
.news {
    margin: 100px 20px 50px;
}
.news_title{
        display: block;
}
.news h4{
        font-size: 85px;
        line-height: 8rem;
}
.news .btn_item{
    margin-bottom: 50px;
}
  }
@media screen and (min-width:768px) {
    
    
}

/*# sourceMappingURL=map/style-top.css.map */