@charset "utf-8";

/***********************************************************************************************************************
* 横サイズ980px以下
***********************************************************************************************************************/
@media screen and (max-width: 980px){


.pc{ display:none !important; }
.sp{ display: block !important; }


/***********************************************************************************************************************
* 基本構造
***********************************************************************************************************************/
html{

}

html *:not(br):not(span):not(strong):not(em):not(i){
	font-size: 1.4rem;
}

body{
	color:#333333;
	position: relative;
	z-index: 1;
}
img{
	width: 100%;
}

a:hover{
	opacity: 1 !important;
}

.wrap-l {
    padding: 0 4%;
}

/*テーブルA*/
.btn-a { padding: 0 10px;}

/*テーブルB*/
/*テーブルC*/

/*見出しA*/
.headline-a {
    font-size: 1.8rem;
}


/*見出しB*/

.headline-b {
    font-size: 1.5rem;
    font-weight: normal;
}

/*見出しC*/

/*ボタンA*/
/*ボタンB*/
/*ボタンC*/


.bg-circle {
    background-image: url(../img/circle.png);
    background-position: -73px 0;
    background-size: 300px auto;
    -webkit-background-size: 300px auto;
    background-repeat: no-repeat;
}

/*ヘッダー*/

body>header #menu-button::after {
    content: "MENU";
    font-family: 'Century Gothic',sans-serif !important;
    position: absolute;
    display: block;
    width: 100%;
    height: 10px;
    bottom: 8px;
    left:2px;
    font-size: 10px;
}

body>header.change #menu-button::after {
    content: "MENU";
    font-family: 'Century Gothic',sans-serif !important;
    position: absolute;
    display: block;
    width: 100%;
    height: 10px;
    bottom: 8px;
    left:2px;
    font-size: 10px;
}

body>header .menu-button-wrap {
    width: 60px;
    height: 60px;
    top: 15px;
    left: 3%;
}

body>header #menu-button>div {
    width: 25px;
}

body>header #menu-button {
    width: 50px;
    height: 50px;
    top: 0px;
    right: 6px;
    background:transparent;
}
	body>header #menu-button>div:nth-child(1),
	body>header #menu-button>div:nth-child(2),
	body>header #menu-button>div:nth-child(3) {
	    left: 14px;
	}

header .logo {
    right: 5%;
    top: 26px;
    width: 170px;
}

body>header nav .menu-wrap {
    max-width: 1180px;
    margin: 90px auto 50px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 0 50px;
}

header>nav{
	display: block;
}

header>nav .menu {
	width: 100%;
    margin-bottom: 20px;
}

body>header nav .menu>li>a {
    font-size: 2rem;
}

body>header nav .menu>li .ch-nav>li>span, 
body>header nav .menu>li .ch-nav>li>a, 
body>header nav .menu>li .ch-ch-nav>li>a {
    font-size: 1.6rem;
    padding-left: 9px;
    margin-left: 20px;
}

body>header nav .menu>li .ch-ch-nav{
    margin:5px 0 10px;
}

body>header nav .menu>li .rabel {
    width: 150px;
}

body>header nav .menu-wrap {
    margin: 90px auto 50px;
    padding: 0 20px 0 75px;
}

header>nav .ex-menu {
    display: block;
}
	header>nav .ex-menu>li {
	    padding: 8px 0;
	    display: block;
	    margin-right: 0;
	}


/*footer*/

footer {
    padding: 30px 0px 0;
}

footer #pagetop>span {
    width: 45px;
    height: 45px;
}

footer #pagetop {
    height: 45px;
}

footer .ft-clm>.menu {
    display: none;
}
footer .logo {
    width: 220px;
}
footer .ft-clm-wrap {
    margin: 0 auto 30px;
    padding: 0 6%;
}





/*****************************************************************************
 トップページ
******************************************************************************/

/*トップニュース*/
.news-tbl article>time{
	padding-right: 10px;
}
 .news-tbl article>p {
    padding-right: 10%;
}

/*メインスライダー*/
.main-slider .swiper-slide {
    height: 800px;
}

.main-slider .swiper-slide .text-slide {
    width: 60%;
}

/*header*/
header .logo {
    right: 5%;
    top: 20px;
    width: 170px;
}

.top-news {
    position: relative;
    max-width: 1280px;
    padding: 40px 15px;
    margin: 0 auto;
}

.top-news .btn-a {
    right: 20px;
    top: 12px;
}

