@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
/*--------------------------------------------
	 BASE
--------------------------------------------*/
/* ---- MOUSE OVER STYLE ---- */
.over {
	transition: 0.3s;
}

@media screen and (min-width : 768px ) {
.over:hover {
	opacity: 0.6;
}
}
.ios .over:hover, .ios .over:active, .ios .over:link, .ios .over:visited, .ios .over::focus {
 opacity:1;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
:root .cf::after { /* IE9 */
	content: ""\9;
	clear: both\9;
	display: block\9;
	height: 0\9;
}
.ggmap, .youtube {
	position: relative;
	padding-bottom: 58%;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap #ggmap object, .ggmap #ggmap embed, .youtube iframe, .youtube #ggmap object, .youtube #ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width : 768px ) {
.for_sp {
	display: none;
}
}

body, html {
	font-family: 'Noto Sans JP', sans-serif,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	font-weight: 200;
}
body {
	width: 100%;
	min-width: 1250px;
	height: auto;
	color: #111111;
	font-size: 16px;
	line-height: 1.9;
	background: #fff;
	box-sizing: border-box;
}
#wrapper {
    overflow: hidden;
    position: relative;
}

#contents {
    position: relative;
    padding: 0 0 100px;
}

a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	transition: 0.4s;
}

@media screen and (min-width : 768px ) {
a:hover {
	color: #000;
	text-decoration: none;
}
}
table {
	width: 100%;
}
/*--------------------------------------------
	GLOBAL CSS
--------------------------------------------*/
.nolink {
	pointer-events: none;
}

.en{
    font-family: 'Roboto', sans-serif;
}
@media screen and (min-width : 768px ) {
 /*----- フェードインしながら上へスライド -----*/
    .inviewfadeInUp {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
    }
    
    .fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    
}

/*--------------------------------------------
	HEADER
--------------------------------------------*/
header{
    position: relative;
}

header .inner{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.7);
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

header .inner .logoArea{
    width: 25%;
    text-align: left;
}

header .inner .logoArea h1{
    
}

@media screen and (min-width : 768px ) {
    header .inner .logoArea a:hover{
        opacity: 0.5;
    }
}

/*-----------------------------------------------------
	メインビジュアル
------------------------------------------------------*/


/*--------------------------------------------
	NAVI
--------------------------------------------*/
nav{
    width: 75%;
}

nav ul.menu{
    width: 780px;
    float: right;
    display: flex;
    justify-content: space-between;
}

nav ul.menu li{
    width: 16%;
    position: relative;
    text-align: center;
}

nav ul.menu li a{
    font-size: 16px;
    position: relative;
    text-align: center;
}

nav ul.menu li .inMenu{
    visibility: hidden;
    height: 0;
    opacity: 0;
}

nav ul.menu li:nth-child(2) .inMenu{
    transition-duration: 0.3s;
    text-align: center;
    position: absolute;
    top: 29px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    padding: 21px 0 0 0;
}

nav ul.menu li:nth-child(2) .inMenu li{
    width: 100%;
    background: rgba(255,255,255,0.7);
}

nav ul.menu li:nth-child(2) .inMenu li a{
    display: block;
    padding: 7px 0 14px 0px;
    position: relative;
}

@media screen and (min-width : 768px ) {
nav ul.menu > li > a:before,
nav ul.menu > li > a:after{
    display: block;
    position: absolute;
    width: 0;
    content: "";
    border-bottom: solid 3px #000;
    transition: 0.3s;
    bottom: -10px;
}
nav ul.menu li a:before{
	left:50%;
}
nav ul.menu li a:after{
	right:50%;
}
nav ul.menu li a:hover:before,
nav ul.menu li a:hover:after{
    width: 32%;
}
  
nav ul.menu li:nth-child(2) .inMenu li span:before,
nav ul.menu li:nth-child(2) .inMenu li span:after{
    display: block;
    position: absolute;
    width: 0;
    content: "";
    border-bottom: solid 3px #000;
    transition: 0.3s;
    bottom: 9px;
}
nav ul.menu li:nth-child(2) .inMenu li span:before{
	left:50%;
}
nav ul.menu li:nth-child(2) .inMenu li span:after{
	right:50%;
}
nav ul.menu li:nth-child(2) .inMenu li span:hover:before,
nav ul.menu li:nth-child(2) .inMenu li span:hover:after{
    width: 17%;
}
  
  
nav ul.menu li:nth-child(2):hover .inMenu{
    visibility: visible;
    opacity: 1;
    height: 100%;
    display: block;
}

    
nav ul.menu li:first-child.current a:before,
  nav ul.menu li:first-child.current a:after{
    width: 0;
  }
  
nav ul.menu li.current a:before,
nav ul.menu li.current a:after{
    width:32%;
}

#top nav ul.menu li.current a:before,
#top nav ul.menu li.current a:after{
    width:32%;
}
}



