@charset "utf-8";
/* CSS Document */
header {
        position: fixed;
    background: #fff;
    width: 100%;
    z-index: 100
}
header.oopen nav {
	margin-right: -16px;
}
header.oopen nav ul.righttopmenu {
	display: flex;
	align-items: center;
}
header.oopen nav ul.righttopmenu li:first-child {
    padding: 0px 0 10px;
}
header.oopen {
    position: absolute;
    top: 0;
	width: 100%;
}
header.oopen nav ul li a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 21px;
    padding: 20px 0 ;
}
header.oopen nav ul.righttopmenu li a img {
	display: none;
}
#nav_toggle{
	display: none;
}
		header.oopen nav ul.righttopmenu li a:before {
		    width: 42px;
    height: 42px;
		content: "";
		display: inline-block;
	}
header.oopen nav ul.righttopmenu li:first-child a:before {
	width: 0;
	height: 0;
}
	


header.oopen ul.sp li:first-child {
	padding-top: 50px;
}
	nav{
		display: none;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(1,32,96,0.9);
    left: 0;
    z-index: 99999;
    padding: 60px 0 20px;
            height: 100vh;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	header nav ul li{
		    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 13px 0;
	}
header nav ul li:first-child a {
	width:100%;
	text-align:center;
}
header nav ul li:first-child img {
	width:35%;
}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
        color: #FFF;
	}
	/*開閉ボタン*/
	#nav_toggle{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 16px;
    right: 2%;
    float: right;
    z-index: 999999;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 4px;
		background: #012060;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
    top: 24px;
	}

	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2),.open #nav_toggle span:nth-child(3) {
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
.open #nav_toggle span:nth-child(1),
.open #nav_toggle span:nth-child(2),
.open #nav_toggle span:nth-child(3){
    background: #fff;
    top: 10px;
    width: 40px;
    right: 2%;
}
    body {
    font-family: 'Open Sans','Noto Sans JP', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
    line-height: 1.4rem;
    }
    ul,li {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    a {
        text-decoration: none;
        color: #000;
    }
    a:hover img {
        opacity: 0.8
    }
    .wrap {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .logo {
          margin: 0 auto 0 2%;
    width: 40%;
    }
img {
    max-width: 100%;
}


    nav ul li a {
        font-family: 'Noto Sans JP', sans-serif
    }
    nav ul li a:hover {
        font-weight: bold;
        font-size: 0.9rem;
        position: relative;
    }
    nav ul li a:hover:before,
    nav ul li a:hover:after{
width: 100%;
    position: absolute;
    content: "";
    height: 4px;
    }
    nav ul li a:hover:before {
        background: #012060;
        bottom:-10px;
    }
    nav ul li a:hover:after{
        background: #c00000;
        bottom: -16px;
        left: -10px;
    }
        
    nav ul li:last-child a {
    padding: 20px 42px;
    background: #FFF;
    color: #012060;
    display: block;
    margin-right: -3px;
    font-weight: bold;
    }
    nav ul li:last-child a:hover {
        font-size: 0.8rem;
        font-weight: normal;
        opacity: 0.7;
    }
    nav ul li:last-child  a:hover:before,
    nav ul li:last-child  a:hover:after{
        height: 0;
        width: 0;
    }
    #fv {
    background: url(/img/top/fvsp.jpg) center top no-repeat;
    text-align: center;
    padding: 70px 0 0;
    width: 100%;
    margin: 0px auto 25px;
    background-size: 140%;
    background-position-y: 70px;
    }

    #fv img {
        width: 23%;
            padding: 20px 0 0;
}

    .news {
    margin: 60px auto 0;
    width: 77%;
    text-align: left;
    height: 180px;
    overflow-y: scroll;
}
    .news li a {
    display: block;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #c3c3c3;
    padding: 6px 0 6px;
    width: 100%;
    }

    .news p { 
    margin: 0 auto 10px;
}
    .news p.date {
    font-weight: bold;
    letter-spacing: 0.01rem;
        margin: 10px auto 0;
    font-family: 'Open Sans';
    font-size: 0.9rem;
    }

        	.news::-webkit-scrollbar{
   width: 10px;
}
.news::-webkit-scrollbar-track{
   background-color: #e4e4e4;
}
.news::-webkit-scrollbar-thumb{
   background-color: #012060;
}

    .left,.right {
    }
    .left {
        padding-top: 10px;
    }
