@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: "osaka";}
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; }


/* 共通エリア開始 */
header{
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W6";
}
.yellow{
  width: 100%;
  height: 5px;
  background-color: #FFA500;
  margin-top: -10px;
}
.fa-envelope-open-text{
  margin-right: 20px;
  color: #FFA500;
}
.fa-mobile-alt{
  margin-right: 20px;
}
.ceparate:after {
  content:"";
  display: block;
  clear:both;
}
.header-menu{
  margin-bottom: 20px;
}
.header-logo{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.header-logo img{
  width: 70%;
  margin-left: 5%;
  margin-right: 3%;
}
.header-right{
  display: none;
}
.header-logo h2{
  padding-top: 5px;
  text-align: left;
  font-size: 18px;
}
.small{
  font-size: 0.6em;
}
.fa-file-alt{
  color: #4b71af;
}
.w30{
  width: 60%;
  margin: 0 auto;
}
.w30 img{
  width: 100%;
  margin-top: 30px;
}
#menu {
  display: none;
}
.left-border{
  border-left: solid 1px;
}
.smart-toppicture{
  min-width: 160px;
  width: 100%;
  height: 200px;
  margin-top: 10px;
}
.smart-toppicture img{
  display: none;
    position: absolute;
    width: 100%;
    height: 200px;
    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: #123059;
    color: #fff;
}
.toggle span {
    display: block;
    position: absolute; /* .toggleに対して */
    width: 70%;
    border-bottom: solid 3px #fff;
    -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: #fff;
    background: #123059;
    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: #fff;
}
/* .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{
  border-bottom: solid 6px #2389cb;
  display: inline-block;
  padding-bottom:20px;
  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-contact{
  margin-bottom: 20px;
}
.title-contact h2{
  font-size: 30px;
}
.title-contact h3{
  margin-bottom: 10px;
  border-bottom: 5px solid; 
  padding-bottom: 10px;
  padding-top: 5px;
  display: inline-block;
}
.contact-tel{
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  font-family: "ヒラギノ角ゴ Pro W6";
}
.w1080{
  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 img{
  width: 100%;
  margin-bottom: 40px;
}
.aboutus-center{
  margin-bottom: 40px;
}
.buttons{
	text-align: center;
}
.buttons li{
  display: inline-block;
  margin-top: 20px;
  border:solid 3px #0718a2; 
  color: #0718a2;
  text-align: center;
  padding: 10px;
  width: 80%;
}
.buttons li:hover{
  color: #000;
  background-color: #ff0;
  transition: 0.6s;
}
.buttons-1 li{
  margin-top: 30px;
  border:solid 3px #2266BE; 
  background-color: #2266BE;
  color: #fff;
  text-align: center;
  padding: 8px;
  width: 70%;
  margin-right: 20px;
  border-radius: 30px;    /* CSS3草案 */
  -webkit-border-radius: 30px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px; /* Firefox用 */
}
.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: #fff;
  border:solid #ffb100;
  color: #FFA500;
  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;
}
.button4{
  text-align: center;
  padding: 10px 20px;
  border: solid 2px #fff;
  color: #fff;
  width: 70%;
  margin: 30px auto;
  vertical-align: middle;
  font-size: 18px;
}
.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{
  background-image: url(../material/recruit2.png);
  background-size: 100% 100%;
  height: 400px;
}
.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/back2.png);
  background-size: 100% 100%;
  color: #fff;
}
.back-color{
  background-color: rgba(255,177,0,0.1);
  padding-top: 40px;
  padding-bottom: 40px;
}
.whalf2l{
  width: 90%;
  margin: 0 auto;
}
.whalf2l p{
  line-height: 30px;
}
.text-big2{
  font-size: 16px;
}
.whalf2r{
  width: 95%;
  margin: 0 auto;
}
.recruit-merit{
  width: 90%;
  margin: 0 auto 60px;
}
.recruit-merit-img img{
  width: 60%;
  margin-left: 20%;
}
.recruit-merit-text h2{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  text-shadow: 2px 2px 2px #ff0;
}
.recruit-prof table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
}
.recruit-prof th{
  width: 30%;
  background-color: #1a0c56;
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
}
.recruit-prof td{
  border: solid 1px #fff;
  padding-left: 30px;
  padding-right: 20px;
}
.recruit-prof tr{
  height: 70px;
}
.recruit-button{
	margin-bottom: 50px;
}
.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;
}
.strongpoint{
  text-shadow: 2px 2px 2px #ff0;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 19px;
}
.picture-cover{
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
.top-contact-back{
  width: 100%;
  background-color: #123059;
  margin-top: -5px;
  padding-top: 50px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.top-contact{
  padding-top: 30px;
  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用 */
  border:solid 2px #fff; 
}
.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: 30px;
  font-family: "ヒラギノ角ゴ Pro W6";
}
.footer-in{
	width: 95%;
	margin: 0 auto;
}
.footer-l-block{
	width: 100%;
	text-align: center;
  margin-bottom: 15px;
}
.footer-left img{
	width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 20px;
}
.text-big{
  font-size: 24px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.text-small{
  font-size: 0.8em;
}
.footer-right{
	display: none;
}
.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;
  line-height: 30px;
}
.recruit{
  background-image: url(../material/back.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%;
}
.map iframe{
  width: 100%;
  height: 500px;
}
.copyright{
  background-color: #111A3A;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 70px;
  font-size: 12px;
}
.ff0{
  color: #ff0;
}
.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: 20px;
}
.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;
}

.ceo-img{
  width: 200px;
  margin-top: 20px;
}
.ceo-img img{
  width: 100%;
}
.ceo-photo{
	margin-top: 30px;
}
.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: 33%;
  background-color: #1a0c56;
  border: solid 1px #4983dc;
  text-align: center;
  color: #fff;
}
.company td{
  border: solid 1px #4983dc;
  padding-left: 15px;
  width: 560px;
}
.company tr{
  height: 70px;
}
.company-message{
  margin-bottom: 70px;
}
.company iframe{
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
}
.company-message h4{
  font-size: 20px;
}
.company-message img{
  width: 100%;
}
.company-title h2{
  text-shadow: 2px 2px 2px #ff0;
}
.soshiki{
  margin-bottom: 30px;
}
.in{
  width: 95%;
  margin: 0 auto;
}
.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;
  margin-top: 20px;
}
.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;
}
.service-me h3{
  padding-top: 10px;
  padding-bottom: 10px;
  color: #0718a2;
  font-size: 25px;
}
.sekojirei{
  width: 95%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.sekojirei img{
  width: 100%;
  margin-bottom: 30px;
}
.organize{
  width: 100%;
  margin-bottom: 40px;
}
.organize img{
	width: 80%;
	margin-left: 10%;
}
.personal-section{
	margin-bottom: 30px;
}
.privacy{
	margin-bottom: 50px;
}
.privacy-day{
	margin-left: 50%;
}