.clm-box.two,
.clm-box.revs.two{
	display: block;
}

.clm-box.two>.box,
.clm-box.two.revs>.box {
    padding-top: 0;
    width: 100%;
    height: auto;
    position: static;
}



.clm-box.two .box img{
	width: 100%;
}

.clm-box.two .box .abs{
	position: static;
}


.top-main .clm-box>.box .ly-text,
.top-main .clm-box.revs>.box .ly-text {
    position: static !important;
    display: block;
    transform: none;
}


.top-main .clm-box>.box .ly-circle,
 .top-main .clm-box>.box .ly-text {
    position: absolute;
}
 .top-main .clm-box>.box{
 	overflow:hidden;
 }
.top-main .clm-box>.box .ly-text .headline,
.top-main .top-people .clm-box>.box .ly-text .headline {
     margin-left: 0;
}
 .section .clm-box .text-block .headline,
 .section .clm-box .text-block .para{
    -webkit-transition-property: opacity ,transform;
    transition-property: opacity ,transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;

    -webkit-transform: translate( 0 , 0 );
    transform: translate( 0, 0 );
}

.top-main .clm-box>.box .ly-circle,
.top-main .clm-box.revs>.box .ly-circle {
    left: -26%;
    top: 16%;
    right: auto;
    width: 80%;
	-webkit-transform: translate( 0 , 0 ) !important;
    transform: translate( 0, 0 ) !important;
}

.grid-clm-box2 .sm-img-block1,
.grid-clm-box2 .sm-img-block2 {
    -webkit-transform: translate( 0 , 20% );
    transform: translate(0, 20% );
    opacity: 1;
}
	.section .clm-box .text-block {
	   transform: none;
	}

.top-main .clm-box>.box .ly-text,
.top-main .clm-box.revs>.box .ly-text {
    padding: 20px 6%;
}


.top-main .clm-box>.box .ly-text .para{
	font-size: 1.6rem;
	padding: 20px 0 0 0;
}

.top-main .clm-box>.box .ly-text .headline,
.top-main .clm-box.revs>.box .ly-text .headline {
    width: 50%;
    margin-left: 0;
}

.top-main .clm-box.revs>.box .ly-text .para {
    margin-left: 0;
   	padding: 20px 0;
}

.top-main .clm-box>.box .ly-circle, 
.top-main .clm-box.revs>.box .ly-circle {
    left: -33%;
    top: -18%;
    right: auto;
    width: 80%;
}

.section .clm-box.revs .text-block{
	-webkit-transform: none;
	transform: none;
}