.topttlimg {
}
        #topabout {
    position: relative;
    padding-bottom: 40px;
    }
    .topaboutunderimg {
    }
    .ttltext {
        font-style: italic;
    font-size: 1.1rem;
       margin: 30px auto 15px;
    width: 95%;
    line-height: 1.7rem;
        font-weight: bold;
        
    font-family: 'Noto Sans JP', sans-serif;
    }
    .ntext {
    width: 95%;
    margin: 20px auto;
    line-height: 1.8rem;
    font-size: 0.85rem;
    }
    .more {
        margin: 25px auto;
    display: block;
    text-align: center;
    }
    #topbusiness {
    position: relative;
            margin: 0 auto 60px;
    }
    #topbusiness .right ul {
        margin:0 auto;
        text-align: center;
        width: 95%;
    }
    #topbusiness .right ul li{
        margin-bottom: 40px;
}

    #topbusiness .right ul li a img{
     /*   width: 100%;*/
}

    #topbusiness .right li:last-child {
    }
    #toprecruit {
            margin: 0 auto 110px;
    }
    #toprecruit .right {
            width: 95%;
        margin: 0 auto;
            position: relative;
    }

    #toprecruit .left .ntext {
         width: 95%;
    margin: 0 auto;
    letter-spacing: -0.01rem;
    }
    .recbg {
display: none;
    }
                    .siderwrap {
    margin: 40px auto;
    width: 95%;
                }
                .slider {
                    position: relative;
                                }

                .prev-arrow,.next-arrow {
                        position: absolute;
        bottom: -65px;
    width: 20%;
                }
                .prev-arrow {
        left: 20%;
                }
                .next-arrow {
                    right: 20%;
                }
.slick-slide img {
        width: 95%;
}
.recdate {
    margin: 10px auto 0
}
.rectext {
    margin: 0 auto 10px;
}
.slick-slide img.recmore {
    width: 60%;
}
    #topcompany {
    }
    
    #topcompany .right {
        margin: 10px auto 0;
    }
    #topcompany ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    width: 95%;
    }
    #topcompany ul li:nth-child(odd) {
           width: 30%;
    font-size: 0.9rem;
    font-weight: bold;
    }
    #topcompany ul li:nth-child(even) {
        width: 70%;
    }
    #topcompany li {
                border-bottom: 1px dashed #c3c3c3;
    padding: 16px 0 19px;
    }
    .map {
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
    }
    .map a{
    width: 95%;
    margin: 0 auto;
    display: block;
    }
                    .mapwrap {
                        width: 100%;
    margin: 0 auto 10px;
    height: 260px;
    margin-bottom: 10px;
    text-align: left;
    position: relative;
       overflow: hidden
                    }
                    .mapwrap iframe {
                        border: 0;
    position: relative;
    top: -160px;
    left: -100px;
                    }
    #topcontact,
#contact{
       margin: 40px auto ;
    flex-wrap: wrap;
    }
#topcontact .right,
#contact .right{
    margin: 20px auto 0;
}

    #topcontact .ttltext,
#contact .ttltext{
            letter-spacing: -0.01rem;
}
    #topcontact .ntext,
#contact .ntext{
        width: 95%;
        margin: 0 auto;
            letter-spacing: -0.01rem;
    }

    #topcontact a,
#contact a{
    text-align: center;
    width: 60%;
    margin: 40px auto 0;
    padding: 25px 7px;
    background: #012060;
    display: block;
    font-size: 0.9rem;
    color: #FFF;
    }
    footer {
    background: #f2f2f2;
    margin: 60px auto 0;
    padding: 0 0 15px;
    }
    footer .wrap {
    position: relative;
        flex-wrap: wrap;
    }
    .footnav {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
}
    
    footer .wrap ul {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between
    }
