@@charset "UTF-8";

/* Base */
html { font-family: "Ropa Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;  font-size: 16px; line-height: 1.5; }
body { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: "MS Pゴシック";}
h1, h2, h3, p, ul { margin: 0; }
ul { padding-left: 0; }
ul li { list-style-type: none; }
a { color: inherit; text-decoration: none; }
img { vertical-align: middle; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.recruit-movie{
  width: 100%;
  margin: 0 auto;
  height: 210px;
  padding-bottom:120px;
}
.recruit-movie iframe{
  width: 100%;
  height: 210px;
}

/* 共通エリア開始 */
header{
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W6";
}
.yellow{
  width: 100%;
  height: 5px;
  background-color: #ff0;
  margin-top: -10px;
}
.fa-envelope-open-text{
  margin-right: 20px;
}
.fa-mobile-alt{
  margin-right: 20px;
}
.ceparate:after {
  content:"";
  display: block;
  clear:both;
}
.header-logo2{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.header-logo2 img{
  width: 20%;
  margin-left: 40%;
  margin-right: 40%;
}
.header-logo2 h2{
  font-size: 23px;
}
.fa-file-alt{
  color: #4b71af;
}
.fa-envelope-open-text{
  color: #fff;
}
#menu2 {
  display: none;
}
.left-border{
  border-left: solid 1px;
}
.menu-2top img{
  width: 100%;
}
.w50-left{
  width: 100%;
  margin-top: 40px;
}
.w50-right{
  width: 100%;
  margin-top: 40px;
}
.top-menu-rela{
  position: relative;
}
.top-menu-ab{
  position: absolute;
  top: 20%;
  width: 100%;
  background-color: rgba(255,255,255,0.6);
}
.top-menu-ab:hover{
  background-color: rgba(255,255,0,0.3);
  transition: 0.6s;
}
.smart-toppicture{
  min-width: 160px;
  width: 100%;
  height: 450px;
  margin-top: 10px;
}
.smart-toppicture img{
  display: none;
    position: absolute;
    width: 100%;
    height: 450px;
    left: 200px;
    margin-left: -200px;
    z-index: 1;
}
.top-effect-img img{
  display: none;
    position: absolute;
    width: 100%;
    left: 200px;
    margin-left: -200px;
}
.top-effect-img{
  position: absolute;
  width: 80%;
  min-width: 130px;
  top:150px;
  left:1%;
  list-style: none;
  text-align: center;
  opacity: 0;
  z-index: 10000;    
  background-color: #000;
  display: none;
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
.toggle {
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 13px;
    display: block;
    width: 45px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    background: #000;
    color: #ff0;
}
.toggle span {
    display: block;
    position: absolute; /* .toggleに対して */
    width: 70%;
    border-bottom: solid 3px #ff0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 7px;
}
.toggle span:nth-child(1) {
    top: 3px;
}
.toggle span:nth-child(2) {
    top: 13px;
}
.toggle span:nth-child(3) {
    top: 23px;
}
.toggle span:nth-child(4) {
    border: none;
    top: 28px;
    left: 5px;
    font-size: 12px;
    font-weight: bold;
}
/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
    top: 15px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* .global_nav */
.global_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 2;
    padding-top: 50px;
    text-align: center;
    color: #ff0;
    background: #000;
    transition: all 0.8s;
}
.global_nav.sticky {
    position: fixed;
    bottom: 10px;
}
.global_nav .nav_li {
    width: 100%;
    padding: 10px;
    list-style-type: none;
}
.global_nav .nav_li a {
    display: block;
    color: #ff0;
}
/* .global_navに.activeが追加 */
.global_nav.active {
    transform: translateY(0%);
}
/* .super */
.super {
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    transform: translateY(900%);
    z-index: 2;
    text-align: left;
    color: #ff0;
    background: rgba(255,255,0,0.7);
    transition: all 0.8s;
}
.super.sticky {
    position: fixed;
    bottom: 10px;
}
.super .nav_li2 {
    width: 100%;
    padding: 10px;
    list-style-type: none;
}
.super .nav_li2 a {
    display: block;
    color: #000;
}
/* .global_navに.activeが追加 */
.super.active {
    transform: translateY(0%);
}
/* 共通エリア終了 */
.top{
  display: none;
}
.top img{
  display: none;
  position: absolute;
  width: 100%;
  left: 800px;
  margin-left: -800px;
}
.title{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "font-family: 'Oswald', sans-serif;";
  color: #000;
}
.title p{
  font-size:15px; 
}
.title h2{
  font-size: 25px;
}
.title-white{
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "font-family: 'Oswald', sans-serif;";
  color: #fff;
}
.title-white h2{
  font-size: 25px;
}
.title-white p{
  font-size:15px; 
}
.title-yel{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "font-family: 'Oswald', sans-serif;";
  color: #000;
  text-shadow: 2px 2px 2px #ff0;
}
.title-yel h2{
  font-size: 25px;
  text-shadow: 2px 2px 2px #ff0;
}
.contents{
  font-family: "ヒラギノ角ゴ Pro W6";
  width: 95%;
  margin: 0 auto; 
}
.aboutus{
	margin-bottom: 90px;
}
.aboutus h3{
  text-shadow: 2px 2px 2px #ff0;
  font-size: 23px;
  margin-bottom: 15px;
}
.aboutus-center{
  margin-bottom: 40px;
  text-align: center;
}
.buttons{
	text-align: center;
}
.buttons li{
  display: inline-block;
  margin-top: 20px;
  background-color: #000;
  color: #ff0;
  text-align: center;
  padding: 10px;
  width: 80%;
  border:solid 1px #ff0;
}
.buttons li:hover{
  color: #000;
  background-color: #ff0;
  transition: 0.6s;
}
.button2{
  text-align: center;
  padding: 10px;
  background-color: #EB6CA2;
  color: #fff;
  width: 80%;
  margin: 30px auto 0;
  border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
.button2:hover{
  color: #EB6CA2;
  background-color: #fff;
  transition: 0.6s;
}
.button3{
  background-color: #000;
  color: #ff0;
  text-align: center;
  padding: 10px;
  width: 80%;
  margin-left: 10%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.button3:hover{
  color: #000;
  background-color: #ff0;
  transition: 0.6s;
}
.underleft{
  opacity : 0;
  transform: translateX(90px);
  transition: all 2s;
}
.underup {
  opacity : 0;
  transform: translateY(90px);
  transition: all 1s;
}
.aboutus-side{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.aboutus-side img{
  width: 200px;
}
.picture-small{
	text-align: center;
}
.picture-small img{
	width: 100px;
	margin-bottom: -100px;
}
.serviceus img{
  width: 100%;
  margin-bottom: 20px;
}
.serviceus h2{
  text-shadow: 2px 2px 2px #ff0;
  margin-bottom: 10px;
}
.serviceus-main{
  margin-bottom: 50px;
}
.recruit-info{
  background-image: url(../material/back.jpg);
  background-size: 100% 100%;
  margin-bottom: 40px;
  margin-top: 50px;
  padding-bottom: 40px;
  color: #fff;
}
.back-color{
  padding-top: 40px;
  padding-bottom: 40px;
}
.recruit-merit{
  width: 90%;
  margin: 0 auto 60px;
}
.recruit-merit-img img{
  width: 80%;
  margin-left: 10%;
}
.recruit-merit-text h2{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  text-shadow: 2px 2px 2px #ff0;
}
.recruit-merit-text img{
  width: 100%;
}


.recruit-merit2{
  width: 90%;
  margin: 0 auto 60px;
}
.recruit-merit-img2 img{
  width: 80%;
  margin-left: 10%;
}
.recruit-merit-text2 h2{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  text-shadow: 2px 2px 2px #ff0;
}
.recruit-merit-text2 img{
  width: 100%;
}
.recruit-prof table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
}
.recruit-prof th{
  width: 130px;
  background-color: #000;
  border: solid 1px #fff;
  text-align: center;
  color: #ff0;
}
.recruit-prof td{
  border: solid 1px #fff;
  padding-left: 30px;
  padding-right: 20px;
}
.recruit-prof tr{
  height: 70px;
}
.recruit-button{
	margin-bottom: 50px;
}
.recruiting-flow img{
  width: 100%;
}
.selection-recruit{
 width: 80%;
 margin: 0 auto;
}
.selection-recruit li{
	margin-top: 20px;
	margin-bottom: 10px;
}
.selection-recruit img{
	width: 100%;
}
.busho-intro img{
	width: 70%;
	margin-left: 15%;
	margin-bottom: 40px;
}
.da1group{
  margin-bottom: 60px;
}
.da1group img{
  width: 100%;
}
.group-link{
  margin-top: 30px;
}
.group-link li{
  margin-bottom: 40px;
}
.strongpoint{
  text-shadow: 2px 2px 2px #ff0;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 19px;
}
.picture-cover{
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  padding-bottom: 5px;
}
.top-contact{
  padding-top: 1px;
  padding-bottom: 30px;
  width: 80%;
  margin: 0 auto 50px;
  border-radius: 10px;    /* CSS3草案 */
  -webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  background-color: rgba(139,198,231,0.3);
}
.top-contact-message{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.under-menu{
	display: none;
}
footer{
  background-color: #ededed;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
  font-family: "ヒラギノ角ゴ Pro W6";
}
.footer-in{
	width: 95%;
	margin: 0 auto;
}
.footer-left{
	width: 100%;
	text-align: center;
}
.footer-left img{
	width: 50%;
}
.text-big{
  font-size: 30px;
}
.text-small{
  font-size: 0.8em;
}
.footer-right{
	display: none;
}





.space20{
  margin-left: 20px;
}
.lispace{
  margin-left: 10%;
  margin-right: 10%;
}
.recruit-greeding{
  text-align: center;
  width: 95%;
  margin:0 auto 80px;
}
.recruit-greeding h3{
  color: #000;
  text-shadow: 2px 2px 2px #ff0;
}
.recruit-greeding p{
  margin-top: 30px;
}
.recruit{
  background-image: url(../material/back1.png);
  background-size: 100% 100%;
  padding-top: 50px;
  padding-bottom: 40px;
}
.recruit-message{
  margin-left: 50px;
  width: 90%;
  margin: 0 auto;
  line-height: 35px;
}
.recruit-message span{
  font-size: 26px;
}
.recruit-photo{
  width: 60%;
  margin: 0 auto;
  padding-top: 50px;
}
.recruit-photo img{
  width: 100%;
}
.recruit-link{
  background-color: #4b71af;
  text-align: center;
  width: 250px;
  margin-top: 10px;
  border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.recruit-link p{
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
}
.recruitul{
  width: 100%;
  padding-top: 40px;
  text-align: center;
}
.recruitli{
  width: 60%;
  margin-bottom: 40px;
  display: inline-block;
  text-align: center;
  color: #4b71af;
}
.recruitli img{
  width: 100%;
}
.recruitli p{
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
.toprecruit{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 60px;
}
.toprecruit img{
  width: 100%;
  height: 140px;
}
.width50{
  width: 100%;
  text-align: center;
}
.width50f i{
  margin-right: 20px;
}
.width50f{
  float: left;
  width: 48%;
  text-align: center;
}
.width50f p{
  padding-top: 14px;
}
.ctel{
  background-color: #00f;
  width: 95%;
  margin: 0 auto;
  border-radius: 7px;    /* CSS3草案 */
  -webkit-border-radius: 7px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 7px; /* Firefox用 */
  height: 50px;
  color: #fff;
}
.cmail{
  background-color: #808000;
  width: 95%;
  margin: 0 auto;
  border-radius: 7px;    /* CSS3草案 */
  -webkit-border-radius: 7px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 7px; /* Firefox用 */
  height: 50px;
  color: #fff;
}
.map{
  width: 100%;
  padding-bottom: 50px;
}
.map iframe{
  width: 100%;
  height: 350px;
}
.copyright{
  background-color: #0e357d;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.smart-link{
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  bottom:0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*パンクズリスト*/
.breadcrumb {
  display: none;
}
.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-size: 14px;
}
.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
}
.breadcrumb li:last-child:after{
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}
.inner-picture{
  position: relative;
  width: 100%;
  height: 110px;
  margin-top: 30px;
}
.inner-picture img{
  width: 100%;
  height: 100%;
}
.inner-guide{
  position: absolute;
  text-align: center;
  top: 20px;
  width: 100%;
  font-size: 30px;
  color: #fff;
}
.inner-guide p{
  font-size: 17px;
}
.selection{
  text-align: center;
  margin-top: 30px;
}
.selection-block{
  float: left;
  padding: 10px 20px;
  background-color: #000;
  color: #ff0;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
.incontents{
  width: 95%;
  margin: 0 auto;
  line-height: 30px;
}
.service-me h3{
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  margin-top: 30px;
  text-align: center;
  background-color: #000;
  margin-bottom: 30px;
  color: #ff0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ceo{
  width: 60%;
}
.ceo img{
  width: 100%;
  margin-top: 30px;
}
.ceo-photo{
	margin-top: 30px;
}
.ceo-photo img{
  margin-bottom: 10px;
  width: 100%;
}
.company{
  margin-bottom: 30px;
}
.company{
  text-align: left;
}
.company-prof table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  margin-bottom: 60px;
  margin-top: 40px;
}
.company th{
  width: 200px;
  background-color: #e9f5fb;
  border: solid 1px #4983dc;
  padding-left: 10px;
}
.company td{
  border: solid 1px #4983dc;
  padding-left: 30px;
  width: 560px;
}
.company tr{
  height: 70px;
}
.company-message{
  margin-bottom: 70px;
}
.company iframe{
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}
.company-message h4{
  font-size: 20px;
}
.company-message img{
  width: 100%;
}
.company-title h2{
  text-shadow: 2px 2px 2px #ff0;
}
.soshiki{
  margin-bottom: 30px;
  margin-top: 30px;
}
.in{
  width: 95%;
  margin: 0 auto;
}
.contact-qa{
  margin-bottom: 40px;
}
.item-part{
  margin-bottom: 40px;
}
.item-part h3{
  background-color: rgb(51,126,227,0.2);
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.contactform{
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}
.nyuryoku{
  margin:auto;
  margin-top: 30px;
}
.nyuryoku li{
  display: inline-block;
}
.nyuryoku tr{
  height: 70px;
}
.nyuryoku th{
  width: 160px;
  text-align: right;
  padding-right: 70px;
}
.nyuryoku td{
  text-align: left;
}
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.confirm {
  width: 95%;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.confirm p{
  line-height: 200%;
}
.confirm h2{
  margin-top: 30px;
}
.textbig{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.service-l{
  width: 90%;
  margin: 0 auto;
}
.service-r{
  width: 90%;
  margin: 0 auto;
}
.service-r img{
  width: 100%;
  margin-top: 30px;
}
.service-photo {
  text-align: center;
  margin-bottom: 40px;
}
.service-photo ul{
  margin-top: 40px;
}
.service-photo li{
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.service-photo img{
  width: 100%;
}
.service-text2{
  border:solid 3px #4b71af;
  margin-top: 30px;
}
.service-text2 h4{
  color: #4b71af;
  font-size: 25px;
  margin-bottom: -20px;
  margin-top: 10px;
}
.service-text2 h5{
  font-size: 20px;
  margin-bottom: 10px;
}
.organize{
  width: 100%;
  margin-bottom: 40px;
}
.organize img{
	width: 100%;
}
.personal-section2 p{
	margin-bottom: 30px;
}
.privacy{
	margin-bottom: 50px;
}
.privacy-day{
	margin-left: 50%;
}