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

TOP

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

#top .content{
    max-width: none;
    width:100%;
}



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

SW

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

#top #top_sw {
    position: relative;
    top: 50vh;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

#top_sw .swiper-container{
	width:60%;
/*
    max-width: 654px;
    height: 654px;
*/
}

#top_sw .swiper-slide{
    width: 654px !important;
	 height: 654px !important;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}
	
#top_sw .slide1{ background-color: #62C3D9; }
#top_sw .slide2{ background-color: #24919A; }
#top_sw .slide3{ background-color: #E2DD6E; }
#top_sw .slide4{ background-color: #DEA953; }
#top_sw .slide5{ background-color: #B95427; }
#top_sw .slide6{ background-color: #5B4195; }
#top_sw .slide7{ background-color: #2B3897; }

#top_sw .sw_desc {
    width: 34%;
    max-width: 374px;
    font-size: 11px;
}

#top_sw .sw_desc1{
	padding-bottom: 30px;
}


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

HERO

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

#top .hero_wrapper {
    width: 100%;
    background-color: #f5f5f5;
}


#top .bg_top_hero{
    z-index:0 !important;
}

#top .hero_bg{

}

#top .hero {
    width: 100%;
    position: relative;
    z-index: 10;
    padding-top: 160px;
    padding-bottom: 200px;
    text-align: left;
}

#top .hero_doc{
    width: 90%;
    margin: 0 auto;
    max-width: 1160px;
}

#ht .hero_title {
    position: relative;
    display: inline-block;
    line-height: 1.2;
    font-size: 86px;
    font-weight: 800;
    margin-bottom: 40px;
}

#ht .hero_title:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -15px;
    display: inline-block;
    width: 200px;
    height: 8px;
    background: linear-gradient(to right, #74daf8, #328eed);
}

#top .hero_sub_title{
    font-size: 40px;
    font-weight: 600;
    color: #ACB6E5;
    background: -webkit-linear-gradient(0deg, #74daf8, #328eed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


#top .hero_bg_text {
    position: absolute;
    width: 1600px;
    z-index: -1;
    bottom: 0;
    font-size: 189px;
    line-height: 1;
    font-weight: bold;
    color: #dbdbdb;
}


#top .hero_image{
    width: 100%;
    margin: 0 auto;
}

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

NEWS / NOTE

----------------------*/
#top .news {
    margin-top: 50vh;
}

/*
#top .note{
	display: none;
}
*/

#top .news .sec_in,
#top .note .sec_in{
	padding-bottom: 30px;
	align-items: baseline;
}


#top .news_list{
    width: 70%;
}

#top .news_list li{
/*
    display: flex;
    justify-content: space-between;
*/
/*
     padding-top: 20px;
     padding-bottom: 20px;
*/
/*
     border-top: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
*/
}

#top .news_info a {
    display: flex;
    justify-content: space-between;
}

#top .news_info a::after {
	position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #222222;
    bottom: -10px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

#top .news_info a:hover::after {
	transform: scale(1, 1); 
}


#top .news_info_date {
    color: #222222;
    font-size: 13px;
    width: 20%;
    display: inline-block;
	text-transform: uppercase;
}

#top .news_info_title {
    font-size: 13px;
    width: 80%;
    display: inline-block;
}




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

SERVICE

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

#top .sev .sec_in{
    padding-bottom: 30px;
}


#top .sev_col {
    width: 70%;
    padding-top: 10px;
}

#top .sev_doc{
/*    width: 50%;*/
}

#top .sev_col_title {
    color: #1082d8;
    font-size: 20px;
}

#top .sev_col_image {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
}

#top .sev_image{
    width: 40%;
}

#top .sev_col_desc{
	font-size: 12px;
	
}



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

WORKS

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

#top .works .sec_title{
	padding-bottom: 40px;
}

#top .works_list{
	display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

#top .works_list li{
	width: 32%;
}


#top .works_image{
	max-width: 360px;
	overflow: hidden;
	cursor: pointer;
}

#top .works_image img{
  height: auto;
  width: 100%;
  transition: transform .6s ease; 
}

#top .works_image:hover img {
  transform: scale(1.1); 
}


#top .works_info{
    line-height: 1;
    padding-top: 12px;
}

#top .works_title {
    color: #222222;
    font-size: 12px;
}

#top .works_title:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    position: relative;
    top: -4px;
	background-color: #888888;
	margin-left: 10px;
	margin-right: 9px;
}


#top .works_cat{
    color: #888888;
    font-size: 13px;
}




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

CONTACT

----------------------*/
#top .contact_col{
	width: 440px;
	display: inline-block;
	padding-bottom: 29px;
	border-bottom: 1px solid #000;
	float: right;
}

#top .contact .sec_btn {
    font-size: 20px;
    border-bottom: none;
    float: left;
}


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

CLIENT

----------------------*/
#top .cl{
    background-color: #ddd;
}

#top .hr_list {
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;  /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
  background:#ddd;
}

#top .hr_list_item {
  display: inline-block;
  width: 90%;
  max-width: 300px;
  height: 200px;
  margin: 16px;
  font-size: 48px;
    background-color: #fff;

}

#top .hr_list_item:first-child{
    margin-left: 0;
}

/*スクロールバー全体*/
#top  ::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

/*スクロールバーの軌道*/
#top ::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
#top ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
    background-color: #008be4;
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}





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

COMPANY

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

#top .comp_ov{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 40px;
}

