@charset "utf-8";
:root {
    --view-size: 1600;
  }
  
  @media screen and (max-width: 768px) {
    :root {
      --view-size: 375;
    }
  }

html {
    /*overflow-y: scroll;*/
    font-size: 62.5%;
    /* -> 10px; */

    width: 100%;
	height: 100%;

}


body {
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt"1;
    color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.1em;
    font-size:1.4rem;
}


#fade-wrap {
    width: 100%;
    background: #fff !important
}

#fade-wrap::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .8s ease;
    transition: opacity .8s ease
}

#fade-wrap.fadeout::after {
    opacity: 1
}




.page-link {
    color: #0072BC;
}
.page-item.active .page-link {
    background-color: #0072BC;
    border-color: #0072BC;
}





.wf-notosansjapanese {
    font-family: "Noto Sans JP";
}

.notoserif {
    font-family: 'Noto Serif JP', serif;
}



@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}



h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {

    font-weight: 600;
    line-height: 1.25;
    margin: 1rem 0 1.5rem;
    font-feature-settings: "palt"1;
}



p {

    margin-bottom: 1em;
    font-feature-settings: "palt"1;
    text-align: justify;
    text-justify: inter-ideograph;
}




* {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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


.brsp {
    display: none;
}



.wrapper {
    margin: 0;
    padding: 0;
}




figure {
    margin: 0;
}


.flex_wrap {
    display: flex;
    align-items: flex-start;
    position:relative;
}

.sec_title_v_wrap {
    margin-right: 7%;

}

.sec_cnt_v_wrap {
    width: 100%;
    position:relative;
}

h2.sec_title_v {
    display: flex;
    align-items: flex-start;

}

h2.sec_title_v span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    line-height: 1;
}

h2.sec_title_v span.ja2 {
    margin: 0 16px 0 0;
    font-size: 2.5rem;
    white-space: nowrap;
}

h2.sec_title_v span.en1 {
    font-size: .8rem;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #0072BC;
}










/* font-family */

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer {
    letter-spacing: 0.1em;

}

#pc-nav {}

/* splash */

#splash-logo {
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000;
}


#splash-logo_up {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#splash-logo_low {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media screen and (max-width:500px) {
    #splash-logo_up {
        top: 48.5%;
    }

    #splash-logo_low {
        top: 56%;
    }

}



.googleMap {

    position: relative;
    width: 100%;
    height: 450px;

    &:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background-color: #ff6c00;
        position: absolute;
        top: 0;
        left: 0;
        mix-blend-mode: hue;
        pointer-events: none;
    }
}




.stopmove {
    display: none;
}


/* g-nav */


/*pc-nav*/

#pc-nav span.bgLRextend::before {
    background: #0b1642;
}


@media screen and (max-width:990px) {
    #pc-nav {
        display: none;
    }
}



#right-sidebar {}

aside {
    margin-bottom: 3rem;
}


#archive-wrapper {
    margin: 0px 0 3rem 0;
}


#search-wrapper {
    margin: 130px 0 3rem 0;
}


.search-page-header {
    display: block;
}

.search-page-header h1 {
    position: relative;
    margin-bottom: 3rem;
}

.search-title {
    font-size: 1.5rem;
}

.search-main article {
    margin-bottom: 4rem;
}


.search-main .btn-secondary {
    font-size: 14px;
    margin-top: 1rem;
}



.widget-title {
    font-size: 1.5rem;
    color: #0B1642;
    border-bottom: 1px solid #0B1642;
    margin-bottom: 1rem;
}



@media screen and (min-width:1060px) {
    .brmid {
        display: none;
    }
}


/* heading */

h1 {
    
    font-size: 1.5rem;

    line-height: 1;
    
    margin: 0;
}




@media screen and (max-width:550px) {
    h1 {
        font-size: 1.2rem;
        top: 10%;
    }
}


h1 a {
    color: #eb6100;
}

h2 {
    text-transform: uppercase;
    font-size: 3rem;
}

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

    h2 {
        font-size: 2rem;
    }
}

/* lead */

.top-lead {
    position: absolute;
    bottom: 2%;
    right: 5%;
    z-index: 10;
}



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

    .top-lead {
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

}



.top-lead a {
    display: block;



    -webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;
}


.top-lead a:hover {


    text-decoration: none;
}



.top-lead span.bgLRextend::before {
    background: #0b1642;
}

@media screen and (max-width:550px) {
    .top-lead {
        font-size: 2.2rem;
    }
}

@media screen and (max-width:380px) {
    .top-lead {
        font-size: 1.8rem;
    }
}



.top-recruit {
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 10;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    transition: all 0.4s;
}

.top-recruit-ttl {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 46px;
    position: relative;
}

.top-recruit-ttl span {
    color: #c5241c;
    font-size: .8rem;
    transition: all 0.4s;
    display: block;
    padding-top: .6rem;
}


.top-recruit:hover {
    color: #c5241c;
}





.top-recruit::after {
    content: "";
    display: block;
    position: absolute;
    border: 1px dashed #c5241c;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    width: 160px;
    height: 160px;
    background: url(../../images/recruit-btn-frame.svg) 0 0 no-repeat;
    background-size: 160px 160px;
    transition: all .6s;
}


.top-recruit:hover::after {
    transform: rotate(180deg);

}




.top-recruit .inner a:hover {

    border: 1px solid #c5241c;
    color: #c5241c;
    text-decoration: none;
}




.top-recruit .inner a span {
    width: 100%;

}



.top-catch {
    position: absolute;
    top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
    z-index: 10;
    width:clamp(20rem, 5.7136rem + 28.57vw, 40rem);
    height:clamp(20rem, 5.7136rem + 28.57vw, 40rem);

}

.top-catch span {

    font-size: 8rem;
    color: #fff;
    padding: 2px 10px 2px 15px;
    font-weight: 700;
    display: inline-flex;
    margin-bottom: 1rem;
    letter-spacing: .3rem;
    line-height: 100%;
}



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

    .top-catch {
        bottom: 25%;
    }

    .top-catch span {
        font-size: 6rem;
        letter-spacing: .1rem;
        line-height: 100%;
    }

}



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

    



    .top-recruit {
        width: 130px;
        height: 130px;
    }

    .top-recruit .inner {
        width: 115px;
        height: 115px;
        font-size: 1.1rem;
    }


    .top-recruit::after {
        width: 120px;
        height: 120px;
        background: url(../../images/recruit-btn-frame.svg) 0 0 no-repeat;
        background-size: 120px 120px;
        transition: all .6s;
    }

    .top-recruit-ttl {
        font-size: 1.2rem;
        margin-top: 32px;
    }






}


.overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: -moz-linear-gradient(top, rgba(25, 21, 21, 0.5) 0%, rgba(30, 40, 40, 0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(25, 21, 21, 0.5) 0%, rgba(30, 40, 40, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(25, 21, 21, 0.5) 0%, rgba(30, 40, 40, 0.3) 100%);
}



.footer-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: -moz-linear-gradient(top, rgba(25, 21, 21, 0.5) 0%, rgba(30, 40, 40, 0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(25, 21, 21, 0.5) 0%, rgba(30, 40, 40, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(25, 21, 21, 0.5) 0%, rgba(30, 40, 40, 0.3) 100%);
}






.pagination {
   justify-content: center;
	margin:5rem 0 10rem 0;
}


/* main-area */

.page-wrapper{
    background:#fff;
    margin:0;
    padding:0;
}



.main-area {
    width: 90%;
    margin: 0 auto;
    padding: 20rem 0 0 0;
    max-width: 1400px;
}


#policy {
    width: 90%;
    margin: 8rem auto 0 auto;
    padding: 50px 0;
    max-width: 800px;
}

.pp_h1 {
    font-size: 2rem;
    letter-spacing: .1rem;
    line-height: 160%;
    margin-bottom: 3rem;
}

.pp_main h2 {
    margin: 3rem 0 1rem 0;
}

.pp_main ol {
    margin-left: 1rem;
}

.pp_main li {
    margin-bottom: 1rem;
}

.pp_main p {
    line-height: 180%;
}



/* simple-parallax */



  .parallax-wrapper {
    position: relative;
    overflow: hidden;
  }
  

  .mask-layer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* マスクの初期状態: 右側100%隠す */
    clip-path: polygon(0% 0%,100% 0%, 100% 0%,0% 0%);
    transition: clip-path 2s ease-in-out;
  }
  
  .parallax-wrapper.js-on .mask-layer {
    clip-path: polygon(2% 10%, 95% 5%, 95% 100%, 10% 100%);
  }




  .top_first_mask-layer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* マスクの初期状態: 右側100%隠す */
    clip-path: polygon(0% 0%,100% 0%, 100% 0%,0% 0%);
    transition: clip-path 2s ease-in-out;
  }
  .parallax-wrapper.js-on .top_first_mask-layer {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }




  
  .works_mask-layer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* マスクの初期状態: 右側100%隠す */
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%,0% 0%);
    transition: clip-path 2s ease-in-out;
    
  }
  .parallax-wrapper.js-on .works_mask-layer {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }


  #gallery{

    margin-top:calc(150 / var(--view-size) * 100vw);

  }




.lower_img-box{
    margin-bottom:calc(150 / var(--view-size) * 100vw);
}

.philosophy-title{
    font-size:2rem;
    font-weight:500;
}

.item-description_item_name{
    font-size:1.8rem;
    font-weight:500;
}





.works_txt{
    margin-bottom:calc(40 / var(--view-size) * 100vw);
}

.item-description{
    margin-bottom:calc(80 / var(--view-size) * 100vw);
}


.item-description_line{
    display:flex;
    align-items:flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:0 1rem;
    margin-bottom:calc(20 / var(--view-size) * 100vw);
}




.other_works{
    display:flex;
    align-items:flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:3rem;
    margin-bottom:calc(150 / var(--view-size) * 100vw);
}

.other_works_wrap{
    width:calc(33% - 3rem);
}




  .parallax-img {
    width: 100%;
    height: auto;
    display: block;
  }


  .mask-layer02 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* マスクの初期状態: 右側100%隠す */
    clip-path: polygon(0% 0%,100% 0%, 100% 0%,0% 0%);
    transition: clip-path 2s ease-in-out;
  }
  
  .parallax-wrapper.js-on .mask-layer02 {
    clip-path: polygon(2% 10%, 90% 8%, 85% 95%, 5% 100%);
  }

  .mask-layer03 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* マスクの初期状態: 右側100%隠す */
    clip-path: polygon(0% 0%,100% 0%, 100% 0%,0% 0%);
    transition: clip-path 2s ease-in-out;
  }
  
  .parallax-wrapper.js-on .mask-layer03 {
    clip-path: polygon(2% 10%, 95% 5%, 95% 100%, 10% 100%);
  }


  .mask-layer04 {
    margin-top:8rem;
    width: 80%;
    
    overflow: hidden;
    /* マスクの初期状態: 右側100%隠す */
    clip-path: polygon(0% 0%,100% 0%, 100% 0%,0% 0%);
    transition: clip-path 2s ease-in-out;
  }
  
  .parallax-wrapper.js-on .mask-layer04 {
    clip-path: polygon(0% 0%, 93% 3%, 100% 95%, 10% 95%);
  }



.flow_wrap{
    display:flex;
    justify-content: space-between;
    width:100%;
    max-width:1100px;
    margin:0 auto;
    
    position: relative;
    margin-bottom:8rem;
}



.flow_detail{
    width:calc(100% - 400px);
    
}

.flow_img{
    width:400px;
    position:relative;
}

.sticky-box{
    margin-top: 20px;
}


.stick_item {
    position: sticky;
    top: 80px;
}





.flow_box{
    margin-bottom:10rem;
}

.flow_line{
    display:flex;
    align-items: center;
    justify-content: flex-start;
    gap:2rem;
    
    margin-bottom:2rem;
    padding-bottom:1rem;

}


.flow_title{
    font-weight:400;
    font-size:2rem;
    margin:0 0 0 0;
    padding:0;
}

.flow_no{
    font-size:2rem;
    color:#0072BC;
    font-weight:400;
    
}
.flow_txt{
    margin-right:5rem;
    line-height: 200%;
}


.caution_txt{
    width:100%;
    max-width:1100px;
    margin:0 auto;
    position: relative;
}

.caution_txt .inner{
    width:100%;
    max-width:650px;
}
  
.caution_title{
    font-weight:400;
    font-size:2rem;
    margin:0 0 2rem 0;
}

