@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: 135%;
    max-width: 200%;
    position: absolute;
    top: 0;
    z-index: 999;
    left: -120px;
}
.slider_top div:first-of-type{
	background-image: url(../img/features/top_img_01.png);
    /* width: 200%; */
}

.TOP_animation {
    margin-left: 200px;
}

.slider_inner{
    align-items: unset;
}

.top_title{
    margin-top: 115px;
}
.top_title{
    font-size: 35px;
}
.text{
    text-align: center;
}
.pp_link{
    color: #1E8ACE;
}
.corporate_detail{
    display: block;
    width: auto;
    margin: 0 270px 100px;
}
.corporate_detail p{
   text-align: center;
   margin-bottom: 100px;
}
.scroll-infinity{
    margin-top: -300px;
}
/* ---------------------------------------------------------- */




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



  @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%);
    }
    .slider_top{
        height: 244px;
        width: 100%;
    }
    .slider_box img{
        max-width: unset;
        position: relative;
        top: 0;
        width: 73%;
        margin-top: 30px;
        left: 0;
    }
    .top_title {
        margin-top: 20px;
    }
    .corporate_detail {
        margin: 0 30px 100px;
    }
  }
@media screen and (min-width:768px) {
    
    
}

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