@charset "utf-8";
/* CSS Document */


@media screen and ( max-width:768px ){
/*SP_CONTENTS===============================================================================*/
    
body {
    height: 100%;
    width: 100%;
    margin: 0;
	-webkit-text-size-adjust: 100%;
    min-width: 100%;
    font-family: 'Open Sans','Noto Sans Japanese','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    overflow-x: hidden;
}    
.content{
    width: 90%;
    margin: 0 auto;
}
.pc_none{
    display: block;
}    

.sp_none{
    display: none;
}
/*header--------------------------------------------------------------------*/

.head_area{
    position: relative;
    width: 100%;
    height: 700px;
}    
.head_area::before{
    height: 600px;
    content:"";
    background:#2D3A45;
    background-image: url("../img/mv_02.png");
    background-size: cover;
    background-repeat:no-repeat;
    background-position: left;
    z-index: -1;
} 
.background::after{
    position: absolute;
    right:0;
    top:0;
    content: "";
    background:#FFF;
    width:0%;
    height: 700px;
    z-index: 0;
}

.header{
    position:fixed;
    width: 100%;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, 0%);
    padding-bottom:10px;
    background-color: rgba(45,58,69,0.9);
    height: 100px;
}
.header h1{
    float:left;
    margin-top:25px;
    margin-left: 20px;
    width:40%;
}
.header h1 img{
    width:100%;
    height: auto;
}    
    
.is-animation {
    width: 100%;
    animation: 1s ease 0s  normal none running animation-spp;
    animation-fill-mode: forwards;
    }
@keyframes animation-spp {
  0% {
    background-color: rgba(45,58,69,0.3);
    height: 100px;
  }
  100% {
    background-color: rgba(45,58,69,0.9);
    height: 100px;
  }
}
    
.sp_logo{
    width:40%;
    margin-top:25px;
    float:right;
    margin-right: 20px;
} 
.sp_logo img{
    width:100%;
    height: auto;
}      
    
.header ul{
    clear: left;
    float:none;
    width: 100%;
    margin-top:0px;
    padding-bottom:10px;
    text-align: center;
}
.header ul li{
    width: 33.3333%;
    padding-top:15px;
    float:left;
    color:#FFF;
    margin-left:0px;
}



.mainvisual{
    position: relative;
    height: calc(700px - 100px);
    display: block;
     align-items: center; /* 縦方向中央揃え */
    width: 100%;
    margin:0 auto;
    text-align: center;
}

.mainvisual .title{
    position: absolute;
    bottom:40px;
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: 1.07px;
    left: 50%;
    transform: translate(-50%, 0%);
}
 
.mainvisual .title span{
    display: block;
    font-size: 32px;
}

.mainvisual .visual{
    position: absolute;
    right:0;
    top:110px;
    width:100%;
}
.mainvisual .visual img{
    width: 100%;
    height: auto;
}
.scroll{
    position: absolute;
    bottom:20px;
    left:50%;
    padding-top:100px;
    padding-left:0px;
    vertical-align: bottom;
    color:#E2E2E2;
    font-size: 12px;
    text-align: center;
    transform: translate(-50%, 0%);
}
.scroll::before{
    content:"";
    position: absolute;
    bottom:0;
    left:50%;
    width: 1px;
    height: 100%;
    border-left:1px solid #9B9B9B;
    animation: 1.5s ease   normal none running animation-line;
    animation-iteration-count: infinite;
}

/*default--------------------------------------------------------------------*/


h2{
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 65px;
    color: #454545;
    letter-spacing: 1.5px;
    line-height: 50px;
    text-align: center;
    margin-top:50px;
    padding-top:120px;
    margin-bottom:60px;
}
h2 span{
    display: block;
    font-size:14px;
    letter-spacing: .5px;
}
/*feature--------------------------------------------------------------------*/

.feature_area{
    width:100%;
    margin-bottom:120px;
}

.feature_area ul{
    width:100%;
    margin:0 auto;
    display: block;
}

.feature_area ul li{
    position: relative;
    width:90%;
    height: 140px;
    text-align: center;
    margin:0 auto;
    margin-bottom:25px;
}
.feature_area ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

.feature_area ul li .number{
    position: absolute;
    top:-30px;
    left:-10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 50px;
    color: #E76CA5;
    letter-spacing: 1.79px;
    z-index: 3;
}

.feature_area ul li .logo{
    position: relative;
    z-index: 3;
    padding-top:40px;
}
.arrow{
    position: absolute;
    z-index: 3;
    bottom:20%;
    left: auto;
    right:10px;
    transform: translate(-50%, 0%);
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0px;
}
.title{
    color:#FFF;
    position: relative;
    z-index: 3;
    text-decoration: none;
}
/*feature--------------------------------------------------------------------*/

.feature_box h3{
    font-size: 26px;
}

.feature_box h3 img{
    margin-left:5px;
    width:20%;
    height: auto;
}

.feature_box h4{
    font-size: 18px;
    
}


.float_box{
    width: 100%;
}
.float_box .left{
    width: 100%;
    float: none;
}

.float_box .right{
    margin-top:30px;
    width: 100%;
    float: none;
}


.float_box2{
    width: 100%;
}
.float_box2 .left{
    width: 100%;
    float: none;
}