/*--------------------------------------------
	CV area
--------------------------------------------*/
#cvArea{
    padding: 100px 0 130px;
    color: #fff;
    background: url(../Image/common/bg_foot01.png) no-repeat left bottom ,
                url(../Image/common/bg_foot02.png) no-repeat right bottom #4e6fb2;
}

#cvArea .inner{
    width: 1100px;
    margin: auto;
    text-align: center;
}

#cvArea .inner h2.ttl01{
    margin-bottom: 50px;
}

#cvArea .inner h2.ttl01:before{
    content: "Contact";
    color: #5a78b6;
}

#cvArea .inner > p{
    margin-bottom: 25px;
}

#cvArea .inner .box{
    display: flex;
    justify-content: space-between;
}

#cvArea .inner .box .lBox{
    width: 540px;
}

#cvArea .inner .box .lBox a{
    background: #5D83CE;
    padding: 20px 0;
    display: block;
    border-radius: 5px;
    color: #fff;
    height: 100%;
    box-sizing: border-box;
}

#cvArea .inner .box .lBox .cvTtl02{
    font-size: 20px;
    border-bottom: 1px #fff solid;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
}

#cvArea .inner .box .rBox{
    background: #5D83CE;
    width: 540px;
    border-radius: 5px;
    padding: 20px 0;
}

#cvArea .inner .box .rBox .cvTtl02{
    font-size: 20px;
    border-bottom: 1px #fff solid;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
}
#cvArea .inner .box .lBox .cvTtl02:before{
    content: "";
    background: url(../Image/common/icon_arrow03.png) no-repeat;
    position: absolute;
    right: 122px;
    top: 15px;
    width: 7px;
    height: 11px;
    transition-duration: 0.3s;
}

#cvArea .inner .box .rBox .cvTel{
    font-size: 20px;
}

#cvArea .inner .box .rBox .cvTel span{
    font-size: 16px;
    margin-right: 6px;
}

#cvArea .inner .box .rBox .cvTel p{
    font-size: 16px;
}

@media screen and (min-width : 768px ) {
    #cvArea .inner .box .lBox a:hover{
         background: #325192;
    }
  #cvArea .inner .box .rBox .cvTel a{
    color: #fff;
    pointer-events: none;
  }

}

/*--------------------------------------------
	採用CV area
--------------------------------------------*/

#recruitCvArea{
    padding: 100px 0 130px;
    color: #fff;
    background: url(../Image/common/bg_foot01.png) no-repeat left bottom ,
                url(../Image/common/bg_foot02.png) no-repeat right bottom #4e6fb2;
}

#recruitCvArea .inner{
    width: 1000px;
    margin: auto;
    text-align: center;
}

#recruitCvArea .inner h2.ttl01{
    margin-bottom: 50px;
}

#recruitCvArea .inner h2.ttl01:before{
    content: "ENTRY";
    color: #5a78b6;
}

#recruitCvArea .inner > p{
    margin-bottom: 25px;
}

#recruitCvArea .inner .box{
    display: flex;
    justify-content: space-between;
}

#recruitCvArea .inner .box .lBox{
    width: 470px;
}

#recruitCvArea .inner .box .lBox a{
    background: #fff;
    padding: 35px 0 35px;
    display: block;
    border: 3px solid #fff;
    color: #4E6FB2;
    border-radius: 5px;
}

#recruitCvArea .inner .box .lBox .cvTtl02{
    font-size: 20px;
    position: relative;
    line-height: 1;
}

#recruitCvArea .inner .box .rBox{
    width: 470px;
}

#recruitCvArea .inner .box .rBox a{
    background: #f8b500;
    padding: 35px 0 35px;
    display: block;
    border: 3px solid #F8B500;
    border-radius: 5px;
    color: #fff;
}

#recruitCvArea .inner .box .rBox img{
    width: 240px;
}

#recruitCvArea .inner .box .rBox a img{
    transition-duration: 0.3s;
}

#recruitCvArea .inner .box .rBox .cvTtl02{
    font-size: 20px;
    position: relative;
    line-height: 1;
}
#recruitCvArea .inner .box .lBox .cvTtl02:before{
    content: "";
    background: url(../Image/common/icon_arrow04.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 5px;
    width: 7px;
    height: 18px;
    transition-duration: 0.3s;
}
#recruitCvArea .inner .box .rBox .cvTtl02:before{
    content: "";
    background: url(../Image/common/icon_arrow01.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 5px;
    width: 7px;
    height: 18px;
    transition-duration: 0.3s;
}

#recruitCvArea .inner .box .rBox .cvTel{
    font-size: 20px;
}

#recruitCvArea .inner .box .rBox .cvTel span{
    font-size: 16px;
    margin-right: 6px;
}

