@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap');*/

html{
	font-size: 62.5%; 
	scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
}

body{
    font-family: 'Shippori Mincho', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.4rem;
	font-weight: 400;
    color: #000;
    background-color: #fff;
    /*overflow: hidden;*/
}

/*
 common
******************************************************************************
*/

/** align **/
.align-l{text-align: left;}
.align-c{text-align: center;}
.align-r{text-align: right;}
.align-lc{text-align: left;}

/** tel **/
a[href^="tel:"]{cursor: pointer;}

/** reset **/
h1,h2,h3,h4,h5,h6{
    font-family: 'Shippori Mincho', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #333;
    line-height: 1.8;
}

h1,h2,h3,h4,h5,h6,p,
ul,ol{
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul,ol{
    list-style: none;
}

dt{
    font-weight: normal;
}

a,
a:hover{
    color: #333;
    text-decoration: none;
}


/** text **/
p{line-height: 2.4;}

.txt-sansserif{font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";}

.txt-en-01{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
}

.txt-s{font-size: 12px;}

/* ::selection */
::selection{
    background: #E6EFF2;
    color: #333;
}

/** margin **/
.mgnB0 {margin-bottom:0 !important;}
.mgnB5 {margin-bottom:5px !important;}
.mgnB10 {margin-bottom:10px !important;}
.mgnB15 {margin-bottom:15px !important;}
.mgnB20 {margin-bottom:20px !important;}
.mgnB30 {margin-bottom:30px !important;}
.mgnB40 {margin-bottom:40px !important;}
.mgnB50 {margin-bottom:50px !important;}
.mgnB60 {margin-bottom:60px !important;}
.mgnB70 {margin-bottom:70px !important;}
.mgnB80 {margin-bottom:80px !important;}

.mgnT0 {margin-top:0 !important;}
.mgnT5 {margin-top:5px !important;}
.mgnT10 {margin-top:10px !important;}
.mgnT20 {margin-top:20px !important;}
.mgnT30 {margin-top:30px !important;}
.mgnT40 {margin-top:40px !important;}
.mgnT50 {margin-top:50px !important;}
.mgnT60 {margin-top:60px !important;}
.mgnT70 {margin-top:70px !important;}
.mgnT80 {margin-top:80px !important;}

/** page top **/
main{
    position: relative;
}

.pagetop{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 80px;
}



@media (min-width: 960px) {
	
    p{font-size: 1.5rem;}
    
	.align-lc{text-align: center;} 
    a[href^="tel:"]{cursor: default;}
    
  
	
}

/** SP : visibility, tel **/
.visible-sp{display: none !important;}

@media (max-width: 767px) {
	
  	.hidden-sp {display: none !important;}
	.visible-sp {display: block !important;}	
}


/*
  header hamburger menu
****************************************************************/
.bar-txt{
    color: #fff;
    font-size: 9px;
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: #5E5E5E;
    line-height: 2;
    letter-spacing: 1px;
}

header.nav-hmenu {
    position: fixed;
    top: 0;
    right: 120px;
    z-index: 9999;
    background: #5E5E5E;
}
header.nav-hmenu .burger-btn {
    display: block;
    width: 54px;
    height: 44px;
    position: relative;
    z-index: 3;
    border: none;
    top: 5px;
}
header.nav-hmenu .bar {
    width: 30px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}
header.nav-hmenu .bar_top {
    top: 10px;
}
header.nav-hmenu .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
}
header.nav-hmenu .bar_bottom {
    bottom: 10px;
}
header.nav-hmenu .burger-btn.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform .3s;
    background-color: #fff;
}
header.nav-hmenu .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity .3s;
}
header.nav-hmenu .burger-btn.close .bar_bottom {
    transform: translate(-50%, -12px) rotate(-45deg);
    transition: transform .3s;
    background-color: #fff;
}
header.nav-hmenu .nav-wrapper {
    display: none;
    width: 78vw;
    height: 100vh;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 2;
    max-width: 78vw;
}
header.nav-hmenu .header-nav {
    width: 100%;
    height: 100%;
    background-color: rgba(94, 94, 94, 0.9);
    z-index: 2;
}
header.nav-hmenu .header-nav .header-nav-inner-sp{
    display: block;
    list-style: none;
    padding: 0 0 0 23px;
}
header.nav-hmenu .header-nav .nav-list{
    list-style: none;
    margin: 0 0 30px;
}
header.nav-hmenu .header-nav .nav-list .nav-item a{
    padding: 28px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: block;
    position: relative;
}
header.nav-hmenu .header-nav .nav-list .nav-item:last-child a{
     border-bottom: none;   
}
header.nav-hmenu .header-nav .nav-list .nav-item a::after{
    display: inline-block;
    content: "";
    background-image: url("../image/arrow_right_w.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 17px;
    height: 5px;
    position: absolute;
    top: 45%;
    right: 15px;
}



/*
  header sticky
****************************************************************/
.header-nav-sticky{
    /*padding: 17.5px 0 13px 5%;*/
    padding: 15px 0 19px 5%;
}

/** logo **/
.logo-header{
    width: 110px;
}

.logo-fv{
    margin-top: -15px;
    width: 40px;
}

.logo-fix{
    display: none;
}

.tit-site{
    font-size: 0.8rem;
    letter-spacing: 2px;
    line-height: 1.3;
    margin: 0 0 0 10px;
    color: #BABABA;
}

/** reserve button **/
.wrap-btn-header{
    position: fixed;
    top: 0;
    right: 0;
}

.btn-header-reserve{
    width: 120px;
    display: block;
    font-size: 1.6rem;
    background: #191919;
    color: #fff;
    text-align: center;
    padding: 18px 0;
    position: relative;
}

.btn-header-reserve:hover{
    color: #fff;
}

.btn-header-reserve:after{
    display: inline-block;
    content: "";
    background-image: url("../image/arrow_right_w.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 17px;
    height: 5px;
    position: absolute;
    top: 45%;
    right: 10px;
    margin-left: 10px;
}

/** sticky **/
.header-nav-sticky.uk-active{
    padding: 13px 0 4px 5%;
    background: #fff;
}

.header-nav-sticky.uk-active .logo-fv{
    display: none;
}

.header-nav-sticky.uk-active .logo-fix{
    display: block;
    margin-top: -6px;
    width: 40px;
}

.header-nav-sticky.uk-active ul.nav-header li a{
    color: #000;
    letter-spacing: 1.5px;
}

@media (min-width: 1025px) {
    
    .header-nav-sticky{
        /*padding: 16px 0 12px 5%;*/
        padding: 12px 0 0 5%;
    }
    
    .logo-fv{
        margin-top: -11px;
        width: 40px;
    }
    
    .header-nav-sticky.uk-active{
        padding: 13px 0 9px 5%;
    }
    
    .header-nav-sticky.uk-active .logo-fix{
        margin-top: -2px;
        width: 40px;
    }

    /** logo **/
    .logo-header{
        width: 154px;
    }

    .logo-fix{
        display: none;
    }
    
    .tit-site{
        font-size: 1.8rem;
        letter-spacing: 3px;
        line-height: 1;
        margin: 0 0 0 30px;
    }

    /** nav **/
    ul.nav-header{
        margin: 0 170px 0 170px;
        display: flex;
    }

    ul.nav-header li{
        margin-left: 30px;
    }

    ul.nav-header li a{
        color: #fff;
    }

    /** reserve button **/
    .btn-header-reserve{
        width: 250px;
        display: block;
        padding: 23px 0;
    }

    .btn-header-reserve:after{
        width: 20px;
        height: 5.5px;
        position: absolute;
        top: 45%;
        margin-left: 10px;
    }
    
}

@media all and (min-width: 1025px) and (max-width: 1300px) { 
        
    ul.nav-header{
        margin: 0 60px 0 0;
    }
    
    ul.nav-header li{
        margin-left: 16px;
    }
    
    .btn-header-reserve{
        width: 218px;
    }
    
}

@media all and (min-width: 768px) and (max-width: 1024px) { 
    
    .tit-site{
        font-size: 1.4rem;
        letter-spacing: 3px;
        line-height: 1;
        margin: 0 0 0 30px;
    }
        
}


/*
  footer
****************************************************************/
/** nav 01 **/
ul.nav-ft-01{
    margin: 20px 0;
}

ul.nav-ft-01 li a{
    display: block;
    padding: 28px 11px;
    font-size: 1.4rem;
    border-bottom: 1px solid #333;
    position: relative;
}

ul.nav-ft-01 li:last-child a{
    border-bottom: none;
}

ul.nav-ft-01 li a:after{
    display: inline-block;
    content: "";
    background-image: url("../image/arrow_right.png");
    background-size: 100%;
    width: 21px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 47%;
}

/** nav 02 **/
.sec-nav-ft-02{
    background: #191919;
    padding: 40px 0;
    text-align: center;
}

.logo-ft{
    width: 60px;
    margin: 0 auto 40px !important;
}

ul.nav-ft-02{
    margin: 0 0 40px !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

ul.nav-ft-02 li a{
    padding: 0 20px;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    position: relative;
}
    
ul.nav-ft-02 li a:after{
    display: inline-block;
    content: "|";
    position: absolute;
    right: -0px;
    top: 0;
}

ul.nav-ft-02 li:last-child a:after{
    content: none;
}

.txt-copy{
    color: #fff;
    font-size: 1rem;
    letter-spacing: 1px;
}

/** fixed button **/
.btn-ft-fix{
    background: #3A2F2F;
    text-align: center;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

.btn-ft-fix a:after{
    display: inline-block;
    content: "";
    background-image: url("../image/arrow_right_w.png");
    background-size: 100%;
    width: 21px;
    height: 6px;
    position: absolute;
    right: 20px;
    top: 47%;
}

.btn-ft-fix a,
.btn-ft-fix a:hover{
    color: #fff;
}

@media (min-width: 1025px) {
    
    ul.nav-ft-01{
        margin: 80px 0;
        display: flex;
        justify-content: center;
    }
    
    ul.nav-ft-01 li a{
        display: inline-block;
        padding: 0 26px;
        font-size: 1.6rem;
        border-bottom: none;
        letter-spacing: 1.5px;
    }
    
    ul.nav-ft-01 li a:after{
        content: "|";
        background-image: none;
        position: absolute;
        right: -20px;
        top: 0;
    }
    
    ul.nav-ft-01 li:last-child a:after{
        content: none;
    }
    
    .sec-nav-ft-02{
        padding: 50px 5% 63px;
        text-align: left;
    }
    
    .logo-ft{
        width: 70px;
        margin: 0 !important;
    }

    ul.nav-ft-02{
        margin: 0 !important;
        display: flex;
        justify-content : flex-start;
    }
    
    ul.nav-ft-02 li a{
        padding: 0 20px;
        font-size: 1.3rem;
    }
    
    .txt-copy{
        font-size: 1.3rem;
    }
    
    
}


/*
  main
****************************************************************/

/* common 
----------------------*/
.main-content img{
    width: 100%;
}

.tit-section{
    font-size: 2.2rem;
    margin-bottom: 40px;
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

.tit-section:before,
.tit-section:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}

.tit-section:before {
    left:0;
}
.tit-section:after {
    right: 0;
}

.subtit-section{
    font-size: 1.8rem;
    margin-bottom: 20px;
}

/** button **/
.uk-button-default{
    background-color: #3A2F2F;
    color: #fff;
    border: 1px solid #3A2F2F;
    padding: 29px 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    position: relative;
    
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus,
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active{
    background-color: #3A2F2F;
    color: #fff;
    border: 1px solid #3A2F2F;
}

.uk-button-default:after{
    display: inline-block;
    content: "";
    background-image: url("../image/arrow_right_w.png");
    background-size: 100%;
    width: 21px;
    height: 6px;
    position: absolute;
    right: 20px;
    top: 47%;
}


@media (min-width: 1025px) {
    
    .tit-section{
        font-size: 3.2rem;
    }
    
    
}


/* hero
----------------------*/
.hero{
    margin: -77px auto 0;
    background: url("../image/main_sp.jpg") top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 60vh;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
}

.hero-inner{
    padding: 0 5%;
}

.hero-inner h1{
    font-size: 3.3rem;
    color: #fff;
    margin: 0;
}



@media (min-width: 1025px) {
     
    .hero{
        /*margin: -78px auto 0;*/
        margin: -94px auto 0;
        background: url("../image/main_pc.jpg") top center no-repeat;
        background-size: cover;
        height: 745px;
    }
    
    .hero-inner {
        padding: 0 5% 0 10%;
    }

    .hero-inner h1{
        font-size: 5.5rem;
    }
    
}


/* feature
----------------------*/


@media (min-width: 1025px) {
    
    
    
}


/* what
----------------------*/
.list-what .uk-overlay{
    font-size: 6rem;
    font-weight: 700;
    color: #fff;
    padding: 0;
}

.list-what .uk-inline{
    margin-bottom: 30px;
}

@media (min-width: 1025px) {
    
    .slider-what .slick-slide{
        margin: 0 20px;
    }
    
    .slider-what .slick-dots {
        bottom: -60px;
    }
    
}

@media all and (min-width: 768px) and (max-width: 1024px) { 
     
    .slider-what .slick-slide{
        margin: 0 20px;
    }
    
}


/* message
----------------------*/
.sec-message{
    padding: 60px 0;
    background: url("../image/message_sp.jpg") center center no-repeat;
    background-size: cover;
}

.wrap-message p{
    color: #fff;
    margin: 0 5% 0 50%;
    width: 50%;
}

@media (min-width: 1025px) {
    
    .sec-message{
        padding: 200px 0;
        background: url("../image/message_pc.jpg") center center no-repeat;
        background-size: cover;
    }
    
    .wrap-message p{
        font-size: 1.8rem;
    }
    
    
}


/* staff
----------------------*/
.img-staff{
    width: calc(100% - 20px) !important;
    margin: 0 auto 60px;
    box-shadow: 20px 20px 0 #D3D3D3;
}

#staff h3{
    font-size: 1.8rem;
    margin: 0 0 30px;
    color: #636363;
    border-bottom: 1px solid #636363;
    padding-bottom: 10px;
}

#staff h4{
    font-size: 1.8rem;
    margin: 0 0 20px;
}

#staff p{
    font-size: 1.3rem;
}

.tit-staff-bottom{
    font-size: 3rem;
}

ul.list-award{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.list-award li{
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
}

@media (min-width: 1025px) {
    
    ul.list-award li{
        width: calc(100% / 7 - 10px);
    }
    
    
}


/* recruitment
----------------------*/
#recruitment .uk-button-default{
    margin-bottom: 15px;
}

.mgn-entry-01{
    margin: 0 !important;
}

@media (min-width: 1025px) {
    
    #recruitment .uk-button-default{
        margin-bottom: 10px;
    }
    
}

@media all and (min-width: 768px) and (max-width: 1024px) { 
 
    #recruitment .uk-button-default{
        margin-bottom: 15px;
    }
    
    .mgn-entry-02{
        margin: 15px 0 0 !important;
    }
    
}