.float_box2 .right{
    width: 100%;
    float: none;
}    

    
/*feature--------------------------------------------------------------------*/
.fukidashi{
    position: relative;
	display: inline-block;
	padding: 7px 14px;
	min-width: 120px;
 	max-width: 100%;
 	color: #FFF;
	font-size: 20px;
	background: #E76CA5;
	border-radius: 5px;
    margin:0 auto;
    text-align: center;
}
.fukidashi:before{
	content: "";
	position: absolute;
	top: -5px;
	left: 50%;
  	margin-top: -5px;
	border: 5px solid transparent;
	border-bottom: 5px solid #E76CA5;
 	z-index: 0;
}

/*SLIDE--------------------------------------------------------------------*/
.slide_in{
    position: relative;
    width: 100%;
}

.slider_box .multiple-item{
    width:100%;
}
.slider_box .multiple-item li{
}
/*.slider_box ul li:nth-child(odd){
    float:left;
    width:49%;
}
.slider_box ul li:nth-child(even){
    float:right;
    width:49%;
}*/

.slider_box .title{
    color:#BD0058;
    font-weight: bold;
    font-size: 18px;
    margin-bottom:10px;
}

.slide_inbox{
    width:100%;
}

.slide_inbox .left{
    position: relative;
    float:left;
    width:49.5%;
}
.slide_inbox .right{
    position: relative;
    float:right;
    width:49.5%;
}

.slide_inbox .left img,.slide_inbox .right img{
    width:100%;
    height: auto;
}

.slide_inbox .left p{
    width: 100%;
    height: 40px;
    line-height: 40px;
    position:absolute;
    bottom:0;
    background:#E76CA5;
    color:#FFF;
    text-align: center;
}

.slide_inbox .right p{
    width: 100%;
    height: 40px;
    line-height: 40px;
    position:absolute;
    bottom:0;
    background:#808A93;
    color:#FFF;
    text-align: center;
}


.multiple-item{
  overflow-x:auto;
}

.slick-slide { 
    margin: 0 0px; 
} 

.slick-list { 
    padding: 0 0px; 
} 

#thumbnail-list{
    margin-top:40px;
    text-align: center;
}
#thumbnail-list li{
    display: inline-block;
    padding:0 5px;
}

.thumbnail-current{
    font-size:24px;
    color:#E76CA5;
    font-weight: bold;
}
.thumbnail-current  span{
    font-size: 16px;
}

.thumbnail{
    padding-top:30px;
    width:80%;
    height: 100px;
    margin:0 auto;
    text-align: center;
}    

    
    
/*related_area--------------------------------------------------------------------*/
.related_area{
    padding-bottom:120px;
}
.related_area .float_box2 .left{
    width: 100%;
}

.related_area .float_box2 .right{
    width: 100%;
    margin-top:50px;
}

.related_area .float_box2 {
    width: 100%;
}
.related_area .float_box2 .left img,.related_area .float_box2 .right img{
    float:none;
    width: 100%;
    margin-right:0px;
}
.related_area .float_box2 .text{
    width: 100%;
    float:none;
} 
    
/*spec--------------------------------------------------------------------*/
.spec_area{
    width: 90%;
    margin:0 auto;
}
.spec_area .left{
    float: none;
    width:100%;
    margin-right: 5%;
}
.spec_area .left img,.spec_area .right img{
    width: 100%;
    height: auto;
}
.spec_area .right{
    float: none;
    width:100%;
}
    
/*contact--------------------------------------------------------------------*/


.company::before {
    content: "";
    display: none;
    position: absolute;
    top:0;
    left:50%;
    width:1px;
    height: 100%;
    background:#B3B3B3;
}

.company{
    position: relative;
    width:100%;
    margin:0 auto;
    text-align: center;
}


.company .left p,.company .right p{
    text-align: center;
}

.company_box{
    width: 100%;
}

.company .left{
    float:none;
    width: 100%;
}

.company .right{
    margin-top:40px;
    float:none;
    width: 100%;
}

.contact_area .tel{
    margin-top:60px;
    width:calc(100% - 80px);
    border:1px solid #D4D4D4;
    margin:0 auto;
    text-align: center;
    padding:30px 40px;
}
.contact_area .tel img{
    width: 100%;
    height: auto;
}

.contact_area .tel .dic span{
    font-size:20px;
    font-weight: bold;
}
.contact_area .tel .dic{
    margin-bottom:15px;
}
.contact_area .tel .time{
    margin-top:15px;
}

.contact_area .link{
    margin-top:15px;
    color:#4176B3;
}

.contact_area .base{
    text-align: center;
}

.contact_area .base dt{
    margin-top:50px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom:10px;
}

.footer{
    margin-top:120px;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background:#2D3A45;
    color:#FFF;
    font-size: 13px;
}
    
    

/*SP_CONTENTS===============================================================================*/   
}   



@media screen and ( max-width:350px ){
    .mainvisual .title{
        font-size: 20px;
    }

    .mainvisual .title span{
        font-size: 27px;
    }
    .thumbnail{
        padding-top:30px;
        width:90%;
        height: 100px;
        margin:0 auto;
        text-align: center;
    }    
    #arrows2{
        width: 100%;
        top: 33%;
    }
    
}