#recruitCvArea .inner .box .rBox .cvTel p{
    font-size: 16px;
}

@media screen and (min-width : 768px ) {
    #recruitCvArea .inner .box .lBox a:hover{
         background: #4E6FB2;
        color: #fff;
    }
    #recruitCvArea .inner .box .lBox a:hover .cvTtl02:before{
        background: url(../Image/common/icon_arrow01.png) no-repeat;
    }
  
    #recruitCvArea .inner .box .rBox a:hover{
         background: #4E6FB2;
        color: #F8B500;
    }
    #recruitCvArea .inner .box .rBox a:hover .cvTtl02:before{
        background: url(../Image/common/icon_arrow03.png) no-repeat;
    }
    
    #recruitCvArea .inner .box .rBox a:hover img{
        opacity: 0.7;
    }
}


/*--------------------------------------------
	FOOTER
--------------------------------------------*/

footer{
    background: #e8edf7;
    padding: 60px 0;
}

footer .inner{
    width: 1100px;
    display: flex;
    margin: 0px auto 16px;
    justify-content: space-between;
}

footer .inner .rBox ul.fLink{
    display: flex;
    text-align: left;
    flex-wrap: wrap;
    width: 500px;
    font-size: 14px;
}

footer .inner .rBox ul.fLink > li{
    width: 29%;
    font-weight: bold;
    margin-bottom: 10px;
}

footer .inner .rBox ul.fLink li a{
    position: relative;
}
@media screen and (min-width : 768px ) {
footer .inner .rBox ul.fLink li a:before,
footer .inner .rBox ul.fLink li a:after{
    display: block;
    position: absolute;
    width: 0;
    content: "";
    border-bottom: solid 2px #000;
    transition: 0.3s;
bottom: 1px;
}
    
footer .inner .rBox ul.fLink li ul.inLink li a:before,
footer .inner .rBox ul.fLink li ul.inLink li a:after{
    bottom: -4px;
}
    
footer .inner .rBox ul.fLink li a:before{
	left:50%;
}
footer .inner .rBox ul.fLink li a:after{
	right:50%;
}
footer .inner .rBox ul.fLink li a:hover:before,
footer .inner .rBox ul.fLink li a:hover:after{
    width: 50%;
}
}

footer .inner .rBox ul.fLink li ul.inLink{
    margin-top: 3px;
}

footer .inner .rBox ul.fLink li ul.inLink li{
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 3px;
}

footer .inner .rBox ul.fLink li ul.inLink li a{
    position: relative;
}

footer .inner02 {
    width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

footer .inner02 .lBox{
    font-size: 14px;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
}

footer .inner02 .copy{
    font-size: 12px;
    font-weight: normal;
}

footer .inner02 .rBox{
    width: 500px;
}

footer .inner02 .rBox ul.inLink{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
}

footer .inner02 .rBox ul.inLink li a{
    position: relative;
}

@media screen and (min-width : 768px ) {
footer .inner02 .rBox ul.inLink li a:before,
footer .inner02 .rBox ul.inLink li a:after{
    display: block;
    position: absolute;
    width: 0;
    content: "";
    border-bottom: solid 2px #000;
    transition: 0.3s;
    bottom: 0px;
}
    
footer .inner02 .rBox ul.inLink li a:before{
	left:50%;
}
footer .inner02 .rBox ul.inLink li a:after{
	right:50%;
}
footer .inner02 .rBox ul.inLink li a:hover:before,
footer .inner02 .rBox ul.inLink li a:hover:after{
    width: 50%;
}
}

.totop {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #275ecc;
    right: 5%;
    bottom: 5%;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    transition: .4s ease;
    transform: scale(0);
    z-index: 200;
}
.totop.visible{
  transform:scale(1);
}
.totop i {
  font-size: 30px;
  line-height: 60px;
  animation: bounce 3.6s ease infinite;
}

.totop:hover {
	background: #D2DEF7;
}
.totop:before {
    content: "";
    background: url(../Image/common/icon_arrow04.png) no-repeat center center;
    width: 100%;
    height: 100%;
    display: block;
    transform: rotate(-90deg);
}

.consent{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    background: rgba(50, 81, 146, .9);
    z-index:1000;
    min-width: 1250px;
}
.consent .inner{
    width:1100px;
    margin:0 auto;
    padding: 20px 0;
    display:flex;
    justify-content: space-between;
    align-items:stretch;
}
.consent p{
    color:#fff;
    font-size:14px;
}
.consent p a{
    color:#fff;
    text-decoration:underline;
}
.consent .btn{
    position:relative;
    width:150px;
    background:#5d83ce;
    display:flex;
    justify-content:center;
    align-items:stretch;
    flex-direction:column;
    text-align:center;
    color:#fff;
    line-height:1;
    border-radius:5px;
    cursor:pointer;
}