footer .wrap li:nth-child(odd) {
    width: 60%;
}
footer .wrap li:nth-child(even) {
    width: 40%;
}
    footer .wrap li a {
            padding: 10px 0 10px 15px;
    text-align: left;
    display: block;
    position: relative;
        font-family: 'Noto Sans JP', sans-serif
    }
    
    footer .wrap li a:before {
        content: "";
        background: url("/img/common/footmenu.png") no-repeat left;
        width: 9px;
        height: 10px;
        position: absolute;
        left: 0;
            top: 17px;
    }
        
    .footlogo {
    margin: 0 auto;
    padding: 40px 0 10px;
    width: 50%;
    }
    .copy {
        width: 100%;
    text-align: center;
    font-size: 0.7rem;
    margin: 10px auto 0;
    }
    

    .topjump {
    position: absolute;
    top: 0;
    right: 2%;
    }



/****************privacy***********/
 #underfv {
    position: relative;
    padding:100px 0 50px;
    margin: 0;
    text-align: center;
    }
#underfv.listfv {
    text-align: left
}
    #underfv .wrap img {
          width: 70%;
    }


#underfv .wrap img {
    background: #FFF;
    padding: 0 0 10px;
    width: 55%;
    margin: 70px auto 0 2.5%;
    display: block;
}

.fvimg {
    display: inline-block;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: -1;
    width: 85%;
}
#underfv.newsfvsp .wrap img{
margin: -10px auto -20px;
    padding: 0 0 0 30px;
}
#underfv.recruitfvsp .wrap img{
margin: -10px auto -20px;
    padding: 0
}
.newsfvsp .fvimg,
.recruitfvsp  .fvimg{
    display: none;
}

.listttlimg {
padding: 135px 0 0;
}
    .bread {
          width: 95%;
    margin: 0 auto 40px;
    }
    .breadunderline {
        position: relative;
    }
    .breadunderline:before,
    .breadunderline:after{
    content: "";
    width: 65%;
    height: 4px;
    position: absolute;
    }
    .breadunderline:before {
            background: #012060;
    left: 10px;
    bottom: -12px;
    }
    .breadunderline:after {
        background: #c00000;
            left: 0;
    bottom: -18px;
    }
    #pp {
    width: 95%;
    margin: 0 auto;
    }
    
    #pp .ntext {
        width: 100%;
    }
    .ppttl {
    margin: 35px auto -9px;
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: italic;
    padding-left: 22px;
    letter-spacing: -0.08rem;
    color: #012060;
    }
    .ppttl:before {
    content: "";
    width: 4px;
    height: 1.7rem;
    background: #012060;
    position: absolute;
    left: 2px;
    top: 0;
    }
    #pp ul {
        margin: 20px auto 
    }
    
    #pp li {
        position: relative;
            padding-left: 16px;
    padding-bottom: 5px;
    }
    #pp li:before {
        content: "・";
        position: absolute;
        left: 2px;
    }
    .homebtn {
    text-align: center;
    margin: 30px auto;
    width: 70%;
    }

/*************************recruit*********************/

 #recruitlistwrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto ;
    width: 95%;
        }
        .reclist {
              margin: 0 0 30px;
    width: 49%;
        }
        .reclist p.date {
                   font-size: 0.85rem;
    margin: 5px auto 0;
        }
        .reclist p {
        margin: 4px auto 6px;
        }
        .pager {
                width: 65%;
    margin: 0 auto;
        }
        .pager ul {
            display: flex;
            justify-content: space-between;
        }
        .pager li {
    border: 3px solid #012060;
    font-size: 1.1rem;
        }
        .pager li a {       
               padding: 4px 0.65rem;
            display: block;
        }
        .pager li.now {
                border: none;
    position: relative;
    padding: 7px 0.65rem;
        }
        .pager li.now:before,
        .pager li.now:after{
               width: 70%;
    content: "";
    position: absolute;
    height: 4px;
        }
        .pager li.now:before {
            background:#012060;
                left: 10px;
    bottom: 1px;
        }
        .pager li.now:after{
            background: #c00000;
            left: 0;
            bottom: -4px;
        }
        .underotherlink {
            margin: 100px auto 0 ;
            width: 100%
        }
        .underotherlink ul {
        }
        .underotherlink img {
            width: 100%;
                vertical-align: bottom;
        }
        .underotherlink a {
        display: block;
        }
