@@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); min-width: 1080px; 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{
  position: relative;
}
.smart-link{
  display: none;
}
.smart-toppicture{
  display: none;
}
.humberger-menu{
  display: none;
}
.yellow{
  width: 100%;
  height: 5px;
  background-color: #000;
  margin-top: -10px;
}
.w50{
  float: left;
  width: 50%;
}
.w80{
  width: 80%;
  margin: 0 auto;
  padding-top: 40px;
} 

.fa-envelope-open-text{
  margin-right: 20px;
}
.fa-phone{
  margin-right: 20px;
}
.top-effect-img img{
  display: none;
    position: absolute;
    width: 100%;
    left: 800px;
    margin-left: -800px;
}
.top-effect-img{
  position: absolute;
  width: 700px;
  min-width: 530px;
  top:150px;
  left:15%;
  list-style: none;
  text-align: center;
  opacity: 0;
  animation: example 2.5s ease 2.5s 1 forwards;　
    -webkit-animation: example 2.5s ease 2.5s 1 forwards;
  z-index: 100;    
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}

.w90{
  width: 90%;
  text-align: left;
  margin-left: 5%;
}
.w520{
  width: 520px;
  float: left;
}
.w520-nomal{
	width: 520px;
	margin: 0 auto;
}
.whalf{
  width: 50%;
  float: left;
}
.w30{
	width: 30%;
	float: left;
}
.w70{
	width: 70%;
	float: left;
}
.space20{
  margin-left: 40px;
}
.space40{
  margin-left: 40px;
}
.underup {
  opacity : 0;
  transform: translateY(90px);
  transition: all 1s;
}
.underleft{
  opacity : 0;
  transform: translateX(90px);
  transition: all 2s;
}
.header-menu-in{
  width: 100%;
  background-color:#ff0;
  color: #000;
  height: 70px;
}
.header-menu-in li{
  display: inline-block;
  padding-left: 40px;
}
.header-menu{
  width: 100%;
  color: #000;
  height: 90px;
  background-color: #fff;
  border-bottom: 5px solid #000;
}
.header-menu.sticky {
    position: fixed;
    top: 0;
    z-index: 10000;
}
.header-menu > .inner {
    margin: auto;
    width: 960px;
}
.header-menu-in.sticky {
    position: fixed;
    top: 0;
    z-index: 10000;
}
.header-menu-in > .inner {
    margin: auto;
    width: 960px;
}
.header-menu i{
  color: #fff;
  font-size: 40px;
  padding-top: 15px;
  margin-bottom: 5px;
}
.contact-form{
  background-color: #55AAFB;
  padding-left: 40px;
  padding-right: 20px;
  height: 90px;
}
.contact-form p{
  font-size: 13px;
  color: #fff;
  margin-left: -15px;
}
.contact-form-change :hover{
  background-color: #170354;
  transition: 0.7s;
}
#menu{
  list-style-type: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W6";
  text-align: center;
}
#menu li{
  position: relative;;
  float: left;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}
#menu li a{
  display: block;
  margin: 0;
  padding: 18px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
#menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
    padding: 0;
    z-index: 100;
}
#menu li:last-child ul{
  left: -100%;
  width: 100%
}
#menu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#menu li ul li a{
  padding: 13px 15px;
  background: #55AAFB;
  color: #fff;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#menu li:hover > a{
  background: #fff;
  color: #55AAFB;
}
#menu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-bottom: 1px solid #fff;
}
#menu li:hover ul li:first-child{
  border-top: 0;
}
#menu li:hover ul li:last-child{
  border-bottom: 0;
}
.top-small{
  font-size: 9px;
  margin-top: 10px;
  color: #55AAFB;
}
.header-logo{
  float: left;
  width: 450px;
  padding-top: 13px;
}
.header-logo img{
  width: 120px;
  margin-right: 15px;
}
.header-logo h2{
  padding-top: 5px;
  font-size: 35px;
  color: #170354;
}
.header-logo h2:hover{
  color: #FF1717;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.5s;
}
.header-right{
  float: right;
}
.text-small{
  font-size: 0.8em;
}

