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


.press{
  position: fixed;
  width: 90px;
  top: 10%;
  right: 20px;
}
.press img{
  width: 100%;
}
.type-page h1{
  display: none;
}
/* 共通エリア開始 */
header{
  position: relative;
}
.smart-link{
  display: none;
}
.smart-toppicture{
  display: none;
}
.humberger-menu{
  display: none;
}
.maintext {
  position: absolute;
  bottom:120px;
  width: 650px;
  left: 13%;
  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;
}
.top-1{
  margin-top: 50px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 40px;
  text-align: center;
}
.top-2{
  margin-top: -180px;
  text-align: center;
  color: #f5e928;
  font-size: 40px;
}
.top-3{
  text-align: center;
  margin-bottom: 20px;
}
.top-4{
  width: 600px;
  margin: 0 auto;
}

.w50{
  float: left;
  width: 50%;
}
.w80{
  width: 80%;
  margin: 0 auto;
  padding-top: 40px;
} 
.w50 img{
  width: 100%
}
.fa-phone{
  margin-right: 20px;
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
.w900{
  width: 900px;
  margin: 0 auto;
  text-align: left;
}
.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;
}
.space2{
  padding-left: 2%;
}
.space40{
  margin-left: 40px;
}
.underup {
  opacity : 0;
  transform: translateY(90px);
  transition: all 1s;
}
.underleft{
  opacity : 0;
  transform: translateX(90px);
  transition: all 2s;
}
.header-menu{
  width: 100%;
  margin: 80px auto 10px;
  font-size: 45px;
}
.header-menu img{
  width: 170px;
  margin-left: 10px;
  margin-right: 20px;
}

.fa-tint{
  color: #3589fd;
  transform:rotate(20deg);
  transform-origin:0 0;
}
.contact-form{
  background-color: #55AAFB;
  height: 80px;
}
.contact-form-change :hover{
  background-color: #000;
  transition: 0.7s;
}
.tell-color{
  background-color: #0636a3;
  color: #fff;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
.header-tell{
  font-size: 30px;
}
.bottom20{
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.red{
  color: #f00;
}
.goto{
  height: 25px;
  background-color: #f00;
}
#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: #aa3d59;
}
#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;
}

.text-small{
  font-size: 0.8em;
}
.text-big{
  font-size: 1.2em;
}

.w1080{
  width: 1080px;
  margin: 0 auto;
  font-family: "osaka";
}
.width108{
  width: 1080px;
  margin: 0 auto;
}
.title{
  padding-top: 30px;
  text-align: center;
  width: 400px;
  margin: 0 auto 50px;
}

.section3{
  width: 100%;
  background-color: rgba(170, 191,234, 0.1);
  position: relative;
  padding-bottom: 40px;
}
.section3-back{
  width: 85%;
  height: 450px;
  background-image: url(../material/work3.png);
  background-size: 100% 100%;
}
.section3 img{
  width: 100%;
  height: 100%;
}
.section3-text{
  width: 600px;
  position: absolute;
  top:180px;
  right: 90px;
  background-color: rgba(0,0,0,0.8);
}
.section3-intro{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  color: #fff;
  line-height: 30px;
  text-align: left;
}

.section4{
  width: 100%;
  background-color: rgba(170, 191,234, 0.2);
  position: relative;
  margin-bottom: 70px;
}
.section4-back{
  width: 85%;
  margin-left: 15%;
  height: 450px;
  background-image: url(../material/work4.png);
  background-size: 100% 100%;
}
.section4 img{
  width: 100%;
  height: 100%;
}
.section4-text{
  width: 400px;
  position: absolute;
  top:70px;
  left: 40px;
  background-color: rgba(0,0,0,0.8);
}
.section4-intro{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  color: #fff;
  line-height: 30px;
}

.text-fadein span{
  display: inline-block;
  position: relative;
}
.text-fadein span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../material/page1.png);
  -webkit-transition: all .9s linear;
  -o-transition: all .9s linear;
  transition: all .9s linear;
}
.text-fadein.active span:before {
  width: 0%;
}
.logoup{
  margin-top: 80px;
}
.sidelogo{
  float: right;
  margin-top: -250px;
  margin-right: 10px;
}
.turn{
  transform:rotate(30deg);
  transform-origin:0 50;
}

.aboutus{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 40px;
  font-family: 'arial', 'sans-serif';
}
.aboutus-center{
  width: 90%;
  margin: 0 auto;
}
.aboutus-center li{
  width: 30%;
  display: inline-block;
}
.aboutus-center h3{
  text-align: left;
  border-left: solid 7px #3589fd;
  padding-left: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  ;
}
.aboutus-center-heght{
  height: 60px;
}
.aboutus-center p{
  text-align: left;
}
.aboutus-center img{
  width: 100%;
  height: 280px;
}
.aboutus-center-text{
  height: 100px;
}
.lispace10{
  margin-left: 4%;
  margin-right: 4%;
}
.works-photo ul{
  margin-bottom: 40px;
  text-align: center;
}
.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 li{
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  margin-top: 40px;
  background-color: #1d2975;
  color: #fff;
}
.button li :hover{
  color: #fff;
  background-color:c #1d2975;
  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;
}
.glade{
  width: 100%;
}
.top{
  position: relative;
  width: 100%;
}