.caution_txt ul{
    margin-left:2rem;
}

.caution_txt li{
    margin-bottom:1rem;
    list-style-type: circle;
}







  


/* topics */

#topics {
    border-left: 3px solid #000;
    padding: 0 0 0 20px;
    position: relative;
}

@media screen and (max-width:768px) {
    #topics {
        margin: 0 0 100px 0;
    }
}

#topics h2 {
    font-size: 1.5rem;
}

#topics h2 span.bgLRextend::before {
    background: #333;
}

.bx-wrapper {
    box-shadow: none;
    border: none;
}

/* topinformation */



#topinformation .btn {

    margin: 0 auto;
}

#topinformation .bgappear {
    background: none;


}


#topinformation {
    
    padding: 2rem 2rem 0 0;
    width:100%;
}



#topinformation .content {
    width: 100%;
    text-align: center;
}


.bx-wrapper {
    margin-bottom: 0px;
}

#topinformation .btn {text-align:right;}

@media screen and (max-width:768px) {
    #topinformation .img {
        width: 100%;
        min-height: 290px;
        margin: 0 0 50px 0;
    }

    #topinformation .content {
        width: 100%;
    }

    #topinformation p.vision-txt {
        text-align: left;
    }


}

#topinformation h2 {
    color: #e60020;
    margin: 0 0 10px 0;
    font-size: 3rem;
}


@media screen and (max-width:768px) {
    #topinformation h2 {
        font-size: 2rem;
        letter-spacing: 0;
    }

}


#topinformation p {
    line-height: 2;
    margin: 0 0 10px 0;
}

#topinformation .topinformation-lead {
    position: relative;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
    #topinformation .topinformation-lead {
        font-size: 1rem;
    }

}

#topinformation .topinformation-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;

    background: #e60020;
    width: 12em;
    height: 3px;
}



/* intro image */

#top_works_list{
    padding-top:10rem;
    padding-bottom:10rem;
    margin-bottom:10rem;
    position:relative;
    z-index: 2;
    }

    #top_works_list:before{
        
        position:absolute;
        content:"";
        left:0;
        top:0;
        width:40%;
        height:100%;
        background: #f2f2f0;
        
        background-size:auto;
        background-position: left top;
        z-index:-1;
        }


#top_works_list h3{
margin-left:15%;
border-bottom:1px solid #111;
margin-bottom:10rem;
}


.intro_img_wrap{
display:flex;
justify-content: space-evenly;
align-items: center;
gap:6rem;
margin-bottom:20rem;
flex-wrap: wrap;
}

.intro_left{
    width:calc(75% - 6rem);
}
.intro_right{
    width:25%;
    display:flex;
    flex-direction: column;
    justify-content:space-between;
    align-items:center;
    height:100%;
    flex-wrap: wrap;
    position:relative;
}

.intro_left_child{
    display:flex;
justify-content: space-evenly;
align-items: center;
gap:5rem;
margin-top:10rem;
flex-wrap: wrap;
}

.intro_left_child_left{
    width:30%;
    
}
.top_work_list_txt{
    text-align: right;
}

.intro_left_child_right{
    width:calc(70% - 5rem);
}


/* top work list */

.top_work_list{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:10rem;
    flex-wrap: wrap;
    }
.top_work_list_txt{
    width:30%;
}
.top_work_list_img{
    width:calc(75% - 10rem);
}


.more_btn {
    
    margin-left:5rem;
}



/* about */

.about_intro_txt{
margin:15rem 0;
text-align: center;
display:flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding:0 30px;
}


.intro_left_child_right .about_intro_txt{
    margin:0;
    }



.about_intro_txt h2{
    font-size:2.4rem;
    font-weight:400;
    letter-spacing: .3em;
    margin-bottom:5rem;
    }


.about_intro_txt p{
    line-height: calc(33 / 13);
    letter-spacing: .1em;
    }

.intro_img {
    display:flex;
    align-items:flex-start;
    justify-content: center;
margin-bottom:15rem;
height:30rem;
overflow: hidden;
}

.intro_img img {
    
width:100%;

}


.profile_img{
    
    width:300px;
}




/* service */




#service h2 {
    text-align: left;
    margin: 0 0 20px 0;
}




#service .content {
    width: 100%;
    text-align: left;
}


#service h2 {
    color: #000;

    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 100%;
}



#service p {
    line-height: 2;
    margin: 0rem 0 2rem 0;
}

#service .service-lead {
    position: relative;

    font-size: 1rem;
    font-weight: bold;
    margin: 1rem 0 60px 0;
}

@media screen and (max-width:768px) {
    #service .service-lead {
        font-size: 1rem;
    }

    #service p {
        line-height: 150% !important;
    }


}

#service .service-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;

    background: #aaa;
    width: 10em;
    height: 1px;
}



#service .service-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 300px 0 300px 0;
}

@media screen and (max-width:768px) {
    #service .service-area {
        margin: 0 0 200px 0;
    }
}

@media screen and (max-width:590px) {
    #service .service-area {
        margin: 0 0 50px 0;
    }

}




#service-list {
    padding: 1rem 0 0rem 0;
    position: relative;
    overflow: hidden;
    margin-bottom:15rem;
}


#service-list h2 {
    text-align: center;
    margin: 0 0 100px 0;
}

@media screen and (max-width:768px) {
    #service-list h2 {
        margin: 0 0 50px 0;
    }

}


#service-list .content {
    width: 100%;
    text-align: center;
}


#service-list h2 {
    color: #e60020;
    margin: 0 0 10px 0;
}

.service-txt {
    text-align: left;

}



#service-list p {
    line-height: 2;
    margin: 0 0 3rem 0;
}

#service-list .service-lead {
    position: relative;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
    #service-list .service-lead {
        font-size: 1rem;
    }

}

#service-list .service-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;

    background: #e60020;
    width: 12em;
    height: 3px;
}



#service-list .service-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 300px 0 300px 0;
}

@media screen and (max-width:768px) {
    #service-list .service-area {
        margin: 0 0 200px 0;
    }
}

@media screen and (max-width:590px) {
    #service-list .service-area {
        margin: 0 0 50px 0;
    }

}




.service-list {
    display: flex;
    justify-content: space-around;
    align-items: start;
    flex-wrap: wrap;
    padding: 3rem 0 3rem 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    gap: 40px 16px;
    font-size: .7rem;
    color: #000;
    font-weight: 600;
}