.w1080{
  width: 1080px;
  margin: 0 auto;
  font-family: "osaka";
}
.width108{
  width: 1080px;
  margin: 0 auto;
}
.title{
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'osaka', sans-serif;";
  color: #000;
}
.title p{
  font-size: 20px;
  color: #55AAFB;
  border-top: 2px solid #55AAFB;
  display: inline-block;
  padding-top: 5px;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.title h2{
  margin-left: 0px;
}
.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: 33px;
}
.aboutus{
  background-color: #EFE2E2;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 90px;
}
.aboutus-center{
  width: 600px;
  margin: 0 auto;
  line-height: 40px;
}
.aboutus h2{
  line-height: 40px;
}
.top-about{
  width: 100%;
}
.top-about img{
  width: 100%;
}
.top-about-text{
  line-height: 30px;
  text-align: center;
}
.buttons li{
  display: inline-block;
  margin-top: 30px;
  background-color: #000;
  color: #ff0;
  text-align: center;
  padding: 10px;
  width: 200px;
  margin-right: 20px;
}
.buttons li:hover{
  color: #000;
  background-color: #ff0;
  transition: 0.6s;
}
.button{
  text-align: center;
  padding: 10px;
  background-color: #55AAFB;
  color: #fff;
  width: 70%;
  margin: 30px auto 0;
}
.button:hover{
  color: #EB6CA2;
  background-color: #fff;
  transition: 0.6s;
}
.button2{
  text-align: center;
  padding: 10px;
  background-color: #EB6CA2;
  color: #fff;
  width: 200px;
  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: 200px;
}
.button3:hover{
  color: #000;
  background-color: #ff0;
  transition: 0.6s;
}
.button4{
  text-align: center;
  padding: 10px 20px;
  background-color: #000;
  border: solid 1px #ff0;
  color: #fff;
  width: 270px;
  margin: 16% auto 0;
  vertical-align: middle;
  font-size: 25px;
}
.button4:hover{
  color: #000;
  background-color: #ff0;
  transition: 0.5s;
}
.top{
  overflow: hidden;
  top: 0;
  position: absolute;
  min-width: 960px;
  width: 100%;
  height: 550px;
  margin-top: -7px;
}
.top img{
  display: none;
    position: absolute;
    width: 100%;
    height: 550px;
    left: 800px;
    margin-left: -800px;
}
.ceparate:after {
  content:"";
  display: block;
  clear:both;
}
.contents{
  text-align: center;
  margin-top: 540px;
  border-bottom: 1px solid #EFE2E2;
}
.black-height{
  background-color: #ff0;
  height: 20px;
  width: 100%;
}