.grid-clm-box2 {
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.grid-clm-box2>.box:nth-child(1) {
    width: 100%;
    margin-right: 0;
    height: 346px;
}
.grid-clm-box2>.box:nth-child(1) .bgset {
    background-position: 40% center;
}

.grid-clm-box2>.box:nth-child(2) {
    width: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: auto;
}
.grid-clm-box2>.box:nth-child(2) .hf-inner{
    width: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: auto;
}

.grid-clm-box2>.box .inner-text {
    width:50%;
    max-width: 300px;
}

.grid-clm-box2>.box .inner-text .frame {
    padding: 34px 7% 30px;
}

.grid-clm-box2>.box .hf-inner {
    position: relative;
    height: 202px;
}


.top-greeting {
    margin-bottom: 42px;
}

.grid-clm-box .box {
    height:auto;
}

.grid-clm-box,
.grid-clm-box>.box:nth-child(1),
.grid-clm-box.revs>.box:nth-child(1),
.grid-clm-box>.box:nth-child(2),
.grid-clm-box.revs>.box:nth-child(2) {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}

.grid-clm-box>.box:nth-child(2),
.grid-clm-box.revs>.box:nth-child(2) {
    width: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    height: auto;
}

.grid-clm-box>.box:nth-child(2) .hf-inner{
	display: block;
	width: 50%;
	height: auto;
}
.grid-clm-box .box .hf-inner:nth-child(1) {
    margin-bottom: 0px;
}

.grid-clm-box>.box:nth-child(3) {
    width: 100%;
}


.grid-clm-box .box03 .inner-text {
    opacity: 1;
    padding: 20px;
    position: static;
    transform: none;
}

.grid-clm-box .box03 .inner-text img {
    height: 22px;
    width: auto;
}






.clm-box-four{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.clm-box-four>.box {
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 1%;
}
.clm-box-four>.box:nth-child(4n){
    margin-right: 1%;
}
.clm-box-four>.box:nth-child(2n){
    margin-right: 0;
}

.top-people {
    margin-top: 40px;
}
.top-recruit {
    margin-top: 40px;
}



.btm-nav {
	display: block;
}
.btm-nav>.box {
    position: relative;
    width: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    margin-right: 0;
}
.btm-nav>.box>a{
	display: block;
	margin-right:1%;
	margin-bottom:1%;
	width: 49.5%;
}

.btm-nav>.box>a:nth-child(2n){
	margin-right: 0;
}



/*****************************************************************************
 セカンドページ
******************************************************************************/
/*****************************
ごあいさつ
*****************************/
.main-contents {
    padding: 30px 0;
}
.main-contents .para{
    line-height: 1.6em;
	text-align: justify;
}



.main-visual{
    background-image: none !important;
    height: auto;
}

.main-visual .catch {
    width: 60%;
}

.main-visual .catch.right {
    left: auto;
    right: 8%;
}

.main-visual .page-title {
    width:auto;
    padding: 0.3em 0.8em;
    font-size: 2rem;
}
.about .main-visual .page-title,
.recruitment .main-visual .page-title {
    width: auto;
    padding: 0.3em 0.8em;
    font-size: 1.8rem;
}

.name-block .name {
    font-size: 2.5rem;
}
.name-block .roma {
    font-size: 1.6rem;
}
.name-block .post {
    font-size: 1.4rem;

}

.profile-block {
    padding: 0 10px;
}


.greetings .section {
    padding: 10px 0 20px;
}
.message.greetings .section {
    padding: 10px 0 0;
}

.greetings .section .para {
    padding: 10px 0;
}


.greetings .picture-block,
.greetings .lg-picture-block1,
.greetings .lg-picture-block2,
.greetings .picture-block .box,
.greetings .lg-picture-block1 .box,
.greetings .lg-picture-block2 .box{
    display: block !important;
    width: 100% !important;
}
.greetings .picture-block>.box {
    margin-bottom: 3px;
}

.greetings .lg-picture-block1 {
    position: relative;
    margin: 20px 0 30px;
}

.greetings .lg-picture-block1 .ch-box:nth-child(1),
.greetings .lg-picture-block1 .ch-box:nth-child(2),
.greetings .lg-picture-block2 .ch-box:nth-child(1),
.greetings .lg-picture-block2 .ch-box:nth-child(2) {
    margin-bottom: 3px;

}
.greetings .lg-picture-block2 .ch-box ,
.greetings .lg-picture-block1 .ch-box {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.greetings .lg-picture-block2 .box:nth-child(1){
         -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; 
}


.greetings .lg-picture-block1 .box:nth-child(2) {
      -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.greetings .lg-picture-block2 .box:nth-child(1){
    margin-bottom: 3px;
}

.greetings .lg-picture-block2 {
    margin: 20px 0 10px;
}

.movie,
.movie2 {
    margin: 10px auto 0;
}

/*viva 長浜*/


.main-visual .ly-center .center-title {
    font-size: 2.5rem;
}

.main-visual .ly-center p {
    font-size: 3.5rem;
    line-height: 1.3em;
}

.inter-movie {
    position: relative;
    padding-top: 0;
    text-align: center;
    margin: 0 0 20px;
    height: 300px;
}

.inter-movie .movie-title {
    font-size: 3rem;
}

.inter-movie .movie-title::after {
    margin-top: -47px;
    -webkit-transform: translate(-50%,0)  scale(0.7,0.7);
    transform: translate(-50%,0) scale(0.7,0.7);
}

.greetings .img-text-block  {
    display: block;
}

.greetings .img-text-block .box {
    width: 100%;
    max-width: 500px;
    margin:0 auto;
}
.greetings .img-text-block figure.box {
    text-align: center;

}

.greetings .img-text-block figure.box img {
}

.greetings .img-text-block {
    margin: 20px 0 0;
}
.greetings .img-text-block .box {
    padding: 0 0 20px 0 ;
}

.greetings .inter-picture.mgn {
    margin: 20px 0 20px;
}

/*****************************
当社の事業 
*****************************/

.article-img-block1 {
    display: block;
}

.article-img-block1>.box {
    padding-left: 0;
    width: 100% !important;
    padding-bottom: 20px;
}

.article-img-block1>.box {
    padding-left: 0;
    width: 100% !important;
    padding-bottom: 0px;

}
.article-img-block1>div.box {
    padding:20px;
}
.article-img-block1>figure.box {
    margin-bottom: 20px;
}

.about .wrap-ll {
    padding-top: 0;
    padding-bottom: 0;
}
.massage .wrap-ll {
    padding-bottom: 60px;
}

.article-img-block1 {
    padding: 0;
}

/*asai*/
.asai.greetings  .section{
    padding-bottom: 0;
}
.asai.greetings .lg-picture-block1 {
    position: relative;
    margin: 20px 0 20px;
}

.picture-block2.mgn {
    margin-top: 30px !important;
}

/*asai floor*/
 .local-nav2 {
    padding: 40px 0 20px;
}
 .local-nav2 .ln-list{
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
 .local-nav2 .ln-list>li{
    width: 49%;
    margin-right:2%;
    margin-bottom:10px;
}

 .local-nav2 .ln-list>li>a {
    font-size: 1.4rem;
}
 .local-nav2 .ln-list>li:nth-child(2n){
    margin-right:0;
}

.floor .headline-a ,
.other-section .headline-a {
    line-height: 1.4em;
}

.floor .headline-a.mgn,
.other-section .headline-a.mgn {
    margin: 30px 0 10px;
}

.floor .intro .headline-a,
.other-section .intro .headline-a {
    font-size: 2.2rem;
    padding-top: 10px;
}

.floor .mark,
.other-section .mark {
    padding-top: 25px;
}

.floor .section {
    padding: 10px 0 0 !important;
}


.name-block {
    margin: 10px 0;
}
   .message .name-block {
        margin: 10px 0 25px;
    }

.floor .movie {
    margin: 20px auto 10px;
}

.floor .inter-figure {
    margin-top: 0px;
    padding: 10px;
}
.floor .bg-pl {
    padding: 0 0 30px 0 !important;
    background-color: #ecf2ff;
}

.floor .picture-block2 {
    padding-bottom: 10px;
}

/*****************************
採用
*****************************/

/*採用情報トップ*/
.recruit .top-figure {
    position: relative;
    padding: 15px 0 0;
    margin-bottom: 25px;
}

.recruit .top-figure figcaption {
    padding: 0.6em 1em;
    font-size: 1.2rem;
    line-height: 1.2em;
}

.recruit .btm-nav2 {
    margin: 15px 0 0;
}

.recruit .btm-nav2>.box{
    width:49.5%;
    margin-right: 1%;
}
    .recruit .btm-nav2>.box a {
        margin-bottom: 4px;
    }
        .recruit .btm-nav2>.box:nth-child(2n){
            margin-right: 0;
        }

/*メッセージ*/
.other-section{
    margin-top: 30px;
    padding-top: 0px;
}

.message .article-img-block1>div.box {
    padding: 0 20px 10px 20px;
}

.message .local-nav2 {
    width: 100%;
    padding: 30px 0 30px;
    background: #fff;
}




/*募集要項*/
.headline-border{
    position: relative;
    margin: 20px 0;
}
    .headline-border>span{
        left:0;
        top:-12px;
        font-size: 1.7rem;
        padding-right: 20px;
    }



.recruitment .local-nav {
    padding: 20px 0;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
    .recruitment .local-nav>li{
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 10px;
    }
    .recruitment .local-nav>li:nth-child(2n){
        margin-right: 0;
    }
        .recruitment .local-nav>li>a{
            padding:0.7em;
            font-size: 1.4rem;
            text-align: center;
        }

.tbl-a{}
.tbl-a>tbody>{}
.tbl-a>tbody>tr{}
    .tbl-a>tbody>tr>th{
        font-size: 1.3rem;
    }
    .tbl-a>tbody>tr>td{
        font-size: 1.3rem;
    }

.entry-btn-area {
    padding: 25px 0 30px;
}
.entry-btn-area .entry-btn {
    max-width: 200px;
    width: 100%;
    padding: 0.8em 1em;
    font-size: 1.4rem;
}
.recruitment .ch-section:last-child .entry-btn-area{
    padding: 25px 0 10px;
}

/**********************************
 エントリー
**********************************/
        #entry{
            padding: 0 20px;
        }
        #entry .main-title,
        .thanks .main-title{
            margin-bottom: 30px;
        }
        #entry .caption {
            padding: 0;
            font-size: 1.3rem;
            line-height: 1.4em;
        }
        .headline-std{
            padding: 0.3em 1em 0.4em;
            font-size: 1.6rem;
            line-height: 1.6em;
        }
            .headline-std::after{
                width: 4px;
            }
        #entry .tbl-b,
        #entry .tbl-b tbody{
            display: block;
        }
        #entry.confirm .tbl-b{
            margin-bottom: 30px;
        }
            #entry .tbl-b tbody tr{
                display: block;
            }
            #entry .tbl-b tbody tr th{
                display: block;
                width: 100;
                font-size: 1.4rem;
                padding: 1.3em 0 0;
            }
            #entry .tbl-b tbody tr td{
                display: block;
                padding: 0.2em 0 1.3em;
                font-size: 1.4rem;
            }

            #entry .input-a{
                width: 70%;
                height: 40px;
            }




        #entry .input-b{
            width: 25%;
            height: 35px;
        }
        #entry .select1{
            width: 20%;
            height: 35px;
            box-shadow: none;
        }
        #entry .select2{
            max-width: 430px;
            width: 100%;
            height: 35px;
        }

        #entry .label input[type="radio" i] {
            margin: 6px 10px 0 0;
        }

        #entry .check-area {
            padding: 30px 0;
            text-align: center;
            font-size: 1.5rem;
        }

        #entry .submit-area .btn-submit{
            width: 100%;
            max-width: 360px;
            height: 45px;
            line-height: 45px;
            font-size: 1.5rem;
        }
        #entry .submit-area.flex{
            display: block;
            padding-top: 40px;
        }
        #entry .submit-area.flex form{
            margin-bottom: 20px;
        }