@media screen and (min-width:601px) {
    .service-list {
        font-size: 1rem;
    }

}




.service-list::after {
    display: block;
    content: "";
    width: calc(25% - 16px);
}







@media screen and (min-width:960px) {

    .recruit-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        position: relative;
        margin-top: 10rem;

    }


}



.bnr_recruit {
    margin: 3rem 0 0 0;
    width: 50%;
    max-width: 780px;
    z-index: 5;
}



.btn {
    z-index: 100;
    position:relative;
}




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

    .bnr_recruit {
        width: 100%;
       
    }

}


.top-recruit-title {
    margin-bottom: -0.5rem;
    margin-left: 2rem;
    margin-right: 0rem;
    z-index: 10;
}




.recruit-sec-left {
    margin-bottom: 50px;
    padding: 20px 10px 0;

    transition: all 0.8s;
}


@media screen and (min-width:560px) {
    .recruit-sec-left {
        margin-bottom: 50px;
        padding: 0px 0px 0;

        transition: all 0.8s;
    }

}

@media screen and (min-width:960px) {
    .recruit-sec-left {
        position: absolute;
        top: 0;
        left: 40px;
        width: 97%;
        margin-bottom: 0;
        padding: 0px;

        transition: all 1.2s;
    }
}




.recruit-sec-img {
    height: 270px;
    background: url(../imgs/top_work_img.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 20px;
}


@media screen and (min-width:560px) {
    .recruit-sec-img {
        height: 320px;
        background: url(../imgs/top_work_img.jpg) center center no-repeat;
        background-size: cover;
    }
}


@media screen and (min-width:960px) {
    .recruit-sec-img {
        height: 620px;
        background: url(../imgs/top_work_img.jpg) center center no-repeat;
        background-size: cover;
        
    }
}



.bnr_recruit-text {

    border-radius: 0 0 0 0;
    padding: 6rem 2rem 4rem 6rem;
    text-align: left;
    position: relative;
    background: #fff;
    
}



.bnr_recruit-text h3 {
    font-weight: 700;

    margin-bottom: 2rem;

    text-align: center;

}


.bnr_recruit-text .btn {
    text-align: right;
}



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

    .bnr_recruit-text h3 {
        font-size: 1.7rem;
    }

    .bnr_recruit-text {
        padding: 2rem 1rem 2rem 1rem;
    }


}



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



    .top-recruit-title {
        margin-bottom: auto;
        margin-top: -8.5rem;
        margin-left: 0rem;
        width: 102%;
    }


    .bnr_recruit-text {
        padding-bottom: 0rem;
        border-radius: 0;
    }


}





#recruit_intro {
    margin-top: 45vh;
    padding-top: 80px;
    padding-bottom: 20px;
    margin-bottom: 5rem;

}

@media screen and (min-width:992px) {

    #recruit_intro {
        margin-left: 10%;

    }

}



#recruit_intro .txtbox {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Noto Serif JP', serif;
}


@media screen and (min-width:1200px) {

    #recruit_intro .txtbox {
        font-size: 1.6rem;

    }

}



#recruit_intro .message .txtbox .ttl {
    display: inline-block;
    font-size: 3rem;
    margin-bottom: 20px;
    position: relative;
}


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

    #recruit_intro .txtbox {
        width: 90%;
        font-size: 1.2rem;
        margin-bottom: .8rem;
        letter-spacing: 0.02em;
    }

}




.proftable {
    margin-bottom: 8rem;
}


.proftitle {
    background: #fff;
    padding: 1.5rem 1rem;
    font-size: 1rem;
    line-height: 180%;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.proftxt {
    padding: 1.5rem 1rem;
    margin-bottom: 0;
}


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

    .proftitle {
        text-align: left;
        padding: 1.5rem 1rem .3rem 1rem;
    }

    .proftxt {
        padding: .3rem 1rem 1.5rem 1rem;
        margin-bottom: 0;
    }

}


.profline {
    border-bottom: 1px solid #aaa;
}

.proftable .profline:first-of-type {
    border-top: 1px solid #aaa;
}








.recruit_name {

    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 2rem;
}


.recruit_name span {
    font-size: .8rem;
    display: block;
    font-weight: 400;
    color: #666;
    letter-spacing: 0.02em;
    line-height: 200%;
}




.recmorebtn {
    text-align: center;

}

.recmorebtn a {
    position: relative;
    white-space: nowrap;
    color: #111;
    margin: 0 auto;
    max-width: 420px;
    padding: 10px 15px;
    font-size: 1.1rem;
    letter-spacing: 0;
    text-decoration: none;
    display: block;
    border: 1px solid #111;
    transition: 0.4s;

    background: linear-gradient(to left,
        #fff 50%, #c5241c 50%, #c5241c 100%);
    background: linear-gradient(to left,
        #fff 50%, #c5241c 50%);

    background-position: 100% 0;
    background-size: 840px 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.recmorebtn a:hover {
    background-position: 0 100px;
    color: #fff;
    text-decoration: none;
}

.recarrow {
    position: absolute;
    right: 10px;
    top: 8px;

}


.recmorebtn i {
    position: absolute;
    right: 10px;
    top: 15px;
}





/* company */


#company-outline {
    margin-top: 100vh;
    padding-top: 20px;
    padding-bottom: 15rem;

}

#company-history {

    background: #faf9f4;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-top: 1px solid #ccc;

}


.outline-gmap {
    margin-top: 2rem;
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 340px;

    &: after {
        ;
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background-color: #ff6c00;
        position: absolute;
        top: 0;
        left: 0;
        mix-blend-mode: hue;
        pointer-events: none;
    }

    :;
}


.outline {
    margin: 0 auto 5rem auto;
    width: 100%;
    max-width: 900px;
    padding: 0 15px;
}

.outline h3 {
    font-size: 2rem;
    color: #336699;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}



.outline h3::before {}





.ol_line {
    display: flex;
    width: 100%;
    align-items: start;
    justify-content: space-between;
    padding: 35px 0 35px 0px;
    position: relative;

}



.ol_subject {
    width: 90px;
    font-size: 1.4rem;
    color: #0072BC;

}

.ol_detail {
    font-size: 1.4rem;
    line-height: 28px;
    width: calc(100% - 100px);
}


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

    .outline {
        margin: 0 auto 0 auto;
        width: 100%;
        max-width: 1200px;
        padding: 0;

        padding: 3rem;

    }


    .ol_line {
        display: flex;
        width: 100%;
        align-items: start;
        padding: 30px 0 30px 50px;
        position: relative;

    }


    .ol_subject {
        width: 120px;
        font-size: 1.4rem;
        margin-right: 70px;
        line-height: 30px;
        
    }



}




/* gallery */

.img-gallery {
    padding: 0px 0 0px 0;
    margin: 0 0 0px 0;
}

.img-gallery img {
    border-radius: 0px;
}


.slider1 img,
.slider2 img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
}