.service-l{
  float: left;
  width: 55%;
}
.service-r{
  float: left;
  width: 40%;
  margin-left: 5%;
}
.service-r img{
  width: 100%;
  margin-bottom: 20px;
}
.service-text p{
  font-size: 17px;
}
.service-text2 p{
  font-size: 17px;
}
.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-text3{
  border:solid 3px #4b71af;
  border-radius: 10px;    /* CSS3草案 */
  -webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  padding: 20px;
  font-size: 17px;
  text-align: center;
}
.works{
  margin-top: 50px;
  margin-bottom: 60px;
}
.left-border{
  border-left: solid 1px;
}
.top-company{
  padding-top: 40px;
  background-image: url(../material/back.png);
  background-size: 100% 100%;
}
.top-company img{
  width: 100%;
  height: 270px;
}
.top-company-text{
  background-color: #fff;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.top-company-frame{
  border:solid 30px solid #000;

}
.company-message .textbig{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FF1717;
}
.in{
  width: 95%;
  margin: 0 auto;
}
.recruit-button{
  text-align: center;
  margin-bottom: 60px;
}
.top-contact{
  padding-top: 1px;
  padding-bottom: 30px;
  width: 800px;
  margin: 50px 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: 450px;
	margin: 0 auto;
}
.back-color{
  background-color: rgba(255,255,0,0.2);
  padding-top: 40px;
  padding-bottom: 1px;
}
.recruit-member{
  margin-bottom: 90px;
}
.recruit-member img{
  width: 100%;
}
.color-black{
  background-color: #000;
  color: #ff0;
}
footer{
  padding-top: 60px;
}
.footer-menu{
  margin-bottom: 40px;
}
.footer-text{
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.footer-logo{
  float: left;
  width: 450px;
}
.footer-logo img{
  width: 120px;
  margin-right: 15px;
}
.footer-logo h2{
  padding-top: 5px;
  font-size: 35px;
  color: #170354;
}
.footer-logo h2:hover{
  color: #FF1717;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.5s;
}
.footer-text{
  padding-bottom: 40px;
  border-bottom: 1px solid #EFE2E2;
}
.footer-adress{
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}
.copyright{
  text-align: center;
  background-color: #111A3A;
  color: #fff;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ff0{
  color: #ff0;
}

/*パンクズリスト*/
.breadcrumb {
  width: 1080px;
  margin: 0 auto;
  padding-left:0;
  height: 15px;
  padding-bottom: 20px;
}
.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{
  width: 100%;
  position: relative;
  height: 200px;
  margin-bottom: 20px;
}
.inner-picture img{
  width: 100%;
  height: 200px;
}
.inner-guide{
  text-align: center;
  position: absolute;
  top: 70px;
  font-size: 35px;
  font-family: "osaka";
  color: #fff;
  width: 100%;
  margin: 0 auto;
}
.inner-guide p{
  font-size: 18px;
}
.incontents{
  width: 1080px;
  margin: 0 auto;
  border-bottom: 1px solid #EFE2E2;
}
.message{
  line-height: 30px;
}
.bottom30{
  margin-bottom: 30px;
}
.ceo{
  width: 380px;
  float: right;
}
.ceo-text{
  font-family: "ヒラギノ角ゴ Pro W6";
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}
.ceo img{
  width: 100%;
}

.hit-color{
  background-color: #ff0;
  color: #000;
}
.company{
  text-align: left;
}
.company-bottom{
  margin-bottom: 60px;
  margin-top: 120px;
}
.company table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
}
.company th{
  width: 130px;
  background-color: #e9f5fb;
  border: solid 1px #4983dc;
  text-align: center;
}
.company td{
  border: solid 1px #4983dc;
  padding-left: 30px;
  padding-right: 20px;
}
.company tr{
  height: 70px;
}
.company iframe{
  width: 100%;
  height: 460px;
}

.personal{
  text-align: left;
}
.personal-section{
  margin-bottom: 40px;
  line-height: 30px;
}
.personal-section2{
	width: 900px;
	margin: 0 auto;
}
.personal-section2 p{
	margin-bottom: 30px;
}
.contact-message{
  width: 600px;
  margin: 0 auto;
}
.contactform{
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}
.nyuryoku{
  width: 760px;
  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: 700px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.confirm p{
  line-height: 200%;
}
.confirm h2{
  margin-top: 30px;
}
.recruit-greeding{
  text-align: center;
  width: 900px;
  margin:0 auto 80px;
}
.recruit-greeding h3{
  color: #000;
  text-shadow: 2px 2px 2px #ff0;
}
.recruit-greeding p{
  margin-top: 30px;
}
.recruit-prof table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
  width: 700px;
  font-size: 17px;
}
.recruit-prof th{
  width: 130px;
  background-color: #67D2FC;
  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;
}

.selection-recruit{
	text-align: center;
	margin-bottom: 40px;
}
.selection-recruit li{
	width: 250px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}
.selection-recruit img{
	width: 100%;
}
.busho-intro{
	margin-bottom: 100px;
}
.busho-intro h3{
	background-color: #000;
	color: #ff0;
	display: inline-block;
	padding:5px 20px;
	font-family: "ヒラギノ角ゴ Pro W6";
	margin-bottom: 20px;
}
.busho-intro img{
  width: 80%;
  margin-left: 10%;
}
.member-duce{
	line-height: 30px;
	margin-bottom: 30px;
}
.strongpoint{
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: "bold";
	text-shadow: 2px 2px 2px #ff0;
}