.resmore {
    width: 70%;
}


/**************************recruit detail**********************/
    #recruitdetailwrap {
          margin: 40px auto -100px;
    padding: 45px 0 75px;
        background: #e7e7e7
    }
    
    #recruitdetailwrap .wrap {
        width: 95%;
        margin: 0 auto;
            display: flex;
    flex-direction: column-reverse;
    }
    #recruitdetailwrap .date {
           font-size: 0.9rem;
    margin: 15px auto 8px;
    }
    #recruitdetailwrap .recdetttl {
    margin: 0 auto 20px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: -0.01rem;
    }
    #recruitdetailwrap .recdetntext {
        line-height: 1.8rem;
    margin: 0 auto;
    }
    
    #recruitdetailwrap .wrap .left ul {
    align-items: flex-start;
    margin: 30px auto 0;
    }
    #recruitdetailwrap .wrap .left li:nth-child(odd) {
            width: 100%;
    background: #012060;
    color: #FFF;
    padding: 6px 0;
    text-align: center;
    }
    #recruitdetailwrap .wrap .left li:nth-child(even) {
            width: 100%;
    margin: 10px auto 20px;
    }
    #recruitdetailwrap .wrap .left .big {
        margin: 6px auto 7px;
    font-size: 1.2rem;
    font-weight: bold;
    }
    #recruitdetailwrap .wrap .left ul p.recdetntext {
        font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto ;
    font-size: 0.88rem;
    }
    .recdetimg {
            position: relative;
    margin: 30px auto 11%;
    z-index: 3;
    }
    
    .recdetimg img {
              position: relative;
    z-index: 3;
    width: 90%;
    }
    
    .recdetimg:before,
    .recdetimg:after{
        content: "";
        width: 85%;
        height: 100%;
        position: absolute;
        mix-blend-mode: multiply;
        display: inline-block;
        z-index: 2
    }
    .recdetimg:before {
        background: #012060;
               bottom: -5%;
    right: 5%;
    }
    
    .recdetimg:after{
        background: #c00000;
        bottom: -10%;
        right: 0;
    }
    .recprenext {
            width: 60%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    }
    .recprenext img {
        width: 80%;
}

/****************news******************/
                #newslist  {
                    width: 95%;
    margin: 0 auto 70px
                }
                #newslist div {
                    padding: 20px 0;
    border-bottom: 1px dashed #c3c3c3;
                }
                #newslist div a {
                       display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
                }
                #newslist div .date {
                       width: 100%;
    margin: 0 auto;
                }
                #newslist div .ntext {
                    margin: 0 auto;
                }
                #newslist div img {
                       width: 33%;
    margin: 5px 0 0px auto;
                }
                #newslist div .newsttl {
                   display: block;
    font-weight: bold;
                }

 #newsdetial {
    background: #e7e7e7;
    padding: 40px 0 60px;
    margin: 0 auto 40px;
                }
                .newsdetwrap  {
 width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto ;
    flex-direction: column-reverse;
                }
                #newsdetial .date {
                    font-size: 0.95rem;
    margin: 15px auto 8px
                }
                #newsdetial .newsttl {
                    margin: 0 auto 10px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: -0.01rem;
                }
                .newsdetwrap.left {
    padding-top: 10px;
    width: 51%;
}
               
                .newsdetwrap .right { 
                    width: 100%;
                        padding-top: 27px;
                }
                .newsdetwrap .ntext {
                    width: 100%;
                }
                
                
                .underrecruit .recbg {
                    display: none;
                }
                .underrecruit .siderwrap {
                    clip-path:none
                }
                .underrecruit #toprecruit {
                margin: 60px auto
                }
                
/*****************************company***********************/
                #companycont {
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column-reverse;
                }
                #companycont ul,
                #related ul{
                    width: 95%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto;
                }