.top-img {
  width: 100%;
  height: 530px;
  overflow: hidden;
  position: relative;
}
.top-img img {
  width: 100%;
  display: none;
  position: absolute;
}
.ceparate:after {
  content:"";
  display: block;
  clear:both;
}
.contents{
  text-align: center;
  margin-top: 116px;
  position: relative;
  border-bottom: 1px solid #EFE2E2;
  font-family: 'arial', 'sans-serif';
}
.contents img{
  width: 100%;
}
.color000{
  background-color: #000;
}
.colorfff{
  background-color: #fff;
}
.tirangle1{
  width: 100%;
  height: 290px;
  clip-path: polygon(0 0, 100% 0%, 0 100%);
}
.tirangle2{
  width: 100%;
  margin-top: -347px;
  height: 290px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.tirangle3{
  width: 100%;
  position: absolute;
  top: 200px;
  height: 290px;
  clip-path: polygon(0 0, 100% 0%, 0 100%);
}
.exposion1{
  position: absolute;
  width: 500px;
  top: 200px;
}
.exposion2{
  position: absolute;
  width: 400px;
  top: 300px;
  right: 0;
}
.exposion3{
  position: absolute;
  width: 400px;
}
.exposion4{
  position: absolute;
  width: 100%;
}
.section1-text{
  width: 80%;
  margin: 0 auto;
}
.main-block-1{
  width: 100%;
  position: absolute;
  top: 580px;
  background-color: #fff;
  padding-bottom: 25px;
}
.main-block-1-text{
  width: 850px;
  margin: 0 auto;
  text-align: left;
}
.main-block-1-text h2{
  color: #1d2975;
  font-size: 35px;
  margin-bottom: 10px;
}
.main-block-1-text p{
  color: #000;
}
.main-block-2{
  width: 60%;
  margin: 0 auto;
  height: 280px;
}
.main-block-3{
  width: 100%;
  position: absolute;
  top: 991px;
}
.main-block-4{
  width: 100%;
  position: absolute;
  top: 1200px;
}

.main-block-5{
  position: absolute;
  top: 1350px;
  width: 100%;
}
.main-block-5-text{
  width: 70%;
  margin: 0px auto;
  text-align: center;
}
.main-block-5 li{
  width: 48%;
  display: inline-block;
  margin-left: 0.5%;
  margin-right: 0.5%;
  padding-top:50px;
}
.main-block-6{
  position: absolute;
  width: 100%;
  top: 2500px;
  background-image: url(../material/block4.png);
  background-size: 100% 600px;
  background-repeat: no-repeat;
}
.main-block-6-text .title{
  width: 700px;
  margin-top: 100px;
}
.main-block-6 img{
  width: 100%;
}
.main-block-6 ul{
  padding-bottom:50px;
}
.main-block-6 li{
  width: 45%;
  display: inline-block;
  padding-top:10px;
}
.main-block-7{
  width: 100%;
  position: absolute;
  top: 3500px;
}
.main-block-8{
  width: 100%;
  position: absolute;
  top: 3880px;
}
.main-block-8 iframe{
  height: 400px;
  width: 100%;
}
.main-block-9{
  width: 100%;
  position: absolute;
  top: 4580px;
}
.main-block-9 img{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 40px;
}
.future h2{
  font-family: Impact;
  font-size: 2em;
  color: red;
  text-align: center;
  margin-bottom: 30px;
}
.access-img{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}


.black-height{
  background-color: #ff0;
  height: 20px;
  width: 100%;
}
.service-text img{
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
.service-text h3{
  font-size: 25px;
  margin-bottom: 30px;
  margin-top: 40px;
  color: #aa3c59;
}
.service-l{
  float: left;
  width: 25%;
}
.service-r{
  float: left;
  width: 70%;
  margin-left: 5%;
}
.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;
}
.service-three{
  margin-bottom: 50px;
}
.service-three img{
  width: 100%;
}

.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: #3589fd;
  font-family: "Arial";
}
.works{
  margin-top: 50px;
  margin-bottom: 60px;
}
.left-border{
  border-left: solid 1px;
}

