@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; }


.type-page h1{
  display: none;
}
/* 共通エリア開始 */
header{
  position: relative;
}
.smart-link{
  display: none;
}
.smart-toppicture{
  display: none;
}
.humberger-menu{
  display: none;
}
.maintext {
  position: absolute;
  background-color: rgba(00,00,0,0.3);
  top:120px;
  width: 850px;
  left: 13%;
  border: solid 1px #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.maintext h3{
  color: #fff;
  font-size: 50px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-bottom: 10px;
}
.maintext p{
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.pc-none{
  display: none;
}

.yellow{
  width: 100%;
  background-color: #3b0863;
  color: #fff;
  padding-right: 10px;
  font-size: 20px;
  margin-top: -8px;
  margin-left: -8px;
}
.yellow i{
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.obi-left{
  float: left;
  width: 500px;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-family: "ヒラギノ角ゴ ProN W3";
}
.obi-center{
  float: right;
  background-color: #71C5E8;
  width: 200px;
  text-align: center;
  border:solid 7px #71C5E8;
  font-family: "ヒラギノ角ゴ ProN W3";
  font-size: 17px;
}
.obi-right{
  float: right;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  width: 300px;
  font-family: "ヒラギノ角ゴ Pro W6";
}



.w50{
  float: left;
  width: 50%;
}
.w80{
  width: 80%;
  margin: 0 auto;
  padding-top: 40px;
} 
.w50 img{
  width: 100%
}
.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: 75px;
  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;
}

.right2{
  width: 100px;
  text-align: center;
  margin-right: 20px;
  font-family: "ヒラギノ角ゴ Pro W6";
  font-size: 12px;
  color: #fff;
  padding-left: 20px;
  border-left:1px solid #c0c0c0;
  padding-bottom: 10px;
}
.right2 p{
  padding-top: 3px;
}
.pamphlet{
  height: 25px;
  background-color: #000;
  margin-top: 10px;
  margin-bottom: 5px;
}
.goto{
  height: 25px;
  background-color: #f00;
}
#menu{
  list-style-type: none;
  width: 100%;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W6";
  text-align: center;
  height: 75px;
}

#menu li{
  position: relative;
  float: left;
  text-align: center;
  border-left:solid 0.5px #c0c0c0;
  border-right:solid 0.5spx #c0c0c0;
  padding-top: 5px;
  height: 70px;
  width: 105px;
  border-collapse: collapse;
}
#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: #aa3d59;
  border-bottom: solid 10px #71C5E8;
  transition: 0.3s;
}
#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: #c0c0c0;
}
.header-logo{
  float: left;
  width: 400px;
  padding-top: 10px;
}
.header-logo img{
  width: 250px;
  margin-right: 20px;
  margin-top: 5px;
}
.header-logo h1{
  font-size: 28px;
  font-family: "Arial";
  margin-top: 8px;
}
.header-logo h1:hover{
  color: #05abee;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.5s;
}
.header-right{
  float: right;
}
.text-small{
  font-size: 0.8em;
}

