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

html{
    font-size: 62.5%; /*16px × 62.5%=10px*/
}

body{
    color: #000000;
    font-family: 'Lato', 'Noto Sans JP', sans-serif; /*nc用フォント*/
	font-feature-settings: "palt"; /*文字詰め*/
    letter-spacing: 0.05em; /*字間調整*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background-color: #ffffff;
    font-size: 1.6rem;
}

.sp { 
    display: none !important; 
}

a {
    text-decoration: none; /*リンクボタンに下線なし*/
    color: #000000;
}

.inner{
    width: 1100px; /*画面広げた時の最高表示サイズ。それ以上広がらない*/
    margin: auto;
	height: auto;
}

.staff_title{
    font-size: 3.2rem;
    font-weight: 700;
    color: #166AAB;
    padding-right: 20px;
}

/*------------------------------------
* header
------------------------------------*/

.header{
    display: flex; /*折り返さない*/
    padding: 0px 40px 28px;
    /*position: fixed;  menu固定*/
    justify-content: space-between; /*端均等揃え*/
}

.ncnano{
    float:  left; 
}

.site-logo img{
    margin-top: 28px;
    height: 50px;
    width: 250px;
}

.site-nano img{
    margin-top: 20px;
    height: 66px;
    width: 100px;
}


.gnav__menu{
    display: table;
    margin: 0 auto;
    padding: 35px 0 15px;
    width: 660px;
    text-align: center;
}

.gnav__menu li{
    display: table-cell;
}

.gnav__menu li a{
    display: block;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
}

.gnav__menu li.gnav__menu__item{
    border-bottom: 3px solid #166AAB;
}

.gnav__menu li:hover{
    color: #E7DA66;
    border-bottom: 3px solid #EB6877;
}

/*topへもどる*/
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #EB6877;
    opacity: 0.6;
    border-radius: 50%;
    z-index: 1000;
}
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -10px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    line-height: 1.2;
}

/*///topへもどる*/

/*------------------------------------
* ///header///
------------------------------------*/

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}


/*------------------------------------
* aboutNC
------------------------------------*/

.aboutncbk{
    background-image: url("../images/section/backcolor_gray.gif");
    background-repeat: no-repeat;
    background-position: bottom;
}

.top_allaboutnc{
    float: left;
}

.about_nccompany{
    border-bottom: solid 3px #EB6877;
    width: 298px;
    padding-bottom: 8px;
    font-weight: 400;
}

.top_abouttitle{
    padding: 100px 0 70px;
}

.top_aboutncimg{
    float: right;
    padding-top: 85px;
}

.about_comment{
    font-weight: 400;
    line-height: 180%;
    padding-bottom: 50px;
}

.about_smallcomment{
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 180%;
    padding-bottom: 70px;
}

/*------------------------------------
* ///aboutNC///
------------------------------------*/

/*------------------------------------
* works
------------------------------------*/

.top_allwarks{
    margin: 70px auto 100px;    
}

.topaboutnano{
    padding-top: 30px;
}

.works_title{
    display: flex;
}

.our_work{
    border-bottom: solid 3px #EB6877;
    width: 350px;
    padding-bottom: 8px;
    font-weight: 400;
    margin: 0;
}

.top_worktitle{
    float: left;
}

.comment{
    float: right;
    font-weight: 400;
    padding: 15px 0 0 20px;
}
.top_works{
    padding: 36px 0;
    display: flex; /*横並び*/
    flex-wrap: nowrap; /*折り返さない*/
    justify-content: center; /*中央配置*/
}
.work_pic{
    padding-right: 20px;
}
.work_pic:last-of-type{
    padding-right: 0;
}
.work_name{
    color: #166AAB;
    font-size: 1.4rem;
    font-weight: 500;
}

.top_works_btn{
    float:right;
}

/*work誘導アイコン*/
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: 400;
  padding: 15px 40px;
  background: #166AAB;
  color: #ffffff;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #EB6877;
  color: #ffffff;
}

/*------------------------------------
* ///works///
------------------------------------*/

/*------------------------------------
* interview
------------------------------------*/

.top_interview{
    background-image: url("../images/section/top_staffs.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.top_int{
    padding: 80px 0 50px;
}

.staff_intervie{
    border-bottom: solid 3px #EB6877;
    width: 380px;
    padding-bottom: 8px;
    font-weight: 400;
}


.int_subtitle{
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 180%;
}

.top_int_btn{
    padding: 40px 0 80px;
}

/*int誘導アイコン*/
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: 400;
  padding: 15px 40px;
  background: #166AAB;
  color: #ffffff;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #EB6877;
  color: #ffffff;
}