.w33 {
  width: 33.3%;
  float: left;
}
.w33 img{
  width: 100%;
}
.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);
}
.qanda{
  background-color: rgba(170, 191,234, 0.1);
  padding-top: 40px;
  padding-bottom: 40px;
}
.top-company{
  background-image: url(../material/back3.png);
  background-size: 100% 100%;
}
.top-company img{
  width: 100%;
}
.question{
  border: solid 3px #3589fd;
  border-radius: 10px;
  width: 1000px;
  margin: 0 auto 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.question-block{
  margin-bottom: 40px;
}
.button-big{
  width: 700px;
  margin: 40px auto 50px;
  background-color: #3589fd;
  color: #fff;
  padding-bottom:15px;
  padding-top: 15px;
}

.goodanswer{
  text-align: center;
  margin-bottom: 100px;
}
.flow{
  width: 100%;
  margin-bottom: 80px;
}
.flow img{
  width: 100%;
  margin-bottom: 60px;
}
.voice{
  margin-top: 40px;
  margin-bottom: 90px;
}
.voice-img img{
  width: 400px;
  float: left;
  margin-right: 50px;
}
.voice-text{
  float: left;
  width: 600px;
}
.voice-text h3{
  margin-bottom: 30px;
}
.voice-block{
  margin-top: 40px;
}


.recruit-voice{
  background-color:rgba(255, 255, 255, 0.8);
  padding: 20px 30px;
  font-family: "Arial";
}

.recruit-voice h1{
  font-size: 30px;
  color: #350a3b;
}


.small-text{
  font-size: 24px;
}
.top-photoline{
  width: 100%;
}
.top-photoline img{
  width: 100%;
}
.w20 {
  width: 20%;
  float: left;
  font-family: "ヒラギノ角ゴ Pro W6";
}

.company-message .textbig{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FF1717;
}
.in{
  width: 95%;
  margin: 0 auto;
}
.team {
  width: 70%;
  margin:0 auto;
  padding-bottom: 40px;
}
.team li{
  width: 33%;
  margin-top: 30px;
  display: inline-block;
}
.team img{
  width: 100%;
}

.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 #3589fd;
  padding-left: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.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{
  position: absolute;
  top: 5300px;
  width: 100%;
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 60px;
}
.footer-in{
  width: 100%;
  text-align: center;
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 60px;
}
.footer-in img{
  width: 100%;
}
.footer-navi {
  width: 80%;
  margin: 0 auto 60px;
  padding-top: 20px;

}
.footer-navi li{
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.footer-menu{
  width: 150px;
  margin: 0 auto;
}

footer img{
 width: 100%;
}


.lock-img{
  position: fixed;
  top: 70px;
  left: 60px;
  width: 230px;
}
.lock-img img{
  width: 100%;
}

.button-color{
    width:200px;
    margin-top: 10px;
    background: #3589fd;
    border-radius:30px;
    padding: 10px 35px;
    text-align: center;
    color: #fff;
}
.button-color:hover{
  color: #a73c59;
  background-color: #fff;
  transition: 0.7s;
}


.copyright{
  text-align: center;
  background-color: #000;
  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;
}
.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-text h2{
  margin-bottom: 40px;
}
.ceo-text img{
  width: 80%;
  margin-left: 10%;
}
.ceo img{
  width: 100%;
}
.greeting-text{
  width: 60%;
  float: left;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 40px;
}
.greeting-img{
  width: 20%;
  float: left;
}
.greeting-img img{
  width: 100%;
  margin-bottom: 20px;
}
.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;
  background-color: #3ba827;
  color: #fff;
  width: 200px;
  margin: 10px auto;
  border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
}
.to-contact .textbig{
  font-size: 2em;
}
.contact-tel{
  font-size: 40px;
}
.company-prof{
  text-align: left;
}
.company-bottom{
  margin-bottom: 60px;
}
.company-prof table{
  border: solid 1px #c0c0c0;
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
}
.company-prof th{
  width: 130px;
  background-color: #3589fd;
  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;
}


.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;
  margin-top: 300px;
  width: 100%;
}
.contactform p{
  font-size: 25px;
}

.nyuryoku{
  width: 90%;
  margin:0 auto;
  padding-top: 130px;
  font-size: 25px;
  text-align: center;
}
.nyuryoku li{
  display: inline-block;
}
.nyuryoku tr{
  height: 70px;
}
.nyuryoku th{
  padding-right: 20px;
  text-align: left;
}
.nyuryoku td{
  padding-left: 40px;
  text-align: left;
}
.nyuryoku textarea{
  width: 100%;
}
.nyuryoku p{
  margin-bottom: 30px;
}
.cbutton{
  padding: 0.8em 1.5em;
  font-size: 20px;
  background: #668ad8;/*ボタン色*/
  color: #fff;
}
.square_btn{
    display: inline-block;
    padding: 1em 2em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
    font-size: 25px;

}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.contens-c{
  width: 90%;
  margin:0 auto;
}
.confirm {
  width: 90%;
  margin:0 auto;
  padding-top: 270px;
  padding-bottom: 70px;
  font-size: 25px;
  border:solid 2px #ff0;
}
.confirm h2{
  margin-top: 30px;
}

.boshu{
  margin-top: 40px;
  margin-bottom: 40px;
}
.recruit-prof table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
  width: 90%;
  font-size: 16px;
  border:solid 1px;
}
.recruit-prof th{
  width: 130px;
  background-color: #c0c0c0;
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
}
.recruit-prof td{
  border: solid 1px #fff;
  padding-left: 30px;
  padding-right: 20px;
  text-align: left;
}
.recruit-prof tr{
  height: 70px;
}
.recruit-button{
  text-align: center;
  margin-bottom: 60px;
}
.recruit-button li{
  display: inline-block;
}
.button-r{
  width: 300px;
  margin: 20px auto;
  background-color: #000;
  border: solid 1px #3b17c9;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button-r:hover{
  background-color: #3b17c9;
  color: #fff;
  transition: 0.7s;
}


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