.slider1 .slick-slide,
.slider2 .slick-slide {
    margin: 0 1px 2px 1px;
    /*スライド左右の余白調整*/
}




#service .orderflow-area {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;


}

@media screen and (max-width:768px) {
    #service .orderflow-area {
        margin: 0 0 0px 0;
    }
}

@media screen and (max-width:590px) {
    #service .orderflow-area {
        margin: 0 0 0px 0;
    }

}



#service .orderflow-area:nth-of-type(2n) {
    flex-direction: row-reverse;
}


#service .orderflow-area .img {
    width: 60%;
}

#service .orderflow-area .content {
    width: 30%;
    position: relative;
    top: 0px;
    right: -70px;

    justify-content: center;
    align-items: center;

    z-index: 10;
}

#service .orderflow-area .content.left {
    right: auto;
    left: -70px;
}


@media only screen and (min-width:1025px) and (max-width:1250px) {

    #service .orderflow-area .img {
        width: 65%;
    }

    #service .orderflow-area .content {
        width: 35%;

    }

    #service h2 {
        font-size: 2rem;
    }


}



@media screen and (max-width:1024px) {
    #service .orderflow-area .img {
        width: 100%;
        z-index: 2;
    }

    #service .orderflow-area .content {
        width: 100%;
        top: -15px;
        animation: none;
        opacity: 1;
        z-index: 1;
        right: 0px;
    }

    #service .orderflow-area .content.left {
        left: 0px;
    }

    #service .orderflow-area .img.tate {
        width: 100%;
        z-index: 2;
    }

    #service .orderflow-area .content.tatetxt {
        width: 100%;
        top: -15px;
        animation: none;
        opacity: 1;
        z-index: 1;
    }

    #service h2 {
        font-size: 2rem;
    }



}




#service .orderflow-area .content-area {
    padding: 40px 8rem 8rem 0px;
    background: #fff;
}



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

    #service .orderflow-area .content-area {
        padding: 2rem 1.5rem 2rem 1.5rem;
    }


}



#service .orderflow-area .content-area h3 {
    text-align: left;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    position: relative;
    line-height: 180%;;

}








#service .btn {
    text-align: right;
}














.top_shop_wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items:flex-start;
    flex-wrap: wrap;
    
margin-bottom:15rem;
padding-bottom:8rem;

background: linear-gradient(transparent 50%, #0072BC 50%);
    padding-bottom: 0.3em;
    
background-image: repeating-linear-gradient(-45deg, #0072BC 0, #0072BC 3px, transparent 3px, transparent 6px);
background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 20%;
}


#top_shop_area{
    padding:1px;
    display:block;
}




.top_shop_img {
    width: 60%;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-between;
    gap:5rem 0;
}

.top_shop_img01{
    width:30%;
}

.top_shop_img02{
    width:60%;
}

.top_salondem_img01{
    width:60%;
}

.top_salondem_img02{
    width:28%;
}



.top_shop_txt {
    width: 30%;
    position: relative;
    top: 0px;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    margin-bottom:3rem;
    margin-top:8rem;
}

.top_shop_txt.left {
    right: auto;
    left: -70px;
}

.shop_name{
    font-size:1.4rem;
    font-weight:600;
    margin-bottom:2rem;
}

.shop_add_img{
width:16px;
margin-left:1rem;
}




/* access */

#access {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    margin-top: 45vh;
    padding-top: 5rem;

}


#access h4 {
    font-weight: 700;
}



#access .img {
    width: 40%;
    min-height: 590px;
    background: url("../img/pict_01.jpg") no-repeat center;
    background-size: cover;
}

#access .content {
    width: 100%;
    text-align: center;
}

@media screen and (max-width:768px) {
    #access .img {
        width: 100%;
        min-height: 290px;
        margin: 0 0 50px 0;
    }

    #access .content {
        width: 100%;

    }
}



#access p {
    line-height: 2;
    margin: 0 0 10px 0;
}

#access .access-lead {
    position: relative;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
    #access .access-lead {
        font-size: 1rem;
    }

}

#access .access-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;

    background: #e60020;
    width: 12em;
    height: 3px;
}




.access_box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 3rem auto;

    width: 100%;
    max-width: 900px;
    align-items: center;
}


.access__detail {
    display: flex;
    flex-wrap: wrap;
    margin: 5px auto 2rem auto;
    line-height: 1.3;
    width: 100%;



}

.access__line-bnr {
    padding-left: 15px;
    margin-bottom: 0rem;
    width: 100%;
    max-width: 180px;
}


@media screen and (max-width:894px) {
    .access__line-bnr {

        margin-left: auto;
        margin-right: auto;
    }
}



.access__detail dt {
    width: 140px;
    padding: 20px 0 20px 8px;
    border-bottom: 1px solid #434341;
    color: #000;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.4rem;
    font-size: 1rem;
    position: relative;
    text-align: left;
}





.access__detail dd {
    width: calc(100% - 140px);
    padding: 20px 0 20px 8px;
    border-bottom: 1px solid #ccc;
    letter-spacing: .04em;
    line-height: 1.4rem;
    font-size: 1.1rem;
    margin-bottom: 0;
    text-align: left;
}


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

    .access__detail {
        width: calc(100% - 30px);
    }


    .access__detail dt {
        width: 100%;
        border-bottom: none;
        padding: 20px 0 10px 4px;

    }


    .access__detail dd {
        width: 100%;
        padding: 10px 0 20px 4px;
        border-bottom: 1px solid #ccc;

    }


}



.access-shop_odd {
    background: #fff;
    padding-top: 6rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #ccc;
}

.access-shop_odd.first {
    padding-top: 2rem;

}