#related ul {
    margin: 40px auto 0
}
                
                #companycont li,
                #related li{
                    border-bottom: 1px dashed #c3c3c3;
                        padding: 18px 0;
                }
                #companycont li:nth-child(odd),
                #related li:nth-child(odd){
                    width: 30%;
                        font-weight: bold;
                }
                #companycont li:nth-child(even),
                #related li:nth-child(even){
                    width: 70%;
                }
                

                .companycontbg {
                    display: none;
                }
                #related {
                     display: flex;
    justify-content: space-between;
    margin: 40px auto;
    flex-direction: column;
                    }
#related .right {
    margin: 30px 0 0;
}
#related .right .topttlimg {
        width: 70%;
    margin: 0 15%;
}
.topttlimgsp {
    width: 80%;
    margin: 0 10%;
}

/*****************************about**************************/

    
    
    #aboutaccess  .ttltext{
        margin: 0 auto 20px;
    }
    #aboutaccess  .ttltext span{
    font-family: 'Noto Sans JP', sans-serif;
    display: table;
    position: relative;
    }
    #aboutaccess .wrap {
         display: flex;
    flex-direction: column-reverse;
        width: 95%;
        margin: 0 auto;
    }
#aboutaccess .right {
    margin: 0 auto 30px;
}

    #philo  {
        margin: 40px auto 0;
}

#philo .left .ttltext {
    margin: 25px auto 25px;
    font-family: 'Noto Sans JP', sans-serif;
}

    #concept {
        margin: 0 auto 0;
    }
    

    #concept .right {
            width: 100%;
    }
    #concept .right .ttltext {
        margin: 20px auto 40px
    }
#concept p {
    width: 95%;
    margin: 0 auto;
}
    #guideline {
            margin: 40px auto -110px;
            }

    
    #guideline .left .ntext  {
        width: 100%
    }
    #guideline ul {
       width: 95%;
    margin: 0 auto;
    }

    #guideline li li {
         position: relative;
    padding-left: 0;
    line-height: 1.6rem;
    font-size: 0.80rem;
}
   #guideline li li:before {
       content: "･";
       position: absolute;
       left: -10px;
}
    #guideline .right {
          padding: 40px 0 60px;
    }

/*********************************business*************/
.pc {
    display: none;
}
        #businesshead {
display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
        }
        #businesshead .ttltext {
            font-family: 'Noto Sans JP', sans-serif;
                 margin:20px auto 
        }
        #businesshead .ntext {
            width: 95%;
        }
        #businesshead .right {
            width: 95%;
        margin: 0 auto;
        }
#traffic {
    margin: 40px auto 0;
        }
        #traffic .left{
        width: 100%;
        }
        #traffic .left .ntext{
            margin: 20px auto 0 ;
            width: 95%;
        }        
.trattl  {
    margin-bottom: 20px;
}
        

        #crowd .right {
            width: 100%;
        }
        #crowd .right .ntext {
            width: 95%;
            margin: 0 auto;
        }
        #parking {
            margin: 50px auto -50px;
        }
        #parking .left .ntext{
            margin: 15px auto;
            width: 95%;
        }


/*************************contact*****************/
                .contheadtext{
    margin: 30px auto 0;
    width: 95%;
                }
                .contheadtext .ntext {
    margin: 24px auto;
                }
                .formTable {
                          width: 95%;
    margin: 40px auto;
                }
                .formTable th {
                    text-align: left;
                    font-weight: normal;
                    position: relative;
                }
                .formTable th.hi:before {
                 content: "必須";
    background: #012060;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 7px;
    top: 4px;
    line-height: 1rem;
    font-size: 80%;
                }
                input[type=text] {
                  width: 95%;
    padding: 6px;
    height: 30px;
    background: #e7e7e7;
    border: none;
                }
                .formTable th,
                .formTable td {
                   text-align: left;
    padding: 5px 0px;
    vertical-align: middle;
    display: block;
                }
                
                input[type=text].w50 {
                    width: 50%;
                }
                textarea {
                    width: 95%;
    background: #e7e7e7;
    height: 90px;
    border: none;
    padding: 6px;
                }
                .submitbtn {
                    text-align: center;
                }
                input[type=submit] {
                       width: 70%;
    color: #FFF;
    border: none;
    background: #012060;
    padding: 25px 0;
                }
                #formWrap {
                    margin: 0 auto 80px;
                }