@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;
}
.top_image {
	width: 85%;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    right: 0;
    object-fit: contain;
    height: 702px;
    
}
.slider_inner{
    align-items: unset;
}

.top_title{
    margin-top: 115px;
}
.top_title{
    font-size: 35px;
}
.top_title_en{
    font-size: 19px;
} 

/* ---------------------------------------------------------- */
/* Features------------------------------------------------- */
.features{
    margin-bottom: 250px;
    /* display: flex; */
    flex-direction: row;
    justify-content: flex-end;
    margin-left: 340px;
}
.features_detail{
    margin: 0 auto;
    text-align: start;
}
.features_detail::before{
    content: "Features";
    color: rgba(0 , 151, 215, .15);
    font-size: 284px;
    font-weight: bold;
    writing-mode: sideways-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 30rem;
    position: absolute;
    margin-top: -90px;
    left: 50px;
    top: 60vh;
    z-index: -1;
}
.features_detail h3{
    font-size: 36px;
    color: #0097D7;
    line-height: 5rem;
}
/* ---------------------------------------------------------- */
/* reason------------------------------------------------- */
.reason{
    background-color: #F0F0F0;
    width: 100%;
    padding: 150px 100px 5px;
    margin-bottom: 200px;
    position: relative;
}
.reason_wrap{
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
}
.reason_wrap_img{
    width: 569px;
    height: 418px;
    margin-left: 2%;

}
.reason_detail{
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    width: 526px;
}
.reason_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1E8ACE;
    margin-left: -30px;
}
.reason_title p{
    font-size: 28px;
    color: #1E8ACE;
    font-weight: bold;
    
}
.L_margin{
    margin-left: 30px;
}
.R_margin{
    margin-right: 30px;
}
.number{
    width: 15%;
}
.reason_text{
    font-size: 14px;
}
/* ---------------------------------------------------------- */
/* contact------------------------------------------------- */
/* .contact{
    width: 870px;
    height: 238.23px;
    color: #fff;
    background-image: url(../img/top/contact_btn.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 50px auto;
}
.contact a{
    width: 870px;
    height: 238.23px;
    display: flex;
    align-items: center;
}
.contact a:hover{
    background-color: #000;
    transition:0.3s;
}
.contact_btn{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.contact_btn_text{
    font-size: 73px;
    line-height: 4rem;
    margin: 0 300px 0 50px;
}
.contact_btn_text .small{
    font-size: 20px;
    position: relative;
    padding-left: 50px;
}
.contact_btn_text .small::before{
    position: absolute;
    left: 13px;
    width: 30px;
    height: 1px;
    background-color: #fff;
    content: '';
    display: block;
    bottom: 13px;
}
.contact_btn img{
    width: 10%;
    object-fit: contain;
} */
.scloll_point{
    position: relative;
    margin: 250px 0;
}
.scroll_position {
    top: 0;
}
.reason_tag{
    width: 30%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); 
}
/* ---------------------------------------------------------- */



  @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;
    }
    .features{
        margin: 0 30px 100px;
    }
    .features_detail .policy li::before {
        left: -2em;
        font-size: 37px;
    }
    .features_detail h3 {
        font-size: 25px;
        line-height: 4rem;
    }
    .features_detail::before {
        font-size: 150px;
        line-height: 3rem;
    }
    .reason{
        padding: 100px 30px 5px;
        margin-bottom: 100px;
    }
    .reason_tag {
        width: 55%;
    }
    .reason_wrap {
        margin-bottom: 50px;
    }
    .reason_detail {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        width: 100%;
    }
    .reason_title {
        margin-left: 0;
        align-items: flex-end;
    }
    .reason_title p {
        font-size: 17px;
        line-height: 2rem;
        margin: 0px 0 3px;
    }
    .reason_wrap_img {
        width: 100%;
        height: auto;
    }
    .L_margin {
        margin-left: 0;
    }
    .number {
        width: 14%;
        margin: -10px 0 -10px;
    }
  }
@media screen and (min-width:768px) {
    
    
}

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