.access-shop_even {
    background: #faf9f4;
    padding-top: 6rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #ccc;
}


.access-img {
    margin-bottom: 3rem;
}


.seiyu-img {
    max-width: 400px;

}


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

    .seiyu-img {
        max-width: 300px;

    }

}



.no-bg {
    width: 50%;
    right: -25%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 300px 0;
    color: #fff;
}




/* contact */


#mailmain {
    padding-top: 1rem;
    margin: 0rem 0 0rem 0;
}


#mailmain p {
    line-height: 2.2;
}


.contmark {

    padding: 16px 0 16px 0px;

}

.conttext {
    padding: 16px 0 0px 0px;
    margin: 0 0 2em 0;
}



#contact-wrapper {
    padding-bottom: 5rem;
    margin: 0 15px;
}



#contact_intro {
    margin-top: 100vh;
    padding-top: 80px;
    padding-bottom: 20px;

}


#contact_intro .txtbox {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Noto Serif JP', serif;
}


@media screen and (min-width:1200px) {

    #contact_intro .txtbox {

        font-size: 1.6rem;

    }

}




.contact-mode .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;

    max-width: 1200px;
    margin: 0 auto;
}

.contact-mode .nav li {

    width: 23%;
    margin-bottom: 1rem;

}


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

    .contact-mode .nav li {
        width: 47%;
    }

}

.contact-mode .nav .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    border: 1px solid #111;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding: 1rem 1rem;
    width: 100%;
}


.contact-mode .nav .item a span {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: flex-end;
    display: inline-flex;

}




.contact-mode .nav .item a:hover {

    background: #1d2c67;
    color: #fff;
}




.titlecontact {
    position: relative;
    background: url(../imgs/head_contact.jpg) no-repeat center center;
    background-size: cover;
    height: 300px;
}



#pagetitle .titlecontact h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 3rem;

}

input,
button,
select,
textarea {
    font-weight: 300;
    font-family: 'Titillium Web', sans-serif;
    outline: 0;
}

input:focus,
textarea:focus,
input[type="text"]:focus {
    outline: 0;
}



form input,
form textarea {
    color: #000;
}

input {
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;

    outline: 0;
}




.button input {
    border: none;
    background: none;
    margin: 0 0 0 0;
    padding: 0;

    width: 100%;


}


input[type="submit"i] {
    white-space: normal;

}



input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #7F8289;
    font-family: 'movText', sans-serif;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #7F8289;
    font-family: 'movText', sans-serif;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7F8289;
    font-family: 'movText', sans-serif;
}






#formarea {
    margin-bottom: 0;
}

#formarea p {
    margin-bottom: 1px;
}

#formarea input,
#formarea textarea {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fbfbfb;
    color: #333;
    font-size: 14px;
    height: auto;
    padding: 12px;
    margin: 0;
    border: 1px solid #cfcfcf;
    resize: none;
}


.soushin {
    margin: 0 auto;
    text-align: center;
}


#formarea .submit {
    background: #fff;
    color: #111;
    border: 1px solid #111;

    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin: 30px 0;

    letter-spacing: .2rem;
    -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#formarea .submit.entrybutton {
    background: #f4a118;
}

#formarea .submit.entrybackbutton {
    background: #aaa;
}

#formarea .submit:hover {
    background: #1d2c67;
    color: #fff;
    border: 1px solid #1d2c67;
}


#formarea select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
    cursor: pointer;
}

@-moz-document url-prefix() {
    #mailformpro select {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
    }
}

#formarea select::-ms-expand {
    display: none;
}

@supports (-ms-ime-align:auto) {
    #formarea select {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
    }
}




#formarea select {
    box-sizing: border-box;
    width: 100%;
    max-width: 870px;
    cursor: pointer;
    max-height: initial;
    margin-bottom: 10px;
    padding: 12px 9px 9px 9px;
    background-color: #fbfbfb;
    color: #333 !important;
    font-size: 1.4rem;
    letter-spacing: .05em;
    -webkit-appearance: button;

    border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;

    border: 1px solid #cfcfcf;
}


#formarea select {
    -webkit-appearance: none;
    /* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none;
    /* ベンダープレフィックス(Firefox用) */
    appearance: none;
    /* 標準のスタイルを無効にする */
}

::-ms-expand {
    /* select要素のデザインを無効にする（IE用） */
    display: none;
}


.select {
    position: relative;
}


.select:after {
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    bottom: 8px;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 8px 6px 0 6px;
    border-style: solid;
    border-color: #034da2 transparent transparent transparent;
    content: "";
}


label {
    margin-bottom: 0;
    font-weight: 400;
}



input[type=checkbox],
input[type=radio] {
    width: 20px;
}


.checkarea {
    border: 1px solid #ccc;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FBFBFB;
}




.marktxt {
    font-size: 80%;
}

.smallcap {
    font-size: 60%;
}


.dl-horizontal dt {
    text-align: left;
}




.confirmpage .contactcell {

    border-bottom: 1px dotted #aaa;
    padding-bottom: 5px;
    margin-bottom: 15px;
}


.confirmpage .select:after {
    display: none !important;
}


#mailformtitle h2 {
    font-size: 1.8rem;
    margin-top: 2em;
}

#mailformtitle p {

    margin-top: 2em;
}



.contactline {
    overflow: hidden;
    border: 1px solid #aaa;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.mailon {
    background: #1d2c67;
    letter-spacing: 0;
    padding: 8px 0 8px 33px;
    position: relative;
    color: #fff;
}

.mailon:after {
    display: block;
    position: absolute;
    top: 13px;
    right: -32px;
    overflow: visible;
    width: 64px;
    height: 64px;

    border: 32px solid;
    border-color: #1d2c67 transparent transparent transparent;
    transform: rotate(45deg);
    content: "";
    z-index: 10;
}



.mailoff {

    background: #fff;
    letter-spacing: 0;
    padding: 8px 0 8px 25px;
    position: relative;
}

.mailoff:after {
    display: block;
    position: absolute;
    top: 13px;
    right: -32px;
    overflow: visible;
    width: 64px;
    height: 64px;
    border: 1px solid;
    border-color: #aaa transparent transparent transparent;
    transform: rotate(45deg);
    content: "";
    z-index: 10;
}