/*thanks*/
.thanks{
    padding: 30px 0 0px;
}

.thanks .headline-std{
    margin-bottom: 15px;
}

.thanks p>strong{
    line-height: 1.4em;
    font-size: 1.6rem;
}

.thanks-msg{
    font-size: 1.4rem;
    line-height: 1.6em;
    min-height: inherit;
}




/*****************************
新着一覧	
*****************************/

#new-list{
    display: block;
    padding-bottom: 15px;
}
#new-list>article{
    display: block;
    position: relative;
    border-bottom:1px solid #dcdcdc;
    padding: 8px 0;
}

#new-list>article>time{
    font-size: 1.4rem;
    color:#626262;
}

#new-list>article>p{
    width: 100%;
}

#new-list>article>p>a{
    font-size: 1.4rem;
}
#new-list>article>.icon-new {
    position: absolute;
    left: 80px;
    top: 8px;
    color: #ff0000;
    font-size: 1.4rem;
}


/***********************************************************************************************************************
* 横サイズ425px以下
***********************************************************************************************************************/
@media screen and (max-width: 425px){
/*****************************************************************************
 トップページ
******************************************************************************/

/*メインスライダー*/
.main-slider .swiper-slide {
    height: 400px;
}

.grid-clm-box2>.box .inner-text .frame {
    padding: 30px 15px 30px;
}


/*****************************************************************************
 セカンドページ
******************************************************************************/


/*****************************
ごあいさつ
*****************************/
/*viva*/
.main-visual .ly-center .center-title {
    font-size: 2rem;
}

.main-visual .ly-center p {
    font-size: 2.5rem;
    line-height: 1.2em;
}

.first-fade.active .ly-center {
    margin-top: 5%;
}

.greetings .picture-block2{
    display: block;
}

.greetings .picture-block2 .box {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5%;
}

.greetings .picture-block2 .box:nth-child(2) {
    margin-bottom: 0;
}


/*****************************
当社の事業 
*****************************/

.article-img-block1 {
    padding: 0;
}

.floor .intro .headline-a {
    font-size: 5vw;
    padding-top: 10px;
}


/*****************************
ワボウピープル
*****************************/
/*****************************
採用トップ　
*****************************/
/*****************************
新着一覧	
*****************************/

}




/***********************************************************************************************************************
* 横サイズ375px以下
***********************************************************************************************************************/
@media screen and (max-width: 375px){

footer .copyright {
    font-size: 3vw;
    padding-bottom: 50px;
}
/*****************************************************************************
 トップページ
******************************************************************************/
/*****************************************************************************
 セカンドページ
******************************************************************************/
/*****************************
採用トップ　
*****************************/
/*メッセージ*/
.message .headline-a {
    font-size: 1.7rem;
}

}