/*------------------------------------
* ///interview///
------------------------------------*/

/*------------------------------------
* contact
------------------------------------*/

.campany_contact{
    padding: 80px 0;
    color: #ffffff;
}

.home_campany{
    float: left;
    width: 530px;
    height: 150px;
    background-color: #166AAB;
}

/*about誘導アイコン*/
.btn-flat-simpleabout {
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding: 15px 46px;
    background: #166AAB;
    color: #ffffff;
    border: solid 1px #ffffff;
    transition: .4s;
}

.btn-flat-simpleabout:hover {
    background: #ffffff;
    color: #166AAB;
}

.home_about{
    display: flex;
    padding: 48px 0 0 40px;
}

.campany_title{
    font-size: 2.4rem;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 8px;
}
.campany_subtitle{
    padding: 10px 20px 0 10px ;
    padding-bottom: 8px;
}

.home_contact{
    float: right;
    width: 530px;
    height: 150px;
    background-color: #EB6877;
}

/*contact誘導アイコン*/
.btn-flat-simplecont {
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding: 15px 25px;
    background: #EB6877;
    color: #ffffff;
    border: solid 1px #ffffff;
    transition: .4s;
}

.btn-flat-simplecont:hover {
    background: #ffffff;
    color: #EB6877;
}

.home_nccontact{
    display: flex;
    padding: 48px 0 0 40px;
}

.contact_title{
    font-size: 2.4rem;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 8px;
}
.contact_subtitle{
    padding: 10px 20px 0 10px ;
    padding-bottom: 8px;
}

.campany_contact_title{
    display: flex;
}

/*------------------------------------
* ///contact///
------------------------------------*/

.space{
    width: auto;
    height: 80px;
}

/*------------------------------------
* footer
------------------------------------*/
footer a{
    color: #ffffff;
}

.footer{
    background-color: #166AAB;
    color: #ffffff;
    padding: 80px 0 50px;
}

.allfooter_nc{
    float: left;
}

.allfooter_menu{
    float: right;
}

.footerlogo img{
    padding-bottom: 25px;
    height: 40px;
    width: auto;
}

.footer_campany{
    line-height: 180%;
    padding-bottom: 30px;
}

.footer_menu{
    font-weight: 500;
}

.footer_menunav{
    display: flex;
    border-bottom: solid 1px #ffffff;
    padding-bottom: 10px;
}

.footer_menunav li{
    margin-left: 30px;
}

.footer_menunav li:first-child{
    margin-left: 0; 
}

.footer_copy{
    float:right;
    font-size: 11px;
}