#top .comp_ov dt{
    width:30%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

#top .comp_ov dd{
    width:70%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}


#top .comp_ov dd:last-child{
/*    padding-bottom: 0;*/
}

#top .comp_ov dd ul {
    list-style-type: decimal;
    margin-left: 18px;
}

#top .comp_map{
    width: 100%;
    margin-bottom: 40px;
}

#top .comp_map_desc{
    text-align: right;
}




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

FORM

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

#top #my_form {
    width: 100%;
    padding: 50px 60px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #f7f7f7;
}

#top .cct {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

#top .ctt_title {
    width: 30%;
    padding-top: 11px;
}

#top .ctt_input {
    width: 60%;
}

#top .ctt_input.required::before {
    position: absolute;
    display: block;
    content: "必須";
    font-size: 10px;
    background-color: rgb(255, 50, 50);
    color: rgb(255, 255, 255);
    top: 0;
    left: -50px;
    border-radius: 3px;
    padding: 5px 9px;
}

#top .cct.prefecture .ctt_input.required::before{
    top:0;
}

#top .wpcf7-radio{
    display: block;
    padding-top: 10px;
}

#top .wpcf7-radio .wpcf7-list-item{
    margin-right: 10px;
}

#top .btn_apply{
    padding-top: 40px;
}



#top .form-title{
    text-align: center;
}

#top #my_form input[type="text"],
#top #my_form input[type="email"],
#top #my_form input[type="tel"],
#top #my_form input[type="password"]{
    font-size: 16px;
    /* background-color: #F5F5F5; */
    border: 1px solid #C8C8C8;
    width: 100%;
    border: none;
    border: 1px solid #C8C8C8;
    padding: 7px;
    box-sizing: border-box;
    margin-bottom: 24px;
    line-height: 1;
}


#top #my_form textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #C8C8C8;
    padding: 16px;
    box-sizing: border-box;
    margin-bottom: 40px;
}




#top #my_form .required{
    position: relative;
}


#top #my_form .btn_apply input {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    width: 280px;
    height: 38px;
    line-height: 40px;
    outline: 0;
    border: none;
}





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

RECRUIT

----------------------*/
#top .rec{
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

#top .rec_doc{
    float: right;
    width:70%;
    text-align: center;
    max-width: 900px;
    padding-top:80px;
    padding-bottom: 160px;
    background-color: #f2f2f2;
}

#top .rec_image{
    position:  absolute;
    max-width: 500px;
    width:40%;
    top: 40px;
}

#top .rec_title{
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}


#top .rec_title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 70px;
    height: 6px;
    background: linear-gradient(to right, #74daf8, #328eed);
}


#top .rec_sub_title{
    margin-bottom: 30px;
}

#top .rec_btn{
    display: block;
    color: #fff;
    border-radius: 30px;
    padding: 0px 20px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(to right, #74daf8, #328eed);
}



@media only screen and (max-width: 1440px){



#top #mar{
    background-image: url(../images/top/top_mar_bg.jpg);
}

    
    
    

}




/* ==============================================================================================

LAPTOP, DESKTOP (992px~1330px)

==============================================================================================*/
@media only screen and (max-width: 1330px){


#tk .tk_col_title{
    font-size:72px;
}

    
/*--------------- DEEP UNDERSTANDING OF UNIQUENESS OF THE JAPAN MARKET -------------*/

#top #mar .mar_list_title {
    font-size: 16px;
}


}



/*==============================================================================================

TABLETS (850px~991px)

==============================================================================================*/
@media only screen and (max-width: 991px){


    
/*--------------- WE PROVEN TRACK RECORDS ---------------*/

#tk .tk_col_title {
    font-size: 60px;
}
    
#tk .tk_col_desc {
    font-size: 15px;
}
    

    
    

/*--------------- DEEP UNDERSTANDING OF UNIQUENESS OF THE JAPAN MARKET -------------*/

#top #mar .mar_list_title {
    font-size: 15px;
}

    
    
    

}




/*==============================================================================================

MOBILE ( ~850px)

==============================================================================================*/
@media only screen and (max-width:850px){

    

   
    
    
/* ---------- SW  ---------- */

#top #top_sw {
    display: block;
}
    
#top_sw .swiper-container {
	width: 80%;
   padding-bottom: 100px;
}
	
#top_sw .sw_desc {
    width: 100%;
}
	
	
	
/* ---------- NEWS  ---------- */
	

#top .news_list{
    width: 100%;
}

#top .news_info a {
    display: block;
    line-height: 1.7;
    padding-bottom: 14px;
}
	
#top .news_info_date {
    width: 100%;
}
	
#top .news_info_title {
    width: 100%;
}
	
	
/* ---------- SERVICE  ---------- */
	
#top .sev_col {
	display: block;
    width: 100%;
}
	
#top .sev_col_image {
	margin: 0 auto;
	padding-right: 0;
	padding-bottom: 0;
	width: 100%;
}


	
/* ---------- WORKS  ---------- */
	
#top .works_list {
    display: block;
}
	
#top .works_list li {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding-bottom: 30px;
}
	
/* ---------- CONTACT  ---------- */
	
#top .contact_col {
    width: 50%;
    padding-bottom: 13px;
}
	
	
	

}




@media only screen and (max-width:500px){
    
    
/*
#top .card_left .card_bg {
    padding-bottom: 54%;
}
    
#top .card_right .card_bg {
    padding-bottom: 54%;
}
*/
    
    
    
}