.w1080{
  width: 1100px;
  margin: 0 auto;
  font-family: "osaka";
}
.width108{
  width: 1080px;
  margin: 0 auto;
}
.title{
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'arial', 'sans-serif';
  color: #000;
}
.title p{
  font-size: 20px;
  color: #1c2788;
  border-top: 2px solid #177cc2;
  display: inline-block;
  padding-top: 5px;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.title h2{
  margin-left: 0px;
}
.title-white{
  padding-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'arial', 'sans-serif';
  color: #fff;
}
.title-white p{
  font-size: 20px;
  color: #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  padding-top: 5px;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.title-white h2{
  margin-left: 0px;
}
.title2{
  border-bottom: solid 1px #808080;
  text-align: left;
}
.news{
  text-align: left;
  margin-top: 20px;
}
.about-com{
  width: 900px;
  margin: 0 auto;
  background-color: #eef4fa;
  border-radius:20px;
  padding-bottom: 1px;
}
.aboutus{
  width: 100%;
  margin-top: 20px;
  padding-top: 90px;
  padding-bottom: 70px;
  background-image: url(../material/back.png);
  background-size: 100% 100%;
  font-family: "ヒラギノ角ゴ ProN W3";
}
.about-in{
  width: 80%;
  margin: 0 auto 20px;
  text-align: left;
  line-height: 30px;
}
.pr-left img{
  width: 100%;
}
.pr-photo img{
  width: 100%;
}
.pr-color{
  width: 10%;
  height: 200px;
  float: left;
  background-color: #3b0863;
}
.pr-nocolor{
  width: 30%;
  float: left;
}
.pr-nocolor img{
  margin-top: -80px;
}
.pr-color-under{
  width: 70%;
  height: 120px;
  float: left;
  background-color: #3b0863;
}
.pr-photo{
  width: 45%;
  float: left;
}
.pr-text{
  width: 45%;
  float: left;
  text-align: center;
}
.pr-right{
  margin-bottom: 100px;
}
.underlogo li{
  display: inline-block;
  margin-right: 20px;
}
.liss{
  margin-left: -65px;
}
.underlogo img{
  width: 100%;
}





.parts{
  background-color: #000;
  width: 100%;
  margin-top: 90px;
}
.parts-mm{
  width: 99%;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.partsleft{
  background-image: url(../material/recruit1.png);
  background-size:100% 100%;
  height: 250px;
}
.partsleft img{
  width: 97%;
  margin: 10px 1% 10px 2%;
}
.partsright img{
  width: 97%;
  margin: 10px 2% 10px 1%;
}
.partsright{
  background-image: url(../material/recruit4.png);
  background-size:100% 100%;
  height: 250px;
}


.partsleft2{
  background-image: url(../material/recruit3.png);
  background-size:100% 100%;
  height: 250px;
}
.partsleft2 img{
  width: 97%;
  margin: 10px 1% 10px 2%;
}
.partsright2 img{
  width: 97%;
  margin: 10px 2% 10px 1%;
}
.partsright2{
  background-image: url(../material/recruit2.png);
  background-size:100% 100%;
  height: 250px;
}

.lispace10{
  margin-left: 4%;
  margin-right: 4%;
}
.works-photo ul{
  margin-bottom: 40px;
}
.works-photo li{
  width: 30%;
  display: inline-block;
}
.works-photo img{
  width: 100%;
}
.aboutus h2{
  line-height: 40px;
}
.top-about{
  width: 100%;
}
.top-about img{
  width: 100%;
}
.top-about-text{
  line-height: 30px;
  text-align: left;
}
.button{
  text-align: center;
  padding: 10px;
  border:solid 2px #fff;
  color: #fff;
  width: 70%;
  margin: 30px auto 0;
  text-align: center;
}
.button p{
  text-align: center;
}
.button:hover{
  color: #fff;
  background-color: #1c2788;
  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;
}

.top{
  overflow: hidden;
  top: 0;
  position: absolute;
  min-width: 960px;
  width: 100%;
  height: 550px;
}
.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-text h3{
  font-size: 25px;
  margin-bottom: 30px;
  margin-top: 40px;
  color: #aa3c59;
}
.service-me img{
  width: 100%;
}
.service-l{
  float: left;
  width: 25%;
  margin-right: 3%;
}
.service-r{
  float: left;
  width: 70%;
}
.service-l 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;
}
.service-point{
  margin-bottom: 30px;
}

.obi{
  width: 100%;
  background-color: #71C5E8;
  margin-top: 40px;
  border:solid #71C5E8 4px;
  height: 100px;
  text-align: center;
}
.obi h2{
  color: #fff;
  padding-top: 20px;
  font-size: 35px;
}
.w50-in{
  padding-top: 40px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  line-height: 40px;
  text-align: left;
}
.w50-in h3{
  font-size: 27px;
  margin-bottom: 20px;
  text-align: center;
  color: #1c2780;
  font-family: "Arial";
}
.works{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}
.left-border{
  border-left: solid 1px;
}

.infiniteslide1{
  height: 250px;
  background-color: #456;
 
}
.infiniteslide1 img{
  height: 250px;
}
.slide{
  width: 100%;
  color: #000;
  margin-top: 20px;
}
.top-works{
  padding-top: 50px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
}

.recruit-merit{
  width: 900px;
  margin:0 auto 70px;
}
.recruit-merit-img{
  float: left;
  width: 200px;
}
.recruit-merit-img img{
  width: 100%;
}
.recruit-merit-text{
  float: left;
  width: 560px;
  padding-left: 40px;
  line-height: 30px;
}
.recruit-merit-text h2{
  text-shadow: 2px 2px 2px #ffb100;
  margin-bottom: 10px;
}
.recruit-button{
  color: #3b0863;
  width:30%;
  margin: 0px auto;
  background: #fff;
  border:solid 2px #3b0863;
  padding: 7px 20px;
  text-align: center;
  font-size: 20px;
}



.small-text{
  font-size: 24px;
}

.company-message .textbig{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FF1717;
}
.in{
  width: 95%;
  margin: 0 auto;
  font-family: "ヒラギノ角ゴ ProN W3";
}
.team {
  width: 90%;
  margin:0 auto;
  padding-bottom: 40px;
  text-align: center;
}
.team li{
  width: 30%;
  margin-top: 30px;
  display: inline-block;
}
.team img{
  width: 100%;
}
.team .button-color{
  width: 300px;
  margin: 0 auto 30px;
}
.recruit-button{
  text-align: center;
  margin-bottom: 60px;
}
.equipment-all li{
  width: 30%;
  display: inline-block;
  margin-bottom: 70px;
}
.equipment-text{
  height: 100px;
}
.equipment-all img{
  width: 100%;
}
.equipment-all h3{
  text-align: left;
  border-left: solid 7px #ddcc18;
  padding-left: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.back-color{
  background-color: #eef4fa;
  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;
  background-color: #48B0E5;
  background-size: 100% 100%;
  color: #fff;
}
.footer-logo{
  float: left;
  width: 150px;
}
.footer-logo img{
  width: 120px;
  margin-right: 15px;
}
.footer-adress{
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-center {
  text-align: left;
  float: left;
  width: 400px;
  margin-bottom: 30px;
}
.footer-center img{
  width: 320px;
  margin-bottom: 20px;
}
.footer-center h2{
  font-size: 35px;
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
}
.footer-center h2:hover{
  color: #FF1717;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.5s;
}
.footer-center{
  float: left;
  font-family: "ヒラギノ角ゴ Pro W6";
}
.footer-l-block{
  margin-bottom: 15px;
  margin-top: 10px;
}
.footer-l-block i{
  margin-right: 20px;
}
.footer-l-block li{
  display: inline-block;
}
.footer-left{
  float: right;
  text-align: left;
  width: 150px;
  font-family: "ヒラギノ角ゴ ProN W3";
  color: #D3DEF1;
}
.footer-left li{
  margin-bottom: 10px;
}
.colorch{
  color: #fff;
}

.button-color{
    width:200px;
    margin-top: 10px;
    background: #71C5E8;
    padding: 10px 35px;
    border:solid 2px #fff;
    text-align: center;
    color: #fff;
}
.button-color:hover{
  color: #a73c59;
  background-color: #fff;
  transition: 0.7s;
}
.footer-right{
  float: right;
}
.footer-text{
  padding-bottom: 40px;
  border-bottom: 1px solid #EFE2E2;
}
.copyright{
  text-align: center;
  background-color: #005DA7;
  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;
  font-family: "ヒラギノ角ゴ ProN W3";
}
.message{
  line-height: 30px;
}
.bottom30{
  margin-bottom: 30px;
}
.greet-message{
  width: 65%;
  margin-right: 5%;
  float: left;
  font-family: "ヒラギノ角ゴ ProN W3";
  line-height: 30px;
}
.greet-message h3{
  font-family: "ヒラギノ角ゴ Pro W6";
  color: #3b0863;
  font-size: 22px;
}
.greet-img{
  width: 30%;
  float: left;
}
.greet-img img{
  width: 100%;
}
.service-obi{
  margin-top: 50px;
  margin-bottom: 60px;
}


.ceo{
  width: 380px;
  margin-top: 20px;
  float: right;
}
.ceo-text{
  font-family: "ヒラギノ角ゴ Pro W6";
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.ceo-text h2{
  margin-bottom: 40px;
}
.ceo-text img{
  width: 80%;
  margin-left: 10%;
}
.ceo img{
  width: 100%;
}
.hit-color{
  background-color: #ff0;
  color: #000;
}
.map{
  width: 100%;
}
.map iframe{
  width: 100%;
  height: 530px;
}

.to-contact{
  background-color: #eef4fa;
  margin-top: -10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5)inset;
  padding-bottom: 50px;
  padding-top: 60px;
}
.to-contact-all{
  text-align: center;
  font-family: osaka,sans-serif; 
  margin-bottom: 50px;
}
.to-contact-all ul{
  border:solid  3px #351e61;
  width: 816px;
  margin: 0 auto;
  background-color: #fff;
}
.to-contact-all li{
  width: 400px;
  height: 240px;
  display: inline-block;
}
.to-contact-all h3{
  font-size: 30px;
  margin-top: 55px;
  color: #a23c59;
}
.to-contact-button{
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  width: 200px;
  margin: 10px auto;
  border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
}
.but-color1{
  background-color: #3ba827;
}
.but-color2{
  background-color: #EB6CA2;
}



.to-contact .textbig{
  font-size: 2em;
}
.contact-tel{
  font-size: 40px;
}
.company{
  text-align: left;
}
.company-bottom{
  margin-bottom: 60px;
  margin-top: 120px;
}
.company-prof table{
  border: solid 1px #c0c0c0;
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
  font-family: "ヒラギノ角ゴ ProN W3";
}
.company-prof th{
  width: 130px;
  background-color: #71C5E8;
  border: solid 1px #c0c0c0;
  text-align: center;
  color:#fff;
}
.company-prof td{
  border: solid 1px #c0c0c0;
  padding-left: 30px;
  padding-right: 20px;
  width: 500px;
}
.company-prof tr{
  height: 70px;
}
.history{
  margin-top: 90px;
}
.history table{
  margin: 0 auto;
}
.history th{
  width: 130px;
  border-bottom: dotted 2px #000;
  text-align: center;
}
.history td{
  border-bottom: dotted 2px #000;
  padding-left: 30px;
  padding-right: 20px;
  width: 500px;
}
.history tr{
  height: 70px;
}



.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;
}
.privacy-day{
	width: 400px;
  margin-left: 70%;
  margin-bottom: 60px;
}
.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-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
  width: 700px;
  font-size: 17px;
}
.recruit-prof th{
  width: 130px;
  background-color: #71C5E8;
  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-prof .button-color{
  text-align: center;
}
.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%;
}
.career{
  margin-top: 90px;
  font-family: "ヒラギノ角ゴ ProN W3";
  margin-bottom: 60px;
}
.career-block{
  margin-bottom: 20px;
}


.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;
}