.mailoffcenter {

    background: #fff;
    letter-spacing: 0;
    padding: 8px 0 8px 30px;
    position: relative;
}

.mailoffcenter:after {
    display: block;
    position: absolute;
    top: 13px;
    right: -32px;
    overflow: visible;
    width: 0px;
    height: 0px;


    border: 32px solid;
    border-color: #fff transparent transparent transparent;
    transform: rotate(45deg);
    content: "";
    z-index: 10;
}


.mailend {

    background: #fff;
    letter-spacing: 0;
    padding: 8px 0 8px 25px;
    position: relative;
}

.mailcomplete {
    background: #006cc4;
    letter-spacing: 0;
    padding: 8px 0 8px 25px;
    position: relative;
    color: #fff;
}



.douitxt {
    background: #efefef;
    padding: 15px 30px 30px 30px;
    margin: 30px 0 50px 0;
}


.douitxt .h4 {
    font-size: 1.3rem;
}

.douitxt li {
    font-size: 1.1rem;
}



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

/*  informaiton page
/* ---------------------------------------------*---------------------------- */



/* -------------------------------------------------------------------------- */
/*  page heading
/* ---------------------------------------------*---------------------------- */


#informationtitle {
    margin-bottom: 5rem;
    height: 100vh;
    background: url("../imgs/slide08.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    color: #fff;
}

#informationtitle:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}


#workstitle {
    margin-bottom: 5rem;
    height: 100vh;
    background: url("../imgs/slide09.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    color: #fff;
}

#workstitle:before {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}



#companytitle {
    position: fixed;
    top:0;
    margin-bottom: 5rem;
    height: 100vh;
    width: 100%;
    background: url("../imgs/slide02.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    
}

#companytitle:before {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}


#flowtitle {
    position: fixed;
    top:0;
    margin-bottom: 5rem;
    height: 100vh;
    width: 100%;
    background: url("../imgs/slide07.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    
}

#flowtitle:before {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}


#accesstitle {
    position: fixed;
    top:0;
    margin-bottom: 5rem;
    height: 45vh;
    width: 100%;
    background: url("../imgs/head-img_access.jpg") no-repeat center top;
    background-size: cover;
    
    color: #fff;
    

}

#accesstitle:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}



#recruittitle {
    position: fixed;
    top:0;
    margin-bottom: 5rem;
    height: 45vh;
    width: 100%;
    background: url("../imgs/head-img_recruit.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    

}

#recruittitle:before {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}




#contacttitle {
    position: fixed;
    top:0;
    margin-bottom: 5rem;
    height: 100vh;
    width: 100%;
    background: url("../imgs/slide03.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    
}

#contacttitle:before {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}



.head-title {
    position: absolute;
    top:auto;
    bottom: 20%;
    left: 10%;
    transform: translate(0, -50%);
}

.head-title span {
    display: block;
    font-size: .9rem;
}


.head-title.company {
    position: absolute;
    top:auto;
    bottom: 20%;
    left: 10%;
    transform: translate(0, -50%);
}





.newsdate {
    display: inline-block;
    font-size: .8rem;
    padding: 0rem 0 1rem 0;
}




.scname {
    border:1px solid #333;
    padding: 0px 3px 1px 3px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #111;
    letter-spacing: 0;
    text-align: center;
    display: inline-block;
    line-height: 1.4em;
    white-space: nowrap;

}





.btn-primary {
    color: #fff;
    background-color: #0B1642;
    border-color: #0B1642;
}



.widget ul {
    margin-left: 1.5rem;
    list-style: circle;
}

.widget li {
    margin-bottom: 1rem;

    padding-bottom: 1rem;
    position: relative;
}

.widget li::before {
    border-bottom: 1px dotted #aaa;
    position: absolute;
    left: -1.5rem;
    width: 108%;
    bottom: 0;
    height: 1px;
    content: "";
}



.container-fluid.recruitinfo .col-md {
    padding-right: 0px !important;
    padding-left: 0px !important;

}


.card {
    margin-bottom: 2rem;
}

.card-text {
}


.card-block {
    position: relative;
}

#works_card .card {
    border: none;
}

.tabtag {
    position: absolute;
    left: 0;
    top: 0;
}



.news-title {
    width: 130px;
}

.news-title h3 {
    margin: 0;
    font-weight: 600;
    line-height: 1.25;
    font-size: 2rem;
}


.news-title h3 span {
    
    font-size: 1.2rem;
    font-weight: 400;
    padding-bottom: 2rem;
    border-bottom: 1px solid #aaa;
    display: inline-block;
}



.news-item {
    width:100%;
    text-align: right;
}

.news-outer {
    
}



.news-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap:1rem;
width:100%;
margin-bottom:1rem;
margin-left:auto;
}

.news-date {
    
    font-size: 1.2rem;
    padding: 0 0 0 0rem;
}



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

    #topinformation {
        padding: 2rem 1rem 0 2rem;
        width: 100%;
    }


    .news-title {
        width: 100%;
        margin-bottom: 2rem;
        text-align: center;
    }

    .news-outer {
        width: 100%;
        margin-bottom: 3rem;
    }

    .news-tag {
        width: 100%;
    }

    .news-date {
        width: 90px;
        
    }


    .news-block {
        margin-bottom: 2rem;
    }

    .newsheadtitle {
        width: calc(100% - 100px);
        padding: 0rem 0rem 0 0rem;
    }


}




.newsheadtitle a {
    color: #111;
}


.posttxt {
    margin-bottom: 2rem;
    font-size: .9rem;
}


.entry-icon-new span {
    margin: 0 0 0 0;
    background: #fff;
    border-radius: 2px;
    color: #e05d48;
    display: inline-block;
    font-weight: 600;
    font-size: .8rem;
    padding: 2px 5px;
    text-align: center;
    border: 2px solid #e05d48;
}

.thumbimg {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.thumbimg a img {
    position: relative;
    -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 2s linear;
  transition: 4s linear;
  object-fit: cover;
  object-position: 50% 50%;
  
}


.thumbimg a img:hover {
    -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: 6s cubic-bezier(0.22, 0.61, 0.36, 1);
}



.prevnext_link {
    display:flex;
    align-items:center;
    justify-content: center;
}

.prevnext_link li {
    width:50%;
    position:relative;
    z-index:2;
}

.prevnext_link li img {
   opacity: 0.5;
   -webkit-transform: scale(1);
          transform: scale(1);
    -webkit-transition: 0.5s linear;
    transition: 2.5s linear;
}

.prevnext_link li img:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
-webkit-transition: 6s cubic-bezier(0.22, 0.61, 0.36, 1);
transition: 6s cubic-bezier(0.22, 0.61, 0.36, 1);
}