/*------------------------------------
* ///footer///
------------------------------------*/









    
/* sp------------------------------------------------------------------------*/

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

    body{
        font-size:1.6rem;
    }
    
    .inner{
        width: 90%;

    }
    
    .staff_title{
        font-size: 2.0rem;
    }
    
	.pc { display: none !important; }
	.sp { display: block !important; }

	
 /* header------------------------------------------------------------------------*/ 
    
    .header{
        padding: 0;
        height: 70px;
        position:fixed;
        background-color: #ffffff;
        width: 100%;
        z-index: 8888;/*最前面*/ 
    
    }
    
    .topphoto_sp{
        padding-top: 70px;
    }
    
    .site-logo img{
        margin: 15px 0 0 20px;
        height: auto;
        width: 200px;
    }
    
    .site-nano img{
        margin: 15px 0 0 5px;
        height: auto;
        width: 70px;
    }
    
    /*ハンバーガーメニュー*/
    nav.menu{
        width:25px;
        height:30px;
        top: 25px;
        right:20px;
        position:fixed;
        cursor:pointer;
        overflow:hidden;
        z-index:9999;
    }

    nav .menu1{
        width:25px;
        height:2px;
        background-color: #000;
        top:0px;
        position:absolute;
    } 

    nav .menu2{
        width:25px;
        height:2px;
        background-color: #000;
        top:8px;
        position:absolute;
    } 

    nav .menu3{
        width:25px;
        height:2px;
        background-color: #000;
        top:16px;
        position:absolute;
    }
    
    nav .menu1,nav .menu2,nav .menu3{
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out; /* Opera */
        -moz-transition: all 0.5s ease-out; /* Firefox */
        -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */ 
        -ms-transition: all 0.5s ease-out; /* IE */ }
    
    nav .menuclick1{ 
        top:8px;
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    
    nav .menuclick2{
        background-color:rgba(255,255,255,0);
    }
 
    nav .menuclick3{
        top:8px;
        -o-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    
    #menu{
        position: fixed;
        display: none;
        right: 0;
        top: 0;
        list-style-type: none;
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 5000;
        width: 100%;
        height: 100%;
        text-align:center;
        padding-top: 80px;
    }
    
    #menu>li{
        font-size: 2rem;
        font-weight: 700;
        padding: 30px;
    }
    

 /*//header---------------------------------------------------------------------- */ 
    
 /* aboutnc------------------------------------------------------------------------*/ 
    
    .aboutncbk{
        float: none;
        background-image: url("../images/section/backsp_1.gif");
        background-position: 0;
    }

    .about_nccompany{
        width: 230px;
    }

    .top_abouttitle{
        padding: 40px 0;
    }

    .about_comment{
        line-height: 180%;
        padding-bottom: 25px;
    }

    .about_smallcomment{
        padding: 0;
    }
    
    .top_aboutncimg{
        padding: 25px 0 40px;
    }

 /*//aboutnc---------------------------------------------------------------------- */ 
    
 /* works------------------------------------------------------------------------*/
    
    .top_allwarks{
        margin: 40px auto;    
    }
    
    .works_title{
        display: block;
    }
    
    .our_work{
        width: 260px;
    }
    
    .top_worktitle{
        float: none;
    }
  
    .comment{
        float: none;
        padding: 25px 0 15px;
    }
    
    .top_works{
        padding: 0;
        display: block;
    }

    .work_name{
        display: none;
    }

    .top_works_btn{
        float: none;
    }
    
    .works_sp_photo{
        padding-bottom: 15px;
    }

 
 /* //works------------------------------------------------------------------------*/
    
 /* interview------------------------------------------------------------------------*/  
    
    .top_interview{
        background-image: none;
        background-color: #F5F5F5;
        padding: 40px 0;
    }

    .top_int{
        padding: 0;
    }

    .staff_intervie{
        width: 285px;
    }

    .int_subtitle{
        font-size: 2.0rem;
        line-height: 150%;
        padding: 25px 0;
    }

    .top_int_btn{
        padding: 0;
    }

 /* //interview------------------------------------------------------------------------*/
    
 /* contact------------------------------------------------------------------------*/ 
    
    /* about nc */ 
   .campany_contact{
        padding: 0;
    }

    .home_campany{
        float: none;
        width: 100%;
        height: auto;
        margin: 40px 0 26px;
    }

    .home_about{
        display: block;
        padding: 20px 0 0 20px;
    }

    .campany_title{
        font-size: 2.0rem;
        padding-bottom: 12px;
    }
    
    .campany_subtitle{
        font-size: 1.4rem;
        padding: 8px 0 0 10px;
        padding-bottom: 0;
    }
    
    .campany_sp{
        padding-bottom: 13px;
    }
    
    .top_about_btn{
        text-align: center;
        padding-bottom: 20px;
    }

    /* contact */ 
    .home_contact{
        float: none;
        width: 100%;
        height: auto;
        margin: 40px 0 26px;
    }

    .home_nccontact{
        display: block;
        padding: 20px 0 0 20px;
    }

    .contact_title{
        font-size: 2.0rem;
        padding-bottom: 12px;
    }
    
    .contact_subtitle{
        font-size: 1.4rem;
        padding: 8px 0 0 10px;
        padding-bottom: 0;
    }
    
    .contact_sp{
        padding-bottom: 13px;
    }
    
    .top_cont_btn{
        text-align: center;
        padding-bottom: 20px;
    }
 
 /* //contact------------------------------------------------------------------------*/
    
    .space{
        width: auto;
        height: 40px;
    }
    
 /* footer------------------------------------------------------------------------*/ 
    
    .footer{
        padding: 0;
    }

    .allfooter_nc{
        float: none;
    }

    .allfooter_menu{
        float: none;
    }

    .footerlogo img{
        padding: 20px 0 15px 0;
    }

    .footer_campany{
        font-size: 1.4rem;
        line-height: 150%;
        padding-bottom: 25px;
    }

    .footer_menu{
        font-weight: 500;
    }

    .footer_menunav{
        font-size: 1.4rem;
        display: block;
        border-bottom: none;
        padding-bottom: 0;
    }

    .footer_menunav li{
        margin-left: 0;
    }

    .footer_copy{
        float: none;
        padding: 40px 0 20px;
        font-size: 11px;
        text-align: center;
    }
    
    .line_sp{
        float: left;
        background-color: #166AAB; width: 20px; height: 155px;
    }

    .line_sp_2{
        background-color: #ffffff; width: 1px; height: 155px;
    }
    
    .footermenu_sp{
        padding-bottom: 20px;
    }
  
/* //footer------------------------------------------------------------------------*/    
    
    }
    
    