.newsheadtitle{
	font-size:1.4rem;
	margin:0 0rem 0 0rem;
}

.posttxt{
	font-size:1.3rem;
}

.newsdate{
	font-size:1.2rem;
}






.prevnext_link li span {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#fff;
    font-weight:700;
    z-index:3;
    
}


.prevnext_link li a {
    width:100%;
    height:150px;
    display:flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    position:relative;
    transition: all .4s;

}

.prevnext_link li a:after {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,1);
    content:"";
    z-index:-1;
    
}



/* footer */

#footer {
    padding: 100px 0;
    border-top: 1px solid #333;
    text-align: center;
    background: #fff;
    position: relative;
    text-transform: uppercase;
    z-index: 100;
}

.footer-address-list {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}




#footer .footer-logo {
    font-weight: bold;
    letter-spacing: 0.3em;
    margin: 0 0 50px 0;
    color: #666;
    width: 25%;
}



.footer-logo h4 {
    font-size: 1.1rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
}




.footlogo {}

.footlogo a {
    transition: .3s;
    color: #000;
    letter-spacing: 0.1rem;
    display: flex;
    align-items: center;
    line-height: 160%;
    font-weight: 700;

}





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

    .footer-logo {
        width: 100%;
    }


}



.foot-contact {

    display: flex;
    flex-wrap: wrap;
position:relative;
    z-index: 100;

}



.foot-contact-left {
    width: 50%;
}


.foot-contact-right {
    width: 50%;
    margin-top: .5rem;

}



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

    .foot-contact-left {
        width: 100%;
    }

    .foot-contact-right {
        width: 100%;
    }

}


#footer small {
    color: #888;
}





#wrapper-footer section {
    margin-bottom: 0 !important;
}

#recruitfootcontact {
    padding: 6rem 0 5rem 0;

    margin-bottom: 6rem;

    background: url("../imgs/slide04.jpg") no-repeat center center;
    background-size: cover;

    color: #fff;
    position:relative;
}






.recfctitle {
    font-size: 2.5rem;
    font-family: 'Lato', sans-serif;
    margin-bottom: .5rem;
    margin-top: 0 !important;
}

.recfctitle img {
    width: 80%;

}


@media screen and (max-width:768px) {
    .recfctitle {
        font-size: 1.5rem;

    }

    .recfctitle img {
        width: 300px;

    }


}



.recfctxt {

    margin-top: 2rem;
}



.recentrybtn {
    text-align: center;
    margin: 0 0 5px 0;
}

.recentrybtn a {
    background: #fff;
    position: relative;
    color: #000;
    font-weight: 700;
    display: inline-block;
    padding: 12px 30px 12px 30px;
    font-size: 1.1rem;
    border: 1px solid #000;
    -webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;
}


.recentrybtn a:hover {

    background: #000;
    color: #fff;
    text-decoration: none;
}

.recentrybtn a i {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 1.1rem;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}

.recentrybtn a:hover>i {
    right: 10px;
}





.recentrybtn.opentime a {
    font-size: 0.8rem;

}






.button {
    pointer-events: auto;
    cursor: pointer;

    border: none;

    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 0px 20px;
    font-weight: 400;
    

}


.button span {
    font-size:16px;
    

}

.button::after {
    position: absolute;
    border-radius: 5px;

    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}




.button .submitbtn01 {
    display: inline;
    background: #fff;
    padding: 1rem 2rem;
    border: 1px solid #000;
    border-radius: 5px;
    transform: translate3d(-6px, -6px, 0);
    transition: transform 0.2s cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 5;
}


.submitbtn01:hover {
    transform: translate3d(0px, 0px, 0);
    color: #ccc;

}


.button .submitbtn02 {
    display: inline;
    background: #ddd;
    padding: 1rem 2rem;
    border: 1px solid #000;
    border-radius: 5px;
    transform: translate3d(-6px, -6px, 0);
    transition: transform 0.2s cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 5;
}


.submitbtn02:hover {
    transform: translate3d(0px, 0px, 0);
    color: #c5241c;
}








.link-button {
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    padding: 1.2rem 3rem 1rem 3rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
}

.link-button::before,
.link-button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.link-button--pandora {
    background: #000;
    font-weight: 400;
    font-size: 1.2rem;
    padding: 0;
    
}

.link-button--pandora span {
    display: block;
    background: #fff;
    padding: 1rem 2rem;
    border: 1px solid #000;
    
    transform: translate3d(-3px, -3px, 0);
    transition: transform 0.2s cubic-bezier(0.7, 0, 0.2, 1);
}

.link-button--pandora:hover span {
    transform: translate3d(0px, 0px, 0);
    color: #000;
}


.more_works{
    width:100%;
    max-width:350px;
}






#wrapper-footer section {
    margin-bottom: 0 !important;
}




.telephonebtn {
    margin-bottom: 1rem;
}

.telephonebtn a {
    color: #fff;
}

.tel-number {
    font-size: 2rem;
    line-height: 1.6;
    position: relative;
    padding-left: 2rem;
}


.tel-number:before {
    font-family: "Font Awesome 5 Free";
    content: '\f879';
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 1.5rem;
}






.subfooter {
    
    border-top:1px solid #2e2e2e;
    background:#fff;
}

.subfooter a {
    color: #111;
}


#footersns {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #fff;
}


.footadd{
    font-size: 1.1rem;
    margin:0;
}


.sns-icon {
    margin-bottom: 2rem;
}


.site-info {
    position: relative;
}

.footerpolicy {
    font-size: .8rem;

}

.pbarea {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: .8em;
    z-index: 10;
}


.copyright {
    font-size: 1.3rem;
    color: #111;
    text-align: center;
    margin-top: 1em;
}




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

    .footlogo {
        width: 100%;
        margin-bottom: 3rem;
    }

}


@media screen and (min-width:1201px) {

    .footlogo {
        margin-right: 2rem;
        border-right: 1px solid #000;
        padding-right: 2rem;
    }



}